Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / libs / mesa / src / mapi / glapi / gen / OES_single_precision.xml
blobdf8efc8f809c96f24a19e1735fcfeec75c0bad34
1 <?xml version="1.0"?>
2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
4 <!-- This is included by gl_and_es_API.xml.  Could be moved to gl_API.xml. -->
6 <OpenGLAPI>
8 <category name="GL_OES_single_precision" number="293">
9     <function name="ClearDepthfOES" alias="ClearDepthf" static_dispatch="false">
10         <param name="depth" type="GLclampf"/>
11     </function>
13     <function name="ClipPlanefOES" offset="assign" static_dispatch="false">
14         <param name="plane" type="GLenum"/>
15         <param name="equation" type="const GLfloat *" count="4"/>
16     </function>
18     <function name="DepthRangefOES" alias="DepthRangef" static_dispatch="false">
19         <param name="zNear" type="GLclampf"/>
20         <param name="zFar" type="GLclampf"/>
21     </function>
23     <function name="GetClipPlanefOES" offset="assign" static_dispatch="false">
24         <param name="plane" type="GLenum"/>
25         <param name="equation" type="GLfloat *" output="true" count="4"/>
26     </function>
28     <function name="FrustumfOES" offset="assign" static_dispatch="false">
29         <param name="left" type="GLfloat"/>
30         <param name="right" type="GLfloat"/>
31         <param name="bottom" type="GLfloat"/>
32         <param name="top" type="GLfloat"/>
33         <param name="zNear" type="GLfloat"/>
34         <param name="zFar" type="GLfloat"/>
35     </function>
37     <function name="OrthofOES" offset="assign" static_dispatch="false">
38         <param name="left" type="GLfloat"/>
39         <param name="right" type="GLfloat"/>
40         <param name="bottom" type="GLfloat"/>
41         <param name="top" type="GLfloat"/>
42         <param name="zNear" type="GLfloat"/>
43         <param name="zFar" type="GLfloat"/>
44     </function>
45 </category>
47 </OpenGLAPI>