mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 04:40:42 +01:00
glapi: Whitespace clean up after the previous commit
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
This commit is contained in:
parent
44e67398cc
commit
7a22e78704
6 changed files with 112 additions and 210 deletions
|
|
@ -5,8 +5,7 @@
|
|||
<category name="GL_APPLE_vertex_array_object" number="273">
|
||||
<enum name="VERTEX_ARRAY_BINDING_APPLE" value="0x85B5"/>
|
||||
|
||||
<function name="BindVertexArrayAPPLE" offset="assign"
|
||||
deprecated="3.1">
|
||||
<function name="BindVertexArrayAPPLE" offset="assign" deprecated="3.1">
|
||||
<param name="array" type="GLuint"/>
|
||||
</function>
|
||||
|
||||
|
|
@ -15,8 +14,7 @@
|
|||
<param name="arrays" type="const GLuint *"/>
|
||||
</function>
|
||||
|
||||
<function name="GenVertexArraysAPPLE" offset="assign"
|
||||
deprecated="3.1">
|
||||
<function name="GenVertexArraysAPPLE" offset="assign" deprecated="3.1">
|
||||
<param name="n" type="GLsizei"/>
|
||||
<param name="arrays" type="GLuint *" count="n" output="true"/>
|
||||
</function>
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@
|
|||
|
||||
<enum name="NUM_SAMPLE_COUNTS" value="0x9380"/>
|
||||
|
||||
<function name="GetInternalformativ" offset="assign"
|
||||
es2="3.0">
|
||||
<function name="GetInternalformativ" offset="assign" es2="3.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="internalformat" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
|
|
|
|||
|
|
@ -19,29 +19,25 @@
|
|||
<param name="ref" type="GLclampx"/>
|
||||
</function>
|
||||
|
||||
<function name="ClearColorxOES"
|
||||
es1="1.0" alias="ClearColorx">
|
||||
<function name="ClearColorxOES" es1="1.0" alias="ClearColorx">
|
||||
<param name="red" type="GLclampx"/>
|
||||
<param name="green" type="GLclampx"/>
|
||||
<param name="blue" type="GLclampx"/>
|
||||
<param name="alpha" type="GLclampx"/>
|
||||
</function>
|
||||
|
||||
<function name="ClearDepthxOES"
|
||||
es1="1.0" alias="ClearDepthx">
|
||||
<function name="ClearDepthxOES" es1="1.0" alias="ClearDepthx">
|
||||
<param name="depth" type="GLclampx"/>
|
||||
</function>
|
||||
|
||||
<function name="Color4xOES"
|
||||
es1="1.0" alias="Color4x">
|
||||
<function name="Color4xOES" es1="1.0" alias="Color4x">
|
||||
<param name="red" type="GLfixed"/>
|
||||
<param name="green" type="GLfixed"/>
|
||||
<param name="blue" type="GLfixed"/>
|
||||
<param name="alpha" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="DepthRangexOES"
|
||||
es1="1.0" alias="DepthRangex">
|
||||
<function name="DepthRangexOES" es1="1.0" alias="DepthRangex">
|
||||
<param name="zNear" type="GLclampx"/>
|
||||
<param name="zFar" type="GLclampx"/>
|
||||
</function>
|
||||
|
|
@ -51,14 +47,12 @@
|
|||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="FogxvOES"
|
||||
es1="1.0" alias="Fogxv">
|
||||
<function name="FogxvOES" es1="1.0" alias="Fogxv">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="FrustumxOES"
|
||||
es1="1.0" alias="Frustumx">
|
||||
<function name="FrustumxOES" es1="1.0" alias="Frustumx">
|
||||
<param name="left" type="GLfixed"/>
|
||||
<param name="right" type="GLfixed"/>
|
||||
<param name="bottom" type="GLfixed"/>
|
||||
|
|
@ -67,63 +61,53 @@
|
|||
<param name="zFar" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="LightModelxOES"
|
||||
es1="1.0" alias="LightModelx">
|
||||
<function name="LightModelxOES" es1="1.0" alias="LightModelx">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="LightModelxvOES"
|
||||
es1="1.0" alias="LightModelxv">
|
||||
<function name="LightModelxvOES" es1="1.0" alias="LightModelxv">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="LightxOES"
|
||||
es1="1.0" alias="Lightx">
|
||||
<function name="LightxOES" es1="1.0" alias="Lightx">
|
||||
<param name="light" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="LightxvOES"
|
||||
es1="1.0" alias="Lightxv">
|
||||
<function name="LightxvOES" es1="1.0" alias="Lightxv">
|
||||
<param name="light" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="LineWidthxOES"
|
||||
es1="1.0" alias="LineWidthx">
|
||||
<function name="LineWidthxOES" es1="1.0" alias="LineWidthx">
|
||||
<param name="width" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="LoadMatrixxOES"
|
||||
es1="1.0" alias="LoadMatrixx">
|
||||
<function name="LoadMatrixxOES" es1="1.0" alias="LoadMatrixx">
|
||||
<param name="m" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="MaterialxOES"
|
||||
es1="1.0" alias="Materialx">
|
||||
<function name="MaterialxOES" es1="1.0" alias="Materialx">
|
||||
<param name="face" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="MaterialxvOES"
|
||||
es1="1.0" alias="Materialxv">
|
||||
<function name="MaterialxvOES" es1="1.0" alias="Materialxv">
|
||||
<param name="face" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="MultMatrixxOES"
|
||||
es1="1.0" alias="MultMatrixx">
|
||||
<function name="MultMatrixxOES" es1="1.0" alias="MultMatrixx">
|
||||
<param name="m" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="MultiTexCoord4xOES"
|
||||
es1="1.0" alias="MultiTexCoord4x">
|
||||
<function name="MultiTexCoord4xOES" es1="1.0" alias="MultiTexCoord4x">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="s" type="GLfixed"/>
|
||||
<param name="t" type="GLfixed"/>
|
||||
|
|
@ -131,15 +115,13 @@
|
|||
<param name="q" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="Normal3xOES"
|
||||
es1="1.0" alias="Normal3x">
|
||||
<function name="Normal3xOES" es1="1.0" alias="Normal3x">
|
||||
<param name="nx" type="GLfixed"/>
|
||||
<param name="ny" type="GLfixed"/>
|
||||
<param name="nz" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="OrthoxOES"
|
||||
es1="1.0" alias="Orthox">
|
||||
<function name="OrthoxOES" es1="1.0" alias="Orthox">
|
||||
<param name="left" type="GLfixed"/>
|
||||
<param name="right" type="GLfixed"/>
|
||||
<param name="bottom" type="GLfixed"/>
|
||||
|
|
@ -148,69 +130,59 @@
|
|||
<param name="zFar" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="PointSizexOES"
|
||||
es1="1.0" alias="PointSizex">
|
||||
<function name="PointSizexOES" es1="1.0" alias="PointSizex">
|
||||
<param name="size" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="PolygonOffsetxOES"
|
||||
es1="1.0" alias="PolygonOffsetx">
|
||||
<function name="PolygonOffsetxOES" es1="1.0" alias="PolygonOffsetx">
|
||||
<param name="factor" type="GLfixed"/>
|
||||
<param name="units" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="RotatexOES"
|
||||
es1="1.0" alias="Rotatex">
|
||||
<function name="RotatexOES" es1="1.0" alias="Rotatex">
|
||||
<param name="angle" type="GLfixed"/>
|
||||
<param name="x" type="GLfixed"/>
|
||||
<param name="y" type="GLfixed"/>
|
||||
<param name="z" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="SampleCoveragexOES"
|
||||
es1="1.0" alias="SampleCoveragex">
|
||||
<function name="SampleCoveragexOES" es1="1.0" alias="SampleCoveragex">
|
||||
<param name="value" type="GLclampx"/>
|
||||
<param name="invert" type="GLboolean"/>
|
||||
</function>
|
||||
|
||||
<function name="ScalexOES"
|
||||
es1="1.0" alias="Scalex">
|
||||
<function name="ScalexOES" es1="1.0" alias="Scalex">
|
||||
<param name="x" type="GLfixed"/>
|
||||
<param name="y" type="GLfixed"/>
|
||||
<param name="z" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="TexEnvxOES"
|
||||
es1="1.0" alias="TexEnvx">
|
||||
<function name="TexEnvxOES" es1="1.0" alias="TexEnvx">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="TexEnvxvOES"
|
||||
es1="1.0" alias="TexEnvxv">
|
||||
<function name="TexEnvxvOES" es1="1.0" alias="TexEnvxv">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="TexParameterxOES"
|
||||
es1="1.0" alias="TexParameterx">
|
||||
<function name="TexParameterxOES" es1="1.0" alias="TexParameterx">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="TranslatexOES"
|
||||
es1="1.0" alias="Translatex">
|
||||
<function name="TranslatexOES" es1="1.0" alias="Translatex">
|
||||
<param name="x" type="GLfixed"/>
|
||||
<param name="y" type="GLfixed"/>
|
||||
<param name="z" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<!-- OpenGL ES 1.1 -->
|
||||
<function name="ClipPlanexOES"
|
||||
es1="1.0" alias="ClipPlanex">
|
||||
<function name="ClipPlanexOES" es1="1.0" alias="ClipPlanex">
|
||||
<param name="plane" type="GLenum"/>
|
||||
<param name="equation" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
|
@ -221,54 +193,46 @@
|
|||
<param name="equation" type="GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="GetFixedvOES"
|
||||
es1="1.0" alias="GetFixedv">
|
||||
<function name="GetFixedvOES" es1="1.0" alias="GetFixedv">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="GetLightxvOES"
|
||||
es1="1.0" alias="GetLightxv">
|
||||
<function name="GetLightxvOES" es1="1.0" alias="GetLightxv">
|
||||
<param name="light" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="GetMaterialxvOES"
|
||||
es1="1.0" alias="GetMaterialxv">
|
||||
<function name="GetMaterialxvOES" es1="1.0" alias="GetMaterialxv">
|
||||
<param name="face" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="GetTexEnvxvOES"
|
||||
es1="1.0" alias="GetTexEnvxv">
|
||||
<function name="GetTexEnvxvOES" es1="1.0" alias="GetTexEnvxv">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="GetTexParameterxvOES"
|
||||
es1="1.0" alias="GetTexParameterxv">
|
||||
<function name="GetTexParameterxvOES" es1="1.0" alias="GetTexParameterxv">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="PointParameterxOES"
|
||||
es1="1.0" alias="PointParameterx">
|
||||
<function name="PointParameterxOES" es1="1.0" alias="PointParameterx">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="PointParameterxvOES"
|
||||
es1="1.0" alias="PointParameterxv">
|
||||
<function name="PointParameterxvOES" es1="1.0" alias="PointParameterxv">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
</function>
|
||||
|
||||
<function name="TexParameterxvOES"
|
||||
es1="1.0" alias="TexParameterxv">
|
||||
<function name="TexParameterxvOES" es1="1.0" alias="TexParameterxv">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *"/>
|
||||
|
|
@ -282,15 +246,13 @@
|
|||
<param name="params" type="GLfixed *" output="true" variable_param="pname"/>
|
||||
</function>
|
||||
|
||||
<function name="TexGenxOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="TexGenxOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLint"/>
|
||||
</function>
|
||||
|
||||
<function name="TexGenxvOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="TexGenxvOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfixed *" variable_param="pname"/>
|
||||
|
|
|
|||
|
|
@ -6,19 +6,16 @@
|
|||
<OpenGLAPI>
|
||||
|
||||
<category name="GL_OES_single_precision" number="293">
|
||||
<function name="ClearDepthfOES" alias="ClearDepthf"
|
||||
es1="1.0">
|
||||
<function name="ClearDepthfOES" alias="ClearDepthf" es1="1.0">
|
||||
<param name="depth" type="GLclampf"/>
|
||||
</function>
|
||||
|
||||
<function name="ClipPlanefOES"
|
||||
es1="1.0" alias="ClipPlanef">
|
||||
<function name="ClipPlanefOES" es1="1.0" alias="ClipPlanef">
|
||||
<param name="plane" type="GLenum"/>
|
||||
<param name="equation" type="const GLfloat *"/>
|
||||
</function>
|
||||
|
||||
<function name="DepthRangefOES" alias="DepthRangef"
|
||||
es1="1.0">
|
||||
<function name="DepthRangefOES" alias="DepthRangef" es1="1.0">
|
||||
<param name="zNear" type="GLclampf"/>
|
||||
<param name="zFar" type="GLclampf"/>
|
||||
</function>
|
||||
|
|
@ -29,8 +26,7 @@
|
|||
<param name="equation" type="GLfloat *"/>
|
||||
</function>
|
||||
|
||||
<function name="FrustumfOES"
|
||||
es1="1.0" alias="Frustumf">
|
||||
<function name="FrustumfOES" es1="1.0" alias="Frustumf">
|
||||
<param name="left" type="GLfloat"/>
|
||||
<param name="right" type="GLfloat"/>
|
||||
<param name="bottom" type="GLfloat"/>
|
||||
|
|
@ -39,8 +35,7 @@
|
|||
<param name="zFar" type="GLfloat"/>
|
||||
</function>
|
||||
|
||||
<function name="OrthofOES"
|
||||
es1="1.0" alias="Orthof">
|
||||
<function name="OrthofOES" es1="1.0" alias="Orthof">
|
||||
<param name="left" type="GLfloat"/>
|
||||
<param name="right" type="GLfloat"/>
|
||||
<param name="bottom" type="GLfloat"/>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<enum name="BLEND_EQUATION_ALPHA_OES" value="0x883D"/>
|
||||
|
||||
<function name="BlendEquationSeparateOES" alias="BlendEquationSeparate"
|
||||
es1="1.0">
|
||||
es1="1.0">
|
||||
<param name="modeRGB" type="GLenum"/>
|
||||
<param name="modeA" type="GLenum"/>
|
||||
</function>
|
||||
|
|
@ -24,8 +24,7 @@
|
|||
<enum name="BLEND_DST_ALPHA_OES" value="0x80CA"/>
|
||||
<enum name="BLEND_SRC_ALPHA_OES" value="0x80CB"/>
|
||||
|
||||
<function name="BlendFuncSeparateOES" alias="BlendFuncSeparate"
|
||||
es1="1.0">
|
||||
<function name="BlendFuncSeparateOES" alias="BlendFuncSeparate" es1="1.0">
|
||||
<param name="sfactorRGB" type="GLenum"/>
|
||||
<param name="dfactorRGB" type="GLenum"/>
|
||||
<param name="sfactorAlpha" type="GLenum"/>
|
||||
|
|
@ -40,8 +39,7 @@
|
|||
<enum name="FUNC_SUBTRACT_OES" value="0x800A"/>
|
||||
<enum name="FUNC_REVERSE_SUBTRACT_OES" value="0x800B"/>
|
||||
|
||||
<function name="BlendEquationOES" alias="BlendEquation"
|
||||
es1="1.0">
|
||||
<function name="BlendEquationOES" alias="BlendEquation" es1="1.0">
|
||||
<param name="mode" type="GLenum"/>
|
||||
</function>
|
||||
</category>
|
||||
|
|
@ -72,8 +70,7 @@
|
|||
<category name="GL_OES_draw_texture" number="7">
|
||||
<enum name="TEXTURE_CROP_RECT_OES" value="0x8B9D"/>
|
||||
|
||||
<function name="DrawTexiOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexiOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="x" type="GLint"/>
|
||||
<param name="y" type="GLint"/>
|
||||
<param name="z" type="GLint"/>
|
||||
|
|
@ -81,13 +78,11 @@
|
|||
<param name="height" type="GLint"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexivOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexivOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="coords" type="const GLint *" count="5"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexfOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexfOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="x" type="GLfloat"/>
|
||||
<param name="y" type="GLfloat"/>
|
||||
<param name="z" type="GLfloat"/>
|
||||
|
|
@ -95,13 +90,11 @@
|
|||
<param name="height" type="GLfloat"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexfvOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexfvOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="coords" type="const GLfloat *" count="5"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexsOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexsOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="x" type="GLshort"/>
|
||||
<param name="y" type="GLshort"/>
|
||||
<param name="z" type="GLshort"/>
|
||||
|
|
@ -109,13 +102,11 @@
|
|||
<param name="height" type="GLshort"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexsvOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexsvOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="coords" type="const GLshort *" count="5"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexxOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexxOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="x" type="GLfixed"/>
|
||||
<param name="y" type="GLfixed"/>
|
||||
<param name="z" type="GLfixed"/>
|
||||
|
|
@ -123,8 +114,7 @@
|
|||
<param name="height" type="GLfixed"/>
|
||||
</function>
|
||||
|
||||
<function name="DrawTexxvOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="DrawTexxvOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="coords" type="const GLfixed *" count="5"/>
|
||||
</function>
|
||||
|
||||
|
|
@ -177,40 +167,35 @@
|
|||
<enum name="RENDERBUFFER_STENCIL_SIZE_OES" value="0x8D55"/>
|
||||
<enum name="RGB565_OES" value="0x8D62"/>
|
||||
|
||||
<function name="BindFramebufferOES" alias="BindFramebuffer"
|
||||
es1="1.0">
|
||||
<function name="BindFramebufferOES" alias="BindFramebuffer" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="framebuffer" type="GLuint"/>
|
||||
</function>
|
||||
|
||||
<function name="BindRenderbufferOES" alias="BindRenderbuffer"
|
||||
es1="1.0">
|
||||
<function name="BindRenderbufferOES" alias="BindRenderbuffer" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="renderbuffer" type="GLuint"/>
|
||||
</function>
|
||||
|
||||
<function name="CheckFramebufferStatusOES"
|
||||
alias="CheckFramebufferStatus"
|
||||
es1="1.0">
|
||||
alias="CheckFramebufferStatus" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<return type="GLenum"/>
|
||||
</function>
|
||||
|
||||
<function name="DeleteFramebuffersOES" alias="DeleteFramebuffers"
|
||||
es1="1.0">
|
||||
<function name="DeleteFramebuffersOES" alias="DeleteFramebuffers" es1="1.0">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="framebuffers" type="const GLuint *" count="n"/>
|
||||
</function>
|
||||
|
||||
<function name="DeleteRenderbuffersOES" alias="DeleteRenderbuffers"
|
||||
es1="1.0">
|
||||
es1="1.0">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="renderbuffers" type="const GLuint *" count="n"/>
|
||||
</function>
|
||||
|
||||
<function name="FramebufferRenderbufferOES"
|
||||
alias="FramebufferRenderbuffer"
|
||||
es1="1.0">
|
||||
alias="FramebufferRenderbuffer" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="attachment" type="GLenum"/>
|
||||
<param name="renderbuffertarget" type="GLenum"/>
|
||||
|
|
@ -218,7 +203,7 @@
|
|||
</function>
|
||||
|
||||
<function name="FramebufferTexture2DOES" alias="FramebufferTexture2D"
|
||||
es1="1.0">
|
||||
es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="attachment" type="GLenum"/>
|
||||
<param name="textarget" type="GLenum"/>
|
||||
|
|
@ -226,26 +211,22 @@
|
|||
<param name="level" type="GLint"/>
|
||||
</function>
|
||||
|
||||
<function name="GenerateMipmapOES" alias="GenerateMipmap"
|
||||
es1="1.0">
|
||||
<function name="GenerateMipmapOES" alias="GenerateMipmap" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
</function>
|
||||
|
||||
<function name="GenFramebuffersOES" alias="GenFramebuffers"
|
||||
es1="1.0">
|
||||
<function name="GenFramebuffersOES" alias="GenFramebuffers" es1="1.0">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="framebuffers" type="GLuint *" count="n" output="true"/>
|
||||
</function>
|
||||
|
||||
<function name="GenRenderbuffersOES" alias="GenRenderbuffers"
|
||||
es1="1.0">
|
||||
<function name="GenRenderbuffersOES" alias="GenRenderbuffers" es1="1.0">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="renderbuffers" type="GLuint *" count="n" output="true"/>
|
||||
</function>
|
||||
|
||||
<function name="GetFramebufferAttachmentParameterivOES"
|
||||
alias="GetFramebufferAttachmentParameteriv"
|
||||
es1="1.0">
|
||||
alias="GetFramebufferAttachmentParameteriv" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="attachment" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
|
|
@ -253,27 +234,24 @@
|
|||
</function>
|
||||
|
||||
<function name="GetRenderbufferParameterivOES"
|
||||
alias="GetRenderbufferParameteriv"
|
||||
es1="1.0">
|
||||
alias="GetRenderbufferParameteriv" es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLint *" output="true"/>
|
||||
</function>
|
||||
|
||||
<function name="IsFramebufferOES" alias="IsFramebuffer"
|
||||
es1="1.0">
|
||||
<function name="IsFramebufferOES" alias="IsFramebuffer" es1="1.0">
|
||||
<param name="framebuffer" type="GLuint"/>
|
||||
<return type="GLboolean"/>
|
||||
</function>
|
||||
|
||||
<function name="IsRenderbufferOES" alias="IsRenderbuffer"
|
||||
es1="1.0">
|
||||
<function name="IsRenderbufferOES" alias="IsRenderbuffer" es1="1.0">
|
||||
<param name="renderbuffer" type="GLuint"/>
|
||||
<return type="GLboolean"/>
|
||||
</function>
|
||||
|
||||
<function name="RenderbufferStorageOES" alias="RenderbufferStorage"
|
||||
es1="1.0">
|
||||
es1="1.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="internalformat" type="GLenum"/>
|
||||
<param name="width" type="GLsizei"/>
|
||||
|
|
@ -308,25 +286,23 @@
|
|||
<enum name="MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES" value="0x8B9E"/>
|
||||
|
||||
<function name="CurrentPaletteMatrixOES" alias="CurrentPaletteMatrixARB"
|
||||
exec="skip">
|
||||
exec="skip">
|
||||
<param name="matrixpaletteindex" type="GLuint"/>
|
||||
</function>
|
||||
|
||||
<!-- no offset -->
|
||||
<function name="LoadPaletteFromModelViewMatrixOES"
|
||||
exec="skip">
|
||||
<function name="LoadPaletteFromModelViewMatrixOES" exec="skip">
|
||||
</function>
|
||||
|
||||
<function name="MatrixIndexPointerOES" alias="MatrixIndexPointerARB"
|
||||
exec="skip">
|
||||
exec="skip">
|
||||
<param name="size" type="GLint"/>
|
||||
<param name="type" type="GLenum"/>
|
||||
<param name="stride" type="GLsizei"/>
|
||||
<param name="pointer" type="const GLvoid *"/>
|
||||
</function>
|
||||
|
||||
<function name="WeightPointerOES" alias="WeightPointerARB"
|
||||
exec="skip">
|
||||
<function name="WeightPointerOES" alias="WeightPointerARB" exec="skip">
|
||||
<param name="size" type="GLint"/>
|
||||
<param name="type" type="GLenum"/>
|
||||
<param name="stride" type="GLsizei"/>
|
||||
|
|
@ -343,7 +319,7 @@
|
|||
<enum name="POINT_SIZE_ARRAY_BUFFER_BINDING_OES" value="0x8B9F"/>
|
||||
|
||||
<function name="PointSizePointerOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
es1="1.0" desktop="false">
|
||||
<param name="type" type="GLenum"/>
|
||||
<param name="stride" type="GLsizei"/>
|
||||
<param name="pointer" type="const GLvoid *"/>
|
||||
|
|
@ -358,8 +334,7 @@
|
|||
|
||||
<!-- optional for es1.0 -->
|
||||
<category name="GL_OES_query_matrix" number="16">
|
||||
<function name="QueryMatrixxOES" offset="assign"
|
||||
es1="1.0" desktop="false">
|
||||
<function name="QueryMatrixxOES" offset="assign" es1="1.0" desktop="false">
|
||||
<param name="mantissa" type="GLfixed *" count="16" />
|
||||
<param name="exponent" type="GLint *" count="16" />
|
||||
<return type="GLbitfield"/>
|
||||
|
|
@ -388,43 +363,37 @@
|
|||
<enum name="MAX_CUBE_MAP_TEXTURE_SIZE_OES" value="0x851C"/>
|
||||
<enum name="TEXTURE_GEN_STR_OES" value="0x8D60"/>
|
||||
|
||||
<function name="GetTexGenfvOES" alias="GetTexGenfv"
|
||||
es1="1.0">
|
||||
<function name="GetTexGenfvOES" alias="GetTexGenfv" es1="1.0">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLfloat *" output="true" variable_param="pname"/>
|
||||
</function>
|
||||
|
||||
<function name="GetTexGenivOES" alias="GetTexGeniv"
|
||||
es1="1.0">
|
||||
<function name="GetTexGenivOES" alias="GetTexGeniv" es1="1.0">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLint *" output="true" variable_param="pname"/>
|
||||
</function>
|
||||
|
||||
<function name="TexGenfOES" alias="TexGenf"
|
||||
es1="1.0">
|
||||
<function name="TexGenfOES" alias="TexGenf" es1="1.0">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLfloat"/>
|
||||
</function>
|
||||
|
||||
<function name="TexGenfvOES" alias="TexGenfv"
|
||||
es1="1.0">
|
||||
<function name="TexGenfvOES" alias="TexGenfv" es1="1.0">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLfloat *" variable_param="pname"/>
|
||||
</function>
|
||||
|
||||
<function name="TexGeniOES" alias="TexGeni"
|
||||
es1="1.0">
|
||||
<function name="TexGeniOES" alias="TexGeni" es1="1.0">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLint"/>
|
||||
</function>
|
||||
|
||||
<function name="TexGenivOES" alias="TexGeniv"
|
||||
es1="1.0">
|
||||
<function name="TexGenivOES" alias="TexGeniv" es1="1.0">
|
||||
<param name="coord" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="const GLint *" variable_param="pname"/>
|
||||
|
|
@ -460,21 +429,19 @@
|
|||
<enum name="BUFFER_MAP_POINTER_OES" value="0x88BD"/>
|
||||
|
||||
<function name="GetBufferPointervOES" alias="GetBufferPointerv"
|
||||
es1="1.0" es2="2.0">
|
||||
es1="1.0" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLvoid **"/>
|
||||
</function>
|
||||
|
||||
<function name="MapBufferOES" alias="MapBuffer"
|
||||
es1="1.0" es2="2.0">
|
||||
<function name="MapBufferOES" alias="MapBuffer" es1="1.0" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="access" type="GLenum"/>
|
||||
<return type="GLvoid *"/>
|
||||
</function>
|
||||
|
||||
<function name="UnmapBufferOES" alias="UnmapBuffer"
|
||||
es1="1.0" es2="2.0">
|
||||
<function name="UnmapBufferOES" alias="UnmapBuffer" es1="1.0" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<return type="GLboolean"/>
|
||||
</function>
|
||||
|
|
@ -506,7 +473,7 @@
|
|||
<enum name="FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES" value="0x8CD4"/>
|
||||
|
||||
<function name="CompressedTexImage3DOES" alias="CompressedTexImage3D"
|
||||
es2="2.0">
|
||||
es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="level" type="GLint"/>
|
||||
<param name="internalformat" type="GLenum"/>
|
||||
|
|
@ -519,8 +486,7 @@
|
|||
</function>
|
||||
|
||||
<function name="CompressedTexSubImage3DOES"
|
||||
alias="CompressedTexSubImage3D"
|
||||
es2="2.0">
|
||||
alias="CompressedTexSubImage3D" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="level" type="GLint"/>
|
||||
<param name="xoffset" type="GLint"/>
|
||||
|
|
@ -534,8 +500,7 @@
|
|||
<param name="data" type="const GLvoid *" count="imageSize"/>
|
||||
</function>
|
||||
|
||||
<function name="CopyTexSubImage3DOES" alias="CopyTexSubImage3D"
|
||||
es2="2.0">
|
||||
<function name="CopyTexSubImage3DOES" alias="CopyTexSubImage3D" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="level" type="GLint"/>
|
||||
<param name="xoffset" type="GLint"/>
|
||||
|
|
@ -548,7 +513,7 @@
|
|||
</function>
|
||||
|
||||
<function name="FramebufferTexture3DOES" alias="FramebufferTexture3D"
|
||||
es2="2.0">
|
||||
es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="attachment" type="GLenum"/>
|
||||
<param name="textarget" type="GLenum"/>
|
||||
|
|
@ -557,8 +522,7 @@
|
|||
<param name="zoffset" type="GLint"/>
|
||||
</function>
|
||||
|
||||
<function name="TexImage3DOES" alias="TexImage3D"
|
||||
es2="2.0">
|
||||
<function name="TexImage3DOES" alias="TexImage3D" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="level" type="GLint"/>
|
||||
<param name="internalformat" type="GLenum"/>
|
||||
|
|
@ -571,8 +535,7 @@
|
|||
<param name="pixels" type="const GLvoid *" img_width="width" img_height="height" img_depth="depth" img_format="format" img_type="type" img_target="target" img_null_flag="true" img_pad_dimensions="true"/>
|
||||
</function>
|
||||
|
||||
<function name="TexSubImage3DOES" alias="TexSubImage3D"
|
||||
es2="2.0">
|
||||
<function name="TexSubImage3DOES" alias="TexSubImage3D" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="level" type="GLint"/>
|
||||
<param name="xoffset" type="GLint"/>
|
||||
|
|
@ -630,8 +593,7 @@
|
|||
<enum name="NUM_PROGRAM_BINARY_FORMATS_OES" value="0x87FE"/>
|
||||
<enum name="PROGRAM_BINARY_FORMATS_OES" value="0x87FF"/>
|
||||
|
||||
<function name="GetProgramBinaryOES" alias="GetProgramBinary"
|
||||
es2="2.0">
|
||||
<function name="GetProgramBinaryOES" alias="GetProgramBinary" es2="2.0">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="bufSize" type="GLsizei"/>
|
||||
<param name="length" type="GLsizei *"/>
|
||||
|
|
@ -639,8 +601,7 @@
|
|||
<param name="binary" type="GLvoid *"/>
|
||||
</function>
|
||||
|
||||
<function name="ProgramBinaryOES" alias="ProgramBinary"
|
||||
es2="2.0">
|
||||
<function name="ProgramBinaryOES" alias="ProgramBinary" es2="2.0">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="binaryFormat" type="GLenum"/>
|
||||
<param name="binary" type="const GLvoid *"/>
|
||||
|
|
@ -689,25 +650,21 @@
|
|||
|
||||
<!-- 71. GL_OES_vertex_array_object -->
|
||||
<category name="GL_OES_vertex_array_object" number="71">
|
||||
<function name="BindVertexArrayOES" alias="BindVertexArray"
|
||||
es2="2.0">
|
||||
<function name="BindVertexArrayOES" alias="BindVertexArray" es2="2.0">
|
||||
<param name="array" type="GLuint"/>
|
||||
</function>
|
||||
|
||||
<function name="DeleteVertexArraysOES" alias="DeleteVertexArrays"
|
||||
es2="2.0">
|
||||
<function name="DeleteVertexArraysOES" alias="DeleteVertexArrays" es2="2.0">
|
||||
<param name="n" type="GLsizei"/>
|
||||
<param name="arrays" type="const GLuint *" count="n"/>
|
||||
</function>
|
||||
|
||||
<function name="GenVertexArraysOES" alias="GenVertexArrays"
|
||||
es2="2.0">
|
||||
<function name="GenVertexArraysOES" alias="GenVertexArrays" es2="2.0">
|
||||
<param name="n" type="GLsizei"/>
|
||||
<param name="arrays" type="GLuint *" output="true" count="n"/>
|
||||
</function>
|
||||
|
||||
<function name="IsVertexArrayOES" alias="IsVertexArray"
|
||||
es2="2.0">
|
||||
<function name="IsVertexArrayOES" alias="IsVertexArray" es2="2.0">
|
||||
<param name="array" type="GLuint"/>
|
||||
<return type="GLboolean"/>
|
||||
</function>
|
||||
|
|
@ -782,8 +739,7 @@
|
|||
<size name="Get" mode="get"/>
|
||||
</enum>
|
||||
|
||||
<function name="DrawBuffersNV" alias="DrawBuffers"
|
||||
es2="2.0">
|
||||
<function name="DrawBuffersNV" alias="DrawBuffers" es2="2.0">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="bufs" type="const GLenum *" count="n"/>
|
||||
</function>
|
||||
|
|
@ -791,8 +747,7 @@
|
|||
|
||||
<!-- 93. GL_NV_read_buffer -->
|
||||
<category name="GL_NV_read_buffer">
|
||||
<function name="ReadBufferNV" alias="ReadBuffer"
|
||||
es2="2.0">
|
||||
<function name="ReadBufferNV" alias="ReadBuffer" es2="2.0">
|
||||
<param name="mode" type="GLenum"/>
|
||||
</function>
|
||||
</category>
|
||||
|
|
@ -821,7 +776,7 @@
|
|||
<enum name="MAP_UNSYNCHRONIZED_BIT_EXT" value="0x0020"/>
|
||||
|
||||
<function name="MapBufferRangeEXT" alias="MapBufferRange"
|
||||
es1="1.0" es2="2.0">
|
||||
es1="1.0" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="offset" type="GLintptr"/>
|
||||
<param name="size" type="GLsizeiptr"/>
|
||||
|
|
@ -830,7 +785,7 @@
|
|||
</function>
|
||||
|
||||
<function name="FlushMappedBufferRangeEXT" alias="FlushMappedBufferRange"
|
||||
es1="1.0" es2="2.0">
|
||||
es1="1.0" es2="2.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="offset" type="GLintptr"/>
|
||||
<param name="length" type="GLsizeiptr"/>
|
||||
|
|
@ -839,8 +794,7 @@
|
|||
|
||||
<!-- 151. GL_EXT_draw_buffers -->
|
||||
<category name="GL_EXT_draw_buffers" number="151">
|
||||
<function name="DrawBuffersEXT" alias="DrawBuffers"
|
||||
es2="2.0">
|
||||
<function name="DrawBuffersEXT" alias="DrawBuffers" es2="2.0">
|
||||
<param name="n" type="GLsizei" counter="true"/>
|
||||
<param name="bufs" type="const GLenum *" count="n"/>
|
||||
</function>
|
||||
|
|
|
|||
|
|
@ -9170,15 +9170,13 @@
|
|||
</category>
|
||||
|
||||
<category name="GL_SGIS_multisample" number="25">
|
||||
<function name="SampleMaskSGIS" offset="assign"
|
||||
exec="skip">
|
||||
<function name="SampleMaskSGIS" offset="assign" exec="skip">
|
||||
<param name="value" type="GLclampf"/>
|
||||
<param name="invert" type="GLboolean"/>
|
||||
<glx rop="2048"/>
|
||||
</function>
|
||||
|
||||
<function name="SamplePatternSGIS" offset="assign"
|
||||
exec="skip">
|
||||
<function name="SamplePatternSGIS" offset="assign" exec="skip">
|
||||
<param name="pattern" type="GLenum"/>
|
||||
<glx rop="2049"/>
|
||||
</function>
|
||||
|
|
@ -12547,8 +12545,7 @@
|
|||
<size name="Get" mode="get"/>
|
||||
</enum>
|
||||
|
||||
<function name="ActiveStencilFaceEXT" offset="assign"
|
||||
deprecated="3.1">
|
||||
<function name="ActiveStencilFaceEXT" offset="assign" deprecated="3.1">
|
||||
<param name="face" type="GLenum"/>
|
||||
<glx rop="4220"/>
|
||||
</function>
|
||||
|
|
@ -12789,14 +12786,12 @@
|
|||
<enum name="BUFFER_FLUSHING_UNMAP_APPLE" count="1" value="0x8A13">
|
||||
<size name="GetBufferParameteriv" mode="get"/>
|
||||
</enum>
|
||||
<function name="BufferParameteriAPPLE" offset="assign"
|
||||
exec="skip">
|
||||
<function name="BufferParameteriAPPLE" offset="assign" exec="skip">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="param" type="GLint"/>
|
||||
</function>
|
||||
<function name="FlushMappedBufferRangeAPPLE" offset="assign"
|
||||
exec="skip">
|
||||
<function name="FlushMappedBufferRangeAPPLE" offset="assign" exec="skip">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="offset" type="GLintptr"/>
|
||||
<param name="size" type="GLsizeiptr"/>
|
||||
|
|
@ -12911,8 +12906,7 @@
|
|||
<param name="zfail" type="GLenum"/>
|
||||
<param name="zpass" type="GLenum"/>
|
||||
</function>
|
||||
<function name="StencilFuncSeparateATI" offset="assign"
|
||||
deprecated="3.1">
|
||||
<function name="StencilFuncSeparateATI" offset="assign" deprecated="3.1">
|
||||
<param name="frontfunc" type="GLenum"/>
|
||||
<param name="backfunc" type="GLenum"/>
|
||||
<param name="ref" type="GLint"/>
|
||||
|
|
@ -12923,7 +12917,7 @@
|
|||
|
||||
<category name="GL_EXT_gpu_program_parameters">
|
||||
<function name="ProgramEnvParameters4fvEXT" offset="assign"
|
||||
deprecated="3.1">
|
||||
deprecated="3.1">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="index" type="GLuint"/>
|
||||
<param name="count" type="GLsizei"/>
|
||||
|
|
@ -12931,7 +12925,7 @@
|
|||
</function>
|
||||
|
||||
<function name="ProgramLocalParameters4fvEXT" offset="assign"
|
||||
deprecated="3.1">
|
||||
deprecated="3.1">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="index" type="GLuint"/>
|
||||
<param name="count" type="GLsizei"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue