aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_get_texture_sub_image.xml
blob: 47e26abb28edcdacf4afc9700311b73d47b90a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">

<!-- This is included by gl_and_es_API.xml.  Could be moved to gl_API.xml. -->

<OpenGLAPI>

<category name="GL_ARB_get_texture_sub_image" number="165">

    <function name="GetTextureSubImage">
        <param name="texture" type="GLuint"/>
        <param name="level" type="GLint"/>
        <param name="xoffset" type="GLint"/>
        <param name="yoffset" type="GLint"/>
        <param name="zoffset" type="GLint"/>
        <param name="width" type="GLsizei"/>
        <param name="height" type="GLsizei"/>
        <param name="depth" type="GLsizei"/>
        <param name="format" type="GLenum"/>
        <param name="type" type="GLenum"/>
        <param name="bufSize" type="GLsizei"/>
        <param name="pixels" type="GLvoid *"/>
    </function>

    <function name="GetCompressedTextureSubImage">
        <param name="texture" type="GLuint"/>
        <param name="level" type="GLint"/>
        <param name="xoffset" type="GLint"/>
        <param name="yoffset" type="GLint"/>
        <param name="zoffset" type="GLint"/>
        <param name="width" type="GLsizei"/>
        <param name="height" type="GLsizei"/>
        <param name="depth" type="GLsizei"/>
        <param name="bufSize" type="GLsizei"/>
        <param name="pixels" type="GLvoid *"/>
    </function>

</category>

</OpenGLAPI>