Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // parsed [08-26-11] GLEW 1.7.0 header
- void glAccum ( GLenum op , GLfloat value ) ;
- void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- void glArrayElement ( GLint i ) ;
- void glBegin ( GLenum mode ) ;
- void glBindTexture ( GLenum target , GLuint texture ) ;
- void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- void glCallList ( GLuint list ) ;
- void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- void glClear ( GLbitfield mask ) ;
- void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- void glClearDepth ( GLclampd depth ) ;
- void glClearIndex ( GLfloat c ) ;
- void glClearStencil ( GLint s ) ;
- void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- void glColor3bv ( const GLbyte * v ) ;
- void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- void glColor3dv ( const GLdouble * v ) ;
- void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- void glColor3fv ( const GLfloat * v ) ;
- void glColor3i ( GLint red , GLint green , GLint blue ) ;
- void glColor3iv ( const GLint * v ) ;
- void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- void glColor3sv ( const GLshort * v ) ;
- void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- void glColor3ubv ( const GLubyte * v ) ;
- void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- void glColor3uiv ( const GLuint * v ) ;
- void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- void glColor3usv ( const GLushort * v ) ;
- void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- void glColor4bv ( const GLbyte * v ) ;
- void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- void glColor4dv ( const GLdouble * v ) ;
- void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- void glColor4fv ( const GLfloat * v ) ;
- void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- void glColor4iv ( const GLint * v ) ;
- void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- void glColor4sv ( const GLshort * v ) ;
- void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- void glColor4ubv ( const GLubyte * v ) ;
- void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- void glColor4uiv ( const GLuint * v ) ;
- void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- void glColor4usv ( const GLushort * v ) ;
- void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- void glColorMaterial ( GLenum face , GLenum mode ) ;
- void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalFormat , GLint x , GLint y , GLsizei width , GLint border ) ;
- void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalFormat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCullFace ( GLenum mode ) ;
- void glDeleteLists ( GLuint list , GLsizei range ) ;
- void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- void glDepthFunc ( GLenum func ) ;
- void glDepthMask ( GLboolean flag ) ;
- void glDepthRange ( GLclampd zNear , GLclampd zFar ) ;
- void glDisable ( GLenum cap ) ;
- void glDisableClientState ( GLenum array ) ;
- void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- void glDrawBuffer ( GLenum mode ) ;
- void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- void glEdgeFlag ( GLboolean flag ) ;
- void glEdgeFlagPointer ( GLsizei stride , const GLvoid * pointer ) ;
- void glEdgeFlagv ( const GLboolean * flag ) ;
- void glEnable ( GLenum cap ) ;
- void glEnableClientState ( GLenum array ) ;
- void glEnd ( ) ;
- void glEndList ( ) ;
- void glEvalCoord1d ( GLdouble u ) ;
- void glEvalCoord1dv ( const GLdouble * u ) ;
- void glEvalCoord1f ( GLfloat u ) ;
- void glEvalCoord1fv ( const GLfloat * u ) ;
- void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- void glEvalCoord2dv ( const GLdouble * u ) ;
- void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- void glEvalCoord2fv ( const GLfloat * u ) ;
- void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- void glEvalPoint1 ( GLint i ) ;
- void glEvalPoint2 ( GLint i , GLint j ) ;
- void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- void glFinish ( ) ;
- void glFlush ( ) ;
- void glFogf ( GLenum pname , GLfloat param ) ;
- void glFogfv ( GLenum pname , const GLfloat * params ) ;
- void glFogi ( GLenum pname , GLint param ) ;
- void glFogiv ( GLenum pname , const GLint * params ) ;
- void glFrontFace ( GLenum mode ) ;
- void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble zNear , GLdouble zFar ) ;
- GLuint glGenLists ( GLsizei range ) ;
- void glGenTextures ( GLsizei n , GLuint * textures ) ;
- void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- GLenum glGetError ( ) ;
- void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- void glGetIntegerv ( GLenum pname , GLint * params ) ;
- void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- void glGetPointerv ( GLenum pname , GLvoid * * params ) ;
- void glGetPolygonStipple ( GLubyte * mask ) ;
- const GLubyte * glGetString ( GLenum name ) ;
- void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glHint ( GLenum target , GLenum mode ) ;
- void glIndexMask ( GLuint mask ) ;
- void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glIndexd ( GLdouble c ) ;
- void glIndexdv ( const GLdouble * c ) ;
- void glIndexf ( GLfloat c ) ;
- void glIndexfv ( const GLfloat * c ) ;
- void glIndexi ( GLint c ) ;
- void glIndexiv ( const GLint * c ) ;
- void glIndexs ( GLshort c ) ;
- void glIndexsv ( const GLshort * c ) ;
- void glIndexub ( GLubyte c ) ;
- void glIndexubv ( const GLubyte * c ) ;
- void glInitNames ( ) ;
- void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- GLboolean glIsEnabled ( GLenum cap ) ;
- GLboolean glIsList ( GLuint list ) ;
- GLboolean glIsTexture ( GLuint texture ) ;
- void glLightModelf ( GLenum pname , GLfloat param ) ;
- void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- void glLightModeli ( GLenum pname , GLint param ) ;
- void glLightModeliv ( GLenum pname , const GLint * params ) ;
- void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- void glLineStipple ( GLint factor , GLushort pattern ) ;
- void glLineWidth ( GLfloat width ) ;
- void glListBase ( GLuint base ) ;
- void glLoadIdentity ( ) ;
- void glLoadMatrixd ( const GLdouble * m ) ;
- void glLoadMatrixf ( const GLfloat * m ) ;
- void glLoadName ( GLuint name ) ;
- void glLogicOp ( GLenum opcode ) ;
- void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- void glMatrixMode ( GLenum mode ) ;
- void glMultMatrixd ( const GLdouble * m ) ;
- void glMultMatrixf ( const GLfloat * m ) ;
- void glNewList ( GLuint list , GLenum mode ) ;
- void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- void glNormal3bv ( const GLbyte * v ) ;
- void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- void glNormal3dv ( const GLdouble * v ) ;
- void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- void glNormal3fv ( const GLfloat * v ) ;
- void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- void glNormal3iv ( const GLint * v ) ;
- void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- void glNormal3sv ( const GLshort * v ) ;
- void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble zNear , GLdouble zFar ) ;
- void glPassThrough ( GLfloat token ) ;
- void glPixelMapfv ( GLenum map , GLsizei mapsize , const GLfloat * values ) ;
- void glPixelMapuiv ( GLenum map , GLsizei mapsize , const GLuint * values ) ;
- void glPixelMapusv ( GLenum map , GLsizei mapsize , const GLushort * values ) ;
- void glPixelStoref ( GLenum pname , GLfloat param ) ;
- void glPixelStorei ( GLenum pname , GLint param ) ;
- void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- void glPixelTransferi ( GLenum pname , GLint param ) ;
- void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- void glPointSize ( GLfloat size ) ;
- void glPolygonMode ( GLenum face , GLenum mode ) ;
- void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- void glPolygonStipple ( const GLubyte * mask ) ;
- void glPopAttrib ( ) ;
- void glPopClientAttrib ( ) ;
- void glPopMatrix ( ) ;
- void glPopName ( ) ;
- void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- void glPushAttrib ( GLbitfield mask ) ;
- void glPushClientAttrib ( GLbitfield mask ) ;
- void glPushMatrix ( ) ;
- void glPushName ( GLuint name ) ;
- void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- void glRasterPos2dv ( const GLdouble * v ) ;
- void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- void glRasterPos2fv ( const GLfloat * v ) ;
- void glRasterPos2i ( GLint x , GLint y ) ;
- void glRasterPos2iv ( const GLint * v ) ;
- void glRasterPos2s ( GLshort x , GLshort y ) ;
- void glRasterPos2sv ( const GLshort * v ) ;
- void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glRasterPos3dv ( const GLdouble * v ) ;
- void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glRasterPos3fv ( const GLfloat * v ) ;
- void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- void glRasterPos3iv ( const GLint * v ) ;
- void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- void glRasterPos3sv ( const GLshort * v ) ;
- void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glRasterPos4dv ( const GLdouble * v ) ;
- void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glRasterPos4fv ( const GLfloat * v ) ;
- void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- void glRasterPos4iv ( const GLint * v ) ;
- void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glRasterPos4sv ( const GLshort * v ) ;
- void glReadBuffer ( GLenum mode ) ;
- void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- GLint glRenderMode ( GLenum mode ) ;
- void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- void glShadeModel ( GLenum mode ) ;
- void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- void glStencilMask ( GLuint mask ) ;
- void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- void glTexCoord1d ( GLdouble s ) ;
- void glTexCoord1dv ( const GLdouble * v ) ;
- void glTexCoord1f ( GLfloat s ) ;
- void glTexCoord1fv ( const GLfloat * v ) ;
- void glTexCoord1i ( GLint s ) ;
- void glTexCoord1iv ( const GLint * v ) ;
- void glTexCoord1s ( GLshort s ) ;
- void glTexCoord1sv ( const GLshort * v ) ;
- void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- void glTexCoord2dv ( const GLdouble * v ) ;
- void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- void glTexCoord2fv ( const GLfloat * v ) ;
- void glTexCoord2i ( GLint s , GLint t ) ;
- void glTexCoord2iv ( const GLint * v ) ;
- void glTexCoord2s ( GLshort s , GLshort t ) ;
- void glTexCoord2sv ( const GLshort * v ) ;
- void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- void glTexCoord3dv ( const GLdouble * v ) ;
- void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- void glTexCoord3fv ( const GLfloat * v ) ;
- void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- void glTexCoord3iv ( const GLint * v ) ;
- void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- void glTexCoord3sv ( const GLshort * v ) ;
- void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- void glTexCoord4dv ( const GLdouble * v ) ;
- void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- void glTexCoord4fv ( const GLfloat * v ) ;
- void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- void glTexCoord4iv ( const GLint * v ) ;
- void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- void glTexCoord4sv ( const GLshort * v ) ;
- void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- void glTexImage1D ( GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- void glTexImage2D ( GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glVertex2d ( GLdouble x , GLdouble y ) ;
- void glVertex2dv ( const GLdouble * v ) ;
- void glVertex2f ( GLfloat x , GLfloat y ) ;
- void glVertex2fv ( const GLfloat * v ) ;
- void glVertex2i ( GLint x , GLint y ) ;
- void glVertex2iv ( const GLint * v ) ;
- void glVertex2s ( GLshort x , GLshort y ) ;
- void glVertex2sv ( const GLshort * v ) ;
- void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertex3dv ( const GLdouble * v ) ;
- void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glVertex3fv ( const GLfloat * v ) ;
- void glVertex3i ( GLint x , GLint y , GLint z ) ;
- void glVertex3iv ( const GLint * v ) ;
- void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- void glVertex3sv ( const GLshort * v ) ;
- void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertex4dv ( const GLdouble * v ) ;
- void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glVertex4fv ( const GLfloat * v ) ;
- void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- void glVertex4iv ( const GLint * v ) ;
- void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glVertex4sv ( const GLshort * v ) ;
- void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- 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 ) ;
- void glActiveTexture ( GLenum texture ) ;
- void glClientActiveTexture ( GLenum texture ) ;
- void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ;
- void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ;
- void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ;
- void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ;
- void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ;
- 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 ) ;
- void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ;
- void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ;
- void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ;
- void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ;
- void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ;
- void glMultiTexCoord1d ( GLenum target , GLdouble s ) ;
- void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord1f ( GLenum target , GLfloat s ) ;
- void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord1i ( GLenum target , GLint s ) ;
- void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord1s ( GLenum target , GLshort s ) ;
- void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ;
- void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ;
- void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ;
- void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ;
- void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ;
- void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ;
- void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ;
- void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ;
- void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ;
- void glSampleCoverage ( GLclampf value , GLboolean invert ) ;
- void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- void glBlendEquation ( GLenum mode ) ;
- void glBlendFuncSeparate ( GLenum sfactorRGB , GLenum dfactorRGB , GLenum sfactorAlpha , GLenum dfactorAlpha ) ;
- void glFogCoordPointer ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glFogCoordd ( GLdouble coord ) ;
- void glFogCoorddv ( const GLdouble * coord ) ;
- void glFogCoordf ( GLfloat coord ) ;
- void glFogCoordfv ( const GLfloat * coord ) ;
- void glMultiDrawArrays ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
- void glMultiDrawElements ( GLenum mode , const GLsizei * count , GLenum type , const GLvoid * * indices , GLsizei primcount ) ;
- void glPointParameterf ( GLenum pname , GLfloat param ) ;
- void glPointParameterfv ( GLenum pname , const GLfloat * params ) ;
- void glPointParameteri ( GLenum pname , GLint param ) ;
- void glPointParameteriv ( GLenum pname , const GLint * params ) ;
- void glSecondaryColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- void glSecondaryColor3bv ( const GLbyte * v ) ;
- void glSecondaryColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- void glSecondaryColor3dv ( const GLdouble * v ) ;
- void glSecondaryColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- void glSecondaryColor3fv ( const GLfloat * v ) ;
- void glSecondaryColor3i ( GLint red , GLint green , GLint blue ) ;
- void glSecondaryColor3iv ( const GLint * v ) ;
- void glSecondaryColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- void glSecondaryColor3sv ( const GLshort * v ) ;
- void glSecondaryColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- void glSecondaryColor3ubv ( const GLubyte * v ) ;
- void glSecondaryColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- void glSecondaryColor3uiv ( const GLuint * v ) ;
- void glSecondaryColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- void glSecondaryColor3usv ( const GLushort * v ) ;
- void glSecondaryColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glWindowPos2d ( GLdouble x , GLdouble y ) ;
- void glWindowPos2dv ( const GLdouble * p ) ;
- void glWindowPos2f ( GLfloat x , GLfloat y ) ;
- void glWindowPos2fv ( const GLfloat * p ) ;
- void glWindowPos2i ( GLint x , GLint y ) ;
- void glWindowPos2iv ( const GLint * p ) ;
- void glWindowPos2s ( GLshort x , GLshort y ) ;
- void glWindowPos2sv ( const GLshort * p ) ;
- void glWindowPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glWindowPos3dv ( const GLdouble * p ) ;
- void glWindowPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glWindowPos3fv ( const GLfloat * p ) ;
- void glWindowPos3i ( GLint x , GLint y , GLint z ) ;
- void glWindowPos3iv ( const GLint * p ) ;
- void glWindowPos3s ( GLshort x , GLshort y , GLshort z ) ;
- void glWindowPos3sv ( const GLshort * p ) ;
- void glBeginQuery ( GLenum target , GLuint id ) ;
- void glBindBuffer ( GLenum target , GLuint buffer ) ;
- void glBufferData ( GLenum target , GLsizeiptr size , const GLvoid * data , GLenum usage ) ;
- void glBufferSubData ( GLenum target , GLintptr offset , GLsizeiptr size , const GLvoid * data ) ;
- void glDeleteBuffers ( GLsizei n , const GLuint * buffers ) ;
- void glDeleteQueries ( GLsizei n , const GLuint * ids ) ;
- void glEndQuery ( GLenum target ) ;
- void glGenBuffers ( GLsizei n , GLuint * buffers ) ;
- void glGenQueries ( GLsizei n , GLuint * ids ) ;
- void glGetBufferParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetBufferPointerv ( GLenum target , GLenum pname , GLvoid * * params ) ;
- void glGetBufferSubData ( GLenum target , GLintptr offset , GLsizeiptr size , GLvoid * data ) ;
- void glGetQueryObjectiv ( GLuint id , GLenum pname , GLint * params ) ;
- void glGetQueryObjectuiv ( GLuint id , GLenum pname , GLuint * params ) ;
- void glGetQueryiv ( GLenum target , GLenum pname , GLint * params ) ;
- void glAttachShader ( GLuint program , GLuint shader ) ;
- void glBindAttribLocation ( GLuint program , GLuint index , const GLchar * name ) ;
- void glBlendEquationSeparate ( GLenum , GLenum ) ;
- void glCompileShader ( GLuint shader ) ;
- void glDeleteProgram ( GLuint program ) ;
- void glDeleteShader ( GLuint shader ) ;
- void glDetachShader ( GLuint program , GLuint shader ) ;
- void glDisableVertexAttribArray ( GLuint ) ;
- void glDrawBuffers ( GLsizei n , const GLenum * bufs ) ;
- void glEnableVertexAttribArray ( GLuint ) ;
- void glGetActiveAttrib ( GLuint program , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLchar * name ) ;
- void glGetActiveUniform ( GLuint program , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLchar * name ) ;
- void glGetAttachedShaders ( GLuint program , GLsizei maxCount , GLsizei * count , GLuint * shaders ) ;
- void glGetProgramInfoLog ( GLuint program , GLsizei bufSize , GLsizei * length , GLchar * infoLog ) ;
- void glGetProgramiv ( GLuint program , GLenum pname , GLint * param ) ;
- void glGetShaderInfoLog ( GLuint shader , GLsizei bufSize , GLsizei * length , GLchar * infoLog ) ;
- void glGetShaderSource ( GLuint obj , GLsizei maxLength , GLsizei * length , GLchar * source ) ;
- void glGetShaderiv ( GLuint shader , GLenum pname , GLint * param ) ;
- void glGetUniformfv ( GLuint program , GLint location , GLfloat * params ) ;
- void glGetUniformiv ( GLuint program , GLint location , GLint * params ) ;
- void glGetVertexAttribPointerv ( GLuint , GLenum , GLvoid * * ) ;
- void glGetVertexAttribdv ( GLuint , GLenum , GLdouble * ) ;
- void glGetVertexAttribfv ( GLuint , GLenum , GLfloat * ) ;
- void glGetVertexAttribiv ( GLuint , GLenum , GLint * ) ;
- void glLinkProgram ( GLuint program ) ;
- void glShaderSource ( GLuint shader , GLsizei count , const GLchar * * strings , const GLint * lengths ) ;
- void glStencilFuncSeparate ( GLenum frontfunc , GLenum backfunc , GLint ref , GLuint mask ) ;
- void glStencilMaskSeparate ( GLenum , GLuint ) ;
- void glStencilOpSeparate ( GLenum face , GLenum sfail , GLenum dpfail , GLenum dppass ) ;
- void glUniform1f ( GLint location , GLfloat v0 ) ;
- void glUniform1fv ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform1i ( GLint location , GLint v0 ) ;
- void glUniform1iv ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniform2f ( GLint location , GLfloat v0 , GLfloat v1 ) ;
- void glUniform2fv ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform2i ( GLint location , GLint v0 , GLint v1 ) ;
- void glUniform2iv ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniform3f ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 ) ;
- void glUniform3fv ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform3i ( GLint location , GLint v0 , GLint v1 , GLint v2 ) ;
- void glUniform3iv ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniform4f ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 ) ;
- void glUniform4fv ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform4i ( GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 ) ;
- void glUniform4iv ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniformMatrix2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUseProgram ( GLuint program ) ;
- void glValidateProgram ( GLuint program ) ;
- void glVertexAttrib1d ( GLuint index , GLdouble x ) ;
- void glVertexAttrib1dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib1f ( GLuint index , GLfloat x ) ;
- void glVertexAttrib1fv ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib1s ( GLuint index , GLshort x ) ;
- void glVertexAttrib1sv ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib2d ( GLuint index , GLdouble x , GLdouble y ) ;
- void glVertexAttrib2dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib2f ( GLuint index , GLfloat x , GLfloat y ) ;
- void glVertexAttrib2fv ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib2s ( GLuint index , GLshort x , GLshort y ) ;
- void glVertexAttrib2sv ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib3d ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertexAttrib3dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib3f ( GLuint index , GLfloat x , GLfloat y , GLfloat z ) ;
- void glVertexAttrib3fv ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib3s ( GLuint index , GLshort x , GLshort y , GLshort z ) ;
- void glVertexAttrib3sv ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4Nbv ( GLuint index , const GLbyte * v ) ;
- void glVertexAttrib4Niv ( GLuint index , const GLint * v ) ;
- void glVertexAttrib4Nsv ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4Nub ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w ) ;
- void glVertexAttrib4Nubv ( GLuint index , const GLubyte * v ) ;
- void glVertexAttrib4Nuiv ( GLuint index , const GLuint * v ) ;
- void glVertexAttrib4Nusv ( GLuint index , const GLushort * v ) ;
- void glVertexAttrib4bv ( GLuint index , const GLbyte * v ) ;
- void glVertexAttrib4d ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertexAttrib4dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib4f ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glVertexAttrib4fv ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib4iv ( GLuint index , const GLint * v ) ;
- void glVertexAttrib4s ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glVertexAttrib4sv ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4ubv ( GLuint index , const GLubyte * v ) ;
- void glVertexAttrib4uiv ( GLuint index , const GLuint * v ) ;
- void glVertexAttrib4usv ( GLuint index , const GLushort * v ) ;
- void glVertexAttribPointer ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , const GLvoid * pointer ) ;
- void glUniformMatrix2x3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix2x4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix3x2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix3x4fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix4x2fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix4x3fv ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glBeginConditionalRender ( GLuint , GLenum ) ;
- void glBeginTransformFeedback ( GLenum ) ;
- void glBindFragDataLocation ( GLuint , GLuint , const GLchar * ) ;
- void glClampColor ( GLenum , GLenum ) ;
- void glClearBufferfi ( GLenum , GLint , GLfloat , GLint ) ;
- void glClearBufferfv ( GLenum , GLint , const GLfloat * ) ;
- void glClearBufferiv ( GLenum , GLint , const GLint * ) ;
- void glClearBufferuiv ( GLenum , GLint , const GLuint * ) ;
- void glColorMaski ( GLuint , GLboolean , GLboolean , GLboolean , GLboolean ) ;
- void glDisablei ( GLenum , GLuint ) ;
- void glEnablei ( GLenum , GLuint ) ;
- void glEndConditionalRender ( ) ;
- void glEndTransformFeedback ( ) ;
- void glGetBooleani_v ( GLenum , GLuint , GLboolean * ) ;
- void glGetTexParameterIiv ( GLenum , GLenum , GLint * ) ;
- void glGetTexParameterIuiv ( GLenum , GLenum , GLuint * ) ;
- void glGetTransformFeedbackVarying ( GLuint , GLuint , GLsizei , GLsizei * , GLsizei * , GLenum * , GLchar * ) ;
- void glGetUniformuiv ( GLuint , GLint , GLuint * ) ;
- void glGetVertexAttribIiv ( GLuint , GLenum , GLint * ) ;
- void glGetVertexAttribIuiv ( GLuint , GLenum , GLuint * ) ;
- void glTexParameterIiv ( GLenum , GLenum , const GLint * ) ;
- void glTexParameterIuiv ( GLenum , GLenum , const GLuint * ) ;
- void glTransformFeedbackVaryings ( GLuint , GLsizei , const GLchar * * , GLenum ) ;
- void glUniform1ui ( GLint , GLuint ) ;
- void glUniform1uiv ( GLint , GLsizei , const GLuint * ) ;
- void glUniform2ui ( GLint , GLuint , GLuint ) ;
- void glUniform2uiv ( GLint , GLsizei , const GLuint * ) ;
- void glUniform3ui ( GLint , GLuint , GLuint , GLuint ) ;
- void glUniform3uiv ( GLint , GLsizei , const GLuint * ) ;
- void glUniform4ui ( GLint , GLuint , GLuint , GLuint , GLuint ) ;
- void glUniform4uiv ( GLint , GLsizei , const GLuint * ) ;
- void glVertexAttribI1i ( GLuint , GLint ) ;
- void glVertexAttribI1iv ( GLuint , const GLint * ) ;
- void glVertexAttribI1ui ( GLuint , GLuint ) ;
- void glVertexAttribI1uiv ( GLuint , const GLuint * ) ;
- void glVertexAttribI2i ( GLuint , GLint , GLint ) ;
- void glVertexAttribI2iv ( GLuint , const GLint * ) ;
- void glVertexAttribI2ui ( GLuint , GLuint , GLuint ) ;
- void glVertexAttribI2uiv ( GLuint , const GLuint * ) ;
- void glVertexAttribI3i ( GLuint , GLint , GLint , GLint ) ;
- void glVertexAttribI3iv ( GLuint , const GLint * ) ;
- void glVertexAttribI3ui ( GLuint , GLuint , GLuint , GLuint ) ;
- void glVertexAttribI3uiv ( GLuint , const GLuint * ) ;
- void glVertexAttribI4bv ( GLuint , const GLbyte * ) ;
- void glVertexAttribI4i ( GLuint , GLint , GLint , GLint , GLint ) ;
- void glVertexAttribI4iv ( GLuint , const GLint * ) ;
- void glVertexAttribI4sv ( GLuint , const GLshort * ) ;
- void glVertexAttribI4ubv ( GLuint , const GLubyte * ) ;
- void glVertexAttribI4ui ( GLuint , GLuint , GLuint , GLuint , GLuint ) ;
- void glVertexAttribI4uiv ( GLuint , const GLuint * ) ;
- void glVertexAttribI4usv ( GLuint , const GLushort * ) ;
- void glVertexAttribIPointer ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ;
- void glDrawArraysInstanced ( GLenum , GLint , GLsizei , GLsizei ) ;
- void glDrawElementsInstanced ( GLenum , GLsizei , GLenum , const GLvoid * , GLsizei ) ;
- void glPrimitiveRestartIndex ( GLuint ) ;
- void glTexBuffer ( GLenum , GLenum , GLuint ) ;
- void glFramebufferTexture ( GLenum , GLenum , GLuint , GLint ) ;
- void glGetBufferParameteri64v ( GLenum , GLenum , GLint64 * ) ;
- void glGetInteger64i_v ( GLenum , GLuint , GLint64 * ) ;
- void glVertexAttribDivisor ( GLuint index , GLuint divisor ) ;
- void glBlendEquationSeparatei ( GLuint buf , GLenum modeRGB , GLenum modeAlpha ) ;
- void glBlendEquationi ( GLuint buf , GLenum mode ) ;
- void glBlendFuncSeparatei ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha ) ;
- void glBlendFunci ( GLuint buf , GLenum src , GLenum dst ) ;
- void glMinSampleShading ( GLclampf value ) ;
- void glTbufferMask3DFX ( GLuint mask ) ;
- void glDebugMessageCallbackAMD ( GLDEBUGPROCAMD callback , void * userParam ) ;
- void glDebugMessageEnableAMD ( GLenum category , GLenum severity , GLsizei count , const GLuint * ids , GLboolean enabled ) ;
- void glDebugMessageInsertAMD ( GLenum category , GLenum severity , GLuint id , GLsizei length , const char * buf ) ;
- void glBlendEquationIndexedAMD ( GLuint buf , GLenum mode ) ;
- void glBlendEquationSeparateIndexedAMD ( GLuint buf , GLenum modeRGB , GLenum modeAlpha ) ;
- void glBlendFuncIndexedAMD ( GLuint buf , GLenum src , GLenum dst ) ;
- void glBlendFuncSeparateIndexedAMD ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha ) ;
- void glMultiDrawArraysIndirectAMD ( GLenum mode , const void * indirect , GLsizei primcount , GLsizei stride ) ;
- void glMultiDrawElementsIndirectAMD ( GLenum mode , GLenum type , const void * indirect , GLsizei primcount , GLsizei stride ) ;
- void glDeleteNamesAMD ( GLenum identifier , GLuint num , const GLuint * names ) ;
- void glGenNamesAMD ( GLenum identifier , GLuint num , GLuint * names ) ;
- void glBeginPerfMonitorAMD ( GLuint monitor ) ;
- void glDeletePerfMonitorsAMD ( GLsizei n , GLuint * monitors ) ;
- void glEndPerfMonitorAMD ( GLuint monitor ) ;
- void glGenPerfMonitorsAMD ( GLsizei n , GLuint * monitors ) ;
- void glGetPerfMonitorCounterDataAMD ( GLuint monitor , GLenum pname , GLsizei dataSize , GLuint * data , GLint * bytesWritten ) ;
- void glGetPerfMonitorCounterInfoAMD ( GLuint group , GLuint counter , GLenum pname , void * data ) ;
- void glGetPerfMonitorCounterStringAMD ( GLuint group , GLuint counter , GLsizei bufSize , GLsizei * length , char * counterString ) ;
- void glGetPerfMonitorCountersAMD ( GLuint group , GLint * numCounters , GLint * maxActiveCounters , GLsizei countersSize , GLuint * counters ) ;
- void glGetPerfMonitorGroupStringAMD ( GLuint group , GLsizei bufSize , GLsizei * length , char * groupString ) ;
- void glGetPerfMonitorGroupsAMD ( GLint * numGroups , GLsizei groupsSize , GLuint * groups ) ;
- void glSelectPerfMonitorCountersAMD ( GLuint monitor , GLboolean enable , GLuint group , GLint numCounters , GLuint * counterList ) ;
- void glSetMultisamplefvAMD ( GLenum pname , GLuint index , const GLfloat * val ) ;
- void glTessellationFactorAMD ( GLfloat factor ) ;
- void glTessellationModeAMD ( GLenum mode ) ;
- void glDrawElementArrayAPPLE ( GLenum mode , GLint first , GLsizei count ) ;
- void glDrawRangeElementArrayAPPLE ( GLenum mode , GLuint start , GLuint end , GLint first , GLsizei count ) ;
- void glElementPointerAPPLE ( GLenum type , const void * pointer ) ;
- void glMultiDrawElementArrayAPPLE ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
- void glMultiDrawRangeElementArrayAPPLE ( GLenum mode , GLuint start , GLuint end , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
- void glDeleteFencesAPPLE ( GLsizei n , const GLuint * fences ) ;
- void glFinishFenceAPPLE ( GLuint fence ) ;
- void glFinishObjectAPPLE ( GLenum object , GLint name ) ;
- void glGenFencesAPPLE ( GLsizei n , GLuint * fences ) ;
- void glSetFenceAPPLE ( GLuint fence ) ;
- void glBufferParameteriAPPLE ( GLenum target , GLenum pname , GLint param ) ;
- void glFlushMappedBufferRangeAPPLE ( GLenum target , GLintptr offset , GLsizeiptr size ) ;
- void glGetObjectParameterivAPPLE ( GLenum objectType , GLuint name , GLenum pname , GLint * params ) ;
- void glGetTexParameterPointervAPPLE ( GLenum target , GLenum pname , GLvoid * * params ) ;
- void glTextureRangeAPPLE ( GLenum target , GLsizei length , GLvoid * pointer ) ;
- void glBindVertexArrayAPPLE ( GLuint array ) ;
- void glDeleteVertexArraysAPPLE ( GLsizei n , const GLuint * arrays ) ;
- void glGenVertexArraysAPPLE ( GLsizei n , const GLuint * arrays ) ;
- void glFlushVertexArrayRangeAPPLE ( GLsizei length , void * pointer ) ;
- void glVertexArrayParameteriAPPLE ( GLenum pname , GLint param ) ;
- void glVertexArrayRangeAPPLE ( GLsizei length , void * pointer ) ;
- void glDisableVertexAttribAPPLE ( GLuint index , GLenum pname ) ;
- void glEnableVertexAttribAPPLE ( GLuint index , GLenum pname ) ;
- void glMapVertexAttrib1dAPPLE ( GLuint index , GLuint size , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- void glMapVertexAttrib1fAPPLE ( GLuint index , GLuint size , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- 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 ) ;
- 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 ) ;
- void glClearDepthf ( GLclampf d ) ;
- void glDepthRangef ( GLclampf n , GLclampf f ) ;
- void glGetShaderPrecisionFormat ( GLenum shadertype , GLenum precisiontype , GLint * range , GLint * precision ) ;
- void glReleaseShaderCompiler ( ) ;
- void glShaderBinary ( GLsizei count , const GLuint * shaders , GLenum binaryformat , const GLvoid * binary , GLsizei length ) ;
- void glDrawArraysInstancedBaseInstance ( GLenum mode , GLint first , GLsizei count , GLsizei primcount , GLuint baseinstance ) ;
- void glDrawElementsInstancedBaseInstance ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount , GLuint baseinstance ) ;
- void glDrawElementsInstancedBaseVertexBaseInstance ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount , GLint basevertex , GLuint baseinstance ) ;
- void glBindFragDataLocationIndexed ( GLuint program , GLuint colorNumber , GLuint index , const char * name ) ;
- void glClampColorARB ( GLenum target , GLenum clamp ) ;
- void glCopyBufferSubData ( GLenum readtarget , GLenum writetarget , GLintptr readoffset , GLintptr writeoffset , GLsizeiptr size ) ;
- void glDebugMessageCallbackARB ( GLDEBUGPROCARB callback , void * userParam ) ;
- void glDebugMessageControlARB ( GLenum source , GLenum type , GLenum severity , GLsizei count , const GLuint * ids , GLboolean enabled ) ;
- void glDebugMessageInsertARB ( GLenum source , GLenum type , GLuint id , GLenum severity , GLsizei length , const char * buf ) ;
- void glDrawBuffersARB ( GLsizei n , const GLenum * bufs ) ;
- void glBlendEquationSeparateiARB ( GLuint buf , GLenum modeRGB , GLenum modeAlpha ) ;
- void glBlendEquationiARB ( GLuint buf , GLenum mode ) ;
- void glBlendFuncSeparateiARB ( GLuint buf , GLenum srcRGB , GLenum dstRGB , GLenum srcAlpha , GLenum dstAlpha ) ;
- void glBlendFunciARB ( GLuint buf , GLenum src , GLenum dst ) ;
- void glDrawElementsBaseVertex ( GLenum mode , GLsizei count , GLenum type , void * indices , GLint basevertex ) ;
- void glDrawElementsInstancedBaseVertex ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount , GLint basevertex ) ;
- void glDrawRangeElementsBaseVertex ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , void * indices , GLint basevertex ) ;
- void glMultiDrawElementsBaseVertex ( GLenum mode , GLsizei * count , GLenum type , GLvoid * * indices , GLsizei primcount , GLint * basevertex ) ;
- void glDrawArraysIndirect ( GLenum mode , const void * indirect ) ;
- void glDrawElementsIndirect ( GLenum mode , GLenum type , const void * indirect ) ;
- void glBindFramebuffer ( GLenum target , GLuint framebuffer ) ;
- void glBindRenderbuffer ( GLenum target , GLuint renderbuffer ) ;
- void glBlitFramebuffer ( GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter ) ;
- void glDeleteFramebuffers ( GLsizei n , const GLuint * framebuffers ) ;
- void glDeleteRenderbuffers ( GLsizei n , const GLuint * renderbuffers ) ;
- void glFramebufferRenderbuffer ( GLenum target , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer ) ;
- void glFramebufferTexture1D ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
- void glFramebufferTexture2D ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
- void glFramebufferTexture3D ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint layer ) ;
- void glFramebufferTextureLayer ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
- void glGenFramebuffers ( GLsizei n , GLuint * framebuffers ) ;
- void glGenRenderbuffers ( GLsizei n , GLuint * renderbuffers ) ;
- void glGenerateMipmap ( GLenum target ) ;
- void glGetFramebufferAttachmentParameteriv ( GLenum target , GLenum attachment , GLenum pname , GLint * params ) ;
- void glGetRenderbufferParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glRenderbufferStorage ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glRenderbufferStorageMultisample ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glFramebufferTextureARB ( GLenum target , GLenum attachment , GLuint texture , GLint level ) ;
- void glFramebufferTextureFaceARB ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLenum face ) ;
- void glFramebufferTextureLayerARB ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
- void glProgramParameteriARB ( GLuint program , GLenum pname , GLint value ) ;
- void glGetProgramBinary ( GLuint program , GLsizei bufSize , GLsizei * length , GLenum * binaryFormat , GLvoid * binary ) ;
- void glProgramBinary ( GLuint program , GLenum binaryFormat , const void * binary , GLsizei length ) ;
- void glProgramParameteri ( GLuint program , GLenum pname , GLint value ) ;
- void glGetUniformdv ( GLuint program , GLint location , GLdouble * params ) ;
- void glProgramUniform1dEXT ( GLuint program , GLint location , GLdouble x ) ;
- void glProgramUniform1dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform2dEXT ( GLuint program , GLint location , GLdouble x , GLdouble y ) ;
- void glProgramUniform2dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform3dEXT ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z ) ;
- void glProgramUniform3dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform4dEXT ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glProgramUniform4dvEXT ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniformMatrix2dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix2x3dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix2x4dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix3dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix3x2dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix3x4dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix4dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix4x2dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix4x3dvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniform1d ( GLint location , GLdouble x ) ;
- void glUniform1dv ( GLint location , GLsizei count , const GLdouble * value ) ;
- void glUniform2d ( GLint location , GLdouble x , GLdouble y ) ;
- void glUniform2dv ( GLint location , GLsizei count , const GLdouble * value ) ;
- void glUniform3d ( GLint location , GLdouble x , GLdouble y , GLdouble z ) ;
- void glUniform3dv ( GLint location , GLsizei count , const GLdouble * value ) ;
- void glUniform4d ( GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glUniform4dv ( GLint location , GLsizei count , const GLdouble * value ) ;
- void glUniformMatrix2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix2x3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix2x4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix3x2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix3x4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix4dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix4x2dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glUniformMatrix4x3dv ( GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- void glResetHistogram ( GLenum target ) ;
- void glResetMinmax ( GLenum target ) ;
- void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- void glDrawArraysInstancedARB ( GLenum mode , GLint first , GLsizei count , GLsizei primcount ) ;
- void glDrawElementsInstancedARB ( GLenum mode , GLsizei count , GLenum type , const void * indices , GLsizei primcount ) ;
- void glVertexAttribDivisorARB ( GLuint index , GLuint divisor ) ;
- void glGetInternalformativ ( GLenum target , GLenum internalformat , GLenum pname , GLsizei bufSize , GLint * params ) ;
- void glFlushMappedBufferRange ( GLenum target , GLintptr offset , GLsizeiptr length ) ;
- void glCurrentPaletteMatrixARB ( GLint index ) ;
- void glMatrixIndexPointerARB ( GLint size , GLenum type , GLsizei stride , GLvoid * pointer ) ;
- void glMatrixIndexubvARB ( GLint size , GLubyte * indices ) ;
- void glMatrixIndexuivARB ( GLint size , GLuint * indices ) ;
- void glMatrixIndexusvARB ( GLint size , GLushort * indices ) ;
- void glSampleCoverageARB ( GLclampf value , GLboolean invert ) ;
- void glActiveTextureARB ( GLenum texture ) ;
- void glClientActiveTextureARB ( GLenum texture ) ;
- void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- void glBeginQueryARB ( GLenum target , GLuint id ) ;
- void glDeleteQueriesARB ( GLsizei n , const GLuint * ids ) ;
- void glEndQueryARB ( GLenum target ) ;
- void glGenQueriesARB ( GLsizei n , GLuint * ids ) ;
- void glGetQueryObjectivARB ( GLuint id , GLenum pname , GLint * params ) ;
- void glGetQueryObjectuivARB ( GLuint id , GLenum pname , GLuint * params ) ;
- void glGetQueryivARB ( GLenum target , GLenum pname , GLint * params ) ;
- void glPointParameterfARB ( GLenum pname , GLfloat param ) ;
- void glPointParameterfvARB ( GLenum pname , const GLfloat * params ) ;
- void glProvokingVertex ( GLenum mode ) ;
- void glGetnColorTableARB ( GLenum target , GLenum format , GLenum type , GLsizei bufSize , void * table ) ;
- void glGetnCompressedTexImageARB ( GLenum target , GLint lod , GLsizei bufSize , void * img ) ;
- void glGetnConvolutionFilterARB ( GLenum target , GLenum format , GLenum type , GLsizei bufSize , void * image ) ;
- void glGetnHistogramARB ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLsizei bufSize , void * values ) ;
- void glGetnMapdvARB ( GLenum target , GLenum query , GLsizei bufSize , GLdouble * v ) ;
- void glGetnMapfvARB ( GLenum target , GLenum query , GLsizei bufSize , GLfloat * v ) ;
- void glGetnMapivARB ( GLenum target , GLenum query , GLsizei bufSize , GLint * v ) ;
- void glGetnMinmaxARB ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLsizei bufSize , void * values ) ;
- void glGetnPixelMapfvARB ( GLenum map , GLsizei bufSize , GLfloat * values ) ;
- void glGetnPixelMapuivARB ( GLenum map , GLsizei bufSize , GLuint * values ) ;
- void glGetnPixelMapusvARB ( GLenum map , GLsizei bufSize , GLushort * values ) ;
- void glGetnPolygonStippleARB ( GLsizei bufSize , GLubyte * pattern ) ;
- void glGetnSeparableFilterARB ( GLenum target , GLenum format , GLenum type , GLsizei rowBufSize , void * row , GLsizei columnBufSize , GLvoid * column , GLvoid * span ) ;
- void glGetnTexImageARB ( GLenum target , GLint level , GLenum format , GLenum type , GLsizei bufSize , void * img ) ;
- void glGetnUniformdvARB ( GLuint program , GLint location , GLsizei bufSize , GLdouble * params ) ;
- void glGetnUniformfvARB ( GLuint program , GLint location , GLsizei bufSize , GLfloat * params ) ;
- void glGetnUniformivARB ( GLuint program , GLint location , GLsizei bufSize , GLint * params ) ;
- void glGetnUniformuivARB ( GLuint program , GLint location , GLsizei bufSize , GLuint * params ) ;
- void glReadnPixelsARB ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLsizei bufSize , void * data ) ;
- void glMinSampleShadingARB ( GLclampf value ) ;
- void glBindSampler ( GLuint unit , GLuint sampler ) ;
- void glDeleteSamplers ( GLsizei count , const GLuint * samplers ) ;
- void glGenSamplers ( GLsizei count , GLuint * samplers ) ;
- void glGetSamplerParameterIiv ( GLuint sampler , GLenum pname , GLint * params ) ;
- void glGetSamplerParameterIuiv ( GLuint sampler , GLenum pname , GLuint * params ) ;
- void glGetSamplerParameterfv ( GLuint sampler , GLenum pname , GLfloat * params ) ;
- void glGetSamplerParameteriv ( GLuint sampler , GLenum pname , GLint * params ) ;
- void glSamplerParameterIiv ( GLuint sampler , GLenum pname , const GLint * params ) ;
- void glSamplerParameterIuiv ( GLuint sampler , GLenum pname , const GLuint * params ) ;
- void glSamplerParameterf ( GLuint sampler , GLenum pname , GLfloat param ) ;
- void glSamplerParameterfv ( GLuint sampler , GLenum pname , const GLfloat * params ) ;
- void glSamplerParameteri ( GLuint sampler , GLenum pname , GLint param ) ;
- void glSamplerParameteriv ( GLuint sampler , GLenum pname , const GLint * params ) ;
- void glActiveShaderProgram ( GLuint pipeline , GLuint program ) ;
- void glBindProgramPipeline ( GLuint pipeline ) ;
- void glDeleteProgramPipelines ( GLsizei n , const GLuint * pipelines ) ;
- void glGenProgramPipelines ( GLsizei n , GLuint * pipelines ) ;
- void glGetProgramPipelineInfoLog ( GLuint pipeline , GLsizei bufSize , GLsizei * length , char * infoLog ) ;
- void glGetProgramPipelineiv ( GLuint pipeline , GLenum pname , GLint * params ) ;
- void glProgramUniform1d ( GLuint program , GLint location , GLdouble x ) ;
- void glProgramUniform1dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform1f ( GLuint program , GLint location , GLfloat x ) ;
- void glProgramUniform1fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform1i ( GLuint program , GLint location , GLint x ) ;
- void glProgramUniform1iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform1ui ( GLuint program , GLint location , GLuint x ) ;
- void glProgramUniform1uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniform2d ( GLuint program , GLint location , GLdouble x , GLdouble y ) ;
- void glProgramUniform2dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform2f ( GLuint program , GLint location , GLfloat x , GLfloat y ) ;
- void glProgramUniform2fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform2i ( GLuint program , GLint location , GLint x , GLint y ) ;
- void glProgramUniform2iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform2ui ( GLuint program , GLint location , GLuint x , GLuint y ) ;
- void glProgramUniform2uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniform3d ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z ) ;
- void glProgramUniform3dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform3f ( GLuint program , GLint location , GLfloat x , GLfloat y , GLfloat z ) ;
- void glProgramUniform3fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform3i ( GLuint program , GLint location , GLint x , GLint y , GLint z ) ;
- void glProgramUniform3iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform3ui ( GLuint program , GLint location , GLuint x , GLuint y , GLuint z ) ;
- void glProgramUniform3uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniform4d ( GLuint program , GLint location , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glProgramUniform4dv ( GLuint program , GLint location , GLsizei count , const GLdouble * value ) ;
- void glProgramUniform4f ( GLuint program , GLint location , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glProgramUniform4fv ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform4i ( GLuint program , GLint location , GLint x , GLint y , GLint z , GLint w ) ;
- void glProgramUniform4iv ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform4ui ( GLuint program , GLint location , GLuint x , GLuint y , GLuint z , GLuint w ) ;
- void glProgramUniform4uiv ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniformMatrix2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix2x3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix2x3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix2x4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix2x4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix3x2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix3x2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix3x4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix3x4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix4dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix4fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix4x2dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix4x2fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix4x3dv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLdouble * value ) ;
- void glProgramUniformMatrix4x3fv ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUseProgramStages ( GLuint pipeline , GLbitfield stages , GLuint program ) ;
- void glValidateProgramPipeline ( GLuint pipeline ) ;
- void glGetActiveAtomicCounterBufferiv ( GLuint program , GLuint bufferIndex , GLenum pname , GLint * params ) ;
- void glBindImageTexture ( GLuint unit , GLuint texture , GLint level , GLboolean layered , GLint layer , GLenum access , GLenum format ) ;
- void glMemoryBarrier ( GLbitfield barriers ) ;
- void glAttachObjectARB ( GLhandleARB containerObj , GLhandleARB obj ) ;
- void glCompileShaderARB ( GLhandleARB shaderObj ) ;
- void glDeleteObjectARB ( GLhandleARB obj ) ;
- void glDetachObjectARB ( GLhandleARB containerObj , GLhandleARB attachedObj ) ;
- void glGetActiveUniformARB ( GLhandleARB programObj , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLcharARB * name ) ;
- void glGetAttachedObjectsARB ( GLhandleARB containerObj , GLsizei maxCount , GLsizei * count , GLhandleARB * obj ) ;
- void glGetInfoLogARB ( GLhandleARB obj , GLsizei maxLength , GLsizei * length , GLcharARB * infoLog ) ;
- void glGetObjectParameterfvARB ( GLhandleARB obj , GLenum pname , GLfloat * params ) ;
- void glGetObjectParameterivARB ( GLhandleARB obj , GLenum pname , GLint * params ) ;
- void glGetShaderSourceARB ( GLhandleARB obj , GLsizei maxLength , GLsizei * length , GLcharARB * source ) ;
- void glGetUniformfvARB ( GLhandleARB programObj , GLint location , GLfloat * params ) ;
- void glGetUniformivARB ( GLhandleARB programObj , GLint location , GLint * params ) ;
- void glLinkProgramARB ( GLhandleARB programObj ) ;
- void glShaderSourceARB ( GLhandleARB shaderObj , GLsizei count , const GLcharARB * * string , const GLint * length ) ;
- void glUniform1fARB ( GLint location , GLfloat v0 ) ;
- void glUniform1fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform1iARB ( GLint location , GLint v0 ) ;
- void glUniform1ivARB ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniform2fARB ( GLint location , GLfloat v0 , GLfloat v1 ) ;
- void glUniform2fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform2iARB ( GLint location , GLint v0 , GLint v1 ) ;
- void glUniform2ivARB ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniform3fARB ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 ) ;
- void glUniform3fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform3iARB ( GLint location , GLint v0 , GLint v1 , GLint v2 ) ;
- void glUniform3ivARB ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniform4fARB ( GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 ) ;
- void glUniform4fvARB ( GLint location , GLsizei count , const GLfloat * value ) ;
- void glUniform4iARB ( GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 ) ;
- void glUniform4ivARB ( GLint location , GLsizei count , const GLint * value ) ;
- void glUniformMatrix2fvARB ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix3fvARB ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUniformMatrix4fvARB ( GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glUseProgramObjectARB ( GLhandleARB programObj ) ;
- void glValidateProgramARB ( GLhandleARB programObj ) ;
- void glGetActiveSubroutineName ( GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , char * name ) ;
- void glGetActiveSubroutineUniformName ( GLuint program , GLenum shadertype , GLuint index , GLsizei bufsize , GLsizei * length , char * name ) ;
- void glGetActiveSubroutineUniformiv ( GLuint program , GLenum shadertype , GLuint index , GLenum pname , GLint * values ) ;
- void glGetProgramStageiv ( GLuint program , GLenum shadertype , GLenum pname , GLint * values ) ;
- void glGetUniformSubroutineuiv ( GLenum shadertype , GLint location , GLuint * params ) ;
- void glUniformSubroutinesuiv ( GLenum shadertype , GLsizei count , const GLuint * indices ) ;
- void glCompileShaderIncludeARB ( GLuint shader , GLsizei count , const char * * path , const GLint * length ) ;
- void glDeleteNamedStringARB ( GLint namelen , const char * name ) ;
- void glGetNamedStringARB ( GLint namelen , const char * name , GLsizei bufSize , GLint * stringlen , char * string ) ;
- void glGetNamedStringivARB ( GLint namelen , const char * name , GLenum pname , GLint * params ) ;
- void glNamedStringARB ( GLenum type , GLint namelen , const char * name , GLint stringlen , const char * string ) ;
- void glDeleteSync ( GLsync GLsync ) ;
- void glGetInteger64v ( GLenum pname , GLint64 * params ) ;
- void glGetSynciv ( GLsync GLsync , GLenum pname , GLsizei bufSize , GLsizei * length , GLint * values ) ;
- void glWaitSync ( GLsync GLsync , GLbitfield flags , GLuint64 timeout ) ;
- void glPatchParameterfv ( GLenum pname , const GLfloat * values ) ;
- void glPatchParameteri ( GLenum pname , GLint value ) ;
- void glTexBufferARB ( GLenum target , GLenum internalformat , GLuint buffer ) ;
- void glCompressedTexImage1DARB ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedTexImage2DARB ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedTexImage3DARB ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedTexSubImage1DARB ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data ) ;
- void glCompressedTexSubImage2DARB ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data ) ;
- 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 ) ;
- void glGetCompressedTexImageARB ( GLenum target , GLint lod , void * img ) ;
- void glGetMultisamplefv ( GLenum pname , GLuint index , GLfloat * val ) ;
- void glSampleMaski ( GLuint index , GLbitfield mask ) ;
- void glTexImage2DMultisample ( GLenum target , GLsizei samples , GLint internalformat , GLsizei width , GLsizei height , GLboolean fixedsamplelocations ) ;
- void glTexImage3DMultisample ( GLenum target , GLsizei samples , GLint internalformat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedsamplelocations ) ;
- void glTexStorage1D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width ) ;
- void glTexStorage2D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glTexStorage3D ( GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth ) ;
- void glTextureStorage1DEXT ( GLuint texture , GLenum target , GLsizei levels , GLenum internalformat , GLsizei width ) ;
- void glTextureStorage2DEXT ( GLuint texture , GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glTextureStorage3DEXT ( GLuint texture , GLenum target , GLsizei levels , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth ) ;
- void glGetQueryObjecti64v ( GLuint id , GLenum pname , GLint64 * params ) ;
- void glGetQueryObjectui64v ( GLuint id , GLenum pname , GLuint64 * params ) ;
- void glQueryCounter ( GLuint id , GLenum target ) ;
- void glBindTransformFeedback ( GLenum target , GLuint id ) ;
- void glDeleteTransformFeedbacks ( GLsizei n , const GLuint * ids ) ;
- void glDrawTransformFeedback ( GLenum mode , GLuint id ) ;
- void glGenTransformFeedbacks ( GLsizei n , GLuint * ids ) ;
- void glPauseTransformFeedback ( ) ;
- void glResumeTransformFeedback ( ) ;
- void glBeginQueryIndexed ( GLenum target , GLuint index , GLuint id ) ;
- void glDrawTransformFeedbackStream ( GLenum mode , GLuint id , GLuint stream ) ;
- void glEndQueryIndexed ( GLenum target , GLuint index ) ;
- void glGetQueryIndexediv ( GLenum target , GLuint index , GLenum pname , GLint * params ) ;
- void glDrawTransformFeedbackInstanced ( GLenum mode , GLuint id , GLsizei primcount ) ;
- void glDrawTransformFeedbackStreamInstanced ( GLenum mode , GLuint id , GLuint stream , GLsizei primcount ) ;
- void glLoadTransposeMatrixdARB ( GLdouble m [ 16 ] ) ;
- void glLoadTransposeMatrixfARB ( GLfloat m [ 16 ] ) ;
- void glMultTransposeMatrixdARB ( GLdouble m [ 16 ] ) ;
- void glMultTransposeMatrixfARB ( GLfloat m [ 16 ] ) ;
- void glBindBufferBase ( GLenum target , GLuint index , GLuint buffer ) ;
- void glBindBufferRange ( GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size ) ;
- void glGetActiveUniformBlockName ( GLuint program , GLuint uniformBlockIndex , GLsizei bufSize , GLsizei * length , char * uniformBlockName ) ;
- void glGetActiveUniformBlockiv ( GLuint program , GLuint uniformBlockIndex , GLenum pname , GLint * params ) ;
- void glGetActiveUniformName ( GLuint program , GLuint uniformIndex , GLsizei bufSize , GLsizei * length , char * uniformName ) ;
- void glGetActiveUniformsiv ( GLuint program , GLsizei uniformCount , const GLuint * uniformIndices , GLenum pname , GLint * params ) ;
- void glGetIntegeri_v ( GLenum target , GLuint index , GLint * data ) ;
- void glGetUniformIndices ( GLuint program , GLsizei uniformCount , const char * * uniformNames , GLuint * uniformIndices ) ;
- void glUniformBlockBinding ( GLuint program , GLuint uniformBlockIndex , GLuint uniformBlockBinding ) ;
- void glBindVertexArray ( GLuint array ) ;
- void glDeleteVertexArrays ( GLsizei n , const GLuint * arrays ) ;
- void glGenVertexArrays ( GLsizei n , GLuint * arrays ) ;
- void glGetVertexAttribLdv ( GLuint index , GLenum pname , GLdouble * params ) ;
- void glVertexAttribL1d ( GLuint index , GLdouble x ) ;
- void glVertexAttribL1dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribL2d ( GLuint index , GLdouble x , GLdouble y ) ;
- void glVertexAttribL2dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribL3d ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertexAttribL3dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribL4d ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertexAttribL4dv ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribLPointer ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
- void glVertexBlendARB ( GLint count ) ;
- void glWeightPointerARB ( GLint size , GLenum type , GLsizei stride , GLvoid * pointer ) ;
- void glWeightbvARB ( GLint size , GLbyte * weights ) ;
- void glWeightdvARB ( GLint size , GLdouble * weights ) ;
- void glWeightfvARB ( GLint size , GLfloat * weights ) ;
- void glWeightivARB ( GLint size , GLint * weights ) ;
- void glWeightsvARB ( GLint size , GLshort * weights ) ;
- void glWeightubvARB ( GLint size , GLubyte * weights ) ;
- void glWeightuivARB ( GLint size , GLuint * weights ) ;
- void glWeightusvARB ( GLint size , GLushort * weights ) ;
- void glBindBufferARB ( GLenum target , GLuint buffer ) ;
- void glBufferDataARB ( GLenum target , GLsizeiptrARB size , const GLvoid * data , GLenum usage ) ;
- void glBufferSubDataARB ( GLenum target , GLintptrARB offset , GLsizeiptrARB size , const GLvoid * data ) ;
- void glDeleteBuffersARB ( GLsizei n , const GLuint * buffers ) ;
- void glGenBuffersARB ( GLsizei n , GLuint * buffers ) ;
- void glGetBufferParameterivARB ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetBufferPointervARB ( GLenum target , GLenum pname , GLvoid * * params ) ;
- void glGetBufferSubDataARB ( GLenum target , GLintptrARB offset , GLsizeiptrARB size , GLvoid * data ) ;
- void glBindProgramARB ( GLenum target , GLuint program ) ;
- void glDeleteProgramsARB ( GLsizei n , const GLuint * programs ) ;
- void glDisableVertexAttribArrayARB ( GLuint index ) ;
- void glEnableVertexAttribArrayARB ( GLuint index ) ;
- void glGenProgramsARB ( GLsizei n , GLuint * programs ) ;
- void glGetProgramEnvParameterdvARB ( GLenum target , GLuint index , GLdouble * params ) ;
- void glGetProgramEnvParameterfvARB ( GLenum target , GLuint index , GLfloat * params ) ;
- void glGetProgramLocalParameterdvARB ( GLenum target , GLuint index , GLdouble * params ) ;
- void glGetProgramLocalParameterfvARB ( GLenum target , GLuint index , GLfloat * params ) ;
- void glGetProgramStringARB ( GLenum target , GLenum pname , void * string ) ;
- void glGetProgramivARB ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetVertexAttribPointervARB ( GLuint index , GLenum pname , GLvoid * * pointer ) ;
- void glGetVertexAttribdvARB ( GLuint index , GLenum pname , GLdouble * params ) ;
- void glGetVertexAttribfvARB ( GLuint index , GLenum pname , GLfloat * params ) ;
- void glGetVertexAttribivARB ( GLuint index , GLenum pname , GLint * params ) ;
- void glProgramEnvParameter4dARB ( GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glProgramEnvParameter4dvARB ( GLenum target , GLuint index , const GLdouble * params ) ;
- void glProgramEnvParameter4fARB ( GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glProgramEnvParameter4fvARB ( GLenum target , GLuint index , const GLfloat * params ) ;
- void glProgramLocalParameter4dARB ( GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glProgramLocalParameter4dvARB ( GLenum target , GLuint index , const GLdouble * params ) ;
- void glProgramLocalParameter4fARB ( GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glProgramLocalParameter4fvARB ( GLenum target , GLuint index , const GLfloat * params ) ;
- void glProgramStringARB ( GLenum target , GLenum format , GLsizei len , const void * string ) ;
- void glVertexAttrib1dARB ( GLuint index , GLdouble x ) ;
- void glVertexAttrib1dvARB ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib1fARB ( GLuint index , GLfloat x ) ;
- void glVertexAttrib1fvARB ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib1sARB ( GLuint index , GLshort x ) ;
- void glVertexAttrib1svARB ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib2dARB ( GLuint index , GLdouble x , GLdouble y ) ;
- void glVertexAttrib2dvARB ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib2fARB ( GLuint index , GLfloat x , GLfloat y ) ;
- void glVertexAttrib2fvARB ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib2sARB ( GLuint index , GLshort x , GLshort y ) ;
- void glVertexAttrib2svARB ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib3dARB ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertexAttrib3dvARB ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib3fARB ( GLuint index , GLfloat x , GLfloat y , GLfloat z ) ;
- void glVertexAttrib3fvARB ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib3sARB ( GLuint index , GLshort x , GLshort y , GLshort z ) ;
- void glVertexAttrib3svARB ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4NbvARB ( GLuint index , const GLbyte * v ) ;
- void glVertexAttrib4NivARB ( GLuint index , const GLint * v ) ;
- void glVertexAttrib4NsvARB ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4NubARB ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w ) ;
- void glVertexAttrib4NubvARB ( GLuint index , const GLubyte * v ) ;
- void glVertexAttrib4NuivARB ( GLuint index , const GLuint * v ) ;
- void glVertexAttrib4NusvARB ( GLuint index , const GLushort * v ) ;
- void glVertexAttrib4bvARB ( GLuint index , const GLbyte * v ) ;
- void glVertexAttrib4dARB ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertexAttrib4dvARB ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib4fARB ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glVertexAttrib4fvARB ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib4ivARB ( GLuint index , const GLint * v ) ;
- void glVertexAttrib4sARB ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glVertexAttrib4svARB ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4ubvARB ( GLuint index , const GLubyte * v ) ;
- void glVertexAttrib4uivARB ( GLuint index , const GLuint * v ) ;
- void glVertexAttrib4usvARB ( GLuint index , const GLushort * v ) ;
- void glVertexAttribPointerARB ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , const void * pointer ) ;
- void glBindAttribLocationARB ( GLhandleARB programObj , GLuint index , const GLcharARB * name ) ;
- void glGetActiveAttribARB ( GLhandleARB programObj , GLuint index , GLsizei maxLength , GLsizei * length , GLint * size , GLenum * type , GLcharARB * name ) ;
- void glColorP3ui ( GLenum type , GLuint color ) ;
- void glColorP3uiv ( GLenum type , const GLuint * color ) ;
- void glColorP4ui ( GLenum type , GLuint color ) ;
- void glColorP4uiv ( GLenum type , const GLuint * color ) ;
- void glMultiTexCoordP1ui ( GLenum texture , GLenum type , GLuint coords ) ;
- void glMultiTexCoordP1uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
- void glMultiTexCoordP2ui ( GLenum texture , GLenum type , GLuint coords ) ;
- void glMultiTexCoordP2uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
- void glMultiTexCoordP3ui ( GLenum texture , GLenum type , GLuint coords ) ;
- void glMultiTexCoordP3uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
- void glMultiTexCoordP4ui ( GLenum texture , GLenum type , GLuint coords ) ;
- void glMultiTexCoordP4uiv ( GLenum texture , GLenum type , const GLuint * coords ) ;
- void glNormalP3ui ( GLenum type , GLuint coords ) ;
- void glNormalP3uiv ( GLenum type , const GLuint * coords ) ;
- void glSecondaryColorP3ui ( GLenum type , GLuint color ) ;
- void glSecondaryColorP3uiv ( GLenum type , const GLuint * color ) ;
- void glTexCoordP1ui ( GLenum type , GLuint coords ) ;
- void glTexCoordP1uiv ( GLenum type , const GLuint * coords ) ;
- void glTexCoordP2ui ( GLenum type , GLuint coords ) ;
- void glTexCoordP2uiv ( GLenum type , const GLuint * coords ) ;
- void glTexCoordP3ui ( GLenum type , GLuint coords ) ;
- void glTexCoordP3uiv ( GLenum type , const GLuint * coords ) ;
- void glTexCoordP4ui ( GLenum type , GLuint coords ) ;
- void glTexCoordP4uiv ( GLenum type , const GLuint * coords ) ;
- void glVertexAttribP1ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
- void glVertexAttribP1uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
- void glVertexAttribP2ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
- void glVertexAttribP2uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
- void glVertexAttribP3ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
- void glVertexAttribP3uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
- void glVertexAttribP4ui ( GLuint index , GLenum type , GLboolean normalized , GLuint value ) ;
- void glVertexAttribP4uiv ( GLuint index , GLenum type , GLboolean normalized , const GLuint * value ) ;
- void glVertexP2ui ( GLenum type , GLuint value ) ;
- void glVertexP2uiv ( GLenum type , const GLuint * value ) ;
- void glVertexP3ui ( GLenum type , GLuint value ) ;
- void glVertexP3uiv ( GLenum type , const GLuint * value ) ;
- void glVertexP4ui ( GLenum type , GLuint value ) ;
- void glVertexP4uiv ( GLenum type , const GLuint * value ) ;
- void glDepthRangeArrayv ( GLuint first , GLsizei count , const GLclampd * v ) ;
- void glDepthRangeIndexed ( GLuint index , GLclampd n , GLclampd f ) ;
- void glGetDoublei_v ( GLenum target , GLuint index , GLdouble * data ) ;
- void glGetFloati_v ( GLenum target , GLuint index , GLfloat * data ) ;
- void glScissorArrayv ( GLuint first , GLsizei count , const GLint * v ) ;
- void glScissorIndexed ( GLuint index , GLint left , GLint bottom , GLsizei width , GLsizei height ) ;
- void glScissorIndexedv ( GLuint index , const GLint * v ) ;
- void glViewportArrayv ( GLuint first , GLsizei count , const GLfloat * v ) ;
- void glViewportIndexedf ( GLuint index , GLfloat x , GLfloat y , GLfloat w , GLfloat h ) ;
- void glViewportIndexedfv ( GLuint index , const GLfloat * v ) ;
- void glWindowPos2dARB ( GLdouble x , GLdouble y ) ;
- void glWindowPos2dvARB ( const GLdouble * p ) ;
- void glWindowPos2fARB ( GLfloat x , GLfloat y ) ;
- void glWindowPos2fvARB ( const GLfloat * p ) ;
- void glWindowPos2iARB ( GLint x , GLint y ) ;
- void glWindowPos2ivARB ( const GLint * p ) ;
- void glWindowPos2sARB ( GLshort x , GLshort y ) ;
- void glWindowPos2svARB ( const GLshort * p ) ;
- void glWindowPos3dARB ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glWindowPos3dvARB ( const GLdouble * p ) ;
- void glWindowPos3fARB ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glWindowPos3fvARB ( const GLfloat * p ) ;
- void glWindowPos3iARB ( GLint x , GLint y , GLint z ) ;
- void glWindowPos3ivARB ( const GLint * p ) ;
- void glWindowPos3sARB ( GLshort x , GLshort y , GLshort z ) ;
- void glWindowPos3svARB ( const GLshort * p ) ;
- void glDrawBuffersATI ( GLsizei n , const GLenum * bufs ) ;
- void glDrawElementArrayATI ( GLenum mode , GLsizei count ) ;
- void glDrawRangeElementArrayATI ( GLenum mode , GLuint start , GLuint end , GLsizei count ) ;
- void glElementPointerATI ( GLenum type , const void * pointer ) ;
- void glGetTexBumpParameterfvATI ( GLenum pname , GLfloat * param ) ;
- void glGetTexBumpParameterivATI ( GLenum pname , GLint * param ) ;
- void glTexBumpParameterfvATI ( GLenum pname , GLfloat * param ) ;
- void glTexBumpParameterivATI ( GLenum pname , GLint * param ) ;
- void glAlphaFragmentOp1ATI ( GLenum op , GLuint dst , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod ) ;
- void glAlphaFragmentOp2ATI ( GLenum op , GLuint dst , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod , GLuint arg2 , GLuint arg2Rep , GLuint arg2Mod ) ;
- 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 ) ;
- void glBeginFragmentShaderATI ( ) ;
- void glBindFragmentShaderATI ( GLuint id ) ;
- void glColorFragmentOp1ATI ( GLenum op , GLuint dst , GLuint dstMask , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod ) ;
- void glColorFragmentOp2ATI ( GLenum op , GLuint dst , GLuint dstMask , GLuint dstMod , GLuint arg1 , GLuint arg1Rep , GLuint arg1Mod , GLuint arg2 , GLuint arg2Rep , GLuint arg2Mod ) ;
- 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 ) ;
- void glDeleteFragmentShaderATI ( GLuint id ) ;
- void glEndFragmentShaderATI ( ) ;
- void glPassTexCoordATI ( GLuint dst , GLuint coord , GLenum swizzle ) ;
- void glSampleMapATI ( GLuint dst , GLuint interp , GLenum swizzle ) ;
- void glSetFragmentShaderConstantATI ( GLuint dst , const GLfloat * value ) ;
- void glUnmapObjectBufferATI ( GLuint buffer ) ;
- void glPNTrianglesfATI ( GLenum pname , GLfloat param ) ;
- void glPNTrianglesiATI ( GLenum pname , GLint param ) ;
- void glStencilFuncSeparateATI ( GLenum frontfunc , GLenum backfunc , GLint ref , GLuint mask ) ;
- void glStencilOpSeparateATI ( GLenum face , GLenum sfail , GLenum dpfail , GLenum dppass ) ;
- void glArrayObjectATI ( GLenum array , GLint size , GLenum type , GLsizei stride , GLuint buffer , GLuint offset ) ;
- void glFreeObjectBufferATI ( GLuint buffer ) ;
- void glGetArrayObjectfvATI ( GLenum array , GLenum pname , GLfloat * params ) ;
- void glGetArrayObjectivATI ( GLenum array , GLenum pname , GLint * params ) ;
- void glGetObjectBufferfvATI ( GLuint buffer , GLenum pname , GLfloat * params ) ;
- void glGetObjectBufferivATI ( GLuint buffer , GLenum pname , GLint * params ) ;
- void glGetVariantArrayObjectfvATI ( GLuint id , GLenum pname , GLfloat * params ) ;
- void glGetVariantArrayObjectivATI ( GLuint id , GLenum pname , GLint * params ) ;
- void glUpdateObjectBufferATI ( GLuint buffer , GLuint offset , GLsizei size , const void * pointer , GLenum preserve ) ;
- void glVariantArrayObjectATI ( GLuint id , GLenum type , GLsizei stride , GLuint buffer , GLuint offset ) ;
- void glGetVertexAttribArrayObjectfvATI ( GLuint index , GLenum pname , GLfloat * params ) ;
- void glGetVertexAttribArrayObjectivATI ( GLuint index , GLenum pname , GLint * params ) ;
- void glVertexAttribArrayObjectATI ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , GLuint buffer , GLuint offset ) ;
- void glClientActiveVertexStreamATI ( GLenum stream ) ;
- void glNormalStream3bATI ( GLenum stream , GLbyte x , GLbyte y , GLbyte z ) ;
- void glNormalStream3bvATI ( GLenum stream , const GLbyte * v ) ;
- void glNormalStream3dATI ( GLenum stream , GLdouble x , GLdouble y , GLdouble z ) ;
- void glNormalStream3dvATI ( GLenum stream , const GLdouble * v ) ;
- void glNormalStream3fATI ( GLenum stream , GLfloat x , GLfloat y , GLfloat z ) ;
- void glNormalStream3fvATI ( GLenum stream , const GLfloat * v ) ;
- void glNormalStream3iATI ( GLenum stream , GLint x , GLint y , GLint z ) ;
- void glNormalStream3ivATI ( GLenum stream , const GLint * v ) ;
- void glNormalStream3sATI ( GLenum stream , GLshort x , GLshort y , GLshort z ) ;
- void glNormalStream3svATI ( GLenum stream , const GLshort * v ) ;
- void glVertexBlendEnvfATI ( GLenum pname , GLfloat param ) ;
- void glVertexBlendEnviATI ( GLenum pname , GLint param ) ;
- void glVertexStream2dATI ( GLenum stream , GLdouble x , GLdouble y ) ;
- void glVertexStream2dvATI ( GLenum stream , const GLdouble * v ) ;
- void glVertexStream2fATI ( GLenum stream , GLfloat x , GLfloat y ) ;
- void glVertexStream2fvATI ( GLenum stream , const GLfloat * v ) ;
- void glVertexStream2iATI ( GLenum stream , GLint x , GLint y ) ;
- void glVertexStream2ivATI ( GLenum stream , const GLint * v ) ;
- void glVertexStream2sATI ( GLenum stream , GLshort x , GLshort y ) ;
- void glVertexStream2svATI ( GLenum stream , const GLshort * v ) ;
- void glVertexStream3dATI ( GLenum stream , GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertexStream3dvATI ( GLenum stream , const GLdouble * v ) ;
- void glVertexStream3fATI ( GLenum stream , GLfloat x , GLfloat y , GLfloat z ) ;
- void glVertexStream3fvATI ( GLenum stream , const GLfloat * v ) ;
- void glVertexStream3iATI ( GLenum stream , GLint x , GLint y , GLint z ) ;
- void glVertexStream3ivATI ( GLenum stream , const GLint * v ) ;
- void glVertexStream3sATI ( GLenum stream , GLshort x , GLshort y , GLshort z ) ;
- void glVertexStream3svATI ( GLenum stream , const GLshort * v ) ;
- void glVertexStream4dATI ( GLenum stream , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertexStream4dvATI ( GLenum stream , const GLdouble * v ) ;
- void glVertexStream4fATI ( GLenum stream , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glVertexStream4fvATI ( GLenum stream , const GLfloat * v ) ;
- void glVertexStream4iATI ( GLenum stream , GLint x , GLint y , GLint z , GLint w ) ;
- void glVertexStream4ivATI ( GLenum stream , const GLint * v ) ;
- void glVertexStream4sATI ( GLenum stream , GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glVertexStream4svATI ( GLenum stream , const GLshort * v ) ;
- void glUniformBufferEXT ( GLuint program , GLint location , GLuint buffer ) ;
- void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- void glBlendEquationSeparateEXT ( GLenum modeRGB , GLenum modeAlpha ) ;
- void glBlendFuncSeparateEXT ( GLenum sfactorRGB , GLenum dfactorRGB , GLenum sfactorAlpha , GLenum dfactorAlpha ) ;
- void glBlendEquationEXT ( GLenum mode ) ;
- void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const void * data ) ;
- void glCopyColorSubTableEXT ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- void glLockArraysEXT ( GLint first , GLsizei count ) ;
- void glUnlockArraysEXT ( ) ;
- void glConvolutionFilter1DEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const void * image ) ;
- void glConvolutionFilter2DEXT ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * image ) ;
- void glConvolutionParameterfEXT ( GLenum target , GLenum pname , GLfloat param ) ;
- void glConvolutionParameterfvEXT ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glConvolutionParameteriEXT ( GLenum target , GLenum pname , GLint param ) ;
- void glConvolutionParameterivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
- void glCopyConvolutionFilter1DEXT ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- void glCopyConvolutionFilter2DEXT ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glGetConvolutionFilterEXT ( GLenum target , GLenum format , GLenum type , void * image ) ;
- void glGetConvolutionParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetConvolutionParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetSeparableFilterEXT ( GLenum target , GLenum format , GLenum type , void * row , void * column , void * span ) ;
- void glSeparableFilter2DEXT ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * row , const void * column ) ;
- void glBinormalPointerEXT ( GLenum type , GLsizei stride , void * pointer ) ;
- void glTangentPointerEXT ( GLenum type , GLsizei stride , void * pointer ) ;
- void glCopyTexImage1DEXT ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- void glCopyTexImage2DEXT ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- void glCopyTexSubImage1DEXT ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- void glCopyTexSubImage2DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCullParameterdvEXT ( GLenum pname , GLdouble * params ) ;
- void glCullParameterfvEXT ( GLenum pname , GLfloat * params ) ;
- void glDepthBoundsEXT ( GLclampd zmin , GLclampd zmax ) ;
- void glBindMultiTextureEXT ( GLenum texunit , GLenum target , GLuint texture ) ;
- void glClientAttribDefaultEXT ( GLbitfield mask ) ;
- void glCompressedMultiTexImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedMultiTexImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedMultiTexImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedMultiTexSubImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data ) ;
- void glCompressedMultiTexSubImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data ) ;
- 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 ) ;
- void glCompressedTextureImage1DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedTextureImage2DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedTextureImage3DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const void * data ) ;
- void glCompressedTextureSubImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const void * data ) ;
- void glCompressedTextureSubImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const void * data ) ;
- 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 ) ;
- void glCopyMultiTexImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- void glCopyMultiTexImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- void glCopyMultiTexSubImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- void glCopyMultiTexSubImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCopyMultiTexSubImage3DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCopyTextureImage1DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- void glCopyTextureImage2DEXT ( GLuint texture , GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- void glCopyTextureSubImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- void glCopyTextureSubImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glCopyTextureSubImage3DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glDisableClientStateIndexedEXT ( GLenum array , GLuint index ) ;
- void glDisableClientStateiEXT ( GLenum array , GLuint index ) ;
- void glDisableVertexArrayAttribEXT ( GLuint vaobj , GLuint index ) ;
- void glDisableVertexArrayEXT ( GLuint vaobj , GLenum array ) ;
- void glEnableClientStateIndexedEXT ( GLenum array , GLuint index ) ;
- void glEnableClientStateiEXT ( GLenum array , GLuint index ) ;
- void glEnableVertexArrayAttribEXT ( GLuint vaobj , GLuint index ) ;
- void glEnableVertexArrayEXT ( GLuint vaobj , GLenum array ) ;
- void glFlushMappedNamedBufferRangeEXT ( GLuint buffer , GLintptr offset , GLsizeiptr length ) ;
- void glFramebufferDrawBufferEXT ( GLuint framebuffer , GLenum mode ) ;
- void glFramebufferDrawBuffersEXT ( GLuint framebuffer , GLsizei n , const GLenum * bufs ) ;
- void glFramebufferReadBufferEXT ( GLuint framebuffer , GLenum mode ) ;
- void glGenerateMultiTexMipmapEXT ( GLenum texunit , GLenum target ) ;
- void glGenerateTextureMipmapEXT ( GLuint texture , GLenum target ) ;
- void glGetCompressedMultiTexImageEXT ( GLenum texunit , GLenum target , GLint level , void * img ) ;
- void glGetCompressedTextureImageEXT ( GLuint texture , GLenum target , GLint level , void * img ) ;
- void glGetDoubleIndexedvEXT ( GLenum target , GLuint index , GLdouble * params ) ;
- void glGetDoublei_vEXT ( GLenum pname , GLuint index , GLdouble * params ) ;
- void glGetFloatIndexedvEXT ( GLenum target , GLuint index , GLfloat * params ) ;
- void glGetFloati_vEXT ( GLenum pname , GLuint index , GLfloat * params ) ;
- void glGetFramebufferParameterivEXT ( GLuint framebuffer , GLenum pname , GLint * param ) ;
- void glGetMultiTexEnvfvEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetMultiTexEnvivEXT ( GLenum texunit , GLenum target , GLenum pname , GLint * params ) ;
- void glGetMultiTexGendvEXT ( GLenum texunit , GLenum coord , GLenum pname , GLdouble * params ) ;
- void glGetMultiTexGenfvEXT ( GLenum texunit , GLenum coord , GLenum pname , GLfloat * params ) ;
- void glGetMultiTexGenivEXT ( GLenum texunit , GLenum coord , GLenum pname , GLint * params ) ;
- void glGetMultiTexImageEXT ( GLenum texunit , GLenum target , GLint level , GLenum format , GLenum type , void * pixels ) ;
- void glGetMultiTexLevelParameterfvEXT ( GLenum texunit , GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- void glGetMultiTexLevelParameterivEXT ( GLenum texunit , GLenum target , GLint level , GLenum pname , GLint * params ) ;
- void glGetMultiTexParameterIivEXT ( GLenum texunit , GLenum target , GLenum pname , GLint * params ) ;
- void glGetMultiTexParameterIuivEXT ( GLenum texunit , GLenum target , GLenum pname , GLuint * params ) ;
- void glGetMultiTexParameterfvEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetMultiTexParameterivEXT ( GLenum texunit , GLenum target , GLenum pname , GLint * params ) ;
- void glGetNamedBufferParameterivEXT ( GLuint buffer , GLenum pname , GLint * params ) ;
- void glGetNamedBufferPointervEXT ( GLuint buffer , GLenum pname , void * * params ) ;
- void glGetNamedBufferSubDataEXT ( GLuint buffer , GLintptr offset , GLsizeiptr size , void * data ) ;
- void glGetNamedFramebufferAttachmentParameterivEXT ( GLuint framebuffer , GLenum attachment , GLenum pname , GLint * params ) ;
- void glGetNamedProgramLocalParameterIivEXT ( GLuint program , GLenum target , GLuint index , GLint * params ) ;
- void glGetNamedProgramLocalParameterIuivEXT ( GLuint program , GLenum target , GLuint index , GLuint * params ) ;
- void glGetNamedProgramLocalParameterdvEXT ( GLuint program , GLenum target , GLuint index , GLdouble * params ) ;
- void glGetNamedProgramLocalParameterfvEXT ( GLuint program , GLenum target , GLuint index , GLfloat * params ) ;
- void glGetNamedProgramStringEXT ( GLuint program , GLenum target , GLenum pname , void * string ) ;
- void glGetNamedProgramivEXT ( GLuint program , GLenum target , GLenum pname , GLint * params ) ;
- void glGetNamedRenderbufferParameterivEXT ( GLuint renderbuffer , GLenum pname , GLint * params ) ;
- void glGetPointerIndexedvEXT ( GLenum target , GLuint index , GLvoid * * params ) ;
- void glGetPointeri_vEXT ( GLenum pname , GLuint index , GLvoid * * params ) ;
- void glGetTextureImageEXT ( GLuint texture , GLenum target , GLint level , GLenum format , GLenum type , void * pixels ) ;
- void glGetTextureLevelParameterfvEXT ( GLuint texture , GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- void glGetTextureLevelParameterivEXT ( GLuint texture , GLenum target , GLint level , GLenum pname , GLint * params ) ;
- void glGetTextureParameterIivEXT ( GLuint texture , GLenum target , GLenum pname , GLint * params ) ;
- void glGetTextureParameterIuivEXT ( GLuint texture , GLenum target , GLenum pname , GLuint * params ) ;
- void glGetTextureParameterfvEXT ( GLuint texture , GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetTextureParameterivEXT ( GLuint texture , GLenum target , GLenum pname , GLint * params ) ;
- void glGetVertexArrayIntegeri_vEXT ( GLuint vaobj , GLuint index , GLenum pname , GLint * param ) ;
- void glGetVertexArrayIntegervEXT ( GLuint vaobj , GLenum pname , GLint * param ) ;
- void glGetVertexArrayPointeri_vEXT ( GLuint vaobj , GLuint index , GLenum pname , GLvoid * * param ) ;
- void glGetVertexArrayPointervEXT ( GLuint vaobj , GLenum pname , GLvoid * * param ) ;
- void glMatrixFrustumEXT ( GLenum matrixMode , GLdouble l , GLdouble r , GLdouble b , GLdouble t , GLdouble n , GLdouble f ) ;
- void glMatrixLoadIdentityEXT ( GLenum matrixMode ) ;
- void glMatrixLoadTransposedEXT ( GLenum matrixMode , const GLdouble * m ) ;
- void glMatrixLoadTransposefEXT ( GLenum matrixMode , const GLfloat * m ) ;
- void glMatrixLoaddEXT ( GLenum matrixMode , const GLdouble * m ) ;
- void glMatrixLoadfEXT ( GLenum matrixMode , const GLfloat * m ) ;
- void glMatrixMultTransposedEXT ( GLenum matrixMode , const GLdouble * m ) ;
- void glMatrixMultTransposefEXT ( GLenum matrixMode , const GLfloat * m ) ;
- void glMatrixMultdEXT ( GLenum matrixMode , const GLdouble * m ) ;
- void glMatrixMultfEXT ( GLenum matrixMode , const GLfloat * m ) ;
- void glMatrixOrthoEXT ( GLenum matrixMode , GLdouble l , GLdouble r , GLdouble b , GLdouble t , GLdouble n , GLdouble f ) ;
- void glMatrixPopEXT ( GLenum matrixMode ) ;
- void glMatrixPushEXT ( GLenum matrixMode ) ;
- void glMatrixRotatedEXT ( GLenum matrixMode , GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- void glMatrixRotatefEXT ( GLenum matrixMode , GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- void glMatrixScaledEXT ( GLenum matrixMode , GLdouble x , GLdouble y , GLdouble z ) ;
- void glMatrixScalefEXT ( GLenum matrixMode , GLfloat x , GLfloat y , GLfloat z ) ;
- void glMatrixTranslatedEXT ( GLenum matrixMode , GLdouble x , GLdouble y , GLdouble z ) ;
- void glMatrixTranslatefEXT ( GLenum matrixMode , GLfloat x , GLfloat y , GLfloat z ) ;
- void glMultiTexBufferEXT ( GLenum texunit , GLenum target , GLenum internalformat , GLuint buffer ) ;
- void glMultiTexCoordPointerEXT ( GLenum texunit , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
- void glMultiTexEnvfEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat param ) ;
- void glMultiTexEnvfvEXT ( GLenum texunit , GLenum target , GLenum pname , const GLfloat * params ) ;
- void glMultiTexEnviEXT ( GLenum texunit , GLenum target , GLenum pname , GLint param ) ;
- void glMultiTexEnvivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLint * params ) ;
- void glMultiTexGendEXT ( GLenum texunit , GLenum coord , GLenum pname , GLdouble param ) ;
- void glMultiTexGendvEXT ( GLenum texunit , GLenum coord , GLenum pname , const GLdouble * params ) ;
- void glMultiTexGenfEXT ( GLenum texunit , GLenum coord , GLenum pname , GLfloat param ) ;
- void glMultiTexGenfvEXT ( GLenum texunit , GLenum coord , GLenum pname , const GLfloat * params ) ;
- void glMultiTexGeniEXT ( GLenum texunit , GLenum coord , GLenum pname , GLint param ) ;
- void glMultiTexGenivEXT ( GLenum texunit , GLenum coord , GLenum pname , const GLint * params ) ;
- void glMultiTexImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const void * pixels ) ;
- void glMultiTexImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const void * pixels ) ;
- 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 ) ;
- void glMultiTexParameterIivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLint * params ) ;
- void glMultiTexParameterIuivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLuint * params ) ;
- void glMultiTexParameterfEXT ( GLenum texunit , GLenum target , GLenum pname , GLfloat param ) ;
- void glMultiTexParameterfvEXT ( GLenum texunit , GLenum target , GLenum pname , const GLfloat * param ) ;
- void glMultiTexParameteriEXT ( GLenum texunit , GLenum target , GLenum pname , GLint param ) ;
- void glMultiTexParameterivEXT ( GLenum texunit , GLenum target , GLenum pname , const GLint * param ) ;
- void glMultiTexRenderbufferEXT ( GLenum texunit , GLenum target , GLuint renderbuffer ) ;
- void glMultiTexSubImage1DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels ) ;
- void glMultiTexSubImage2DEXT ( GLenum texunit , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels ) ;
- 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 ) ;
- void glNamedBufferDataEXT ( GLuint buffer , GLsizeiptr size , const void * data , GLenum usage ) ;
- void glNamedBufferSubDataEXT ( GLuint buffer , GLintptr offset , GLsizeiptr size , const void * data ) ;
- void glNamedCopyBufferSubDataEXT ( GLuint readBuffer , GLuint writeBuffer , GLintptr readOffset , GLintptr writeOffset , GLsizeiptr size ) ;
- void glNamedFramebufferRenderbufferEXT ( GLuint framebuffer , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer ) ;
- void glNamedFramebufferTexture1DEXT ( GLuint framebuffer , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
- void glNamedFramebufferTexture2DEXT ( GLuint framebuffer , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
- void glNamedFramebufferTexture3DEXT ( GLuint framebuffer , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint zoffset ) ;
- void glNamedFramebufferTextureEXT ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level ) ;
- void glNamedFramebufferTextureFaceEXT ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level , GLenum face ) ;
- void glNamedFramebufferTextureLayerEXT ( GLuint framebuffer , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
- void glNamedProgramLocalParameter4dEXT ( GLuint program , GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glNamedProgramLocalParameter4dvEXT ( GLuint program , GLenum target , GLuint index , const GLdouble * params ) ;
- void glNamedProgramLocalParameter4fEXT ( GLuint program , GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glNamedProgramLocalParameter4fvEXT ( GLuint program , GLenum target , GLuint index , const GLfloat * params ) ;
- void glNamedProgramLocalParameterI4iEXT ( GLuint program , GLenum target , GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
- void glNamedProgramLocalParameterI4ivEXT ( GLuint program , GLenum target , GLuint index , const GLint * params ) ;
- void glNamedProgramLocalParameterI4uiEXT ( GLuint program , GLenum target , GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
- void glNamedProgramLocalParameterI4uivEXT ( GLuint program , GLenum target , GLuint index , const GLuint * params ) ;
- void glNamedProgramLocalParameters4fvEXT ( GLuint program , GLenum target , GLuint index , GLsizei count , const GLfloat * params ) ;
- void glNamedProgramLocalParametersI4ivEXT ( GLuint program , GLenum target , GLuint index , GLsizei count , const GLint * params ) ;
- void glNamedProgramLocalParametersI4uivEXT ( GLuint program , GLenum target , GLuint index , GLsizei count , const GLuint * params ) ;
- void glNamedProgramStringEXT ( GLuint program , GLenum target , GLenum format , GLsizei len , const void * string ) ;
- void glNamedRenderbufferStorageEXT ( GLuint renderbuffer , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glNamedRenderbufferStorageMultisampleCoverageEXT ( GLuint renderbuffer , GLsizei coverageSamples , GLsizei colorSamples , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glNamedRenderbufferStorageMultisampleEXT ( GLuint renderbuffer , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glProgramUniform1fEXT ( GLuint program , GLint location , GLfloat v0 ) ;
- void glProgramUniform1fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform1iEXT ( GLuint program , GLint location , GLint v0 ) ;
- void glProgramUniform1ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform1uiEXT ( GLuint program , GLint location , GLuint v0 ) ;
- void glProgramUniform1uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniform2fEXT ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 ) ;
- void glProgramUniform2fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform2iEXT ( GLuint program , GLint location , GLint v0 , GLint v1 ) ;
- void glProgramUniform2ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform2uiEXT ( GLuint program , GLint location , GLuint v0 , GLuint v1 ) ;
- void glProgramUniform2uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniform3fEXT ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 ) ;
- void glProgramUniform3fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform3iEXT ( GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 ) ;
- void glProgramUniform3ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform3uiEXT ( GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 ) ;
- void glProgramUniform3uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniform4fEXT ( GLuint program , GLint location , GLfloat v0 , GLfloat v1 , GLfloat v2 , GLfloat v3 ) ;
- void glProgramUniform4fvEXT ( GLuint program , GLint location , GLsizei count , const GLfloat * value ) ;
- void glProgramUniform4iEXT ( GLuint program , GLint location , GLint v0 , GLint v1 , GLint v2 , GLint v3 ) ;
- void glProgramUniform4ivEXT ( GLuint program , GLint location , GLsizei count , const GLint * value ) ;
- void glProgramUniform4uiEXT ( GLuint program , GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 ) ;
- void glProgramUniform4uivEXT ( GLuint program , GLint location , GLsizei count , const GLuint * value ) ;
- void glProgramUniformMatrix2fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix2x3fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix2x4fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix3fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix3x2fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix3x4fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix4fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix4x2fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glProgramUniformMatrix4x3fvEXT ( GLuint program , GLint location , GLsizei count , GLboolean transpose , const GLfloat * value ) ;
- void glPushClientAttribDefaultEXT ( GLbitfield mask ) ;
- void glTextureBufferEXT ( GLuint texture , GLenum target , GLenum internalformat , GLuint buffer ) ;
- void glTextureImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint internalformat , GLsizei width , GLint border , GLenum format , GLenum type , const void * pixels ) ;
- void glTextureImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint internalformat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const void * pixels ) ;
- 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 ) ;
- void glTextureParameterIivEXT ( GLuint texture , GLenum target , GLenum pname , const GLint * params ) ;
- void glTextureParameterIuivEXT ( GLuint texture , GLenum target , GLenum pname , const GLuint * params ) ;
- void glTextureParameterfEXT ( GLuint texture , GLenum target , GLenum pname , GLfloat param ) ;
- void glTextureParameterfvEXT ( GLuint texture , GLenum target , GLenum pname , const GLfloat * param ) ;
- void glTextureParameteriEXT ( GLuint texture , GLenum target , GLenum pname , GLint param ) ;
- void glTextureParameterivEXT ( GLuint texture , GLenum target , GLenum pname , const GLint * param ) ;
- void glTextureRenderbufferEXT ( GLuint texture , GLenum target , GLuint renderbuffer ) ;
- void glTextureSubImage1DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels ) ;
- void glTextureSubImage2DEXT ( GLuint texture , GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels ) ;
- 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 ) ;
- void glVertexArrayColorOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayEdgeFlagOffsetEXT ( GLuint vaobj , GLuint buffer , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayFogCoordOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayIndexOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayMultiTexCoordOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum texunit , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayNormalOffsetEXT ( GLuint vaobj , GLuint buffer , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArraySecondaryColorOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayTexCoordOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayVertexAttribIOffsetEXT ( GLuint vaobj , GLuint buffer , GLuint index , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayVertexAttribOffsetEXT ( GLuint vaobj , GLuint buffer , GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride , GLintptr offset ) ;
- void glVertexArrayVertexOffsetEXT ( GLuint vaobj , GLuint buffer , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glColorMaskIndexedEXT ( GLuint buf , GLboolean r , GLboolean g , GLboolean b , GLboolean a ) ;
- void glDisableIndexedEXT ( GLenum target , GLuint index ) ;
- void glEnableIndexedEXT ( GLenum target , GLuint index ) ;
- void glGetBooleanIndexedvEXT ( GLenum value , GLuint index , GLboolean * data ) ;
- void glGetIntegerIndexedvEXT ( GLenum value , GLuint index , GLint * data ) ;
- void glDrawArraysInstancedEXT ( GLenum mode , GLint start , GLsizei count , GLsizei primcount ) ;
- void glDrawElementsInstancedEXT ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices , GLsizei primcount ) ;
- void glDrawRangeElementsEXT ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- void glFogCoordPointerEXT ( GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glFogCoorddEXT ( GLdouble coord ) ;
- void glFogCoorddvEXT ( const GLdouble * coord ) ;
- void glFogCoordfEXT ( GLfloat coord ) ;
- void glFogCoordfvEXT ( const GLfloat * coord ) ;
- void glFragmentColorMaterialEXT ( GLenum face , GLenum mode ) ;
- void glFragmentLightModelfEXT ( GLenum pname , GLfloat param ) ;
- void glFragmentLightModelfvEXT ( GLenum pname , GLfloat * params ) ;
- void glFragmentLightModeliEXT ( GLenum pname , GLint param ) ;
- void glFragmentLightModelivEXT ( GLenum pname , GLint * params ) ;
- void glFragmentLightfEXT ( GLenum light , GLenum pname , GLfloat param ) ;
- void glFragmentLightfvEXT ( GLenum light , GLenum pname , GLfloat * params ) ;
- void glFragmentLightiEXT ( GLenum light , GLenum pname , GLint param ) ;
- void glFragmentLightivEXT ( GLenum light , GLenum pname , GLint * params ) ;
- void glFragmentMaterialfEXT ( GLenum face , GLenum pname , const GLfloat param ) ;
- void glFragmentMaterialfvEXT ( GLenum face , GLenum pname , const GLfloat * params ) ;
- void glFragmentMaterialiEXT ( GLenum face , GLenum pname , const GLint param ) ;
- void glFragmentMaterialivEXT ( GLenum face , GLenum pname , const GLint * params ) ;
- void glGetFragmentLightfvEXT ( GLenum light , GLenum pname , GLfloat * params ) ;
- void glGetFragmentLightivEXT ( GLenum light , GLenum pname , GLint * params ) ;
- void glGetFragmentMaterialfvEXT ( GLenum face , GLenum pname , const GLfloat * params ) ;
- void glGetFragmentMaterialivEXT ( GLenum face , GLenum pname , const GLint * params ) ;
- void glLightEnviEXT ( GLenum pname , GLint param ) ;
- void glBlitFramebufferEXT ( GLint srcX0 , GLint srcY0 , GLint srcX1 , GLint srcY1 , GLint dstX0 , GLint dstY0 , GLint dstX1 , GLint dstY1 , GLbitfield mask , GLenum filter ) ;
- void glRenderbufferStorageMultisampleEXT ( GLenum target , GLsizei samples , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glBindFramebufferEXT ( GLenum target , GLuint framebuffer ) ;
- void glBindRenderbufferEXT ( GLenum target , GLuint renderbuffer ) ;
- void glDeleteFramebuffersEXT ( GLsizei n , const GLuint * framebuffers ) ;
- void glDeleteRenderbuffersEXT ( GLsizei n , const GLuint * renderbuffers ) ;
- void glFramebufferRenderbufferEXT ( GLenum target , GLenum attachment , GLenum renderbuffertarget , GLuint renderbuffer ) ;
- void glFramebufferTexture1DEXT ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
- void glFramebufferTexture2DEXT ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level ) ;
- void glFramebufferTexture3DEXT ( GLenum target , GLenum attachment , GLenum textarget , GLuint texture , GLint level , GLint zoffset ) ;
- void glGenFramebuffersEXT ( GLsizei n , GLuint * framebuffers ) ;
- void glGenRenderbuffersEXT ( GLsizei n , GLuint * renderbuffers ) ;
- void glGenerateMipmapEXT ( GLenum target ) ;
- void glGetFramebufferAttachmentParameterivEXT ( GLenum target , GLenum attachment , GLenum pname , GLint * params ) ;
- void glGetRenderbufferParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- void glRenderbufferStorageEXT ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glFramebufferTextureEXT ( GLenum target , GLenum attachment , GLuint texture , GLint level ) ;
- void glFramebufferTextureFaceEXT ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLenum face ) ;
- void glProgramParameteriEXT ( GLuint program , GLenum pname , GLint value ) ;
- void glProgramEnvParameters4fvEXT ( GLenum target , GLuint index , GLsizei count , const GLfloat * params ) ;
- void glProgramLocalParameters4fvEXT ( GLenum target , GLuint index , GLsizei count , const GLfloat * params ) ;
- void glBindFragDataLocationEXT ( GLuint program , GLuint color , const GLchar * name ) ;
- void glGetUniformuivEXT ( GLuint program , GLint location , GLuint * params ) ;
- void glGetVertexAttribIivEXT ( GLuint index , GLenum pname , GLint * params ) ;
- void glGetVertexAttribIuivEXT ( GLuint index , GLenum pname , GLuint * params ) ;
- void glUniform1uiEXT ( GLint location , GLuint v0 ) ;
- void glUniform1uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
- void glUniform2uiEXT ( GLint location , GLuint v0 , GLuint v1 ) ;
- void glUniform2uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
- void glUniform3uiEXT ( GLint location , GLuint v0 , GLuint v1 , GLuint v2 ) ;
- void glUniform3uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
- void glUniform4uiEXT ( GLint location , GLuint v0 , GLuint v1 , GLuint v2 , GLuint v3 ) ;
- void glUniform4uivEXT ( GLint location , GLsizei count , const GLuint * value ) ;
- void glVertexAttribI1iEXT ( GLuint index , GLint x ) ;
- void glVertexAttribI1ivEXT ( GLuint index , const GLint * v ) ;
- void glVertexAttribI1uiEXT ( GLuint index , GLuint x ) ;
- void glVertexAttribI1uivEXT ( GLuint index , const GLuint * v ) ;
- void glVertexAttribI2iEXT ( GLuint index , GLint x , GLint y ) ;
- void glVertexAttribI2ivEXT ( GLuint index , const GLint * v ) ;
- void glVertexAttribI2uiEXT ( GLuint index , GLuint x , GLuint y ) ;
- void glVertexAttribI2uivEXT ( GLuint index , const GLuint * v ) ;
- void glVertexAttribI3iEXT ( GLuint index , GLint x , GLint y , GLint z ) ;
- void glVertexAttribI3ivEXT ( GLuint index , const GLint * v ) ;
- void glVertexAttribI3uiEXT ( GLuint index , GLuint x , GLuint y , GLuint z ) ;
- void glVertexAttribI3uivEXT ( GLuint index , const GLuint * v ) ;
- void glVertexAttribI4bvEXT ( GLuint index , const GLbyte * v ) ;
- void glVertexAttribI4iEXT ( GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
- void glVertexAttribI4ivEXT ( GLuint index , const GLint * v ) ;
- void glVertexAttribI4svEXT ( GLuint index , const GLshort * v ) ;
- void glVertexAttribI4ubvEXT ( GLuint index , const GLubyte * v ) ;
- void glVertexAttribI4uiEXT ( GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
- void glVertexAttribI4uivEXT ( GLuint index , const GLuint * v ) ;
- void glVertexAttribI4usvEXT ( GLuint index , const GLushort * v ) ;
- void glVertexAttribIPointerEXT ( GLuint index , GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glGetHistogramEXT ( GLenum target , GLboolean reset , GLenum format , GLenum type , void * values ) ;
- void glGetHistogramParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetHistogramParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetMinmaxEXT ( GLenum target , GLboolean reset , GLenum format , GLenum type , void * values ) ;
- void glGetMinmaxParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetMinmaxParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- void glHistogramEXT ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- void glMinmaxEXT ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- void glResetHistogramEXT ( GLenum target ) ;
- void glResetMinmaxEXT ( GLenum target ) ;
- void glIndexFuncEXT ( GLenum func , GLfloat ref ) ;
- void glIndexMaterialEXT ( GLenum face , GLenum mode ) ;
- void glApplyTextureEXT ( GLenum mode ) ;
- void glTextureLightEXT ( GLenum pname ) ;
- void glTextureMaterialEXT ( GLenum face , GLenum mode ) ;
- void glMultiDrawArraysEXT ( GLenum mode , const GLint * first , const GLsizei * count , GLsizei primcount ) ;
- void glMultiDrawElementsEXT ( GLenum mode , GLsizei * count , GLenum type , const GLvoid * * indices , GLsizei primcount ) ;
- void glSampleMaskEXT ( GLclampf value , GLboolean invert ) ;
- void glSamplePatternEXT ( GLenum pattern ) ;
- void glColorTableEXT ( GLenum target , GLenum internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ;
- void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , void * data ) ;
- void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetPixelTransformParameterfvEXT ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glGetPixelTransformParameterivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
- void glPixelTransformParameterfEXT ( GLenum target , GLenum pname , const GLfloat param ) ;
- void glPixelTransformParameterfvEXT ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glPixelTransformParameteriEXT ( GLenum target , GLenum pname , const GLint param ) ;
- void glPixelTransformParameterivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
- void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- void glProvokingVertexEXT ( GLenum mode ) ;
- void glBeginSceneEXT ( ) ;
- void glEndSceneEXT ( ) ;
- void glSecondaryColor3bEXT ( GLbyte red , GLbyte green , GLbyte blue ) ;
- void glSecondaryColor3bvEXT ( const GLbyte * v ) ;
- void glSecondaryColor3dEXT ( GLdouble red , GLdouble green , GLdouble blue ) ;
- void glSecondaryColor3dvEXT ( const GLdouble * v ) ;
- void glSecondaryColor3fEXT ( GLfloat red , GLfloat green , GLfloat blue ) ;
- void glSecondaryColor3fvEXT ( const GLfloat * v ) ;
- void glSecondaryColor3iEXT ( GLint red , GLint green , GLint blue ) ;
- void glSecondaryColor3ivEXT ( const GLint * v ) ;
- void glSecondaryColor3sEXT ( GLshort red , GLshort green , GLshort blue ) ;
- void glSecondaryColor3svEXT ( const GLshort * v ) ;
- void glSecondaryColor3ubEXT ( GLubyte red , GLubyte green , GLubyte blue ) ;
- void glSecondaryColor3ubvEXT ( const GLubyte * v ) ;
- void glSecondaryColor3uiEXT ( GLuint red , GLuint green , GLuint blue ) ;
- void glSecondaryColor3uivEXT ( const GLuint * v ) ;
- void glSecondaryColor3usEXT ( GLushort red , GLushort green , GLushort blue ) ;
- void glSecondaryColor3usvEXT ( const GLushort * v ) ;
- void glSecondaryColorPointerEXT ( GLint size , GLenum type , GLsizei stride , const GLvoid * pointer ) ;
- void glActiveProgramEXT ( GLuint program ) ;
- void glUseShaderProgramEXT ( GLenum type , GLuint program ) ;
- void glBindImageTextureEXT ( GLuint index , GLuint texture , GLint level , GLboolean layered , GLint layer , GLenum access , GLint format ) ;
- void glMemoryBarrierEXT ( GLbitfield barriers ) ;
- void glActiveStencilFaceEXT ( GLenum face ) ;
- void glTexSubImage1DEXT ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const void * pixels ) ;
- void glTexSubImage2DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * pixels ) ;
- 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 ) ;
- void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const void * pixels ) ;
- void glFramebufferTextureLayerEXT ( GLenum target , GLenum attachment , GLuint texture , GLint level , GLint layer ) ;
- void glTexBufferEXT ( GLenum target , GLenum internalformat , GLuint buffer ) ;
- void glClearColorIiEXT ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- void glClearColorIuiEXT ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- void glGetTexParameterIivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetTexParameterIuivEXT ( GLenum target , GLenum pname , GLuint * params ) ;
- void glTexParameterIivEXT ( GLenum target , GLenum pname , const GLint * params ) ;
- void glTexParameterIuivEXT ( GLenum target , GLenum pname , const GLuint * params ) ;
- void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- void glTextureNormalEXT ( GLenum mode ) ;
- void glGetQueryObjecti64vEXT ( GLuint id , GLenum pname , GLint64EXT * params ) ;
- void glGetQueryObjectui64vEXT ( GLuint id , GLenum pname , GLuint64EXT * params ) ;
- void glBeginTransformFeedbackEXT ( GLenum primitiveMode ) ;
- void glBindBufferBaseEXT ( GLenum target , GLuint index , GLuint buffer ) ;
- void glBindBufferOffsetEXT ( GLenum target , GLuint index , GLuint buffer , GLintptr offset ) ;
- void glBindBufferRangeEXT ( GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size ) ;
- void glEndTransformFeedbackEXT ( ) ;
- void glGetTransformFeedbackVaryingEXT ( GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLsizei * size , GLenum * type , char * name ) ;
- void glTransformFeedbackVaryingsEXT ( GLuint program , GLsizei count , const char * * varyings , GLenum bufferMode ) ;
- void glArrayElementEXT ( GLint i ) ;
- void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
- void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * pointer ) ;
- void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
- void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
- void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
- void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const void * pointer ) ;
- void glGetVertexAttribLdvEXT ( GLuint index , GLenum pname , GLdouble * params ) ;
- void glVertexArrayVertexAttribLOffsetEXT ( GLuint vaobj , GLuint buffer , GLuint index , GLint size , GLenum type , GLsizei stride , GLintptr offset ) ;
- void glVertexAttribL1dEXT ( GLuint index , GLdouble x ) ;
- void glVertexAttribL1dvEXT ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribL2dEXT ( GLuint index , GLdouble x , GLdouble y ) ;
- void glVertexAttribL2dvEXT ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribL3dEXT ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertexAttribL3dvEXT ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribL4dEXT ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertexAttribL4dvEXT ( GLuint index , const GLdouble * v ) ;
- void glVertexAttribLPointerEXT ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
- void glBeginVertexShaderEXT ( ) ;
- void glBindVertexShaderEXT ( GLuint id ) ;
- void glDeleteVertexShaderEXT ( GLuint id ) ;
- void glDisableVariantClientStateEXT ( GLuint id ) ;
- void glEnableVariantClientStateEXT ( GLuint id ) ;
- void glEndVertexShaderEXT ( ) ;
- void glExtractComponentEXT ( GLuint res , GLuint src , GLuint num ) ;
- void glGetInvariantBooleanvEXT ( GLuint id , GLenum value , GLboolean * data ) ;
- void glGetInvariantFloatvEXT ( GLuint id , GLenum value , GLfloat * data ) ;
- void glGetInvariantIntegervEXT ( GLuint id , GLenum value , GLint * data ) ;
- void glGetLocalConstantBooleanvEXT ( GLuint id , GLenum value , GLboolean * data ) ;
- void glGetLocalConstantFloatvEXT ( GLuint id , GLenum value , GLfloat * data ) ;
- void glGetLocalConstantIntegervEXT ( GLuint id , GLenum value , GLint * data ) ;
- void glGetVariantBooleanvEXT ( GLuint id , GLenum value , GLboolean * data ) ;
- void glGetVariantFloatvEXT ( GLuint id , GLenum value , GLfloat * data ) ;
- void glGetVariantIntegervEXT ( GLuint id , GLenum value , GLint * data ) ;
- void glGetVariantPointervEXT ( GLuint id , GLenum value , GLvoid * * data ) ;
- void glInsertComponentEXT ( GLuint res , GLuint src , GLuint num ) ;
- void glSetInvariantEXT ( GLuint id , GLenum type , GLvoid * addr ) ;
- void glSetLocalConstantEXT ( GLuint id , GLenum type , GLvoid * addr ) ;
- void glShaderOp1EXT ( GLenum op , GLuint res , GLuint arg1 ) ;
- void glShaderOp2EXT ( GLenum op , GLuint res , GLuint arg1 , GLuint arg2 ) ;
- void glShaderOp3EXT ( GLenum op , GLuint res , GLuint arg1 , GLuint arg2 , GLuint arg3 ) ;
- void glSwizzleEXT ( GLuint res , GLuint in , GLenum outX , GLenum outY , GLenum outZ , GLenum outW ) ;
- void glVariantPointerEXT ( GLuint id , GLenum type , GLuint stride , GLvoid * addr ) ;
- void glVariantbvEXT ( GLuint id , GLbyte * addr ) ;
- void glVariantdvEXT ( GLuint id , GLdouble * addr ) ;
- void glVariantfvEXT ( GLuint id , GLfloat * addr ) ;
- void glVariantivEXT ( GLuint id , GLint * addr ) ;
- void glVariantsvEXT ( GLuint id , GLshort * addr ) ;
- void glVariantubvEXT ( GLuint id , GLubyte * addr ) ;
- void glVariantuivEXT ( GLuint id , GLuint * addr ) ;
- void glVariantusvEXT ( GLuint id , GLushort * addr ) ;
- void glWriteMaskEXT ( GLuint res , GLuint in , GLenum outX , GLenum outY , GLenum outZ , GLenum outW ) ;
- void glVertexWeightPointerEXT ( GLint size , GLenum type , GLsizei stride , void * pointer ) ;
- void glVertexWeightfEXT ( GLfloat weight ) ;
- void glVertexWeightfvEXT ( GLfloat * weight ) ;
- void glFrameTerminatorGREMEDY ( ) ;
- void glStringMarkerGREMEDY ( GLsizei len , const void * string ) ;
- void glGetImageTransformParameterfvHP ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glGetImageTransformParameterivHP ( GLenum target , GLenum pname , const GLint * params ) ;
- void glImageTransformParameterfHP ( GLenum target , GLenum pname , const GLfloat param ) ;
- void glImageTransformParameterfvHP ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glImageTransformParameteriHP ( GLenum target , GLenum pname , const GLint param ) ;
- void glImageTransformParameterivHP ( GLenum target , GLenum pname , const GLint * params ) ;
- void glMultiModeDrawArraysIBM ( const GLenum * mode , const GLint * first , const GLsizei * count , GLsizei primcount , GLint modestride ) ;
- void glMultiModeDrawElementsIBM ( const GLenum * mode , const GLsizei * count , GLenum type , const GLvoid * const * indices , GLsizei primcount , GLint modestride ) ;
- void glColorPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glEdgeFlagPointerListIBM ( GLint stride , const GLboolean * * pointer , GLint ptrstride ) ;
- void glFogCoordPointerListIBM ( GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glIndexPointerListIBM ( GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glNormalPointerListIBM ( GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glSecondaryColorPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glTexCoordPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glVertexPointerListIBM ( GLint size , GLenum type , GLint stride , const GLvoid * * pointer , GLint ptrstride ) ;
- void glColorPointervINTEL ( GLint size , GLenum type , const void * * pointer ) ;
- void glNormalPointervINTEL ( GLenum type , const void * * pointer ) ;
- void glTexCoordPointervINTEL ( GLint size , GLenum type , const void * * pointer ) ;
- void glVertexPointervINTEL ( GLint size , GLenum type , const void * * pointer ) ;
- void glTexScissorFuncINTEL ( GLenum target , GLenum lfunc , GLenum hfunc ) ;
- void glTexScissorINTEL ( GLenum target , GLclampf tlow , GLclampf thigh ) ;
- void glDeleteBufferRegion ( GLenum region ) ;
- void glDrawBufferRegion ( GLuint region , GLint x , GLint y , GLsizei width , GLsizei height , GLint xDest , GLint yDest ) ;
- void glReadBufferRegion ( GLuint region , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- void glResizeBuffersMESA ( ) ;
- void glWindowPos2dMESA ( GLdouble x , GLdouble y ) ;
- void glWindowPos2dvMESA ( const GLdouble * p ) ;
- void glWindowPos2fMESA ( GLfloat x , GLfloat y ) ;
- void glWindowPos2fvMESA ( const GLfloat * p ) ;
- void glWindowPos2iMESA ( GLint x , GLint y ) ;
- void glWindowPos2ivMESA ( const GLint * p ) ;
- void glWindowPos2sMESA ( GLshort x , GLshort y ) ;
- void glWindowPos2svMESA ( const GLshort * p ) ;
- void glWindowPos3dMESA ( GLdouble x , GLdouble y , GLdouble z ) ;
- void glWindowPos3dvMESA ( const GLdouble * p ) ;
- void glWindowPos3fMESA ( GLfloat x , GLfloat y , GLfloat z ) ;
- void glWindowPos3fvMESA ( const GLfloat * p ) ;
- void glWindowPos3iMESA ( GLint x , GLint y , GLint z ) ;
- void glWindowPos3ivMESA ( const GLint * p ) ;
- void glWindowPos3sMESA ( GLshort x , GLshort y , GLshort z ) ;
- void glWindowPos3svMESA ( const GLshort * p ) ;
- void glWindowPos4dMESA ( GLdouble x , GLdouble y , GLdouble z , GLdouble ) ;
- void glWindowPos4dvMESA ( const GLdouble * p ) ;
- void glWindowPos4fMESA ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glWindowPos4fvMESA ( const GLfloat * p ) ;
- void glWindowPos4iMESA ( GLint x , GLint y , GLint z , GLint w ) ;
- void glWindowPos4ivMESA ( const GLint * p ) ;
- void glWindowPos4sMESA ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glWindowPos4svMESA ( const GLshort * p ) ;
- void glBeginConditionalRenderNV ( GLuint id , GLenum mode ) ;
- void glEndConditionalRenderNV ( ) ;
- 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 ) ;
- void glClearDepthdNV ( GLdouble depth ) ;
- void glDepthBoundsdNV ( GLdouble zmin , GLdouble zmax ) ;
- void glDepthRangedNV ( GLdouble zNear , GLdouble zFar ) ;
- void glEvalMapsNV ( GLenum target , GLenum mode ) ;
- void glGetMapAttribParameterfvNV ( GLenum target , GLuint index , GLenum pname , GLfloat * params ) ;
- void glGetMapAttribParameterivNV ( GLenum target , GLuint index , GLenum pname , GLint * params ) ;
- void glGetMapControlPointsNV ( GLenum target , GLuint index , GLenum type , GLsizei ustride , GLsizei vstride , GLboolean packed , void * points ) ;
- void glGetMapParameterfvNV ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetMapParameterivNV ( GLenum target , GLenum pname , GLint * params ) ;
- void glMapControlPointsNV ( GLenum target , GLuint index , GLenum type , GLsizei ustride , GLsizei vstride , GLint uorder , GLint vorder , GLboolean packed , const void * points ) ;
- void glMapParameterfvNV ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glMapParameterivNV ( GLenum target , GLenum pname , const GLint * params ) ;
- void glGetMultisamplefvNV ( GLenum pname , GLuint index , GLfloat * val ) ;
- void glSampleMaskIndexedNV ( GLuint index , GLbitfield mask ) ;
- void glTexRenderbufferNV ( GLenum target , GLuint renderbuffer ) ;
- void glDeleteFencesNV ( GLsizei n , const GLuint * fences ) ;
- void glFinishFenceNV ( GLuint fence ) ;
- void glGenFencesNV ( GLsizei n , GLuint * fences ) ;
- void glGetFenceivNV ( GLuint fence , GLenum pname , GLint * params ) ;
- void glSetFenceNV ( GLuint fence , GLenum condition ) ;
- void glGetProgramNamedParameterdvNV ( GLuint id , GLsizei len , const GLubyte * name , GLdouble * params ) ;
- void glGetProgramNamedParameterfvNV ( GLuint id , GLsizei len , const GLubyte * name , GLfloat * params ) ;
- void glProgramNamedParameter4dNV ( GLuint id , GLsizei len , const GLubyte * name , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glProgramNamedParameter4dvNV ( GLuint id , GLsizei len , const GLubyte * name , const GLdouble v [ ] ) ;
- void glProgramNamedParameter4fNV ( GLuint id , GLsizei len , const GLubyte * name , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glProgramNamedParameter4fvNV ( GLuint id , GLsizei len , const GLubyte * name , const GLfloat v [ ] ) ;
- void glRenderbufferStorageMultisampleCoverageNV ( GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLenum internalformat , GLsizei width , GLsizei height ) ;
- void glProgramVertexLimitNV ( GLenum target , GLint limit ) ;
- void glProgramEnvParameterI4iNV ( GLenum target , GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
- void glProgramEnvParameterI4ivNV ( GLenum target , GLuint index , const GLint * params ) ;
- void glProgramEnvParameterI4uiNV ( GLenum target , GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
- void glProgramEnvParameterI4uivNV ( GLenum target , GLuint index , const GLuint * params ) ;
- void glProgramEnvParametersI4ivNV ( GLenum target , GLuint index , GLsizei count , const GLint * params ) ;
- void glProgramEnvParametersI4uivNV ( GLenum target , GLuint index , GLsizei count , const GLuint * params ) ;
- void glProgramLocalParameterI4iNV ( GLenum target , GLuint index , GLint x , GLint y , GLint z , GLint w ) ;
- void glProgramLocalParameterI4ivNV ( GLenum target , GLuint index , const GLint * params ) ;
- void glProgramLocalParameterI4uiNV ( GLenum target , GLuint index , GLuint x , GLuint y , GLuint z , GLuint w ) ;
- void glProgramLocalParameterI4uivNV ( GLenum target , GLuint index , const GLuint * params ) ;
- void glProgramLocalParametersI4ivNV ( GLenum target , GLuint index , GLsizei count , const GLint * params ) ;
- void glProgramLocalParametersI4uivNV ( GLenum target , GLuint index , GLsizei count , const GLuint * params ) ;
- void glGetUniformi64vNV ( GLuint program , GLint location , GLint64EXT * params ) ;
- void glGetUniformui64vNV ( GLuint program , GLint location , GLuint64EXT * params ) ;
- void glProgramUniform1i64NV ( GLuint program , GLint location , GLint64EXT x ) ;
- void glProgramUniform1i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glProgramUniform1ui64NV ( GLuint program , GLint location , GLuint64EXT x ) ;
- void glProgramUniform1ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glProgramUniform2i64NV ( GLuint program , GLint location , GLint64EXT x , GLint64EXT y ) ;
- void glProgramUniform2i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glProgramUniform2ui64NV ( GLuint program , GLint location , GLuint64EXT x , GLuint64EXT y ) ;
- void glProgramUniform2ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glProgramUniform3i64NV ( GLuint program , GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z ) ;
- void glProgramUniform3i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glProgramUniform3ui64NV ( GLuint program , GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z ) ;
- void glProgramUniform3ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glProgramUniform4i64NV ( GLuint program , GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z , GLint64EXT w ) ;
- void glProgramUniform4i64vNV ( GLuint program , GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glProgramUniform4ui64NV ( GLuint program , GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z , GLuint64EXT w ) ;
- void glProgramUniform4ui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glUniform1i64NV ( GLint location , GLint64EXT x ) ;
- void glUniform1i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glUniform1ui64NV ( GLint location , GLuint64EXT x ) ;
- void glUniform1ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glUniform2i64NV ( GLint location , GLint64EXT x , GLint64EXT y ) ;
- void glUniform2i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glUniform2ui64NV ( GLint location , GLuint64EXT x , GLuint64EXT y ) ;
- void glUniform2ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glUniform3i64NV ( GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z ) ;
- void glUniform3i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glUniform3ui64NV ( GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z ) ;
- void glUniform3ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glUniform4i64NV ( GLint location , GLint64EXT x , GLint64EXT y , GLint64EXT z , GLint64EXT w ) ;
- void glUniform4i64vNV ( GLint location , GLsizei count , const GLint64EXT * value ) ;
- void glUniform4ui64NV ( GLint location , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z , GLuint64EXT w ) ;
- void glUniform4ui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glColor3hNV ( GLhalf red , GLhalf green , GLhalf blue ) ;
- void glColor3hvNV ( const GLhalf * v ) ;
- void glColor4hNV ( GLhalf red , GLhalf green , GLhalf blue , GLhalf alpha ) ;
- void glColor4hvNV ( const GLhalf * v ) ;
- void glFogCoordhNV ( GLhalf fog ) ;
- void glFogCoordhvNV ( const GLhalf * fog ) ;
- void glMultiTexCoord1hNV ( GLenum target , GLhalf s ) ;
- void glMultiTexCoord1hvNV ( GLenum target , const GLhalf * v ) ;
- void glMultiTexCoord2hNV ( GLenum target , GLhalf s , GLhalf t ) ;
- void glMultiTexCoord2hvNV ( GLenum target , const GLhalf * v ) ;
- void glMultiTexCoord3hNV ( GLenum target , GLhalf s , GLhalf t , GLhalf r ) ;
- void glMultiTexCoord3hvNV ( GLenum target , const GLhalf * v ) ;
- void glMultiTexCoord4hNV ( GLenum target , GLhalf s , GLhalf t , GLhalf r , GLhalf q ) ;
- void glMultiTexCoord4hvNV ( GLenum target , const GLhalf * v ) ;
- void glNormal3hNV ( GLhalf nx , GLhalf ny , GLhalf nz ) ;
- void glNormal3hvNV ( const GLhalf * v ) ;
- void glSecondaryColor3hNV ( GLhalf red , GLhalf green , GLhalf blue ) ;
- void glSecondaryColor3hvNV ( const GLhalf * v ) ;
- void glTexCoord1hNV ( GLhalf s ) ;
- void glTexCoord1hvNV ( const GLhalf * v ) ;
- void glTexCoord2hNV ( GLhalf s , GLhalf t ) ;
- void glTexCoord2hvNV ( const GLhalf * v ) ;
- void glTexCoord3hNV ( GLhalf s , GLhalf t , GLhalf r ) ;
- void glTexCoord3hvNV ( const GLhalf * v ) ;
- void glTexCoord4hNV ( GLhalf s , GLhalf t , GLhalf r , GLhalf q ) ;
- void glTexCoord4hvNV ( const GLhalf * v ) ;
- void glVertex2hNV ( GLhalf x , GLhalf y ) ;
- void glVertex2hvNV ( const GLhalf * v ) ;
- void glVertex3hNV ( GLhalf x , GLhalf y , GLhalf z ) ;
- void glVertex3hvNV ( const GLhalf * v ) ;
- void glVertex4hNV ( GLhalf x , GLhalf y , GLhalf z , GLhalf w ) ;
- void glVertex4hvNV ( const GLhalf * v ) ;
- void glVertexAttrib1hNV ( GLuint index , GLhalf x ) ;
- void glVertexAttrib1hvNV ( GLuint index , const GLhalf * v ) ;
- void glVertexAttrib2hNV ( GLuint index , GLhalf x , GLhalf y ) ;
- void glVertexAttrib2hvNV ( GLuint index , const GLhalf * v ) ;
- void glVertexAttrib3hNV ( GLuint index , GLhalf x , GLhalf y , GLhalf z ) ;
- void glVertexAttrib3hvNV ( GLuint index , const GLhalf * v ) ;
- void glVertexAttrib4hNV ( GLuint index , GLhalf x , GLhalf y , GLhalf z , GLhalf w ) ;
- void glVertexAttrib4hvNV ( GLuint index , const GLhalf * v ) ;
- void glVertexAttribs1hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
- void glVertexAttribs2hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
- void glVertexAttribs3hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
- void glVertexAttribs4hvNV ( GLuint index , GLsizei n , const GLhalf * v ) ;
- void glVertexWeighthNV ( GLhalf weight ) ;
- void glVertexWeighthvNV ( const GLhalf * weight ) ;
- void glBeginOcclusionQueryNV ( GLuint id ) ;
- void glDeleteOcclusionQueriesNV ( GLsizei n , const GLuint * ids ) ;
- void glEndOcclusionQueryNV ( ) ;
- void glGenOcclusionQueriesNV ( GLsizei n , GLuint * ids ) ;
- void glGetOcclusionQueryivNV ( GLuint id , GLenum pname , GLint * params ) ;
- void glGetOcclusionQueryuivNV ( GLuint id , GLenum pname , GLuint * params ) ;
- void glProgramBufferParametersIivNV ( GLenum target , GLuint buffer , GLuint index , GLsizei count , const GLint * params ) ;
- void glProgramBufferParametersIuivNV ( GLenum target , GLuint buffer , GLuint index , GLsizei count , const GLuint * params ) ;
- void glProgramBufferParametersfvNV ( GLenum target , GLuint buffer , GLuint index , GLsizei count , const GLfloat * params ) ;
- void glCopyPathNV ( GLuint resultPath , GLuint srcPath ) ;
- void glCoverFillPathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLenum coverMode , GLenum transformType , const GLfloat * transformValues ) ;
- void glCoverFillPathNV ( GLuint path , GLenum coverMode ) ;
- void glCoverStrokePathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLenum coverMode , GLenum transformType , const GLfloat * transformValues ) ;
- void glCoverStrokePathNV ( GLuint name , GLenum coverMode ) ;
- void glDeletePathsNV ( GLuint path , GLsizei range ) ;
- void glGetPathColorGenfvNV ( GLenum color , GLenum pname , GLfloat * value ) ;
- void glGetPathColorGenivNV ( GLenum color , GLenum pname , GLint * value ) ;
- void glGetPathCommandsNV ( GLuint name , GLubyte * commands ) ;
- void glGetPathCoordsNV ( GLuint name , GLfloat * coords ) ;
- void glGetPathDashArrayNV ( GLuint name , GLfloat * dashArray ) ;
- void glGetPathMetricRangeNV ( GLbitfield metricQueryMask , GLuint fistPathName , GLsizei numPaths , GLsizei stride , GLfloat * metrics ) ;
- void glGetPathMetricsNV ( GLbitfield metricQueryMask , GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLsizei stride , GLfloat * metrics ) ;
- void glGetPathParameterfvNV ( GLuint name , GLenum param , GLfloat * value ) ;
- void glGetPathParameterivNV ( GLuint name , GLenum param , GLint * value ) ;
- void glGetPathSpacingNV ( GLenum pathListMode , GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLfloat advanceScale , GLfloat kerningScale , GLenum transformType , GLfloat * returnedSpacing ) ;
- void glGetPathTexGenfvNV ( GLenum texCoordSet , GLenum pname , GLfloat * value ) ;
- void glGetPathTexGenivNV ( GLenum texCoordSet , GLenum pname , GLint * value ) ;
- void glInterpolatePathsNV ( GLuint resultPath , GLuint pathA , GLuint pathB , GLfloat weight ) ;
- void glPathColorGenNV ( GLenum color , GLenum genMode , GLenum colorFormat , const GLfloat * coeffs ) ;
- void glPathCommandsNV ( GLuint path , GLsizei numCommands , const GLubyte * commands , GLsizei numCoords , GLenum coordType , const GLvoid * coords ) ;
- void glPathCoordsNV ( GLuint path , GLsizei numCoords , GLenum coordType , const void * coords ) ;
- void glPathCoverDepthFuncNV ( GLenum zfunc ) ;
- void glPathDashArrayNV ( GLuint path , GLsizei dashCount , const GLfloat * dashArray ) ;
- void glPathFogGenNV ( GLenum genMode ) ;
- void glPathGlyphRangeNV ( GLuint firstPathName , GLenum fontTarget , const void * fontName , GLbitfield fontStyle , GLuint firstGlyph , GLsizei numGlyphs , GLenum handleMissingGlyphs , GLuint pathParameterTemplate , GLfloat emScale ) ;
- void glPathGlyphsNV ( GLuint firstPathName , GLenum fontTarget , const void * fontName , GLbitfield fontStyle , GLsizei numGlyphs , GLenum type , const GLvoid * charcodes , GLenum handleMissingGlyphs , GLuint pathParameterTemplate , GLfloat emScale ) ;
- void glPathParameterfNV ( GLuint path , GLenum pname , GLfloat value ) ;
- void glPathParameterfvNV ( GLuint path , GLenum pname , const GLfloat * value ) ;
- void glPathParameteriNV ( GLuint path , GLenum pname , GLint value ) ;
- void glPathParameterivNV ( GLuint path , GLenum pname , const GLint * value ) ;
- void glPathStencilDepthOffsetNV ( GLfloat factor , GLint units ) ;
- void glPathStencilFuncNV ( GLenum func , GLint ref , GLuint mask ) ;
- void glPathStringNV ( GLuint path , GLenum format , GLsizei length , const void * pathString ) ;
- void glPathSubCommandsNV ( GLuint path , GLsizei commandStart , GLsizei commandsToDelete , GLsizei numCommands , const GLubyte * commands , GLsizei numCoords , GLenum coordType , const GLvoid * coords ) ;
- void glPathSubCoordsNV ( GLuint path , GLsizei coordStart , GLsizei numCoords , GLenum coordType , const void * coords ) ;
- void glPathTexGenNV ( GLenum texCoordSet , GLenum genMode , GLint components , const GLfloat * coeffs ) ;
- void glStencilFillPathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLenum fillMode , GLuint mask , GLenum transformType , const GLfloat * transformValues ) ;
- void glStencilFillPathNV ( GLuint path , GLenum fillMode , GLuint mask ) ;
- void glStencilStrokePathInstancedNV ( GLsizei numPaths , GLenum pathNameType , const void * paths , GLuint pathBase , GLint reference , GLuint mask , GLenum transformType , const GLfloat * transformValues ) ;
- void glStencilStrokePathNV ( GLuint path , GLint reference , GLuint mask ) ;
- void glTransformPathNV ( GLuint resultPath , GLuint srcPath , GLenum transformType , const GLfloat * transformValues ) ;
- void glWeightPathsNV ( GLuint resultPath , GLsizei numPaths , const GLuint paths [ ] , const GLfloat weights [ ] ) ;
- void glFlushPixelDataRangeNV ( GLenum target ) ;
- void glPixelDataRangeNV ( GLenum target , GLsizei length , void * pointer ) ;
- void glPointParameteriNV ( GLenum pname , GLint param ) ;
- void glPointParameterivNV ( GLenum pname , const GLint * params ) ;
- void glGetVideoi64vNV ( GLuint video_slot , GLenum pname , GLint64EXT * params ) ;
- void glGetVideoivNV ( GLuint video_slot , GLenum pname , GLint * params ) ;
- void glGetVideoui64vNV ( GLuint video_slot , GLenum pname , GLuint64EXT * params ) ;
- void glGetVideouivNV ( GLuint video_slot , GLenum pname , GLuint * params ) ;
- 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 ) ;
- 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 ) ;
- void glPrimitiveRestartIndexNV ( GLuint index ) ;
- void glPrimitiveRestartNV ( ) ;
- void glCombinerInputNV ( GLenum stage , GLenum portion , GLenum variable , GLenum input , GLenum mapping , GLenum componentUsage ) ;
- void glCombinerOutputNV ( GLenum stage , GLenum portion , GLenum abOutput , GLenum cdOutput , GLenum sumOutput , GLenum scale , GLenum bias , GLboolean abDotProduct , GLboolean cdDotProduct , GLboolean muxSum ) ;
- void glCombinerParameterfNV ( GLenum pname , GLfloat param ) ;
- void glCombinerParameterfvNV ( GLenum pname , const GLfloat * params ) ;
- void glCombinerParameteriNV ( GLenum pname , GLint param ) ;
- void glCombinerParameterivNV ( GLenum pname , const GLint * params ) ;
- void glFinalCombinerInputNV ( GLenum variable , GLenum input , GLenum mapping , GLenum componentUsage ) ;
- void glGetCombinerInputParameterfvNV ( GLenum stage , GLenum portion , GLenum variable , GLenum pname , GLfloat * params ) ;
- void glGetCombinerInputParameterivNV ( GLenum stage , GLenum portion , GLenum variable , GLenum pname , GLint * params ) ;
- void glGetCombinerOutputParameterfvNV ( GLenum stage , GLenum portion , GLenum pname , GLfloat * params ) ;
- void glGetCombinerOutputParameterivNV ( GLenum stage , GLenum portion , GLenum pname , GLint * params ) ;
- void glGetFinalCombinerInputParameterfvNV ( GLenum variable , GLenum pname , GLfloat * params ) ;
- void glGetFinalCombinerInputParameterivNV ( GLenum variable , GLenum pname , GLint * params ) ;
- void glCombinerStageParameterfvNV ( GLenum stage , GLenum pname , const GLfloat * params ) ;
- void glGetCombinerStageParameterfvNV ( GLenum stage , GLenum pname , GLfloat * params ) ;
- void glGetBufferParameterui64vNV ( GLenum target , GLenum pname , GLuint64EXT * params ) ;
- void glGetIntegerui64vNV ( GLenum value , GLuint64EXT * result ) ;
- void glGetNamedBufferParameterui64vNV ( GLuint buffer , GLenum pname , GLuint64EXT * params ) ;
- void glMakeBufferNonResidentNV ( GLenum target ) ;
- void glMakeBufferResidentNV ( GLenum target , GLenum access ) ;
- void glMakeNamedBufferNonResidentNV ( GLuint buffer ) ;
- void glMakeNamedBufferResidentNV ( GLuint buffer , GLenum access ) ;
- void glProgramUniformui64NV ( GLuint program , GLint location , GLuint64EXT value ) ;
- void glProgramUniformui64vNV ( GLuint program , GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glUniformui64NV ( GLint location , GLuint64EXT value ) ;
- void glUniformui64vNV ( GLint location , GLsizei count , const GLuint64EXT * value ) ;
- void glTextureBarrierNV ( ) ;
- void glTexImage2DMultisampleCoverageNV ( GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLboolean fixedSampleLocations ) ;
- void glTexImage3DMultisampleCoverageNV ( GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedSampleLocations ) ;
- void glTextureImage2DMultisampleCoverageNV ( GLuint texture , GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLboolean fixedSampleLocations ) ;
- void glTextureImage2DMultisampleNV ( GLuint texture , GLenum target , GLsizei samples , GLint internalFormat , GLsizei width , GLsizei height , GLboolean fixedSampleLocations ) ;
- void glTextureImage3DMultisampleCoverageNV ( GLuint texture , GLenum target , GLsizei coverageSamples , GLsizei colorSamples , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedSampleLocations ) ;
- void glTextureImage3DMultisampleNV ( GLuint texture , GLenum target , GLsizei samples , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLboolean fixedSampleLocations ) ;
- void glActiveVaryingNV ( GLuint program , const GLchar * name ) ;
- void glBeginTransformFeedbackNV ( GLenum primitiveMode ) ;
- void glBindBufferBaseNV ( GLenum target , GLuint index , GLuint buffer ) ;
- void glBindBufferOffsetNV ( GLenum target , GLuint index , GLuint buffer , GLintptr offset ) ;
- void glBindBufferRangeNV ( GLenum target , GLuint index , GLuint buffer , GLintptr offset , GLsizeiptr size ) ;
- void glEndTransformFeedbackNV ( ) ;
- void glGetActiveVaryingNV ( GLuint program , GLuint index , GLsizei bufSize , GLsizei * length , GLsizei * size , GLenum * type , GLchar * name ) ;
- void glGetTransformFeedbackVaryingNV ( GLuint program , GLuint index , GLint * location ) ;
- void glTransformFeedbackAttribsNV ( GLuint count , const GLint * attribs , GLenum bufferMode ) ;
- void glTransformFeedbackVaryingsNV ( GLuint program , GLsizei count , const GLint * locations , GLenum bufferMode ) ;
- void glBindTransformFeedbackNV ( GLenum target , GLuint id ) ;
- void glDeleteTransformFeedbacksNV ( GLsizei n , const GLuint * ids ) ;
- void glDrawTransformFeedbackNV ( GLenum mode , GLuint id ) ;
- void glGenTransformFeedbacksNV ( GLsizei n , GLuint * ids ) ;
- void glPauseTransformFeedbackNV ( ) ;
- void glResumeTransformFeedbackNV ( ) ;
- void glVDPAUFiniNV ( ) ;
- void glVDPAUGetSurfaceivNV ( GLvdpauSurfaceNV surface , GLenum pname , GLsizei bufSize , GLsizei * length , GLint * values ) ;
- void glVDPAUInitNV ( const void * vdpDevice , const GLvoid * getProcAddress ) ;
- void glVDPAUIsSurfaceNV ( GLvdpauSurfaceNV surface ) ;
- void glVDPAUMapSurfacesNV ( GLsizei numSurfaces , const GLvdpauSurfaceNV * surfaces ) ;
- void glVDPAUSurfaceAccessNV ( GLvdpauSurfaceNV surface , GLenum access ) ;
- void glVDPAUUnmapSurfacesNV ( GLsizei numSurface , const GLvdpauSurfaceNV * surfaces ) ;
- void glVDPAUUnregisterSurfaceNV ( GLvdpauSurfaceNV surface ) ;
- void glFlushVertexArrayRangeNV ( ) ;
- void glVertexArrayRangeNV ( GLsizei length , void * pointer ) ;
- void glGetVertexAttribLi64vNV ( GLuint index , GLenum pname , GLint64EXT * params ) ;
- void glGetVertexAttribLui64vNV ( GLuint index , GLenum pname , GLuint64EXT * params ) ;
- void glVertexAttribL1i64NV ( GLuint index , GLint64EXT x ) ;
- void glVertexAttribL1i64vNV ( GLuint index , const GLint64EXT * v ) ;
- void glVertexAttribL1ui64NV ( GLuint index , GLuint64EXT x ) ;
- void glVertexAttribL1ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
- void glVertexAttribL2i64NV ( GLuint index , GLint64EXT x , GLint64EXT y ) ;
- void glVertexAttribL2i64vNV ( GLuint index , const GLint64EXT * v ) ;
- void glVertexAttribL2ui64NV ( GLuint index , GLuint64EXT x , GLuint64EXT y ) ;
- void glVertexAttribL2ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
- void glVertexAttribL3i64NV ( GLuint index , GLint64EXT x , GLint64EXT y , GLint64EXT z ) ;
- void glVertexAttribL3i64vNV ( GLuint index , const GLint64EXT * v ) ;
- void glVertexAttribL3ui64NV ( GLuint index , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z ) ;
- void glVertexAttribL3ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
- void glVertexAttribL4i64NV ( GLuint index , GLint64EXT x , GLint64EXT y , GLint64EXT z , GLint64EXT w ) ;
- void glVertexAttribL4i64vNV ( GLuint index , const GLint64EXT * v ) ;
- void glVertexAttribL4ui64NV ( GLuint index , GLuint64EXT x , GLuint64EXT y , GLuint64EXT z , GLuint64EXT w ) ;
- void glVertexAttribL4ui64vNV ( GLuint index , const GLuint64EXT * v ) ;
- void glVertexAttribLFormatNV ( GLuint index , GLint size , GLenum type , GLsizei stride ) ;
- void glBufferAddressRangeNV ( GLenum pname , GLuint index , GLuint64EXT address , GLsizeiptr length ) ;
- void glColorFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
- void glEdgeFlagFormatNV ( GLsizei stride ) ;
- void glFogCoordFormatNV ( GLenum type , GLsizei stride ) ;
- void glGetIntegerui64i_vNV ( GLenum value , GLuint index , GLuint64EXT result [ ] ) ;
- void glIndexFormatNV ( GLenum type , GLsizei stride ) ;
- void glNormalFormatNV ( GLenum type , GLsizei stride ) ;
- void glSecondaryColorFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
- void glTexCoordFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
- void glVertexAttribFormatNV ( GLuint index , GLint size , GLenum type , GLboolean normalized , GLsizei stride ) ;
- void glVertexAttribIFormatNV ( GLuint index , GLint size , GLenum type , GLsizei stride ) ;
- void glVertexFormatNV ( GLint size , GLenum type , GLsizei stride ) ;
- void glBindProgramNV ( GLenum target , GLuint id ) ;
- void glDeleteProgramsNV ( GLsizei n , const GLuint * ids ) ;
- void glExecuteProgramNV ( GLenum target , GLuint id , const GLfloat * params ) ;
- void glGenProgramsNV ( GLsizei n , GLuint * ids ) ;
- void glGetProgramParameterdvNV ( GLenum target , GLuint index , GLenum pname , GLdouble * params ) ;
- void glGetProgramParameterfvNV ( GLenum target , GLuint index , GLenum pname , GLfloat * params ) ;
- void glGetProgramStringNV ( GLuint id , GLenum pname , GLubyte * program ) ;
- void glGetProgramivNV ( GLuint id , GLenum pname , GLint * params ) ;
- void glGetTrackMatrixivNV ( GLenum target , GLuint address , GLenum pname , GLint * params ) ;
- void glGetVertexAttribPointervNV ( GLuint index , GLenum pname , GLvoid * * pointer ) ;
- void glGetVertexAttribdvNV ( GLuint index , GLenum pname , GLdouble * params ) ;
- void glGetVertexAttribfvNV ( GLuint index , GLenum pname , GLfloat * params ) ;
- void glGetVertexAttribivNV ( GLuint index , GLenum pname , GLint * params ) ;
- void glLoadProgramNV ( GLenum target , GLuint id , GLsizei len , const GLubyte * program ) ;
- void glProgramParameter4dNV ( GLenum target , GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glProgramParameter4dvNV ( GLenum target , GLuint index , const GLdouble * params ) ;
- void glProgramParameter4fNV ( GLenum target , GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glProgramParameter4fvNV ( GLenum target , GLuint index , const GLfloat * params ) ;
- void glProgramParameters4dvNV ( GLenum target , GLuint index , GLsizei num , const GLdouble * params ) ;
- void glProgramParameters4fvNV ( GLenum target , GLuint index , GLsizei num , const GLfloat * params ) ;
- void glRequestResidentProgramsNV ( GLsizei n , GLuint * ids ) ;
- void glTrackMatrixNV ( GLenum target , GLuint address , GLenum matrix , GLenum transform ) ;
- void glVertexAttrib1dNV ( GLuint index , GLdouble x ) ;
- void glVertexAttrib1dvNV ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib1fNV ( GLuint index , GLfloat x ) ;
- void glVertexAttrib1fvNV ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib1sNV ( GLuint index , GLshort x ) ;
- void glVertexAttrib1svNV ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib2dNV ( GLuint index , GLdouble x , GLdouble y ) ;
- void glVertexAttrib2dvNV ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib2fNV ( GLuint index , GLfloat x , GLfloat y ) ;
- void glVertexAttrib2fvNV ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib2sNV ( GLuint index , GLshort x , GLshort y ) ;
- void glVertexAttrib2svNV ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib3dNV ( GLuint index , GLdouble x , GLdouble y , GLdouble z ) ;
- void glVertexAttrib3dvNV ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib3fNV ( GLuint index , GLfloat x , GLfloat y , GLfloat z ) ;
- void glVertexAttrib3fvNV ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib3sNV ( GLuint index , GLshort x , GLshort y , GLshort z ) ;
- void glVertexAttrib3svNV ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4dNV ( GLuint index , GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- void glVertexAttrib4dvNV ( GLuint index , const GLdouble * v ) ;
- void glVertexAttrib4fNV ( GLuint index , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glVertexAttrib4fvNV ( GLuint index , const GLfloat * v ) ;
- void glVertexAttrib4sNV ( GLuint index , GLshort x , GLshort y , GLshort z , GLshort w ) ;
- void glVertexAttrib4svNV ( GLuint index , const GLshort * v ) ;
- void glVertexAttrib4ubNV ( GLuint index , GLubyte x , GLubyte y , GLubyte z , GLubyte w ) ;
- void glVertexAttrib4ubvNV ( GLuint index , const GLubyte * v ) ;
- void glVertexAttribPointerNV ( GLuint index , GLint size , GLenum type , GLsizei stride , const void * pointer ) ;
- void glVertexAttribs1dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
- void glVertexAttribs1fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
- void glVertexAttribs1svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
- void glVertexAttribs2dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
- void glVertexAttribs2fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
- void glVertexAttribs2svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
- void glVertexAttribs3dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
- void glVertexAttribs3fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
- void glVertexAttribs3svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
- void glVertexAttribs4dvNV ( GLuint index , GLsizei n , const GLdouble * v ) ;
- void glVertexAttribs4fvNV ( GLuint index , GLsizei n , const GLfloat * v ) ;
- void glVertexAttribs4svNV ( GLuint index , GLsizei n , const GLshort * v ) ;
- void glVertexAttribs4ubvNV ( GLuint index , GLsizei n , const GLubyte * v ) ;
- void glBeginVideoCaptureNV ( GLuint video_capture_slot ) ;
- void glBindVideoCaptureStreamBufferNV ( GLuint video_capture_slot , GLuint stream , GLenum frame_region , GLintptrARB offset ) ;
- void glBindVideoCaptureStreamTextureNV ( GLuint video_capture_slot , GLuint stream , GLenum frame_region , GLenum target , GLuint texture ) ;
- void glEndVideoCaptureNV ( GLuint video_capture_slot ) ;
- void glGetVideoCaptureStreamdvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , GLdouble * params ) ;
- void glGetVideoCaptureStreamfvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , GLfloat * params ) ;
- void glGetVideoCaptureStreamivNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , GLint * params ) ;
- void glGetVideoCaptureivNV ( GLuint video_capture_slot , GLenum pname , GLint * params ) ;
- void glVideoCaptureStreamParameterdvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , const GLdouble * params ) ;
- void glVideoCaptureStreamParameterfvNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , const GLfloat * params ) ;
- void glVideoCaptureStreamParameterivNV ( GLuint video_capture_slot , GLuint stream , GLenum pname , const GLint * params ) ;
- void glClearDepthfOES ( GLclampd depth ) ;
- void glClipPlanefOES ( GLenum plane , const GLfloat * equation ) ;
- void glDepthRangefOES ( GLclampf n , GLclampf f ) ;
- void glFrustumfOES ( GLfloat l , GLfloat r , GLfloat b , GLfloat t , GLfloat n , GLfloat f ) ;
- void glGetClipPlanefOES ( GLenum plane , GLfloat * equation ) ;
- void glOrthofOES ( GLfloat l , GLfloat r , GLfloat b , GLfloat t , GLfloat n , GLfloat f ) ;
- void glDetailTexFuncSGIS ( GLenum target , GLsizei n , const GLfloat * points ) ;
- void glGetDetailTexFuncSGIS ( GLenum target , GLfloat * points ) ;
- void glFogFuncSGIS ( GLsizei n , const GLfloat * points ) ;
- void glGetFogFuncSGIS ( GLfloat * points ) ;
- void glSampleMaskSGIS ( GLclampf value , GLboolean invert ) ;
- void glSamplePatternSGIS ( GLenum pattern ) ;
- void glGetSharpenTexFuncSGIS ( GLenum target , GLfloat * points ) ;
- void glSharpenTexFuncSGIS ( GLenum target , GLsizei n , const GLfloat * points ) ;
- 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 ) ;
- 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 ) ;
- void glGetTexFilterFuncSGIS ( GLenum target , GLenum filter , GLfloat * weights ) ;
- void glTexFilterFuncSGIS ( GLenum target , GLenum filter , GLsizei n , const GLfloat * weights ) ;
- void glAsyncMarkerSGIX ( GLuint marker ) ;
- void glDeleteAsyncMarkersSGIX ( GLuint marker , GLsizei range ) ;
- void glFlushRasterSGIX ( ) ;
- void glTextureFogSGIX ( GLenum pname ) ;
- void glFragmentColorMaterialSGIX ( GLenum face , GLenum mode ) ;
- void glFragmentLightModelfSGIX ( GLenum pname , GLfloat param ) ;
- void glFragmentLightModelfvSGIX ( GLenum pname , GLfloat * params ) ;
- void glFragmentLightModeliSGIX ( GLenum pname , GLint param ) ;
- void glFragmentLightModelivSGIX ( GLenum pname , GLint * params ) ;
- void glFragmentLightfSGIX ( GLenum light , GLenum pname , GLfloat param ) ;
- void glFragmentLightfvSGIX ( GLenum light , GLenum pname , GLfloat * params ) ;
- void glFragmentLightiSGIX ( GLenum light , GLenum pname , GLint param ) ;
- void glFragmentLightivSGIX ( GLenum light , GLenum pname , GLint * params ) ;
- void glFragmentMaterialfSGIX ( GLenum face , GLenum pname , const GLfloat param ) ;
- void glFragmentMaterialfvSGIX ( GLenum face , GLenum pname , const GLfloat * params ) ;
- void glFragmentMaterialiSGIX ( GLenum face , GLenum pname , const GLint param ) ;
- void glFragmentMaterialivSGIX ( GLenum face , GLenum pname , const GLint * params ) ;
- void glGetFragmentLightfvSGIX ( GLenum light , GLenum value , GLfloat * data ) ;
- void glGetFragmentLightivSGIX ( GLenum light , GLenum value , GLint * data ) ;
- void glGetFragmentMaterialfvSGIX ( GLenum face , GLenum pname , const GLfloat * data ) ;
- void glGetFragmentMaterialivSGIX ( GLenum face , GLenum pname , const GLint * data ) ;
- void glFrameZoomSGIX ( GLint factor ) ;
- void glPixelTexGenSGIX ( GLenum mode ) ;
- void glReferencePlaneSGIX ( const GLdouble * equation ) ;
- void glSpriteParameterfSGIX ( GLenum pname , GLfloat param ) ;
- void glSpriteParameterfvSGIX ( GLenum pname , GLfloat * params ) ;
- void glSpriteParameteriSGIX ( GLenum pname , GLint param ) ;
- void glSpriteParameterivSGIX ( GLenum pname , GLint * params ) ;
- void glTagSampleBufferSGIX ( ) ;
- void glColorTableParameterfvSGI ( GLenum target , GLenum pname , const GLfloat * params ) ;
- void glColorTableParameterivSGI ( GLenum target , GLenum pname , const GLint * params ) ;
- void glColorTableSGI ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const void * table ) ;
- void glCopyColorTableSGI ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- void glGetColorTableParameterfvSGI ( GLenum target , GLenum pname , GLfloat * params ) ;
- void glGetColorTableParameterivSGI ( GLenum target , GLenum pname , GLint * params ) ;
- void glGetColorTableSGI ( GLenum target , GLenum format , GLenum type , void * table ) ;
- void glFinishTextureSUNX ( ) ;
- void glGlobalAlphaFactorbSUN ( GLbyte factor ) ;
- void glGlobalAlphaFactordSUN ( GLdouble factor ) ;
- void glGlobalAlphaFactorfSUN ( GLfloat factor ) ;
- void glGlobalAlphaFactoriSUN ( GLint factor ) ;
- void glGlobalAlphaFactorsSUN ( GLshort factor ) ;
- void glGlobalAlphaFactorubSUN ( GLubyte factor ) ;
- void glGlobalAlphaFactoruiSUN ( GLuint factor ) ;
- void glGlobalAlphaFactorusSUN ( GLushort factor ) ;
- void glReadVideoPixelsSUN ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- void glReplacementCodePointerSUN ( GLenum type , GLsizei stride , const void * pointer ) ;
- void glReplacementCodeubSUN ( GLubyte code ) ;
- void glReplacementCodeubvSUN ( const GLubyte * code ) ;
- void glReplacementCodeuiSUN ( GLuint code ) ;
- void glReplacementCodeuivSUN ( const GLuint * code ) ;
- void glReplacementCodeusSUN ( GLushort code ) ;
- void glReplacementCodeusvSUN ( const GLushort * code ) ;
- void glColor3fVertex3fSUN ( GLfloat r , GLfloat g , GLfloat b , GLfloat x , GLfloat y , GLfloat z ) ;
- void glColor3fVertex3fvSUN ( const GLfloat * c , const GLfloat * v ) ;
- void glColor4fNormal3fVertex3fSUN ( GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
- void glColor4fNormal3fVertex3fvSUN ( const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
- void glColor4ubVertex2fSUN ( GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y ) ;
- void glColor4ubVertex2fvSUN ( const GLubyte * c , const GLfloat * v ) ;
- void glColor4ubVertex3fSUN ( GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y , GLfloat z ) ;
- void glColor4ubVertex3fvSUN ( const GLubyte * c , const GLfloat * v ) ;
- void glNormal3fVertex3fSUN ( GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
- void glNormal3fVertex3fvSUN ( const GLfloat * n , const GLfloat * v ) ;
- void glReplacementCodeuiColor3fVertex3fSUN ( GLuint rc , GLfloat r , GLfloat g , GLfloat b , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiColor3fVertex3fvSUN ( const GLuint * rc , const GLfloat * c , const GLfloat * v ) ;
- void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLuint rc , GLfloat r , GLfloat g , GLfloat b , GLfloat a , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
- void glReplacementCodeuiColor4ubVertex3fSUN ( GLuint rc , GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLuint * rc , const GLubyte * c , const GLfloat * v ) ;
- void glReplacementCodeuiNormal3fVertex3fSUN ( GLuint rc , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * n , const GLfloat * v ) ;
- 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 ) ;
- void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * tc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
- void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLuint rc , GLfloat s , GLfloat t , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLuint * rc , const GLfloat * tc , const GLfloat * n , const GLfloat * v ) ;
- void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLuint rc , GLfloat s , GLfloat t , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLuint * rc , const GLfloat * tc , const GLfloat * v ) ;
- void glReplacementCodeuiVertex3fSUN ( GLuint rc , GLfloat x , GLfloat y , GLfloat z ) ;
- void glReplacementCodeuiVertex3fvSUN ( const GLuint * rc , const GLfloat * v ) ;
- void glTexCoord2fColor3fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat r , GLfloat g , GLfloat b , GLfloat x , GLfloat y , GLfloat z ) ;
- void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * tc , const GLfloat * c , const GLfloat * v ) ;
- 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 ) ;
- void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * tc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
- void glTexCoord2fColor4ubVertex3fSUN ( GLfloat s , GLfloat t , GLubyte r , GLubyte g , GLubyte b , GLubyte a , GLfloat x , GLfloat y , GLfloat z ) ;
- void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * tc , const GLubyte * c , const GLfloat * v ) ;
- void glTexCoord2fNormal3fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat nx , GLfloat ny , GLfloat nz , GLfloat x , GLfloat y , GLfloat z ) ;
- void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * tc , const GLfloat * n , const GLfloat * v ) ;
- void glTexCoord2fVertex3fSUN ( GLfloat s , GLfloat t , GLfloat x , GLfloat y , GLfloat z ) ;
- void glTexCoord2fVertex3fvSUN ( const GLfloat * tc , const GLfloat * v ) ;
- 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 ) ;
- void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * tc , const GLfloat * c , const GLfloat * n , const GLfloat * v ) ;
- void glTexCoord4fVertex4fSUN ( GLfloat s , GLfloat t , GLfloat p , GLfloat q , GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- void glTexCoord4fVertex4fvSUN ( const GLfloat * tc , const GLfloat * v ) ;
- void glAddSwapHintRectWIN ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
Advertisement
Add Comment
Please, Sign In to add comment