mesa: regenerate glapi files
This commit is contained in:
@@ -8597,6 +8597,21 @@ __indirect_glDrawBuffersARB(GLsizei n, const GLenum * bufs)
|
||||
}
|
||||
}
|
||||
|
||||
#define X_GLrop_ClampColorARB 234
|
||||
void
|
||||
__indirect_glClampColorARB(GLenum target, GLenum clamp)
|
||||
{
|
||||
struct glx_context *const gc = __glXGetCurrentContext();
|
||||
const GLuint cmdlen = 12;
|
||||
emit_header(gc->pc, X_GLrop_ClampColorARB, cmdlen);
|
||||
(void) memcpy((void *) (gc->pc + 4), (void *) (&target), 4);
|
||||
(void) memcpy((void *) (gc->pc + 8), (void *) (&clamp), 4);
|
||||
gc->pc += cmdlen;
|
||||
if (__builtin_expect(gc->pc > gc->limit, 0)) {
|
||||
(void) __glXFlushRenderBuffer(gc, gc->pc);
|
||||
}
|
||||
}
|
||||
|
||||
#define X_GLrop_RenderbufferStorageMultisample 4331
|
||||
void
|
||||
__indirect_glRenderbufferStorageMultisample(GLenum target, GLsizei samples,
|
||||
|
||||
@@ -573,6 +573,7 @@ extern HIDDEN void __indirect_glGetQueryObjectuivARB(GLuint id, GLenum pname, GL
|
||||
extern HIDDEN void __indirect_glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
|
||||
extern HIDDEN GLboolean __indirect_glIsQueryARB(GLuint id);
|
||||
extern HIDDEN void __indirect_glDrawBuffersARB(GLsizei n, const GLenum * bufs);
|
||||
extern HIDDEN void __indirect_glClampColorARB(GLenum target, GLenum clamp);
|
||||
extern HIDDEN void __indirect_glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
|
||||
extern HIDDEN void __indirect_glSampleMaskSGIS(GLclampf value, GLboolean invert);
|
||||
extern HIDDEN void __indirect_glSamplePatternSGIS(GLenum pattern);
|
||||
|
||||
@@ -588,6 +588,10 @@ struct _glapi_table * __glXNewIndirectAPI( void )
|
||||
|
||||
glAPI->DrawBuffersARB = __indirect_glDrawBuffersARB;
|
||||
|
||||
/* 39. GL_ARB_color_buffer_float */
|
||||
|
||||
glAPI->ClampColorARB = __indirect_glClampColorARB;
|
||||
|
||||
/* 45. GL_ARB_framebuffer_object */
|
||||
|
||||
glAPI->RenderbufferStorageMultisample = __indirect_glRenderbufferStorageMultisample;
|
||||
|
||||
+839
-828
File diff suppressed because it is too large
Load Diff
+302
-301
@@ -767,47 +767,46 @@ gl_dispatch_functions_start:
|
||||
GL_STUB(glGetActiveAttribARB, 569)
|
||||
GL_STUB(glGetAttribLocationARB, 570)
|
||||
GL_STUB(glDrawBuffersARB, 571)
|
||||
GL_STUB(glDrawArraysInstancedARB, 572)
|
||||
GL_STUB(glDrawElementsInstancedARB, 573)
|
||||
GL_STUB(glRenderbufferStorageMultisample, 574)
|
||||
GL_STUB(glFramebufferTextureARB, 575)
|
||||
GL_STUB(glFramebufferTextureFaceARB, 576)
|
||||
GL_STUB(glProgramParameteriARB, 577)
|
||||
GL_STUB(glVertexAttribDivisorARB, 578)
|
||||
GL_STUB(glFlushMappedBufferRange, 579)
|
||||
GL_STUB(glMapBufferRange, 580)
|
||||
GL_STUB(glBindVertexArray, 581)
|
||||
GL_STUB(glGenVertexArrays, 582)
|
||||
GL_STUB(glCopyBufferSubData, 583)
|
||||
GL_STUB(glClientWaitSync, 584)
|
||||
GL_STUB(glDeleteSync, 585)
|
||||
GL_STUB(glFenceSync, 586)
|
||||
GL_STUB(glGetInteger64v, 587)
|
||||
GL_STUB(glGetSynciv, 588)
|
||||
GL_STUB(glIsSync, 589)
|
||||
GL_STUB(glWaitSync, 590)
|
||||
GL_STUB(glDrawElementsBaseVertex, 591)
|
||||
GL_STUB(glDrawRangeElementsBaseVertex, 592)
|
||||
GL_STUB(glMultiDrawElementsBaseVertex, 593)
|
||||
GL_STUB(glBlendEquationSeparateiARB, 594)
|
||||
GL_STUB(glBlendEquationiARB, 595)
|
||||
GL_STUB(glBlendFuncSeparateiARB, 596)
|
||||
GL_STUB(glBlendFunciARB, 597)
|
||||
GL_STUB(glBindTransformFeedback, 598)
|
||||
GL_STUB(glDeleteTransformFeedbacks, 599)
|
||||
GL_STUB(glDrawTransformFeedback, 600)
|
||||
GL_STUB(glGenTransformFeedbacks, 601)
|
||||
GL_STUB(glIsTransformFeedback, 602)
|
||||
GL_STUB(glPauseTransformFeedback, 603)
|
||||
GL_STUB(glResumeTransformFeedback, 604)
|
||||
GL_STUB(glClearDepthf, 605)
|
||||
GL_STUB(glDepthRangef, 606)
|
||||
GL_STUB(glGetShaderPrecisionFormat, 607)
|
||||
GL_STUB(glReleaseShaderCompiler, 608)
|
||||
GL_STUB(glShaderBinary, 609)
|
||||
GL_STUB(glPolygonOffsetEXT, 610)
|
||||
GL_STUB(gl_dispatch_stub_611, 611)
|
||||
HIDDEN(gl_dispatch_stub_611)
|
||||
GL_STUB(glClampColorARB, 572)
|
||||
GL_STUB(glDrawArraysInstancedARB, 573)
|
||||
GL_STUB(glDrawElementsInstancedARB, 574)
|
||||
GL_STUB(glRenderbufferStorageMultisample, 575)
|
||||
GL_STUB(glFramebufferTextureARB, 576)
|
||||
GL_STUB(glFramebufferTextureFaceARB, 577)
|
||||
GL_STUB(glProgramParameteriARB, 578)
|
||||
GL_STUB(glVertexAttribDivisorARB, 579)
|
||||
GL_STUB(glFlushMappedBufferRange, 580)
|
||||
GL_STUB(glMapBufferRange, 581)
|
||||
GL_STUB(glBindVertexArray, 582)
|
||||
GL_STUB(glGenVertexArrays, 583)
|
||||
GL_STUB(glCopyBufferSubData, 584)
|
||||
GL_STUB(glClientWaitSync, 585)
|
||||
GL_STUB(glDeleteSync, 586)
|
||||
GL_STUB(glFenceSync, 587)
|
||||
GL_STUB(glGetInteger64v, 588)
|
||||
GL_STUB(glGetSynciv, 589)
|
||||
GL_STUB(glIsSync, 590)
|
||||
GL_STUB(glWaitSync, 591)
|
||||
GL_STUB(glDrawElementsBaseVertex, 592)
|
||||
GL_STUB(glDrawRangeElementsBaseVertex, 593)
|
||||
GL_STUB(glMultiDrawElementsBaseVertex, 594)
|
||||
GL_STUB(glBlendEquationSeparateiARB, 595)
|
||||
GL_STUB(glBlendEquationiARB, 596)
|
||||
GL_STUB(glBlendFuncSeparateiARB, 597)
|
||||
GL_STUB(glBlendFunciARB, 598)
|
||||
GL_STUB(glBindTransformFeedback, 599)
|
||||
GL_STUB(glDeleteTransformFeedbacks, 600)
|
||||
GL_STUB(glDrawTransformFeedback, 601)
|
||||
GL_STUB(glGenTransformFeedbacks, 602)
|
||||
GL_STUB(glIsTransformFeedback, 603)
|
||||
GL_STUB(glPauseTransformFeedback, 604)
|
||||
GL_STUB(glResumeTransformFeedback, 605)
|
||||
GL_STUB(glClearDepthf, 606)
|
||||
GL_STUB(glDepthRangef, 607)
|
||||
GL_STUB(glGetShaderPrecisionFormat, 608)
|
||||
GL_STUB(glReleaseShaderCompiler, 609)
|
||||
GL_STUB(glShaderBinary, 610)
|
||||
GL_STUB(glPolygonOffsetEXT, 611)
|
||||
GL_STUB(gl_dispatch_stub_612, 612)
|
||||
HIDDEN(gl_dispatch_stub_612)
|
||||
GL_STUB(gl_dispatch_stub_613, 613)
|
||||
@@ -822,85 +821,85 @@ gl_dispatch_functions_start:
|
||||
HIDDEN(gl_dispatch_stub_617)
|
||||
GL_STUB(gl_dispatch_stub_618, 618)
|
||||
HIDDEN(gl_dispatch_stub_618)
|
||||
GL_STUB(glColorPointerEXT, 619)
|
||||
GL_STUB(glEdgeFlagPointerEXT, 620)
|
||||
GL_STUB(glIndexPointerEXT, 621)
|
||||
GL_STUB(glNormalPointerEXT, 622)
|
||||
GL_STUB(glTexCoordPointerEXT, 623)
|
||||
GL_STUB(glVertexPointerEXT, 624)
|
||||
GL_STUB(glPointParameterfEXT, 625)
|
||||
GL_STUB(glPointParameterfvEXT, 626)
|
||||
GL_STUB(glLockArraysEXT, 627)
|
||||
GL_STUB(glUnlockArraysEXT, 628)
|
||||
GL_STUB(glSecondaryColor3bEXT, 629)
|
||||
GL_STUB(glSecondaryColor3bvEXT, 630)
|
||||
GL_STUB(glSecondaryColor3dEXT, 631)
|
||||
GL_STUB(glSecondaryColor3dvEXT, 632)
|
||||
GL_STUB(glSecondaryColor3fEXT, 633)
|
||||
GL_STUB(glSecondaryColor3fvEXT, 634)
|
||||
GL_STUB(glSecondaryColor3iEXT, 635)
|
||||
GL_STUB(glSecondaryColor3ivEXT, 636)
|
||||
GL_STUB(glSecondaryColor3sEXT, 637)
|
||||
GL_STUB(glSecondaryColor3svEXT, 638)
|
||||
GL_STUB(glSecondaryColor3ubEXT, 639)
|
||||
GL_STUB(glSecondaryColor3ubvEXT, 640)
|
||||
GL_STUB(glSecondaryColor3uiEXT, 641)
|
||||
GL_STUB(glSecondaryColor3uivEXT, 642)
|
||||
GL_STUB(glSecondaryColor3usEXT, 643)
|
||||
GL_STUB(glSecondaryColor3usvEXT, 644)
|
||||
GL_STUB(glSecondaryColorPointerEXT, 645)
|
||||
GL_STUB(glMultiDrawArraysEXT, 646)
|
||||
GL_STUB(glMultiDrawElementsEXT, 647)
|
||||
GL_STUB(glFogCoordPointerEXT, 648)
|
||||
GL_STUB(glFogCoorddEXT, 649)
|
||||
GL_STUB(glFogCoorddvEXT, 650)
|
||||
GL_STUB(glFogCoordfEXT, 651)
|
||||
GL_STUB(glFogCoordfvEXT, 652)
|
||||
GL_STUB(gl_dispatch_stub_653, 653)
|
||||
HIDDEN(gl_dispatch_stub_653)
|
||||
GL_STUB(glBlendFuncSeparateEXT, 654)
|
||||
GL_STUB(glFlushVertexArrayRangeNV, 655)
|
||||
GL_STUB(glVertexArrayRangeNV, 656)
|
||||
GL_STUB(glCombinerInputNV, 657)
|
||||
GL_STUB(glCombinerOutputNV, 658)
|
||||
GL_STUB(glCombinerParameterfNV, 659)
|
||||
GL_STUB(glCombinerParameterfvNV, 660)
|
||||
GL_STUB(glCombinerParameteriNV, 661)
|
||||
GL_STUB(glCombinerParameterivNV, 662)
|
||||
GL_STUB(glFinalCombinerInputNV, 663)
|
||||
GL_STUB(glGetCombinerInputParameterfvNV, 664)
|
||||
GL_STUB(glGetCombinerInputParameterivNV, 665)
|
||||
GL_STUB(glGetCombinerOutputParameterfvNV, 666)
|
||||
GL_STUB(glGetCombinerOutputParameterivNV, 667)
|
||||
GL_STUB(glGetFinalCombinerInputParameterfvNV, 668)
|
||||
GL_STUB(glGetFinalCombinerInputParameterivNV, 669)
|
||||
GL_STUB(glResizeBuffersMESA, 670)
|
||||
GL_STUB(glWindowPos2dMESA, 671)
|
||||
GL_STUB(glWindowPos2dvMESA, 672)
|
||||
GL_STUB(glWindowPos2fMESA, 673)
|
||||
GL_STUB(glWindowPos2fvMESA, 674)
|
||||
GL_STUB(glWindowPos2iMESA, 675)
|
||||
GL_STUB(glWindowPos2ivMESA, 676)
|
||||
GL_STUB(glWindowPos2sMESA, 677)
|
||||
GL_STUB(glWindowPos2svMESA, 678)
|
||||
GL_STUB(glWindowPos3dMESA, 679)
|
||||
GL_STUB(glWindowPos3dvMESA, 680)
|
||||
GL_STUB(glWindowPos3fMESA, 681)
|
||||
GL_STUB(glWindowPos3fvMESA, 682)
|
||||
GL_STUB(glWindowPos3iMESA, 683)
|
||||
GL_STUB(glWindowPos3ivMESA, 684)
|
||||
GL_STUB(glWindowPos3sMESA, 685)
|
||||
GL_STUB(glWindowPos3svMESA, 686)
|
||||
GL_STUB(glWindowPos4dMESA, 687)
|
||||
GL_STUB(glWindowPos4dvMESA, 688)
|
||||
GL_STUB(glWindowPos4fMESA, 689)
|
||||
GL_STUB(glWindowPos4fvMESA, 690)
|
||||
GL_STUB(glWindowPos4iMESA, 691)
|
||||
GL_STUB(glWindowPos4ivMESA, 692)
|
||||
GL_STUB(glWindowPos4sMESA, 693)
|
||||
GL_STUB(glWindowPos4svMESA, 694)
|
||||
GL_STUB(gl_dispatch_stub_695, 695)
|
||||
HIDDEN(gl_dispatch_stub_695)
|
||||
GL_STUB(gl_dispatch_stub_619, 619)
|
||||
HIDDEN(gl_dispatch_stub_619)
|
||||
GL_STUB(glColorPointerEXT, 620)
|
||||
GL_STUB(glEdgeFlagPointerEXT, 621)
|
||||
GL_STUB(glIndexPointerEXT, 622)
|
||||
GL_STUB(glNormalPointerEXT, 623)
|
||||
GL_STUB(glTexCoordPointerEXT, 624)
|
||||
GL_STUB(glVertexPointerEXT, 625)
|
||||
GL_STUB(glPointParameterfEXT, 626)
|
||||
GL_STUB(glPointParameterfvEXT, 627)
|
||||
GL_STUB(glLockArraysEXT, 628)
|
||||
GL_STUB(glUnlockArraysEXT, 629)
|
||||
GL_STUB(glSecondaryColor3bEXT, 630)
|
||||
GL_STUB(glSecondaryColor3bvEXT, 631)
|
||||
GL_STUB(glSecondaryColor3dEXT, 632)
|
||||
GL_STUB(glSecondaryColor3dvEXT, 633)
|
||||
GL_STUB(glSecondaryColor3fEXT, 634)
|
||||
GL_STUB(glSecondaryColor3fvEXT, 635)
|
||||
GL_STUB(glSecondaryColor3iEXT, 636)
|
||||
GL_STUB(glSecondaryColor3ivEXT, 637)
|
||||
GL_STUB(glSecondaryColor3sEXT, 638)
|
||||
GL_STUB(glSecondaryColor3svEXT, 639)
|
||||
GL_STUB(glSecondaryColor3ubEXT, 640)
|
||||
GL_STUB(glSecondaryColor3ubvEXT, 641)
|
||||
GL_STUB(glSecondaryColor3uiEXT, 642)
|
||||
GL_STUB(glSecondaryColor3uivEXT, 643)
|
||||
GL_STUB(glSecondaryColor3usEXT, 644)
|
||||
GL_STUB(glSecondaryColor3usvEXT, 645)
|
||||
GL_STUB(glSecondaryColorPointerEXT, 646)
|
||||
GL_STUB(glMultiDrawArraysEXT, 647)
|
||||
GL_STUB(glMultiDrawElementsEXT, 648)
|
||||
GL_STUB(glFogCoordPointerEXT, 649)
|
||||
GL_STUB(glFogCoorddEXT, 650)
|
||||
GL_STUB(glFogCoorddvEXT, 651)
|
||||
GL_STUB(glFogCoordfEXT, 652)
|
||||
GL_STUB(glFogCoordfvEXT, 653)
|
||||
GL_STUB(gl_dispatch_stub_654, 654)
|
||||
HIDDEN(gl_dispatch_stub_654)
|
||||
GL_STUB(glBlendFuncSeparateEXT, 655)
|
||||
GL_STUB(glFlushVertexArrayRangeNV, 656)
|
||||
GL_STUB(glVertexArrayRangeNV, 657)
|
||||
GL_STUB(glCombinerInputNV, 658)
|
||||
GL_STUB(glCombinerOutputNV, 659)
|
||||
GL_STUB(glCombinerParameterfNV, 660)
|
||||
GL_STUB(glCombinerParameterfvNV, 661)
|
||||
GL_STUB(glCombinerParameteriNV, 662)
|
||||
GL_STUB(glCombinerParameterivNV, 663)
|
||||
GL_STUB(glFinalCombinerInputNV, 664)
|
||||
GL_STUB(glGetCombinerInputParameterfvNV, 665)
|
||||
GL_STUB(glGetCombinerInputParameterivNV, 666)
|
||||
GL_STUB(glGetCombinerOutputParameterfvNV, 667)
|
||||
GL_STUB(glGetCombinerOutputParameterivNV, 668)
|
||||
GL_STUB(glGetFinalCombinerInputParameterfvNV, 669)
|
||||
GL_STUB(glGetFinalCombinerInputParameterivNV, 670)
|
||||
GL_STUB(glResizeBuffersMESA, 671)
|
||||
GL_STUB(glWindowPos2dMESA, 672)
|
||||
GL_STUB(glWindowPos2dvMESA, 673)
|
||||
GL_STUB(glWindowPos2fMESA, 674)
|
||||
GL_STUB(glWindowPos2fvMESA, 675)
|
||||
GL_STUB(glWindowPos2iMESA, 676)
|
||||
GL_STUB(glWindowPos2ivMESA, 677)
|
||||
GL_STUB(glWindowPos2sMESA, 678)
|
||||
GL_STUB(glWindowPos2svMESA, 679)
|
||||
GL_STUB(glWindowPos3dMESA, 680)
|
||||
GL_STUB(glWindowPos3dvMESA, 681)
|
||||
GL_STUB(glWindowPos3fMESA, 682)
|
||||
GL_STUB(glWindowPos3fvMESA, 683)
|
||||
GL_STUB(glWindowPos3iMESA, 684)
|
||||
GL_STUB(glWindowPos3ivMESA, 685)
|
||||
GL_STUB(glWindowPos3sMESA, 686)
|
||||
GL_STUB(glWindowPos3svMESA, 687)
|
||||
GL_STUB(glWindowPos4dMESA, 688)
|
||||
GL_STUB(glWindowPos4dvMESA, 689)
|
||||
GL_STUB(glWindowPos4fMESA, 690)
|
||||
GL_STUB(glWindowPos4fvMESA, 691)
|
||||
GL_STUB(glWindowPos4iMESA, 692)
|
||||
GL_STUB(glWindowPos4ivMESA, 693)
|
||||
GL_STUB(glWindowPos4sMESA, 694)
|
||||
GL_STUB(glWindowPos4svMESA, 695)
|
||||
GL_STUB(gl_dispatch_stub_696, 696)
|
||||
HIDDEN(gl_dispatch_stub_696)
|
||||
GL_STUB(gl_dispatch_stub_697, 697)
|
||||
@@ -917,88 +916,88 @@ gl_dispatch_functions_start:
|
||||
HIDDEN(gl_dispatch_stub_702)
|
||||
GL_STUB(gl_dispatch_stub_703, 703)
|
||||
HIDDEN(gl_dispatch_stub_703)
|
||||
GL_STUB(glAreProgramsResidentNV, 704)
|
||||
GL_STUB(glBindProgramNV, 705)
|
||||
GL_STUB(glDeleteProgramsNV, 706)
|
||||
GL_STUB(glExecuteProgramNV, 707)
|
||||
GL_STUB(glGenProgramsNV, 708)
|
||||
GL_STUB(glGetProgramParameterdvNV, 709)
|
||||
GL_STUB(glGetProgramParameterfvNV, 710)
|
||||
GL_STUB(glGetProgramStringNV, 711)
|
||||
GL_STUB(glGetProgramivNV, 712)
|
||||
GL_STUB(glGetTrackMatrixivNV, 713)
|
||||
GL_STUB(glGetVertexAttribPointervNV, 714)
|
||||
GL_STUB(glGetVertexAttribdvNV, 715)
|
||||
GL_STUB(glGetVertexAttribfvNV, 716)
|
||||
GL_STUB(glGetVertexAttribivNV, 717)
|
||||
GL_STUB(glIsProgramNV, 718)
|
||||
GL_STUB(glLoadProgramNV, 719)
|
||||
GL_STUB(glProgramParameters4dvNV, 720)
|
||||
GL_STUB(glProgramParameters4fvNV, 721)
|
||||
GL_STUB(glRequestResidentProgramsNV, 722)
|
||||
GL_STUB(glTrackMatrixNV, 723)
|
||||
GL_STUB(glVertexAttrib1dNV, 724)
|
||||
GL_STUB(glVertexAttrib1dvNV, 725)
|
||||
GL_STUB(glVertexAttrib1fNV, 726)
|
||||
GL_STUB(glVertexAttrib1fvNV, 727)
|
||||
GL_STUB(glVertexAttrib1sNV, 728)
|
||||
GL_STUB(glVertexAttrib1svNV, 729)
|
||||
GL_STUB(glVertexAttrib2dNV, 730)
|
||||
GL_STUB(glVertexAttrib2dvNV, 731)
|
||||
GL_STUB(glVertexAttrib2fNV, 732)
|
||||
GL_STUB(glVertexAttrib2fvNV, 733)
|
||||
GL_STUB(glVertexAttrib2sNV, 734)
|
||||
GL_STUB(glVertexAttrib2svNV, 735)
|
||||
GL_STUB(glVertexAttrib3dNV, 736)
|
||||
GL_STUB(glVertexAttrib3dvNV, 737)
|
||||
GL_STUB(glVertexAttrib3fNV, 738)
|
||||
GL_STUB(glVertexAttrib3fvNV, 739)
|
||||
GL_STUB(glVertexAttrib3sNV, 740)
|
||||
GL_STUB(glVertexAttrib3svNV, 741)
|
||||
GL_STUB(glVertexAttrib4dNV, 742)
|
||||
GL_STUB(glVertexAttrib4dvNV, 743)
|
||||
GL_STUB(glVertexAttrib4fNV, 744)
|
||||
GL_STUB(glVertexAttrib4fvNV, 745)
|
||||
GL_STUB(glVertexAttrib4sNV, 746)
|
||||
GL_STUB(glVertexAttrib4svNV, 747)
|
||||
GL_STUB(glVertexAttrib4ubNV, 748)
|
||||
GL_STUB(glVertexAttrib4ubvNV, 749)
|
||||
GL_STUB(glVertexAttribPointerNV, 750)
|
||||
GL_STUB(glVertexAttribs1dvNV, 751)
|
||||
GL_STUB(glVertexAttribs1fvNV, 752)
|
||||
GL_STUB(glVertexAttribs1svNV, 753)
|
||||
GL_STUB(glVertexAttribs2dvNV, 754)
|
||||
GL_STUB(glVertexAttribs2fvNV, 755)
|
||||
GL_STUB(glVertexAttribs2svNV, 756)
|
||||
GL_STUB(glVertexAttribs3dvNV, 757)
|
||||
GL_STUB(glVertexAttribs3fvNV, 758)
|
||||
GL_STUB(glVertexAttribs3svNV, 759)
|
||||
GL_STUB(glVertexAttribs4dvNV, 760)
|
||||
GL_STUB(glVertexAttribs4fvNV, 761)
|
||||
GL_STUB(glVertexAttribs4svNV, 762)
|
||||
GL_STUB(glVertexAttribs4ubvNV, 763)
|
||||
GL_STUB(glGetTexBumpParameterfvATI, 764)
|
||||
GL_STUB(glGetTexBumpParameterivATI, 765)
|
||||
GL_STUB(glTexBumpParameterfvATI, 766)
|
||||
GL_STUB(glTexBumpParameterivATI, 767)
|
||||
GL_STUB(glAlphaFragmentOp1ATI, 768)
|
||||
GL_STUB(glAlphaFragmentOp2ATI, 769)
|
||||
GL_STUB(glAlphaFragmentOp3ATI, 770)
|
||||
GL_STUB(glBeginFragmentShaderATI, 771)
|
||||
GL_STUB(glBindFragmentShaderATI, 772)
|
||||
GL_STUB(glColorFragmentOp1ATI, 773)
|
||||
GL_STUB(glColorFragmentOp2ATI, 774)
|
||||
GL_STUB(glColorFragmentOp3ATI, 775)
|
||||
GL_STUB(glDeleteFragmentShaderATI, 776)
|
||||
GL_STUB(glEndFragmentShaderATI, 777)
|
||||
GL_STUB(glGenFragmentShadersATI, 778)
|
||||
GL_STUB(glPassTexCoordATI, 779)
|
||||
GL_STUB(glSampleMapATI, 780)
|
||||
GL_STUB(glSetFragmentShaderConstantATI, 781)
|
||||
GL_STUB(glPointParameteriNV, 782)
|
||||
GL_STUB(glPointParameterivNV, 783)
|
||||
GL_STUB(gl_dispatch_stub_784, 784)
|
||||
HIDDEN(gl_dispatch_stub_784)
|
||||
GL_STUB(gl_dispatch_stub_704, 704)
|
||||
HIDDEN(gl_dispatch_stub_704)
|
||||
GL_STUB(glAreProgramsResidentNV, 705)
|
||||
GL_STUB(glBindProgramNV, 706)
|
||||
GL_STUB(glDeleteProgramsNV, 707)
|
||||
GL_STUB(glExecuteProgramNV, 708)
|
||||
GL_STUB(glGenProgramsNV, 709)
|
||||
GL_STUB(glGetProgramParameterdvNV, 710)
|
||||
GL_STUB(glGetProgramParameterfvNV, 711)
|
||||
GL_STUB(glGetProgramStringNV, 712)
|
||||
GL_STUB(glGetProgramivNV, 713)
|
||||
GL_STUB(glGetTrackMatrixivNV, 714)
|
||||
GL_STUB(glGetVertexAttribPointervNV, 715)
|
||||
GL_STUB(glGetVertexAttribdvNV, 716)
|
||||
GL_STUB(glGetVertexAttribfvNV, 717)
|
||||
GL_STUB(glGetVertexAttribivNV, 718)
|
||||
GL_STUB(glIsProgramNV, 719)
|
||||
GL_STUB(glLoadProgramNV, 720)
|
||||
GL_STUB(glProgramParameters4dvNV, 721)
|
||||
GL_STUB(glProgramParameters4fvNV, 722)
|
||||
GL_STUB(glRequestResidentProgramsNV, 723)
|
||||
GL_STUB(glTrackMatrixNV, 724)
|
||||
GL_STUB(glVertexAttrib1dNV, 725)
|
||||
GL_STUB(glVertexAttrib1dvNV, 726)
|
||||
GL_STUB(glVertexAttrib1fNV, 727)
|
||||
GL_STUB(glVertexAttrib1fvNV, 728)
|
||||
GL_STUB(glVertexAttrib1sNV, 729)
|
||||
GL_STUB(glVertexAttrib1svNV, 730)
|
||||
GL_STUB(glVertexAttrib2dNV, 731)
|
||||
GL_STUB(glVertexAttrib2dvNV, 732)
|
||||
GL_STUB(glVertexAttrib2fNV, 733)
|
||||
GL_STUB(glVertexAttrib2fvNV, 734)
|
||||
GL_STUB(glVertexAttrib2sNV, 735)
|
||||
GL_STUB(glVertexAttrib2svNV, 736)
|
||||
GL_STUB(glVertexAttrib3dNV, 737)
|
||||
GL_STUB(glVertexAttrib3dvNV, 738)
|
||||
GL_STUB(glVertexAttrib3fNV, 739)
|
||||
GL_STUB(glVertexAttrib3fvNV, 740)
|
||||
GL_STUB(glVertexAttrib3sNV, 741)
|
||||
GL_STUB(glVertexAttrib3svNV, 742)
|
||||
GL_STUB(glVertexAttrib4dNV, 743)
|
||||
GL_STUB(glVertexAttrib4dvNV, 744)
|
||||
GL_STUB(glVertexAttrib4fNV, 745)
|
||||
GL_STUB(glVertexAttrib4fvNV, 746)
|
||||
GL_STUB(glVertexAttrib4sNV, 747)
|
||||
GL_STUB(glVertexAttrib4svNV, 748)
|
||||
GL_STUB(glVertexAttrib4ubNV, 749)
|
||||
GL_STUB(glVertexAttrib4ubvNV, 750)
|
||||
GL_STUB(glVertexAttribPointerNV, 751)
|
||||
GL_STUB(glVertexAttribs1dvNV, 752)
|
||||
GL_STUB(glVertexAttribs1fvNV, 753)
|
||||
GL_STUB(glVertexAttribs1svNV, 754)
|
||||
GL_STUB(glVertexAttribs2dvNV, 755)
|
||||
GL_STUB(glVertexAttribs2fvNV, 756)
|
||||
GL_STUB(glVertexAttribs2svNV, 757)
|
||||
GL_STUB(glVertexAttribs3dvNV, 758)
|
||||
GL_STUB(glVertexAttribs3fvNV, 759)
|
||||
GL_STUB(glVertexAttribs3svNV, 760)
|
||||
GL_STUB(glVertexAttribs4dvNV, 761)
|
||||
GL_STUB(glVertexAttribs4fvNV, 762)
|
||||
GL_STUB(glVertexAttribs4svNV, 763)
|
||||
GL_STUB(glVertexAttribs4ubvNV, 764)
|
||||
GL_STUB(glGetTexBumpParameterfvATI, 765)
|
||||
GL_STUB(glGetTexBumpParameterivATI, 766)
|
||||
GL_STUB(glTexBumpParameterfvATI, 767)
|
||||
GL_STUB(glTexBumpParameterivATI, 768)
|
||||
GL_STUB(glAlphaFragmentOp1ATI, 769)
|
||||
GL_STUB(glAlphaFragmentOp2ATI, 770)
|
||||
GL_STUB(glAlphaFragmentOp3ATI, 771)
|
||||
GL_STUB(glBeginFragmentShaderATI, 772)
|
||||
GL_STUB(glBindFragmentShaderATI, 773)
|
||||
GL_STUB(glColorFragmentOp1ATI, 774)
|
||||
GL_STUB(glColorFragmentOp2ATI, 775)
|
||||
GL_STUB(glColorFragmentOp3ATI, 776)
|
||||
GL_STUB(glDeleteFragmentShaderATI, 777)
|
||||
GL_STUB(glEndFragmentShaderATI, 778)
|
||||
GL_STUB(glGenFragmentShadersATI, 779)
|
||||
GL_STUB(glPassTexCoordATI, 780)
|
||||
GL_STUB(glSampleMapATI, 781)
|
||||
GL_STUB(glSetFragmentShaderConstantATI, 782)
|
||||
GL_STUB(glPointParameteriNV, 783)
|
||||
GL_STUB(glPointParameterivNV, 784)
|
||||
GL_STUB(gl_dispatch_stub_785, 785)
|
||||
HIDDEN(gl_dispatch_stub_785)
|
||||
GL_STUB(gl_dispatch_stub_786, 786)
|
||||
@@ -1007,111 +1006,111 @@ gl_dispatch_functions_start:
|
||||
HIDDEN(gl_dispatch_stub_787)
|
||||
GL_STUB(gl_dispatch_stub_788, 788)
|
||||
HIDDEN(gl_dispatch_stub_788)
|
||||
GL_STUB(glGetProgramNamedParameterdvNV, 789)
|
||||
GL_STUB(glGetProgramNamedParameterfvNV, 790)
|
||||
GL_STUB(glProgramNamedParameter4dNV, 791)
|
||||
GL_STUB(glProgramNamedParameter4dvNV, 792)
|
||||
GL_STUB(glProgramNamedParameter4fNV, 793)
|
||||
GL_STUB(glProgramNamedParameter4fvNV, 794)
|
||||
GL_STUB(glPrimitiveRestartIndexNV, 795)
|
||||
GL_STUB(glPrimitiveRestartNV, 796)
|
||||
GL_STUB(gl_dispatch_stub_797, 797)
|
||||
HIDDEN(gl_dispatch_stub_797)
|
||||
GL_STUB(gl_dispatch_stub_789, 789)
|
||||
HIDDEN(gl_dispatch_stub_789)
|
||||
GL_STUB(glGetProgramNamedParameterdvNV, 790)
|
||||
GL_STUB(glGetProgramNamedParameterfvNV, 791)
|
||||
GL_STUB(glProgramNamedParameter4dNV, 792)
|
||||
GL_STUB(glProgramNamedParameter4dvNV, 793)
|
||||
GL_STUB(glProgramNamedParameter4fNV, 794)
|
||||
GL_STUB(glProgramNamedParameter4fvNV, 795)
|
||||
GL_STUB(glPrimitiveRestartIndexNV, 796)
|
||||
GL_STUB(glPrimitiveRestartNV, 797)
|
||||
GL_STUB(gl_dispatch_stub_798, 798)
|
||||
HIDDEN(gl_dispatch_stub_798)
|
||||
GL_STUB(glBindFramebufferEXT, 799)
|
||||
GL_STUB(glBindRenderbufferEXT, 800)
|
||||
GL_STUB(glCheckFramebufferStatusEXT, 801)
|
||||
GL_STUB(glDeleteFramebuffersEXT, 802)
|
||||
GL_STUB(glDeleteRenderbuffersEXT, 803)
|
||||
GL_STUB(glFramebufferRenderbufferEXT, 804)
|
||||
GL_STUB(glFramebufferTexture1DEXT, 805)
|
||||
GL_STUB(glFramebufferTexture2DEXT, 806)
|
||||
GL_STUB(glFramebufferTexture3DEXT, 807)
|
||||
GL_STUB(glGenFramebuffersEXT, 808)
|
||||
GL_STUB(glGenRenderbuffersEXT, 809)
|
||||
GL_STUB(glGenerateMipmapEXT, 810)
|
||||
GL_STUB(glGetFramebufferAttachmentParameterivEXT, 811)
|
||||
GL_STUB(glGetRenderbufferParameterivEXT, 812)
|
||||
GL_STUB(glIsFramebufferEXT, 813)
|
||||
GL_STUB(glIsRenderbufferEXT, 814)
|
||||
GL_STUB(glRenderbufferStorageEXT, 815)
|
||||
GL_STUB(gl_dispatch_stub_816, 816)
|
||||
HIDDEN(gl_dispatch_stub_816)
|
||||
GL_STUB(gl_dispatch_stub_799, 799)
|
||||
HIDDEN(gl_dispatch_stub_799)
|
||||
GL_STUB(glBindFramebufferEXT, 800)
|
||||
GL_STUB(glBindRenderbufferEXT, 801)
|
||||
GL_STUB(glCheckFramebufferStatusEXT, 802)
|
||||
GL_STUB(glDeleteFramebuffersEXT, 803)
|
||||
GL_STUB(glDeleteRenderbuffersEXT, 804)
|
||||
GL_STUB(glFramebufferRenderbufferEXT, 805)
|
||||
GL_STUB(glFramebufferTexture1DEXT, 806)
|
||||
GL_STUB(glFramebufferTexture2DEXT, 807)
|
||||
GL_STUB(glFramebufferTexture3DEXT, 808)
|
||||
GL_STUB(glGenFramebuffersEXT, 809)
|
||||
GL_STUB(glGenRenderbuffersEXT, 810)
|
||||
GL_STUB(glGenerateMipmapEXT, 811)
|
||||
GL_STUB(glGetFramebufferAttachmentParameterivEXT, 812)
|
||||
GL_STUB(glGetRenderbufferParameterivEXT, 813)
|
||||
GL_STUB(glIsFramebufferEXT, 814)
|
||||
GL_STUB(glIsRenderbufferEXT, 815)
|
||||
GL_STUB(glRenderbufferStorageEXT, 816)
|
||||
GL_STUB(gl_dispatch_stub_817, 817)
|
||||
HIDDEN(gl_dispatch_stub_817)
|
||||
GL_STUB(gl_dispatch_stub_818, 818)
|
||||
HIDDEN(gl_dispatch_stub_818)
|
||||
GL_STUB(glBindFragDataLocationEXT, 819)
|
||||
GL_STUB(glGetFragDataLocationEXT, 820)
|
||||
GL_STUB(glGetUniformuivEXT, 821)
|
||||
GL_STUB(glGetVertexAttribIivEXT, 822)
|
||||
GL_STUB(glGetVertexAttribIuivEXT, 823)
|
||||
GL_STUB(glUniform1uiEXT, 824)
|
||||
GL_STUB(glUniform1uivEXT, 825)
|
||||
GL_STUB(glUniform2uiEXT, 826)
|
||||
GL_STUB(glUniform2uivEXT, 827)
|
||||
GL_STUB(glUniform3uiEXT, 828)
|
||||
GL_STUB(glUniform3uivEXT, 829)
|
||||
GL_STUB(glUniform4uiEXT, 830)
|
||||
GL_STUB(glUniform4uivEXT, 831)
|
||||
GL_STUB(glVertexAttribI1iEXT, 832)
|
||||
GL_STUB(glVertexAttribI1ivEXT, 833)
|
||||
GL_STUB(glVertexAttribI1uiEXT, 834)
|
||||
GL_STUB(glVertexAttribI1uivEXT, 835)
|
||||
GL_STUB(glVertexAttribI2iEXT, 836)
|
||||
GL_STUB(glVertexAttribI2ivEXT, 837)
|
||||
GL_STUB(glVertexAttribI2uiEXT, 838)
|
||||
GL_STUB(glVertexAttribI2uivEXT, 839)
|
||||
GL_STUB(glVertexAttribI3iEXT, 840)
|
||||
GL_STUB(glVertexAttribI3ivEXT, 841)
|
||||
GL_STUB(glVertexAttribI3uiEXT, 842)
|
||||
GL_STUB(glVertexAttribI3uivEXT, 843)
|
||||
GL_STUB(glVertexAttribI4bvEXT, 844)
|
||||
GL_STUB(glVertexAttribI4iEXT, 845)
|
||||
GL_STUB(glVertexAttribI4ivEXT, 846)
|
||||
GL_STUB(glVertexAttribI4svEXT, 847)
|
||||
GL_STUB(glVertexAttribI4ubvEXT, 848)
|
||||
GL_STUB(glVertexAttribI4uiEXT, 849)
|
||||
GL_STUB(glVertexAttribI4uivEXT, 850)
|
||||
GL_STUB(glVertexAttribI4usvEXT, 851)
|
||||
GL_STUB(glVertexAttribIPointerEXT, 852)
|
||||
GL_STUB(glFramebufferTextureLayerEXT, 853)
|
||||
GL_STUB(glColorMaskIndexedEXT, 854)
|
||||
GL_STUB(glDisableIndexedEXT, 855)
|
||||
GL_STUB(glEnableIndexedEXT, 856)
|
||||
GL_STUB(glGetBooleanIndexedvEXT, 857)
|
||||
GL_STUB(glGetIntegerIndexedvEXT, 858)
|
||||
GL_STUB(glIsEnabledIndexedEXT, 859)
|
||||
GL_STUB(glClearColorIiEXT, 860)
|
||||
GL_STUB(glClearColorIuiEXT, 861)
|
||||
GL_STUB(glGetTexParameterIivEXT, 862)
|
||||
GL_STUB(glGetTexParameterIuivEXT, 863)
|
||||
GL_STUB(glTexParameterIivEXT, 864)
|
||||
GL_STUB(glTexParameterIuivEXT, 865)
|
||||
GL_STUB(glBeginConditionalRenderNV, 866)
|
||||
GL_STUB(glEndConditionalRenderNV, 867)
|
||||
GL_STUB(glBeginTransformFeedbackEXT, 868)
|
||||
GL_STUB(glBindBufferBaseEXT, 869)
|
||||
GL_STUB(glBindBufferOffsetEXT, 870)
|
||||
GL_STUB(glBindBufferRangeEXT, 871)
|
||||
GL_STUB(glEndTransformFeedbackEXT, 872)
|
||||
GL_STUB(glGetTransformFeedbackVaryingEXT, 873)
|
||||
GL_STUB(glTransformFeedbackVaryingsEXT, 874)
|
||||
GL_STUB(glProvokingVertexEXT, 875)
|
||||
GL_STUB(gl_dispatch_stub_876, 876)
|
||||
HIDDEN(gl_dispatch_stub_876)
|
||||
GL_STUB(gl_dispatch_stub_819, 819)
|
||||
HIDDEN(gl_dispatch_stub_819)
|
||||
GL_STUB(glBindFragDataLocationEXT, 820)
|
||||
GL_STUB(glGetFragDataLocationEXT, 821)
|
||||
GL_STUB(glGetUniformuivEXT, 822)
|
||||
GL_STUB(glGetVertexAttribIivEXT, 823)
|
||||
GL_STUB(glGetVertexAttribIuivEXT, 824)
|
||||
GL_STUB(glUniform1uiEXT, 825)
|
||||
GL_STUB(glUniform1uivEXT, 826)
|
||||
GL_STUB(glUniform2uiEXT, 827)
|
||||
GL_STUB(glUniform2uivEXT, 828)
|
||||
GL_STUB(glUniform3uiEXT, 829)
|
||||
GL_STUB(glUniform3uivEXT, 830)
|
||||
GL_STUB(glUniform4uiEXT, 831)
|
||||
GL_STUB(glUniform4uivEXT, 832)
|
||||
GL_STUB(glVertexAttribI1iEXT, 833)
|
||||
GL_STUB(glVertexAttribI1ivEXT, 834)
|
||||
GL_STUB(glVertexAttribI1uiEXT, 835)
|
||||
GL_STUB(glVertexAttribI1uivEXT, 836)
|
||||
GL_STUB(glVertexAttribI2iEXT, 837)
|
||||
GL_STUB(glVertexAttribI2ivEXT, 838)
|
||||
GL_STUB(glVertexAttribI2uiEXT, 839)
|
||||
GL_STUB(glVertexAttribI2uivEXT, 840)
|
||||
GL_STUB(glVertexAttribI3iEXT, 841)
|
||||
GL_STUB(glVertexAttribI3ivEXT, 842)
|
||||
GL_STUB(glVertexAttribI3uiEXT, 843)
|
||||
GL_STUB(glVertexAttribI3uivEXT, 844)
|
||||
GL_STUB(glVertexAttribI4bvEXT, 845)
|
||||
GL_STUB(glVertexAttribI4iEXT, 846)
|
||||
GL_STUB(glVertexAttribI4ivEXT, 847)
|
||||
GL_STUB(glVertexAttribI4svEXT, 848)
|
||||
GL_STUB(glVertexAttribI4ubvEXT, 849)
|
||||
GL_STUB(glVertexAttribI4uiEXT, 850)
|
||||
GL_STUB(glVertexAttribI4uivEXT, 851)
|
||||
GL_STUB(glVertexAttribI4usvEXT, 852)
|
||||
GL_STUB(glVertexAttribIPointerEXT, 853)
|
||||
GL_STUB(glFramebufferTextureLayerEXT, 854)
|
||||
GL_STUB(glColorMaskIndexedEXT, 855)
|
||||
GL_STUB(glDisableIndexedEXT, 856)
|
||||
GL_STUB(glEnableIndexedEXT, 857)
|
||||
GL_STUB(glGetBooleanIndexedvEXT, 858)
|
||||
GL_STUB(glGetIntegerIndexedvEXT, 859)
|
||||
GL_STUB(glIsEnabledIndexedEXT, 860)
|
||||
GL_STUB(glClearColorIiEXT, 861)
|
||||
GL_STUB(glClearColorIuiEXT, 862)
|
||||
GL_STUB(glGetTexParameterIivEXT, 863)
|
||||
GL_STUB(glGetTexParameterIuivEXT, 864)
|
||||
GL_STUB(glTexParameterIivEXT, 865)
|
||||
GL_STUB(glTexParameterIuivEXT, 866)
|
||||
GL_STUB(glBeginConditionalRenderNV, 867)
|
||||
GL_STUB(glEndConditionalRenderNV, 868)
|
||||
GL_STUB(glBeginTransformFeedbackEXT, 869)
|
||||
GL_STUB(glBindBufferBaseEXT, 870)
|
||||
GL_STUB(glBindBufferOffsetEXT, 871)
|
||||
GL_STUB(glBindBufferRangeEXT, 872)
|
||||
GL_STUB(glEndTransformFeedbackEXT, 873)
|
||||
GL_STUB(glGetTransformFeedbackVaryingEXT, 874)
|
||||
GL_STUB(glTransformFeedbackVaryingsEXT, 875)
|
||||
GL_STUB(glProvokingVertexEXT, 876)
|
||||
GL_STUB(gl_dispatch_stub_877, 877)
|
||||
HIDDEN(gl_dispatch_stub_877)
|
||||
GL_STUB(glGetObjectParameterivAPPLE, 878)
|
||||
GL_STUB(glObjectPurgeableAPPLE, 879)
|
||||
GL_STUB(glObjectUnpurgeableAPPLE, 880)
|
||||
GL_STUB(glActiveProgramEXT, 881)
|
||||
GL_STUB(glCreateShaderProgramEXT, 882)
|
||||
GL_STUB(glUseShaderProgramEXT, 883)
|
||||
GL_STUB(glTextureBarrierNV, 884)
|
||||
GL_STUB(gl_dispatch_stub_885, 885)
|
||||
HIDDEN(gl_dispatch_stub_885)
|
||||
GL_STUB(gl_dispatch_stub_878, 878)
|
||||
HIDDEN(gl_dispatch_stub_878)
|
||||
GL_STUB(glGetObjectParameterivAPPLE, 879)
|
||||
GL_STUB(glObjectPurgeableAPPLE, 880)
|
||||
GL_STUB(glObjectUnpurgeableAPPLE, 881)
|
||||
GL_STUB(glActiveProgramEXT, 882)
|
||||
GL_STUB(glCreateShaderProgramEXT, 883)
|
||||
GL_STUB(glUseShaderProgramEXT, 884)
|
||||
GL_STUB(glTextureBarrierNV, 885)
|
||||
GL_STUB(gl_dispatch_stub_886, 886)
|
||||
HIDDEN(gl_dispatch_stub_886)
|
||||
GL_STUB(gl_dispatch_stub_887, 887)
|
||||
@@ -1120,8 +1119,10 @@ gl_dispatch_functions_start:
|
||||
HIDDEN(gl_dispatch_stub_888)
|
||||
GL_STUB(gl_dispatch_stub_889, 889)
|
||||
HIDDEN(gl_dispatch_stub_889)
|
||||
GL_STUB(glEGLImageTargetRenderbufferStorageOES, 890)
|
||||
GL_STUB(glEGLImageTargetTexture2DOES, 891)
|
||||
GL_STUB(gl_dispatch_stub_890, 890)
|
||||
HIDDEN(gl_dispatch_stub_890)
|
||||
GL_STUB(glEGLImageTargetRenderbufferStorageOES, 891)
|
||||
GL_STUB(glEGLImageTargetTexture2DOES, 892)
|
||||
GL_STUB_ALIAS(glArrayElementEXT, glArrayElement)
|
||||
GL_STUB_ALIAS(glBindTextureEXT, glBindTexture)
|
||||
GL_STUB_ALIAS(glDrawArraysEXT, glDrawArrays)
|
||||
|
||||
+1544
-1507
File diff suppressed because it is too large
Load Diff
+480
-479
@@ -722,47 +722,46 @@ GLNAME(gl_dispatch_functions_start):
|
||||
GL_STUB(GetActiveAttribARB, 569, GetActiveAttribARB@28)
|
||||
GL_STUB(GetAttribLocationARB, 570, GetAttribLocationARB@8)
|
||||
GL_STUB(DrawBuffersARB, 571, DrawBuffersARB@8)
|
||||
GL_STUB(DrawArraysInstancedARB, 572, DrawArraysInstancedARB@16)
|
||||
GL_STUB(DrawElementsInstancedARB, 573, DrawElementsInstancedARB@20)
|
||||
GL_STUB(RenderbufferStorageMultisample, 574, RenderbufferStorageMultisample@20)
|
||||
GL_STUB(FramebufferTextureARB, 575, FramebufferTextureARB@16)
|
||||
GL_STUB(FramebufferTextureFaceARB, 576, FramebufferTextureFaceARB@20)
|
||||
GL_STUB(ProgramParameteriARB, 577, ProgramParameteriARB@12)
|
||||
GL_STUB(VertexAttribDivisorARB, 578, VertexAttribDivisorARB@8)
|
||||
GL_STUB(FlushMappedBufferRange, 579, FlushMappedBufferRange@12)
|
||||
GL_STUB(MapBufferRange, 580, MapBufferRange@16)
|
||||
GL_STUB(BindVertexArray, 581, BindVertexArray@4)
|
||||
GL_STUB(GenVertexArrays, 582, GenVertexArrays@8)
|
||||
GL_STUB(CopyBufferSubData, 583, CopyBufferSubData@20)
|
||||
GL_STUB(ClientWaitSync, 584, ClientWaitSync@12)
|
||||
GL_STUB(DeleteSync, 585, DeleteSync@4)
|
||||
GL_STUB(FenceSync, 586, FenceSync@8)
|
||||
GL_STUB(GetInteger64v, 587, GetInteger64v@8)
|
||||
GL_STUB(GetSynciv, 588, GetSynciv@20)
|
||||
GL_STUB(IsSync, 589, IsSync@4)
|
||||
GL_STUB(WaitSync, 590, WaitSync@12)
|
||||
GL_STUB(DrawElementsBaseVertex, 591, DrawElementsBaseVertex@20)
|
||||
GL_STUB(DrawRangeElementsBaseVertex, 592, DrawRangeElementsBaseVertex@28)
|
||||
GL_STUB(MultiDrawElementsBaseVertex, 593, MultiDrawElementsBaseVertex@24)
|
||||
GL_STUB(BlendEquationSeparateiARB, 594, BlendEquationSeparateiARB@12)
|
||||
GL_STUB(BlendEquationiARB, 595, BlendEquationiARB@8)
|
||||
GL_STUB(BlendFuncSeparateiARB, 596, BlendFuncSeparateiARB@20)
|
||||
GL_STUB(BlendFunciARB, 597, BlendFunciARB@12)
|
||||
GL_STUB(BindTransformFeedback, 598, BindTransformFeedback@8)
|
||||
GL_STUB(DeleteTransformFeedbacks, 599, DeleteTransformFeedbacks@8)
|
||||
GL_STUB(DrawTransformFeedback, 600, DrawTransformFeedback@8)
|
||||
GL_STUB(GenTransformFeedbacks, 601, GenTransformFeedbacks@8)
|
||||
GL_STUB(IsTransformFeedback, 602, IsTransformFeedback@4)
|
||||
GL_STUB(PauseTransformFeedback, 603, PauseTransformFeedback@0)
|
||||
GL_STUB(ResumeTransformFeedback, 604, ResumeTransformFeedback@0)
|
||||
GL_STUB(ClearDepthf, 605, ClearDepthf@4)
|
||||
GL_STUB(DepthRangef, 606, DepthRangef@8)
|
||||
GL_STUB(GetShaderPrecisionFormat, 607, GetShaderPrecisionFormat@16)
|
||||
GL_STUB(ReleaseShaderCompiler, 608, ReleaseShaderCompiler@0)
|
||||
GL_STUB(ShaderBinary, 609, ShaderBinary@20)
|
||||
GL_STUB(PolygonOffsetEXT, 610, PolygonOffsetEXT@8)
|
||||
GL_STUB(_dispatch_stub_611, 611, _dispatch_stub_611@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_611, _dispatch_stub_611@8))
|
||||
GL_STUB(ClampColorARB, 572, ClampColorARB@8)
|
||||
GL_STUB(DrawArraysInstancedARB, 573, DrawArraysInstancedARB@16)
|
||||
GL_STUB(DrawElementsInstancedARB, 574, DrawElementsInstancedARB@20)
|
||||
GL_STUB(RenderbufferStorageMultisample, 575, RenderbufferStorageMultisample@20)
|
||||
GL_STUB(FramebufferTextureARB, 576, FramebufferTextureARB@16)
|
||||
GL_STUB(FramebufferTextureFaceARB, 577, FramebufferTextureFaceARB@20)
|
||||
GL_STUB(ProgramParameteriARB, 578, ProgramParameteriARB@12)
|
||||
GL_STUB(VertexAttribDivisorARB, 579, VertexAttribDivisorARB@8)
|
||||
GL_STUB(FlushMappedBufferRange, 580, FlushMappedBufferRange@12)
|
||||
GL_STUB(MapBufferRange, 581, MapBufferRange@16)
|
||||
GL_STUB(BindVertexArray, 582, BindVertexArray@4)
|
||||
GL_STUB(GenVertexArrays, 583, GenVertexArrays@8)
|
||||
GL_STUB(CopyBufferSubData, 584, CopyBufferSubData@20)
|
||||
GL_STUB(ClientWaitSync, 585, ClientWaitSync@12)
|
||||
GL_STUB(DeleteSync, 586, DeleteSync@4)
|
||||
GL_STUB(FenceSync, 587, FenceSync@8)
|
||||
GL_STUB(GetInteger64v, 588, GetInteger64v@8)
|
||||
GL_STUB(GetSynciv, 589, GetSynciv@20)
|
||||
GL_STUB(IsSync, 590, IsSync@4)
|
||||
GL_STUB(WaitSync, 591, WaitSync@12)
|
||||
GL_STUB(DrawElementsBaseVertex, 592, DrawElementsBaseVertex@20)
|
||||
GL_STUB(DrawRangeElementsBaseVertex, 593, DrawRangeElementsBaseVertex@28)
|
||||
GL_STUB(MultiDrawElementsBaseVertex, 594, MultiDrawElementsBaseVertex@24)
|
||||
GL_STUB(BlendEquationSeparateiARB, 595, BlendEquationSeparateiARB@12)
|
||||
GL_STUB(BlendEquationiARB, 596, BlendEquationiARB@8)
|
||||
GL_STUB(BlendFuncSeparateiARB, 597, BlendFuncSeparateiARB@20)
|
||||
GL_STUB(BlendFunciARB, 598, BlendFunciARB@12)
|
||||
GL_STUB(BindTransformFeedback, 599, BindTransformFeedback@8)
|
||||
GL_STUB(DeleteTransformFeedbacks, 600, DeleteTransformFeedbacks@8)
|
||||
GL_STUB(DrawTransformFeedback, 601, DrawTransformFeedback@8)
|
||||
GL_STUB(GenTransformFeedbacks, 602, GenTransformFeedbacks@8)
|
||||
GL_STUB(IsTransformFeedback, 603, IsTransformFeedback@4)
|
||||
GL_STUB(PauseTransformFeedback, 604, PauseTransformFeedback@0)
|
||||
GL_STUB(ResumeTransformFeedback, 605, ResumeTransformFeedback@0)
|
||||
GL_STUB(ClearDepthf, 606, ClearDepthf@4)
|
||||
GL_STUB(DepthRangef, 607, DepthRangef@8)
|
||||
GL_STUB(GetShaderPrecisionFormat, 608, GetShaderPrecisionFormat@16)
|
||||
GL_STUB(ReleaseShaderCompiler, 609, ReleaseShaderCompiler@0)
|
||||
GL_STUB(ShaderBinary, 610, ShaderBinary@20)
|
||||
GL_STUB(PolygonOffsetEXT, 611, PolygonOffsetEXT@8)
|
||||
GL_STUB(_dispatch_stub_612, 612, _dispatch_stub_612@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_612, _dispatch_stub_612@8))
|
||||
GL_STUB(_dispatch_stub_613, 613, _dispatch_stub_613@8)
|
||||
@@ -775,308 +774,310 @@ GLNAME(gl_dispatch_functions_start):
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_616, _dispatch_stub_616@8))
|
||||
GL_STUB(_dispatch_stub_617, 617, _dispatch_stub_617@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_617, _dispatch_stub_617@8))
|
||||
GL_STUB(_dispatch_stub_618, 618, _dispatch_stub_618@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_618, _dispatch_stub_618@4))
|
||||
GL_STUB(ColorPointerEXT, 619, ColorPointerEXT@20)
|
||||
GL_STUB(EdgeFlagPointerEXT, 620, EdgeFlagPointerEXT@12)
|
||||
GL_STUB(IndexPointerEXT, 621, IndexPointerEXT@16)
|
||||
GL_STUB(NormalPointerEXT, 622, NormalPointerEXT@16)
|
||||
GL_STUB(TexCoordPointerEXT, 623, TexCoordPointerEXT@20)
|
||||
GL_STUB(VertexPointerEXT, 624, VertexPointerEXT@20)
|
||||
GL_STUB(PointParameterfEXT, 625, PointParameterfEXT@8)
|
||||
GL_STUB(PointParameterfvEXT, 626, PointParameterfvEXT@8)
|
||||
GL_STUB(LockArraysEXT, 627, LockArraysEXT@8)
|
||||
GL_STUB(UnlockArraysEXT, 628, UnlockArraysEXT@0)
|
||||
GL_STUB(SecondaryColor3bEXT, 629, SecondaryColor3bEXT@12)
|
||||
GL_STUB(SecondaryColor3bvEXT, 630, SecondaryColor3bvEXT@4)
|
||||
GL_STUB(SecondaryColor3dEXT, 631, SecondaryColor3dEXT@24)
|
||||
GL_STUB(SecondaryColor3dvEXT, 632, SecondaryColor3dvEXT@4)
|
||||
GL_STUB(SecondaryColor3fEXT, 633, SecondaryColor3fEXT@12)
|
||||
GL_STUB(SecondaryColor3fvEXT, 634, SecondaryColor3fvEXT@4)
|
||||
GL_STUB(SecondaryColor3iEXT, 635, SecondaryColor3iEXT@12)
|
||||
GL_STUB(SecondaryColor3ivEXT, 636, SecondaryColor3ivEXT@4)
|
||||
GL_STUB(SecondaryColor3sEXT, 637, SecondaryColor3sEXT@12)
|
||||
GL_STUB(SecondaryColor3svEXT, 638, SecondaryColor3svEXT@4)
|
||||
GL_STUB(SecondaryColor3ubEXT, 639, SecondaryColor3ubEXT@12)
|
||||
GL_STUB(SecondaryColor3ubvEXT, 640, SecondaryColor3ubvEXT@4)
|
||||
GL_STUB(SecondaryColor3uiEXT, 641, SecondaryColor3uiEXT@12)
|
||||
GL_STUB(SecondaryColor3uivEXT, 642, SecondaryColor3uivEXT@4)
|
||||
GL_STUB(SecondaryColor3usEXT, 643, SecondaryColor3usEXT@12)
|
||||
GL_STUB(SecondaryColor3usvEXT, 644, SecondaryColor3usvEXT@4)
|
||||
GL_STUB(SecondaryColorPointerEXT, 645, SecondaryColorPointerEXT@16)
|
||||
GL_STUB(MultiDrawArraysEXT, 646, MultiDrawArraysEXT@16)
|
||||
GL_STUB(MultiDrawElementsEXT, 647, MultiDrawElementsEXT@20)
|
||||
GL_STUB(FogCoordPointerEXT, 648, FogCoordPointerEXT@12)
|
||||
GL_STUB(FogCoorddEXT, 649, FogCoorddEXT@8)
|
||||
GL_STUB(FogCoorddvEXT, 650, FogCoorddvEXT@4)
|
||||
GL_STUB(FogCoordfEXT, 651, FogCoordfEXT@4)
|
||||
GL_STUB(FogCoordfvEXT, 652, FogCoordfvEXT@4)
|
||||
GL_STUB(_dispatch_stub_653, 653, _dispatch_stub_653@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_653, _dispatch_stub_653@4))
|
||||
GL_STUB(BlendFuncSeparateEXT, 654, BlendFuncSeparateEXT@16)
|
||||
GL_STUB(FlushVertexArrayRangeNV, 655, FlushVertexArrayRangeNV@0)
|
||||
GL_STUB(VertexArrayRangeNV, 656, VertexArrayRangeNV@8)
|
||||
GL_STUB(CombinerInputNV, 657, CombinerInputNV@24)
|
||||
GL_STUB(CombinerOutputNV, 658, CombinerOutputNV@40)
|
||||
GL_STUB(CombinerParameterfNV, 659, CombinerParameterfNV@8)
|
||||
GL_STUB(CombinerParameterfvNV, 660, CombinerParameterfvNV@8)
|
||||
GL_STUB(CombinerParameteriNV, 661, CombinerParameteriNV@8)
|
||||
GL_STUB(CombinerParameterivNV, 662, CombinerParameterivNV@8)
|
||||
GL_STUB(FinalCombinerInputNV, 663, FinalCombinerInputNV@16)
|
||||
GL_STUB(GetCombinerInputParameterfvNV, 664, GetCombinerInputParameterfvNV@20)
|
||||
GL_STUB(GetCombinerInputParameterivNV, 665, GetCombinerInputParameterivNV@20)
|
||||
GL_STUB(GetCombinerOutputParameterfvNV, 666, GetCombinerOutputParameterfvNV@16)
|
||||
GL_STUB(GetCombinerOutputParameterivNV, 667, GetCombinerOutputParameterivNV@16)
|
||||
GL_STUB(GetFinalCombinerInputParameterfvNV, 668, GetFinalCombinerInputParameterfvNV@12)
|
||||
GL_STUB(GetFinalCombinerInputParameterivNV, 669, GetFinalCombinerInputParameterivNV@12)
|
||||
GL_STUB(ResizeBuffersMESA, 670, ResizeBuffersMESA@0)
|
||||
GL_STUB(WindowPos2dMESA, 671, WindowPos2dMESA@16)
|
||||
GL_STUB(WindowPos2dvMESA, 672, WindowPos2dvMESA@4)
|
||||
GL_STUB(WindowPos2fMESA, 673, WindowPos2fMESA@8)
|
||||
GL_STUB(WindowPos2fvMESA, 674, WindowPos2fvMESA@4)
|
||||
GL_STUB(WindowPos2iMESA, 675, WindowPos2iMESA@8)
|
||||
GL_STUB(WindowPos2ivMESA, 676, WindowPos2ivMESA@4)
|
||||
GL_STUB(WindowPos2sMESA, 677, WindowPos2sMESA@8)
|
||||
GL_STUB(WindowPos2svMESA, 678, WindowPos2svMESA@4)
|
||||
GL_STUB(WindowPos3dMESA, 679, WindowPos3dMESA@24)
|
||||
GL_STUB(WindowPos3dvMESA, 680, WindowPos3dvMESA@4)
|
||||
GL_STUB(WindowPos3fMESA, 681, WindowPos3fMESA@12)
|
||||
GL_STUB(WindowPos3fvMESA, 682, WindowPos3fvMESA@4)
|
||||
GL_STUB(WindowPos3iMESA, 683, WindowPos3iMESA@12)
|
||||
GL_STUB(WindowPos3ivMESA, 684, WindowPos3ivMESA@4)
|
||||
GL_STUB(WindowPos3sMESA, 685, WindowPos3sMESA@12)
|
||||
GL_STUB(WindowPos3svMESA, 686, WindowPos3svMESA@4)
|
||||
GL_STUB(WindowPos4dMESA, 687, WindowPos4dMESA@32)
|
||||
GL_STUB(WindowPos4dvMESA, 688, WindowPos4dvMESA@4)
|
||||
GL_STUB(WindowPos4fMESA, 689, WindowPos4fMESA@16)
|
||||
GL_STUB(WindowPos4fvMESA, 690, WindowPos4fvMESA@4)
|
||||
GL_STUB(WindowPos4iMESA, 691, WindowPos4iMESA@16)
|
||||
GL_STUB(WindowPos4ivMESA, 692, WindowPos4ivMESA@4)
|
||||
GL_STUB(WindowPos4sMESA, 693, WindowPos4sMESA@16)
|
||||
GL_STUB(WindowPos4svMESA, 694, WindowPos4svMESA@4)
|
||||
GL_STUB(_dispatch_stub_695, 695, _dispatch_stub_695@20)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_695, _dispatch_stub_695@20))
|
||||
GL_STUB(_dispatch_stub_696, 696, _dispatch_stub_696@24)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_696, _dispatch_stub_696@24))
|
||||
GL_STUB(_dispatch_stub_697, 697, _dispatch_stub_697@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_697, _dispatch_stub_697@8))
|
||||
GL_STUB(_dispatch_stub_698, 698, _dispatch_stub_698@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_698, _dispatch_stub_698@4))
|
||||
GL_STUB(_dispatch_stub_699, 699, _dispatch_stub_699@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_699, _dispatch_stub_699@8))
|
||||
GL_STUB(_dispatch_stub_700, 700, _dispatch_stub_700@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_700, _dispatch_stub_700@12))
|
||||
GL_STUB(_dispatch_stub_701, 701, _dispatch_stub_701@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_701, _dispatch_stub_701@4))
|
||||
GL_STUB(_dispatch_stub_702, 702, _dispatch_stub_702@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_702, _dispatch_stub_702@8))
|
||||
GL_STUB(_dispatch_stub_703, 703, _dispatch_stub_703@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_703, _dispatch_stub_703@4))
|
||||
GL_STUB(AreProgramsResidentNV, 704, AreProgramsResidentNV@12)
|
||||
GL_STUB(BindProgramNV, 705, BindProgramNV@8)
|
||||
GL_STUB(DeleteProgramsNV, 706, DeleteProgramsNV@8)
|
||||
GL_STUB(ExecuteProgramNV, 707, ExecuteProgramNV@12)
|
||||
GL_STUB(GenProgramsNV, 708, GenProgramsNV@8)
|
||||
GL_STUB(GetProgramParameterdvNV, 709, GetProgramParameterdvNV@16)
|
||||
GL_STUB(GetProgramParameterfvNV, 710, GetProgramParameterfvNV@16)
|
||||
GL_STUB(GetProgramStringNV, 711, GetProgramStringNV@12)
|
||||
GL_STUB(GetProgramivNV, 712, GetProgramivNV@12)
|
||||
GL_STUB(GetTrackMatrixivNV, 713, GetTrackMatrixivNV@16)
|
||||
GL_STUB(GetVertexAttribPointervNV, 714, GetVertexAttribPointervNV@12)
|
||||
GL_STUB(GetVertexAttribdvNV, 715, GetVertexAttribdvNV@12)
|
||||
GL_STUB(GetVertexAttribfvNV, 716, GetVertexAttribfvNV@12)
|
||||
GL_STUB(GetVertexAttribivNV, 717, GetVertexAttribivNV@12)
|
||||
GL_STUB(IsProgramNV, 718, IsProgramNV@4)
|
||||
GL_STUB(LoadProgramNV, 719, LoadProgramNV@16)
|
||||
GL_STUB(ProgramParameters4dvNV, 720, ProgramParameters4dvNV@16)
|
||||
GL_STUB(ProgramParameters4fvNV, 721, ProgramParameters4fvNV@16)
|
||||
GL_STUB(RequestResidentProgramsNV, 722, RequestResidentProgramsNV@8)
|
||||
GL_STUB(TrackMatrixNV, 723, TrackMatrixNV@16)
|
||||
GL_STUB(VertexAttrib1dNV, 724, VertexAttrib1dNV@12)
|
||||
GL_STUB(VertexAttrib1dvNV, 725, VertexAttrib1dvNV@8)
|
||||
GL_STUB(VertexAttrib1fNV, 726, VertexAttrib1fNV@8)
|
||||
GL_STUB(VertexAttrib1fvNV, 727, VertexAttrib1fvNV@8)
|
||||
GL_STUB(VertexAttrib1sNV, 728, VertexAttrib1sNV@8)
|
||||
GL_STUB(VertexAttrib1svNV, 729, VertexAttrib1svNV@8)
|
||||
GL_STUB(VertexAttrib2dNV, 730, VertexAttrib2dNV@20)
|
||||
GL_STUB(VertexAttrib2dvNV, 731, VertexAttrib2dvNV@8)
|
||||
GL_STUB(VertexAttrib2fNV, 732, VertexAttrib2fNV@12)
|
||||
GL_STUB(VertexAttrib2fvNV, 733, VertexAttrib2fvNV@8)
|
||||
GL_STUB(VertexAttrib2sNV, 734, VertexAttrib2sNV@12)
|
||||
GL_STUB(VertexAttrib2svNV, 735, VertexAttrib2svNV@8)
|
||||
GL_STUB(VertexAttrib3dNV, 736, VertexAttrib3dNV@28)
|
||||
GL_STUB(VertexAttrib3dvNV, 737, VertexAttrib3dvNV@8)
|
||||
GL_STUB(VertexAttrib3fNV, 738, VertexAttrib3fNV@16)
|
||||
GL_STUB(VertexAttrib3fvNV, 739, VertexAttrib3fvNV@8)
|
||||
GL_STUB(VertexAttrib3sNV, 740, VertexAttrib3sNV@16)
|
||||
GL_STUB(VertexAttrib3svNV, 741, VertexAttrib3svNV@8)
|
||||
GL_STUB(VertexAttrib4dNV, 742, VertexAttrib4dNV@36)
|
||||
GL_STUB(VertexAttrib4dvNV, 743, VertexAttrib4dvNV@8)
|
||||
GL_STUB(VertexAttrib4fNV, 744, VertexAttrib4fNV@20)
|
||||
GL_STUB(VertexAttrib4fvNV, 745, VertexAttrib4fvNV@8)
|
||||
GL_STUB(VertexAttrib4sNV, 746, VertexAttrib4sNV@20)
|
||||
GL_STUB(VertexAttrib4svNV, 747, VertexAttrib4svNV@8)
|
||||
GL_STUB(VertexAttrib4ubNV, 748, VertexAttrib4ubNV@20)
|
||||
GL_STUB(VertexAttrib4ubvNV, 749, VertexAttrib4ubvNV@8)
|
||||
GL_STUB(VertexAttribPointerNV, 750, VertexAttribPointerNV@20)
|
||||
GL_STUB(VertexAttribs1dvNV, 751, VertexAttribs1dvNV@12)
|
||||
GL_STUB(VertexAttribs1fvNV, 752, VertexAttribs1fvNV@12)
|
||||
GL_STUB(VertexAttribs1svNV, 753, VertexAttribs1svNV@12)
|
||||
GL_STUB(VertexAttribs2dvNV, 754, VertexAttribs2dvNV@12)
|
||||
GL_STUB(VertexAttribs2fvNV, 755, VertexAttribs2fvNV@12)
|
||||
GL_STUB(VertexAttribs2svNV, 756, VertexAttribs2svNV@12)
|
||||
GL_STUB(VertexAttribs3dvNV, 757, VertexAttribs3dvNV@12)
|
||||
GL_STUB(VertexAttribs3fvNV, 758, VertexAttribs3fvNV@12)
|
||||
GL_STUB(VertexAttribs3svNV, 759, VertexAttribs3svNV@12)
|
||||
GL_STUB(VertexAttribs4dvNV, 760, VertexAttribs4dvNV@12)
|
||||
GL_STUB(VertexAttribs4fvNV, 761, VertexAttribs4fvNV@12)
|
||||
GL_STUB(VertexAttribs4svNV, 762, VertexAttribs4svNV@12)
|
||||
GL_STUB(VertexAttribs4ubvNV, 763, VertexAttribs4ubvNV@12)
|
||||
GL_STUB(GetTexBumpParameterfvATI, 764, GetTexBumpParameterfvATI@8)
|
||||
GL_STUB(GetTexBumpParameterivATI, 765, GetTexBumpParameterivATI@8)
|
||||
GL_STUB(TexBumpParameterfvATI, 766, TexBumpParameterfvATI@8)
|
||||
GL_STUB(TexBumpParameterivATI, 767, TexBumpParameterivATI@8)
|
||||
GL_STUB(AlphaFragmentOp1ATI, 768, AlphaFragmentOp1ATI@24)
|
||||
GL_STUB(AlphaFragmentOp2ATI, 769, AlphaFragmentOp2ATI@36)
|
||||
GL_STUB(AlphaFragmentOp3ATI, 770, AlphaFragmentOp3ATI@48)
|
||||
GL_STUB(BeginFragmentShaderATI, 771, BeginFragmentShaderATI@0)
|
||||
GL_STUB(BindFragmentShaderATI, 772, BindFragmentShaderATI@4)
|
||||
GL_STUB(ColorFragmentOp1ATI, 773, ColorFragmentOp1ATI@28)
|
||||
GL_STUB(ColorFragmentOp2ATI, 774, ColorFragmentOp2ATI@40)
|
||||
GL_STUB(ColorFragmentOp3ATI, 775, ColorFragmentOp3ATI@52)
|
||||
GL_STUB(DeleteFragmentShaderATI, 776, DeleteFragmentShaderATI@4)
|
||||
GL_STUB(EndFragmentShaderATI, 777, EndFragmentShaderATI@0)
|
||||
GL_STUB(GenFragmentShadersATI, 778, GenFragmentShadersATI@4)
|
||||
GL_STUB(PassTexCoordATI, 779, PassTexCoordATI@12)
|
||||
GL_STUB(SampleMapATI, 780, SampleMapATI@12)
|
||||
GL_STUB(SetFragmentShaderConstantATI, 781, SetFragmentShaderConstantATI@8)
|
||||
GL_STUB(PointParameteriNV, 782, PointParameteriNV@8)
|
||||
GL_STUB(PointParameterivNV, 783, PointParameterivNV@8)
|
||||
GL_STUB(_dispatch_stub_784, 784, _dispatch_stub_784@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_784, _dispatch_stub_784@4))
|
||||
GL_STUB(_dispatch_stub_618, 618, _dispatch_stub_618@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_618, _dispatch_stub_618@8))
|
||||
GL_STUB(_dispatch_stub_619, 619, _dispatch_stub_619@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_619, _dispatch_stub_619@4))
|
||||
GL_STUB(ColorPointerEXT, 620, ColorPointerEXT@20)
|
||||
GL_STUB(EdgeFlagPointerEXT, 621, EdgeFlagPointerEXT@12)
|
||||
GL_STUB(IndexPointerEXT, 622, IndexPointerEXT@16)
|
||||
GL_STUB(NormalPointerEXT, 623, NormalPointerEXT@16)
|
||||
GL_STUB(TexCoordPointerEXT, 624, TexCoordPointerEXT@20)
|
||||
GL_STUB(VertexPointerEXT, 625, VertexPointerEXT@20)
|
||||
GL_STUB(PointParameterfEXT, 626, PointParameterfEXT@8)
|
||||
GL_STUB(PointParameterfvEXT, 627, PointParameterfvEXT@8)
|
||||
GL_STUB(LockArraysEXT, 628, LockArraysEXT@8)
|
||||
GL_STUB(UnlockArraysEXT, 629, UnlockArraysEXT@0)
|
||||
GL_STUB(SecondaryColor3bEXT, 630, SecondaryColor3bEXT@12)
|
||||
GL_STUB(SecondaryColor3bvEXT, 631, SecondaryColor3bvEXT@4)
|
||||
GL_STUB(SecondaryColor3dEXT, 632, SecondaryColor3dEXT@24)
|
||||
GL_STUB(SecondaryColor3dvEXT, 633, SecondaryColor3dvEXT@4)
|
||||
GL_STUB(SecondaryColor3fEXT, 634, SecondaryColor3fEXT@12)
|
||||
GL_STUB(SecondaryColor3fvEXT, 635, SecondaryColor3fvEXT@4)
|
||||
GL_STUB(SecondaryColor3iEXT, 636, SecondaryColor3iEXT@12)
|
||||
GL_STUB(SecondaryColor3ivEXT, 637, SecondaryColor3ivEXT@4)
|
||||
GL_STUB(SecondaryColor3sEXT, 638, SecondaryColor3sEXT@12)
|
||||
GL_STUB(SecondaryColor3svEXT, 639, SecondaryColor3svEXT@4)
|
||||
GL_STUB(SecondaryColor3ubEXT, 640, SecondaryColor3ubEXT@12)
|
||||
GL_STUB(SecondaryColor3ubvEXT, 641, SecondaryColor3ubvEXT@4)
|
||||
GL_STUB(SecondaryColor3uiEXT, 642, SecondaryColor3uiEXT@12)
|
||||
GL_STUB(SecondaryColor3uivEXT, 643, SecondaryColor3uivEXT@4)
|
||||
GL_STUB(SecondaryColor3usEXT, 644, SecondaryColor3usEXT@12)
|
||||
GL_STUB(SecondaryColor3usvEXT, 645, SecondaryColor3usvEXT@4)
|
||||
GL_STUB(SecondaryColorPointerEXT, 646, SecondaryColorPointerEXT@16)
|
||||
GL_STUB(MultiDrawArraysEXT, 647, MultiDrawArraysEXT@16)
|
||||
GL_STUB(MultiDrawElementsEXT, 648, MultiDrawElementsEXT@20)
|
||||
GL_STUB(FogCoordPointerEXT, 649, FogCoordPointerEXT@12)
|
||||
GL_STUB(FogCoorddEXT, 650, FogCoorddEXT@8)
|
||||
GL_STUB(FogCoorddvEXT, 651, FogCoorddvEXT@4)
|
||||
GL_STUB(FogCoordfEXT, 652, FogCoordfEXT@4)
|
||||
GL_STUB(FogCoordfvEXT, 653, FogCoordfvEXT@4)
|
||||
GL_STUB(_dispatch_stub_654, 654, _dispatch_stub_654@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_654, _dispatch_stub_654@4))
|
||||
GL_STUB(BlendFuncSeparateEXT, 655, BlendFuncSeparateEXT@16)
|
||||
GL_STUB(FlushVertexArrayRangeNV, 656, FlushVertexArrayRangeNV@0)
|
||||
GL_STUB(VertexArrayRangeNV, 657, VertexArrayRangeNV@8)
|
||||
GL_STUB(CombinerInputNV, 658, CombinerInputNV@24)
|
||||
GL_STUB(CombinerOutputNV, 659, CombinerOutputNV@40)
|
||||
GL_STUB(CombinerParameterfNV, 660, CombinerParameterfNV@8)
|
||||
GL_STUB(CombinerParameterfvNV, 661, CombinerParameterfvNV@8)
|
||||
GL_STUB(CombinerParameteriNV, 662, CombinerParameteriNV@8)
|
||||
GL_STUB(CombinerParameterivNV, 663, CombinerParameterivNV@8)
|
||||
GL_STUB(FinalCombinerInputNV, 664, FinalCombinerInputNV@16)
|
||||
GL_STUB(GetCombinerInputParameterfvNV, 665, GetCombinerInputParameterfvNV@20)
|
||||
GL_STUB(GetCombinerInputParameterivNV, 666, GetCombinerInputParameterivNV@20)
|
||||
GL_STUB(GetCombinerOutputParameterfvNV, 667, GetCombinerOutputParameterfvNV@16)
|
||||
GL_STUB(GetCombinerOutputParameterivNV, 668, GetCombinerOutputParameterivNV@16)
|
||||
GL_STUB(GetFinalCombinerInputParameterfvNV, 669, GetFinalCombinerInputParameterfvNV@12)
|
||||
GL_STUB(GetFinalCombinerInputParameterivNV, 670, GetFinalCombinerInputParameterivNV@12)
|
||||
GL_STUB(ResizeBuffersMESA, 671, ResizeBuffersMESA@0)
|
||||
GL_STUB(WindowPos2dMESA, 672, WindowPos2dMESA@16)
|
||||
GL_STUB(WindowPos2dvMESA, 673, WindowPos2dvMESA@4)
|
||||
GL_STUB(WindowPos2fMESA, 674, WindowPos2fMESA@8)
|
||||
GL_STUB(WindowPos2fvMESA, 675, WindowPos2fvMESA@4)
|
||||
GL_STUB(WindowPos2iMESA, 676, WindowPos2iMESA@8)
|
||||
GL_STUB(WindowPos2ivMESA, 677, WindowPos2ivMESA@4)
|
||||
GL_STUB(WindowPos2sMESA, 678, WindowPos2sMESA@8)
|
||||
GL_STUB(WindowPos2svMESA, 679, WindowPos2svMESA@4)
|
||||
GL_STUB(WindowPos3dMESA, 680, WindowPos3dMESA@24)
|
||||
GL_STUB(WindowPos3dvMESA, 681, WindowPos3dvMESA@4)
|
||||
GL_STUB(WindowPos3fMESA, 682, WindowPos3fMESA@12)
|
||||
GL_STUB(WindowPos3fvMESA, 683, WindowPos3fvMESA@4)
|
||||
GL_STUB(WindowPos3iMESA, 684, WindowPos3iMESA@12)
|
||||
GL_STUB(WindowPos3ivMESA, 685, WindowPos3ivMESA@4)
|
||||
GL_STUB(WindowPos3sMESA, 686, WindowPos3sMESA@12)
|
||||
GL_STUB(WindowPos3svMESA, 687, WindowPos3svMESA@4)
|
||||
GL_STUB(WindowPos4dMESA, 688, WindowPos4dMESA@32)
|
||||
GL_STUB(WindowPos4dvMESA, 689, WindowPos4dvMESA@4)
|
||||
GL_STUB(WindowPos4fMESA, 690, WindowPos4fMESA@16)
|
||||
GL_STUB(WindowPos4fvMESA, 691, WindowPos4fvMESA@4)
|
||||
GL_STUB(WindowPos4iMESA, 692, WindowPos4iMESA@16)
|
||||
GL_STUB(WindowPos4ivMESA, 693, WindowPos4ivMESA@4)
|
||||
GL_STUB(WindowPos4sMESA, 694, WindowPos4sMESA@16)
|
||||
GL_STUB(WindowPos4svMESA, 695, WindowPos4svMESA@4)
|
||||
GL_STUB(_dispatch_stub_696, 696, _dispatch_stub_696@20)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_696, _dispatch_stub_696@20))
|
||||
GL_STUB(_dispatch_stub_697, 697, _dispatch_stub_697@24)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_697, _dispatch_stub_697@24))
|
||||
GL_STUB(_dispatch_stub_698, 698, _dispatch_stub_698@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_698, _dispatch_stub_698@8))
|
||||
GL_STUB(_dispatch_stub_699, 699, _dispatch_stub_699@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_699, _dispatch_stub_699@4))
|
||||
GL_STUB(_dispatch_stub_700, 700, _dispatch_stub_700@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_700, _dispatch_stub_700@8))
|
||||
GL_STUB(_dispatch_stub_701, 701, _dispatch_stub_701@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_701, _dispatch_stub_701@12))
|
||||
GL_STUB(_dispatch_stub_702, 702, _dispatch_stub_702@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_702, _dispatch_stub_702@4))
|
||||
GL_STUB(_dispatch_stub_703, 703, _dispatch_stub_703@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_703, _dispatch_stub_703@8))
|
||||
GL_STUB(_dispatch_stub_704, 704, _dispatch_stub_704@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_704, _dispatch_stub_704@4))
|
||||
GL_STUB(AreProgramsResidentNV, 705, AreProgramsResidentNV@12)
|
||||
GL_STUB(BindProgramNV, 706, BindProgramNV@8)
|
||||
GL_STUB(DeleteProgramsNV, 707, DeleteProgramsNV@8)
|
||||
GL_STUB(ExecuteProgramNV, 708, ExecuteProgramNV@12)
|
||||
GL_STUB(GenProgramsNV, 709, GenProgramsNV@8)
|
||||
GL_STUB(GetProgramParameterdvNV, 710, GetProgramParameterdvNV@16)
|
||||
GL_STUB(GetProgramParameterfvNV, 711, GetProgramParameterfvNV@16)
|
||||
GL_STUB(GetProgramStringNV, 712, GetProgramStringNV@12)
|
||||
GL_STUB(GetProgramivNV, 713, GetProgramivNV@12)
|
||||
GL_STUB(GetTrackMatrixivNV, 714, GetTrackMatrixivNV@16)
|
||||
GL_STUB(GetVertexAttribPointervNV, 715, GetVertexAttribPointervNV@12)
|
||||
GL_STUB(GetVertexAttribdvNV, 716, GetVertexAttribdvNV@12)
|
||||
GL_STUB(GetVertexAttribfvNV, 717, GetVertexAttribfvNV@12)
|
||||
GL_STUB(GetVertexAttribivNV, 718, GetVertexAttribivNV@12)
|
||||
GL_STUB(IsProgramNV, 719, IsProgramNV@4)
|
||||
GL_STUB(LoadProgramNV, 720, LoadProgramNV@16)
|
||||
GL_STUB(ProgramParameters4dvNV, 721, ProgramParameters4dvNV@16)
|
||||
GL_STUB(ProgramParameters4fvNV, 722, ProgramParameters4fvNV@16)
|
||||
GL_STUB(RequestResidentProgramsNV, 723, RequestResidentProgramsNV@8)
|
||||
GL_STUB(TrackMatrixNV, 724, TrackMatrixNV@16)
|
||||
GL_STUB(VertexAttrib1dNV, 725, VertexAttrib1dNV@12)
|
||||
GL_STUB(VertexAttrib1dvNV, 726, VertexAttrib1dvNV@8)
|
||||
GL_STUB(VertexAttrib1fNV, 727, VertexAttrib1fNV@8)
|
||||
GL_STUB(VertexAttrib1fvNV, 728, VertexAttrib1fvNV@8)
|
||||
GL_STUB(VertexAttrib1sNV, 729, VertexAttrib1sNV@8)
|
||||
GL_STUB(VertexAttrib1svNV, 730, VertexAttrib1svNV@8)
|
||||
GL_STUB(VertexAttrib2dNV, 731, VertexAttrib2dNV@20)
|
||||
GL_STUB(VertexAttrib2dvNV, 732, VertexAttrib2dvNV@8)
|
||||
GL_STUB(VertexAttrib2fNV, 733, VertexAttrib2fNV@12)
|
||||
GL_STUB(VertexAttrib2fvNV, 734, VertexAttrib2fvNV@8)
|
||||
GL_STUB(VertexAttrib2sNV, 735, VertexAttrib2sNV@12)
|
||||
GL_STUB(VertexAttrib2svNV, 736, VertexAttrib2svNV@8)
|
||||
GL_STUB(VertexAttrib3dNV, 737, VertexAttrib3dNV@28)
|
||||
GL_STUB(VertexAttrib3dvNV, 738, VertexAttrib3dvNV@8)
|
||||
GL_STUB(VertexAttrib3fNV, 739, VertexAttrib3fNV@16)
|
||||
GL_STUB(VertexAttrib3fvNV, 740, VertexAttrib3fvNV@8)
|
||||
GL_STUB(VertexAttrib3sNV, 741, VertexAttrib3sNV@16)
|
||||
GL_STUB(VertexAttrib3svNV, 742, VertexAttrib3svNV@8)
|
||||
GL_STUB(VertexAttrib4dNV, 743, VertexAttrib4dNV@36)
|
||||
GL_STUB(VertexAttrib4dvNV, 744, VertexAttrib4dvNV@8)
|
||||
GL_STUB(VertexAttrib4fNV, 745, VertexAttrib4fNV@20)
|
||||
GL_STUB(VertexAttrib4fvNV, 746, VertexAttrib4fvNV@8)
|
||||
GL_STUB(VertexAttrib4sNV, 747, VertexAttrib4sNV@20)
|
||||
GL_STUB(VertexAttrib4svNV, 748, VertexAttrib4svNV@8)
|
||||
GL_STUB(VertexAttrib4ubNV, 749, VertexAttrib4ubNV@20)
|
||||
GL_STUB(VertexAttrib4ubvNV, 750, VertexAttrib4ubvNV@8)
|
||||
GL_STUB(VertexAttribPointerNV, 751, VertexAttribPointerNV@20)
|
||||
GL_STUB(VertexAttribs1dvNV, 752, VertexAttribs1dvNV@12)
|
||||
GL_STUB(VertexAttribs1fvNV, 753, VertexAttribs1fvNV@12)
|
||||
GL_STUB(VertexAttribs1svNV, 754, VertexAttribs1svNV@12)
|
||||
GL_STUB(VertexAttribs2dvNV, 755, VertexAttribs2dvNV@12)
|
||||
GL_STUB(VertexAttribs2fvNV, 756, VertexAttribs2fvNV@12)
|
||||
GL_STUB(VertexAttribs2svNV, 757, VertexAttribs2svNV@12)
|
||||
GL_STUB(VertexAttribs3dvNV, 758, VertexAttribs3dvNV@12)
|
||||
GL_STUB(VertexAttribs3fvNV, 759, VertexAttribs3fvNV@12)
|
||||
GL_STUB(VertexAttribs3svNV, 760, VertexAttribs3svNV@12)
|
||||
GL_STUB(VertexAttribs4dvNV, 761, VertexAttribs4dvNV@12)
|
||||
GL_STUB(VertexAttribs4fvNV, 762, VertexAttribs4fvNV@12)
|
||||
GL_STUB(VertexAttribs4svNV, 763, VertexAttribs4svNV@12)
|
||||
GL_STUB(VertexAttribs4ubvNV, 764, VertexAttribs4ubvNV@12)
|
||||
GL_STUB(GetTexBumpParameterfvATI, 765, GetTexBumpParameterfvATI@8)
|
||||
GL_STUB(GetTexBumpParameterivATI, 766, GetTexBumpParameterivATI@8)
|
||||
GL_STUB(TexBumpParameterfvATI, 767, TexBumpParameterfvATI@8)
|
||||
GL_STUB(TexBumpParameterivATI, 768, TexBumpParameterivATI@8)
|
||||
GL_STUB(AlphaFragmentOp1ATI, 769, AlphaFragmentOp1ATI@24)
|
||||
GL_STUB(AlphaFragmentOp2ATI, 770, AlphaFragmentOp2ATI@36)
|
||||
GL_STUB(AlphaFragmentOp3ATI, 771, AlphaFragmentOp3ATI@48)
|
||||
GL_STUB(BeginFragmentShaderATI, 772, BeginFragmentShaderATI@0)
|
||||
GL_STUB(BindFragmentShaderATI, 773, BindFragmentShaderATI@4)
|
||||
GL_STUB(ColorFragmentOp1ATI, 774, ColorFragmentOp1ATI@28)
|
||||
GL_STUB(ColorFragmentOp2ATI, 775, ColorFragmentOp2ATI@40)
|
||||
GL_STUB(ColorFragmentOp3ATI, 776, ColorFragmentOp3ATI@52)
|
||||
GL_STUB(DeleteFragmentShaderATI, 777, DeleteFragmentShaderATI@4)
|
||||
GL_STUB(EndFragmentShaderATI, 778, EndFragmentShaderATI@0)
|
||||
GL_STUB(GenFragmentShadersATI, 779, GenFragmentShadersATI@4)
|
||||
GL_STUB(PassTexCoordATI, 780, PassTexCoordATI@12)
|
||||
GL_STUB(SampleMapATI, 781, SampleMapATI@12)
|
||||
GL_STUB(SetFragmentShaderConstantATI, 782, SetFragmentShaderConstantATI@8)
|
||||
GL_STUB(PointParameteriNV, 783, PointParameteriNV@8)
|
||||
GL_STUB(PointParameterivNV, 784, PointParameterivNV@8)
|
||||
GL_STUB(_dispatch_stub_785, 785, _dispatch_stub_785@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_785, _dispatch_stub_785@4))
|
||||
GL_STUB(_dispatch_stub_786, 786, _dispatch_stub_786@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_786, _dispatch_stub_786@8))
|
||||
GL_STUB(_dispatch_stub_786, 786, _dispatch_stub_786@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_786, _dispatch_stub_786@4))
|
||||
GL_STUB(_dispatch_stub_787, 787, _dispatch_stub_787@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_787, _dispatch_stub_787@8))
|
||||
GL_STUB(_dispatch_stub_788, 788, _dispatch_stub_788@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_788, _dispatch_stub_788@4))
|
||||
GL_STUB(GetProgramNamedParameterdvNV, 789, GetProgramNamedParameterdvNV@16)
|
||||
GL_STUB(GetProgramNamedParameterfvNV, 790, GetProgramNamedParameterfvNV@16)
|
||||
GL_STUB(ProgramNamedParameter4dNV, 791, ProgramNamedParameter4dNV@44)
|
||||
GL_STUB(ProgramNamedParameter4dvNV, 792, ProgramNamedParameter4dvNV@16)
|
||||
GL_STUB(ProgramNamedParameter4fNV, 793, ProgramNamedParameter4fNV@28)
|
||||
GL_STUB(ProgramNamedParameter4fvNV, 794, ProgramNamedParameter4fvNV@16)
|
||||
GL_STUB(PrimitiveRestartIndexNV, 795, PrimitiveRestartIndexNV@4)
|
||||
GL_STUB(PrimitiveRestartNV, 796, PrimitiveRestartNV@0)
|
||||
GL_STUB(_dispatch_stub_797, 797, _dispatch_stub_797@16)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_797, _dispatch_stub_797@16))
|
||||
GL_STUB(_dispatch_stub_798, 798, _dispatch_stub_798@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_798, _dispatch_stub_798@8))
|
||||
GL_STUB(BindFramebufferEXT, 799, BindFramebufferEXT@8)
|
||||
GL_STUB(BindRenderbufferEXT, 800, BindRenderbufferEXT@8)
|
||||
GL_STUB(CheckFramebufferStatusEXT, 801, CheckFramebufferStatusEXT@4)
|
||||
GL_STUB(DeleteFramebuffersEXT, 802, DeleteFramebuffersEXT@8)
|
||||
GL_STUB(DeleteRenderbuffersEXT, 803, DeleteRenderbuffersEXT@8)
|
||||
GL_STUB(FramebufferRenderbufferEXT, 804, FramebufferRenderbufferEXT@16)
|
||||
GL_STUB(FramebufferTexture1DEXT, 805, FramebufferTexture1DEXT@20)
|
||||
GL_STUB(FramebufferTexture2DEXT, 806, FramebufferTexture2DEXT@20)
|
||||
GL_STUB(FramebufferTexture3DEXT, 807, FramebufferTexture3DEXT@24)
|
||||
GL_STUB(GenFramebuffersEXT, 808, GenFramebuffersEXT@8)
|
||||
GL_STUB(GenRenderbuffersEXT, 809, GenRenderbuffersEXT@8)
|
||||
GL_STUB(GenerateMipmapEXT, 810, GenerateMipmapEXT@4)
|
||||
GL_STUB(GetFramebufferAttachmentParameterivEXT, 811, GetFramebufferAttachmentParameterivEXT@16)
|
||||
GL_STUB(GetRenderbufferParameterivEXT, 812, GetRenderbufferParameterivEXT@12)
|
||||
GL_STUB(IsFramebufferEXT, 813, IsFramebufferEXT@4)
|
||||
GL_STUB(IsRenderbufferEXT, 814, IsRenderbufferEXT@4)
|
||||
GL_STUB(RenderbufferStorageEXT, 815, RenderbufferStorageEXT@16)
|
||||
GL_STUB(_dispatch_stub_816, 816, _dispatch_stub_816@40)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_816, _dispatch_stub_816@40))
|
||||
GL_STUB(_dispatch_stub_817, 817, _dispatch_stub_817@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_817, _dispatch_stub_817@12))
|
||||
GL_STUB(_dispatch_stub_788, 788, _dispatch_stub_788@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_788, _dispatch_stub_788@8))
|
||||
GL_STUB(_dispatch_stub_789, 789, _dispatch_stub_789@4)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_789, _dispatch_stub_789@4))
|
||||
GL_STUB(GetProgramNamedParameterdvNV, 790, GetProgramNamedParameterdvNV@16)
|
||||
GL_STUB(GetProgramNamedParameterfvNV, 791, GetProgramNamedParameterfvNV@16)
|
||||
GL_STUB(ProgramNamedParameter4dNV, 792, ProgramNamedParameter4dNV@44)
|
||||
GL_STUB(ProgramNamedParameter4dvNV, 793, ProgramNamedParameter4dvNV@16)
|
||||
GL_STUB(ProgramNamedParameter4fNV, 794, ProgramNamedParameter4fNV@28)
|
||||
GL_STUB(ProgramNamedParameter4fvNV, 795, ProgramNamedParameter4fvNV@16)
|
||||
GL_STUB(PrimitiveRestartIndexNV, 796, PrimitiveRestartIndexNV@4)
|
||||
GL_STUB(PrimitiveRestartNV, 797, PrimitiveRestartNV@0)
|
||||
GL_STUB(_dispatch_stub_798, 798, _dispatch_stub_798@16)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_798, _dispatch_stub_798@16))
|
||||
GL_STUB(_dispatch_stub_799, 799, _dispatch_stub_799@8)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_799, _dispatch_stub_799@8))
|
||||
GL_STUB(BindFramebufferEXT, 800, BindFramebufferEXT@8)
|
||||
GL_STUB(BindRenderbufferEXT, 801, BindRenderbufferEXT@8)
|
||||
GL_STUB(CheckFramebufferStatusEXT, 802, CheckFramebufferStatusEXT@4)
|
||||
GL_STUB(DeleteFramebuffersEXT, 803, DeleteFramebuffersEXT@8)
|
||||
GL_STUB(DeleteRenderbuffersEXT, 804, DeleteRenderbuffersEXT@8)
|
||||
GL_STUB(FramebufferRenderbufferEXT, 805, FramebufferRenderbufferEXT@16)
|
||||
GL_STUB(FramebufferTexture1DEXT, 806, FramebufferTexture1DEXT@20)
|
||||
GL_STUB(FramebufferTexture2DEXT, 807, FramebufferTexture2DEXT@20)
|
||||
GL_STUB(FramebufferTexture3DEXT, 808, FramebufferTexture3DEXT@24)
|
||||
GL_STUB(GenFramebuffersEXT, 809, GenFramebuffersEXT@8)
|
||||
GL_STUB(GenRenderbuffersEXT, 810, GenRenderbuffersEXT@8)
|
||||
GL_STUB(GenerateMipmapEXT, 811, GenerateMipmapEXT@4)
|
||||
GL_STUB(GetFramebufferAttachmentParameterivEXT, 812, GetFramebufferAttachmentParameterivEXT@16)
|
||||
GL_STUB(GetRenderbufferParameterivEXT, 813, GetRenderbufferParameterivEXT@12)
|
||||
GL_STUB(IsFramebufferEXT, 814, IsFramebufferEXT@4)
|
||||
GL_STUB(IsRenderbufferEXT, 815, IsRenderbufferEXT@4)
|
||||
GL_STUB(RenderbufferStorageEXT, 816, RenderbufferStorageEXT@16)
|
||||
GL_STUB(_dispatch_stub_817, 817, _dispatch_stub_817@40)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_817, _dispatch_stub_817@40))
|
||||
GL_STUB(_dispatch_stub_818, 818, _dispatch_stub_818@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_818, _dispatch_stub_818@12))
|
||||
GL_STUB(BindFragDataLocationEXT, 819, BindFragDataLocationEXT@12)
|
||||
GL_STUB(GetFragDataLocationEXT, 820, GetFragDataLocationEXT@8)
|
||||
GL_STUB(GetUniformuivEXT, 821, GetUniformuivEXT@12)
|
||||
GL_STUB(GetVertexAttribIivEXT, 822, GetVertexAttribIivEXT@12)
|
||||
GL_STUB(GetVertexAttribIuivEXT, 823, GetVertexAttribIuivEXT@12)
|
||||
GL_STUB(Uniform1uiEXT, 824, Uniform1uiEXT@8)
|
||||
GL_STUB(Uniform1uivEXT, 825, Uniform1uivEXT@12)
|
||||
GL_STUB(Uniform2uiEXT, 826, Uniform2uiEXT@12)
|
||||
GL_STUB(Uniform2uivEXT, 827, Uniform2uivEXT@12)
|
||||
GL_STUB(Uniform3uiEXT, 828, Uniform3uiEXT@16)
|
||||
GL_STUB(Uniform3uivEXT, 829, Uniform3uivEXT@12)
|
||||
GL_STUB(Uniform4uiEXT, 830, Uniform4uiEXT@20)
|
||||
GL_STUB(Uniform4uivEXT, 831, Uniform4uivEXT@12)
|
||||
GL_STUB(VertexAttribI1iEXT, 832, VertexAttribI1iEXT@8)
|
||||
GL_STUB(VertexAttribI1ivEXT, 833, VertexAttribI1ivEXT@8)
|
||||
GL_STUB(VertexAttribI1uiEXT, 834, VertexAttribI1uiEXT@8)
|
||||
GL_STUB(VertexAttribI1uivEXT, 835, VertexAttribI1uivEXT@8)
|
||||
GL_STUB(VertexAttribI2iEXT, 836, VertexAttribI2iEXT@12)
|
||||
GL_STUB(VertexAttribI2ivEXT, 837, VertexAttribI2ivEXT@8)
|
||||
GL_STUB(VertexAttribI2uiEXT, 838, VertexAttribI2uiEXT@12)
|
||||
GL_STUB(VertexAttribI2uivEXT, 839, VertexAttribI2uivEXT@8)
|
||||
GL_STUB(VertexAttribI3iEXT, 840, VertexAttribI3iEXT@16)
|
||||
GL_STUB(VertexAttribI3ivEXT, 841, VertexAttribI3ivEXT@8)
|
||||
GL_STUB(VertexAttribI3uiEXT, 842, VertexAttribI3uiEXT@16)
|
||||
GL_STUB(VertexAttribI3uivEXT, 843, VertexAttribI3uivEXT@8)
|
||||
GL_STUB(VertexAttribI4bvEXT, 844, VertexAttribI4bvEXT@8)
|
||||
GL_STUB(VertexAttribI4iEXT, 845, VertexAttribI4iEXT@20)
|
||||
GL_STUB(VertexAttribI4ivEXT, 846, VertexAttribI4ivEXT@8)
|
||||
GL_STUB(VertexAttribI4svEXT, 847, VertexAttribI4svEXT@8)
|
||||
GL_STUB(VertexAttribI4ubvEXT, 848, VertexAttribI4ubvEXT@8)
|
||||
GL_STUB(VertexAttribI4uiEXT, 849, VertexAttribI4uiEXT@20)
|
||||
GL_STUB(VertexAttribI4uivEXT, 850, VertexAttribI4uivEXT@8)
|
||||
GL_STUB(VertexAttribI4usvEXT, 851, VertexAttribI4usvEXT@8)
|
||||
GL_STUB(VertexAttribIPointerEXT, 852, VertexAttribIPointerEXT@20)
|
||||
GL_STUB(FramebufferTextureLayerEXT, 853, FramebufferTextureLayerEXT@20)
|
||||
GL_STUB(ColorMaskIndexedEXT, 854, ColorMaskIndexedEXT@20)
|
||||
GL_STUB(DisableIndexedEXT, 855, DisableIndexedEXT@8)
|
||||
GL_STUB(EnableIndexedEXT, 856, EnableIndexedEXT@8)
|
||||
GL_STUB(GetBooleanIndexedvEXT, 857, GetBooleanIndexedvEXT@12)
|
||||
GL_STUB(GetIntegerIndexedvEXT, 858, GetIntegerIndexedvEXT@12)
|
||||
GL_STUB(IsEnabledIndexedEXT, 859, IsEnabledIndexedEXT@8)
|
||||
GL_STUB(ClearColorIiEXT, 860, ClearColorIiEXT@16)
|
||||
GL_STUB(ClearColorIuiEXT, 861, ClearColorIuiEXT@16)
|
||||
GL_STUB(GetTexParameterIivEXT, 862, GetTexParameterIivEXT@12)
|
||||
GL_STUB(GetTexParameterIuivEXT, 863, GetTexParameterIuivEXT@12)
|
||||
GL_STUB(TexParameterIivEXT, 864, TexParameterIivEXT@12)
|
||||
GL_STUB(TexParameterIuivEXT, 865, TexParameterIuivEXT@12)
|
||||
GL_STUB(BeginConditionalRenderNV, 866, BeginConditionalRenderNV@8)
|
||||
GL_STUB(EndConditionalRenderNV, 867, EndConditionalRenderNV@0)
|
||||
GL_STUB(BeginTransformFeedbackEXT, 868, BeginTransformFeedbackEXT@4)
|
||||
GL_STUB(BindBufferBaseEXT, 869, BindBufferBaseEXT@12)
|
||||
GL_STUB(BindBufferOffsetEXT, 870, BindBufferOffsetEXT@16)
|
||||
GL_STUB(BindBufferRangeEXT, 871, BindBufferRangeEXT@20)
|
||||
GL_STUB(EndTransformFeedbackEXT, 872, EndTransformFeedbackEXT@0)
|
||||
GL_STUB(GetTransformFeedbackVaryingEXT, 873, GetTransformFeedbackVaryingEXT@28)
|
||||
GL_STUB(TransformFeedbackVaryingsEXT, 874, TransformFeedbackVaryingsEXT@16)
|
||||
GL_STUB(ProvokingVertexEXT, 875, ProvokingVertexEXT@4)
|
||||
GL_STUB(_dispatch_stub_876, 876, _dispatch_stub_876@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_876, _dispatch_stub_876@12))
|
||||
GL_STUB(_dispatch_stub_819, 819, _dispatch_stub_819@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_819, _dispatch_stub_819@12))
|
||||
GL_STUB(BindFragDataLocationEXT, 820, BindFragDataLocationEXT@12)
|
||||
GL_STUB(GetFragDataLocationEXT, 821, GetFragDataLocationEXT@8)
|
||||
GL_STUB(GetUniformuivEXT, 822, GetUniformuivEXT@12)
|
||||
GL_STUB(GetVertexAttribIivEXT, 823, GetVertexAttribIivEXT@12)
|
||||
GL_STUB(GetVertexAttribIuivEXT, 824, GetVertexAttribIuivEXT@12)
|
||||
GL_STUB(Uniform1uiEXT, 825, Uniform1uiEXT@8)
|
||||
GL_STUB(Uniform1uivEXT, 826, Uniform1uivEXT@12)
|
||||
GL_STUB(Uniform2uiEXT, 827, Uniform2uiEXT@12)
|
||||
GL_STUB(Uniform2uivEXT, 828, Uniform2uivEXT@12)
|
||||
GL_STUB(Uniform3uiEXT, 829, Uniform3uiEXT@16)
|
||||
GL_STUB(Uniform3uivEXT, 830, Uniform3uivEXT@12)
|
||||
GL_STUB(Uniform4uiEXT, 831, Uniform4uiEXT@20)
|
||||
GL_STUB(Uniform4uivEXT, 832, Uniform4uivEXT@12)
|
||||
GL_STUB(VertexAttribI1iEXT, 833, VertexAttribI1iEXT@8)
|
||||
GL_STUB(VertexAttribI1ivEXT, 834, VertexAttribI1ivEXT@8)
|
||||
GL_STUB(VertexAttribI1uiEXT, 835, VertexAttribI1uiEXT@8)
|
||||
GL_STUB(VertexAttribI1uivEXT, 836, VertexAttribI1uivEXT@8)
|
||||
GL_STUB(VertexAttribI2iEXT, 837, VertexAttribI2iEXT@12)
|
||||
GL_STUB(VertexAttribI2ivEXT, 838, VertexAttribI2ivEXT@8)
|
||||
GL_STUB(VertexAttribI2uiEXT, 839, VertexAttribI2uiEXT@12)
|
||||
GL_STUB(VertexAttribI2uivEXT, 840, VertexAttribI2uivEXT@8)
|
||||
GL_STUB(VertexAttribI3iEXT, 841, VertexAttribI3iEXT@16)
|
||||
GL_STUB(VertexAttribI3ivEXT, 842, VertexAttribI3ivEXT@8)
|
||||
GL_STUB(VertexAttribI3uiEXT, 843, VertexAttribI3uiEXT@16)
|
||||
GL_STUB(VertexAttribI3uivEXT, 844, VertexAttribI3uivEXT@8)
|
||||
GL_STUB(VertexAttribI4bvEXT, 845, VertexAttribI4bvEXT@8)
|
||||
GL_STUB(VertexAttribI4iEXT, 846, VertexAttribI4iEXT@20)
|
||||
GL_STUB(VertexAttribI4ivEXT, 847, VertexAttribI4ivEXT@8)
|
||||
GL_STUB(VertexAttribI4svEXT, 848, VertexAttribI4svEXT@8)
|
||||
GL_STUB(VertexAttribI4ubvEXT, 849, VertexAttribI4ubvEXT@8)
|
||||
GL_STUB(VertexAttribI4uiEXT, 850, VertexAttribI4uiEXT@20)
|
||||
GL_STUB(VertexAttribI4uivEXT, 851, VertexAttribI4uivEXT@8)
|
||||
GL_STUB(VertexAttribI4usvEXT, 852, VertexAttribI4usvEXT@8)
|
||||
GL_STUB(VertexAttribIPointerEXT, 853, VertexAttribIPointerEXT@20)
|
||||
GL_STUB(FramebufferTextureLayerEXT, 854, FramebufferTextureLayerEXT@20)
|
||||
GL_STUB(ColorMaskIndexedEXT, 855, ColorMaskIndexedEXT@20)
|
||||
GL_STUB(DisableIndexedEXT, 856, DisableIndexedEXT@8)
|
||||
GL_STUB(EnableIndexedEXT, 857, EnableIndexedEXT@8)
|
||||
GL_STUB(GetBooleanIndexedvEXT, 858, GetBooleanIndexedvEXT@12)
|
||||
GL_STUB(GetIntegerIndexedvEXT, 859, GetIntegerIndexedvEXT@12)
|
||||
GL_STUB(IsEnabledIndexedEXT, 860, IsEnabledIndexedEXT@8)
|
||||
GL_STUB(ClearColorIiEXT, 861, ClearColorIiEXT@16)
|
||||
GL_STUB(ClearColorIuiEXT, 862, ClearColorIuiEXT@16)
|
||||
GL_STUB(GetTexParameterIivEXT, 863, GetTexParameterIivEXT@12)
|
||||
GL_STUB(GetTexParameterIuivEXT, 864, GetTexParameterIuivEXT@12)
|
||||
GL_STUB(TexParameterIivEXT, 865, TexParameterIivEXT@12)
|
||||
GL_STUB(TexParameterIuivEXT, 866, TexParameterIuivEXT@12)
|
||||
GL_STUB(BeginConditionalRenderNV, 867, BeginConditionalRenderNV@8)
|
||||
GL_STUB(EndConditionalRenderNV, 868, EndConditionalRenderNV@0)
|
||||
GL_STUB(BeginTransformFeedbackEXT, 869, BeginTransformFeedbackEXT@4)
|
||||
GL_STUB(BindBufferBaseEXT, 870, BindBufferBaseEXT@12)
|
||||
GL_STUB(BindBufferOffsetEXT, 871, BindBufferOffsetEXT@16)
|
||||
GL_STUB(BindBufferRangeEXT, 872, BindBufferRangeEXT@20)
|
||||
GL_STUB(EndTransformFeedbackEXT, 873, EndTransformFeedbackEXT@0)
|
||||
GL_STUB(GetTransformFeedbackVaryingEXT, 874, GetTransformFeedbackVaryingEXT@28)
|
||||
GL_STUB(TransformFeedbackVaryingsEXT, 875, TransformFeedbackVaryingsEXT@16)
|
||||
GL_STUB(ProvokingVertexEXT, 876, ProvokingVertexEXT@4)
|
||||
GL_STUB(_dispatch_stub_877, 877, _dispatch_stub_877@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_877, _dispatch_stub_877@12))
|
||||
GL_STUB(GetObjectParameterivAPPLE, 878, GetObjectParameterivAPPLE@16)
|
||||
GL_STUB(ObjectPurgeableAPPLE, 879, ObjectPurgeableAPPLE@12)
|
||||
GL_STUB(ObjectUnpurgeableAPPLE, 880, ObjectUnpurgeableAPPLE@12)
|
||||
GL_STUB(ActiveProgramEXT, 881, ActiveProgramEXT@4)
|
||||
GL_STUB(CreateShaderProgramEXT, 882, CreateShaderProgramEXT@8)
|
||||
GL_STUB(UseShaderProgramEXT, 883, UseShaderProgramEXT@8)
|
||||
GL_STUB(TextureBarrierNV, 884, TextureBarrierNV@0)
|
||||
GL_STUB(_dispatch_stub_885, 885, _dispatch_stub_885@16)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_885, _dispatch_stub_885@16))
|
||||
GL_STUB(_dispatch_stub_878, 878, _dispatch_stub_878@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_878, _dispatch_stub_878@12))
|
||||
GL_STUB(GetObjectParameterivAPPLE, 879, GetObjectParameterivAPPLE@16)
|
||||
GL_STUB(ObjectPurgeableAPPLE, 880, ObjectPurgeableAPPLE@12)
|
||||
GL_STUB(ObjectUnpurgeableAPPLE, 881, ObjectUnpurgeableAPPLE@12)
|
||||
GL_STUB(ActiveProgramEXT, 882, ActiveProgramEXT@4)
|
||||
GL_STUB(CreateShaderProgramEXT, 883, CreateShaderProgramEXT@8)
|
||||
GL_STUB(UseShaderProgramEXT, 884, UseShaderProgramEXT@8)
|
||||
GL_STUB(TextureBarrierNV, 885, TextureBarrierNV@0)
|
||||
GL_STUB(_dispatch_stub_886, 886, _dispatch_stub_886@16)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_886, _dispatch_stub_886@16))
|
||||
GL_STUB(_dispatch_stub_887, 887, _dispatch_stub_887@16)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_887, _dispatch_stub_887@16))
|
||||
GL_STUB(_dispatch_stub_888, 888, _dispatch_stub_888@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_888, _dispatch_stub_888@12))
|
||||
GL_STUB(_dispatch_stub_888, 888, _dispatch_stub_888@16)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_888, _dispatch_stub_888@16))
|
||||
GL_STUB(_dispatch_stub_889, 889, _dispatch_stub_889@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_889, _dispatch_stub_889@12))
|
||||
GL_STUB(EGLImageTargetRenderbufferStorageOES, 890, EGLImageTargetRenderbufferStorageOES@8)
|
||||
GL_STUB(EGLImageTargetTexture2DOES, 891, EGLImageTargetTexture2DOES@8)
|
||||
GL_STUB(_dispatch_stub_890, 890, _dispatch_stub_890@12)
|
||||
HIDDEN(GL_PREFIX(_dispatch_stub_890, _dispatch_stub_890@12))
|
||||
GL_STUB(EGLImageTargetRenderbufferStorageOES, 891, EGLImageTargetRenderbufferStorageOES@8)
|
||||
GL_STUB(EGLImageTargetTexture2DOES, 892, EGLImageTargetTexture2DOES@8)
|
||||
GL_STUB_ALIAS(ArrayElementEXT, 306, ArrayElementEXT@4, ArrayElement, ArrayElement@4)
|
||||
GL_STUB_ALIAS(BindTextureEXT, 307, BindTextureEXT@8, BindTexture, BindTexture@8)
|
||||
GL_STUB_ALIAS(DrawArraysEXT, 310, DrawArraysEXT@12, DrawArrays, DrawArrays@12)
|
||||
@@ -1261,156 +1262,156 @@ GLNAME(gl_dispatch_functions_start):
|
||||
GL_STUB_ALIAS(GetAttribLocation, 570, GetAttribLocation@8, GetAttribLocationARB, GetAttribLocationARB@8)
|
||||
GL_STUB_ALIAS(DrawBuffers, 571, DrawBuffers@8, DrawBuffersARB, DrawBuffersARB@8)
|
||||
GL_STUB_ALIAS(DrawBuffersATI, 571, DrawBuffersATI@8, DrawBuffersARB, DrawBuffersARB@8)
|
||||
GL_STUB_ALIAS(DrawArraysInstancedEXT, 572, DrawArraysInstancedEXT@16, DrawArraysInstancedARB, DrawArraysInstancedARB@16)
|
||||
GL_STUB_ALIAS(DrawArraysInstanced, 572, DrawArraysInstanced@16, DrawArraysInstancedARB, DrawArraysInstancedARB@16)
|
||||
GL_STUB_ALIAS(DrawElementsInstancedEXT, 573, DrawElementsInstancedEXT@20, DrawElementsInstancedARB, DrawElementsInstancedARB@20)
|
||||
GL_STUB_ALIAS(DrawElementsInstanced, 573, DrawElementsInstanced@20, DrawElementsInstancedARB, DrawElementsInstancedARB@20)
|
||||
GL_STUB_ALIAS(RenderbufferStorageMultisampleEXT, 574, RenderbufferStorageMultisampleEXT@20, RenderbufferStorageMultisample, RenderbufferStorageMultisample@20)
|
||||
GL_STUB_ALIAS(PointParameterf, 625, PointParameterf@8, PointParameterfEXT, PointParameterfEXT@8)
|
||||
GL_STUB_ALIAS(PointParameterfARB, 625, PointParameterfARB@8, PointParameterfEXT, PointParameterfEXT@8)
|
||||
GL_STUB_ALIAS(PointParameterfv, 626, PointParameterfv@8, PointParameterfvEXT, PointParameterfvEXT@8)
|
||||
GL_STUB_ALIAS(PointParameterfvARB, 626, PointParameterfvARB@8, PointParameterfvEXT, PointParameterfvEXT@8)
|
||||
GL_STUB_ALIAS(SecondaryColor3b, 629, SecondaryColor3b@12, SecondaryColor3bEXT, SecondaryColor3bEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3bv, 630, SecondaryColor3bv@4, SecondaryColor3bvEXT, SecondaryColor3bvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3d, 631, SecondaryColor3d@24, SecondaryColor3dEXT, SecondaryColor3dEXT@24)
|
||||
GL_STUB_ALIAS(SecondaryColor3dv, 632, SecondaryColor3dv@4, SecondaryColor3dvEXT, SecondaryColor3dvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3f, 633, SecondaryColor3f@12, SecondaryColor3fEXT, SecondaryColor3fEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3fv, 634, SecondaryColor3fv@4, SecondaryColor3fvEXT, SecondaryColor3fvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3i, 635, SecondaryColor3i@12, SecondaryColor3iEXT, SecondaryColor3iEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3iv, 636, SecondaryColor3iv@4, SecondaryColor3ivEXT, SecondaryColor3ivEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3s, 637, SecondaryColor3s@12, SecondaryColor3sEXT, SecondaryColor3sEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3sv, 638, SecondaryColor3sv@4, SecondaryColor3svEXT, SecondaryColor3svEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3ub, 639, SecondaryColor3ub@12, SecondaryColor3ubEXT, SecondaryColor3ubEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3ubv, 640, SecondaryColor3ubv@4, SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3ui, 641, SecondaryColor3ui@12, SecondaryColor3uiEXT, SecondaryColor3uiEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3uiv, 642, SecondaryColor3uiv@4, SecondaryColor3uivEXT, SecondaryColor3uivEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3us, 643, SecondaryColor3us@12, SecondaryColor3usEXT, SecondaryColor3usEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3usv, 644, SecondaryColor3usv@4, SecondaryColor3usvEXT, SecondaryColor3usvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColorPointer, 645, SecondaryColorPointer@16, SecondaryColorPointerEXT, SecondaryColorPointerEXT@16)
|
||||
GL_STUB_ALIAS(MultiDrawArrays, 646, MultiDrawArrays@16, MultiDrawArraysEXT, MultiDrawArraysEXT@16)
|
||||
GL_STUB_ALIAS(MultiDrawElements, 647, MultiDrawElements@20, MultiDrawElementsEXT, MultiDrawElementsEXT@20)
|
||||
GL_STUB_ALIAS(FogCoordPointer, 648, FogCoordPointer@12, FogCoordPointerEXT, FogCoordPointerEXT@12)
|
||||
GL_STUB_ALIAS(FogCoordd, 649, FogCoordd@8, FogCoorddEXT, FogCoorddEXT@8)
|
||||
GL_STUB_ALIAS(FogCoorddv, 650, FogCoorddv@4, FogCoorddvEXT, FogCoorddvEXT@4)
|
||||
GL_STUB_ALIAS(FogCoordf, 651, FogCoordf@4, FogCoordfEXT, FogCoordfEXT@4)
|
||||
GL_STUB_ALIAS(FogCoordfv, 652, FogCoordfv@4, FogCoordfvEXT, FogCoordfvEXT@4)
|
||||
GL_STUB_ALIAS(BlendFuncSeparate, 654, BlendFuncSeparate@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16)
|
||||
GL_STUB_ALIAS(WindowPos2d, 671, WindowPos2d@16, WindowPos2dMESA, WindowPos2dMESA@16)
|
||||
GL_STUB_ALIAS(WindowPos2dARB, 671, WindowPos2dARB@16, WindowPos2dMESA, WindowPos2dMESA@16)
|
||||
GL_STUB_ALIAS(WindowPos2dv, 672, WindowPos2dv@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2dvARB, 672, WindowPos2dvARB@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2f, 673, WindowPos2f@8, WindowPos2fMESA, WindowPos2fMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2fARB, 673, WindowPos2fARB@8, WindowPos2fMESA, WindowPos2fMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2fv, 674, WindowPos2fv@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2fvARB, 674, WindowPos2fvARB@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2i, 675, WindowPos2i@8, WindowPos2iMESA, WindowPos2iMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2iARB, 675, WindowPos2iARB@8, WindowPos2iMESA, WindowPos2iMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2iv, 676, WindowPos2iv@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2ivARB, 676, WindowPos2ivARB@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2s, 677, WindowPos2s@8, WindowPos2sMESA, WindowPos2sMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2sARB, 677, WindowPos2sARB@8, WindowPos2sMESA, WindowPos2sMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2sv, 678, WindowPos2sv@4, WindowPos2svMESA, WindowPos2svMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2svARB, 678, WindowPos2svARB@4, WindowPos2svMESA, WindowPos2svMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3d, 679, WindowPos3d@24, WindowPos3dMESA, WindowPos3dMESA@24)
|
||||
GL_STUB_ALIAS(WindowPos3dARB, 679, WindowPos3dARB@24, WindowPos3dMESA, WindowPos3dMESA@24)
|
||||
GL_STUB_ALIAS(WindowPos3dv, 680, WindowPos3dv@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3dvARB, 680, WindowPos3dvARB@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3f, 681, WindowPos3f@12, WindowPos3fMESA, WindowPos3fMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3fARB, 681, WindowPos3fARB@12, WindowPos3fMESA, WindowPos3fMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3fv, 682, WindowPos3fv@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3fvARB, 682, WindowPos3fvARB@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3i, 683, WindowPos3i@12, WindowPos3iMESA, WindowPos3iMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3iARB, 683, WindowPos3iARB@12, WindowPos3iMESA, WindowPos3iMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3iv, 684, WindowPos3iv@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3ivARB, 684, WindowPos3ivARB@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3s, 685, WindowPos3s@12, WindowPos3sMESA, WindowPos3sMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3sARB, 685, WindowPos3sARB@12, WindowPos3sMESA, WindowPos3sMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3sv, 686, WindowPos3sv@4, WindowPos3svMESA, WindowPos3svMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3svARB, 686, WindowPos3svARB@4, WindowPos3svMESA, WindowPos3svMESA@4)
|
||||
GL_STUB_ALIAS(BindProgramARB, 705, BindProgramARB@8, BindProgramNV, BindProgramNV@8)
|
||||
GL_STUB_ALIAS(DeleteProgramsARB, 706, DeleteProgramsARB@8, DeleteProgramsNV, DeleteProgramsNV@8)
|
||||
GL_STUB_ALIAS(GenProgramsARB, 708, GenProgramsARB@8, GenProgramsNV, GenProgramsNV@8)
|
||||
GL_STUB_ALIAS(GetVertexAttribPointerv, 714, GetVertexAttribPointerv@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
|
||||
GL_STUB_ALIAS(GetVertexAttribPointervARB, 714, GetVertexAttribPointervARB@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
|
||||
GL_STUB_ALIAS(IsProgramARB, 718, IsProgramARB@4, IsProgramNV, IsProgramNV@4)
|
||||
GL_STUB_ALIAS(PointParameteri, 782, PointParameteri@8, PointParameteriNV, PointParameteriNV@8)
|
||||
GL_STUB_ALIAS(PointParameteriv, 783, PointParameteriv@8, PointParameterivNV, PointParameterivNV@8)
|
||||
GL_STUB_ALIAS(DeleteVertexArrays, 786, DeleteVertexArrays@8, _dispatch_stub_786, _dispatch_stub_786@8)
|
||||
GL_STUB_ALIAS(IsVertexArray, 788, IsVertexArray@4, _dispatch_stub_788, _dispatch_stub_788@4)
|
||||
GL_STUB_ALIAS(PrimitiveRestartIndex, 795, PrimitiveRestartIndex@4, PrimitiveRestartIndexNV, PrimitiveRestartIndexNV@4)
|
||||
GL_STUB_ALIAS(BlendEquationSeparate, 798, BlendEquationSeparate@8, _dispatch_stub_798, _dispatch_stub_798@8)
|
||||
GL_STUB_ALIAS(BindFramebuffer, 799, BindFramebuffer@8, BindFramebufferEXT, BindFramebufferEXT@8)
|
||||
GL_STUB_ALIAS(BindRenderbuffer, 800, BindRenderbuffer@8, BindRenderbufferEXT, BindRenderbufferEXT@8)
|
||||
GL_STUB_ALIAS(CheckFramebufferStatus, 801, CheckFramebufferStatus@4, CheckFramebufferStatusEXT, CheckFramebufferStatusEXT@4)
|
||||
GL_STUB_ALIAS(DeleteFramebuffers, 802, DeleteFramebuffers@8, DeleteFramebuffersEXT, DeleteFramebuffersEXT@8)
|
||||
GL_STUB_ALIAS(DeleteRenderbuffers, 803, DeleteRenderbuffers@8, DeleteRenderbuffersEXT, DeleteRenderbuffersEXT@8)
|
||||
GL_STUB_ALIAS(FramebufferRenderbuffer, 804, FramebufferRenderbuffer@16, FramebufferRenderbufferEXT, FramebufferRenderbufferEXT@16)
|
||||
GL_STUB_ALIAS(FramebufferTexture1D, 805, FramebufferTexture1D@20, FramebufferTexture1DEXT, FramebufferTexture1DEXT@20)
|
||||
GL_STUB_ALIAS(FramebufferTexture2D, 806, FramebufferTexture2D@20, FramebufferTexture2DEXT, FramebufferTexture2DEXT@20)
|
||||
GL_STUB_ALIAS(FramebufferTexture3D, 807, FramebufferTexture3D@24, FramebufferTexture3DEXT, FramebufferTexture3DEXT@24)
|
||||
GL_STUB_ALIAS(GenFramebuffers, 808, GenFramebuffers@8, GenFramebuffersEXT, GenFramebuffersEXT@8)
|
||||
GL_STUB_ALIAS(GenRenderbuffers, 809, GenRenderbuffers@8, GenRenderbuffersEXT, GenRenderbuffersEXT@8)
|
||||
GL_STUB_ALIAS(GenerateMipmap, 810, GenerateMipmap@4, GenerateMipmapEXT, GenerateMipmapEXT@4)
|
||||
GL_STUB_ALIAS(GetFramebufferAttachmentParameteriv, 811, GetFramebufferAttachmentParameteriv@16, GetFramebufferAttachmentParameterivEXT, GetFramebufferAttachmentParameterivEXT@16)
|
||||
GL_STUB_ALIAS(GetRenderbufferParameteriv, 812, GetRenderbufferParameteriv@12, GetRenderbufferParameterivEXT, GetRenderbufferParameterivEXT@12)
|
||||
GL_STUB_ALIAS(IsFramebuffer, 813, IsFramebuffer@4, IsFramebufferEXT, IsFramebufferEXT@4)
|
||||
GL_STUB_ALIAS(IsRenderbuffer, 814, IsRenderbuffer@4, IsRenderbufferEXT, IsRenderbufferEXT@4)
|
||||
GL_STUB_ALIAS(RenderbufferStorage, 815, RenderbufferStorage@16, RenderbufferStorageEXT, RenderbufferStorageEXT@16)
|
||||
GL_STUB_ALIAS(BlitFramebuffer, 816, BlitFramebuffer@40, _dispatch_stub_816, _dispatch_stub_816@40)
|
||||
GL_STUB_ALIAS(BindFragDataLocation, 819, BindFragDataLocation@12, BindFragDataLocationEXT, BindFragDataLocationEXT@12)
|
||||
GL_STUB_ALIAS(GetFragDataLocation, 820, GetFragDataLocation@8, GetFragDataLocationEXT, GetFragDataLocationEXT@8)
|
||||
GL_STUB_ALIAS(GetUniformuiv, 821, GetUniformuiv@12, GetUniformuivEXT, GetUniformuivEXT@12)
|
||||
GL_STUB_ALIAS(GetVertexAttribIiv, 822, GetVertexAttribIiv@12, GetVertexAttribIivEXT, GetVertexAttribIivEXT@12)
|
||||
GL_STUB_ALIAS(GetVertexAttribIuiv, 823, GetVertexAttribIuiv@12, GetVertexAttribIuivEXT, GetVertexAttribIuivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform1ui, 824, Uniform1ui@8, Uniform1uiEXT, Uniform1uiEXT@8)
|
||||
GL_STUB_ALIAS(Uniform1uiv, 825, Uniform1uiv@12, Uniform1uivEXT, Uniform1uivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform2ui, 826, Uniform2ui@12, Uniform2uiEXT, Uniform2uiEXT@12)
|
||||
GL_STUB_ALIAS(Uniform2uiv, 827, Uniform2uiv@12, Uniform2uivEXT, Uniform2uivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform3ui, 828, Uniform3ui@16, Uniform3uiEXT, Uniform3uiEXT@16)
|
||||
GL_STUB_ALIAS(Uniform3uiv, 829, Uniform3uiv@12, Uniform3uivEXT, Uniform3uivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform4ui, 830, Uniform4ui@20, Uniform4uiEXT, Uniform4uiEXT@20)
|
||||
GL_STUB_ALIAS(Uniform4uiv, 831, Uniform4uiv@12, Uniform4uivEXT, Uniform4uivEXT@12)
|
||||
GL_STUB_ALIAS(VertexAttribI1i, 832, VertexAttribI1i@8, VertexAttribI1iEXT, VertexAttribI1iEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI1iv, 833, VertexAttribI1iv@8, VertexAttribI1ivEXT, VertexAttribI1ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI1ui, 834, VertexAttribI1ui@8, VertexAttribI1uiEXT, VertexAttribI1uiEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI1uiv, 835, VertexAttribI1uiv@8, VertexAttribI1uivEXT, VertexAttribI1uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI2i, 836, VertexAttribI2i@12, VertexAttribI2iEXT, VertexAttribI2iEXT@12)
|
||||
GL_STUB_ALIAS(VertexAttribI2iv, 837, VertexAttribI2iv@8, VertexAttribI2ivEXT, VertexAttribI2ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI2ui, 838, VertexAttribI2ui@12, VertexAttribI2uiEXT, VertexAttribI2uiEXT@12)
|
||||
GL_STUB_ALIAS(VertexAttribI2uiv, 839, VertexAttribI2uiv@8, VertexAttribI2uivEXT, VertexAttribI2uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI3i, 840, VertexAttribI3i@16, VertexAttribI3iEXT, VertexAttribI3iEXT@16)
|
||||
GL_STUB_ALIAS(VertexAttribI3iv, 841, VertexAttribI3iv@8, VertexAttribI3ivEXT, VertexAttribI3ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI3ui, 842, VertexAttribI3ui@16, VertexAttribI3uiEXT, VertexAttribI3uiEXT@16)
|
||||
GL_STUB_ALIAS(VertexAttribI3uiv, 843, VertexAttribI3uiv@8, VertexAttribI3uivEXT, VertexAttribI3uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4bv, 844, VertexAttribI4bv@8, VertexAttribI4bvEXT, VertexAttribI4bvEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4i, 845, VertexAttribI4i@20, VertexAttribI4iEXT, VertexAttribI4iEXT@20)
|
||||
GL_STUB_ALIAS(VertexAttribI4iv, 846, VertexAttribI4iv@8, VertexAttribI4ivEXT, VertexAttribI4ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4sv, 847, VertexAttribI4sv@8, VertexAttribI4svEXT, VertexAttribI4svEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4ubv, 848, VertexAttribI4ubv@8, VertexAttribI4ubvEXT, VertexAttribI4ubvEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4ui, 849, VertexAttribI4ui@20, VertexAttribI4uiEXT, VertexAttribI4uiEXT@20)
|
||||
GL_STUB_ALIAS(VertexAttribI4uiv, 850, VertexAttribI4uiv@8, VertexAttribI4uivEXT, VertexAttribI4uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4usv, 851, VertexAttribI4usv@8, VertexAttribI4usvEXT, VertexAttribI4usvEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribIPointer, 852, VertexAttribIPointer@20, VertexAttribIPointerEXT, VertexAttribIPointerEXT@20)
|
||||
GL_STUB_ALIAS(FramebufferTextureLayer, 853, FramebufferTextureLayer@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
|
||||
GL_STUB_ALIAS(ColorMaski, 854, ColorMaski@20, ColorMaskIndexedEXT, ColorMaskIndexedEXT@20)
|
||||
GL_STUB_ALIAS(Disablei, 855, Disablei@8, DisableIndexedEXT, DisableIndexedEXT@8)
|
||||
GL_STUB_ALIAS(Enablei, 856, Enablei@8, EnableIndexedEXT, EnableIndexedEXT@8)
|
||||
GL_STUB_ALIAS(GetBooleani_v, 857, GetBooleani_v@12, GetBooleanIndexedvEXT, GetBooleanIndexedvEXT@12)
|
||||
GL_STUB_ALIAS(GetIntegeri_v, 858, GetIntegeri_v@12, GetIntegerIndexedvEXT, GetIntegerIndexedvEXT@12)
|
||||
GL_STUB_ALIAS(IsEnabledi, 859, IsEnabledi@8, IsEnabledIndexedEXT, IsEnabledIndexedEXT@8)
|
||||
GL_STUB_ALIAS(GetTexParameterIiv, 862, GetTexParameterIiv@12, GetTexParameterIivEXT, GetTexParameterIivEXT@12)
|
||||
GL_STUB_ALIAS(GetTexParameterIuiv, 863, GetTexParameterIuiv@12, GetTexParameterIuivEXT, GetTexParameterIuivEXT@12)
|
||||
GL_STUB_ALIAS(TexParameterIiv, 864, TexParameterIiv@12, TexParameterIivEXT, TexParameterIivEXT@12)
|
||||
GL_STUB_ALIAS(TexParameterIuiv, 865, TexParameterIuiv@12, TexParameterIuivEXT, TexParameterIuivEXT@12)
|
||||
GL_STUB_ALIAS(BeginConditionalRender, 866, BeginConditionalRender@8, BeginConditionalRenderNV, BeginConditionalRenderNV@8)
|
||||
GL_STUB_ALIAS(EndConditionalRender, 867, EndConditionalRender@0, EndConditionalRenderNV, EndConditionalRenderNV@0)
|
||||
GL_STUB_ALIAS(BeginTransformFeedback, 868, BeginTransformFeedback@4, BeginTransformFeedbackEXT, BeginTransformFeedbackEXT@4)
|
||||
GL_STUB_ALIAS(BindBufferBase, 869, BindBufferBase@12, BindBufferBaseEXT, BindBufferBaseEXT@12)
|
||||
GL_STUB_ALIAS(BindBufferRange, 871, BindBufferRange@20, BindBufferRangeEXT, BindBufferRangeEXT@20)
|
||||
GL_STUB_ALIAS(EndTransformFeedback, 872, EndTransformFeedback@0, EndTransformFeedbackEXT, EndTransformFeedbackEXT@0)
|
||||
GL_STUB_ALIAS(GetTransformFeedbackVarying, 873, GetTransformFeedbackVarying@28, GetTransformFeedbackVaryingEXT, GetTransformFeedbackVaryingEXT@28)
|
||||
GL_STUB_ALIAS(TransformFeedbackVaryings, 874, TransformFeedbackVaryings@16, TransformFeedbackVaryingsEXT, TransformFeedbackVaryingsEXT@16)
|
||||
GL_STUB_ALIAS(ProvokingVertex, 875, ProvokingVertex@4, ProvokingVertexEXT, ProvokingVertexEXT@4)
|
||||
GL_STUB_ALIAS(DrawArraysInstancedEXT, 573, DrawArraysInstancedEXT@16, DrawArraysInstancedARB, DrawArraysInstancedARB@16)
|
||||
GL_STUB_ALIAS(DrawArraysInstanced, 573, DrawArraysInstanced@16, DrawArraysInstancedARB, DrawArraysInstancedARB@16)
|
||||
GL_STUB_ALIAS(DrawElementsInstancedEXT, 574, DrawElementsInstancedEXT@20, DrawElementsInstancedARB, DrawElementsInstancedARB@20)
|
||||
GL_STUB_ALIAS(DrawElementsInstanced, 574, DrawElementsInstanced@20, DrawElementsInstancedARB, DrawElementsInstancedARB@20)
|
||||
GL_STUB_ALIAS(RenderbufferStorageMultisampleEXT, 575, RenderbufferStorageMultisampleEXT@20, RenderbufferStorageMultisample, RenderbufferStorageMultisample@20)
|
||||
GL_STUB_ALIAS(PointParameterf, 626, PointParameterf@8, PointParameterfEXT, PointParameterfEXT@8)
|
||||
GL_STUB_ALIAS(PointParameterfARB, 626, PointParameterfARB@8, PointParameterfEXT, PointParameterfEXT@8)
|
||||
GL_STUB_ALIAS(PointParameterfv, 627, PointParameterfv@8, PointParameterfvEXT, PointParameterfvEXT@8)
|
||||
GL_STUB_ALIAS(PointParameterfvARB, 627, PointParameterfvARB@8, PointParameterfvEXT, PointParameterfvEXT@8)
|
||||
GL_STUB_ALIAS(SecondaryColor3b, 630, SecondaryColor3b@12, SecondaryColor3bEXT, SecondaryColor3bEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3bv, 631, SecondaryColor3bv@4, SecondaryColor3bvEXT, SecondaryColor3bvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3d, 632, SecondaryColor3d@24, SecondaryColor3dEXT, SecondaryColor3dEXT@24)
|
||||
GL_STUB_ALIAS(SecondaryColor3dv, 633, SecondaryColor3dv@4, SecondaryColor3dvEXT, SecondaryColor3dvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3f, 634, SecondaryColor3f@12, SecondaryColor3fEXT, SecondaryColor3fEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3fv, 635, SecondaryColor3fv@4, SecondaryColor3fvEXT, SecondaryColor3fvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3i, 636, SecondaryColor3i@12, SecondaryColor3iEXT, SecondaryColor3iEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3iv, 637, SecondaryColor3iv@4, SecondaryColor3ivEXT, SecondaryColor3ivEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3s, 638, SecondaryColor3s@12, SecondaryColor3sEXT, SecondaryColor3sEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3sv, 639, SecondaryColor3sv@4, SecondaryColor3svEXT, SecondaryColor3svEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3ub, 640, SecondaryColor3ub@12, SecondaryColor3ubEXT, SecondaryColor3ubEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3ubv, 641, SecondaryColor3ubv@4, SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3ui, 642, SecondaryColor3ui@12, SecondaryColor3uiEXT, SecondaryColor3uiEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3uiv, 643, SecondaryColor3uiv@4, SecondaryColor3uivEXT, SecondaryColor3uivEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColor3us, 644, SecondaryColor3us@12, SecondaryColor3usEXT, SecondaryColor3usEXT@12)
|
||||
GL_STUB_ALIAS(SecondaryColor3usv, 645, SecondaryColor3usv@4, SecondaryColor3usvEXT, SecondaryColor3usvEXT@4)
|
||||
GL_STUB_ALIAS(SecondaryColorPointer, 646, SecondaryColorPointer@16, SecondaryColorPointerEXT, SecondaryColorPointerEXT@16)
|
||||
GL_STUB_ALIAS(MultiDrawArrays, 647, MultiDrawArrays@16, MultiDrawArraysEXT, MultiDrawArraysEXT@16)
|
||||
GL_STUB_ALIAS(MultiDrawElements, 648, MultiDrawElements@20, MultiDrawElementsEXT, MultiDrawElementsEXT@20)
|
||||
GL_STUB_ALIAS(FogCoordPointer, 649, FogCoordPointer@12, FogCoordPointerEXT, FogCoordPointerEXT@12)
|
||||
GL_STUB_ALIAS(FogCoordd, 650, FogCoordd@8, FogCoorddEXT, FogCoorddEXT@8)
|
||||
GL_STUB_ALIAS(FogCoorddv, 651, FogCoorddv@4, FogCoorddvEXT, FogCoorddvEXT@4)
|
||||
GL_STUB_ALIAS(FogCoordf, 652, FogCoordf@4, FogCoordfEXT, FogCoordfEXT@4)
|
||||
GL_STUB_ALIAS(FogCoordfv, 653, FogCoordfv@4, FogCoordfvEXT, FogCoordfvEXT@4)
|
||||
GL_STUB_ALIAS(BlendFuncSeparate, 655, BlendFuncSeparate@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16)
|
||||
GL_STUB_ALIAS(WindowPos2d, 672, WindowPos2d@16, WindowPos2dMESA, WindowPos2dMESA@16)
|
||||
GL_STUB_ALIAS(WindowPos2dARB, 672, WindowPos2dARB@16, WindowPos2dMESA, WindowPos2dMESA@16)
|
||||
GL_STUB_ALIAS(WindowPos2dv, 673, WindowPos2dv@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2dvARB, 673, WindowPos2dvARB@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2f, 674, WindowPos2f@8, WindowPos2fMESA, WindowPos2fMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2fARB, 674, WindowPos2fARB@8, WindowPos2fMESA, WindowPos2fMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2fv, 675, WindowPos2fv@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2fvARB, 675, WindowPos2fvARB@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2i, 676, WindowPos2i@8, WindowPos2iMESA, WindowPos2iMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2iARB, 676, WindowPos2iARB@8, WindowPos2iMESA, WindowPos2iMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2iv, 677, WindowPos2iv@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2ivARB, 677, WindowPos2ivARB@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2s, 678, WindowPos2s@8, WindowPos2sMESA, WindowPos2sMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2sARB, 678, WindowPos2sARB@8, WindowPos2sMESA, WindowPos2sMESA@8)
|
||||
GL_STUB_ALIAS(WindowPos2sv, 679, WindowPos2sv@4, WindowPos2svMESA, WindowPos2svMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos2svARB, 679, WindowPos2svARB@4, WindowPos2svMESA, WindowPos2svMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3d, 680, WindowPos3d@24, WindowPos3dMESA, WindowPos3dMESA@24)
|
||||
GL_STUB_ALIAS(WindowPos3dARB, 680, WindowPos3dARB@24, WindowPos3dMESA, WindowPos3dMESA@24)
|
||||
GL_STUB_ALIAS(WindowPos3dv, 681, WindowPos3dv@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3dvARB, 681, WindowPos3dvARB@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3f, 682, WindowPos3f@12, WindowPos3fMESA, WindowPos3fMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3fARB, 682, WindowPos3fARB@12, WindowPos3fMESA, WindowPos3fMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3fv, 683, WindowPos3fv@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3fvARB, 683, WindowPos3fvARB@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3i, 684, WindowPos3i@12, WindowPos3iMESA, WindowPos3iMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3iARB, 684, WindowPos3iARB@12, WindowPos3iMESA, WindowPos3iMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3iv, 685, WindowPos3iv@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3ivARB, 685, WindowPos3ivARB@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3s, 686, WindowPos3s@12, WindowPos3sMESA, WindowPos3sMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3sARB, 686, WindowPos3sARB@12, WindowPos3sMESA, WindowPos3sMESA@12)
|
||||
GL_STUB_ALIAS(WindowPos3sv, 687, WindowPos3sv@4, WindowPos3svMESA, WindowPos3svMESA@4)
|
||||
GL_STUB_ALIAS(WindowPos3svARB, 687, WindowPos3svARB@4, WindowPos3svMESA, WindowPos3svMESA@4)
|
||||
GL_STUB_ALIAS(BindProgramARB, 706, BindProgramARB@8, BindProgramNV, BindProgramNV@8)
|
||||
GL_STUB_ALIAS(DeleteProgramsARB, 707, DeleteProgramsARB@8, DeleteProgramsNV, DeleteProgramsNV@8)
|
||||
GL_STUB_ALIAS(GenProgramsARB, 709, GenProgramsARB@8, GenProgramsNV, GenProgramsNV@8)
|
||||
GL_STUB_ALIAS(GetVertexAttribPointerv, 715, GetVertexAttribPointerv@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
|
||||
GL_STUB_ALIAS(GetVertexAttribPointervARB, 715, GetVertexAttribPointervARB@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
|
||||
GL_STUB_ALIAS(IsProgramARB, 719, IsProgramARB@4, IsProgramNV, IsProgramNV@4)
|
||||
GL_STUB_ALIAS(PointParameteri, 783, PointParameteri@8, PointParameteriNV, PointParameteriNV@8)
|
||||
GL_STUB_ALIAS(PointParameteriv, 784, PointParameteriv@8, PointParameterivNV, PointParameterivNV@8)
|
||||
GL_STUB_ALIAS(DeleteVertexArrays, 787, DeleteVertexArrays@8, _dispatch_stub_787, _dispatch_stub_787@8)
|
||||
GL_STUB_ALIAS(IsVertexArray, 789, IsVertexArray@4, _dispatch_stub_789, _dispatch_stub_789@4)
|
||||
GL_STUB_ALIAS(PrimitiveRestartIndex, 796, PrimitiveRestartIndex@4, PrimitiveRestartIndexNV, PrimitiveRestartIndexNV@4)
|
||||
GL_STUB_ALIAS(BlendEquationSeparate, 799, BlendEquationSeparate@8, _dispatch_stub_799, _dispatch_stub_799@8)
|
||||
GL_STUB_ALIAS(BindFramebuffer, 800, BindFramebuffer@8, BindFramebufferEXT, BindFramebufferEXT@8)
|
||||
GL_STUB_ALIAS(BindRenderbuffer, 801, BindRenderbuffer@8, BindRenderbufferEXT, BindRenderbufferEXT@8)
|
||||
GL_STUB_ALIAS(CheckFramebufferStatus, 802, CheckFramebufferStatus@4, CheckFramebufferStatusEXT, CheckFramebufferStatusEXT@4)
|
||||
GL_STUB_ALIAS(DeleteFramebuffers, 803, DeleteFramebuffers@8, DeleteFramebuffersEXT, DeleteFramebuffersEXT@8)
|
||||
GL_STUB_ALIAS(DeleteRenderbuffers, 804, DeleteRenderbuffers@8, DeleteRenderbuffersEXT, DeleteRenderbuffersEXT@8)
|
||||
GL_STUB_ALIAS(FramebufferRenderbuffer, 805, FramebufferRenderbuffer@16, FramebufferRenderbufferEXT, FramebufferRenderbufferEXT@16)
|
||||
GL_STUB_ALIAS(FramebufferTexture1D, 806, FramebufferTexture1D@20, FramebufferTexture1DEXT, FramebufferTexture1DEXT@20)
|
||||
GL_STUB_ALIAS(FramebufferTexture2D, 807, FramebufferTexture2D@20, FramebufferTexture2DEXT, FramebufferTexture2DEXT@20)
|
||||
GL_STUB_ALIAS(FramebufferTexture3D, 808, FramebufferTexture3D@24, FramebufferTexture3DEXT, FramebufferTexture3DEXT@24)
|
||||
GL_STUB_ALIAS(GenFramebuffers, 809, GenFramebuffers@8, GenFramebuffersEXT, GenFramebuffersEXT@8)
|
||||
GL_STUB_ALIAS(GenRenderbuffers, 810, GenRenderbuffers@8, GenRenderbuffersEXT, GenRenderbuffersEXT@8)
|
||||
GL_STUB_ALIAS(GenerateMipmap, 811, GenerateMipmap@4, GenerateMipmapEXT, GenerateMipmapEXT@4)
|
||||
GL_STUB_ALIAS(GetFramebufferAttachmentParameteriv, 812, GetFramebufferAttachmentParameteriv@16, GetFramebufferAttachmentParameterivEXT, GetFramebufferAttachmentParameterivEXT@16)
|
||||
GL_STUB_ALIAS(GetRenderbufferParameteriv, 813, GetRenderbufferParameteriv@12, GetRenderbufferParameterivEXT, GetRenderbufferParameterivEXT@12)
|
||||
GL_STUB_ALIAS(IsFramebuffer, 814, IsFramebuffer@4, IsFramebufferEXT, IsFramebufferEXT@4)
|
||||
GL_STUB_ALIAS(IsRenderbuffer, 815, IsRenderbuffer@4, IsRenderbufferEXT, IsRenderbufferEXT@4)
|
||||
GL_STUB_ALIAS(RenderbufferStorage, 816, RenderbufferStorage@16, RenderbufferStorageEXT, RenderbufferStorageEXT@16)
|
||||
GL_STUB_ALIAS(BlitFramebuffer, 817, BlitFramebuffer@40, _dispatch_stub_817, _dispatch_stub_817@40)
|
||||
GL_STUB_ALIAS(BindFragDataLocation, 820, BindFragDataLocation@12, BindFragDataLocationEXT, BindFragDataLocationEXT@12)
|
||||
GL_STUB_ALIAS(GetFragDataLocation, 821, GetFragDataLocation@8, GetFragDataLocationEXT, GetFragDataLocationEXT@8)
|
||||
GL_STUB_ALIAS(GetUniformuiv, 822, GetUniformuiv@12, GetUniformuivEXT, GetUniformuivEXT@12)
|
||||
GL_STUB_ALIAS(GetVertexAttribIiv, 823, GetVertexAttribIiv@12, GetVertexAttribIivEXT, GetVertexAttribIivEXT@12)
|
||||
GL_STUB_ALIAS(GetVertexAttribIuiv, 824, GetVertexAttribIuiv@12, GetVertexAttribIuivEXT, GetVertexAttribIuivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform1ui, 825, Uniform1ui@8, Uniform1uiEXT, Uniform1uiEXT@8)
|
||||
GL_STUB_ALIAS(Uniform1uiv, 826, Uniform1uiv@12, Uniform1uivEXT, Uniform1uivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform2ui, 827, Uniform2ui@12, Uniform2uiEXT, Uniform2uiEXT@12)
|
||||
GL_STUB_ALIAS(Uniform2uiv, 828, Uniform2uiv@12, Uniform2uivEXT, Uniform2uivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform3ui, 829, Uniform3ui@16, Uniform3uiEXT, Uniform3uiEXT@16)
|
||||
GL_STUB_ALIAS(Uniform3uiv, 830, Uniform3uiv@12, Uniform3uivEXT, Uniform3uivEXT@12)
|
||||
GL_STUB_ALIAS(Uniform4ui, 831, Uniform4ui@20, Uniform4uiEXT, Uniform4uiEXT@20)
|
||||
GL_STUB_ALIAS(Uniform4uiv, 832, Uniform4uiv@12, Uniform4uivEXT, Uniform4uivEXT@12)
|
||||
GL_STUB_ALIAS(VertexAttribI1i, 833, VertexAttribI1i@8, VertexAttribI1iEXT, VertexAttribI1iEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI1iv, 834, VertexAttribI1iv@8, VertexAttribI1ivEXT, VertexAttribI1ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI1ui, 835, VertexAttribI1ui@8, VertexAttribI1uiEXT, VertexAttribI1uiEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI1uiv, 836, VertexAttribI1uiv@8, VertexAttribI1uivEXT, VertexAttribI1uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI2i, 837, VertexAttribI2i@12, VertexAttribI2iEXT, VertexAttribI2iEXT@12)
|
||||
GL_STUB_ALIAS(VertexAttribI2iv, 838, VertexAttribI2iv@8, VertexAttribI2ivEXT, VertexAttribI2ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI2ui, 839, VertexAttribI2ui@12, VertexAttribI2uiEXT, VertexAttribI2uiEXT@12)
|
||||
GL_STUB_ALIAS(VertexAttribI2uiv, 840, VertexAttribI2uiv@8, VertexAttribI2uivEXT, VertexAttribI2uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI3i, 841, VertexAttribI3i@16, VertexAttribI3iEXT, VertexAttribI3iEXT@16)
|
||||
GL_STUB_ALIAS(VertexAttribI3iv, 842, VertexAttribI3iv@8, VertexAttribI3ivEXT, VertexAttribI3ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI3ui, 843, VertexAttribI3ui@16, VertexAttribI3uiEXT, VertexAttribI3uiEXT@16)
|
||||
GL_STUB_ALIAS(VertexAttribI3uiv, 844, VertexAttribI3uiv@8, VertexAttribI3uivEXT, VertexAttribI3uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4bv, 845, VertexAttribI4bv@8, VertexAttribI4bvEXT, VertexAttribI4bvEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4i, 846, VertexAttribI4i@20, VertexAttribI4iEXT, VertexAttribI4iEXT@20)
|
||||
GL_STUB_ALIAS(VertexAttribI4iv, 847, VertexAttribI4iv@8, VertexAttribI4ivEXT, VertexAttribI4ivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4sv, 848, VertexAttribI4sv@8, VertexAttribI4svEXT, VertexAttribI4svEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4ubv, 849, VertexAttribI4ubv@8, VertexAttribI4ubvEXT, VertexAttribI4ubvEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4ui, 850, VertexAttribI4ui@20, VertexAttribI4uiEXT, VertexAttribI4uiEXT@20)
|
||||
GL_STUB_ALIAS(VertexAttribI4uiv, 851, VertexAttribI4uiv@8, VertexAttribI4uivEXT, VertexAttribI4uivEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribI4usv, 852, VertexAttribI4usv@8, VertexAttribI4usvEXT, VertexAttribI4usvEXT@8)
|
||||
GL_STUB_ALIAS(VertexAttribIPointer, 853, VertexAttribIPointer@20, VertexAttribIPointerEXT, VertexAttribIPointerEXT@20)
|
||||
GL_STUB_ALIAS(FramebufferTextureLayer, 854, FramebufferTextureLayer@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
|
||||
GL_STUB_ALIAS(ColorMaski, 855, ColorMaski@20, ColorMaskIndexedEXT, ColorMaskIndexedEXT@20)
|
||||
GL_STUB_ALIAS(Disablei, 856, Disablei@8, DisableIndexedEXT, DisableIndexedEXT@8)
|
||||
GL_STUB_ALIAS(Enablei, 857, Enablei@8, EnableIndexedEXT, EnableIndexedEXT@8)
|
||||
GL_STUB_ALIAS(GetBooleani_v, 858, GetBooleani_v@12, GetBooleanIndexedvEXT, GetBooleanIndexedvEXT@12)
|
||||
GL_STUB_ALIAS(GetIntegeri_v, 859, GetIntegeri_v@12, GetIntegerIndexedvEXT, GetIntegerIndexedvEXT@12)
|
||||
GL_STUB_ALIAS(IsEnabledi, 860, IsEnabledi@8, IsEnabledIndexedEXT, IsEnabledIndexedEXT@8)
|
||||
GL_STUB_ALIAS(GetTexParameterIiv, 863, GetTexParameterIiv@12, GetTexParameterIivEXT, GetTexParameterIivEXT@12)
|
||||
GL_STUB_ALIAS(GetTexParameterIuiv, 864, GetTexParameterIuiv@12, GetTexParameterIuivEXT, GetTexParameterIuivEXT@12)
|
||||
GL_STUB_ALIAS(TexParameterIiv, 865, TexParameterIiv@12, TexParameterIivEXT, TexParameterIivEXT@12)
|
||||
GL_STUB_ALIAS(TexParameterIuiv, 866, TexParameterIuiv@12, TexParameterIuivEXT, TexParameterIuivEXT@12)
|
||||
GL_STUB_ALIAS(BeginConditionalRender, 867, BeginConditionalRender@8, BeginConditionalRenderNV, BeginConditionalRenderNV@8)
|
||||
GL_STUB_ALIAS(EndConditionalRender, 868, EndConditionalRender@0, EndConditionalRenderNV, EndConditionalRenderNV@0)
|
||||
GL_STUB_ALIAS(BeginTransformFeedback, 869, BeginTransformFeedback@4, BeginTransformFeedbackEXT, BeginTransformFeedbackEXT@4)
|
||||
GL_STUB_ALIAS(BindBufferBase, 870, BindBufferBase@12, BindBufferBaseEXT, BindBufferBaseEXT@12)
|
||||
GL_STUB_ALIAS(BindBufferRange, 872, BindBufferRange@20, BindBufferRangeEXT, BindBufferRangeEXT@20)
|
||||
GL_STUB_ALIAS(EndTransformFeedback, 873, EndTransformFeedback@0, EndTransformFeedbackEXT, EndTransformFeedbackEXT@0)
|
||||
GL_STUB_ALIAS(GetTransformFeedbackVarying, 874, GetTransformFeedbackVarying@28, GetTransformFeedbackVaryingEXT, GetTransformFeedbackVaryingEXT@28)
|
||||
GL_STUB_ALIAS(TransformFeedbackVaryings, 875, TransformFeedbackVaryings@16, TransformFeedbackVaryingsEXT, TransformFeedbackVaryingsEXT@16)
|
||||
GL_STUB_ALIAS(ProvokingVertex, 876, ProvokingVertex@4, ProvokingVertexEXT, ProvokingVertexEXT@4)
|
||||
|
||||
GLOBL GLNAME(gl_dispatch_functions_end)
|
||||
HIDDEN(GLNAME(gl_dispatch_functions_end))
|
||||
|
||||
+321
-320
@@ -612,326 +612,327 @@ struct _glapi_table
|
||||
void (GLAPIENTRYP GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name); /* 569 */
|
||||
GLint (GLAPIENTRYP GetAttribLocationARB)(GLhandleARB program, const GLcharARB * name); /* 570 */
|
||||
void (GLAPIENTRYP DrawBuffersARB)(GLsizei n, const GLenum * bufs); /* 571 */
|
||||
void (GLAPIENTRYP DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount); /* 572 */
|
||||
void (GLAPIENTRYP DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount); /* 573 */
|
||||
void (GLAPIENTRYP RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); /* 574 */
|
||||
void (GLAPIENTRYP FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level); /* 575 */
|
||||
void (GLAPIENTRYP FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face); /* 576 */
|
||||
void (GLAPIENTRYP ProgramParameteriARB)(GLuint program, GLenum pname, GLint value); /* 577 */
|
||||
void (GLAPIENTRYP VertexAttribDivisorARB)(GLuint index, GLuint divisor); /* 578 */
|
||||
void (GLAPIENTRYP FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length); /* 579 */
|
||||
GLvoid * (GLAPIENTRYP MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); /* 580 */
|
||||
void (GLAPIENTRYP BindVertexArray)(GLuint array); /* 581 */
|
||||
void (GLAPIENTRYP GenVertexArrays)(GLsizei n, GLuint * arrays); /* 582 */
|
||||
void (GLAPIENTRYP CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /* 583 */
|
||||
GLenum (GLAPIENTRYP ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout); /* 584 */
|
||||
void (GLAPIENTRYP DeleteSync)(GLsync sync); /* 585 */
|
||||
GLsync (GLAPIENTRYP FenceSync)(GLenum condition, GLbitfield flags); /* 586 */
|
||||
void (GLAPIENTRYP GetInteger64v)(GLenum pname, GLint64 * params); /* 587 */
|
||||
void (GLAPIENTRYP GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 588 */
|
||||
GLboolean (GLAPIENTRYP IsSync)(GLsync sync); /* 589 */
|
||||
void (GLAPIENTRYP WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout); /* 590 */
|
||||
void (GLAPIENTRYP DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex); /* 591 */
|
||||
void (GLAPIENTRYP DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex); /* 592 */
|
||||
void (GLAPIENTRYP MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount, const GLint * basevertex); /* 593 */
|
||||
void (GLAPIENTRYP BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA); /* 594 */
|
||||
void (GLAPIENTRYP BlendEquationiARB)(GLuint buf, GLenum mode); /* 595 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA); /* 596 */
|
||||
void (GLAPIENTRYP BlendFunciARB)(GLuint buf, GLenum src, GLenum dst); /* 597 */
|
||||
void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 598 */
|
||||
void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 599 */
|
||||
void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 600 */
|
||||
void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 601 */
|
||||
GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 602 */
|
||||
void (GLAPIENTRYP PauseTransformFeedback)(void); /* 603 */
|
||||
void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 604 */
|
||||
void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 605 */
|
||||
void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 606 */
|
||||
void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 607 */
|
||||
void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 608 */
|
||||
void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 609 */
|
||||
void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 610 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterfvSGIS)(GLenum pname, GLfloat * params); /* 611 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterivSGIS)(GLenum pname, GLint * params); /* 612 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfSGIS)(GLenum pname, GLfloat param); /* 613 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfvSGIS)(GLenum pname, const GLfloat * params); /* 614 */
|
||||
void (GLAPIENTRYP PixelTexGenParameteriSGIS)(GLenum pname, GLint param); /* 615 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterivSGIS)(GLenum pname, const GLint * params); /* 616 */
|
||||
void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 617 */
|
||||
void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 618 */
|
||||
void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 619 */
|
||||
void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 620 */
|
||||
void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 621 */
|
||||
void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 622 */
|
||||
void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 623 */
|
||||
void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 624 */
|
||||
void (GLAPIENTRYP PointParameterfEXT)(GLenum pname, GLfloat param); /* 625 */
|
||||
void (GLAPIENTRYP PointParameterfvEXT)(GLenum pname, const GLfloat * params); /* 626 */
|
||||
void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 627 */
|
||||
void (GLAPIENTRYP UnlockArraysEXT)(void); /* 628 */
|
||||
void (GLAPIENTRYP SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue); /* 629 */
|
||||
void (GLAPIENTRYP SecondaryColor3bvEXT)(const GLbyte * v); /* 630 */
|
||||
void (GLAPIENTRYP SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue); /* 631 */
|
||||
void (GLAPIENTRYP SecondaryColor3dvEXT)(const GLdouble * v); /* 632 */
|
||||
void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 633 */
|
||||
void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 634 */
|
||||
void (GLAPIENTRYP SecondaryColor3iEXT)(GLint red, GLint green, GLint blue); /* 635 */
|
||||
void (GLAPIENTRYP SecondaryColor3ivEXT)(const GLint * v); /* 636 */
|
||||
void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 637 */
|
||||
void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 638 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue); /* 639 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubvEXT)(const GLubyte * v); /* 640 */
|
||||
void (GLAPIENTRYP SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue); /* 641 */
|
||||
void (GLAPIENTRYP SecondaryColor3uivEXT)(const GLuint * v); /* 642 */
|
||||
void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 643 */
|
||||
void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 644 */
|
||||
void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 645 */
|
||||
void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 646 */
|
||||
void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 647 */
|
||||
void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 648 */
|
||||
void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 649 */
|
||||
void (GLAPIENTRYP FogCoorddvEXT)(const GLdouble * coord); /* 650 */
|
||||
void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 651 */
|
||||
void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 652 */
|
||||
void (GLAPIENTRYP PixelTexGenSGIX)(GLenum mode); /* 653 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 654 */
|
||||
void (GLAPIENTRYP FlushVertexArrayRangeNV)(void); /* 655 */
|
||||
void (GLAPIENTRYP VertexArrayRangeNV)(GLsizei length, const GLvoid * pointer); /* 656 */
|
||||
void (GLAPIENTRYP CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 657 */
|
||||
void (GLAPIENTRYP CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum); /* 658 */
|
||||
void (GLAPIENTRYP CombinerParameterfNV)(GLenum pname, GLfloat param); /* 659 */
|
||||
void (GLAPIENTRYP CombinerParameterfvNV)(GLenum pname, const GLfloat * params); /* 660 */
|
||||
void (GLAPIENTRYP CombinerParameteriNV)(GLenum pname, GLint param); /* 661 */
|
||||
void (GLAPIENTRYP CombinerParameterivNV)(GLenum pname, const GLint * params); /* 662 */
|
||||
void (GLAPIENTRYP FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 663 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params); /* 664 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params); /* 665 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat * params); /* 666 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint * params); /* 667 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat * params); /* 668 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint * params); /* 669 */
|
||||
void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 670 */
|
||||
void (GLAPIENTRYP WindowPos2dMESA)(GLdouble x, GLdouble y); /* 671 */
|
||||
void (GLAPIENTRYP WindowPos2dvMESA)(const GLdouble * v); /* 672 */
|
||||
void (GLAPIENTRYP WindowPos2fMESA)(GLfloat x, GLfloat y); /* 673 */
|
||||
void (GLAPIENTRYP WindowPos2fvMESA)(const GLfloat * v); /* 674 */
|
||||
void (GLAPIENTRYP WindowPos2iMESA)(GLint x, GLint y); /* 675 */
|
||||
void (GLAPIENTRYP WindowPos2ivMESA)(const GLint * v); /* 676 */
|
||||
void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 677 */
|
||||
void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 678 */
|
||||
void (GLAPIENTRYP WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z); /* 679 */
|
||||
void (GLAPIENTRYP WindowPos3dvMESA)(const GLdouble * v); /* 680 */
|
||||
void (GLAPIENTRYP WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z); /* 681 */
|
||||
void (GLAPIENTRYP WindowPos3fvMESA)(const GLfloat * v); /* 682 */
|
||||
void (GLAPIENTRYP WindowPos3iMESA)(GLint x, GLint y, GLint z); /* 683 */
|
||||
void (GLAPIENTRYP WindowPos3ivMESA)(const GLint * v); /* 684 */
|
||||
void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 685 */
|
||||
void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 686 */
|
||||
void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 687 */
|
||||
void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 688 */
|
||||
void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 689 */
|
||||
void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 690 */
|
||||
void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 691 */
|
||||
void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 692 */
|
||||
void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 693 */
|
||||
void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 694 */
|
||||
void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 695 */
|
||||
void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 696 */
|
||||
void (GLAPIENTRYP DeleteFencesNV)(GLsizei n, const GLuint * fences); /* 697 */
|
||||
void (GLAPIENTRYP FinishFenceNV)(GLuint fence); /* 698 */
|
||||
void (GLAPIENTRYP GenFencesNV)(GLsizei n, GLuint * fences); /* 699 */
|
||||
void (GLAPIENTRYP GetFenceivNV)(GLuint fence, GLenum pname, GLint * params); /* 700 */
|
||||
GLboolean (GLAPIENTRYP IsFenceNV)(GLuint fence); /* 701 */
|
||||
void (GLAPIENTRYP SetFenceNV)(GLuint fence, GLenum condition); /* 702 */
|
||||
GLboolean (GLAPIENTRYP TestFenceNV)(GLuint fence); /* 703 */
|
||||
GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 704 */
|
||||
void (GLAPIENTRYP BindProgramNV)(GLenum target, GLuint program); /* 705 */
|
||||
void (GLAPIENTRYP DeleteProgramsNV)(GLsizei n, const GLuint * programs); /* 706 */
|
||||
void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 707 */
|
||||
void (GLAPIENTRYP GenProgramsNV)(GLsizei n, GLuint * programs); /* 708 */
|
||||
void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 709 */
|
||||
void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 710 */
|
||||
void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 711 */
|
||||
void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 712 */
|
||||
void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 713 */
|
||||
void (GLAPIENTRYP GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid ** pointer); /* 714 */
|
||||
void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 715 */
|
||||
void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 716 */
|
||||
void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 717 */
|
||||
GLboolean (GLAPIENTRYP IsProgramNV)(GLuint program); /* 718 */
|
||||
void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 719 */
|
||||
void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 720 */
|
||||
void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 721 */
|
||||
void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 722 */
|
||||
void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 723 */
|
||||
void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 724 */
|
||||
void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 725 */
|
||||
void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 726 */
|
||||
void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 727 */
|
||||
void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 728 */
|
||||
void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 729 */
|
||||
void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 730 */
|
||||
void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 731 */
|
||||
void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 732 */
|
||||
void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 733 */
|
||||
void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 734 */
|
||||
void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 735 */
|
||||
void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 736 */
|
||||
void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 737 */
|
||||
void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 738 */
|
||||
void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 739 */
|
||||
void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 740 */
|
||||
void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 741 */
|
||||
void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 742 */
|
||||
void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 743 */
|
||||
void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 744 */
|
||||
void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 745 */
|
||||
void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 746 */
|
||||
void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 747 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 748 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 749 */
|
||||
void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 750 */
|
||||
void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 751 */
|
||||
void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 752 */
|
||||
void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 753 */
|
||||
void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 754 */
|
||||
void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 755 */
|
||||
void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 756 */
|
||||
void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 757 */
|
||||
void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 758 */
|
||||
void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 759 */
|
||||
void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 760 */
|
||||
void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 761 */
|
||||
void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 762 */
|
||||
void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 763 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 764 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 765 */
|
||||
void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 766 */
|
||||
void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 767 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 768 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 769 */
|
||||
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); /* 770 */
|
||||
void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 771 */
|
||||
void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 772 */
|
||||
void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 773 */
|
||||
void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 774 */
|
||||
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); /* 775 */
|
||||
void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 776 */
|
||||
void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 777 */
|
||||
GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 778 */
|
||||
void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 779 */
|
||||
void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 780 */
|
||||
void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 781 */
|
||||
void (GLAPIENTRYP PointParameteriNV)(GLenum pname, GLint param); /* 782 */
|
||||
void (GLAPIENTRYP PointParameterivNV)(GLenum pname, const GLint * params); /* 783 */
|
||||
void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 784 */
|
||||
void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 785 */
|
||||
void (GLAPIENTRYP DeleteVertexArraysAPPLE)(GLsizei n, const GLuint * arrays); /* 786 */
|
||||
void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 787 */
|
||||
GLboolean (GLAPIENTRYP IsVertexArrayAPPLE)(GLuint array); /* 788 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 789 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 790 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 791 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 792 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 793 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 794 */
|
||||
void (GLAPIENTRYP PrimitiveRestartIndexNV)(GLuint index); /* 795 */
|
||||
void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 796 */
|
||||
void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 797 */
|
||||
void (GLAPIENTRYP BlendEquationSeparateEXT)(GLenum modeRGB, GLenum modeA); /* 798 */
|
||||
void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 799 */
|
||||
void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 800 */
|
||||
GLenum (GLAPIENTRYP CheckFramebufferStatusEXT)(GLenum target); /* 801 */
|
||||
void (GLAPIENTRYP DeleteFramebuffersEXT)(GLsizei n, const GLuint * framebuffers); /* 802 */
|
||||
void (GLAPIENTRYP DeleteRenderbuffersEXT)(GLsizei n, const GLuint * renderbuffers); /* 803 */
|
||||
void (GLAPIENTRYP FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 804 */
|
||||
void (GLAPIENTRYP FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 805 */
|
||||
void (GLAPIENTRYP FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 806 */
|
||||
void (GLAPIENTRYP FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 807 */
|
||||
void (GLAPIENTRYP GenFramebuffersEXT)(GLsizei n, GLuint * framebuffers); /* 808 */
|
||||
void (GLAPIENTRYP GenRenderbuffersEXT)(GLsizei n, GLuint * renderbuffers); /* 809 */
|
||||
void (GLAPIENTRYP GenerateMipmapEXT)(GLenum target); /* 810 */
|
||||
void (GLAPIENTRYP GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 811 */
|
||||
void (GLAPIENTRYP GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint * params); /* 812 */
|
||||
GLboolean (GLAPIENTRYP IsFramebufferEXT)(GLuint framebuffer); /* 813 */
|
||||
GLboolean (GLAPIENTRYP IsRenderbufferEXT)(GLuint renderbuffer); /* 814 */
|
||||
void (GLAPIENTRYP RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 815 */
|
||||
void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 816 */
|
||||
void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 817 */
|
||||
void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 818 */
|
||||
void (GLAPIENTRYP BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar * name); /* 819 */
|
||||
GLint (GLAPIENTRYP GetFragDataLocationEXT)(GLuint program, const GLchar * name); /* 820 */
|
||||
void (GLAPIENTRYP GetUniformuivEXT)(GLuint program, GLint location, GLuint * params); /* 821 */
|
||||
void (GLAPIENTRYP GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint * params); /* 822 */
|
||||
void (GLAPIENTRYP GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint * params); /* 823 */
|
||||
void (GLAPIENTRYP Uniform1uiEXT)(GLint location, GLuint x); /* 824 */
|
||||
void (GLAPIENTRYP Uniform1uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 825 */
|
||||
void (GLAPIENTRYP Uniform2uiEXT)(GLint location, GLuint x, GLuint y); /* 826 */
|
||||
void (GLAPIENTRYP Uniform2uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 827 */
|
||||
void (GLAPIENTRYP Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z); /* 828 */
|
||||
void (GLAPIENTRYP Uniform3uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 829 */
|
||||
void (GLAPIENTRYP Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 830 */
|
||||
void (GLAPIENTRYP Uniform4uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 831 */
|
||||
void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 832 */
|
||||
void (GLAPIENTRYP VertexAttribI1ivEXT)(GLuint index, const GLint * v); /* 833 */
|
||||
void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 834 */
|
||||
void (GLAPIENTRYP VertexAttribI1uivEXT)(GLuint index, const GLuint * v); /* 835 */
|
||||
void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 836 */
|
||||
void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 837 */
|
||||
void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 838 */
|
||||
void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 839 */
|
||||
void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 840 */
|
||||
void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 841 */
|
||||
void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 842 */
|
||||
void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 843 */
|
||||
void (GLAPIENTRYP VertexAttribI4bvEXT)(GLuint index, const GLbyte * v); /* 844 */
|
||||
void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 845 */
|
||||
void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 846 */
|
||||
void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 847 */
|
||||
void (GLAPIENTRYP VertexAttribI4ubvEXT)(GLuint index, const GLubyte * v); /* 848 */
|
||||
void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 849 */
|
||||
void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 850 */
|
||||
void (GLAPIENTRYP VertexAttribI4usvEXT)(GLuint index, const GLushort * v); /* 851 */
|
||||
void (GLAPIENTRYP VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 852 */
|
||||
void (GLAPIENTRYP FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 853 */
|
||||
void (GLAPIENTRYP ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 854 */
|
||||
void (GLAPIENTRYP DisableIndexedEXT)(GLenum target, GLuint index); /* 855 */
|
||||
void (GLAPIENTRYP EnableIndexedEXT)(GLenum target, GLuint index); /* 856 */
|
||||
void (GLAPIENTRYP GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean * data); /* 857 */
|
||||
void (GLAPIENTRYP GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint * data); /* 858 */
|
||||
GLboolean (GLAPIENTRYP IsEnabledIndexedEXT)(GLenum target, GLuint index); /* 859 */
|
||||
void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 860 */
|
||||
void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 861 */
|
||||
void (GLAPIENTRYP GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint * params); /* 862 */
|
||||
void (GLAPIENTRYP GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint * params); /* 863 */
|
||||
void (GLAPIENTRYP TexParameterIivEXT)(GLenum target, GLenum pname, const GLint * params); /* 864 */
|
||||
void (GLAPIENTRYP TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint * params); /* 865 */
|
||||
void (GLAPIENTRYP BeginConditionalRenderNV)(GLuint query, GLenum mode); /* 866 */
|
||||
void (GLAPIENTRYP EndConditionalRenderNV)(void); /* 867 */
|
||||
void (GLAPIENTRYP BeginTransformFeedbackEXT)(GLenum mode); /* 868 */
|
||||
void (GLAPIENTRYP BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer); /* 869 */
|
||||
void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 870 */
|
||||
void (GLAPIENTRYP BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 871 */
|
||||
void (GLAPIENTRYP EndTransformFeedbackEXT)(void); /* 872 */
|
||||
void (GLAPIENTRYP GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 873 */
|
||||
void (GLAPIENTRYP TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode); /* 874 */
|
||||
void (GLAPIENTRYP ProvokingVertexEXT)(GLenum mode); /* 875 */
|
||||
void (GLAPIENTRYP GetTexParameterPointervAPPLE)(GLenum target, GLenum pname, GLvoid ** params); /* 876 */
|
||||
void (GLAPIENTRYP TextureRangeAPPLE)(GLenum target, GLsizei length, GLvoid * pointer); /* 877 */
|
||||
void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 878 */
|
||||
GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 879 */
|
||||
GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 880 */
|
||||
void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 881 */
|
||||
GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 882 */
|
||||
void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 883 */
|
||||
void (GLAPIENTRYP TextureBarrierNV)(void); /* 884 */
|
||||
void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 885 */
|
||||
void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 886 */
|
||||
void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 887 */
|
||||
void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 888 */
|
||||
void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 889 */
|
||||
void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 890 */
|
||||
void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 891 */
|
||||
void (GLAPIENTRYP ClampColorARB)(GLenum target, GLenum clamp); /* 572 */
|
||||
void (GLAPIENTRYP DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount); /* 573 */
|
||||
void (GLAPIENTRYP DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount); /* 574 */
|
||||
void (GLAPIENTRYP RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); /* 575 */
|
||||
void (GLAPIENTRYP FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level); /* 576 */
|
||||
void (GLAPIENTRYP FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face); /* 577 */
|
||||
void (GLAPIENTRYP ProgramParameteriARB)(GLuint program, GLenum pname, GLint value); /* 578 */
|
||||
void (GLAPIENTRYP VertexAttribDivisorARB)(GLuint index, GLuint divisor); /* 579 */
|
||||
void (GLAPIENTRYP FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length); /* 580 */
|
||||
GLvoid * (GLAPIENTRYP MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); /* 581 */
|
||||
void (GLAPIENTRYP BindVertexArray)(GLuint array); /* 582 */
|
||||
void (GLAPIENTRYP GenVertexArrays)(GLsizei n, GLuint * arrays); /* 583 */
|
||||
void (GLAPIENTRYP CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /* 584 */
|
||||
GLenum (GLAPIENTRYP ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout); /* 585 */
|
||||
void (GLAPIENTRYP DeleteSync)(GLsync sync); /* 586 */
|
||||
GLsync (GLAPIENTRYP FenceSync)(GLenum condition, GLbitfield flags); /* 587 */
|
||||
void (GLAPIENTRYP GetInteger64v)(GLenum pname, GLint64 * params); /* 588 */
|
||||
void (GLAPIENTRYP GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 589 */
|
||||
GLboolean (GLAPIENTRYP IsSync)(GLsync sync); /* 590 */
|
||||
void (GLAPIENTRYP WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout); /* 591 */
|
||||
void (GLAPIENTRYP DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex); /* 592 */
|
||||
void (GLAPIENTRYP DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex); /* 593 */
|
||||
void (GLAPIENTRYP MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount, const GLint * basevertex); /* 594 */
|
||||
void (GLAPIENTRYP BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA); /* 595 */
|
||||
void (GLAPIENTRYP BlendEquationiARB)(GLuint buf, GLenum mode); /* 596 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA); /* 597 */
|
||||
void (GLAPIENTRYP BlendFunciARB)(GLuint buf, GLenum src, GLenum dst); /* 598 */
|
||||
void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 599 */
|
||||
void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 600 */
|
||||
void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 601 */
|
||||
void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 602 */
|
||||
GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 603 */
|
||||
void (GLAPIENTRYP PauseTransformFeedback)(void); /* 604 */
|
||||
void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 605 */
|
||||
void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 606 */
|
||||
void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 607 */
|
||||
void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 608 */
|
||||
void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 609 */
|
||||
void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 610 */
|
||||
void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 611 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterfvSGIS)(GLenum pname, GLfloat * params); /* 612 */
|
||||
void (GLAPIENTRYP GetPixelTexGenParameterivSGIS)(GLenum pname, GLint * params); /* 613 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfSGIS)(GLenum pname, GLfloat param); /* 614 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterfvSGIS)(GLenum pname, const GLfloat * params); /* 615 */
|
||||
void (GLAPIENTRYP PixelTexGenParameteriSGIS)(GLenum pname, GLint param); /* 616 */
|
||||
void (GLAPIENTRYP PixelTexGenParameterivSGIS)(GLenum pname, const GLint * params); /* 617 */
|
||||
void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 618 */
|
||||
void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 619 */
|
||||
void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 620 */
|
||||
void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 621 */
|
||||
void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 622 */
|
||||
void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 623 */
|
||||
void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 624 */
|
||||
void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 625 */
|
||||
void (GLAPIENTRYP PointParameterfEXT)(GLenum pname, GLfloat param); /* 626 */
|
||||
void (GLAPIENTRYP PointParameterfvEXT)(GLenum pname, const GLfloat * params); /* 627 */
|
||||
void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 628 */
|
||||
void (GLAPIENTRYP UnlockArraysEXT)(void); /* 629 */
|
||||
void (GLAPIENTRYP SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue); /* 630 */
|
||||
void (GLAPIENTRYP SecondaryColor3bvEXT)(const GLbyte * v); /* 631 */
|
||||
void (GLAPIENTRYP SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue); /* 632 */
|
||||
void (GLAPIENTRYP SecondaryColor3dvEXT)(const GLdouble * v); /* 633 */
|
||||
void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 634 */
|
||||
void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 635 */
|
||||
void (GLAPIENTRYP SecondaryColor3iEXT)(GLint red, GLint green, GLint blue); /* 636 */
|
||||
void (GLAPIENTRYP SecondaryColor3ivEXT)(const GLint * v); /* 637 */
|
||||
void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 638 */
|
||||
void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 639 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue); /* 640 */
|
||||
void (GLAPIENTRYP SecondaryColor3ubvEXT)(const GLubyte * v); /* 641 */
|
||||
void (GLAPIENTRYP SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue); /* 642 */
|
||||
void (GLAPIENTRYP SecondaryColor3uivEXT)(const GLuint * v); /* 643 */
|
||||
void (GLAPIENTRYP SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue); /* 644 */
|
||||
void (GLAPIENTRYP SecondaryColor3usvEXT)(const GLushort * v); /* 645 */
|
||||
void (GLAPIENTRYP SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 646 */
|
||||
void (GLAPIENTRYP MultiDrawArraysEXT)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 647 */
|
||||
void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 648 */
|
||||
void (GLAPIENTRYP FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 649 */
|
||||
void (GLAPIENTRYP FogCoorddEXT)(GLdouble coord); /* 650 */
|
||||
void (GLAPIENTRYP FogCoorddvEXT)(const GLdouble * coord); /* 651 */
|
||||
void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 652 */
|
||||
void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 653 */
|
||||
void (GLAPIENTRYP PixelTexGenSGIX)(GLenum mode); /* 654 */
|
||||
void (GLAPIENTRYP BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 655 */
|
||||
void (GLAPIENTRYP FlushVertexArrayRangeNV)(void); /* 656 */
|
||||
void (GLAPIENTRYP VertexArrayRangeNV)(GLsizei length, const GLvoid * pointer); /* 657 */
|
||||
void (GLAPIENTRYP CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 658 */
|
||||
void (GLAPIENTRYP CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum); /* 659 */
|
||||
void (GLAPIENTRYP CombinerParameterfNV)(GLenum pname, GLfloat param); /* 660 */
|
||||
void (GLAPIENTRYP CombinerParameterfvNV)(GLenum pname, const GLfloat * params); /* 661 */
|
||||
void (GLAPIENTRYP CombinerParameteriNV)(GLenum pname, GLint param); /* 662 */
|
||||
void (GLAPIENTRYP CombinerParameterivNV)(GLenum pname, const GLint * params); /* 663 */
|
||||
void (GLAPIENTRYP FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage); /* 664 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params); /* 665 */
|
||||
void (GLAPIENTRYP GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params); /* 666 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat * params); /* 667 */
|
||||
void (GLAPIENTRYP GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint * params); /* 668 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat * params); /* 669 */
|
||||
void (GLAPIENTRYP GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint * params); /* 670 */
|
||||
void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 671 */
|
||||
void (GLAPIENTRYP WindowPos2dMESA)(GLdouble x, GLdouble y); /* 672 */
|
||||
void (GLAPIENTRYP WindowPos2dvMESA)(const GLdouble * v); /* 673 */
|
||||
void (GLAPIENTRYP WindowPos2fMESA)(GLfloat x, GLfloat y); /* 674 */
|
||||
void (GLAPIENTRYP WindowPos2fvMESA)(const GLfloat * v); /* 675 */
|
||||
void (GLAPIENTRYP WindowPos2iMESA)(GLint x, GLint y); /* 676 */
|
||||
void (GLAPIENTRYP WindowPos2ivMESA)(const GLint * v); /* 677 */
|
||||
void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 678 */
|
||||
void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 679 */
|
||||
void (GLAPIENTRYP WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z); /* 680 */
|
||||
void (GLAPIENTRYP WindowPos3dvMESA)(const GLdouble * v); /* 681 */
|
||||
void (GLAPIENTRYP WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z); /* 682 */
|
||||
void (GLAPIENTRYP WindowPos3fvMESA)(const GLfloat * v); /* 683 */
|
||||
void (GLAPIENTRYP WindowPos3iMESA)(GLint x, GLint y, GLint z); /* 684 */
|
||||
void (GLAPIENTRYP WindowPos3ivMESA)(const GLint * v); /* 685 */
|
||||
void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 686 */
|
||||
void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 687 */
|
||||
void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 688 */
|
||||
void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 689 */
|
||||
void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 690 */
|
||||
void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 691 */
|
||||
void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 692 */
|
||||
void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 693 */
|
||||
void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 694 */
|
||||
void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 695 */
|
||||
void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 696 */
|
||||
void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 697 */
|
||||
void (GLAPIENTRYP DeleteFencesNV)(GLsizei n, const GLuint * fences); /* 698 */
|
||||
void (GLAPIENTRYP FinishFenceNV)(GLuint fence); /* 699 */
|
||||
void (GLAPIENTRYP GenFencesNV)(GLsizei n, GLuint * fences); /* 700 */
|
||||
void (GLAPIENTRYP GetFenceivNV)(GLuint fence, GLenum pname, GLint * params); /* 701 */
|
||||
GLboolean (GLAPIENTRYP IsFenceNV)(GLuint fence); /* 702 */
|
||||
void (GLAPIENTRYP SetFenceNV)(GLuint fence, GLenum condition); /* 703 */
|
||||
GLboolean (GLAPIENTRYP TestFenceNV)(GLuint fence); /* 704 */
|
||||
GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 705 */
|
||||
void (GLAPIENTRYP BindProgramNV)(GLenum target, GLuint program); /* 706 */
|
||||
void (GLAPIENTRYP DeleteProgramsNV)(GLsizei n, const GLuint * programs); /* 707 */
|
||||
void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 708 */
|
||||
void (GLAPIENTRYP GenProgramsNV)(GLsizei n, GLuint * programs); /* 709 */
|
||||
void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 710 */
|
||||
void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 711 */
|
||||
void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 712 */
|
||||
void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 713 */
|
||||
void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 714 */
|
||||
void (GLAPIENTRYP GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid ** pointer); /* 715 */
|
||||
void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 716 */
|
||||
void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 717 */
|
||||
void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 718 */
|
||||
GLboolean (GLAPIENTRYP IsProgramNV)(GLuint program); /* 719 */
|
||||
void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 720 */
|
||||
void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 721 */
|
||||
void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 722 */
|
||||
void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 723 */
|
||||
void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 724 */
|
||||
void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 725 */
|
||||
void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 726 */
|
||||
void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 727 */
|
||||
void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 728 */
|
||||
void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 729 */
|
||||
void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 730 */
|
||||
void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 731 */
|
||||
void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 732 */
|
||||
void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 733 */
|
||||
void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 734 */
|
||||
void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 735 */
|
||||
void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 736 */
|
||||
void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 737 */
|
||||
void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 738 */
|
||||
void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 739 */
|
||||
void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 740 */
|
||||
void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 741 */
|
||||
void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 742 */
|
||||
void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 743 */
|
||||
void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 744 */
|
||||
void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 745 */
|
||||
void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 746 */
|
||||
void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 747 */
|
||||
void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 748 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 749 */
|
||||
void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 750 */
|
||||
void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 751 */
|
||||
void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 752 */
|
||||
void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 753 */
|
||||
void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 754 */
|
||||
void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 755 */
|
||||
void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 756 */
|
||||
void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 757 */
|
||||
void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 758 */
|
||||
void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 759 */
|
||||
void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 760 */
|
||||
void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 761 */
|
||||
void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 762 */
|
||||
void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 763 */
|
||||
void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 764 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 765 */
|
||||
void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 766 */
|
||||
void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 767 */
|
||||
void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 768 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 769 */
|
||||
void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 770 */
|
||||
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); /* 771 */
|
||||
void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 772 */
|
||||
void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 773 */
|
||||
void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 774 */
|
||||
void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 775 */
|
||||
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); /* 776 */
|
||||
void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 777 */
|
||||
void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 778 */
|
||||
GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 779 */
|
||||
void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 780 */
|
||||
void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 781 */
|
||||
void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 782 */
|
||||
void (GLAPIENTRYP PointParameteriNV)(GLenum pname, GLint param); /* 783 */
|
||||
void (GLAPIENTRYP PointParameterivNV)(GLenum pname, const GLint * params); /* 784 */
|
||||
void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 785 */
|
||||
void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 786 */
|
||||
void (GLAPIENTRYP DeleteVertexArraysAPPLE)(GLsizei n, const GLuint * arrays); /* 787 */
|
||||
void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 788 */
|
||||
GLboolean (GLAPIENTRYP IsVertexArrayAPPLE)(GLuint array); /* 789 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 790 */
|
||||
void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 791 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 792 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 793 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 794 */
|
||||
void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 795 */
|
||||
void (GLAPIENTRYP PrimitiveRestartIndexNV)(GLuint index); /* 796 */
|
||||
void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 797 */
|
||||
void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 798 */
|
||||
void (GLAPIENTRYP BlendEquationSeparateEXT)(GLenum modeRGB, GLenum modeA); /* 799 */
|
||||
void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 800 */
|
||||
void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 801 */
|
||||
GLenum (GLAPIENTRYP CheckFramebufferStatusEXT)(GLenum target); /* 802 */
|
||||
void (GLAPIENTRYP DeleteFramebuffersEXT)(GLsizei n, const GLuint * framebuffers); /* 803 */
|
||||
void (GLAPIENTRYP DeleteRenderbuffersEXT)(GLsizei n, const GLuint * renderbuffers); /* 804 */
|
||||
void (GLAPIENTRYP FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 805 */
|
||||
void (GLAPIENTRYP FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 806 */
|
||||
void (GLAPIENTRYP FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 807 */
|
||||
void (GLAPIENTRYP FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 808 */
|
||||
void (GLAPIENTRYP GenFramebuffersEXT)(GLsizei n, GLuint * framebuffers); /* 809 */
|
||||
void (GLAPIENTRYP GenRenderbuffersEXT)(GLsizei n, GLuint * renderbuffers); /* 810 */
|
||||
void (GLAPIENTRYP GenerateMipmapEXT)(GLenum target); /* 811 */
|
||||
void (GLAPIENTRYP GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 812 */
|
||||
void (GLAPIENTRYP GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint * params); /* 813 */
|
||||
GLboolean (GLAPIENTRYP IsFramebufferEXT)(GLuint framebuffer); /* 814 */
|
||||
GLboolean (GLAPIENTRYP IsRenderbufferEXT)(GLuint renderbuffer); /* 815 */
|
||||
void (GLAPIENTRYP RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 816 */
|
||||
void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 817 */
|
||||
void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 818 */
|
||||
void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 819 */
|
||||
void (GLAPIENTRYP BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar * name); /* 820 */
|
||||
GLint (GLAPIENTRYP GetFragDataLocationEXT)(GLuint program, const GLchar * name); /* 821 */
|
||||
void (GLAPIENTRYP GetUniformuivEXT)(GLuint program, GLint location, GLuint * params); /* 822 */
|
||||
void (GLAPIENTRYP GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint * params); /* 823 */
|
||||
void (GLAPIENTRYP GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint * params); /* 824 */
|
||||
void (GLAPIENTRYP Uniform1uiEXT)(GLint location, GLuint x); /* 825 */
|
||||
void (GLAPIENTRYP Uniform1uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 826 */
|
||||
void (GLAPIENTRYP Uniform2uiEXT)(GLint location, GLuint x, GLuint y); /* 827 */
|
||||
void (GLAPIENTRYP Uniform2uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 828 */
|
||||
void (GLAPIENTRYP Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z); /* 829 */
|
||||
void (GLAPIENTRYP Uniform3uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 830 */
|
||||
void (GLAPIENTRYP Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 831 */
|
||||
void (GLAPIENTRYP Uniform4uivEXT)(GLint location, GLsizei count, const GLuint * value); /* 832 */
|
||||
void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 833 */
|
||||
void (GLAPIENTRYP VertexAttribI1ivEXT)(GLuint index, const GLint * v); /* 834 */
|
||||
void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 835 */
|
||||
void (GLAPIENTRYP VertexAttribI1uivEXT)(GLuint index, const GLuint * v); /* 836 */
|
||||
void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 837 */
|
||||
void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 838 */
|
||||
void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 839 */
|
||||
void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 840 */
|
||||
void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 841 */
|
||||
void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 842 */
|
||||
void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 843 */
|
||||
void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 844 */
|
||||
void (GLAPIENTRYP VertexAttribI4bvEXT)(GLuint index, const GLbyte * v); /* 845 */
|
||||
void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 846 */
|
||||
void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 847 */
|
||||
void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 848 */
|
||||
void (GLAPIENTRYP VertexAttribI4ubvEXT)(GLuint index, const GLubyte * v); /* 849 */
|
||||
void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 850 */
|
||||
void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 851 */
|
||||
void (GLAPIENTRYP VertexAttribI4usvEXT)(GLuint index, const GLushort * v); /* 852 */
|
||||
void (GLAPIENTRYP VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 853 */
|
||||
void (GLAPIENTRYP FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 854 */
|
||||
void (GLAPIENTRYP ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 855 */
|
||||
void (GLAPIENTRYP DisableIndexedEXT)(GLenum target, GLuint index); /* 856 */
|
||||
void (GLAPIENTRYP EnableIndexedEXT)(GLenum target, GLuint index); /* 857 */
|
||||
void (GLAPIENTRYP GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean * data); /* 858 */
|
||||
void (GLAPIENTRYP GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint * data); /* 859 */
|
||||
GLboolean (GLAPIENTRYP IsEnabledIndexedEXT)(GLenum target, GLuint index); /* 860 */
|
||||
void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 861 */
|
||||
void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 862 */
|
||||
void (GLAPIENTRYP GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint * params); /* 863 */
|
||||
void (GLAPIENTRYP GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint * params); /* 864 */
|
||||
void (GLAPIENTRYP TexParameterIivEXT)(GLenum target, GLenum pname, const GLint * params); /* 865 */
|
||||
void (GLAPIENTRYP TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint * params); /* 866 */
|
||||
void (GLAPIENTRYP BeginConditionalRenderNV)(GLuint query, GLenum mode); /* 867 */
|
||||
void (GLAPIENTRYP EndConditionalRenderNV)(void); /* 868 */
|
||||
void (GLAPIENTRYP BeginTransformFeedbackEXT)(GLenum mode); /* 869 */
|
||||
void (GLAPIENTRYP BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer); /* 870 */
|
||||
void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 871 */
|
||||
void (GLAPIENTRYP BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 872 */
|
||||
void (GLAPIENTRYP EndTransformFeedbackEXT)(void); /* 873 */
|
||||
void (GLAPIENTRYP GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 874 */
|
||||
void (GLAPIENTRYP TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char ** varyings, GLenum bufferMode); /* 875 */
|
||||
void (GLAPIENTRYP ProvokingVertexEXT)(GLenum mode); /* 876 */
|
||||
void (GLAPIENTRYP GetTexParameterPointervAPPLE)(GLenum target, GLenum pname, GLvoid ** params); /* 877 */
|
||||
void (GLAPIENTRYP TextureRangeAPPLE)(GLenum target, GLsizei length, GLvoid * pointer); /* 878 */
|
||||
void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 879 */
|
||||
GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 880 */
|
||||
GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 881 */
|
||||
void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 882 */
|
||||
GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 883 */
|
||||
void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 884 */
|
||||
void (GLAPIENTRYP TextureBarrierNV)(void); /* 885 */
|
||||
void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 886 */
|
||||
void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 887 */
|
||||
void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 888 */
|
||||
void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 889 */
|
||||
void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 890 */
|
||||
void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 891 */
|
||||
void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 892 */
|
||||
};
|
||||
|
||||
#endif /* !defined( _GLAPI_TABLE_H_ ) */
|
||||
|
||||
+96
-90
@@ -3897,6 +3897,11 @@ KEYWORD1 void KEYWORD2 NAME(DrawBuffersATI)(GLsizei n, const GLenum * bufs)
|
||||
DISPATCH(DrawBuffersARB, (n, bufs), (F, "glDrawBuffersATI(%d, %p);\n", n, (const void *) bufs));
|
||||
}
|
||||
|
||||
KEYWORD1 void KEYWORD2 NAME(ClampColorARB)(GLenum target, GLenum clamp)
|
||||
{
|
||||
DISPATCH(ClampColorARB, (target, clamp), (F, "glClampColorARB(0x%x, 0x%x);\n", target, clamp));
|
||||
}
|
||||
|
||||
KEYWORD1 void KEYWORD2 NAME(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
|
||||
{
|
||||
DISPATCH(DrawArraysInstancedARB, (mode, first, count, primcount), (F, "glDrawArraysInstancedARB(0x%x, %d, %d, %d);\n", mode, first, count, primcount));
|
||||
@@ -4117,58 +4122,58 @@ 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_611)(GLenum pname, GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_612)(GLenum pname, GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_611)(GLenum pname, GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_612)(GLenum pname, GLfloat * params)
|
||||
{
|
||||
DISPATCH(GetPixelTexGenParameterfvSGIS, (pname, params), (F, "glGetPixelTexGenParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_612)(GLenum pname, GLint * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_613)(GLenum pname, GLint * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_612)(GLenum pname, GLint * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_613)(GLenum pname, GLint * params)
|
||||
{
|
||||
DISPATCH(GetPixelTexGenParameterivSGIS, (pname, params), (F, "glGetPixelTexGenParameterivSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_613)(GLenum pname, GLfloat param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_614)(GLenum pname, GLfloat param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_613)(GLenum pname, GLfloat param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_614)(GLenum pname, GLfloat param)
|
||||
{
|
||||
DISPATCH(PixelTexGenParameterfSGIS, (pname, param), (F, "glPixelTexGenParameterfSGIS(0x%x, %f);\n", pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_614)(GLenum pname, const GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_615)(GLenum pname, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_614)(GLenum pname, const GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_615)(GLenum pname, const GLfloat * params)
|
||||
{
|
||||
DISPATCH(PixelTexGenParameterfvSGIS, (pname, params), (F, "glPixelTexGenParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_615)(GLenum pname, GLint param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_616)(GLenum pname, GLint param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_615)(GLenum pname, GLint param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_616)(GLenum pname, GLint param)
|
||||
{
|
||||
DISPATCH(PixelTexGenParameteriSGIS, (pname, param), (F, "glPixelTexGenParameteriSGIS(0x%x, %d);\n", pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_616)(GLenum pname, const GLint * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_617)(GLenum pname, const GLint * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_616)(GLenum pname, const GLint * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_617)(GLenum pname, const GLint * params)
|
||||
{
|
||||
DISPATCH(PixelTexGenParameterivSGIS, (pname, params), (F, "glPixelTexGenParameterivSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_617)(GLclampf value, GLboolean invert);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_618)(GLclampf value, GLboolean invert);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_617)(GLclampf value, GLboolean invert)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_618)(GLclampf value, GLboolean invert)
|
||||
{
|
||||
DISPATCH(SampleMaskSGIS, (value, invert), (F, "glSampleMaskSGIS(%f, %d);\n", value, invert));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_618)(GLenum pattern);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_619)(GLenum pattern);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_618)(GLenum pattern)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_619)(GLenum pattern)
|
||||
{
|
||||
DISPATCH(SamplePatternSGIS, (pattern), (F, "glSamplePatternSGIS(0x%x);\n", pattern));
|
||||
}
|
||||
@@ -4218,9 +4223,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_625)(GLenum pname, GLfloat param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_626)(GLenum pname, GLfloat param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_625)(GLenum pname, GLfloat param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_626)(GLenum pname, GLfloat param)
|
||||
{
|
||||
DISPATCH(PointParameterfEXT, (pname, param), (F, "glPointParameterfSGIS(0x%x, %f);\n", pname, param));
|
||||
}
|
||||
@@ -4240,9 +4245,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_626)(GLenum pname, const GLfloat * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_627)(GLenum pname, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_626)(GLenum pname, const GLfloat * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_627)(GLenum pname, const GLfloat * params)
|
||||
{
|
||||
DISPATCH(PointParameterfvEXT, (pname, params), (F, "glPointParameterfvSGIS(0x%x, %p);\n", pname, (const void *) params));
|
||||
}
|
||||
@@ -4497,9 +4502,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_653)(GLenum mode);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_654)(GLenum mode);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_653)(GLenum mode)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_654)(GLenum mode)
|
||||
{
|
||||
DISPATCH(PixelTexGenSGIX, (mode), (F, "glPixelTexGenSGIX(0x%x);\n", mode));
|
||||
}
|
||||
@@ -4514,9 +4519,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_654)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_655)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_654)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_655)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
|
||||
{
|
||||
DISPATCH(BlendFuncSeparateEXT, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha), (F, "glBlendFuncSeparateINGR(0x%x, 0x%x, 0x%x, 0x%x);\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));
|
||||
}
|
||||
@@ -4881,65 +4886,65 @@ 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_695)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_696)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_695)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_696)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint 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_696)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_697)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_696)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_697)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint 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_697)(GLsizei n, const GLuint * fences);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLsizei n, const GLuint * fences);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_697)(GLsizei n, const GLuint * fences)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLsizei n, const GLuint * fences)
|
||||
{
|
||||
DISPATCH(DeleteFencesNV, (n, fences), (F, "glDeleteFencesNV(%d, %p);\n", n, (const void *) fences));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLuint fence);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLuint fence);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_698)(GLuint fence)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLuint fence)
|
||||
{
|
||||
DISPATCH(FinishFenceNV, (fence), (F, "glFinishFenceNV(%d);\n", fence));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLsizei n, GLuint * fences);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLsizei n, GLuint * fences);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_699)(GLsizei n, GLuint * fences)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLsizei n, GLuint * fences)
|
||||
{
|
||||
DISPATCH(GenFencesNV, (n, fences), (F, "glGenFencesNV(%d, %p);\n", n, (const void *) fences));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLuint fence, GLenum pname, GLint * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLuint fence, GLenum pname, GLint * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_700)(GLuint fence, GLenum pname, GLint * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_701)(GLuint fence, GLenum pname, GLint * 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_701)(GLuint fence);
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_702)(GLuint fence);
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_701)(GLuint fence)
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_702)(GLuint fence)
|
||||
{
|
||||
RETURN_DISPATCH(IsFenceNV, (fence), (F, "glIsFenceNV(%d);\n", fence));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_702)(GLuint fence, GLenum condition);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_703)(GLuint fence, GLenum condition);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_702)(GLuint fence, GLenum condition)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_703)(GLuint fence, GLenum condition)
|
||||
{
|
||||
DISPATCH(SetFenceNV, (fence, condition), (F, "glSetFenceNV(%d, 0x%x);\n", fence, condition));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_703)(GLuint fence);
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_704)(GLuint fence);
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_703)(GLuint fence)
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_704)(GLuint fence)
|
||||
{
|
||||
RETURN_DISPATCH(TestFenceNV, (fence), (F, "glTestFenceNV(%d);\n", fence));
|
||||
}
|
||||
@@ -5384,16 +5389,16 @@ 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_784)(GLenum face);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLenum face);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_784)(GLenum face)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLenum face)
|
||||
{
|
||||
DISPATCH(ActiveStencilFaceEXT, (face), (F, "glActiveStencilFaceEXT(0x%x);\n", face));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLuint array);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_786)(GLuint array);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_785)(GLuint array)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_786)(GLuint array)
|
||||
{
|
||||
DISPATCH(BindVertexArrayAPPLE, (array), (F, "glBindVertexArrayAPPLE(%d);\n", array));
|
||||
}
|
||||
@@ -5403,16 +5408,16 @@ 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_786)(GLsizei n, const GLuint * arrays);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLsizei n, const GLuint * arrays);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_786)(GLsizei n, const GLuint * arrays)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLsizei n, const GLuint * arrays)
|
||||
{
|
||||
DISPATCH(DeleteVertexArraysAPPLE, (n, arrays), (F, "glDeleteVertexArraysAPPLE(%d, %p);\n", n, (const void *) arrays));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLsizei n, GLuint * arrays);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_788)(GLsizei n, GLuint * arrays);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_787)(GLsizei n, GLuint * arrays)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_788)(GLsizei n, GLuint * arrays)
|
||||
{
|
||||
DISPATCH(GenVertexArraysAPPLE, (n, arrays), (F, "glGenVertexArraysAPPLE(%d, %p);\n", n, (const void *) arrays));
|
||||
}
|
||||
@@ -5422,9 +5427,9 @@ KEYWORD1 GLboolean KEYWORD2 NAME(IsVertexArray)(GLuint array)
|
||||
RETURN_DISPATCH(IsVertexArrayAPPLE, (array), (F, "glIsVertexArray(%d);\n", array));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_788)(GLuint array);
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_789)(GLuint array);
|
||||
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_788)(GLuint array)
|
||||
KEYWORD1_ALT GLboolean KEYWORD2 NAME(_dispatch_stub_789)(GLuint array)
|
||||
{
|
||||
RETURN_DISPATCH(IsVertexArrayAPPLE, (array), (F, "glIsVertexArrayAPPLE(%d);\n", array));
|
||||
}
|
||||
@@ -5474,9 +5479,9 @@ KEYWORD1 void KEYWORD2 NAME(PrimitiveRestartNV)(void)
|
||||
DISPATCH(PrimitiveRestartNV, (), (F, "glPrimitiveRestartNV();\n"));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_797)(GLclampd zmin, GLclampd zmax);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_798)(GLclampd zmin, GLclampd zmax);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_797)(GLclampd zmin, GLclampd zmax)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_798)(GLclampd zmin, GLclampd zmax)
|
||||
{
|
||||
DISPATCH(DepthBoundsEXT, (zmin, zmax), (F, "glDepthBoundsEXT(%f, %f);\n", zmin, zmax));
|
||||
}
|
||||
@@ -5486,9 +5491,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_798)(GLenum modeRGB, GLenum modeA);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_799)(GLenum modeRGB, GLenum modeA);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_798)(GLenum modeRGB, GLenum modeA)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_799)(GLenum modeRGB, GLenum modeA)
|
||||
{
|
||||
DISPATCH(BlendEquationSeparateEXT, (modeRGB, modeA), (F, "glBlendEquationSeparateEXT(0x%x, 0x%x);\n", modeRGB, modeA));
|
||||
}
|
||||
@@ -5668,23 +5673,23 @@ 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_816)(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_817)(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_816)(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_817)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum 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_817)(GLenum target, GLenum pname, GLint param);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_818)(GLenum target, GLenum pname, GLint param);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_817)(GLenum target, GLenum pname, GLint param)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_818)(GLenum target, GLenum pname, GLint param)
|
||||
{
|
||||
DISPATCH(BufferParameteriAPPLE, (target, pname, param), (F, "glBufferParameteriAPPLE(0x%x, 0x%x, %d);\n", target, pname, param));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_818)(GLenum target, GLintptr offset, GLsizeiptr size);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_819)(GLenum target, GLintptr offset, GLsizeiptr size);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_818)(GLenum target, GLintptr offset, GLsizeiptr size)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_819)(GLenum target, GLintptr offset, GLsizeiptr size)
|
||||
{
|
||||
DISPATCH(FlushMappedBufferRangeAPPLE, (target, offset, size), (F, "glFlushMappedBufferRangeAPPLE(0x%x, %d, %d);\n", target, offset, size));
|
||||
}
|
||||
@@ -6244,16 +6249,16 @@ KEYWORD1 void KEYWORD2 NAME(ProvokingVertex)(GLenum mode)
|
||||
DISPATCH(ProvokingVertexEXT, (mode), (F, "glProvokingVertex(0x%x);\n", mode));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_876)(GLenum target, GLenum pname, GLvoid ** params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_877)(GLenum target, GLenum pname, GLvoid ** params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_876)(GLenum target, GLenum pname, GLvoid ** params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_877)(GLenum target, GLenum pname, GLvoid ** 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_877)(GLenum target, GLsizei length, GLvoid * pointer);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_878)(GLenum target, GLsizei length, GLvoid * pointer);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_877)(GLenum target, GLsizei length, GLvoid * pointer)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_878)(GLenum target, GLsizei length, GLvoid * pointer)
|
||||
{
|
||||
DISPATCH(TextureRangeAPPLE, (target, length, pointer), (F, "glTextureRangeAPPLE(0x%x, %d, %p);\n", target, length, (const void *) pointer));
|
||||
}
|
||||
@@ -6293,37 +6298,37 @@ KEYWORD1 void KEYWORD2 NAME(TextureBarrierNV)(void)
|
||||
DISPATCH(TextureBarrierNV, (), (F, "glTextureBarrierNV();\n"));
|
||||
}
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_885)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_886)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_885)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_886)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint 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_886)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_886)(GLenum target, GLuint index, GLsizei count, const GLfloat * 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_887)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_887)(GLenum target, GLuint index, GLsizei count, const GLfloat * 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_888)(GLenum target, GLuint index, GLsizei count, const GLfloat * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_888)(GLenum target, GLuint index, GLsizei count, const GLfloat * 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_888)(GLuint id, GLenum pname, GLint64EXT * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_889)(GLuint id, GLenum pname, GLint64EXT * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_888)(GLuint id, GLenum pname, GLint64EXT * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_889)(GLuint id, GLenum pname, GLint64EXT * 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_889)(GLuint id, GLenum pname, GLuint64EXT * params);
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_890)(GLuint id, GLenum pname, GLuint64EXT * params);
|
||||
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_889)(GLuint id, GLenum pname, GLuint64EXT * params)
|
||||
KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_890)(GLuint id, GLenum pname, GLuint64EXT * params)
|
||||
{
|
||||
DISPATCH(GetQueryObjectui64vEXT, (id, pname, params), (F, "glGetQueryObjectui64vEXT(%d, 0x%x, %p);\n", id, pname, (const void *) params));
|
||||
}
|
||||
@@ -7063,6 +7068,7 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(GetActiveAttribARB),
|
||||
TABLE_ENTRY(GetAttribLocationARB),
|
||||
TABLE_ENTRY(DrawBuffersARB),
|
||||
TABLE_ENTRY(ClampColorARB),
|
||||
TABLE_ENTRY(DrawArraysInstancedARB),
|
||||
TABLE_ENTRY(DrawElementsInstancedARB),
|
||||
TABLE_ENTRY(RenderbufferStorageMultisample),
|
||||
@@ -7102,7 +7108,6 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(ReleaseShaderCompiler),
|
||||
TABLE_ENTRY(ShaderBinary),
|
||||
TABLE_ENTRY(PolygonOffsetEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_611),
|
||||
TABLE_ENTRY(_dispatch_stub_612),
|
||||
TABLE_ENTRY(_dispatch_stub_613),
|
||||
TABLE_ENTRY(_dispatch_stub_614),
|
||||
@@ -7110,6 +7115,7 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(_dispatch_stub_616),
|
||||
TABLE_ENTRY(_dispatch_stub_617),
|
||||
TABLE_ENTRY(_dispatch_stub_618),
|
||||
TABLE_ENTRY(_dispatch_stub_619),
|
||||
TABLE_ENTRY(ColorPointerEXT),
|
||||
TABLE_ENTRY(EdgeFlagPointerEXT),
|
||||
TABLE_ENTRY(IndexPointerEXT),
|
||||
@@ -7144,7 +7150,7 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(FogCoorddvEXT),
|
||||
TABLE_ENTRY(FogCoordfEXT),
|
||||
TABLE_ENTRY(FogCoordfvEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_653),
|
||||
TABLE_ENTRY(_dispatch_stub_654),
|
||||
TABLE_ENTRY(BlendFuncSeparateEXT),
|
||||
TABLE_ENTRY(FlushVertexArrayRangeNV),
|
||||
TABLE_ENTRY(VertexArrayRangeNV),
|
||||
@@ -7186,7 +7192,6 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(WindowPos4ivMESA),
|
||||
TABLE_ENTRY(WindowPos4sMESA),
|
||||
TABLE_ENTRY(WindowPos4svMESA),
|
||||
TABLE_ENTRY(_dispatch_stub_695),
|
||||
TABLE_ENTRY(_dispatch_stub_696),
|
||||
TABLE_ENTRY(_dispatch_stub_697),
|
||||
TABLE_ENTRY(_dispatch_stub_698),
|
||||
@@ -7195,6 +7200,7 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(_dispatch_stub_701),
|
||||
TABLE_ENTRY(_dispatch_stub_702),
|
||||
TABLE_ENTRY(_dispatch_stub_703),
|
||||
TABLE_ENTRY(_dispatch_stub_704),
|
||||
TABLE_ENTRY(AreProgramsResidentNV),
|
||||
TABLE_ENTRY(BindProgramNV),
|
||||
TABLE_ENTRY(DeleteProgramsNV),
|
||||
@@ -7275,11 +7281,11 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(SetFragmentShaderConstantATI),
|
||||
TABLE_ENTRY(PointParameteriNV),
|
||||
TABLE_ENTRY(PointParameterivNV),
|
||||
TABLE_ENTRY(_dispatch_stub_784),
|
||||
TABLE_ENTRY(_dispatch_stub_785),
|
||||
TABLE_ENTRY(_dispatch_stub_786),
|
||||
TABLE_ENTRY(_dispatch_stub_787),
|
||||
TABLE_ENTRY(_dispatch_stub_788),
|
||||
TABLE_ENTRY(_dispatch_stub_789),
|
||||
TABLE_ENTRY(GetProgramNamedParameterdvNV),
|
||||
TABLE_ENTRY(GetProgramNamedParameterfvNV),
|
||||
TABLE_ENTRY(ProgramNamedParameter4dNV),
|
||||
@@ -7288,8 +7294,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(ProgramNamedParameter4fvNV),
|
||||
TABLE_ENTRY(PrimitiveRestartIndexNV),
|
||||
TABLE_ENTRY(PrimitiveRestartNV),
|
||||
TABLE_ENTRY(_dispatch_stub_797),
|
||||
TABLE_ENTRY(_dispatch_stub_798),
|
||||
TABLE_ENTRY(_dispatch_stub_799),
|
||||
TABLE_ENTRY(BindFramebufferEXT),
|
||||
TABLE_ENTRY(BindRenderbufferEXT),
|
||||
TABLE_ENTRY(CheckFramebufferStatusEXT),
|
||||
@@ -7307,9 +7313,9 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(IsFramebufferEXT),
|
||||
TABLE_ENTRY(IsRenderbufferEXT),
|
||||
TABLE_ENTRY(RenderbufferStorageEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_816),
|
||||
TABLE_ENTRY(_dispatch_stub_817),
|
||||
TABLE_ENTRY(_dispatch_stub_818),
|
||||
TABLE_ENTRY(_dispatch_stub_819),
|
||||
TABLE_ENTRY(BindFragDataLocationEXT),
|
||||
TABLE_ENTRY(GetFragDataLocationEXT),
|
||||
TABLE_ENTRY(GetUniformuivEXT),
|
||||
@@ -7367,8 +7373,8 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(GetTransformFeedbackVaryingEXT),
|
||||
TABLE_ENTRY(TransformFeedbackVaryingsEXT),
|
||||
TABLE_ENTRY(ProvokingVertexEXT),
|
||||
TABLE_ENTRY(_dispatch_stub_876),
|
||||
TABLE_ENTRY(_dispatch_stub_877),
|
||||
TABLE_ENTRY(_dispatch_stub_878),
|
||||
TABLE_ENTRY(GetObjectParameterivAPPLE),
|
||||
TABLE_ENTRY(ObjectPurgeableAPPLE),
|
||||
TABLE_ENTRY(ObjectUnpurgeableAPPLE),
|
||||
@@ -7376,11 +7382,11 @@ _glapi_proc DISPATCH_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(CreateShaderProgramEXT),
|
||||
TABLE_ENTRY(UseShaderProgramEXT),
|
||||
TABLE_ENTRY(TextureBarrierNV),
|
||||
TABLE_ENTRY(_dispatch_stub_885),
|
||||
TABLE_ENTRY(_dispatch_stub_886),
|
||||
TABLE_ENTRY(_dispatch_stub_887),
|
||||
TABLE_ENTRY(_dispatch_stub_888),
|
||||
TABLE_ENTRY(_dispatch_stub_889),
|
||||
TABLE_ENTRY(_dispatch_stub_890),
|
||||
TABLE_ENTRY(EGLImageTargetRenderbufferStorageOES),
|
||||
TABLE_ENTRY(EGLImageTargetTexture2DOES),
|
||||
/* A whole bunch of no-op functions. These might be called
|
||||
@@ -7687,10 +7693,10 @@ _glapi_proc UNUSED_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(RenderbufferStorageMultisampleEXT),
|
||||
TABLE_ENTRY(PointParameterf),
|
||||
TABLE_ENTRY(PointParameterfARB),
|
||||
TABLE_ENTRY(_dispatch_stub_625),
|
||||
TABLE_ENTRY(_dispatch_stub_626),
|
||||
TABLE_ENTRY(PointParameterfv),
|
||||
TABLE_ENTRY(PointParameterfvARB),
|
||||
TABLE_ENTRY(_dispatch_stub_626),
|
||||
TABLE_ENTRY(_dispatch_stub_627),
|
||||
TABLE_ENTRY(SecondaryColor3b),
|
||||
TABLE_ENTRY(SecondaryColor3bv),
|
||||
TABLE_ENTRY(SecondaryColor3d),
|
||||
@@ -7716,7 +7722,7 @@ _glapi_proc UNUSED_TABLE_NAME[] = {
|
||||
TABLE_ENTRY(FogCoordf),
|
||||
TABLE_ENTRY(FogCoordfv),
|
||||
TABLE_ENTRY(BlendFuncSeparate),
|
||||
TABLE_ENTRY(_dispatch_stub_654),
|
||||
TABLE_ENTRY(_dispatch_stub_655),
|
||||
TABLE_ENTRY(WindowPos2d),
|
||||
TABLE_ENTRY(WindowPos2dARB),
|
||||
TABLE_ENTRY(WindowPos2dv),
|
||||
|
||||
+720
-718
File diff suppressed because it is too large
Load Diff
+3592
-3579
File diff suppressed because it is too large
Load Diff
+648
-642
File diff suppressed because it is too large
Load Diff
+265
-253
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user