mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
38 lines
1 KiB
XML
38 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_draw_buffers_blend" number="69">
|
|
|
|
<function name="BlendEquationiARB" no_error="true">
|
|
<param name="buf" type="GLuint"/>
|
|
<param name="mode" type="GLenum"/>
|
|
</function>
|
|
|
|
<function name="BlendEquationSeparateiARB" no_error="true">
|
|
<param name="buf" type="GLuint"/>
|
|
<param name="modeRGB" type="GLenum"/>
|
|
<param name="modeA" type="GLenum"/>
|
|
</function>
|
|
|
|
<function name="BlendFunciARB" no_error="true">
|
|
<param name="buf" type="GLuint"/>
|
|
<param name="src" type="GLenum"/>
|
|
<param name="dst" type="GLenum"/>
|
|
</function>
|
|
|
|
<function name="BlendFuncSeparateiARB" no_error="true">
|
|
<param name="buf" type="GLuint"/>
|
|
<param name="srcRGB" type="GLenum"/>
|
|
<param name="dstRGB" type="GLenum"/>
|
|
<param name="srcA" type="GLenum"/>
|
|
<param name="dstA" type="GLenum"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|