summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-10-22 20:46:32 +0800
committerChia-I Wu <olvaffe@gmail.com>2011-11-03 15:09:43 +0800
commit6e093935bb6952a7bbee05763f59ef9b389222fe (patch)
tree807c26e262506e55a68ad97ed8d2da4c48d79ca9 /src/mapi
parent61e81851beb1f26830589b221cc311bec1ba1d0b (diff)
glapi: add entry points for OES_EGL_image_external
Only enums actually. Reviewed-by: Brian Paul <brianp@vmware.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/es_EXT.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index 1327bb6021..bc98aee3db 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -615,4 +615,12 @@
<!-- 69. GL_EXT_multi_draw_arrays -->
+<!-- 87. GL_OES_EGL_image_external -->
+<category name="GL_OES_EGL_image_external" number="87">
+ <enum name="TEXTURE_EXTERNAL_OES" value="0x8D65"/>
+ <enum name="SAMPLER_EXTERNAL_OES" value="0x8D66"/>
+ <enum name="TEXTURE_BINDING_EXTERNAL_OES" value="0x8D67"/>
+ <enum name="REQUIRED_TEXTURE_IMAGE_UNITS_OES" value="0x8D68"/>
+</category>
+
</OpenGLAPI>