glthread: don't prefix variable_data with const
[mesa.git] / src / mapi / glapi / gen / OES_single_precision.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
3
4 <!-- This is included by gl_and_es_API.xml. Could be moved to gl_API.xml. -->
5
6 <OpenGLAPI>
7
8 <category name="GL_OES_single_precision" number="293">
9 <function name="ClearDepthfOES" alias="ClearDepthf" es1="1.0">
10 <param name="depth" type="GLclampf"/>
11 </function>
12
13 <function name="ClipPlanefOES" es1="1.0" alias="ClipPlanef">
14 <param name="plane" type="GLenum"/>
15 <param name="equation" type="const GLfloat *"/>
16 </function>
17
18 <function name="DepthRangefOES" alias="DepthRangef" es1="1.0">
19 <param name="zNear" type="GLclampf"/>
20 <param name="zFar" type="GLclampf"/>
21 </function>
22
23 <function name="GetClipPlanefOES"
24 es1="1.0" desktop="false" alias="GetClipPlanef">
25 <param name="plane" type="GLenum"/>
26 <param name="equation" type="GLfloat *"/>
27 </function>
28
29 <function name="FrustumfOES" es1="1.0" alias="Frustumf">
30 <param name="left" type="GLfloat"/>
31 <param name="right" type="GLfloat"/>
32 <param name="bottom" type="GLfloat"/>
33 <param name="top" type="GLfloat"/>
34 <param name="zNear" type="GLfloat"/>
35 <param name="zFar" type="GLfloat"/>
36 </function>
37
38 <function name="OrthofOES" es1="1.0" alias="Orthof">
39 <param name="left" type="GLfloat"/>
40 <param name="right" type="GLfloat"/>
41 <param name="bottom" type="GLfloat"/>
42 <param name="top" type="GLfloat"/>
43 <param name="zNear" type="GLfloat"/>
44 <param name="zFar" type="GLfloat"/>
45 </function>
46 </category>
47
48 </OpenGLAPI>