Lines Matching refs:APIENTRY
41 void APIENTRY _mesa_Accum( GLenum op, GLfloat value ) in _mesa_Accum()
47 void APIENTRY _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc()
54 GLboolean APIENTRY _mesa_AreTexturesResident( GLsizei n, const GLuint *textures, in _mesa_AreTexturesResident()
61 void APIENTRY _mesa_ArrayElement( GLint i ) in _mesa_ArrayElement()
68 void APIENTRY _mesa_Begin( GLenum mode ) in _mesa_Begin()
75 void APIENTRY _mesa_BindTexture( GLenum target, GLuint texture ) in _mesa_BindTexture()
82 void APIENTRY _mesa_Bitmap( GLsizei width, GLsizei height, in _mesa_Bitmap()
125 void APIENTRY _mesa_BlendFunc( GLenum sfactor, GLenum dfactor ) in _mesa_BlendFunc()
132 void APIENTRY _mesa_CallList( GLuint list ) in _mesa_CallList()
139 void APIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists ) in _mesa_CallLists()
146 void APIENTRY _mesa_Clear( GLbitfield mask ) in _mesa_Clear()
153 void APIENTRY _mesa_ClearAccum( GLfloat red, GLfloat green, in _mesa_ClearAccum()
162 void APIENTRY _mesa_ClearIndex( GLfloat c ) in _mesa_ClearIndex()
169 void APIENTRY _mesa_ClearColor( GLclampf red, in _mesa_ClearColor()
179 void APIENTRY _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
186 void APIENTRY _mesa_ClearStencil( GLint s ) in _mesa_ClearStencil()
193 void APIENTRY _mesa_ClipPlane( GLenum plane, const GLdouble *equation ) in _mesa_ClipPlane()
205 void APIENTRY _mesa_Color3b( GLbyte red, GLbyte green, GLbyte blue ) in _mesa_Color3b()
213 void APIENTRY _mesa_Color3d( GLdouble red, GLdouble green, GLdouble blue ) in _mesa_Color3d()
220 void APIENTRY _mesa_Color3f( GLfloat red, GLfloat green, GLfloat blue ) in _mesa_Color3f()
227 void APIENTRY _mesa_Color3i( GLint red, GLint green, GLint blue ) in _mesa_Color3i()
235 void APIENTRY _mesa_Color3s( GLshort red, GLshort green, GLshort blue ) in _mesa_Color3s()
243 void APIENTRY _mesa_Color3ub( GLubyte red, GLubyte green, GLubyte blue ) in _mesa_Color3ub()
250 void APIENTRY _mesa_Color3ui( GLuint red, GLuint green, GLuint blue ) in _mesa_Color3ui()
258 void APIENTRY _mesa_Color3us( GLushort red, GLushort green, GLushort blue ) in _mesa_Color3us()
266 void APIENTRY _mesa_Color4b( GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha ) in _mesa_Color4b()
274 void APIENTRY _mesa_Color4d( GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha ) in _mesa_Color4d()
282 void APIENTRY _mesa_Color4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) in _mesa_Color4f()
288 void APIENTRY _mesa_Color4i( GLint red, GLint green, GLint blue, GLint alpha ) in _mesa_Color4i()
296 void APIENTRY _mesa_Color4s( GLshort red, GLshort green, GLshort blue, GLshort alpha ) in _mesa_Color4s()
303 void APIENTRY _mesa_Color4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) in _mesa_Color4ub()
309 void APIENTRY _mesa_Color4ui( GLuint red, GLuint green, GLuint blue, GLuint alpha ) in _mesa_Color4ui()
316 void APIENTRY _mesa_Color4us( GLushort red, GLushort green, GLushort blue, GLushort alpha ) in _mesa_Color4us()
324 void APIENTRY _mesa_Color3bv( const GLbyte *v ) in _mesa_Color3bv()
332 void APIENTRY _mesa_Color3dv( const GLdouble *v ) in _mesa_Color3dv()
339 void APIENTRY _mesa_Color3fv( const GLfloat *v ) in _mesa_Color3fv()
346 void APIENTRY _mesa_Color3iv( const GLint *v ) in _mesa_Color3iv()
354 void APIENTRY _mesa_Color3sv( const GLshort *v ) in _mesa_Color3sv()
362 void APIENTRY _mesa_Color3ubv( const GLubyte *v ) in _mesa_Color3ubv()
369 void APIENTRY _mesa_Color3uiv( const GLuint *v ) in _mesa_Color3uiv()
377 void APIENTRY _mesa_Color3usv( const GLushort *v ) in _mesa_Color3usv()
386 void APIENTRY _mesa_Color4bv( const GLbyte *v ) in _mesa_Color4bv()
394 void APIENTRY _mesa_Color4dv( const GLdouble *v ) in _mesa_Color4dv()
402 void APIENTRY _mesa_Color4fv( const GLfloat *v ) in _mesa_Color4fv()
409 void APIENTRY _mesa_Color4iv( const GLint *v ) in _mesa_Color4iv()
417 void APIENTRY _mesa_Color4sv( const GLshort *v ) in _mesa_Color4sv()
425 void APIENTRY _mesa_Color4ubv( const GLubyte *v ) in _mesa_Color4ubv()
432 void APIENTRY _mesa_Color4uiv( const GLuint *v ) in _mesa_Color4uiv()
440 void APIENTRY _mesa_Color4usv( const GLushort *v ) in _mesa_Color4usv()
448 void APIENTRY _mesa_ColorMask( GLboolean red, GLboolean green, in _mesa_ColorMask()
456 void APIENTRY _mesa_ColorMaterial( GLenum face, GLenum mode ) in _mesa_ColorMaterial()
463 void APIENTRY _mesa_ColorPointer( GLint size, GLenum type, GLsizei stride, in _mesa_ColorPointer()
471 void APIENTRY _mesa_CopyPixels( GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_CopyPixels()
479 void APIENTRY _mesa_CopyTexImage1D( GLenum target, GLint level, in _mesa_CopyTexImage1D()
490 void APIENTRY _mesa_CopyTexImage2D( GLenum target, GLint level, in _mesa_CopyTexImage2D()
501 void APIENTRY _mesa_CopyTexSubImage1D( GLenum target, GLint level, in _mesa_CopyTexSubImage1D()
510 void APIENTRY _mesa_CopyTexSubImage2D( GLenum target, GLint level, in _mesa_CopyTexSubImage2D()
522 void APIENTRY _mesa_CullFace( GLenum mode ) in _mesa_CullFace()
529 void APIENTRY _mesa_DepthFunc( GLenum func ) in _mesa_DepthFunc()
536 void APIENTRY _mesa_DepthMask( GLboolean flag ) in _mesa_DepthMask()
543 void APIENTRY _mesa_DepthRange( GLclampd near_val, GLclampd far_val ) in _mesa_DepthRange()
550 void APIENTRY _mesa_DeleteLists( GLuint list, GLsizei range ) in _mesa_DeleteLists()
557 void APIENTRY _mesa_DeleteTextures( GLsizei n, const GLuint *textures) in _mesa_DeleteTextures()
564 void APIENTRY _mesa_Disable( GLenum cap ) in _mesa_Disable()
571 void APIENTRY _mesa_DisableClientState( GLenum cap ) in _mesa_DisableClientState()
578 void APIENTRY _mesa_DrawArrays( GLenum mode, GLint first, GLsizei count ) in _mesa_DrawArrays()
585 void APIENTRY _mesa_DrawBuffer( GLenum mode ) in _mesa_DrawBuffer()
592 void APIENTRY _mesa_DrawElements( GLenum mode, GLsizei count, in _mesa_DrawElements()
600 void APIENTRY _mesa_DrawPixels( GLsizei width, GLsizei height, in _mesa_DrawPixels()
608 void APIENTRY _mesa_Enable( GLenum cap ) in _mesa_Enable()
615 void APIENTRY _mesa_EnableClientState( GLenum cap ) in _mesa_EnableClientState()
622 void APIENTRY _mesa_End( void ) in _mesa_End()
629 void APIENTRY _mesa_EndList( void ) in _mesa_EndList()
638 void APIENTRY _mesa_EvalCoord1d( GLdouble u ) in _mesa_EvalCoord1d()
645 void APIENTRY _mesa_EvalCoord1f( GLfloat u ) in _mesa_EvalCoord1f()
652 void APIENTRY _mesa_EvalCoord1dv( const GLdouble *u ) in _mesa_EvalCoord1dv()
659 void APIENTRY _mesa_EvalCoord1fv( const GLfloat *u ) in _mesa_EvalCoord1fv()
666 void APIENTRY _mesa_EvalCoord2d( GLdouble u, GLdouble v ) in _mesa_EvalCoord2d()
673 void APIENTRY _mesa_EvalCoord2f( GLfloat u, GLfloat v ) in _mesa_EvalCoord2f()
680 void APIENTRY _mesa_EvalCoord2dv( const GLdouble *u ) in _mesa_EvalCoord2dv()
687 void APIENTRY _mesa_EvalCoord2fv( const GLfloat *u ) in _mesa_EvalCoord2fv()
694 void APIENTRY _mesa_EvalPoint1( GLint i ) in _mesa_EvalPoint1()
701 void APIENTRY _mesa_EvalPoint2( GLint i, GLint j ) in _mesa_EvalPoint2()
708 void APIENTRY _mesa_EvalMesh1( GLenum mode, GLint i1, GLint i2 ) in _mesa_EvalMesh1()
715 void APIENTRY _mesa_EdgeFlag( GLboolean flag ) in _mesa_EdgeFlag()
722 void APIENTRY _mesa_EdgeFlagv( const GLboolean *flag ) in _mesa_EdgeFlagv()
729 void APIENTRY _mesa_EdgeFlagPointer( GLsizei stride, const GLboolean *ptr ) in _mesa_EdgeFlagPointer()
736 void APIENTRY _mesa_EvalMesh2( GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 ) in _mesa_EvalMesh2()
743 void APIENTRY _mesa_FeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer ) in _mesa_FeedbackBuffer()
750 void APIENTRY _mesa_Finish( void ) in _mesa_Finish()
757 void APIENTRY _mesa_Flush( void ) in _mesa_Flush()
764 void APIENTRY _mesa_Fogf( GLenum pname, GLfloat param ) in _mesa_Fogf()
771 void APIENTRY _mesa_Fogi( GLenum pname, GLint param ) in _mesa_Fogi()
779 void APIENTRY _mesa_Fogfv( GLenum pname, const GLfloat *params ) in _mesa_Fogfv()
786 void APIENTRY _mesa_Fogiv( GLenum pname, const GLint *params ) in _mesa_Fogiv()
814 void APIENTRY _mesa_FrontFace( GLenum mode ) in _mesa_FrontFace()
821 void APIENTRY _mesa_Frustum( GLdouble left, GLdouble right, in _mesa_Frustum()
830 GLuint APIENTRY _mesa_GenLists( GLsizei range ) in _mesa_GenLists()
837 void APIENTRY _mesa_GenTextures( GLsizei n, GLuint *textures ) in _mesa_GenTextures()
844 void APIENTRY _mesa_GetBooleanv( GLenum pname, GLboolean *params ) in _mesa_GetBooleanv()
851 void APIENTRY _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
857 void APIENTRY _mesa_GetDoublev( GLenum pname, GLdouble *params ) in _mesa_GetDoublev()
864 GLenum APIENTRY _mesa_GetError( void ) in _mesa_GetError()
875 void APIENTRY _mesa_GetFloatv( GLenum pname, GLfloat *params ) in _mesa_GetFloatv()
882 void APIENTRY _mesa_GetIntegerv( GLenum pname, GLint *params ) in _mesa_GetIntegerv()
889 void APIENTRY _mesa_GetLightfv( GLenum light, GLenum pname, GLfloat *params ) in _mesa_GetLightfv()
896 void APIENTRY _mesa_GetLightiv( GLenum light, GLenum pname, GLint *params ) in _mesa_GetLightiv()
903 void APIENTRY _mesa_GetMapdv( GLenum target, GLenum query, GLdouble *v ) in _mesa_GetMapdv()
910 void APIENTRY _mesa_GetMapfv( GLenum target, GLenum query, GLfloat *v ) in _mesa_GetMapfv()
917 void APIENTRY _mesa_GetMapiv( GLenum target, GLenum query, GLint *v ) in _mesa_GetMapiv()
924 void APIENTRY _mesa_GetMaterialfv( GLenum face, GLenum pname, GLfloat *params ) in _mesa_GetMaterialfv()
931 void APIENTRY _mesa_GetMaterialiv( GLenum face, GLenum pname, GLint *params ) in _mesa_GetMaterialiv()
938 void APIENTRY _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv()
945 void APIENTRY _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv()
952 void APIENTRY _mesa_GetPixelMapusv( GLenum map, GLushort *values ) in _mesa_GetPixelMapusv()
959 void APIENTRY _mesa_GetPointerv( GLenum pname, GLvoid **params ) in _mesa_GetPointerv()
966 void APIENTRY _mesa_GetPolygonStipple( GLubyte *mask ) in _mesa_GetPolygonStipple()
973 const GLubyte * APIENTRY _mesa_GetString( GLenum name ) in _mesa_GetString()
981 void APIENTRY _mesa_GetTexEnvfv( GLenum target, GLenum pname, GLfloat *params ) in _mesa_GetTexEnvfv()
988 void APIENTRY _mesa_GetTexEnviv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetTexEnviv()
995 void APIENTRY _mesa_GetTexGeniv( GLenum coord, GLenum pname, GLint *params ) in _mesa_GetTexGeniv()
1002 void APIENTRY _mesa_GetTexGendv( GLenum coord, GLenum pname, GLdouble *params ) in _mesa_GetTexGendv()
1009 void APIENTRY _mesa_GetTexGenfv( GLenum coord, GLenum pname, GLfloat *params ) in _mesa_GetTexGenfv()
1017 void APIENTRY _mesa_GetTexImage( GLenum target, GLint level, GLenum format, in _mesa_GetTexImage()
1025 void APIENTRY _mesa_GetTexLevelParameterfv( GLenum target, GLint level, in _mesa_GetTexLevelParameterfv()
1033 void APIENTRY _mesa_GetTexLevelParameteriv( GLenum target, GLint level, in _mesa_GetTexLevelParameteriv()
1043 void APIENTRY _mesa_GetTexParameterfv( GLenum target, GLenum pname, GLfloat *params) in _mesa_GetTexParameterfv()
1050 void APIENTRY _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params ) in _mesa_GetTexParameteriv()
1057 void APIENTRY _mesa_Hint( GLenum target, GLenum mode ) in _mesa_Hint()
1064 void APIENTRY _mesa_Indexd( GLdouble c ) in _mesa_Indexd()
1071 void APIENTRY _mesa_Indexf( GLfloat c ) in _mesa_Indexf()
1078 void APIENTRY _mesa_Indexi( GLint c ) in _mesa_Indexi()
1085 void APIENTRY _mesa_Indexs( GLshort c ) in _mesa_Indexs()
1093 void APIENTRY _mesa_Indexub( GLubyte c ) in _mesa_Indexub()
1101 void APIENTRY _mesa_Indexdv( const GLdouble *c ) in _mesa_Indexdv()
1108 void APIENTRY _mesa_Indexfv( const GLfloat *c ) in _mesa_Indexfv()
1115 void APIENTRY _mesa_Indexiv( const GLint *c ) in _mesa_Indexiv()
1122 void APIENTRY _mesa_Indexsv( const GLshort *c ) in _mesa_Indexsv()
1130 void APIENTRY _mesa_Indexubv( const GLubyte *c ) in _mesa_Indexubv()
1138 void APIENTRY _mesa_IndexMask( GLuint mask ) in _mesa_IndexMask()
1145 void APIENTRY _mesa_IndexPointer( GLenum type, GLsizei stride, const GLvoid *ptr ) in _mesa_IndexPointer()
1152 void APIENTRY _mesa_InterleavedArrays( GLenum format, GLsizei stride, in _mesa_InterleavedArrays()
1160 void APIENTRY _mesa_InitNames( void ) in _mesa_InitNames()
1167 GLboolean APIENTRY _mesa_IsList( GLuint list ) in _mesa_IsList()
1174 GLboolean APIENTRY _mesa_IsTexture( GLuint texture ) in _mesa_IsTexture()
1181 void APIENTRY _mesa_Lightf( GLenum light, GLenum pname, GLfloat param ) in _mesa_Lightf()
1189 void APIENTRY _mesa_Lighti( GLenum light, GLenum pname, GLint param ) in _mesa_Lighti()
1198 void APIENTRY _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params ) in _mesa_Lightfv()
1206 void APIENTRY _mesa_Lightiv( GLenum light, GLenum pname, const GLint *params ) in _mesa_Lightiv()
1247 void APIENTRY _mesa_LightModelf( GLenum pname, GLfloat param ) in _mesa_LightModelf()
1254 void APIENTRY _mesa_LightModeli( GLenum pname, GLint param ) in _mesa_LightModeli()
1263 void APIENTRY _mesa_LightModelfv( GLenum pname, const GLfloat *params ) in _mesa_LightModelfv()
1270 void APIENTRY _mesa_LightModeliv( GLenum pname, const GLint *params ) in _mesa_LightModeliv()
1294 void APIENTRY _mesa_LineWidth( GLfloat width ) in _mesa_LineWidth()
1301 void APIENTRY _mesa_LineStipple( GLint factor, GLushort pattern ) in _mesa_LineStipple()
1308 void APIENTRY _mesa_ListBase( GLuint base ) in _mesa_ListBase()
1315 void APIENTRY _mesa_LoadIdentity( void ) in _mesa_LoadIdentity()
1322 void APIENTRY _mesa_LoadMatrixd( const GLdouble *m ) in _mesa_LoadMatrixd()
1336 void APIENTRY _mesa_LoadMatrixf( const GLfloat *m ) in _mesa_LoadMatrixf()
1343 void APIENTRY _mesa_LoadName( GLuint name ) in _mesa_LoadName()
1350 void APIENTRY _mesa_LogicOp( GLenum opcode ) in _mesa_LogicOp()
1358 void APIENTRY _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d()
1371 void APIENTRY _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f()
1384 void APIENTRY _mesa_Map2d( GLenum target, in _mesa_Map2d()
1401 void APIENTRY _mesa_Map2f( GLenum target, in _mesa_Map2f()
1418 void APIENTRY _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d()
1425 void APIENTRY _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f()
1432 void APIENTRY _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
1441 void APIENTRY _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f()
1449 void APIENTRY _mesa_Materialf( GLenum face, GLenum pname, GLfloat param ) in _mesa_Materialf()
1457 void APIENTRY _mesa_Materiali( GLenum face, GLenum pname, GLint param ) in _mesa_Materiali()
1466 void APIENTRY _mesa_Materialfv( GLenum face, GLenum pname, const GLfloat *params ) in _mesa_Materialfv()
1473 void APIENTRY _mesa_Materialiv( GLenum face, GLenum pname, const GLint *params ) in _mesa_Materialiv()
1504 void APIENTRY _mesa_MatrixMode( GLenum mode ) in _mesa_MatrixMode()
1511 void APIENTRY _mesa_MultMatrixd( const GLdouble *m ) in _mesa_MultMatrixd()
1525 void APIENTRY _mesa_MultMatrixf( const GLfloat *m ) in _mesa_MultMatrixf()
1532 void APIENTRY _mesa_NewList( GLuint list, GLenum mode ) in _mesa_NewList()
1538 void APIENTRY _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) in _mesa_Normal3b()
1546 void APIENTRY _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) in _mesa_Normal3d()
1557 void APIENTRY _mesa_Normal3f( GLfloat nx, GLfloat ny, GLfloat nz ) in _mesa_Normal3f()
1577 void APIENTRY _mesa_Normal3i( GLint nx, GLint ny, GLint nz ) in _mesa_Normal3i()
1585 void APIENTRY _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz ) in _mesa_Normal3s()
1593 void APIENTRY _mesa_Normal3bv( const GLbyte *v ) in _mesa_Normal3bv()
1601 void APIENTRY _mesa_Normal3dv( const GLdouble *v ) in _mesa_Normal3dv()
1612 void APIENTRY _mesa_Normal3fv( const GLfloat *v ) in _mesa_Normal3fv()
1633 void APIENTRY _mesa_Normal3iv( const GLint *v ) in _mesa_Normal3iv()
1641 void APIENTRY _mesa_Normal3sv( const GLshort *v ) in _mesa_Normal3sv()
1649 void APIENTRY _mesa_NormalPointer( GLenum type, GLsizei stride, const GLvoid *ptr ) in _mesa_NormalPointer()
1654 void APIENTRY _mesa_Ortho( GLdouble left, GLdouble right, in _mesa_Ortho()
1663 void APIENTRY _mesa_PassThrough( GLfloat token ) in _mesa_PassThrough()
1670 void APIENTRY _mesa_PixelMapfv( GLenum map, GLint mapsize, const GLfloat *values ) in _mesa_PixelMapfv()
1677 void APIENTRY _mesa_PixelMapuiv( GLenum map, GLint mapsize, const GLuint *values ) in _mesa_PixelMapuiv()
1698 void APIENTRY _mesa_PixelMapusv( GLenum map, GLint mapsize, const GLushort *values ) in _mesa_PixelMapusv()
1718 void APIENTRY _mesa_PixelStoref( GLenum pname, GLfloat param ) in _mesa_PixelStoref()
1725 void APIENTRY _mesa_PixelStorei( GLenum pname, GLint param ) in _mesa_PixelStorei()
1732 void APIENTRY _mesa_PixelTransferf( GLenum pname, GLfloat param ) in _mesa_PixelTransferf()
1739 void APIENTRY _mesa_PixelTransferi( GLenum pname, GLint param ) in _mesa_PixelTransferi()
1746 void APIENTRY _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom()
1753 void APIENTRY _mesa_PointSize( GLfloat size ) in _mesa_PointSize()
1760 void APIENTRY _mesa_PolygonMode( GLenum face, GLenum mode ) in _mesa_PolygonMode()
1767 void APIENTRY _mesa_PolygonOffset( GLfloat factor, GLfloat units ) in _mesa_PolygonOffset()
1773 void APIENTRY _mesa_PolygonStipple( const GLubyte *mask ) in _mesa_PolygonStipple()
1780 void APIENTRY _mesa_PopAttrib( void ) in _mesa_PopAttrib()
1787 void APIENTRY _mesa_PopClientAttrib( void ) in _mesa_PopClientAttrib()
1794 void APIENTRY _mesa_PopMatrix( void ) in _mesa_PopMatrix()
1801 void APIENTRY _mesa_PopName( void ) in _mesa_PopName()
1808 void APIENTRY _mesa_PrioritizeTextures( GLsizei n, const GLuint *textures, in _mesa_PrioritizeTextures()
1816 void APIENTRY _mesa_PushMatrix( void ) in _mesa_PushMatrix()
1823 void APIENTRY _mesa_RasterPos2d( GLdouble x, GLdouble y ) in _mesa_RasterPos2d()
1830 void APIENTRY _mesa_RasterPos2f( GLfloat x, GLfloat y ) in _mesa_RasterPos2f()
1837 void APIENTRY _mesa_RasterPos2i( GLint x, GLint y ) in _mesa_RasterPos2i()
1844 void APIENTRY _mesa_RasterPos2s( GLshort x, GLshort y ) in _mesa_RasterPos2s()
1851 void APIENTRY _mesa_RasterPos3d( GLdouble x, GLdouble y, GLdouble z ) in _mesa_RasterPos3d()
1858 void APIENTRY _mesa_RasterPos3f( GLfloat x, GLfloat y, GLfloat z ) in _mesa_RasterPos3f()
1865 void APIENTRY _mesa_RasterPos3i( GLint x, GLint y, GLint z ) in _mesa_RasterPos3i()
1872 void APIENTRY _mesa_RasterPos3s( GLshort x, GLshort y, GLshort z ) in _mesa_RasterPos3s()
1879 void APIENTRY _mesa_RasterPos4d( GLdouble x, GLdouble y, GLdouble z, GLdouble w ) in _mesa_RasterPos4d()
1887 void APIENTRY _mesa_RasterPos4f( GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in _mesa_RasterPos4f()
1894 void APIENTRY _mesa_RasterPos4i( GLint x, GLint y, GLint z, GLint w ) in _mesa_RasterPos4i()
1902 void APIENTRY _mesa_RasterPos4s( GLshort x, GLshort y, GLshort z, GLshort w ) in _mesa_RasterPos4s()
1910 void APIENTRY _mesa_RasterPos2dv( const GLdouble *v ) in _mesa_RasterPos2dv()
1917 void APIENTRY _mesa_RasterPos2fv( const GLfloat *v ) in _mesa_RasterPos2fv()
1924 void APIENTRY _mesa_RasterPos2iv( const GLint *v ) in _mesa_RasterPos2iv()
1931 void APIENTRY _mesa_RasterPos2sv( const GLshort *v ) in _mesa_RasterPos2sv()
1940 void APIENTRY _mesa_RasterPos3dv( const GLdouble *v ) in _mesa_RasterPos3dv()
1948 void APIENTRY _mesa_RasterPos3fv( const GLfloat *v ) in _mesa_RasterPos3fv()
1956 void APIENTRY _mesa_RasterPos3iv( const GLint *v ) in _mesa_RasterPos3iv()
1964 void APIENTRY _mesa_RasterPos3sv( const GLshort *v ) in _mesa_RasterPos3sv()
1972 void APIENTRY _mesa_RasterPos4dv( const GLdouble *v ) in _mesa_RasterPos4dv()
1980 void APIENTRY _mesa_RasterPos4fv( const GLfloat *v ) in _mesa_RasterPos4fv()
1987 void APIENTRY _mesa_RasterPos4iv( const GLint *v ) in _mesa_RasterPos4iv()
1995 void APIENTRY _mesa_RasterPos4sv( const GLshort *v ) in _mesa_RasterPos4sv()
2003 void APIENTRY _mesa_ReadBuffer( GLenum mode ) in _mesa_ReadBuffer()
2010 void APIENTRY _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels()
2018 void APIENTRY _mesa_Rectd( GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2 ) in _mesa_Rectd()
2026 void APIENTRY _mesa_Rectf( GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 ) in _mesa_Rectf()
2033 void APIENTRY _mesa_Recti( GLint x1, GLint y1, GLint x2, GLint y2 ) in _mesa_Recti()
2041 void APIENTRY _mesa_Rects( GLshort x1, GLshort y1, GLshort x2, GLshort y2 ) in _mesa_Rects()
2049 void APIENTRY _mesa_Rectdv( const GLdouble *v1, const GLdouble *v2 ) in _mesa_Rectdv()
2057 void APIENTRY _mesa_Rectfv( const GLfloat *v1, const GLfloat *v2 ) in _mesa_Rectfv()
2064 void APIENTRY _mesa_Rectiv( const GLint *v1, const GLint *v2 ) in _mesa_Rectiv()
2072 void APIENTRY _mesa_Rectsv( const GLshort *v1, const GLshort *v2 ) in _mesa_Rectsv()
2080 void APIENTRY _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor()
2087 GLboolean APIENTRY _mesa_IsEnabled( GLenum cap ) in _mesa_IsEnabled()
2095 void APIENTRY _mesa_PushAttrib( GLbitfield mask ) in _mesa_PushAttrib()
2102 void APIENTRY _mesa_PushClientAttrib( GLbitfield mask ) in _mesa_PushClientAttrib()
2109 void APIENTRY _mesa_PushName( GLuint name ) in _mesa_PushName()
2116 GLint APIENTRY _mesa_RenderMode( GLenum mode ) in _mesa_RenderMode()
2123 void APIENTRY _mesa_Rotated( GLdouble angle, GLdouble x, GLdouble y, GLdouble z ) in _mesa_Rotated()
2131 void APIENTRY _mesa_Rotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) in _mesa_Rotatef()
2138 void APIENTRY _mesa_SelectBuffer( GLsizei size, GLuint *buffer ) in _mesa_SelectBuffer()
2145 void APIENTRY _mesa_Scaled( GLdouble x, GLdouble y, GLdouble z ) in _mesa_Scaled()
2152 void APIENTRY _mesa_Scalef( GLfloat x, GLfloat y, GLfloat z ) in _mesa_Scalef()
2159 void APIENTRY _mesa_ShadeModel( GLenum mode ) in _mesa_ShadeModel()
2166 void APIENTRY _mesa_StencilFunc( GLenum func, GLint ref, GLuint mask ) in _mesa_StencilFunc()
2173 void APIENTRY _mesa_StencilMask( GLuint mask ) in _mesa_StencilMask()
2180 void APIENTRY _mesa_StencilOp( GLenum fail, GLenum zfail, GLenum zpass ) in _mesa_StencilOp()
2187 void APIENTRY _mesa_TexCoord1d( GLdouble s ) in _mesa_TexCoord1d()
2194 void APIENTRY _mesa_TexCoord1f( GLfloat s ) in _mesa_TexCoord1f()
2201 void APIENTRY _mesa_TexCoord1i( GLint s ) in _mesa_TexCoord1i()
2208 void APIENTRY _mesa_TexCoord1s( GLshort s ) in _mesa_TexCoord1s()
2215 void APIENTRY _mesa_TexCoord2d( GLdouble s, GLdouble t ) in _mesa_TexCoord2d()
2222 void APIENTRY _mesa_TexCoord2f( GLfloat s, GLfloat t ) in _mesa_TexCoord2f()
2229 void APIENTRY _mesa_TexCoord2i( GLint s, GLint t ) in _mesa_TexCoord2i()
2236 void APIENTRY _mesa_TexCoord2s( GLshort s, GLshort t ) in _mesa_TexCoord2s()
2243 void APIENTRY _mesa_TexCoord3d( GLdouble s, GLdouble t, GLdouble r ) in _mesa_TexCoord3d()
2250 void APIENTRY _mesa_TexCoord3f( GLfloat s, GLfloat t, GLfloat r ) in _mesa_TexCoord3f()
2257 void APIENTRY _mesa_TexCoord3i( GLint s, GLint t, GLint r ) in _mesa_TexCoord3i()
2265 void APIENTRY _mesa_TexCoord3s( GLshort s, GLshort t, GLshort r ) in _mesa_TexCoord3s()
2273 void APIENTRY _mesa_TexCoord4d( GLdouble s, GLdouble t, GLdouble r, GLdouble q ) in _mesa_TexCoord4d()
2281 void APIENTRY _mesa_TexCoord4f( GLfloat s, GLfloat t, GLfloat r, GLfloat q ) in _mesa_TexCoord4f()
2288 void APIENTRY _mesa_TexCoord4i( GLint s, GLint t, GLint r, GLint q ) in _mesa_TexCoord4i()
2296 void APIENTRY _mesa_TexCoord4s( GLshort s, GLshort t, GLshort r, GLshort q ) in _mesa_TexCoord4s()
2304 void APIENTRY _mesa_TexCoord1dv( const GLdouble *v ) in _mesa_TexCoord1dv()
2311 void APIENTRY _mesa_TexCoord1fv( const GLfloat *v ) in _mesa_TexCoord1fv()
2318 void APIENTRY _mesa_TexCoord1iv( const GLint *v ) in _mesa_TexCoord1iv()
2325 void APIENTRY _mesa_TexCoord1sv( const GLshort *v ) in _mesa_TexCoord1sv()
2332 void APIENTRY _mesa_TexCoord2dv( const GLdouble *v ) in _mesa_TexCoord2dv()
2339 void APIENTRY _mesa_TexCoord2fv( const GLfloat *v ) in _mesa_TexCoord2fv()
2346 void APIENTRY _mesa_TexCoord2iv( const GLint *v ) in _mesa_TexCoord2iv()
2353 void APIENTRY _mesa_TexCoord2sv( const GLshort *v ) in _mesa_TexCoord2sv()
2360 void APIENTRY _mesa_TexCoord3dv( const GLdouble *v ) in _mesa_TexCoord3dv()
2368 void APIENTRY _mesa_TexCoord3fv( const GLfloat *v ) in _mesa_TexCoord3fv()
2375 void APIENTRY _mesa_TexCoord3iv( const GLint *v ) in _mesa_TexCoord3iv()
2383 void APIENTRY _mesa_TexCoord3sv( const GLshort *v ) in _mesa_TexCoord3sv()
2391 void APIENTRY _mesa_TexCoord4dv( const GLdouble *v ) in _mesa_TexCoord4dv()
2399 void APIENTRY _mesa_TexCoord4fv( const GLfloat *v ) in _mesa_TexCoord4fv()
2406 void APIENTRY _mesa_TexCoord4iv( const GLint *v ) in _mesa_TexCoord4iv()
2414 void APIENTRY _mesa_TexCoord4sv( const GLshort *v ) in _mesa_TexCoord4sv()
2422 void APIENTRY _mesa_TexCoordPointer( GLint size, GLenum type, GLsizei stride, in _mesa_TexCoordPointer()
2430 void APIENTRY _mesa_TexGend( GLenum coord, GLenum pname, GLdouble param ) in _mesa_TexGend()
2438 void APIENTRY _mesa_TexGenf( GLenum coord, GLenum pname, GLfloat param ) in _mesa_TexGenf()
2445 void APIENTRY _mesa_TexGeni( GLenum coord, GLenum pname, GLint param ) in _mesa_TexGeni()
2453 void APIENTRY _mesa_TexGendv( GLenum coord, GLenum pname, const GLdouble *params ) in _mesa_TexGendv()
2465 void APIENTRY _mesa_TexGeniv( GLenum coord, GLenum pname, const GLint *params ) in _mesa_TexGeniv()
2477 void APIENTRY _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params ) in _mesa_TexGenfv()
2486 void APIENTRY _mesa_TexEnvf( GLenum target, GLenum pname, GLfloat param ) in _mesa_TexEnvf()
2494 void APIENTRY _mesa_TexEnvi( GLenum target, GLenum pname, GLint param ) in _mesa_TexEnvi()
2505 void APIENTRY _mesa_TexEnvfv( GLenum target, GLenum pname, const GLfloat *param ) in _mesa_TexEnvfv()
2513 void APIENTRY _mesa_TexEnviv( GLenum target, GLenum pname, const GLint *param ) in _mesa_TexEnviv()
2525 void APIENTRY _mesa_TexImage1D( GLenum target, GLint level, GLint internalformat, in _mesa_TexImage1D()
2538 void APIENTRY _mesa_TexImage2D( GLenum target, GLint level, GLint internalformat, in _mesa_TexImage2D()
2552 void APIENTRY _mesa_TexParameterf( GLenum target, GLenum pname, GLfloat param ) in _mesa_TexParameterf()
2559 void APIENTRY _mesa_TexParameteri( GLenum target, GLenum pname, GLint param ) in _mesa_TexParameteri()
2569 void APIENTRY _mesa_TexParameterfv( GLenum target, GLenum pname, const GLfloat *params ) in _mesa_TexParameterfv()
2576 void APIENTRY _mesa_TexParameteriv( GLenum target, GLenum pname, const GLint *params ) in _mesa_TexParameteriv()
2596 void APIENTRY _mesa_TexSubImage1D( GLenum target, GLint level, GLint xoffset, in _mesa_TexSubImage1D()
2608 void APIENTRY _mesa_TexSubImage2D( GLenum target, GLint level, in _mesa_TexSubImage2D()
2622 void APIENTRY _mesa_Translated( GLdouble x, GLdouble y, GLdouble z ) in _mesa_Translated()
2629 void APIENTRY _mesa_Translatef( GLfloat x, GLfloat y, GLfloat z ) in _mesa_Translatef()
2636 void APIENTRY _mesa_Vertex2d( GLdouble x, GLdouble y ) in _mesa_Vertex2d()
2643 void APIENTRY _mesa_Vertex2f( GLfloat x, GLfloat y ) in _mesa_Vertex2f()
2650 void APIENTRY _mesa_Vertex2i( GLint x, GLint y ) in _mesa_Vertex2i()
2657 void APIENTRY _mesa_Vertex2s( GLshort x, GLshort y ) in _mesa_Vertex2s()
2664 void APIENTRY _mesa_Vertex3d( GLdouble x, GLdouble y, GLdouble z ) in _mesa_Vertex3d()
2671 void APIENTRY _mesa_Vertex3f( GLfloat x, GLfloat y, GLfloat z ) in _mesa_Vertex3f()
2678 void APIENTRY _mesa_Vertex3i( GLint x, GLint y, GLint z ) in _mesa_Vertex3i()
2685 void APIENTRY _mesa_Vertex3s( GLshort x, GLshort y, GLshort z ) in _mesa_Vertex3s()
2692 void APIENTRY _mesa_Vertex4d( GLdouble x, GLdouble y, GLdouble z, GLdouble w ) in _mesa_Vertex4d()
2700 void APIENTRY _mesa_Vertex4f( GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in _mesa_Vertex4f()
2707 void APIENTRY _mesa_Vertex4i( GLint x, GLint y, GLint z, GLint w ) in _mesa_Vertex4i()
2715 void APIENTRY _mesa_Vertex4s( GLshort x, GLshort y, GLshort z, GLshort w ) in _mesa_Vertex4s()
2723 void APIENTRY _mesa_Vertex2dv( const GLdouble *v ) in _mesa_Vertex2dv()
2730 void APIENTRY _mesa_Vertex2fv( const GLfloat *v ) in _mesa_Vertex2fv()
2737 void APIENTRY _mesa_Vertex2iv( const GLint *v ) in _mesa_Vertex2iv()
2744 void APIENTRY _mesa_Vertex2sv( const GLshort *v ) in _mesa_Vertex2sv()
2751 void APIENTRY _mesa_Vertex3dv( const GLdouble *v ) in _mesa_Vertex3dv()
2758 void APIENTRY _mesa_Vertex3fv( const GLfloat *v ) in _mesa_Vertex3fv()
2765 void APIENTRY _mesa_Vertex3iv( const GLint *v ) in _mesa_Vertex3iv()
2772 void APIENTRY _mesa_Vertex3sv( const GLshort *v ) in _mesa_Vertex3sv()
2779 void APIENTRY _mesa_Vertex4dv( const GLdouble *v ) in _mesa_Vertex4dv()
2787 void APIENTRY _mesa_Vertex4fv( const GLfloat *v ) in _mesa_Vertex4fv()
2794 void APIENTRY _mesa_Vertex4iv( const GLint *v ) in _mesa_Vertex4iv()
2802 void APIENTRY _mesa_Vertex4sv( const GLshort *v ) in _mesa_Vertex4sv()
2810 void APIENTRY _mesa_VertexPointer( GLint size, GLenum type, GLsizei stride, in _mesa_VertexPointer()
2818 void APIENTRY _mesa_Viewport( GLint x, GLint y, GLsizei width, GLsizei height ) in _mesa_Viewport()
2826 void APIENTRY _mesa_ColorTableEXT( GLenum target, GLenum internalFormat, in _mesa_ColorTableEXT()
2839 void APIENTRY _mesa_ColorSubTableEXT( GLenum target, GLsizei start, GLsizei count, in _mesa_ColorSubTableEXT()
2851 void APIENTRY _mesa_GetColorTableEXT( GLenum target, GLenum format, in _mesa_GetColorTableEXT()
2859 void APIENTRY _mesa_GetColorTableParameterivEXT( GLenum target, GLenum pname, in _mesa_GetColorTableParameterivEXT()
2867 void APIENTRY _mesa_GetColorTableParameterfvEXT( GLenum target, GLenum pname, in _mesa_GetColorTableParameterfvEXT()