~ubuntu-branches/ubuntu/trusty/mesa-lts-utopic/trusty-proposed

« back to all changes in this revision

Viewing changes to src/mapi/glapi/gen/ARB_clear_texture.xml

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2015-01-06 10:38:32 UTC
  • Revision ID: package-import@ubuntu.com-20150106103832-u6rqp9wfmojb1gnu
Tags: upstream-10.3.2
ImportĀ upstreamĀ versionĀ 10.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
 
3
 
 
4
<OpenGLAPI>
 
5
 
 
6
<category name="GL_ARB_clear_texture" number="145">
 
7
 
 
8
    <enum name="CLEAR_TEXTURE" value="0x9365"/>
 
9
 
 
10
    <function name ="ClearTexImage" offset="assign">
 
11
        <param name="texture" type="GLuint"/>
 
12
        <param name="level" type="GLint"/>
 
13
        <param name="format" type="GLenum"/>
 
14
        <param name="type" type="GLenum"/>
 
15
        <param name="data" type="const GLvoid *"/>
 
16
    </function>
 
17
 
 
18
    <function name ="ClearTexSubImage" offset="assign">
 
19
        <param name="texture" type="GLuint"/>
 
20
        <param name="level" type="GLint"/>
 
21
        <param name="xoffset" type="GLint"/>
 
22
        <param name="yoffset" type="GLint"/>
 
23
        <param name="zoffset" type="GLint"/>
 
24
        <param name="width" type="GLsizei"/>
 
25
        <param name="height" type="GLsizei"/>
 
26
        <param name="depth" type="GLsizei"/>
 
27
        <param name="format" type="GLenum"/>
 
28
        <param name="type" type="GLenum"/>
 
29
        <param name="data" type="const GLvoid *"/>
 
30
    </function>
 
31
 
 
32
</category>
 
33
 
 
34
</OpenGLAPI>