CapsAdmin

Untitled

Mar 27th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 185.46 KB | None | 0 0
  1. // parsed [08-26-11] GLEW 1.7.0 header
  2.  
  3.  void glAccum ( GLenum op , GLfloat value ) ;
  4.  void glAlphaFunc ( GLenum func , GLclampf ref ) ;
  5.  GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
  6.  void glArrayElement ( GLint i ) ;
  7.  void glBegin ( GLenum mode ) ;
  8.  void glBindTexture ( GLenum target , GLuint texture ) ;
  9.  void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
  10.  void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
  11.  void glCallList ( GLuint list ) ;
  12.  void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
  13.  void glClear ( GLbitfield mask ) ;
  14.  void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
  15.  void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
  16.  void glClearDepth ( GLclampd depth ) ;
  17.  void glClearIndex ( GLfloat c ) ;
  18.  void glClearStencil ( GLint s ) ;
  19.  void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
  20.  void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
  21.  void glColor3bv ( const GLbyte * v ) ;
  22.  void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
  23.  void glColor3dv ( const GLdouble * v ) ;
  24.  void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
  25.  void glColor3fv ( const GLfloat * v ) ;
  26.  void glColor3i ( GLint red , GLint green , GLint blue ) ;
  27.  void glColor3iv ( const GLint * v ) ;
  28.  void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
  29.  void glColor3sv ( const GLshort * v ) ;
  30.  void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
  31.  void glColor3ubv ( const GLubyte * v ) ;
  32.  void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
  33.  void glColor3uiv ( const GLuint * v ) ;
  34.  void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
  35.  void glColor3usv ( const GLushort * v ) ;
  36.  void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
  37.  void glColor4bv ( const GLbyte * v ) ;
  38.  void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
  39.  void glColor4dv ( const GLdouble * v ) ;
  40.  void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
  41.  void glColor4fv ( const GLfloat * v ) ;
  42.  void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
  43.  void glColor4iv ( const GLint * v ) ;
  44.  void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
  45.  void glColor4sv ( const GLshort * v ) ;
  46.  void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
  47.  void glColor4ubv ( const GLubyte * v ) ;
  48.  void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
  49.  void glColor4uiv ( const GLuint * v ) ;
  50.  void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
  51.  void glColor4usv ( const GLushort * v ) ;
  52.  void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
  53.  void glColorMaterial ( GLenum face , GLenum mode ) ;
  54.  void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  55.  void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
  56.  void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalFormat , GLint x , GLint y , GLsizei width , GLint border ) ;
  57.  void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalFormat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
  58.  void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
  59.  void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  60.  void glCullFace ( GLenum mode ) ;
  61.  void glDeleteLists ( GLuint list , GLsizei range ) ;
  62.  void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
  63.  void glDepthFunc ( GLenum func ) ;
  64.  void glDepthMask ( GLboolean flag ) ;
  65.  void glDepthRange ( GLclampd zNear , GLclampd zFar ) ;
  66.  void glDisable ( GLenum cap ) ;
  67.  void glDisableClientState ( GLenum array ) ;
  68.  void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
  69.  void glDrawBuffer ( GLenum mode ) ;
  70.  void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
  71.  void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
  72.  void glEdgeFlag ( GLboolean flag ) ;
  73.  void glEdgeFlagPointer ( GLsizei stride , const GLvoid * pointer ) ;
  74.  void glEdgeFlagv ( const GLboolean * flag ) ;
  75.  void glEnable ( GLenum cap ) ;
  76.  void glEnableClientState ( GLenum array ) ;
  77.  void glEnd ( ) ;
  78.  void glEndList ( ) ;
  79.  void glEvalCoord1d ( GLdouble u ) ;
  80.  void glEvalCoord1dv ( const GLdouble * u ) ;
  81.  void glEvalCoord1f ( GLfloat u ) ;
  82.  void glEvalCoord1fv ( const GLfloat * u ) ;
  83.  void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
  84.  void glEvalCoord2dv ( const GLdouble * u ) ;
  85.  void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
  86.  void glEvalCoord2fv ( const GLfloat * u ) ;
  87.  void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
  88.  void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
  89.  void glEvalPoint1 ( GLint i ) ;
  90.  void glEvalPoint2 ( GLint i , GLint j ) ;
  91.  void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
  92.  void glFinish ( ) ;
  93.  void glFlush ( ) ;
  94.  void glFogf ( GLenum pname , GLfloat param ) ;
  95.  void glFogfv ( GLenum pname , const GLfloat * params ) ;
  96.  void glFogi ( GLenum pname , GLint param ) ;
  97.  void glFogiv ( GLenum pname , const GLint * params ) ;
  98.  void glFrontFace ( GLenum mode ) ;
  99.  void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble zNear , GLdouble zFar ) ;
  100.  GLuint glGenLists ( GLsizei range ) ;
  101.  void glGenTextures ( GLsizei n , GLuint * textures ) ;
  102.  void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
  103.  void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
  104.  void glGetDoublev ( GLenum pname , GLdouble * params ) ;
  105.  GLenum glGetError ( ) ;
  106.  void glGetFloatv ( GLenum pname , GLfloat * params ) ;
  107.  void glGetIntegerv ( GLenum pname , GLint * params ) ;
  108.  void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
  109.  void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
  110.  void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
  111.  void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
  112.  void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
  113.  void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
  114.  void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
  115.  void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
  116.  void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
  117.  void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
  118.  void glGetPointerv ( GLenum pname , GLvoid * * params ) ;
  119.  void glGetPolygonStipple ( GLubyte * mask ) ;
  120.  const GLubyte * glGetString ( GLenum name ) ;
  121.  void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
  122.  void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
  123.  void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
  124.  void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
  125.  void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
  126.  void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
  127.  void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
  128.  void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
  129.  void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
  130.  void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  131.  void glHint ( GLenum target , GLenum mode ) ;
  132.  void glIndexMask ( GLuint mask ) ;
  133.  void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  134.  void glIndexd ( GLdouble c ) ;
  135.  void glIndexdv ( const GLdouble * c ) ;
  136.  void glIndexf ( GLfloat c ) ;
  137.  void glIndexfv ( const GLfloat * c ) ;
  138.  void glIndexi ( GLint c ) ;
  139.  void glIndexiv ( const GLint * c ) ;
  140.  void glIndexs ( GLshort c ) ;
  141.  void glIndexsv ( const GLshort * c ) ;
  142.  void glIndexub ( GLubyte c ) ;
  143.  void glIndexubv ( const GLubyte * c ) ;
  144.  void glInitNames ( ) ;
  145.  void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
  146.  GLboolean glIsEnabled ( GLenum cap ) ;
  147.  GLboolean glIsList ( GLuint list ) ;
  148.  GLboolean glIsTexture ( GLuint texture ) ;
  149.  void glLightModelf ( GLenum pname , GLfloat param ) ;
  150.  void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
  151.  void glLightModeli ( GLenum pname , GLint param ) ;
  152.  void glLightModeliv ( GLenum pname , const GLint * params ) ;
  153.  void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
  154.  void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
  155.  void glLighti ( GLenum light , GLenum pname , GLint param ) ;
  156.  void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
  157.  void glLineStipple ( GLint factor , GLushort pattern ) ;
  158.  void glLineWidth ( GLfloat width ) ;
  159.  void glListBase ( GLuint base ) ;
  160.  void glLoadIdentity ( ) ;
  161.  void glLoadMatrixd ( const GLdouble * m ) ;
  162.  void glLoadMatrixf ( const GLfloat * m ) ;
  163.  void glLoadName ( GLuint name ) ;
  164.  void glLogicOp ( GLenum opcode ) ;
  165.  void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
  166.  void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
  167.  void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
  168.  void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
  169.  void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
  170.  void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
  171.  void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
  172.  void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
  173.  void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
  174.  void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
  175.  void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
  176.  void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
  177.  void glMatrixMode ( GLenum mode ) ;
  178.  void glMultMatrixd ( const GLdouble * m ) ;
  179.  void glMultMatrixf ( const GLfloat * m ) ;
  180.  void glNewList ( GLuint list , GLenum mode ) ;
  181.  void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
  182.  void glNormal3bv ( const GLbyte * v ) ;
  183.  void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
  184.  void glNormal3dv ( const GLdouble * v ) ;
  185.  void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
  186.  void glNormal3fv ( const GLfloat * v ) ;
  187.  void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
  188.  void glNormal3iv ( const GLint * v ) ;
  189.  void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
  190.  void glNormal3sv ( const GLshort * v ) ;
  191.  void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  192.  void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble zNear , GLdouble zFar ) ;
  193.  void glPassThrough ( GLfloat token ) ;
  194.  void glPixelMapfv ( GLenum map , GLsizei mapsize , const GLfloat * values ) ;
  195.  void glPixelMapuiv ( GLenum map , GLsizei mapsize , const GLuint * values ) ;
  196.  void glPixelMapusv ( GLenum map , GLsizei mapsize , const GLushort * values ) ;
  197.  void glPixelStoref ( GLenum pname , GLfloat param ) ;
  198.  void glPixelStorei ( GLenum pname , GLint param ) ;
  199.  void glPixelTransferf ( GLenum pname , GLfloat param ) ;
  200.  void glPixelTransferi ( GLenum pname , GLint param ) ;
  201.  void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
  202.  void glPointSize ( GLfloat size ) ;
  203.  void glPolygonMode ( GLenum face , GLenum mode ) ;
  204.  void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
  205.  void glPolygonStipple ( const GLubyte * mask ) ;
  206.  void glPopAttrib ( ) ;
  207.  void glPopClientAttrib ( ) ;
  208.  void glPopMatrix ( ) ;
  209.  void glPopName ( ) ;
  210.  void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
  211.  void glPushAttrib ( GLbitfield mask ) ;
  212.  void glPushClientAttrib ( GLbitfield mask ) ;
  213.  void glPushMatrix ( ) ;
  214.  void glPushName ( GLuint name ) ;
  215.  void glRasterPos2d ( GLdouble x , GLdouble y ) ;
  216.  void glRasterPos2dv ( const GLdouble * v ) ;
  217.  void glRasterPos2f ( GLfloat x , GLfloat y ) ;
  218.  void glRasterPos2fv ( const GLfloat * v ) ;
  219.  void glRasterPos2i ( GLint x , GLint y ) ;
  220.  void glRasterPos2iv ( const GLint * v ) ;
  221.  void glRasterPos2s ( GLshort x , GLshort y ) ;
  222.  void glRasterPos2sv ( const GLshort * v ) ;
  223.  void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
  224.  void glRasterPos3dv ( const GLdouble * v ) ;
  225.  void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
  226.  void glRasterPos3fv ( const GLfloat * v ) ;
  227.  void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
  228.  void glRasterPos3iv ( const GLint * v ) ;
  229.  void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
  230.  void glRasterPos3sv ( const GLshort * v ) ;
  231.  void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  232.  void glRasterPos4dv ( const GLdouble * v ) ;
  233.  void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  234.  void glRasterPos4fv ( const GLfloat * v ) ;
  235.  void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
  236.  void glRasterPos4iv ( const GLint * v ) ;
  237.  void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
  238.  void glRasterPos4sv ( const GLshort * v ) ;
  239.  void glReadBuffer ( GLenum mode ) ;
  240.  void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
  241.  void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
  242.  void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
  243.  void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
  244.  void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
  245.  void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
  246.  void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
  247.  void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
  248.  void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
  249.  GLint glRenderMode ( GLenum mode ) ;
  250.  void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
  251.  void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
  252.  void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
  253.  void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
  254.  void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
  255.  void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
  256.  void glShadeModel ( GLenum mode ) ;
  257.  void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
  258.  void glStencilMask ( GLuint mask ) ;
  259.  void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
  260.  void glTexCoord1d ( GLdouble s ) ;
  261.  void glTexCoord1dv ( const GLdouble * v ) ;
  262.  void glTexCoord1f ( GLfloat s ) ;
  263.  void glTexCoord1fv ( const GLfloat * v ) ;
  264.  void glTexCoord1i ( GLint s ) ;
  265.  void glTexCoord1iv ( const GLint * v ) ;
  266.  void glTexCoord1s ( GLshort s ) ;
  267.  void glTexCoord1sv ( const GLshort * v ) ;
  268.  void glTexCoord2d ( GLdouble s , GLdouble t ) ;
  269.  void glTexCoord2dv ( const GLdouble * v ) ;
  270.  void glTexCoord2f ( GLfloat s , GLfloat t ) ;
  271.  void glTexCoord2fv ( const GLfloat * v ) ;
  272.  void glTexCoord2i ( GLint s , GLint t ) ;
  273.  void glTexCoord2iv ( const GLint * v ) ;
  274.  void glTexCoord2s ( GLshort s , GLshort t ) ;
  275.  void glTexCoord2sv ( const GLshort * v ) ;
  276.  void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
  277.  void glTexCoord3dv ( const GLdouble * v ) ;
  278.  void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
  279.  void glTexCoord3fv ( const GLfloat * v ) ;
  280.  void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
  281.  void glTexCoord3iv ( const GLint * v ) ;
  282.  void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
  283.  void glTexCoord3sv ( const GLshort * v ) ;
  284.  void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
  285.  void glTexCoord4dv ( const GLdouble * v ) ;
  286.  void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
  287.  void glTexCoord4fv ( const GLfloat * v ) ;
  288.  void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
  289.  void glTexCoord4iv ( const GLint * v ) ;
  290.  void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
  291.  void glTexCoord4sv ( const GLshort * v ) ;
  292.  void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  293.  void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
  294.  void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
  295.  void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
  296.  void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
  297.  void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
  298.  void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
  299.  void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
  300.  void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
  301.  void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
  302.  void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
  303.  void glTexImage1D ( GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
  304.  void glTexImage2D ( GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
  305.  void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
  306.  void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
  307.  void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
  308.  void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
  309.  void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
  310.  void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
  311.  void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
  312.  void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
  313.  void glVertex2d ( GLdouble x , GLdouble y ) ;
  314.  void glVertex2dv ( const GLdouble * v ) ;
  315.  void glVertex2f ( GLfloat x , GLfloat y ) ;
  316.  void glVertex2fv ( const GLfloat * v ) ;
  317.  void glVertex2i ( GLint x , GLint y ) ;
  318.  void glVertex2iv ( const GLint * v ) ;
  319.  void glVertex2s ( GLshort x , GLshort y ) ;
  320.  void glVertex2sv ( const GLshort * v ) ;
  321.  void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
  322.  void glVertex3dv ( const GLdouble * v ) ;
  323.  void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
  324.  void glVertex3fv ( const GLfloat * v ) ;
  325.  void glVertex3i ( GLint x , GLint y , GLint z ) ;
  326.  void glVertex3iv ( const GLint * v ) ;
  327.  void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
  328.  void glVertex3sv ( const GLshort * v ) ;
  329.  void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  330.  void glVertex4dv ( const GLdouble * v ) ;
  331.  void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  332.  void glVertex4fv ( const GLfloat * v ) ;
  333.  void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
  334.  void glVertex4iv ( const GLint * v ) ;
  335.  void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
  336.  void glVertex4sv ( const GLshort * v ) ;
  337.  void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  338.  void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
  339.  void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  340.  void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
  341.  void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
  342.  void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
  343.  void glActiveTexture ( GLenum texture ) ;
  344.  void glClientActiveTexture ( GLenum texture ) ;
  345.  void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ;
  346.  void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ;
  347.  void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ;
  348.  void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ;
  349.  void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ;
  350.  void glCompressedTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const GLvoid * data ) ;
  351.  void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ;
  352.  void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ;
  353.  void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ;
  354.  void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ;
  355.  void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ;
  356.  void glMultiTexCoord1d ( GLenum target , GLdouble s ) ;
  357.  void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ;
  358.  void glMultiTexCoord1f ( GLenum target , GLfloat s ) ;
  359.  void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ;
  360.  void glMultiTexCoord1i ( GLenum target , GLint s ) ;
  361.  void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ;
  362.  void glMultiTexCoord1s ( GLenum target , GLshort s ) ;
  363.  void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ;
  364.  void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ;
  365.  void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ;
  366.  void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ;
  367.  void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ;
  368.  void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ;
  369.  void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ;
  370.  void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ;
  371.  void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ;
  372.  void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
  373.  void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ;
  374.  void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
  375.  void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ;
  376.  void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ;
  377.  void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ;
  378.  void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
  379.  void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ;
  380.  void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
  381.  void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ;
  382.  void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
  383.  void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ;
  384.  void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
  385.  void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ;
  386.  void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
  387.  void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ;
  388.  void glSampleCoverage ( GLclampf value , GLboolean invert ) ;
  389.  void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
  390.  void glBlendEquation ( GLenum mode ) ;
  391.  void glBlendFuncSeparate ( GLenum sfactorRGB , GLenum dfactorRGB , GLenum sfactorAlpha , GLenum dfactorAlpha ) ;
  392.  void glFogCoordPointer ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  393.  void glFogCoordd ( GLdouble coord ) ;
  394.  void glFogCoorddv ( const GLdouble * coord ) ;
  395.  void glFogCoordf ( GLfloat coord ) ;
  396.  void glFogCoordfv ( const GLfloat * coord ) ;
  397.  void glMultiDrawArrays ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
  398.  void glMultiDrawElements ( GLenum mode , const GLsizei * count , GLenum type , const GLvoid * * indices , GLsizei primcount ) ;
  399.  void glPointParameterf ( GLenum pname , GLfloat param ) ;
  400.  void glPointParameterfv ( GLenum pname , const GLfloat * params ) ;
  401.  void glPointParameteri ( GLenum pname , GLint param ) ;
  402.  void glPointParameteriv ( GLenum pname , const GLint * params ) ;
  403.  void glSecondaryColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
  404.  void glSecondaryColor3bv ( const GLbyte * v ) ;
  405.  void glSecondaryColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
  406.  void glSecondaryColor3dv ( const GLdouble * v ) ;
  407.  void glSecondaryColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
  408.  void glSecondaryColor3fv ( const GLfloat * v ) ;
  409.  void glSecondaryColor3i ( GLint red , GLint green , GLint blue ) ;
  410.  void glSecondaryColor3iv ( const GLint * v ) ;
  411.  void glSecondaryColor3s ( GLshort red , GLshort green , GLshort blue ) ;
  412.  void glSecondaryColor3sv ( const GLshort * v ) ;
  413.  void glSecondaryColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
  414.  void glSecondaryColor3ubv ( const GLubyte * v ) ;
  415.  void glSecondaryColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
  416.  void glSecondaryColor3uiv ( const GLuint * v ) ;
  417.  void glSecondaryColor3us ( GLushort red , GLushort green , GLushort blue ) ;
  418.  void glSecondaryColor3usv ( const GLushort * v ) ;
  419.  void glSecondaryColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  420.  void glWindowPos2d ( GLdouble x , GLdouble y ) ;
  421.  void glWindowPos2dv ( const GLdouble * p ) ;
  422.  void glWindowPos2f ( GLfloat x , GLfloat y ) ;
  423.  void glWindowPos2fv ( const GLfloat * p ) ;
  424.  void glWindowPos2i ( GLint x , GLint y ) ;
  425.  void glWindowPos2iv ( const GLint * p ) ;
  426.  void glWindowPos2s ( GLshort x , GLshort y ) ;
  427.  void glWindowPos2sv ( const GLshort * p ) ;
  428.  void glWindowPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
  429.  void glWindowPos3dv ( const GLdouble * p ) ;
  430.  void glWindowPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
  431.  void glWindowPos3fv ( const GLfloat * p ) ;
  432.  void glWindowPos3i ( GLint x , GLint y , GLint z ) ;
  433.  void glWindowPos3iv ( const GLint * p ) ;
  434.  void glWindowPos3s ( GLshort x , GLshort y , GLshort z ) ;
  435.  void glWindowPos3sv ( const GLshort * p ) ;
  436.  void glBeginQuery ( GLenum target , GLuint id ) ;
  437.  void glBindBuffer ( GLenum target , GLuint buffer ) ;
  438.  void glBufferData ( GLenum target , GLsizeiptr size , const GLvoid * data , GLenum usage ) ;
  439.  void glBufferSubData ( GLenum target , GLintptr offset , GLsizeiptr size , const GLvoid * data ) ;
  440.  void glDeleteBuffers ( GLsizei n , const GLuint * buffers ) ;
  441.  void glDeleteQueries ( GLsizei n , const GLuint * ids ) ;
  442.  void glEndQuery ( GLenum target ) ;
  443.  void glGenBuffers ( GLsizei n , GLuint * buffers ) ;
  444.  void glGenQueries ( GLsizei n , GLuint * ids ) ;
  445.  void glGetBufferParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  446.  void glGetBufferPointerv ( GLenum target , GLenum pname , GLvoid * * params ) ;
  447.  void glGetBufferSubData ( GLenum target , GLintptr offset , GLsizeiptr size , GLvoid * data ) ;
  448.  void glGetQueryObjectiv ( GLuint id , GLenum pname , GLint * params ) ;
  449.  void glGetQueryObjectuiv ( GLuint id , GLenum pname , GLuint * params ) ;
  450.  void glGetQueryiv ( GLenum target , GLenum pname , GLint * params ) ;
  451.  void glAttachShader ( GLuint program , GLuint shader ) ;
  452.  void glBindAttribLocation ( GLuint program , GLuint index , const GLchar * name ) ;
  453.  void glBlendEquationSeparate ( GLenum , GLenum ) ;
  454.  void glCompileShader ( GLuint shader ) ;
  455.  void glDeleteProgram ( GLuint program ) ;
  456.  void glDeleteShader ( GLuint shader ) ;
  457.  void glDetachShader ( GLuint program , GLuint shader ) ;
  458.  void glDisableVertexAttribArray ( GLuint ) ;
  459.  void glDrawBuffers ( GLsizei n , const GLenum * bufs ) ;
  460.  void glEnableVertexAttribArray ( GLuint ) ;
  461.  void glGetActiveAttrib ( GLuint program , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLchar * name ) ;
  462.  void glGetActiveUniform ( GLuint program , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLchar * name ) ;
  463.  void glGetAttachedShaders ( GLuint program , GLsizei maxCount , GLsizei * count , GLuint * shaders ) ;
  464.  void glGetProgramInfoLog ( GLuint program , GLsizei bufSize , GLsizei * length , GLchar * infoLog ) ;
  465.  void glGetProgramiv ( GLuint program , GLenum pname , GLint * param ) ;
  466.  void glGetShaderInfoLog ( GLuint shader , GLsizei bufSize , GLsizei * length , GLchar * infoLog ) ;
  467.  void glGetShaderSource ( GLuint obj , GLsizei maxLength , GLsizei * length , GLchar * source ) ;
  468.  void glGetShaderiv ( GLuint shader , GLenum pname , GLint * param ) ;
  469.  void glGetUniformfv ( GLuint program , GLint location , GLfloat * params ) ;
  470.  void glGetUniformiv ( GLuint program , GLint location , GLint * params ) ;
  471.  void glGetVertexAttribPointerv ( GLuint , GLenum , GLvoid * * ) ;
  472.  void glGetVertexAttribdv ( GLuint , GLenum , GLdouble * ) ;
  473.  void glGetVertexAttribfv ( GLuint , GLenum , GLfloat * ) ;
  474.  void glGetVertexAttribiv ( GLuint , GLenum , GLint * ) ;
  475.  void glLinkProgram ( GLuint program ) ;
  476.  void glShaderSource ( GLuint shader , GLsizei count , const GLchar * * strings , const GLint * lengths ) ;
  477.  void glStencilFuncSeparate ( GLenum frontfunc , GLenum backfunc , GLint ref , GLuint mask ) ;
  478.  void glStencilMaskSeparate ( GLenum , GLuint ) ;
  479.  void glStencilOpSeparate ( GLenum face , GLenum sfail , GLenum dpfail , GLenum dppass ) ;
  480.  void glUniform1f ( GLint location , GLfloat v0 ) ;
  481.  void glUniform1fv ( GLint location , GLsizei count , const GLfloat * value ) ;
  482.  void glUniform1i ( GLint location , GLint v0 ) ;
  483.  void glUniform1iv ( GLint location , GLsizei count , const GLint * value ) ;
  484.  void glUniform2f ( GLint location , GLfloat v0 , GLfloat v1 ) ;
  485.  void glUniform2fv ( GLint location , GLsizei count , const GLfloat * value ) ;
  486.  void glUniform2i ( GLint location , GLint v0 , GLint v1 ) ;
  487.  void glUniform2iv ( GLint location , GLsizei count , const GLint * value ) ;
  488.  void glUniform3f ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 ) ;
  489.  void glUniform3fv ( GLint location , GLsizei count , const GLfloat * value ) ;
  490.  void glUniform3i ( GLint location , GLint v0 , GLint v1 , GLint v2 ) ;
  491.  void glUniform3iv ( GLint location , GLsizei count , const GLint * value ) ;
  492.  void glUniform4f ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 ) ;
  493.  void glUniform4fv ( GLint location , GLsizei count , const GLfloat * value ) ;
  494.  void glUniform4i ( GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 ) ;
  495.  void glUniform4iv ( GLint location , GLsizei count , const GLint * value ) ;
  496.  void glUniformMatrix2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  497.  void glUniformMatrix3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  498.  void glUniformMatrix4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  499.  void glUseProgram ( GLuint program ) ;
  500.  void glValidateProgram ( GLuint program ) ;
  501.  void glVertexAttrib1d ( GLuint index , GLdouble x ) ;
  502.  void glVertexAttrib1dv ( GLuint index , const GLdouble * v ) ;
  503.  void glVertexAttrib1f ( GLuint index , GLfloat x ) ;
  504.  void glVertexAttrib1fv ( GLuint index , const GLfloat * v ) ;
  505.  void glVertexAttrib1s ( GLuint index , GLshort x ) ;
  506.  void glVertexAttrib1sv ( GLuint index , const GLshort * v ) ;
  507.  void glVertexAttrib2d ( GLuint index , GLdouble x , GLdouble y ) ;
  508.  void glVertexAttrib2dv ( GLuint index , const GLdouble * v ) ;
  509.  void glVertexAttrib2f ( GLuint index , GLfloat x , GLfloat y ) ;
  510.  void glVertexAttrib2fv ( GLuint index , const GLfloat * v ) ;
  511.  void glVertexAttrib2s ( GLuint index , GLshort x , GLshort y ) ;
  512.  void glVertexAttrib2sv ( GLuint index , const GLshort * v ) ;
  513.  void glVertexAttrib3d ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
  514.  void glVertexAttrib3dv ( GLuint index , const GLdouble * v ) ;
  515.  void glVertexAttrib3f ( GLuint index , GLfloat x , GLfloat y , GLfloat z ) ;
  516.  void glVertexAttrib3fv ( GLuint index , const GLfloat * v ) ;
  517.  void glVertexAttrib3s ( GLuint index , GLshort x , GLshort y , GLshort z ) ;
  518.  void glVertexAttrib3sv ( GLuint index , const GLshort * v ) ;
  519.  void glVertexAttrib4Nbv ( GLuint index , const GLbyte * v ) ;
  520.  void glVertexAttrib4Niv ( GLuint index , const GLint * v ) ;
  521.  void glVertexAttrib4Nsv ( GLuint index , const GLshort * v ) ;
  522.  void glVertexAttrib4Nub ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w ) ;
  523.  void glVertexAttrib4Nubv ( GLuint index , const GLubyte * v ) ;
  524.  void glVertexAttrib4Nuiv ( GLuint index , const GLuint * v ) ;
  525.  void glVertexAttrib4Nusv ( GLuint index , const GLushort * v ) ;
  526.  void glVertexAttrib4bv ( GLuint index , const GLbyte * v ) ;
  527.  void glVertexAttrib4d ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  528.  void glVertexAttrib4dv ( GLuint index , const GLdouble * v ) ;
  529.  void glVertexAttrib4f ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  530.  void glVertexAttrib4fv ( GLuint index , const GLfloat * v ) ;
  531.  void glVertexAttrib4iv ( GLuint index , const GLint * v ) ;
  532.  void glVertexAttrib4s ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w ) ;
  533.  void glVertexAttrib4sv ( GLuint index , const GLshort * v ) ;
  534.  void glVertexAttrib4ubv ( GLuint index , const GLubyte * v ) ;
  535.  void glVertexAttrib4uiv ( GLuint index , const GLuint * v ) ;
  536.  void glVertexAttrib4usv ( GLuint index , const GLushort * v ) ;
  537.  void glVertexAttribPointer ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , const GLvoid * pointer ) ;
  538.  void glUniformMatrix2x3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  539.  void glUniformMatrix2x4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  540.  void glUniformMatrix3x2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  541.  void glUniformMatrix3x4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  542.  void glUniformMatrix4x2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  543.  void glUniformMatrix4x3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  544.  void glBeginConditionalRender ( GLuint , GLenum ) ;
  545.  void glBeginTransformFeedback ( GLenum ) ;
  546.  void glBindFragDataLocation ( GLuint , GLuint , const GLchar * ) ;
  547.  void glClampColor ( GLenum , GLenum ) ;
  548.  void glClearBufferfi ( GLenum , GLint , GLfloat , GLint ) ;
  549.  void glClearBufferfv ( GLenum , GLint , const GLfloat * ) ;
  550.  void glClearBufferiv ( GLenum , GLint , const GLint * ) ;
  551.  void glClearBufferuiv ( GLenum , GLint , const GLuint * ) ;
  552.  void glColorMaski ( GLuint , GLboolean , GLboolean , GLboolean , GLboolean ) ;
  553.  void glDisablei ( GLenum , GLuint ) ;
  554.  void glEnablei ( GLenum , GLuint ) ;
  555.  void glEndConditionalRender ( ) ;
  556.  void glEndTransformFeedback ( ) ;
  557.  void glGetBooleani_v ( GLenum , GLuint , GLboolean * ) ;
  558.  void glGetTexParameterIiv ( GLenum , GLenum , GLint * ) ;
  559.  void glGetTexParameterIuiv ( GLenum , GLenum , GLuint * ) ;
  560.  void glGetTransformFeedbackVarying ( GLuint , GLuint , GLsizei , GLsizei * , GLsizei * , GLenum * , GLchar * ) ;
  561.  void glGetUniformuiv ( GLuint , GLint , GLuint * ) ;
  562.  void glGetVertexAttribIiv ( GLuint , GLenum , GLint * ) ;
  563.  void glGetVertexAttribIuiv ( GLuint , GLenum , GLuint * ) ;
  564.  void glTexParameterIiv ( GLenum , GLenum , const GLint * ) ;
  565.  void glTexParameterIuiv ( GLenum , GLenum , const GLuint * ) ;
  566.  void glTransformFeedbackVaryings ( GLuint , GLsizei , const GLchar * * , GLenum ) ;
  567.  void glUniform1ui ( GLint , GLuint ) ;
  568.  void glUniform1uiv ( GLint , GLsizei , const GLuint * ) ;
  569.  void glUniform2ui ( GLint , GLuint , GLuint ) ;
  570.  void glUniform2uiv ( GLint , GLsizei , const GLuint * ) ;
  571.  void glUniform3ui ( GLint , GLuint , GLuint , GLuint ) ;
  572.  void glUniform3uiv ( GLint , GLsizei , const GLuint * ) ;
  573.  void glUniform4ui ( GLint , GLuint , GLuint , GLuint , GLuint ) ;
  574.  void glUniform4uiv ( GLint , GLsizei , const GLuint * ) ;
  575.  void glVertexAttribI1i ( GLuint , GLint ) ;
  576.  void glVertexAttribI1iv ( GLuint , const GLint * ) ;
  577.  void glVertexAttribI1ui ( GLuint , GLuint ) ;
  578.  void glVertexAttribI1uiv ( GLuint , const GLuint * ) ;
  579.  void glVertexAttribI2i ( GLuint , GLint , GLint ) ;
  580.  void glVertexAttribI2iv ( GLuint , const GLint * ) ;
  581.  void glVertexAttribI2ui ( GLuint , GLuint , GLuint ) ;
  582.  void glVertexAttribI2uiv ( GLuint , const GLuint * ) ;
  583.  void glVertexAttribI3i ( GLuint , GLint , GLint , GLint ) ;
  584.  void glVertexAttribI3iv ( GLuint , const GLint * ) ;
  585.  void glVertexAttribI3ui ( GLuint , GLuint , GLuint , GLuint ) ;
  586.  void glVertexAttribI3uiv ( GLuint , const GLuint * ) ;
  587.  void glVertexAttribI4bv ( GLuint , const GLbyte * ) ;
  588.  void glVertexAttribI4i ( GLuint , GLint , GLint , GLint , GLint ) ;
  589.  void glVertexAttribI4iv ( GLuint , const GLint * ) ;
  590.  void glVertexAttribI4sv ( GLuint , const GLshort * ) ;
  591.  void glVertexAttribI4ubv ( GLuint , const GLubyte * ) ;
  592.  void glVertexAttribI4ui ( GLuint , GLuint , GLuint , GLuint , GLuint ) ;
  593.  void glVertexAttribI4uiv ( GLuint , const GLuint * ) ;
  594.  void glVertexAttribI4usv ( GLuint , const GLushort * ) ;
  595.  void glVertexAttribIPointer ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ;
  596.  void glDrawArraysInstanced ( GLenum , GLint , GLsizei , GLsizei ) ;
  597.  void glDrawElementsInstanced ( GLenum , GLsizei , GLenum , const GLvoid * , GLsizei ) ;
  598.  void glPrimitiveRestartIndex ( GLuint ) ;
  599.  void glTexBuffer ( GLenum , GLenum , GLuint ) ;
  600.  void glFramebufferTexture ( GLenum , GLenum , GLuint , GLint ) ;
  601.  void glGetBufferParameteri64v ( GLenum , GLenum , GLint64 * ) ;
  602.  void glGetInteger64i_v ( GLenum , GLuint , GLint64 * ) ;
  603.  void glVertexAttribDivisor ( GLuint index , GLuint divisor ) ;
  604.  void glBlendEquationSeparatei ( GLuint buf , GLenum modeRGB , GLenum modeAlpha ) ;
  605.  void glBlendEquationi ( GLuint buf , GLenum mode ) ;
  606.  void glBlendFuncSeparatei ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha ) ;
  607.  void glBlendFunci ( GLuint buf , GLenum src , GLenum dst ) ;
  608.  void glMinSampleShading ( GLclampf value ) ;
  609.  void glTbufferMask3DFX ( GLuint mask ) ;
  610.  void glDebugMessageCallbackAMD ( GLDEBUGPROCAMD callback , void * userParam ) ;
  611.  void glDebugMessageEnableAMD ( GLenum category , GLenum severity , GLsizei count , const GLuint * ids , GLboolean enabled ) ;
  612.  void glDebugMessageInsertAMD ( GLenum category , GLenum severity , GLuint id , GLsizei length , const char * buf ) ;
  613.  void glBlendEquationIndexedAMD ( GLuint buf , GLenum mode ) ;
  614.  void glBlendEquationSeparateIndexedAMD ( GLuint buf , GLenum modeRGB , GLenum modeAlpha ) ;
  615.  void glBlendFuncIndexedAMD ( GLuint buf , GLenum src , GLenum dst ) ;
  616.  void glBlendFuncSeparateIndexedAMD ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha ) ;
  617.  void glMultiDrawArraysIndirectAMD ( GLenum mode , const void * indirect , GLsizei primcount , GLsizei stride ) ;
  618.  void glMultiDrawElementsIndirectAMD ( GLenum mode , GLenum type , const void * indirect , GLsizei primcount , GLsizei stride ) ;
  619.  void glDeleteNamesAMD ( GLenum identifier , GLuint num , const GLuint * names ) ;
  620.  void glGenNamesAMD ( GLenum identifier , GLuint num , GLuint * names ) ;
  621.  void glBeginPerfMonitorAMD ( GLuint monitor ) ;
  622.  void glDeletePerfMonitorsAMD ( GLsizei n , GLuint * monitors ) ;
  623.  void glEndPerfMonitorAMD ( GLuint monitor ) ;
  624.  void glGenPerfMonitorsAMD ( GLsizei n , GLuint * monitors ) ;
  625.  void glGetPerfMonitorCounterDataAMD ( GLuint monitor , GLenum pname , GLsizei dataSize , GLuint * data , GLint * bytesWritten ) ;
  626.  void glGetPerfMonitorCounterInfoAMD ( GLuint group , GLuint counter , GLenum pname , void * data ) ;
  627.  void glGetPerfMonitorCounterStringAMD ( GLuint group , GLuint counter , GLsizei bufSize , GLsizei * length , char * counterString ) ;
  628.  void glGetPerfMonitorCountersAMD ( GLuint group , GLint * numCounters , GLint * maxActiveCounters , GLsizei countersSize , GLuint * counters ) ;
  629.  void glGetPerfMonitorGroupStringAMD ( GLuint group , GLsizei bufSize , GLsizei * length , char * groupString ) ;
  630.  void glGetPerfMonitorGroupsAMD ( GLint * numGroups , GLsizei groupsSize , GLuint * groups ) ;
  631.  void glSelectPerfMonitorCountersAMD ( GLuint monitor , GLboolean enable , GLuint group , GLint numCounters , GLuint * counterList ) ;
  632.  void glSetMultisamplefvAMD ( GLenum pname , GLuint index , const GLfloat * val ) ;
  633.  void glTessellationFactorAMD ( GLfloat factor ) ;
  634.  void glTessellationModeAMD ( GLenum mode ) ;
  635.  void glDrawElementArrayAPPLE ( GLenum mode , GLint first , GLsizei count ) ;
  636.  void glDrawRangeElementArrayAPPLE ( GLenum mode , GLuint start , GLuint end , GLint first , GLsizei count ) ;
  637.  void glElementPointerAPPLE ( GLenum type , const void * pointer ) ;
  638.  void glMultiDrawElementArrayAPPLE ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
  639.  void glMultiDrawRangeElementArrayAPPLE ( GLenum mode , GLuint start , GLuint end , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
  640.  void glDeleteFencesAPPLE ( GLsizei n , const GLuint * fences ) ;
  641.  void glFinishFenceAPPLE ( GLuint fence ) ;
  642.  void glFinishObjectAPPLE ( GLenum object , GLint name ) ;
  643.  void glGenFencesAPPLE ( GLsizei n , GLuint * fences ) ;
  644.  void glSetFenceAPPLE ( GLuint fence ) ;
  645.  void glBufferParameteriAPPLE ( GLenum target , GLenum pname , GLint param ) ;
  646.  void glFlushMappedBufferRangeAPPLE ( GLenum target , GLintptr offset , GLsizeiptr size ) ;
  647.  void glGetObjectParameterivAPPLE ( GLenum objectType , GLuint name , GLenum pname , GLint * params ) ;
  648.  void glGetTexParameterPointervAPPLE ( GLenum target , GLenum pname , GLvoid * * params ) ;
  649.  void glTextureRangeAPPLE ( GLenum target , GLsizei length , GLvoid * pointer ) ;
  650.  void glBindVertexArrayAPPLE ( GLuint array ) ;
  651.  void glDeleteVertexArraysAPPLE ( GLsizei n , const GLuint * arrays ) ;
  652.  void glGenVertexArraysAPPLE ( GLsizei n , const GLuint * arrays ) ;
  653.  void glFlushVertexArrayRangeAPPLE ( GLsizei length , void * pointer ) ;
  654.  void glVertexArrayParameteriAPPLE ( GLenum pname , GLint param ) ;
  655.  void glVertexArrayRangeAPPLE ( GLsizei length , void * pointer ) ;
  656.  void glDisableVertexAttribAPPLE ( GLuint index , GLenum pname ) ;
  657.  void glEnableVertexAttribAPPLE ( GLuint index , GLenum pname ) ;
  658.  void glMapVertexAttrib1dAPPLE ( GLuint index , GLuint size , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
  659.  void glMapVertexAttrib1fAPPLE ( GLuint index , GLuint size , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
  660.  void glMapVertexAttrib2dAPPLE ( GLuint index , GLuint size , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
  661.  void glMapVertexAttrib2fAPPLE ( GLuint index , GLuint size , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
  662.  void glClearDepthf ( GLclampf d ) ;
  663.  void glDepthRangef ( GLclampf n , GLclampf f ) ;
  664.  void glGetShaderPrecisionFormat ( GLenum shadertype , GLenum precisiontype , GLint * range , GLint * precision ) ;
  665.  void glReleaseShaderCompiler ( ) ;
  666.  void glShaderBinary ( GLsizei count , const GLuint * shaders , GLenum binaryformat , const GLvoid * binary , GLsizei length ) ;
  667.  void glDrawArraysInstancedBaseInstance ( GLenum mode , GLint first , GLsizei count , GLsizei primcount , GLuint baseinstance ) ;
  668.  void glDrawElementsInstancedBaseInstance ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount , GLuint baseinstance ) ;
  669.  void glDrawElementsInstancedBaseVertexBaseInstance ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount , GLint basevertex , GLuint baseinstance ) ;
  670.  void glBindFragDataLocationIndexed ( GLuint program , GLuint colorNumber , GLuint index , const char * name ) ;
  671.  void glClampColorARB ( GLenum target , GLenum clamp ) ;
  672.  void glCopyBufferSubData ( GLenum readtarget , GLenum writetarget , GLintptr readoffset , GLintptr writeoffset , GLsizeiptr size ) ;
  673.  void glDebugMessageCallbackARB ( GLDEBUGPROCARB callback , void * userParam ) ;
  674.  void glDebugMessageControlARB ( GLenum source , GLenum type , GLenum severity , GLsizei count , const GLuint * ids , GLboolean enabled ) ;
  675.  void glDebugMessageInsertARB ( GLenum source , GLenum type , GLuint id , GLenum severity , GLsizei length , const char * buf ) ;
  676.  void glDrawBuffersARB ( GLsizei n , const GLenum * bufs ) ;
  677.  void glBlendEquationSeparateiARB ( GLuint buf , GLenum modeRGB , GLenum modeAlpha ) ;
  678.  void glBlendEquationiARB ( GLuint buf , GLenum mode ) ;
  679.  void glBlendFuncSeparateiARB ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha ) ;
  680.  void glBlendFunciARB ( GLuint buf , GLenum src , GLenum dst ) ;
  681.  void glDrawElementsBaseVertex ( GLenum mode , GLsizei count , GLenum type , void * indices , GLint basevertex ) ;
  682.  void glDrawElementsInstancedBaseVertex ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount , GLint basevertex ) ;
  683.  void glDrawRangeElementsBaseVertex ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , void * indices , GLint basevertex ) ;
  684.  void glMultiDrawElementsBaseVertex ( GLenum mode , GLsizei * count , GLenum type , GLvoid * * indices , GLsizei primcount , GLint * basevertex ) ;
  685.  void glDrawArraysIndirect ( GLenum mode , const void * indirect ) ;
  686.  void glDrawElementsIndirect ( GLenum mode , GLenum type , const void * indirect ) ;
  687.  void glBindFramebuffer ( GLenum target , GLuint framebuffer ) ;
  688.  void glBindRenderbuffer ( GLenum target , GLuint renderbuffer ) ;
  689.  void glBlitFramebuffer ( GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter ) ;
  690.  void glDeleteFramebuffers ( GLsizei n , const GLuint * framebuffers ) ;
  691.  void glDeleteRenderbuffers ( GLsizei n , const GLuint * renderbuffers ) ;
  692.  void glFramebufferRenderbuffer ( GLenum target , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer ) ;
  693.  void glFramebufferTexture1D ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
  694.  void glFramebufferTexture2D ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
  695.  void glFramebufferTexture3D ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint layer ) ;
  696.  void glFramebufferTextureLayer ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
  697.  void glGenFramebuffers ( GLsizei n , GLuint * framebuffers ) ;
  698.  void glGenRenderbuffers ( GLsizei n , GLuint * renderbuffers ) ;
  699.  void glGenerateMipmap ( GLenum target ) ;
  700.  void glGetFramebufferAttachmentParameteriv ( GLenum target , GLenum attachment , GLenum pname , GLint * params ) ;
  701.  void glGetRenderbufferParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  702.  void glRenderbufferStorage ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height ) ;
  703.  void glRenderbufferStorageMultisample ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height ) ;
  704.  void glFramebufferTextureARB ( GLenum target , GLenum attachment , GLuint texture , GLint level ) ;
  705.  void glFramebufferTextureFaceARB ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLenum face ) ;
  706.  void glFramebufferTextureLayerARB ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
  707.  void glProgramParameteriARB ( GLuint program , GLenum pname , GLint value ) ;
  708.  void glGetProgramBinary ( GLuint program , GLsizei bufSize , GLsizei * length , GLenum * binaryFormat , GLvoid * binary ) ;
  709.  void glProgramBinary ( GLuint program , GLenum binaryFormat , const void * binary , GLsizei length ) ;
  710.  void glProgramParameteri ( GLuint program , GLenum pname , GLint value ) ;
  711.  void glGetUniformdv ( GLuint program , GLint location , GLdouble * params ) ;
  712.  void glProgramUniform1dEXT ( GLuint program , GLint location , GLdouble x ) ;
  713.  void glProgramUniform1dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  714.  void glProgramUniform2dEXT ( GLuint program , GLint location , GLdouble x , GLdouble y ) ;
  715.  void glProgramUniform2dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  716.  void glProgramUniform3dEXT ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z ) ;
  717.  void glProgramUniform3dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  718.  void glProgramUniform4dEXT ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  719.  void glProgramUniform4dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  720.  void glProgramUniformMatrix2dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  721.  void glProgramUniformMatrix2x3dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  722.  void glProgramUniformMatrix2x4dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  723.  void glProgramUniformMatrix3dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  724.  void glProgramUniformMatrix3x2dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  725.  void glProgramUniformMatrix3x4dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  726.  void glProgramUniformMatrix4dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  727.  void glProgramUniformMatrix4x2dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  728.  void glProgramUniformMatrix4x3dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  729.  void glUniform1d ( GLint location , GLdouble x ) ;
  730.  void glUniform1dv ( GLint location , GLsizei count , const GLdouble * value ) ;
  731.  void glUniform2d ( GLint location , GLdouble x , GLdouble y ) ;
  732.  void glUniform2dv ( GLint location , GLsizei count , const GLdouble * value ) ;
  733.  void glUniform3d ( GLint location , GLdouble x , GLdouble y , GLdouble z ) ;
  734.  void glUniform3dv ( GLint location , GLsizei count , const GLdouble * value ) ;
  735.  void glUniform4d ( GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  736.  void glUniform4dv ( GLint location , GLsizei count , const GLdouble * value ) ;
  737.  void glUniformMatrix2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  738.  void glUniformMatrix2x3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  739.  void glUniformMatrix2x4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  740.  void glUniformMatrix3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  741.  void glUniformMatrix3x2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  742.  void glUniformMatrix3x4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  743.  void glUniformMatrix4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  744.  void glUniformMatrix4x2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  745.  void glUniformMatrix4x3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  746.  void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
  747.  void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
  748.  void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
  749.  void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
  750.  void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
  751.  void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
  752.  void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
  753.  void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
  754.  void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
  755.  void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
  756.  void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
  757.  void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
  758.  void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
  759.  void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  760.  void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
  761.  void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
  762.  void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  763.  void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
  764.  void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
  765.  void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  766.  void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
  767.  void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
  768.  void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  769.  void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
  770.  void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
  771.  void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
  772.  void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
  773.  void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
  774.  void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
  775.  void glResetHistogram ( GLenum target ) ;
  776.  void glResetMinmax ( GLenum target ) ;
  777.  void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
  778.  void glDrawArraysInstancedARB ( GLenum mode , GLint first , GLsizei count , GLsizei primcount ) ;
  779.  void glDrawElementsInstancedARB ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount ) ;
  780.  void glVertexAttribDivisorARB ( GLuint index , GLuint divisor ) ;
  781.  void glGetInternalformativ ( GLenum target , GLenum internalformat , GLenum pname , GLsizei bufSize , GLint * params ) ;
  782.  void glFlushMappedBufferRange ( GLenum target , GLintptr offset , GLsizeiptr length ) ;
  783.  void glCurrentPaletteMatrixARB ( GLint index ) ;
  784.  void glMatrixIndexPointerARB ( GLint size , GLenum type , GLsizei stride , GLvoid * pointer ) ;
  785.  void glMatrixIndexubvARB ( GLint size , GLubyte * indices ) ;
  786.  void glMatrixIndexuivARB ( GLint size , GLuint * indices ) ;
  787.  void glMatrixIndexusvARB ( GLint size , GLushort * indices ) ;
  788.  void glSampleCoverageARB ( GLclampf value , GLboolean invert ) ;
  789.  void glActiveTextureARB ( GLenum texture ) ;
  790.  void glClientActiveTextureARB ( GLenum texture ) ;
  791.  void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
  792.  void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
  793.  void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
  794.  void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
  795.  void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
  796.  void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
  797.  void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
  798.  void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
  799.  void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
  800.  void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
  801.  void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
  802.  void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
  803.  void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
  804.  void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
  805.  void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
  806.  void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
  807.  void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
  808.  void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
  809.  void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
  810.  void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
  811.  void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
  812.  void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
  813.  void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
  814.  void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
  815.  void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
  816.  void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
  817.  void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
  818.  void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
  819.  void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
  820.  void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
  821.  void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
  822.  void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
  823.  void glBeginQueryARB ( GLenum target , GLuint id ) ;
  824.  void glDeleteQueriesARB ( GLsizei n , const GLuint * ids ) ;
  825.  void glEndQueryARB ( GLenum target ) ;
  826.  void glGenQueriesARB ( GLsizei n , GLuint * ids ) ;
  827.  void glGetQueryObjectivARB ( GLuint id , GLenum pname , GLint * params ) ;
  828.  void glGetQueryObjectuivARB ( GLuint id , GLenum pname , GLuint * params ) ;
  829.  void glGetQueryivARB ( GLenum target , GLenum pname , GLint * params ) ;
  830.  void glPointParameterfARB ( GLenum pname , GLfloat param ) ;
  831.  void glPointParameterfvARB ( GLenum pname , const GLfloat * params ) ;
  832.  void glProvokingVertex ( GLenum mode ) ;
  833.  void glGetnColorTableARB ( GLenum target , GLenum format , GLenum type , GLsizei bufSize , void * table ) ;
  834.  void glGetnCompressedTexImageARB ( GLenum target , GLint lod , GLsizei bufSize , void * img ) ;
  835.  void glGetnConvolutionFilterARB ( GLenum target , GLenum format , GLenum type , GLsizei bufSize , void * image ) ;
  836.  void glGetnHistogramARB ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLsizei bufSize , void * values ) ;
  837.  void glGetnMapdvARB ( GLenum target , GLenum query , GLsizei bufSize , GLdouble * v ) ;
  838.  void glGetnMapfvARB ( GLenum target , GLenum query , GLsizei bufSize , GLfloat * v ) ;
  839.  void glGetnMapivARB ( GLenum target , GLenum query , GLsizei bufSize , GLint * v ) ;
  840.  void glGetnMinmaxARB ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLsizei bufSize , void * values ) ;
  841.  void glGetnPixelMapfvARB ( GLenum map , GLsizei bufSize , GLfloat * values ) ;
  842.  void glGetnPixelMapuivARB ( GLenum map , GLsizei bufSize , GLuint * values ) ;
  843.  void glGetnPixelMapusvARB ( GLenum map , GLsizei bufSize , GLushort * values ) ;
  844.  void glGetnPolygonStippleARB ( GLsizei bufSize , GLubyte * pattern ) ;
  845.  void glGetnSeparableFilterARB ( GLenum target , GLenum format , GLenum type , GLsizei rowBufSize , void * row , GLsizei columnBufSize , GLvoid * column , GLvoid * span ) ;
  846.  void glGetnTexImageARB ( GLenum target , GLint level , GLenum format , GLenum type , GLsizei bufSize , void * img ) ;
  847.  void glGetnUniformdvARB ( GLuint program , GLint location , GLsizei bufSize , GLdouble * params ) ;
  848.  void glGetnUniformfvARB ( GLuint program , GLint location , GLsizei bufSize , GLfloat * params ) ;
  849.  void glGetnUniformivARB ( GLuint program , GLint location , GLsizei bufSize , GLint * params ) ;
  850.  void glGetnUniformuivARB ( GLuint program , GLint location , GLsizei bufSize , GLuint * params ) ;
  851.  void glReadnPixelsARB ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLsizei bufSize , void * data ) ;
  852.  void glMinSampleShadingARB ( GLclampf value ) ;
  853.  void glBindSampler ( GLuint unit , GLuint sampler ) ;
  854.  void glDeleteSamplers ( GLsizei count , const GLuint * samplers ) ;
  855.  void glGenSamplers ( GLsizei count , GLuint * samplers ) ;
  856.  void glGetSamplerParameterIiv ( GLuint sampler , GLenum pname , GLint * params ) ;
  857.  void glGetSamplerParameterIuiv ( GLuint sampler , GLenum pname , GLuint * params ) ;
  858.  void glGetSamplerParameterfv ( GLuint sampler , GLenum pname , GLfloat * params ) ;
  859.  void glGetSamplerParameteriv ( GLuint sampler , GLenum pname , GLint * params ) ;
  860.  void glSamplerParameterIiv ( GLuint sampler , GLenum pname , const GLint * params ) ;
  861.  void glSamplerParameterIuiv ( GLuint sampler , GLenum pname , const GLuint * params ) ;
  862.  void glSamplerParameterf ( GLuint sampler , GLenum pname , GLfloat param ) ;
  863.  void glSamplerParameterfv ( GLuint sampler , GLenum pname , const GLfloat * params ) ;
  864.  void glSamplerParameteri ( GLuint sampler , GLenum pname , GLint param ) ;
  865.  void glSamplerParameteriv ( GLuint sampler , GLenum pname , const GLint * params ) ;
  866.  void glActiveShaderProgram ( GLuint pipeline , GLuint program ) ;
  867.  void glBindProgramPipeline ( GLuint pipeline ) ;
  868.  void glDeleteProgramPipelines ( GLsizei n , const GLuint * pipelines ) ;
  869.  void glGenProgramPipelines ( GLsizei n , GLuint * pipelines ) ;
  870.  void glGetProgramPipelineInfoLog ( GLuint pipeline , GLsizei bufSize , GLsizei * length , char * infoLog ) ;
  871.  void glGetProgramPipelineiv ( GLuint pipeline , GLenum pname , GLint * params ) ;
  872.  void glProgramUniform1d ( GLuint program , GLint location , GLdouble x ) ;
  873.  void glProgramUniform1dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  874.  void glProgramUniform1f ( GLuint program , GLint location , GLfloat x ) ;
  875.  void glProgramUniform1fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  876.  void glProgramUniform1i ( GLuint program , GLint location , GLint x ) ;
  877.  void glProgramUniform1iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  878.  void glProgramUniform1ui ( GLuint program , GLint location , GLuint x ) ;
  879.  void glProgramUniform1uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  880.  void glProgramUniform2d ( GLuint program , GLint location , GLdouble x , GLdouble y ) ;
  881.  void glProgramUniform2dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  882.  void glProgramUniform2f ( GLuint program , GLint location , GLfloat x , GLfloat y ) ;
  883.  void glProgramUniform2fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  884.  void glProgramUniform2i ( GLuint program , GLint location , GLint x , GLint y ) ;
  885.  void glProgramUniform2iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  886.  void glProgramUniform2ui ( GLuint program , GLint location , GLuint x , GLuint y ) ;
  887.  void glProgramUniform2uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  888.  void glProgramUniform3d ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z ) ;
  889.  void glProgramUniform3dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  890.  void glProgramUniform3f ( GLuint program , GLint location , GLfloat x , GLfloat y , GLfloat z ) ;
  891.  void glProgramUniform3fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  892.  void glProgramUniform3i ( GLuint program , GLint location , GLint x , GLint y , GLint z ) ;
  893.  void glProgramUniform3iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  894.  void glProgramUniform3ui ( GLuint program , GLint location , GLuint x , GLuint y , GLuint z ) ;
  895.  void glProgramUniform3uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  896.  void glProgramUniform4d ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  897.  void glProgramUniform4dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
  898.  void glProgramUniform4f ( GLuint program , GLint location , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  899.  void glProgramUniform4fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  900.  void glProgramUniform4i ( GLuint program , GLint location , GLint x , GLint y , GLint z , GLint w ) ;
  901.  void glProgramUniform4iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  902.  void glProgramUniform4ui ( GLuint program , GLint location , GLuint x , GLuint y , GLuint z , GLuint w ) ;
  903.  void glProgramUniform4uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  904.  void glProgramUniformMatrix2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  905.  void glProgramUniformMatrix2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  906.  void glProgramUniformMatrix2x3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  907.  void glProgramUniformMatrix2x3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  908.  void glProgramUniformMatrix2x4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  909.  void glProgramUniformMatrix2x4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  910.  void glProgramUniformMatrix3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  911.  void glProgramUniformMatrix3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  912.  void glProgramUniformMatrix3x2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  913.  void glProgramUniformMatrix3x2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  914.  void glProgramUniformMatrix3x4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  915.  void glProgramUniformMatrix3x4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  916.  void glProgramUniformMatrix4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  917.  void glProgramUniformMatrix4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  918.  void glProgramUniformMatrix4x2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  919.  void glProgramUniformMatrix4x2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  920.  void glProgramUniformMatrix4x3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
  921.  void glProgramUniformMatrix4x3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  922.  void glUseProgramStages ( GLuint pipeline , GLbitfield stages , GLuint program ) ;
  923.  void glValidateProgramPipeline ( GLuint pipeline ) ;
  924.  void glGetActiveAtomicCounterBufferiv ( GLuint program , GLuint bufferIndex , GLenum pname , GLint * params ) ;
  925.  void glBindImageTexture ( GLuint unit , GLuint texture , GLint level , GLboolean layered , GLint layer , GLenum access , GLenum format ) ;
  926.  void glMemoryBarrier ( GLbitfield barriers ) ;
  927.  void glAttachObjectARB ( GLhandleARB containerObj , GLhandleARB obj ) ;
  928.  void glCompileShaderARB ( GLhandleARB shaderObj ) ;
  929.  void glDeleteObjectARB ( GLhandleARB obj ) ;
  930.  void glDetachObjectARB ( GLhandleARB containerObj , GLhandleARB attachedObj ) ;
  931.  void glGetActiveUniformARB ( GLhandleARB programObj , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLcharARB * name ) ;
  932.  void glGetAttachedObjectsARB ( GLhandleARB containerObj , GLsizei maxCount , GLsizei * count , GLhandleARB * obj ) ;
  933.  void glGetInfoLogARB ( GLhandleARB obj , GLsizei maxLength , GLsizei * length , GLcharARB * infoLog ) ;
  934.  void glGetObjectParameterfvARB ( GLhandleARB obj , GLenum pname , GLfloat * params ) ;
  935.  void glGetObjectParameterivARB ( GLhandleARB obj , GLenum pname , GLint * params ) ;
  936.  void glGetShaderSourceARB ( GLhandleARB obj , GLsizei maxLength , GLsizei * length , GLcharARB * source ) ;
  937.  void glGetUniformfvARB ( GLhandleARB programObj , GLint location , GLfloat * params ) ;
  938.  void glGetUniformivARB ( GLhandleARB programObj , GLint location , GLint * params ) ;
  939.  void glLinkProgramARB ( GLhandleARB programObj ) ;
  940.  void glShaderSourceARB ( GLhandleARB shaderObj , GLsizei count , const GLcharARB * * string , const GLint * length ) ;
  941.  void glUniform1fARB ( GLint location , GLfloat v0 ) ;
  942.  void glUniform1fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
  943.  void glUniform1iARB ( GLint location , GLint v0 ) ;
  944.  void glUniform1ivARB ( GLint location , GLsizei count , const GLint * value ) ;
  945.  void glUniform2fARB ( GLint location , GLfloat v0 , GLfloat v1 ) ;
  946.  void glUniform2fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
  947.  void glUniform2iARB ( GLint location , GLint v0 , GLint v1 ) ;
  948.  void glUniform2ivARB ( GLint location , GLsizei count , const GLint * value ) ;
  949.  void glUniform3fARB ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 ) ;
  950.  void glUniform3fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
  951.  void glUniform3iARB ( GLint location , GLint v0 , GLint v1 , GLint v2 ) ;
  952.  void glUniform3ivARB ( GLint location , GLsizei count , const GLint * value ) ;
  953.  void glUniform4fARB ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 ) ;
  954.  void glUniform4fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
  955.  void glUniform4iARB ( GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 ) ;
  956.  void glUniform4ivARB ( GLint location , GLsizei count , const GLint * value ) ;
  957.  void glUniformMatrix2fvARB ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  958.  void glUniformMatrix3fvARB ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  959.  void glUniformMatrix4fvARB ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  960.  void glUseProgramObjectARB ( GLhandleARB programObj ) ;
  961.  void glValidateProgramARB ( GLhandleARB programObj ) ;
  962.  void glGetActiveSubroutineName ( GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , char * name ) ;
  963.  void glGetActiveSubroutineUniformName ( GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , char * name ) ;
  964.  void glGetActiveSubroutineUniformiv ( GLuint program , GLenum shadertype , GLuint index , GLenum pname , GLint * values ) ;
  965.  void glGetProgramStageiv ( GLuint program , GLenum shadertype , GLenum pname , GLint * values ) ;
  966.  void glGetUniformSubroutineuiv ( GLenum shadertype , GLint location , GLuint * params ) ;
  967.  void glUniformSubroutinesuiv ( GLenum shadertype , GLsizei count , const GLuint * indices ) ;
  968.  void glCompileShaderIncludeARB ( GLuint shader , GLsizei count , const char * * path , const GLint * length ) ;
  969.  void glDeleteNamedStringARB ( GLint namelen , const char * name ) ;
  970.  void glGetNamedStringARB ( GLint namelen , const char * name , GLsizei bufSize , GLint * stringlen , char * string ) ;
  971.  void glGetNamedStringivARB ( GLint namelen , const char * name , GLenum pname , GLint * params ) ;
  972.  void glNamedStringARB ( GLenum type , GLint namelen , const char * name , GLint stringlen , const char * string ) ;
  973.  void glDeleteSync ( GLsync GLsync ) ;
  974.  void glGetInteger64v ( GLenum pname , GLint64 * params ) ;
  975.  void glGetSynciv ( GLsync GLsync , GLenum pname , GLsizei bufSize , GLsizei * length , GLint * values ) ;
  976.  void glWaitSync ( GLsync GLsync , GLbitfield flags , GLuint64 timeout ) ;
  977.  void glPatchParameterfv ( GLenum pname , const GLfloat * values ) ;
  978.  void glPatchParameteri ( GLenum pname , GLint value ) ;
  979.  void glTexBufferARB ( GLenum target , GLenum internalformat , GLuint buffer ) ;
  980.  void glCompressedTexImage1DARB ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data ) ;
  981.  void glCompressedTexImage2DARB ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data ) ;
  982.  void glCompressedTexImage3DARB ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data ) ;
  983.  void glCompressedTexSubImage1DARB ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data ) ;
  984.  void glCompressedTexSubImage2DARB ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data ) ;
  985.  void glCompressedTexSubImage3DARB ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const void * data ) ;
  986.  void glGetCompressedTexImageARB ( GLenum target , GLint lod , void * img ) ;
  987.  void glGetMultisamplefv ( GLenum pname , GLuint index , GLfloat * val ) ;
  988.  void glSampleMaski ( GLuint index , GLbitfield mask ) ;
  989.  void glTexImage2DMultisample ( GLenum target , GLsizei samples , GLint internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations ) ;
  990.  void glTexImage3DMultisample ( GLenum target , GLsizei samples , GLint internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations ) ;
  991.  void glTexStorage1D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width ) ;
  992.  void glTexStorage2D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height ) ;
  993.  void glTexStorage3D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth ) ;
  994.  void glTextureStorage1DEXT ( GLuint texture , GLenum target , GLsizei levels , GLenum internalformat , GLsizei width ) ;
  995.  void glTextureStorage2DEXT ( GLuint texture , GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height ) ;
  996.  void glTextureStorage3DEXT ( GLuint texture , GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth ) ;
  997.  void glGetQueryObjecti64v ( GLuint id , GLenum pname , GLint64 * params ) ;
  998.  void glGetQueryObjectui64v ( GLuint id , GLenum pname , GLuint64 * params ) ;
  999.  void glQueryCounter ( GLuint id , GLenum target ) ;
  1000.  void glBindTransformFeedback ( GLenum target , GLuint id ) ;
  1001.  void glDeleteTransformFeedbacks ( GLsizei n , const GLuint * ids ) ;
  1002.  void glDrawTransformFeedback ( GLenum mode , GLuint id ) ;
  1003.  void glGenTransformFeedbacks ( GLsizei n , GLuint * ids ) ;
  1004.  void glPauseTransformFeedback ( ) ;
  1005.  void glResumeTransformFeedback ( ) ;
  1006.  void glBeginQueryIndexed ( GLenum target , GLuint index , GLuint id ) ;
  1007.  void glDrawTransformFeedbackStream ( GLenum mode , GLuint id , GLuint stream ) ;
  1008.  void glEndQueryIndexed ( GLenum target , GLuint index ) ;
  1009.  void glGetQueryIndexediv ( GLenum target , GLuint index , GLenum pname , GLint * params ) ;
  1010.  void glDrawTransformFeedbackInstanced ( GLenum mode , GLuint id , GLsizei primcount ) ;
  1011.  void glDrawTransformFeedbackStreamInstanced ( GLenum mode , GLuint id , GLuint stream , GLsizei primcount ) ;
  1012.  void glLoadTransposeMatrixdARB ( GLdouble m [ 16 ] ) ;
  1013.  void glLoadTransposeMatrixfARB ( GLfloat m [ 16 ] ) ;
  1014.  void glMultTransposeMatrixdARB ( GLdouble m [ 16 ] ) ;
  1015.  void glMultTransposeMatrixfARB ( GLfloat m [ 16 ] ) ;
  1016.  void glBindBufferBase ( GLenum target , GLuint index , GLuint buffer ) ;
  1017.  void glBindBufferRange ( GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size ) ;
  1018.  void glGetActiveUniformBlockName ( GLuint program , GLuint uniformBlockIndex , GLsizei bufSize , GLsizei * length , char * uniformBlockName ) ;
  1019.  void glGetActiveUniformBlockiv ( GLuint program , GLuint uniformBlockIndex , GLenum pname , GLint * params ) ;
  1020.  void glGetActiveUniformName ( GLuint program , GLuint uniformIndex , GLsizei bufSize , GLsizei * length , char * uniformName ) ;
  1021.  void glGetActiveUniformsiv ( GLuint program , GLsizei uniformCount , const GLuint * uniformIndices , GLenum pname , GLint * params ) ;
  1022.  void glGetIntegeri_v ( GLenum target , GLuint index , GLint * data ) ;
  1023.  void glGetUniformIndices ( GLuint program , GLsizei uniformCount , const char * * uniformNames , GLuint * uniformIndices ) ;
  1024.  void glUniformBlockBinding ( GLuint program , GLuint uniformBlockIndex , GLuint uniformBlockBinding ) ;
  1025.  void glBindVertexArray ( GLuint array ) ;
  1026.  void glDeleteVertexArrays ( GLsizei n , const GLuint * arrays ) ;
  1027.  void glGenVertexArrays ( GLsizei n , GLuint * arrays ) ;
  1028.  void glGetVertexAttribLdv ( GLuint index , GLenum pname , GLdouble * params ) ;
  1029.  void glVertexAttribL1d ( GLuint index , GLdouble x ) ;
  1030.  void glVertexAttribL1dv ( GLuint index , const GLdouble * v ) ;
  1031.  void glVertexAttribL2d ( GLuint index , GLdouble x , GLdouble y ) ;
  1032.  void glVertexAttribL2dv ( GLuint index , const GLdouble * v ) ;
  1033.  void glVertexAttribL3d ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
  1034.  void glVertexAttribL3dv ( GLuint index , const GLdouble * v ) ;
  1035.  void glVertexAttribL4d ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1036.  void glVertexAttribL4dv ( GLuint index , const GLdouble * v ) ;
  1037.  void glVertexAttribLPointer ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
  1038.  void glVertexBlendARB ( GLint count ) ;
  1039.  void glWeightPointerARB ( GLint size , GLenum type , GLsizei stride , GLvoid * pointer ) ;
  1040.  void glWeightbvARB ( GLint size , GLbyte * weights ) ;
  1041.  void glWeightdvARB ( GLint size , GLdouble * weights ) ;
  1042.  void glWeightfvARB ( GLint size , GLfloat * weights ) ;
  1043.  void glWeightivARB ( GLint size , GLint * weights ) ;
  1044.  void glWeightsvARB ( GLint size , GLshort * weights ) ;
  1045.  void glWeightubvARB ( GLint size , GLubyte * weights ) ;
  1046.  void glWeightuivARB ( GLint size , GLuint * weights ) ;
  1047.  void glWeightusvARB ( GLint size , GLushort * weights ) ;
  1048.  void glBindBufferARB ( GLenum target , GLuint buffer ) ;
  1049.  void glBufferDataARB ( GLenum target , GLsizeiptrARB size , const GLvoid * data , GLenum usage ) ;
  1050.  void glBufferSubDataARB ( GLenum target , GLintptrARB offset , GLsizeiptrARB size , const GLvoid * data ) ;
  1051.  void glDeleteBuffersARB ( GLsizei n , const GLuint * buffers ) ;
  1052.  void glGenBuffersARB ( GLsizei n , GLuint * buffers ) ;
  1053.  void glGetBufferParameterivARB ( GLenum target , GLenum pname , GLint * params ) ;
  1054.  void glGetBufferPointervARB ( GLenum target , GLenum pname , GLvoid * * params ) ;
  1055.  void glGetBufferSubDataARB ( GLenum target , GLintptrARB offset , GLsizeiptrARB size , GLvoid * data ) ;
  1056.  void glBindProgramARB ( GLenum target , GLuint program ) ;
  1057.  void glDeleteProgramsARB ( GLsizei n , const GLuint * programs ) ;
  1058.  void glDisableVertexAttribArrayARB ( GLuint index ) ;
  1059.  void glEnableVertexAttribArrayARB ( GLuint index ) ;
  1060.  void glGenProgramsARB ( GLsizei n , GLuint * programs ) ;
  1061.  void glGetProgramEnvParameterdvARB ( GLenum target , GLuint index , GLdouble * params ) ;
  1062.  void glGetProgramEnvParameterfvARB ( GLenum target , GLuint index , GLfloat * params ) ;
  1063.  void glGetProgramLocalParameterdvARB ( GLenum target , GLuint index , GLdouble * params ) ;
  1064.  void glGetProgramLocalParameterfvARB ( GLenum target , GLuint index , GLfloat * params ) ;
  1065.  void glGetProgramStringARB ( GLenum target , GLenum pname , void * string ) ;
  1066.  void glGetProgramivARB ( GLenum target , GLenum pname , GLint * params ) ;
  1067.  void glGetVertexAttribPointervARB ( GLuint index , GLenum pname , GLvoid * * pointer ) ;
  1068.  void glGetVertexAttribdvARB ( GLuint index , GLenum pname , GLdouble * params ) ;
  1069.  void glGetVertexAttribfvARB ( GLuint index , GLenum pname , GLfloat * params ) ;
  1070.  void glGetVertexAttribivARB ( GLuint index , GLenum pname , GLint * params ) ;
  1071.  void glProgramEnvParameter4dARB ( GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1072.  void glProgramEnvParameter4dvARB ( GLenum target , GLuint index , const GLdouble * params ) ;
  1073.  void glProgramEnvParameter4fARB ( GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1074.  void glProgramEnvParameter4fvARB ( GLenum target , GLuint index , const GLfloat * params ) ;
  1075.  void glProgramLocalParameter4dARB ( GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1076.  void glProgramLocalParameter4dvARB ( GLenum target , GLuint index , const GLdouble * params ) ;
  1077.  void glProgramLocalParameter4fARB ( GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1078.  void glProgramLocalParameter4fvARB ( GLenum target , GLuint index , const GLfloat * params ) ;
  1079.  void glProgramStringARB ( GLenum target , GLenum format , GLsizei len , const void * string ) ;
  1080.  void glVertexAttrib1dARB ( GLuint index , GLdouble x ) ;
  1081.  void glVertexAttrib1dvARB ( GLuint index , const GLdouble * v ) ;
  1082.  void glVertexAttrib1fARB ( GLuint index , GLfloat x ) ;
  1083.  void glVertexAttrib1fvARB ( GLuint index , const GLfloat * v ) ;
  1084.  void glVertexAttrib1sARB ( GLuint index , GLshort x ) ;
  1085.  void glVertexAttrib1svARB ( GLuint index , const GLshort * v ) ;
  1086.  void glVertexAttrib2dARB ( GLuint index , GLdouble x , GLdouble y ) ;
  1087.  void glVertexAttrib2dvARB ( GLuint index , const GLdouble * v ) ;
  1088.  void glVertexAttrib2fARB ( GLuint index , GLfloat x , GLfloat y ) ;
  1089.  void glVertexAttrib2fvARB ( GLuint index , const GLfloat * v ) ;
  1090.  void glVertexAttrib2sARB ( GLuint index , GLshort x , GLshort y ) ;
  1091.  void glVertexAttrib2svARB ( GLuint index , const GLshort * v ) ;
  1092.  void glVertexAttrib3dARB ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
  1093.  void glVertexAttrib3dvARB ( GLuint index , const GLdouble * v ) ;
  1094.  void glVertexAttrib3fARB ( GLuint index , GLfloat x , GLfloat y , GLfloat z ) ;
  1095.  void glVertexAttrib3fvARB ( GLuint index , const GLfloat * v ) ;
  1096.  void glVertexAttrib3sARB ( GLuint index , GLshort x , GLshort y , GLshort z ) ;
  1097.  void glVertexAttrib3svARB ( GLuint index , const GLshort * v ) ;
  1098.  void glVertexAttrib4NbvARB ( GLuint index , const GLbyte * v ) ;
  1099.  void glVertexAttrib4NivARB ( GLuint index , const GLint * v ) ;
  1100.  void glVertexAttrib4NsvARB ( GLuint index , const GLshort * v ) ;
  1101.  void glVertexAttrib4NubARB ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w ) ;
  1102.  void glVertexAttrib4NubvARB ( GLuint index , const GLubyte * v ) ;
  1103.  void glVertexAttrib4NuivARB ( GLuint index , const GLuint * v ) ;
  1104.  void glVertexAttrib4NusvARB ( GLuint index , const GLushort * v ) ;
  1105.  void glVertexAttrib4bvARB ( GLuint index , const GLbyte * v ) ;
  1106.  void glVertexAttrib4dARB ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1107.  void glVertexAttrib4dvARB ( GLuint index , const GLdouble * v ) ;
  1108.  void glVertexAttrib4fARB ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1109.  void glVertexAttrib4fvARB ( GLuint index , const GLfloat * v ) ;
  1110.  void glVertexAttrib4ivARB ( GLuint index , const GLint * v ) ;
  1111.  void glVertexAttrib4sARB ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w ) ;
  1112.  void glVertexAttrib4svARB ( GLuint index , const GLshort * v ) ;
  1113.  void glVertexAttrib4ubvARB ( GLuint index , const GLubyte * v ) ;
  1114.  void glVertexAttrib4uivARB ( GLuint index , const GLuint * v ) ;
  1115.  void glVertexAttrib4usvARB ( GLuint index , const GLushort * v ) ;
  1116.  void glVertexAttribPointerARB ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , const void * pointer ) ;
  1117.  void glBindAttribLocationARB ( GLhandleARB programObj , GLuint index , const GLcharARB * name ) ;
  1118.  void glGetActiveAttribARB ( GLhandleARB programObj , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLcharARB * name ) ;
  1119.  void glColorP3ui ( GLenum type , GLuint color ) ;
  1120.  void glColorP3uiv ( GLenum type , const GLuint * color ) ;
  1121.  void glColorP4ui ( GLenum type , GLuint color ) ;
  1122.  void glColorP4uiv ( GLenum type , const GLuint * color ) ;
  1123.  void glMultiTexCoordP1ui ( GLenum texture , GLenum type , GLuint coords ) ;
  1124.  void glMultiTexCoordP1uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
  1125.  void glMultiTexCoordP2ui ( GLenum texture , GLenum type , GLuint coords ) ;
  1126.  void glMultiTexCoordP2uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
  1127.  void glMultiTexCoordP3ui ( GLenum texture , GLenum type , GLuint coords ) ;
  1128.  void glMultiTexCoordP3uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
  1129.  void glMultiTexCoordP4ui ( GLenum texture , GLenum type , GLuint coords ) ;
  1130.  void glMultiTexCoordP4uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
  1131.  void glNormalP3ui ( GLenum type , GLuint coords ) ;
  1132.  void glNormalP3uiv ( GLenum type , const GLuint * coords ) ;
  1133.  void glSecondaryColorP3ui ( GLenum type , GLuint color ) ;
  1134.  void glSecondaryColorP3uiv ( GLenum type , const GLuint * color ) ;
  1135.  void glTexCoordP1ui ( GLenum type , GLuint coords ) ;
  1136.  void glTexCoordP1uiv ( GLenum type , const GLuint * coords ) ;
  1137.  void glTexCoordP2ui ( GLenum type , GLuint coords ) ;
  1138.  void glTexCoordP2uiv ( GLenum type , const GLuint * coords ) ;
  1139.  void glTexCoordP3ui ( GLenum type , GLuint coords ) ;
  1140.  void glTexCoordP3uiv ( GLenum type , const GLuint * coords ) ;
  1141.  void glTexCoordP4ui ( GLenum type , GLuint coords ) ;
  1142.  void glTexCoordP4uiv ( GLenum type , const GLuint * coords ) ;
  1143.  void glVertexAttribP1ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
  1144.  void glVertexAttribP1uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
  1145.  void glVertexAttribP2ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
  1146.  void glVertexAttribP2uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
  1147.  void glVertexAttribP3ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
  1148.  void glVertexAttribP3uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
  1149.  void glVertexAttribP4ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
  1150.  void glVertexAttribP4uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
  1151.  void glVertexP2ui ( GLenum type , GLuint value ) ;
  1152.  void glVertexP2uiv ( GLenum type , const GLuint * value ) ;
  1153.  void glVertexP3ui ( GLenum type , GLuint value ) ;
  1154.  void glVertexP3uiv ( GLenum type , const GLuint * value ) ;
  1155.  void glVertexP4ui ( GLenum type , GLuint value ) ;
  1156.  void glVertexP4uiv ( GLenum type , const GLuint * value ) ;
  1157.  void glDepthRangeArrayv ( GLuint first , GLsizei count , const GLclampd * v ) ;
  1158.  void glDepthRangeIndexed ( GLuint index , GLclampd n , GLclampd f ) ;
  1159.  void glGetDoublei_v ( GLenum target , GLuint index , GLdouble * data ) ;
  1160.  void glGetFloati_v ( GLenum target , GLuint index , GLfloat * data ) ;
  1161.  void glScissorArrayv ( GLuint first , GLsizei count , const GLint * v ) ;
  1162.  void glScissorIndexed ( GLuint index , GLint left , GLint bottom , GLsizei width , GLsizei height ) ;
  1163.  void glScissorIndexedv ( GLuint index , const GLint * v ) ;
  1164.  void glViewportArrayv ( GLuint first , GLsizei count , const GLfloat * v ) ;
  1165.  void glViewportIndexedf ( GLuint index , GLfloat x , GLfloat y , GLfloat w , GLfloat h ) ;
  1166.  void glViewportIndexedfv ( GLuint index , const GLfloat * v ) ;
  1167.  void glWindowPos2dARB ( GLdouble x , GLdouble y ) ;
  1168.  void glWindowPos2dvARB ( const GLdouble * p ) ;
  1169.  void glWindowPos2fARB ( GLfloat x , GLfloat y ) ;
  1170.  void glWindowPos2fvARB ( const GLfloat * p ) ;
  1171.  void glWindowPos2iARB ( GLint x , GLint y ) ;
  1172.  void glWindowPos2ivARB ( const GLint * p ) ;
  1173.  void glWindowPos2sARB ( GLshort x , GLshort y ) ;
  1174.  void glWindowPos2svARB ( const GLshort * p ) ;
  1175.  void glWindowPos3dARB ( GLdouble x , GLdouble y , GLdouble z ) ;
  1176.  void glWindowPos3dvARB ( const GLdouble * p ) ;
  1177.  void glWindowPos3fARB ( GLfloat x , GLfloat y , GLfloat z ) ;
  1178.  void glWindowPos3fvARB ( const GLfloat * p ) ;
  1179.  void glWindowPos3iARB ( GLint x , GLint y , GLint z ) ;
  1180.  void glWindowPos3ivARB ( const GLint * p ) ;
  1181.  void glWindowPos3sARB ( GLshort x , GLshort y , GLshort z ) ;
  1182.  void glWindowPos3svARB ( const GLshort * p ) ;
  1183.  void glDrawBuffersATI ( GLsizei n , const GLenum * bufs ) ;
  1184.  void glDrawElementArrayATI ( GLenum mode , GLsizei count ) ;
  1185.  void glDrawRangeElementArrayATI ( GLenum mode , GLuint start , GLuint end , GLsizei count ) ;
  1186.  void glElementPointerATI ( GLenum type , const void * pointer ) ;
  1187.  void glGetTexBumpParameterfvATI ( GLenum pname , GLfloat * param ) ;
  1188.  void glGetTexBumpParameterivATI ( GLenum pname , GLint * param ) ;
  1189.  void glTexBumpParameterfvATI ( GLenum pname , GLfloat * param ) ;
  1190.  void glTexBumpParameterivATI ( GLenum pname , GLint * param ) ;
  1191.  void glAlphaFragmentOp1ATI ( GLenum op , GLuint dst , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod ) ;
  1192.  void glAlphaFragmentOp2ATI ( GLenum op , GLuint dst , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod , GLuint arg2 , GLuint arg2Rep , GLuint arg2Mod ) ;
  1193.  void glAlphaFragmentOp3ATI ( GLenum op , GLuint dst , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod , GLuint arg2 , GLuint arg2Rep , GLuint arg2Mod , GLuint arg3 , GLuint arg3Rep , GLuint arg3Mod ) ;
  1194.  void glBeginFragmentShaderATI ( ) ;
  1195.  void glBindFragmentShaderATI ( GLuint id ) ;
  1196.  void glColorFragmentOp1ATI ( GLenum op , GLuint dst , GLuint dstMask , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod ) ;
  1197.  void glColorFragmentOp2ATI ( GLenum op , GLuint dst , GLuint dstMask , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod , GLuint arg2 , GLuint arg2Rep , GLuint arg2Mod ) ;
  1198.  void glColorFragmentOp3ATI ( 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 ) ;
  1199.  void glDeleteFragmentShaderATI ( GLuint id ) ;
  1200.  void glEndFragmentShaderATI ( ) ;
  1201.  void glPassTexCoordATI ( GLuint dst , GLuint coord , GLenum swizzle ) ;
  1202.  void glSampleMapATI ( GLuint dst , GLuint interp , GLenum swizzle ) ;
  1203.  void glSetFragmentShaderConstantATI ( GLuint dst , const GLfloat * value ) ;
  1204.  void glUnmapObjectBufferATI ( GLuint buffer ) ;
  1205.  void glPNTrianglesfATI ( GLenum pname , GLfloat param ) ;
  1206.  void glPNTrianglesiATI ( GLenum pname , GLint param ) ;
  1207.  void glStencilFuncSeparateATI ( GLenum frontfunc , GLenum backfunc , GLint ref , GLuint mask ) ;
  1208.  void glStencilOpSeparateATI ( GLenum face , GLenum sfail , GLenum dpfail , GLenum dppass ) ;
  1209.  void glArrayObjectATI ( GLenum array , GLint size , GLenum type , GLsizei stride , GLuint buffer , GLuint offset ) ;
  1210.  void glFreeObjectBufferATI ( GLuint buffer ) ;
  1211.  void glGetArrayObjectfvATI ( GLenum array , GLenum pname , GLfloat * params ) ;
  1212.  void glGetArrayObjectivATI ( GLenum array , GLenum pname , GLint * params ) ;
  1213.  void glGetObjectBufferfvATI ( GLuint buffer , GLenum pname , GLfloat * params ) ;
  1214.  void glGetObjectBufferivATI ( GLuint buffer , GLenum pname , GLint * params ) ;
  1215.  void glGetVariantArrayObjectfvATI ( GLuint id , GLenum pname , GLfloat * params ) ;
  1216.  void glGetVariantArrayObjectivATI ( GLuint id , GLenum pname , GLint * params ) ;
  1217.  void glUpdateObjectBufferATI ( GLuint buffer , GLuint offset , GLsizei size , const void * pointer , GLenum preserve ) ;
  1218.  void glVariantArrayObjectATI ( GLuint id , GLenum type , GLsizei stride , GLuint buffer , GLuint offset ) ;
  1219.  void glGetVertexAttribArrayObjectfvATI ( GLuint index , GLenum pname , GLfloat * params ) ;
  1220.  void glGetVertexAttribArrayObjectivATI ( GLuint index , GLenum pname , GLint * params ) ;
  1221.  void glVertexAttribArrayObjectATI ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , GLuint buffer , GLuint offset ) ;
  1222.  void glClientActiveVertexStreamATI ( GLenum stream ) ;
  1223.  void glNormalStream3bATI ( GLenum stream , GLbyte x , GLbyte y , GLbyte z ) ;
  1224.  void glNormalStream3bvATI ( GLenum stream , const GLbyte * v ) ;
  1225.  void glNormalStream3dATI ( GLenum stream , GLdouble x , GLdouble y , GLdouble z ) ;
  1226.  void glNormalStream3dvATI ( GLenum stream , const GLdouble * v ) ;
  1227.  void glNormalStream3fATI ( GLenum stream , GLfloat x , GLfloat y , GLfloat z ) ;
  1228.  void glNormalStream3fvATI ( GLenum stream , const GLfloat * v ) ;
  1229.  void glNormalStream3iATI ( GLenum stream , GLint x , GLint y , GLint z ) ;
  1230.  void glNormalStream3ivATI ( GLenum stream , const GLint * v ) ;
  1231.  void glNormalStream3sATI ( GLenum stream , GLshort x , GLshort y , GLshort z ) ;
  1232.  void glNormalStream3svATI ( GLenum stream , const GLshort * v ) ;
  1233.  void glVertexBlendEnvfATI ( GLenum pname , GLfloat param ) ;
  1234.  void glVertexBlendEnviATI ( GLenum pname , GLint param ) ;
  1235.  void glVertexStream2dATI ( GLenum stream , GLdouble x , GLdouble y ) ;
  1236.  void glVertexStream2dvATI ( GLenum stream , const GLdouble * v ) ;
  1237.  void glVertexStream2fATI ( GLenum stream , GLfloat x , GLfloat y ) ;
  1238.  void glVertexStream2fvATI ( GLenum stream , const GLfloat * v ) ;
  1239.  void glVertexStream2iATI ( GLenum stream , GLint x , GLint y ) ;
  1240.  void glVertexStream2ivATI ( GLenum stream , const GLint * v ) ;
  1241.  void glVertexStream2sATI ( GLenum stream , GLshort x , GLshort y ) ;
  1242.  void glVertexStream2svATI ( GLenum stream , const GLshort * v ) ;
  1243.  void glVertexStream3dATI ( GLenum stream , GLdouble x , GLdouble y , GLdouble z ) ;
  1244.  void glVertexStream3dvATI ( GLenum stream , const GLdouble * v ) ;
  1245.  void glVertexStream3fATI ( GLenum stream , GLfloat x , GLfloat y , GLfloat z ) ;
  1246.  void glVertexStream3fvATI ( GLenum stream , const GLfloat * v ) ;
  1247.  void glVertexStream3iATI ( GLenum stream , GLint x , GLint y , GLint z ) ;
  1248.  void glVertexStream3ivATI ( GLenum stream , const GLint * v ) ;
  1249.  void glVertexStream3sATI ( GLenum stream , GLshort x , GLshort y , GLshort z ) ;
  1250.  void glVertexStream3svATI ( GLenum stream , const GLshort * v ) ;
  1251.  void glVertexStream4dATI ( GLenum stream , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1252.  void glVertexStream4dvATI ( GLenum stream , const GLdouble * v ) ;
  1253.  void glVertexStream4fATI ( GLenum stream , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1254.  void glVertexStream4fvATI ( GLenum stream , const GLfloat * v ) ;
  1255.  void glVertexStream4iATI ( GLenum stream , GLint x , GLint y , GLint z , GLint w ) ;
  1256.  void glVertexStream4ivATI ( GLenum stream , const GLint * v ) ;
  1257.  void glVertexStream4sATI ( GLenum stream , GLshort x , GLshort y , GLshort z , GLshort w ) ;
  1258.  void glVertexStream4svATI ( GLenum stream , const GLshort * v ) ;
  1259.  void glUniformBufferEXT ( GLuint program , GLint location , GLuint buffer ) ;
  1260.  void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
  1261.  void glBlendEquationSeparateEXT ( GLenum modeRGB , GLenum modeAlpha ) ;
  1262.  void glBlendFuncSeparateEXT ( GLenum sfactorRGB , GLenum dfactorRGB , GLenum sfactorAlpha , GLenum dfactorAlpha ) ;
  1263.  void glBlendEquationEXT ( GLenum mode ) ;
  1264.  void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const void * data ) ;
  1265.  void glCopyColorSubTableEXT ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
  1266.  void glLockArraysEXT ( GLint first , GLsizei count ) ;
  1267.  void glUnlockArraysEXT ( ) ;
  1268.  void glConvolutionFilter1DEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const void * image ) ;
  1269.  void glConvolutionFilter2DEXT ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * image ) ;
  1270.  void glConvolutionParameterfEXT ( GLenum target , GLenum pname , GLfloat param ) ;
  1271.  void glConvolutionParameterfvEXT ( GLenum target , GLenum pname , const GLfloat * params ) ;
  1272.  void glConvolutionParameteriEXT ( GLenum target , GLenum pname , GLint param ) ;
  1273.  void glConvolutionParameterivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
  1274.  void glCopyConvolutionFilter1DEXT ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
  1275.  void glCopyConvolutionFilter2DEXT ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1276.  void glGetConvolutionFilterEXT ( GLenum target , GLenum format , GLenum type , void * image ) ;
  1277.  void glGetConvolutionParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
  1278.  void glGetConvolutionParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
  1279.  void glGetSeparableFilterEXT ( GLenum target , GLenum format , GLenum type , void * row , void * column , void * span ) ;
  1280.  void glSeparableFilter2DEXT ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * row , const void * column ) ;
  1281.  void glBinormalPointerEXT ( GLenum type , GLsizei stride , void * pointer ) ;
  1282.  void glTangentPointerEXT ( GLenum type , GLsizei stride , void * pointer ) ;
  1283.  void glCopyTexImage1DEXT ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
  1284.  void glCopyTexImage2DEXT ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
  1285.  void glCopyTexSubImage1DEXT ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
  1286.  void glCopyTexSubImage2DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1287.  void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1288.  void glCullParameterdvEXT ( GLenum pname , GLdouble * params ) ;
  1289.  void glCullParameterfvEXT ( GLenum pname , GLfloat * params ) ;
  1290.  void glDepthBoundsEXT ( GLclampd zmin , GLclampd zmax ) ;
  1291.  void glBindMultiTextureEXT ( GLenum texunit , GLenum target , GLuint texture ) ;
  1292.  void glClientAttribDefaultEXT ( GLbitfield mask ) ;
  1293.  void glCompressedMultiTexImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data ) ;
  1294.  void glCompressedMultiTexImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data ) ;
  1295.  void glCompressedMultiTexImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data ) ;
  1296.  void glCompressedMultiTexSubImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data ) ;
  1297.  void glCompressedMultiTexSubImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data ) ;
  1298.  void glCompressedMultiTexSubImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const void * data ) ;
  1299.  void glCompressedTextureImage1DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data ) ;
  1300.  void glCompressedTextureImage2DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data ) ;
  1301.  void glCompressedTextureImage3DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data ) ;
  1302.  void glCompressedTextureSubImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data ) ;
  1303.  void glCompressedTextureSubImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data ) ;
  1304.  void glCompressedTextureSubImage3DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const void * data ) ;
  1305.  void glCopyMultiTexImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
  1306.  void glCopyMultiTexImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
  1307.  void glCopyMultiTexSubImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
  1308.  void glCopyMultiTexSubImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1309.  void glCopyMultiTexSubImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1310.  void glCopyTextureImage1DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
  1311.  void glCopyTextureImage2DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
  1312.  void glCopyTextureSubImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
  1313.  void glCopyTextureSubImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1314.  void glCopyTextureSubImage3DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1315.  void glDisableClientStateIndexedEXT ( GLenum array , GLuint index ) ;
  1316.  void glDisableClientStateiEXT ( GLenum array , GLuint index ) ;
  1317.  void glDisableVertexArrayAttribEXT ( GLuint vaobj , GLuint index ) ;
  1318.  void glDisableVertexArrayEXT ( GLuint vaobj , GLenum array ) ;
  1319.  void glEnableClientStateIndexedEXT ( GLenum array , GLuint index ) ;
  1320.  void glEnableClientStateiEXT ( GLenum array , GLuint index ) ;
  1321.  void glEnableVertexArrayAttribEXT ( GLuint vaobj , GLuint index ) ;
  1322.  void glEnableVertexArrayEXT ( GLuint vaobj , GLenum array ) ;
  1323.  void glFlushMappedNamedBufferRangeEXT ( GLuint buffer , GLintptr offset , GLsizeiptr length ) ;
  1324.  void glFramebufferDrawBufferEXT ( GLuint framebuffer , GLenum mode ) ;
  1325.  void glFramebufferDrawBuffersEXT ( GLuint framebuffer , GLsizei n , const GLenum * bufs ) ;
  1326.  void glFramebufferReadBufferEXT ( GLuint framebuffer , GLenum mode ) ;
  1327.  void glGenerateMultiTexMipmapEXT ( GLenum texunit , GLenum target ) ;
  1328.  void glGenerateTextureMipmapEXT ( GLuint texture , GLenum target ) ;
  1329.  void glGetCompressedMultiTexImageEXT ( GLenum texunit , GLenum target , GLint level , void * img ) ;
  1330.  void glGetCompressedTextureImageEXT ( GLuint texture , GLenum target , GLint level , void * img ) ;
  1331.  void glGetDoubleIndexedvEXT ( GLenum target , GLuint index , GLdouble * params ) ;
  1332.  void glGetDoublei_vEXT ( GLenum pname , GLuint index , GLdouble * params ) ;
  1333.  void glGetFloatIndexedvEXT ( GLenum target , GLuint index , GLfloat * params ) ;
  1334.  void glGetFloati_vEXT ( GLenum pname , GLuint index , GLfloat * params ) ;
  1335.  void glGetFramebufferParameterivEXT ( GLuint framebuffer , GLenum pname , GLint * param ) ;
  1336.  void glGetMultiTexEnvfvEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat * params ) ;
  1337.  void glGetMultiTexEnvivEXT ( GLenum texunit , GLenum target , GLenum pname , GLint * params ) ;
  1338.  void glGetMultiTexGendvEXT ( GLenum texunit , GLenum coord , GLenum pname , GLdouble * params ) ;
  1339.  void glGetMultiTexGenfvEXT ( GLenum texunit , GLenum coord , GLenum pname , GLfloat * params ) ;
  1340.  void glGetMultiTexGenivEXT ( GLenum texunit , GLenum coord , GLenum pname , GLint * params ) ;
  1341.  void glGetMultiTexImageEXT ( GLenum texunit , GLenum target , GLint level , GLenum format , GLenum type , void * pixels ) ;
  1342.  void glGetMultiTexLevelParameterfvEXT ( GLenum texunit , GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
  1343.  void glGetMultiTexLevelParameterivEXT ( GLenum texunit , GLenum target , GLint level , GLenum pname , GLint * params ) ;
  1344.  void glGetMultiTexParameterIivEXT ( GLenum texunit , GLenum target , GLenum pname , GLint * params ) ;
  1345.  void glGetMultiTexParameterIuivEXT ( GLenum texunit , GLenum target , GLenum pname , GLuint * params ) ;
  1346.  void glGetMultiTexParameterfvEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat * params ) ;
  1347.  void glGetMultiTexParameterivEXT ( GLenum texunit , GLenum target , GLenum pname , GLint * params ) ;
  1348.  void glGetNamedBufferParameterivEXT ( GLuint buffer , GLenum pname , GLint * params ) ;
  1349.  void glGetNamedBufferPointervEXT ( GLuint buffer , GLenum pname , void * * params ) ;
  1350.  void glGetNamedBufferSubDataEXT ( GLuint buffer , GLintptr offset , GLsizeiptr size , void * data ) ;
  1351.  void glGetNamedFramebufferAttachmentParameterivEXT ( GLuint framebuffer , GLenum attachment , GLenum pname , GLint * params ) ;
  1352.  void glGetNamedProgramLocalParameterIivEXT ( GLuint program , GLenum target , GLuint index , GLint * params ) ;
  1353.  void glGetNamedProgramLocalParameterIuivEXT ( GLuint program , GLenum target , GLuint index , GLuint * params ) ;
  1354.  void glGetNamedProgramLocalParameterdvEXT ( GLuint program , GLenum target , GLuint index , GLdouble * params ) ;
  1355.  void glGetNamedProgramLocalParameterfvEXT ( GLuint program , GLenum target , GLuint index , GLfloat * params ) ;
  1356.  void glGetNamedProgramStringEXT ( GLuint program , GLenum target , GLenum pname , void * string ) ;
  1357.  void glGetNamedProgramivEXT ( GLuint program , GLenum target , GLenum pname , GLint * params ) ;
  1358.  void glGetNamedRenderbufferParameterivEXT ( GLuint renderbuffer , GLenum pname , GLint * params ) ;
  1359.  void glGetPointerIndexedvEXT ( GLenum target , GLuint index , GLvoid * * params ) ;
  1360.  void glGetPointeri_vEXT ( GLenum pname , GLuint index , GLvoid * * params ) ;
  1361.  void glGetTextureImageEXT ( GLuint texture , GLenum target , GLint level , GLenum format , GLenum type , void * pixels ) ;
  1362.  void glGetTextureLevelParameterfvEXT ( GLuint texture , GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
  1363.  void glGetTextureLevelParameterivEXT ( GLuint texture , GLenum target , GLint level , GLenum pname , GLint * params ) ;
  1364.  void glGetTextureParameterIivEXT ( GLuint texture , GLenum target , GLenum pname , GLint * params ) ;
  1365.  void glGetTextureParameterIuivEXT ( GLuint texture , GLenum target , GLenum pname , GLuint * params ) ;
  1366.  void glGetTextureParameterfvEXT ( GLuint texture , GLenum target , GLenum pname , GLfloat * params ) ;
  1367.  void glGetTextureParameterivEXT ( GLuint texture , GLenum target , GLenum pname , GLint * params ) ;
  1368.  void glGetVertexArrayIntegeri_vEXT ( GLuint vaobj , GLuint index , GLenum pname , GLint * param ) ;
  1369.  void glGetVertexArrayIntegervEXT ( GLuint vaobj , GLenum pname , GLint * param ) ;
  1370.  void glGetVertexArrayPointeri_vEXT ( GLuint vaobj , GLuint index , GLenum pname , GLvoid * * param ) ;
  1371.  void glGetVertexArrayPointervEXT ( GLuint vaobj , GLenum pname , GLvoid * * param ) ;
  1372.  void glMatrixFrustumEXT ( GLenum matrixMode , GLdouble l , GLdouble r , GLdouble b , GLdouble t , GLdouble n , GLdouble f ) ;
  1373.  void glMatrixLoadIdentityEXT ( GLenum matrixMode ) ;
  1374.  void glMatrixLoadTransposedEXT ( GLenum matrixMode , const GLdouble * m ) ;
  1375.  void glMatrixLoadTransposefEXT ( GLenum matrixMode , const GLfloat * m ) ;
  1376.  void glMatrixLoaddEXT ( GLenum matrixMode , const GLdouble * m ) ;
  1377.  void glMatrixLoadfEXT ( GLenum matrixMode , const GLfloat * m ) ;
  1378.  void glMatrixMultTransposedEXT ( GLenum matrixMode , const GLdouble * m ) ;
  1379.  void glMatrixMultTransposefEXT ( GLenum matrixMode , const GLfloat * m ) ;
  1380.  void glMatrixMultdEXT ( GLenum matrixMode , const GLdouble * m ) ;
  1381.  void glMatrixMultfEXT ( GLenum matrixMode , const GLfloat * m ) ;
  1382.  void glMatrixOrthoEXT ( GLenum matrixMode , GLdouble l , GLdouble r , GLdouble b , GLdouble t , GLdouble n , GLdouble f ) ;
  1383.  void glMatrixPopEXT ( GLenum matrixMode ) ;
  1384.  void glMatrixPushEXT ( GLenum matrixMode ) ;
  1385.  void glMatrixRotatedEXT ( GLenum matrixMode , GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
  1386.  void glMatrixRotatefEXT ( GLenum matrixMode , GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
  1387.  void glMatrixScaledEXT ( GLenum matrixMode , GLdouble x , GLdouble y , GLdouble z ) ;
  1388.  void glMatrixScalefEXT ( GLenum matrixMode , GLfloat x , GLfloat y , GLfloat z ) ;
  1389.  void glMatrixTranslatedEXT ( GLenum matrixMode , GLdouble x , GLdouble y , GLdouble z ) ;
  1390.  void glMatrixTranslatefEXT ( GLenum matrixMode , GLfloat x , GLfloat y , GLfloat z ) ;
  1391.  void glMultiTexBufferEXT ( GLenum texunit , GLenum target , GLenum internalformat , GLuint buffer ) ;
  1392.  void glMultiTexCoordPointerEXT ( GLenum texunit , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
  1393.  void glMultiTexEnvfEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat param ) ;
  1394.  void glMultiTexEnvfvEXT ( GLenum texunit , GLenum target , GLenum pname , const GLfloat * params ) ;
  1395.  void glMultiTexEnviEXT ( GLenum texunit , GLenum target , GLenum pname , GLint param ) ;
  1396.  void glMultiTexEnvivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLint * params ) ;
  1397.  void glMultiTexGendEXT ( GLenum texunit , GLenum coord , GLenum pname , GLdouble param ) ;
  1398.  void glMultiTexGendvEXT ( GLenum texunit , GLenum coord , GLenum pname , const GLdouble * params ) ;
  1399.  void glMultiTexGenfEXT ( GLenum texunit , GLenum coord , GLenum pname , GLfloat param ) ;
  1400.  void glMultiTexGenfvEXT ( GLenum texunit , GLenum coord , GLenum pname , const GLfloat * params ) ;
  1401.  void glMultiTexGeniEXT ( GLenum texunit , GLenum coord , GLenum pname , GLint param ) ;
  1402.  void glMultiTexGenivEXT ( GLenum texunit , GLenum coord , GLenum pname , const GLint * params ) ;
  1403.  void glMultiTexImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1404.  void glMultiTexImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1405.  void glMultiTexImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1406.  void glMultiTexParameterIivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLint * params ) ;
  1407.  void glMultiTexParameterIuivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLuint * params ) ;
  1408.  void glMultiTexParameterfEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat param ) ;
  1409.  void glMultiTexParameterfvEXT ( GLenum texunit , GLenum target , GLenum pname , const GLfloat * param ) ;
  1410.  void glMultiTexParameteriEXT ( GLenum texunit , GLenum target , GLenum pname , GLint param ) ;
  1411.  void glMultiTexParameterivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLint * param ) ;
  1412.  void glMultiTexRenderbufferEXT ( GLenum texunit , GLenum target , GLuint renderbuffer ) ;
  1413.  void glMultiTexSubImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels ) ;
  1414.  void glMultiTexSubImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels ) ;
  1415.  void glMultiTexSubImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * pixels ) ;
  1416.  void glNamedBufferDataEXT ( GLuint buffer , GLsizeiptr size , const void * data , GLenum usage ) ;
  1417.  void glNamedBufferSubDataEXT ( GLuint buffer , GLintptr offset , GLsizeiptr size , const void * data ) ;
  1418.  void glNamedCopyBufferSubDataEXT ( GLuint readBuffer , GLuint writeBuffer , GLintptr readOffset , GLintptr writeOffset , GLsizeiptr size ) ;
  1419.  void glNamedFramebufferRenderbufferEXT ( GLuint framebuffer , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer ) ;
  1420.  void glNamedFramebufferTexture1DEXT ( GLuint framebuffer , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
  1421.  void glNamedFramebufferTexture2DEXT ( GLuint framebuffer , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
  1422.  void glNamedFramebufferTexture3DEXT ( GLuint framebuffer , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint zoffset ) ;
  1423.  void glNamedFramebufferTextureEXT ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level ) ;
  1424.  void glNamedFramebufferTextureFaceEXT ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level , GLenum face ) ;
  1425.  void glNamedFramebufferTextureLayerEXT ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
  1426.  void glNamedProgramLocalParameter4dEXT ( GLuint program , GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1427.  void glNamedProgramLocalParameter4dvEXT ( GLuint program , GLenum target , GLuint index , const GLdouble * params ) ;
  1428.  void glNamedProgramLocalParameter4fEXT ( GLuint program , GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1429.  void glNamedProgramLocalParameter4fvEXT ( GLuint program , GLenum target , GLuint index , const GLfloat * params ) ;
  1430.  void glNamedProgramLocalParameterI4iEXT ( GLuint program , GLenum target , GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
  1431.  void glNamedProgramLocalParameterI4ivEXT ( GLuint program , GLenum target , GLuint index , const GLint * params ) ;
  1432.  void glNamedProgramLocalParameterI4uiEXT ( GLuint program , GLenum target , GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
  1433.  void glNamedProgramLocalParameterI4uivEXT ( GLuint program , GLenum target , GLuint index , const GLuint * params ) ;
  1434.  void glNamedProgramLocalParameters4fvEXT ( GLuint program , GLenum target , GLuint index , GLsizei count , const GLfloat * params ) ;
  1435.  void glNamedProgramLocalParametersI4ivEXT ( GLuint program , GLenum target , GLuint index , GLsizei count , const GLint * params ) ;
  1436.  void glNamedProgramLocalParametersI4uivEXT ( GLuint program , GLenum target , GLuint index , GLsizei count , const GLuint * params ) ;
  1437.  void glNamedProgramStringEXT ( GLuint program , GLenum target , GLenum format , GLsizei len , const void * string ) ;
  1438.  void glNamedRenderbufferStorageEXT ( GLuint renderbuffer , GLenum internalformat , GLsizei width , GLsizei height ) ;
  1439.  void glNamedRenderbufferStorageMultisampleCoverageEXT ( GLuint renderbuffer , GLsizei coverageSamples , GLsizei colorSamples , GLenum internalformat , GLsizei width , GLsizei height ) ;
  1440.  void glNamedRenderbufferStorageMultisampleEXT ( GLuint renderbuffer , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height ) ;
  1441.  void glProgramUniform1fEXT ( GLuint program , GLint location , GLfloat v0 ) ;
  1442.  void glProgramUniform1fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  1443.  void glProgramUniform1iEXT ( GLuint program , GLint location , GLint v0 ) ;
  1444.  void glProgramUniform1ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  1445.  void glProgramUniform1uiEXT ( GLuint program , GLint location , GLuint v0 ) ;
  1446.  void glProgramUniform1uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  1447.  void glProgramUniform2fEXT ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 ) ;
  1448.  void glProgramUniform2fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  1449.  void glProgramUniform2iEXT ( GLuint program , GLint location , GLint v0 , GLint v1 ) ;
  1450.  void glProgramUniform2ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  1451.  void glProgramUniform2uiEXT ( GLuint program , GLint location , GLuint v0 , GLuint v1 ) ;
  1452.  void glProgramUniform2uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  1453.  void glProgramUniform3fEXT ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 ) ;
  1454.  void glProgramUniform3fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  1455.  void glProgramUniform3iEXT ( GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 ) ;
  1456.  void glProgramUniform3ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  1457.  void glProgramUniform3uiEXT ( GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 ) ;
  1458.  void glProgramUniform3uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  1459.  void glProgramUniform4fEXT ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 ) ;
  1460.  void glProgramUniform4fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
  1461.  void glProgramUniform4iEXT ( GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 ) ;
  1462.  void glProgramUniform4ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
  1463.  void glProgramUniform4uiEXT ( GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 ) ;
  1464.  void glProgramUniform4uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
  1465.  void glProgramUniformMatrix2fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1466.  void glProgramUniformMatrix2x3fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1467.  void glProgramUniformMatrix2x4fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1468.  void glProgramUniformMatrix3fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1469.  void glProgramUniformMatrix3x2fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1470.  void glProgramUniformMatrix3x4fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1471.  void glProgramUniformMatrix4fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1472.  void glProgramUniformMatrix4x2fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1473.  void glProgramUniformMatrix4x3fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
  1474.  void glPushClientAttribDefaultEXT ( GLbitfield mask ) ;
  1475.  void glTextureBufferEXT ( GLuint texture , GLenum target , GLenum internalformat , GLuint buffer ) ;
  1476.  void glTextureImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1477.  void glTextureImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1478.  void glTextureImage3DEXT ( GLuint texture , GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1479.  void glTextureParameterIivEXT ( GLuint texture , GLenum target , GLenum pname , const GLint * params ) ;
  1480.  void glTextureParameterIuivEXT ( GLuint texture , GLenum target , GLenum pname , const GLuint * params ) ;
  1481.  void glTextureParameterfEXT ( GLuint texture , GLenum target , GLenum pname , GLfloat param ) ;
  1482.  void glTextureParameterfvEXT ( GLuint texture , GLenum target , GLenum pname , const GLfloat * param ) ;
  1483.  void glTextureParameteriEXT ( GLuint texture , GLenum target , GLenum pname , GLint param ) ;
  1484.  void glTextureParameterivEXT ( GLuint texture , GLenum target , GLenum pname , const GLint * param ) ;
  1485.  void glTextureRenderbufferEXT ( GLuint texture , GLenum target , GLuint renderbuffer ) ;
  1486.  void glTextureSubImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels ) ;
  1487.  void glTextureSubImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels ) ;
  1488.  void glTextureSubImage3DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * pixels ) ;
  1489.  void glVertexArrayColorOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1490.  void glVertexArrayEdgeFlagOffsetEXT ( GLuint vaobj , GLuint buffer , GLsizei stride , GLintptr offset ) ;
  1491.  void glVertexArrayFogCoordOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum type , GLsizei stride , GLintptr offset ) ;
  1492.  void glVertexArrayIndexOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum type , GLsizei stride , GLintptr offset ) ;
  1493.  void glVertexArrayMultiTexCoordOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum texunit , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1494.  void glVertexArrayNormalOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum type , GLsizei stride , GLintptr offset ) ;
  1495.  void glVertexArraySecondaryColorOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1496.  void glVertexArrayTexCoordOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1497.  void glVertexArrayVertexAttribIOffsetEXT ( GLuint vaobj , GLuint buffer , GLuint index , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1498.  void glVertexArrayVertexAttribOffsetEXT ( GLuint vaobj , GLuint buffer , GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , GLintptr offset ) ;
  1499.  void glVertexArrayVertexOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1500.  void glColorMaskIndexedEXT ( GLuint buf , GLboolean r , GLboolean g , GLboolean b , GLboolean a ) ;
  1501.  void glDisableIndexedEXT ( GLenum target , GLuint index ) ;
  1502.  void glEnableIndexedEXT ( GLenum target , GLuint index ) ;
  1503.  void glGetBooleanIndexedvEXT ( GLenum value , GLuint index , GLboolean * data ) ;
  1504.  void glGetIntegerIndexedvEXT ( GLenum value , GLuint index , GLint * data ) ;
  1505.  void glDrawArraysInstancedEXT ( GLenum mode , GLint start , GLsizei count , GLsizei primcount ) ;
  1506.  void glDrawElementsInstancedEXT ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices , GLsizei primcount ) ;
  1507.  void glDrawRangeElementsEXT ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
  1508.  void glFogCoordPointerEXT ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  1509.  void glFogCoorddEXT ( GLdouble coord ) ;
  1510.  void glFogCoorddvEXT ( const GLdouble * coord ) ;
  1511.  void glFogCoordfEXT ( GLfloat coord ) ;
  1512.  void glFogCoordfvEXT ( const GLfloat * coord ) ;
  1513.  void glFragmentColorMaterialEXT ( GLenum face , GLenum mode ) ;
  1514.  void glFragmentLightModelfEXT ( GLenum pname , GLfloat param ) ;
  1515.  void glFragmentLightModelfvEXT ( GLenum pname , GLfloat * params ) ;
  1516.  void glFragmentLightModeliEXT ( GLenum pname , GLint param ) ;
  1517.  void glFragmentLightModelivEXT ( GLenum pname , GLint * params ) ;
  1518.  void glFragmentLightfEXT ( GLenum light , GLenum pname , GLfloat param ) ;
  1519.  void glFragmentLightfvEXT ( GLenum light , GLenum pname , GLfloat * params ) ;
  1520.  void glFragmentLightiEXT ( GLenum light , GLenum pname , GLint param ) ;
  1521.  void glFragmentLightivEXT ( GLenum light , GLenum pname , GLint * params ) ;
  1522.  void glFragmentMaterialfEXT ( GLenum face , GLenum pname , const GLfloat param ) ;
  1523.  void glFragmentMaterialfvEXT ( GLenum face , GLenum pname , const GLfloat * params ) ;
  1524.  void glFragmentMaterialiEXT ( GLenum face , GLenum pname , const GLint param ) ;
  1525.  void glFragmentMaterialivEXT ( GLenum face , GLenum pname , const GLint * params ) ;
  1526.  void glGetFragmentLightfvEXT ( GLenum light , GLenum pname , GLfloat * params ) ;
  1527.  void glGetFragmentLightivEXT ( GLenum light , GLenum pname , GLint * params ) ;
  1528.  void glGetFragmentMaterialfvEXT ( GLenum face , GLenum pname , const GLfloat * params ) ;
  1529.  void glGetFragmentMaterialivEXT ( GLenum face , GLenum pname , const GLint * params ) ;
  1530.  void glLightEnviEXT ( GLenum pname , GLint param ) ;
  1531.  void glBlitFramebufferEXT ( GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter ) ;
  1532.  void glRenderbufferStorageMultisampleEXT ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height ) ;
  1533.  void glBindFramebufferEXT ( GLenum target , GLuint framebuffer ) ;
  1534.  void glBindRenderbufferEXT ( GLenum target , GLuint renderbuffer ) ;
  1535.  void glDeleteFramebuffersEXT ( GLsizei n , const GLuint * framebuffers ) ;
  1536.  void glDeleteRenderbuffersEXT ( GLsizei n , const GLuint * renderbuffers ) ;
  1537.  void glFramebufferRenderbufferEXT ( GLenum target , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer ) ;
  1538.  void glFramebufferTexture1DEXT ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
  1539.  void glFramebufferTexture2DEXT ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
  1540.  void glFramebufferTexture3DEXT ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint zoffset ) ;
  1541.  void glGenFramebuffersEXT ( GLsizei n , GLuint * framebuffers ) ;
  1542.  void glGenRenderbuffersEXT ( GLsizei n , GLuint * renderbuffers ) ;
  1543.  void glGenerateMipmapEXT ( GLenum target ) ;
  1544.  void glGetFramebufferAttachmentParameterivEXT ( GLenum target , GLenum attachment , GLenum pname , GLint * params ) ;
  1545.  void glGetRenderbufferParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
  1546.  void glRenderbufferStorageEXT ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height ) ;
  1547.  void glFramebufferTextureEXT ( GLenum target , GLenum attachment , GLuint texture , GLint level ) ;
  1548.  void glFramebufferTextureFaceEXT ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLenum face ) ;
  1549.  void glProgramParameteriEXT ( GLuint program , GLenum pname , GLint value ) ;
  1550.  void glProgramEnvParameters4fvEXT ( GLenum target , GLuint index , GLsizei count , const GLfloat * params ) ;
  1551.  void glProgramLocalParameters4fvEXT ( GLenum target , GLuint index , GLsizei count , const GLfloat * params ) ;
  1552.  void glBindFragDataLocationEXT ( GLuint program , GLuint color , const GLchar * name ) ;
  1553.  void glGetUniformuivEXT ( GLuint program , GLint location , GLuint * params ) ;
  1554.  void glGetVertexAttribIivEXT ( GLuint index , GLenum pname , GLint * params ) ;
  1555.  void glGetVertexAttribIuivEXT ( GLuint index , GLenum pname , GLuint * params ) ;
  1556.  void glUniform1uiEXT ( GLint location , GLuint v0 ) ;
  1557.  void glUniform1uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
  1558.  void glUniform2uiEXT ( GLint location , GLuint v0 , GLuint v1 ) ;
  1559.  void glUniform2uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
  1560.  void glUniform3uiEXT ( GLint location , GLuint v0 , GLuint v1 , GLuint v2 ) ;
  1561.  void glUniform3uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
  1562.  void glUniform4uiEXT ( GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 ) ;
  1563.  void glUniform4uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
  1564.  void glVertexAttribI1iEXT ( GLuint index , GLint x ) ;
  1565.  void glVertexAttribI1ivEXT ( GLuint index , const GLint * v ) ;
  1566.  void glVertexAttribI1uiEXT ( GLuint index , GLuint x ) ;
  1567.  void glVertexAttribI1uivEXT ( GLuint index , const GLuint * v ) ;
  1568.  void glVertexAttribI2iEXT ( GLuint index , GLint x , GLint y ) ;
  1569.  void glVertexAttribI2ivEXT ( GLuint index , const GLint * v ) ;
  1570.  void glVertexAttribI2uiEXT ( GLuint index , GLuint x , GLuint y ) ;
  1571.  void glVertexAttribI2uivEXT ( GLuint index , const GLuint * v ) ;
  1572.  void glVertexAttribI3iEXT ( GLuint index , GLint x , GLint y , GLint z ) ;
  1573.  void glVertexAttribI3ivEXT ( GLuint index , const GLint * v ) ;
  1574.  void glVertexAttribI3uiEXT ( GLuint index , GLuint x , GLuint y , GLuint z ) ;
  1575.  void glVertexAttribI3uivEXT ( GLuint index , const GLuint * v ) ;
  1576.  void glVertexAttribI4bvEXT ( GLuint index , const GLbyte * v ) ;
  1577.  void glVertexAttribI4iEXT ( GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
  1578.  void glVertexAttribI4ivEXT ( GLuint index , const GLint * v ) ;
  1579.  void glVertexAttribI4svEXT ( GLuint index , const GLshort * v ) ;
  1580.  void glVertexAttribI4ubvEXT ( GLuint index , const GLubyte * v ) ;
  1581.  void glVertexAttribI4uiEXT ( GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
  1582.  void glVertexAttribI4uivEXT ( GLuint index , const GLuint * v ) ;
  1583.  void glVertexAttribI4usvEXT ( GLuint index , const GLushort * v ) ;
  1584.  void glVertexAttribIPointerEXT ( GLuint index , GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  1585.  void glGetHistogramEXT ( GLenum target , GLboolean reset , GLenum format , GLenum type , void * values ) ;
  1586.  void glGetHistogramParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
  1587.  void glGetHistogramParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
  1588.  void glGetMinmaxEXT ( GLenum target , GLboolean reset , GLenum format , GLenum type , void * values ) ;
  1589.  void glGetMinmaxParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
  1590.  void glGetMinmaxParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
  1591.  void glHistogramEXT ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
  1592.  void glMinmaxEXT ( GLenum target , GLenum internalformat , GLboolean sink ) ;
  1593.  void glResetHistogramEXT ( GLenum target ) ;
  1594.  void glResetMinmaxEXT ( GLenum target ) ;
  1595.  void glIndexFuncEXT ( GLenum func , GLfloat ref ) ;
  1596.  void glIndexMaterialEXT ( GLenum face , GLenum mode ) ;
  1597.  void glApplyTextureEXT ( GLenum mode ) ;
  1598.  void glTextureLightEXT ( GLenum pname ) ;
  1599.  void glTextureMaterialEXT ( GLenum face , GLenum mode ) ;
  1600.  void glMultiDrawArraysEXT ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
  1601.  void glMultiDrawElementsEXT ( GLenum mode , GLsizei * count , GLenum type , const GLvoid * * indices , GLsizei primcount ) ;
  1602.  void glSampleMaskEXT ( GLclampf value , GLboolean invert ) ;
  1603.  void glSamplePatternEXT ( GLenum pattern ) ;
  1604.  void glColorTableEXT ( GLenum target , GLenum internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ;
  1605.  void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , void * data ) ;
  1606.  void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
  1607.  void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
  1608.  void glGetPixelTransformParameterfvEXT ( GLenum target , GLenum pname , const GLfloat * params ) ;
  1609.  void glGetPixelTransformParameterivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
  1610.  void glPixelTransformParameterfEXT ( GLenum target , GLenum pname , const GLfloat param ) ;
  1611.  void glPixelTransformParameterfvEXT ( GLenum target , GLenum pname , const GLfloat * params ) ;
  1612.  void glPixelTransformParameteriEXT ( GLenum target , GLenum pname , const GLint param ) ;
  1613.  void glPixelTransformParameterivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
  1614.  void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
  1615.  void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
  1616.  void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
  1617.  void glProvokingVertexEXT ( GLenum mode ) ;
  1618.  void glBeginSceneEXT ( ) ;
  1619.  void glEndSceneEXT ( ) ;
  1620.  void glSecondaryColor3bEXT ( GLbyte red , GLbyte green , GLbyte blue ) ;
  1621.  void glSecondaryColor3bvEXT ( const GLbyte * v ) ;
  1622.  void glSecondaryColor3dEXT ( GLdouble red , GLdouble green , GLdouble blue ) ;
  1623.  void glSecondaryColor3dvEXT ( const GLdouble * v ) ;
  1624.  void glSecondaryColor3fEXT ( GLfloat red , GLfloat green , GLfloat blue ) ;
  1625.  void glSecondaryColor3fvEXT ( const GLfloat * v ) ;
  1626.  void glSecondaryColor3iEXT ( GLint red , GLint green , GLint blue ) ;
  1627.  void glSecondaryColor3ivEXT ( const GLint * v ) ;
  1628.  void glSecondaryColor3sEXT ( GLshort red , GLshort green , GLshort blue ) ;
  1629.  void glSecondaryColor3svEXT ( const GLshort * v ) ;
  1630.  void glSecondaryColor3ubEXT ( GLubyte red , GLubyte green , GLubyte blue ) ;
  1631.  void glSecondaryColor3ubvEXT ( const GLubyte * v ) ;
  1632.  void glSecondaryColor3uiEXT ( GLuint red , GLuint green , GLuint blue ) ;
  1633.  void glSecondaryColor3uivEXT ( const GLuint * v ) ;
  1634.  void glSecondaryColor3usEXT ( GLushort red , GLushort green , GLushort blue ) ;
  1635.  void glSecondaryColor3usvEXT ( const GLushort * v ) ;
  1636.  void glSecondaryColorPointerEXT ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
  1637.  void glActiveProgramEXT ( GLuint program ) ;
  1638.  void glUseShaderProgramEXT ( GLenum type , GLuint program ) ;
  1639.  void glBindImageTextureEXT ( GLuint index , GLuint texture , GLint level , GLboolean layered , GLint layer , GLenum access , GLint format ) ;
  1640.  void glMemoryBarrierEXT ( GLbitfield barriers ) ;
  1641.  void glActiveStencilFaceEXT ( GLenum face ) ;
  1642.  void glTexSubImage1DEXT ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels ) ;
  1643.  void glTexSubImage2DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels ) ;
  1644.  void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * pixels ) ;
  1645.  void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  1646.  void glFramebufferTextureLayerEXT ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
  1647.  void glTexBufferEXT ( GLenum target , GLenum internalformat , GLuint buffer ) ;
  1648.  void glClearColorIiEXT ( GLint red , GLint green , GLint blue , GLint alpha ) ;
  1649.  void glClearColorIuiEXT ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
  1650.  void glGetTexParameterIivEXT ( GLenum target , GLenum pname , GLint * params ) ;
  1651.  void glGetTexParameterIuivEXT ( GLenum target , GLenum pname , GLuint * params ) ;
  1652.  void glTexParameterIivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
  1653.  void glTexParameterIuivEXT ( GLenum target , GLenum pname , const GLuint * params ) ;
  1654.  void glBindTextureEXT ( GLenum target , GLuint texture ) ;
  1655.  void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
  1656.  void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
  1657.  void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
  1658.  void glTextureNormalEXT ( GLenum mode ) ;
  1659.  void glGetQueryObjecti64vEXT ( GLuint id , GLenum pname , GLint64EXT * params ) ;
  1660.  void glGetQueryObjectui64vEXT ( GLuint id , GLenum pname , GLuint64EXT * params ) ;
  1661.  void glBeginTransformFeedbackEXT ( GLenum primitiveMode ) ;
  1662.  void glBindBufferBaseEXT ( GLenum target , GLuint index , GLuint buffer ) ;
  1663.  void glBindBufferOffsetEXT ( GLenum target , GLuint index , GLuint buffer , GLintptr offset ) ;
  1664.  void glBindBufferRangeEXT ( GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size ) ;
  1665.  void glEndTransformFeedbackEXT ( ) ;
  1666.  void glGetTransformFeedbackVaryingEXT ( GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLsizei * size , GLenum * type , char * name ) ;
  1667.  void glTransformFeedbackVaryingsEXT ( GLuint program , GLsizei count , const char * * varyings , GLenum bufferMode ) ;
  1668.  void glArrayElementEXT ( GLint i ) ;
  1669.  void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
  1670.  void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
  1671.  void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * pointer ) ;
  1672.  void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
  1673.  void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
  1674.  void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
  1675.  void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
  1676.  void glGetVertexAttribLdvEXT ( GLuint index , GLenum pname , GLdouble * params ) ;
  1677.  void glVertexArrayVertexAttribLOffsetEXT ( GLuint vaobj , GLuint buffer , GLuint index , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
  1678.  void glVertexAttribL1dEXT ( GLuint index , GLdouble x ) ;
  1679.  void glVertexAttribL1dvEXT ( GLuint index , const GLdouble * v ) ;
  1680.  void glVertexAttribL2dEXT ( GLuint index , GLdouble x , GLdouble y ) ;
  1681.  void glVertexAttribL2dvEXT ( GLuint index , const GLdouble * v ) ;
  1682.  void glVertexAttribL3dEXT ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
  1683.  void glVertexAttribL3dvEXT ( GLuint index , const GLdouble * v ) ;
  1684.  void glVertexAttribL4dEXT ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1685.  void glVertexAttribL4dvEXT ( GLuint index , const GLdouble * v ) ;
  1686.  void glVertexAttribLPointerEXT ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
  1687.  void glBeginVertexShaderEXT ( ) ;
  1688.  void glBindVertexShaderEXT ( GLuint id ) ;
  1689.  void glDeleteVertexShaderEXT ( GLuint id ) ;
  1690.  void glDisableVariantClientStateEXT ( GLuint id ) ;
  1691.  void glEnableVariantClientStateEXT ( GLuint id ) ;
  1692.  void glEndVertexShaderEXT ( ) ;
  1693.  void glExtractComponentEXT ( GLuint res , GLuint src , GLuint num ) ;
  1694.  void glGetInvariantBooleanvEXT ( GLuint id , GLenum value , GLboolean * data ) ;
  1695.  void glGetInvariantFloatvEXT ( GLuint id , GLenum value , GLfloat * data ) ;
  1696.  void glGetInvariantIntegervEXT ( GLuint id , GLenum value , GLint * data ) ;
  1697.  void glGetLocalConstantBooleanvEXT ( GLuint id , GLenum value , GLboolean * data ) ;
  1698.  void glGetLocalConstantFloatvEXT ( GLuint id , GLenum value , GLfloat * data ) ;
  1699.  void glGetLocalConstantIntegervEXT ( GLuint id , GLenum value , GLint * data ) ;
  1700.  void glGetVariantBooleanvEXT ( GLuint id , GLenum value , GLboolean * data ) ;
  1701.  void glGetVariantFloatvEXT ( GLuint id , GLenum value , GLfloat * data ) ;
  1702.  void glGetVariantIntegervEXT ( GLuint id , GLenum value , GLint * data ) ;
  1703.  void glGetVariantPointervEXT ( GLuint id , GLenum value , GLvoid * * data ) ;
  1704.  void glInsertComponentEXT ( GLuint res , GLuint src , GLuint num ) ;
  1705.  void glSetInvariantEXT ( GLuint id , GLenum type , GLvoid * addr ) ;
  1706.  void glSetLocalConstantEXT ( GLuint id , GLenum type , GLvoid * addr ) ;
  1707.  void glShaderOp1EXT ( GLenum op , GLuint res , GLuint arg1 ) ;
  1708.  void glShaderOp2EXT ( GLenum op , GLuint res , GLuint arg1 , GLuint arg2 ) ;
  1709.  void glShaderOp3EXT ( GLenum op , GLuint res , GLuint arg1 , GLuint arg2 , GLuint arg3 ) ;
  1710.  void glSwizzleEXT ( GLuint res , GLuint in , GLenum outX , GLenum outY , GLenum outZ , GLenum outW ) ;
  1711.  void glVariantPointerEXT ( GLuint id , GLenum type , GLuint stride , GLvoid * addr ) ;
  1712.  void glVariantbvEXT ( GLuint id , GLbyte * addr ) ;
  1713.  void glVariantdvEXT ( GLuint id , GLdouble * addr ) ;
  1714.  void glVariantfvEXT ( GLuint id , GLfloat * addr ) ;
  1715.  void glVariantivEXT ( GLuint id , GLint * addr ) ;
  1716.  void glVariantsvEXT ( GLuint id , GLshort * addr ) ;
  1717.  void glVariantubvEXT ( GLuint id , GLubyte * addr ) ;
  1718.  void glVariantuivEXT ( GLuint id , GLuint * addr ) ;
  1719.  void glVariantusvEXT ( GLuint id , GLushort * addr ) ;
  1720.  void glWriteMaskEXT ( GLuint res , GLuint in , GLenum outX , GLenum outY , GLenum outZ , GLenum outW ) ;
  1721.  void glVertexWeightPointerEXT ( GLint size , GLenum type , GLsizei stride , void * pointer ) ;
  1722.  void glVertexWeightfEXT ( GLfloat weight ) ;
  1723.  void glVertexWeightfvEXT ( GLfloat * weight ) ;
  1724.  void glFrameTerminatorGREMEDY ( ) ;
  1725.  void glStringMarkerGREMEDY ( GLsizei len , const void * string ) ;
  1726.  void glGetImageTransformParameterfvHP ( GLenum target , GLenum pname , const GLfloat * params ) ;
  1727.  void glGetImageTransformParameterivHP ( GLenum target , GLenum pname , const GLint * params ) ;
  1728.  void glImageTransformParameterfHP ( GLenum target , GLenum pname , const GLfloat param ) ;
  1729.  void glImageTransformParameterfvHP ( GLenum target , GLenum pname , const GLfloat * params ) ;
  1730.  void glImageTransformParameteriHP ( GLenum target , GLenum pname , const GLint param ) ;
  1731.  void glImageTransformParameterivHP ( GLenum target , GLenum pname , const GLint * params ) ;
  1732.  void glMultiModeDrawArraysIBM ( const GLenum * mode , const GLint * first , const GLsizei * count , GLsizei primcount , GLint modestride ) ;
  1733.  void glMultiModeDrawElementsIBM ( const GLenum * mode , const GLsizei * count , GLenum type , const GLvoid * const * indices , GLsizei primcount , GLint modestride ) ;
  1734.  void glColorPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1735.  void glEdgeFlagPointerListIBM ( GLint stride , const GLboolean * * pointer , GLint ptrstride ) ;
  1736.  void glFogCoordPointerListIBM ( GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1737.  void glIndexPointerListIBM ( GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1738.  void glNormalPointerListIBM ( GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1739.  void glSecondaryColorPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1740.  void glTexCoordPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1741.  void glVertexPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
  1742.  void glColorPointervINTEL ( GLint size , GLenum type , const void * * pointer ) ;
  1743.  void glNormalPointervINTEL ( GLenum type , const void * * pointer ) ;
  1744.  void glTexCoordPointervINTEL ( GLint size , GLenum type , const void * * pointer ) ;
  1745.  void glVertexPointervINTEL ( GLint size , GLenum type , const void * * pointer ) ;
  1746.  void glTexScissorFuncINTEL ( GLenum target , GLenum lfunc , GLenum hfunc ) ;
  1747.  void glTexScissorINTEL ( GLenum target , GLclampf tlow , GLclampf thigh ) ;
  1748.  void glDeleteBufferRegion ( GLenum region ) ;
  1749.  void glDrawBufferRegion ( GLuint region , GLint x , GLint y , GLsizei width , GLsizei height , GLint xDest , GLint yDest ) ;
  1750.  void glReadBufferRegion ( GLuint region , GLint x , GLint y , GLsizei width , GLsizei height ) ;
  1751.  void glResizeBuffersMESA ( ) ;
  1752.  void glWindowPos2dMESA ( GLdouble x , GLdouble y ) ;
  1753.  void glWindowPos2dvMESA ( const GLdouble * p ) ;
  1754.  void glWindowPos2fMESA ( GLfloat x , GLfloat y ) ;
  1755.  void glWindowPos2fvMESA ( const GLfloat * p ) ;
  1756.  void glWindowPos2iMESA ( GLint x , GLint y ) ;
  1757.  void glWindowPos2ivMESA ( const GLint * p ) ;
  1758.  void glWindowPos2sMESA ( GLshort x , GLshort y ) ;
  1759.  void glWindowPos2svMESA ( const GLshort * p ) ;
  1760.  void glWindowPos3dMESA ( GLdouble x , GLdouble y , GLdouble z ) ;
  1761.  void glWindowPos3dvMESA ( const GLdouble * p ) ;
  1762.  void glWindowPos3fMESA ( GLfloat x , GLfloat y , GLfloat z ) ;
  1763.  void glWindowPos3fvMESA ( const GLfloat * p ) ;
  1764.  void glWindowPos3iMESA ( GLint x , GLint y , GLint z ) ;
  1765.  void glWindowPos3ivMESA ( const GLint * p ) ;
  1766.  void glWindowPos3sMESA ( GLshort x , GLshort y , GLshort z ) ;
  1767.  void glWindowPos3svMESA ( const GLshort * p ) ;
  1768.  void glWindowPos4dMESA ( GLdouble x , GLdouble y , GLdouble z , GLdouble ) ;
  1769.  void glWindowPos4dvMESA ( const GLdouble * p ) ;
  1770.  void glWindowPos4fMESA ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1771.  void glWindowPos4fvMESA ( const GLfloat * p ) ;
  1772.  void glWindowPos4iMESA ( GLint x , GLint y , GLint z , GLint w ) ;
  1773.  void glWindowPos4ivMESA ( const GLint * p ) ;
  1774.  void glWindowPos4sMESA ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
  1775.  void glWindowPos4svMESA ( const GLshort * p ) ;
  1776.  void glBeginConditionalRenderNV ( GLuint id , GLenum mode ) ;
  1777.  void glEndConditionalRenderNV ( ) ;
  1778.  void glCopyImageSubDataNV ( GLuint srcName , GLenum srcTarget , GLint srcLevel , GLint srcX , GLint srcY , GLint srcZ , GLuint dstName , GLenum dstTarget , GLint dstLevel , GLint dstX , GLint dstY , GLint dstZ , GLsizei width , GLsizei height , GLsizei depth ) ;
  1779.  void glClearDepthdNV ( GLdouble depth ) ;
  1780.  void glDepthBoundsdNV ( GLdouble zmin , GLdouble zmax ) ;
  1781.  void glDepthRangedNV ( GLdouble zNear , GLdouble zFar ) ;
  1782.  void glEvalMapsNV ( GLenum target , GLenum mode ) ;
  1783.  void glGetMapAttribParameterfvNV ( GLenum target , GLuint index , GLenum pname , GLfloat * params ) ;
  1784.  void glGetMapAttribParameterivNV ( GLenum target , GLuint index , GLenum pname , GLint * params ) ;
  1785.  void glGetMapControlPointsNV ( GLenum target , GLuint index , GLenum type , GLsizei ustride , GLsizei vstride , GLboolean packed , void * points ) ;
  1786.  void glGetMapParameterfvNV ( GLenum target , GLenum pname , GLfloat * params ) ;
  1787.  void glGetMapParameterivNV ( GLenum target , GLenum pname , GLint * params ) ;
  1788.  void glMapControlPointsNV ( GLenum target , GLuint index , GLenum type , GLsizei ustride , GLsizei vstride , GLint uorder , GLint vorder , GLboolean packed , const void * points ) ;
  1789.  void glMapParameterfvNV ( GLenum target , GLenum pname , const GLfloat * params ) ;
  1790.  void glMapParameterivNV ( GLenum target , GLenum pname , const GLint * params ) ;
  1791.  void glGetMultisamplefvNV ( GLenum pname , GLuint index , GLfloat * val ) ;
  1792.  void glSampleMaskIndexedNV ( GLuint index , GLbitfield mask ) ;
  1793.  void glTexRenderbufferNV ( GLenum target , GLuint renderbuffer ) ;
  1794.  void glDeleteFencesNV ( GLsizei n , const GLuint * fences ) ;
  1795.  void glFinishFenceNV ( GLuint fence ) ;
  1796.  void glGenFencesNV ( GLsizei n , GLuint * fences ) ;
  1797.  void glGetFenceivNV ( GLuint fence , GLenum pname , GLint * params ) ;
  1798.  void glSetFenceNV ( GLuint fence , GLenum condition ) ;
  1799.  void glGetProgramNamedParameterdvNV ( GLuint id , GLsizei len , const GLubyte * name , GLdouble * params ) ;
  1800.  void glGetProgramNamedParameterfvNV ( GLuint id , GLsizei len , const GLubyte * name , GLfloat * params ) ;
  1801.  void glProgramNamedParameter4dNV ( GLuint id , GLsizei len , const GLubyte * name , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  1802.  void glProgramNamedParameter4dvNV ( GLuint id , GLsizei len , const GLubyte * name , const GLdouble v [ ] ) ;
  1803.  void glProgramNamedParameter4fNV ( GLuint id , GLsizei len , const GLubyte * name , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  1804.  void glProgramNamedParameter4fvNV ( GLuint id , GLsizei len , const GLubyte * name , const GLfloat v [ ] ) ;
  1805.  void glRenderbufferStorageMultisampleCoverageNV ( GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLenum internalformat , GLsizei width , GLsizei height ) ;
  1806.  void glProgramVertexLimitNV ( GLenum target , GLint limit ) ;
  1807.  void glProgramEnvParameterI4iNV ( GLenum target , GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
  1808.  void glProgramEnvParameterI4ivNV ( GLenum target , GLuint index , const GLint * params ) ;
  1809.  void glProgramEnvParameterI4uiNV ( GLenum target , GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
  1810.  void glProgramEnvParameterI4uivNV ( GLenum target , GLuint index , const GLuint * params ) ;
  1811.  void glProgramEnvParametersI4ivNV ( GLenum target , GLuint index , GLsizei count , const GLint * params ) ;
  1812.  void glProgramEnvParametersI4uivNV ( GLenum target , GLuint index , GLsizei count , const GLuint * params ) ;
  1813.  void glProgramLocalParameterI4iNV ( GLenum target , GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
  1814.  void glProgramLocalParameterI4ivNV ( GLenum target , GLuint index , const GLint * params ) ;
  1815.  void glProgramLocalParameterI4uiNV ( GLenum target , GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
  1816.  void glProgramLocalParameterI4uivNV ( GLenum target , GLuint index , const GLuint * params ) ;
  1817.  void glProgramLocalParametersI4ivNV ( GLenum target , GLuint index , GLsizei count , const GLint * params ) ;
  1818.  void glProgramLocalParametersI4uivNV ( GLenum target , GLuint index , GLsizei count , const GLuint * params ) ;
  1819.  void glGetUniformi64vNV ( GLuint program , GLint location , GLint64EXT * params ) ;
  1820.  void glGetUniformui64vNV ( GLuint program , GLint location , GLuint64EXT * params ) ;
  1821.  void glProgramUniform1i64NV ( GLuint program , GLint location , GLint64EXT x ) ;
  1822.  void glProgramUniform1i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
  1823.  void glProgramUniform1ui64NV ( GLuint program , GLint location , GLuint64EXT x ) ;
  1824.  void glProgramUniform1ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1825.  void glProgramUniform2i64NV ( GLuint program , GLint location , GLint64EXT x , GLint64EXT y ) ;
  1826.  void glProgramUniform2i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
  1827.  void glProgramUniform2ui64NV ( GLuint program , GLint location , GLuint64EXT x , GLuint64EXT y ) ;
  1828.  void glProgramUniform2ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1829.  void glProgramUniform3i64NV ( GLuint program , GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z ) ;
  1830.  void glProgramUniform3i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
  1831.  void glProgramUniform3ui64NV ( GLuint program , GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z ) ;
  1832.  void glProgramUniform3ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1833.  void glProgramUniform4i64NV ( GLuint program , GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z , GLint64EXT w ) ;
  1834.  void glProgramUniform4i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
  1835.  void glProgramUniform4ui64NV ( GLuint program , GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z , GLuint64EXT w ) ;
  1836.  void glProgramUniform4ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1837.  void glUniform1i64NV ( GLint location , GLint64EXT x ) ;
  1838.  void glUniform1i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
  1839.  void glUniform1ui64NV ( GLint location , GLuint64EXT x ) ;
  1840.  void glUniform1ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1841.  void glUniform2i64NV ( GLint location , GLint64EXT x , GLint64EXT y ) ;
  1842.  void glUniform2i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
  1843.  void glUniform2ui64NV ( GLint location , GLuint64EXT x , GLuint64EXT y ) ;
  1844.  void glUniform2ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1845.  void glUniform3i64NV ( GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z ) ;
  1846.  void glUniform3i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
  1847.  void glUniform3ui64NV ( GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z ) ;
  1848.  void glUniform3ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1849.  void glUniform4i64NV ( GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z , GLint64EXT w ) ;
  1850.  void glUniform4i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
  1851.  void glUniform4ui64NV ( GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z , GLuint64EXT w ) ;
  1852.  void glUniform4ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1853.  void glColor3hNV ( GLhalf red , GLhalf green , GLhalf blue ) ;
  1854.  void glColor3hvNV ( const GLhalf * v ) ;
  1855.  void glColor4hNV ( GLhalf red , GLhalf green , GLhalf blue , GLhalf alpha ) ;
  1856.  void glColor4hvNV ( const GLhalf * v ) ;
  1857.  void glFogCoordhNV ( GLhalf fog ) ;
  1858.  void glFogCoordhvNV ( const GLhalf * fog ) ;
  1859.  void glMultiTexCoord1hNV ( GLenum target , GLhalf s ) ;
  1860.  void glMultiTexCoord1hvNV ( GLenum target , const GLhalf * v ) ;
  1861.  void glMultiTexCoord2hNV ( GLenum target , GLhalf s , GLhalf t ) ;
  1862.  void glMultiTexCoord2hvNV ( GLenum target , const GLhalf * v ) ;
  1863.  void glMultiTexCoord3hNV ( GLenum target , GLhalf s , GLhalf t , GLhalf r ) ;
  1864.  void glMultiTexCoord3hvNV ( GLenum target , const GLhalf * v ) ;
  1865.  void glMultiTexCoord4hNV ( GLenum target , GLhalf s , GLhalf t , GLhalf r , GLhalf q ) ;
  1866.  void glMultiTexCoord4hvNV ( GLenum target , const GLhalf * v ) ;
  1867.  void glNormal3hNV ( GLhalf nx , GLhalf ny , GLhalf nz ) ;
  1868.  void glNormal3hvNV ( const GLhalf * v ) ;
  1869.  void glSecondaryColor3hNV ( GLhalf red , GLhalf green , GLhalf blue ) ;
  1870.  void glSecondaryColor3hvNV ( const GLhalf * v ) ;
  1871.  void glTexCoord1hNV ( GLhalf s ) ;
  1872.  void glTexCoord1hvNV ( const GLhalf * v ) ;
  1873.  void glTexCoord2hNV ( GLhalf s , GLhalf t ) ;
  1874.  void glTexCoord2hvNV ( const GLhalf * v ) ;
  1875.  void glTexCoord3hNV ( GLhalf s , GLhalf t , GLhalf r ) ;
  1876.  void glTexCoord3hvNV ( const GLhalf * v ) ;
  1877.  void glTexCoord4hNV ( GLhalf s , GLhalf t , GLhalf r , GLhalf q ) ;
  1878.  void glTexCoord4hvNV ( const GLhalf * v ) ;
  1879.  void glVertex2hNV ( GLhalf x , GLhalf y ) ;
  1880.  void glVertex2hvNV ( const GLhalf * v ) ;
  1881.  void glVertex3hNV ( GLhalf x , GLhalf y , GLhalf z ) ;
  1882.  void glVertex3hvNV ( const GLhalf * v ) ;
  1883.  void glVertex4hNV ( GLhalf x , GLhalf y , GLhalf z , GLhalf w ) ;
  1884.  void glVertex4hvNV ( const GLhalf * v ) ;
  1885.  void glVertexAttrib1hNV ( GLuint index , GLhalf x ) ;
  1886.  void glVertexAttrib1hvNV ( GLuint index , const GLhalf * v ) ;
  1887.  void glVertexAttrib2hNV ( GLuint index , GLhalf x , GLhalf y ) ;
  1888.  void glVertexAttrib2hvNV ( GLuint index , const GLhalf * v ) ;
  1889.  void glVertexAttrib3hNV ( GLuint index , GLhalf x , GLhalf y , GLhalf z ) ;
  1890.  void glVertexAttrib3hvNV ( GLuint index , const GLhalf * v ) ;
  1891.  void glVertexAttrib4hNV ( GLuint index , GLhalf x , GLhalf y , GLhalf z , GLhalf w ) ;
  1892.  void glVertexAttrib4hvNV ( GLuint index , const GLhalf * v ) ;
  1893.  void glVertexAttribs1hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
  1894.  void glVertexAttribs2hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
  1895.  void glVertexAttribs3hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
  1896.  void glVertexAttribs4hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
  1897.  void glVertexWeighthNV ( GLhalf weight ) ;
  1898.  void glVertexWeighthvNV ( const GLhalf * weight ) ;
  1899.  void glBeginOcclusionQueryNV ( GLuint id ) ;
  1900.  void glDeleteOcclusionQueriesNV ( GLsizei n , const GLuint * ids ) ;
  1901.  void glEndOcclusionQueryNV ( ) ;
  1902.  void glGenOcclusionQueriesNV ( GLsizei n , GLuint * ids ) ;
  1903.  void glGetOcclusionQueryivNV ( GLuint id , GLenum pname , GLint * params ) ;
  1904.  void glGetOcclusionQueryuivNV ( GLuint id , GLenum pname , GLuint * params ) ;
  1905.  void glProgramBufferParametersIivNV ( GLenum target , GLuint buffer , GLuint index , GLsizei count , const GLint * params ) ;
  1906.  void glProgramBufferParametersIuivNV ( GLenum target , GLuint buffer , GLuint index , GLsizei count , const GLuint * params ) ;
  1907.  void glProgramBufferParametersfvNV ( GLenum target , GLuint buffer , GLuint index , GLsizei count , const GLfloat * params ) ;
  1908.  void glCopyPathNV ( GLuint resultPath , GLuint srcPath ) ;
  1909.  void glCoverFillPathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLenum coverMode , GLenum transformType , const GLfloat * transformValues ) ;
  1910.  void glCoverFillPathNV ( GLuint path , GLenum coverMode ) ;
  1911.  void glCoverStrokePathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLenum coverMode , GLenum transformType , const GLfloat * transformValues ) ;
  1912.  void glCoverStrokePathNV ( GLuint name , GLenum coverMode ) ;
  1913.  void glDeletePathsNV ( GLuint path , GLsizei range ) ;
  1914.  void glGetPathColorGenfvNV ( GLenum color , GLenum pname , GLfloat * value ) ;
  1915.  void glGetPathColorGenivNV ( GLenum color , GLenum pname , GLint * value ) ;
  1916.  void glGetPathCommandsNV ( GLuint name , GLubyte * commands ) ;
  1917.  void glGetPathCoordsNV ( GLuint name , GLfloat * coords ) ;
  1918.  void glGetPathDashArrayNV ( GLuint name , GLfloat * dashArray ) ;
  1919.  void glGetPathMetricRangeNV ( GLbitfield metricQueryMask , GLuint fistPathName , GLsizei numPaths , GLsizei stride , GLfloat * metrics ) ;
  1920.  void glGetPathMetricsNV ( GLbitfield metricQueryMask , GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLsizei stride , GLfloat * metrics ) ;
  1921.  void glGetPathParameterfvNV ( GLuint name , GLenum param , GLfloat * value ) ;
  1922.  void glGetPathParameterivNV ( GLuint name , GLenum param , GLint * value ) ;
  1923.  void glGetPathSpacingNV ( GLenum pathListMode , GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLfloat advanceScale , GLfloat kerningScale , GLenum transformType , GLfloat * returnedSpacing ) ;
  1924.  void glGetPathTexGenfvNV ( GLenum texCoordSet , GLenum pname , GLfloat * value ) ;
  1925.  void glGetPathTexGenivNV ( GLenum texCoordSet , GLenum pname , GLint * value ) ;
  1926.  void glInterpolatePathsNV ( GLuint resultPath , GLuint pathA , GLuint pathB , GLfloat weight ) ;
  1927.  void glPathColorGenNV ( GLenum color , GLenum genMode , GLenum colorFormat , const GLfloat * coeffs ) ;
  1928.  void glPathCommandsNV ( GLuint path , GLsizei numCommands , const GLubyte * commands , GLsizei numCoords , GLenum coordType , const GLvoid * coords ) ;
  1929.  void glPathCoordsNV ( GLuint path , GLsizei numCoords , GLenum coordType , const void * coords ) ;
  1930.  void glPathCoverDepthFuncNV ( GLenum zfunc ) ;
  1931.  void glPathDashArrayNV ( GLuint path , GLsizei dashCount , const GLfloat * dashArray ) ;
  1932.  void glPathFogGenNV ( GLenum genMode ) ;
  1933.  void glPathGlyphRangeNV ( GLuint firstPathName , GLenum fontTarget , const void * fontName , GLbitfield fontStyle , GLuint firstGlyph , GLsizei numGlyphs , GLenum handleMissingGlyphs , GLuint pathParameterTemplate , GLfloat emScale ) ;
  1934.  void glPathGlyphsNV ( GLuint firstPathName , GLenum fontTarget , const void * fontName , GLbitfield fontStyle , GLsizei numGlyphs , GLenum type , const GLvoid * charcodes , GLenum handleMissingGlyphs , GLuint pathParameterTemplate , GLfloat emScale ) ;
  1935.  void glPathParameterfNV ( GLuint path , GLenum pname , GLfloat value ) ;
  1936.  void glPathParameterfvNV ( GLuint path , GLenum pname , const GLfloat * value ) ;
  1937.  void glPathParameteriNV ( GLuint path , GLenum pname , GLint value ) ;
  1938.  void glPathParameterivNV ( GLuint path , GLenum pname , const GLint * value ) ;
  1939.  void glPathStencilDepthOffsetNV ( GLfloat factor , GLint units ) ;
  1940.  void glPathStencilFuncNV ( GLenum func , GLint ref , GLuint mask ) ;
  1941.  void glPathStringNV ( GLuint path , GLenum format , GLsizei length , const void * pathString ) ;
  1942.  void glPathSubCommandsNV ( GLuint path , GLsizei commandStart , GLsizei commandsToDelete , GLsizei numCommands , const GLubyte * commands , GLsizei numCoords , GLenum coordType , const GLvoid * coords ) ;
  1943.  void glPathSubCoordsNV ( GLuint path , GLsizei coordStart , GLsizei numCoords , GLenum coordType , const void * coords ) ;
  1944.  void glPathTexGenNV ( GLenum texCoordSet , GLenum genMode , GLint components , const GLfloat * coeffs ) ;
  1945.  void glStencilFillPathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLenum fillMode , GLuint mask , GLenum transformType , const GLfloat * transformValues ) ;
  1946.  void glStencilFillPathNV ( GLuint path , GLenum fillMode , GLuint mask ) ;
  1947.  void glStencilStrokePathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLint reference , GLuint mask , GLenum transformType , const GLfloat * transformValues ) ;
  1948.  void glStencilStrokePathNV ( GLuint path , GLint reference , GLuint mask ) ;
  1949.  void glTransformPathNV ( GLuint resultPath , GLuint srcPath , GLenum transformType , const GLfloat * transformValues ) ;
  1950.  void glWeightPathsNV ( GLuint resultPath , GLsizei numPaths , const GLuint paths [ ] , const GLfloat weights [ ] ) ;
  1951.  void glFlushPixelDataRangeNV ( GLenum target ) ;
  1952.  void glPixelDataRangeNV ( GLenum target , GLsizei length , void * pointer ) ;
  1953.  void glPointParameteriNV ( GLenum pname , GLint param ) ;
  1954.  void glPointParameterivNV ( GLenum pname , const GLint * params ) ;
  1955.  void glGetVideoi64vNV ( GLuint video_slot , GLenum pname , GLint64EXT * params ) ;
  1956.  void glGetVideoivNV ( GLuint video_slot , GLenum pname , GLint * params ) ;
  1957.  void glGetVideoui64vNV ( GLuint video_slot , GLenum pname , GLuint64EXT * params ) ;
  1958.  void glGetVideouivNV ( GLuint video_slot , GLenum pname , GLuint * params ) ;
  1959.  void glPresentFrameDualFillNV ( GLuint video_slot , GLuint64EXT minPresentTime , GLuint beginPresentTimeId , GLuint presentDurationId , GLenum type , GLenum target0 , GLuint fill0 , GLenum target1 , GLuint fill1 , GLenum target2 , GLuint fill2 , GLenum target3 , GLuint fill3 ) ;
  1960.  void glPresentFrameKeyedNV ( GLuint video_slot , GLuint64EXT minPresentTime , GLuint beginPresentTimeId , GLuint presentDurationId , GLenum type , GLenum target0 , GLuint fill0 , GLuint key0 , GLenum target1 , GLuint fill1 , GLuint key1 ) ;
  1961.  void glPrimitiveRestartIndexNV ( GLuint index ) ;
  1962.  void glPrimitiveRestartNV ( ) ;
  1963.  void glCombinerInputNV ( GLenum stage , GLenum portion , GLenum variable , GLenum input , GLenum mapping , GLenum componentUsage ) ;
  1964.  void glCombinerOutputNV ( GLenum stage , GLenum portion , GLenum abOutput , GLenum cdOutput , GLenum sumOutput , GLenum scale , GLenum bias , GLboolean abDotProduct , GLboolean cdDotProduct , GLboolean muxSum ) ;
  1965.  void glCombinerParameterfNV ( GLenum pname , GLfloat param ) ;
  1966.  void glCombinerParameterfvNV ( GLenum pname , const GLfloat * params ) ;
  1967.  void glCombinerParameteriNV ( GLenum pname , GLint param ) ;
  1968.  void glCombinerParameterivNV ( GLenum pname , const GLint * params ) ;
  1969.  void glFinalCombinerInputNV ( GLenum variable , GLenum input , GLenum mapping , GLenum componentUsage ) ;
  1970.  void glGetCombinerInputParameterfvNV ( GLenum stage , GLenum portion , GLenum variable , GLenum pname , GLfloat * params ) ;
  1971.  void glGetCombinerInputParameterivNV ( GLenum stage , GLenum portion , GLenum variable , GLenum pname , GLint * params ) ;
  1972.  void glGetCombinerOutputParameterfvNV ( GLenum stage , GLenum portion , GLenum pname , GLfloat * params ) ;
  1973.  void glGetCombinerOutputParameterivNV ( GLenum stage , GLenum portion , GLenum pname , GLint * params ) ;
  1974.  void glGetFinalCombinerInputParameterfvNV ( GLenum variable , GLenum pname , GLfloat * params ) ;
  1975.  void glGetFinalCombinerInputParameterivNV ( GLenum variable , GLenum pname , GLint * params ) ;
  1976.  void glCombinerStageParameterfvNV ( GLenum stage , GLenum pname , const GLfloat * params ) ;
  1977.  void glGetCombinerStageParameterfvNV ( GLenum stage , GLenum pname , GLfloat * params ) ;
  1978.  void glGetBufferParameterui64vNV ( GLenum target , GLenum pname , GLuint64EXT * params ) ;
  1979.  void glGetIntegerui64vNV ( GLenum value , GLuint64EXT * result ) ;
  1980.  void glGetNamedBufferParameterui64vNV ( GLuint buffer , GLenum pname , GLuint64EXT * params ) ;
  1981.  void glMakeBufferNonResidentNV ( GLenum target ) ;
  1982.  void glMakeBufferResidentNV ( GLenum target , GLenum access ) ;
  1983.  void glMakeNamedBufferNonResidentNV ( GLuint buffer ) ;
  1984.  void glMakeNamedBufferResidentNV ( GLuint buffer , GLenum access ) ;
  1985.  void glProgramUniformui64NV ( GLuint program , GLint location , GLuint64EXT value ) ;
  1986.  void glProgramUniformui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1987.  void glUniformui64NV ( GLint location , GLuint64EXT value ) ;
  1988.  void glUniformui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
  1989.  void glTextureBarrierNV ( ) ;
  1990.  void glTexImage2DMultisampleCoverageNV ( GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLboolean fixedSampleLocations ) ;
  1991.  void glTexImage3DMultisampleCoverageNV ( GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedSampleLocations ) ;
  1992.  void glTextureImage2DMultisampleCoverageNV ( GLuint texture , GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLboolean fixedSampleLocations ) ;
  1993.  void glTextureImage2DMultisampleNV ( GLuint texture , GLenum target , GLsizei samples , GLint internalFormat , GLsizei width , GLsizei height , GLboolean fixedSampleLocations ) ;
  1994.  void glTextureImage3DMultisampleCoverageNV ( GLuint texture , GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedSampleLocations ) ;
  1995.  void glTextureImage3DMultisampleNV ( GLuint texture , GLenum target , GLsizei samples , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedSampleLocations ) ;
  1996.  void glActiveVaryingNV ( GLuint program , const GLchar * name ) ;
  1997.  void glBeginTransformFeedbackNV ( GLenum primitiveMode ) ;
  1998.  void glBindBufferBaseNV ( GLenum target , GLuint index , GLuint buffer ) ;
  1999.  void glBindBufferOffsetNV ( GLenum target , GLuint index , GLuint buffer , GLintptr offset ) ;
  2000.  void glBindBufferRangeNV ( GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size ) ;
  2001.  void glEndTransformFeedbackNV ( ) ;
  2002.  void glGetActiveVaryingNV ( GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLsizei * size , GLenum * type , GLchar * name ) ;
  2003.  void glGetTransformFeedbackVaryingNV ( GLuint program , GLuint index , GLint * location ) ;
  2004.  void glTransformFeedbackAttribsNV ( GLuint count , const GLint * attribs , GLenum bufferMode ) ;
  2005.  void glTransformFeedbackVaryingsNV ( GLuint program , GLsizei count , const GLint * locations , GLenum bufferMode ) ;
  2006.  void glBindTransformFeedbackNV ( GLenum target , GLuint id ) ;
  2007.  void glDeleteTransformFeedbacksNV ( GLsizei n , const GLuint * ids ) ;
  2008.  void glDrawTransformFeedbackNV ( GLenum mode , GLuint id ) ;
  2009.  void glGenTransformFeedbacksNV ( GLsizei n , GLuint * ids ) ;
  2010.  void glPauseTransformFeedbackNV ( ) ;
  2011.  void glResumeTransformFeedbackNV ( ) ;
  2012.  void glVDPAUFiniNV ( ) ;
  2013.  void glVDPAUGetSurfaceivNV ( GLvdpauSurfaceNV surface , GLenum pname , GLsizei bufSize , GLsizei * length , GLint * values ) ;
  2014.  void glVDPAUInitNV ( const void * vdpDevice , const GLvoid * getProcAddress ) ;
  2015.  void glVDPAUIsSurfaceNV ( GLvdpauSurfaceNV surface ) ;
  2016.  void glVDPAUMapSurfacesNV ( GLsizei numSurfaces , const GLvdpauSurfaceNV * surfaces ) ;
  2017.  void glVDPAUSurfaceAccessNV ( GLvdpauSurfaceNV surface , GLenum access ) ;
  2018.  void glVDPAUUnmapSurfacesNV ( GLsizei numSurface , const GLvdpauSurfaceNV * surfaces ) ;
  2019.  void glVDPAUUnregisterSurfaceNV ( GLvdpauSurfaceNV surface ) ;
  2020.  void glFlushVertexArrayRangeNV ( ) ;
  2021.  void glVertexArrayRangeNV ( GLsizei length , void * pointer ) ;
  2022.  void glGetVertexAttribLi64vNV ( GLuint index , GLenum pname , GLint64EXT * params ) ;
  2023.  void glGetVertexAttribLui64vNV ( GLuint index , GLenum pname , GLuint64EXT * params ) ;
  2024.  void glVertexAttribL1i64NV ( GLuint index , GLint64EXT x ) ;
  2025.  void glVertexAttribL1i64vNV ( GLuint index , const GLint64EXT * v ) ;
  2026.  void glVertexAttribL1ui64NV ( GLuint index , GLuint64EXT x ) ;
  2027.  void glVertexAttribL1ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
  2028.  void glVertexAttribL2i64NV ( GLuint index , GLint64EXT x , GLint64EXT y ) ;
  2029.  void glVertexAttribL2i64vNV ( GLuint index , const GLint64EXT * v ) ;
  2030.  void glVertexAttribL2ui64NV ( GLuint index , GLuint64EXT x , GLuint64EXT y ) ;
  2031.  void glVertexAttribL2ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
  2032.  void glVertexAttribL3i64NV ( GLuint index , GLint64EXT x , GLint64EXT y , GLint64EXT z ) ;
  2033.  void glVertexAttribL3i64vNV ( GLuint index , const GLint64EXT * v ) ;
  2034.  void glVertexAttribL3ui64NV ( GLuint index , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z ) ;
  2035.  void glVertexAttribL3ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
  2036.  void glVertexAttribL4i64NV ( GLuint index , GLint64EXT x , GLint64EXT y , GLint64EXT z , GLint64EXT w ) ;
  2037.  void glVertexAttribL4i64vNV ( GLuint index , const GLint64EXT * v ) ;
  2038.  void glVertexAttribL4ui64NV ( GLuint index , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z , GLuint64EXT w ) ;
  2039.  void glVertexAttribL4ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
  2040.  void glVertexAttribLFormatNV ( GLuint index , GLint size , GLenum type , GLsizei stride ) ;
  2041.  void glBufferAddressRangeNV ( GLenum pname , GLuint index , GLuint64EXT address , GLsizeiptr length ) ;
  2042.  void glColorFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
  2043.  void glEdgeFlagFormatNV ( GLsizei stride ) ;
  2044.  void glFogCoordFormatNV ( GLenum type , GLsizei stride ) ;
  2045.  void glGetIntegerui64i_vNV ( GLenum value , GLuint index , GLuint64EXT result [ ] ) ;
  2046.  void glIndexFormatNV ( GLenum type , GLsizei stride ) ;
  2047.  void glNormalFormatNV ( GLenum type , GLsizei stride ) ;
  2048.  void glSecondaryColorFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
  2049.  void glTexCoordFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
  2050.  void glVertexAttribFormatNV ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride ) ;
  2051.  void glVertexAttribIFormatNV ( GLuint index , GLint size , GLenum type , GLsizei stride ) ;
  2052.  void glVertexFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
  2053.  void glBindProgramNV ( GLenum target , GLuint id ) ;
  2054.  void glDeleteProgramsNV ( GLsizei n , const GLuint * ids ) ;
  2055.  void glExecuteProgramNV ( GLenum target , GLuint id , const GLfloat * params ) ;
  2056.  void glGenProgramsNV ( GLsizei n , GLuint * ids ) ;
  2057.  void glGetProgramParameterdvNV ( GLenum target , GLuint index , GLenum pname , GLdouble * params ) ;
  2058.  void glGetProgramParameterfvNV ( GLenum target , GLuint index , GLenum pname , GLfloat * params ) ;
  2059.  void glGetProgramStringNV ( GLuint id , GLenum pname , GLubyte * program ) ;
  2060.  void glGetProgramivNV ( GLuint id , GLenum pname , GLint * params ) ;
  2061.  void glGetTrackMatrixivNV ( GLenum target , GLuint address , GLenum pname , GLint * params ) ;
  2062.  void glGetVertexAttribPointervNV ( GLuint index , GLenum pname , GLvoid * * pointer ) ;
  2063.  void glGetVertexAttribdvNV ( GLuint index , GLenum pname , GLdouble * params ) ;
  2064.  void glGetVertexAttribfvNV ( GLuint index , GLenum pname , GLfloat * params ) ;
  2065.  void glGetVertexAttribivNV ( GLuint index , GLenum pname , GLint * params ) ;
  2066.  void glLoadProgramNV ( GLenum target , GLuint id , GLsizei len , const GLubyte * program ) ;
  2067.  void glProgramParameter4dNV ( GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  2068.  void glProgramParameter4dvNV ( GLenum target , GLuint index , const GLdouble * params ) ;
  2069.  void glProgramParameter4fNV ( GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  2070.  void glProgramParameter4fvNV ( GLenum target , GLuint index , const GLfloat * params ) ;
  2071.  void glProgramParameters4dvNV ( GLenum target , GLuint index , GLsizei num , const GLdouble * params ) ;
  2072.  void glProgramParameters4fvNV ( GLenum target , GLuint index , GLsizei num , const GLfloat * params ) ;
  2073.  void glRequestResidentProgramsNV ( GLsizei n , GLuint * ids ) ;
  2074.  void glTrackMatrixNV ( GLenum target , GLuint address , GLenum matrix , GLenum transform ) ;
  2075.  void glVertexAttrib1dNV ( GLuint index , GLdouble x ) ;
  2076.  void glVertexAttrib1dvNV ( GLuint index , const GLdouble * v ) ;
  2077.  void glVertexAttrib1fNV ( GLuint index , GLfloat x ) ;
  2078.  void glVertexAttrib1fvNV ( GLuint index , const GLfloat * v ) ;
  2079.  void glVertexAttrib1sNV ( GLuint index , GLshort x ) ;
  2080.  void glVertexAttrib1svNV ( GLuint index , const GLshort * v ) ;
  2081.  void glVertexAttrib2dNV ( GLuint index , GLdouble x , GLdouble y ) ;
  2082.  void glVertexAttrib2dvNV ( GLuint index , const GLdouble * v ) ;
  2083.  void glVertexAttrib2fNV ( GLuint index , GLfloat x , GLfloat y ) ;
  2084.  void glVertexAttrib2fvNV ( GLuint index , const GLfloat * v ) ;
  2085.  void glVertexAttrib2sNV ( GLuint index , GLshort x , GLshort y ) ;
  2086.  void glVertexAttrib2svNV ( GLuint index , const GLshort * v ) ;
  2087.  void glVertexAttrib3dNV ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
  2088.  void glVertexAttrib3dvNV ( GLuint index , const GLdouble * v ) ;
  2089.  void glVertexAttrib3fNV ( GLuint index , GLfloat x , GLfloat y , GLfloat z ) ;
  2090.  void glVertexAttrib3fvNV ( GLuint index , const GLfloat * v ) ;
  2091.  void glVertexAttrib3sNV ( GLuint index , GLshort x , GLshort y , GLshort z ) ;
  2092.  void glVertexAttrib3svNV ( GLuint index , const GLshort * v ) ;
  2093.  void glVertexAttrib4dNV ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
  2094.  void glVertexAttrib4dvNV ( GLuint index , const GLdouble * v ) ;
  2095.  void glVertexAttrib4fNV ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  2096.  void glVertexAttrib4fvNV ( GLuint index , const GLfloat * v ) ;
  2097.  void glVertexAttrib4sNV ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w ) ;
  2098.  void glVertexAttrib4svNV ( GLuint index , const GLshort * v ) ;
  2099.  void glVertexAttrib4ubNV ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w ) ;
  2100.  void glVertexAttrib4ubvNV ( GLuint index , const GLubyte * v ) ;
  2101.  void glVertexAttribPointerNV ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
  2102.  void glVertexAttribs1dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
  2103.  void glVertexAttribs1fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
  2104.  void glVertexAttribs1svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
  2105.  void glVertexAttribs2dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
  2106.  void glVertexAttribs2fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
  2107.  void glVertexAttribs2svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
  2108.  void glVertexAttribs3dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
  2109.  void glVertexAttribs3fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
  2110.  void glVertexAttribs3svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
  2111.  void glVertexAttribs4dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
  2112.  void glVertexAttribs4fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
  2113.  void glVertexAttribs4svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
  2114.  void glVertexAttribs4ubvNV ( GLuint index , GLsizei n , const GLubyte * v ) ;
  2115.  void glBeginVideoCaptureNV ( GLuint video_capture_slot ) ;
  2116.  void glBindVideoCaptureStreamBufferNV ( GLuint video_capture_slot , GLuint stream , GLenum frame_region , GLintptrARB offset ) ;
  2117.  void glBindVideoCaptureStreamTextureNV ( GLuint video_capture_slot , GLuint stream , GLenum frame_region , GLenum target , GLuint texture ) ;
  2118.  void glEndVideoCaptureNV ( GLuint video_capture_slot ) ;
  2119.  void glGetVideoCaptureStreamdvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , GLdouble * params ) ;
  2120.  void glGetVideoCaptureStreamfvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , GLfloat * params ) ;
  2121.  void glGetVideoCaptureStreamivNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , GLint * params ) ;
  2122.  void glGetVideoCaptureivNV ( GLuint video_capture_slot , GLenum pname , GLint * params ) ;
  2123.  void glVideoCaptureStreamParameterdvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , const GLdouble * params ) ;
  2124.  void glVideoCaptureStreamParameterfvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , const GLfloat * params ) ;
  2125.  void glVideoCaptureStreamParameterivNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , const GLint * params ) ;
  2126.  void glClearDepthfOES ( GLclampd depth ) ;
  2127.  void glClipPlanefOES ( GLenum plane , const GLfloat * equation ) ;
  2128.  void glDepthRangefOES ( GLclampf n , GLclampf f ) ;
  2129.  void glFrustumfOES ( GLfloat l , GLfloat r , GLfloat b , GLfloat t , GLfloat n , GLfloat f ) ;
  2130.  void glGetClipPlanefOES ( GLenum plane , GLfloat * equation ) ;
  2131.  void glOrthofOES ( GLfloat l , GLfloat r , GLfloat b , GLfloat t , GLfloat n , GLfloat f ) ;
  2132.  void glDetailTexFuncSGIS ( GLenum target , GLsizei n , const GLfloat * points ) ;
  2133.  void glGetDetailTexFuncSGIS ( GLenum target , GLfloat * points ) ;
  2134.  void glFogFuncSGIS ( GLsizei n , const GLfloat * points ) ;
  2135.  void glGetFogFuncSGIS ( GLfloat * points ) ;
  2136.  void glSampleMaskSGIS ( GLclampf value , GLboolean invert ) ;
  2137.  void glSamplePatternSGIS ( GLenum pattern ) ;
  2138.  void glGetSharpenTexFuncSGIS ( GLenum target , GLfloat * points ) ;
  2139.  void glSharpenTexFuncSGIS ( GLenum target , GLsizei n , const GLfloat * points ) ;
  2140.  void glTexImage4DSGIS ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLsizei extent , GLint border , GLenum format , GLenum type , const void * pixels ) ;
  2141.  void glTexSubImage4DSGIS ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint woffset , GLsizei width , GLsizei height , GLsizei depth , GLsizei extent , GLenum format , GLenum type , const void * pixels ) ;
  2142.  void glGetTexFilterFuncSGIS ( GLenum target , GLenum filter , GLfloat * weights ) ;
  2143.  void glTexFilterFuncSGIS ( GLenum target , GLenum filter , GLsizei n , const GLfloat * weights ) ;
  2144.  void glAsyncMarkerSGIX ( GLuint marker ) ;
  2145.  void glDeleteAsyncMarkersSGIX ( GLuint marker , GLsizei range ) ;
  2146.  void glFlushRasterSGIX ( ) ;
  2147.  void glTextureFogSGIX ( GLenum pname ) ;
  2148.  void glFragmentColorMaterialSGIX ( GLenum face , GLenum mode ) ;
  2149.  void glFragmentLightModelfSGIX ( GLenum pname , GLfloat param ) ;
  2150.  void glFragmentLightModelfvSGIX ( GLenum pname , GLfloat * params ) ;
  2151.  void glFragmentLightModeliSGIX ( GLenum pname , GLint param ) ;
  2152.  void glFragmentLightModelivSGIX ( GLenum pname , GLint * params ) ;
  2153.  void glFragmentLightfSGIX ( GLenum light , GLenum pname , GLfloat param ) ;
  2154.  void glFragmentLightfvSGIX ( GLenum light , GLenum pname , GLfloat * params ) ;
  2155.  void glFragmentLightiSGIX ( GLenum light , GLenum pname , GLint param ) ;
  2156.  void glFragmentLightivSGIX ( GLenum light , GLenum pname , GLint * params ) ;
  2157.  void glFragmentMaterialfSGIX ( GLenum face , GLenum pname , const GLfloat param ) ;
  2158.  void glFragmentMaterialfvSGIX ( GLenum face , GLenum pname , const GLfloat * params ) ;
  2159.  void glFragmentMaterialiSGIX ( GLenum face , GLenum pname , const GLint param ) ;
  2160.  void glFragmentMaterialivSGIX ( GLenum face , GLenum pname , const GLint * params ) ;
  2161.  void glGetFragmentLightfvSGIX ( GLenum light , GLenum value , GLfloat * data ) ;
  2162.  void glGetFragmentLightivSGIX ( GLenum light , GLenum value , GLint * data ) ;
  2163.  void glGetFragmentMaterialfvSGIX ( GLenum face , GLenum pname , const GLfloat * data ) ;
  2164.  void glGetFragmentMaterialivSGIX ( GLenum face , GLenum pname , const GLint * data ) ;
  2165.  void glFrameZoomSGIX ( GLint factor ) ;
  2166.  void glPixelTexGenSGIX ( GLenum mode ) ;
  2167.  void glReferencePlaneSGIX ( const GLdouble * equation ) ;
  2168.  void glSpriteParameterfSGIX ( GLenum pname , GLfloat param ) ;
  2169.  void glSpriteParameterfvSGIX ( GLenum pname , GLfloat * params ) ;
  2170.  void glSpriteParameteriSGIX ( GLenum pname , GLint param ) ;
  2171.  void glSpriteParameterivSGIX ( GLenum pname , GLint * params ) ;
  2172.  void glTagSampleBufferSGIX ( ) ;
  2173.  void glColorTableParameterfvSGI ( GLenum target , GLenum pname , const GLfloat * params ) ;
  2174.  void glColorTableParameterivSGI ( GLenum target , GLenum pname , const GLint * params ) ;
  2175.  void glColorTableSGI ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const void * table ) ;
  2176.  void glCopyColorTableSGI ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
  2177.  void glGetColorTableParameterfvSGI ( GLenum target , GLenum pname , GLfloat * params ) ;
  2178.  void glGetColorTableParameterivSGI ( GLenum target , GLenum pname , GLint * params ) ;
  2179.  void glGetColorTableSGI ( GLenum target , GLenum format , GLenum type , void * table ) ;
  2180.  void glFinishTextureSUNX ( ) ;
  2181.  void glGlobalAlphaFactorbSUN ( GLbyte factor ) ;
  2182.  void glGlobalAlphaFactordSUN ( GLdouble factor ) ;
  2183.  void glGlobalAlphaFactorfSUN ( GLfloat factor ) ;
  2184.  void glGlobalAlphaFactoriSUN ( GLint factor ) ;
  2185.  void glGlobalAlphaFactorsSUN ( GLshort factor ) ;
  2186.  void glGlobalAlphaFactorubSUN ( GLubyte factor ) ;
  2187.  void glGlobalAlphaFactoruiSUN ( GLuint factor ) ;
  2188.  void glGlobalAlphaFactorusSUN ( GLushort factor ) ;
  2189.  void glReadVideoPixelsSUN ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
  2190.  void glReplacementCodePointerSUN ( GLenum type , GLsizei stride , const void * pointer ) ;
  2191.  void glReplacementCodeubSUN ( GLubyte code ) ;
  2192.  void glReplacementCodeubvSUN ( const GLubyte * code ) ;
  2193.  void glReplacementCodeuiSUN ( GLuint code ) ;
  2194.  void glReplacementCodeuivSUN ( const GLuint * code ) ;
  2195.  void glReplacementCodeusSUN ( GLushort code ) ;
  2196.  void glReplacementCodeusvSUN ( const GLushort * code ) ;
  2197.  void glColor3fVertex3fSUN ( GLfloat r , GLfloat g , GLfloat b , GLfloat x , GLfloat y , GLfloat z ) ;
  2198.  void glColor3fVertex3fvSUN ( const GLfloat * c , const GLfloat * v ) ;
  2199.  void glColor4fNormal3fVertex3fSUN ( GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2200.  void glColor4fNormal3fVertex3fvSUN ( const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
  2201.  void glColor4ubVertex2fSUN ( GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y ) ;
  2202.  void glColor4ubVertex2fvSUN ( const GLubyte * c , const GLfloat * v ) ;
  2203.  void glColor4ubVertex3fSUN ( GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y , GLfloat z ) ;
  2204.  void glColor4ubVertex3fvSUN ( const GLubyte * c , const GLfloat * v ) ;
  2205.  void glNormal3fVertex3fSUN ( GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2206.  void glNormal3fVertex3fvSUN ( const GLfloat * n , const GLfloat * v ) ;
  2207.  void glReplacementCodeuiColor3fVertex3fSUN ( GLuint rc , GLfloat r , GLfloat g , GLfloat b , GLfloat x , GLfloat y , GLfloat z ) ;
  2208.  void glReplacementCodeuiColor3fVertex3fvSUN ( const GLuint * rc , const GLfloat * c , const GLfloat * v ) ;
  2209.  void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLuint rc , GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2210.  void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
  2211.  void glReplacementCodeuiColor4ubVertex3fSUN ( GLuint rc , GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y , GLfloat z ) ;
  2212.  void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLuint * rc , const GLubyte * c , const GLfloat * v ) ;
  2213.  void glReplacementCodeuiNormal3fVertex3fSUN ( GLuint rc , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2214.  void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * n , const GLfloat * v ) ;
  2215.  void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLuint rc , GLfloat s , GLfloat t , GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2216.  void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * tc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
  2217.  void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLuint rc , GLfloat s , GLfloat t , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2218.  void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * tc , const GLfloat * n , const GLfloat * v ) ;
  2219.  void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLuint rc , GLfloat s , GLfloat t , GLfloat x , GLfloat y , GLfloat z ) ;
  2220.  void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLuint * rc , const GLfloat * tc , const GLfloat * v ) ;
  2221.  void glReplacementCodeuiVertex3fSUN ( GLuint rc , GLfloat x , GLfloat y , GLfloat z ) ;
  2222.  void glReplacementCodeuiVertex3fvSUN ( const GLuint * rc , const GLfloat * v ) ;
  2223.  void glTexCoord2fColor3fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat r , GLfloat g , GLfloat b , GLfloat x , GLfloat y , GLfloat z ) ;
  2224.  void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * tc , const GLfloat * c , const GLfloat * v ) ;
  2225.  void glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2226.  void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * tc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
  2227.  void glTexCoord2fColor4ubVertex3fSUN ( GLfloat s , GLfloat t , GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y , GLfloat z ) ;
  2228.  void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * tc , const GLubyte * c , const GLfloat * v ) ;
  2229.  void glTexCoord2fNormal3fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
  2230.  void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * tc , const GLfloat * n , const GLfloat * v ) ;
  2231.  void glTexCoord2fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat x , GLfloat y , GLfloat z ) ;
  2232.  void glTexCoord2fVertex3fvSUN ( const GLfloat * tc , const GLfloat * v ) ;
  2233.  void glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat s , GLfloat t , GLfloat p , GLfloat q , GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  2234.  void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * tc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
  2235.  void glTexCoord4fVertex4fSUN ( GLfloat s , GLfloat t , GLfloat p , GLfloat q , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
  2236.  void glTexCoord4fVertex4fvSUN ( const GLfloat * tc , const GLfloat * v ) ;
  2237.  void glAddSwapHintRectWIN ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
Advertisement
Add Comment
Please, Sign In to add comment