summaryrefslogtreecommitdiffstats
path: root/opengl/include
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-05-17 22:46:36 -0700
committerJesse Hall <jessehall@google.com>2014-05-21 15:24:38 -0700
commitd6061de255e1767150ae9a7a10eb380c74310f60 (patch)
tree8168435535df6e3dbe72d55a563475edd392b994 /opengl/include
parent3667e338629cb51683bd7a9a184180e2131ff2c7 (diff)
downloadframeworks_native-d6061de255e1767150ae9a7a10eb380c74310f60.zip
frameworks_native-d6061de255e1767150ae9a7a10eb380c74310f60.tar.gz
frameworks_native-d6061de255e1767150ae9a7a10eb380c74310f60.tar.bz2
opengl: Add EXT_primitive_bounding_box to registry
This extension hasn't been published yet, so it isn't in the public registry. That will change before the next platform release to AOSP. Bug: 15028495 Change-Id: I3f8ac50e6a7f782738518cfd4571b07f94f83c49
Diffstat (limited to 'opengl/include')
-rw-r--r--opengl/include/GLES2/gl2ext.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/opengl/include/GLES2/gl2ext.h b/opengl/include/GLES2/gl2ext.h
index c9eab11..9749f9f 100644
--- a/opengl/include/GLES2/gl2ext.h
+++ b/opengl/include/GLES2/gl2ext.h
@@ -33,14 +33,14 @@ extern "C" {
** used to make the header, and the header can be found at
** http://www.opengl.org/registry/
**
-** Khronos $Revision: 26696 $ on $Date: 2014-05-17 14:48:55 -0700 (Sat, 17 May 2014) $
+** Khronos $Revision$ on $Date$
*/
#ifndef GL_APIENTRYP
#define GL_APIENTRYP GL_APIENTRY*
#endif
-/* Generated on date 20140517 */
+/* Generated on date 20140519 */
/* Generated C header for:
* API: gles2
@@ -988,6 +988,15 @@ GL_APICALL void GL_APIENTRY glGetIntegeri_vEXT (GLenum target, GLuint index, GLi
#define GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT 0x8D6A
#endif /* GL_EXT_occlusion_query_boolean */
+#ifndef GL_EXT_primitive_bounding_box
+#define GL_EXT_primitive_bounding_box 1
+#define GL_PRIMITIVE_BOUNDING_BOX_EXT 0x92BE
+typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
+#ifdef GL_GLEXT_PROTOTYPES
+GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
+#endif
+#endif /* GL_EXT_primitive_bounding_box */
+
#ifndef GL_EXT_pvrtc_sRGB
#define GL_EXT_pvrtc_sRGB 1
#define GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT 0x8A54