glapi: Emit dispatch for {ARB,OES}_get_program_binary
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
<enum name="NUM_PROGRAM_BINARY_FORMATS" value="0x87FE"/>
|
||||
<enum name="PROGRAM_BINARY_FORMATS" value="0x87FF"/>
|
||||
|
||||
<function name="GetProgramBinary" offset="assign" static_dispatch="false"
|
||||
es2="3.0" exec="skip">
|
||||
<function name="GetProgramBinary" offset="assign" es2="3.0">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="bufSize" type="GLsizei"/>
|
||||
<param name="length" type="GLsizei *"/>
|
||||
@@ -20,16 +19,14 @@
|
||||
<param name="binary" type="GLvoid *"/>
|
||||
</function>
|
||||
|
||||
<function name="ProgramBinary" offset="assign" static_dispatch="false"
|
||||
es2="3.0" exec="skip">
|
||||
<function name="ProgramBinary" offset="assign" es2="3.0">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="binaryFormat" type="GLenum"/>
|
||||
<param name="binary" type="const GLvoid *"/>
|
||||
<param name="length" type="GLsizei"/>
|
||||
</function>
|
||||
|
||||
<function name="ProgramParameteri" offset="assign" static_dispatch="false"
|
||||
es2="3.0" exec="skip">
|
||||
<function name="ProgramParameteri" offset="assign" es2="3.0">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="value" type="GLint"/>
|
||||
|
||||
Reference in New Issue
Block a user