From f466a51c1325d2034326e25dd61c359ed2c566af Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Sat, 17 May 2014 22:25:45 -0700 Subject: opengl: Update registry and headers from Khronos gl.xml @ r26697: https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api GLES headers @ r26698: https://cvs.khronos.org/svn/repos/registry/trunk/public/gles/api Bug: 15028495 Change-Id: Id8e7aaf8a09ec6f47dc3a3b14b95d0ddf35d50f6 --- opengl/tools/glgen2/registry/gl.xml | 473 ++++++++++++++++++++++++++++++++---- 1 file changed, 431 insertions(+), 42 deletions(-) (limited to 'opengl/tools') diff --git a/opengl/tools/glgen2/registry/gl.xml b/opengl/tools/glgen2/registry/gl.xml index 6d63b4d..ab5a422 100755 --- a/opengl/tools/glgen2/registry/gl.xml +++ b/opengl/tools/glgen2/registry/gl.xml @@ -1726,9 +1726,11 @@ typedef unsigned int GLhandleARB; + + @@ -1990,8 +1992,11 @@ typedef unsigned int GLhandleARB; + + + @@ -2132,8 +2137,11 @@ typedef unsigned int GLhandleARB; + + + @@ -2364,6 +2372,7 @@ typedef unsigned int GLhandleARB; + @@ -2379,6 +2388,7 @@ typedef unsigned int GLhandleARB; + @@ -2725,6 +2735,7 @@ typedef unsigned int GLhandleARB; + @@ -3459,6 +3470,7 @@ typedef unsigned int GLhandleARB; + @@ -3843,8 +3855,10 @@ typedef unsigned int GLhandleARB; + + @@ -3978,9 +3992,13 @@ typedef unsigned int GLhandleARB; + + + + @@ -5592,7 +5610,9 @@ typedef unsigned int GLhandleARB; + + @@ -5616,6 +5636,7 @@ typedef unsigned int GLhandleARB; + @@ -5816,8 +5837,11 @@ typedef unsigned int GLhandleARB; + + + @@ -5988,12 +6012,14 @@ typedef unsigned int GLhandleARB; + + @@ -6275,6 +6301,7 @@ typedef unsigned int GLhandleARB; + @@ -6873,7 +6900,9 @@ typedef unsigned int GLhandleARB; + + @@ -6938,6 +6967,7 @@ typedef unsigned int GLhandleARB; + @@ -6957,30 +6987,56 @@ typedef unsigned int GLhandleARB; + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7185,18 +7241,24 @@ typedef unsigned int GLhandleARB; + + + + + + @@ -7410,8 +7472,11 @@ typedef unsigned int GLhandleARB; + + + @@ -7422,8 +7487,11 @@ typedef unsigned int GLhandleARB; + + + @@ -7504,7 +7572,9 @@ typedef unsigned int GLhandleARB; + + @@ -7598,8 +7668,11 @@ typedef unsigned int GLhandleARB; + + + @@ -7746,14 +7819,20 @@ typedef unsigned int GLhandleARB; + + + + + + @@ -7771,6 +7850,7 @@ typedef unsigned int GLhandleARB; + @@ -7803,8 +7883,11 @@ typedef unsigned int GLhandleARB; + + + @@ -7814,11 +7897,13 @@ typedef unsigned int GLhandleARB; + + @@ -7908,7 +7993,9 @@ typedef unsigned int GLhandleARB; - + + + @@ -7931,6 +8018,10 @@ typedef unsigned int GLhandleARB; + + + + - - + + @@ -8746,11 +8837,24 @@ typedef unsigned int GLhandleARB; + void glBlendEquationSeparateiEXT + GLuint buf + GLenum modeRGB + GLenum modeAlpha + + + void glBlendEquationi GLuint buf GLenum mode + void glBlendEquationiEXT + GLuint buf + GLenum mode + + + void glBlendEquationiARB GLuint buf GLenum mode @@ -8829,6 +8933,15 @@ typedef unsigned int GLhandleARB; + void glBlendFuncSeparateiEXT + GLuint buf + GLenum srcRGB + GLenum dstRGB + GLenum srcAlpha + GLenum dstAlpha + + + void glBlendFunci GLuint buf GLenum src @@ -8842,6 +8955,13 @@ typedef unsigned int GLhandleARB; + void glBlendFunciEXT + GLuint buf + GLenum src + GLenum dst + + + void glBlendParameteriNV GLenum pname GLint value @@ -9629,6 +9749,15 @@ typedef unsigned int GLhandleARB; GLboolean a + void glColorMaskiEXT + GLuint index + GLboolean r + GLboolean g + GLboolean b + GLboolean a + + + void glColorMaterial GLenum face GLenum mode @@ -10407,6 +10536,25 @@ typedef unsigned int GLhandleARB; GLsizei srcDepth + void glCopyImageSubDataEXT + GLuint srcName + GLenum srcTarget + GLint srcLevel + GLint srcX + GLint srcY + GLint srcZ + GLuint dstName + GLenum dstTarget + GLint dstLevel + GLint dstX + GLint dstY + GLint dstZ + GLsizei srcWidth + GLsizei srcHeight + GLsizei srcDepth + + + void glCopyImageSubDataNV GLuint srcName GLenum srcTarget @@ -11304,6 +11452,12 @@ typedef unsigned int GLhandleARB; GLuint index + void glDisableiEXT + GLenum target + GLuint index + + + void glDiscardFramebufferEXT GLenum target GLsizei numAttachments @@ -11807,6 +11961,12 @@ typedef unsigned int GLhandleARB; GLuint index + void glEnableiEXT + GLenum target + GLuint index + + + void glEnd @@ -14825,12 +14985,26 @@ typedef unsigned int GLhandleARB; GLint *params + void glGetSamplerParameterIivEXT + GLuint sampler + GLenum pname + GLint *params + + + void glGetSamplerParameterIuiv GLuint sampler GLenum pname GLuint *params + void glGetSamplerParameterIuivEXT + GLuint sampler + GLenum pname + GLuint *params + + + void glGetSamplerParameterfv GLuint sampler GLenum pname @@ -16057,6 +16231,12 @@ typedef unsigned int GLhandleARB; GLuint index + GLboolean glIsEnablediEXT + GLenum target + GLuint index + + + GLboolean glIsFenceAPPLE GLuint fence @@ -18672,6 +18852,12 @@ typedef unsigned int GLhandleARB; GLint value + void glPatchParameteriEXT + GLenum pname + GLint value + + + void glPathColorGenNV GLenum color GLenum genMode @@ -21253,12 +21439,26 @@ typedef unsigned int GLhandleARB; const GLint *param + void glSamplerParameterIivEXT + GLuint sampler + GLenum pname + const GLint *param + + + void glSamplerParameterIuiv GLuint sampler GLenum pname const GLuint *param + void glSamplerParameterIuivEXT + GLuint sampler + GLenum pname + const GLuint *param + + + void glSamplerParameterf GLuint sampler GLenum pname @@ -22005,6 +22205,15 @@ typedef unsigned int GLhandleARB; GLsizeiptr size + void glTexBufferRangeEXT + GLenum target + GLenum internalformat + GLuint buffer + GLintptr offset + GLsizeiptr size + + + void glTexBumpParameterfvATI GLenum pname const GLfloat *param @@ -23393,6 +23602,18 @@ typedef unsigned int GLhandleARB; GLuint numlayers + void glTextureViewEXT + GLuint texture + GLenum target + GLuint origtexture + GLenum internalformat + GLuint minlevel + GLuint numlevels + GLuint minlayer + GLuint numlayers + + + void glTrackMatrixNV GLenum target GLuint address @@ -32885,10 +33106,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -33099,10 +33317,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -34730,10 +34945,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -36264,6 +36476,11 @@ typedef unsigned int GLhandleARB; + + + + + @@ -36745,6 +36962,46 @@ typedef unsigned int GLhandleARB; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36876,6 +37133,44 @@ typedef unsigned int GLhandleARB; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36950,6 +37245,9 @@ typedef unsigned int GLhandleARB; + + + @@ -37006,10 +37304,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -37047,10 +37342,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -37184,10 +37476,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -37221,6 +37510,8 @@ typedef unsigned int GLhandleARB; + + @@ -37428,7 +37719,9 @@ typedef unsigned int GLhandleARB; + + @@ -37477,6 +37770,58 @@ typedef unsigned int GLhandleARB; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -37552,6 +37897,40 @@ typedef unsigned int GLhandleARB; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -37608,10 +37987,20 @@ typedef unsigned int GLhandleARB; - + + + + + + + + + + + @@ -37867,6 +38256,16 @@ typedef unsigned int GLhandleARB; + + + + + + + + + + @@ -39103,10 +39502,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -39787,10 +40183,7 @@ typedef unsigned int GLhandleARB; - - - - + @@ -40718,12 +41111,8 @@ typedef unsigned int GLhandleARB; - - - - - - + + -- cgit v1.1