glapi: ARB_blend_func_extended support + regen. (v2)
This adds the xml file covering ARB_blend_func_extended. v2: fix SRC1_ALPHA Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
||||
|
||||
<!-- Note: no GLX protocol info yet. -->
|
||||
|
||||
|
||||
<OpenGLAPI>
|
||||
|
||||
<category name="GL_ARB_blend_func_extended" number="78">
|
||||
|
||||
<function name="BindFragDataLocationIndexed" offset="assign">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="colorNumber" type="GLuint"/>
|
||||
<param name="index" type="GLuint"/>
|
||||
<param name="name" type="const GLchar *"/>
|
||||
</function>
|
||||
|
||||
<function name="GetFragDataIndex" offset="assign">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="name" type="const GLchar *"/>
|
||||
<return type="GLint"/>
|
||||
</function>
|
||||
|
||||
<enum name="SRC1_COLOR" value="0x88F9"/>
|
||||
<!-- SRC1_ALPHA is defined in core GL -->
|
||||
<enum name="ONE_MINUS_SRC1_COLOR" value="0x88FA"/>
|
||||
<enum name="ONE_MINUS_SRC1_ALPHA" value="0x88FB"/>
|
||||
|
||||
<enum name="MAX_DUAL_SOURCE_DRAW_BUFFERS" value="0x88FC"/>
|
||||
</category>
|
||||
|
||||
</OpenGLAPI>
|
||||
@@ -12430,4 +12430,5 @@
|
||||
|
||||
<xi:include href="ARB_texture_rgb10_a2ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<xi:include href="ARB_blend_func_extended.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
</OpenGLAPI>
|
||||
|
||||
@@ -5813,6 +5813,20 @@ _glapi_create_table_from_handle(void *handle, const char *symbol_prefix) {
|
||||
}
|
||||
|
||||
|
||||
if(!disp->BindFragDataLocationIndexed) {
|
||||
void ** procp = (void **) &disp->BindFragDataLocationIndexed;
|
||||
snprintf(symboln, sizeof(symboln), "%sBindFragDataLocationIndexed", symbol_prefix);
|
||||
*procp = dlsym(handle, symboln);
|
||||
}
|
||||
|
||||
|
||||
if(!disp->GetFragDataIndex) {
|
||||
void ** procp = (void **) &disp->GetFragDataIndex;
|
||||
snprintf(symboln, sizeof(symboln), "%sGetFragDataIndex", symbol_prefix);
|
||||
*procp = dlsym(handle, symboln);
|
||||
}
|
||||
|
||||
|
||||
if(!disp->BindSampler) {
|
||||
void ** procp = (void **) &disp->BindSampler;
|
||||
snprintf(symboln, sizeof(symboln), "%sBindSampler", symbol_prefix);
|
||||
|
||||
+972
-950
File diff suppressed because it is too large
Load Diff
+373
-371
@@ -796,105 +796,103 @@ gl_dispatch_functions_start:
|
||||
GL_STUB(glBlendEquationiARB, 598)
|
||||
GL_STUB(glBlendFuncSeparateiARB, 599)
|
||||
GL_STUB(glBlendFunciARB, 600)
|
||||
GL_STUB(glBindSampler, 601)
|
||||
GL_STUB(glDeleteSamplers, 602)
|
||||
GL_STUB(glGenSamplers, 603)
|
||||
GL_STUB(glGetSamplerParameterIiv, 604)
|
||||
GL_STUB(glGetSamplerParameterIuiv, 605)
|
||||
GL_STUB(glGetSamplerParameterfv, 606)
|
||||
GL_STUB(glGetSamplerParameteriv, 607)
|
||||
GL_STUB(glIsSampler, 608)
|
||||
GL_STUB(glSamplerParameterIiv, 609)
|
||||
GL_STUB(glSamplerParameterIuiv, 610)
|
||||
GL_STUB(glSamplerParameterf, 611)
|
||||
GL_STUB(glSamplerParameterfv, 612)
|
||||
GL_STUB(glSamplerParameteri, 613)
|
||||
GL_STUB(glSamplerParameteriv, 614)
|
||||
GL_STUB(glColorP3ui, 615)
|
||||
GL_STUB(glColorP3uiv, 616)
|
||||
GL_STUB(glColorP4ui, 617)
|
||||
GL_STUB(glColorP4uiv, 618)
|
||||
GL_STUB(glMultiTexCoordP1ui, 619)
|
||||
GL_STUB(glMultiTexCoordP1uiv, 620)
|
||||
GL_STUB(glMultiTexCoordP2ui, 621)
|
||||
GL_STUB(glMultiTexCoordP2uiv, 622)
|
||||
GL_STUB(glMultiTexCoordP3ui, 623)
|
||||
GL_STUB(glMultiTexCoordP3uiv, 624)
|
||||
GL_STUB(glMultiTexCoordP4ui, 625)
|
||||
GL_STUB(glMultiTexCoordP4uiv, 626)
|
||||
GL_STUB(glNormalP3ui, 627)
|
||||
GL_STUB(glNormalP3uiv, 628)
|
||||
GL_STUB(glSecondaryColorP3ui, 629)
|
||||
GL_STUB(glSecondaryColorP3uiv, 630)
|
||||
GL_STUB(glTexCoordP1ui, 631)
|
||||
GL_STUB(glTexCoordP1uiv, 632)
|
||||
GL_STUB(glTexCoordP2ui, 633)
|
||||
GL_STUB(glTexCoordP2uiv, 634)
|
||||
GL_STUB(glTexCoordP3ui, 635)
|
||||
GL_STUB(glTexCoordP3uiv, 636)
|
||||
GL_STUB(glTexCoordP4ui, 637)
|
||||
GL_STUB(glTexCoordP4uiv, 638)
|
||||
GL_STUB(glVertexAttribP1ui, 639)
|
||||
GL_STUB(glVertexAttribP1uiv, 640)
|
||||
GL_STUB(glVertexAttribP2ui, 641)
|
||||
GL_STUB(glVertexAttribP2uiv, 642)
|
||||
GL_STUB(glVertexAttribP3ui, 643)
|
||||
GL_STUB(glVertexAttribP3uiv, 644)
|
||||
GL_STUB(glVertexAttribP4ui, 645)
|
||||
GL_STUB(glVertexAttribP4uiv, 646)
|
||||
GL_STUB(glVertexP2ui, 647)
|
||||
GL_STUB(glVertexP2uiv, 648)
|
||||
GL_STUB(glVertexP3ui, 649)
|
||||
GL_STUB(glVertexP3uiv, 650)
|
||||
GL_STUB(glVertexP4ui, 651)
|
||||
GL_STUB(glVertexP4uiv, 652)
|
||||
GL_STUB(glBindTransformFeedback, 653)
|
||||
GL_STUB(glDeleteTransformFeedbacks, 654)
|
||||
GL_STUB(glDrawTransformFeedback, 655)
|
||||
GL_STUB(glGenTransformFeedbacks, 656)
|
||||
GL_STUB(glIsTransformFeedback, 657)
|
||||
GL_STUB(glPauseTransformFeedback, 658)
|
||||
GL_STUB(glResumeTransformFeedback, 659)
|
||||
GL_STUB(glClearDepthf, 660)
|
||||
GL_STUB(glDepthRangef, 661)
|
||||
GL_STUB(glGetShaderPrecisionFormat, 662)
|
||||
GL_STUB(glReleaseShaderCompiler, 663)
|
||||
GL_STUB(glShaderBinary, 664)
|
||||
GL_STUB(glDebugMessageCallbackARB, 665)
|
||||
GL_STUB(glDebugMessageControlARB, 666)
|
||||
GL_STUB(glDebugMessageInsertARB, 667)
|
||||
GL_STUB(glGetDebugMessageLogARB, 668)
|
||||
GL_STUB(glGetGraphicsResetStatusARB, 669)
|
||||
GL_STUB(glGetnColorTableARB, 670)
|
||||
GL_STUB(glGetnCompressedTexImageARB, 671)
|
||||
GL_STUB(glGetnConvolutionFilterARB, 672)
|
||||
GL_STUB(glGetnHistogramARB, 673)
|
||||
GL_STUB(glGetnMapdvARB, 674)
|
||||
GL_STUB(glGetnMapfvARB, 675)
|
||||
GL_STUB(glGetnMapivARB, 676)
|
||||
GL_STUB(glGetnMinmaxARB, 677)
|
||||
GL_STUB(glGetnPixelMapfvARB, 678)
|
||||
GL_STUB(glGetnPixelMapuivARB, 679)
|
||||
GL_STUB(glGetnPixelMapusvARB, 680)
|
||||
GL_STUB(glGetnPolygonStippleARB, 681)
|
||||
GL_STUB(glGetnSeparableFilterARB, 682)
|
||||
GL_STUB(glGetnTexImageARB, 683)
|
||||
GL_STUB(glGetnUniformdvARB, 684)
|
||||
GL_STUB(glGetnUniformfvARB, 685)
|
||||
GL_STUB(glGetnUniformivARB, 686)
|
||||
GL_STUB(glGetnUniformuivARB, 687)
|
||||
GL_STUB(glReadnPixelsARB, 688)
|
||||
GL_STUB(glTexStorage1D, 689)
|
||||
GL_STUB(glTexStorage2D, 690)
|
||||
GL_STUB(glTexStorage3D, 691)
|
||||
GL_STUB(glTextureStorage1DEXT, 692)
|
||||
GL_STUB(glTextureStorage2DEXT, 693)
|
||||
GL_STUB(glTextureStorage3DEXT, 694)
|
||||
GL_STUB(glPolygonOffsetEXT, 695)
|
||||
GL_STUB(gl_dispatch_stub_696, 696)
|
||||
HIDDEN(gl_dispatch_stub_696)
|
||||
GL_STUB(gl_dispatch_stub_697, 697)
|
||||
HIDDEN(gl_dispatch_stub_697)
|
||||
GL_STUB(glBindFragDataLocationIndexed, 601)
|
||||
GL_STUB(glGetFragDataIndex, 602)
|
||||
GL_STUB(glBindSampler, 603)
|
||||
GL_STUB(glDeleteSamplers, 604)
|
||||
GL_STUB(glGenSamplers, 605)
|
||||
GL_STUB(glGetSamplerParameterIiv, 606)
|
||||
GL_STUB(glGetSamplerParameterIuiv, 607)
|
||||
GL_STUB(glGetSamplerParameterfv, 608)
|
||||
GL_STUB(glGetSamplerParameteriv, 609)
|
||||
GL_STUB(glIsSampler, 610)
|
||||
GL_STUB(glSamplerParameterIiv, 611)
|
||||
GL_STUB(glSamplerParameterIuiv, 612)
|
||||
GL_STUB(glSamplerParameterf, 613)
|
||||
GL_STUB(glSamplerParameterfv, 614)
|
||||
GL_STUB(glSamplerParameteri, 615)
|
||||
GL_STUB(glSamplerParameteriv, 616)
|
||||
GL_STUB(glColorP3ui, 617)
|
||||
GL_STUB(glColorP3uiv, 618)
|
||||
GL_STUB(glColorP4ui, 619)
|
||||
GL_STUB(glColorP4uiv, 620)
|
||||
GL_STUB(glMultiTexCoordP1ui, 621)
|
||||
GL_STUB(glMultiTexCoordP1uiv, 622)
|
||||
GL_STUB(glMultiTexCoordP2ui, 623)
|
||||
GL_STUB(glMultiTexCoordP2uiv, 624)
|
||||
GL_STUB(glMultiTexCoordP3ui, 625)
|
||||
GL_STUB(glMultiTexCoordP3uiv, 626)
|
||||
GL_STUB(glMultiTexCoordP4ui, 627)
|
||||
GL_STUB(glMultiTexCoordP4uiv, 628)
|
||||
GL_STUB(glNormalP3ui, 629)
|
||||
GL_STUB(glNormalP3uiv, 630)
|
||||
GL_STUB(glSecondaryColorP3ui, 631)
|
||||
GL_STUB(glSecondaryColorP3uiv, 632)
|
||||
GL_STUB(glTexCoordP1ui, 633)
|
||||
GL_STUB(glTexCoordP1uiv, 634)
|
||||
GL_STUB(glTexCoordP2ui, 635)
|
||||
GL_STUB(glTexCoordP2uiv, 636)
|
||||
GL_STUB(glTexCoordP3ui, 637)
|
||||
GL_STUB(glTexCoordP3uiv, 638)
|
||||
GL_STUB(glTexCoordP4ui, 639)
|
||||
GL_STUB(glTexCoordP4uiv, 640)
|
||||
GL_STUB(glVertexAttribP1ui, 641)
|
||||
GL_STUB(glVertexAttribP1uiv, 642)
|
||||
GL_STUB(glVertexAttribP2ui, 643)
|
||||
GL_STUB(glVertexAttribP2uiv, 644)
|
||||
GL_STUB(glVertexAttribP3ui, 645)
|
||||
GL_STUB(glVertexAttribP3uiv, 646)
|
||||
GL_STUB(glVertexAttribP4ui, 647)
|
||||
GL_STUB(glVertexAttribP4uiv, 648)
|
||||
GL_STUB(glVertexP2ui, 649)
|
||||
GL_STUB(glVertexP2uiv, 650)
|
||||
GL_STUB(glVertexP3ui, 651)
|
||||
GL_STUB(glVertexP3uiv, 652)
|
||||
GL_STUB(glVertexP4ui, 653)
|
||||
GL_STUB(glVertexP4uiv, 654)
|
||||
GL_STUB(glBindTransformFeedback, 655)
|
||||
GL_STUB(glDeleteTransformFeedbacks, 656)
|
||||
GL_STUB(glDrawTransformFeedback, 657)
|
||||
GL_STUB(glGenTransformFeedbacks, 658)
|
||||
GL_STUB(glIsTransformFeedback, 659)
|
||||
GL_STUB(glPauseTransformFeedback, 660)
|
||||
GL_STUB(glResumeTransformFeedback, 661)
|
||||
GL_STUB(glClearDepthf, 662)
|
||||
GL_STUB(glDepthRangef, 663)
|
||||
GL_STUB(glGetShaderPrecisionFormat, 664)
|
||||
GL_STUB(glReleaseShaderCompiler, 665)
|
||||
GL_STUB(glShaderBinary, 666)
|
||||
GL_STUB(glDebugMessageCallbackARB, 667)
|
||||
GL_STUB(glDebugMessageControlARB, 668)
|
||||
GL_STUB(glDebugMessageInsertARB, 669)
|
||||
GL_STUB(glGetDebugMessageLogARB, 670)
|
||||
GL_STUB(glGetGraphicsResetStatusARB, 671)
|
||||
GL_STUB(glGetnColorTableARB, 672)
|
||||
GL_STUB(glGetnCompressedTexImageARB, 673)
|
||||
GL_STUB(glGetnConvolutionFilterARB, 674)
|
||||
GL_STUB(glGetnHistogramARB, 675)
|
||||
GL_STUB(glGetnMapdvARB, 676)
|
||||
GL_STUB(glGetnMapfvARB, 677)
|
||||
GL_STUB(glGetnMapivARB, 678)
|
||||
GL_STUB(glGetnMinmaxARB, 679)
|
||||
GL_STUB(glGetnPixelMapfvARB, 680)
|
||||
GL_STUB(glGetnPixelMapuivARB, 681)
|
||||
GL_STUB(glGetnPixelMapusvARB, 682)
|
||||
GL_STUB(glGetnPolygonStippleARB, 683)
|
||||
GL_STUB(glGetnSeparableFilterARB, 684)
|
||||
GL_STUB(glGetnTexImageARB, 685)
|
||||
GL_STUB(glGetnUniformdvARB, 686)
|
||||
GL_STUB(glGetnUniformfvARB, 687)
|
||||
GL_STUB(glGetnUniformivARB, 688)
|
||||
GL_STUB(glGetnUniformuivARB, 689)
|
||||
GL_STUB(glReadnPixelsARB, 690)
|
||||
GL_STUB(glTexStorage1D, 691)
|
||||
GL_STUB(glTexStorage2D, 692)
|
||||
GL_STUB(glTexStorage3D, 693)
|
||||
GL_STUB(glTextureStorage1DEXT, 694)
|
||||
GL_STUB(glTextureStorage2DEXT, 695)
|
||||
GL_STUB(glTextureStorage3DEXT, 696)
|
||||
GL_STUB(glPolygonOffsetEXT, 697)
|
||||
GL_STUB(gl_dispatch_stub_698, 698)
|
||||
HIDDEN(gl_dispatch_stub_698)
|
||||
GL_STUB(gl_dispatch_stub_699, 699)
|
||||
@@ -907,87 +905,87 @@ gl_dispatch_functions_start:
|
||||
HIDDEN(gl_dispatch_stub_702)
|
||||
GL_STUB(gl_dispatch_stub_703, 703)
|
||||
HIDDEN(gl_dispatch_stub_703)
|
||||
GL_STUB(glColorPointerEXT, 704)
|
||||
GL_STUB(glEdgeFlagPointerEXT, 705)
|
||||
GL_STUB(glIndexPointerEXT, 706)
|
||||
GL_STUB(glNormalPointerEXT, 707)
|
||||
GL_STUB(glTexCoordPointerEXT, 708)
|
||||
GL_STUB(glVertexPointerEXT, 709)
|
||||
GL_STUB(glPointParameterfEXT, 710)
|
||||
GL_STUB(glPointParameterfvEXT, 711)
|
||||
GL_STUB(glLockArraysEXT, 712)
|
||||
GL_STUB(glUnlockArraysEXT, 713)
|
||||
GL_STUB(glSecondaryColor3bEXT, 714)
|
||||
GL_STUB(glSecondaryColor3bvEXT, 715)
|
||||
GL_STUB(glSecondaryColor3dEXT, 716)
|
||||
GL_STUB(glSecondaryColor3dvEXT, 717)
|
||||
GL_STUB(glSecondaryColor3fEXT, 718)
|
||||
GL_STUB(glSecondaryColor3fvEXT, 719)
|
||||
GL_STUB(glSecondaryColor3iEXT, 720)
|
||||
GL_STUB(glSecondaryColor3ivEXT, 721)
|
||||
GL_STUB(glSecondaryColor3sEXT, 722)
|
||||
GL_STUB(glSecondaryColor3svEXT, 723)
|
||||
GL_STUB(glSecondaryColor3ubEXT, 724)
|
||||
GL_STUB(glSecondaryColor3ubvEXT, 725)
|
||||
GL_STUB(glSecondaryColor3uiEXT, 726)
|
||||
GL_STUB(glSecondaryColor3uivEXT, 727)
|
||||
GL_STUB(glSecondaryColor3usEXT, 728)
|
||||
GL_STUB(glSecondaryColor3usvEXT, 729)
|
||||
GL_STUB(glSecondaryColorPointerEXT, 730)
|
||||
GL_STUB(glMultiDrawArraysEXT, 731)
|
||||
GL_STUB(glMultiDrawElementsEXT, 732)
|
||||
GL_STUB(glFogCoordPointerEXT, 733)
|
||||
GL_STUB(glFogCoorddEXT, 734)
|
||||
GL_STUB(glFogCoorddvEXT, 735)
|
||||
GL_STUB(glFogCoordfEXT, 736)
|
||||
GL_STUB(glFogCoordfvEXT, 737)
|
||||
GL_STUB(gl_dispatch_stub_738, 738)
|
||||
HIDDEN(gl_dispatch_stub_738)
|
||||
GL_STUB(glBlendFuncSeparateEXT, 739)
|
||||
GL_STUB(glFlushVertexArrayRangeNV, 740)
|
||||
GL_STUB(glVertexArrayRangeNV, 741)
|
||||
GL_STUB(glCombinerInputNV, 742)
|
||||
GL_STUB(glCombinerOutputNV, 743)
|
||||
GL_STUB(glCombinerParameterfNV, 744)
|
||||
GL_STUB(glCombinerParameterfvNV, 745)
|
||||
GL_STUB(glCombinerParameteriNV, 746)
|
||||
GL_STUB(glCombinerParameterivNV, 747)
|
||||
GL_STUB(glFinalCombinerInputNV, 748)
|
||||
GL_STUB(glGetCombinerInputParameterfvNV, 749)
|
||||
GL_STUB(glGetCombinerInputParameterivNV, 750)
|
||||
GL_STUB(glGetCombinerOutputParameterfvNV, 751)
|
||||
GL_STUB(glGetCombinerOutputParameterivNV, 752)
|
||||
GL_STUB(glGetFinalCombinerInputParameterfvNV, 753)
|
||||
GL_STUB(glGetFinalCombinerInputParameterivNV, 754)
|
||||
GL_STUB(glResizeBuffersMESA, 755)
|
||||
GL_STUB(glWindowPos2dMESA, 756)
|
||||
GL_STUB(glWindowPos2dvMESA, 757)
|
||||
GL_STUB(glWindowPos2fMESA, 758)
|
||||
GL_STUB(glWindowPos2fvMESA, 759)
|
||||
GL_STUB(glWindowPos2iMESA, 760)
|
||||
GL_STUB(glWindowPos2ivMESA, 761)
|
||||
GL_STUB(glWindowPos2sMESA, 762)
|
||||
GL_STUB(glWindowPos2svMESA, 763)
|
||||
GL_STUB(glWindowPos3dMESA, 764)
|
||||
GL_STUB(glWindowPos3dvMESA, 765)
|
||||
GL_STUB(glWindowPos3fMESA, 766)
|
||||
GL_STUB(glWindowPos3fvMESA, 767)
|
||||
GL_STUB(glWindowPos3iMESA, 768)
|
||||
GL_STUB(glWindowPos3ivMESA, 769)
|
||||
GL_STUB(glWindowPos3sMESA, 770)
|
||||
GL_STUB(glWindowPos3svMESA, 771)
|
||||
GL_STUB(glWindowPos4dMESA, 772)
|
||||
GL_STUB(glWindowPos4dvMESA, 773)
|
||||
GL_STUB(glWindowPos4fMESA, 774)
|
||||
GL_STUB(glWindowPos4fvMESA, 775)
|
||||
GL_STUB(glWindowPos4iMESA, 776)
|
||||
GL_STUB(glWindowPos4ivMESA, 777)
|
||||
GL_STUB(glWindowPos4sMESA, 778)
|
||||
GL_STUB(glWindowPos4svMESA, 779)
|
||||
GL_STUB(gl_dispatch_stub_780, 780)
|
||||
HIDDEN(gl_dispatch_stub_780)
|
||||
GL_STUB(gl_dispatch_stub_781, 781)
|
||||
HIDDEN(gl_dispatch_stub_781)
|
||||
GL_STUB(gl_dispatch_stub_704, 704)
|
||||
HIDDEN(gl_dispatch_stub_704)
|
||||
GL_STUB(gl_dispatch_stub_705, 705)
|
||||
HIDDEN(gl_dispatch_stub_705)
|
||||
GL_STUB(glColorPointerEXT, 706)
|
||||
GL_STUB(glEdgeFlagPointerEXT, 707)
|
||||
GL_STUB(glIndexPointerEXT, 708)
|
||||
GL_STUB(glNormalPointerEXT, 709)
|
||||
GL_STUB(glTexCoordPointerEXT, 710)
|
||||
GL_STUB(glVertexPointerEXT, 711)
|
||||
GL_STUB(glPointParameterfEXT, 712)
|
||||
GL_STUB(glPointParameterfvEXT, 713)
|
||||
GL_STUB(glLockArraysEXT, 714)
|
||||
GL_STUB(glUnlockArraysEXT, 715)
|
||||
GL_STUB(glSecondaryColor3bEXT, 716)
|
||||
GL_STUB(glSecondaryColor3bvEXT, 717)
|
||||
GL_STUB(glSecondaryColor3dEXT, 718)
|
||||
GL_STUB(glSecondaryColor3dvEXT, 719)
|
||||
GL_STUB(glSecondaryColor3fEXT, 720)
|
||||
GL_STUB(glSecondaryColor3fvEXT, 721)
|
||||
GL_STUB(glSecondaryColor3iEXT, 722)
|
||||
GL_STUB(glSecondaryColor3ivEXT, 723)
|
||||
GL_STUB(glSecondaryColor3sEXT, 724)
|
||||
GL_STUB(glSecondaryColor3svEXT, 725)
|
||||
GL_STUB(glSecondaryColor3ubEXT, 726)
|
||||
GL_STUB(glSecondaryColor3ubvEXT, 727)
|
||||
GL_STUB(glSecondaryColor3uiEXT, 728)
|
||||
GL_STUB(glSecondaryColor3uivEXT, 729)
|
||||
GL_STUB(glSecondaryColor3usEXT, 730)
|
||||
GL_STUB(glSecondaryColor3usvEXT, 731)
|
||||
GL_STUB(glSecondaryColorPointerEXT, 732)
|
||||
GL_STUB(glMultiDrawArraysEXT, 733)
|
||||
GL_STUB(glMultiDrawElementsEXT, 734)
|
||||
GL_STUB(glFogCoordPointerEXT, 735)
|
||||
GL_STUB(glFogCoorddEXT, 736)
|
||||
GL_STUB(glFogCoorddvEXT, 737)
|
||||
GL_STUB(glFogCoordfEXT, 738)
|
||||
GL_STUB(glFogCoordfvEXT, 739)
|
||||
GL_STUB(gl_dispatch_stub_740, 740)
|
||||
HIDDEN(gl_dispatch_stub_740)
|
||||
GL_STUB(glBlendFuncSeparateEXT, 741)
|
||||
GL_STUB(glFlushVertexArrayRangeNV, 742)
|
||||
GL_STUB(glVertexArrayRangeNV, 743)
|
||||
GL_STUB(glCombinerInputNV, 744)
|
||||
GL_STUB(glCombinerOutputNV, 745)
|
||||
GL_STUB(glCombinerParameterfNV, 746)
|
||||
GL_STUB(glCombinerParameterfvNV, 747)
|
||||
GL_STUB(glCombinerParameteriNV, 748)
|
||||
GL_STUB(glCombinerParameterivNV, 749)
|
||||
GL_STUB(glFinalCombinerInputNV, 750)
|
||||
GL_STUB(glGetCombinerInputParameterfvNV, 751)
|
||||
GL_STUB(glGetCombinerInputParameterivNV, 752)
|
||||
GL_STUB(glGetCombinerOutputParameterfvNV, 753)
|
||||
GL_STUB(glGetCombinerOutputParameterivNV, 754)
|
||||
GL_STUB(glGetFinalCombinerInputParameterfvNV, 755)
|
||||
GL_STUB(glGetFinalCombinerInputParameterivNV, 756)
|
||||
GL_STUB(glResizeBuffersMESA, 757)
|
||||
GL_STUB(glWindowPos2dMESA, 758)
|
||||
GL_STUB(glWindowPos2dvMESA, 759)
|
||||
GL_STUB(glWindowPos2fMESA, 760)
|
||||
GL_STUB(glWindowPos2fvMESA, 761)
|
||||
GL_STUB(glWindowPos2iMESA, 762)
|
||||
GL_STUB(glWindowPos2ivMESA, 763)
|
||||
GL_STUB(glWindowPos2sMESA, 764)
|
||||
GL_STUB(glWindowPos2svMESA, 765)
|
||||
GL_STUB(glWindowPos3dMESA, 766)
|
||||
GL_STUB(glWindowPos3dvMESA, 767)
|
||||
GL_STUB(glWindowPos3fMESA, 768)
|
||||
GL_STUB(glWindowPos3fvMESA, 769)
|
||||
GL_STUB(glWindowPos3iMESA, 770)
|
||||
GL_STUB(glWindowPos3ivMESA, 771)
|
||||
GL_STUB(glWindowPos3sMESA, 772)
|
||||
GL_STUB(glWindowPos3svMESA, 773)
|
||||
GL_STUB(glWindowPos4dMESA, 774)
|
||||
GL_STUB(glWindowPos4dvMESA, 775)
|
||||
GL_STUB(glWindowPos4fMESA, 776)
|
||||
GL_STUB(glWindowPos4fvMESA, 777)
|
||||
GL_STUB(glWindowPos4iMESA, 778)
|
||||
GL_STUB(glWindowPos4ivMESA, 779)
|
||||
GL_STUB(glWindowPos4sMESA, 780)
|
||||
GL_STUB(glWindowPos4svMESA, 781)
|
||||
GL_STUB(gl_dispatch_stub_782, 782)
|
||||
HIDDEN(gl_dispatch_stub_782)
|
||||
GL_STUB(gl_dispatch_stub_783, 783)
|
||||
@@ -1002,211 +1000,215 @@ gl_dispatch_functions_start:
|
||||
HIDDEN(gl_dispatch_stub_787)
|
||||
GL_STUB(gl_dispatch_stub_788, 788)
|
||||
HIDDEN(gl_dispatch_stub_788)
|
||||
GL_STUB(glAreProgramsResidentNV, 789)
|
||||
GL_STUB(glBindProgramNV, 790)
|
||||
GL_STUB(glDeleteProgramsNV, 791)
|
||||
GL_STUB(glExecuteProgramNV, 792)
|
||||
GL_STUB(glGenProgramsNV, 793)
|
||||
GL_STUB(glGetProgramParameterdvNV, 794)
|
||||
GL_STUB(glGetProgramParameterfvNV, 795)
|
||||
GL_STUB(glGetProgramStringNV, 796)
|
||||
GL_STUB(glGetProgramivNV, 797)
|
||||
GL_STUB(glGetTrackMatrixivNV, 798)
|
||||
GL_STUB(glGetVertexAttribPointervNV, 799)
|
||||
GL_STUB(glGetVertexAttribdvNV, 800)
|
||||
GL_STUB(glGetVertexAttribfvNV, 801)
|
||||
GL_STUB(glGetVertexAttribivNV, 802)
|
||||
GL_STUB(glIsProgramNV, 803)
|
||||
GL_STUB(glLoadProgramNV, 804)
|
||||
GL_STUB(glProgramParameters4dvNV, 805)
|
||||
GL_STUB(glProgramParameters4fvNV, 806)
|
||||
GL_STUB(glRequestResidentProgramsNV, 807)
|
||||
GL_STUB(glTrackMatrixNV, 808)
|
||||
GL_STUB(glVertexAttrib1dNV, 809)
|
||||
GL_STUB(glVertexAttrib1dvNV, 810)
|
||||
GL_STUB(glVertexAttrib1fNV, 811)
|
||||
GL_STUB(glVertexAttrib1fvNV, 812)
|
||||
GL_STUB(glVertexAttrib1sNV, 813)
|
||||
GL_STUB(glVertexAttrib1svNV, 814)
|
||||
GL_STUB(glVertexAttrib2dNV, 815)
|
||||
GL_STUB(glVertexAttrib2dvNV, 816)
|
||||
GL_STUB(glVertexAttrib2fNV, 817)
|
||||
GL_STUB(glVertexAttrib2fvNV, 818)
|
||||
GL_STUB(glVertexAttrib2sNV, 819)
|
||||
GL_STUB(glVertexAttrib2svNV, 820)
|
||||
GL_STUB(glVertexAttrib3dNV, 821)
|
||||
GL_STUB(glVertexAttrib3dvNV, 822)
|
||||
GL_STUB(glVertexAttrib3fNV, 823)
|
||||
GL_STUB(glVertexAttrib3fvNV, 824)
|
||||
GL_STUB(glVertexAttrib3sNV, 825)
|
||||
GL_STUB(glVertexAttrib3svNV, 826)
|
||||
GL_STUB(glVertexAttrib4dNV, 827)
|
||||
GL_STUB(glVertexAttrib4dvNV, 828)
|
||||
GL_STUB(glVertexAttrib4fNV, 829)
|
||||
GL_STUB(glVertexAttrib4fvNV, 830)
|
||||
GL_STUB(glVertexAttrib4sNV, 831)
|
||||
GL_STUB(glVertexAttrib4svNV, 832)
|
||||
GL_STUB(glVertexAttrib4ubNV, 833)
|
||||
GL_STUB(glVertexAttrib4ubvNV, 834)
|
||||
GL_STUB(glVertexAttribPointerNV, 835)
|
||||
GL_STUB(glVertexAttribs1dvNV, 836)
|
||||
GL_STUB(glVertexAttribs1fvNV, 837)
|
||||
GL_STUB(glVertexAttribs1svNV, 838)
|
||||
GL_STUB(glVertexAttribs2dvNV, 839)
|
||||
GL_STUB(glVertexAttribs2fvNV, 840)
|
||||
GL_STUB(glVertexAttribs2svNV, 841)
|
||||
GL_STUB(glVertexAttribs3dvNV, 842)
|
||||
GL_STUB(glVertexAttribs3fvNV, 843)
|
||||
GL_STUB(glVertexAttribs3svNV, 844)
|
||||
GL_STUB(glVertexAttribs4dvNV, 845)
|
||||
GL_STUB(glVertexAttribs4fvNV, 846)
|
||||
GL_STUB(glVertexAttribs4svNV, 847)
|
||||
GL_STUB(glVertexAttribs4ubvNV, 848)
|
||||
GL_STUB(glGetTexBumpParameterfvATI, 849)
|
||||
GL_STUB(glGetTexBumpParameterivATI, 850)
|
||||
GL_STUB(glTexBumpParameterfvATI, 851)
|
||||
GL_STUB(glTexBumpParameterivATI, 852)
|
||||
GL_STUB(glAlphaFragmentOp1ATI, 853)
|
||||
GL_STUB(glAlphaFragmentOp2ATI, 854)
|
||||
GL_STUB(glAlphaFragmentOp3ATI, 855)
|
||||
GL_STUB(glBeginFragmentShaderATI, 856)
|
||||
GL_STUB(glBindFragmentShaderATI, 857)
|
||||
GL_STUB(glColorFragmentOp1ATI, 858)
|
||||
GL_STUB(glColorFragmentOp2ATI, 859)
|
||||
GL_STUB(glColorFragmentOp3ATI, 860)
|
||||
GL_STUB(glDeleteFragmentShaderATI, 861)
|
||||
GL_STUB(glEndFragmentShaderATI, 862)
|
||||
GL_STUB(glGenFragmentShadersATI, 863)
|
||||
GL_STUB(glPassTexCoordATI, 864)
|
||||
GL_STUB(glSampleMapATI, 865)
|
||||
GL_STUB(glSetFragmentShaderConstantATI, 866)
|
||||
GL_STUB(glPointParameteriNV, 867)
|
||||
GL_STUB(glPointParameterivNV, 868)
|
||||
GL_STUB(gl_dispatch_stub_869, 869)
|
||||
HIDDEN(gl_dispatch_stub_869)
|
||||
GL_STUB(gl_dispatch_stub_870, 870)
|
||||
HIDDEN(gl_dispatch_stub_870)
|
||||
GL_STUB(gl_dispatch_stub_789, 789)
|
||||
HIDDEN(gl_dispatch_stub_789)
|
||||
GL_STUB(gl_dispatch_stub_790, 790)
|
||||
HIDDEN(gl_dispatch_stub_790)
|
||||
GL_STUB(glAreProgramsResidentNV, 791)
|
||||
GL_STUB(glBindProgramNV, 792)
|
||||
GL_STUB(glDeleteProgramsNV, 793)
|
||||
GL_STUB(glExecuteProgramNV, 794)
|
||||
GL_STUB(glGenProgramsNV, 795)
|
||||
GL_STUB(glGetProgramParameterdvNV, 796)
|
||||
GL_STUB(glGetProgramParameterfvNV, 797)
|
||||
GL_STUB(glGetProgramStringNV, 798)
|
||||
GL_STUB(glGetProgramivNV, 799)
|
||||
GL_STUB(glGetTrackMatrixivNV, 800)
|
||||
GL_STUB(glGetVertexAttribPointervNV, 801)
|
||||
GL_STUB(glGetVertexAttribdvNV, 802)
|
||||
GL_STUB(glGetVertexAttribfvNV, 803)
|
||||
GL_STUB(glGetVertexAttribivNV, 804)
|
||||
GL_STUB(glIsProgramNV, 805)
|
||||
GL_STUB(glLoadProgramNV, 806)
|
||||
GL_STUB(glProgramParameters4dvNV, 807)
|
||||
GL_STUB(glProgramParameters4fvNV, 808)
|
||||
GL_STUB(glRequestResidentProgramsNV, 809)
|
||||
GL_STUB(glTrackMatrixNV, 810)
|
||||
GL_STUB(glVertexAttrib1dNV, 811)
|
||||
GL_STUB(glVertexAttrib1dvNV, 812)
|
||||
GL_STUB(glVertexAttrib1fNV, 813)
|
||||
GL_STUB(glVertexAttrib1fvNV, 814)
|
||||
GL_STUB(glVertexAttrib1sNV, 815)
|
||||
GL_STUB(glVertexAttrib1svNV, 816)
|
||||
GL_STUB(glVertexAttrib2dNV, 817)
|
||||
GL_STUB(glVertexAttrib2dvNV, 818)
|
||||
GL_STUB(glVertexAttrib2fNV, 819)
|
||||
GL_STUB(glVertexAttrib2fvNV, 820)
|
||||
GL_STUB(glVertexAttrib2sNV, 821)
|
||||
GL_STUB(glVertexAttrib2svNV, 822)
|
||||
GL_STUB(glVertexAttrib3dNV, 823)
|
||||
GL_STUB(glVertexAttrib3dvNV, 824)
|
||||
GL_STUB(glVertexAttrib3fNV, 825)
|
||||
GL_STUB(glVertexAttrib3fvNV, 826)
|
||||
GL_STUB(glVertexAttrib3sNV, 827)
|
||||
GL_STUB(glVertexAttrib3svNV, 828)
|
||||
GL_STUB(glVertexAttrib4dNV, 829)
|
||||
GL_STUB(glVertexAttrib4dvNV, 830)
|
||||
GL_STUB(glVertexAttrib4fNV, 831)
|
||||
GL_STUB(glVertexAttrib4fvNV, 832)
|
||||
GL_STUB(glVertexAttrib4sNV, 833)
|
||||
GL_STUB(glVertexAttrib4svNV, 834)
|
||||
GL_STUB(glVertexAttrib4ubNV, 835)
|
||||
GL_STUB(glVertexAttrib4ubvNV, 836)
|
||||
GL_STUB(glVertexAttribPointerNV, 837)
|
||||
GL_STUB(glVertexAttribs1dvNV, 838)
|
||||
GL_STUB(glVertexAttribs1fvNV, 839)
|
||||
GL_STUB(glVertexAttribs1svNV, 840)
|
||||
GL_STUB(glVertexAttribs2dvNV, 841)
|
||||
GL_STUB(glVertexAttribs2fvNV, 842)
|
||||
GL_STUB(glVertexAttribs2svNV, 843)
|
||||
GL_STUB(glVertexAttribs3dvNV, 844)
|
||||
GL_STUB(glVertexAttribs3fvNV, 845)
|
||||
GL_STUB(glVertexAttribs3svNV, 846)
|
||||
GL_STUB(glVertexAttribs4dvNV, 847)
|
||||
GL_STUB(glVertexAttribs4fvNV, 848)
|
||||
GL_STUB(glVertexAttribs4svNV, 849)
|
||||
GL_STUB(glVertexAttribs4ubvNV, 850)
|
||||
GL_STUB(glGetTexBumpParameterfvATI, 851)
|
||||
GL_STUB(glGetTexBumpParameterivATI, 852)
|
||||
GL_STUB(glTexBumpParameterfvATI, 853)
|
||||
GL_STUB(glTexBumpParameterivATI, 854)
|
||||
GL_STUB(glAlphaFragmentOp1ATI, 855)
|
||||
GL_STUB(glAlphaFragmentOp2ATI, 856)
|
||||
GL_STUB(glAlphaFragmentOp3ATI, 857)
|
||||
GL_STUB(glBeginFragmentShaderATI, 858)
|
||||
GL_STUB(glBindFragmentShaderATI, 859)
|
||||
GL_STUB(glColorFragmentOp1ATI, 860)
|
||||
GL_STUB(glColorFragmentOp2ATI, 861)
|
||||
GL_STUB(glColorFragmentOp3ATI, 862)
|
||||
GL_STUB(glDeleteFragmentShaderATI, 863)
|
||||
GL_STUB(glEndFragmentShaderATI, 864)
|
||||
GL_STUB(glGenFragmentShadersATI, 865)
|
||||
GL_STUB(glPassTexCoordATI, 866)
|
||||
GL_STUB(glSampleMapATI, 867)
|
||||
GL_STUB(glSetFragmentShaderConstantATI, 868)
|
||||
GL_STUB(glPointParameteriNV, 869)
|
||||
GL_STUB(glPointParameterivNV, 870)
|
||||
GL_STUB(gl_dispatch_stub_871, 871)
|
||||
HIDDEN(gl_dispatch_stub_871)
|
||||
GL_STUB(gl_dispatch_stub_872, 872)
|
||||
HIDDEN(gl_dispatch_stub_872)
|
||||
GL_STUB(gl_dispatch_stub_873, 873)
|
||||
HIDDEN(gl_dispatch_stub_873)
|
||||
GL_STUB(glGetProgramNamedParameterdvNV, 874)
|
||||
GL_STUB(glGetProgramNamedParameterfvNV, 875)
|
||||
GL_STUB(glProgramNamedParameter4dNV, 876)
|
||||
GL_STUB(glProgramNamedParameter4dvNV, 877)
|
||||
GL_STUB(glProgramNamedParameter4fNV, 878)
|
||||
GL_STUB(glProgramNamedParameter4fvNV, 879)
|
||||
GL_STUB(glPrimitiveRestartIndexNV, 880)
|
||||
GL_STUB(glPrimitiveRestartNV, 881)
|
||||
GL_STUB(gl_dispatch_stub_882, 882)
|
||||
HIDDEN(gl_dispatch_stub_882)
|
||||
GL_STUB(gl_dispatch_stub_883, 883)
|
||||
HIDDEN(gl_dispatch_stub_883)
|
||||
GL_STUB(glBindFramebufferEXT, 884)
|
||||
GL_STUB(glBindRenderbufferEXT, 885)
|
||||
GL_STUB(glCheckFramebufferStatusEXT, 886)
|
||||
GL_STUB(glDeleteFramebuffersEXT, 887)
|
||||
GL_STUB(glDeleteRenderbuffersEXT, 888)
|
||||
GL_STUB(glFramebufferRenderbufferEXT, 889)
|
||||
GL_STUB(glFramebufferTexture1DEXT, 890)
|
||||
GL_STUB(glFramebufferTexture2DEXT, 891)
|
||||
GL_STUB(glFramebufferTexture3DEXT, 892)
|
||||
GL_STUB(glGenFramebuffersEXT, 893)
|
||||
GL_STUB(glGenRenderbuffersEXT, 894)
|
||||
GL_STUB(glGenerateMipmapEXT, 895)
|
||||
GL_STUB(glGetFramebufferAttachmentParameterivEXT, 896)
|
||||
GL_STUB(glGetRenderbufferParameterivEXT, 897)
|
||||
GL_STUB(glIsFramebufferEXT, 898)
|
||||
GL_STUB(glIsRenderbufferEXT, 899)
|
||||
GL_STUB(glRenderbufferStorageEXT, 900)
|
||||
GL_STUB(gl_dispatch_stub_901, 901)
|
||||
HIDDEN(gl_dispatch_stub_901)
|
||||
GL_STUB(gl_dispatch_stub_902, 902)
|
||||
HIDDEN(gl_dispatch_stub_902)
|
||||
GL_STUB(gl_dispatch_stub_874, 874)
|
||||
HIDDEN(gl_dispatch_stub_874)
|
||||
GL_STUB(gl_dispatch_stub_875, 875)
|
||||
HIDDEN(gl_dispatch_stub_875)
|
||||
GL_STUB(glGetProgramNamedParameterdvNV, 876)
|
||||
GL_STUB(glGetProgramNamedParameterfvNV, 877)
|
||||
GL_STUB(glProgramNamedParameter4dNV, 878)
|
||||
GL_STUB(glProgramNamedParameter4dvNV, 879)
|
||||
GL_STUB(glProgramNamedParameter4fNV, 880)
|
||||
GL_STUB(glProgramNamedParameter4fvNV, 881)
|
||||
GL_STUB(glPrimitiveRestartIndexNV, 882)
|
||||
GL_STUB(glPrimitiveRestartNV, 883)
|
||||
GL_STUB(gl_dispatch_stub_884, 884)
|
||||
HIDDEN(gl_dispatch_stub_884)
|
||||
GL_STUB(gl_dispatch_stub_885, 885)
|
||||
HIDDEN(gl_dispatch_stub_885)
|
||||
GL_STUB(glBindFramebufferEXT, 886)
|
||||
GL_STUB(glBindRenderbufferEXT, 887)
|
||||
GL_STUB(glCheckFramebufferStatusEXT, 888)
|
||||
GL_STUB(glDeleteFramebuffersEXT, 889)
|
||||
GL_STUB(glDeleteRenderbuffersEXT, 890)
|
||||
GL_STUB(glFramebufferRenderbufferEXT, 891)
|
||||
GL_STUB(glFramebufferTexture1DEXT, 892)
|
||||
GL_STUB(glFramebufferTexture2DEXT, 893)
|
||||
GL_STUB(glFramebufferTexture3DEXT, 894)
|
||||
GL_STUB(glGenFramebuffersEXT, 895)
|
||||
GL_STUB(glGenRenderbuffersEXT, 896)
|
||||
GL_STUB(glGenerateMipmapEXT, 897)
|
||||
GL_STUB(glGetFramebufferAttachmentParameterivEXT, 898)
|
||||
GL_STUB(glGetRenderbufferParameterivEXT, 899)
|
||||
GL_STUB(glIsFramebufferEXT, 900)
|
||||
GL_STUB(glIsRenderbufferEXT, 901)
|
||||
GL_STUB(glRenderbufferStorageEXT, 902)
|
||||
GL_STUB(gl_dispatch_stub_903, 903)
|
||||
HIDDEN(gl_dispatch_stub_903)
|
||||
GL_STUB(glBindFragDataLocationEXT, 904)
|
||||
GL_STUB(glGetFragDataLocationEXT, 905)
|
||||
GL_STUB(glGetUniformuivEXT, 906)
|
||||
GL_STUB(glGetVertexAttribIivEXT, 907)
|
||||
GL_STUB(glGetVertexAttribIuivEXT, 908)
|
||||
GL_STUB(glUniform1uiEXT, 909)
|
||||
GL_STUB(glUniform1uivEXT, 910)
|
||||
GL_STUB(glUniform2uiEXT, 911)
|
||||
GL_STUB(glUniform2uivEXT, 912)
|
||||
GL_STUB(glUniform3uiEXT, 913)
|
||||
GL_STUB(glUniform3uivEXT, 914)
|
||||
GL_STUB(glUniform4uiEXT, 915)
|
||||
GL_STUB(glUniform4uivEXT, 916)
|
||||
GL_STUB(glVertexAttribI1iEXT, 917)
|
||||
GL_STUB(glVertexAttribI1ivEXT, 918)
|
||||
GL_STUB(glVertexAttribI1uiEXT, 919)
|
||||
GL_STUB(glVertexAttribI1uivEXT, 920)
|
||||
GL_STUB(glVertexAttribI2iEXT, 921)
|
||||
GL_STUB(glVertexAttribI2ivEXT, 922)
|
||||
GL_STUB(glVertexAttribI2uiEXT, 923)
|
||||
GL_STUB(glVertexAttribI2uivEXT, 924)
|
||||
GL_STUB(glVertexAttribI3iEXT, 925)
|
||||
GL_STUB(glVertexAttribI3ivEXT, 926)
|
||||
GL_STUB(glVertexAttribI3uiEXT, 927)
|
||||
GL_STUB(glVertexAttribI3uivEXT, 928)
|
||||
GL_STUB(glVertexAttribI4bvEXT, 929)
|
||||
GL_STUB(glVertexAttribI4iEXT, 930)
|
||||
GL_STUB(glVertexAttribI4ivEXT, 931)
|
||||
GL_STUB(glVertexAttribI4svEXT, 932)
|
||||
GL_STUB(glVertexAttribI4ubvEXT, 933)
|
||||
GL_STUB(glVertexAttribI4uiEXT, 934)
|
||||
GL_STUB(glVertexAttribI4uivEXT, 935)
|
||||
GL_STUB(glVertexAttribI4usvEXT, 936)
|
||||
GL_STUB(glVertexAttribIPointerEXT, 937)
|
||||
GL_STUB(glFramebufferTextureLayerEXT, 938)
|
||||
GL_STUB(glColorMaskIndexedEXT, 939)
|
||||
GL_STUB(glDisableIndexedEXT, 940)
|
||||
GL_STUB(glEnableIndexedEXT, 941)
|
||||
GL_STUB(glGetBooleanIndexedvEXT, 942)
|
||||
GL_STUB(glGetIntegerIndexedvEXT, 943)
|
||||
GL_STUB(glIsEnabledIndexedEXT, 944)
|
||||
GL_STUB(glClearColorIiEXT, 945)
|
||||
GL_STUB(glClearColorIuiEXT, 946)
|
||||
GL_STUB(glGetTexParameterIivEXT, 947)
|
||||
GL_STUB(glGetTexParameterIuivEXT, 948)
|
||||
GL_STUB(glTexParameterIivEXT, 949)
|
||||
GL_STUB(glTexParameterIuivEXT, 950)
|
||||
GL_STUB(glBeginConditionalRenderNV, 951)
|
||||
GL_STUB(glEndConditionalRenderNV, 952)
|
||||
GL_STUB(glBeginTransformFeedbackEXT, 953)
|
||||
GL_STUB(glBindBufferBaseEXT, 954)
|
||||
GL_STUB(glBindBufferOffsetEXT, 955)
|
||||
GL_STUB(glBindBufferRangeEXT, 956)
|
||||
GL_STUB(glEndTransformFeedbackEXT, 957)
|
||||
GL_STUB(glGetTransformFeedbackVaryingEXT, 958)
|
||||
GL_STUB(glTransformFeedbackVaryingsEXT, 959)
|
||||
GL_STUB(glProvokingVertexEXT, 960)
|
||||
GL_STUB(gl_dispatch_stub_961, 961)
|
||||
HIDDEN(gl_dispatch_stub_961)
|
||||
GL_STUB(gl_dispatch_stub_962, 962)
|
||||
HIDDEN(gl_dispatch_stub_962)
|
||||
GL_STUB(glGetObjectParameterivAPPLE, 963)
|
||||
GL_STUB(glObjectPurgeableAPPLE, 964)
|
||||
GL_STUB(glObjectUnpurgeableAPPLE, 965)
|
||||
GL_STUB(glActiveProgramEXT, 966)
|
||||
GL_STUB(glCreateShaderProgramEXT, 967)
|
||||
GL_STUB(glUseShaderProgramEXT, 968)
|
||||
GL_STUB(glTextureBarrierNV, 969)
|
||||
GL_STUB(gl_dispatch_stub_970, 970)
|
||||
HIDDEN(gl_dispatch_stub_970)
|
||||
GL_STUB(gl_dispatch_stub_971, 971)
|
||||
HIDDEN(gl_dispatch_stub_971)
|
||||
GL_STUB(gl_dispatch_stub_904, 904)
|
||||
HIDDEN(gl_dispatch_stub_904)
|
||||
GL_STUB(gl_dispatch_stub_905, 905)
|
||||
HIDDEN(gl_dispatch_stub_905)
|
||||
GL_STUB(glBindFragDataLocationEXT, 906)
|
||||
GL_STUB(glGetFragDataLocationEXT, 907)
|
||||
GL_STUB(glGetUniformuivEXT, 908)
|
||||
GL_STUB(glGetVertexAttribIivEXT, 909)
|
||||
GL_STUB(glGetVertexAttribIuivEXT, 910)
|
||||
GL_STUB(glUniform1uiEXT, 911)
|
||||
GL_STUB(glUniform1uivEXT, 912)
|
||||
GL_STUB(glUniform2uiEXT, 913)
|
||||
GL_STUB(glUniform2uivEXT, 914)
|
||||
GL_STUB(glUniform3uiEXT, 915)
|
||||
GL_STUB(glUniform3uivEXT, 916)
|
||||
GL_STUB(glUniform4uiEXT, 917)
|
||||
GL_STUB(glUniform4uivEXT, 918)
|
||||
GL_STUB(glVertexAttribI1iEXT, 919)
|
||||
GL_STUB(glVertexAttribI1ivEXT, 920)
|
||||
GL_STUB(glVertexAttribI1uiEXT, 921)
|
||||
GL_STUB(glVertexAttribI1uivEXT, 922)
|
||||
GL_STUB(glVertexAttribI2iEXT, 923)
|
||||
GL_STUB(glVertexAttribI2ivEXT, 924)
|
||||
GL_STUB(glVertexAttribI2uiEXT, 925)
|
||||
GL_STUB(glVertexAttribI2uivEXT, 926)
|
||||
GL_STUB(glVertexAttribI3iEXT, 927)
|
||||
GL_STUB(glVertexAttribI3ivEXT, 928)
|
||||
GL_STUB(glVertexAttribI3uiEXT, 929)
|
||||
GL_STUB(glVertexAttribI3uivEXT, 930)
|
||||
GL_STUB(glVertexAttribI4bvEXT, 931)
|
||||
GL_STUB(glVertexAttribI4iEXT, 932)
|
||||
GL_STUB(glVertexAttribI4ivEXT, 933)
|
||||
GL_STUB(glVertexAttribI4svEXT, 934)
|
||||
GL_STUB(glVertexAttribI4ubvEXT, 935)
|
||||
GL_STUB(glVertexAttribI4uiEXT, 936)
|
||||
GL_STUB(glVertexAttribI4uivEXT, 937)
|
||||
GL_STUB(glVertexAttribI4usvEXT, 938)
|
||||
GL_STUB(glVertexAttribIPointerEXT, 939)
|
||||
GL_STUB(glFramebufferTextureLayerEXT, 940)
|
||||
GL_STUB(glColorMaskIndexedEXT, 941)
|
||||
GL_STUB(glDisableIndexedEXT, 942)
|
||||
GL_STUB(glEnableIndexedEXT, 943)
|
||||
GL_STUB(glGetBooleanIndexedvEXT, 944)
|
||||
GL_STUB(glGetIntegerIndexedvEXT, 945)
|
||||
GL_STUB(glIsEnabledIndexedEXT, 946)
|
||||
GL_STUB(glClearColorIiEXT, 947)
|
||||
GL_STUB(glClearColorIuiEXT, 948)
|
||||
GL_STUB(glGetTexParameterIivEXT, 949)
|
||||
GL_STUB(glGetTexParameterIuivEXT, 950)
|
||||
GL_STUB(glTexParameterIivEXT, 951)
|
||||
GL_STUB(glTexParameterIuivEXT, 952)
|
||||
GL_STUB(glBeginConditionalRenderNV, 953)
|
||||
GL_STUB(glEndConditionalRenderNV, 954)
|
||||
GL_STUB(glBeginTransformFeedbackEXT, 955)
|
||||
GL_STUB(glBindBufferBaseEXT, 956)
|
||||
GL_STUB(glBindBufferOffsetEXT, 957)
|
||||
GL_STUB(glBindBufferRangeEXT, 958)
|
||||
GL_STUB(glEndTransformFeedbackEXT, 959)
|
||||
GL_STUB(glGetTransformFeedbackVaryingEXT, 960)
|
||||
GL_STUB(glTransformFeedbackVaryingsEXT, 961)
|
||||
GL_STUB(glProvokingVertexEXT, 962)
|
||||
GL_STUB(gl_dispatch_stub_963, 963)
|
||||
HIDDEN(gl_dispatch_stub_963)
|
||||
GL_STUB(gl_dispatch_stub_964, 964)
|
||||
HIDDEN(gl_dispatch_stub_964)
|
||||
GL_STUB(glGetObjectParameterivAPPLE, 965)
|
||||
GL_STUB(glObjectPurgeableAPPLE, 966)
|
||||
GL_STUB(glObjectUnpurgeableAPPLE, 967)
|
||||
GL_STUB(glActiveProgramEXT, 968)
|
||||
GL_STUB(glCreateShaderProgramEXT, 969)
|
||||
GL_STUB(glUseShaderProgramEXT, 970)
|
||||
GL_STUB(glTextureBarrierNV, 971)
|
||||
GL_STUB(gl_dispatch_stub_972, 972)
|
||||
HIDDEN(gl_dispatch_stub_972)
|
||||
GL_STUB(gl_dispatch_stub_973, 973)
|
||||
HIDDEN(gl_dispatch_stub_973)
|
||||
GL_STUB(gl_dispatch_stub_974, 974)
|
||||
HIDDEN(gl_dispatch_stub_974)
|
||||
GL_STUB(glEGLImageTargetRenderbufferStorageOES, 975)
|
||||
GL_STUB(glEGLImageTargetTexture2DOES, 976)
|
||||
GL_STUB(gl_dispatch_stub_975, 975)
|
||||
HIDDEN(gl_dispatch_stub_975)
|
||||
GL_STUB(gl_dispatch_stub_976, 976)
|
||||
HIDDEN(gl_dispatch_stub_976)
|
||||
GL_STUB(glEGLImageTargetRenderbufferStorageOES, 977)
|
||||
GL_STUB(glEGLImageTargetTexture2DOES, 978)
|
||||
GL_STUB_ALIAS(glArrayElementEXT, glArrayElement)
|
||||
GL_STUB_ALIAS(glBindTextureEXT, glBindTexture)
|
||||
GL_STUB_ALIAS(glDrawArraysEXT, glDrawArrays)
|
||||
|
||||
+1976
-1894
File diff suppressed because it is too large
Load Diff
+543
-541
File diff suppressed because it is too large
Load Diff
+378
-376
@@ -641,382 +641,384 @@ struct _glapi_table
|
||||
void (GLAPIENTRYP BlendEquationiARB)(GLuint buf, GLenum mode); /* 598 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA); /* 599 */
|
||||
void (GLAPIENTRYP BlendFunciARB)(GLuint buf, GLenum src, GLenum dst); /* 600 */
|
||||
void (GLAPIENTRYP BindSampler)(GLuint unit, GLuint sampler); /* 601 */
|
||||
void (GLAPIENTRYP DeleteSamplers)(GLsizei count, const GLuint * samplers); /* 602 */
|
||||
void (GLAPIENTRYP GenSamplers)(GLsizei count, GLuint * samplers); /* 603 */
|
||||
void (GLAPIENTRYP GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint * params); /* 604 */
|
||||
void (GLAPIENTRYP GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint * params); /* 605 */
|
||||
void (GLAPIENTRYP GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat * params); /* 606 */
|
||||
void (GLAPIENTRYP GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint * params); /* 607 */
|
||||
GLboolean (GLAPIENTRYP IsSampler)(GLuint sampler); /* 608 */
|
||||
void (GLAPIENTRYP SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint * params); /* 609 */
|
||||
void (GLAPIENTRYP SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint * params); /* 610 */
|
||||
void (GLAPIENTRYP SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param); /* 611 */
|
||||
void (GLAPIENTRYP SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat * params); /* 612 */
|
||||
void (GLAPIENTRYP SamplerParameteri)(GLuint sampler, GLenum pname, GLint param); /* 613 */
|
||||
void (GLAPIENTRYP SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint * params); /* 614 */
|
||||
void (GLAPIENTRYP ColorP3ui)(GLenum type, GLuint color); /* 615 */
|
||||
void (GLAPIENTRYP ColorP3uiv)(GLenum type, const GLuint * color); /* 616 */
|
||||
void (GLAPIENTRYP ColorP4ui)(GLenum type, GLuint color); /* 617 */
|
||||
void (GLAPIENTRYP ColorP4uiv)(GLenum type, const GLuint * color); /* 618 */
|
||||
void (GLAPIENTRYP MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords); /* 619 */
|
||||
void (GLAPIENTRYP MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 620 */
|
||||
void (GLAPIENTRYP MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords); /* 621 */
|
||||
void (GLAPIENTRYP MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 622 */
|
||||
void (GLAPIENTRYP MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords); /* 623 */
|
||||
void (GLAPIENTRYP MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 624 */
|
||||
void (GLAPIENTRYP MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords); /* 625 */
|
||||
void (GLAPIENTRYP MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 626 */
|
||||
void (GLAPIENTRYP NormalP3ui)(GLenum type, GLuint coords); /* 627 */
|
||||
void (GLAPIENTRYP NormalP3uiv)(GLenum type, const GLuint * coords); /* 628 */
|
||||
void (GLAPIENTRYP SecondaryColorP3ui)(GLenum type, GLuint color); /* 629 */
|
||||
void (GLAPIENTRYP SecondaryColorP3uiv)(GLenum type, const GLuint * color); /* 630 */
|
||||
void (GLAPIENTRYP TexCoordP1ui)(GLenum type, GLuint coords); /* 631 */
|
||||
void (GLAPIENTRYP TexCoordP1uiv)(GLenum type, const GLuint * coords); /* 632 */
|
||||
void (GLAPIENTRYP TexCoordP2ui)(GLenum type, GLuint coords); /* 633 */
|
||||
void (GLAPIENTRYP TexCoordP2uiv)(GLenum type, const GLuint * coords); /* 634 */
|
||||
void (GLAPIENTRYP TexCoordP3ui)(GLenum type, GLuint coords); /* 635 */
|
||||
void (GLAPIENTRYP TexCoordP3uiv)(GLenum type, const GLuint * coords); /* 636 */
|
||||
void (GLAPIENTRYP TexCoordP4ui)(GLenum type, GLuint coords); /* 637 */
|
||||
void (GLAPIENTRYP TexCoordP4uiv)(GLenum type, const GLuint * coords); /* 638 */
|
||||
void (GLAPIENTRYP VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 639 */
|
||||
void (GLAPIENTRYP VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 640 */
|
||||
void (GLAPIENTRYP VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 641 */
|
||||
void (GLAPIENTRYP VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 642 */
|
||||
void (GLAPIENTRYP VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 643 */
|
||||
void (GLAPIENTRYP VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 644 */
|
||||
void (GLAPIENTRYP VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 645 */
|
||||
void (GLAPIENTRYP VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 646 */
|
||||
void (GLAPIENTRYP VertexP2ui)(GLenum type, GLuint value); /* 647 */
|
||||
void (GLAPIENTRYP VertexP2uiv)(GLenum type, const GLuint * value); /* 648 */
|
||||
void (GLAPIENTRYP VertexP3ui)(GLenum type, GLuint value); /* 649 */
|
||||
void (GLAPIENTRYP VertexP3uiv)(GLenum type, const GLuint * value); /* 650 */
|
||||
void (GLAPIENTRYP VertexP4ui)(GLenum type, GLuint value); /* 651 */
|
||||
void (GLAPIENTRYP VertexP4uiv)(GLenum type, const GLuint * value); /* 652 */
|
||||
void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 653 */
|
||||
void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 654 */
|
||||
void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 655 */
|
||||
void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 656 */
|
||||
GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 657 */
|
||||
void (GLAPIENTRYP PauseTransformFeedback)(void); /* 658 */
|
||||
void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 659 */
|
||||
void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 660 */
|
||||
void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 661 */
|
||||
void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 662 */
|
||||
void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 663 */
|
||||
void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 664 */
|
||||
void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, GLvoid * userParam); /* 665 */
|
||||
void (GLAPIENTRYP DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 666 */
|
||||
void (GLAPIENTRYP DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB * buf); /* 667 */
|
||||
GLuint (GLAPIENTRYP GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLcharARB * messageLog); /* 668 */
|
||||
GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 669 */
|
||||
void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 670 */
|
||||
void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 671 */
|
||||
void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 672 */
|
||||
void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 673 */
|
||||
void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 674 */
|
||||
void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 675 */
|
||||
void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 676 */
|
||||
void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 677 */
|
||||
void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 678 */
|
||||
void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 679 */
|
||||
void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 680 */
|
||||
void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 681 */
|
||||
void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 682 */
|
||||
void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 683 */
|
||||
void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 684 */
|
||||
void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 685 */
|
||||
void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 686 */
|
||||
void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 687 */
|
||||
void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 688 */
|
||||
void (GLAPIENTRYP TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 689 */
|
||||
void (GLAPIENTRYP TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 690 */
|
||||
void (GLAPIENTRYP TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 691 */
|
||||
void (GLAPIENTRYP TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 692 */
|
||||
void (GLAPIENTRYP TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 693 */
|
||||
void (GLAPIENTRYP TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 694 */
|
||||
void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 695 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterfvSGIS)(GLenum pname, GLfloat * params); /* 696 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterivSGIS)(GLenum pname, GLint * params); /* 697 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfSGIS)(GLenum pname, GLfloat param); /* 698 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfvSGIS)(GLenum pname, const GLfloat * params); /* 699 */
|
||||
void (GLAPIENTRYP PixelTexGenParameteriSGIS)(GLenum pname, GLint param); /* 700 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterivSGIS)(GLenum pname, const GLint * params); /* 701 */
|
||||
void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 702 */
|
||||
void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 703 */
|
||||
void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 704 */
|
||||
void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 705 */
|
||||
void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 706 */
|
||||
void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 707 */
|
||||
void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 708 */
|
||||
void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 709 */
|
||||
void (GLAPIENTRYP PointParameterfEXT)(GLenum pname, GLfloat param); /* 710 */
|
||||
void (GLAPIENTRYP PointParameterfvEXT)(GLenum pname, const GLfloat * params); /* 711 */
|
||||
void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 712 */
|
||||
void (GLAPIENTRYP UnlockArraysEXT)(void); /* 713 */
|
||||
void (GLAPIENTRYP SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue); /* 714 */
|
||||
void (GLAPIENTRYP SecondaryColor3bvEXT)(const GLbyte * v); /* 715 */
|
||||
void (GLAPIENTRYP SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue); /* 716 */
|
||||
void (GLAPIENTRYP SecondaryColor3dvEXT)(const GLdouble * v); /* 717 */
|
||||
void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 718 */
|
||||
void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 719 */
|
||||
void (GLAPIENTRYP SecondaryColor3iEXT)(GLint red, GLint green, GLint blue); /* 720 */
|
||||
void (GLAPIENTRYP SecondaryColor3ivEXT)(const GLint * v); /* 721 */
|
||||
void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 722 */
|
||||
void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 723 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue); /* 724 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubvEXT)(const GLubyte * v); /* 725 */
|
||||
void (GLAPIENTRYP SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue); /* 726 */
|
||||
void (GLAPIENTRYP SecondaryColor3uivEXT)(const GLuint * v); /* 727 */
|
||||
void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 728 */
|
||||
void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 729 */
|
||||
void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 730 */
|
||||
void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 731 */
|
||||
void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 732 */
|
||||
void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 733 */
|
||||
void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 734 */
|
||||
void (GLAPIENTRYP FogCoorddvEXT)(const GLdouble * coord); /* 735 */
|
||||
void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 736 */
|
||||
void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 737 */
|
||||
void (GLAPIENTRYP PixelTexGenSGIX)(GLenum mode); /* 738 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 739 */
|
||||
void (GLAPIENTRYP FlushVertexArrayRangeNV)(void); /* 740 */
|
||||
void (GLAPIENTRYP VertexArrayRangeNV)(GLsizei length, const GLvoid * pointer); /* 741 */
|
||||
void (GLAPIENTRYP CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 742 */
|
||||
void (GLAPIENTRYP CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum); /* 743 */
|
||||
void (GLAPIENTRYP CombinerParameterfNV)(GLenum pname, GLfloat param); /* 744 */
|
||||
void (GLAPIENTRYP CombinerParameterfvNV)(GLenum pname, const GLfloat * params); /* 745 */
|
||||
void (GLAPIENTRYP CombinerParameteriNV)(GLenum pname, GLint param); /* 746 */
|
||||
void (GLAPIENTRYP CombinerParameterivNV)(GLenum pname, const GLint * params); /* 747 */
|
||||
void (GLAPIENTRYP FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 748 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params); /* 749 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params); /* 750 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat * params); /* 751 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint * params); /* 752 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat * params); /* 753 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint * params); /* 754 */
|
||||
void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 755 */
|
||||
void (GLAPIENTRYP WindowPos2dMESA)(GLdouble x, GLdouble y); /* 756 */
|
||||
void (GLAPIENTRYP WindowPos2dvMESA)(const GLdouble * v); /* 757 */
|
||||
void (GLAPIENTRYP WindowPos2fMESA)(GLfloat x, GLfloat y); /* 758 */
|
||||
void (GLAPIENTRYP WindowPos2fvMESA)(const GLfloat * v); /* 759 */
|
||||
void (GLAPIENTRYP WindowPos2iMESA)(GLint x, GLint y); /* 760 */
|
||||
void (GLAPIENTRYP WindowPos2ivMESA)(const GLint * v); /* 761 */
|
||||
void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 762 */
|
||||
void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 763 */
|
||||
void (GLAPIENTRYP WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z); /* 764 */
|
||||
void (GLAPIENTRYP WindowPos3dvMESA)(const GLdouble * v); /* 765 */
|
||||
void (GLAPIENTRYP WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z); /* 766 */
|
||||
void (GLAPIENTRYP WindowPos3fvMESA)(const GLfloat * v); /* 767 */
|
||||
void (GLAPIENTRYP WindowPos3iMESA)(GLint x, GLint y, GLint z); /* 768 */
|
||||
void (GLAPIENTRYP WindowPos3ivMESA)(const GLint * v); /* 769 */
|
||||
void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 770 */
|
||||
void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 771 */
|
||||
void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 772 */
|
||||
void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 773 */
|
||||
void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 774 */
|
||||
void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 775 */
|
||||
void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 776 */
|
||||
void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 777 */
|
||||
void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 778 */
|
||||
void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 779 */
|
||||
void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 780 */
|
||||
void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 781 */
|
||||
void (GLAPIENTRYP DeleteFencesNV)(GLsizei n, const GLuint * fences); /* 782 */
|
||||
void (GLAPIENTRYP FinishFenceNV)(GLuint fence); /* 783 */
|
||||
void (GLAPIENTRYP GenFencesNV)(GLsizei n, GLuint * fences); /* 784 */
|
||||
void (GLAPIENTRYP GetFenceivNV)(GLuint fence, GLenum pname, GLint * params); /* 785 */
|
||||
GLboolean (GLAPIENTRYP IsFenceNV)(GLuint fence); /* 786 */
|
||||
void (GLAPIENTRYP SetFenceNV)(GLuint fence, GLenum condition); /* 787 */
|
||||
GLboolean (GLAPIENTRYP TestFenceNV)(GLuint fence); /* 788 */
|
||||
GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 789 */
|
||||
void (GLAPIENTRYP BindProgramNV)(GLenum target, GLuint program); /* 790 */
|
||||
void (GLAPIENTRYP DeleteProgramsNV)(GLsizei n, const GLuint * programs); /* 791 */
|
||||
void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 792 */
|
||||
void (GLAPIENTRYP GenProgramsNV)(GLsizei n, GLuint * programs); /* 793 */
|
||||
void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 794 */
|
||||
void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 795 */
|
||||
void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 796 */
|
||||
void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 797 */
|
||||
void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 798 */
|
||||
void (GLAPIENTRYP GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid ** pointer); /* 799 */
|
||||
void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 800 */
|
||||
void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 801 */
|
||||
void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 802 */
|
||||
GLboolean (GLAPIENTRYP IsProgramNV)(GLuint program); /* 803 */
|
||||
void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 804 */
|
||||
void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 805 */
|
||||
void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 806 */
|
||||
void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 807 */
|
||||
void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 808 */
|
||||
void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 809 */
|
||||
void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 810 */
|
||||
void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 811 */
|
||||
void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 812 */
|
||||
void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 813 */
|
||||
void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 814 */
|
||||
void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 815 */
|
||||
void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 816 */
|
||||
void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 817 */
|
||||
void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 818 */
|
||||
void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 819 */
|
||||
void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 820 */
|
||||
void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 821 */
|
||||
void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 822 */
|
||||
void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 823 */
|
||||
void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 824 */
|
||||
void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 825 */
|
||||
void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 826 */
|
||||
void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 827 */
|
||||
void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 828 */
|
||||
void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 829 */
|
||||
void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 830 */
|
||||
void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 831 */
|
||||
void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 832 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 833 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 834 */
|
||||
void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 835 */
|
||||
void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 836 */
|
||||
void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 837 */
|
||||
void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 838 */
|
||||
void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 839 */
|
||||
void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 840 */
|
||||
void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 841 */
|
||||
void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 842 */
|
||||
void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 843 */
|
||||
void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 844 */
|
||||
void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 845 */
|
||||
void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 846 */
|
||||
void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 847 */
|
||||
void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 848 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 849 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 850 */
|
||||
void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 851 */
|
||||
void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 852 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 853 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 854 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 855 */
|
||||
void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 856 */
|
||||
void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 857 */
|
||||
void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 858 */
|
||||
void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 859 */
|
||||
void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 860 */
|
||||
void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 861 */
|
||||
void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 862 */
|
||||
GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 863 */
|
||||
void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 864 */
|
||||
void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 865 */
|
||||
void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 866 */
|
||||
void (GLAPIENTRYP PointParameteriNV)(GLenum pname, GLint param); /* 867 */
|
||||
void (GLAPIENTRYP PointParameterivNV)(GLenum pname, const GLint * params); /* 868 */
|
||||
void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 869 */
|
||||
void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 870 */
|
||||
void (GLAPIENTRYP DeleteVertexArraysAPPLE)(GLsizei n, const GLuint * arrays); /* 871 */
|
||||
void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 872 */
|
||||
GLboolean (GLAPIENTRYP IsVertexArrayAPPLE)(GLuint array); /* 873 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 874 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 875 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 876 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 877 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 878 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 879 */
|
||||
void (GLAPIENTRYP PrimitiveRestartIndexNV)(GLuint index); /* 880 */
|
||||
void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 881 */
|
||||
void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 882 */
|
||||
void (GLAPIENTRYP BlendEquationSeparateEXT)(GLenum modeRGB, GLenum modeA); /* 883 */
|
||||
void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 884 */
|
||||
void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 885 */
|
||||
GLenum (GLAPIENTRYP CheckFramebufferStatusEXT)(GLenum target); /* 886 */
|
||||
void (GLAPIENTRYP DeleteFramebuffersEXT)(GLsizei n, const GLuint * framebuffers); /* 887 */
|
||||
void (GLAPIENTRYP DeleteRenderbuffersEXT)(GLsizei n, const GLuint * renderbuffers); /* 888 */
|
||||
void (GLAPIENTRYP FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 889 */
|
||||
void (GLAPIENTRYP FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 890 */
|
||||
void (GLAPIENTRYP FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 891 */
|
||||
void (GLAPIENTRYP FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 892 */
|
||||
void (GLAPIENTRYP GenFramebuffersEXT)(GLsizei n, GLuint * framebuffers); /* 893 */
|
||||
void (GLAPIENTRYP GenRenderbuffersEXT)(GLsizei n, GLuint * renderbuffers); /* 894 */
|
||||
void (GLAPIENTRYP GenerateMipmapEXT)(GLenum target); /* 895 */
|
||||
void (GLAPIENTRYP GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 896 */
|
||||
void (GLAPIENTRYP GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint * params); /* 897 */
|
||||
GLboolean (GLAPIENTRYP IsFramebufferEXT)(GLuint framebuffer); /* 898 */
|
||||
GLboolean (GLAPIENTRYP IsRenderbufferEXT)(GLuint renderbuffer); /* 899 */
|
||||
void (GLAPIENTRYP RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 900 */
|
||||
void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 901 */
|
||||
void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 902 */
|
||||
void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 903 */
|
||||
void (GLAPIENTRYP BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar * name); /* 904 */
|
||||
GLint (GLAPIENTRYP GetFragDataLocationEXT)(GLuint program, const GLchar * name); /* 905 */
|
||||
void (GLAPIENTRYP GetUniformuivEXT)(GLuint program, GLint location, GLuint * params); /* 906 */
|
||||
void (GLAPIENTRYP GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint * params); /* 907 */
|
||||
void (GLAPIENTRYP GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint * params); /* 908 */
|
||||
void (GLAPIENTRYP Uniform1uiEXT)(GLint location, GLuint x); /* 909 */
|
||||
void (GLAPIENTRYP Uniform1uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 910 */
|
||||
void (GLAPIENTRYP Uniform2uiEXT)(GLint location, GLuint x, GLuint y); /* 911 */
|
||||
void (GLAPIENTRYP Uniform2uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 912 */
|
||||
void (GLAPIENTRYP Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z); /* 913 */
|
||||
void (GLAPIENTRYP Uniform3uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 914 */
|
||||
void (GLAPIENTRYP Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 915 */
|
||||
void (GLAPIENTRYP Uniform4uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 916 */
|
||||
void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 917 */
|
||||
void (GLAPIENTRYP VertexAttribI1ivEXT)(GLuint index, const GLint * v); /* 918 */
|
||||
void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 919 */
|
||||
void (GLAPIENTRYP VertexAttribI1uivEXT)(GLuint index, const GLuint * v); /* 920 */
|
||||
void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 921 */
|
||||
void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 922 */
|
||||
void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 923 */
|
||||
void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 924 */
|
||||
void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 925 */
|
||||
void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 926 */
|
||||
void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 927 */
|
||||
void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 928 */
|
||||
void (GLAPIENTRYP VertexAttribI4bvEXT)(GLuint index, const GLbyte * v); /* 929 */
|
||||
void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 930 */
|
||||
void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 931 */
|
||||
void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 932 */
|
||||
void (GLAPIENTRYP VertexAttribI4ubvEXT)(GLuint index, const GLubyte * v); /* 933 */
|
||||
void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 934 */
|
||||
void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 935 */
|
||||
void (GLAPIENTRYP VertexAttribI4usvEXT)(GLuint index, const GLushort * v); /* 936 */
|
||||
void (GLAPIENTRYP VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 937 */
|
||||
void (GLAPIENTRYP FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 938 */
|
||||
void (GLAPIENTRYP ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 939 */
|
||||
void (GLAPIENTRYP DisableIndexedEXT)(GLenum target, GLuint index); /* 940 */
|
||||
void (GLAPIENTRYP EnableIndexedEXT)(GLenum target, GLuint index); /* 941 */
|
||||
void (GLAPIENTRYP GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean * data); /* 942 */
|
||||
void (GLAPIENTRYP GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint * data); /* 943 */
|
||||
GLboolean (GLAPIENTRYP IsEnabledIndexedEXT)(GLenum target, GLuint index); /* 944 */
|
||||
void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 945 */
|
||||
void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 946 */
|
||||
void (GLAPIENTRYP GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint * params); /* 947 */
|
||||
void (GLAPIENTRYP GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint * params); /* 948 */
|
||||
void (GLAPIENTRYP TexParameterIivEXT)(GLenum target, GLenum pname, const GLint * params); /* 949 */
|
||||
void (GLAPIENTRYP TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint * params); /* 950 */
|
||||
void (GLAPIENTRYP BeginConditionalRenderNV)(GLuint query, GLenum mode); /* 951 */
|
||||
void (GLAPIENTRYP EndConditionalRenderNV)(void); /* 952 */
|
||||
void (GLAPIENTRYP BeginTransformFeedbackEXT)(GLenum mode); /* 953 */
|
||||
void (GLAPIENTRYP BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer); /* 954 */
|
||||
void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 955 */
|
||||
void (GLAPIENTRYP BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 956 */
|
||||
void (GLAPIENTRYP EndTransformFeedbackEXT)(void); /* 957 */
|
||||
void (GLAPIENTRYP GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 958 */
|
||||
void (GLAPIENTRYP TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode); /* 959 */
|
||||
void (GLAPIENTRYP ProvokingVertexEXT)(GLenum mode); /* 960 */
|
||||
void (GLAPIENTRYP GetTexParameterPointervAPPLE)(GLenum target, GLenum pname, GLvoid ** params); /* 961 */
|
||||
void (GLAPIENTRYP TextureRangeAPPLE)(GLenum target, GLsizei length, GLvoid * pointer); /* 962 */
|
||||
void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 963 */
|
||||
GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 964 */
|
||||
GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 965 */
|
||||
void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 966 */
|
||||
GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 967 */
|
||||
void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 968 */
|
||||
void (GLAPIENTRYP TextureBarrierNV)(void); /* 969 */
|
||||
void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 970 */
|
||||
void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 971 */
|
||||
void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 972 */
|
||||
void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 973 */
|
||||
void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 974 */
|
||||
void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 975 */
|
||||
void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 976 */
|
||||
void (GLAPIENTRYP BindFragDataLocationIndexed)(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name); /* 601 */
|
||||
GLint (GLAPIENTRYP GetFragDataIndex)(GLuint program, const GLchar * name); /* 602 */
|
||||
void (GLAPIENTRYP BindSampler)(GLuint unit, GLuint sampler); /* 603 */
|
||||
void (GLAPIENTRYP DeleteSamplers)(GLsizei count, const GLuint * samplers); /* 604 */
|
||||
void (GLAPIENTRYP GenSamplers)(GLsizei count, GLuint * samplers); /* 605 */
|
||||
void (GLAPIENTRYP GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint * params); /* 606 */
|
||||
void (GLAPIENTRYP GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint * params); /* 607 */
|
||||
void (GLAPIENTRYP GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat * params); /* 608 */
|
||||
void (GLAPIENTRYP GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint * params); /* 609 */
|
||||
GLboolean (GLAPIENTRYP IsSampler)(GLuint sampler); /* 610 */
|
||||
void (GLAPIENTRYP SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint * params); /* 611 */
|
||||
void (GLAPIENTRYP SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint * params); /* 612 */
|
||||
void (GLAPIENTRYP SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param); /* 613 */
|
||||
void (GLAPIENTRYP SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat * params); /* 614 */
|
||||
void (GLAPIENTRYP SamplerParameteri)(GLuint sampler, GLenum pname, GLint param); /* 615 */
|
||||
void (GLAPIENTRYP SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint * params); /* 616 */
|
||||
void (GLAPIENTRYP ColorP3ui)(GLenum type, GLuint color); /* 617 */
|
||||
void (GLAPIENTRYP ColorP3uiv)(GLenum type, const GLuint * color); /* 618 */
|
||||
void (GLAPIENTRYP ColorP4ui)(GLenum type, GLuint color); /* 619 */
|
||||
void (GLAPIENTRYP ColorP4uiv)(GLenum type, const GLuint * color); /* 620 */
|
||||
void (GLAPIENTRYP MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords); /* 621 */
|
||||
void (GLAPIENTRYP MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 622 */
|
||||
void (GLAPIENTRYP MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords); /* 623 */
|
||||
void (GLAPIENTRYP MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 624 */
|
||||
void (GLAPIENTRYP MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords); /* 625 */
|
||||
void (GLAPIENTRYP MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 626 */
|
||||
void (GLAPIENTRYP MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords); /* 627 */
|
||||
void (GLAPIENTRYP MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 628 */
|
||||
void (GLAPIENTRYP NormalP3ui)(GLenum type, GLuint coords); /* 629 */
|
||||
void (GLAPIENTRYP NormalP3uiv)(GLenum type, const GLuint * coords); /* 630 */
|
||||
void (GLAPIENTRYP SecondaryColorP3ui)(GLenum type, GLuint color); /* 631 */
|
||||
void (GLAPIENTRYP SecondaryColorP3uiv)(GLenum type, const GLuint * color); /* 632 */
|
||||
void (GLAPIENTRYP TexCoordP1ui)(GLenum type, GLuint coords); /* 633 */
|
||||
void (GLAPIENTRYP TexCoordP1uiv)(GLenum type, const GLuint * coords); /* 634 */
|
||||
void (GLAPIENTRYP TexCoordP2ui)(GLenum type, GLuint coords); /* 635 */
|
||||
void (GLAPIENTRYP TexCoordP2uiv)(GLenum type, const GLuint * coords); /* 636 */
|
||||
void (GLAPIENTRYP TexCoordP3ui)(GLenum type, GLuint coords); /* 637 */
|
||||
void (GLAPIENTRYP TexCoordP3uiv)(GLenum type, const GLuint * coords); /* 638 */
|
||||
void (GLAPIENTRYP TexCoordP4ui)(GLenum type, GLuint coords); /* 639 */
|
||||
void (GLAPIENTRYP TexCoordP4uiv)(GLenum type, const GLuint * coords); /* 640 */
|
||||
void (GLAPIENTRYP VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 641 */
|
||||
void (GLAPIENTRYP VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 642 */
|
||||
void (GLAPIENTRYP VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 643 */
|
||||
void (GLAPIENTRYP VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 644 */
|
||||
void (GLAPIENTRYP VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 645 */
|
||||
void (GLAPIENTRYP VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 646 */
|
||||
void (GLAPIENTRYP VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 647 */
|
||||
void (GLAPIENTRYP VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 648 */
|
||||
void (GLAPIENTRYP VertexP2ui)(GLenum type, GLuint value); /* 649 */
|
||||
void (GLAPIENTRYP VertexP2uiv)(GLenum type, const GLuint * value); /* 650 */
|
||||
void (GLAPIENTRYP VertexP3ui)(GLenum type, GLuint value); /* 651 */
|
||||
void (GLAPIENTRYP VertexP3uiv)(GLenum type, const GLuint * value); /* 652 */
|
||||
void (GLAPIENTRYP VertexP4ui)(GLenum type, GLuint value); /* 653 */
|
||||
void (GLAPIENTRYP VertexP4uiv)(GLenum type, const GLuint * value); /* 654 */
|
||||
void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 655 */
|
||||
void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 656 */
|
||||
void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 657 */
|
||||
void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 658 */
|
||||
GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 659 */
|
||||
void (GLAPIENTRYP PauseTransformFeedback)(void); /* 660 */
|
||||
void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 661 */
|
||||
void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 662 */
|
||||
void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 663 */
|
||||
void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 664 */
|
||||
void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 665 */
|
||||
void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 666 */
|
||||
void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, GLvoid * userParam); /* 667 */
|
||||
void (GLAPIENTRYP DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 668 */
|
||||
void (GLAPIENTRYP DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB * buf); /* 669 */
|
||||
GLuint (GLAPIENTRYP GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLcharARB * messageLog); /* 670 */
|
||||
GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 671 */
|
||||
void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 672 */
|
||||
void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 673 */
|
||||
void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 674 */
|
||||
void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 675 */
|
||||
void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 676 */
|
||||
void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 677 */
|
||||
void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 678 */
|
||||
void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 679 */
|
||||
void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 680 */
|
||||
void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 681 */
|
||||
void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 682 */
|
||||
void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 683 */
|
||||
void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 684 */
|
||||
void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 685 */
|
||||
void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 686 */
|
||||
void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 687 */
|
||||
void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 688 */
|
||||
void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 689 */
|
||||
void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 690 */
|
||||
void (GLAPIENTRYP TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 691 */
|
||||
void (GLAPIENTRYP TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 692 */
|
||||
void (GLAPIENTRYP TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 693 */
|
||||
void (GLAPIENTRYP TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 694 */
|
||||
void (GLAPIENTRYP TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 695 */
|
||||
void (GLAPIENTRYP TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 696 */
|
||||
void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 697 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterfvSGIS)(GLenum pname, GLfloat * params); /* 698 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterivSGIS)(GLenum pname, GLint * params); /* 699 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfSGIS)(GLenum pname, GLfloat param); /* 700 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfvSGIS)(GLenum pname, const GLfloat * params); /* 701 */
|
||||
void (GLAPIENTRYP PixelTexGenParameteriSGIS)(GLenum pname, GLint param); /* 702 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterivSGIS)(GLenum pname, const GLint * params); /* 703 */
|
||||
void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 704 */
|
||||
void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 705 */
|
||||
void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 706 */
|
||||
void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 707 */
|
||||
void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 708 */
|
||||
void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 709 */
|
||||
void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 710 */
|
||||
void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 711 */
|
||||
void (GLAPIENTRYP PointParameterfEXT)(GLenum pname, GLfloat param); /* 712 */
|
||||
void (GLAPIENTRYP PointParameterfvEXT)(GLenum pname, const GLfloat * params); /* 713 */
|
||||
void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 714 */
|
||||
void (GLAPIENTRYP UnlockArraysEXT)(void); /* 715 */
|
||||
void (GLAPIENTRYP SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue); /* 716 */
|
||||
void (GLAPIENTRYP SecondaryColor3bvEXT)(const GLbyte * v); /* 717 */
|
||||
void (GLAPIENTRYP SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue); /* 718 */
|
||||
void (GLAPIENTRYP SecondaryColor3dvEXT)(const GLdouble * v); /* 719 */
|
||||
void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 720 */
|
||||
void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 721 */
|
||||
void (GLAPIENTRYP SecondaryColor3iEXT)(GLint red, GLint green, GLint blue); /* 722 */
|
||||
void (GLAPIENTRYP SecondaryColor3ivEXT)(const GLint * v); /* 723 */
|
||||
void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 724 */
|
||||
void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 725 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue); /* 726 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubvEXT)(const GLubyte * v); /* 727 */
|
||||
void (GLAPIENTRYP SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue); /* 728 */
|
||||
void (GLAPIENTRYP SecondaryColor3uivEXT)(const GLuint * v); /* 729 */
|
||||
void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 730 */
|
||||
void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 731 */
|
||||
void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 732 */
|
||||
void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 733 */
|
||||
void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 734 */
|
||||
void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 735 */
|
||||
void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 736 */
|
||||
void (GLAPIENTRYP FogCoorddvEXT)(const GLdouble * coord); /* 737 */
|
||||
void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 738 */
|
||||
void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 739 */
|
||||
void (GLAPIENTRYP PixelTexGenSGIX)(GLenum mode); /* 740 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 741 */
|
||||
void (GLAPIENTRYP FlushVertexArrayRangeNV)(void); /* 742 */
|
||||
void (GLAPIENTRYP VertexArrayRangeNV)(GLsizei length, const GLvoid * pointer); /* 743 */
|
||||
void (GLAPIENTRYP CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 744 */
|
||||
void (GLAPIENTRYP CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum); /* 745 */
|
||||
void (GLAPIENTRYP CombinerParameterfNV)(GLenum pname, GLfloat param); /* 746 */
|
||||
void (GLAPIENTRYP CombinerParameterfvNV)(GLenum pname, const GLfloat * params); /* 747 */
|
||||
void (GLAPIENTRYP CombinerParameteriNV)(GLenum pname, GLint param); /* 748 */
|
||||
void (GLAPIENTRYP CombinerParameterivNV)(GLenum pname, const GLint * params); /* 749 */
|
||||
void (GLAPIENTRYP FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 750 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params); /* 751 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params); /* 752 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat * params); /* 753 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint * params); /* 754 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat * params); /* 755 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint * params); /* 756 */
|
||||
void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 757 */
|
||||
void (GLAPIENTRYP WindowPos2dMESA)(GLdouble x, GLdouble y); /* 758 */
|
||||
void (GLAPIENTRYP WindowPos2dvMESA)(const GLdouble * v); /* 759 */
|
||||
void (GLAPIENTRYP WindowPos2fMESA)(GLfloat x, GLfloat y); /* 760 */
|
||||
void (GLAPIENTRYP WindowPos2fvMESA)(const GLfloat * v); /* 761 */
|
||||
void (GLAPIENTRYP WindowPos2iMESA)(GLint x, GLint y); /* 762 */
|
||||
void (GLAPIENTRYP WindowPos2ivMESA)(const GLint * v); /* 763 */
|
||||
void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 764 */
|
||||
void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 765 */
|
||||
void (GLAPIENTRYP WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z); /* 766 */
|
||||
void (GLAPIENTRYP WindowPos3dvMESA)(const GLdouble * v); /* 767 */
|
||||
void (GLAPIENTRYP WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z); /* 768 */
|
||||
void (GLAPIENTRYP WindowPos3fvMESA)(const GLfloat * v); /* 769 */
|
||||
void (GLAPIENTRYP WindowPos3iMESA)(GLint x, GLint y, GLint z); /* 770 */
|
||||
void (GLAPIENTRYP WindowPos3ivMESA)(const GLint * v); /* 771 */
|
||||
void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 772 */
|
||||
void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 773 */
|
||||
void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 774 */
|
||||
void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 775 */
|
||||
void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 776 */
|
||||
void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 777 */
|
||||
void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 778 */
|
||||
void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 779 */
|
||||
void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 780 */
|
||||
void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 781 */
|
||||
void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 782 */
|
||||
void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 783 */
|
||||
void (GLAPIENTRYP DeleteFencesNV)(GLsizei n, const GLuint * fences); /* 784 */
|
||||
void (GLAPIENTRYP FinishFenceNV)(GLuint fence); /* 785 */
|
||||
void (GLAPIENTRYP GenFencesNV)(GLsizei n, GLuint * fences); /* 786 */
|
||||
void (GLAPIENTRYP GetFenceivNV)(GLuint fence, GLenum pname, GLint * params); /* 787 */
|
||||
GLboolean (GLAPIENTRYP IsFenceNV)(GLuint fence); /* 788 */
|
||||
void (GLAPIENTRYP SetFenceNV)(GLuint fence, GLenum condition); /* 789 */
|
||||
GLboolean (GLAPIENTRYP TestFenceNV)(GLuint fence); /* 790 */
|
||||
GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 791 */
|
||||
void (GLAPIENTRYP BindProgramNV)(GLenum target, GLuint program); /* 792 */
|
||||
void (GLAPIENTRYP DeleteProgramsNV)(GLsizei n, const GLuint * programs); /* 793 */
|
||||
void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 794 */
|
||||
void (GLAPIENTRYP GenProgramsNV)(GLsizei n, GLuint * programs); /* 795 */
|
||||
void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 796 */
|
||||
void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 797 */
|
||||
void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 798 */
|
||||
void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 799 */
|
||||
void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 800 */
|
||||
void (GLAPIENTRYP GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid ** pointer); /* 801 */
|
||||
void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 802 */
|
||||
void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 803 */
|
||||
void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 804 */
|
||||
GLboolean (GLAPIENTRYP IsProgramNV)(GLuint program); /* 805 */
|
||||
void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 806 */
|
||||
void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 807 */
|
||||
void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 808 */
|
||||
void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 809 */
|
||||
void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 810 */
|
||||
void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 811 */
|
||||
void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 812 */
|
||||
void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 813 */
|
||||
void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 814 */
|
||||
void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 815 */
|
||||
void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 816 */
|
||||
void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 817 */
|
||||
void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 818 */
|
||||
void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 819 */
|
||||
void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 820 */
|
||||
void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 821 */
|
||||
void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 822 */
|
||||
void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 823 */
|
||||
void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 824 */
|
||||
void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 825 */
|
||||
void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 826 */
|
||||
void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 827 */
|
||||
void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 828 */
|
||||
void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 829 */
|
||||
void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 830 */
|
||||
void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 831 */
|
||||
void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 832 */
|
||||
void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 833 */
|
||||
void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 834 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 835 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 836 */
|
||||
void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 837 */
|
||||
void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 838 */
|
||||
void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 839 */
|
||||
void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 840 */
|
||||
void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 841 */
|
||||
void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 842 */
|
||||
void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 843 */
|
||||
void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 844 */
|
||||
void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 845 */
|
||||
void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 846 */
|
||||
void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 847 */
|
||||
void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 848 */
|
||||
void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 849 */
|
||||
void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 850 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 851 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 852 */
|
||||
void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 853 */
|
||||
void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 854 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 855 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 856 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 857 */
|
||||
void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 858 */
|
||||
void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 859 */
|
||||
void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 860 */
|
||||
void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 861 */
|
||||
void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 862 */
|
||||
void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 863 */
|
||||
void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 864 */
|
||||
GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 865 */
|
||||
void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 866 */
|
||||
void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 867 */
|
||||
void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 868 */
|
||||
void (GLAPIENTRYP PointParameteriNV)(GLenum pname, GLint param); /* 869 */
|
||||
void (GLAPIENTRYP PointParameterivNV)(GLenum pname, const GLint * params); /* 870 */
|
||||
void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 871 */
|
||||
void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 872 */
|
||||
void (GLAPIENTRYP DeleteVertexArraysAPPLE)(GLsizei n, const GLuint * arrays); /* 873 */
|
||||
void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 874 */
|
||||
GLboolean (GLAPIENTRYP IsVertexArrayAPPLE)(GLuint array); /* 875 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 876 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 877 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 878 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 879 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 880 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 881 */
|
||||
void (GLAPIENTRYP PrimitiveRestartIndexNV)(GLuint index); /* 882 */
|
||||
void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 883 */
|
||||
void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 884 */
|
||||
void (GLAPIENTRYP BlendEquationSeparateEXT)(GLenum modeRGB, GLenum modeA); /* 885 */
|
||||
void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 886 */
|
||||
void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 887 */
|
||||
GLenum (GLAPIENTRYP CheckFramebufferStatusEXT)(GLenum target); /* 888 */
|
||||
void (GLAPIENTRYP DeleteFramebuffersEXT)(GLsizei n, const GLuint * framebuffers); /* 889 */
|
||||
void (GLAPIENTRYP DeleteRenderbuffersEXT)(GLsizei n, const GLuint * renderbuffers); /* 890 */
|
||||
void (GLAPIENTRYP FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 891 */
|
||||
void (GLAPIENTRYP FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 892 */
|
||||
void (GLAPIENTRYP FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 893 */
|
||||
void (GLAPIENTRYP FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 894 */
|
||||
void (GLAPIENTRYP GenFramebuffersEXT)(GLsizei n, GLuint * framebuffers); /* 895 */
|
||||
void (GLAPIENTRYP GenRenderbuffersEXT)(GLsizei n, GLuint * renderbuffers); /* 896 */
|
||||
void (GLAPIENTRYP GenerateMipmapEXT)(GLenum target); /* 897 */
|
||||
void (GLAPIENTRYP GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 898 */
|
||||
void (GLAPIENTRYP GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint * params); /* 899 */
|
||||
GLboolean (GLAPIENTRYP IsFramebufferEXT)(GLuint framebuffer); /* 900 */
|
||||
GLboolean (GLAPIENTRYP IsRenderbufferEXT)(GLuint renderbuffer); /* 901 */
|
||||
void (GLAPIENTRYP RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 902 */
|
||||
void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 903 */
|
||||
void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 904 */
|
||||
void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 905 */
|
||||
void (GLAPIENTRYP BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar * name); /* 906 */
|
||||
GLint (GLAPIENTRYP GetFragDataLocationEXT)(GLuint program, const GLchar * name); /* 907 */
|
||||
void (GLAPIENTRYP GetUniformuivEXT)(GLuint program, GLint location, GLuint * params); /* 908 */
|
||||
void (GLAPIENTRYP GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint * params); /* 909 */
|
||||
void (GLAPIENTRYP GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint * params); /* 910 */
|
||||
void (GLAPIENTRYP Uniform1uiEXT)(GLint location, GLuint x); /* 911 */
|
||||
void (GLAPIENTRYP Uniform1uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 912 */
|
||||
void (GLAPIENTRYP Uniform2uiEXT)(GLint location, GLuint x, GLuint y); /* 913 */
|
||||
void (GLAPIENTRYP Uniform2uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 914 */
|
||||
void (GLAPIENTRYP Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z); /* 915 */
|
||||
void (GLAPIENTRYP Uniform3uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 916 */
|
||||
void (GLAPIENTRYP Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 917 */
|
||||
void (GLAPIENTRYP Uniform4uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 918 */
|
||||
void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 919 */
|
||||
void (GLAPIENTRYP VertexAttribI1ivEXT)(GLuint index, const GLint * v); /* 920 */
|
||||
void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 921 */
|
||||
void (GLAPIENTRYP VertexAttribI1uivEXT)(GLuint index, const GLuint * v); /* 922 */
|
||||
void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 923 */
|
||||
void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 924 */
|
||||
void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 925 */
|
||||
void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 926 */
|
||||
void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 927 */
|
||||
void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 928 */
|
||||
void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 929 */
|
||||
void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 930 */
|
||||
void (GLAPIENTRYP VertexAttribI4bvEXT)(GLuint index, const GLbyte * v); /* 931 */
|
||||
void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 932 */
|
||||
void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 933 */
|
||||
void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 934 */
|
||||
void (GLAPIENTRYP VertexAttribI4ubvEXT)(GLuint index, const GLubyte * v); /* 935 */
|
||||
void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 936 */
|
||||
void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 937 */
|
||||
void (GLAPIENTRYP VertexAttribI4usvEXT)(GLuint index, const GLushort * v); /* 938 */
|
||||
void (GLAPIENTRYP VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 939 */
|
||||
void (GLAPIENTRYP FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 940 */
|
||||
void (GLAPIENTRYP ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 941 */
|
||||
void (GLAPIENTRYP DisableIndexedEXT)(GLenum target, GLuint index); /* 942 */
|
||||
void (GLAPIENTRYP EnableIndexedEXT)(GLenum target, GLuint index); /* 943 */
|
||||
void (GLAPIENTRYP GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean * data); /* 944 */
|
||||
void (GLAPIENTRYP GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint * data); /* 945 */
|
||||
GLboolean (GLAPIENTRYP IsEnabledIndexedEXT)(GLenum target, GLuint index); /* 946 */
|
||||
void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 947 */
|
||||
void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 948 */
|
||||
void (GLAPIENTRYP GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint * params); /* 949 */
|
||||
void (GLAPIENTRYP GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint * params); /* 950 */
|
||||
void (GLAPIENTRYP TexParameterIivEXT)(GLenum target, GLenum pname, const GLint * params); /* 951 */
|
||||
void (GLAPIENTRYP TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint * params); /* 952 */
|
||||
void (GLAPIENTRYP BeginConditionalRenderNV)(GLuint query, GLenum mode); /* 953 */
|
||||
void (GLAPIENTRYP EndConditionalRenderNV)(void); /* 954 */
|
||||
void (GLAPIENTRYP BeginTransformFeedbackEXT)(GLenum mode); /* 955 */
|
||||
void (GLAPIENTRYP BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer); /* 956 */
|
||||
void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 957 */
|
||||
void (GLAPIENTRYP BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 958 */
|
||||
void (GLAPIENTRYP EndTransformFeedbackEXT)(void); /* 959 */
|
||||
void (GLAPIENTRYP GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 960 */
|
||||
void (GLAPIENTRYP TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode); /* 961 */
|
||||
void (GLAPIENTRYP ProvokingVertexEXT)(GLenum mode); /* 962 */
|
||||
void (GLAPIENTRYP GetTexParameterPointervAPPLE)(GLenum target, GLenum pname, GLvoid ** params); /* 963 */
|
||||
void (GLAPIENTRYP TextureRangeAPPLE)(GLenum target, GLsizei length, GLvoid * pointer); /* 964 */
|
||||
void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 965 */
|
||||
GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 966 */
|
||||
GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 967 */
|
||||
void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 968 */
|
||||
GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 969 */
|
||||
void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 970 */
|
||||
void (GLAPIENTRYP TextureBarrierNV)(void); /* 971 */
|
||||
void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 972 */
|
||||
void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 973 */
|
||||
void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 974 */
|
||||
void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 975 */
|
||||
void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 976 */
|
||||
void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 977 */
|
||||
void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 978 */
|
||||
};
|
||||
|
||||
#endif /* !defined( _GLAPI_TABLE_H_ ) */
|
||||
|
||||
+108
-94
@@ -4872,6 +4872,18 @@ KEYWORD1 void KEYWORD2 NAME(BlendFuncIndexedAMD)(GLuint buf, GLenum src, GLenum
|
||||
DISPATCH(BlendFunciARB, (buf, src, dst), (F, "glBlendFuncIndexedAMD(%d, 0x%x, 0x%x);\n", buf, src, dst));
|
||||
}
|
||||
|
||||
KEYWORD1 void KEYWORD2 NAME(BindFragDataLocationIndexed)(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name)
|
||||
{
|
||||
(void) program; (void) colorNumber; (void) index; (void) name;
|
||||
DISPATCH(BindFragDataLocationIndexed, (program, colorNumber, index, name), (F, "glBindFragDataLocationIndexed(%d, %d, %d, %p);\n", program, colorNumber, index, (const void *) name));
|
||||
}
|
||||
|
||||
KEYWORD1 GLint KEYWORD2 NAME(GetFragDataIndex)(GLuint program, const GLchar * name)
|
||||
{
|
||||
(void) program; (void) name;
|
||||
RETURN_DISPATCH(GetFragDataIndex, (program, name), (F, "glGetFragDataIndex(%d, %p);\n", program, (const void *) name));
|
||||
}
|
||||
|
||||
KEYWORD1 void KEYWORD2 NAME(BindSampler)(GLuint unit, GLuint sampler)
|
||||
{
|
||||
(void) unit; (void) sampler;
|
||||
@@ -5438,65 +5450,65 @@ KEYWORD1 void KEYWORD2 NAME(PolygonOffsetEXT)(GLfloat factor, GLfloat bias)
|
||||
DISPATCH(PolygonOffsetEXT, (factor, bias), (F, "glPolygonOffsetEXT(%f, %f);\n", factor, bias));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_696)(GLenum pname, GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLenum pname, GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_696)(GLenum pname, GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLenum pname, GLfloat * params)
|
||||
{
|
||||
(void) pname; (void) params;
|
||||
DISPATCH(GetPixelTexGenParameterfvSGIS, (pname, params), (F, "glGetPixelTexGenParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_697)(GLenum pname, GLint * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLenum pname, GLint * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_697)(GLenum pname, GLint * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLenum pname, GLint * params)
|
||||
{
|
||||
(void) pname; (void) params;
|
||||
DISPATCH(GetPixelTexGenParameterivSGIS, (pname, params), (F, "glGetPixelTexGenParameterivSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLenum pname, GLfloat param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLenum pname, GLfloat param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLenum pname, GLfloat param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLenum pname, GLfloat param)
|
||||
{
|
||||
(void) pname; (void) param;
|
||||
DISPATCH(PixelTexGenParameterfSGIS, (pname, param), (F, "glPixelTexGenParameterfSGIS(0x%x, %f);\n", pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLenum pname, const GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLenum pname, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLenum pname, const GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLenum pname, const GLfloat * params)
|
||||
{
|
||||
(void) pname; (void) params;
|
||||
DISPATCH(PixelTexGenParameterfvSGIS, (pname, params), (F, "glPixelTexGenParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLenum pname, GLint param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_702)(GLenum pname, GLint param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLenum pname, GLint param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_702)(GLenum pname, GLint param)
|
||||
{
|
||||
(void) pname; (void) param;
|
||||
DISPATCH(PixelTexGenParameteriSGIS, (pname, param), (F, "glPixelTexGenParameteriSGIS(0x%x, %d);\n", pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLenum pname, const GLint * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_703)(GLenum pname, const GLint * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLenum pname, const GLint * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_703)(GLenum pname, const GLint * params)
|
||||
{
|
||||
(void) pname; (void) params;
|
||||
DISPATCH(PixelTexGenParameterivSGIS, (pname, params), (F, "glPixelTexGenParameterivSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_702)(GLclampf value, GLboolean invert);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_704)(GLclampf value, GLboolean invert);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_702)(GLclampf value, GLboolean invert)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_704)(GLclampf value, GLboolean invert)
|
||||
{
|
||||
(void) value; (void) invert;
|
||||
DISPATCH(SampleMaskSGIS, (value, invert), (F, "glSampleMaskSGIS(%f, %d);\n", value, invert));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_703)(GLenum pattern);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_705)(GLenum pattern);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_703)(GLenum pattern)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_705)(GLenum pattern)
|
||||
{
|
||||
(void) pattern;
|
||||
DISPATCH(SamplePatternSGIS, (pattern), (F, "glSamplePatternSGIS(0x%x);\n", pattern));
|
||||
@@ -5556,9 +5568,9 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterfEXT)(GLenum pname, GLfloat param)
|
||||
DISPATCH(PointParameterfEXT, (pname, param), (F, "glPointParameterfEXT(0x%x, %f);\n", pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_710)(GLenum pname, GLfloat param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_712)(GLenum pname, GLfloat param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_710)(GLenum pname, GLfloat param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_712)(GLenum pname, GLfloat param)
|
||||
{
|
||||
(void) pname; (void) param;
|
||||
DISPATCH(PointParameterfEXT, (pname, param), (F, "glPointParameterfSGIS(0x%x, %f);\n", pname, param));
|
||||
@@ -5582,9 +5594,9 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterfvEXT)(GLenum pname, const GLfloat * p
|
||||
DISPATCH(PointParameterfvEXT, (pname, params), (F, "glPointParameterfvEXT(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_711)(GLenum pname, const GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_713)(GLenum pname, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_711)(GLenum pname, const GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_713)(GLenum pname, const GLfloat * params)
|
||||
{
|
||||
(void) pname; (void) params;
|
||||
DISPATCH(PointParameterfvEXT, (pname, params), (F, "glPointParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
@@ -5889,9 +5901,9 @@ KEYWORD1 void KEYWORD2 NAME(FogCoordfvEXT)(const GLfloat * coord)
|
||||
DISPATCH(FogCoordfvEXT, (coord), (F, "glFogCoordfvEXT(%p);\n", (const void *) coord));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_738)(GLenum mode);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_740)(GLenum mode);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_738)(GLenum mode)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_740)(GLenum mode)
|
||||
{
|
||||
(void) mode;
|
||||
DISPATCH(PixelTexGenSGIX, (mode), (F, "glPixelTexGenSGIX(0x%x);\n", mode));
|
||||
@@ -5909,9 +5921,9 @@ KEYWORD1 void KEYWORD2 NAME(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfac
|
||||
DISPATCH(BlendFuncSeparateEXT, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha), (F, "glBlendFuncSeparateEXT(0x%x, 0x%x, 0x%x, 0x%x);\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_739)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_741)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_739)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_741)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
|
||||
{
|
||||
(void) sfactorRGB; (void) dfactorRGB; (void) sfactorAlpha; (void) dfactorAlpha;
|
||||
DISPATCH(BlendFuncSeparateEXT, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha), (F, "glBlendFuncSeparateINGR(0x%x, 0x%x, 0x%x, 0x%x);\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));
|
||||
@@ -6347,73 +6359,73 @@ KEYWORD1 void KEYWORD2 NAME(WindowPos4svMESA)(const GLshort * v)
|
||||
DISPATCH(WindowPos4svMESA, (v), (F, "glWindowPos4svMESA(%p);\n", (const void *) v));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_780)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_782)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_780)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_782)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride)
|
||||
{
|
||||
(void) mode; (void) first; (void) count; (void) primcount; (void) modestride;
|
||||
DISPATCH(MultiModeDrawArraysIBM, (mode, first, count, primcount, modestride), (F, "glMultiModeDrawArraysIBM(%p, %p, %p, %d, %d);\n", (const void *) mode, (const void *) first, (const void *) count, primcount, modestride));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_781)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_783)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_781)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_783)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride)
|
||||
{
|
||||
(void) mode; (void) count; (void) type; (void) indices; (void) primcount; (void) modestride;
|
||||
DISPATCH(MultiModeDrawElementsIBM, (mode, count, type, indices, primcount, modestride), (F, "glMultiModeDrawElementsIBM(%p, %p, 0x%x, %p, %d, %d);\n", (const void *) mode, (const void *) count, type, (const void *) indices, primcount, modestride));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_782)(GLsizei n, const GLuint * fences);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_784)(GLsizei n, const GLuint * fences);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_782)(GLsizei n, const GLuint * fences)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_784)(GLsizei n, const GLuint * fences)
|
||||
{
|
||||
(void) n; (void) fences;
|
||||
DISPATCH(DeleteFencesNV, (n, fences), (F, "glDeleteFencesNV(%d, %p);\n", n, (const void *) fences));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_783)(GLuint fence);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLuint fence);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_783)(GLuint fence)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLuint fence)
|
||||
{
|
||||
(void) fence;
|
||||
DISPATCH(FinishFenceNV, (fence), (F, "glFinishFenceNV(%d);\n", fence));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_784)(GLsizei n, GLuint * fences);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_786)(GLsizei n, GLuint * fences);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_784)(GLsizei n, GLuint * fences)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_786)(GLsizei n, GLuint * fences)
|
||||
{
|
||||
(void) n; (void) fences;
|
||||
DISPATCH(GenFencesNV, (n, fences), (F, "glGenFencesNV(%d, %p);\n", n, (const void *) fences));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLuint fence, GLenum pname, GLint * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLuint fence, GLenum pname, GLint * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLuint fence, GLenum pname, GLint * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLuint fence, GLenum pname, GLint * params)
|
||||
{
|
||||
(void) fence; (void) pname; (void) params;
|
||||
DISPATCH(GetFenceivNV, (fence, pname, params), (F, "glGetFenceivNV(%d, 0x%x, %p);\n", fence, pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_786)(GLuint fence);
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_788)(GLuint fence);
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_786)(GLuint fence)
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_788)(GLuint fence)
|
||||
{
|
||||
(void) fence;
|
||||
RETURN_DISPATCH(IsFenceNV, (fence), (F, "glIsFenceNV(%d);\n", fence));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLuint fence, GLenum condition);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_789)(GLuint fence, GLenum condition);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLuint fence, GLenum condition)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_789)(GLuint fence, GLenum condition)
|
||||
{
|
||||
(void) fence; (void) condition;
|
||||
DISPATCH(SetFenceNV, (fence, condition), (F, "glSetFenceNV(%d, 0x%x);\n", fence, condition));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_788)(GLuint fence);
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_790)(GLuint fence);
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_788)(GLuint fence)
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_790)(GLuint fence)
|
||||
{
|
||||
(void) fence;
|
||||
RETURN_DISPATCH(TestFenceNV, (fence), (F, "glTestFenceNV(%d);\n", fence));
|
||||
@@ -6945,17 +6957,17 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterivNV)(GLenum pname, const GLint * para
|
||||
DISPATCH(PointParameterivNV, (pname, params), (F, "glPointParameterivNV(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_869)(GLenum face);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_871)(GLenum face);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_869)(GLenum face)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_871)(GLenum face)
|
||||
{
|
||||
(void) face;
|
||||
DISPATCH(ActiveStencilFaceEXT, (face), (F, "glActiveStencilFaceEXT(0x%x);\n", face));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_870)(GLuint array);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_872)(GLuint array);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_870)(GLuint array)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_872)(GLuint array)
|
||||
{
|
||||
(void) array;
|
||||
DISPATCH(BindVertexArrayAPPLE, (array), (F, "glBindVertexArrayAPPLE(%d);\n", array));
|
||||
@@ -6967,17 +6979,17 @@ KEYWORD1 void KEYWORD2 NAME(DeleteVertexArrays)(GLsizei n, const GLuint * arrays
|
||||
DISPATCH(DeleteVertexArraysAPPLE, (n, arrays), (F, "glDeleteVertexArrays(%d, %p);\n", n, (const void *) arrays));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_871)(GLsizei n, const GLuint * arrays);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_873)(GLsizei n, const GLuint * arrays);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_871)(GLsizei n, const GLuint * arrays)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_873)(GLsizei n, const GLuint * arrays)
|
||||
{
|
||||
(void) n; (void) arrays;
|
||||
DISPATCH(DeleteVertexArraysAPPLE, (n, arrays), (F, "glDeleteVertexArraysAPPLE(%d, %p);\n", n, (const void *) arrays));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_872)(GLsizei n, GLuint * arrays);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_874)(GLsizei n, GLuint * arrays);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_872)(GLsizei n, GLuint * arrays)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_874)(GLsizei n, GLuint * arrays)
|
||||
{
|
||||
(void) n; (void) arrays;
|
||||
DISPATCH(GenVertexArraysAPPLE, (n, arrays), (F, "glGenVertexArraysAPPLE(%d, %p);\n", n, (const void *) arrays));
|
||||
@@ -6989,9 +7001,9 @@ KEYWORD1 GLboolean KEYWORD2 NAME(IsVertexArray)(GLuint array)
|
||||
RETURN_DISPATCH(IsVertexArrayAPPLE, (array), (F, "glIsVertexArray(%d);\n", array));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_873)(GLuint array);
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_875)(GLuint array);
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_873)(GLuint array)
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_875)(GLuint array)
|
||||
{
|
||||
(void) array;
|
||||
RETURN_DISPATCH(IsVertexArrayAPPLE, (array), (F, "glIsVertexArrayAPPLE(%d);\n", array));
|
||||
@@ -7050,9 +7062,9 @@ KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartNV)(void)
|
||||
DISPATCH(PrimitiveRestartNV, (), (F, "glPrimitiveRestartNV();\n"));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_882)(GLclampd zmin, GLclampd zmax);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_884)(GLclampd zmin, GLclampd zmax);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_882)(GLclampd zmin, GLclampd zmax)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_884)(GLclampd zmin, GLclampd zmax)
|
||||
{
|
||||
(void) zmin; (void) zmax;
|
||||
DISPATCH(DepthBoundsEXT, (zmin, zmax), (F, "glDepthBoundsEXT(%f, %f);\n", zmin, zmax));
|
||||
@@ -7064,9 +7076,9 @@ KEYWORD1 void KEYWORD2 NAME(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
|
||||
DISPATCH(BlendEquationSeparateEXT, (modeRGB, modeA), (F, "glBlendEquationSeparate(0x%x, 0x%x);\n", modeRGB, modeA));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_883)(GLenum modeRGB, GLenum modeA);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_885)(GLenum modeRGB, GLenum modeA);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_883)(GLenum modeRGB, GLenum modeA)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_885)(GLenum modeRGB, GLenum modeA)
|
||||
{
|
||||
(void) modeRGB; (void) modeA;
|
||||
DISPATCH(BlendEquationSeparateEXT, (modeRGB, modeA), (F, "glBlendEquationSeparateEXT(0x%x, 0x%x);\n", modeRGB, modeA));
|
||||
@@ -7282,25 +7294,25 @@ KEYWORD1 void KEYWORD2 NAME(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint src
|
||||
DISPATCH(BlitFramebufferEXT, (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), (F, "glBlitFramebuffer(%d, %d, %d, %d, %d, %d, %d, %d, %d, 0x%x);\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_901)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_903)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_901)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_903)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
|
||||
{
|
||||
(void) srcX0; (void) srcY0; (void) srcX1; (void) srcY1; (void) dstX0; (void) dstY0; (void) dstX1; (void) dstY1; (void) mask; (void) filter;
|
||||
DISPATCH(BlitFramebufferEXT, (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), (F, "glBlitFramebufferEXT(%d, %d, %d, %d, %d, %d, %d, %d, %d, 0x%x);\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_902)(GLenum target, GLenum pname, GLint param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_904)(GLenum target, GLenum pname, GLint param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_902)(GLenum target, GLenum pname, GLint param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_904)(GLenum target, GLenum pname, GLint param)
|
||||
{
|
||||
(void) target; (void) pname; (void) param;
|
||||
DISPATCH(BufferParameteriAPPLE, (target, pname, param), (F, "glBufferParameteriAPPLE(0x%x, 0x%x, %d);\n", target, pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_903)(GLenum target, GLintptr offset, GLsizeiptr size);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_905)(GLenum target, GLintptr offset, GLsizeiptr size);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_903)(GLenum target, GLintptr offset, GLsizeiptr size)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_905)(GLenum target, GLintptr offset, GLsizeiptr size)
|
||||
{
|
||||
(void) target; (void) offset; (void) size;
|
||||
DISPATCH(FlushMappedBufferRangeAPPLE, (target, offset, size), (F, "glFlushMappedBufferRangeAPPLE(0x%x, %d, %d);\n", target, offset, size));
|
||||
@@ -7974,17 +7986,17 @@ KEYWORD1 void KEYWORD2 NAME(ProvokingVertex)(GLenum mode)
|
||||
DISPATCH(ProvokingVertexEXT, (mode), (F, "glProvokingVertex(0x%x);\n", mode));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_961)(GLenum target, GLenum pname, GLvoid ** params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_963)(GLenum target, GLenum pname, GLvoid ** params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_961)(GLenum target, GLenum pname, GLvoid ** params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_963)(GLenum target, GLenum pname, GLvoid ** params)
|
||||
{
|
||||
(void) target; (void) pname; (void) params;
|
||||
DISPATCH(GetTexParameterPointervAPPLE, (target, pname, params), (F, "glGetTexParameterPointervAPPLE(0x%x, 0x%x, %p);\n", target, pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_962)(GLenum target, GLsizei length, GLvoid * pointer);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_964)(GLenum target, GLsizei length, GLvoid * pointer);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_962)(GLenum target, GLsizei length, GLvoid * pointer)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_964)(GLenum target, GLsizei length, GLvoid * pointer)
|
||||
{
|
||||
(void) target; (void) length; (void) pointer;
|
||||
DISPATCH(TextureRangeAPPLE, (target, length, pointer), (F, "glTextureRangeAPPLE(0x%x, %d, %p);\n", target, length, (const void *) pointer));
|
||||
@@ -8031,41 +8043,41 @@ KEYWORD1 void KEYWORD2 NAME(TextureBarrierNV)(void)
|
||||
DISPATCH(TextureBarrierNV, (), (F, "glTextureBarrierNV();\n"));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_970)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_972)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_970)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_972)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
|
||||
{
|
||||
(void) frontfunc; (void) backfunc; (void) ref; (void) mask;
|
||||
DISPATCH(StencilFuncSeparateATI, (frontfunc, backfunc, ref, mask), (F, "glStencilFuncSeparateATI(0x%x, 0x%x, %d, %d);\n", frontfunc, backfunc, ref, mask));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_971)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_973)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_971)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_973)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
|
||||
{
|
||||
(void) target; (void) index; (void) count; (void) params;
|
||||
DISPATCH(ProgramEnvParameters4fvEXT, (target, index, count, params), (F, "glProgramEnvParameters4fvEXT(0x%x, %d, %d, %p);\n", target, index, count, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_972)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_974)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_972)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_974)(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
|
||||
{
|
||||
(void) target; (void) index; (void) count; (void) params;
|
||||
DISPATCH(ProgramLocalParameters4fvEXT, (target, index, count, params), (F, "glProgramLocalParameters4fvEXT(0x%x, %d, %d, %p);\n", target, index, count, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_973)(GLuint id, GLenum pname, GLint64EXT * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_975)(GLuint id, GLenum pname, GLint64EXT * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_973)(GLuint id, GLenum pname, GLint64EXT * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_975)(GLuint id, GLenum pname, GLint64EXT * params)
|
||||
{
|
||||
(void) id; (void) pname; (void) params;
|
||||
DISPATCH(GetQueryObjecti64vEXT, (id, pname, params), (F, "glGetQueryObjecti64vEXT(%d, 0x%x, %p);\n", id, pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_974)(GLuint id, GLenum pname, GLuint64EXT * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_976)(GLuint id, GLenum pname, GLuint64EXT * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_974)(GLuint id, GLenum pname, GLuint64EXT * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_976)(GLuint id, GLenum pname, GLuint64EXT * params)
|
||||
{
|
||||
(void) id; (void) pname; (void) params;
|
||||
DISPATCH(GetQueryObjectui64vEXT, (id, pname, params), (F, "glGetQueryObjectui64vEXT(%d, 0x%x, %p);\n", id, pname, (const void *) params));
|
||||
@@ -8857,6 +8869,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(BlendEquationiARB),
|
||||
TABLE_ENTRY(BlendFuncSeparateiARB),
|
||||
TABLE_ENTRY(BlendFunciARB),
|
||||
TABLE_ENTRY(BindFragDataLocationIndexed),
|
||||
TABLE_ENTRY(GetFragDataIndex),
|
||||
TABLE_ENTRY(BindSampler),
|
||||
TABLE_ENTRY(DeleteSamplers),
|
||||
TABLE_ENTRY(GenSamplers),
|
||||
@@ -8952,14 +8966,14 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(TextureStorage2DEXT),
|
||||
TABLE_ENTRY(TextureStorage3DEXT),
|
||||
TABLE_ENTRY(PolygonOffsetEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_696),
|
||||
TABLE_ENTRY(_dispatch_stub_697),
|
||||
TABLE_ENTRY(_dispatch_stub_698),
|
||||
TABLE_ENTRY(_dispatch_stub_699),
|
||||
TABLE_ENTRY(_dispatch_stub_700),
|
||||
TABLE_ENTRY(_dispatch_stub_701),
|
||||
TABLE_ENTRY(_dispatch_stub_702),
|
||||
TABLE_ENTRY(_dispatch_stub_703),
|
||||
TABLE_ENTRY(_dispatch_stub_704),
|
||||
TABLE_ENTRY(_dispatch_stub_705),
|
||||
TABLE_ENTRY(ColorPointerEXT),
|
||||
TABLE_ENTRY(EdgeFlagPointerEXT),
|
||||
TABLE_ENTRY(IndexPointerEXT),
|
||||
@@ -8994,7 +9008,7 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(FogCoorddvEXT),
|
||||
TABLE_ENTRY(FogCoordfEXT),
|
||||
TABLE_ENTRY(FogCoordfvEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_738),
|
||||
TABLE_ENTRY(_dispatch_stub_740),
|
||||
TABLE_ENTRY(BlendFuncSeparateEXT),
|
||||
TABLE_ENTRY(FlushVertexArrayRangeNV),
|
||||
TABLE_ENTRY(VertexArrayRangeNV),
|
||||
@@ -9036,8 +9050,6 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(WindowPos4ivMESA),
|
||||
TABLE_ENTRY(WindowPos4sMESA),
|
||||
TABLE_ENTRY(WindowPos4svMESA),
|
||||
TABLE_ENTRY(_dispatch_stub_780),
|
||||
TABLE_ENTRY(_dispatch_stub_781),
|
||||
TABLE_ENTRY(_dispatch_stub_782),
|
||||
TABLE_ENTRY(_dispatch_stub_783),
|
||||
TABLE_ENTRY(_dispatch_stub_784),
|
||||
@@ -9045,6 +9057,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(_dispatch_stub_786),
|
||||
TABLE_ENTRY(_dispatch_stub_787),
|
||||
TABLE_ENTRY(_dispatch_stub_788),
|
||||
TABLE_ENTRY(_dispatch_stub_789),
|
||||
TABLE_ENTRY(_dispatch_stub_790),
|
||||
TABLE_ENTRY(AreProgramsResidentNV),
|
||||
TABLE_ENTRY(BindProgramNV),
|
||||
TABLE_ENTRY(DeleteProgramsNV),
|
||||
@@ -9125,11 +9139,11 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(SetFragmentShaderConstantATI),
|
||||
TABLE_ENTRY(PointParameteriNV),
|
||||
TABLE_ENTRY(PointParameterivNV),
|
||||
TABLE_ENTRY(_dispatch_stub_869),
|
||||
TABLE_ENTRY(_dispatch_stub_870),
|
||||
TABLE_ENTRY(_dispatch_stub_871),
|
||||
TABLE_ENTRY(_dispatch_stub_872),
|
||||
TABLE_ENTRY(_dispatch_stub_873),
|
||||
TABLE_ENTRY(_dispatch_stub_874),
|
||||
TABLE_ENTRY(_dispatch_stub_875),
|
||||
TABLE_ENTRY(GetProgramNamedParameterdvNV),
|
||||
TABLE_ENTRY(GetProgramNamedParameterfvNV),
|
||||
TABLE_ENTRY(ProgramNamedParameter4dNV),
|
||||
@@ -9138,8 +9152,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(ProgramNamedParameter4fvNV),
|
||||
TABLE_ENTRY(PrimitiveRestartIndexNV),
|
||||
TABLE_ENTRY(PrimitiveRestartNV),
|
||||
TABLE_ENTRY(_dispatch_stub_882),
|
||||
TABLE_ENTRY(_dispatch_stub_883),
|
||||
TABLE_ENTRY(_dispatch_stub_884),
|
||||
TABLE_ENTRY(_dispatch_stub_885),
|
||||
TABLE_ENTRY(BindFramebufferEXT),
|
||||
TABLE_ENTRY(BindRenderbufferEXT),
|
||||
TABLE_ENTRY(CheckFramebufferStatusEXT),
|
||||
@@ -9157,9 +9171,9 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(IsFramebufferEXT),
|
||||
TABLE_ENTRY(IsRenderbufferEXT),
|
||||
TABLE_ENTRY(RenderbufferStorageEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_901),
|
||||
TABLE_ENTRY(_dispatch_stub_902),
|
||||
TABLE_ENTRY(_dispatch_stub_903),
|
||||
TABLE_ENTRY(_dispatch_stub_904),
|
||||
TABLE_ENTRY(_dispatch_stub_905),
|
||||
TABLE_ENTRY(BindFragDataLocationEXT),
|
||||
TABLE_ENTRY(GetFragDataLocationEXT),
|
||||
TABLE_ENTRY(GetUniformuivEXT),
|
||||
@@ -9217,8 +9231,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(GetTransformFeedbackVaryingEXT),
|
||||
TABLE_ENTRY(TransformFeedbackVaryingsEXT),
|
||||
TABLE_ENTRY(ProvokingVertexEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_961),
|
||||
TABLE_ENTRY(_dispatch_stub_962),
|
||||
TABLE_ENTRY(_dispatch_stub_963),
|
||||
TABLE_ENTRY(_dispatch_stub_964),
|
||||
TABLE_ENTRY(GetObjectParameterivAPPLE),
|
||||
TABLE_ENTRY(ObjectPurgeableAPPLE),
|
||||
TABLE_ENTRY(ObjectUnpurgeableAPPLE),
|
||||
@@ -9226,11 +9240,11 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(CreateShaderProgramEXT),
|
||||
TABLE_ENTRY(UseShaderProgramEXT),
|
||||
TABLE_ENTRY(TextureBarrierNV),
|
||||
TABLE_ENTRY(_dispatch_stub_970),
|
||||
TABLE_ENTRY(_dispatch_stub_971),
|
||||
TABLE_ENTRY(_dispatch_stub_972),
|
||||
TABLE_ENTRY(_dispatch_stub_973),
|
||||
TABLE_ENTRY(_dispatch_stub_974),
|
||||
TABLE_ENTRY(_dispatch_stub_975),
|
||||
TABLE_ENTRY(_dispatch_stub_976),
|
||||
TABLE_ENTRY(EGLImageTargetRenderbufferStorageOES),
|
||||
TABLE_ENTRY(EGLImageTargetTexture2DOES),
|
||||
/* A whole bunch of no-op functions. These might be called
|
||||
@@ -9542,10 +9556,10 @@ _glapi_proc UNUSED_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(BlendFuncIndexedAMD),
|
||||
TABLE_ENTRY(PointParameterf),
|
||||
TABLE_ENTRY(PointParameterfARB),
|
||||
TABLE_ENTRY(_dispatch_stub_710),
|
||||
TABLE_ENTRY(_dispatch_stub_712),
|
||||
TABLE_ENTRY(PointParameterfv),
|
||||
TABLE_ENTRY(PointParameterfvARB),
|
||||
TABLE_ENTRY(_dispatch_stub_711),
|
||||
TABLE_ENTRY(_dispatch_stub_713),
|
||||
TABLE_ENTRY(SecondaryColor3b),
|
||||
TABLE_ENTRY(SecondaryColor3bv),
|
||||
TABLE_ENTRY(SecondaryColor3d),
|
||||
@@ -9571,7 +9585,7 @@ _glapi_proc UNUSED_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(FogCoordf),
|
||||
TABLE_ENTRY(FogCoordfv),
|
||||
TABLE_ENTRY(BlendFuncSeparate),
|
||||
TABLE_ENTRY(_dispatch_stub_739),
|
||||
TABLE_ENTRY(_dispatch_stub_741),
|
||||
TABLE_ENTRY(WindowPos2d),
|
||||
TABLE_ENTRY(WindowPos2dARB),
|
||||
TABLE_ENTRY(WindowPos2dv),
|
||||
|
||||
+792
-788
File diff suppressed because it is too large
Load Diff
+782
-754
File diff suppressed because it is too large
Load Diff
+2153
-2141
File diff suppressed because it is too large
Load Diff
+1869
-1859
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user