mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 13:50:27 +01:00
Changes generated by:
cd src/mapi/glapi/gen
for i in *.xml; do
cat $i |\
sed 's/[[:space:]]*offset="[^"]*">/>/' |\
sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*$//' |\
sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*/ /' > x
mv x $i
done
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_clear_buffer_object" number="121">
|
|
|
|
<function name ="ClearBufferData">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="data" type="const GLvoid *"/>
|
|
</function>
|
|
|
|
<function name ="ClearBufferSubData">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="offset" type="GLintptr"/>
|
|
<param name="size" type="GLsizeiptr"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="data" type="const GLvoid *"/>
|
|
</function>
|
|
|
|
<!-- <function name="ClearNamedBufferDataEXT">
|
|
<param name="buffer" type="GLuint"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="data" type="const GLvoid *"/>
|
|
</function>
|
|
|
|
|
|
<function name="ClearNamedBufferSubDataEXT">
|
|
<param name="buffer" type="GLuint"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="offset" type="GLintptr"/>
|
|
<param name="size" type="GLsizeiptr"/>
|
|
<param name="format" type="GLenum"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="data" type="const GLvoid *"/>
|
|
</function> -->
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|