summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-10 15:35:38 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:29 -0800
commitc2c50778648e8d3ae13c6233ed3b7149327a2b1f (patch)
treea8a56e40ad3054ee64ec423ffcef43561f794070 /src/mapi
parent89912d04a10d6d70c3f9791beecace76c6c550a0 (diff)
main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index b70380a9c23..fd154de6016 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -136,5 +136,23 @@
<param name="params" type="GLfloat *" />
</function>
+ <function name="GetTextureParameterIiv" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLint *" />
+ </function>
+
+ <function name="GetTextureParameterIuiv" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLuint *" />
+ </function>
+
+ <function name="GetTextureParameteriv" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLint *" />
+ </function>
+
</category>
</OpenGLAPI>