summaryrefslogtreecommitdiffstats
path: root/opengl/libs/tools/genfiles
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-27 20:38:06 -0700
committerMathias Agopian <mathias@google.com>2009-05-27 20:38:06 -0700
commitb1a39d67be99fe6c4545b25e10ac82a5dd1df634 (patch)
tree9c5107e1af357dc5e734287df0661a36642a4761 /opengl/libs/tools/genfiles
parenta3d66a834f7e6796003684652d8aef13fa6345cd (diff)
downloadframeworks_native-b1a39d67be99fe6c4545b25e10ac82a5dd1df634.zip
frameworks_native-b1a39d67be99fe6c4545b25e10ac82a5dd1df634.tar.gz
frameworks_native-b1a39d67be99fe6c4545b25e10ac82a5dd1df634.tar.bz2
Added most of the support needed for GLES 2.x
Diffstat (limited to 'opengl/libs/tools/genfiles')
-rwxr-xr-xopengl/libs/tools/genfiles11
1 files changed, 9 insertions, 2 deletions
diff --git a/opengl/libs/tools/genfiles b/opengl/libs/tools/genfiles
index 107768b..4f8eda4 100755
--- a/opengl/libs/tools/genfiles
+++ b/opengl/libs/tools/genfiles
@@ -15,6 +15,13 @@
# limitations under the License.
./glapigen ../../include/GLES/gl.h > ../GLES_CM/gl_api.in
-./glentrygen ../../include/GLES/gl.h > ../gl_entries.in
+./glentrygen ../../include/GLES/gl.h > ../GLES_CM/gl_entries.in
+
./glapigen ../../include/GLES/glext.h > ../GLES_CM/glext_api.in
-./glentrygen ../../include/GLES/glext.h > ../glext_entries.in
+./glentrygen ../../include/GLES/glext.h > ../GLES_CM/glext_entries.in
+
+./glapigen ../../include/GLES2/gl2.h > ../GLES2/gl2_api.in
+./glentrygen ../../include/GLES2/gl2.h > ../GLES2/gl2_entries.in
+
+./glapigen ../../include/GLES2/gl2ext.h > ../GLES2/gl2ext_api.in
+./glentrygen ../../include/GLES2/gl2ext.h > ../GLES2/gl2ext_entries.in