OSDN Git Service

Add buffer object versions of several functions
authorJesse Hall <jessehall@google.com>
Wed, 10 Apr 2013 08:17:34 +0000 (01:17 -0700)
committerJesse Hall <jessehall@google.com>
Thu, 11 Apr 2013 05:00:17 +0000 (22:00 -0700)
commit071fc660597efdfa5ebc58b427252393e628a497
treea03ae094dfecaa0025bc8a10d1a9daa17a8f15b4
parent68fc8bbced285a8a2b716e5fe1900968ad8ba7d3
Add buffer object versions of several functions

Some of these are new ES3 functions, some are existing ES2 functions
that can now use the new pixel pack/unpack buffer bindings.

glDrawElementsInstanced needs a special case since the pointer/offset
arg isn't the last one like the generator assumes.

Bug: 8566953
Change-Id: I638a36b0a31aefcb5bfee6f4d049348223045103
opengl/tools/glgen/specs/gles11/GLES30.spec
opengl/tools/glgen/src/JniCodeEmitter.java
opengl/tools/glgen/stubs/gles11/common.cpp
opengl/tools/glgen/stubs/gles11/glDrawElementsInstanced.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawElementsInstanced.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawElementsInstanced.nativeReg [new file with mode: 0644]