mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 00:18:09 +02:00
49 lines
1.3 KiB
XML
49 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_EXT_draw_buffers2" number="340">
|
|
|
|
<function name="ColorMaskIndexedEXT" offset="assign">
|
|
<param name="buf" type="GLuint"/>
|
|
<param name="r" type="GLboolean"/>
|
|
<param name="g" type="GLboolean"/>
|
|
<param name="b" type="GLboolean"/>
|
|
<param name="a" type="GLboolean"/>
|
|
</function>
|
|
|
|
<function name="GetBooleanIndexedvEXT" offset="assign">
|
|
<param name="value" type="GLenum"/>
|
|
<param name="index" type="GLuint"/>
|
|
<param name="data" type="GLboolean *"/>
|
|
</function>
|
|
|
|
<function name="GetIntegerIndexedvEXT" offset="assign">
|
|
<param name="value" type="GLenum"/>
|
|
<param name="index" type="GLuint"/>
|
|
<param name="data" type="GLint *"/>
|
|
</function>
|
|
|
|
<function name="EnableIndexedEXT" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="index" type="GLuint"/>
|
|
</function>
|
|
|
|
<function name="DisableIndexedEXT" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="index" type="GLuint"/>
|
|
</function>
|
|
|
|
<function name ="IsEnabledIndexedEXT" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="index" type="GLuint"/>
|
|
<return type="GLboolean"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|