Path: blob/21.2-virgl/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
4561 views
<?xml version="1.0"?>1<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">23<!-- Note: no GLX protocol info yet. -->456<OpenGLAPI>78<category name="GL_AMD_draw_buffers_blend" number="366">910<function name="BlendEquationIndexedAMD" alias="BlendEquationiARB">11<param name="buf" type="GLuint"/>12<param name="mode" type="GLenum"/>13</function>1415<function name="BlendEquationSeparateIndexedAMD" alias="BlendEquationSeparateiARB">16<param name="buf" type="GLuint"/>17<param name="modeRGB" type="GLenum"/>18<param name="modeA" type="GLenum"/>19</function>2021<function name="BlendFuncIndexedAMD" alias="BlendFunciARB">22<param name="buf" type="GLuint"/>23<param name="src" type="GLenum"/>24<param name="dst" type="GLenum"/>25</function>2627<function name="BlendFuncSeparateIndexedAMD" alias="BlendFuncSeparateiARB">28<param name="buf" type="GLuint"/>29<param name="srcRGB" type="GLenum"/>30<param name="dstRGB" type="GLenum"/>31<param name="srcA" type="GLenum"/>32<param name="dstA" type="GLenum"/>33</function>3435</category>3637</OpenGLAPI>383940