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" static_dispatch="false">
10        <param name="depth" type="GLclampf"/>
11    </function>
12
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>
17
18    <function name="DepthRangefOES" alias="DepthRangef" static_dispatch="false">
19        <param name="zNear" type="GLclampf"/>
20        <param name="zFar" type="GLclampf"/>
21    </function>
22
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>
27
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>
36
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>
46
47</OpenGLAPI>
48