Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /* This file is automatically generated by mapi_abi.py.  Do not modify. */
  2.  
  3. #ifndef _GLAPI_TMP_H_
  4. #define _GLAPI_TMP_H_
  5. #ifdef USE_MGL_NAMESPACE
  6. #define GLAPI_PREFIX(func)  mgl##func
  7. #define GLAPI_PREFIX_STR(func)  "mgl"#func
  8. #else
  9. #define GLAPI_PREFIX(func)  gl##func
  10. #define GLAPI_PREFIX_STR(func)  "gl"#func
  11. #endif /* USE_MGL_NAMESPACE */
  12.  
  13. typedef int GLclampx;
  14. #endif /* _GLAPI_TMP_H_ */
  15.  
  16. #ifdef MAPI_TMP_DEFINES
  17. #define GL_GLEXT_PROTOTYPES
  18. #include "GL/gl.h"
  19. #include "GL/glext.h"
  20.  
  21. GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode);
  22. GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void);
  23. GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list);
  24. GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists);
  25. GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range);
  26. GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range);
  27. GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base);
  28. GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode);
  29. GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
  30. GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue);
  31. GLAPI void APIENTRY GLAPI_PREFIX(Color3bv)(const GLbyte *v);
  32. GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue);
  33. GLAPI void APIENTRY GLAPI_PREFIX(Color3dv)(const GLdouble *v);
  34. GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue);
  35. GLAPI void APIENTRY GLAPI_PREFIX(Color3fv)(const GLfloat *v);
  36. GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue);
  37. GLAPI void APIENTRY GLAPI_PREFIX(Color3iv)(const GLint *v);
  38. GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue);
  39. GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v);
  40. GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue);
  41. GLAPI void APIENTRY GLAPI_PREFIX(Color3ubv)(const GLubyte *v);
  42. GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue);
  43. GLAPI void APIENTRY GLAPI_PREFIX(Color3uiv)(const GLuint *v);
  44. GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue);
  45. GLAPI void APIENTRY GLAPI_PREFIX(Color3usv)(const GLushort *v);
  46. GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
  47. GLAPI void APIENTRY GLAPI_PREFIX(Color4bv)(const GLbyte *v);
  48. GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
  49. GLAPI void APIENTRY GLAPI_PREFIX(Color4dv)(const GLdouble *v);
  50. GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
  51. GLAPI void APIENTRY GLAPI_PREFIX(Color4fv)(const GLfloat *v);
  52. GLAPI void APIENTRY GLAPI_PREFIX(Color4i)(GLint red, GLint green, GLint blue, GLint alpha);
  53. GLAPI void APIENTRY GLAPI_PREFIX(Color4iv)(const GLint *v);
  54. GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha);
  55. GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v);
  56. GLAPI void APIENTRY GLAPI_PREFIX(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
  57. GLAPI void APIENTRY GLAPI_PREFIX(Color4ubv)(const GLubyte *v);
  58. GLAPI void APIENTRY GLAPI_PREFIX(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha);
  59. GLAPI void APIENTRY GLAPI_PREFIX(Color4uiv)(const GLuint *v);
  60. GLAPI void APIENTRY GLAPI_PREFIX(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha);
  61. GLAPI void APIENTRY GLAPI_PREFIX(Color4usv)(const GLushort *v);
  62. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlag)(GLboolean flag);
  63. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagv)(const GLboolean *flag);
  64. GLAPI void APIENTRY GLAPI_PREFIX(End)(void);
  65. GLAPI void APIENTRY GLAPI_PREFIX(Indexd)(GLdouble c);
  66. GLAPI void APIENTRY GLAPI_PREFIX(Indexdv)(const GLdouble *c);
  67. GLAPI void APIENTRY GLAPI_PREFIX(Indexf)(GLfloat c);
  68. GLAPI void APIENTRY GLAPI_PREFIX(Indexfv)(const GLfloat *c);
  69. GLAPI void APIENTRY GLAPI_PREFIX(Indexi)(GLint c);
  70. GLAPI void APIENTRY GLAPI_PREFIX(Indexiv)(const GLint *c);
  71. GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c);
  72. GLAPI void APIENTRY GLAPI_PREFIX(Indexsv)(const GLshort *c);
  73. GLAPI void APIENTRY GLAPI_PREFIX(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz);
  74. GLAPI void APIENTRY GLAPI_PREFIX(Normal3bv)(const GLbyte *v);
  75. GLAPI void APIENTRY GLAPI_PREFIX(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz);
  76. GLAPI void APIENTRY GLAPI_PREFIX(Normal3dv)(const GLdouble *v);
  77. GLAPI void APIENTRY GLAPI_PREFIX(Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz);
  78. GLAPI void APIENTRY GLAPI_PREFIX(Normal3fv)(const GLfloat *v);
  79. GLAPI void APIENTRY GLAPI_PREFIX(Normal3i)(GLint nx, GLint ny, GLint nz);
  80. GLAPI void APIENTRY GLAPI_PREFIX(Normal3iv)(const GLint *v);
  81. GLAPI void APIENTRY GLAPI_PREFIX(Normal3s)(GLshort nx, GLshort ny, GLshort nz);
  82. GLAPI void APIENTRY GLAPI_PREFIX(Normal3sv)(const GLshort *v);
  83. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2d)(GLdouble x, GLdouble y);
  84. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2dv)(const GLdouble *v);
  85. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y);
  86. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2fv)(const GLfloat *v);
  87. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2i)(GLint x, GLint y);
  88. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2iv)(const GLint *v);
  89. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2s)(GLshort x, GLshort y);
  90. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2sv)(const GLshort *v);
  91. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3d)(GLdouble x, GLdouble y, GLdouble z);
  92. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3dv)(const GLdouble *v);
  93. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3f)(GLfloat x, GLfloat y, GLfloat z);
  94. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3fv)(const GLfloat *v);
  95. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3i)(GLint x, GLint y, GLint z);
  96. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3iv)(const GLint *v);
  97. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3s)(GLshort x, GLshort y, GLshort z);
  98. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3sv)(const GLshort *v);
  99. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  100. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4dv)(const GLdouble *v);
  101. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  102. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4fv)(const GLfloat *v);
  103. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4i)(GLint x, GLint y, GLint z, GLint w);
  104. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4iv)(const GLint *v);
  105. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w);
  106. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4sv)(const GLshort *v);
  107. GLAPI void APIENTRY GLAPI_PREFIX(Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
  108. GLAPI void APIENTRY GLAPI_PREFIX(Rectdv)(const GLdouble *v1, const GLdouble *v2);
  109. GLAPI void APIENTRY GLAPI_PREFIX(Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
  110. GLAPI void APIENTRY GLAPI_PREFIX(Rectfv)(const GLfloat *v1, const GLfloat *v2);
  111. GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2);
  112. GLAPI void APIENTRY GLAPI_PREFIX(Rectiv)(const GLint *v1, const GLint *v2);
  113. GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
  114. GLAPI void APIENTRY GLAPI_PREFIX(Rectsv)(const GLshort *v1, const GLshort *v2);
  115. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1d)(GLdouble s);
  116. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1dv)(const GLdouble *v);
  117. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1f)(GLfloat s);
  118. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1fv)(const GLfloat *v);
  119. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1i)(GLint s);
  120. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1iv)(const GLint *v);
  121. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1s)(GLshort s);
  122. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1sv)(const GLshort *v);
  123. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2d)(GLdouble s, GLdouble t);
  124. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2dv)(const GLdouble *v);
  125. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2f)(GLfloat s, GLfloat t);
  126. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2fv)(const GLfloat *v);
  127. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2i)(GLint s, GLint t);
  128. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2iv)(const GLint *v);
  129. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2s)(GLshort s, GLshort t);
  130. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2sv)(const GLshort *v);
  131. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r);
  132. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3dv)(const GLdouble *v);
  133. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3f)(GLfloat s, GLfloat t, GLfloat r);
  134. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3fv)(const GLfloat *v);
  135. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3i)(GLint s, GLint t, GLint r);
  136. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3iv)(const GLint *v);
  137. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3s)(GLshort s, GLshort t, GLshort r);
  138. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3sv)(const GLshort *v);
  139. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q);
  140. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4dv)(const GLdouble *v);
  141. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q);
  142. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4fv)(const GLfloat *v);
  143. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4i)(GLint s, GLint t, GLint r, GLint q);
  144. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4iv)(const GLint *v);
  145. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q);
  146. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4sv)(const GLshort *v);
  147. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2d)(GLdouble x, GLdouble y);
  148. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2dv)(const GLdouble *v);
  149. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y);
  150. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v);
  151. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2i)(GLint x, GLint y);
  152. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2iv)(const GLint *v);
  153. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2s)(GLshort x, GLshort y);
  154. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2sv)(const GLshort *v);
  155. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3d)(GLdouble x, GLdouble y, GLdouble z);
  156. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3dv)(const GLdouble *v);
  157. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z);
  158. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3fv)(const GLfloat *v);
  159. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3i)(GLint x, GLint y, GLint z);
  160. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3iv)(const GLint *v);
  161. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3s)(GLshort x, GLshort y, GLshort z);
  162. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3sv)(const GLshort *v);
  163. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  164. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4dv)(const GLdouble *v);
  165. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  166. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v);
  167. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4i)(GLint x, GLint y, GLint z, GLint w);
  168. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4iv)(const GLint *v);
  169. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w);
  170. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4sv)(const GLshort *v);
  171. GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation);
  172. GLAPI void APIENTRY GLAPI_PREFIX(ColorMaterial)(GLenum face, GLenum mode);
  173. GLAPI void APIENTRY GLAPI_PREFIX(CullFace)(GLenum mode);
  174. GLAPI void APIENTRY GLAPI_PREFIX(Fogf)(GLenum pname, GLfloat param);
  175. GLAPI void APIENTRY GLAPI_PREFIX(Fogfv)(GLenum pname, const GLfloat *params);
  176. GLAPI void APIENTRY GLAPI_PREFIX(Fogi)(GLenum pname, GLint param);
  177. GLAPI void APIENTRY GLAPI_PREFIX(Fogiv)(GLenum pname, const GLint *params);
  178. GLAPI void APIENTRY GLAPI_PREFIX(FrontFace)(GLenum mode);
  179. GLAPI void APIENTRY GLAPI_PREFIX(Hint)(GLenum target, GLenum mode);
  180. GLAPI void APIENTRY GLAPI_PREFIX(Lightf)(GLenum light, GLenum pname, GLfloat param);
  181. GLAPI void APIENTRY GLAPI_PREFIX(Lightfv)(GLenum light, GLenum pname, const GLfloat *params);
  182. GLAPI void APIENTRY GLAPI_PREFIX(Lighti)(GLenum light, GLenum pname, GLint param);
  183. GLAPI void APIENTRY GLAPI_PREFIX(Lightiv)(GLenum light, GLenum pname, const GLint *params);
  184. GLAPI void APIENTRY GLAPI_PREFIX(LightModelf)(GLenum pname, GLfloat param);
  185. GLAPI void APIENTRY GLAPI_PREFIX(LightModelfv)(GLenum pname, const GLfloat *params);
  186. GLAPI void APIENTRY GLAPI_PREFIX(LightModeli)(GLenum pname, GLint param);
  187. GLAPI void APIENTRY GLAPI_PREFIX(LightModeliv)(GLenum pname, const GLint *params);
  188. GLAPI void APIENTRY GLAPI_PREFIX(LineStipple)(GLint factor, GLushort pattern);
  189. GLAPI void APIENTRY GLAPI_PREFIX(LineWidth)(GLfloat width);
  190. GLAPI void APIENTRY GLAPI_PREFIX(Materialf)(GLenum face, GLenum pname, GLfloat param);
  191. GLAPI void APIENTRY GLAPI_PREFIX(Materialfv)(GLenum face, GLenum pname, const GLfloat *params);
  192. GLAPI void APIENTRY GLAPI_PREFIX(Materiali)(GLenum face, GLenum pname, GLint param);
  193. GLAPI void APIENTRY GLAPI_PREFIX(Materialiv)(GLenum face, GLenum pname, const GLint *params);
  194. GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size);
  195. GLAPI void APIENTRY GLAPI_PREFIX(PolygonMode)(GLenum face, GLenum mode);
  196. GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask);
  197. GLAPI void APIENTRY GLAPI_PREFIX(Scissor)(GLint x, GLint y, GLsizei width, GLsizei height);
  198. GLAPI void APIENTRY GLAPI_PREFIX(ShadeModel)(GLenum mode);
  199. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param);
  200. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterfv)(GLenum target, GLenum pname, const GLfloat *params);
  201. GLAPI void APIENTRY GLAPI_PREFIX(TexParameteri)(GLenum target, GLenum pname, GLint param);
  202. GLAPI void APIENTRY GLAPI_PREFIX(TexParameteriv)(GLenum target, GLenum pname, const GLint *params);
  203. GLAPI void APIENTRY GLAPI_PREFIX(TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
  204. GLAPI void APIENTRY GLAPI_PREFIX(TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
  205. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvf)(GLenum target, GLenum pname, GLfloat param);
  206. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvfv)(GLenum target, GLenum pname, const GLfloat *params);
  207. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvi)(GLenum target, GLenum pname, GLint param);
  208. GLAPI void APIENTRY GLAPI_PREFIX(TexEnviv)(GLenum target, GLenum pname, const GLint *params);
  209. GLAPI void APIENTRY GLAPI_PREFIX(TexGend)(GLenum coord, GLenum pname, GLdouble param);
  210. GLAPI void APIENTRY GLAPI_PREFIX(TexGendv)(GLenum coord, GLenum pname, const GLdouble *params);
  211. GLAPI void APIENTRY GLAPI_PREFIX(TexGenf)(GLenum coord, GLenum pname, GLfloat param);
  212. GLAPI void APIENTRY GLAPI_PREFIX(TexGenfv)(GLenum coord, GLenum pname, const GLfloat *params);
  213. GLAPI void APIENTRY GLAPI_PREFIX(TexGeni)(GLenum coord, GLenum pname, GLint param);
  214. GLAPI void APIENTRY GLAPI_PREFIX(TexGeniv)(GLenum coord, GLenum pname, const GLint *params);
  215. GLAPI void APIENTRY GLAPI_PREFIX(FeedbackBuffer)(GLsizei size, GLenum type, GLfloat *buffer);
  216. GLAPI void APIENTRY GLAPI_PREFIX(SelectBuffer)(GLsizei size, GLuint *buffer);
  217. GLAPI GLint APIENTRY GLAPI_PREFIX(RenderMode)(GLenum mode);
  218. GLAPI void APIENTRY GLAPI_PREFIX(InitNames)(void);
  219. GLAPI void APIENTRY GLAPI_PREFIX(LoadName)(GLuint name);
  220. GLAPI void APIENTRY GLAPI_PREFIX(PassThrough)(GLfloat token);
  221. GLAPI void APIENTRY GLAPI_PREFIX(PopName)(void);
  222. GLAPI void APIENTRY GLAPI_PREFIX(PushName)(GLuint name);
  223. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffer)(GLenum mode);
  224. GLAPI void APIENTRY GLAPI_PREFIX(Clear)(GLbitfield mask);
  225. GLAPI void APIENTRY GLAPI_PREFIX(ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
  226. GLAPI void APIENTRY GLAPI_PREFIX(ClearIndex)(GLfloat c);
  227. GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  228. GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s);
  229. GLAPI void APIENTRY GLAPI_PREFIX(ClearDepth)(GLclampd depth);
  230. GLAPI void APIENTRY GLAPI_PREFIX(StencilMask)(GLuint mask);
  231. GLAPI void APIENTRY GLAPI_PREFIX(ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  232. GLAPI void APIENTRY GLAPI_PREFIX(DepthMask)(GLboolean flag);
  233. GLAPI void APIENTRY GLAPI_PREFIX(IndexMask)(GLuint mask);
  234. GLAPI void APIENTRY GLAPI_PREFIX(Accum)(GLenum op, GLfloat value);
  235. GLAPI void APIENTRY GLAPI_PREFIX(Disable)(GLenum cap);
  236. GLAPI void APIENTRY GLAPI_PREFIX(Enable)(GLenum cap);
  237. GLAPI void APIENTRY GLAPI_PREFIX(Finish)(void);
  238. GLAPI void APIENTRY GLAPI_PREFIX(Flush)(void);
  239. GLAPI void APIENTRY GLAPI_PREFIX(PopAttrib)(void);
  240. GLAPI void APIENTRY GLAPI_PREFIX(PushAttrib)(GLbitfield mask);
  241. GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points);
  242. GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);
  243. GLAPI void APIENTRY GLAPI_PREFIX(Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);
  244. GLAPI void APIENTRY GLAPI_PREFIX(Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);
  245. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1d)(GLint un, GLdouble u1, GLdouble u2);
  246. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1f)(GLint un, GLfloat u1, GLfloat u2);
  247. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2);
  248. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2);
  249. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1d)(GLdouble u);
  250. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1dv)(const GLdouble *u);
  251. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1f)(GLfloat u);
  252. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1fv)(const GLfloat *u);
  253. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2d)(GLdouble u, GLdouble v);
  254. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2dv)(const GLdouble *u);
  255. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2f)(GLfloat u, GLfloat v);
  256. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2fv)(const GLfloat *u);
  257. GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh1)(GLenum mode, GLint i1, GLint i2);
  258. GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint1)(GLint i);
  259. GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
  260. GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint2)(GLint i, GLint j);
  261. GLAPI void APIENTRY GLAPI_PREFIX(AlphaFunc)(GLenum func, GLclampf ref);
  262. GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor);
  263. GLAPI void APIENTRY GLAPI_PREFIX(LogicOp)(GLenum opcode);
  264. GLAPI void APIENTRY GLAPI_PREFIX(StencilFunc)(GLenum func, GLint ref, GLuint mask);
  265. GLAPI void APIENTRY GLAPI_PREFIX(StencilOp)(GLenum fail, GLenum zfail, GLenum zpass);
  266. GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func);
  267. GLAPI void APIENTRY GLAPI_PREFIX(PixelZoom)(GLfloat xfactor, GLfloat yfactor);
  268. GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferf)(GLenum pname, GLfloat param);
  269. GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferi)(GLenum pname, GLint param);
  270. GLAPI void APIENTRY GLAPI_PREFIX(PixelStoref)(GLenum pname, GLfloat param);
  271. GLAPI void APIENTRY GLAPI_PREFIX(PixelStorei)(GLenum pname, GLint param);
  272. GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values);
  273. GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values);
  274. GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values);
  275. GLAPI void APIENTRY GLAPI_PREFIX(ReadBuffer)(GLenum mode);
  276. GLAPI void APIENTRY GLAPI_PREFIX(CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
  277. GLAPI void APIENTRY GLAPI_PREFIX(ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
  278. GLAPI void APIENTRY GLAPI_PREFIX(DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
  279. GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanv)(GLenum pname, GLboolean *params);
  280. GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation);
  281. GLAPI void APIENTRY GLAPI_PREFIX(GetDoublev)(GLenum pname, GLdouble *params);
  282. GLAPI GLenum APIENTRY GLAPI_PREFIX(GetError)(void);
  283. GLAPI void APIENTRY GLAPI_PREFIX(GetFloatv)(GLenum pname, GLfloat *params);
  284. GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerv)(GLenum pname, GLint *params);
  285. GLAPI void APIENTRY GLAPI_PREFIX(GetLightfv)(GLenum light, GLenum pname, GLfloat *params);
  286. GLAPI void APIENTRY GLAPI_PREFIX(GetLightiv)(GLenum light, GLenum pname, GLint *params);
  287. GLAPI void APIENTRY GLAPI_PREFIX(GetMapdv)(GLenum target, GLenum query, GLdouble *v);
  288. GLAPI void APIENTRY GLAPI_PREFIX(GetMapfv)(GLenum target, GLenum query, GLfloat *v);
  289. GLAPI void APIENTRY GLAPI_PREFIX(GetMapiv)(GLenum target, GLenum query, GLint *v);
  290. GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialfv)(GLenum face, GLenum pname, GLfloat *params);
  291. GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialiv)(GLenum face, GLenum pname, GLint *params);
  292. GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapfv)(GLenum map, GLfloat *values);
  293. GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapuiv)(GLenum map, GLuint *values);
  294. GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapusv)(GLenum map, GLushort *values);
  295. GLAPI void APIENTRY GLAPI_PREFIX(GetPolygonStipple)(GLubyte *mask);
  296. GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name);
  297. GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvfv)(GLenum target, GLenum pname, GLfloat *params);
  298. GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnviv)(GLenum target, GLenum pname, GLint *params);
  299. GLAPI void APIENTRY GLAPI_PREFIX(GetTexGendv)(GLenum coord, GLenum pname, GLdouble *params);
  300. GLAPI void APIENTRY GLAPI_PREFIX(GetTexGenfv)(GLenum coord, GLenum pname, GLfloat *params);
  301. GLAPI void APIENTRY GLAPI_PREFIX(GetTexGeniv)(GLenum coord, GLenum pname, GLint *params);
  302. GLAPI void APIENTRY GLAPI_PREFIX(GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);
  303. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params);
  304. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params);
  305. GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat *params);
  306. GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params);
  307. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabled)(GLenum cap);
  308. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsList)(GLuint list);
  309. GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar);
  310. GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
  311. GLAPI void APIENTRY GLAPI_PREFIX(LoadIdentity)(void);
  312. GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixf)(const GLfloat *m);
  313. GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixd)(const GLdouble *m);
  314. GLAPI void APIENTRY GLAPI_PREFIX(MatrixMode)(GLenum mode);
  315. GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixf)(const GLfloat *m);
  316. GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixd)(const GLdouble *m);
  317. GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
  318. GLAPI void APIENTRY GLAPI_PREFIX(PopMatrix)(void);
  319. GLAPI void APIENTRY GLAPI_PREFIX(PushMatrix)(void);
  320. GLAPI void APIENTRY GLAPI_PREFIX(Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
  321. GLAPI void APIENTRY GLAPI_PREFIX(Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
  322. GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z);
  323. GLAPI void APIENTRY GLAPI_PREFIX(Scalef)(GLfloat x, GLfloat y, GLfloat z);
  324. GLAPI void APIENTRY GLAPI_PREFIX(Translated)(GLdouble x, GLdouble y, GLdouble z);
  325. GLAPI void APIENTRY GLAPI_PREFIX(Translatef)(GLfloat x, GLfloat y, GLfloat z);
  326. GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height);
  327. GLAPI void APIENTRY GLAPI_PREFIX(ArrayElement)(GLint i);
  328. GLAPI void APIENTRY GLAPI_PREFIX(ArrayElementEXT)(GLint i);
  329. GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture);
  330. GLAPI void APIENTRY GLAPI_PREFIX(BindTextureEXT)(GLenum target, GLuint texture);
  331. GLAPI void APIENTRY GLAPI_PREFIX(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  332. GLAPI void APIENTRY GLAPI_PREFIX(DisableClientState)(GLenum array);
  333. GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count);
  334. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysEXT)(GLenum mode, GLint first, GLsizei count);
  335. GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
  336. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointer)(GLsizei stride, const GLvoid *pointer);
  337. GLAPI void APIENTRY GLAPI_PREFIX(EnableClientState)(GLenum array);
  338. GLAPI void APIENTRY GLAPI_PREFIX(IndexPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
  339. GLAPI void APIENTRY GLAPI_PREFIX(Indexub)(GLubyte c);
  340. GLAPI void APIENTRY GLAPI_PREFIX(Indexubv)(const GLubyte *c);
  341. GLAPI void APIENTRY GLAPI_PREFIX(InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid *pointer);
  342. GLAPI void APIENTRY GLAPI_PREFIX(NormalPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
  343. GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffset)(GLfloat factor, GLfloat units);
  344. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  345. GLAPI void APIENTRY GLAPI_PREFIX(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  346. GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences);
  347. GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences);
  348. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
  349. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
  350. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
  351. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  352. GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures);
  353. GLAPI void APIENTRY GLAPI_PREFIX(DeleteTexturesEXT)(GLsizei n, const GLuint *textures);
  354. GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures);
  355. GLAPI void APIENTRY GLAPI_PREFIX(GenTexturesEXT)(GLsizei n, GLuint *textures);
  356. GLAPI void APIENTRY GLAPI_PREFIX(GetPointerv)(GLenum pname, GLvoid **params);
  357. GLAPI void APIENTRY GLAPI_PREFIX(GetPointervEXT)(GLenum pname, GLvoid **params);
  358. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture);
  359. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTextureEXT)(GLuint texture);
  360. GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTextures)(GLsizei n, const GLuint *textures, const GLclampf *priorities);
  361. GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTexturesEXT)(GLsizei n, const GLuint *textures, const GLclampf *priorities);
  362. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
  363. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
  364. GLAPI void APIENTRY GLAPI_PREFIX(PopClientAttrib)(void);
  365. GLAPI void APIENTRY GLAPI_PREFIX(PushClientAttrib)(GLbitfield mask);
  366. GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  367. GLAPI void APIENTRY GLAPI_PREFIX(BlendColorEXT)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
  368. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode);
  369. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationEXT)(GLenum mode);
  370. GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);
  371. GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsEXT)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);
  372. GLAPI void APIENTRY GLAPI_PREFIX(ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
  373. GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat *params);
  374. GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameteriv)(GLenum target, GLenum pname, const GLint *params);
  375. GLAPI void APIENTRY GLAPI_PREFIX(CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
  376. GLAPI void APIENTRY GLAPI_PREFIX(GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid *table);
  377. void APIENTRY GLAPI_PREFIX(_dispatch_stub_343)(GLenum target, GLenum format, GLenum type, GLvoid *table);
  378. void APIENTRY GLAPI_PREFIX(_dispatch_stub_343)(GLenum target, GLenum format, GLenum type, GLvoid *table);
  379. GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat *params);
  380. void APIENTRY GLAPI_PREFIX(_dispatch_stub_344)(GLenum target, GLenum pname, GLfloat *params);
  381. void APIENTRY GLAPI_PREFIX(_dispatch_stub_344)(GLenum target, GLenum pname, GLfloat *params);
  382. GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameteriv)(GLenum target, GLenum pname, GLint *params);
  383. void APIENTRY GLAPI_PREFIX(_dispatch_stub_345)(GLenum target, GLenum pname, GLint *params);
  384. void APIENTRY GLAPI_PREFIX(_dispatch_stub_345)(GLenum target, GLenum pname, GLint *params);
  385. GLAPI void APIENTRY GLAPI_PREFIX(ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);
  386. GLAPI void APIENTRY GLAPI_PREFIX(CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);
  387. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image);
  388. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image);
  389. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params);
  390. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat *params);
  391. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteri)(GLenum target, GLenum pname, GLint params);
  392. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint *params);
  393. GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
  394. GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);
  395. GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid *image);
  396. void APIENTRY GLAPI_PREFIX(_dispatch_stub_356)(GLenum target, GLenum format, GLenum type, GLvoid *image);
  397. GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat *params);
  398. void APIENTRY GLAPI_PREFIX(_dispatch_stub_357)(GLenum target, GLenum pname, GLfloat *params);
  399. GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint *params);
  400. void APIENTRY GLAPI_PREFIX(_dispatch_stub_358)(GLenum target, GLenum pname, GLint *params);
  401. GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
  402. void APIENTRY GLAPI_PREFIX(_dispatch_stub_359)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
  403. GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);
  404. GLAPI void APIENTRY GLAPI_PREFIX(GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
  405. void APIENTRY GLAPI_PREFIX(_dispatch_stub_361)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
  406. GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat *params);
  407. void APIENTRY GLAPI_PREFIX(_dispatch_stub_362)(GLenum target, GLenum pname, GLfloat *params);
  408. GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameteriv)(GLenum target, GLenum pname, GLint *params);
  409. void APIENTRY GLAPI_PREFIX(_dispatch_stub_363)(GLenum target, GLenum pname, GLint *params);
  410. GLAPI void APIENTRY GLAPI_PREFIX(GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
  411. void APIENTRY GLAPI_PREFIX(_dispatch_stub_364)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
  412. GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat *params);
  413. void APIENTRY GLAPI_PREFIX(_dispatch_stub_365)(GLenum target, GLenum pname, GLfloat *params);
  414. GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint *params);
  415. void APIENTRY GLAPI_PREFIX(_dispatch_stub_366)(GLenum target, GLenum pname, GLint *params);
  416. GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
  417. GLAPI void APIENTRY GLAPI_PREFIX(Minmax)(GLenum target, GLenum internalformat, GLboolean sink);
  418. GLAPI void APIENTRY GLAPI_PREFIX(ResetHistogram)(GLenum target);
  419. GLAPI void APIENTRY GLAPI_PREFIX(ResetMinmax)(GLenum target);
  420. GLAPI void APIENTRY GLAPI_PREFIX(TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
  421. GLAPI void APIENTRY GLAPI_PREFIX(TexImage3DEXT)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
  422. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
  423. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
  424. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  425. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  426. GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture);
  427. GLAPI void APIENTRY GLAPI_PREFIX(ActiveTextureARB)(GLenum texture);
  428. GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTexture)(GLenum texture);
  429. GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTextureARB)(GLenum texture);
  430. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1d)(GLenum target, GLdouble s);
  431. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dARB)(GLenum target, GLdouble s);
  432. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dv)(GLenum target, const GLdouble *v);
  433. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dvARB)(GLenum target, const GLdouble *v);
  434. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fARB)(GLenum target, GLfloat s);
  435. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1f)(GLenum target, GLfloat s);
  436. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fvARB)(GLenum target, const GLfloat *v);
  437. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fv)(GLenum target, const GLfloat *v);
  438. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1i)(GLenum target, GLint s);
  439. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iARB)(GLenum target, GLint s);
  440. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iv)(GLenum target, const GLint *v);
  441. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1ivARB)(GLenum target, const GLint *v);
  442. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1s)(GLenum target, GLshort s);
  443. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sARB)(GLenum target, GLshort s);
  444. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sv)(GLenum target, const GLshort *v);
  445. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1svARB)(GLenum target, const GLshort *v);
  446. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t);
  447. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dARB)(GLenum target, GLdouble s, GLdouble t);
  448. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dv)(GLenum target, const GLdouble *v);
  449. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dvARB)(GLenum target, const GLdouble *v);
  450. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t);
  451. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2f)(GLenum target, GLfloat s, GLfloat t);
  452. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fvARB)(GLenum target, const GLfloat *v);
  453. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fv)(GLenum target, const GLfloat *v);
  454. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2i)(GLenum target, GLint s, GLint t);
  455. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iARB)(GLenum target, GLint s, GLint t);
  456. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iv)(GLenum target, const GLint *v);
  457. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2ivARB)(GLenum target, const GLint *v);
  458. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t);
  459. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t);
  460. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sv)(GLenum target, const GLshort *v);
  461. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2svARB)(GLenum target, const GLshort *v);
  462. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r);
  463. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r);
  464. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dv)(GLenum target, const GLdouble *v);
  465. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dvARB)(GLenum target, const GLdouble *v);
  466. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r);
  467. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3f)(GLenum target, GLfloat s, GLfloat t, GLfloat r);
  468. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fvARB)(GLenum target, const GLfloat *v);
  469. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fv)(GLenum target, const GLfloat *v);
  470. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r);
  471. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iARB)(GLenum target, GLint s, GLint t, GLint r);
  472. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iv)(GLenum target, const GLint *v);
  473. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3ivARB)(GLenum target, const GLint *v);
  474. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r);
  475. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r);
  476. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sv)(GLenum target, const GLshort *v);
  477. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3svARB)(GLenum target, const GLshort *v);
  478. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
  479. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
  480. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dv)(GLenum target, const GLdouble *v);
  481. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dvARB)(GLenum target, const GLdouble *v);
  482. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
  483. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
  484. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fvARB)(GLenum target, const GLfloat *v);
  485. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fv)(GLenum target, const GLfloat *v);
  486. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q);
  487. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iARB)(GLenum target, GLint s, GLint t, GLint r, GLint q);
  488. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iv)(GLenum target, const GLint *v);
  489. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4ivARB)(GLenum target, const GLint *v);
  490. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
  491. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
  492. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sv)(GLenum target, const GLshort *v);
  493. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4svARB)(GLenum target, const GLshort *v);
  494. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);
  495. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);
  496. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
  497. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
  498. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage3D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);
  499. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage3DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);
  500. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
  501. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1DARB)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
  502. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
  503. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage2DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
  504. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
  505. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage3DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
  506. GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img);
  507. GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img);
  508. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixd)(const GLdouble *m);
  509. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixdARB)(const GLdouble *m);
  510. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixf)(const GLfloat *m);
  511. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixfARB)(const GLfloat *m);
  512. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixd)(const GLdouble *m);
  513. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixdARB)(const GLdouble *m);
  514. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixf)(const GLfloat *m);
  515. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixfARB)(const GLfloat *m);
  516. GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverage)(GLclampf value, GLboolean invert);
  517. GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverageARB)(GLclampf value, GLboolean invert);
  518. GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
  519. GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
  520. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
  521. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer);
  522. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord);
  523. GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord);
  524. GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord);
  525. GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord);
  526. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
  527. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
  528. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param);
  529. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param);
  530. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param);
  531. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params);
  532. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params);
  533. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params);
  534. GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param);
  535. GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params);
  536. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue);
  537. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue);
  538. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v);
  539. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v);
  540. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue);
  541. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue);
  542. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v);
  543. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v);
  544. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue);
  545. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue);
  546. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v);
  547. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v);
  548. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue);
  549. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue);
  550. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v);
  551. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v);
  552. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue);
  553. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue);
  554. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v);
  555. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v);
  556. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue);
  557. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue);
  558. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v);
  559. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v);
  560. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue);
  561. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue);
  562. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v);
  563. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v);
  564. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  565. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  566. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y);
  567. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y);
  568. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v);
  569. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v);
  570. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y);
  571. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y);
  572. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v);
  573. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v);
  574. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y);
  575. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y);
  576. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v);
  577. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v);
  578. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y);
  579. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y);
  580. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v);
  581. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v);
  582. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z);
  583. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z);
  584. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v);
  585. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v);
  586. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z);
  587. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z);
  588. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v);
  589. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v);
  590. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z);
  591. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z);
  592. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v);
  593. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v);
  594. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z);
  595. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z);
  596. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v);
  597. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v);
  598. GLAPI void APIENTRY GLAPI_PREFIX(BeginQuery)(GLenum target, GLuint id);
  599. GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryARB)(GLenum target, GLuint id);
  600. GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer);
  601. GLAPI void APIENTRY GLAPI_PREFIX(BindBufferARB)(GLenum target, GLuint buffer);
  602. GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
  603. GLAPI void APIENTRY GLAPI_PREFIX(BufferDataARB)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage);
  604. GLAPI void APIENTRY GLAPI_PREFIX(BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data);
  605. GLAPI void APIENTRY GLAPI_PREFIX(BufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data);
  606. GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffers)(GLsizei n, const GLuint *buffer);
  607. GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffersARB)(GLsizei n, const GLuint *buffer);
  608. GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueries)(GLsizei n, const GLuint *ids);
  609. GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueriesARB)(GLsizei n, const GLuint *ids);
  610. GLAPI void APIENTRY GLAPI_PREFIX(EndQuery)(GLenum target);
  611. GLAPI void APIENTRY GLAPI_PREFIX(EndQueryARB)(GLenum target);
  612. GLAPI void APIENTRY GLAPI_PREFIX(GenBuffers)(GLsizei n, GLuint *buffer);
  613. GLAPI void APIENTRY GLAPI_PREFIX(GenBuffersARB)(GLsizei n, GLuint *buffer);
  614. GLAPI void APIENTRY GLAPI_PREFIX(GenQueries)(GLsizei n, GLuint *ids);
  615. GLAPI void APIENTRY GLAPI_PREFIX(GenQueriesARB)(GLsizei n, GLuint *ids);
  616. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteriv)(GLenum target, GLenum pname, GLint *params);
  617. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameterivARB)(GLenum target, GLenum pname, GLint *params);
  618. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointerv)(GLenum target, GLenum pname, GLvoid **params);
  619. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointervARB)(GLenum target, GLenum pname, GLvoid **params);
  620. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data);
  621. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data);
  622. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectiv)(GLuint id, GLenum pname, GLint *params);
  623. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectivARB)(GLuint id, GLenum pname, GLint *params);
  624. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params);
  625. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuivARB)(GLuint id, GLenum pname, GLuint *params);
  626. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryiv)(GLenum target, GLenum pname, GLint *params);
  627. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryivARB)(GLenum target, GLenum pname, GLint *params);
  628. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer);
  629. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBufferARB)(GLuint buffer);
  630. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQuery)(GLuint id);
  631. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQueryARB)(GLuint id);
  632. GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBuffer)(GLenum target, GLenum access);
  633. GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferARB)(GLenum target, GLenum access);
  634. GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBuffer)(GLenum target);
  635. GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBufferARB)(GLenum target);
  636. GLAPI void APIENTRY GLAPI_PREFIX(AttachShader)(GLuint program, GLuint shader);
  637. GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocation)(GLuint program, GLuint index, const GLchar *name);
  638. GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocationARB)(GLhandleARB program, GLuint index, const GLcharARB *name);
  639. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA);
  640. GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader);
  641. GLAPI void APIENTRY GLAPI_PREFIX(CompileShaderARB)(GLhandleARB shader);
  642. GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateProgram)(void);
  643. GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShader)(GLenum type);
  644. GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program);
  645. GLAPI void APIENTRY GLAPI_PREFIX(DeleteShader)(GLuint program);
  646. GLAPI void APIENTRY GLAPI_PREFIX(DetachShader)(GLuint program, GLuint shader);
  647. GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index);
  648. GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArrayARB)(GLuint index);
  649. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs);
  650. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersARB)(GLsizei n, const GLenum *bufs);
  651. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersATI)(GLsizei n, const GLenum *bufs);
  652. GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArray)(GLuint index);
  653. GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArrayARB)(GLuint index);
  654. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
  655. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
  656. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
  657. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
  658. GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj);
  659. GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name);
  660. GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocationARB)(GLhandleARB program, const GLcharARB *name);
  661. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
  662. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramiv)(GLuint program, GLenum pname, GLint *params);
  663. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
  664. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);
  665. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSourceARB)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source);
  666. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderiv)(GLuint shader, GLenum pname, GLint *params);
  667. GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocation)(GLuint program, const GLchar *name);
  668. GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocationARB)(GLhandleARB program, const GLcharARB *name);
  669. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params);
  670. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfvARB)(GLhandleARB program, GLint location, GLfloat *params);
  671. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformiv)(GLuint program, GLint location, GLint *params);
  672. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformivARB)(GLhandleARB program, GLint location, GLint *params);
  673. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer);
  674. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer);
  675. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble *params);
  676. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvARB)(GLuint index, GLenum pname, GLdouble *params);
  677. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat *params);
  678. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvARB)(GLuint index, GLenum pname, GLfloat *params);
  679. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribiv)(GLuint index, GLenum pname, GLint *params);
  680. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivARB)(GLuint index, GLenum pname, GLint *params);
  681. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgram)(GLuint program);
  682. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsShader)(GLuint shader);
  683. GLAPI void APIENTRY GLAPI_PREFIX(LinkProgram)(GLuint program);
  684. GLAPI void APIENTRY GLAPI_PREFIX(LinkProgramARB)(GLhandleARB program);
  685. GLAPI void APIENTRY GLAPI_PREFIX(ShaderSource)(GLuint shader, GLsizei count, const GLchar * const *string, const GLint *length);
  686. GLAPI void APIENTRY GLAPI_PREFIX(ShaderSourceARB)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length);
  687. GLAPI void APIENTRY GLAPI_PREFIX(StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask);
  688. GLAPI void APIENTRY GLAPI_PREFIX(StencilMaskSeparate)(GLenum face, GLuint mask);
  689. GLAPI void APIENTRY GLAPI_PREFIX(StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass);
  690. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0);
  691. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fARB)(GLint location, GLfloat v0);
  692. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fv)(GLint location, GLsizei count, const GLfloat *value);
  693. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fvARB)(GLint location, GLsizei count, const GLfloat *value);
  694. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1i)(GLint location, GLint v0);
  695. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iARB)(GLint location, GLint v0);
  696. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iv)(GLint location, GLsizei count, const GLint *value);
  697. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ivARB)(GLint location, GLsizei count, const GLint *value);
  698. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1);
  699. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fARB)(GLint location, GLfloat v0, GLfloat v1);
  700. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fv)(GLint location, GLsizei count, const GLfloat *value);
  701. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fvARB)(GLint location, GLsizei count, const GLfloat *value);
  702. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2i)(GLint location, GLint v0, GLint v1);
  703. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iARB)(GLint location, GLint v0, GLint v1);
  704. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iv)(GLint location, GLsizei count, const GLint *value);
  705. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ivARB)(GLint location, GLsizei count, const GLint *value);
  706. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
  707. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
  708. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fv)(GLint location, GLsizei count, const GLfloat *value);
  709. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fvARB)(GLint location, GLsizei count, const GLfloat *value);
  710. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2);
  711. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iARB)(GLint location, GLint v0, GLint v1, GLint v2);
  712. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iv)(GLint location, GLsizei count, const GLint *value);
  713. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ivARB)(GLint location, GLsizei count, const GLint *value);
  714. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
  715. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
  716. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fv)(GLint location, GLsizei count, const GLfloat *value);
  717. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fvARB)(GLint location, GLsizei count, const GLfloat *value);
  718. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
  719. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iARB)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
  720. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iv)(GLint location, GLsizei count, const GLint *value);
  721. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ivARB)(GLint location, GLsizei count, const GLint *value);
  722. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  723. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  724. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  725. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  726. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  727. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  728. GLAPI void APIENTRY GLAPI_PREFIX(UseProgram)(GLuint program);
  729. GLAPI void APIENTRY GLAPI_PREFIX(UseProgramObjectARB)(GLhandleARB program);
  730. GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgram)(GLuint program);
  731. GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgramARB)(GLhandleARB program);
  732. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1d)(GLuint index, GLdouble x);
  733. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dARB)(GLuint index, GLdouble x);
  734. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dv)(GLuint index, const GLdouble *v);
  735. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v);
  736. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1s)(GLuint index, GLshort x);
  737. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sARB)(GLuint index, GLshort x);
  738. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sv)(GLuint index, const GLshort *v);
  739. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svARB)(GLuint index, const GLshort *v);
  740. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y);
  741. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dARB)(GLuint index, GLdouble x, GLdouble y);
  742. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dv)(GLuint index, const GLdouble *v);
  743. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v);
  744. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2s)(GLuint index, GLshort x, GLshort y);
  745. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y);
  746. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sv)(GLuint index, const GLshort *v);
  747. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svARB)(GLuint index, const GLshort *v);
  748. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
  749. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
  750. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dv)(GLuint index, const GLdouble *v);
  751. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvARB)(GLuint index, const GLdouble *v);
  752. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z);
  753. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z);
  754. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sv)(GLuint index, const GLshort *v);
  755. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svARB)(GLuint index, const GLshort *v);
  756. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nbv)(GLuint index, const GLbyte *v);
  757. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NbvARB)(GLuint index, const GLbyte *v);
  758. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Niv)(GLuint index, const GLint *v);
  759. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NivARB)(GLuint index, const GLint *v);
  760. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nsv)(GLuint index, const GLshort *v);
  761. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NsvARB)(GLuint index, const GLshort *v);
  762. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
  763. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubARB)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
  764. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nubv)(GLuint index, const GLubyte *v);
  765. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubvARB)(GLuint index, const GLubyte *v);
  766. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nuiv)(GLuint index, const GLuint *v);
  767. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NuivARB)(GLuint index, const GLuint *v);
  768. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nusv)(GLuint index, const GLushort *v);
  769. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NusvARB)(GLuint index, const GLushort *v);
  770. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bv)(GLuint index, const GLbyte *v);
  771. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v);
  772. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  773. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  774. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dv)(GLuint index, const GLdouble *v);
  775. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvARB)(GLuint index, const GLdouble *v);
  776. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4iv)(GLuint index, const GLint *v);
  777. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ivARB)(GLuint index, const GLint *v);
  778. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
  779. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
  780. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sv)(GLuint index, const GLshort *v);
  781. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svARB)(GLuint index, const GLshort *v);
  782. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubv)(GLuint index, const GLubyte *v);
  783. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvARB)(GLuint index, const GLubyte *v);
  784. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uiv)(GLuint index, const GLuint *v);
  785. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uivARB)(GLuint index, const GLuint *v);
  786. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usv)(GLuint index, const GLushort *v);
  787. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usvARB)(GLuint index, const GLushort *v);
  788. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
  789. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
  790. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  791. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  792. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  793. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  794. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  795. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  796. GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode);
  797. GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode);
  798. GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode);
  799. GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer);
  800. GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
  801. GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name);
  802. GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name);
  803. GLAPI void APIENTRY GLAPI_PREFIX(ClampColor)(GLenum target, GLenum clamp);
  804. GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp);
  805. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
  806. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat *value);
  807. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint *value);
  808. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint *value);
  809. GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
  810. GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
  811. GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index);
  812. GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index);
  813. GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index);
  814. GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index);
  815. GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void);
  816. GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void);
  817. GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void);
  818. GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data);
  819. GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data);
  820. GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name);
  821. GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name);
  822. GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data);
  823. GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data);
  824. GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetStringi)(GLenum name, GLuint index);
  825. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params);
  826. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params);
  827. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params);
  828. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params);
  829. GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
  830. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params);
  831. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params);
  832. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params);
  833. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params);
  834. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params);
  835. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params);
  836. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index);
  837. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index);
  838. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params);
  839. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params);
  840. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params);
  841. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params);
  842. GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar * const *varyings, GLenum bufferMode);
  843. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x);
  844. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x);
  845. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value);
  846. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value);
  847. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y);
  848. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y);
  849. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value);
  850. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value);
  851. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z);
  852. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z);
  853. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value);
  854. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value);
  855. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
  856. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
  857. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value);
  858. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value);
  859. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v);
  860. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v);
  861. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v);
  862. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v);
  863. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v);
  864. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v);
  865. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v);
  866. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v);
  867. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v);
  868. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v);
  869. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v);
  870. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v);
  871. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  872. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  873. GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index);
  874. GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index);
  875. GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer);
  876. GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer);
  877. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level);
  878. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level);
  879. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params);
  880. GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64i_v)(GLenum cap, GLuint index, GLint64 *data);
  881. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisor)(GLuint index, GLuint divisor);
  882. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor);
  883. GLAPI void APIENTRY GLAPI_PREFIX(MinSampleShading)(GLfloat value);
  884. GLAPI void APIENTRY GLAPI_PREFIX(MinSampleShadingARB)(GLfloat value);
  885. GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program);
  886. GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs);
  887. GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs);
  888. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble *params);
  889. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat *params);
  890. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble *params);
  891. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat *params);
  892. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringARB)(GLenum target, GLenum pname, GLvoid *string);
  893. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivARB)(GLenum target, GLenum pname, GLint *params);
  894. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program);
  895. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  896. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params);
  897. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  898. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params);
  899. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  900. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params);
  901. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  902. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params);
  903. GLAPI void APIENTRY GLAPI_PREFIX(ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid *string);
  904. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x);
  905. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1f)(GLuint index, GLfloat x);
  906. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v);
  907. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fv)(GLuint index, const GLfloat *v);
  908. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y);
  909. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2f)(GLuint index, GLfloat x, GLfloat y);
  910. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v);
  911. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fv)(GLuint index, const GLfloat *v);
  912. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
  913. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3f)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
  914. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvARB)(GLuint index, const GLfloat *v);
  915. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fv)(GLuint index, const GLfloat *v);
  916. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  917. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  918. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v);
  919. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fv)(GLuint index, const GLfloat *v);
  920. GLAPI void APIENTRY GLAPI_PREFIX(AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj);
  921. GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateProgramObjectARB)(void);
  922. GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateShaderObjectARB)(GLenum shaderType);
  923. GLAPI void APIENTRY GLAPI_PREFIX(DeleteObjectARB)(GLhandleARB obj);
  924. GLAPI void APIENTRY GLAPI_PREFIX(DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj);
  925. GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog);
  926. GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(GetHandleARB)(GLenum pname);
  927. GLAPI void APIENTRY GLAPI_PREFIX(GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog);
  928. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat *params);
  929. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint *params);
  930. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
  931. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
  932. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
  933. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
  934. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
  935. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
  936. GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer);
  937. GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer);
  938. GLAPI void APIENTRY GLAPI_PREFIX(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
  939. GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target);
  940. GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target);
  941. GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers);
  942. GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers);
  943. GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers);
  944. GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers);
  945. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
  946. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
  947. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
  948. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
  949. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
  950. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
  951. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer);
  952. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
  953. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
  954. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
  955. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
  956. GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers);
  957. GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers);
  958. GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers);
  959. GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers);
  960. GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target);
  961. GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target);
  962. GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
  963. GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
  964. GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params);
  965. GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params);
  966. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer);
  967. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer);
  968. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer);
  969. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer);
  970. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
  971. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
  972. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
  973. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
  974. GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length);
  975. GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
  976. GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array);
  977. GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays);
  978. GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays);
  979. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array);
  980. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformBlockName)(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName);
  981. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformBlockiv)(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params);
  982. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformName)(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
  983. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformsiv)(GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params);
  984. GLAPI GLuint APIENTRY GLAPI_PREFIX(GetUniformBlockIndex)(GLuint program, const GLchar *uniformBlockName);
  985. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformIndices)(GLuint program, GLsizei uniformCount, const GLchar * const *uniformNames, GLuint *uniformIndices);
  986. GLAPI void APIENTRY GLAPI_PREFIX(UniformBlockBinding)(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding);
  987. GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  988. GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
  989. GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync);
  990. GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags);
  991. GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params);
  992. GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
  993. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync);
  994. GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
  995. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
  996. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);
  997. GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
  998. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex);
  999. GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode);
  1000. GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode);
  1001. GLAPI void APIENTRY GLAPI_PREFIX(GetMultisamplefv)(GLenum pname, GLuint index, GLfloat *val);
  1002. GLAPI void APIENTRY GLAPI_PREFIX(SampleMaski)(GLuint index, GLbitfield mask);
  1003. GLAPI void APIENTRY GLAPI_PREFIX(TexImage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
  1004. GLAPI void APIENTRY GLAPI_PREFIX(TexImage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
  1005. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA);
  1006. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode);
  1007. GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA);
  1008. GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst);
  1009. GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationIndexed)(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name);
  1010. GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataIndex)(GLuint program, const GLchar *name);
  1011. GLAPI void APIENTRY GLAPI_PREFIX(BindSampler)(GLuint unit, GLuint sampler);
  1012. GLAPI void APIENTRY GLAPI_PREFIX(DeleteSamplers)(GLsizei count, const GLuint *samplers);
  1013. GLAPI void APIENTRY GLAPI_PREFIX(GenSamplers)(GLsizei count, GLuint *samplers);
  1014. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint *params);
  1015. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint *params);
  1016. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat *params);
  1017. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint *params);
  1018. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler);
  1019. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *params);
  1020. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint *params);
  1021. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param);
  1022. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params);
  1023. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param);
  1024. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params);
  1025. void APIENTRY GLAPI_PREFIX(_dispatch_stub_730)(GLuint id, GLenum pname, GLint64 *params);
  1026. void APIENTRY GLAPI_PREFIX(_dispatch_stub_731)(GLuint id, GLenum pname, GLuint64 *params);
  1027. void APIENTRY GLAPI_PREFIX(_dispatch_stub_732)(GLuint id, GLenum target);
  1028. GLAPI void APIENTRY GLAPI_PREFIX(ColorP3ui)(GLenum type, GLuint color);
  1029. GLAPI void APIENTRY GLAPI_PREFIX(ColorP3uiv)(GLenum type, const GLuint *color);
  1030. GLAPI void APIENTRY GLAPI_PREFIX(ColorP4ui)(GLenum type, GLuint color);
  1031. GLAPI void APIENTRY GLAPI_PREFIX(ColorP4uiv)(GLenum type, const GLuint *color);
  1032. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords);
  1033. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint *coords);
  1034. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords);
  1035. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint *coords);
  1036. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords);
  1037. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint *coords);
  1038. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords);
  1039. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint *coords);
  1040. GLAPI void APIENTRY GLAPI_PREFIX(NormalP3ui)(GLenum type, GLuint coords);
  1041. GLAPI void APIENTRY GLAPI_PREFIX(NormalP3uiv)(GLenum type, const GLuint *coords);
  1042. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3ui)(GLenum type, GLuint color);
  1043. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3uiv)(GLenum type, const GLuint *color);
  1044. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1ui)(GLenum type, GLuint coords);
  1045. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1uiv)(GLenum type, const GLuint *coords);
  1046. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2ui)(GLenum type, GLuint coords);
  1047. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2uiv)(GLenum type, const GLuint *coords);
  1048. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3ui)(GLenum type, GLuint coords);
  1049. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3uiv)(GLenum type, const GLuint *coords);
  1050. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4ui)(GLenum type, GLuint coords);
  1051. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4uiv)(GLenum type, const GLuint *coords);
  1052. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
  1053. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
  1054. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
  1055. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
  1056. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
  1057. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
  1058. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
  1059. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
  1060. GLAPI void APIENTRY GLAPI_PREFIX(VertexP2ui)(GLenum type, GLuint value);
  1061. GLAPI void APIENTRY GLAPI_PREFIX(VertexP2uiv)(GLenum type, const GLuint *value);
  1062. GLAPI void APIENTRY GLAPI_PREFIX(VertexP3ui)(GLenum type, GLuint value);
  1063. GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value);
  1064. GLAPI void APIENTRY GLAPI_PREFIX(VertexP4ui)(GLenum type, GLuint value);
  1065. GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value);
  1066. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysIndirect)(GLenum mode, const GLvoid *indirect);
  1067. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid *indirect);
  1068. void APIENTRY GLAPI_PREFIX(_dispatch_stub_773)(GLuint program, GLint location, GLdouble *params);
  1069. void APIENTRY GLAPI_PREFIX(_dispatch_stub_774)(GLint location, GLdouble x);
  1070. void APIENTRY GLAPI_PREFIX(_dispatch_stub_775)(GLint location, GLsizei count, const GLdouble *value);
  1071. void APIENTRY GLAPI_PREFIX(_dispatch_stub_776)(GLint location, GLdouble x, GLdouble y);
  1072. void APIENTRY GLAPI_PREFIX(_dispatch_stub_777)(GLint location, GLsizei count, const GLdouble *value);
  1073. void APIENTRY GLAPI_PREFIX(_dispatch_stub_778)(GLint location, GLdouble x, GLdouble y, GLdouble z);
  1074. void APIENTRY GLAPI_PREFIX(_dispatch_stub_779)(GLint location, GLsizei count, const GLdouble *value);
  1075. void APIENTRY GLAPI_PREFIX(_dispatch_stub_780)(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  1076. void APIENTRY GLAPI_PREFIX(_dispatch_stub_781)(GLint location, GLsizei count, const GLdouble *value);
  1077. void APIENTRY GLAPI_PREFIX(_dispatch_stub_782)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1078. void APIENTRY GLAPI_PREFIX(_dispatch_stub_783)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1079. void APIENTRY GLAPI_PREFIX(_dispatch_stub_784)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1080. void APIENTRY GLAPI_PREFIX(_dispatch_stub_785)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1081. void APIENTRY GLAPI_PREFIX(_dispatch_stub_786)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1082. void APIENTRY GLAPI_PREFIX(_dispatch_stub_787)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1083. void APIENTRY GLAPI_PREFIX(_dispatch_stub_788)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1084. void APIENTRY GLAPI_PREFIX(_dispatch_stub_789)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1085. void APIENTRY GLAPI_PREFIX(_dispatch_stub_790)(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1086. GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id);
  1087. GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids);
  1088. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id);
  1089. GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids);
  1090. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id);
  1091. GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void);
  1092. GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void);
  1093. GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryIndexed)(GLenum target, GLuint index, GLuint id);
  1094. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedbackStream)(GLenum mode, GLuint id, GLuint stream);
  1095. GLAPI void APIENTRY GLAPI_PREFIX(EndQueryIndexed)(GLenum target, GLuint index);
  1096. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryIndexediv)(GLenum target, GLuint index, GLenum pname, GLint *params);
  1097. GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth);
  1098. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
  1099. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
  1100. GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void);
  1101. GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);
  1102. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramBinary)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
  1103. GLAPI void APIENTRY GLAPI_PREFIX(ProgramBinary)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);
  1104. GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteri)(GLuint program, GLenum pname, GLint value);
  1105. GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value);
  1106. void APIENTRY GLAPI_PREFIX(_dispatch_stub_810)(GLuint index, GLenum pname, GLdouble *params);
  1107. void APIENTRY GLAPI_PREFIX(_dispatch_stub_811)(GLuint index, GLdouble x);
  1108. void APIENTRY GLAPI_PREFIX(_dispatch_stub_812)(GLuint index, const GLdouble *v);
  1109. void APIENTRY GLAPI_PREFIX(_dispatch_stub_813)(GLuint index, GLdouble x, GLdouble y);
  1110. void APIENTRY GLAPI_PREFIX(_dispatch_stub_814)(GLuint index, const GLdouble *v);
  1111. void APIENTRY GLAPI_PREFIX(_dispatch_stub_815)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
  1112. void APIENTRY GLAPI_PREFIX(_dispatch_stub_816)(GLuint index, const GLdouble *v);
  1113. void APIENTRY GLAPI_PREFIX(_dispatch_stub_817)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  1114. void APIENTRY GLAPI_PREFIX(_dispatch_stub_818)(GLuint index, const GLdouble *v);
  1115. void APIENTRY GLAPI_PREFIX(_dispatch_stub_819)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  1116. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangeArrayv)(GLuint first, GLsizei count, const GLclampd *v);
  1117. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangeIndexed)(GLuint index, GLclampd n, GLclampd f);
  1118. GLAPI void APIENTRY GLAPI_PREFIX(GetDoublei_v)(GLenum target, GLuint index, GLdouble *data);
  1119. GLAPI void APIENTRY GLAPI_PREFIX(GetFloati_v)(GLenum target, GLuint index, GLfloat *data);
  1120. GLAPI void APIENTRY GLAPI_PREFIX(ScissorArrayv)(GLuint first, GLsizei count, const int *v);
  1121. GLAPI void APIENTRY GLAPI_PREFIX(ScissorIndexed)(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
  1122. GLAPI void APIENTRY GLAPI_PREFIX(ScissorIndexedv)(GLuint index, const GLint *v);
  1123. GLAPI void APIENTRY GLAPI_PREFIX(ViewportArrayv)(GLuint first, GLsizei count, const GLfloat *v);
  1124. GLAPI void APIENTRY GLAPI_PREFIX(ViewportIndexedf)(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);
  1125. GLAPI void APIENTRY GLAPI_PREFIX(ViewportIndexedfv)(GLuint index, const GLfloat *v);
  1126. GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void);
  1127. GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table);
  1128. GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);
  1129. GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image);
  1130. GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);
  1131. GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v);
  1132. GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v);
  1133. GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v);
  1134. GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);
  1135. GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values);
  1136. GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values);
  1137. GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values);
  1138. GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern);
  1139. GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span);
  1140. GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);
  1141. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLuint program, GLint location, GLsizei bufSize, GLdouble *params);
  1142. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
  1143. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLuint program, GLint location, GLsizei bufSize, GLint *params);
  1144. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLuint program, GLint location, GLsizei bufSize, GLuint *params);
  1145. GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);
  1146. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedBaseInstance)(GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance);
  1147. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLuint baseinstance);
  1148. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertexBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance);
  1149. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedbackInstanced)(GLenum mode, GLuint id, GLsizei primcount);
  1150. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedbackStreamInstanced)(GLenum mode, GLuint id, GLuint stream, GLsizei primcount);
  1151. void APIENTRY GLAPI_PREFIX(_dispatch_stub_855)(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params);
  1152. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAtomicCounterBufferiv)(GLuint program, GLuint bufferIndex, GLenum pname, GLint *params);
  1153. GLAPI void APIENTRY GLAPI_PREFIX(BindImageTexture)(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
  1154. GLAPI void APIENTRY GLAPI_PREFIX(MemoryBarrier)(GLbitfield barriers);
  1155. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
  1156. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
  1157. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
  1158. GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width);
  1159. GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height);
  1160. GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth);
  1161. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferData)(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data);
  1162. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferSubData)(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data);
  1163. GLAPI void APIENTRY GLAPI_PREFIX(DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
  1164. GLAPI void APIENTRY GLAPI_PREFIX(DispatchComputeIndirect)(GLintptr indirect);
  1165. GLAPI void APIENTRY GLAPI_PREFIX(CopyImageSubData)(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 srcWidth, GLsizei srcHeight, GLsizei srcDepth);
  1166. GLAPI void APIENTRY GLAPI_PREFIX(TextureView)(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
  1167. GLAPI void APIENTRY GLAPI_PREFIX(BindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
  1168. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribBinding)(GLuint attribindex, GLuint bindingindex);
  1169. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
  1170. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
  1171. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
  1172. GLAPI void APIENTRY GLAPI_PREFIX(VertexBindingDivisor)(GLuint attribindex, GLuint divisor);
  1173. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysIndirect)(GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride);
  1174. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride);
  1175. void APIENTRY GLAPI_PREFIX(_dispatch_stub_879)(GLuint program, GLenum programInterface, GLenum pname, GLint *params);
  1176. GLuint APIENTRY GLAPI_PREFIX(_dispatch_stub_880)(GLuint program, GLenum programInterface, const GLchar *name);
  1177. GLint APIENTRY GLAPI_PREFIX(_dispatch_stub_881)(GLuint program, GLenum programInterface, const GLchar *name);
  1178. GLint APIENTRY GLAPI_PREFIX(_dispatch_stub_882)(GLuint program, GLenum programInterface, const GLchar *name);
  1179. void APIENTRY GLAPI_PREFIX(_dispatch_stub_883)(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name);
  1180. void APIENTRY GLAPI_PREFIX(_dispatch_stub_884)(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params);
  1181. GLAPI void APIENTRY GLAPI_PREFIX(TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
  1182. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
  1183. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
  1184. GLAPI void APIENTRY GLAPI_PREFIX(BufferStorage)(GLenum target, GLsizeiptr size, const GLvoid *data, GLbitfield flags);
  1185. GLAPI void APIENTRY GLAPI_PREFIX(ClearTexImage)(GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid *data);
  1186. GLAPI void APIENTRY GLAPI_PREFIX(ClearTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *data);
  1187. GLAPI void APIENTRY GLAPI_PREFIX(BindBuffersBase)(GLenum target, GLuint first, GLsizei count, const GLuint *buffers);
  1188. GLAPI void APIENTRY GLAPI_PREFIX(BindBuffersRange)(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes);
  1189. GLAPI void APIENTRY GLAPI_PREFIX(BindImageTextures)(GLuint first, GLsizei count, const GLuint *textures);
  1190. GLAPI void APIENTRY GLAPI_PREFIX(BindSamplers)(GLuint first, GLsizei count, const GLuint *samplers);
  1191. GLAPI void APIENTRY GLAPI_PREFIX(BindTextures)(GLuint first, GLsizei count, const GLuint *textures);
  1192. GLAPI void APIENTRY GLAPI_PREFIX(BindVertexBuffers)(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
  1193. void APIENTRY GLAPI_PREFIX(_dispatch_stub_897)(GLenum origin, GLenum depth);
  1194. void APIENTRY GLAPI_PREFIX(_dispatch_stub_898)(GLuint unit, GLuint texture);
  1195. void APIENTRY GLAPI_PREFIX(_dispatch_stub_899)(GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
  1196. GLenum APIENTRY GLAPI_PREFIX(_dispatch_stub_900)(GLuint framebuffer, GLenum target);
  1197. void APIENTRY GLAPI_PREFIX(_dispatch_stub_901)(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data);
  1198. void APIENTRY GLAPI_PREFIX(_dispatch_stub_902)(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data);
  1199. void APIENTRY GLAPI_PREFIX(_dispatch_stub_903)(GLuint framebuffer, GLenum buffer, GLfloat depth, GLint stencil);
  1200. void APIENTRY GLAPI_PREFIX(_dispatch_stub_904)(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat *value);
  1201. void APIENTRY GLAPI_PREFIX(_dispatch_stub_905)(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint *value);
  1202. void APIENTRY GLAPI_PREFIX(_dispatch_stub_906)(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint *value);
  1203. void APIENTRY GLAPI_PREFIX(_dispatch_stub_907)(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
  1204. void APIENTRY GLAPI_PREFIX(_dispatch_stub_908)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
  1205. void APIENTRY GLAPI_PREFIX(_dispatch_stub_909)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
  1206. void APIENTRY GLAPI_PREFIX(_dispatch_stub_910)(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  1207. void APIENTRY GLAPI_PREFIX(_dispatch_stub_911)(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
  1208. void APIENTRY GLAPI_PREFIX(_dispatch_stub_912)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  1209. void APIENTRY GLAPI_PREFIX(_dispatch_stub_913)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  1210. void APIENTRY GLAPI_PREFIX(_dispatch_stub_914)(GLsizei n, GLuint *buffers);
  1211. void APIENTRY GLAPI_PREFIX(_dispatch_stub_915)(GLsizei n, GLuint *framebuffers);
  1212. void APIENTRY GLAPI_PREFIX(_dispatch_stub_916)(GLsizei n, GLuint *pipelines);
  1213. void APIENTRY GLAPI_PREFIX(_dispatch_stub_917)(GLenum target, GLsizei n, GLuint *ids);
  1214. void APIENTRY GLAPI_PREFIX(_dispatch_stub_918)(GLsizei n, GLuint *renderbuffers);
  1215. void APIENTRY GLAPI_PREFIX(_dispatch_stub_919)(GLsizei n, GLuint *samplers);
  1216. void APIENTRY GLAPI_PREFIX(_dispatch_stub_920)(GLenum target, GLsizei n, GLuint *textures);
  1217. void APIENTRY GLAPI_PREFIX(_dispatch_stub_921)(GLsizei n, GLuint *ids);
  1218. void APIENTRY GLAPI_PREFIX(_dispatch_stub_922)(GLsizei n, GLuint *arrays);
  1219. void APIENTRY GLAPI_PREFIX(_dispatch_stub_923)(GLuint vaobj, GLuint index);
  1220. void APIENTRY GLAPI_PREFIX(_dispatch_stub_924)(GLuint vaobj, GLuint index);
  1221. void APIENTRY GLAPI_PREFIX(_dispatch_stub_925)(GLuint buffer, GLintptr offset, GLsizeiptr length);
  1222. void APIENTRY GLAPI_PREFIX(_dispatch_stub_926)(GLuint texture);
  1223. void APIENTRY GLAPI_PREFIX(_dispatch_stub_927)(GLuint texture, GLint level, GLsizei bufSize, GLvoid *pixels);
  1224. void APIENTRY GLAPI_PREFIX(_dispatch_stub_928)(GLuint buffer, GLenum pname, GLint64 *params);
  1225. void APIENTRY GLAPI_PREFIX(_dispatch_stub_929)(GLuint buffer, GLenum pname, GLint *params);
  1226. void APIENTRY GLAPI_PREFIX(_dispatch_stub_930)(GLuint buffer, GLenum pname, GLvoid **params);
  1227. void APIENTRY GLAPI_PREFIX(_dispatch_stub_931)(GLuint buffer, GLintptr offset, GLsizeiptr size, GLvoid *data);
  1228. void APIENTRY GLAPI_PREFIX(_dispatch_stub_932)(GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params);
  1229. void APIENTRY GLAPI_PREFIX(_dispatch_stub_933)(GLuint framebuffer, GLenum pname, GLint *param);
  1230. void APIENTRY GLAPI_PREFIX(_dispatch_stub_934)(GLuint renderbuffer, GLenum pname, GLint *params);
  1231. void APIENTRY GLAPI_PREFIX(_dispatch_stub_935)(GLuint id, GLuint buffer, GLenum pname, GLintptr offset);
  1232. void APIENTRY GLAPI_PREFIX(_dispatch_stub_936)(GLuint id, GLuint buffer, GLenum pname, GLintptr offset);
  1233. void APIENTRY GLAPI_PREFIX(_dispatch_stub_937)(GLuint id, GLuint buffer, GLenum pname, GLintptr offset);
  1234. void APIENTRY GLAPI_PREFIX(_dispatch_stub_938)(GLuint id, GLuint buffer, GLenum pname, GLintptr offset);
  1235. void APIENTRY GLAPI_PREFIX(_dispatch_stub_939)(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels);
  1236. void APIENTRY GLAPI_PREFIX(_dispatch_stub_940)(GLuint texture, GLint level, GLenum pname, GLfloat *params);
  1237. void APIENTRY GLAPI_PREFIX(_dispatch_stub_941)(GLuint texture, GLint level, GLenum pname, GLint *params);
  1238. void APIENTRY GLAPI_PREFIX(_dispatch_stub_942)(GLuint texture, GLenum pname, GLint *params);
  1239. void APIENTRY GLAPI_PREFIX(_dispatch_stub_943)(GLuint texture, GLenum pname, GLuint *params);
  1240. void APIENTRY GLAPI_PREFIX(_dispatch_stub_944)(GLuint texture, GLenum pname, GLfloat *params);
  1241. void APIENTRY GLAPI_PREFIX(_dispatch_stub_945)(GLuint texture, GLenum pname, GLint *params);
  1242. void APIENTRY GLAPI_PREFIX(_dispatch_stub_946)(GLuint xfb, GLenum pname, GLuint index, GLint64 *param);
  1243. void APIENTRY GLAPI_PREFIX(_dispatch_stub_947)(GLuint xfb, GLenum pname, GLuint index, GLint *param);
  1244. void APIENTRY GLAPI_PREFIX(_dispatch_stub_948)(GLuint xfb, GLenum pname, GLint *param);
  1245. void APIENTRY GLAPI_PREFIX(_dispatch_stub_949)(GLuint vaobj, GLuint index, GLenum pname, GLint64 *param);
  1246. void APIENTRY GLAPI_PREFIX(_dispatch_stub_950)(GLuint vaobj, GLuint index, GLenum pname, GLint *param);
  1247. void APIENTRY GLAPI_PREFIX(_dispatch_stub_951)(GLuint vaobj, GLenum pname, GLint *param);
  1248. void APIENTRY GLAPI_PREFIX(_dispatch_stub_952)(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
  1249. void APIENTRY GLAPI_PREFIX(_dispatch_stub_953)(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
  1250. GLvoid * APIENTRY GLAPI_PREFIX(_dispatch_stub_954)(GLuint buffer, GLenum access);
  1251. GLvoid * APIENTRY GLAPI_PREFIX(_dispatch_stub_955)(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access);
  1252. void APIENTRY GLAPI_PREFIX(_dispatch_stub_956)(GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage);
  1253. void APIENTRY GLAPI_PREFIX(_dispatch_stub_957)(GLuint buffer, GLsizeiptr size, const GLvoid *data, GLbitfield flags);
  1254. void APIENTRY GLAPI_PREFIX(_dispatch_stub_958)(GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data);
  1255. void APIENTRY GLAPI_PREFIX(_dispatch_stub_959)(GLuint framebuffer, GLenum buf);
  1256. void APIENTRY GLAPI_PREFIX(_dispatch_stub_960)(GLuint framebuffer, GLsizei n, const GLenum *bufs);
  1257. void APIENTRY GLAPI_PREFIX(_dispatch_stub_961)(GLuint framebuffer, GLenum pname, GLint param);
  1258. void APIENTRY GLAPI_PREFIX(_dispatch_stub_962)(GLuint framebuffer, GLenum buf);
  1259. void APIENTRY GLAPI_PREFIX(_dispatch_stub_963)(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
  1260. void APIENTRY GLAPI_PREFIX(_dispatch_stub_964)(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level);
  1261. void APIENTRY GLAPI_PREFIX(_dispatch_stub_965)(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer);
  1262. void APIENTRY GLAPI_PREFIX(_dispatch_stub_966)(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height);
  1263. void APIENTRY GLAPI_PREFIX(_dispatch_stub_967)(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
  1264. void APIENTRY GLAPI_PREFIX(_dispatch_stub_968)(GLuint texture, GLenum internalformat, GLuint buffer);
  1265. void APIENTRY GLAPI_PREFIX(_dispatch_stub_969)(GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size);
  1266. void APIENTRY GLAPI_PREFIX(_dispatch_stub_970)(GLuint texture, GLenum pname, const GLint *params);
  1267. void APIENTRY GLAPI_PREFIX(_dispatch_stub_971)(GLuint texture, GLenum pname, const GLuint *params);
  1268. void APIENTRY GLAPI_PREFIX(_dispatch_stub_972)(GLuint texture, GLenum pname, GLfloat param);
  1269. void APIENTRY GLAPI_PREFIX(_dispatch_stub_973)(GLuint texture, GLenum pname, const GLfloat *param);
  1270. void APIENTRY GLAPI_PREFIX(_dispatch_stub_974)(GLuint texture, GLenum pname, GLint param);
  1271. void APIENTRY GLAPI_PREFIX(_dispatch_stub_975)(GLuint texture, GLenum pname, const GLint *param);
  1272. void APIENTRY GLAPI_PREFIX(_dispatch_stub_976)(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width);
  1273. void APIENTRY GLAPI_PREFIX(_dispatch_stub_977)(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
  1274. void APIENTRY GLAPI_PREFIX(_dispatch_stub_978)(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations);
  1275. void APIENTRY GLAPI_PREFIX(_dispatch_stub_979)(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
  1276. void APIENTRY GLAPI_PREFIX(_dispatch_stub_980)(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations);
  1277. void APIENTRY GLAPI_PREFIX(_dispatch_stub_981)(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
  1278. void APIENTRY GLAPI_PREFIX(_dispatch_stub_982)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
  1279. void APIENTRY GLAPI_PREFIX(_dispatch_stub_983)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
  1280. void APIENTRY GLAPI_PREFIX(_dispatch_stub_984)(GLuint xfb, GLuint index, GLuint buffer);
  1281. void APIENTRY GLAPI_PREFIX(_dispatch_stub_985)(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
  1282. GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_986)(GLuint buffer);
  1283. void APIENTRY GLAPI_PREFIX(_dispatch_stub_987)(GLuint vaobj, GLuint attribindex, GLuint bindingindex);
  1284. void APIENTRY GLAPI_PREFIX(_dispatch_stub_988)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
  1285. void APIENTRY GLAPI_PREFIX(_dispatch_stub_989)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
  1286. void APIENTRY GLAPI_PREFIX(_dispatch_stub_990)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
  1287. void APIENTRY GLAPI_PREFIX(_dispatch_stub_991)(GLuint vaobj, GLuint bindingindex, GLuint divisor);
  1288. void APIENTRY GLAPI_PREFIX(_dispatch_stub_992)(GLuint vaobj, GLuint buffer);
  1289. void APIENTRY GLAPI_PREFIX(_dispatch_stub_993)(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
  1290. void APIENTRY GLAPI_PREFIX(_dispatch_stub_994)(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
  1291. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateBufferData)(GLuint buffer);
  1292. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length);
  1293. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments);
  1294. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
  1295. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateTexImage)(GLuint texture, GLint level);
  1296. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth);
  1297. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1001)(GLfloat factor, GLfloat bias);
  1298. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1002)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  1299. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1003)(const GLfloat *coords);
  1300. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1004)(GLint x, GLint y, GLint z, GLint width, GLint height);
  1301. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1005)(const GLint *coords);
  1302. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1006)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
  1303. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1007)(const GLshort *coords);
  1304. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1008)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  1305. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1009)(const GLfixed *coords);
  1306. GLAPI void APIENTRY GLAPI_PREFIX(PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid *pointer);
  1307. GLbitfield APIENTRY GLAPI_PREFIX(_dispatch_stub_1011)(GLfixed *mantissa, GLint *exponent);
  1308. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1012)(GLclampf value, GLboolean invert);
  1309. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1013)(GLenum pattern);
  1310. GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
  1311. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer);
  1312. GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
  1313. GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
  1314. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
  1315. GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
  1316. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1020)(GLenum target, GLsizei numAttachments, const GLenum *attachments);
  1317. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1021)(GLuint pipeline, GLuint program);
  1318. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1022)(GLuint pipeline);
  1319. GLuint APIENTRY GLAPI_PREFIX(_dispatch_stub_1023)(GLenum type, GLsizei count, const GLchar * const *strings);
  1320. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1024)(GLsizei n, const GLuint *pipelines);
  1321. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1025)(GLsizei n, GLuint *pipelines);
  1322. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1026)(GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
  1323. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1027)(GLuint pipeline, GLenum pname, GLint *params);
  1324. GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_1028)(GLuint pipeline);
  1325. GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count);
  1326. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1030)(GLuint program, GLint location, GLdouble x);
  1327. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1031)(GLuint program, GLint location, GLsizei count, const GLdouble *value);
  1328. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1032)(GLuint program, GLint location, GLfloat x);
  1329. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1033)(GLuint program, GLint location, GLsizei count, const GLfloat *value);
  1330. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1034)(GLuint program, GLint location, GLint x);
  1331. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1035)(GLuint program, GLint location, GLsizei count, const GLint *value);
  1332. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1036)(GLuint program, GLint location, GLuint x);
  1333. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1037)(GLuint program, GLint location, GLsizei count, const GLuint *value);
  1334. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1038)(GLuint program, GLint location, GLdouble x, GLdouble y);
  1335. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1039)(GLuint program, GLint location, GLsizei count, const GLdouble *value);
  1336. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1040)(GLuint program, GLint location, GLfloat x, GLfloat y);
  1337. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1041)(GLuint program, GLint location, GLsizei count, const GLfloat *value);
  1338. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1042)(GLuint program, GLint location, GLint x, GLint y);
  1339. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1043)(GLuint program, GLint location, GLsizei count, const GLint *value);
  1340. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1044)(GLuint program, GLint location, GLuint x, GLuint y);
  1341. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1045)(GLuint program, GLint location, GLsizei count, const GLuint *value);
  1342. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1046)(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z);
  1343. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1047)(GLuint program, GLint location, GLsizei count, const GLdouble *value);
  1344. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1048)(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z);
  1345. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1049)(GLuint program, GLint location, GLsizei count, const GLfloat *value);
  1346. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1050)(GLuint program, GLint location, GLint x, GLint y, GLint z);
  1347. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1051)(GLuint program, GLint location, GLsizei count, const GLint *value);
  1348. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1052)(GLuint program, GLint location, GLuint x, GLuint y, GLuint z);
  1349. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1053)(GLuint program, GLint location, GLsizei count, const GLuint *value);
  1350. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1054)(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  1351. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1055)(GLuint program, GLint location, GLsizei count, const GLdouble *value);
  1352. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1056)(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  1353. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1057)(GLuint program, GLint location, GLsizei count, const GLfloat *value);
  1354. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1058)(GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w);
  1355. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1059)(GLuint program, GLint location, GLsizei count, const GLint *value);
  1356. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1060)(GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
  1357. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1061)(GLuint program, GLint location, GLsizei count, const GLuint *value);
  1358. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1062)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1359. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1063)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1360. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1064)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1361. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1065)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1362. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1066)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1363. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1067)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1364. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1068)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1365. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1069)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1366. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1070)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1367. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1071)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1368. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1072)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1369. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1073)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1370. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1074)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1371. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1075)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1372. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1076)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1373. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1077)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1374. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1078)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value);
  1375. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1079)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  1376. GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void);
  1377. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1081)(GLuint pipeline, GLbitfield stages, GLuint program);
  1378. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1082)(GLuint pipeline);
  1379. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageCallback)(GLDEBUGPROC callback, const GLvoid *userParam);
  1380. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageCallbackARB)(GLDEBUGPROCARB callback, const GLvoid *userParam);
  1381. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageControl)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
  1382. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
  1383. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageInsert)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
  1384. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB *buf);
  1385. GLAPI GLuint APIENTRY GLAPI_PREFIX(GetDebugMessageLog)(GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
  1386. GLAPI GLuint APIENTRY GLAPI_PREFIX(GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLcharARB *messageLog);
  1387. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
  1388. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectPtrLabel)(const GLvoid *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
  1389. GLAPI void APIENTRY GLAPI_PREFIX(ObjectLabel)(GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
  1390. GLAPI void APIENTRY GLAPI_PREFIX(ObjectPtrLabel)(const GLvoid *ptr, GLsizei length, const GLchar *label);
  1391. GLAPI void APIENTRY GLAPI_PREFIX(PopDebugGroup)(void);
  1392. GLAPI void APIENTRY GLAPI_PREFIX(PushDebugGroup)(GLenum source, GLuint id, GLsizei length, const GLchar *message);
  1393. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue);
  1394. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue);
  1395. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v);
  1396. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v);
  1397. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount);
  1398. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount);
  1399. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord);
  1400. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord);
  1401. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord);
  1402. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord);
  1403. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1098)(void);
  1404. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1099)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  1405. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1100)(const GLdouble *v);
  1406. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1101)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  1407. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1102)(const GLfloat *v);
  1408. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1103)(GLint x, GLint y, GLint z, GLint w);
  1409. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1104)(const GLint *v);
  1410. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1105)(GLshort x, GLshort y, GLshort z, GLshort w);
  1411. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1106)(const GLshort *v);
  1412. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1107)(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);
  1413. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1108)(const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, GLint modestride);
  1414. GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_1109)(GLsizei n, const GLuint *ids, GLboolean *residences);
  1415. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1110)(GLenum target, GLuint id, const GLfloat *params);
  1416. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1111)(GLenum target, GLuint index, GLenum pname, GLdouble *params);
  1417. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1112)(GLenum target, GLuint index, GLenum pname, GLfloat *params);
  1418. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1113)(GLuint id, GLenum pname, GLubyte *program);
  1419. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1114)(GLuint id, GLenum pname, GLint *params);
  1420. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1115)(GLenum target, GLuint address, GLenum pname, GLint *params);
  1421. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1116)(GLuint index, GLenum pname, GLdouble *params);
  1422. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1117)(GLuint index, GLenum pname, GLfloat *params);
  1423. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1118)(GLuint index, GLenum pname, GLint *params);
  1424. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1119)(GLenum target, GLuint id, GLsizei len, const GLubyte *program);
  1425. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1120)(GLenum target, GLuint index, GLsizei num, const GLdouble *params);
  1426. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1121)(GLenum target, GLuint index, GLsizei num, const GLfloat *params);
  1427. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1122)(GLsizei n, const GLuint *ids);
  1428. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1123)(GLenum target, GLuint address, GLenum matrix, GLenum transform);
  1429. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1124)(GLuint index, GLdouble x);
  1430. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1125)(GLuint index, const GLdouble *v);
  1431. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1126)(GLuint index, GLfloat x);
  1432. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1127)(GLuint index, const GLfloat *v);
  1433. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1128)(GLuint index, GLshort x);
  1434. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1129)(GLuint index, const GLshort *v);
  1435. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1130)(GLuint index, GLdouble x, GLdouble y);
  1436. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1131)(GLuint index, const GLdouble *v);
  1437. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1132)(GLuint index, GLfloat x, GLfloat y);
  1438. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1133)(GLuint index, const GLfloat *v);
  1439. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1134)(GLuint index, GLshort x, GLshort y);
  1440. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1135)(GLuint index, const GLshort *v);
  1441. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1136)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
  1442. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1137)(GLuint index, const GLdouble *v);
  1443. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1138)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
  1444. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1139)(GLuint index, const GLfloat *v);
  1445. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1140)(GLuint index, GLshort x, GLshort y, GLshort z);
  1446. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1141)(GLuint index, const GLshort *v);
  1447. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1142)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  1448. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1143)(GLuint index, const GLdouble *v);
  1449. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1144)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  1450. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1145)(GLuint index, const GLfloat *v);
  1451. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1146)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
  1452. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1147)(GLuint index, const GLshort *v);
  1453. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1148)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
  1454. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1149)(GLuint index, const GLubyte *v);
  1455. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1150)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
  1456. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1151)(GLuint index, GLsizei n, const GLdouble *v);
  1457. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1152)(GLuint index, GLsizei n, const GLfloat *v);
  1458. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1153)(GLuint index, GLsizei n, const GLshort *v);
  1459. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1154)(GLuint index, GLsizei n, const GLdouble *v);
  1460. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1155)(GLuint index, GLsizei n, const GLfloat *v);
  1461. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1156)(GLuint index, GLsizei n, const GLshort *v);
  1462. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1157)(GLuint index, GLsizei n, const GLdouble *v);
  1463. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1158)(GLuint index, GLsizei n, const GLfloat *v);
  1464. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1159)(GLuint index, GLsizei n, const GLshort *v);
  1465. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1160)(GLuint index, GLsizei n, const GLdouble *v);
  1466. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1161)(GLuint index, GLsizei n, const GLfloat *v);
  1467. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1162)(GLuint index, GLsizei n, const GLshort *v);
  1468. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1163)(GLuint index, GLsizei n, const GLubyte *v);
  1469. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1164)(GLenum pname, GLfloat *param);
  1470. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1165)(GLenum pname, GLint *param);
  1471. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1166)(GLenum pname, const GLfloat *param);
  1472. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1167)(GLenum pname, const GLint *param);
  1473. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1168)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
  1474. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1169)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
  1475. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1170)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
  1476. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1171)(void);
  1477. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1172)(GLuint id);
  1478. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1173)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
  1479. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1174)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
  1480. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1175)(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);
  1481. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1176)(GLuint id);
  1482. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1177)(void);
  1483. GLuint APIENTRY GLAPI_PREFIX(_dispatch_stub_1178)(GLuint range);
  1484. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1179)(GLuint dst, GLuint coord, GLenum swizzle);
  1485. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1180)(GLuint dst, GLuint interp, GLenum swizzle);
  1486. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1181)(GLuint dst, const GLfloat *value);
  1487. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1182)(GLenum face);
  1488. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1183)(GLuint array);
  1489. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1184)(GLsizei n, GLuint *arrays);
  1490. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1185)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
  1491. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1186)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
  1492. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1187)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
  1493. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1188)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);
  1494. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1189)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
  1495. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1190)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);
  1496. GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void);
  1497. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1192)(GLenum coord, GLenum pname, GLfixed *params);
  1498. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1193)(GLenum coord, GLenum pname, GLint param);
  1499. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1194)(GLenum coord, GLenum pname, const GLfixed *params);
  1500. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1195)(GLclampd zmin, GLclampd zmax);
  1501. GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer);
  1502. GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer);
  1503. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1198)(GLenum target, GLenum pname, GLint param);
  1504. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1199)(GLenum target, GLintptr offset, GLsizeiptr size);
  1505. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x);
  1506. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x);
  1507. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x);
  1508. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x);
  1509. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y);
  1510. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y);
  1511. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v);
  1512. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v);
  1513. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y);
  1514. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y);
  1515. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v);
  1516. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v);
  1517. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z);
  1518. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z);
  1519. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v);
  1520. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v);
  1521. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z);
  1522. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z);
  1523. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v);
  1524. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v);
  1525. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w);
  1526. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w);
  1527. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v);
  1528. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v);
  1529. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
  1530. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
  1531. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v);
  1532. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v);
  1533. GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a);
  1534. GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a);
  1535. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1216)(GLenum target, GLuint index, GLuint buffer, GLintptr offset);
  1536. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1217)(GLuint monitor);
  1537. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1218)(GLsizei n, GLuint *monitors);
  1538. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1219)(GLuint monitor);
  1539. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1220)(GLsizei n, GLuint *monitors);
  1540. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1221)(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten);
  1541. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1222)(GLuint group, GLuint counter, GLenum pname, GLvoid *data);
  1542. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1223)(GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
  1543. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1224)(GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei countersSize, GLuint *counters);
  1544. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1225)(GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString);
  1545. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1226)(GLint *numGroups, GLsizei groupsSize, GLuint *groups);
  1546. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1227)(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList);
  1547. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1228)(GLenum objectType, GLuint name, GLenum pname, GLint *value);
  1548. GLenum APIENTRY GLAPI_PREFIX(_dispatch_stub_1229)(GLenum objectType, GLuint name, GLenum option);
  1549. GLenum APIENTRY GLAPI_PREFIX(_dispatch_stub_1230)(GLenum objectType, GLuint name, GLenum option);
  1550. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1231)(GLuint program);
  1551. GLuint APIENTRY GLAPI_PREFIX(_dispatch_stub_1232)(GLenum type, const GLchar *string);
  1552. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1233)(GLenum type, GLuint program);
  1553. GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void);
  1554. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1235)(void);
  1555. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1236)(GLintptr surface, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
  1556. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1237)(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
  1557. GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_1238)(GLintptr surface);
  1558. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1239)(GLsizei numSurfaces, const GLintptr *surfaces);
  1559. GLintptr APIENTRY GLAPI_PREFIX(_dispatch_stub_1240)(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
  1560. GLintptr APIENTRY GLAPI_PREFIX(_dispatch_stub_1241)(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
  1561. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1242)(GLintptr surface, GLenum access);
  1562. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1243)(GLsizei numSurfaces, const GLintptr *surfaces);
  1563. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1244)(GLintptr surface);
  1564. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1245)(GLuint queryHandle);
  1565. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1246)(GLuint queryId, GLuint *queryHandle);
  1566. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1247)(GLuint queryHandle);
  1567. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1248)(GLuint queryHandle);
  1568. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1249)(GLuint *queryId);
  1569. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1250)(GLuint queryId, GLuint *nextQueryId);
  1570. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1251)(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counterDescLength, GLchar *counterDesc, GLuint *counterOffset, GLuint *counterDataSize, GLuint *counterTypeEnum, GLuint *counterDataTypeEnum, GLuint64 *rawCounterMaxValue);
  1571. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1252)(GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid *data, GLuint *bytesWritten);
  1572. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1253)(GLchar *queryName, GLuint *queryId);
  1573. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1254)(GLuint queryId, GLuint queryNameLength, GLchar *queryName, GLuint *dataSize, GLuint *noCounters, GLuint *noInstances, GLuint *capsMask);
  1574. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1255)(GLfloat factor, GLfloat units, GLfloat clamp);
  1575. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1256)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
  1576. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1257)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
  1577. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1258)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
  1578. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1259)(GLenum target, GLvoid *writeOffset);
  1579. void APIENTRY GLAPI_PREFIX(_dispatch_stub_1260)(GLenum target, GLvoid *writeOffset);
  1580. GLAPI void APIENTRY GLAPI_PREFIX(AlphaFuncx)(GLenum func, GLclampx ref);
  1581. GLAPI void APIENTRY GLAPI_PREFIX(ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
  1582. GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthx)(GLclampx depth);
  1583. GLAPI void APIENTRY GLAPI_PREFIX(Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  1584. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangex)(GLclampx zNear, GLclampx zFar);
  1585. GLAPI void APIENTRY GLAPI_PREFIX(Fogx)(GLenum pname, GLfixed param);
  1586. GLAPI void APIENTRY GLAPI_PREFIX(Fogxv)(GLenum pname, const GLfixed *params);
  1587. GLAPI void APIENTRY GLAPI_PREFIX(Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
  1588. GLAPI void APIENTRY GLAPI_PREFIX(Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  1589. GLAPI void APIENTRY GLAPI_PREFIX(LightModelx)(GLenum pname, GLfixed param);
  1590. GLAPI void APIENTRY GLAPI_PREFIX(LightModelxv)(GLenum pname, const GLfixed *params);
  1591. GLAPI void APIENTRY GLAPI_PREFIX(Lightx)(GLenum light, GLenum pname, GLfixed param);
  1592. GLAPI void APIENTRY GLAPI_PREFIX(Lightxv)(GLenum light, GLenum pname, const GLfixed *params);
  1593. GLAPI void APIENTRY GLAPI_PREFIX(LineWidthx)(GLfixed width);
  1594. GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixx)(const GLfixed *m);
  1595. GLAPI void APIENTRY GLAPI_PREFIX(Materialx)(GLenum face, GLenum pname, GLfixed param);
  1596. GLAPI void APIENTRY GLAPI_PREFIX(Materialxv)(GLenum face, GLenum pname, const GLfixed *params);
  1597. GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixx)(const GLfixed *m);
  1598. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
  1599. GLAPI void APIENTRY GLAPI_PREFIX(Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz);
  1600. GLAPI void APIENTRY GLAPI_PREFIX(Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
  1601. GLAPI void APIENTRY GLAPI_PREFIX(Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  1602. GLAPI void APIENTRY GLAPI_PREFIX(PointSizex)(GLfixed size);
  1603. GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetx)(GLfixed factor, GLfixed units);
  1604. GLAPI void APIENTRY GLAPI_PREFIX(Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  1605. GLAPI void APIENTRY GLAPI_PREFIX(SampleCoveragex)(GLclampx value, GLboolean invert);
  1606. GLAPI void APIENTRY GLAPI_PREFIX(Scalex)(GLfixed x, GLfixed y, GLfixed z);
  1607. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvx)(GLenum target, GLenum pname, GLfixed param);
  1608. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvxv)(GLenum target, GLenum pname, const GLfixed *params);
  1609. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterx)(GLenum target, GLenum pname, GLfixed param);
  1610. GLAPI void APIENTRY GLAPI_PREFIX(Translatex)(GLfixed x, GLfixed y, GLfixed z);
  1611. GLAPI void APIENTRY GLAPI_PREFIX(ClipPlanef)(GLenum plane, const GLfloat *equation);
  1612. GLAPI void APIENTRY GLAPI_PREFIX(ClipPlanex)(GLenum plane, const GLfixed *equation);
  1613. GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlanef)(GLenum plane, GLfloat *equation);
  1614. GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlanex)(GLenum plane, GLfixed *equation);
  1615. GLAPI void APIENTRY GLAPI_PREFIX(GetFixedv)(GLenum pname, GLfixed *params);
  1616. GLAPI void APIENTRY GLAPI_PREFIX(GetLightxv)(GLenum light, GLenum pname, GLfixed *params);
  1617. GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialxv)(GLenum face, GLenum pname, GLfixed *params);
  1618. GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvxv)(GLenum target, GLenum pname, GLfixed *params);
  1619. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterxv)(GLenum target, GLenum pname, GLfixed *params);
  1620. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterx)(GLenum pname, GLfixed param);
  1621. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterxv)(GLenum pname, const GLfixed *params);
  1622. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterxv)(GLenum target, GLenum pname, const GLfixed *params);
  1623. #undef MAPI_TMP_DEFINES
  1624. #endif /* MAPI_TMP_DEFINES */
  1625.  
  1626. #ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
  1627. GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode)
  1628. {
  1629.    const struct mapi_table *_tbl = entry_current_get();
  1630.    mapi_func _func = ((const mapi_func *) _tbl)[0];
  1631.    ((void (APIENTRY *)(GLuint list, GLenum mode)) _func)(list, mode);
  1632. }
  1633.  
  1634. GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void)
  1635. {
  1636.    const struct mapi_table *_tbl = entry_current_get();
  1637.    mapi_func _func = ((const mapi_func *) _tbl)[1];
  1638.    ((void (APIENTRY *)(void)) _func)();
  1639. }
  1640.  
  1641. GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list)
  1642. {
  1643.    const struct mapi_table *_tbl = entry_current_get();
  1644.    mapi_func _func = ((const mapi_func *) _tbl)[2];
  1645.    ((void (APIENTRY *)(GLuint list)) _func)(list);
  1646. }
  1647.  
  1648. GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists)
  1649. {
  1650.    const struct mapi_table *_tbl = entry_current_get();
  1651.    mapi_func _func = ((const mapi_func *) _tbl)[3];
  1652.    ((void (APIENTRY *)(GLsizei n, GLenum type, const GLvoid *lists)) _func)(n, type, lists);
  1653. }
  1654.  
  1655. GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range)
  1656. {
  1657.    const struct mapi_table *_tbl = entry_current_get();
  1658.    mapi_func _func = ((const mapi_func *) _tbl)[4];
  1659.    ((void (APIENTRY *)(GLuint list, GLsizei range)) _func)(list, range);
  1660. }
  1661.  
  1662. GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range)
  1663. {
  1664.    const struct mapi_table *_tbl = entry_current_get();
  1665.    mapi_func _func = ((const mapi_func *) _tbl)[5];
  1666.    return ((GLuint (APIENTRY *)(GLsizei range)) _func)(range);
  1667. }
  1668.  
  1669. GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base)
  1670. {
  1671.    const struct mapi_table *_tbl = entry_current_get();
  1672.    mapi_func _func = ((const mapi_func *) _tbl)[6];
  1673.    ((void (APIENTRY *)(GLuint base)) _func)(base);
  1674. }
  1675.  
  1676. GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode)
  1677. {
  1678.    const struct mapi_table *_tbl = entry_current_get();
  1679.    mapi_func _func = ((const mapi_func *) _tbl)[7];
  1680.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  1681. }
  1682.  
  1683. GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
  1684. {
  1685.    const struct mapi_table *_tbl = entry_current_get();
  1686.    mapi_func _func = ((const mapi_func *) _tbl)[8];
  1687.    ((void (APIENTRY *)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)) _func)(width, height, xorig, yorig, xmove, ymove, bitmap);
  1688. }
  1689.  
  1690. GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue)
  1691. {
  1692.    const struct mapi_table *_tbl = entry_current_get();
  1693.    mapi_func _func = ((const mapi_func *) _tbl)[9];
  1694.    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
  1695. }
  1696.  
  1697. GLAPI void APIENTRY GLAPI_PREFIX(Color3bv)(const GLbyte *v)
  1698. {
  1699.    const struct mapi_table *_tbl = entry_current_get();
  1700.    mapi_func _func = ((const mapi_func *) _tbl)[10];
  1701.    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
  1702. }
  1703.  
  1704. GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue)
  1705. {
  1706.    const struct mapi_table *_tbl = entry_current_get();
  1707.    mapi_func _func = ((const mapi_func *) _tbl)[11];
  1708.    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
  1709. }
  1710.  
  1711. GLAPI void APIENTRY GLAPI_PREFIX(Color3dv)(const GLdouble *v)
  1712. {
  1713.    const struct mapi_table *_tbl = entry_current_get();
  1714.    mapi_func _func = ((const mapi_func *) _tbl)[12];
  1715.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  1716. }
  1717.  
  1718. GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue)
  1719. {
  1720.    const struct mapi_table *_tbl = entry_current_get();
  1721.    mapi_func _func = ((const mapi_func *) _tbl)[13];
  1722.    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
  1723. }
  1724.  
  1725. GLAPI void APIENTRY GLAPI_PREFIX(Color3fv)(const GLfloat *v)
  1726. {
  1727.    const struct mapi_table *_tbl = entry_current_get();
  1728.    mapi_func _func = ((const mapi_func *) _tbl)[14];
  1729.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  1730. }
  1731.  
  1732. GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue)
  1733. {
  1734.    const struct mapi_table *_tbl = entry_current_get();
  1735.    mapi_func _func = ((const mapi_func *) _tbl)[15];
  1736.    ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
  1737. }
  1738.  
  1739. GLAPI void APIENTRY GLAPI_PREFIX(Color3iv)(const GLint *v)
  1740. {
  1741.    const struct mapi_table *_tbl = entry_current_get();
  1742.    mapi_func _func = ((const mapi_func *) _tbl)[16];
  1743.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  1744. }
  1745.  
  1746. GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue)
  1747. {
  1748.    const struct mapi_table *_tbl = entry_current_get();
  1749.    mapi_func _func = ((const mapi_func *) _tbl)[17];
  1750.    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
  1751. }
  1752.  
  1753. GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v)
  1754. {
  1755.    const struct mapi_table *_tbl = entry_current_get();
  1756.    mapi_func _func = ((const mapi_func *) _tbl)[18];
  1757.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  1758. }
  1759.  
  1760. GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue)
  1761. {
  1762.    const struct mapi_table *_tbl = entry_current_get();
  1763.    mapi_func _func = ((const mapi_func *) _tbl)[19];
  1764.    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
  1765. }
  1766.  
  1767. GLAPI void APIENTRY GLAPI_PREFIX(Color3ubv)(const GLubyte *v)
  1768. {
  1769.    const struct mapi_table *_tbl = entry_current_get();
  1770.    mapi_func _func = ((const mapi_func *) _tbl)[20];
  1771.    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
  1772. }
  1773.  
  1774. GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue)
  1775. {
  1776.    const struct mapi_table *_tbl = entry_current_get();
  1777.    mapi_func _func = ((const mapi_func *) _tbl)[21];
  1778.    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
  1779. }
  1780.  
  1781. GLAPI void APIENTRY GLAPI_PREFIX(Color3uiv)(const GLuint *v)
  1782. {
  1783.    const struct mapi_table *_tbl = entry_current_get();
  1784.    mapi_func _func = ((const mapi_func *) _tbl)[22];
  1785.    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
  1786. }
  1787.  
  1788. GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue)
  1789. {
  1790.    const struct mapi_table *_tbl = entry_current_get();
  1791.    mapi_func _func = ((const mapi_func *) _tbl)[23];
  1792.    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
  1793. }
  1794.  
  1795. GLAPI void APIENTRY GLAPI_PREFIX(Color3usv)(const GLushort *v)
  1796. {
  1797.    const struct mapi_table *_tbl = entry_current_get();
  1798.    mapi_func _func = ((const mapi_func *) _tbl)[24];
  1799.    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
  1800. }
  1801.  
  1802. GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
  1803. {
  1804.    const struct mapi_table *_tbl = entry_current_get();
  1805.    mapi_func _func = ((const mapi_func *) _tbl)[25];
  1806.    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)) _func)(red, green, blue, alpha);
  1807. }
  1808.  
  1809. GLAPI void APIENTRY GLAPI_PREFIX(Color4bv)(const GLbyte *v)
  1810. {
  1811.    const struct mapi_table *_tbl = entry_current_get();
  1812.    mapi_func _func = ((const mapi_func *) _tbl)[26];
  1813.    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
  1814. }
  1815.  
  1816. GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
  1817. {
  1818.    const struct mapi_table *_tbl = entry_current_get();
  1819.    mapi_func _func = ((const mapi_func *) _tbl)[27];
  1820.    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)) _func)(red, green, blue, alpha);
  1821. }
  1822.  
  1823. GLAPI void APIENTRY GLAPI_PREFIX(Color4dv)(const GLdouble *v)
  1824. {
  1825.    const struct mapi_table *_tbl = entry_current_get();
  1826.    mapi_func _func = ((const mapi_func *) _tbl)[28];
  1827.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  1828. }
  1829.  
  1830. GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
  1831. {
  1832.    const struct mapi_table *_tbl = entry_current_get();
  1833.    mapi_func _func = ((const mapi_func *) _tbl)[29];
  1834.    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
  1835. }
  1836.  
  1837. GLAPI void APIENTRY GLAPI_PREFIX(Color4fv)(const GLfloat *v)
  1838. {
  1839.    const struct mapi_table *_tbl = entry_current_get();
  1840.    mapi_func _func = ((const mapi_func *) _tbl)[30];
  1841.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  1842. }
  1843.  
  1844. GLAPI void APIENTRY GLAPI_PREFIX(Color4i)(GLint red, GLint green, GLint blue, GLint alpha)
  1845. {
  1846.    const struct mapi_table *_tbl = entry_current_get();
  1847.    mapi_func _func = ((const mapi_func *) _tbl)[31];
  1848.    ((void (APIENTRY *)(GLint red, GLint green, GLint blue, GLint alpha)) _func)(red, green, blue, alpha);
  1849. }
  1850.  
  1851. GLAPI void APIENTRY GLAPI_PREFIX(Color4iv)(const GLint *v)
  1852. {
  1853.    const struct mapi_table *_tbl = entry_current_get();
  1854.    mapi_func _func = ((const mapi_func *) _tbl)[32];
  1855.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  1856. }
  1857.  
  1858. GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha)
  1859. {
  1860.    const struct mapi_table *_tbl = entry_current_get();
  1861.    mapi_func _func = ((const mapi_func *) _tbl)[33];
  1862.    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue, GLshort alpha)) _func)(red, green, blue, alpha);
  1863. }
  1864.  
  1865. GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v)
  1866. {
  1867.    const struct mapi_table *_tbl = entry_current_get();
  1868.    mapi_func _func = ((const mapi_func *) _tbl)[34];
  1869.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  1870. }
  1871.  
  1872. GLAPI void APIENTRY GLAPI_PREFIX(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
  1873. {
  1874.    const struct mapi_table *_tbl = entry_current_get();
  1875.    mapi_func _func = ((const mapi_func *) _tbl)[35];
  1876.    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)) _func)(red, green, blue, alpha);
  1877. }
  1878.  
  1879. GLAPI void APIENTRY GLAPI_PREFIX(Color4ubv)(const GLubyte *v)
  1880. {
  1881.    const struct mapi_table *_tbl = entry_current_get();
  1882.    mapi_func _func = ((const mapi_func *) _tbl)[36];
  1883.    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
  1884. }
  1885.  
  1886. GLAPI void APIENTRY GLAPI_PREFIX(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha)
  1887. {
  1888.    const struct mapi_table *_tbl = entry_current_get();
  1889.    mapi_func _func = ((const mapi_func *) _tbl)[37];
  1890.    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue, GLuint alpha)) _func)(red, green, blue, alpha);
  1891. }
  1892.  
  1893. GLAPI void APIENTRY GLAPI_PREFIX(Color4uiv)(const GLuint *v)
  1894. {
  1895.    const struct mapi_table *_tbl = entry_current_get();
  1896.    mapi_func _func = ((const mapi_func *) _tbl)[38];
  1897.    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
  1898. }
  1899.  
  1900. GLAPI void APIENTRY GLAPI_PREFIX(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha)
  1901. {
  1902.    const struct mapi_table *_tbl = entry_current_get();
  1903.    mapi_func _func = ((const mapi_func *) _tbl)[39];
  1904.    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue, GLushort alpha)) _func)(red, green, blue, alpha);
  1905. }
  1906.  
  1907. GLAPI void APIENTRY GLAPI_PREFIX(Color4usv)(const GLushort *v)
  1908. {
  1909.    const struct mapi_table *_tbl = entry_current_get();
  1910.    mapi_func _func = ((const mapi_func *) _tbl)[40];
  1911.    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
  1912. }
  1913.  
  1914. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlag)(GLboolean flag)
  1915. {
  1916.    const struct mapi_table *_tbl = entry_current_get();
  1917.    mapi_func _func = ((const mapi_func *) _tbl)[41];
  1918.    ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
  1919. }
  1920.  
  1921. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagv)(const GLboolean *flag)
  1922. {
  1923.    const struct mapi_table *_tbl = entry_current_get();
  1924.    mapi_func _func = ((const mapi_func *) _tbl)[42];
  1925.    ((void (APIENTRY *)(const GLboolean *flag)) _func)(flag);
  1926. }
  1927.  
  1928. GLAPI void APIENTRY GLAPI_PREFIX(End)(void)
  1929. {
  1930.    const struct mapi_table *_tbl = entry_current_get();
  1931.    mapi_func _func = ((const mapi_func *) _tbl)[43];
  1932.    ((void (APIENTRY *)(void)) _func)();
  1933. }
  1934.  
  1935. GLAPI void APIENTRY GLAPI_PREFIX(Indexd)(GLdouble c)
  1936. {
  1937.    const struct mapi_table *_tbl = entry_current_get();
  1938.    mapi_func _func = ((const mapi_func *) _tbl)[44];
  1939.    ((void (APIENTRY *)(GLdouble c)) _func)(c);
  1940. }
  1941.  
  1942. GLAPI void APIENTRY GLAPI_PREFIX(Indexdv)(const GLdouble *c)
  1943. {
  1944.    const struct mapi_table *_tbl = entry_current_get();
  1945.    mapi_func _func = ((const mapi_func *) _tbl)[45];
  1946.    ((void (APIENTRY *)(const GLdouble *c)) _func)(c);
  1947. }
  1948.  
  1949. GLAPI void APIENTRY GLAPI_PREFIX(Indexf)(GLfloat c)
  1950. {
  1951.    const struct mapi_table *_tbl = entry_current_get();
  1952.    mapi_func _func = ((const mapi_func *) _tbl)[46];
  1953.    ((void (APIENTRY *)(GLfloat c)) _func)(c);
  1954. }
  1955.  
  1956. GLAPI void APIENTRY GLAPI_PREFIX(Indexfv)(const GLfloat *c)
  1957. {
  1958.    const struct mapi_table *_tbl = entry_current_get();
  1959.    mapi_func _func = ((const mapi_func *) _tbl)[47];
  1960.    ((void (APIENTRY *)(const GLfloat *c)) _func)(c);
  1961. }
  1962.  
  1963. GLAPI void APIENTRY GLAPI_PREFIX(Indexi)(GLint c)
  1964. {
  1965.    const struct mapi_table *_tbl = entry_current_get();
  1966.    mapi_func _func = ((const mapi_func *) _tbl)[48];
  1967.    ((void (APIENTRY *)(GLint c)) _func)(c);
  1968. }
  1969.  
  1970. GLAPI void APIENTRY GLAPI_PREFIX(Indexiv)(const GLint *c)
  1971. {
  1972.    const struct mapi_table *_tbl = entry_current_get();
  1973.    mapi_func _func = ((const mapi_func *) _tbl)[49];
  1974.    ((void (APIENTRY *)(const GLint *c)) _func)(c);
  1975. }
  1976.  
  1977. GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c)
  1978. {
  1979.    const struct mapi_table *_tbl = entry_current_get();
  1980.    mapi_func _func = ((const mapi_func *) _tbl)[50];
  1981.    ((void (APIENTRY *)(GLshort c)) _func)(c);
  1982. }
  1983.  
  1984. GLAPI void APIENTRY GLAPI_PREFIX(Indexsv)(const GLshort *c)
  1985. {
  1986.    const struct mapi_table *_tbl = entry_current_get();
  1987.    mapi_func _func = ((const mapi_func *) _tbl)[51];
  1988.    ((void (APIENTRY *)(const GLshort *c)) _func)(c);
  1989. }
  1990.  
  1991. GLAPI void APIENTRY GLAPI_PREFIX(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz)
  1992. {
  1993.    const struct mapi_table *_tbl = entry_current_get();
  1994.    mapi_func _func = ((const mapi_func *) _tbl)[52];
  1995.    ((void (APIENTRY *)(GLbyte nx, GLbyte ny, GLbyte nz)) _func)(nx, ny, nz);
  1996. }
  1997.  
  1998. GLAPI void APIENTRY GLAPI_PREFIX(Normal3bv)(const GLbyte *v)
  1999. {
  2000.    const struct mapi_table *_tbl = entry_current_get();
  2001.    mapi_func _func = ((const mapi_func *) _tbl)[53];
  2002.    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
  2003. }
  2004.  
  2005. GLAPI void APIENTRY GLAPI_PREFIX(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz)
  2006. {
  2007.    const struct mapi_table *_tbl = entry_current_get();
  2008.    mapi_func _func = ((const mapi_func *) _tbl)[54];
  2009.    ((void (APIENTRY *)(GLdouble nx, GLdouble ny, GLdouble nz)) _func)(nx, ny, nz);
  2010. }
  2011.  
  2012. GLAPI void APIENTRY GLAPI_PREFIX(Normal3dv)(const GLdouble *v)
  2013. {
  2014.    const struct mapi_table *_tbl = entry_current_get();
  2015.    mapi_func _func = ((const mapi_func *) _tbl)[55];
  2016.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2017. }
  2018.  
  2019. GLAPI void APIENTRY GLAPI_PREFIX(Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz)
  2020. {
  2021.    const struct mapi_table *_tbl = entry_current_get();
  2022.    mapi_func _func = ((const mapi_func *) _tbl)[56];
  2023.    ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
  2024. }
  2025.  
  2026. GLAPI void APIENTRY GLAPI_PREFIX(Normal3fv)(const GLfloat *v)
  2027. {
  2028.    const struct mapi_table *_tbl = entry_current_get();
  2029.    mapi_func _func = ((const mapi_func *) _tbl)[57];
  2030.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2031. }
  2032.  
  2033. GLAPI void APIENTRY GLAPI_PREFIX(Normal3i)(GLint nx, GLint ny, GLint nz)
  2034. {
  2035.    const struct mapi_table *_tbl = entry_current_get();
  2036.    mapi_func _func = ((const mapi_func *) _tbl)[58];
  2037.    ((void (APIENTRY *)(GLint nx, GLint ny, GLint nz)) _func)(nx, ny, nz);
  2038. }
  2039.  
  2040. GLAPI void APIENTRY GLAPI_PREFIX(Normal3iv)(const GLint *v)
  2041. {
  2042.    const struct mapi_table *_tbl = entry_current_get();
  2043.    mapi_func _func = ((const mapi_func *) _tbl)[59];
  2044.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2045. }
  2046.  
  2047. GLAPI void APIENTRY GLAPI_PREFIX(Normal3s)(GLshort nx, GLshort ny, GLshort nz)
  2048. {
  2049.    const struct mapi_table *_tbl = entry_current_get();
  2050.    mapi_func _func = ((const mapi_func *) _tbl)[60];
  2051.    ((void (APIENTRY *)(GLshort nx, GLshort ny, GLshort nz)) _func)(nx, ny, nz);
  2052. }
  2053.  
  2054. GLAPI void APIENTRY GLAPI_PREFIX(Normal3sv)(const GLshort *v)
  2055. {
  2056.    const struct mapi_table *_tbl = entry_current_get();
  2057.    mapi_func _func = ((const mapi_func *) _tbl)[61];
  2058.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2059. }
  2060.  
  2061. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2d)(GLdouble x, GLdouble y)
  2062. {
  2063.    const struct mapi_table *_tbl = entry_current_get();
  2064.    mapi_func _func = ((const mapi_func *) _tbl)[62];
  2065.    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
  2066. }
  2067.  
  2068. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2dv)(const GLdouble *v)
  2069. {
  2070.    const struct mapi_table *_tbl = entry_current_get();
  2071.    mapi_func _func = ((const mapi_func *) _tbl)[63];
  2072.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2073. }
  2074.  
  2075. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y)
  2076. {
  2077.    const struct mapi_table *_tbl = entry_current_get();
  2078.    mapi_func _func = ((const mapi_func *) _tbl)[64];
  2079.    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
  2080. }
  2081.  
  2082. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2fv)(const GLfloat *v)
  2083. {
  2084.    const struct mapi_table *_tbl = entry_current_get();
  2085.    mapi_func _func = ((const mapi_func *) _tbl)[65];
  2086.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2087. }
  2088.  
  2089. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2i)(GLint x, GLint y)
  2090. {
  2091.    const struct mapi_table *_tbl = entry_current_get();
  2092.    mapi_func _func = ((const mapi_func *) _tbl)[66];
  2093.    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
  2094. }
  2095.  
  2096. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2iv)(const GLint *v)
  2097. {
  2098.    const struct mapi_table *_tbl = entry_current_get();
  2099.    mapi_func _func = ((const mapi_func *) _tbl)[67];
  2100.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2101. }
  2102.  
  2103. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2s)(GLshort x, GLshort y)
  2104. {
  2105.    const struct mapi_table *_tbl = entry_current_get();
  2106.    mapi_func _func = ((const mapi_func *) _tbl)[68];
  2107.    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
  2108. }
  2109.  
  2110. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2sv)(const GLshort *v)
  2111. {
  2112.    const struct mapi_table *_tbl = entry_current_get();
  2113.    mapi_func _func = ((const mapi_func *) _tbl)[69];
  2114.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2115. }
  2116.  
  2117. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3d)(GLdouble x, GLdouble y, GLdouble z)
  2118. {
  2119.    const struct mapi_table *_tbl = entry_current_get();
  2120.    mapi_func _func = ((const mapi_func *) _tbl)[70];
  2121.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
  2122. }
  2123.  
  2124. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3dv)(const GLdouble *v)
  2125. {
  2126.    const struct mapi_table *_tbl = entry_current_get();
  2127.    mapi_func _func = ((const mapi_func *) _tbl)[71];
  2128.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2129. }
  2130.  
  2131. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3f)(GLfloat x, GLfloat y, GLfloat z)
  2132. {
  2133.    const struct mapi_table *_tbl = entry_current_get();
  2134.    mapi_func _func = ((const mapi_func *) _tbl)[72];
  2135.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
  2136. }
  2137.  
  2138. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3fv)(const GLfloat *v)
  2139. {
  2140.    const struct mapi_table *_tbl = entry_current_get();
  2141.    mapi_func _func = ((const mapi_func *) _tbl)[73];
  2142.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2143. }
  2144.  
  2145. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3i)(GLint x, GLint y, GLint z)
  2146. {
  2147.    const struct mapi_table *_tbl = entry_current_get();
  2148.    mapi_func _func = ((const mapi_func *) _tbl)[74];
  2149.    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
  2150. }
  2151.  
  2152. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3iv)(const GLint *v)
  2153. {
  2154.    const struct mapi_table *_tbl = entry_current_get();
  2155.    mapi_func _func = ((const mapi_func *) _tbl)[75];
  2156.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2157. }
  2158.  
  2159. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3s)(GLshort x, GLshort y, GLshort z)
  2160. {
  2161.    const struct mapi_table *_tbl = entry_current_get();
  2162.    mapi_func _func = ((const mapi_func *) _tbl)[76];
  2163.    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
  2164. }
  2165.  
  2166. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3sv)(const GLshort *v)
  2167. {
  2168.    const struct mapi_table *_tbl = entry_current_get();
  2169.    mapi_func _func = ((const mapi_func *) _tbl)[77];
  2170.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2171. }
  2172.  
  2173. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  2174. {
  2175.    const struct mapi_table *_tbl = entry_current_get();
  2176.    mapi_func _func = ((const mapi_func *) _tbl)[78];
  2177.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
  2178. }
  2179.  
  2180. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4dv)(const GLdouble *v)
  2181. {
  2182.    const struct mapi_table *_tbl = entry_current_get();
  2183.    mapi_func _func = ((const mapi_func *) _tbl)[79];
  2184.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2185. }
  2186.  
  2187. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  2188. {
  2189.    const struct mapi_table *_tbl = entry_current_get();
  2190.    mapi_func _func = ((const mapi_func *) _tbl)[80];
  2191.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
  2192. }
  2193.  
  2194. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4fv)(const GLfloat *v)
  2195. {
  2196.    const struct mapi_table *_tbl = entry_current_get();
  2197.    mapi_func _func = ((const mapi_func *) _tbl)[81];
  2198.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2199. }
  2200.  
  2201. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4i)(GLint x, GLint y, GLint z, GLint w)
  2202. {
  2203.    const struct mapi_table *_tbl = entry_current_get();
  2204.    mapi_func _func = ((const mapi_func *) _tbl)[82];
  2205.    ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
  2206. }
  2207.  
  2208. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4iv)(const GLint *v)
  2209. {
  2210.    const struct mapi_table *_tbl = entry_current_get();
  2211.    mapi_func _func = ((const mapi_func *) _tbl)[83];
  2212.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2213. }
  2214.  
  2215. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w)
  2216. {
  2217.    const struct mapi_table *_tbl = entry_current_get();
  2218.    mapi_func _func = ((const mapi_func *) _tbl)[84];
  2219.    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
  2220. }
  2221.  
  2222. GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4sv)(const GLshort *v)
  2223. {
  2224.    const struct mapi_table *_tbl = entry_current_get();
  2225.    mapi_func _func = ((const mapi_func *) _tbl)[85];
  2226.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2227. }
  2228.  
  2229. GLAPI void APIENTRY GLAPI_PREFIX(Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
  2230. {
  2231.    const struct mapi_table *_tbl = entry_current_get();
  2232.    mapi_func _func = ((const mapi_func *) _tbl)[86];
  2233.    ((void (APIENTRY *)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)) _func)(x1, y1, x2, y2);
  2234. }
  2235.  
  2236. GLAPI void APIENTRY GLAPI_PREFIX(Rectdv)(const GLdouble *v1, const GLdouble *v2)
  2237. {
  2238.    const struct mapi_table *_tbl = entry_current_get();
  2239.    mapi_func _func = ((const mapi_func *) _tbl)[87];
  2240.    ((void (APIENTRY *)(const GLdouble *v1, const GLdouble *v2)) _func)(v1, v2);
  2241. }
  2242.  
  2243. GLAPI void APIENTRY GLAPI_PREFIX(Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
  2244. {
  2245.    const struct mapi_table *_tbl = entry_current_get();
  2246.    mapi_func _func = ((const mapi_func *) _tbl)[88];
  2247.    ((void (APIENTRY *)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)) _func)(x1, y1, x2, y2);
  2248. }
  2249.  
  2250. GLAPI void APIENTRY GLAPI_PREFIX(Rectfv)(const GLfloat *v1, const GLfloat *v2)
  2251. {
  2252.    const struct mapi_table *_tbl = entry_current_get();
  2253.    mapi_func _func = ((const mapi_func *) _tbl)[89];
  2254.    ((void (APIENTRY *)(const GLfloat *v1, const GLfloat *v2)) _func)(v1, v2);
  2255. }
  2256.  
  2257. GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2)
  2258. {
  2259.    const struct mapi_table *_tbl = entry_current_get();
  2260.    mapi_func _func = ((const mapi_func *) _tbl)[90];
  2261.    ((void (APIENTRY *)(GLint x1, GLint y1, GLint x2, GLint y2)) _func)(x1, y1, x2, y2);
  2262. }
  2263.  
  2264. GLAPI void APIENTRY GLAPI_PREFIX(Rectiv)(const GLint *v1, const GLint *v2)
  2265. {
  2266.    const struct mapi_table *_tbl = entry_current_get();
  2267.    mapi_func _func = ((const mapi_func *) _tbl)[91];
  2268.    ((void (APIENTRY *)(const GLint *v1, const GLint *v2)) _func)(v1, v2);
  2269. }
  2270.  
  2271. GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
  2272. {
  2273.    const struct mapi_table *_tbl = entry_current_get();
  2274.    mapi_func _func = ((const mapi_func *) _tbl)[92];
  2275.    ((void (APIENTRY *)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)) _func)(x1, y1, x2, y2);
  2276. }
  2277.  
  2278. GLAPI void APIENTRY GLAPI_PREFIX(Rectsv)(const GLshort *v1, const GLshort *v2)
  2279. {
  2280.    const struct mapi_table *_tbl = entry_current_get();
  2281.    mapi_func _func = ((const mapi_func *) _tbl)[93];
  2282.    ((void (APIENTRY *)(const GLshort *v1, const GLshort *v2)) _func)(v1, v2);
  2283. }
  2284.  
  2285. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1d)(GLdouble s)
  2286. {
  2287.    const struct mapi_table *_tbl = entry_current_get();
  2288.    mapi_func _func = ((const mapi_func *) _tbl)[94];
  2289.    ((void (APIENTRY *)(GLdouble s)) _func)(s);
  2290. }
  2291.  
  2292. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1dv)(const GLdouble *v)
  2293. {
  2294.    const struct mapi_table *_tbl = entry_current_get();
  2295.    mapi_func _func = ((const mapi_func *) _tbl)[95];
  2296.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2297. }
  2298.  
  2299. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1f)(GLfloat s)
  2300. {
  2301.    const struct mapi_table *_tbl = entry_current_get();
  2302.    mapi_func _func = ((const mapi_func *) _tbl)[96];
  2303.    ((void (APIENTRY *)(GLfloat s)) _func)(s);
  2304. }
  2305.  
  2306. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1fv)(const GLfloat *v)
  2307. {
  2308.    const struct mapi_table *_tbl = entry_current_get();
  2309.    mapi_func _func = ((const mapi_func *) _tbl)[97];
  2310.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2311. }
  2312.  
  2313. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1i)(GLint s)
  2314. {
  2315.    const struct mapi_table *_tbl = entry_current_get();
  2316.    mapi_func _func = ((const mapi_func *) _tbl)[98];
  2317.    ((void (APIENTRY *)(GLint s)) _func)(s);
  2318. }
  2319.  
  2320. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1iv)(const GLint *v)
  2321. {
  2322.    const struct mapi_table *_tbl = entry_current_get();
  2323.    mapi_func _func = ((const mapi_func *) _tbl)[99];
  2324.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2325. }
  2326.  
  2327. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1s)(GLshort s)
  2328. {
  2329.    const struct mapi_table *_tbl = entry_current_get();
  2330.    mapi_func _func = ((const mapi_func *) _tbl)[100];
  2331.    ((void (APIENTRY *)(GLshort s)) _func)(s);
  2332. }
  2333.  
  2334. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1sv)(const GLshort *v)
  2335. {
  2336.    const struct mapi_table *_tbl = entry_current_get();
  2337.    mapi_func _func = ((const mapi_func *) _tbl)[101];
  2338.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2339. }
  2340.  
  2341. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2d)(GLdouble s, GLdouble t)
  2342. {
  2343.    const struct mapi_table *_tbl = entry_current_get();
  2344.    mapi_func _func = ((const mapi_func *) _tbl)[102];
  2345.    ((void (APIENTRY *)(GLdouble s, GLdouble t)) _func)(s, t);
  2346. }
  2347.  
  2348. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2dv)(const GLdouble *v)
  2349. {
  2350.    const struct mapi_table *_tbl = entry_current_get();
  2351.    mapi_func _func = ((const mapi_func *) _tbl)[103];
  2352.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2353. }
  2354.  
  2355. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2f)(GLfloat s, GLfloat t)
  2356. {
  2357.    const struct mapi_table *_tbl = entry_current_get();
  2358.    mapi_func _func = ((const mapi_func *) _tbl)[104];
  2359.    ((void (APIENTRY *)(GLfloat s, GLfloat t)) _func)(s, t);
  2360. }
  2361.  
  2362. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2fv)(const GLfloat *v)
  2363. {
  2364.    const struct mapi_table *_tbl = entry_current_get();
  2365.    mapi_func _func = ((const mapi_func *) _tbl)[105];
  2366.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2367. }
  2368.  
  2369. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2i)(GLint s, GLint t)
  2370. {
  2371.    const struct mapi_table *_tbl = entry_current_get();
  2372.    mapi_func _func = ((const mapi_func *) _tbl)[106];
  2373.    ((void (APIENTRY *)(GLint s, GLint t)) _func)(s, t);
  2374. }
  2375.  
  2376. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2iv)(const GLint *v)
  2377. {
  2378.    const struct mapi_table *_tbl = entry_current_get();
  2379.    mapi_func _func = ((const mapi_func *) _tbl)[107];
  2380.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2381. }
  2382.  
  2383. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2s)(GLshort s, GLshort t)
  2384. {
  2385.    const struct mapi_table *_tbl = entry_current_get();
  2386.    mapi_func _func = ((const mapi_func *) _tbl)[108];
  2387.    ((void (APIENTRY *)(GLshort s, GLshort t)) _func)(s, t);
  2388. }
  2389.  
  2390. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2sv)(const GLshort *v)
  2391. {
  2392.    const struct mapi_table *_tbl = entry_current_get();
  2393.    mapi_func _func = ((const mapi_func *) _tbl)[109];
  2394.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2395. }
  2396.  
  2397. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r)
  2398. {
  2399.    const struct mapi_table *_tbl = entry_current_get();
  2400.    mapi_func _func = ((const mapi_func *) _tbl)[110];
  2401.    ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r)) _func)(s, t, r);
  2402. }
  2403.  
  2404. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3dv)(const GLdouble *v)
  2405. {
  2406.    const struct mapi_table *_tbl = entry_current_get();
  2407.    mapi_func _func = ((const mapi_func *) _tbl)[111];
  2408.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2409. }
  2410.  
  2411. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3f)(GLfloat s, GLfloat t, GLfloat r)
  2412. {
  2413.    const struct mapi_table *_tbl = entry_current_get();
  2414.    mapi_func _func = ((const mapi_func *) _tbl)[112];
  2415.    ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r)) _func)(s, t, r);
  2416. }
  2417.  
  2418. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3fv)(const GLfloat *v)
  2419. {
  2420.    const struct mapi_table *_tbl = entry_current_get();
  2421.    mapi_func _func = ((const mapi_func *) _tbl)[113];
  2422.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2423. }
  2424.  
  2425. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3i)(GLint s, GLint t, GLint r)
  2426. {
  2427.    const struct mapi_table *_tbl = entry_current_get();
  2428.    mapi_func _func = ((const mapi_func *) _tbl)[114];
  2429.    ((void (APIENTRY *)(GLint s, GLint t, GLint r)) _func)(s, t, r);
  2430. }
  2431.  
  2432. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3iv)(const GLint *v)
  2433. {
  2434.    const struct mapi_table *_tbl = entry_current_get();
  2435.    mapi_func _func = ((const mapi_func *) _tbl)[115];
  2436.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2437. }
  2438.  
  2439. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3s)(GLshort s, GLshort t, GLshort r)
  2440. {
  2441.    const struct mapi_table *_tbl = entry_current_get();
  2442.    mapi_func _func = ((const mapi_func *) _tbl)[116];
  2443.    ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r)) _func)(s, t, r);
  2444. }
  2445.  
  2446. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3sv)(const GLshort *v)
  2447. {
  2448.    const struct mapi_table *_tbl = entry_current_get();
  2449.    mapi_func _func = ((const mapi_func *) _tbl)[117];
  2450.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2451. }
  2452.  
  2453. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
  2454. {
  2455.    const struct mapi_table *_tbl = entry_current_get();
  2456.    mapi_func _func = ((const mapi_func *) _tbl)[118];
  2457.    ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(s, t, r, q);
  2458. }
  2459.  
  2460. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4dv)(const GLdouble *v)
  2461. {
  2462.    const struct mapi_table *_tbl = entry_current_get();
  2463.    mapi_func _func = ((const mapi_func *) _tbl)[119];
  2464.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2465. }
  2466.  
  2467. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
  2468. {
  2469.    const struct mapi_table *_tbl = entry_current_get();
  2470.    mapi_func _func = ((const mapi_func *) _tbl)[120];
  2471.    ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(s, t, r, q);
  2472. }
  2473.  
  2474. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4fv)(const GLfloat *v)
  2475. {
  2476.    const struct mapi_table *_tbl = entry_current_get();
  2477.    mapi_func _func = ((const mapi_func *) _tbl)[121];
  2478.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2479. }
  2480.  
  2481. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4i)(GLint s, GLint t, GLint r, GLint q)
  2482. {
  2483.    const struct mapi_table *_tbl = entry_current_get();
  2484.    mapi_func _func = ((const mapi_func *) _tbl)[122];
  2485.    ((void (APIENTRY *)(GLint s, GLint t, GLint r, GLint q)) _func)(s, t, r, q);
  2486. }
  2487.  
  2488. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4iv)(const GLint *v)
  2489. {
  2490.    const struct mapi_table *_tbl = entry_current_get();
  2491.    mapi_func _func = ((const mapi_func *) _tbl)[123];
  2492.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2493. }
  2494.  
  2495. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q)
  2496. {
  2497.    const struct mapi_table *_tbl = entry_current_get();
  2498.    mapi_func _func = ((const mapi_func *) _tbl)[124];
  2499.    ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r, GLshort q)) _func)(s, t, r, q);
  2500. }
  2501.  
  2502. GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4sv)(const GLshort *v)
  2503. {
  2504.    const struct mapi_table *_tbl = entry_current_get();
  2505.    mapi_func _func = ((const mapi_func *) _tbl)[125];
  2506.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2507. }
  2508.  
  2509. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2d)(GLdouble x, GLdouble y)
  2510. {
  2511.    const struct mapi_table *_tbl = entry_current_get();
  2512.    mapi_func _func = ((const mapi_func *) _tbl)[126];
  2513.    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
  2514. }
  2515.  
  2516. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2dv)(const GLdouble *v)
  2517. {
  2518.    const struct mapi_table *_tbl = entry_current_get();
  2519.    mapi_func _func = ((const mapi_func *) _tbl)[127];
  2520.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2521. }
  2522.  
  2523. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y)
  2524. {
  2525.    const struct mapi_table *_tbl = entry_current_get();
  2526.    mapi_func _func = ((const mapi_func *) _tbl)[128];
  2527.    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
  2528. }
  2529.  
  2530. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v)
  2531. {
  2532.    const struct mapi_table *_tbl = entry_current_get();
  2533.    mapi_func _func = ((const mapi_func *) _tbl)[129];
  2534.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2535. }
  2536.  
  2537. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2i)(GLint x, GLint y)
  2538. {
  2539.    const struct mapi_table *_tbl = entry_current_get();
  2540.    mapi_func _func = ((const mapi_func *) _tbl)[130];
  2541.    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
  2542. }
  2543.  
  2544. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2iv)(const GLint *v)
  2545. {
  2546.    const struct mapi_table *_tbl = entry_current_get();
  2547.    mapi_func _func = ((const mapi_func *) _tbl)[131];
  2548.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2549. }
  2550.  
  2551. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2s)(GLshort x, GLshort y)
  2552. {
  2553.    const struct mapi_table *_tbl = entry_current_get();
  2554.    mapi_func _func = ((const mapi_func *) _tbl)[132];
  2555.    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
  2556. }
  2557.  
  2558. GLAPI void APIENTRY GLAPI_PREFIX(Vertex2sv)(const GLshort *v)
  2559. {
  2560.    const struct mapi_table *_tbl = entry_current_get();
  2561.    mapi_func _func = ((const mapi_func *) _tbl)[133];
  2562.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2563. }
  2564.  
  2565. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3d)(GLdouble x, GLdouble y, GLdouble z)
  2566. {
  2567.    const struct mapi_table *_tbl = entry_current_get();
  2568.    mapi_func _func = ((const mapi_func *) _tbl)[134];
  2569.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
  2570. }
  2571.  
  2572. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3dv)(const GLdouble *v)
  2573. {
  2574.    const struct mapi_table *_tbl = entry_current_get();
  2575.    mapi_func _func = ((const mapi_func *) _tbl)[135];
  2576.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2577. }
  2578.  
  2579. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z)
  2580. {
  2581.    const struct mapi_table *_tbl = entry_current_get();
  2582.    mapi_func _func = ((const mapi_func *) _tbl)[136];
  2583.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
  2584. }
  2585.  
  2586. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3fv)(const GLfloat *v)
  2587. {
  2588.    const struct mapi_table *_tbl = entry_current_get();
  2589.    mapi_func _func = ((const mapi_func *) _tbl)[137];
  2590.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2591. }
  2592.  
  2593. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3i)(GLint x, GLint y, GLint z)
  2594. {
  2595.    const struct mapi_table *_tbl = entry_current_get();
  2596.    mapi_func _func = ((const mapi_func *) _tbl)[138];
  2597.    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
  2598. }
  2599.  
  2600. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3iv)(const GLint *v)
  2601. {
  2602.    const struct mapi_table *_tbl = entry_current_get();
  2603.    mapi_func _func = ((const mapi_func *) _tbl)[139];
  2604.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2605. }
  2606.  
  2607. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3s)(GLshort x, GLshort y, GLshort z)
  2608. {
  2609.    const struct mapi_table *_tbl = entry_current_get();
  2610.    mapi_func _func = ((const mapi_func *) _tbl)[140];
  2611.    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
  2612. }
  2613.  
  2614. GLAPI void APIENTRY GLAPI_PREFIX(Vertex3sv)(const GLshort *v)
  2615. {
  2616.    const struct mapi_table *_tbl = entry_current_get();
  2617.    mapi_func _func = ((const mapi_func *) _tbl)[141];
  2618.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2619. }
  2620.  
  2621. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  2622. {
  2623.    const struct mapi_table *_tbl = entry_current_get();
  2624.    mapi_func _func = ((const mapi_func *) _tbl)[142];
  2625.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
  2626. }
  2627.  
  2628. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4dv)(const GLdouble *v)
  2629. {
  2630.    const struct mapi_table *_tbl = entry_current_get();
  2631.    mapi_func _func = ((const mapi_func *) _tbl)[143];
  2632.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  2633. }
  2634.  
  2635. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  2636. {
  2637.    const struct mapi_table *_tbl = entry_current_get();
  2638.    mapi_func _func = ((const mapi_func *) _tbl)[144];
  2639.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
  2640. }
  2641.  
  2642. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v)
  2643. {
  2644.    const struct mapi_table *_tbl = entry_current_get();
  2645.    mapi_func _func = ((const mapi_func *) _tbl)[145];
  2646.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  2647. }
  2648.  
  2649. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4i)(GLint x, GLint y, GLint z, GLint w)
  2650. {
  2651.    const struct mapi_table *_tbl = entry_current_get();
  2652.    mapi_func _func = ((const mapi_func *) _tbl)[146];
  2653.    ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
  2654. }
  2655.  
  2656. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4iv)(const GLint *v)
  2657. {
  2658.    const struct mapi_table *_tbl = entry_current_get();
  2659.    mapi_func _func = ((const mapi_func *) _tbl)[147];
  2660.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  2661. }
  2662.  
  2663. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w)
  2664. {
  2665.    const struct mapi_table *_tbl = entry_current_get();
  2666.    mapi_func _func = ((const mapi_func *) _tbl)[148];
  2667.    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
  2668. }
  2669.  
  2670. GLAPI void APIENTRY GLAPI_PREFIX(Vertex4sv)(const GLshort *v)
  2671. {
  2672.    const struct mapi_table *_tbl = entry_current_get();
  2673.    mapi_func _func = ((const mapi_func *) _tbl)[149];
  2674.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  2675. }
  2676.  
  2677. GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation)
  2678. {
  2679.    const struct mapi_table *_tbl = entry_current_get();
  2680.    mapi_func _func = ((const mapi_func *) _tbl)[150];
  2681.    ((void (APIENTRY *)(GLenum plane, const GLdouble *equation)) _func)(plane, equation);
  2682. }
  2683.  
  2684. GLAPI void APIENTRY GLAPI_PREFIX(ColorMaterial)(GLenum face, GLenum mode)
  2685. {
  2686.    const struct mapi_table *_tbl = entry_current_get();
  2687.    mapi_func _func = ((const mapi_func *) _tbl)[151];
  2688.    ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
  2689. }
  2690.  
  2691. GLAPI void APIENTRY GLAPI_PREFIX(CullFace)(GLenum mode)
  2692. {
  2693.    const struct mapi_table *_tbl = entry_current_get();
  2694.    mapi_func _func = ((const mapi_func *) _tbl)[152];
  2695.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  2696. }
  2697.  
  2698. GLAPI void APIENTRY GLAPI_PREFIX(Fogf)(GLenum pname, GLfloat param)
  2699. {
  2700.    const struct mapi_table *_tbl = entry_current_get();
  2701.    mapi_func _func = ((const mapi_func *) _tbl)[153];
  2702.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  2703. }
  2704.  
  2705. GLAPI void APIENTRY GLAPI_PREFIX(Fogfv)(GLenum pname, const GLfloat *params)
  2706. {
  2707.    const struct mapi_table *_tbl = entry_current_get();
  2708.    mapi_func _func = ((const mapi_func *) _tbl)[154];
  2709.    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
  2710. }
  2711.  
  2712. GLAPI void APIENTRY GLAPI_PREFIX(Fogi)(GLenum pname, GLint param)
  2713. {
  2714.    const struct mapi_table *_tbl = entry_current_get();
  2715.    mapi_func _func = ((const mapi_func *) _tbl)[155];
  2716.    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
  2717. }
  2718.  
  2719. GLAPI void APIENTRY GLAPI_PREFIX(Fogiv)(GLenum pname, const GLint *params)
  2720. {
  2721.    const struct mapi_table *_tbl = entry_current_get();
  2722.    mapi_func _func = ((const mapi_func *) _tbl)[156];
  2723.    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
  2724. }
  2725.  
  2726. GLAPI void APIENTRY GLAPI_PREFIX(FrontFace)(GLenum mode)
  2727. {
  2728.    const struct mapi_table *_tbl = entry_current_get();
  2729.    mapi_func _func = ((const mapi_func *) _tbl)[157];
  2730.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  2731. }
  2732.  
  2733. GLAPI void APIENTRY GLAPI_PREFIX(Hint)(GLenum target, GLenum mode)
  2734. {
  2735.    const struct mapi_table *_tbl = entry_current_get();
  2736.    mapi_func _func = ((const mapi_func *) _tbl)[158];
  2737.    ((void (APIENTRY *)(GLenum target, GLenum mode)) _func)(target, mode);
  2738. }
  2739.  
  2740. GLAPI void APIENTRY GLAPI_PREFIX(Lightf)(GLenum light, GLenum pname, GLfloat param)
  2741. {
  2742.    const struct mapi_table *_tbl = entry_current_get();
  2743.    mapi_func _func = ((const mapi_func *) _tbl)[159];
  2744.    ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat param)) _func)(light, pname, param);
  2745. }
  2746.  
  2747. GLAPI void APIENTRY GLAPI_PREFIX(Lightfv)(GLenum light, GLenum pname, const GLfloat *params)
  2748. {
  2749.    const struct mapi_table *_tbl = entry_current_get();
  2750.    mapi_func _func = ((const mapi_func *) _tbl)[160];
  2751.    ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfloat *params)) _func)(light, pname, params);
  2752. }
  2753.  
  2754. GLAPI void APIENTRY GLAPI_PREFIX(Lighti)(GLenum light, GLenum pname, GLint param)
  2755. {
  2756.    const struct mapi_table *_tbl = entry_current_get();
  2757.    mapi_func _func = ((const mapi_func *) _tbl)[161];
  2758.    ((void (APIENTRY *)(GLenum light, GLenum pname, GLint param)) _func)(light, pname, param);
  2759. }
  2760.  
  2761. GLAPI void APIENTRY GLAPI_PREFIX(Lightiv)(GLenum light, GLenum pname, const GLint *params)
  2762. {
  2763.    const struct mapi_table *_tbl = entry_current_get();
  2764.    mapi_func _func = ((const mapi_func *) _tbl)[162];
  2765.    ((void (APIENTRY *)(GLenum light, GLenum pname, const GLint *params)) _func)(light, pname, params);
  2766. }
  2767.  
  2768. GLAPI void APIENTRY GLAPI_PREFIX(LightModelf)(GLenum pname, GLfloat param)
  2769. {
  2770.    const struct mapi_table *_tbl = entry_current_get();
  2771.    mapi_func _func = ((const mapi_func *) _tbl)[163];
  2772.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  2773. }
  2774.  
  2775. GLAPI void APIENTRY GLAPI_PREFIX(LightModelfv)(GLenum pname, const GLfloat *params)
  2776. {
  2777.    const struct mapi_table *_tbl = entry_current_get();
  2778.    mapi_func _func = ((const mapi_func *) _tbl)[164];
  2779.    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
  2780. }
  2781.  
  2782. GLAPI void APIENTRY GLAPI_PREFIX(LightModeli)(GLenum pname, GLint param)
  2783. {
  2784.    const struct mapi_table *_tbl = entry_current_get();
  2785.    mapi_func _func = ((const mapi_func *) _tbl)[165];
  2786.    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
  2787. }
  2788.  
  2789. GLAPI void APIENTRY GLAPI_PREFIX(LightModeliv)(GLenum pname, const GLint *params)
  2790. {
  2791.    const struct mapi_table *_tbl = entry_current_get();
  2792.    mapi_func _func = ((const mapi_func *) _tbl)[166];
  2793.    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
  2794. }
  2795.  
  2796. GLAPI void APIENTRY GLAPI_PREFIX(LineStipple)(GLint factor, GLushort pattern)
  2797. {
  2798.    const struct mapi_table *_tbl = entry_current_get();
  2799.    mapi_func _func = ((const mapi_func *) _tbl)[167];
  2800.    ((void (APIENTRY *)(GLint factor, GLushort pattern)) _func)(factor, pattern);
  2801. }
  2802.  
  2803. GLAPI void APIENTRY GLAPI_PREFIX(LineWidth)(GLfloat width)
  2804. {
  2805.    const struct mapi_table *_tbl = entry_current_get();
  2806.    mapi_func _func = ((const mapi_func *) _tbl)[168];
  2807.    ((void (APIENTRY *)(GLfloat width)) _func)(width);
  2808. }
  2809.  
  2810. GLAPI void APIENTRY GLAPI_PREFIX(Materialf)(GLenum face, GLenum pname, GLfloat param)
  2811. {
  2812.    const struct mapi_table *_tbl = entry_current_get();
  2813.    mapi_func _func = ((const mapi_func *) _tbl)[169];
  2814.    ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat param)) _func)(face, pname, param);
  2815. }
  2816.  
  2817. GLAPI void APIENTRY GLAPI_PREFIX(Materialfv)(GLenum face, GLenum pname, const GLfloat *params)
  2818. {
  2819.    const struct mapi_table *_tbl = entry_current_get();
  2820.    mapi_func _func = ((const mapi_func *) _tbl)[170];
  2821.    ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfloat *params)) _func)(face, pname, params);
  2822. }
  2823.  
  2824. GLAPI void APIENTRY GLAPI_PREFIX(Materiali)(GLenum face, GLenum pname, GLint param)
  2825. {
  2826.    const struct mapi_table *_tbl = entry_current_get();
  2827.    mapi_func _func = ((const mapi_func *) _tbl)[171];
  2828.    ((void (APIENTRY *)(GLenum face, GLenum pname, GLint param)) _func)(face, pname, param);
  2829. }
  2830.  
  2831. GLAPI void APIENTRY GLAPI_PREFIX(Materialiv)(GLenum face, GLenum pname, const GLint *params)
  2832. {
  2833.    const struct mapi_table *_tbl = entry_current_get();
  2834.    mapi_func _func = ((const mapi_func *) _tbl)[172];
  2835.    ((void (APIENTRY *)(GLenum face, GLenum pname, const GLint *params)) _func)(face, pname, params);
  2836. }
  2837.  
  2838. GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size)
  2839. {
  2840.    const struct mapi_table *_tbl = entry_current_get();
  2841.    mapi_func _func = ((const mapi_func *) _tbl)[173];
  2842.    ((void (APIENTRY *)(GLfloat size)) _func)(size);
  2843. }
  2844.  
  2845. GLAPI void APIENTRY GLAPI_PREFIX(PolygonMode)(GLenum face, GLenum mode)
  2846. {
  2847.    const struct mapi_table *_tbl = entry_current_get();
  2848.    mapi_func _func = ((const mapi_func *) _tbl)[174];
  2849.    ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
  2850. }
  2851.  
  2852. GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask)
  2853. {
  2854.    const struct mapi_table *_tbl = entry_current_get();
  2855.    mapi_func _func = ((const mapi_func *) _tbl)[175];
  2856.    ((void (APIENTRY *)(const GLubyte *mask)) _func)(mask);
  2857. }
  2858.  
  2859. GLAPI void APIENTRY GLAPI_PREFIX(Scissor)(GLint x, GLint y, GLsizei width, GLsizei height)
  2860. {
  2861.    const struct mapi_table *_tbl = entry_current_get();
  2862.    mapi_func _func = ((const mapi_func *) _tbl)[176];
  2863.    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
  2864. }
  2865.  
  2866. GLAPI void APIENTRY GLAPI_PREFIX(ShadeModel)(GLenum mode)
  2867. {
  2868.    const struct mapi_table *_tbl = entry_current_get();
  2869.    mapi_func _func = ((const mapi_func *) _tbl)[177];
  2870.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  2871. }
  2872.  
  2873. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param)
  2874. {
  2875.    const struct mapi_table *_tbl = entry_current_get();
  2876.    mapi_func _func = ((const mapi_func *) _tbl)[178];
  2877.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
  2878. }
  2879.  
  2880. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
  2881. {
  2882.    const struct mapi_table *_tbl = entry_current_get();
  2883.    mapi_func _func = ((const mapi_func *) _tbl)[179];
  2884.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
  2885. }
  2886.  
  2887. GLAPI void APIENTRY GLAPI_PREFIX(TexParameteri)(GLenum target, GLenum pname, GLint param)
  2888. {
  2889.    const struct mapi_table *_tbl = entry_current_get();
  2890.    mapi_func _func = ((const mapi_func *) _tbl)[180];
  2891.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
  2892. }
  2893.  
  2894. GLAPI void APIENTRY GLAPI_PREFIX(TexParameteriv)(GLenum target, GLenum pname, const GLint *params)
  2895. {
  2896.    const struct mapi_table *_tbl = entry_current_get();
  2897.    mapi_func _func = ((const mapi_func *) _tbl)[181];
  2898.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
  2899. }
  2900.  
  2901. GLAPI void APIENTRY GLAPI_PREFIX(TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
  2902. {
  2903.    const struct mapi_table *_tbl = entry_current_get();
  2904.    mapi_func _func = ((const mapi_func *) _tbl)[182];
  2905.    ((void (APIENTRY *)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, internalformat, width, border, format, type, pixels);
  2906. }
  2907.  
  2908. GLAPI void APIENTRY GLAPI_PREFIX(TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
  2909. {
  2910.    const struct mapi_table *_tbl = entry_current_get();
  2911.    mapi_func _func = ((const mapi_func *) _tbl)[183];
  2912.    ((void (APIENTRY *)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, internalformat, width, height, border, format, type, pixels);
  2913. }
  2914.  
  2915. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvf)(GLenum target, GLenum pname, GLfloat param)
  2916. {
  2917.    const struct mapi_table *_tbl = entry_current_get();
  2918.    mapi_func _func = ((const mapi_func *) _tbl)[184];
  2919.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
  2920. }
  2921.  
  2922. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvfv)(GLenum target, GLenum pname, const GLfloat *params)
  2923. {
  2924.    const struct mapi_table *_tbl = entry_current_get();
  2925.    mapi_func _func = ((const mapi_func *) _tbl)[185];
  2926.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
  2927. }
  2928.  
  2929. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvi)(GLenum target, GLenum pname, GLint param)
  2930. {
  2931.    const struct mapi_table *_tbl = entry_current_get();
  2932.    mapi_func _func = ((const mapi_func *) _tbl)[186];
  2933.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
  2934. }
  2935.  
  2936. GLAPI void APIENTRY GLAPI_PREFIX(TexEnviv)(GLenum target, GLenum pname, const GLint *params)
  2937. {
  2938.    const struct mapi_table *_tbl = entry_current_get();
  2939.    mapi_func _func = ((const mapi_func *) _tbl)[187];
  2940.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
  2941. }
  2942.  
  2943. GLAPI void APIENTRY GLAPI_PREFIX(TexGend)(GLenum coord, GLenum pname, GLdouble param)
  2944. {
  2945.    const struct mapi_table *_tbl = entry_current_get();
  2946.    mapi_func _func = ((const mapi_func *) _tbl)[188];
  2947.    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble param)) _func)(coord, pname, param);
  2948. }
  2949.  
  2950. GLAPI void APIENTRY GLAPI_PREFIX(TexGendv)(GLenum coord, GLenum pname, const GLdouble *params)
  2951. {
  2952.    const struct mapi_table *_tbl = entry_current_get();
  2953.    mapi_func _func = ((const mapi_func *) _tbl)[189];
  2954.    ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLdouble *params)) _func)(coord, pname, params);
  2955. }
  2956.  
  2957. GLAPI void APIENTRY GLAPI_PREFIX(TexGenf)(GLenum coord, GLenum pname, GLfloat param)
  2958. {
  2959.    const struct mapi_table *_tbl = entry_current_get();
  2960.    mapi_func _func = ((const mapi_func *) _tbl)[190];
  2961.    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat param)) _func)(coord, pname, param);
  2962. }
  2963.  
  2964. GLAPI void APIENTRY GLAPI_PREFIX(TexGenfv)(GLenum coord, GLenum pname, const GLfloat *params)
  2965. {
  2966.    const struct mapi_table *_tbl = entry_current_get();
  2967.    mapi_func _func = ((const mapi_func *) _tbl)[191];
  2968.    ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLfloat *params)) _func)(coord, pname, params);
  2969. }
  2970.  
  2971. GLAPI void APIENTRY GLAPI_PREFIX(TexGeni)(GLenum coord, GLenum pname, GLint param)
  2972. {
  2973.    const struct mapi_table *_tbl = entry_current_get();
  2974.    mapi_func _func = ((const mapi_func *) _tbl)[192];
  2975.    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint param)) _func)(coord, pname, param);
  2976. }
  2977.  
  2978. GLAPI void APIENTRY GLAPI_PREFIX(TexGeniv)(GLenum coord, GLenum pname, const GLint *params)
  2979. {
  2980.    const struct mapi_table *_tbl = entry_current_get();
  2981.    mapi_func _func = ((const mapi_func *) _tbl)[193];
  2982.    ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLint *params)) _func)(coord, pname, params);
  2983. }
  2984.  
  2985. GLAPI void APIENTRY GLAPI_PREFIX(FeedbackBuffer)(GLsizei size, GLenum type, GLfloat *buffer)
  2986. {
  2987.    const struct mapi_table *_tbl = entry_current_get();
  2988.    mapi_func _func = ((const mapi_func *) _tbl)[194];
  2989.    ((void (APIENTRY *)(GLsizei size, GLenum type, GLfloat *buffer)) _func)(size, type, buffer);
  2990. }
  2991.  
  2992. GLAPI void APIENTRY GLAPI_PREFIX(SelectBuffer)(GLsizei size, GLuint *buffer)
  2993. {
  2994.    const struct mapi_table *_tbl = entry_current_get();
  2995.    mapi_func _func = ((const mapi_func *) _tbl)[195];
  2996.    ((void (APIENTRY *)(GLsizei size, GLuint *buffer)) _func)(size, buffer);
  2997. }
  2998.  
  2999. GLAPI GLint APIENTRY GLAPI_PREFIX(RenderMode)(GLenum mode)
  3000. {
  3001.    const struct mapi_table *_tbl = entry_current_get();
  3002.    mapi_func _func = ((const mapi_func *) _tbl)[196];
  3003.    return ((GLint (APIENTRY *)(GLenum mode)) _func)(mode);
  3004. }
  3005.  
  3006. GLAPI void APIENTRY GLAPI_PREFIX(InitNames)(void)
  3007. {
  3008.    const struct mapi_table *_tbl = entry_current_get();
  3009.    mapi_func _func = ((const mapi_func *) _tbl)[197];
  3010.    ((void (APIENTRY *)(void)) _func)();
  3011. }
  3012.  
  3013. GLAPI void APIENTRY GLAPI_PREFIX(LoadName)(GLuint name)
  3014. {
  3015.    const struct mapi_table *_tbl = entry_current_get();
  3016.    mapi_func _func = ((const mapi_func *) _tbl)[198];
  3017.    ((void (APIENTRY *)(GLuint name)) _func)(name);
  3018. }
  3019.  
  3020. GLAPI void APIENTRY GLAPI_PREFIX(PassThrough)(GLfloat token)
  3021. {
  3022.    const struct mapi_table *_tbl = entry_current_get();
  3023.    mapi_func _func = ((const mapi_func *) _tbl)[199];
  3024.    ((void (APIENTRY *)(GLfloat token)) _func)(token);
  3025. }
  3026.  
  3027. GLAPI void APIENTRY GLAPI_PREFIX(PopName)(void)
  3028. {
  3029.    const struct mapi_table *_tbl = entry_current_get();
  3030.    mapi_func _func = ((const mapi_func *) _tbl)[200];
  3031.    ((void (APIENTRY *)(void)) _func)();
  3032. }
  3033.  
  3034. GLAPI void APIENTRY GLAPI_PREFIX(PushName)(GLuint name)
  3035. {
  3036.    const struct mapi_table *_tbl = entry_current_get();
  3037.    mapi_func _func = ((const mapi_func *) _tbl)[201];
  3038.    ((void (APIENTRY *)(GLuint name)) _func)(name);
  3039. }
  3040.  
  3041. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffer)(GLenum mode)
  3042. {
  3043.    const struct mapi_table *_tbl = entry_current_get();
  3044.    mapi_func _func = ((const mapi_func *) _tbl)[202];
  3045.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  3046. }
  3047.  
  3048. GLAPI void APIENTRY GLAPI_PREFIX(Clear)(GLbitfield mask)
  3049. {
  3050.    const struct mapi_table *_tbl = entry_current_get();
  3051.    mapi_func _func = ((const mapi_func *) _tbl)[203];
  3052.    ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
  3053. }
  3054.  
  3055. GLAPI void APIENTRY GLAPI_PREFIX(ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
  3056. {
  3057.    const struct mapi_table *_tbl = entry_current_get();
  3058.    mapi_func _func = ((const mapi_func *) _tbl)[204];
  3059.    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
  3060. }
  3061.  
  3062. GLAPI void APIENTRY GLAPI_PREFIX(ClearIndex)(GLfloat c)
  3063. {
  3064.    const struct mapi_table *_tbl = entry_current_get();
  3065.    mapi_func _func = ((const mapi_func *) _tbl)[205];
  3066.    ((void (APIENTRY *)(GLfloat c)) _func)(c);
  3067. }
  3068.  
  3069. GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
  3070. {
  3071.    const struct mapi_table *_tbl = entry_current_get();
  3072.    mapi_func _func = ((const mapi_func *) _tbl)[206];
  3073.    ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
  3074. }
  3075.  
  3076. GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s)
  3077. {
  3078.    const struct mapi_table *_tbl = entry_current_get();
  3079.    mapi_func _func = ((const mapi_func *) _tbl)[207];
  3080.    ((void (APIENTRY *)(GLint s)) _func)(s);
  3081. }
  3082.  
  3083. GLAPI void APIENTRY GLAPI_PREFIX(ClearDepth)(GLclampd depth)
  3084. {
  3085.    const struct mapi_table *_tbl = entry_current_get();
  3086.    mapi_func _func = ((const mapi_func *) _tbl)[208];
  3087.    ((void (APIENTRY *)(GLclampd depth)) _func)(depth);
  3088. }
  3089.  
  3090. GLAPI void APIENTRY GLAPI_PREFIX(StencilMask)(GLuint mask)
  3091. {
  3092.    const struct mapi_table *_tbl = entry_current_get();
  3093.    mapi_func _func = ((const mapi_func *) _tbl)[209];
  3094.    ((void (APIENTRY *)(GLuint mask)) _func)(mask);
  3095. }
  3096.  
  3097. GLAPI void APIENTRY GLAPI_PREFIX(ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
  3098. {
  3099.    const struct mapi_table *_tbl = entry_current_get();
  3100.    mapi_func _func = ((const mapi_func *) _tbl)[210];
  3101.    ((void (APIENTRY *)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)) _func)(red, green, blue, alpha);
  3102. }
  3103.  
  3104. GLAPI void APIENTRY GLAPI_PREFIX(DepthMask)(GLboolean flag)
  3105. {
  3106.    const struct mapi_table *_tbl = entry_current_get();
  3107.    mapi_func _func = ((const mapi_func *) _tbl)[211];
  3108.    ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
  3109. }
  3110.  
  3111. GLAPI void APIENTRY GLAPI_PREFIX(IndexMask)(GLuint mask)
  3112. {
  3113.    const struct mapi_table *_tbl = entry_current_get();
  3114.    mapi_func _func = ((const mapi_func *) _tbl)[212];
  3115.    ((void (APIENTRY *)(GLuint mask)) _func)(mask);
  3116. }
  3117.  
  3118. GLAPI void APIENTRY GLAPI_PREFIX(Accum)(GLenum op, GLfloat value)
  3119. {
  3120.    const struct mapi_table *_tbl = entry_current_get();
  3121.    mapi_func _func = ((const mapi_func *) _tbl)[213];
  3122.    ((void (APIENTRY *)(GLenum op, GLfloat value)) _func)(op, value);
  3123. }
  3124.  
  3125. GLAPI void APIENTRY GLAPI_PREFIX(Disable)(GLenum cap)
  3126. {
  3127.    const struct mapi_table *_tbl = entry_current_get();
  3128.    mapi_func _func = ((const mapi_func *) _tbl)[214];
  3129.    ((void (APIENTRY *)(GLenum cap)) _func)(cap);
  3130. }
  3131.  
  3132. GLAPI void APIENTRY GLAPI_PREFIX(Enable)(GLenum cap)
  3133. {
  3134.    const struct mapi_table *_tbl = entry_current_get();
  3135.    mapi_func _func = ((const mapi_func *) _tbl)[215];
  3136.    ((void (APIENTRY *)(GLenum cap)) _func)(cap);
  3137. }
  3138.  
  3139. GLAPI void APIENTRY GLAPI_PREFIX(Finish)(void)
  3140. {
  3141.    const struct mapi_table *_tbl = entry_current_get();
  3142.    mapi_func _func = ((const mapi_func *) _tbl)[216];
  3143.    ((void (APIENTRY *)(void)) _func)();
  3144. }
  3145.  
  3146. GLAPI void APIENTRY GLAPI_PREFIX(Flush)(void)
  3147. {
  3148.    const struct mapi_table *_tbl = entry_current_get();
  3149.    mapi_func _func = ((const mapi_func *) _tbl)[217];
  3150.    ((void (APIENTRY *)(void)) _func)();
  3151. }
  3152.  
  3153. GLAPI void APIENTRY GLAPI_PREFIX(PopAttrib)(void)
  3154. {
  3155.    const struct mapi_table *_tbl = entry_current_get();
  3156.    mapi_func _func = ((const mapi_func *) _tbl)[218];
  3157.    ((void (APIENTRY *)(void)) _func)();
  3158. }
  3159.  
  3160. GLAPI void APIENTRY GLAPI_PREFIX(PushAttrib)(GLbitfield mask)
  3161. {
  3162.    const struct mapi_table *_tbl = entry_current_get();
  3163.    mapi_func _func = ((const mapi_func *) _tbl)[219];
  3164.    ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
  3165. }
  3166.  
  3167. GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
  3168. {
  3169.    const struct mapi_table *_tbl = entry_current_get();
  3170.    mapi_func _func = ((const mapi_func *) _tbl)[220];
  3171.    ((void (APIENTRY *)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)) _func)(target, u1, u2, stride, order, points);
  3172. }
  3173.  
  3174. GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
  3175. {
  3176.    const struct mapi_table *_tbl = entry_current_get();
  3177.    mapi_func _func = ((const mapi_func *) _tbl)[221];
  3178.    ((void (APIENTRY *)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)) _func)(target, u1, u2, stride, order, points);
  3179. }
  3180.  
  3181. GLAPI void APIENTRY GLAPI_PREFIX(Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
  3182. {
  3183.    const struct mapi_table *_tbl = entry_current_get();
  3184.    mapi_func _func = ((const mapi_func *) _tbl)[222];
  3185.    ((void (APIENTRY *)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)) _func)(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points);
  3186. }
  3187.  
  3188. GLAPI void APIENTRY GLAPI_PREFIX(Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
  3189. {
  3190.    const struct mapi_table *_tbl = entry_current_get();
  3191.    mapi_func _func = ((const mapi_func *) _tbl)[223];
  3192.    ((void (APIENTRY *)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)) _func)(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points);
  3193. }
  3194.  
  3195. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1d)(GLint un, GLdouble u1, GLdouble u2)
  3196. {
  3197.    const struct mapi_table *_tbl = entry_current_get();
  3198.    mapi_func _func = ((const mapi_func *) _tbl)[224];
  3199.    ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2)) _func)(un, u1, u2);
  3200. }
  3201.  
  3202. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1f)(GLint un, GLfloat u1, GLfloat u2)
  3203. {
  3204.    const struct mapi_table *_tbl = entry_current_get();
  3205.    mapi_func _func = ((const mapi_func *) _tbl)[225];
  3206.    ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2)) _func)(un, u1, u2);
  3207. }
  3208.  
  3209. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
  3210. {
  3211.    const struct mapi_table *_tbl = entry_current_get();
  3212.    mapi_func _func = ((const mapi_func *) _tbl)[226];
  3213.    ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)) _func)(un, u1, u2, vn, v1, v2);
  3214. }
  3215.  
  3216. GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
  3217. {
  3218.    const struct mapi_table *_tbl = entry_current_get();
  3219.    mapi_func _func = ((const mapi_func *) _tbl)[227];
  3220.    ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)) _func)(un, u1, u2, vn, v1, v2);
  3221. }
  3222.  
  3223. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1d)(GLdouble u)
  3224. {
  3225.    const struct mapi_table *_tbl = entry_current_get();
  3226.    mapi_func _func = ((const mapi_func *) _tbl)[228];
  3227.    ((void (APIENTRY *)(GLdouble u)) _func)(u);
  3228. }
  3229.  
  3230. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1dv)(const GLdouble *u)
  3231. {
  3232.    const struct mapi_table *_tbl = entry_current_get();
  3233.    mapi_func _func = ((const mapi_func *) _tbl)[229];
  3234.    ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
  3235. }
  3236.  
  3237. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1f)(GLfloat u)
  3238. {
  3239.    const struct mapi_table *_tbl = entry_current_get();
  3240.    mapi_func _func = ((const mapi_func *) _tbl)[230];
  3241.    ((void (APIENTRY *)(GLfloat u)) _func)(u);
  3242. }
  3243.  
  3244. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1fv)(const GLfloat *u)
  3245. {
  3246.    const struct mapi_table *_tbl = entry_current_get();
  3247.    mapi_func _func = ((const mapi_func *) _tbl)[231];
  3248.    ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
  3249. }
  3250.  
  3251. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2d)(GLdouble u, GLdouble v)
  3252. {
  3253.    const struct mapi_table *_tbl = entry_current_get();
  3254.    mapi_func _func = ((const mapi_func *) _tbl)[232];
  3255.    ((void (APIENTRY *)(GLdouble u, GLdouble v)) _func)(u, v);
  3256. }
  3257.  
  3258. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2dv)(const GLdouble *u)
  3259. {
  3260.    const struct mapi_table *_tbl = entry_current_get();
  3261.    mapi_func _func = ((const mapi_func *) _tbl)[233];
  3262.    ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
  3263. }
  3264.  
  3265. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2f)(GLfloat u, GLfloat v)
  3266. {
  3267.    const struct mapi_table *_tbl = entry_current_get();
  3268.    mapi_func _func = ((const mapi_func *) _tbl)[234];
  3269.    ((void (APIENTRY *)(GLfloat u, GLfloat v)) _func)(u, v);
  3270. }
  3271.  
  3272. GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2fv)(const GLfloat *u)
  3273. {
  3274.    const struct mapi_table *_tbl = entry_current_get();
  3275.    mapi_func _func = ((const mapi_func *) _tbl)[235];
  3276.    ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
  3277. }
  3278.  
  3279. GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh1)(GLenum mode, GLint i1, GLint i2)
  3280. {
  3281.    const struct mapi_table *_tbl = entry_current_get();
  3282.    mapi_func _func = ((const mapi_func *) _tbl)[236];
  3283.    ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2)) _func)(mode, i1, i2);
  3284. }
  3285.  
  3286. GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint1)(GLint i)
  3287. {
  3288.    const struct mapi_table *_tbl = entry_current_get();
  3289.    mapi_func _func = ((const mapi_func *) _tbl)[237];
  3290.    ((void (APIENTRY *)(GLint i)) _func)(i);
  3291. }
  3292.  
  3293. GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
  3294. {
  3295.    const struct mapi_table *_tbl = entry_current_get();
  3296.    mapi_func _func = ((const mapi_func *) _tbl)[238];
  3297.    ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)) _func)(mode, i1, i2, j1, j2);
  3298. }
  3299.  
  3300. GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint2)(GLint i, GLint j)
  3301. {
  3302.    const struct mapi_table *_tbl = entry_current_get();
  3303.    mapi_func _func = ((const mapi_func *) _tbl)[239];
  3304.    ((void (APIENTRY *)(GLint i, GLint j)) _func)(i, j);
  3305. }
  3306.  
  3307. GLAPI void APIENTRY GLAPI_PREFIX(AlphaFunc)(GLenum func, GLclampf ref)
  3308. {
  3309.    const struct mapi_table *_tbl = entry_current_get();
  3310.    mapi_func _func = ((const mapi_func *) _tbl)[240];
  3311.    ((void (APIENTRY *)(GLenum func, GLclampf ref)) _func)(func, ref);
  3312. }
  3313.  
  3314. GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor)
  3315. {
  3316.    const struct mapi_table *_tbl = entry_current_get();
  3317.    mapi_func _func = ((const mapi_func *) _tbl)[241];
  3318.    ((void (APIENTRY *)(GLenum sfactor, GLenum dfactor)) _func)(sfactor, dfactor);
  3319. }
  3320.  
  3321. GLAPI void APIENTRY GLAPI_PREFIX(LogicOp)(GLenum opcode)
  3322. {
  3323.    const struct mapi_table *_tbl = entry_current_get();
  3324.    mapi_func _func = ((const mapi_func *) _tbl)[242];
  3325.    ((void (APIENTRY *)(GLenum opcode)) _func)(opcode);
  3326. }
  3327.  
  3328. GLAPI void APIENTRY GLAPI_PREFIX(StencilFunc)(GLenum func, GLint ref, GLuint mask)
  3329. {
  3330.    const struct mapi_table *_tbl = entry_current_get();
  3331.    mapi_func _func = ((const mapi_func *) _tbl)[243];
  3332.    ((void (APIENTRY *)(GLenum func, GLint ref, GLuint mask)) _func)(func, ref, mask);
  3333. }
  3334.  
  3335. GLAPI void APIENTRY GLAPI_PREFIX(StencilOp)(GLenum fail, GLenum zfail, GLenum zpass)
  3336. {
  3337.    const struct mapi_table *_tbl = entry_current_get();
  3338.    mapi_func _func = ((const mapi_func *) _tbl)[244];
  3339.    ((void (APIENTRY *)(GLenum fail, GLenum zfail, GLenum zpass)) _func)(fail, zfail, zpass);
  3340. }
  3341.  
  3342. GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func)
  3343. {
  3344.    const struct mapi_table *_tbl = entry_current_get();
  3345.    mapi_func _func = ((const mapi_func *) _tbl)[245];
  3346.    ((void (APIENTRY *)(GLenum func)) _func)(func);
  3347. }
  3348.  
  3349. GLAPI void APIENTRY GLAPI_PREFIX(PixelZoom)(GLfloat xfactor, GLfloat yfactor)
  3350. {
  3351.    const struct mapi_table *_tbl = entry_current_get();
  3352.    mapi_func _func = ((const mapi_func *) _tbl)[246];
  3353.    ((void (APIENTRY *)(GLfloat xfactor, GLfloat yfactor)) _func)(xfactor, yfactor);
  3354. }
  3355.  
  3356. GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferf)(GLenum pname, GLfloat param)
  3357. {
  3358.    const struct mapi_table *_tbl = entry_current_get();
  3359.    mapi_func _func = ((const mapi_func *) _tbl)[247];
  3360.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  3361. }
  3362.  
  3363. GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferi)(GLenum pname, GLint param)
  3364. {
  3365.    const struct mapi_table *_tbl = entry_current_get();
  3366.    mapi_func _func = ((const mapi_func *) _tbl)[248];
  3367.    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
  3368. }
  3369.  
  3370. GLAPI void APIENTRY GLAPI_PREFIX(PixelStoref)(GLenum pname, GLfloat param)
  3371. {
  3372.    const struct mapi_table *_tbl = entry_current_get();
  3373.    mapi_func _func = ((const mapi_func *) _tbl)[249];
  3374.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  3375. }
  3376.  
  3377. GLAPI void APIENTRY GLAPI_PREFIX(PixelStorei)(GLenum pname, GLint param)
  3378. {
  3379.    const struct mapi_table *_tbl = entry_current_get();
  3380.    mapi_func _func = ((const mapi_func *) _tbl)[250];
  3381.    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
  3382. }
  3383.  
  3384. GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values)
  3385. {
  3386.    const struct mapi_table *_tbl = entry_current_get();
  3387.    mapi_func _func = ((const mapi_func *) _tbl)[251];
  3388.    ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLfloat *values)) _func)(map, mapsize, values);
  3389. }
  3390.  
  3391. GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values)
  3392. {
  3393.    const struct mapi_table *_tbl = entry_current_get();
  3394.    mapi_func _func = ((const mapi_func *) _tbl)[252];
  3395.    ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLuint *values)) _func)(map, mapsize, values);
  3396. }
  3397.  
  3398. GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values)
  3399. {
  3400.    const struct mapi_table *_tbl = entry_current_get();
  3401.    mapi_func _func = ((const mapi_func *) _tbl)[253];
  3402.    ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLushort *values)) _func)(map, mapsize, values);
  3403. }
  3404.  
  3405. GLAPI void APIENTRY GLAPI_PREFIX(ReadBuffer)(GLenum mode)
  3406. {
  3407.    const struct mapi_table *_tbl = entry_current_get();
  3408.    mapi_func _func = ((const mapi_func *) _tbl)[254];
  3409.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  3410. }
  3411.  
  3412. GLAPI void APIENTRY GLAPI_PREFIX(CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
  3413. {
  3414.    const struct mapi_table *_tbl = entry_current_get();
  3415.    mapi_func _func = ((const mapi_func *) _tbl)[255];
  3416.    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)) _func)(x, y, width, height, type);
  3417. }
  3418.  
  3419. GLAPI void APIENTRY GLAPI_PREFIX(ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
  3420. {
  3421.    const struct mapi_table *_tbl = entry_current_get();
  3422.    mapi_func _func = ((const mapi_func *) _tbl)[256];
  3423.    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)) _func)(x, y, width, height, format, type, pixels);
  3424. }
  3425.  
  3426. GLAPI void APIENTRY GLAPI_PREFIX(DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
  3427. {
  3428.    const struct mapi_table *_tbl = entry_current_get();
  3429.    mapi_func _func = ((const mapi_func *) _tbl)[257];
  3430.    ((void (APIENTRY *)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)) _func)(width, height, format, type, pixels);
  3431. }
  3432.  
  3433. GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanv)(GLenum pname, GLboolean *params)
  3434. {
  3435.    const struct mapi_table *_tbl = entry_current_get();
  3436.    mapi_func _func = ((const mapi_func *) _tbl)[258];
  3437.    ((void (APIENTRY *)(GLenum pname, GLboolean *params)) _func)(pname, params);
  3438. }
  3439.  
  3440. GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation)
  3441. {
  3442.    const struct mapi_table *_tbl = entry_current_get();
  3443.    mapi_func _func = ((const mapi_func *) _tbl)[259];
  3444.    ((void (APIENTRY *)(GLenum plane, GLdouble *equation)) _func)(plane, equation);
  3445. }
  3446.  
  3447. GLAPI void APIENTRY GLAPI_PREFIX(GetDoublev)(GLenum pname, GLdouble *params)
  3448. {
  3449.    const struct mapi_table *_tbl = entry_current_get();
  3450.    mapi_func _func = ((const mapi_func *) _tbl)[260];
  3451.    ((void (APIENTRY *)(GLenum pname, GLdouble *params)) _func)(pname, params);
  3452. }
  3453.  
  3454. GLAPI GLenum APIENTRY GLAPI_PREFIX(GetError)(void)
  3455. {
  3456.    const struct mapi_table *_tbl = entry_current_get();
  3457.    mapi_func _func = ((const mapi_func *) _tbl)[261];
  3458.    return ((GLenum (APIENTRY *)(void)) _func)();
  3459. }
  3460.  
  3461. GLAPI void APIENTRY GLAPI_PREFIX(GetFloatv)(GLenum pname, GLfloat *params)
  3462. {
  3463.    const struct mapi_table *_tbl = entry_current_get();
  3464.    mapi_func _func = ((const mapi_func *) _tbl)[262];
  3465.    ((void (APIENTRY *)(GLenum pname, GLfloat *params)) _func)(pname, params);
  3466. }
  3467.  
  3468. GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerv)(GLenum pname, GLint *params)
  3469. {
  3470.    const struct mapi_table *_tbl = entry_current_get();
  3471.    mapi_func _func = ((const mapi_func *) _tbl)[263];
  3472.    ((void (APIENTRY *)(GLenum pname, GLint *params)) _func)(pname, params);
  3473. }
  3474.  
  3475. GLAPI void APIENTRY GLAPI_PREFIX(GetLightfv)(GLenum light, GLenum pname, GLfloat *params)
  3476. {
  3477.    const struct mapi_table *_tbl = entry_current_get();
  3478.    mapi_func _func = ((const mapi_func *) _tbl)[264];
  3479.    ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat *params)) _func)(light, pname, params);
  3480. }
  3481.  
  3482. GLAPI void APIENTRY GLAPI_PREFIX(GetLightiv)(GLenum light, GLenum pname, GLint *params)
  3483. {
  3484.    const struct mapi_table *_tbl = entry_current_get();
  3485.    mapi_func _func = ((const mapi_func *) _tbl)[265];
  3486.    ((void (APIENTRY *)(GLenum light, GLenum pname, GLint *params)) _func)(light, pname, params);
  3487. }
  3488.  
  3489. GLAPI void APIENTRY GLAPI_PREFIX(GetMapdv)(GLenum target, GLenum query, GLdouble *v)
  3490. {
  3491.    const struct mapi_table *_tbl = entry_current_get();
  3492.    mapi_func _func = ((const mapi_func *) _tbl)[266];
  3493.    ((void (APIENTRY *)(GLenum target, GLenum query, GLdouble *v)) _func)(target, query, v);
  3494. }
  3495.  
  3496. GLAPI void APIENTRY GLAPI_PREFIX(GetMapfv)(GLenum target, GLenum query, GLfloat *v)
  3497. {
  3498.    const struct mapi_table *_tbl = entry_current_get();
  3499.    mapi_func _func = ((const mapi_func *) _tbl)[267];
  3500.    ((void (APIENTRY *)(GLenum target, GLenum query, GLfloat *v)) _func)(target, query, v);
  3501. }
  3502.  
  3503. GLAPI void APIENTRY GLAPI_PREFIX(GetMapiv)(GLenum target, GLenum query, GLint *v)
  3504. {
  3505.    const struct mapi_table *_tbl = entry_current_get();
  3506.    mapi_func _func = ((const mapi_func *) _tbl)[268];
  3507.    ((void (APIENTRY *)(GLenum target, GLenum query, GLint *v)) _func)(target, query, v);
  3508. }
  3509.  
  3510. GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialfv)(GLenum face, GLenum pname, GLfloat *params)
  3511. {
  3512.    const struct mapi_table *_tbl = entry_current_get();
  3513.    mapi_func _func = ((const mapi_func *) _tbl)[269];
  3514.    ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat *params)) _func)(face, pname, params);
  3515. }
  3516.  
  3517. GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialiv)(GLenum face, GLenum pname, GLint *params)
  3518. {
  3519.    const struct mapi_table *_tbl = entry_current_get();
  3520.    mapi_func _func = ((const mapi_func *) _tbl)[270];
  3521.    ((void (APIENTRY *)(GLenum face, GLenum pname, GLint *params)) _func)(face, pname, params);
  3522. }
  3523.  
  3524. GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapfv)(GLenum map, GLfloat *values)
  3525. {
  3526.    const struct mapi_table *_tbl = entry_current_get();
  3527.    mapi_func _func = ((const mapi_func *) _tbl)[271];
  3528.    ((void (APIENTRY *)(GLenum map, GLfloat *values)) _func)(map, values);
  3529. }
  3530.  
  3531. GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapuiv)(GLenum map, GLuint *values)
  3532. {
  3533.    const struct mapi_table *_tbl = entry_current_get();
  3534.    mapi_func _func = ((const mapi_func *) _tbl)[272];
  3535.    ((void (APIENTRY *)(GLenum map, GLuint *values)) _func)(map, values);
  3536. }
  3537.  
  3538. GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapusv)(GLenum map, GLushort *values)
  3539. {
  3540.    const struct mapi_table *_tbl = entry_current_get();
  3541.    mapi_func _func = ((const mapi_func *) _tbl)[273];
  3542.    ((void (APIENTRY *)(GLenum map, GLushort *values)) _func)(map, values);
  3543. }
  3544.  
  3545. GLAPI void APIENTRY GLAPI_PREFIX(GetPolygonStipple)(GLubyte *mask)
  3546. {
  3547.    const struct mapi_table *_tbl = entry_current_get();
  3548.    mapi_func _func = ((const mapi_func *) _tbl)[274];
  3549.    ((void (APIENTRY *)(GLubyte *mask)) _func)(mask);
  3550. }
  3551.  
  3552. GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name)
  3553. {
  3554.    const struct mapi_table *_tbl = entry_current_get();
  3555.    mapi_func _func = ((const mapi_func *) _tbl)[275];
  3556.    return ((const GLubyte * (APIENTRY *)(GLenum name)) _func)(name);
  3557. }
  3558.  
  3559. GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvfv)(GLenum target, GLenum pname, GLfloat *params)
  3560. {
  3561.    const struct mapi_table *_tbl = entry_current_get();
  3562.    mapi_func _func = ((const mapi_func *) _tbl)[276];
  3563.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
  3564. }
  3565.  
  3566. GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnviv)(GLenum target, GLenum pname, GLint *params)
  3567. {
  3568.    const struct mapi_table *_tbl = entry_current_get();
  3569.    mapi_func _func = ((const mapi_func *) _tbl)[277];
  3570.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  3571. }
  3572.  
  3573. GLAPI void APIENTRY GLAPI_PREFIX(GetTexGendv)(GLenum coord, GLenum pname, GLdouble *params)
  3574. {
  3575.    const struct mapi_table *_tbl = entry_current_get();
  3576.    mapi_func _func = ((const mapi_func *) _tbl)[278];
  3577.    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble *params)) _func)(coord, pname, params);
  3578. }
  3579.  
  3580. GLAPI void APIENTRY GLAPI_PREFIX(GetTexGenfv)(GLenum coord, GLenum pname, GLfloat *params)
  3581. {
  3582.    const struct mapi_table *_tbl = entry_current_get();
  3583.    mapi_func _func = ((const mapi_func *) _tbl)[279];
  3584.    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat *params)) _func)(coord, pname, params);
  3585. }
  3586.  
  3587. GLAPI void APIENTRY GLAPI_PREFIX(GetTexGeniv)(GLenum coord, GLenum pname, GLint *params)
  3588. {
  3589.    const struct mapi_table *_tbl = entry_current_get();
  3590.    mapi_func _func = ((const mapi_func *) _tbl)[280];
  3591.    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint *params)) _func)(coord, pname, params);
  3592. }
  3593.  
  3594. GLAPI void APIENTRY GLAPI_PREFIX(GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
  3595. {
  3596.    const struct mapi_table *_tbl = entry_current_get();
  3597.    mapi_func _func = ((const mapi_func *) _tbl)[281];
  3598.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)) _func)(target, level, format, type, pixels);
  3599. }
  3600.  
  3601. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params)
  3602. {
  3603.    const struct mapi_table *_tbl = entry_current_get();
  3604.    mapi_func _func = ((const mapi_func *) _tbl)[282];
  3605.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
  3606. }
  3607.  
  3608. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params)
  3609. {
  3610.    const struct mapi_table *_tbl = entry_current_get();
  3611.    mapi_func _func = ((const mapi_func *) _tbl)[283];
  3612.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  3613. }
  3614.  
  3615. GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat *params)
  3616. {
  3617.    const struct mapi_table *_tbl = entry_current_get();
  3618.    mapi_func _func = ((const mapi_func *) _tbl)[284];
  3619.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLfloat *params)) _func)(target, level, pname, params);
  3620. }
  3621.  
  3622. GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params)
  3623. {
  3624.    const struct mapi_table *_tbl = entry_current_get();
  3625.    mapi_func _func = ((const mapi_func *) _tbl)[285];
  3626.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLint *params)) _func)(target, level, pname, params);
  3627. }
  3628.  
  3629. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabled)(GLenum cap)
  3630. {
  3631.    const struct mapi_table *_tbl = entry_current_get();
  3632.    mapi_func _func = ((const mapi_func *) _tbl)[286];
  3633.    return ((GLboolean (APIENTRY *)(GLenum cap)) _func)(cap);
  3634. }
  3635.  
  3636. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsList)(GLuint list)
  3637. {
  3638.    const struct mapi_table *_tbl = entry_current_get();
  3639.    mapi_func _func = ((const mapi_func *) _tbl)[287];
  3640.    return ((GLboolean (APIENTRY *)(GLuint list)) _func)(list);
  3641. }
  3642.  
  3643. GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar)
  3644. {
  3645.    const struct mapi_table *_tbl = entry_current_get();
  3646.    mapi_func _func = ((const mapi_func *) _tbl)[288];
  3647.    ((void (APIENTRY *)(GLclampd zNear, GLclampd zFar)) _func)(zNear, zFar);
  3648. }
  3649.  
  3650. GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
  3651. {
  3652.    const struct mapi_table *_tbl = entry_current_get();
  3653.    mapi_func _func = ((const mapi_func *) _tbl)[289];
  3654.    ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
  3655. }
  3656.  
  3657. GLAPI void APIENTRY GLAPI_PREFIX(LoadIdentity)(void)
  3658. {
  3659.    const struct mapi_table *_tbl = entry_current_get();
  3660.    mapi_func _func = ((const mapi_func *) _tbl)[290];
  3661.    ((void (APIENTRY *)(void)) _func)();
  3662. }
  3663.  
  3664. GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixf)(const GLfloat *m)
  3665. {
  3666.    const struct mapi_table *_tbl = entry_current_get();
  3667.    mapi_func _func = ((const mapi_func *) _tbl)[291];
  3668.    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
  3669. }
  3670.  
  3671. GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixd)(const GLdouble *m)
  3672. {
  3673.    const struct mapi_table *_tbl = entry_current_get();
  3674.    mapi_func _func = ((const mapi_func *) _tbl)[292];
  3675.    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
  3676. }
  3677.  
  3678. GLAPI void APIENTRY GLAPI_PREFIX(MatrixMode)(GLenum mode)
  3679. {
  3680.    const struct mapi_table *_tbl = entry_current_get();
  3681.    mapi_func _func = ((const mapi_func *) _tbl)[293];
  3682.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  3683. }
  3684.  
  3685. GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixf)(const GLfloat *m)
  3686. {
  3687.    const struct mapi_table *_tbl = entry_current_get();
  3688.    mapi_func _func = ((const mapi_func *) _tbl)[294];
  3689.    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
  3690. }
  3691.  
  3692. GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixd)(const GLdouble *m)
  3693. {
  3694.    const struct mapi_table *_tbl = entry_current_get();
  3695.    mapi_func _func = ((const mapi_func *) _tbl)[295];
  3696.    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
  3697. }
  3698.  
  3699. GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
  3700. {
  3701.    const struct mapi_table *_tbl = entry_current_get();
  3702.    mapi_func _func = ((const mapi_func *) _tbl)[296];
  3703.    ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
  3704. }
  3705.  
  3706. GLAPI void APIENTRY GLAPI_PREFIX(PopMatrix)(void)
  3707. {
  3708.    const struct mapi_table *_tbl = entry_current_get();
  3709.    mapi_func _func = ((const mapi_func *) _tbl)[297];
  3710.    ((void (APIENTRY *)(void)) _func)();
  3711. }
  3712.  
  3713. GLAPI void APIENTRY GLAPI_PREFIX(PushMatrix)(void)
  3714. {
  3715.    const struct mapi_table *_tbl = entry_current_get();
  3716.    mapi_func _func = ((const mapi_func *) _tbl)[298];
  3717.    ((void (APIENTRY *)(void)) _func)();
  3718. }
  3719.  
  3720. GLAPI void APIENTRY GLAPI_PREFIX(Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
  3721. {
  3722.    const struct mapi_table *_tbl = entry_current_get();
  3723.    mapi_func _func = ((const mapi_func *) _tbl)[299];
  3724.    ((void (APIENTRY *)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)) _func)(angle, x, y, z);
  3725. }
  3726.  
  3727. GLAPI void APIENTRY GLAPI_PREFIX(Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
  3728. {
  3729.    const struct mapi_table *_tbl = entry_current_get();
  3730.    mapi_func _func = ((const mapi_func *) _tbl)[300];
  3731.    ((void (APIENTRY *)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)) _func)(angle, x, y, z);
  3732. }
  3733.  
  3734. GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z)
  3735. {
  3736.    const struct mapi_table *_tbl = entry_current_get();
  3737.    mapi_func _func = ((const mapi_func *) _tbl)[301];
  3738.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
  3739. }
  3740.  
  3741. GLAPI void APIENTRY GLAPI_PREFIX(Scalef)(GLfloat x, GLfloat y, GLfloat z)
  3742. {
  3743.    const struct mapi_table *_tbl = entry_current_get();
  3744.    mapi_func _func = ((const mapi_func *) _tbl)[302];
  3745.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
  3746. }
  3747.  
  3748. GLAPI void APIENTRY GLAPI_PREFIX(Translated)(GLdouble x, GLdouble y, GLdouble z)
  3749. {
  3750.    const struct mapi_table *_tbl = entry_current_get();
  3751.    mapi_func _func = ((const mapi_func *) _tbl)[303];
  3752.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
  3753. }
  3754.  
  3755. GLAPI void APIENTRY GLAPI_PREFIX(Translatef)(GLfloat x, GLfloat y, GLfloat z)
  3756. {
  3757.    const struct mapi_table *_tbl = entry_current_get();
  3758.    mapi_func _func = ((const mapi_func *) _tbl)[304];
  3759.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
  3760. }
  3761.  
  3762. GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height)
  3763. {
  3764.    const struct mapi_table *_tbl = entry_current_get();
  3765.    mapi_func _func = ((const mapi_func *) _tbl)[305];
  3766.    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
  3767. }
  3768.  
  3769. GLAPI void APIENTRY GLAPI_PREFIX(ArrayElement)(GLint i)
  3770. {
  3771.    const struct mapi_table *_tbl = entry_current_get();
  3772.    mapi_func _func = ((const mapi_func *) _tbl)[306];
  3773.    ((void (APIENTRY *)(GLint i)) _func)(i);
  3774. }
  3775.  
  3776. GLAPI void APIENTRY GLAPI_PREFIX(ArrayElementEXT)(GLint i)
  3777. {
  3778.    const struct mapi_table *_tbl = entry_current_get();
  3779.    mapi_func _func = ((const mapi_func *) _tbl)[306];
  3780.    ((void (APIENTRY *)(GLint i)) _func)(i);
  3781. }
  3782.  
  3783. GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture)
  3784. {
  3785.    const struct mapi_table *_tbl = entry_current_get();
  3786.    mapi_func _func = ((const mapi_func *) _tbl)[307];
  3787.    ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
  3788. }
  3789.  
  3790. GLAPI void APIENTRY GLAPI_PREFIX(BindTextureEXT)(GLenum target, GLuint texture)
  3791. {
  3792.    const struct mapi_table *_tbl = entry_current_get();
  3793.    mapi_func _func = ((const mapi_func *) _tbl)[307];
  3794.    ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
  3795. }
  3796.  
  3797. GLAPI void APIENTRY GLAPI_PREFIX(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  3798. {
  3799.    const struct mapi_table *_tbl = entry_current_get();
  3800.    mapi_func _func = ((const mapi_func *) _tbl)[308];
  3801.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
  3802. }
  3803.  
  3804. GLAPI void APIENTRY GLAPI_PREFIX(DisableClientState)(GLenum array)
  3805. {
  3806.    const struct mapi_table *_tbl = entry_current_get();
  3807.    mapi_func _func = ((const mapi_func *) _tbl)[309];
  3808.    ((void (APIENTRY *)(GLenum array)) _func)(array);
  3809. }
  3810.  
  3811. GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count)
  3812. {
  3813.    const struct mapi_table *_tbl = entry_current_get();
  3814.    mapi_func _func = ((const mapi_func *) _tbl)[310];
  3815.    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
  3816. }
  3817.  
  3818. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysEXT)(GLenum mode, GLint first, GLsizei count)
  3819. {
  3820.    const struct mapi_table *_tbl = entry_current_get();
  3821.    mapi_func _func = ((const mapi_func *) _tbl)[310];
  3822.    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
  3823. }
  3824.  
  3825. GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
  3826. {
  3827.    const struct mapi_table *_tbl = entry_current_get();
  3828.    mapi_func _func = ((const mapi_func *) _tbl)[311];
  3829.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, count, type, indices);
  3830. }
  3831.  
  3832. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointer)(GLsizei stride, const GLvoid *pointer)
  3833. {
  3834.    const struct mapi_table *_tbl = entry_current_get();
  3835.    mapi_func _func = ((const mapi_func *) _tbl)[312];
  3836.    ((void (APIENTRY *)(GLsizei stride, const GLvoid *pointer)) _func)(stride, pointer);
  3837. }
  3838.  
  3839. GLAPI void APIENTRY GLAPI_PREFIX(EnableClientState)(GLenum array)
  3840. {
  3841.    const struct mapi_table *_tbl = entry_current_get();
  3842.    mapi_func _func = ((const mapi_func *) _tbl)[313];
  3843.    ((void (APIENTRY *)(GLenum array)) _func)(array);
  3844. }
  3845.  
  3846. GLAPI void APIENTRY GLAPI_PREFIX(IndexPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
  3847. {
  3848.    const struct mapi_table *_tbl = entry_current_get();
  3849.    mapi_func _func = ((const mapi_func *) _tbl)[314];
  3850.    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
  3851. }
  3852.  
  3853. GLAPI void APIENTRY GLAPI_PREFIX(Indexub)(GLubyte c)
  3854. {
  3855.    const struct mapi_table *_tbl = entry_current_get();
  3856.    mapi_func _func = ((const mapi_func *) _tbl)[315];
  3857.    ((void (APIENTRY *)(GLubyte c)) _func)(c);
  3858. }
  3859.  
  3860. GLAPI void APIENTRY GLAPI_PREFIX(Indexubv)(const GLubyte *c)
  3861. {
  3862.    const struct mapi_table *_tbl = entry_current_get();
  3863.    mapi_func _func = ((const mapi_func *) _tbl)[316];
  3864.    ((void (APIENTRY *)(const GLubyte *c)) _func)(c);
  3865. }
  3866.  
  3867. GLAPI void APIENTRY GLAPI_PREFIX(InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid *pointer)
  3868. {
  3869.    const struct mapi_table *_tbl = entry_current_get();
  3870.    mapi_func _func = ((const mapi_func *) _tbl)[317];
  3871.    ((void (APIENTRY *)(GLenum format, GLsizei stride, const GLvoid *pointer)) _func)(format, stride, pointer);
  3872. }
  3873.  
  3874. GLAPI void APIENTRY GLAPI_PREFIX(NormalPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
  3875. {
  3876.    const struct mapi_table *_tbl = entry_current_get();
  3877.    mapi_func _func = ((const mapi_func *) _tbl)[318];
  3878.    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
  3879. }
  3880.  
  3881. GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffset)(GLfloat factor, GLfloat units)
  3882. {
  3883.    const struct mapi_table *_tbl = entry_current_get();
  3884.    mapi_func _func = ((const mapi_func *) _tbl)[319];
  3885.    ((void (APIENTRY *)(GLfloat factor, GLfloat units)) _func)(factor, units);
  3886. }
  3887.  
  3888. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  3889. {
  3890.    const struct mapi_table *_tbl = entry_current_get();
  3891.    mapi_func _func = ((const mapi_func *) _tbl)[320];
  3892.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
  3893. }
  3894.  
  3895. GLAPI void APIENTRY GLAPI_PREFIX(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  3896. {
  3897.    const struct mapi_table *_tbl = entry_current_get();
  3898.    mapi_func _func = ((const mapi_func *) _tbl)[321];
  3899.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
  3900. }
  3901.  
  3902. GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences)
  3903. {
  3904.    const struct mapi_table *_tbl = entry_current_get();
  3905.    mapi_func _func = ((const mapi_func *) _tbl)[322];
  3906.    return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
  3907. }
  3908.  
  3909. #if 0
  3910. GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences)
  3911. {
  3912.    const struct mapi_table *_tbl = entry_current_get();
  3913.    mapi_func _func = ((const mapi_func *) _tbl)[322];
  3914.    return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
  3915. }
  3916. #endif
  3917.  
  3918. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
  3919. {
  3920.    const struct mapi_table *_tbl = entry_current_get();
  3921.    mapi_func _func = ((const mapi_func *) _tbl)[323];
  3922.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
  3923. }
  3924.  
  3925. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
  3926. {
  3927.    const struct mapi_table *_tbl = entry_current_get();
  3928.    mapi_func _func = ((const mapi_func *) _tbl)[324];
  3929.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)) _func)(target, level, internalformat, x, y, width, height, border);
  3930. }
  3931.  
  3932. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
  3933. {
  3934.    const struct mapi_table *_tbl = entry_current_get();
  3935.    mapi_func _func = ((const mapi_func *) _tbl)[325];
  3936.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
  3937. }
  3938.  
  3939. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
  3940. {
  3941.    const struct mapi_table *_tbl = entry_current_get();
  3942.    mapi_func _func = ((const mapi_func *) _tbl)[326];
  3943.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, level, xoffset, yoffset, x, y, width, height);
  3944. }
  3945.  
  3946. GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures)
  3947. {
  3948.    const struct mapi_table *_tbl = entry_current_get();
  3949.    mapi_func _func = ((const mapi_func *) _tbl)[327];
  3950.    ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
  3951. }
  3952.  
  3953. #if 0
  3954. GLAPI void APIENTRY GLAPI_PREFIX(DeleteTexturesEXT)(GLsizei n, const GLuint *textures)
  3955. {
  3956.    const struct mapi_table *_tbl = entry_current_get();
  3957.    mapi_func _func = ((const mapi_func *) _tbl)[327];
  3958.    ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
  3959. }
  3960. #endif
  3961.  
  3962. GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures)
  3963. {
  3964.    const struct mapi_table *_tbl = entry_current_get();
  3965.    mapi_func _func = ((const mapi_func *) _tbl)[328];
  3966.    ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
  3967. }
  3968.  
  3969. #if 0
  3970. GLAPI void APIENTRY GLAPI_PREFIX(GenTexturesEXT)(GLsizei n, GLuint *textures)
  3971. {
  3972.    const struct mapi_table *_tbl = entry_current_get();
  3973.    mapi_func _func = ((const mapi_func *) _tbl)[328];
  3974.    ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
  3975. }
  3976. #endif
  3977.  
  3978. GLAPI void APIENTRY GLAPI_PREFIX(GetPointerv)(GLenum pname, GLvoid **params)
  3979. {
  3980.    const struct mapi_table *_tbl = entry_current_get();
  3981.    mapi_func _func = ((const mapi_func *) _tbl)[329];
  3982.    ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
  3983. }
  3984.  
  3985. GLAPI void APIENTRY GLAPI_PREFIX(GetPointervEXT)(GLenum pname, GLvoid **params)
  3986. {
  3987.    const struct mapi_table *_tbl = entry_current_get();
  3988.    mapi_func _func = ((const mapi_func *) _tbl)[329];
  3989.    ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
  3990. }
  3991.  
  3992. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture)
  3993. {
  3994.    const struct mapi_table *_tbl = entry_current_get();
  3995.    mapi_func _func = ((const mapi_func *) _tbl)[330];
  3996.    return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
  3997. }
  3998.  
  3999. #if 0
  4000. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTextureEXT)(GLuint texture)
  4001. {
  4002.    const struct mapi_table *_tbl = entry_current_get();
  4003.    mapi_func _func = ((const mapi_func *) _tbl)[330];
  4004.    return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
  4005. }
  4006. #endif
  4007.  
  4008. GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTextures)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
  4009. {
  4010.    const struct mapi_table *_tbl = entry_current_get();
  4011.    mapi_func _func = ((const mapi_func *) _tbl)[331];
  4012.    ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
  4013. }
  4014.  
  4015. GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTexturesEXT)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
  4016. {
  4017.    const struct mapi_table *_tbl = entry_current_get();
  4018.    mapi_func _func = ((const mapi_func *) _tbl)[331];
  4019.    ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
  4020. }
  4021.  
  4022. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
  4023. {
  4024.    const struct mapi_table *_tbl = entry_current_get();
  4025.    mapi_func _func = ((const mapi_func *) _tbl)[332];
  4026.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, xoffset, width, format, type, pixels);
  4027. }
  4028.  
  4029. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
  4030. {
  4031.    const struct mapi_table *_tbl = entry_current_get();
  4032.    mapi_func _func = ((const mapi_func *) _tbl)[333];
  4033.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, xoffset, yoffset, width, height, format, type, pixels);
  4034. }
  4035.  
  4036. GLAPI void APIENTRY GLAPI_PREFIX(PopClientAttrib)(void)
  4037. {
  4038.    const struct mapi_table *_tbl = entry_current_get();
  4039.    mapi_func _func = ((const mapi_func *) _tbl)[334];
  4040.    ((void (APIENTRY *)(void)) _func)();
  4041. }
  4042.  
  4043. GLAPI void APIENTRY GLAPI_PREFIX(PushClientAttrib)(GLbitfield mask)
  4044. {
  4045.    const struct mapi_table *_tbl = entry_current_get();
  4046.    mapi_func _func = ((const mapi_func *) _tbl)[335];
  4047.    ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
  4048. }
  4049.  
  4050. GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
  4051. {
  4052.    const struct mapi_table *_tbl = entry_current_get();
  4053.    mapi_func _func = ((const mapi_func *) _tbl)[336];
  4054.    ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
  4055. }
  4056.  
  4057. GLAPI void APIENTRY GLAPI_PREFIX(BlendColorEXT)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
  4058. {
  4059.    const struct mapi_table *_tbl = entry_current_get();
  4060.    mapi_func _func = ((const mapi_func *) _tbl)[336];
  4061.    ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
  4062. }
  4063.  
  4064. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode)
  4065. {
  4066.    const struct mapi_table *_tbl = entry_current_get();
  4067.    mapi_func _func = ((const mapi_func *) _tbl)[337];
  4068.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  4069. }
  4070.  
  4071. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationEXT)(GLenum mode)
  4072. {
  4073.    const struct mapi_table *_tbl = entry_current_get();
  4074.    mapi_func _func = ((const mapi_func *) _tbl)[337];
  4075.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  4076. }
  4077.  
  4078. GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
  4079. {
  4080.    const struct mapi_table *_tbl = entry_current_get();
  4081.    mapi_func _func = ((const mapi_func *) _tbl)[338];
  4082.    ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
  4083. }
  4084.  
  4085. GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsEXT)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
  4086. {
  4087.    const struct mapi_table *_tbl = entry_current_get();
  4088.    mapi_func _func = ((const mapi_func *) _tbl)[338];
  4089.    ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
  4090. }
  4091.  
  4092. GLAPI void APIENTRY GLAPI_PREFIX(ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
  4093. {
  4094.    const struct mapi_table *_tbl = entry_current_get();
  4095.    mapi_func _func = ((const mapi_func *) _tbl)[339];
  4096.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
  4097. }
  4098.  
  4099. GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
  4100. {
  4101.    const struct mapi_table *_tbl = entry_current_get();
  4102.    mapi_func _func = ((const mapi_func *) _tbl)[340];
  4103.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
  4104. }
  4105.  
  4106. GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameteriv)(GLenum target, GLenum pname, const GLint *params)
  4107. {
  4108.    const struct mapi_table *_tbl = entry_current_get();
  4109.    mapi_func _func = ((const mapi_func *) _tbl)[341];
  4110.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
  4111. }
  4112.  
  4113. GLAPI void APIENTRY GLAPI_PREFIX(CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
  4114. {
  4115.    const struct mapi_table *_tbl = entry_current_get();
  4116.    mapi_func _func = ((const mapi_func *) _tbl)[342];
  4117.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
  4118. }
  4119.  
  4120. GLAPI void APIENTRY GLAPI_PREFIX(GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid *table)
  4121. {
  4122.    const struct mapi_table *_tbl = entry_current_get();
  4123.    mapi_func _func = ((const mapi_func *) _tbl)[343];
  4124.    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
  4125. }
  4126.  
  4127. GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat *params)
  4128. {
  4129.    const struct mapi_table *_tbl = entry_current_get();
  4130.    mapi_func _func = ((const mapi_func *) _tbl)[344];
  4131.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
  4132. }
  4133.  
  4134. GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameteriv)(GLenum target, GLenum pname, GLint *params)
  4135. {
  4136.    const struct mapi_table *_tbl = entry_current_get();
  4137.    mapi_func _func = ((const mapi_func *) _tbl)[345];
  4138.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  4139. }
  4140.  
  4141. GLAPI void APIENTRY GLAPI_PREFIX(ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)
  4142. {
  4143.    const struct mapi_table *_tbl = entry_current_get();
  4144.    mapi_func _func = ((const mapi_func *) _tbl)[346];
  4145.    ((void (APIENTRY *)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)) _func)(target, start, count, format, type, data);
  4146. }
  4147.  
  4148. GLAPI void APIENTRY GLAPI_PREFIX(CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
  4149. {
  4150.    const struct mapi_table *_tbl = entry_current_get();
  4151.    mapi_func _func = ((const mapi_func *) _tbl)[347];
  4152.    ((void (APIENTRY *)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)) _func)(target, start, x, y, width);
  4153. }
  4154.  
  4155. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
  4156. {
  4157.    const struct mapi_table *_tbl = entry_current_get();
  4158.    mapi_func _func = ((const mapi_func *) _tbl)[348];
  4159.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)) _func)(target, internalformat, width, format, type, image);
  4160. }
  4161.  
  4162. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
  4163. {
  4164.    const struct mapi_table *_tbl = entry_current_get();
  4165.    mapi_func _func = ((const mapi_func *) _tbl)[349];
  4166.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)) _func)(target, internalformat, width, height, format, type, image);
  4167. }
  4168.  
  4169. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params)
  4170. {
  4171.    const struct mapi_table *_tbl = entry_current_get();
  4172.    mapi_func _func = ((const mapi_func *) _tbl)[350];
  4173.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat params)) _func)(target, pname, params);
  4174. }
  4175.  
  4176. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
  4177. {
  4178.    const struct mapi_table *_tbl = entry_current_get();
  4179.    mapi_func _func = ((const mapi_func *) _tbl)[351];
  4180.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
  4181. }
  4182.  
  4183. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteri)(GLenum target, GLenum pname, GLint params)
  4184. {
  4185.    const struct mapi_table *_tbl = entry_current_get();
  4186.    mapi_func _func = ((const mapi_func *) _tbl)[352];
  4187.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint params)) _func)(target, pname, params);
  4188. }
  4189.  
  4190. GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint *params)
  4191. {
  4192.    const struct mapi_table *_tbl = entry_current_get();
  4193.    mapi_func _func = ((const mapi_func *) _tbl)[353];
  4194.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
  4195. }
  4196.  
  4197. GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
  4198. {
  4199.    const struct mapi_table *_tbl = entry_current_get();
  4200.    mapi_func _func = ((const mapi_func *) _tbl)[354];
  4201.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
  4202. }
  4203.  
  4204. GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
  4205. {
  4206.    const struct mapi_table *_tbl = entry_current_get();
  4207.    mapi_func _func = ((const mapi_func *) _tbl)[355];
  4208.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, internalformat, x, y, width, height);
  4209. }
  4210.  
  4211. GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid *image)
  4212. {
  4213.    const struct mapi_table *_tbl = entry_current_get();
  4214.    mapi_func _func = ((const mapi_func *) _tbl)[356];
  4215.    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *image)) _func)(target, format, type, image);
  4216. }
  4217.  
  4218. GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat *params)
  4219. {
  4220.    const struct mapi_table *_tbl = entry_current_get();
  4221.    mapi_func _func = ((const mapi_func *) _tbl)[357];
  4222.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
  4223. }
  4224.  
  4225. GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint *params)
  4226. {
  4227.    const struct mapi_table *_tbl = entry_current_get();
  4228.    mapi_func _func = ((const mapi_func *) _tbl)[358];
  4229.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  4230. }
  4231.  
  4232. GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
  4233. {
  4234.    const struct mapi_table *_tbl = entry_current_get();
  4235.    mapi_func _func = ((const mapi_func *) _tbl)[359];
  4236.    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)) _func)(target, format, type, row, column, span);
  4237. }
  4238.  
  4239. GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
  4240. {
  4241.    const struct mapi_table *_tbl = entry_current_get();
  4242.    mapi_func _func = ((const mapi_func *) _tbl)[360];
  4243.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)) _func)(target, internalformat, width, height, format, type, row, column);
  4244. }
  4245.  
  4246. GLAPI void APIENTRY GLAPI_PREFIX(GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
  4247. {
  4248.    const struct mapi_table *_tbl = entry_current_get();
  4249.    mapi_func _func = ((const mapi_func *) _tbl)[361];
  4250.    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
  4251. }
  4252.  
  4253. GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat *params)
  4254. {
  4255.    const struct mapi_table *_tbl = entry_current_get();
  4256.    mapi_func _func = ((const mapi_func *) _tbl)[362];
  4257.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
  4258. }
  4259.  
  4260. GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameteriv)(GLenum target, GLenum pname, GLint *params)
  4261. {
  4262.    const struct mapi_table *_tbl = entry_current_get();
  4263.    mapi_func _func = ((const mapi_func *) _tbl)[363];
  4264.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  4265. }
  4266.  
  4267. GLAPI void APIENTRY GLAPI_PREFIX(GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
  4268. {
  4269.    const struct mapi_table *_tbl = entry_current_get();
  4270.    mapi_func _func = ((const mapi_func *) _tbl)[364];
  4271.    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
  4272. }
  4273.  
  4274. GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat *params)
  4275. {
  4276.    const struct mapi_table *_tbl = entry_current_get();
  4277.    mapi_func _func = ((const mapi_func *) _tbl)[365];
  4278.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
  4279. }
  4280.  
  4281. GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint *params)
  4282. {
  4283.    const struct mapi_table *_tbl = entry_current_get();
  4284.    mapi_func _func = ((const mapi_func *) _tbl)[366];
  4285.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  4286. }
  4287.  
  4288. GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
  4289. {
  4290.    const struct mapi_table *_tbl = entry_current_get();
  4291.    mapi_func _func = ((const mapi_func *) _tbl)[367];
  4292.    ((void (APIENTRY *)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)) _func)(target, width, internalformat, sink);
  4293. }
  4294.  
  4295. GLAPI void APIENTRY GLAPI_PREFIX(Minmax)(GLenum target, GLenum internalformat, GLboolean sink)
  4296. {
  4297.    const struct mapi_table *_tbl = entry_current_get();
  4298.    mapi_func _func = ((const mapi_func *) _tbl)[368];
  4299.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLboolean sink)) _func)(target, internalformat, sink);
  4300. }
  4301.  
  4302. GLAPI void APIENTRY GLAPI_PREFIX(ResetHistogram)(GLenum target)
  4303. {
  4304.    const struct mapi_table *_tbl = entry_current_get();
  4305.    mapi_func _func = ((const mapi_func *) _tbl)[369];
  4306.    ((void (APIENTRY *)(GLenum target)) _func)(target);
  4307. }
  4308.  
  4309. GLAPI void APIENTRY GLAPI_PREFIX(ResetMinmax)(GLenum target)
  4310. {
  4311.    const struct mapi_table *_tbl = entry_current_get();
  4312.    mapi_func _func = ((const mapi_func *) _tbl)[370];
  4313.    ((void (APIENTRY *)(GLenum target)) _func)(target);
  4314. }
  4315.  
  4316. GLAPI void APIENTRY GLAPI_PREFIX(TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
  4317. {
  4318.    const struct mapi_table *_tbl = entry_current_get();
  4319.    mapi_func _func = ((const mapi_func *) _tbl)[371];
  4320.    ((void (APIENTRY *)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, internalformat, width, height, depth, border, format, type, pixels);
  4321. }
  4322.  
  4323. GLAPI void APIENTRY GLAPI_PREFIX(TexImage3DEXT)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
  4324. {
  4325.    const struct mapi_table *_tbl = entry_current_get();
  4326.    mapi_func _func = ((const mapi_func *) _tbl)[371];
  4327.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, internalformat, width, height, depth, border, format, type, pixels);
  4328. }
  4329.  
  4330. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
  4331. {
  4332.    const struct mapi_table *_tbl = entry_current_get();
  4333.    mapi_func _func = ((const mapi_func *) _tbl)[372];
  4334.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels);
  4335. }
  4336.  
  4337. GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
  4338. {
  4339.    const struct mapi_table *_tbl = entry_current_get();
  4340.    mapi_func _func = ((const mapi_func *) _tbl)[372];
  4341.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)) _func)(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels);
  4342. }
  4343.  
  4344. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
  4345. {
  4346.    const struct mapi_table *_tbl = entry_current_get();
  4347.    mapi_func _func = ((const mapi_func *) _tbl)[373];
  4348.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, level, xoffset, yoffset, zoffset, x, y, width, height);
  4349. }
  4350.  
  4351. GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
  4352. {
  4353.    const struct mapi_table *_tbl = entry_current_get();
  4354.    mapi_func _func = ((const mapi_func *) _tbl)[373];
  4355.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, level, xoffset, yoffset, zoffset, x, y, width, height);
  4356. }
  4357.  
  4358. GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture)
  4359. {
  4360.    const struct mapi_table *_tbl = entry_current_get();
  4361.    mapi_func _func = ((const mapi_func *) _tbl)[374];
  4362.    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
  4363. }
  4364.  
  4365. GLAPI void APIENTRY GLAPI_PREFIX(ActiveTextureARB)(GLenum texture)
  4366. {
  4367.    const struct mapi_table *_tbl = entry_current_get();
  4368.    mapi_func _func = ((const mapi_func *) _tbl)[374];
  4369.    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
  4370. }
  4371.  
  4372. GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTexture)(GLenum texture)
  4373. {
  4374.    const struct mapi_table *_tbl = entry_current_get();
  4375.    mapi_func _func = ((const mapi_func *) _tbl)[375];
  4376.    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
  4377. }
  4378.  
  4379. GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTextureARB)(GLenum texture)
  4380. {
  4381.    const struct mapi_table *_tbl = entry_current_get();
  4382.    mapi_func _func = ((const mapi_func *) _tbl)[375];
  4383.    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
  4384. }
  4385.  
  4386. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1d)(GLenum target, GLdouble s)
  4387. {
  4388.    const struct mapi_table *_tbl = entry_current_get();
  4389.    mapi_func _func = ((const mapi_func *) _tbl)[376];
  4390.    ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
  4391. }
  4392.  
  4393. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dARB)(GLenum target, GLdouble s)
  4394. {
  4395.    const struct mapi_table *_tbl = entry_current_get();
  4396.    mapi_func _func = ((const mapi_func *) _tbl)[376];
  4397.    ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
  4398. }
  4399.  
  4400. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dv)(GLenum target, const GLdouble *v)
  4401. {
  4402.    const struct mapi_table *_tbl = entry_current_get();
  4403.    mapi_func _func = ((const mapi_func *) _tbl)[377];
  4404.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4405. }
  4406.  
  4407. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dvARB)(GLenum target, const GLdouble *v)
  4408. {
  4409.    const struct mapi_table *_tbl = entry_current_get();
  4410.    mapi_func _func = ((const mapi_func *) _tbl)[377];
  4411.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4412. }
  4413.  
  4414. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fARB)(GLenum target, GLfloat s)
  4415. {
  4416.    const struct mapi_table *_tbl = entry_current_get();
  4417.    mapi_func _func = ((const mapi_func *) _tbl)[378];
  4418.    ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
  4419. }
  4420.  
  4421. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1f)(GLenum target, GLfloat s)
  4422. {
  4423.    const struct mapi_table *_tbl = entry_current_get();
  4424.    mapi_func _func = ((const mapi_func *) _tbl)[378];
  4425.    ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
  4426. }
  4427.  
  4428. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fvARB)(GLenum target, const GLfloat *v)
  4429. {
  4430.    const struct mapi_table *_tbl = entry_current_get();
  4431.    mapi_func _func = ((const mapi_func *) _tbl)[379];
  4432.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4433. }
  4434.  
  4435. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fv)(GLenum target, const GLfloat *v)
  4436. {
  4437.    const struct mapi_table *_tbl = entry_current_get();
  4438.    mapi_func _func = ((const mapi_func *) _tbl)[379];
  4439.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4440. }
  4441.  
  4442. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1i)(GLenum target, GLint s)
  4443. {
  4444.    const struct mapi_table *_tbl = entry_current_get();
  4445.    mapi_func _func = ((const mapi_func *) _tbl)[380];
  4446.    ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
  4447. }
  4448.  
  4449. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iARB)(GLenum target, GLint s)
  4450. {
  4451.    const struct mapi_table *_tbl = entry_current_get();
  4452.    mapi_func _func = ((const mapi_func *) _tbl)[380];
  4453.    ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
  4454. }
  4455.  
  4456. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iv)(GLenum target, const GLint *v)
  4457. {
  4458.    const struct mapi_table *_tbl = entry_current_get();
  4459.    mapi_func _func = ((const mapi_func *) _tbl)[381];
  4460.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4461. }
  4462.  
  4463. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1ivARB)(GLenum target, const GLint *v)
  4464. {
  4465.    const struct mapi_table *_tbl = entry_current_get();
  4466.    mapi_func _func = ((const mapi_func *) _tbl)[381];
  4467.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4468. }
  4469.  
  4470. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1s)(GLenum target, GLshort s)
  4471. {
  4472.    const struct mapi_table *_tbl = entry_current_get();
  4473.    mapi_func _func = ((const mapi_func *) _tbl)[382];
  4474.    ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
  4475. }
  4476.  
  4477. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sARB)(GLenum target, GLshort s)
  4478. {
  4479.    const struct mapi_table *_tbl = entry_current_get();
  4480.    mapi_func _func = ((const mapi_func *) _tbl)[382];
  4481.    ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
  4482. }
  4483.  
  4484. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sv)(GLenum target, const GLshort *v)
  4485. {
  4486.    const struct mapi_table *_tbl = entry_current_get();
  4487.    mapi_func _func = ((const mapi_func *) _tbl)[383];
  4488.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4489. }
  4490.  
  4491. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1svARB)(GLenum target, const GLshort *v)
  4492. {
  4493.    const struct mapi_table *_tbl = entry_current_get();
  4494.    mapi_func _func = ((const mapi_func *) _tbl)[383];
  4495.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4496. }
  4497.  
  4498. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t)
  4499. {
  4500.    const struct mapi_table *_tbl = entry_current_get();
  4501.    mapi_func _func = ((const mapi_func *) _tbl)[384];
  4502.    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
  4503. }
  4504.  
  4505. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dARB)(GLenum target, GLdouble s, GLdouble t)
  4506. {
  4507.    const struct mapi_table *_tbl = entry_current_get();
  4508.    mapi_func _func = ((const mapi_func *) _tbl)[384];
  4509.    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
  4510. }
  4511.  
  4512. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dv)(GLenum target, const GLdouble *v)
  4513. {
  4514.    const struct mapi_table *_tbl = entry_current_get();
  4515.    mapi_func _func = ((const mapi_func *) _tbl)[385];
  4516.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4517. }
  4518.  
  4519. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dvARB)(GLenum target, const GLdouble *v)
  4520. {
  4521.    const struct mapi_table *_tbl = entry_current_get();
  4522.    mapi_func _func = ((const mapi_func *) _tbl)[385];
  4523.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4524. }
  4525.  
  4526. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t)
  4527. {
  4528.    const struct mapi_table *_tbl = entry_current_get();
  4529.    mapi_func _func = ((const mapi_func *) _tbl)[386];
  4530.    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
  4531. }
  4532.  
  4533. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2f)(GLenum target, GLfloat s, GLfloat t)
  4534. {
  4535.    const struct mapi_table *_tbl = entry_current_get();
  4536.    mapi_func _func = ((const mapi_func *) _tbl)[386];
  4537.    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
  4538. }
  4539.  
  4540. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fvARB)(GLenum target, const GLfloat *v)
  4541. {
  4542.    const struct mapi_table *_tbl = entry_current_get();
  4543.    mapi_func _func = ((const mapi_func *) _tbl)[387];
  4544.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4545. }
  4546.  
  4547. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fv)(GLenum target, const GLfloat *v)
  4548. {
  4549.    const struct mapi_table *_tbl = entry_current_get();
  4550.    mapi_func _func = ((const mapi_func *) _tbl)[387];
  4551.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4552. }
  4553.  
  4554. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2i)(GLenum target, GLint s, GLint t)
  4555. {
  4556.    const struct mapi_table *_tbl = entry_current_get();
  4557.    mapi_func _func = ((const mapi_func *) _tbl)[388];
  4558.    ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
  4559. }
  4560.  
  4561. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iARB)(GLenum target, GLint s, GLint t)
  4562. {
  4563.    const struct mapi_table *_tbl = entry_current_get();
  4564.    mapi_func _func = ((const mapi_func *) _tbl)[388];
  4565.    ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
  4566. }
  4567.  
  4568. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iv)(GLenum target, const GLint *v)
  4569. {
  4570.    const struct mapi_table *_tbl = entry_current_get();
  4571.    mapi_func _func = ((const mapi_func *) _tbl)[389];
  4572.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4573. }
  4574.  
  4575. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2ivARB)(GLenum target, const GLint *v)
  4576. {
  4577.    const struct mapi_table *_tbl = entry_current_get();
  4578.    mapi_func _func = ((const mapi_func *) _tbl)[389];
  4579.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4580. }
  4581.  
  4582. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t)
  4583. {
  4584.    const struct mapi_table *_tbl = entry_current_get();
  4585.    mapi_func _func = ((const mapi_func *) _tbl)[390];
  4586.    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
  4587. }
  4588.  
  4589. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t)
  4590. {
  4591.    const struct mapi_table *_tbl = entry_current_get();
  4592.    mapi_func _func = ((const mapi_func *) _tbl)[390];
  4593.    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
  4594. }
  4595.  
  4596. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sv)(GLenum target, const GLshort *v)
  4597. {
  4598.    const struct mapi_table *_tbl = entry_current_get();
  4599.    mapi_func _func = ((const mapi_func *) _tbl)[391];
  4600.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4601. }
  4602.  
  4603. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2svARB)(GLenum target, const GLshort *v)
  4604. {
  4605.    const struct mapi_table *_tbl = entry_current_get();
  4606.    mapi_func _func = ((const mapi_func *) _tbl)[391];
  4607.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4608. }
  4609.  
  4610. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
  4611. {
  4612.    const struct mapi_table *_tbl = entry_current_get();
  4613.    mapi_func _func = ((const mapi_func *) _tbl)[392];
  4614.    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
  4615. }
  4616.  
  4617. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
  4618. {
  4619.    const struct mapi_table *_tbl = entry_current_get();
  4620.    mapi_func _func = ((const mapi_func *) _tbl)[392];
  4621.    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
  4622. }
  4623.  
  4624. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dv)(GLenum target, const GLdouble *v)
  4625. {
  4626.    const struct mapi_table *_tbl = entry_current_get();
  4627.    mapi_func _func = ((const mapi_func *) _tbl)[393];
  4628.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4629. }
  4630.  
  4631. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dvARB)(GLenum target, const GLdouble *v)
  4632. {
  4633.    const struct mapi_table *_tbl = entry_current_get();
  4634.    mapi_func _func = ((const mapi_func *) _tbl)[393];
  4635.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4636. }
  4637.  
  4638. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
  4639. {
  4640.    const struct mapi_table *_tbl = entry_current_get();
  4641.    mapi_func _func = ((const mapi_func *) _tbl)[394];
  4642.    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
  4643. }
  4644.  
  4645. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3f)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
  4646. {
  4647.    const struct mapi_table *_tbl = entry_current_get();
  4648.    mapi_func _func = ((const mapi_func *) _tbl)[394];
  4649.    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
  4650. }
  4651.  
  4652. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fvARB)(GLenum target, const GLfloat *v)
  4653. {
  4654.    const struct mapi_table *_tbl = entry_current_get();
  4655.    mapi_func _func = ((const mapi_func *) _tbl)[395];
  4656.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4657. }
  4658.  
  4659. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fv)(GLenum target, const GLfloat *v)
  4660. {
  4661.    const struct mapi_table *_tbl = entry_current_get();
  4662.    mapi_func _func = ((const mapi_func *) _tbl)[395];
  4663.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4664. }
  4665.  
  4666. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r)
  4667. {
  4668.    const struct mapi_table *_tbl = entry_current_get();
  4669.    mapi_func _func = ((const mapi_func *) _tbl)[396];
  4670.    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
  4671. }
  4672.  
  4673. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iARB)(GLenum target, GLint s, GLint t, GLint r)
  4674. {
  4675.    const struct mapi_table *_tbl = entry_current_get();
  4676.    mapi_func _func = ((const mapi_func *) _tbl)[396];
  4677.    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
  4678. }
  4679.  
  4680. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iv)(GLenum target, const GLint *v)
  4681. {
  4682.    const struct mapi_table *_tbl = entry_current_get();
  4683.    mapi_func _func = ((const mapi_func *) _tbl)[397];
  4684.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4685. }
  4686.  
  4687. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3ivARB)(GLenum target, const GLint *v)
  4688. {
  4689.    const struct mapi_table *_tbl = entry_current_get();
  4690.    mapi_func _func = ((const mapi_func *) _tbl)[397];
  4691.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4692. }
  4693.  
  4694. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r)
  4695. {
  4696.    const struct mapi_table *_tbl = entry_current_get();
  4697.    mapi_func _func = ((const mapi_func *) _tbl)[398];
  4698.    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
  4699. }
  4700.  
  4701. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r)
  4702. {
  4703.    const struct mapi_table *_tbl = entry_current_get();
  4704.    mapi_func _func = ((const mapi_func *) _tbl)[398];
  4705.    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
  4706. }
  4707.  
  4708. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sv)(GLenum target, const GLshort *v)
  4709. {
  4710.    const struct mapi_table *_tbl = entry_current_get();
  4711.    mapi_func _func = ((const mapi_func *) _tbl)[399];
  4712.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4713. }
  4714.  
  4715. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3svARB)(GLenum target, const GLshort *v)
  4716. {
  4717.    const struct mapi_table *_tbl = entry_current_get();
  4718.    mapi_func _func = ((const mapi_func *) _tbl)[399];
  4719.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4720. }
  4721.  
  4722. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
  4723. {
  4724.    const struct mapi_table *_tbl = entry_current_get();
  4725.    mapi_func _func = ((const mapi_func *) _tbl)[400];
  4726.    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
  4727. }
  4728.  
  4729. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
  4730. {
  4731.    const struct mapi_table *_tbl = entry_current_get();
  4732.    mapi_func _func = ((const mapi_func *) _tbl)[400];
  4733.    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
  4734. }
  4735.  
  4736. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dv)(GLenum target, const GLdouble *v)
  4737. {
  4738.    const struct mapi_table *_tbl = entry_current_get();
  4739.    mapi_func _func = ((const mapi_func *) _tbl)[401];
  4740.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4741. }
  4742.  
  4743. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dvARB)(GLenum target, const GLdouble *v)
  4744. {
  4745.    const struct mapi_table *_tbl = entry_current_get();
  4746.    mapi_func _func = ((const mapi_func *) _tbl)[401];
  4747.    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
  4748. }
  4749.  
  4750. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
  4751. {
  4752.    const struct mapi_table *_tbl = entry_current_get();
  4753.    mapi_func _func = ((const mapi_func *) _tbl)[402];
  4754.    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
  4755. }
  4756.  
  4757. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
  4758. {
  4759.    const struct mapi_table *_tbl = entry_current_get();
  4760.    mapi_func _func = ((const mapi_func *) _tbl)[402];
  4761.    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
  4762. }
  4763.  
  4764. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fvARB)(GLenum target, const GLfloat *v)
  4765. {
  4766.    const struct mapi_table *_tbl = entry_current_get();
  4767.    mapi_func _func = ((const mapi_func *) _tbl)[403];
  4768.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4769. }
  4770.  
  4771. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fv)(GLenum target, const GLfloat *v)
  4772. {
  4773.    const struct mapi_table *_tbl = entry_current_get();
  4774.    mapi_func _func = ((const mapi_func *) _tbl)[403];
  4775.    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
  4776. }
  4777.  
  4778. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q)
  4779. {
  4780.    const struct mapi_table *_tbl = entry_current_get();
  4781.    mapi_func _func = ((const mapi_func *) _tbl)[404];
  4782.    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
  4783. }
  4784.  
  4785. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iARB)(GLenum target, GLint s, GLint t, GLint r, GLint q)
  4786. {
  4787.    const struct mapi_table *_tbl = entry_current_get();
  4788.    mapi_func _func = ((const mapi_func *) _tbl)[404];
  4789.    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
  4790. }
  4791.  
  4792. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iv)(GLenum target, const GLint *v)
  4793. {
  4794.    const struct mapi_table *_tbl = entry_current_get();
  4795.    mapi_func _func = ((const mapi_func *) _tbl)[405];
  4796.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4797. }
  4798.  
  4799. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4ivARB)(GLenum target, const GLint *v)
  4800. {
  4801.    const struct mapi_table *_tbl = entry_current_get();
  4802.    mapi_func _func = ((const mapi_func *) _tbl)[405];
  4803.    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
  4804. }
  4805.  
  4806. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
  4807. {
  4808.    const struct mapi_table *_tbl = entry_current_get();
  4809.    mapi_func _func = ((const mapi_func *) _tbl)[406];
  4810.    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
  4811. }
  4812.  
  4813. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
  4814. {
  4815.    const struct mapi_table *_tbl = entry_current_get();
  4816.    mapi_func _func = ((const mapi_func *) _tbl)[406];
  4817.    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
  4818. }
  4819.  
  4820. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sv)(GLenum target, const GLshort *v)
  4821. {
  4822.    const struct mapi_table *_tbl = entry_current_get();
  4823.    mapi_func _func = ((const mapi_func *) _tbl)[407];
  4824.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4825. }
  4826.  
  4827. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4svARB)(GLenum target, const GLshort *v)
  4828. {
  4829.    const struct mapi_table *_tbl = entry_current_get();
  4830.    mapi_func _func = ((const mapi_func *) _tbl)[407];
  4831.    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
  4832. }
  4833.  
  4834. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
  4835. {
  4836.    const struct mapi_table *_tbl = entry_current_get();
  4837.    mapi_func _func = ((const mapi_func *) _tbl)[408];
  4838.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)) _func)(target, level, internalformat, width, border, imageSize, data);
  4839. }
  4840.  
  4841. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
  4842. {
  4843.    const struct mapi_table *_tbl = entry_current_get();
  4844.    mapi_func _func = ((const mapi_func *) _tbl)[408];
  4845.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)) _func)(target, level, internalformat, width, border, imageSize, data);
  4846. }
  4847.  
  4848. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
  4849. {
  4850.    const struct mapi_table *_tbl = entry_current_get();
  4851.    mapi_func _func = ((const mapi_func *) _tbl)[409];
  4852.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)) _func)(target, level, internalformat, width, height, border, imageSize, data);
  4853. }
  4854.  
  4855. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
  4856. {
  4857.    const struct mapi_table *_tbl = entry_current_get();
  4858.    mapi_func _func = ((const mapi_func *) _tbl)[409];
  4859.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)) _func)(target, level, internalformat, width, height, border, imageSize, data);
  4860. }
  4861.  
  4862. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage3D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
  4863. {
  4864.    const struct mapi_table *_tbl = entry_current_get();
  4865.    mapi_func _func = ((const mapi_func *) _tbl)[410];
  4866.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)) _func)(target, level, internalformat, width, height, depth, border, imageSize, data);
  4867. }
  4868.  
  4869. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage3DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
  4870. {
  4871.    const struct mapi_table *_tbl = entry_current_get();
  4872.    mapi_func _func = ((const mapi_func *) _tbl)[410];
  4873.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)) _func)(target, level, internalformat, width, height, depth, border, imageSize, data);
  4874. }
  4875.  
  4876. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
  4877. {
  4878.    const struct mapi_table *_tbl = entry_current_get();
  4879.    mapi_func _func = ((const mapi_func *) _tbl)[411];
  4880.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)) _func)(target, level, xoffset, width, format, imageSize, data);
  4881. }
  4882.  
  4883. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1DARB)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
  4884. {
  4885.    const struct mapi_table *_tbl = entry_current_get();
  4886.    mapi_func _func = ((const mapi_func *) _tbl)[411];
  4887.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)) _func)(target, level, xoffset, width, format, imageSize, data);
  4888. }
  4889.  
  4890. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
  4891. {
  4892.    const struct mapi_table *_tbl = entry_current_get();
  4893.    mapi_func _func = ((const mapi_func *) _tbl)[412];
  4894.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)) _func)(target, level, xoffset, yoffset, width, height, format, imageSize, data);
  4895. }
  4896.  
  4897. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage2DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
  4898. {
  4899.    const struct mapi_table *_tbl = entry_current_get();
  4900.    mapi_func _func = ((const mapi_func *) _tbl)[412];
  4901.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)) _func)(target, level, xoffset, yoffset, width, height, format, imageSize, data);
  4902. }
  4903.  
  4904. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
  4905. {
  4906.    const struct mapi_table *_tbl = entry_current_get();
  4907.    mapi_func _func = ((const mapi_func *) _tbl)[413];
  4908.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)) _func)(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
  4909. }
  4910.  
  4911. GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage3DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
  4912. {
  4913.    const struct mapi_table *_tbl = entry_current_get();
  4914.    mapi_func _func = ((const mapi_func *) _tbl)[413];
  4915.    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)) _func)(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
  4916. }
  4917.  
  4918. GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img)
  4919. {
  4920.    const struct mapi_table *_tbl = entry_current_get();
  4921.    mapi_func _func = ((const mapi_func *) _tbl)[414];
  4922.    ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
  4923. }
  4924.  
  4925. GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img)
  4926. {
  4927.    const struct mapi_table *_tbl = entry_current_get();
  4928.    mapi_func _func = ((const mapi_func *) _tbl)[414];
  4929.    ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
  4930. }
  4931.  
  4932. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixd)(const GLdouble *m)
  4933. {
  4934.    const struct mapi_table *_tbl = entry_current_get();
  4935.    mapi_func _func = ((const mapi_func *) _tbl)[415];
  4936.    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
  4937. }
  4938.  
  4939. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixdARB)(const GLdouble *m)
  4940. {
  4941.    const struct mapi_table *_tbl = entry_current_get();
  4942.    mapi_func _func = ((const mapi_func *) _tbl)[415];
  4943.    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
  4944. }
  4945.  
  4946. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixf)(const GLfloat *m)
  4947. {
  4948.    const struct mapi_table *_tbl = entry_current_get();
  4949.    mapi_func _func = ((const mapi_func *) _tbl)[416];
  4950.    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
  4951. }
  4952.  
  4953. GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixfARB)(const GLfloat *m)
  4954. {
  4955.    const struct mapi_table *_tbl = entry_current_get();
  4956.    mapi_func _func = ((const mapi_func *) _tbl)[416];
  4957.    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
  4958. }
  4959.  
  4960. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixd)(const GLdouble *m)
  4961. {
  4962.    const struct mapi_table *_tbl = entry_current_get();
  4963.    mapi_func _func = ((const mapi_func *) _tbl)[417];
  4964.    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
  4965. }
  4966.  
  4967. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixdARB)(const GLdouble *m)
  4968. {
  4969.    const struct mapi_table *_tbl = entry_current_get();
  4970.    mapi_func _func = ((const mapi_func *) _tbl)[417];
  4971.    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
  4972. }
  4973.  
  4974. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixf)(const GLfloat *m)
  4975. {
  4976.    const struct mapi_table *_tbl = entry_current_get();
  4977.    mapi_func _func = ((const mapi_func *) _tbl)[418];
  4978.    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
  4979. }
  4980.  
  4981. GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixfARB)(const GLfloat *m)
  4982. {
  4983.    const struct mapi_table *_tbl = entry_current_get();
  4984.    mapi_func _func = ((const mapi_func *) _tbl)[418];
  4985.    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
  4986. }
  4987.  
  4988. GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverage)(GLclampf value, GLboolean invert)
  4989. {
  4990.    const struct mapi_table *_tbl = entry_current_get();
  4991.    mapi_func _func = ((const mapi_func *) _tbl)[419];
  4992.    ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
  4993. }
  4994.  
  4995. GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverageARB)(GLclampf value, GLboolean invert)
  4996. {
  4997.    const struct mapi_table *_tbl = entry_current_get();
  4998.    mapi_func _func = ((const mapi_func *) _tbl)[419];
  4999.    ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
  5000. }
  5001.  
  5002. GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
  5003. {
  5004.    const struct mapi_table *_tbl = entry_current_get();
  5005.    mapi_func _func = ((const mapi_func *) _tbl)[420];
  5006.    ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
  5007. }
  5008.  
  5009. GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
  5010. {
  5011.    const struct mapi_table *_tbl = entry_current_get();
  5012.    mapi_func _func = ((const mapi_func *) _tbl)[420];
  5013.    ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
  5014. }
  5015.  
  5016. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
  5017. {
  5018.    const struct mapi_table *_tbl = entry_current_get();
  5019.    mapi_func _func = ((const mapi_func *) _tbl)[421];
  5020.    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
  5021. }
  5022.  
  5023. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer)
  5024. {
  5025.    const struct mapi_table *_tbl = entry_current_get();
  5026.    mapi_func _func = ((const mapi_func *) _tbl)[421];
  5027.    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
  5028. }
  5029.  
  5030. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord)
  5031. {
  5032.    const struct mapi_table *_tbl = entry_current_get();
  5033.    mapi_func _func = ((const mapi_func *) _tbl)[422];
  5034.    ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
  5035. }
  5036.  
  5037. GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord)
  5038. {
  5039.    const struct mapi_table *_tbl = entry_current_get();
  5040.    mapi_func _func = ((const mapi_func *) _tbl)[422];
  5041.    ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
  5042. }
  5043.  
  5044. GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord)
  5045. {
  5046.    const struct mapi_table *_tbl = entry_current_get();
  5047.    mapi_func _func = ((const mapi_func *) _tbl)[423];
  5048.    ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
  5049. }
  5050.  
  5051. GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord)
  5052. {
  5053.    const struct mapi_table *_tbl = entry_current_get();
  5054.    mapi_func _func = ((const mapi_func *) _tbl)[423];
  5055.    ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
  5056. }
  5057.  
  5058. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
  5059. {
  5060.    const struct mapi_table *_tbl = entry_current_get();
  5061.    mapi_func _func = ((const mapi_func *) _tbl)[424];
  5062.    ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
  5063. }
  5064.  
  5065. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
  5066. {
  5067.    const struct mapi_table *_tbl = entry_current_get();
  5068.    mapi_func _func = ((const mapi_func *) _tbl)[424];
  5069.    ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
  5070. }
  5071.  
  5072. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param)
  5073. {
  5074.    const struct mapi_table *_tbl = entry_current_get();
  5075.    mapi_func _func = ((const mapi_func *) _tbl)[425];
  5076.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  5077. }
  5078.  
  5079. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param)
  5080. {
  5081.    const struct mapi_table *_tbl = entry_current_get();
  5082.    mapi_func _func = ((const mapi_func *) _tbl)[425];
  5083.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  5084. }
  5085.  
  5086. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param)
  5087. {
  5088.    const struct mapi_table *_tbl = entry_current_get();
  5089.    mapi_func _func = ((const mapi_func *) _tbl)[425];
  5090.    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
  5091. }
  5092.  
  5093. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params)
  5094. {
  5095.    const struct mapi_table *_tbl = entry_current_get();
  5096.    mapi_func _func = ((const mapi_func *) _tbl)[426];
  5097.    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
  5098. }
  5099.  
  5100. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params)
  5101. {
  5102.    const struct mapi_table *_tbl = entry_current_get();
  5103.    mapi_func _func = ((const mapi_func *) _tbl)[426];
  5104.    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
  5105. }
  5106.  
  5107. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params)
  5108. {
  5109.    const struct mapi_table *_tbl = entry_current_get();
  5110.    mapi_func _func = ((const mapi_func *) _tbl)[426];
  5111.    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
  5112. }
  5113.  
  5114. GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param)
  5115. {
  5116.    const struct mapi_table *_tbl = entry_current_get();
  5117.    mapi_func _func = ((const mapi_func *) _tbl)[427];
  5118.    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
  5119. }
  5120.  
  5121. GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params)
  5122. {
  5123.    const struct mapi_table *_tbl = entry_current_get();
  5124.    mapi_func _func = ((const mapi_func *) _tbl)[428];
  5125.    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
  5126. }
  5127.  
  5128. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue)
  5129. {
  5130.    const struct mapi_table *_tbl = entry_current_get();
  5131.    mapi_func _func = ((const mapi_func *) _tbl)[429];
  5132.    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
  5133. }
  5134.  
  5135. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue)
  5136. {
  5137.    const struct mapi_table *_tbl = entry_current_get();
  5138.    mapi_func _func = ((const mapi_func *) _tbl)[429];
  5139.    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
  5140. }
  5141.  
  5142. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v)
  5143. {
  5144.    const struct mapi_table *_tbl = entry_current_get();
  5145.    mapi_func _func = ((const mapi_func *) _tbl)[430];
  5146.    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
  5147. }
  5148.  
  5149. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v)
  5150. {
  5151.    const struct mapi_table *_tbl = entry_current_get();
  5152.    mapi_func _func = ((const mapi_func *) _tbl)[430];
  5153.    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
  5154. }
  5155.  
  5156. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue)
  5157. {
  5158.    const struct mapi_table *_tbl = entry_current_get();
  5159.    mapi_func _func = ((const mapi_func *) _tbl)[431];
  5160.    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
  5161. }
  5162.  
  5163. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue)
  5164. {
  5165.    const struct mapi_table *_tbl = entry_current_get();
  5166.    mapi_func _func = ((const mapi_func *) _tbl)[431];
  5167.    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
  5168. }
  5169.  
  5170. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v)
  5171. {
  5172.    const struct mapi_table *_tbl = entry_current_get();
  5173.    mapi_func _func = ((const mapi_func *) _tbl)[432];
  5174.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  5175. }
  5176.  
  5177. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v)
  5178. {
  5179.    const struct mapi_table *_tbl = entry_current_get();
  5180.    mapi_func _func = ((const mapi_func *) _tbl)[432];
  5181.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  5182. }
  5183.  
  5184. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue)
  5185. {
  5186.    const struct mapi_table *_tbl = entry_current_get();
  5187.    mapi_func _func = ((const mapi_func *) _tbl)[433];
  5188.    ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
  5189. }
  5190.  
  5191. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue)
  5192. {
  5193.    const struct mapi_table *_tbl = entry_current_get();
  5194.    mapi_func _func = ((const mapi_func *) _tbl)[433];
  5195.    ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
  5196. }
  5197.  
  5198. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v)
  5199. {
  5200.    const struct mapi_table *_tbl = entry_current_get();
  5201.    mapi_func _func = ((const mapi_func *) _tbl)[434];
  5202.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  5203. }
  5204.  
  5205. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v)
  5206. {
  5207.    const struct mapi_table *_tbl = entry_current_get();
  5208.    mapi_func _func = ((const mapi_func *) _tbl)[434];
  5209.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  5210. }
  5211.  
  5212. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue)
  5213. {
  5214.    const struct mapi_table *_tbl = entry_current_get();
  5215.    mapi_func _func = ((const mapi_func *) _tbl)[435];
  5216.    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
  5217. }
  5218.  
  5219. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue)
  5220. {
  5221.    const struct mapi_table *_tbl = entry_current_get();
  5222.    mapi_func _func = ((const mapi_func *) _tbl)[435];
  5223.    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
  5224. }
  5225.  
  5226. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v)
  5227. {
  5228.    const struct mapi_table *_tbl = entry_current_get();
  5229.    mapi_func _func = ((const mapi_func *) _tbl)[436];
  5230.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  5231. }
  5232.  
  5233. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v)
  5234. {
  5235.    const struct mapi_table *_tbl = entry_current_get();
  5236.    mapi_func _func = ((const mapi_func *) _tbl)[436];
  5237.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  5238. }
  5239.  
  5240. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue)
  5241. {
  5242.    const struct mapi_table *_tbl = entry_current_get();
  5243.    mapi_func _func = ((const mapi_func *) _tbl)[437];
  5244.    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
  5245. }
  5246.  
  5247. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue)
  5248. {
  5249.    const struct mapi_table *_tbl = entry_current_get();
  5250.    mapi_func _func = ((const mapi_func *) _tbl)[437];
  5251.    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
  5252. }
  5253.  
  5254. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v)
  5255. {
  5256.    const struct mapi_table *_tbl = entry_current_get();
  5257.    mapi_func _func = ((const mapi_func *) _tbl)[438];
  5258.    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
  5259. }
  5260.  
  5261. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v)
  5262. {
  5263.    const struct mapi_table *_tbl = entry_current_get();
  5264.    mapi_func _func = ((const mapi_func *) _tbl)[438];
  5265.    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
  5266. }
  5267.  
  5268. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue)
  5269. {
  5270.    const struct mapi_table *_tbl = entry_current_get();
  5271.    mapi_func _func = ((const mapi_func *) _tbl)[439];
  5272.    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
  5273. }
  5274.  
  5275. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue)
  5276. {
  5277.    const struct mapi_table *_tbl = entry_current_get();
  5278.    mapi_func _func = ((const mapi_func *) _tbl)[439];
  5279.    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
  5280. }
  5281.  
  5282. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v)
  5283. {
  5284.    const struct mapi_table *_tbl = entry_current_get();
  5285.    mapi_func _func = ((const mapi_func *) _tbl)[440];
  5286.    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
  5287. }
  5288.  
  5289. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v)
  5290. {
  5291.    const struct mapi_table *_tbl = entry_current_get();
  5292.    mapi_func _func = ((const mapi_func *) _tbl)[440];
  5293.    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
  5294. }
  5295.  
  5296. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue)
  5297. {
  5298.    const struct mapi_table *_tbl = entry_current_get();
  5299.    mapi_func _func = ((const mapi_func *) _tbl)[441];
  5300.    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
  5301. }
  5302.  
  5303. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue)
  5304. {
  5305.    const struct mapi_table *_tbl = entry_current_get();
  5306.    mapi_func _func = ((const mapi_func *) _tbl)[441];
  5307.    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
  5308. }
  5309.  
  5310. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v)
  5311. {
  5312.    const struct mapi_table *_tbl = entry_current_get();
  5313.    mapi_func _func = ((const mapi_func *) _tbl)[442];
  5314.    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
  5315. }
  5316.  
  5317. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v)
  5318. {
  5319.    const struct mapi_table *_tbl = entry_current_get();
  5320.    mapi_func _func = ((const mapi_func *) _tbl)[442];
  5321.    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
  5322. }
  5323.  
  5324. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  5325. {
  5326.    const struct mapi_table *_tbl = entry_current_get();
  5327.    mapi_func _func = ((const mapi_func *) _tbl)[443];
  5328.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
  5329. }
  5330.  
  5331. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  5332. {
  5333.    const struct mapi_table *_tbl = entry_current_get();
  5334.    mapi_func _func = ((const mapi_func *) _tbl)[443];
  5335.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
  5336. }
  5337.  
  5338. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y)
  5339. {
  5340.    const struct mapi_table *_tbl = entry_current_get();
  5341.    mapi_func _func = ((const mapi_func *) _tbl)[444];
  5342.    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
  5343. }
  5344.  
  5345. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y)
  5346. {
  5347.    const struct mapi_table *_tbl = entry_current_get();
  5348.    mapi_func _func = ((const mapi_func *) _tbl)[444];
  5349.    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
  5350. }
  5351.  
  5352. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v)
  5353. {
  5354.    const struct mapi_table *_tbl = entry_current_get();
  5355.    mapi_func _func = ((const mapi_func *) _tbl)[445];
  5356.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  5357. }
  5358.  
  5359. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v)
  5360. {
  5361.    const struct mapi_table *_tbl = entry_current_get();
  5362.    mapi_func _func = ((const mapi_func *) _tbl)[445];
  5363.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  5364. }
  5365.  
  5366. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y)
  5367. {
  5368.    const struct mapi_table *_tbl = entry_current_get();
  5369.    mapi_func _func = ((const mapi_func *) _tbl)[446];
  5370.    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
  5371. }
  5372.  
  5373. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y)
  5374. {
  5375.    const struct mapi_table *_tbl = entry_current_get();
  5376.    mapi_func _func = ((const mapi_func *) _tbl)[446];
  5377.    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
  5378. }
  5379.  
  5380. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v)
  5381. {
  5382.    const struct mapi_table *_tbl = entry_current_get();
  5383.    mapi_func _func = ((const mapi_func *) _tbl)[447];
  5384.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  5385. }
  5386.  
  5387. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v)
  5388. {
  5389.    const struct mapi_table *_tbl = entry_current_get();
  5390.    mapi_func _func = ((const mapi_func *) _tbl)[447];
  5391.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  5392. }
  5393.  
  5394. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y)
  5395. {
  5396.    const struct mapi_table *_tbl = entry_current_get();
  5397.    mapi_func _func = ((const mapi_func *) _tbl)[448];
  5398.    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
  5399. }
  5400.  
  5401. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y)
  5402. {
  5403.    const struct mapi_table *_tbl = entry_current_get();
  5404.    mapi_func _func = ((const mapi_func *) _tbl)[448];
  5405.    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
  5406. }
  5407.  
  5408. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v)
  5409. {
  5410.    const struct mapi_table *_tbl = entry_current_get();
  5411.    mapi_func _func = ((const mapi_func *) _tbl)[449];
  5412.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  5413. }
  5414.  
  5415. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v)
  5416. {
  5417.    const struct mapi_table *_tbl = entry_current_get();
  5418.    mapi_func _func = ((const mapi_func *) _tbl)[449];
  5419.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  5420. }
  5421.  
  5422. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y)
  5423. {
  5424.    const struct mapi_table *_tbl = entry_current_get();
  5425.    mapi_func _func = ((const mapi_func *) _tbl)[450];
  5426.    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
  5427. }
  5428.  
  5429. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y)
  5430. {
  5431.    const struct mapi_table *_tbl = entry_current_get();
  5432.    mapi_func _func = ((const mapi_func *) _tbl)[450];
  5433.    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
  5434. }
  5435.  
  5436. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v)
  5437. {
  5438.    const struct mapi_table *_tbl = entry_current_get();
  5439.    mapi_func _func = ((const mapi_func *) _tbl)[451];
  5440.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  5441. }
  5442.  
  5443. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v)
  5444. {
  5445.    const struct mapi_table *_tbl = entry_current_get();
  5446.    mapi_func _func = ((const mapi_func *) _tbl)[451];
  5447.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  5448. }
  5449.  
  5450. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z)
  5451. {
  5452.    const struct mapi_table *_tbl = entry_current_get();
  5453.    mapi_func _func = ((const mapi_func *) _tbl)[452];
  5454.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
  5455. }
  5456.  
  5457. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z)
  5458. {
  5459.    const struct mapi_table *_tbl = entry_current_get();
  5460.    mapi_func _func = ((const mapi_func *) _tbl)[452];
  5461.    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
  5462. }
  5463.  
  5464. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v)
  5465. {
  5466.    const struct mapi_table *_tbl = entry_current_get();
  5467.    mapi_func _func = ((const mapi_func *) _tbl)[453];
  5468.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  5469. }
  5470.  
  5471. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v)
  5472. {
  5473.    const struct mapi_table *_tbl = entry_current_get();
  5474.    mapi_func _func = ((const mapi_func *) _tbl)[453];
  5475.    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
  5476. }
  5477.  
  5478. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z)
  5479. {
  5480.    const struct mapi_table *_tbl = entry_current_get();
  5481.    mapi_func _func = ((const mapi_func *) _tbl)[454];
  5482.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
  5483. }
  5484.  
  5485. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z)
  5486. {
  5487.    const struct mapi_table *_tbl = entry_current_get();
  5488.    mapi_func _func = ((const mapi_func *) _tbl)[454];
  5489.    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
  5490. }
  5491.  
  5492. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v)
  5493. {
  5494.    const struct mapi_table *_tbl = entry_current_get();
  5495.    mapi_func _func = ((const mapi_func *) _tbl)[455];
  5496.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  5497. }
  5498.  
  5499. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v)
  5500. {
  5501.    const struct mapi_table *_tbl = entry_current_get();
  5502.    mapi_func _func = ((const mapi_func *) _tbl)[455];
  5503.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  5504. }
  5505.  
  5506. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z)
  5507. {
  5508.    const struct mapi_table *_tbl = entry_current_get();
  5509.    mapi_func _func = ((const mapi_func *) _tbl)[456];
  5510.    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
  5511. }
  5512.  
  5513. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z)
  5514. {
  5515.    const struct mapi_table *_tbl = entry_current_get();
  5516.    mapi_func _func = ((const mapi_func *) _tbl)[456];
  5517.    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
  5518. }
  5519.  
  5520. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v)
  5521. {
  5522.    const struct mapi_table *_tbl = entry_current_get();
  5523.    mapi_func _func = ((const mapi_func *) _tbl)[457];
  5524.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  5525. }
  5526.  
  5527. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v)
  5528. {
  5529.    const struct mapi_table *_tbl = entry_current_get();
  5530.    mapi_func _func = ((const mapi_func *) _tbl)[457];
  5531.    ((void (APIENTRY *)(const GLint *v)) _func)(v);
  5532. }
  5533.  
  5534. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z)
  5535. {
  5536.    const struct mapi_table *_tbl = entry_current_get();
  5537.    mapi_func _func = ((const mapi_func *) _tbl)[458];
  5538.    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
  5539. }
  5540.  
  5541. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z)
  5542. {
  5543.    const struct mapi_table *_tbl = entry_current_get();
  5544.    mapi_func _func = ((const mapi_func *) _tbl)[458];
  5545.    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
  5546. }
  5547.  
  5548. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v)
  5549. {
  5550.    const struct mapi_table *_tbl = entry_current_get();
  5551.    mapi_func _func = ((const mapi_func *) _tbl)[459];
  5552.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  5553. }
  5554.  
  5555. GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v)
  5556. {
  5557.    const struct mapi_table *_tbl = entry_current_get();
  5558.    mapi_func _func = ((const mapi_func *) _tbl)[459];
  5559.    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
  5560. }
  5561.  
  5562. GLAPI void APIENTRY GLAPI_PREFIX(BeginQuery)(GLenum target, GLuint id)
  5563. {
  5564.    const struct mapi_table *_tbl = entry_current_get();
  5565.    mapi_func _func = ((const mapi_func *) _tbl)[460];
  5566.    ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
  5567. }
  5568.  
  5569. GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryARB)(GLenum target, GLuint id)
  5570. {
  5571.    const struct mapi_table *_tbl = entry_current_get();
  5572.    mapi_func _func = ((const mapi_func *) _tbl)[460];
  5573.    ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
  5574. }
  5575.  
  5576. GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer)
  5577. {
  5578.    const struct mapi_table *_tbl = entry_current_get();
  5579.    mapi_func _func = ((const mapi_func *) _tbl)[461];
  5580.    ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
  5581. }
  5582.  
  5583. GLAPI void APIENTRY GLAPI_PREFIX(BindBufferARB)(GLenum target, GLuint buffer)
  5584. {
  5585.    const struct mapi_table *_tbl = entry_current_get();
  5586.    mapi_func _func = ((const mapi_func *) _tbl)[461];
  5587.    ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
  5588. }
  5589.  
  5590. GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
  5591. {
  5592.    const struct mapi_table *_tbl = entry_current_get();
  5593.    mapi_func _func = ((const mapi_func *) _tbl)[462];
  5594.    ((void (APIENTRY *)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
  5595. }
  5596.  
  5597. GLAPI void APIENTRY GLAPI_PREFIX(BufferDataARB)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)
  5598. {
  5599.    const struct mapi_table *_tbl = entry_current_get();
  5600.    mapi_func _func = ((const mapi_func *) _tbl)[462];
  5601.    ((void (APIENTRY *)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
  5602. }
  5603.  
  5604. GLAPI void APIENTRY GLAPI_PREFIX(BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
  5605. {
  5606.    const struct mapi_table *_tbl = entry_current_get();
  5607.    mapi_func _func = ((const mapi_func *) _tbl)[463];
  5608.    ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)) _func)(target, offset, size, data);
  5609. }
  5610.  
  5611. GLAPI void APIENTRY GLAPI_PREFIX(BufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)
  5612. {
  5613.    const struct mapi_table *_tbl = entry_current_get();
  5614.    mapi_func _func = ((const mapi_func *) _tbl)[463];
  5615.    ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)) _func)(target, offset, size, data);
  5616. }
  5617.  
  5618. GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffers)(GLsizei n, const GLuint *buffer)
  5619. {
  5620.    const struct mapi_table *_tbl = entry_current_get();
  5621.    mapi_func _func = ((const mapi_func *) _tbl)[464];
  5622.    ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
  5623. }
  5624.  
  5625. GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffersARB)(GLsizei n, const GLuint *buffer)
  5626. {
  5627.    const struct mapi_table *_tbl = entry_current_get();
  5628.    mapi_func _func = ((const mapi_func *) _tbl)[464];
  5629.    ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
  5630. }
  5631.  
  5632. GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueries)(GLsizei n, const GLuint *ids)
  5633. {
  5634.    const struct mapi_table *_tbl = entry_current_get();
  5635.    mapi_func _func = ((const mapi_func *) _tbl)[465];
  5636.    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
  5637. }
  5638.  
  5639. GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueriesARB)(GLsizei n, const GLuint *ids)
  5640. {
  5641.    const struct mapi_table *_tbl = entry_current_get();
  5642.    mapi_func _func = ((const mapi_func *) _tbl)[465];
  5643.    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
  5644. }
  5645.  
  5646. GLAPI void APIENTRY GLAPI_PREFIX(EndQuery)(GLenum target)
  5647. {
  5648.    const struct mapi_table *_tbl = entry_current_get();
  5649.    mapi_func _func = ((const mapi_func *) _tbl)[466];
  5650.    ((void (APIENTRY *)(GLenum target)) _func)(target);
  5651. }
  5652.  
  5653. GLAPI void APIENTRY GLAPI_PREFIX(EndQueryARB)(GLenum target)
  5654. {
  5655.    const struct mapi_table *_tbl = entry_current_get();
  5656.    mapi_func _func = ((const mapi_func *) _tbl)[466];
  5657.    ((void (APIENTRY *)(GLenum target)) _func)(target);
  5658. }
  5659.  
  5660. GLAPI void APIENTRY GLAPI_PREFIX(GenBuffers)(GLsizei n, GLuint *buffer)
  5661. {
  5662.    const struct mapi_table *_tbl = entry_current_get();
  5663.    mapi_func _func = ((const mapi_func *) _tbl)[467];
  5664.    ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
  5665. }
  5666.  
  5667. GLAPI void APIENTRY GLAPI_PREFIX(GenBuffersARB)(GLsizei n, GLuint *buffer)
  5668. {
  5669.    const struct mapi_table *_tbl = entry_current_get();
  5670.    mapi_func _func = ((const mapi_func *) _tbl)[467];
  5671.    ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
  5672. }
  5673.  
  5674. GLAPI void APIENTRY GLAPI_PREFIX(GenQueries)(GLsizei n, GLuint *ids)
  5675. {
  5676.    const struct mapi_table *_tbl = entry_current_get();
  5677.    mapi_func _func = ((const mapi_func *) _tbl)[468];
  5678.    ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
  5679. }
  5680.  
  5681. GLAPI void APIENTRY GLAPI_PREFIX(GenQueriesARB)(GLsizei n, GLuint *ids)
  5682. {
  5683.    const struct mapi_table *_tbl = entry_current_get();
  5684.    mapi_func _func = ((const mapi_func *) _tbl)[468];
  5685.    ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
  5686. }
  5687.  
  5688. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteriv)(GLenum target, GLenum pname, GLint *params)
  5689. {
  5690.    const struct mapi_table *_tbl = entry_current_get();
  5691.    mapi_func _func = ((const mapi_func *) _tbl)[469];
  5692.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  5693. }
  5694.  
  5695. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameterivARB)(GLenum target, GLenum pname, GLint *params)
  5696. {
  5697.    const struct mapi_table *_tbl = entry_current_get();
  5698.    mapi_func _func = ((const mapi_func *) _tbl)[469];
  5699.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  5700. }
  5701.  
  5702. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointerv)(GLenum target, GLenum pname, GLvoid **params)
  5703. {
  5704.    const struct mapi_table *_tbl = entry_current_get();
  5705.    mapi_func _func = ((const mapi_func *) _tbl)[470];
  5706.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
  5707. }
  5708.  
  5709. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointervARB)(GLenum target, GLenum pname, GLvoid **params)
  5710. {
  5711.    const struct mapi_table *_tbl = entry_current_get();
  5712.    mapi_func _func = ((const mapi_func *) _tbl)[470];
  5713.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
  5714. }
  5715.  
  5716. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
  5717. {
  5718.    const struct mapi_table *_tbl = entry_current_get();
  5719.    mapi_func _func = ((const mapi_func *) _tbl)[471];
  5720.    ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)) _func)(target, offset, size, data);
  5721. }
  5722.  
  5723. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)
  5724. {
  5725.    const struct mapi_table *_tbl = entry_current_get();
  5726.    mapi_func _func = ((const mapi_func *) _tbl)[471];
  5727.    ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)) _func)(target, offset, size, data);
  5728. }
  5729.  
  5730. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectiv)(GLuint id, GLenum pname, GLint *params)
  5731. {
  5732.    const struct mapi_table *_tbl = entry_current_get();
  5733.    mapi_func _func = ((const mapi_func *) _tbl)[472];
  5734.    ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
  5735. }
  5736.  
  5737. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectivARB)(GLuint id, GLenum pname, GLint *params)
  5738. {
  5739.    const struct mapi_table *_tbl = entry_current_get();
  5740.    mapi_func _func = ((const mapi_func *) _tbl)[472];
  5741.    ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
  5742. }
  5743.  
  5744. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params)
  5745. {
  5746.    const struct mapi_table *_tbl = entry_current_get();
  5747.    mapi_func _func = ((const mapi_func *) _tbl)[473];
  5748.    ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
  5749. }
  5750.  
  5751. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuivARB)(GLuint id, GLenum pname, GLuint *params)
  5752. {
  5753.    const struct mapi_table *_tbl = entry_current_get();
  5754.    mapi_func _func = ((const mapi_func *) _tbl)[473];
  5755.    ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
  5756. }
  5757.  
  5758. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryiv)(GLenum target, GLenum pname, GLint *params)
  5759. {
  5760.    const struct mapi_table *_tbl = entry_current_get();
  5761.    mapi_func _func = ((const mapi_func *) _tbl)[474];
  5762.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  5763. }
  5764.  
  5765. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryivARB)(GLenum target, GLenum pname, GLint *params)
  5766. {
  5767.    const struct mapi_table *_tbl = entry_current_get();
  5768.    mapi_func _func = ((const mapi_func *) _tbl)[474];
  5769.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  5770. }
  5771.  
  5772. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer)
  5773. {
  5774.    const struct mapi_table *_tbl = entry_current_get();
  5775.    mapi_func _func = ((const mapi_func *) _tbl)[475];
  5776.    return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
  5777. }
  5778.  
  5779. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBufferARB)(GLuint buffer)
  5780. {
  5781.    const struct mapi_table *_tbl = entry_current_get();
  5782.    mapi_func _func = ((const mapi_func *) _tbl)[475];
  5783.    return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
  5784. }
  5785.  
  5786. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQuery)(GLuint id)
  5787. {
  5788.    const struct mapi_table *_tbl = entry_current_get();
  5789.    mapi_func _func = ((const mapi_func *) _tbl)[476];
  5790.    return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
  5791. }
  5792.  
  5793. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQueryARB)(GLuint id)
  5794. {
  5795.    const struct mapi_table *_tbl = entry_current_get();
  5796.    mapi_func _func = ((const mapi_func *) _tbl)[476];
  5797.    return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
  5798. }
  5799.  
  5800. GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBuffer)(GLenum target, GLenum access)
  5801. {
  5802.    const struct mapi_table *_tbl = entry_current_get();
  5803.    mapi_func _func = ((const mapi_func *) _tbl)[477];
  5804.    return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
  5805. }
  5806.  
  5807. GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferARB)(GLenum target, GLenum access)
  5808. {
  5809.    const struct mapi_table *_tbl = entry_current_get();
  5810.    mapi_func _func = ((const mapi_func *) _tbl)[477];
  5811.    return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
  5812. }
  5813.  
  5814. GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBuffer)(GLenum target)
  5815. {
  5816.    const struct mapi_table *_tbl = entry_current_get();
  5817.    mapi_func _func = ((const mapi_func *) _tbl)[478];
  5818.    return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
  5819. }
  5820.  
  5821. GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBufferARB)(GLenum target)
  5822. {
  5823.    const struct mapi_table *_tbl = entry_current_get();
  5824.    mapi_func _func = ((const mapi_func *) _tbl)[478];
  5825.    return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
  5826. }
  5827.  
  5828. GLAPI void APIENTRY GLAPI_PREFIX(AttachShader)(GLuint program, GLuint shader)
  5829. {
  5830.    const struct mapi_table *_tbl = entry_current_get();
  5831.    mapi_func _func = ((const mapi_func *) _tbl)[479];
  5832.    ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
  5833. }
  5834.  
  5835. GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocation)(GLuint program, GLuint index, const GLchar *name)
  5836. {
  5837.    const struct mapi_table *_tbl = entry_current_get();
  5838.    mapi_func _func = ((const mapi_func *) _tbl)[480];
  5839.    ((void (APIENTRY *)(GLuint program, GLuint index, const GLchar *name)) _func)(program, index, name);
  5840. }
  5841.  
  5842. GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocationARB)(GLhandleARB program, GLuint index, const GLcharARB *name)
  5843. {
  5844.    const struct mapi_table *_tbl = entry_current_get();
  5845.    mapi_func _func = ((const mapi_func *) _tbl)[480];
  5846.    ((void (APIENTRY *)(GLhandleARB program, GLuint index, const GLcharARB *name)) _func)(program, index, name);
  5847. }
  5848.  
  5849. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
  5850. {
  5851.    const struct mapi_table *_tbl = entry_current_get();
  5852.    mapi_func _func = ((const mapi_func *) _tbl)[481];
  5853.    ((void (APIENTRY *)(GLenum modeRGB, GLenum modeA)) _func)(modeRGB, modeA);
  5854. }
  5855.  
  5856. GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader)
  5857. {
  5858.    const struct mapi_table *_tbl = entry_current_get();
  5859.    mapi_func _func = ((const mapi_func *) _tbl)[482];
  5860.    ((void (APIENTRY *)(GLuint shader)) _func)(shader);
  5861. }
  5862.  
  5863. GLAPI void APIENTRY GLAPI_PREFIX(CompileShaderARB)(GLhandleARB shader)
  5864. {
  5865.    const struct mapi_table *_tbl = entry_current_get();
  5866.    mapi_func _func = ((const mapi_func *) _tbl)[482];
  5867.    ((void (APIENTRY *)(GLhandleARB shader)) _func)(shader);
  5868. }
  5869.  
  5870. GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateProgram)(void)
  5871. {
  5872.    const struct mapi_table *_tbl = entry_current_get();
  5873.    mapi_func _func = ((const mapi_func *) _tbl)[483];
  5874.    return ((GLuint (APIENTRY *)(void)) _func)();
  5875. }
  5876.  
  5877. GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShader)(GLenum type)
  5878. {
  5879.    const struct mapi_table *_tbl = entry_current_get();
  5880.    mapi_func _func = ((const mapi_func *) _tbl)[484];
  5881.    return ((GLuint (APIENTRY *)(GLenum type)) _func)(type);
  5882. }
  5883.  
  5884. GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program)
  5885. {
  5886.    const struct mapi_table *_tbl = entry_current_get();
  5887.    mapi_func _func = ((const mapi_func *) _tbl)[485];
  5888.    ((void (APIENTRY *)(GLuint program)) _func)(program);
  5889. }
  5890.  
  5891. GLAPI void APIENTRY GLAPI_PREFIX(DeleteShader)(GLuint program)
  5892. {
  5893.    const struct mapi_table *_tbl = entry_current_get();
  5894.    mapi_func _func = ((const mapi_func *) _tbl)[486];
  5895.    ((void (APIENTRY *)(GLuint program)) _func)(program);
  5896. }
  5897.  
  5898. GLAPI void APIENTRY GLAPI_PREFIX(DetachShader)(GLuint program, GLuint shader)
  5899. {
  5900.    const struct mapi_table *_tbl = entry_current_get();
  5901.    mapi_func _func = ((const mapi_func *) _tbl)[487];
  5902.    ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
  5903. }
  5904.  
  5905. GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index)
  5906. {
  5907.    const struct mapi_table *_tbl = entry_current_get();
  5908.    mapi_func _func = ((const mapi_func *) _tbl)[488];
  5909.    ((void (APIENTRY *)(GLuint index)) _func)(index);
  5910. }
  5911.  
  5912. GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArrayARB)(GLuint index)
  5913. {
  5914.    const struct mapi_table *_tbl = entry_current_get();
  5915.    mapi_func _func = ((const mapi_func *) _tbl)[488];
  5916.    ((void (APIENTRY *)(GLuint index)) _func)(index);
  5917. }
  5918.  
  5919. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs)
  5920. {
  5921.    const struct mapi_table *_tbl = entry_current_get();
  5922.    mapi_func _func = ((const mapi_func *) _tbl)[489];
  5923.    ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
  5924. }
  5925.  
  5926. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersARB)(GLsizei n, const GLenum *bufs)
  5927. {
  5928.    const struct mapi_table *_tbl = entry_current_get();
  5929.    mapi_func _func = ((const mapi_func *) _tbl)[489];
  5930.    ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
  5931. }
  5932.  
  5933. GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersATI)(GLsizei n, const GLenum *bufs)
  5934. {
  5935.    const struct mapi_table *_tbl = entry_current_get();
  5936.    mapi_func _func = ((const mapi_func *) _tbl)[489];
  5937.    ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
  5938. }
  5939.  
  5940. GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArray)(GLuint index)
  5941. {
  5942.    const struct mapi_table *_tbl = entry_current_get();
  5943.    mapi_func _func = ((const mapi_func *) _tbl)[490];
  5944.    ((void (APIENTRY *)(GLuint index)) _func)(index);
  5945. }
  5946.  
  5947. GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArrayARB)(GLuint index)
  5948. {
  5949.    const struct mapi_table *_tbl = entry_current_get();
  5950.    mapi_func _func = ((const mapi_func *) _tbl)[490];
  5951.    ((void (APIENTRY *)(GLuint index)) _func)(index);
  5952. }
  5953.  
  5954. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
  5955. {
  5956.    const struct mapi_table *_tbl = entry_current_get();
  5957.    mapi_func _func = ((const mapi_func *) _tbl)[491];
  5958.    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
  5959. }
  5960.  
  5961. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
  5962. {
  5963.    const struct mapi_table *_tbl = entry_current_get();
  5964.    mapi_func _func = ((const mapi_func *) _tbl)[491];
  5965.    ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
  5966. }
  5967.  
  5968. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
  5969. {
  5970.    const struct mapi_table *_tbl = entry_current_get();
  5971.    mapi_func _func = ((const mapi_func *) _tbl)[492];
  5972.    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
  5973. }
  5974.  
  5975. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
  5976. {
  5977.    const struct mapi_table *_tbl = entry_current_get();
  5978.    mapi_func _func = ((const mapi_func *) _tbl)[492];
  5979.    ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
  5980. }
  5981.  
  5982. GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)
  5983. {
  5984.    const struct mapi_table *_tbl = entry_current_get();
  5985.    mapi_func _func = ((const mapi_func *) _tbl)[493];
  5986.    ((void (APIENTRY *)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)) _func)(program, maxCount, count, obj);
  5987. }
  5988.  
  5989. GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name)
  5990. {
  5991.    const struct mapi_table *_tbl = entry_current_get();
  5992.    mapi_func _func = ((const mapi_func *) _tbl)[494];
  5993.    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
  5994. }
  5995.  
  5996. GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocationARB)(GLhandleARB program, const GLcharARB *name)
  5997. {
  5998.    const struct mapi_table *_tbl = entry_current_get();
  5999.    mapi_func _func = ((const mapi_func *) _tbl)[494];
  6000.    return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
  6001. }
  6002.  
  6003. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
  6004. {
  6005.    const struct mapi_table *_tbl = entry_current_get();
  6006.    mapi_func _func = ((const mapi_func *) _tbl)[495];
  6007.    ((void (APIENTRY *)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(program, bufSize, length, infoLog);
  6008. }
  6009.  
  6010. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramiv)(GLuint program, GLenum pname, GLint *params)
  6011. {
  6012.    const struct mapi_table *_tbl = entry_current_get();
  6013.    mapi_func _func = ((const mapi_func *) _tbl)[496];
  6014.    ((void (APIENTRY *)(GLuint program, GLenum pname, GLint *params)) _func)(program, pname, params);
  6015. }
  6016.  
  6017. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
  6018. {
  6019.    const struct mapi_table *_tbl = entry_current_get();
  6020.    mapi_func _func = ((const mapi_func *) _tbl)[497];
  6021.    ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(shader, bufSize, length, infoLog);
  6022. }
  6023.  
  6024. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
  6025. {
  6026.    const struct mapi_table *_tbl = entry_current_get();
  6027.    mapi_func _func = ((const mapi_func *) _tbl)[498];
  6028.    ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)) _func)(shader, bufSize, length, source);
  6029. }
  6030.  
  6031. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSourceARB)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)
  6032. {
  6033.    const struct mapi_table *_tbl = entry_current_get();
  6034.    mapi_func _func = ((const mapi_func *) _tbl)[498];
  6035.    ((void (APIENTRY *)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)) _func)(shader, bufSize, length, source);
  6036. }
  6037.  
  6038. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderiv)(GLuint shader, GLenum pname, GLint *params)
  6039. {
  6040.    const struct mapi_table *_tbl = entry_current_get();
  6041.    mapi_func _func = ((const mapi_func *) _tbl)[499];
  6042.    ((void (APIENTRY *)(GLuint shader, GLenum pname, GLint *params)) _func)(shader, pname, params);
  6043. }
  6044.  
  6045. GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocation)(GLuint program, const GLchar *name)
  6046. {
  6047.    const struct mapi_table *_tbl = entry_current_get();
  6048.    mapi_func _func = ((const mapi_func *) _tbl)[500];
  6049.    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
  6050. }
  6051.  
  6052. GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocationARB)(GLhandleARB program, const GLcharARB *name)
  6053. {
  6054.    const struct mapi_table *_tbl = entry_current_get();
  6055.    mapi_func _func = ((const mapi_func *) _tbl)[500];
  6056.    return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
  6057. }
  6058.  
  6059. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params)
  6060. {
  6061.    const struct mapi_table *_tbl = entry_current_get();
  6062.    mapi_func _func = ((const mapi_func *) _tbl)[501];
  6063.    ((void (APIENTRY *)(GLuint program, GLint location, GLfloat *params)) _func)(program, location, params);
  6064. }
  6065.  
  6066. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfvARB)(GLhandleARB program, GLint location, GLfloat *params)
  6067. {
  6068.    const struct mapi_table *_tbl = entry_current_get();
  6069.    mapi_func _func = ((const mapi_func *) _tbl)[501];
  6070.    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLfloat *params)) _func)(program, location, params);
  6071. }
  6072.  
  6073. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformiv)(GLuint program, GLint location, GLint *params)
  6074. {
  6075.    const struct mapi_table *_tbl = entry_current_get();
  6076.    mapi_func _func = ((const mapi_func *) _tbl)[502];
  6077.    ((void (APIENTRY *)(GLuint program, GLint location, GLint *params)) _func)(program, location, params);
  6078. }
  6079.  
  6080. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformivARB)(GLhandleARB program, GLint location, GLint *params)
  6081. {
  6082.    const struct mapi_table *_tbl = entry_current_get();
  6083.    mapi_func _func = ((const mapi_func *) _tbl)[502];
  6084.    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLint *params)) _func)(program, location, params);
  6085. }
  6086.  
  6087. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer)
  6088. {
  6089.    const struct mapi_table *_tbl = entry_current_get();
  6090.    mapi_func _func = ((const mapi_func *) _tbl)[503];
  6091.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
  6092. }
  6093.  
  6094. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer)
  6095. {
  6096.    const struct mapi_table *_tbl = entry_current_get();
  6097.    mapi_func _func = ((const mapi_func *) _tbl)[503];
  6098.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
  6099. }
  6100.  
  6101. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble *params)
  6102. {
  6103.    const struct mapi_table *_tbl = entry_current_get();
  6104.    mapi_func _func = ((const mapi_func *) _tbl)[504];
  6105.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
  6106. }
  6107.  
  6108. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvARB)(GLuint index, GLenum pname, GLdouble *params)
  6109. {
  6110.    const struct mapi_table *_tbl = entry_current_get();
  6111.    mapi_func _func = ((const mapi_func *) _tbl)[504];
  6112.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
  6113. }
  6114.  
  6115. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat *params)
  6116. {
  6117.    const struct mapi_table *_tbl = entry_current_get();
  6118.    mapi_func _func = ((const mapi_func *) _tbl)[505];
  6119.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
  6120. }
  6121.  
  6122. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvARB)(GLuint index, GLenum pname, GLfloat *params)
  6123. {
  6124.    const struct mapi_table *_tbl = entry_current_get();
  6125.    mapi_func _func = ((const mapi_func *) _tbl)[505];
  6126.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
  6127. }
  6128.  
  6129. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribiv)(GLuint index, GLenum pname, GLint *params)
  6130. {
  6131.    const struct mapi_table *_tbl = entry_current_get();
  6132.    mapi_func _func = ((const mapi_func *) _tbl)[506];
  6133.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
  6134. }
  6135.  
  6136. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivARB)(GLuint index, GLenum pname, GLint *params)
  6137. {
  6138.    const struct mapi_table *_tbl = entry_current_get();
  6139.    mapi_func _func = ((const mapi_func *) _tbl)[506];
  6140.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
  6141. }
  6142.  
  6143. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgram)(GLuint program)
  6144. {
  6145.    const struct mapi_table *_tbl = entry_current_get();
  6146.    mapi_func _func = ((const mapi_func *) _tbl)[507];
  6147.    return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
  6148. }
  6149.  
  6150. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsShader)(GLuint shader)
  6151. {
  6152.    const struct mapi_table *_tbl = entry_current_get();
  6153.    mapi_func _func = ((const mapi_func *) _tbl)[508];
  6154.    return ((GLboolean (APIENTRY *)(GLuint shader)) _func)(shader);
  6155. }
  6156.  
  6157. GLAPI void APIENTRY GLAPI_PREFIX(LinkProgram)(GLuint program)
  6158. {
  6159.    const struct mapi_table *_tbl = entry_current_get();
  6160.    mapi_func _func = ((const mapi_func *) _tbl)[509];
  6161.    ((void (APIENTRY *)(GLuint program)) _func)(program);
  6162. }
  6163.  
  6164. GLAPI void APIENTRY GLAPI_PREFIX(LinkProgramARB)(GLhandleARB program)
  6165. {
  6166.    const struct mapi_table *_tbl = entry_current_get();
  6167.    mapi_func _func = ((const mapi_func *) _tbl)[509];
  6168.    ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
  6169. }
  6170.  
  6171. GLAPI void APIENTRY GLAPI_PREFIX(ShaderSource)(GLuint shader, GLsizei count, const GLchar * const *string, const GLint *length)
  6172. {
  6173.    const struct mapi_table *_tbl = entry_current_get();
  6174.    mapi_func _func = ((const mapi_func *) _tbl)[510];
  6175.    ((void (APIENTRY *)(GLuint shader, GLsizei count, const GLchar * const *string, const GLint *length)) _func)(shader, count, string, length);
  6176. }
  6177.  
  6178. GLAPI void APIENTRY GLAPI_PREFIX(ShaderSourceARB)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)
  6179. {
  6180.    const struct mapi_table *_tbl = entry_current_get();
  6181.    mapi_func _func = ((const mapi_func *) _tbl)[510];
  6182.    ((void (APIENTRY *)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)) _func)(shader, count, string, length);
  6183. }
  6184.  
  6185. GLAPI void APIENTRY GLAPI_PREFIX(StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask)
  6186. {
  6187.    const struct mapi_table *_tbl = entry_current_get();
  6188.    mapi_func _func = ((const mapi_func *) _tbl)[511];
  6189.    ((void (APIENTRY *)(GLenum face, GLenum func, GLint ref, GLuint mask)) _func)(face, func, ref, mask);
  6190. }
  6191.  
  6192. GLAPI void APIENTRY GLAPI_PREFIX(StencilMaskSeparate)(GLenum face, GLuint mask)
  6193. {
  6194.    const struct mapi_table *_tbl = entry_current_get();
  6195.    mapi_func _func = ((const mapi_func *) _tbl)[512];
  6196.    ((void (APIENTRY *)(GLenum face, GLuint mask)) _func)(face, mask);
  6197. }
  6198.  
  6199. GLAPI void APIENTRY GLAPI_PREFIX(StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)
  6200. {
  6201.    const struct mapi_table *_tbl = entry_current_get();
  6202.    mapi_func _func = ((const mapi_func *) _tbl)[513];
  6203.    ((void (APIENTRY *)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)) _func)(face, sfail, zfail, zpass);
  6204. }
  6205.  
  6206. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0)
  6207. {
  6208.    const struct mapi_table *_tbl = entry_current_get();
  6209.    mapi_func _func = ((const mapi_func *) _tbl)[514];
  6210.    ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
  6211. }
  6212.  
  6213. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fARB)(GLint location, GLfloat v0)
  6214. {
  6215.    const struct mapi_table *_tbl = entry_current_get();
  6216.    mapi_func _func = ((const mapi_func *) _tbl)[514];
  6217.    ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
  6218. }
  6219.  
  6220. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fv)(GLint location, GLsizei count, const GLfloat *value)
  6221. {
  6222.    const struct mapi_table *_tbl = entry_current_get();
  6223.    mapi_func _func = ((const mapi_func *) _tbl)[515];
  6224.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6225. }
  6226.  
  6227. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fvARB)(GLint location, GLsizei count, const GLfloat *value)
  6228. {
  6229.    const struct mapi_table *_tbl = entry_current_get();
  6230.    mapi_func _func = ((const mapi_func *) _tbl)[515];
  6231.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6232. }
  6233.  
  6234. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1i)(GLint location, GLint v0)
  6235. {
  6236.    const struct mapi_table *_tbl = entry_current_get();
  6237.    mapi_func _func = ((const mapi_func *) _tbl)[516];
  6238.    ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
  6239. }
  6240.  
  6241. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iARB)(GLint location, GLint v0)
  6242. {
  6243.    const struct mapi_table *_tbl = entry_current_get();
  6244.    mapi_func _func = ((const mapi_func *) _tbl)[516];
  6245.    ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
  6246. }
  6247.  
  6248. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iv)(GLint location, GLsizei count, const GLint *value)
  6249. {
  6250.    const struct mapi_table *_tbl = entry_current_get();
  6251.    mapi_func _func = ((const mapi_func *) _tbl)[517];
  6252.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6253. }
  6254.  
  6255. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ivARB)(GLint location, GLsizei count, const GLint *value)
  6256. {
  6257.    const struct mapi_table *_tbl = entry_current_get();
  6258.    mapi_func _func = ((const mapi_func *) _tbl)[517];
  6259.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6260. }
  6261.  
  6262. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1)
  6263. {
  6264.    const struct mapi_table *_tbl = entry_current_get();
  6265.    mapi_func _func = ((const mapi_func *) _tbl)[518];
  6266.    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
  6267. }
  6268.  
  6269. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fARB)(GLint location, GLfloat v0, GLfloat v1)
  6270. {
  6271.    const struct mapi_table *_tbl = entry_current_get();
  6272.    mapi_func _func = ((const mapi_func *) _tbl)[518];
  6273.    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
  6274. }
  6275.  
  6276. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fv)(GLint location, GLsizei count, const GLfloat *value)
  6277. {
  6278.    const struct mapi_table *_tbl = entry_current_get();
  6279.    mapi_func _func = ((const mapi_func *) _tbl)[519];
  6280.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6281. }
  6282.  
  6283. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fvARB)(GLint location, GLsizei count, const GLfloat *value)
  6284. {
  6285.    const struct mapi_table *_tbl = entry_current_get();
  6286.    mapi_func _func = ((const mapi_func *) _tbl)[519];
  6287.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6288. }
  6289.  
  6290. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2i)(GLint location, GLint v0, GLint v1)
  6291. {
  6292.    const struct mapi_table *_tbl = entry_current_get();
  6293.    mapi_func _func = ((const mapi_func *) _tbl)[520];
  6294.    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
  6295. }
  6296.  
  6297. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iARB)(GLint location, GLint v0, GLint v1)
  6298. {
  6299.    const struct mapi_table *_tbl = entry_current_get();
  6300.    mapi_func _func = ((const mapi_func *) _tbl)[520];
  6301.    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
  6302. }
  6303.  
  6304. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iv)(GLint location, GLsizei count, const GLint *value)
  6305. {
  6306.    const struct mapi_table *_tbl = entry_current_get();
  6307.    mapi_func _func = ((const mapi_func *) _tbl)[521];
  6308.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6309. }
  6310.  
  6311. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ivARB)(GLint location, GLsizei count, const GLint *value)
  6312. {
  6313.    const struct mapi_table *_tbl = entry_current_get();
  6314.    mapi_func _func = ((const mapi_func *) _tbl)[521];
  6315.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6316. }
  6317.  
  6318. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
  6319. {
  6320.    const struct mapi_table *_tbl = entry_current_get();
  6321.    mapi_func _func = ((const mapi_func *) _tbl)[522];
  6322.    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
  6323. }
  6324.  
  6325. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
  6326. {
  6327.    const struct mapi_table *_tbl = entry_current_get();
  6328.    mapi_func _func = ((const mapi_func *) _tbl)[522];
  6329.    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
  6330. }
  6331.  
  6332. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fv)(GLint location, GLsizei count, const GLfloat *value)
  6333. {
  6334.    const struct mapi_table *_tbl = entry_current_get();
  6335.    mapi_func _func = ((const mapi_func *) _tbl)[523];
  6336.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6337. }
  6338.  
  6339. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fvARB)(GLint location, GLsizei count, const GLfloat *value)
  6340. {
  6341.    const struct mapi_table *_tbl = entry_current_get();
  6342.    mapi_func _func = ((const mapi_func *) _tbl)[523];
  6343.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6344. }
  6345.  
  6346. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2)
  6347. {
  6348.    const struct mapi_table *_tbl = entry_current_get();
  6349.    mapi_func _func = ((const mapi_func *) _tbl)[524];
  6350.    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
  6351. }
  6352.  
  6353. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iARB)(GLint location, GLint v0, GLint v1, GLint v2)
  6354. {
  6355.    const struct mapi_table *_tbl = entry_current_get();
  6356.    mapi_func _func = ((const mapi_func *) _tbl)[524];
  6357.    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
  6358. }
  6359.  
  6360. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iv)(GLint location, GLsizei count, const GLint *value)
  6361. {
  6362.    const struct mapi_table *_tbl = entry_current_get();
  6363.    mapi_func _func = ((const mapi_func *) _tbl)[525];
  6364.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6365. }
  6366.  
  6367. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ivARB)(GLint location, GLsizei count, const GLint *value)
  6368. {
  6369.    const struct mapi_table *_tbl = entry_current_get();
  6370.    mapi_func _func = ((const mapi_func *) _tbl)[525];
  6371.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6372. }
  6373.  
  6374. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
  6375. {
  6376.    const struct mapi_table *_tbl = entry_current_get();
  6377.    mapi_func _func = ((const mapi_func *) _tbl)[526];
  6378.    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
  6379. }
  6380.  
  6381. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
  6382. {
  6383.    const struct mapi_table *_tbl = entry_current_get();
  6384.    mapi_func _func = ((const mapi_func *) _tbl)[526];
  6385.    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
  6386. }
  6387.  
  6388. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fv)(GLint location, GLsizei count, const GLfloat *value)
  6389. {
  6390.    const struct mapi_table *_tbl = entry_current_get();
  6391.    mapi_func _func = ((const mapi_func *) _tbl)[527];
  6392.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6393. }
  6394.  
  6395. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fvARB)(GLint location, GLsizei count, const GLfloat *value)
  6396. {
  6397.    const struct mapi_table *_tbl = entry_current_get();
  6398.    mapi_func _func = ((const mapi_func *) _tbl)[527];
  6399.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
  6400. }
  6401.  
  6402. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
  6403. {
  6404.    const struct mapi_table *_tbl = entry_current_get();
  6405.    mapi_func _func = ((const mapi_func *) _tbl)[528];
  6406.    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
  6407. }
  6408.  
  6409. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iARB)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
  6410. {
  6411.    const struct mapi_table *_tbl = entry_current_get();
  6412.    mapi_func _func = ((const mapi_func *) _tbl)[528];
  6413.    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
  6414. }
  6415.  
  6416. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iv)(GLint location, GLsizei count, const GLint *value)
  6417. {
  6418.    const struct mapi_table *_tbl = entry_current_get();
  6419.    mapi_func _func = ((const mapi_func *) _tbl)[529];
  6420.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6421. }
  6422.  
  6423. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ivARB)(GLint location, GLsizei count, const GLint *value)
  6424. {
  6425.    const struct mapi_table *_tbl = entry_current_get();
  6426.    mapi_func _func = ((const mapi_func *) _tbl)[529];
  6427.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
  6428. }
  6429.  
  6430. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6431. {
  6432.    const struct mapi_table *_tbl = entry_current_get();
  6433.    mapi_func _func = ((const mapi_func *) _tbl)[530];
  6434.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6435. }
  6436.  
  6437. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6438. {
  6439.    const struct mapi_table *_tbl = entry_current_get();
  6440.    mapi_func _func = ((const mapi_func *) _tbl)[530];
  6441.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6442. }
  6443.  
  6444. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6445. {
  6446.    const struct mapi_table *_tbl = entry_current_get();
  6447.    mapi_func _func = ((const mapi_func *) _tbl)[531];
  6448.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6449. }
  6450.  
  6451. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6452. {
  6453.    const struct mapi_table *_tbl = entry_current_get();
  6454.    mapi_func _func = ((const mapi_func *) _tbl)[531];
  6455.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6456. }
  6457.  
  6458. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6459. {
  6460.    const struct mapi_table *_tbl = entry_current_get();
  6461.    mapi_func _func = ((const mapi_func *) _tbl)[532];
  6462.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6463. }
  6464.  
  6465. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6466. {
  6467.    const struct mapi_table *_tbl = entry_current_get();
  6468.    mapi_func _func = ((const mapi_func *) _tbl)[532];
  6469.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6470. }
  6471.  
  6472. GLAPI void APIENTRY GLAPI_PREFIX(UseProgram)(GLuint program)
  6473. {
  6474.    const struct mapi_table *_tbl = entry_current_get();
  6475.    mapi_func _func = ((const mapi_func *) _tbl)[533];
  6476.    ((void (APIENTRY *)(GLuint program)) _func)(program);
  6477. }
  6478.  
  6479. GLAPI void APIENTRY GLAPI_PREFIX(UseProgramObjectARB)(GLhandleARB program)
  6480. {
  6481.    const struct mapi_table *_tbl = entry_current_get();
  6482.    mapi_func _func = ((const mapi_func *) _tbl)[533];
  6483.    ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
  6484. }
  6485.  
  6486. GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgram)(GLuint program)
  6487. {
  6488.    const struct mapi_table *_tbl = entry_current_get();
  6489.    mapi_func _func = ((const mapi_func *) _tbl)[534];
  6490.    ((void (APIENTRY *)(GLuint program)) _func)(program);
  6491. }
  6492.  
  6493. GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgramARB)(GLhandleARB program)
  6494. {
  6495.    const struct mapi_table *_tbl = entry_current_get();
  6496.    mapi_func _func = ((const mapi_func *) _tbl)[534];
  6497.    ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
  6498. }
  6499.  
  6500. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1d)(GLuint index, GLdouble x)
  6501. {
  6502.    const struct mapi_table *_tbl = entry_current_get();
  6503.    mapi_func _func = ((const mapi_func *) _tbl)[535];
  6504.    ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
  6505. }
  6506.  
  6507. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dARB)(GLuint index, GLdouble x)
  6508. {
  6509.    const struct mapi_table *_tbl = entry_current_get();
  6510.    mapi_func _func = ((const mapi_func *) _tbl)[535];
  6511.    ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
  6512. }
  6513.  
  6514. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dv)(GLuint index, const GLdouble *v)
  6515. {
  6516.    const struct mapi_table *_tbl = entry_current_get();
  6517.    mapi_func _func = ((const mapi_func *) _tbl)[536];
  6518.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6519. }
  6520.  
  6521. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v)
  6522. {
  6523.    const struct mapi_table *_tbl = entry_current_get();
  6524.    mapi_func _func = ((const mapi_func *) _tbl)[536];
  6525.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6526. }
  6527.  
  6528. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1s)(GLuint index, GLshort x)
  6529. {
  6530.    const struct mapi_table *_tbl = entry_current_get();
  6531.    mapi_func _func = ((const mapi_func *) _tbl)[537];
  6532.    ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
  6533. }
  6534.  
  6535. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sARB)(GLuint index, GLshort x)
  6536. {
  6537.    const struct mapi_table *_tbl = entry_current_get();
  6538.    mapi_func _func = ((const mapi_func *) _tbl)[537];
  6539.    ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
  6540. }
  6541.  
  6542. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sv)(GLuint index, const GLshort *v)
  6543. {
  6544.    const struct mapi_table *_tbl = entry_current_get();
  6545.    mapi_func _func = ((const mapi_func *) _tbl)[538];
  6546.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6547. }
  6548.  
  6549. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svARB)(GLuint index, const GLshort *v)
  6550. {
  6551.    const struct mapi_table *_tbl = entry_current_get();
  6552.    mapi_func _func = ((const mapi_func *) _tbl)[538];
  6553.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6554. }
  6555.  
  6556. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y)
  6557. {
  6558.    const struct mapi_table *_tbl = entry_current_get();
  6559.    mapi_func _func = ((const mapi_func *) _tbl)[539];
  6560.    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
  6561. }
  6562.  
  6563. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dARB)(GLuint index, GLdouble x, GLdouble y)
  6564. {
  6565.    const struct mapi_table *_tbl = entry_current_get();
  6566.    mapi_func _func = ((const mapi_func *) _tbl)[539];
  6567.    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
  6568. }
  6569.  
  6570. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dv)(GLuint index, const GLdouble *v)
  6571. {
  6572.    const struct mapi_table *_tbl = entry_current_get();
  6573.    mapi_func _func = ((const mapi_func *) _tbl)[540];
  6574.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6575. }
  6576.  
  6577. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v)
  6578. {
  6579.    const struct mapi_table *_tbl = entry_current_get();
  6580.    mapi_func _func = ((const mapi_func *) _tbl)[540];
  6581.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6582. }
  6583.  
  6584. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2s)(GLuint index, GLshort x, GLshort y)
  6585. {
  6586.    const struct mapi_table *_tbl = entry_current_get();
  6587.    mapi_func _func = ((const mapi_func *) _tbl)[541];
  6588.    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
  6589. }
  6590.  
  6591. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y)
  6592. {
  6593.    const struct mapi_table *_tbl = entry_current_get();
  6594.    mapi_func _func = ((const mapi_func *) _tbl)[541];
  6595.    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
  6596. }
  6597.  
  6598. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sv)(GLuint index, const GLshort *v)
  6599. {
  6600.    const struct mapi_table *_tbl = entry_current_get();
  6601.    mapi_func _func = ((const mapi_func *) _tbl)[542];
  6602.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6603. }
  6604.  
  6605. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svARB)(GLuint index, const GLshort *v)
  6606. {
  6607.    const struct mapi_table *_tbl = entry_current_get();
  6608.    mapi_func _func = ((const mapi_func *) _tbl)[542];
  6609.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6610. }
  6611.  
  6612. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
  6613. {
  6614.    const struct mapi_table *_tbl = entry_current_get();
  6615.    mapi_func _func = ((const mapi_func *) _tbl)[543];
  6616.    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
  6617. }
  6618.  
  6619. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
  6620. {
  6621.    const struct mapi_table *_tbl = entry_current_get();
  6622.    mapi_func _func = ((const mapi_func *) _tbl)[543];
  6623.    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
  6624. }
  6625.  
  6626. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dv)(GLuint index, const GLdouble *v)
  6627. {
  6628.    const struct mapi_table *_tbl = entry_current_get();
  6629.    mapi_func _func = ((const mapi_func *) _tbl)[544];
  6630.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6631. }
  6632.  
  6633. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvARB)(GLuint index, const GLdouble *v)
  6634. {
  6635.    const struct mapi_table *_tbl = entry_current_get();
  6636.    mapi_func _func = ((const mapi_func *) _tbl)[544];
  6637.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6638. }
  6639.  
  6640. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z)
  6641. {
  6642.    const struct mapi_table *_tbl = entry_current_get();
  6643.    mapi_func _func = ((const mapi_func *) _tbl)[545];
  6644.    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
  6645. }
  6646.  
  6647. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z)
  6648. {
  6649.    const struct mapi_table *_tbl = entry_current_get();
  6650.    mapi_func _func = ((const mapi_func *) _tbl)[545];
  6651.    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
  6652. }
  6653.  
  6654. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sv)(GLuint index, const GLshort *v)
  6655. {
  6656.    const struct mapi_table *_tbl = entry_current_get();
  6657.    mapi_func _func = ((const mapi_func *) _tbl)[546];
  6658.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6659. }
  6660.  
  6661. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svARB)(GLuint index, const GLshort *v)
  6662. {
  6663.    const struct mapi_table *_tbl = entry_current_get();
  6664.    mapi_func _func = ((const mapi_func *) _tbl)[546];
  6665.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6666. }
  6667.  
  6668. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nbv)(GLuint index, const GLbyte *v)
  6669. {
  6670.    const struct mapi_table *_tbl = entry_current_get();
  6671.    mapi_func _func = ((const mapi_func *) _tbl)[547];
  6672.    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
  6673. }
  6674.  
  6675. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NbvARB)(GLuint index, const GLbyte *v)
  6676. {
  6677.    const struct mapi_table *_tbl = entry_current_get();
  6678.    mapi_func _func = ((const mapi_func *) _tbl)[547];
  6679.    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
  6680. }
  6681.  
  6682. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Niv)(GLuint index, const GLint *v)
  6683. {
  6684.    const struct mapi_table *_tbl = entry_current_get();
  6685.    mapi_func _func = ((const mapi_func *) _tbl)[548];
  6686.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  6687. }
  6688.  
  6689. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NivARB)(GLuint index, const GLint *v)
  6690. {
  6691.    const struct mapi_table *_tbl = entry_current_get();
  6692.    mapi_func _func = ((const mapi_func *) _tbl)[548];
  6693.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  6694. }
  6695.  
  6696. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nsv)(GLuint index, const GLshort *v)
  6697. {
  6698.    const struct mapi_table *_tbl = entry_current_get();
  6699.    mapi_func _func = ((const mapi_func *) _tbl)[549];
  6700.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6701. }
  6702.  
  6703. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NsvARB)(GLuint index, const GLshort *v)
  6704. {
  6705.    const struct mapi_table *_tbl = entry_current_get();
  6706.    mapi_func _func = ((const mapi_func *) _tbl)[549];
  6707.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6708. }
  6709.  
  6710. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
  6711. {
  6712.    const struct mapi_table *_tbl = entry_current_get();
  6713.    mapi_func _func = ((const mapi_func *) _tbl)[550];
  6714.    ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
  6715. }
  6716.  
  6717. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubARB)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
  6718. {
  6719.    const struct mapi_table *_tbl = entry_current_get();
  6720.    mapi_func _func = ((const mapi_func *) _tbl)[550];
  6721.    ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
  6722. }
  6723.  
  6724. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nubv)(GLuint index, const GLubyte *v)
  6725. {
  6726.    const struct mapi_table *_tbl = entry_current_get();
  6727.    mapi_func _func = ((const mapi_func *) _tbl)[551];
  6728.    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
  6729. }
  6730.  
  6731. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubvARB)(GLuint index, const GLubyte *v)
  6732. {
  6733.    const struct mapi_table *_tbl = entry_current_get();
  6734.    mapi_func _func = ((const mapi_func *) _tbl)[551];
  6735.    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
  6736. }
  6737.  
  6738. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nuiv)(GLuint index, const GLuint *v)
  6739. {
  6740.    const struct mapi_table *_tbl = entry_current_get();
  6741.    mapi_func _func = ((const mapi_func *) _tbl)[552];
  6742.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  6743. }
  6744.  
  6745. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NuivARB)(GLuint index, const GLuint *v)
  6746. {
  6747.    const struct mapi_table *_tbl = entry_current_get();
  6748.    mapi_func _func = ((const mapi_func *) _tbl)[552];
  6749.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  6750. }
  6751.  
  6752. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nusv)(GLuint index, const GLushort *v)
  6753. {
  6754.    const struct mapi_table *_tbl = entry_current_get();
  6755.    mapi_func _func = ((const mapi_func *) _tbl)[553];
  6756.    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
  6757. }
  6758.  
  6759. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NusvARB)(GLuint index, const GLushort *v)
  6760. {
  6761.    const struct mapi_table *_tbl = entry_current_get();
  6762.    mapi_func _func = ((const mapi_func *) _tbl)[553];
  6763.    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
  6764. }
  6765.  
  6766. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bv)(GLuint index, const GLbyte *v)
  6767. {
  6768.    const struct mapi_table *_tbl = entry_current_get();
  6769.    mapi_func _func = ((const mapi_func *) _tbl)[554];
  6770.    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
  6771. }
  6772.  
  6773. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v)
  6774. {
  6775.    const struct mapi_table *_tbl = entry_current_get();
  6776.    mapi_func _func = ((const mapi_func *) _tbl)[554];
  6777.    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
  6778. }
  6779.  
  6780. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  6781. {
  6782.    const struct mapi_table *_tbl = entry_current_get();
  6783.    mapi_func _func = ((const mapi_func *) _tbl)[555];
  6784.    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
  6785. }
  6786.  
  6787. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  6788. {
  6789.    const struct mapi_table *_tbl = entry_current_get();
  6790.    mapi_func _func = ((const mapi_func *) _tbl)[555];
  6791.    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
  6792. }
  6793.  
  6794. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dv)(GLuint index, const GLdouble *v)
  6795. {
  6796.    const struct mapi_table *_tbl = entry_current_get();
  6797.    mapi_func _func = ((const mapi_func *) _tbl)[556];
  6798.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6799. }
  6800.  
  6801. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvARB)(GLuint index, const GLdouble *v)
  6802. {
  6803.    const struct mapi_table *_tbl = entry_current_get();
  6804.    mapi_func _func = ((const mapi_func *) _tbl)[556];
  6805.    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
  6806. }
  6807.  
  6808. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4iv)(GLuint index, const GLint *v)
  6809. {
  6810.    const struct mapi_table *_tbl = entry_current_get();
  6811.    mapi_func _func = ((const mapi_func *) _tbl)[557];
  6812.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  6813. }
  6814.  
  6815. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ivARB)(GLuint index, const GLint *v)
  6816. {
  6817.    const struct mapi_table *_tbl = entry_current_get();
  6818.    mapi_func _func = ((const mapi_func *) _tbl)[557];
  6819.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  6820. }
  6821.  
  6822. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
  6823. {
  6824.    const struct mapi_table *_tbl = entry_current_get();
  6825.    mapi_func _func = ((const mapi_func *) _tbl)[558];
  6826.    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
  6827. }
  6828.  
  6829. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
  6830. {
  6831.    const struct mapi_table *_tbl = entry_current_get();
  6832.    mapi_func _func = ((const mapi_func *) _tbl)[558];
  6833.    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
  6834. }
  6835.  
  6836. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sv)(GLuint index, const GLshort *v)
  6837. {
  6838.    const struct mapi_table *_tbl = entry_current_get();
  6839.    mapi_func _func = ((const mapi_func *) _tbl)[559];
  6840.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6841. }
  6842.  
  6843. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svARB)(GLuint index, const GLshort *v)
  6844. {
  6845.    const struct mapi_table *_tbl = entry_current_get();
  6846.    mapi_func _func = ((const mapi_func *) _tbl)[559];
  6847.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  6848. }
  6849.  
  6850. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubv)(GLuint index, const GLubyte *v)
  6851. {
  6852.    const struct mapi_table *_tbl = entry_current_get();
  6853.    mapi_func _func = ((const mapi_func *) _tbl)[560];
  6854.    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
  6855. }
  6856.  
  6857. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvARB)(GLuint index, const GLubyte *v)
  6858. {
  6859.    const struct mapi_table *_tbl = entry_current_get();
  6860.    mapi_func _func = ((const mapi_func *) _tbl)[560];
  6861.    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
  6862. }
  6863.  
  6864. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uiv)(GLuint index, const GLuint *v)
  6865. {
  6866.    const struct mapi_table *_tbl = entry_current_get();
  6867.    mapi_func _func = ((const mapi_func *) _tbl)[561];
  6868.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  6869. }
  6870.  
  6871. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uivARB)(GLuint index, const GLuint *v)
  6872. {
  6873.    const struct mapi_table *_tbl = entry_current_get();
  6874.    mapi_func _func = ((const mapi_func *) _tbl)[561];
  6875.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  6876. }
  6877.  
  6878. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usv)(GLuint index, const GLushort *v)
  6879. {
  6880.    const struct mapi_table *_tbl = entry_current_get();
  6881.    mapi_func _func = ((const mapi_func *) _tbl)[562];
  6882.    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
  6883. }
  6884.  
  6885. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usvARB)(GLuint index, const GLushort *v)
  6886. {
  6887.    const struct mapi_table *_tbl = entry_current_get();
  6888.    mapi_func _func = ((const mapi_func *) _tbl)[562];
  6889.    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
  6890. }
  6891.  
  6892. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
  6893. {
  6894.    const struct mapi_table *_tbl = entry_current_get();
  6895.    mapi_func _func = ((const mapi_func *) _tbl)[563];
  6896.    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
  6897. }
  6898.  
  6899. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
  6900. {
  6901.    const struct mapi_table *_tbl = entry_current_get();
  6902.    mapi_func _func = ((const mapi_func *) _tbl)[563];
  6903.    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
  6904. }
  6905.  
  6906. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6907. {
  6908.    const struct mapi_table *_tbl = entry_current_get();
  6909.    mapi_func _func = ((const mapi_func *) _tbl)[564];
  6910.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6911. }
  6912.  
  6913. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6914. {
  6915.    const struct mapi_table *_tbl = entry_current_get();
  6916.    mapi_func _func = ((const mapi_func *) _tbl)[565];
  6917.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6918. }
  6919.  
  6920. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6921. {
  6922.    const struct mapi_table *_tbl = entry_current_get();
  6923.    mapi_func _func = ((const mapi_func *) _tbl)[566];
  6924.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6925. }
  6926.  
  6927. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6928. {
  6929.    const struct mapi_table *_tbl = entry_current_get();
  6930.    mapi_func _func = ((const mapi_func *) _tbl)[567];
  6931.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6932. }
  6933.  
  6934. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6935. {
  6936.    const struct mapi_table *_tbl = entry_current_get();
  6937.    mapi_func _func = ((const mapi_func *) _tbl)[568];
  6938.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6939. }
  6940.  
  6941. GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
  6942. {
  6943.    const struct mapi_table *_tbl = entry_current_get();
  6944.    mapi_func _func = ((const mapi_func *) _tbl)[569];
  6945.    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
  6946. }
  6947.  
  6948. GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode)
  6949. {
  6950.    const struct mapi_table *_tbl = entry_current_get();
  6951.    mapi_func _func = ((const mapi_func *) _tbl)[570];
  6952.    ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
  6953. }
  6954.  
  6955. GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode)
  6956. {
  6957.    const struct mapi_table *_tbl = entry_current_get();
  6958.    mapi_func _func = ((const mapi_func *) _tbl)[570];
  6959.    ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
  6960. }
  6961.  
  6962. GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode)
  6963. {
  6964.    const struct mapi_table *_tbl = entry_current_get();
  6965.    mapi_func _func = ((const mapi_func *) _tbl)[571];
  6966.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  6967. }
  6968.  
  6969. GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer)
  6970. {
  6971.    const struct mapi_table *_tbl = entry_current_get();
  6972.    mapi_func _func = ((const mapi_func *) _tbl)[572];
  6973.    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
  6974. }
  6975.  
  6976. GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
  6977. {
  6978.    const struct mapi_table *_tbl = entry_current_get();
  6979.    mapi_func _func = ((const mapi_func *) _tbl)[573];
  6980.    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
  6981. }
  6982.  
  6983. GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name)
  6984. {
  6985.    const struct mapi_table *_tbl = entry_current_get();
  6986.    mapi_func _func = ((const mapi_func *) _tbl)[574];
  6987.    ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
  6988. }
  6989.  
  6990. GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name)
  6991. {
  6992.    const struct mapi_table *_tbl = entry_current_get();
  6993.    mapi_func _func = ((const mapi_func *) _tbl)[574];
  6994.    ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
  6995. }
  6996.  
  6997. GLAPI void APIENTRY GLAPI_PREFIX(ClampColor)(GLenum target, GLenum clamp)
  6998. {
  6999.    const struct mapi_table *_tbl = entry_current_get();
  7000.    mapi_func _func = ((const mapi_func *) _tbl)[575];
  7001.    ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
  7002. }
  7003.  
  7004. GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp)
  7005. {
  7006.    const struct mapi_table *_tbl = entry_current_get();
  7007.    mapi_func _func = ((const mapi_func *) _tbl)[575];
  7008.    ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
  7009. }
  7010.  
  7011. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
  7012. {
  7013.    const struct mapi_table *_tbl = entry_current_get();
  7014.    mapi_func _func = ((const mapi_func *) _tbl)[576];
  7015.    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)) _func)(buffer, drawbuffer, depth, stencil);
  7016. }
  7017.  
  7018. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat *value)
  7019. {
  7020.    const struct mapi_table *_tbl = entry_current_get();
  7021.    mapi_func _func = ((const mapi_func *) _tbl)[577];
  7022.    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLfloat *value)) _func)(buffer, drawbuffer, value);
  7023. }
  7024.  
  7025. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint *value)
  7026. {
  7027.    const struct mapi_table *_tbl = entry_current_get();
  7028.    mapi_func _func = ((const mapi_func *) _tbl)[578];
  7029.    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLint *value)) _func)(buffer, drawbuffer, value);
  7030. }
  7031.  
  7032. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint *value)
  7033. {
  7034.    const struct mapi_table *_tbl = entry_current_get();
  7035.    mapi_func _func = ((const mapi_func *) _tbl)[579];
  7036.    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLuint *value)) _func)(buffer, drawbuffer, value);
  7037. }
  7038.  
  7039. GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
  7040. {
  7041.    const struct mapi_table *_tbl = entry_current_get();
  7042.    mapi_func _func = ((const mapi_func *) _tbl)[580];
  7043.    ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
  7044. }
  7045.  
  7046. GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
  7047. {
  7048.    const struct mapi_table *_tbl = entry_current_get();
  7049.    mapi_func _func = ((const mapi_func *) _tbl)[580];
  7050.    ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
  7051. }
  7052.  
  7053. GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index)
  7054. {
  7055.    const struct mapi_table *_tbl = entry_current_get();
  7056.    mapi_func _func = ((const mapi_func *) _tbl)[581];
  7057.    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  7058. }
  7059.  
  7060. GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index)
  7061. {
  7062.    const struct mapi_table *_tbl = entry_current_get();
  7063.    mapi_func _func = ((const mapi_func *) _tbl)[581];
  7064.    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  7065. }
  7066.  
  7067. GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index)
  7068. {
  7069.    const struct mapi_table *_tbl = entry_current_get();
  7070.    mapi_func _func = ((const mapi_func *) _tbl)[582];
  7071.    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  7072. }
  7073.  
  7074. GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index)
  7075. {
  7076.    const struct mapi_table *_tbl = entry_current_get();
  7077.    mapi_func _func = ((const mapi_func *) _tbl)[582];
  7078.    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  7079. }
  7080.  
  7081. GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void)
  7082. {
  7083.    const struct mapi_table *_tbl = entry_current_get();
  7084.    mapi_func _func = ((const mapi_func *) _tbl)[583];
  7085.    ((void (APIENTRY *)(void)) _func)();
  7086. }
  7087.  
  7088. GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void)
  7089. {
  7090.    const struct mapi_table *_tbl = entry_current_get();
  7091.    mapi_func _func = ((const mapi_func *) _tbl)[583];
  7092.    ((void (APIENTRY *)(void)) _func)();
  7093. }
  7094.  
  7095. GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void)
  7096. {
  7097.    const struct mapi_table *_tbl = entry_current_get();
  7098.    mapi_func _func = ((const mapi_func *) _tbl)[584];
  7099.    ((void (APIENTRY *)(void)) _func)();
  7100. }
  7101.  
  7102. GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data)
  7103. {
  7104.    const struct mapi_table *_tbl = entry_current_get();
  7105.    mapi_func _func = ((const mapi_func *) _tbl)[585];
  7106.    ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
  7107. }
  7108.  
  7109. GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data)
  7110. {
  7111.    const struct mapi_table *_tbl = entry_current_get();
  7112.    mapi_func _func = ((const mapi_func *) _tbl)[585];
  7113.    ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
  7114. }
  7115.  
  7116. GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name)
  7117. {
  7118.    const struct mapi_table *_tbl = entry_current_get();
  7119.    mapi_func _func = ((const mapi_func *) _tbl)[586];
  7120.    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
  7121. }
  7122.  
  7123. GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name)
  7124. {
  7125.    const struct mapi_table *_tbl = entry_current_get();
  7126.    mapi_func _func = ((const mapi_func *) _tbl)[586];
  7127.    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
  7128. }
  7129.  
  7130. GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data)
  7131. {
  7132.    const struct mapi_table *_tbl = entry_current_get();
  7133.    mapi_func _func = ((const mapi_func *) _tbl)[587];
  7134.    ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
  7135. }
  7136.  
  7137. GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data)
  7138. {
  7139.    const struct mapi_table *_tbl = entry_current_get();
  7140.    mapi_func _func = ((const mapi_func *) _tbl)[587];
  7141.    ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
  7142. }
  7143.  
  7144. GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetStringi)(GLenum name, GLuint index)
  7145. {
  7146.    const struct mapi_table *_tbl = entry_current_get();
  7147.    mapi_func _func = ((const mapi_func *) _tbl)[588];
  7148.    return ((const GLubyte * (APIENTRY *)(GLenum name, GLuint index)) _func)(name, index);
  7149. }
  7150.  
  7151. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params)
  7152. {
  7153.    const struct mapi_table *_tbl = entry_current_get();
  7154.    mapi_func _func = ((const mapi_func *) _tbl)[589];
  7155.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  7156. }
  7157.  
  7158. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params)
  7159. {
  7160.    const struct mapi_table *_tbl = entry_current_get();
  7161.    mapi_func _func = ((const mapi_func *) _tbl)[589];
  7162.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  7163. }
  7164.  
  7165. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params)
  7166. {
  7167.    const struct mapi_table *_tbl = entry_current_get();
  7168.    mapi_func _func = ((const mapi_func *) _tbl)[590];
  7169.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
  7170. }
  7171.  
  7172. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params)
  7173. {
  7174.    const struct mapi_table *_tbl = entry_current_get();
  7175.    mapi_func _func = ((const mapi_func *) _tbl)[590];
  7176.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
  7177. }
  7178.  
  7179. GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
  7180. {
  7181.    const struct mapi_table *_tbl = entry_current_get();
  7182.    mapi_func _func = ((const mapi_func *) _tbl)[591];
  7183.    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
  7184. }
  7185.  
  7186. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params)
  7187. {
  7188.    const struct mapi_table *_tbl = entry_current_get();
  7189.    mapi_func _func = ((const mapi_func *) _tbl)[592];
  7190.    ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
  7191. }
  7192.  
  7193. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params)
  7194. {
  7195.    const struct mapi_table *_tbl = entry_current_get();
  7196.    mapi_func _func = ((const mapi_func *) _tbl)[592];
  7197.    ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
  7198. }
  7199.  
  7200. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params)
  7201. {
  7202.    const struct mapi_table *_tbl = entry_current_get();
  7203.    mapi_func _func = ((const mapi_func *) _tbl)[593];
  7204.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
  7205. }
  7206.  
  7207. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params)
  7208. {
  7209.    const struct mapi_table *_tbl = entry_current_get();
  7210.    mapi_func _func = ((const mapi_func *) _tbl)[593];
  7211.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
  7212. }
  7213.  
  7214. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params)
  7215. {
  7216.    const struct mapi_table *_tbl = entry_current_get();
  7217.    mapi_func _func = ((const mapi_func *) _tbl)[594];
  7218.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
  7219. }
  7220.  
  7221. GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params)
  7222. {
  7223.    const struct mapi_table *_tbl = entry_current_get();
  7224.    mapi_func _func = ((const mapi_func *) _tbl)[594];
  7225.    ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
  7226. }
  7227.  
  7228. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index)
  7229. {
  7230.    const struct mapi_table *_tbl = entry_current_get();
  7231.    mapi_func _func = ((const mapi_func *) _tbl)[595];
  7232.    return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  7233. }
  7234.  
  7235. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index)
  7236. {
  7237.    const struct mapi_table *_tbl = entry_current_get();
  7238.    mapi_func _func = ((const mapi_func *) _tbl)[595];
  7239.    return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  7240. }
  7241.  
  7242. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params)
  7243. {
  7244.    const struct mapi_table *_tbl = entry_current_get();
  7245.    mapi_func _func = ((const mapi_func *) _tbl)[596];
  7246.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
  7247. }
  7248.  
  7249. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params)
  7250. {
  7251.    const struct mapi_table *_tbl = entry_current_get();
  7252.    mapi_func _func = ((const mapi_func *) _tbl)[596];
  7253.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
  7254. }
  7255.  
  7256. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params)
  7257. {
  7258.    const struct mapi_table *_tbl = entry_current_get();
  7259.    mapi_func _func = ((const mapi_func *) _tbl)[597];
  7260.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
  7261. }
  7262.  
  7263. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params)
  7264. {
  7265.    const struct mapi_table *_tbl = entry_current_get();
  7266.    mapi_func _func = ((const mapi_func *) _tbl)[597];
  7267.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
  7268. }
  7269.  
  7270. GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar * const *varyings, GLenum bufferMode)
  7271. {
  7272.    const struct mapi_table *_tbl = entry_current_get();
  7273.    mapi_func _func = ((const mapi_func *) _tbl)[598];
  7274.    ((void (APIENTRY *)(GLuint program, GLsizei count, const GLchar * const *varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
  7275. }
  7276.  
  7277. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x)
  7278. {
  7279.    const struct mapi_table *_tbl = entry_current_get();
  7280.    mapi_func _func = ((const mapi_func *) _tbl)[599];
  7281.    ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
  7282. }
  7283.  
  7284. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x)
  7285. {
  7286.    const struct mapi_table *_tbl = entry_current_get();
  7287.    mapi_func _func = ((const mapi_func *) _tbl)[599];
  7288.    ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
  7289. }
  7290.  
  7291. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value)
  7292. {
  7293.    const struct mapi_table *_tbl = entry_current_get();
  7294.    mapi_func _func = ((const mapi_func *) _tbl)[600];
  7295.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7296. }
  7297.  
  7298. GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value)
  7299. {
  7300.    const struct mapi_table *_tbl = entry_current_get();
  7301.    mapi_func _func = ((const mapi_func *) _tbl)[600];
  7302.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7303. }
  7304.  
  7305. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y)
  7306. {
  7307.    const struct mapi_table *_tbl = entry_current_get();
  7308.    mapi_func _func = ((const mapi_func *) _tbl)[601];
  7309.    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
  7310. }
  7311.  
  7312. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y)
  7313. {
  7314.    const struct mapi_table *_tbl = entry_current_get();
  7315.    mapi_func _func = ((const mapi_func *) _tbl)[601];
  7316.    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
  7317. }
  7318.  
  7319. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value)
  7320. {
  7321.    const struct mapi_table *_tbl = entry_current_get();
  7322.    mapi_func _func = ((const mapi_func *) _tbl)[602];
  7323.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7324. }
  7325.  
  7326. GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value)
  7327. {
  7328.    const struct mapi_table *_tbl = entry_current_get();
  7329.    mapi_func _func = ((const mapi_func *) _tbl)[602];
  7330.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7331. }
  7332.  
  7333. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z)
  7334. {
  7335.    const struct mapi_table *_tbl = entry_current_get();
  7336.    mapi_func _func = ((const mapi_func *) _tbl)[603];
  7337.    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
  7338. }
  7339.  
  7340. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z)
  7341. {
  7342.    const struct mapi_table *_tbl = entry_current_get();
  7343.    mapi_func _func = ((const mapi_func *) _tbl)[603];
  7344.    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
  7345. }
  7346.  
  7347. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value)
  7348. {
  7349.    const struct mapi_table *_tbl = entry_current_get();
  7350.    mapi_func _func = ((const mapi_func *) _tbl)[604];
  7351.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7352. }
  7353.  
  7354. GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value)
  7355. {
  7356.    const struct mapi_table *_tbl = entry_current_get();
  7357.    mapi_func _func = ((const mapi_func *) _tbl)[604];
  7358.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7359. }
  7360.  
  7361. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
  7362. {
  7363.    const struct mapi_table *_tbl = entry_current_get();
  7364.    mapi_func _func = ((const mapi_func *) _tbl)[605];
  7365.    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
  7366. }
  7367.  
  7368. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
  7369. {
  7370.    const struct mapi_table *_tbl = entry_current_get();
  7371.    mapi_func _func = ((const mapi_func *) _tbl)[605];
  7372.    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
  7373. }
  7374.  
  7375. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value)
  7376. {
  7377.    const struct mapi_table *_tbl = entry_current_get();
  7378.    mapi_func _func = ((const mapi_func *) _tbl)[606];
  7379.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7380. }
  7381.  
  7382. GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value)
  7383. {
  7384.    const struct mapi_table *_tbl = entry_current_get();
  7385.    mapi_func _func = ((const mapi_func *) _tbl)[606];
  7386.    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
  7387. }
  7388.  
  7389. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v)
  7390. {
  7391.    const struct mapi_table *_tbl = entry_current_get();
  7392.    mapi_func _func = ((const mapi_func *) _tbl)[607];
  7393.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  7394. }
  7395.  
  7396. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v)
  7397. {
  7398.    const struct mapi_table *_tbl = entry_current_get();
  7399.    mapi_func _func = ((const mapi_func *) _tbl)[607];
  7400.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  7401. }
  7402.  
  7403. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v)
  7404. {
  7405.    const struct mapi_table *_tbl = entry_current_get();
  7406.    mapi_func _func = ((const mapi_func *) _tbl)[608];
  7407.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  7408. }
  7409.  
  7410. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v)
  7411. {
  7412.    const struct mapi_table *_tbl = entry_current_get();
  7413.    mapi_func _func = ((const mapi_func *) _tbl)[608];
  7414.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  7415. }
  7416.  
  7417. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v)
  7418. {
  7419.    const struct mapi_table *_tbl = entry_current_get();
  7420.    mapi_func _func = ((const mapi_func *) _tbl)[609];
  7421.    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
  7422. }
  7423.  
  7424. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v)
  7425. {
  7426.    const struct mapi_table *_tbl = entry_current_get();
  7427.    mapi_func _func = ((const mapi_func *) _tbl)[609];
  7428.    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
  7429. }
  7430.  
  7431. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v)
  7432. {
  7433.    const struct mapi_table *_tbl = entry_current_get();
  7434.    mapi_func _func = ((const mapi_func *) _tbl)[610];
  7435.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  7436. }
  7437.  
  7438. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v)
  7439. {
  7440.    const struct mapi_table *_tbl = entry_current_get();
  7441.    mapi_func _func = ((const mapi_func *) _tbl)[610];
  7442.    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
  7443. }
  7444.  
  7445. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v)
  7446. {
  7447.    const struct mapi_table *_tbl = entry_current_get();
  7448.    mapi_func _func = ((const mapi_func *) _tbl)[611];
  7449.    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
  7450. }
  7451.  
  7452. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v)
  7453. {
  7454.    const struct mapi_table *_tbl = entry_current_get();
  7455.    mapi_func _func = ((const mapi_func *) _tbl)[611];
  7456.    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
  7457. }
  7458.  
  7459. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v)
  7460. {
  7461.    const struct mapi_table *_tbl = entry_current_get();
  7462.    mapi_func _func = ((const mapi_func *) _tbl)[612];
  7463.    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
  7464. }
  7465.  
  7466. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v)
  7467. {
  7468.    const struct mapi_table *_tbl = entry_current_get();
  7469.    mapi_func _func = ((const mapi_func *) _tbl)[612];
  7470.    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
  7471. }
  7472.  
  7473. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  7474. {
  7475.    const struct mapi_table *_tbl = entry_current_get();
  7476.    mapi_func _func = ((const mapi_func *) _tbl)[613];
  7477.    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
  7478. }
  7479.  
  7480. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
  7481. {
  7482.    const struct mapi_table *_tbl = entry_current_get();
  7483.    mapi_func _func = ((const mapi_func *) _tbl)[613];
  7484.    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
  7485. }
  7486.  
  7487. GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index)
  7488. {
  7489.    const struct mapi_table *_tbl = entry_current_get();
  7490.    mapi_func _func = ((const mapi_func *) _tbl)[614];
  7491.    ((void (APIENTRY *)(GLuint index)) _func)(index);
  7492. }
  7493.  
  7494. GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index)
  7495. {
  7496.    const struct mapi_table *_tbl = entry_current_get();
  7497.    mapi_func _func = ((const mapi_func *) _tbl)[614];
  7498.    ((void (APIENTRY *)(GLuint index)) _func)(index);
  7499. }
  7500.  
  7501. GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer)
  7502. {
  7503.    const struct mapi_table *_tbl = entry_current_get();
  7504.    mapi_func _func = ((const mapi_func *) _tbl)[615];
  7505.    ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
  7506. }
  7507.  
  7508. GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer)
  7509. {
  7510.    const struct mapi_table *_tbl = entry_current_get();
  7511.    mapi_func _func = ((const mapi_func *) _tbl)[615];
  7512.    ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
  7513. }
  7514.  
  7515. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)
  7516. {
  7517.    const struct mapi_table *_tbl = entry_current_get();
  7518.    mapi_func _func = ((const mapi_func *) _tbl)[616];
  7519.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
  7520. }
  7521.  
  7522. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level)
  7523. {
  7524.    const struct mapi_table *_tbl = entry_current_get();
  7525.    mapi_func _func = ((const mapi_func *) _tbl)[616];
  7526.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
  7527. }
  7528.  
  7529. GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params)
  7530. {
  7531.    const struct mapi_table *_tbl = entry_current_get();
  7532.    mapi_func _func = ((const mapi_func *) _tbl)[617];
  7533.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint64 *params)) _func)(target, pname, params);
  7534. }
  7535.  
  7536. GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64i_v)(GLenum cap, GLuint index, GLint64 *data)
  7537. {
  7538.    const struct mapi_table *_tbl = entry_current_get();
  7539.    mapi_func _func = ((const mapi_func *) _tbl)[618];
  7540.    ((void (APIENTRY *)(GLenum cap, GLuint index, GLint64 *data)) _func)(cap, index, data);
  7541. }
  7542.  
  7543. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisor)(GLuint index, GLuint divisor)
  7544. {
  7545.    const struct mapi_table *_tbl = entry_current_get();
  7546.    mapi_func _func = ((const mapi_func *) _tbl)[619];
  7547.    ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
  7548. }
  7549.  
  7550. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor)
  7551. {
  7552.    const struct mapi_table *_tbl = entry_current_get();
  7553.    mapi_func _func = ((const mapi_func *) _tbl)[619];
  7554.    ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
  7555. }
  7556.  
  7557. GLAPI void APIENTRY GLAPI_PREFIX(MinSampleShading)(GLfloat value)
  7558. {
  7559.    const struct mapi_table *_tbl = entry_current_get();
  7560.    mapi_func _func = ((const mapi_func *) _tbl)[620];
  7561.    ((void (APIENTRY *)(GLfloat value)) _func)(value);
  7562. }
  7563.  
  7564. GLAPI void APIENTRY GLAPI_PREFIX(MinSampleShadingARB)(GLfloat value)
  7565. {
  7566.    const struct mapi_table *_tbl = entry_current_get();
  7567.    mapi_func _func = ((const mapi_func *) _tbl)[620];
  7568.    ((void (APIENTRY *)(GLfloat value)) _func)(value);
  7569. }
  7570.  
  7571. GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program)
  7572. {
  7573.    const struct mapi_table *_tbl = entry_current_get();
  7574.    mapi_func _func = ((const mapi_func *) _tbl)[621];
  7575.    ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
  7576. }
  7577.  
  7578. GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs)
  7579. {
  7580.    const struct mapi_table *_tbl = entry_current_get();
  7581.    mapi_func _func = ((const mapi_func *) _tbl)[622];
  7582.    ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
  7583. }
  7584.  
  7585. GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs)
  7586. {
  7587.    const struct mapi_table *_tbl = entry_current_get();
  7588.    mapi_func _func = ((const mapi_func *) _tbl)[623];
  7589.    ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
  7590. }
  7591.  
  7592. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
  7593. {
  7594.    const struct mapi_table *_tbl = entry_current_get();
  7595.    mapi_func _func = ((const mapi_func *) _tbl)[624];
  7596.    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
  7597. }
  7598.  
  7599. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
  7600. {
  7601.    const struct mapi_table *_tbl = entry_current_get();
  7602.    mapi_func _func = ((const mapi_func *) _tbl)[625];
  7603.    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
  7604. }
  7605.  
  7606. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
  7607. {
  7608.    const struct mapi_table *_tbl = entry_current_get();
  7609.    mapi_func _func = ((const mapi_func *) _tbl)[626];
  7610.    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
  7611. }
  7612.  
  7613. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
  7614. {
  7615.    const struct mapi_table *_tbl = entry_current_get();
  7616.    mapi_func _func = ((const mapi_func *) _tbl)[627];
  7617.    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
  7618. }
  7619.  
  7620. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringARB)(GLenum target, GLenum pname, GLvoid *string)
  7621. {
  7622.    const struct mapi_table *_tbl = entry_current_get();
  7623.    mapi_func _func = ((const mapi_func *) _tbl)[628];
  7624.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid *string)) _func)(target, pname, string);
  7625. }
  7626.  
  7627. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivARB)(GLenum target, GLenum pname, GLint *params)
  7628. {
  7629.    const struct mapi_table *_tbl = entry_current_get();
  7630.    mapi_func _func = ((const mapi_func *) _tbl)[629];
  7631.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  7632. }
  7633.  
  7634. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program)
  7635. {
  7636.    const struct mapi_table *_tbl = entry_current_get();
  7637.    mapi_func _func = ((const mapi_func *) _tbl)[630];
  7638.    return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
  7639. }
  7640.  
  7641. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  7642. {
  7643.    const struct mapi_table *_tbl = entry_current_get();
  7644.    mapi_func _func = ((const mapi_func *) _tbl)[631];
  7645.    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
  7646. }
  7647.  
  7648. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
  7649. {
  7650.    const struct mapi_table *_tbl = entry_current_get();
  7651.    mapi_func _func = ((const mapi_func *) _tbl)[632];
  7652.    ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
  7653. }
  7654.  
  7655. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  7656. {
  7657.    const struct mapi_table *_tbl = entry_current_get();
  7658.    mapi_func _func = ((const mapi_func *) _tbl)[633];
  7659.    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
  7660. }
  7661.  
  7662. GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
  7663. {
  7664.    const struct mapi_table *_tbl = entry_current_get();
  7665.    mapi_func _func = ((const mapi_func *) _tbl)[634];
  7666.    ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
  7667. }
  7668.  
  7669. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  7670. {
  7671.    const struct mapi_table *_tbl = entry_current_get();
  7672.    mapi_func _func = ((const mapi_func *) _tbl)[635];
  7673.    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
  7674. }
  7675.  
  7676. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
  7677. {
  7678.    const struct mapi_table *_tbl = entry_current_get();
  7679.    mapi_func _func = ((const mapi_func *) _tbl)[636];
  7680.    ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
  7681. }
  7682.  
  7683. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  7684. {
  7685.    const struct mapi_table *_tbl = entry_current_get();
  7686.    mapi_func _func = ((const mapi_func *) _tbl)[637];
  7687.    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
  7688. }
  7689.  
  7690. GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
  7691. {
  7692.    const struct mapi_table *_tbl = entry_current_get();
  7693.    mapi_func _func = ((const mapi_func *) _tbl)[638];
  7694.    ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
  7695. }
  7696.  
  7697. GLAPI void APIENTRY GLAPI_PREFIX(ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)
  7698. {
  7699.    const struct mapi_table *_tbl = entry_current_get();
  7700.    mapi_func _func = ((const mapi_func *) _tbl)[639];
  7701.    ((void (APIENTRY *)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)) _func)(target, format, len, string);
  7702. }
  7703.  
  7704. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x)
  7705. {
  7706.    const struct mapi_table *_tbl = entry_current_get();
  7707.    mapi_func _func = ((const mapi_func *) _tbl)[640];
  7708.    ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
  7709. }
  7710.  
  7711. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1f)(GLuint index, GLfloat x)
  7712. {
  7713.    const struct mapi_table *_tbl = entry_current_get();
  7714.    mapi_func _func = ((const mapi_func *) _tbl)[640];
  7715.    ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
  7716. }
  7717.  
  7718. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v)
  7719. {
  7720.    const struct mapi_table *_tbl = entry_current_get();
  7721.    mapi_func _func = ((const mapi_func *) _tbl)[641];
  7722.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7723. }
  7724.  
  7725. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fv)(GLuint index, const GLfloat *v)
  7726. {
  7727.    const struct mapi_table *_tbl = entry_current_get();
  7728.    mapi_func _func = ((const mapi_func *) _tbl)[641];
  7729.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7730. }
  7731.  
  7732. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y)
  7733. {
  7734.    const struct mapi_table *_tbl = entry_current_get();
  7735.    mapi_func _func = ((const mapi_func *) _tbl)[642];
  7736.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
  7737. }
  7738.  
  7739. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2f)(GLuint index, GLfloat x, GLfloat y)
  7740. {
  7741.    const struct mapi_table *_tbl = entry_current_get();
  7742.    mapi_func _func = ((const mapi_func *) _tbl)[642];
  7743.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
  7744. }
  7745.  
  7746. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v)
  7747. {
  7748.    const struct mapi_table *_tbl = entry_current_get();
  7749.    mapi_func _func = ((const mapi_func *) _tbl)[643];
  7750.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7751. }
  7752.  
  7753. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fv)(GLuint index, const GLfloat *v)
  7754. {
  7755.    const struct mapi_table *_tbl = entry_current_get();
  7756.    mapi_func _func = ((const mapi_func *) _tbl)[643];
  7757.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7758. }
  7759.  
  7760. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
  7761. {
  7762.    const struct mapi_table *_tbl = entry_current_get();
  7763.    mapi_func _func = ((const mapi_func *) _tbl)[644];
  7764.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
  7765. }
  7766.  
  7767. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3f)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
  7768. {
  7769.    const struct mapi_table *_tbl = entry_current_get();
  7770.    mapi_func _func = ((const mapi_func *) _tbl)[644];
  7771.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
  7772. }
  7773.  
  7774. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvARB)(GLuint index, const GLfloat *v)
  7775. {
  7776.    const struct mapi_table *_tbl = entry_current_get();
  7777.    mapi_func _func = ((const mapi_func *) _tbl)[645];
  7778.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7779. }
  7780.  
  7781. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fv)(GLuint index, const GLfloat *v)
  7782. {
  7783.    const struct mapi_table *_tbl = entry_current_get();
  7784.    mapi_func _func = ((const mapi_func *) _tbl)[645];
  7785.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7786. }
  7787.  
  7788. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  7789. {
  7790.    const struct mapi_table *_tbl = entry_current_get();
  7791.    mapi_func _func = ((const mapi_func *) _tbl)[646];
  7792.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
  7793. }
  7794.  
  7795. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  7796. {
  7797.    const struct mapi_table *_tbl = entry_current_get();
  7798.    mapi_func _func = ((const mapi_func *) _tbl)[646];
  7799.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
  7800. }
  7801.  
  7802. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v)
  7803. {
  7804.    const struct mapi_table *_tbl = entry_current_get();
  7805.    mapi_func _func = ((const mapi_func *) _tbl)[647];
  7806.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7807. }
  7808.  
  7809. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fv)(GLuint index, const GLfloat *v)
  7810. {
  7811.    const struct mapi_table *_tbl = entry_current_get();
  7812.    mapi_func _func = ((const mapi_func *) _tbl)[647];
  7813.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  7814. }
  7815.  
  7816. GLAPI void APIENTRY GLAPI_PREFIX(AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj)
  7817. {
  7818.    const struct mapi_table *_tbl = entry_current_get();
  7819.    mapi_func _func = ((const mapi_func *) _tbl)[648];
  7820.    ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB obj)) _func)(containerObj, obj);
  7821. }
  7822.  
  7823. GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateProgramObjectARB)(void)
  7824. {
  7825.    const struct mapi_table *_tbl = entry_current_get();
  7826.    mapi_func _func = ((const mapi_func *) _tbl)[649];
  7827.    return ((GLhandleARB (APIENTRY *)(void)) _func)();
  7828. }
  7829.  
  7830. GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateShaderObjectARB)(GLenum shaderType)
  7831. {
  7832.    const struct mapi_table *_tbl = entry_current_get();
  7833.    mapi_func _func = ((const mapi_func *) _tbl)[650];
  7834.    return ((GLhandleARB (APIENTRY *)(GLenum shaderType)) _func)(shaderType);
  7835. }
  7836.  
  7837. GLAPI void APIENTRY GLAPI_PREFIX(DeleteObjectARB)(GLhandleARB obj)
  7838. {
  7839.    const struct mapi_table *_tbl = entry_current_get();
  7840.    mapi_func _func = ((const mapi_func *) _tbl)[651];
  7841.    ((void (APIENTRY *)(GLhandleARB obj)) _func)(obj);
  7842. }
  7843.  
  7844. GLAPI void APIENTRY GLAPI_PREFIX(DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj)
  7845. {
  7846.    const struct mapi_table *_tbl = entry_current_get();
  7847.    mapi_func _func = ((const mapi_func *) _tbl)[652];
  7848.    ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB attachedObj)) _func)(containerObj, attachedObj);
  7849. }
  7850.  
  7851. GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)
  7852. {
  7853.    const struct mapi_table *_tbl = entry_current_get();
  7854.    mapi_func _func = ((const mapi_func *) _tbl)[653];
  7855.    ((void (APIENTRY *)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)) _func)(containerObj, maxLength, length, infoLog);
  7856. }
  7857.  
  7858. GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(GetHandleARB)(GLenum pname)
  7859. {
  7860.    const struct mapi_table *_tbl = entry_current_get();
  7861.    mapi_func _func = ((const mapi_func *) _tbl)[654];
  7862.    return ((GLhandleARB (APIENTRY *)(GLenum pname)) _func)(pname);
  7863. }
  7864.  
  7865. GLAPI void APIENTRY GLAPI_PREFIX(GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)
  7866. {
  7867.    const struct mapi_table *_tbl = entry_current_get();
  7868.    mapi_func _func = ((const mapi_func *) _tbl)[655];
  7869.    ((void (APIENTRY *)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)) _func)(obj, maxLength, length, infoLog);
  7870. }
  7871.  
  7872. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat *params)
  7873. {
  7874.    const struct mapi_table *_tbl = entry_current_get();
  7875.    mapi_func _func = ((const mapi_func *) _tbl)[656];
  7876.    ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLfloat *params)) _func)(obj, pname, params);
  7877. }
  7878.  
  7879. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint *params)
  7880. {
  7881.    const struct mapi_table *_tbl = entry_current_get();
  7882.    mapi_func _func = ((const mapi_func *) _tbl)[657];
  7883.    ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLint *params)) _func)(obj, pname, params);
  7884. }
  7885.  
  7886. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
  7887. {
  7888.    const struct mapi_table *_tbl = entry_current_get();
  7889.    mapi_func _func = ((const mapi_func *) _tbl)[658];
  7890.    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
  7891. }
  7892.  
  7893. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
  7894. {
  7895.    const struct mapi_table *_tbl = entry_current_get();
  7896.    mapi_func _func = ((const mapi_func *) _tbl)[658];
  7897.    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
  7898. }
  7899.  
  7900. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
  7901. {
  7902.    const struct mapi_table *_tbl = entry_current_get();
  7903.    mapi_func _func = ((const mapi_func *) _tbl)[658];
  7904.    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
  7905. }
  7906.  
  7907. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
  7908. {
  7909.    const struct mapi_table *_tbl = entry_current_get();
  7910.    mapi_func _func = ((const mapi_func *) _tbl)[659];
  7911.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
  7912. }
  7913.  
  7914. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
  7915. {
  7916.    const struct mapi_table *_tbl = entry_current_get();
  7917.    mapi_func _func = ((const mapi_func *) _tbl)[659];
  7918.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
  7919. }
  7920.  
  7921. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
  7922. {
  7923.    const struct mapi_table *_tbl = entry_current_get();
  7924.    mapi_func _func = ((const mapi_func *) _tbl)[659];
  7925.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
  7926. }
  7927.  
  7928. GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer)
  7929. {
  7930.    const struct mapi_table *_tbl = entry_current_get();
  7931.    mapi_func _func = ((const mapi_func *) _tbl)[660];
  7932.    ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
  7933. }
  7934.  
  7935. GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer)
  7936. {
  7937.    const struct mapi_table *_tbl = entry_current_get();
  7938.    mapi_func _func = ((const mapi_func *) _tbl)[661];
  7939.    ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
  7940. }
  7941.  
  7942. GLAPI void APIENTRY GLAPI_PREFIX(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
  7943. {
  7944.    const struct mapi_table *_tbl = entry_current_get();
  7945.    mapi_func _func = ((const mapi_func *) _tbl)[662];
  7946.    ((void (APIENTRY *)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)) _func)(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
  7947. }
  7948.  
  7949. GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target)
  7950. {
  7951.    const struct mapi_table *_tbl = entry_current_get();
  7952.    mapi_func _func = ((const mapi_func *) _tbl)[663];
  7953.    return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
  7954. }
  7955.  
  7956. GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target)
  7957. {
  7958.    const struct mapi_table *_tbl = entry_current_get();
  7959.    mapi_func _func = ((const mapi_func *) _tbl)[663];
  7960.    return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
  7961. }
  7962.  
  7963. GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers)
  7964. {
  7965.    const struct mapi_table *_tbl = entry_current_get();
  7966.    mapi_func _func = ((const mapi_func *) _tbl)[664];
  7967.    ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
  7968. }
  7969.  
  7970. GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers)
  7971. {
  7972.    const struct mapi_table *_tbl = entry_current_get();
  7973.    mapi_func _func = ((const mapi_func *) _tbl)[664];
  7974.    ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
  7975. }
  7976.  
  7977. GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers)
  7978. {
  7979.    const struct mapi_table *_tbl = entry_current_get();
  7980.    mapi_func _func = ((const mapi_func *) _tbl)[665];
  7981.    ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
  7982. }
  7983.  
  7984. GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers)
  7985. {
  7986.    const struct mapi_table *_tbl = entry_current_get();
  7987.    mapi_func _func = ((const mapi_func *) _tbl)[665];
  7988.    ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
  7989. }
  7990.  
  7991. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
  7992. {
  7993.    const struct mapi_table *_tbl = entry_current_get();
  7994.    mapi_func _func = ((const mapi_func *) _tbl)[666];
  7995.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
  7996. }
  7997.  
  7998. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
  7999. {
  8000.    const struct mapi_table *_tbl = entry_current_get();
  8001.    mapi_func _func = ((const mapi_func *) _tbl)[666];
  8002.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
  8003. }
  8004.  
  8005. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
  8006. {
  8007.    const struct mapi_table *_tbl = entry_current_get();
  8008.    mapi_func _func = ((const mapi_func *) _tbl)[667];
  8009.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
  8010. }
  8011.  
  8012. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
  8013. {
  8014.    const struct mapi_table *_tbl = entry_current_get();
  8015.    mapi_func _func = ((const mapi_func *) _tbl)[667];
  8016.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
  8017. }
  8018.  
  8019. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
  8020. {
  8021.    const struct mapi_table *_tbl = entry_current_get();
  8022.    mapi_func _func = ((const mapi_func *) _tbl)[668];
  8023.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
  8024. }
  8025.  
  8026. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
  8027. {
  8028.    const struct mapi_table *_tbl = entry_current_get();
  8029.    mapi_func _func = ((const mapi_func *) _tbl)[668];
  8030.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
  8031. }
  8032.  
  8033. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer)
  8034. {
  8035.    const struct mapi_table *_tbl = entry_current_get();
  8036.    mapi_func _func = ((const mapi_func *) _tbl)[669];
  8037.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, textarget, texture, level, layer);
  8038. }
  8039.  
  8040. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
  8041. {
  8042.    const struct mapi_table *_tbl = entry_current_get();
  8043.    mapi_func _func = ((const mapi_func *) _tbl)[669];
  8044.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
  8045. }
  8046.  
  8047. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
  8048. {
  8049.    const struct mapi_table *_tbl = entry_current_get();
  8050.    mapi_func _func = ((const mapi_func *) _tbl)[670];
  8051.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
  8052. }
  8053.  
  8054. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
  8055. {
  8056.    const struct mapi_table *_tbl = entry_current_get();
  8057.    mapi_func _func = ((const mapi_func *) _tbl)[670];
  8058.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
  8059. }
  8060.  
  8061. GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
  8062. {
  8063.    const struct mapi_table *_tbl = entry_current_get();
  8064.    mapi_func _func = ((const mapi_func *) _tbl)[670];
  8065.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
  8066. }
  8067.  
  8068. GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers)
  8069. {
  8070.    const struct mapi_table *_tbl = entry_current_get();
  8071.    mapi_func _func = ((const mapi_func *) _tbl)[671];
  8072.    ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
  8073. }
  8074.  
  8075. GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers)
  8076. {
  8077.    const struct mapi_table *_tbl = entry_current_get();
  8078.    mapi_func _func = ((const mapi_func *) _tbl)[671];
  8079.    ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
  8080. }
  8081.  
  8082. GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers)
  8083. {
  8084.    const struct mapi_table *_tbl = entry_current_get();
  8085.    mapi_func _func = ((const mapi_func *) _tbl)[672];
  8086.    ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
  8087. }
  8088.  
  8089. GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers)
  8090. {
  8091.    const struct mapi_table *_tbl = entry_current_get();
  8092.    mapi_func _func = ((const mapi_func *) _tbl)[672];
  8093.    ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
  8094. }
  8095.  
  8096. GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target)
  8097. {
  8098.    const struct mapi_table *_tbl = entry_current_get();
  8099.    mapi_func _func = ((const mapi_func *) _tbl)[673];
  8100.    ((void (APIENTRY *)(GLenum target)) _func)(target);
  8101. }
  8102.  
  8103. GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target)
  8104. {
  8105.    const struct mapi_table *_tbl = entry_current_get();
  8106.    mapi_func _func = ((const mapi_func *) _tbl)[673];
  8107.    ((void (APIENTRY *)(GLenum target)) _func)(target);
  8108. }
  8109.  
  8110. GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
  8111. {
  8112.    const struct mapi_table *_tbl = entry_current_get();
  8113.    mapi_func _func = ((const mapi_func *) _tbl)[674];
  8114.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
  8115. }
  8116.  
  8117. GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
  8118. {
  8119.    const struct mapi_table *_tbl = entry_current_get();
  8120.    mapi_func _func = ((const mapi_func *) _tbl)[674];
  8121.    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
  8122. }
  8123.  
  8124. GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params)
  8125. {
  8126.    const struct mapi_table *_tbl = entry_current_get();
  8127.    mapi_func _func = ((const mapi_func *) _tbl)[675];
  8128.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  8129. }
  8130.  
  8131. GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params)
  8132. {
  8133.    const struct mapi_table *_tbl = entry_current_get();
  8134.    mapi_func _func = ((const mapi_func *) _tbl)[675];
  8135.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
  8136. }
  8137.  
  8138. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer)
  8139. {
  8140.    const struct mapi_table *_tbl = entry_current_get();
  8141.    mapi_func _func = ((const mapi_func *) _tbl)[676];
  8142.    return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
  8143. }
  8144.  
  8145. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer)
  8146. {
  8147.    const struct mapi_table *_tbl = entry_current_get();
  8148.    mapi_func _func = ((const mapi_func *) _tbl)[676];
  8149.    return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
  8150. }
  8151.  
  8152. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer)
  8153. {
  8154.    const struct mapi_table *_tbl = entry_current_get();
  8155.    mapi_func _func = ((const mapi_func *) _tbl)[677];
  8156.    return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
  8157. }
  8158.  
  8159. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer)
  8160. {
  8161.    const struct mapi_table *_tbl = entry_current_get();
  8162.    mapi_func _func = ((const mapi_func *) _tbl)[677];
  8163.    return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
  8164. }
  8165.  
  8166. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
  8167. {
  8168.    const struct mapi_table *_tbl = entry_current_get();
  8169.    mapi_func _func = ((const mapi_func *) _tbl)[678];
  8170.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
  8171. }
  8172.  
  8173. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
  8174. {
  8175.    const struct mapi_table *_tbl = entry_current_get();
  8176.    mapi_func _func = ((const mapi_func *) _tbl)[678];
  8177.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
  8178. }
  8179.  
  8180. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
  8181. {
  8182.    const struct mapi_table *_tbl = entry_current_get();
  8183.    mapi_func _func = ((const mapi_func *) _tbl)[679];
  8184.    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
  8185. }
  8186.  
  8187. GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
  8188. {
  8189.    const struct mapi_table *_tbl = entry_current_get();
  8190.    mapi_func _func = ((const mapi_func *) _tbl)[679];
  8191.    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
  8192. }
  8193.  
  8194. GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length)
  8195. {
  8196.    const struct mapi_table *_tbl = entry_current_get();
  8197.    mapi_func _func = ((const mapi_func *) _tbl)[680];
  8198.    ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length)) _func)(target, offset, length);
  8199. }
  8200.  
  8201. GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
  8202. {
  8203.    const struct mapi_table *_tbl = entry_current_get();
  8204.    mapi_func _func = ((const mapi_func *) _tbl)[681];
  8205.    return ((GLvoid * (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)) _func)(target, offset, length, access);
  8206. }
  8207.  
  8208. GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array)
  8209. {
  8210.    const struct mapi_table *_tbl = entry_current_get();
  8211.    mapi_func _func = ((const mapi_func *) _tbl)[682];
  8212.    ((void (APIENTRY *)(GLuint array)) _func)(array);
  8213. }
  8214.  
  8215. GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays)
  8216. {
  8217.    const struct mapi_table *_tbl = entry_current_get();
  8218.    mapi_func _func = ((const mapi_func *) _tbl)[683];
  8219.    ((void (APIENTRY *)(GLsizei n, const GLuint *arrays)) _func)(n, arrays);
  8220. }
  8221.  
  8222. GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays)
  8223. {
  8224.    const struct mapi_table *_tbl = entry_current_get();
  8225.    mapi_func _func = ((const mapi_func *) _tbl)[684];
  8226.    ((void (APIENTRY *)(GLsizei n, GLuint *arrays)) _func)(n, arrays);
  8227. }
  8228.  
  8229. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array)
  8230. {
  8231.    const struct mapi_table *_tbl = entry_current_get();
  8232.    mapi_func _func = ((const mapi_func *) _tbl)[685];
  8233.    return ((GLboolean (APIENTRY *)(GLuint array)) _func)(array);
  8234. }
  8235.  
  8236. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformBlockName)(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName)
  8237. {
  8238.    const struct mapi_table *_tbl = entry_current_get();
  8239.    mapi_func _func = ((const mapi_func *) _tbl)[686];
  8240.    ((void (APIENTRY *)(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName)) _func)(program, uniformBlockIndex, bufSize, length, uniformBlockName);
  8241. }
  8242.  
  8243. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformBlockiv)(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params)
  8244. {
  8245.    const struct mapi_table *_tbl = entry_current_get();
  8246.    mapi_func _func = ((const mapi_func *) _tbl)[687];
  8247.    ((void (APIENTRY *)(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params)) _func)(program, uniformBlockIndex, pname, params);
  8248. }
  8249.  
  8250. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformName)(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
  8251. {
  8252.    const struct mapi_table *_tbl = entry_current_get();
  8253.    mapi_func _func = ((const mapi_func *) _tbl)[688];
  8254.    ((void (APIENTRY *)(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)) _func)(program, uniformIndex, bufSize, length, uniformName);
  8255. }
  8256.  
  8257. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformsiv)(GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params)
  8258. {
  8259.    const struct mapi_table *_tbl = entry_current_get();
  8260.    mapi_func _func = ((const mapi_func *) _tbl)[689];
  8261.    ((void (APIENTRY *)(GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params)) _func)(program, uniformCount, uniformIndices, pname, params);
  8262. }
  8263.  
  8264. GLAPI GLuint APIENTRY GLAPI_PREFIX(GetUniformBlockIndex)(GLuint program, const GLchar *uniformBlockName)
  8265. {
  8266.    const struct mapi_table *_tbl = entry_current_get();
  8267.    mapi_func _func = ((const mapi_func *) _tbl)[690];
  8268.    return ((GLuint (APIENTRY *)(GLuint program, const GLchar *uniformBlockName)) _func)(program, uniformBlockName);
  8269. }
  8270.  
  8271. GLAPI void APIENTRY GLAPI_PREFIX(GetUniformIndices)(GLuint program, GLsizei uniformCount, const GLchar * const *uniformNames, GLuint *uniformIndices)
  8272. {
  8273.    const struct mapi_table *_tbl = entry_current_get();
  8274.    mapi_func _func = ((const mapi_func *) _tbl)[691];
  8275.    ((void (APIENTRY *)(GLuint program, GLsizei uniformCount, const GLchar * const *uniformNames, GLuint *uniformIndices)) _func)(program, uniformCount, uniformNames, uniformIndices);
  8276. }
  8277.  
  8278. GLAPI void APIENTRY GLAPI_PREFIX(UniformBlockBinding)(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
  8279. {
  8280.    const struct mapi_table *_tbl = entry_current_get();
  8281.    mapi_func _func = ((const mapi_func *) _tbl)[692];
  8282.    ((void (APIENTRY *)(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)) _func)(program, uniformBlockIndex, uniformBlockBinding);
  8283. }
  8284.  
  8285. GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
  8286. {
  8287.    const struct mapi_table *_tbl = entry_current_get();
  8288.    mapi_func _func = ((const mapi_func *) _tbl)[693];
  8289.    ((void (APIENTRY *)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)) _func)(readTarget, writeTarget, readOffset, writeOffset, size);
  8290. }
  8291.  
  8292. GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
  8293. {
  8294.    const struct mapi_table *_tbl = entry_current_get();
  8295.    mapi_func _func = ((const mapi_func *) _tbl)[694];
  8296.    return ((GLenum (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
  8297. }
  8298.  
  8299. GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync)
  8300. {
  8301.    const struct mapi_table *_tbl = entry_current_get();
  8302.    mapi_func _func = ((const mapi_func *) _tbl)[695];
  8303.    ((void (APIENTRY *)(GLsync sync)) _func)(sync);
  8304. }
  8305.  
  8306. GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags)
  8307. {
  8308.    const struct mapi_table *_tbl = entry_current_get();
  8309.    mapi_func _func = ((const mapi_func *) _tbl)[696];
  8310.    return ((GLsync (APIENTRY *)(GLenum condition, GLbitfield flags)) _func)(condition, flags);
  8311. }
  8312.  
  8313. GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params)
  8314. {
  8315.    const struct mapi_table *_tbl = entry_current_get();
  8316.    mapi_func _func = ((const mapi_func *) _tbl)[697];
  8317.    ((void (APIENTRY *)(GLenum pname, GLint64 *params)) _func)(pname, params);
  8318. }
  8319.  
  8320. GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
  8321. {
  8322.    const struct mapi_table *_tbl = entry_current_get();
  8323.    mapi_func _func = ((const mapi_func *) _tbl)[698];
  8324.    ((void (APIENTRY *)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)) _func)(sync, pname, bufSize, length, values);
  8325. }
  8326.  
  8327. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync)
  8328. {
  8329.    const struct mapi_table *_tbl = entry_current_get();
  8330.    mapi_func _func = ((const mapi_func *) _tbl)[699];
  8331.    return ((GLboolean (APIENTRY *)(GLsync sync)) _func)(sync);
  8332. }
  8333.  
  8334. GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
  8335. {
  8336.    const struct mapi_table *_tbl = entry_current_get();
  8337.    mapi_func _func = ((const mapi_func *) _tbl)[700];
  8338.    ((void (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
  8339. }
  8340.  
  8341. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
  8342. {
  8343.    const struct mapi_table *_tbl = entry_current_get();
  8344.    mapi_func _func = ((const mapi_func *) _tbl)[701];
  8345.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)) _func)(mode, count, type, indices, basevertex);
  8346. }
  8347.  
  8348. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)
  8349. {
  8350.    const struct mapi_table *_tbl = entry_current_get();
  8351.    mapi_func _func = ((const mapi_func *) _tbl)[702];
  8352.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
  8353. }
  8354.  
  8355. GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
  8356. {
  8357.    const struct mapi_table *_tbl = entry_current_get();
  8358.    mapi_func _func = ((const mapi_func *) _tbl)[703];
  8359.    ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)) _func)(mode, start, end, count, type, indices, basevertex);
  8360. }
  8361.  
  8362. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex)
  8363. {
  8364.    const struct mapi_table *_tbl = entry_current_get();
  8365.    mapi_func _func = ((const mapi_func *) _tbl)[704];
  8366.    ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
  8367. }
  8368.  
  8369. GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode)
  8370. {
  8371.    const struct mapi_table *_tbl = entry_current_get();
  8372.    mapi_func _func = ((const mapi_func *) _tbl)[705];
  8373.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  8374. }
  8375.  
  8376. GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode)
  8377. {
  8378.    const struct mapi_table *_tbl = entry_current_get();
  8379.    mapi_func _func = ((const mapi_func *) _tbl)[705];
  8380.    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
  8381. }
  8382.  
  8383. GLAPI void APIENTRY GLAPI_PREFIX(GetMultisamplefv)(GLenum pname, GLuint index, GLfloat *val)
  8384. {
  8385.    const struct mapi_table *_tbl = entry_current_get();
  8386.    mapi_func _func = ((const mapi_func *) _tbl)[706];
  8387.    ((void (APIENTRY *)(GLenum pname, GLuint index, GLfloat *val)) _func)(pname, index, val);
  8388. }
  8389.  
  8390. GLAPI void APIENTRY GLAPI_PREFIX(SampleMaski)(GLuint index, GLbitfield mask)
  8391. {
  8392.    const struct mapi_table *_tbl = entry_current_get();
  8393.    mapi_func _func = ((const mapi_func *) _tbl)[707];
  8394.    ((void (APIENTRY *)(GLuint index, GLbitfield mask)) _func)(index, mask);
  8395. }
  8396.  
  8397. GLAPI void APIENTRY GLAPI_PREFIX(TexImage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
  8398. {
  8399.    const struct mapi_table *_tbl = entry_current_get();
  8400.    mapi_func _func = ((const mapi_func *) _tbl)[708];
  8401.    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)) _func)(target, samples, internalformat, width, height, fixedsamplelocations);
  8402. }
  8403.  
  8404. GLAPI void APIENTRY GLAPI_PREFIX(TexImage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
  8405. {
  8406.    const struct mapi_table *_tbl = entry_current_get();
  8407.    mapi_func _func = ((const mapi_func *) _tbl)[709];
  8408.    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)) _func)(target, samples, internalformat, width, height, depth, fixedsamplelocations);
  8409. }
  8410.  
  8411. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA)
  8412. {
  8413.    const struct mapi_table *_tbl = entry_current_get();
  8414.    mapi_func _func = ((const mapi_func *) _tbl)[710];
  8415.    ((void (APIENTRY *)(GLuint buf, GLenum modeRGB, GLenum modeA)) _func)(buf, modeRGB, modeA);
  8416. }
  8417.  
  8418. GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode)
  8419. {
  8420.    const struct mapi_table *_tbl = entry_current_get();
  8421.    mapi_func _func = ((const mapi_func *) _tbl)[711];
  8422.    ((void (APIENTRY *)(GLuint buf, GLenum mode)) _func)(buf, mode);
  8423. }
  8424.  
  8425. GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)
  8426. {
  8427.    const struct mapi_table *_tbl = entry_current_get();
  8428.    mapi_func _func = ((const mapi_func *) _tbl)[712];
  8429.    ((void (APIENTRY *)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)) _func)(buf, srcRGB, dstRGB, srcA, dstA);
  8430. }
  8431.  
  8432. GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst)
  8433. {
  8434.    const struct mapi_table *_tbl = entry_current_get();
  8435.    mapi_func _func = ((const mapi_func *) _tbl)[713];
  8436.    ((void (APIENTRY *)(GLuint buf, GLenum src, GLenum dst)) _func)(buf, src, dst);
  8437. }
  8438.  
  8439. GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationIndexed)(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name)
  8440. {
  8441.    const struct mapi_table *_tbl = entry_current_get();
  8442.    mapi_func _func = ((const mapi_func *) _tbl)[714];
  8443.    ((void (APIENTRY *)(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name)) _func)(program, colorNumber, index, name);
  8444. }
  8445.  
  8446. GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataIndex)(GLuint program, const GLchar *name)
  8447. {
  8448.    const struct mapi_table *_tbl = entry_current_get();
  8449.    mapi_func _func = ((const mapi_func *) _tbl)[715];
  8450.    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
  8451. }
  8452.  
  8453. GLAPI void APIENTRY GLAPI_PREFIX(BindSampler)(GLuint unit, GLuint sampler)
  8454. {
  8455.    const struct mapi_table *_tbl = entry_current_get();
  8456.    mapi_func _func = ((const mapi_func *) _tbl)[716];
  8457.    ((void (APIENTRY *)(GLuint unit, GLuint sampler)) _func)(unit, sampler);
  8458. }
  8459.  
  8460. GLAPI void APIENTRY GLAPI_PREFIX(DeleteSamplers)(GLsizei count, const GLuint *samplers)
  8461. {
  8462.    const struct mapi_table *_tbl = entry_current_get();
  8463.    mapi_func _func = ((const mapi_func *) _tbl)[717];
  8464.    ((void (APIENTRY *)(GLsizei count, const GLuint *samplers)) _func)(count, samplers);
  8465. }
  8466.  
  8467. GLAPI void APIENTRY GLAPI_PREFIX(GenSamplers)(GLsizei count, GLuint *samplers)
  8468. {
  8469.    const struct mapi_table *_tbl = entry_current_get();
  8470.    mapi_func _func = ((const mapi_func *) _tbl)[718];
  8471.    ((void (APIENTRY *)(GLsizei count, GLuint *samplers)) _func)(count, samplers);
  8472. }
  8473.  
  8474. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint *params)
  8475. {
  8476.    const struct mapi_table *_tbl = entry_current_get();
  8477.    mapi_func _func = ((const mapi_func *) _tbl)[719];
  8478.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint *params)) _func)(sampler, pname, params);
  8479. }
  8480.  
  8481. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint *params)
  8482. {
  8483.    const struct mapi_table *_tbl = entry_current_get();
  8484.    mapi_func _func = ((const mapi_func *) _tbl)[720];
  8485.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLuint *params)) _func)(sampler, pname, params);
  8486. }
  8487.  
  8488. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat *params)
  8489. {
  8490.    const struct mapi_table *_tbl = entry_current_get();
  8491.    mapi_func _func = ((const mapi_func *) _tbl)[721];
  8492.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLfloat *params)) _func)(sampler, pname, params);
  8493. }
  8494.  
  8495. GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint *params)
  8496. {
  8497.    const struct mapi_table *_tbl = entry_current_get();
  8498.    mapi_func _func = ((const mapi_func *) _tbl)[722];
  8499.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint *params)) _func)(sampler, pname, params);
  8500. }
  8501.  
  8502. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler)
  8503. {
  8504.    const struct mapi_table *_tbl = entry_current_get();
  8505.    mapi_func _func = ((const mapi_func *) _tbl)[723];
  8506.    return ((GLboolean (APIENTRY *)(GLuint sampler)) _func)(sampler);
  8507. }
  8508.  
  8509. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *params)
  8510. {
  8511.    const struct mapi_table *_tbl = entry_current_get();
  8512.    mapi_func _func = ((const mapi_func *) _tbl)[724];
  8513.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
  8514. }
  8515.  
  8516. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint *params)
  8517. {
  8518.    const struct mapi_table *_tbl = entry_current_get();
  8519.    mapi_func _func = ((const mapi_func *) _tbl)[725];
  8520.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLuint *params)) _func)(sampler, pname, params);
  8521. }
  8522.  
  8523. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param)
  8524. {
  8525.    const struct mapi_table *_tbl = entry_current_get();
  8526.    mapi_func _func = ((const mapi_func *) _tbl)[726];
  8527.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLfloat param)) _func)(sampler, pname, param);
  8528. }
  8529.  
  8530. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params)
  8531. {
  8532.    const struct mapi_table *_tbl = entry_current_get();
  8533.    mapi_func _func = ((const mapi_func *) _tbl)[727];
  8534.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLfloat *params)) _func)(sampler, pname, params);
  8535. }
  8536.  
  8537. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param)
  8538. {
  8539.    const struct mapi_table *_tbl = entry_current_get();
  8540.    mapi_func _func = ((const mapi_func *) _tbl)[728];
  8541.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint param)) _func)(sampler, pname, param);
  8542. }
  8543.  
  8544. GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params)
  8545. {
  8546.    const struct mapi_table *_tbl = entry_current_get();
  8547.    mapi_func _func = ((const mapi_func *) _tbl)[729];
  8548.    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
  8549. }
  8550.  
  8551. GLAPI void APIENTRY GLAPI_PREFIX(ColorP3ui)(GLenum type, GLuint color)
  8552. {
  8553.    const struct mapi_table *_tbl = entry_current_get();
  8554.    mapi_func _func = ((const mapi_func *) _tbl)[733];
  8555.    ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
  8556. }
  8557.  
  8558. GLAPI void APIENTRY GLAPI_PREFIX(ColorP3uiv)(GLenum type, const GLuint *color)
  8559. {
  8560.    const struct mapi_table *_tbl = entry_current_get();
  8561.    mapi_func _func = ((const mapi_func *) _tbl)[734];
  8562.    ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
  8563. }
  8564.  
  8565. GLAPI void APIENTRY GLAPI_PREFIX(ColorP4ui)(GLenum type, GLuint color)
  8566. {
  8567.    const struct mapi_table *_tbl = entry_current_get();
  8568.    mapi_func _func = ((const mapi_func *) _tbl)[735];
  8569.    ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
  8570. }
  8571.  
  8572. GLAPI void APIENTRY GLAPI_PREFIX(ColorP4uiv)(GLenum type, const GLuint *color)
  8573. {
  8574.    const struct mapi_table *_tbl = entry_current_get();
  8575.    mapi_func _func = ((const mapi_func *) _tbl)[736];
  8576.    ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
  8577. }
  8578.  
  8579. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords)
  8580. {
  8581.    const struct mapi_table *_tbl = entry_current_get();
  8582.    mapi_func _func = ((const mapi_func *) _tbl)[737];
  8583.    ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
  8584. }
  8585.  
  8586. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint *coords)
  8587. {
  8588.    const struct mapi_table *_tbl = entry_current_get();
  8589.    mapi_func _func = ((const mapi_func *) _tbl)[738];
  8590.    ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
  8591. }
  8592.  
  8593. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords)
  8594. {
  8595.    const struct mapi_table *_tbl = entry_current_get();
  8596.    mapi_func _func = ((const mapi_func *) _tbl)[739];
  8597.    ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
  8598. }
  8599.  
  8600. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint *coords)
  8601. {
  8602.    const struct mapi_table *_tbl = entry_current_get();
  8603.    mapi_func _func = ((const mapi_func *) _tbl)[740];
  8604.    ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
  8605. }
  8606.  
  8607. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords)
  8608. {
  8609.    const struct mapi_table *_tbl = entry_current_get();
  8610.    mapi_func _func = ((const mapi_func *) _tbl)[741];
  8611.    ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
  8612. }
  8613.  
  8614. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint *coords)
  8615. {
  8616.    const struct mapi_table *_tbl = entry_current_get();
  8617.    mapi_func _func = ((const mapi_func *) _tbl)[742];
  8618.    ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
  8619. }
  8620.  
  8621. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords)
  8622. {
  8623.    const struct mapi_table *_tbl = entry_current_get();
  8624.    mapi_func _func = ((const mapi_func *) _tbl)[743];
  8625.    ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
  8626. }
  8627.  
  8628. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint *coords)
  8629. {
  8630.    const struct mapi_table *_tbl = entry_current_get();
  8631.    mapi_func _func = ((const mapi_func *) _tbl)[744];
  8632.    ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
  8633. }
  8634.  
  8635. GLAPI void APIENTRY GLAPI_PREFIX(NormalP3ui)(GLenum type, GLuint coords)
  8636. {
  8637.    const struct mapi_table *_tbl = entry_current_get();
  8638.    mapi_func _func = ((const mapi_func *) _tbl)[745];
  8639.    ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
  8640. }
  8641.  
  8642. GLAPI void APIENTRY GLAPI_PREFIX(NormalP3uiv)(GLenum type, const GLuint *coords)
  8643. {
  8644.    const struct mapi_table *_tbl = entry_current_get();
  8645.    mapi_func _func = ((const mapi_func *) _tbl)[746];
  8646.    ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
  8647. }
  8648.  
  8649. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3ui)(GLenum type, GLuint color)
  8650. {
  8651.    const struct mapi_table *_tbl = entry_current_get();
  8652.    mapi_func _func = ((const mapi_func *) _tbl)[747];
  8653.    ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
  8654. }
  8655.  
  8656. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3uiv)(GLenum type, const GLuint *color)
  8657. {
  8658.    const struct mapi_table *_tbl = entry_current_get();
  8659.    mapi_func _func = ((const mapi_func *) _tbl)[748];
  8660.    ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
  8661. }
  8662.  
  8663. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1ui)(GLenum type, GLuint coords)
  8664. {
  8665.    const struct mapi_table *_tbl = entry_current_get();
  8666.    mapi_func _func = ((const mapi_func *) _tbl)[749];
  8667.    ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
  8668. }
  8669.  
  8670. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1uiv)(GLenum type, const GLuint *coords)
  8671. {
  8672.    const struct mapi_table *_tbl = entry_current_get();
  8673.    mapi_func _func = ((const mapi_func *) _tbl)[750];
  8674.    ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
  8675. }
  8676.  
  8677. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2ui)(GLenum type, GLuint coords)
  8678. {
  8679.    const struct mapi_table *_tbl = entry_current_get();
  8680.    mapi_func _func = ((const mapi_func *) _tbl)[751];
  8681.    ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
  8682. }
  8683.  
  8684. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2uiv)(GLenum type, const GLuint *coords)
  8685. {
  8686.    const struct mapi_table *_tbl = entry_current_get();
  8687.    mapi_func _func = ((const mapi_func *) _tbl)[752];
  8688.    ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
  8689. }
  8690.  
  8691. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3ui)(GLenum type, GLuint coords)
  8692. {
  8693.    const struct mapi_table *_tbl = entry_current_get();
  8694.    mapi_func _func = ((const mapi_func *) _tbl)[753];
  8695.    ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
  8696. }
  8697.  
  8698. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3uiv)(GLenum type, const GLuint *coords)
  8699. {
  8700.    const struct mapi_table *_tbl = entry_current_get();
  8701.    mapi_func _func = ((const mapi_func *) _tbl)[754];
  8702.    ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
  8703. }
  8704.  
  8705. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4ui)(GLenum type, GLuint coords)
  8706. {
  8707.    const struct mapi_table *_tbl = entry_current_get();
  8708.    mapi_func _func = ((const mapi_func *) _tbl)[755];
  8709.    ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
  8710. }
  8711.  
  8712. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4uiv)(GLenum type, const GLuint *coords)
  8713. {
  8714.    const struct mapi_table *_tbl = entry_current_get();
  8715.    mapi_func _func = ((const mapi_func *) _tbl)[756];
  8716.    ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
  8717. }
  8718.  
  8719. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
  8720. {
  8721.    const struct mapi_table *_tbl = entry_current_get();
  8722.    mapi_func _func = ((const mapi_func *) _tbl)[757];
  8723.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
  8724. }
  8725.  
  8726. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
  8727. {
  8728.    const struct mapi_table *_tbl = entry_current_get();
  8729.    mapi_func _func = ((const mapi_func *) _tbl)[758];
  8730.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
  8731. }
  8732.  
  8733. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
  8734. {
  8735.    const struct mapi_table *_tbl = entry_current_get();
  8736.    mapi_func _func = ((const mapi_func *) _tbl)[759];
  8737.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
  8738. }
  8739.  
  8740. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
  8741. {
  8742.    const struct mapi_table *_tbl = entry_current_get();
  8743.    mapi_func _func = ((const mapi_func *) _tbl)[760];
  8744.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
  8745. }
  8746.  
  8747. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
  8748. {
  8749.    const struct mapi_table *_tbl = entry_current_get();
  8750.    mapi_func _func = ((const mapi_func *) _tbl)[761];
  8751.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
  8752. }
  8753.  
  8754. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
  8755. {
  8756.    const struct mapi_table *_tbl = entry_current_get();
  8757.    mapi_func _func = ((const mapi_func *) _tbl)[762];
  8758.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
  8759. }
  8760.  
  8761. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
  8762. {
  8763.    const struct mapi_table *_tbl = entry_current_get();
  8764.    mapi_func _func = ((const mapi_func *) _tbl)[763];
  8765.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
  8766. }
  8767.  
  8768. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
  8769. {
  8770.    const struct mapi_table *_tbl = entry_current_get();
  8771.    mapi_func _func = ((const mapi_func *) _tbl)[764];
  8772.    ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
  8773. }
  8774.  
  8775. GLAPI void APIENTRY GLAPI_PREFIX(VertexP2ui)(GLenum type, GLuint value)
  8776. {
  8777.    const struct mapi_table *_tbl = entry_current_get();
  8778.    mapi_func _func = ((const mapi_func *) _tbl)[765];
  8779.    ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
  8780. }
  8781.  
  8782. GLAPI void APIENTRY GLAPI_PREFIX(VertexP2uiv)(GLenum type, const GLuint *value)
  8783. {
  8784.    const struct mapi_table *_tbl = entry_current_get();
  8785.    mapi_func _func = ((const mapi_func *) _tbl)[766];
  8786.    ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
  8787. }
  8788.  
  8789. GLAPI void APIENTRY GLAPI_PREFIX(VertexP3ui)(GLenum type, GLuint value)
  8790. {
  8791.    const struct mapi_table *_tbl = entry_current_get();
  8792.    mapi_func _func = ((const mapi_func *) _tbl)[767];
  8793.    ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
  8794. }
  8795.  
  8796. GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value)
  8797. {
  8798.    const struct mapi_table *_tbl = entry_current_get();
  8799.    mapi_func _func = ((const mapi_func *) _tbl)[768];
  8800.    ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
  8801. }
  8802.  
  8803. GLAPI void APIENTRY GLAPI_PREFIX(VertexP4ui)(GLenum type, GLuint value)
  8804. {
  8805.    const struct mapi_table *_tbl = entry_current_get();
  8806.    mapi_func _func = ((const mapi_func *) _tbl)[769];
  8807.    ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
  8808. }
  8809.  
  8810. GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value)
  8811. {
  8812.    const struct mapi_table *_tbl = entry_current_get();
  8813.    mapi_func _func = ((const mapi_func *) _tbl)[770];
  8814.    ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
  8815. }
  8816.  
  8817. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysIndirect)(GLenum mode, const GLvoid *indirect)
  8818. {
  8819.    const struct mapi_table *_tbl = entry_current_get();
  8820.    mapi_func _func = ((const mapi_func *) _tbl)[771];
  8821.    ((void (APIENTRY *)(GLenum mode, const GLvoid *indirect)) _func)(mode, indirect);
  8822. }
  8823.  
  8824. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid *indirect)
  8825. {
  8826.    const struct mapi_table *_tbl = entry_current_get();
  8827.    mapi_func _func = ((const mapi_func *) _tbl)[772];
  8828.    ((void (APIENTRY *)(GLenum mode, GLenum type, const GLvoid *indirect)) _func)(mode, type, indirect);
  8829. }
  8830.  
  8831. GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id)
  8832. {
  8833.    const struct mapi_table *_tbl = entry_current_get();
  8834.    mapi_func _func = ((const mapi_func *) _tbl)[791];
  8835.    ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
  8836. }
  8837.  
  8838. GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids)
  8839. {
  8840.    const struct mapi_table *_tbl = entry_current_get();
  8841.    mapi_func _func = ((const mapi_func *) _tbl)[792];
  8842.    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
  8843. }
  8844.  
  8845. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id)
  8846. {
  8847.    const struct mapi_table *_tbl = entry_current_get();
  8848.    mapi_func _func = ((const mapi_func *) _tbl)[793];
  8849.    ((void (APIENTRY *)(GLenum mode, GLuint id)) _func)(mode, id);
  8850. }
  8851.  
  8852. GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids)
  8853. {
  8854.    const struct mapi_table *_tbl = entry_current_get();
  8855.    mapi_func _func = ((const mapi_func *) _tbl)[794];
  8856.    ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
  8857. }
  8858.  
  8859. GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id)
  8860. {
  8861.    const struct mapi_table *_tbl = entry_current_get();
  8862.    mapi_func _func = ((const mapi_func *) _tbl)[795];
  8863.    return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
  8864. }
  8865.  
  8866. GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void)
  8867. {
  8868.    const struct mapi_table *_tbl = entry_current_get();
  8869.    mapi_func _func = ((const mapi_func *) _tbl)[796];
  8870.    ((void (APIENTRY *)(void)) _func)();
  8871. }
  8872.  
  8873. GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void)
  8874. {
  8875.    const struct mapi_table *_tbl = entry_current_get();
  8876.    mapi_func _func = ((const mapi_func *) _tbl)[797];
  8877.    ((void (APIENTRY *)(void)) _func)();
  8878. }
  8879.  
  8880. GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryIndexed)(GLenum target, GLuint index, GLuint id)
  8881. {
  8882.    const struct mapi_table *_tbl = entry_current_get();
  8883.    mapi_func _func = ((const mapi_func *) _tbl)[798];
  8884.    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint id)) _func)(target, index, id);
  8885. }
  8886.  
  8887. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedbackStream)(GLenum mode, GLuint id, GLuint stream)
  8888. {
  8889.    const struct mapi_table *_tbl = entry_current_get();
  8890.    mapi_func _func = ((const mapi_func *) _tbl)[799];
  8891.    ((void (APIENTRY *)(GLenum mode, GLuint id, GLuint stream)) _func)(mode, id, stream);
  8892. }
  8893.  
  8894. GLAPI void APIENTRY GLAPI_PREFIX(EndQueryIndexed)(GLenum target, GLuint index)
  8895. {
  8896.    const struct mapi_table *_tbl = entry_current_get();
  8897.    mapi_func _func = ((const mapi_func *) _tbl)[800];
  8898.    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
  8899. }
  8900.  
  8901. GLAPI void APIENTRY GLAPI_PREFIX(GetQueryIndexediv)(GLenum target, GLuint index, GLenum pname, GLint *params)
  8902. {
  8903.    const struct mapi_table *_tbl = entry_current_get();
  8904.    mapi_func _func = ((const mapi_func *) _tbl)[801];
  8905.    ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLint *params)) _func)(target, index, pname, params);
  8906. }
  8907.  
  8908. GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth)
  8909. {
  8910.    const struct mapi_table *_tbl = entry_current_get();
  8911.    mapi_func _func = ((const mapi_func *) _tbl)[802];
  8912.    ((void (APIENTRY *)(GLclampf depth)) _func)(depth);
  8913. }
  8914.  
  8915. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar)
  8916. {
  8917.    const struct mapi_table *_tbl = entry_current_get();
  8918.    mapi_func _func = ((const mapi_func *) _tbl)[803];
  8919.    ((void (APIENTRY *)(GLclampf zNear, GLclampf zFar)) _func)(zNear, zFar);
  8920. }
  8921.  
  8922. GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
  8923. {
  8924.    const struct mapi_table *_tbl = entry_current_get();
  8925.    mapi_func _func = ((const mapi_func *) _tbl)[804];
  8926.    ((void (APIENTRY *)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)) _func)(shadertype, precisiontype, range, precision);
  8927. }
  8928.  
  8929. GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void)
  8930. {
  8931.    const struct mapi_table *_tbl = entry_current_get();
  8932.    mapi_func _func = ((const mapi_func *) _tbl)[805];
  8933.    ((void (APIENTRY *)(void)) _func)();
  8934. }
  8935.  
  8936. GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
  8937. {
  8938.    const struct mapi_table *_tbl = entry_current_get();
  8939.    mapi_func _func = ((const mapi_func *) _tbl)[806];
  8940.    ((void (APIENTRY *)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)) _func)(n, shaders, binaryformat, binary, length);
  8941. }
  8942.  
  8943. GLAPI void APIENTRY GLAPI_PREFIX(GetProgramBinary)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)
  8944. {
  8945.    const struct mapi_table *_tbl = entry_current_get();
  8946.    mapi_func _func = ((const mapi_func *) _tbl)[807];
  8947.    ((void (APIENTRY *)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)) _func)(program, bufSize, length, binaryFormat, binary);
  8948. }
  8949.  
  8950. GLAPI void APIENTRY GLAPI_PREFIX(ProgramBinary)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length)
  8951. {
  8952.    const struct mapi_table *_tbl = entry_current_get();
  8953.    mapi_func _func = ((const mapi_func *) _tbl)[808];
  8954.    ((void (APIENTRY *)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length)) _func)(program, binaryFormat, binary, length);
  8955. }
  8956.  
  8957. GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteri)(GLuint program, GLenum pname, GLint value)
  8958. {
  8959.    const struct mapi_table *_tbl = entry_current_get();
  8960.    mapi_func _func = ((const mapi_func *) _tbl)[809];
  8961.    ((void (APIENTRY *)(GLuint program, GLenum pname, GLint value)) _func)(program, pname, value);
  8962. }
  8963.  
  8964. GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value)
  8965. {
  8966.    const struct mapi_table *_tbl = entry_current_get();
  8967.    mapi_func _func = ((const mapi_func *) _tbl)[809];
  8968.    ((void (APIENTRY *)(GLuint program, GLenum pname, GLint value)) _func)(program, pname, value);
  8969. }
  8970.  
  8971. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangeArrayv)(GLuint first, GLsizei count, const GLclampd *v)
  8972. {
  8973.    const struct mapi_table *_tbl = entry_current_get();
  8974.    mapi_func _func = ((const mapi_func *) _tbl)[820];
  8975.    ((void (APIENTRY *)(GLuint first, GLsizei count, const GLclampd *v)) _func)(first, count, v);
  8976. }
  8977.  
  8978. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangeIndexed)(GLuint index, GLclampd n, GLclampd f)
  8979. {
  8980.    const struct mapi_table *_tbl = entry_current_get();
  8981.    mapi_func _func = ((const mapi_func *) _tbl)[821];
  8982.    ((void (APIENTRY *)(GLuint index, GLclampd n, GLclampd f)) _func)(index, n, f);
  8983. }
  8984.  
  8985. GLAPI void APIENTRY GLAPI_PREFIX(GetDoublei_v)(GLenum target, GLuint index, GLdouble *data)
  8986. {
  8987.    const struct mapi_table *_tbl = entry_current_get();
  8988.    mapi_func _func = ((const mapi_func *) _tbl)[822];
  8989.    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *data)) _func)(target, index, data);
  8990. }
  8991.  
  8992. GLAPI void APIENTRY GLAPI_PREFIX(GetFloati_v)(GLenum target, GLuint index, GLfloat *data)
  8993. {
  8994.    const struct mapi_table *_tbl = entry_current_get();
  8995.    mapi_func _func = ((const mapi_func *) _tbl)[823];
  8996.    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *data)) _func)(target, index, data);
  8997. }
  8998.  
  8999. GLAPI void APIENTRY GLAPI_PREFIX(ScissorArrayv)(GLuint first, GLsizei count, const int *v)
  9000. {
  9001.    const struct mapi_table *_tbl = entry_current_get();
  9002.    mapi_func _func = ((const mapi_func *) _tbl)[824];
  9003.    ((void (APIENTRY *)(GLuint first, GLsizei count, const int *v)) _func)(first, count, v);
  9004. }
  9005.  
  9006. GLAPI void APIENTRY GLAPI_PREFIX(ScissorIndexed)(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
  9007. {
  9008.    const struct mapi_table *_tbl = entry_current_get();
  9009.    mapi_func _func = ((const mapi_func *) _tbl)[825];
  9010.    ((void (APIENTRY *)(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)) _func)(index, left, bottom, width, height);
  9011. }
  9012.  
  9013. GLAPI void APIENTRY GLAPI_PREFIX(ScissorIndexedv)(GLuint index, const GLint *v)
  9014. {
  9015.    const struct mapi_table *_tbl = entry_current_get();
  9016.    mapi_func _func = ((const mapi_func *) _tbl)[826];
  9017.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9018. }
  9019.  
  9020. GLAPI void APIENTRY GLAPI_PREFIX(ViewportArrayv)(GLuint first, GLsizei count, const GLfloat *v)
  9021. {
  9022.    const struct mapi_table *_tbl = entry_current_get();
  9023.    mapi_func _func = ((const mapi_func *) _tbl)[827];
  9024.    ((void (APIENTRY *)(GLuint first, GLsizei count, const GLfloat *v)) _func)(first, count, v);
  9025. }
  9026.  
  9027. GLAPI void APIENTRY GLAPI_PREFIX(ViewportIndexedf)(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
  9028. {
  9029.    const struct mapi_table *_tbl = entry_current_get();
  9030.    mapi_func _func = ((const mapi_func *) _tbl)[828];
  9031.    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)) _func)(index, x, y, w, h);
  9032. }
  9033.  
  9034. GLAPI void APIENTRY GLAPI_PREFIX(ViewportIndexedfv)(GLuint index, const GLfloat *v)
  9035. {
  9036.    const struct mapi_table *_tbl = entry_current_get();
  9037.    mapi_func _func = ((const mapi_func *) _tbl)[829];
  9038.    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
  9039. }
  9040.  
  9041. GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void)
  9042. {
  9043.    const struct mapi_table *_tbl = entry_current_get();
  9044.    mapi_func _func = ((const mapi_func *) _tbl)[830];
  9045.    return ((GLenum (APIENTRY *)(void)) _func)();
  9046. }
  9047.  
  9048. GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)
  9049. {
  9050.    const struct mapi_table *_tbl = entry_current_get();
  9051.    mapi_func _func = ((const mapi_func *) _tbl)[831];
  9052.    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)) _func)(target, format, type, bufSize, table);
  9053. }
  9054.  
  9055. GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)
  9056. {
  9057.    const struct mapi_table *_tbl = entry_current_get();
  9058.    mapi_func _func = ((const mapi_func *) _tbl)[832];
  9059.    ((void (APIENTRY *)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)) _func)(target, lod, bufSize, img);
  9060. }
  9061.  
  9062. GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)
  9063. {
  9064.    const struct mapi_table *_tbl = entry_current_get();
  9065.    mapi_func _func = ((const mapi_func *) _tbl)[833];
  9066.    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)) _func)(target, format, type, bufSize, image);
  9067. }
  9068.  
  9069. GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
  9070. {
  9071.    const struct mapi_table *_tbl = entry_current_get();
  9072.    mapi_func _func = ((const mapi_func *) _tbl)[834];
  9073.    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
  9074. }
  9075.  
  9076. GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)
  9077. {
  9078.    const struct mapi_table *_tbl = entry_current_get();
  9079.    mapi_func _func = ((const mapi_func *) _tbl)[835];
  9080.    ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)) _func)(target, query, bufSize, v);
  9081. }
  9082.  
  9083. GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)
  9084. {
  9085.    const struct mapi_table *_tbl = entry_current_get();
  9086.    mapi_func _func = ((const mapi_func *) _tbl)[836];
  9087.    ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)) _func)(target, query, bufSize, v);
  9088. }
  9089.  
  9090. GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)
  9091. {
  9092.    const struct mapi_table *_tbl = entry_current_get();
  9093.    mapi_func _func = ((const mapi_func *) _tbl)[837];
  9094.    ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)) _func)(target, query, bufSize, v);
  9095. }
  9096.  
  9097. GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
  9098. {
  9099.    const struct mapi_table *_tbl = entry_current_get();
  9100.    mapi_func _func = ((const mapi_func *) _tbl)[838];
  9101.    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
  9102. }
  9103.  
  9104. GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values)
  9105. {
  9106.    const struct mapi_table *_tbl = entry_current_get();
  9107.    mapi_func _func = ((const mapi_func *) _tbl)[839];
  9108.    ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLfloat *values)) _func)(map, bufSize, values);
  9109. }
  9110.  
  9111. GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values)
  9112. {
  9113.    const struct mapi_table *_tbl = entry_current_get();
  9114.    mapi_func _func = ((const mapi_func *) _tbl)[840];
  9115.    ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLuint *values)) _func)(map, bufSize, values);
  9116. }
  9117.  
  9118. GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values)
  9119. {
  9120.    const struct mapi_table *_tbl = entry_current_get();
  9121.    mapi_func _func = ((const mapi_func *) _tbl)[841];
  9122.    ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLushort *values)) _func)(map, bufSize, values);
  9123. }
  9124.  
  9125. GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern)
  9126. {
  9127.    const struct mapi_table *_tbl = entry_current_get();
  9128.    mapi_func _func = ((const mapi_func *) _tbl)[842];
  9129.    ((void (APIENTRY *)(GLsizei bufSize, GLubyte *pattern)) _func)(bufSize, pattern);
  9130. }
  9131.  
  9132. GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)
  9133. {
  9134.    const struct mapi_table *_tbl = entry_current_get();
  9135.    mapi_func _func = ((const mapi_func *) _tbl)[843];
  9136.    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)) _func)(target, format, type, rowBufSize, row, columnBufSize, column, span);
  9137. }
  9138.  
  9139. GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)
  9140. {
  9141.    const struct mapi_table *_tbl = entry_current_get();
  9142.    mapi_func _func = ((const mapi_func *) _tbl)[844];
  9143.    ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)) _func)(target, level, format, type, bufSize, img);
  9144. }
  9145.  
  9146. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLuint program, GLint location, GLsizei bufSize, GLdouble *params)
  9147. {
  9148.    const struct mapi_table *_tbl = entry_current_get();
  9149.    mapi_func _func = ((const mapi_func *) _tbl)[845];
  9150.    ((void (APIENTRY *)(GLuint program, GLint location, GLsizei bufSize, GLdouble *params)) _func)(program, location, bufSize, params);
  9151. }
  9152.  
  9153. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
  9154. {
  9155.    const struct mapi_table *_tbl = entry_current_get();
  9156.    mapi_func _func = ((const mapi_func *) _tbl)[846];
  9157.    ((void (APIENTRY *)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params)) _func)(program, location, bufSize, params);
  9158. }
  9159.  
  9160. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLuint program, GLint location, GLsizei bufSize, GLint *params)
  9161. {
  9162.    const struct mapi_table *_tbl = entry_current_get();
  9163.    mapi_func _func = ((const mapi_func *) _tbl)[847];
  9164.    ((void (APIENTRY *)(GLuint program, GLint location, GLsizei bufSize, GLint *params)) _func)(program, location, bufSize, params);
  9165. }
  9166.  
  9167. GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLuint program, GLint location, GLsizei bufSize, GLuint *params)
  9168. {
  9169.    const struct mapi_table *_tbl = entry_current_get();
  9170.    mapi_func _func = ((const mapi_func *) _tbl)[848];
  9171.    ((void (APIENTRY *)(GLuint program, GLint location, GLsizei bufSize, GLuint *params)) _func)(program, location, bufSize, params);
  9172. }
  9173.  
  9174. GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
  9175. {
  9176.    const struct mapi_table *_tbl = entry_current_get();
  9177.    mapi_func _func = ((const mapi_func *) _tbl)[849];
  9178.    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)) _func)(x, y, width, height, format, type, bufSize, data);
  9179. }
  9180.  
  9181. GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedBaseInstance)(GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance)
  9182. {
  9183.    const struct mapi_table *_tbl = entry_current_get();
  9184.    mapi_func _func = ((const mapi_func *) _tbl)[850];
  9185.    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance)) _func)(mode, first, count, primcount, baseinstance);
  9186. }
  9187.  
  9188. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLuint baseinstance)
  9189. {
  9190.    const struct mapi_table *_tbl = entry_current_get();
  9191.    mapi_func _func = ((const mapi_func *) _tbl)[851];
  9192.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLuint baseinstance)) _func)(mode, count, type, indices, primcount, baseinstance);
  9193. }
  9194.  
  9195. GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertexBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance)
  9196. {
  9197.    const struct mapi_table *_tbl = entry_current_get();
  9198.    mapi_func _func = ((const mapi_func *) _tbl)[852];
  9199.    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance)) _func)(mode, count, type, indices, primcount, basevertex, baseinstance);
  9200. }
  9201.  
  9202. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedbackInstanced)(GLenum mode, GLuint id, GLsizei primcount)
  9203. {
  9204.    const struct mapi_table *_tbl = entry_current_get();
  9205.    mapi_func _func = ((const mapi_func *) _tbl)[853];
  9206.    ((void (APIENTRY *)(GLenum mode, GLuint id, GLsizei primcount)) _func)(mode, id, primcount);
  9207. }
  9208.  
  9209. GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedbackStreamInstanced)(GLenum mode, GLuint id, GLuint stream, GLsizei primcount)
  9210. {
  9211.    const struct mapi_table *_tbl = entry_current_get();
  9212.    mapi_func _func = ((const mapi_func *) _tbl)[854];
  9213.    ((void (APIENTRY *)(GLenum mode, GLuint id, GLuint stream, GLsizei primcount)) _func)(mode, id, stream, primcount);
  9214. }
  9215.  
  9216. GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAtomicCounterBufferiv)(GLuint program, GLuint bufferIndex, GLenum pname, GLint *params)
  9217. {
  9218.    const struct mapi_table *_tbl = entry_current_get();
  9219.    mapi_func _func = ((const mapi_func *) _tbl)[856];
  9220.    ((void (APIENTRY *)(GLuint program, GLuint bufferIndex, GLenum pname, GLint *params)) _func)(program, bufferIndex, pname, params);
  9221. }
  9222.  
  9223. GLAPI void APIENTRY GLAPI_PREFIX(BindImageTexture)(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
  9224. {
  9225.    const struct mapi_table *_tbl = entry_current_get();
  9226.    mapi_func _func = ((const mapi_func *) _tbl)[857];
  9227.    ((void (APIENTRY *)(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)) _func)(unit, texture, level, layered, layer, access, format);
  9228. }
  9229.  
  9230. GLAPI void APIENTRY GLAPI_PREFIX(MemoryBarrier)(GLbitfield barriers)
  9231. {
  9232.    const struct mapi_table *_tbl = entry_current_get();
  9233.    mapi_func _func = ((const mapi_func *) _tbl)[858];
  9234.    ((void (APIENTRY *)(GLbitfield barriers)) _func)(barriers);
  9235. }
  9236.  
  9237. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)
  9238. {
  9239.    const struct mapi_table *_tbl = entry_current_get();
  9240.    mapi_func _func = ((const mapi_func *) _tbl)[859];
  9241.    ((void (APIENTRY *)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)) _func)(target, levels, internalFormat, width);
  9242. }
  9243.  
  9244. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height)
  9245. {
  9246.    const struct mapi_table *_tbl = entry_current_get();
  9247.    mapi_func _func = ((const mapi_func *) _tbl)[860];
  9248.    ((void (APIENTRY *)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height)) _func)(target, levels, internalFormat, width, height);
  9249. }
  9250.  
  9251. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth)
  9252. {
  9253.    const struct mapi_table *_tbl = entry_current_get();
  9254.    mapi_func _func = ((const mapi_func *) _tbl)[861];
  9255.    ((void (APIENTRY *)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth)) _func)(target, levels, internalFormat, width, height, depth);
  9256. }
  9257.  
  9258. GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)
  9259. {
  9260.    const struct mapi_table *_tbl = entry_current_get();
  9261.    mapi_func _func = ((const mapi_func *) _tbl)[862];
  9262.    ((void (APIENTRY *)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)) _func)(texture, target, levels, internalFormat, width);
  9263. }
  9264.  
  9265. GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height)
  9266. {
  9267.    const struct mapi_table *_tbl = entry_current_get();
  9268.    mapi_func _func = ((const mapi_func *) _tbl)[863];
  9269.    ((void (APIENTRY *)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height)) _func)(texture, target, levels, internalFormat, width, height);
  9270. }
  9271.  
  9272. GLAPI void APIENTRY GLAPI_PREFIX(TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth)
  9273. {
  9274.    const struct mapi_table *_tbl = entry_current_get();
  9275.    mapi_func _func = ((const mapi_func *) _tbl)[864];
  9276.    ((void (APIENTRY *)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth)) _func)(texture, target, levels, internalFormat, width, height, depth);
  9277. }
  9278.  
  9279. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferData)(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data)
  9280. {
  9281.    const struct mapi_table *_tbl = entry_current_get();
  9282.    mapi_func _func = ((const mapi_func *) _tbl)[865];
  9283.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data)) _func)(target, internalformat, format, type, data);
  9284. }
  9285.  
  9286. GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferSubData)(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data)
  9287. {
  9288.    const struct mapi_table *_tbl = entry_current_get();
  9289.    mapi_func _func = ((const mapi_func *) _tbl)[866];
  9290.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data)) _func)(target, internalformat, offset, size, format, type, data);
  9291. }
  9292.  
  9293. GLAPI void APIENTRY GLAPI_PREFIX(DispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
  9294. {
  9295.    const struct mapi_table *_tbl = entry_current_get();
  9296.    mapi_func _func = ((const mapi_func *) _tbl)[867];
  9297.    ((void (APIENTRY *)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)) _func)(num_groups_x, num_groups_y, num_groups_z);
  9298. }
  9299.  
  9300. GLAPI void APIENTRY GLAPI_PREFIX(DispatchComputeIndirect)(GLintptr indirect)
  9301. {
  9302.    const struct mapi_table *_tbl = entry_current_get();
  9303.    mapi_func _func = ((const mapi_func *) _tbl)[868];
  9304.    ((void (APIENTRY *)(GLintptr indirect)) _func)(indirect);
  9305. }
  9306.  
  9307. GLAPI void APIENTRY GLAPI_PREFIX(CopyImageSubData)(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 srcWidth, GLsizei srcHeight, GLsizei srcDepth)
  9308. {
  9309.    const struct mapi_table *_tbl = entry_current_get();
  9310.    mapi_func _func = ((const mapi_func *) _tbl)[869];
  9311.    ((void (APIENTRY *)(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 srcWidth, GLsizei srcHeight, GLsizei srcDepth)) _func)(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
  9312. }
  9313.  
  9314. GLAPI void APIENTRY GLAPI_PREFIX(TextureView)(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
  9315. {
  9316.    const struct mapi_table *_tbl = entry_current_get();
  9317.    mapi_func _func = ((const mapi_func *) _tbl)[870];
  9318.    ((void (APIENTRY *)(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)) _func)(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);
  9319. }
  9320.  
  9321. GLAPI void APIENTRY GLAPI_PREFIX(BindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
  9322. {
  9323.    const struct mapi_table *_tbl = entry_current_get();
  9324.    mapi_func _func = ((const mapi_func *) _tbl)[871];
  9325.    ((void (APIENTRY *)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)) _func)(bindingindex, buffer, offset, stride);
  9326. }
  9327.  
  9328. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribBinding)(GLuint attribindex, GLuint bindingindex)
  9329. {
  9330.    const struct mapi_table *_tbl = entry_current_get();
  9331.    mapi_func _func = ((const mapi_func *) _tbl)[872];
  9332.    ((void (APIENTRY *)(GLuint attribindex, GLuint bindingindex)) _func)(attribindex, bindingindex);
  9333. }
  9334.  
  9335. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
  9336. {
  9337.    const struct mapi_table *_tbl = entry_current_get();
  9338.    mapi_func _func = ((const mapi_func *) _tbl)[873];
  9339.    ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)) _func)(attribindex, size, type, normalized, relativeoffset);
  9340. }
  9341.  
  9342. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
  9343. {
  9344.    const struct mapi_table *_tbl = entry_current_get();
  9345.    mapi_func _func = ((const mapi_func *) _tbl)[874];
  9346.    ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset);
  9347. }
  9348.  
  9349. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
  9350. {
  9351.    const struct mapi_table *_tbl = entry_current_get();
  9352.    mapi_func _func = ((const mapi_func *) _tbl)[875];
  9353.    ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset);
  9354. }
  9355.  
  9356. GLAPI void APIENTRY GLAPI_PREFIX(VertexBindingDivisor)(GLuint attribindex, GLuint divisor)
  9357. {
  9358.    const struct mapi_table *_tbl = entry_current_get();
  9359.    mapi_func _func = ((const mapi_func *) _tbl)[876];
  9360.    ((void (APIENTRY *)(GLuint attribindex, GLuint divisor)) _func)(attribindex, divisor);
  9361. }
  9362.  
  9363. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysIndirect)(GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
  9364. {
  9365.    const struct mapi_table *_tbl = entry_current_get();
  9366.    mapi_func _func = ((const mapi_func *) _tbl)[877];
  9367.    ((void (APIENTRY *)(GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)) _func)(mode, indirect, primcount, stride);
  9368. }
  9369.  
  9370. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsIndirect)(GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
  9371. {
  9372.    const struct mapi_table *_tbl = entry_current_get();
  9373.    mapi_func _func = ((const mapi_func *) _tbl)[878];
  9374.    ((void (APIENTRY *)(GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)) _func)(mode, type, indirect, primcount, stride);
  9375. }
  9376.  
  9377. GLAPI void APIENTRY GLAPI_PREFIX(TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
  9378. {
  9379.    const struct mapi_table *_tbl = entry_current_get();
  9380.    mapi_func _func = ((const mapi_func *) _tbl)[885];
  9381.    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, internalformat, buffer, offset, size);
  9382. }
  9383.  
  9384. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
  9385. {
  9386.    const struct mapi_table *_tbl = entry_current_get();
  9387.    mapi_func _func = ((const mapi_func *) _tbl)[886];
  9388.    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)) _func)(target, samples, internalformat, width, height, fixedsamplelocations);
  9389. }
  9390.  
  9391. GLAPI void APIENTRY GLAPI_PREFIX(TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
  9392. {
  9393.    const struct mapi_table *_tbl = entry_current_get();
  9394.    mapi_func _func = ((const mapi_func *) _tbl)[887];
  9395.    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)) _func)(target, samples, internalformat, width, height, depth, fixedsamplelocations);
  9396. }
  9397.  
  9398. GLAPI void APIENTRY GLAPI_PREFIX(BufferStorage)(GLenum target, GLsizeiptr size, const GLvoid *data, GLbitfield flags)
  9399. {
  9400.    const struct mapi_table *_tbl = entry_current_get();
  9401.    mapi_func _func = ((const mapi_func *) _tbl)[888];
  9402.    ((void (APIENTRY *)(GLenum target, GLsizeiptr size, const GLvoid *data, GLbitfield flags)) _func)(target, size, data, flags);
  9403. }
  9404.  
  9405. GLAPI void APIENTRY GLAPI_PREFIX(ClearTexImage)(GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid *data)
  9406. {
  9407.    const struct mapi_table *_tbl = entry_current_get();
  9408.    mapi_func _func = ((const mapi_func *) _tbl)[889];
  9409.    ((void (APIENTRY *)(GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid *data)) _func)(texture, level, format, type, data);
  9410. }
  9411.  
  9412. GLAPI void APIENTRY GLAPI_PREFIX(ClearTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *data)
  9413. {
  9414.    const struct mapi_table *_tbl = entry_current_get();
  9415.    mapi_func _func = ((const mapi_func *) _tbl)[890];
  9416.    ((void (APIENTRY *)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *data)) _func)(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
  9417. }
  9418.  
  9419. GLAPI void APIENTRY GLAPI_PREFIX(BindBuffersBase)(GLenum target, GLuint first, GLsizei count, const GLuint *buffers)
  9420. {
  9421.    const struct mapi_table *_tbl = entry_current_get();
  9422.    mapi_func _func = ((const mapi_func *) _tbl)[891];
  9423.    ((void (APIENTRY *)(GLenum target, GLuint first, GLsizei count, const GLuint *buffers)) _func)(target, first, count, buffers);
  9424. }
  9425.  
  9426. GLAPI void APIENTRY GLAPI_PREFIX(BindBuffersRange)(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes)
  9427. {
  9428.    const struct mapi_table *_tbl = entry_current_get();
  9429.    mapi_func _func = ((const mapi_func *) _tbl)[892];
  9430.    ((void (APIENTRY *)(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes)) _func)(target, first, count, buffers, offsets, sizes);
  9431. }
  9432.  
  9433. GLAPI void APIENTRY GLAPI_PREFIX(BindImageTextures)(GLuint first, GLsizei count, const GLuint *textures)
  9434. {
  9435.    const struct mapi_table *_tbl = entry_current_get();
  9436.    mapi_func _func = ((const mapi_func *) _tbl)[893];
  9437.    ((void (APIENTRY *)(GLuint first, GLsizei count, const GLuint *textures)) _func)(first, count, textures);
  9438. }
  9439.  
  9440. GLAPI void APIENTRY GLAPI_PREFIX(BindSamplers)(GLuint first, GLsizei count, const GLuint *samplers)
  9441. {
  9442.    const struct mapi_table *_tbl = entry_current_get();
  9443.    mapi_func _func = ((const mapi_func *) _tbl)[894];
  9444.    ((void (APIENTRY *)(GLuint first, GLsizei count, const GLuint *samplers)) _func)(first, count, samplers);
  9445. }
  9446.  
  9447. GLAPI void APIENTRY GLAPI_PREFIX(BindTextures)(GLuint first, GLsizei count, const GLuint *textures)
  9448. {
  9449.    const struct mapi_table *_tbl = entry_current_get();
  9450.    mapi_func _func = ((const mapi_func *) _tbl)[895];
  9451.    ((void (APIENTRY *)(GLuint first, GLsizei count, const GLuint *textures)) _func)(first, count, textures);
  9452. }
  9453.  
  9454. GLAPI void APIENTRY GLAPI_PREFIX(BindVertexBuffers)(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)
  9455. {
  9456.    const struct mapi_table *_tbl = entry_current_get();
  9457.    mapi_func _func = ((const mapi_func *) _tbl)[896];
  9458.    ((void (APIENTRY *)(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)) _func)(first, count, buffers, offsets, strides);
  9459. }
  9460.  
  9461. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateBufferData)(GLuint buffer)
  9462. {
  9463.    const struct mapi_table *_tbl = entry_current_get();
  9464.    mapi_func _func = ((const mapi_func *) _tbl)[995];
  9465.    ((void (APIENTRY *)(GLuint buffer)) _func)(buffer);
  9466. }
  9467.  
  9468. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length)
  9469. {
  9470.    const struct mapi_table *_tbl = entry_current_get();
  9471.    mapi_func _func = ((const mapi_func *) _tbl)[996];
  9472.    ((void (APIENTRY *)(GLuint buffer, GLintptr offset, GLsizeiptr length)) _func)(buffer, offset, length);
  9473. }
  9474.  
  9475. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments)
  9476. {
  9477.    const struct mapi_table *_tbl = entry_current_get();
  9478.    mapi_func _func = ((const mapi_func *) _tbl)[997];
  9479.    ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);
  9480. }
  9481.  
  9482. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
  9483. {
  9484.    const struct mapi_table *_tbl = entry_current_get();
  9485.    mapi_func _func = ((const mapi_func *) _tbl)[998];
  9486.    ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, numAttachments, attachments, x, y, width, height);
  9487. }
  9488.  
  9489. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateTexImage)(GLuint texture, GLint level)
  9490. {
  9491.    const struct mapi_table *_tbl = entry_current_get();
  9492.    mapi_func _func = ((const mapi_func *) _tbl)[999];
  9493.    ((void (APIENTRY *)(GLuint texture, GLint level)) _func)(texture, level);
  9494. }
  9495.  
  9496. GLAPI void APIENTRY GLAPI_PREFIX(InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
  9497. {
  9498.    const struct mapi_table *_tbl = entry_current_get();
  9499.    mapi_func _func = ((const mapi_func *) _tbl)[1000];
  9500.    ((void (APIENTRY *)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)) _func)(texture, level, xoffset, yoffset, zoffset, width, height, depth);
  9501. }
  9502.  
  9503. GLAPI void APIENTRY GLAPI_PREFIX(PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid *pointer)
  9504. {
  9505.    const struct mapi_table *_tbl = entry_current_get();
  9506.    mapi_func _func = ((const mapi_func *) _tbl)[1010];
  9507.    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
  9508. }
  9509.  
  9510. GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
  9511. {
  9512.    const struct mapi_table *_tbl = entry_current_get();
  9513.    mapi_func _func = ((const mapi_func *) _tbl)[1014];
  9514.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
  9515. }
  9516.  
  9517. GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer)
  9518. {
  9519.    const struct mapi_table *_tbl = entry_current_get();
  9520.    mapi_func _func = ((const mapi_func *) _tbl)[1015];
  9521.    ((void (APIENTRY *)(GLsizei stride, GLsizei count, const GLboolean *pointer)) _func)(stride, count, pointer);
  9522. }
  9523.  
  9524. GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
  9525. {
  9526.    const struct mapi_table *_tbl = entry_current_get();
  9527.    mapi_func _func = ((const mapi_func *) _tbl)[1016];
  9528.    ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
  9529. }
  9530.  
  9531. GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
  9532. {
  9533.    const struct mapi_table *_tbl = entry_current_get();
  9534.    mapi_func _func = ((const mapi_func *) _tbl)[1017];
  9535.    ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
  9536. }
  9537.  
  9538. GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
  9539. {
  9540.    const struct mapi_table *_tbl = entry_current_get();
  9541.    mapi_func _func = ((const mapi_func *) _tbl)[1018];
  9542.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
  9543. }
  9544.  
  9545. GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
  9546. {
  9547.    const struct mapi_table *_tbl = entry_current_get();
  9548.    mapi_func _func = ((const mapi_func *) _tbl)[1019];
  9549.    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
  9550. }
  9551.  
  9552. GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count)
  9553. {
  9554.    const struct mapi_table *_tbl = entry_current_get();
  9555.    mapi_func _func = ((const mapi_func *) _tbl)[1029];
  9556.    ((void (APIENTRY *)(GLint first, GLsizei count)) _func)(first, count);
  9557. }
  9558.  
  9559. GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void)
  9560. {
  9561.    const struct mapi_table *_tbl = entry_current_get();
  9562.    mapi_func _func = ((const mapi_func *) _tbl)[1080];
  9563.    ((void (APIENTRY *)(void)) _func)();
  9564. }
  9565.  
  9566. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageCallback)(GLDEBUGPROC callback, const GLvoid *userParam)
  9567. {
  9568.    const struct mapi_table *_tbl = entry_current_get();
  9569.    mapi_func _func = ((const mapi_func *) _tbl)[1083];
  9570.    ((void (APIENTRY *)(GLDEBUGPROC callback, const GLvoid *userParam)) _func)(callback, userParam);
  9571. }
  9572.  
  9573. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageCallbackARB)(GLDEBUGPROCARB callback, const GLvoid *userParam)
  9574. {
  9575.    const struct mapi_table *_tbl = entry_current_get();
  9576.    mapi_func _func = ((const mapi_func *) _tbl)[1083];
  9577.    ((void (APIENTRY *)(GLDEBUGPROCARB callback, const GLvoid *userParam)) _func)(callback, userParam);
  9578. }
  9579.  
  9580. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageControl)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
  9581. {
  9582.    const struct mapi_table *_tbl = entry_current_get();
  9583.    mapi_func _func = ((const mapi_func *) _tbl)[1084];
  9584.    ((void (APIENTRY *)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)) _func)(source, type, severity, count, ids, enabled);
  9585. }
  9586.  
  9587. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
  9588. {
  9589.    const struct mapi_table *_tbl = entry_current_get();
  9590.    mapi_func _func = ((const mapi_func *) _tbl)[1084];
  9591.    ((void (APIENTRY *)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)) _func)(source, type, severity, count, ids, enabled);
  9592. }
  9593.  
  9594. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageInsert)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf)
  9595. {
  9596.    const struct mapi_table *_tbl = entry_current_get();
  9597.    mapi_func _func = ((const mapi_func *) _tbl)[1085];
  9598.    ((void (APIENTRY *)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf)) _func)(source, type, id, severity, length, buf);
  9599. }
  9600.  
  9601. GLAPI void APIENTRY GLAPI_PREFIX(DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB *buf)
  9602. {
  9603.    const struct mapi_table *_tbl = entry_current_get();
  9604.    mapi_func _func = ((const mapi_func *) _tbl)[1085];
  9605.    ((void (APIENTRY *)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB *buf)) _func)(source, type, id, severity, length, buf);
  9606. }
  9607.  
  9608. GLAPI GLuint APIENTRY GLAPI_PREFIX(GetDebugMessageLog)(GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)
  9609. {
  9610.    const struct mapi_table *_tbl = entry_current_get();
  9611.    mapi_func _func = ((const mapi_func *) _tbl)[1086];
  9612.    return ((GLuint (APIENTRY *)(GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)) _func)(count, bufsize, sources, types, ids, severities, lengths, messageLog);
  9613. }
  9614.  
  9615. GLAPI GLuint APIENTRY GLAPI_PREFIX(GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLcharARB *messageLog)
  9616. {
  9617.    const struct mapi_table *_tbl = entry_current_get();
  9618.    mapi_func _func = ((const mapi_func *) _tbl)[1086];
  9619.    return ((GLuint (APIENTRY *)(GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLcharARB *messageLog)) _func)(count, bufsize, sources, types, ids, severities, lengths, messageLog);
  9620. }
  9621.  
  9622. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label)
  9623. {
  9624.    const struct mapi_table *_tbl = entry_current_get();
  9625.    mapi_func _func = ((const mapi_func *) _tbl)[1087];
  9626.    ((void (APIENTRY *)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label)) _func)(identifier, name, bufSize, length, label);
  9627. }
  9628.  
  9629. GLAPI void APIENTRY GLAPI_PREFIX(GetObjectPtrLabel)(const GLvoid *ptr, GLsizei bufSize, GLsizei *length, GLchar *label)
  9630. {
  9631.    const struct mapi_table *_tbl = entry_current_get();
  9632.    mapi_func _func = ((const mapi_func *) _tbl)[1088];
  9633.    ((void (APIENTRY *)(const GLvoid *ptr, GLsizei bufSize, GLsizei *length, GLchar *label)) _func)(ptr, bufSize, length, label);
  9634. }
  9635.  
  9636. GLAPI void APIENTRY GLAPI_PREFIX(ObjectLabel)(GLenum identifier, GLuint name, GLsizei length, const GLchar *label)
  9637. {
  9638.    const struct mapi_table *_tbl = entry_current_get();
  9639.    mapi_func _func = ((const mapi_func *) _tbl)[1089];
  9640.    ((void (APIENTRY *)(GLenum identifier, GLuint name, GLsizei length, const GLchar *label)) _func)(identifier, name, length, label);
  9641. }
  9642.  
  9643. GLAPI void APIENTRY GLAPI_PREFIX(ObjectPtrLabel)(const GLvoid *ptr, GLsizei length, const GLchar *label)
  9644. {
  9645.    const struct mapi_table *_tbl = entry_current_get();
  9646.    mapi_func _func = ((const mapi_func *) _tbl)[1090];
  9647.    ((void (APIENTRY *)(const GLvoid *ptr, GLsizei length, const GLchar *label)) _func)(ptr, length, label);
  9648. }
  9649.  
  9650. GLAPI void APIENTRY GLAPI_PREFIX(PopDebugGroup)(void)
  9651. {
  9652.    const struct mapi_table *_tbl = entry_current_get();
  9653.    mapi_func _func = ((const mapi_func *) _tbl)[1091];
  9654.    ((void (APIENTRY *)(void)) _func)();
  9655. }
  9656.  
  9657. GLAPI void APIENTRY GLAPI_PREFIX(PushDebugGroup)(GLenum source, GLuint id, GLsizei length, const GLchar *message)
  9658. {
  9659.    const struct mapi_table *_tbl = entry_current_get();
  9660.    mapi_func _func = ((const mapi_func *) _tbl)[1092];
  9661.    ((void (APIENTRY *)(GLenum source, GLuint id, GLsizei length, const GLchar *message)) _func)(source, id, length, message);
  9662. }
  9663.  
  9664. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue)
  9665. {
  9666.    const struct mapi_table *_tbl = entry_current_get();
  9667.    mapi_func _func = ((const mapi_func *) _tbl)[1093];
  9668.    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
  9669. }
  9670.  
  9671. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue)
  9672. {
  9673.    const struct mapi_table *_tbl = entry_current_get();
  9674.    mapi_func _func = ((const mapi_func *) _tbl)[1093];
  9675.    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
  9676. }
  9677.  
  9678. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v)
  9679. {
  9680.    const struct mapi_table *_tbl = entry_current_get();
  9681.    mapi_func _func = ((const mapi_func *) _tbl)[1094];
  9682.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  9683. }
  9684.  
  9685. GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v)
  9686. {
  9687.    const struct mapi_table *_tbl = entry_current_get();
  9688.    mapi_func _func = ((const mapi_func *) _tbl)[1094];
  9689.    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
  9690. }
  9691.  
  9692. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount)
  9693. {
  9694.    const struct mapi_table *_tbl = entry_current_get();
  9695.    mapi_func _func = ((const mapi_func *) _tbl)[1095];
  9696.    ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
  9697. }
  9698.  
  9699. GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount)
  9700. {
  9701.    const struct mapi_table *_tbl = entry_current_get();
  9702.    mapi_func _func = ((const mapi_func *) _tbl)[1095];
  9703.    ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
  9704. }
  9705.  
  9706. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord)
  9707. {
  9708.    const struct mapi_table *_tbl = entry_current_get();
  9709.    mapi_func _func = ((const mapi_func *) _tbl)[1096];
  9710.    ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
  9711. }
  9712.  
  9713. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord)
  9714. {
  9715.    const struct mapi_table *_tbl = entry_current_get();
  9716.    mapi_func _func = ((const mapi_func *) _tbl)[1096];
  9717.    ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
  9718. }
  9719.  
  9720. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord)
  9721. {
  9722.    const struct mapi_table *_tbl = entry_current_get();
  9723.    mapi_func _func = ((const mapi_func *) _tbl)[1097];
  9724.    ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
  9725. }
  9726.  
  9727. GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord)
  9728. {
  9729.    const struct mapi_table *_tbl = entry_current_get();
  9730.    mapi_func _func = ((const mapi_func *) _tbl)[1097];
  9731.    ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
  9732. }
  9733.  
  9734. GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void)
  9735. {
  9736.    const struct mapi_table *_tbl = entry_current_get();
  9737.    mapi_func _func = ((const mapi_func *) _tbl)[1191];
  9738.    ((void (APIENTRY *)(void)) _func)();
  9739. }
  9740.  
  9741. GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer)
  9742. {
  9743.    const struct mapi_table *_tbl = entry_current_get();
  9744.    mapi_func _func = ((const mapi_func *) _tbl)[1196];
  9745.    ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
  9746. }
  9747.  
  9748. GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer)
  9749. {
  9750.    const struct mapi_table *_tbl = entry_current_get();
  9751.    mapi_func _func = ((const mapi_func *) _tbl)[1197];
  9752.    ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
  9753. }
  9754.  
  9755. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x)
  9756. {
  9757.    const struct mapi_table *_tbl = entry_current_get();
  9758.    mapi_func _func = ((const mapi_func *) _tbl)[1200];
  9759.    ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
  9760. }
  9761.  
  9762. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x)
  9763. {
  9764.    const struct mapi_table *_tbl = entry_current_get();
  9765.    mapi_func _func = ((const mapi_func *) _tbl)[1200];
  9766.    ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
  9767. }
  9768.  
  9769. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x)
  9770. {
  9771.    const struct mapi_table *_tbl = entry_current_get();
  9772.    mapi_func _func = ((const mapi_func *) _tbl)[1201];
  9773.    ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
  9774. }
  9775.  
  9776. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x)
  9777. {
  9778.    const struct mapi_table *_tbl = entry_current_get();
  9779.    mapi_func _func = ((const mapi_func *) _tbl)[1201];
  9780.    ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
  9781. }
  9782.  
  9783. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y)
  9784. {
  9785.    const struct mapi_table *_tbl = entry_current_get();
  9786.    mapi_func _func = ((const mapi_func *) _tbl)[1202];
  9787.    ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
  9788. }
  9789.  
  9790. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y)
  9791. {
  9792.    const struct mapi_table *_tbl = entry_current_get();
  9793.    mapi_func _func = ((const mapi_func *) _tbl)[1202];
  9794.    ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
  9795. }
  9796.  
  9797. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v)
  9798. {
  9799.    const struct mapi_table *_tbl = entry_current_get();
  9800.    mapi_func _func = ((const mapi_func *) _tbl)[1203];
  9801.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9802. }
  9803.  
  9804. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v)
  9805. {
  9806.    const struct mapi_table *_tbl = entry_current_get();
  9807.    mapi_func _func = ((const mapi_func *) _tbl)[1203];
  9808.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9809. }
  9810.  
  9811. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y)
  9812. {
  9813.    const struct mapi_table *_tbl = entry_current_get();
  9814.    mapi_func _func = ((const mapi_func *) _tbl)[1204];
  9815.    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
  9816. }
  9817.  
  9818. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y)
  9819. {
  9820.    const struct mapi_table *_tbl = entry_current_get();
  9821.    mapi_func _func = ((const mapi_func *) _tbl)[1204];
  9822.    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
  9823. }
  9824.  
  9825. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v)
  9826. {
  9827.    const struct mapi_table *_tbl = entry_current_get();
  9828.    mapi_func _func = ((const mapi_func *) _tbl)[1205];
  9829.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  9830. }
  9831.  
  9832. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v)
  9833. {
  9834.    const struct mapi_table *_tbl = entry_current_get();
  9835.    mapi_func _func = ((const mapi_func *) _tbl)[1205];
  9836.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  9837. }
  9838.  
  9839. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z)
  9840. {
  9841.    const struct mapi_table *_tbl = entry_current_get();
  9842.    mapi_func _func = ((const mapi_func *) _tbl)[1206];
  9843.    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
  9844. }
  9845.  
  9846. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z)
  9847. {
  9848.    const struct mapi_table *_tbl = entry_current_get();
  9849.    mapi_func _func = ((const mapi_func *) _tbl)[1206];
  9850.    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
  9851. }
  9852.  
  9853. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v)
  9854. {
  9855.    const struct mapi_table *_tbl = entry_current_get();
  9856.    mapi_func _func = ((const mapi_func *) _tbl)[1207];
  9857.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9858. }
  9859.  
  9860. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v)
  9861. {
  9862.    const struct mapi_table *_tbl = entry_current_get();
  9863.    mapi_func _func = ((const mapi_func *) _tbl)[1207];
  9864.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9865. }
  9866.  
  9867. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z)
  9868. {
  9869.    const struct mapi_table *_tbl = entry_current_get();
  9870.    mapi_func _func = ((const mapi_func *) _tbl)[1208];
  9871.    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
  9872. }
  9873.  
  9874. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z)
  9875. {
  9876.    const struct mapi_table *_tbl = entry_current_get();
  9877.    mapi_func _func = ((const mapi_func *) _tbl)[1208];
  9878.    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
  9879. }
  9880.  
  9881. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v)
  9882. {
  9883.    const struct mapi_table *_tbl = entry_current_get();
  9884.    mapi_func _func = ((const mapi_func *) _tbl)[1209];
  9885.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  9886. }
  9887.  
  9888. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v)
  9889. {
  9890.    const struct mapi_table *_tbl = entry_current_get();
  9891.    mapi_func _func = ((const mapi_func *) _tbl)[1209];
  9892.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  9893. }
  9894.  
  9895. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w)
  9896. {
  9897.    const struct mapi_table *_tbl = entry_current_get();
  9898.    mapi_func _func = ((const mapi_func *) _tbl)[1210];
  9899.    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
  9900. }
  9901.  
  9902. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w)
  9903. {
  9904.    const struct mapi_table *_tbl = entry_current_get();
  9905.    mapi_func _func = ((const mapi_func *) _tbl)[1210];
  9906.    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
  9907. }
  9908.  
  9909. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v)
  9910. {
  9911.    const struct mapi_table *_tbl = entry_current_get();
  9912.    mapi_func _func = ((const mapi_func *) _tbl)[1211];
  9913.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9914. }
  9915.  
  9916. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v)
  9917. {
  9918.    const struct mapi_table *_tbl = entry_current_get();
  9919.    mapi_func _func = ((const mapi_func *) _tbl)[1211];
  9920.    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
  9921. }
  9922.  
  9923. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
  9924. {
  9925.    const struct mapi_table *_tbl = entry_current_get();
  9926.    mapi_func _func = ((const mapi_func *) _tbl)[1212];
  9927.    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
  9928. }
  9929.  
  9930. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
  9931. {
  9932.    const struct mapi_table *_tbl = entry_current_get();
  9933.    mapi_func _func = ((const mapi_func *) _tbl)[1212];
  9934.    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
  9935. }
  9936.  
  9937. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v)
  9938. {
  9939.    const struct mapi_table *_tbl = entry_current_get();
  9940.    mapi_func _func = ((const mapi_func *) _tbl)[1213];
  9941.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  9942. }
  9943.  
  9944. GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v)
  9945. {
  9946.    const struct mapi_table *_tbl = entry_current_get();
  9947.    mapi_func _func = ((const mapi_func *) _tbl)[1213];
  9948.    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
  9949. }
  9950.  
  9951. GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a)
  9952. {
  9953.    const struct mapi_table *_tbl = entry_current_get();
  9954.    mapi_func _func = ((const mapi_func *) _tbl)[1214];
  9955.    ((void (APIENTRY *)(GLint r, GLint g, GLint b, GLint a)) _func)(r, g, b, a);
  9956. }
  9957.  
  9958. GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a)
  9959. {
  9960.    const struct mapi_table *_tbl = entry_current_get();
  9961.    mapi_func _func = ((const mapi_func *) _tbl)[1215];
  9962.    ((void (APIENTRY *)(GLuint r, GLuint g, GLuint b, GLuint a)) _func)(r, g, b, a);
  9963. }
  9964.  
  9965. GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void)
  9966. {
  9967.    const struct mapi_table *_tbl = entry_current_get();
  9968.    mapi_func _func = ((const mapi_func *) _tbl)[1234];
  9969.    ((void (APIENTRY *)(void)) _func)();
  9970. }
  9971.  
  9972. GLAPI void APIENTRY GLAPI_PREFIX(AlphaFuncx)(GLenum func, GLclampx ref)
  9973. {
  9974.    const struct mapi_table *_tbl = entry_current_get();
  9975.    mapi_func _func = ((const mapi_func *) _tbl)[1261];
  9976.    ((void (APIENTRY *)(GLenum func, GLclampx ref)) _func)(func, ref);
  9977. }
  9978.  
  9979. GLAPI void APIENTRY GLAPI_PREFIX(ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
  9980. {
  9981.    const struct mapi_table *_tbl = entry_current_get();
  9982.    mapi_func _func = ((const mapi_func *) _tbl)[1262];
  9983.    ((void (APIENTRY *)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)) _func)(red, green, blue, alpha);
  9984. }
  9985.  
  9986. GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthx)(GLclampx depth)
  9987. {
  9988.    const struct mapi_table *_tbl = entry_current_get();
  9989.    mapi_func _func = ((const mapi_func *) _tbl)[1263];
  9990.    ((void (APIENTRY *)(GLclampx depth)) _func)(depth);
  9991. }
  9992.  
  9993. GLAPI void APIENTRY GLAPI_PREFIX(Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
  9994. {
  9995.    const struct mapi_table *_tbl = entry_current_get();
  9996.    mapi_func _func = ((const mapi_func *) _tbl)[1264];
  9997.    ((void (APIENTRY *)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)) _func)(red, green, blue, alpha);
  9998. }
  9999.  
  10000. GLAPI void APIENTRY GLAPI_PREFIX(DepthRangex)(GLclampx zNear, GLclampx zFar)
  10001. {
  10002.    const struct mapi_table *_tbl = entry_current_get();
  10003.    mapi_func _func = ((const mapi_func *) _tbl)[1265];
  10004.    ((void (APIENTRY *)(GLclampx zNear, GLclampx zFar)) _func)(zNear, zFar);
  10005. }
  10006.  
  10007. GLAPI void APIENTRY GLAPI_PREFIX(Fogx)(GLenum pname, GLfixed param)
  10008. {
  10009.    const struct mapi_table *_tbl = entry_current_get();
  10010.    mapi_func _func = ((const mapi_func *) _tbl)[1266];
  10011.    ((void (APIENTRY *)(GLenum pname, GLfixed param)) _func)(pname, param);
  10012. }
  10013.  
  10014. GLAPI void APIENTRY GLAPI_PREFIX(Fogxv)(GLenum pname, const GLfixed *params)
  10015. {
  10016.    const struct mapi_table *_tbl = entry_current_get();
  10017.    mapi_func _func = ((const mapi_func *) _tbl)[1267];
  10018.    ((void (APIENTRY *)(GLenum pname, const GLfixed *params)) _func)(pname, params);
  10019. }
  10020.  
  10021. GLAPI void APIENTRY GLAPI_PREFIX(Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
  10022. {
  10023.    const struct mapi_table *_tbl = entry_current_get();
  10024.    mapi_func _func = ((const mapi_func *) _tbl)[1268];
  10025.    ((void (APIENTRY *)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)) _func)(left, right, bottom, top, zNear, zFar);
  10026. }
  10027.  
  10028. GLAPI void APIENTRY GLAPI_PREFIX(Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
  10029. {
  10030.    const struct mapi_table *_tbl = entry_current_get();
  10031.    mapi_func _func = ((const mapi_func *) _tbl)[1269];
  10032.    ((void (APIENTRY *)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)) _func)(left, right, bottom, top, zNear, zFar);
  10033. }
  10034.  
  10035. GLAPI void APIENTRY GLAPI_PREFIX(LightModelx)(GLenum pname, GLfixed param)
  10036. {
  10037.    const struct mapi_table *_tbl = entry_current_get();
  10038.    mapi_func _func = ((const mapi_func *) _tbl)[1270];
  10039.    ((void (APIENTRY *)(GLenum pname, GLfixed param)) _func)(pname, param);
  10040. }
  10041.  
  10042. GLAPI void APIENTRY GLAPI_PREFIX(LightModelxv)(GLenum pname, const GLfixed *params)
  10043. {
  10044.    const struct mapi_table *_tbl = entry_current_get();
  10045.    mapi_func _func = ((const mapi_func *) _tbl)[1271];
  10046.    ((void (APIENTRY *)(GLenum pname, const GLfixed *params)) _func)(pname, params);
  10047. }
  10048.  
  10049. GLAPI void APIENTRY GLAPI_PREFIX(Lightx)(GLenum light, GLenum pname, GLfixed param)
  10050. {
  10051.    const struct mapi_table *_tbl = entry_current_get();
  10052.    mapi_func _func = ((const mapi_func *) _tbl)[1272];
  10053.    ((void (APIENTRY *)(GLenum light, GLenum pname, GLfixed param)) _func)(light, pname, param);
  10054. }
  10055.  
  10056. GLAPI void APIENTRY GLAPI_PREFIX(Lightxv)(GLenum light, GLenum pname, const GLfixed *params)
  10057. {
  10058.    const struct mapi_table *_tbl = entry_current_get();
  10059.    mapi_func _func = ((const mapi_func *) _tbl)[1273];
  10060.    ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfixed *params)) _func)(light, pname, params);
  10061. }
  10062.  
  10063. GLAPI void APIENTRY GLAPI_PREFIX(LineWidthx)(GLfixed width)
  10064. {
  10065.    const struct mapi_table *_tbl = entry_current_get();
  10066.    mapi_func _func = ((const mapi_func *) _tbl)[1274];
  10067.    ((void (APIENTRY *)(GLfixed width)) _func)(width);
  10068. }
  10069.  
  10070. GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixx)(const GLfixed *m)
  10071. {
  10072.    const struct mapi_table *_tbl = entry_current_get();
  10073.    mapi_func _func = ((const mapi_func *) _tbl)[1275];
  10074.    ((void (APIENTRY *)(const GLfixed *m)) _func)(m);
  10075. }
  10076.  
  10077. GLAPI void APIENTRY GLAPI_PREFIX(Materialx)(GLenum face, GLenum pname, GLfixed param)
  10078. {
  10079.    const struct mapi_table *_tbl = entry_current_get();
  10080.    mapi_func _func = ((const mapi_func *) _tbl)[1276];
  10081.    ((void (APIENTRY *)(GLenum face, GLenum pname, GLfixed param)) _func)(face, pname, param);
  10082. }
  10083.  
  10084. GLAPI void APIENTRY GLAPI_PREFIX(Materialxv)(GLenum face, GLenum pname, const GLfixed *params)
  10085. {
  10086.    const struct mapi_table *_tbl = entry_current_get();
  10087.    mapi_func _func = ((const mapi_func *) _tbl)[1277];
  10088.    ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfixed *params)) _func)(face, pname, params);
  10089. }
  10090.  
  10091. GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixx)(const GLfixed *m)
  10092. {
  10093.    const struct mapi_table *_tbl = entry_current_get();
  10094.    mapi_func _func = ((const mapi_func *) _tbl)[1278];
  10095.    ((void (APIENTRY *)(const GLfixed *m)) _func)(m);
  10096. }
  10097.  
  10098. GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
  10099. {
  10100.    const struct mapi_table *_tbl = entry_current_get();
  10101.    mapi_func _func = ((const mapi_func *) _tbl)[1279];
  10102.    ((void (APIENTRY *)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)) _func)(target, s, t, r, q);
  10103. }
  10104.  
  10105. GLAPI void APIENTRY GLAPI_PREFIX(Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz)
  10106. {
  10107.    const struct mapi_table *_tbl = entry_current_get();
  10108.    mapi_func _func = ((const mapi_func *) _tbl)[1280];
  10109.    ((void (APIENTRY *)(GLfixed nx, GLfixed ny, GLfixed nz)) _func)(nx, ny, nz);
  10110. }
  10111.  
  10112. GLAPI void APIENTRY GLAPI_PREFIX(Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
  10113. {
  10114.    const struct mapi_table *_tbl = entry_current_get();
  10115.    mapi_func _func = ((const mapi_func *) _tbl)[1281];
  10116.    ((void (APIENTRY *)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)) _func)(left, right, bottom, top, zNear, zFar);
  10117. }
  10118.  
  10119. GLAPI void APIENTRY GLAPI_PREFIX(Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
  10120. {
  10121.    const struct mapi_table *_tbl = entry_current_get();
  10122.    mapi_func _func = ((const mapi_func *) _tbl)[1282];
  10123.    ((void (APIENTRY *)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)) _func)(left, right, bottom, top, zNear, zFar);
  10124. }
  10125.  
  10126. GLAPI void APIENTRY GLAPI_PREFIX(PointSizex)(GLfixed size)
  10127. {
  10128.    const struct mapi_table *_tbl = entry_current_get();
  10129.    mapi_func _func = ((const mapi_func *) _tbl)[1283];
  10130.    ((void (APIENTRY *)(GLfixed size)) _func)(size);
  10131. }
  10132.  
  10133. GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetx)(GLfixed factor, GLfixed units)
  10134. {
  10135.    const struct mapi_table *_tbl = entry_current_get();
  10136.    mapi_func _func = ((const mapi_func *) _tbl)[1284];
  10137.    ((void (APIENTRY *)(GLfixed factor, GLfixed units)) _func)(factor, units);
  10138. }
  10139.  
  10140. GLAPI void APIENTRY GLAPI_PREFIX(Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
  10141. {
  10142.    const struct mapi_table *_tbl = entry_current_get();
  10143.    mapi_func _func = ((const mapi_func *) _tbl)[1285];
  10144.    ((void (APIENTRY *)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)) _func)(angle, x, y, z);
  10145. }
  10146.  
  10147. GLAPI void APIENTRY GLAPI_PREFIX(SampleCoveragex)(GLclampx value, GLboolean invert)
  10148. {
  10149.    const struct mapi_table *_tbl = entry_current_get();
  10150.    mapi_func _func = ((const mapi_func *) _tbl)[1286];
  10151.    ((void (APIENTRY *)(GLclampx value, GLboolean invert)) _func)(value, invert);
  10152. }
  10153.  
  10154. GLAPI void APIENTRY GLAPI_PREFIX(Scalex)(GLfixed x, GLfixed y, GLfixed z)
  10155. {
  10156.    const struct mapi_table *_tbl = entry_current_get();
  10157.    mapi_func _func = ((const mapi_func *) _tbl)[1287];
  10158.    ((void (APIENTRY *)(GLfixed x, GLfixed y, GLfixed z)) _func)(x, y, z);
  10159. }
  10160.  
  10161. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvx)(GLenum target, GLenum pname, GLfixed param)
  10162. {
  10163.    const struct mapi_table *_tbl = entry_current_get();
  10164.    mapi_func _func = ((const mapi_func *) _tbl)[1288];
  10165.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed param)) _func)(target, pname, param);
  10166. }
  10167.  
  10168. GLAPI void APIENTRY GLAPI_PREFIX(TexEnvxv)(GLenum target, GLenum pname, const GLfixed *params)
  10169. {
  10170.    const struct mapi_table *_tbl = entry_current_get();
  10171.    mapi_func _func = ((const mapi_func *) _tbl)[1289];
  10172.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfixed *params)) _func)(target, pname, params);
  10173. }
  10174.  
  10175. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterx)(GLenum target, GLenum pname, GLfixed param)
  10176. {
  10177.    const struct mapi_table *_tbl = entry_current_get();
  10178.    mapi_func _func = ((const mapi_func *) _tbl)[1290];
  10179.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed param)) _func)(target, pname, param);
  10180. }
  10181.  
  10182. GLAPI void APIENTRY GLAPI_PREFIX(Translatex)(GLfixed x, GLfixed y, GLfixed z)
  10183. {
  10184.    const struct mapi_table *_tbl = entry_current_get();
  10185.    mapi_func _func = ((const mapi_func *) _tbl)[1291];
  10186.    ((void (APIENTRY *)(GLfixed x, GLfixed y, GLfixed z)) _func)(x, y, z);
  10187. }
  10188.  
  10189. GLAPI void APIENTRY GLAPI_PREFIX(ClipPlanef)(GLenum plane, const GLfloat *equation)
  10190. {
  10191.    const struct mapi_table *_tbl = entry_current_get();
  10192.    mapi_func _func = ((const mapi_func *) _tbl)[1292];
  10193.    ((void (APIENTRY *)(GLenum plane, const GLfloat *equation)) _func)(plane, equation);
  10194. }
  10195.  
  10196. GLAPI void APIENTRY GLAPI_PREFIX(ClipPlanex)(GLenum plane, const GLfixed *equation)
  10197. {
  10198.    const struct mapi_table *_tbl = entry_current_get();
  10199.    mapi_func _func = ((const mapi_func *) _tbl)[1293];
  10200.    ((void (APIENTRY *)(GLenum plane, const GLfixed *equation)) _func)(plane, equation);
  10201. }
  10202.  
  10203. GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlanef)(GLenum plane, GLfloat *equation)
  10204. {
  10205.    const struct mapi_table *_tbl = entry_current_get();
  10206.    mapi_func _func = ((const mapi_func *) _tbl)[1294];
  10207.    ((void (APIENTRY *)(GLenum plane, GLfloat *equation)) _func)(plane, equation);
  10208. }
  10209.  
  10210. GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlanex)(GLenum plane, GLfixed *equation)
  10211. {
  10212.    const struct mapi_table *_tbl = entry_current_get();
  10213.    mapi_func _func = ((const mapi_func *) _tbl)[1295];
  10214.    ((void (APIENTRY *)(GLenum plane, GLfixed *equation)) _func)(plane, equation);
  10215. }
  10216.  
  10217. GLAPI void APIENTRY GLAPI_PREFIX(GetFixedv)(GLenum pname, GLfixed *params)
  10218. {
  10219.    const struct mapi_table *_tbl = entry_current_get();
  10220.    mapi_func _func = ((const mapi_func *) _tbl)[1296];
  10221.    ((void (APIENTRY *)(GLenum pname, GLfixed *params)) _func)(pname, params);
  10222. }
  10223.  
  10224. GLAPI void APIENTRY GLAPI_PREFIX(GetLightxv)(GLenum light, GLenum pname, GLfixed *params)
  10225. {
  10226.    const struct mapi_table *_tbl = entry_current_get();
  10227.    mapi_func _func = ((const mapi_func *) _tbl)[1297];
  10228.    ((void (APIENTRY *)(GLenum light, GLenum pname, GLfixed *params)) _func)(light, pname, params);
  10229. }
  10230.  
  10231. GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialxv)(GLenum face, GLenum pname, GLfixed *params)
  10232. {
  10233.    const struct mapi_table *_tbl = entry_current_get();
  10234.    mapi_func _func = ((const mapi_func *) _tbl)[1298];
  10235.    ((void (APIENTRY *)(GLenum face, GLenum pname, GLfixed *params)) _func)(face, pname, params);
  10236. }
  10237.  
  10238. GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvxv)(GLenum target, GLenum pname, GLfixed *params)
  10239. {
  10240.    const struct mapi_table *_tbl = entry_current_get();
  10241.    mapi_func _func = ((const mapi_func *) _tbl)[1299];
  10242.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed *params)) _func)(target, pname, params);
  10243. }
  10244.  
  10245. GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterxv)(GLenum target, GLenum pname, GLfixed *params)
  10246. {
  10247.    const struct mapi_table *_tbl = entry_current_get();
  10248.    mapi_func _func = ((const mapi_func *) _tbl)[1300];
  10249.    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed *params)) _func)(target, pname, params);
  10250. }
  10251.  
  10252. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterx)(GLenum pname, GLfixed param)
  10253. {
  10254.    const struct mapi_table *_tbl = entry_current_get();
  10255.    mapi_func _func = ((const mapi_func *) _tbl)[1301];
  10256.    ((void (APIENTRY *)(GLenum pname, GLfixed param)) _func)(pname, param);
  10257. }
  10258.  
  10259. GLAPI void APIENTRY GLAPI_PREFIX(PointParameterxv)(GLenum pname, const GLfixed *params)
  10260. {
  10261.    const struct mapi_table *_tbl = entry_current_get();
  10262.    mapi_func _func = ((const mapi_func *) _tbl)[1302];
  10263.    ((void (APIENTRY *)(GLenum pname, const GLfixed *params)) _func)(pname, params);
  10264. }
  10265.  
  10266. GLAPI void APIENTRY GLAPI_PREFIX(TexParameterxv)(GLenum target, GLenum pname, const GLfixed *params)
  10267. {
  10268.    const struct mapi_table *_tbl = entry_current_get();
  10269.    mapi_func _func = ((const mapi_func *) _tbl)[1303];
  10270.    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfixed *params)) _func)(target, pname, params);
  10271. }
  10272.  
  10273. /* does not need public_entries */
  10274. #undef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
  10275. #endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
  10276.  
  10277. #ifdef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
  10278. __asm__(
  10279. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NewList))"\n"
  10280. "\t"STUB_ASM_CODE("0")"\n"
  10281.  
  10282. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndList))"\n"
  10283. "\t"STUB_ASM_CODE("1")"\n"
  10284.  
  10285. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallList))"\n"
  10286. "\t"STUB_ASM_CODE("2")"\n"
  10287.  
  10288. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallLists))"\n"
  10289. "\t"STUB_ASM_CODE("3")"\n"
  10290.  
  10291. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteLists))"\n"
  10292. "\t"STUB_ASM_CODE("4")"\n"
  10293.  
  10294. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenLists))"\n"
  10295. "\t"STUB_ASM_CODE("5")"\n"
  10296.  
  10297. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase))"\n"
  10298. "\t"STUB_ASM_CODE("6")"\n"
  10299.  
  10300. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Begin))"\n"
  10301. "\t"STUB_ASM_CODE("7")"\n"
  10302.  
  10303. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Bitmap))"\n"
  10304. "\t"STUB_ASM_CODE("8")"\n"
  10305.  
  10306. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3b))"\n"
  10307. "\t"STUB_ASM_CODE("9")"\n"
  10308.  
  10309. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3bv))"\n"
  10310. "\t"STUB_ASM_CODE("10")"\n"
  10311.  
  10312. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3d))"\n"
  10313. "\t"STUB_ASM_CODE("11")"\n"
  10314.  
  10315. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3dv))"\n"
  10316. "\t"STUB_ASM_CODE("12")"\n"
  10317.  
  10318. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3f))"\n"
  10319. "\t"STUB_ASM_CODE("13")"\n"
  10320.  
  10321. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3fv))"\n"
  10322. "\t"STUB_ASM_CODE("14")"\n"
  10323.  
  10324. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3i))"\n"
  10325. "\t"STUB_ASM_CODE("15")"\n"
  10326.  
  10327. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3iv))"\n"
  10328. "\t"STUB_ASM_CODE("16")"\n"
  10329.  
  10330. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3s))"\n"
  10331. "\t"STUB_ASM_CODE("17")"\n"
  10332.  
  10333. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3sv))"\n"
  10334. "\t"STUB_ASM_CODE("18")"\n"
  10335.  
  10336. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ub))"\n"
  10337. "\t"STUB_ASM_CODE("19")"\n"
  10338.  
  10339. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ubv))"\n"
  10340. "\t"STUB_ASM_CODE("20")"\n"
  10341.  
  10342. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ui))"\n"
  10343. "\t"STUB_ASM_CODE("21")"\n"
  10344.  
  10345. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3uiv))"\n"
  10346. "\t"STUB_ASM_CODE("22")"\n"
  10347.  
  10348. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3us))"\n"
  10349. "\t"STUB_ASM_CODE("23")"\n"
  10350.  
  10351. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3usv))"\n"
  10352. "\t"STUB_ASM_CODE("24")"\n"
  10353.  
  10354. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4b))"\n"
  10355. "\t"STUB_ASM_CODE("25")"\n"
  10356.  
  10357. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4bv))"\n"
  10358. "\t"STUB_ASM_CODE("26")"\n"
  10359.  
  10360. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4d))"\n"
  10361. "\t"STUB_ASM_CODE("27")"\n"
  10362.  
  10363. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4dv))"\n"
  10364. "\t"STUB_ASM_CODE("28")"\n"
  10365.  
  10366. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4f))"\n"
  10367. "\t"STUB_ASM_CODE("29")"\n"
  10368.  
  10369. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4fv))"\n"
  10370. "\t"STUB_ASM_CODE("30")"\n"
  10371.  
  10372. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4i))"\n"
  10373. "\t"STUB_ASM_CODE("31")"\n"
  10374.  
  10375. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4iv))"\n"
  10376. "\t"STUB_ASM_CODE("32")"\n"
  10377.  
  10378. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4s))"\n"
  10379. "\t"STUB_ASM_CODE("33")"\n"
  10380.  
  10381. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4sv))"\n"
  10382. "\t"STUB_ASM_CODE("34")"\n"
  10383.  
  10384. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ub))"\n"
  10385. "\t"STUB_ASM_CODE("35")"\n"
  10386.  
  10387. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ubv))"\n"
  10388. "\t"STUB_ASM_CODE("36")"\n"
  10389.  
  10390. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ui))"\n"
  10391. "\t"STUB_ASM_CODE("37")"\n"
  10392.  
  10393. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4uiv))"\n"
  10394. "\t"STUB_ASM_CODE("38")"\n"
  10395.  
  10396. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4us))"\n"
  10397. "\t"STUB_ASM_CODE("39")"\n"
  10398.  
  10399. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4usv))"\n"
  10400. "\t"STUB_ASM_CODE("40")"\n"
  10401.  
  10402. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlag))"\n"
  10403. "\t"STUB_ASM_CODE("41")"\n"
  10404.  
  10405. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagv))"\n"
  10406. "\t"STUB_ASM_CODE("42")"\n"
  10407.  
  10408. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(End))"\n"
  10409. "\t"STUB_ASM_CODE("43")"\n"
  10410.  
  10411. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexd))"\n"
  10412. "\t"STUB_ASM_CODE("44")"\n"
  10413.  
  10414. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexdv))"\n"
  10415. "\t"STUB_ASM_CODE("45")"\n"
  10416.  
  10417. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexf))"\n"
  10418. "\t"STUB_ASM_CODE("46")"\n"
  10419.  
  10420. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexfv))"\n"
  10421. "\t"STUB_ASM_CODE("47")"\n"
  10422.  
  10423. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexi))"\n"
  10424. "\t"STUB_ASM_CODE("48")"\n"
  10425.  
  10426. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexiv))"\n"
  10427. "\t"STUB_ASM_CODE("49")"\n"
  10428.  
  10429. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexs))"\n"
  10430. "\t"STUB_ASM_CODE("50")"\n"
  10431.  
  10432. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexsv))"\n"
  10433. "\t"STUB_ASM_CODE("51")"\n"
  10434.  
  10435. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3b))"\n"
  10436. "\t"STUB_ASM_CODE("52")"\n"
  10437.  
  10438. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3bv))"\n"
  10439. "\t"STUB_ASM_CODE("53")"\n"
  10440.  
  10441. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3d))"\n"
  10442. "\t"STUB_ASM_CODE("54")"\n"
  10443.  
  10444. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3dv))"\n"
  10445. "\t"STUB_ASM_CODE("55")"\n"
  10446.  
  10447. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3f))"\n"
  10448. "\t"STUB_ASM_CODE("56")"\n"
  10449.  
  10450. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3fv))"\n"
  10451. "\t"STUB_ASM_CODE("57")"\n"
  10452.  
  10453. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3i))"\n"
  10454. "\t"STUB_ASM_CODE("58")"\n"
  10455.  
  10456. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3iv))"\n"
  10457. "\t"STUB_ASM_CODE("59")"\n"
  10458.  
  10459. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3s))"\n"
  10460. "\t"STUB_ASM_CODE("60")"\n"
  10461.  
  10462. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3sv))"\n"
  10463. "\t"STUB_ASM_CODE("61")"\n"
  10464.  
  10465. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2d))"\n"
  10466. "\t"STUB_ASM_CODE("62")"\n"
  10467.  
  10468. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2dv))"\n"
  10469. "\t"STUB_ASM_CODE("63")"\n"
  10470.  
  10471. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2f))"\n"
  10472. "\t"STUB_ASM_CODE("64")"\n"
  10473.  
  10474. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2fv))"\n"
  10475. "\t"STUB_ASM_CODE("65")"\n"
  10476.  
  10477. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2i))"\n"
  10478. "\t"STUB_ASM_CODE("66")"\n"
  10479.  
  10480. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2iv))"\n"
  10481. "\t"STUB_ASM_CODE("67")"\n"
  10482.  
  10483. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2s))"\n"
  10484. "\t"STUB_ASM_CODE("68")"\n"
  10485.  
  10486. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2sv))"\n"
  10487. "\t"STUB_ASM_CODE("69")"\n"
  10488.  
  10489. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3d))"\n"
  10490. "\t"STUB_ASM_CODE("70")"\n"
  10491.  
  10492. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3dv))"\n"
  10493. "\t"STUB_ASM_CODE("71")"\n"
  10494.  
  10495. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3f))"\n"
  10496. "\t"STUB_ASM_CODE("72")"\n"
  10497.  
  10498. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3fv))"\n"
  10499. "\t"STUB_ASM_CODE("73")"\n"
  10500.  
  10501. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3i))"\n"
  10502. "\t"STUB_ASM_CODE("74")"\n"
  10503.  
  10504. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3iv))"\n"
  10505. "\t"STUB_ASM_CODE("75")"\n"
  10506.  
  10507. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3s))"\n"
  10508. "\t"STUB_ASM_CODE("76")"\n"
  10509.  
  10510. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3sv))"\n"
  10511. "\t"STUB_ASM_CODE("77")"\n"
  10512.  
  10513. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4d))"\n"
  10514. "\t"STUB_ASM_CODE("78")"\n"
  10515.  
  10516. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4dv))"\n"
  10517. "\t"STUB_ASM_CODE("79")"\n"
  10518.  
  10519. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4f))"\n"
  10520. "\t"STUB_ASM_CODE("80")"\n"
  10521.  
  10522. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4fv))"\n"
  10523. "\t"STUB_ASM_CODE("81")"\n"
  10524.  
  10525. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4i))"\n"
  10526. "\t"STUB_ASM_CODE("82")"\n"
  10527.  
  10528. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4iv))"\n"
  10529. "\t"STUB_ASM_CODE("83")"\n"
  10530.  
  10531. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4s))"\n"
  10532. "\t"STUB_ASM_CODE("84")"\n"
  10533.  
  10534. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4sv))"\n"
  10535. "\t"STUB_ASM_CODE("85")"\n"
  10536.  
  10537. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectd))"\n"
  10538. "\t"STUB_ASM_CODE("86")"\n"
  10539.  
  10540. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectdv))"\n"
  10541. "\t"STUB_ASM_CODE("87")"\n"
  10542.  
  10543. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectf))"\n"
  10544. "\t"STUB_ASM_CODE("88")"\n"
  10545.  
  10546. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectfv))"\n"
  10547. "\t"STUB_ASM_CODE("89")"\n"
  10548.  
  10549. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Recti))"\n"
  10550. "\t"STUB_ASM_CODE("90")"\n"
  10551.  
  10552. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectiv))"\n"
  10553. "\t"STUB_ASM_CODE("91")"\n"
  10554.  
  10555. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rects))"\n"
  10556. "\t"STUB_ASM_CODE("92")"\n"
  10557.  
  10558. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectsv))"\n"
  10559. "\t"STUB_ASM_CODE("93")"\n"
  10560.  
  10561. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1d))"\n"
  10562. "\t"STUB_ASM_CODE("94")"\n"
  10563.  
  10564. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1dv))"\n"
  10565. "\t"STUB_ASM_CODE("95")"\n"
  10566.  
  10567. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1f))"\n"
  10568. "\t"STUB_ASM_CODE("96")"\n"
  10569.  
  10570. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1fv))"\n"
  10571. "\t"STUB_ASM_CODE("97")"\n"
  10572.  
  10573. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1i))"\n"
  10574. "\t"STUB_ASM_CODE("98")"\n"
  10575.  
  10576. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1iv))"\n"
  10577. "\t"STUB_ASM_CODE("99")"\n"
  10578.  
  10579. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1s))"\n"
  10580. "\t"STUB_ASM_CODE("100")"\n"
  10581.  
  10582. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1sv))"\n"
  10583. "\t"STUB_ASM_CODE("101")"\n"
  10584.  
  10585. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2d))"\n"
  10586. "\t"STUB_ASM_CODE("102")"\n"
  10587.  
  10588. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2dv))"\n"
  10589. "\t"STUB_ASM_CODE("103")"\n"
  10590.  
  10591. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2f))"\n"
  10592. "\t"STUB_ASM_CODE("104")"\n"
  10593.  
  10594. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2fv))"\n"
  10595. "\t"STUB_ASM_CODE("105")"\n"
  10596.  
  10597. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2i))"\n"
  10598. "\t"STUB_ASM_CODE("106")"\n"
  10599.  
  10600. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2iv))"\n"
  10601. "\t"STUB_ASM_CODE("107")"\n"
  10602.  
  10603. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2s))"\n"
  10604. "\t"STUB_ASM_CODE("108")"\n"
  10605.  
  10606. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2sv))"\n"
  10607. "\t"STUB_ASM_CODE("109")"\n"
  10608.  
  10609. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3d))"\n"
  10610. "\t"STUB_ASM_CODE("110")"\n"
  10611.  
  10612. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3dv))"\n"
  10613. "\t"STUB_ASM_CODE("111")"\n"
  10614.  
  10615. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3f))"\n"
  10616. "\t"STUB_ASM_CODE("112")"\n"
  10617.  
  10618. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3fv))"\n"
  10619. "\t"STUB_ASM_CODE("113")"\n"
  10620.  
  10621. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3i))"\n"
  10622. "\t"STUB_ASM_CODE("114")"\n"
  10623.  
  10624. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3iv))"\n"
  10625. "\t"STUB_ASM_CODE("115")"\n"
  10626.  
  10627. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3s))"\n"
  10628. "\t"STUB_ASM_CODE("116")"\n"
  10629.  
  10630. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3sv))"\n"
  10631. "\t"STUB_ASM_CODE("117")"\n"
  10632.  
  10633. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4d))"\n"
  10634. "\t"STUB_ASM_CODE("118")"\n"
  10635.  
  10636. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4dv))"\n"
  10637. "\t"STUB_ASM_CODE("119")"\n"
  10638.  
  10639. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4f))"\n"
  10640. "\t"STUB_ASM_CODE("120")"\n"
  10641.  
  10642. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4fv))"\n"
  10643. "\t"STUB_ASM_CODE("121")"\n"
  10644.  
  10645. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4i))"\n"
  10646. "\t"STUB_ASM_CODE("122")"\n"
  10647.  
  10648. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4iv))"\n"
  10649. "\t"STUB_ASM_CODE("123")"\n"
  10650.  
  10651. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4s))"\n"
  10652. "\t"STUB_ASM_CODE("124")"\n"
  10653.  
  10654. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4sv))"\n"
  10655. "\t"STUB_ASM_CODE("125")"\n"
  10656.  
  10657. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2d))"\n"
  10658. "\t"STUB_ASM_CODE("126")"\n"
  10659.  
  10660. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2dv))"\n"
  10661. "\t"STUB_ASM_CODE("127")"\n"
  10662.  
  10663. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2f))"\n"
  10664. "\t"STUB_ASM_CODE("128")"\n"
  10665.  
  10666. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2fv))"\n"
  10667. "\t"STUB_ASM_CODE("129")"\n"
  10668.  
  10669. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2i))"\n"
  10670. "\t"STUB_ASM_CODE("130")"\n"
  10671.  
  10672. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2iv))"\n"
  10673. "\t"STUB_ASM_CODE("131")"\n"
  10674.  
  10675. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2s))"\n"
  10676. "\t"STUB_ASM_CODE("132")"\n"
  10677.  
  10678. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2sv))"\n"
  10679. "\t"STUB_ASM_CODE("133")"\n"
  10680.  
  10681. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3d))"\n"
  10682. "\t"STUB_ASM_CODE("134")"\n"
  10683.  
  10684. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3dv))"\n"
  10685. "\t"STUB_ASM_CODE("135")"\n"
  10686.  
  10687. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3f))"\n"
  10688. "\t"STUB_ASM_CODE("136")"\n"
  10689.  
  10690. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3fv))"\n"
  10691. "\t"STUB_ASM_CODE("137")"\n"
  10692.  
  10693. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3i))"\n"
  10694. "\t"STUB_ASM_CODE("138")"\n"
  10695.  
  10696. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3iv))"\n"
  10697. "\t"STUB_ASM_CODE("139")"\n"
  10698.  
  10699. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3s))"\n"
  10700. "\t"STUB_ASM_CODE("140")"\n"
  10701.  
  10702. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3sv))"\n"
  10703. "\t"STUB_ASM_CODE("141")"\n"
  10704.  
  10705. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4d))"\n"
  10706. "\t"STUB_ASM_CODE("142")"\n"
  10707.  
  10708. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4dv))"\n"
  10709. "\t"STUB_ASM_CODE("143")"\n"
  10710.  
  10711. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4f))"\n"
  10712. "\t"STUB_ASM_CODE("144")"\n"
  10713.  
  10714. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4fv))"\n"
  10715. "\t"STUB_ASM_CODE("145")"\n"
  10716.  
  10717. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4i))"\n"
  10718. "\t"STUB_ASM_CODE("146")"\n"
  10719.  
  10720. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4iv))"\n"
  10721. "\t"STUB_ASM_CODE("147")"\n"
  10722.  
  10723. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4s))"\n"
  10724. "\t"STUB_ASM_CODE("148")"\n"
  10725.  
  10726. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4sv))"\n"
  10727. "\t"STUB_ASM_CODE("149")"\n"
  10728.  
  10729. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlane))"\n"
  10730. "\t"STUB_ASM_CODE("150")"\n"
  10731.  
  10732. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaterial))"\n"
  10733. "\t"STUB_ASM_CODE("151")"\n"
  10734.  
  10735. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CullFace))"\n"
  10736. "\t"STUB_ASM_CODE("152")"\n"
  10737.  
  10738. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogf))"\n"
  10739. "\t"STUB_ASM_CODE("153")"\n"
  10740.  
  10741. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogfv))"\n"
  10742. "\t"STUB_ASM_CODE("154")"\n"
  10743.  
  10744. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogi))"\n"
  10745. "\t"STUB_ASM_CODE("155")"\n"
  10746.  
  10747. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogiv))"\n"
  10748. "\t"STUB_ASM_CODE("156")"\n"
  10749.  
  10750. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrontFace))"\n"
  10751. "\t"STUB_ASM_CODE("157")"\n"
  10752.  
  10753. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Hint))"\n"
  10754. "\t"STUB_ASM_CODE("158")"\n"
  10755.  
  10756. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightf))"\n"
  10757. "\t"STUB_ASM_CODE("159")"\n"
  10758.  
  10759. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightfv))"\n"
  10760. "\t"STUB_ASM_CODE("160")"\n"
  10761.  
  10762. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lighti))"\n"
  10763. "\t"STUB_ASM_CODE("161")"\n"
  10764.  
  10765. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightiv))"\n"
  10766. "\t"STUB_ASM_CODE("162")"\n"
  10767.  
  10768. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelf))"\n"
  10769. "\t"STUB_ASM_CODE("163")"\n"
  10770.  
  10771. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelfv))"\n"
  10772. "\t"STUB_ASM_CODE("164")"\n"
  10773.  
  10774. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeli))"\n"
  10775. "\t"STUB_ASM_CODE("165")"\n"
  10776.  
  10777. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeliv))"\n"
  10778. "\t"STUB_ASM_CODE("166")"\n"
  10779.  
  10780. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineStipple))"\n"
  10781. "\t"STUB_ASM_CODE("167")"\n"
  10782.  
  10783. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidth))"\n"
  10784. "\t"STUB_ASM_CODE("168")"\n"
  10785.  
  10786. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialf))"\n"
  10787. "\t"STUB_ASM_CODE("169")"\n"
  10788.  
  10789. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialfv))"\n"
  10790. "\t"STUB_ASM_CODE("170")"\n"
  10791.  
  10792. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materiali))"\n"
  10793. "\t"STUB_ASM_CODE("171")"\n"
  10794.  
  10795. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialiv))"\n"
  10796. "\t"STUB_ASM_CODE("172")"\n"
  10797.  
  10798. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize))"\n"
  10799. "\t"STUB_ASM_CODE("173")"\n"
  10800.  
  10801. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonMode))"\n"
  10802. "\t"STUB_ASM_CODE("174")"\n"
  10803.  
  10804. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonStipple))"\n"
  10805. "\t"STUB_ASM_CODE("175")"\n"
  10806.  
  10807. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scissor))"\n"
  10808. "\t"STUB_ASM_CODE("176")"\n"
  10809.  
  10810. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShadeModel))"\n"
  10811. "\t"STUB_ASM_CODE("177")"\n"
  10812.  
  10813. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterf))"\n"
  10814. "\t"STUB_ASM_CODE("178")"\n"
  10815.  
  10816. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterfv))"\n"
  10817. "\t"STUB_ASM_CODE("179")"\n"
  10818.  
  10819. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteri))"\n"
  10820. "\t"STUB_ASM_CODE("180")"\n"
  10821.  
  10822. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteriv))"\n"
  10823. "\t"STUB_ASM_CODE("181")"\n"
  10824.  
  10825. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage1D))"\n"
  10826. "\t"STUB_ASM_CODE("182")"\n"
  10827.  
  10828. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2D))"\n"
  10829. "\t"STUB_ASM_CODE("183")"\n"
  10830.  
  10831. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvf))"\n"
  10832. "\t"STUB_ASM_CODE("184")"\n"
  10833.  
  10834. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvfv))"\n"
  10835. "\t"STUB_ASM_CODE("185")"\n"
  10836.  
  10837. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvi))"\n"
  10838. "\t"STUB_ASM_CODE("186")"\n"
  10839.  
  10840. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnviv))"\n"
  10841. "\t"STUB_ASM_CODE("187")"\n"
  10842.  
  10843. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGend))"\n"
  10844. "\t"STUB_ASM_CODE("188")"\n"
  10845.  
  10846. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGendv))"\n"
  10847. "\t"STUB_ASM_CODE("189")"\n"
  10848.  
  10849. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenf))"\n"
  10850. "\t"STUB_ASM_CODE("190")"\n"
  10851.  
  10852. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenfv))"\n"
  10853. "\t"STUB_ASM_CODE("191")"\n"
  10854.  
  10855. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeni))"\n"
  10856. "\t"STUB_ASM_CODE("192")"\n"
  10857.  
  10858. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeniv))"\n"
  10859. "\t"STUB_ASM_CODE("193")"\n"
  10860.  
  10861. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FeedbackBuffer))"\n"
  10862. "\t"STUB_ASM_CODE("194")"\n"
  10863.  
  10864. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SelectBuffer))"\n"
  10865. "\t"STUB_ASM_CODE("195")"\n"
  10866.  
  10867. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderMode))"\n"
  10868. "\t"STUB_ASM_CODE("196")"\n"
  10869.  
  10870. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InitNames))"\n"
  10871. "\t"STUB_ASM_CODE("197")"\n"
  10872.  
  10873. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadName))"\n"
  10874. "\t"STUB_ASM_CODE("198")"\n"
  10875.  
  10876. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassThrough))"\n"
  10877. "\t"STUB_ASM_CODE("199")"\n"
  10878.  
  10879. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopName))"\n"
  10880. "\t"STUB_ASM_CODE("200")"\n"
  10881.  
  10882. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushName))"\n"
  10883. "\t"STUB_ASM_CODE("201")"\n"
  10884.  
  10885. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffer))"\n"
  10886. "\t"STUB_ASM_CODE("202")"\n"
  10887.  
  10888. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Clear))"\n"
  10889. "\t"STUB_ASM_CODE("203")"\n"
  10890.  
  10891. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearAccum))"\n"
  10892. "\t"STUB_ASM_CODE("204")"\n"
  10893.  
  10894. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearIndex))"\n"
  10895. "\t"STUB_ASM_CODE("205")"\n"
  10896.  
  10897. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColor))"\n"
  10898. "\t"STUB_ASM_CODE("206")"\n"
  10899.  
  10900. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearStencil))"\n"
  10901. "\t"STUB_ASM_CODE("207")"\n"
  10902.  
  10903. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepth))"\n"
  10904. "\t"STUB_ASM_CODE("208")"\n"
  10905.  
  10906. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMask))"\n"
  10907. "\t"STUB_ASM_CODE("209")"\n"
  10908.  
  10909. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMask))"\n"
  10910. "\t"STUB_ASM_CODE("210")"\n"
  10911.  
  10912. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthMask))"\n"
  10913. "\t"STUB_ASM_CODE("211")"\n"
  10914.  
  10915. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexMask))"\n"
  10916. "\t"STUB_ASM_CODE("212")"\n"
  10917.  
  10918. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Accum))"\n"
  10919. "\t"STUB_ASM_CODE("213")"\n"
  10920.  
  10921. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Disable))"\n"
  10922. "\t"STUB_ASM_CODE("214")"\n"
  10923.  
  10924. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Enable))"\n"
  10925. "\t"STUB_ASM_CODE("215")"\n"
  10926.  
  10927. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Finish))"\n"
  10928. "\t"STUB_ASM_CODE("216")"\n"
  10929.  
  10930. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Flush))"\n"
  10931. "\t"STUB_ASM_CODE("217")"\n"
  10932.  
  10933. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopAttrib))"\n"
  10934. "\t"STUB_ASM_CODE("218")"\n"
  10935.  
  10936. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushAttrib))"\n"
  10937. "\t"STUB_ASM_CODE("219")"\n"
  10938.  
  10939. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1d))"\n"
  10940. "\t"STUB_ASM_CODE("220")"\n"
  10941.  
  10942. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1f))"\n"
  10943. "\t"STUB_ASM_CODE("221")"\n"
  10944.  
  10945. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2d))"\n"
  10946. "\t"STUB_ASM_CODE("222")"\n"
  10947.  
  10948. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2f))"\n"
  10949. "\t"STUB_ASM_CODE("223")"\n"
  10950.  
  10951. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1d))"\n"
  10952. "\t"STUB_ASM_CODE("224")"\n"
  10953.  
  10954. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1f))"\n"
  10955. "\t"STUB_ASM_CODE("225")"\n"
  10956.  
  10957. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2d))"\n"
  10958. "\t"STUB_ASM_CODE("226")"\n"
  10959.  
  10960. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2f))"\n"
  10961. "\t"STUB_ASM_CODE("227")"\n"
  10962.  
  10963. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1d))"\n"
  10964. "\t"STUB_ASM_CODE("228")"\n"
  10965.  
  10966. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1dv))"\n"
  10967. "\t"STUB_ASM_CODE("229")"\n"
  10968.  
  10969. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1f))"\n"
  10970. "\t"STUB_ASM_CODE("230")"\n"
  10971.  
  10972. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1fv))"\n"
  10973. "\t"STUB_ASM_CODE("231")"\n"
  10974.  
  10975. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2d))"\n"
  10976. "\t"STUB_ASM_CODE("232")"\n"
  10977.  
  10978. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2dv))"\n"
  10979. "\t"STUB_ASM_CODE("233")"\n"
  10980.  
  10981. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2f))"\n"
  10982. "\t"STUB_ASM_CODE("234")"\n"
  10983.  
  10984. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2fv))"\n"
  10985. "\t"STUB_ASM_CODE("235")"\n"
  10986.  
  10987. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh1))"\n"
  10988. "\t"STUB_ASM_CODE("236")"\n"
  10989.  
  10990. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint1))"\n"
  10991. "\t"STUB_ASM_CODE("237")"\n"
  10992.  
  10993. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh2))"\n"
  10994. "\t"STUB_ASM_CODE("238")"\n"
  10995.  
  10996. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint2))"\n"
  10997. "\t"STUB_ASM_CODE("239")"\n"
  10998.  
  10999. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFunc))"\n"
  11000. "\t"STUB_ASM_CODE("240")"\n"
  11001.  
  11002. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunc))"\n"
  11003. "\t"STUB_ASM_CODE("241")"\n"
  11004.  
  11005. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LogicOp))"\n"
  11006. "\t"STUB_ASM_CODE("242")"\n"
  11007.  
  11008. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFunc))"\n"
  11009. "\t"STUB_ASM_CODE("243")"\n"
  11010.  
  11011. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOp))"\n"
  11012. "\t"STUB_ASM_CODE("244")"\n"
  11013.  
  11014. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthFunc))"\n"
  11015. "\t"STUB_ASM_CODE("245")"\n"
  11016.  
  11017. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelZoom))"\n"
  11018. "\t"STUB_ASM_CODE("246")"\n"
  11019.  
  11020. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferf))"\n"
  11021. "\t"STUB_ASM_CODE("247")"\n"
  11022.  
  11023. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferi))"\n"
  11024. "\t"STUB_ASM_CODE("248")"\n"
  11025.  
  11026. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStoref))"\n"
  11027. "\t"STUB_ASM_CODE("249")"\n"
  11028.  
  11029. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStorei))"\n"
  11030. "\t"STUB_ASM_CODE("250")"\n"
  11031.  
  11032. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapfv))"\n"
  11033. "\t"STUB_ASM_CODE("251")"\n"
  11034.  
  11035. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapuiv))"\n"
  11036. "\t"STUB_ASM_CODE("252")"\n"
  11037.  
  11038. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapusv))"\n"
  11039. "\t"STUB_ASM_CODE("253")"\n"
  11040.  
  11041. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadBuffer))"\n"
  11042. "\t"STUB_ASM_CODE("254")"\n"
  11043.  
  11044. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyPixels))"\n"
  11045. "\t"STUB_ASM_CODE("255")"\n"
  11046.  
  11047. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadPixels))"\n"
  11048. "\t"STUB_ASM_CODE("256")"\n"
  11049.  
  11050. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawPixels))"\n"
  11051. "\t"STUB_ASM_CODE("257")"\n"
  11052.  
  11053. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanv))"\n"
  11054. "\t"STUB_ASM_CODE("258")"\n"
  11055.  
  11056. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlane))"\n"
  11057. "\t"STUB_ASM_CODE("259")"\n"
  11058.  
  11059. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDoublev))"\n"
  11060. "\t"STUB_ASM_CODE("260")"\n"
  11061.  
  11062. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetError))"\n"
  11063. "\t"STUB_ASM_CODE("261")"\n"
  11064.  
  11065. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFloatv))"\n"
  11066. "\t"STUB_ASM_CODE("262")"\n"
  11067.  
  11068. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerv))"\n"
  11069. "\t"STUB_ASM_CODE("263")"\n"
  11070.  
  11071. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightfv))"\n"
  11072. "\t"STUB_ASM_CODE("264")"\n"
  11073.  
  11074. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightiv))"\n"
  11075. "\t"STUB_ASM_CODE("265")"\n"
  11076.  
  11077. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapdv))"\n"
  11078. "\t"STUB_ASM_CODE("266")"\n"
  11079.  
  11080. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapfv))"\n"
  11081. "\t"STUB_ASM_CODE("267")"\n"
  11082.  
  11083. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapiv))"\n"
  11084. "\t"STUB_ASM_CODE("268")"\n"
  11085.  
  11086. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialfv))"\n"
  11087. "\t"STUB_ASM_CODE("269")"\n"
  11088.  
  11089. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialiv))"\n"
  11090. "\t"STUB_ASM_CODE("270")"\n"
  11091.  
  11092. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapfv))"\n"
  11093. "\t"STUB_ASM_CODE("271")"\n"
  11094.  
  11095. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapuiv))"\n"
  11096. "\t"STUB_ASM_CODE("272")"\n"
  11097.  
  11098. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapusv))"\n"
  11099. "\t"STUB_ASM_CODE("273")"\n"
  11100.  
  11101. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPolygonStipple))"\n"
  11102. "\t"STUB_ASM_CODE("274")"\n"
  11103.  
  11104. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetString))"\n"
  11105. "\t"STUB_ASM_CODE("275")"\n"
  11106.  
  11107. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvfv))"\n"
  11108. "\t"STUB_ASM_CODE("276")"\n"
  11109.  
  11110. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnviv))"\n"
  11111. "\t"STUB_ASM_CODE("277")"\n"
  11112.  
  11113. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGendv))"\n"
  11114. "\t"STUB_ASM_CODE("278")"\n"
  11115.  
  11116. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGenfv))"\n"
  11117. "\t"STUB_ASM_CODE("279")"\n"
  11118.  
  11119. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGeniv))"\n"
  11120. "\t"STUB_ASM_CODE("280")"\n"
  11121.  
  11122. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexImage))"\n"
  11123. "\t"STUB_ASM_CODE("281")"\n"
  11124.  
  11125. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterfv))"\n"
  11126. "\t"STUB_ASM_CODE("282")"\n"
  11127.  
  11128. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameteriv))"\n"
  11129. "\t"STUB_ASM_CODE("283")"\n"
  11130.  
  11131. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameterfv))"\n"
  11132. "\t"STUB_ASM_CODE("284")"\n"
  11133.  
  11134. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameteriv))"\n"
  11135. "\t"STUB_ASM_CODE("285")"\n"
  11136.  
  11137. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabled))"\n"
  11138. "\t"STUB_ASM_CODE("286")"\n"
  11139.  
  11140. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsList))"\n"
  11141. "\t"STUB_ASM_CODE("287")"\n"
  11142.  
  11143. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRange))"\n"
  11144. "\t"STUB_ASM_CODE("288")"\n"
  11145.  
  11146. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustum))"\n"
  11147. "\t"STUB_ASM_CODE("289")"\n"
  11148.  
  11149. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadIdentity))"\n"
  11150. "\t"STUB_ASM_CODE("290")"\n"
  11151.  
  11152. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixf))"\n"
  11153. "\t"STUB_ASM_CODE("291")"\n"
  11154.  
  11155. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixd))"\n"
  11156. "\t"STUB_ASM_CODE("292")"\n"
  11157.  
  11158. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MatrixMode))"\n"
  11159. "\t"STUB_ASM_CODE("293")"\n"
  11160.  
  11161. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixf))"\n"
  11162. "\t"STUB_ASM_CODE("294")"\n"
  11163.  
  11164. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixd))"\n"
  11165. "\t"STUB_ASM_CODE("295")"\n"
  11166.  
  11167. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho))"\n"
  11168. "\t"STUB_ASM_CODE("296")"\n"
  11169.  
  11170. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopMatrix))"\n"
  11171. "\t"STUB_ASM_CODE("297")"\n"
  11172.  
  11173. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushMatrix))"\n"
  11174. "\t"STUB_ASM_CODE("298")"\n"
  11175.  
  11176. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotated))"\n"
  11177. "\t"STUB_ASM_CODE("299")"\n"
  11178.  
  11179. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotatef))"\n"
  11180. "\t"STUB_ASM_CODE("300")"\n"
  11181.  
  11182. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scaled))"\n"
  11183. "\t"STUB_ASM_CODE("301")"\n"
  11184.  
  11185. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scalef))"\n"
  11186. "\t"STUB_ASM_CODE("302")"\n"
  11187.  
  11188. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translated))"\n"
  11189. "\t"STUB_ASM_CODE("303")"\n"
  11190.  
  11191. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translatef))"\n"
  11192. "\t"STUB_ASM_CODE("304")"\n"
  11193.  
  11194. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Viewport))"\n"
  11195. "\t"STUB_ASM_CODE("305")"\n"
  11196.  
  11197. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ArrayElement))"\n"
  11198. "\t"STUB_ASM_CODE("306")"\n"
  11199.  
  11200. ".globl "GLAPI_PREFIX_STR(ArrayElementEXT)"\n"
  11201. ".set "GLAPI_PREFIX_STR(ArrayElementEXT)", "GLAPI_PREFIX_STR(ArrayElement)"\n"
  11202.  
  11203. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTexture))"\n"
  11204. "\t"STUB_ASM_CODE("307")"\n"
  11205.  
  11206. ".globl "GLAPI_PREFIX_STR(BindTextureEXT)"\n"
  11207. ".set "GLAPI_PREFIX_STR(BindTextureEXT)", "GLAPI_PREFIX_STR(BindTexture)"\n"
  11208.  
  11209. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointer))"\n"
  11210. "\t"STUB_ASM_CODE("308")"\n"
  11211.  
  11212. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableClientState))"\n"
  11213. "\t"STUB_ASM_CODE("309")"\n"
  11214.  
  11215. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays))"\n"
  11216. "\t"STUB_ASM_CODE("310")"\n"
  11217.  
  11218. ".globl "GLAPI_PREFIX_STR(DrawArraysEXT)"\n"
  11219. ".set "GLAPI_PREFIX_STR(DrawArraysEXT)", "GLAPI_PREFIX_STR(DrawArrays)"\n"
  11220.  
  11221. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElements))"\n"
  11222. "\t"STUB_ASM_CODE("311")"\n"
  11223.  
  11224. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointer))"\n"
  11225. "\t"STUB_ASM_CODE("312")"\n"
  11226.  
  11227. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableClientState))"\n"
  11228. "\t"STUB_ASM_CODE("313")"\n"
  11229.  
  11230. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointer))"\n"
  11231. "\t"STUB_ASM_CODE("314")"\n"
  11232.  
  11233. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexub))"\n"
  11234. "\t"STUB_ASM_CODE("315")"\n"
  11235.  
  11236. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexubv))"\n"
  11237. "\t"STUB_ASM_CODE("316")"\n"
  11238.  
  11239. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InterleavedArrays))"\n"
  11240. "\t"STUB_ASM_CODE("317")"\n"
  11241.  
  11242. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointer))"\n"
  11243. "\t"STUB_ASM_CODE("318")"\n"
  11244.  
  11245. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffset))"\n"
  11246. "\t"STUB_ASM_CODE("319")"\n"
  11247.  
  11248. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointer))"\n"
  11249. "\t"STUB_ASM_CODE("320")"\n"
  11250.  
  11251. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointer))"\n"
  11252. "\t"STUB_ASM_CODE("321")"\n"
  11253.  
  11254. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreTexturesResident))"\n"
  11255. "\t"STUB_ASM_CODE("322")"\n"
  11256.  
  11257. #if 0
  11258. ".globl "GLAPI_PREFIX_STR(AreTexturesResidentEXT)"\n"
  11259. ".set "GLAPI_PREFIX_STR(AreTexturesResidentEXT)", "GLAPI_PREFIX_STR(AreTexturesResident)"\n"
  11260. #endif
  11261.  
  11262. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage1D))"\n"
  11263. "\t"STUB_ASM_CODE("323")"\n"
  11264.  
  11265. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage2D))"\n"
  11266. "\t"STUB_ASM_CODE("324")"\n"
  11267.  
  11268. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage1D))"\n"
  11269. "\t"STUB_ASM_CODE("325")"\n"
  11270.  
  11271. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage2D))"\n"
  11272. "\t"STUB_ASM_CODE("326")"\n"
  11273.  
  11274. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTextures))"\n"
  11275. "\t"STUB_ASM_CODE("327")"\n"
  11276.  
  11277. #if 0
  11278. ".globl "GLAPI_PREFIX_STR(DeleteTexturesEXT)"\n"
  11279. ".set "GLAPI_PREFIX_STR(DeleteTexturesEXT)", "GLAPI_PREFIX_STR(DeleteTextures)"\n"
  11280. #endif
  11281.  
  11282. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTextures))"\n"
  11283. "\t"STUB_ASM_CODE("328")"\n"
  11284.  
  11285. #if 0
  11286. ".globl "GLAPI_PREFIX_STR(GenTexturesEXT)"\n"
  11287. ".set "GLAPI_PREFIX_STR(GenTexturesEXT)", "GLAPI_PREFIX_STR(GenTextures)"\n"
  11288. #endif
  11289.  
  11290. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPointerv))"\n"
  11291. "\t"STUB_ASM_CODE("329")"\n"
  11292.  
  11293. ".globl "GLAPI_PREFIX_STR(GetPointervEXT)"\n"
  11294. ".set "GLAPI_PREFIX_STR(GetPointervEXT)", "GLAPI_PREFIX_STR(GetPointerv)"\n"
  11295.  
  11296. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTexture))"\n"
  11297. "\t"STUB_ASM_CODE("330")"\n"
  11298.  
  11299. #if 0
  11300. ".globl "GLAPI_PREFIX_STR(IsTextureEXT)"\n"
  11301. ".set "GLAPI_PREFIX_STR(IsTextureEXT)", "GLAPI_PREFIX_STR(IsTexture)"\n"
  11302. #endif
  11303.  
  11304. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrioritizeTextures))"\n"
  11305. "\t"STUB_ASM_CODE("331")"\n"
  11306.  
  11307. ".globl "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)"\n"
  11308. ".set "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)", "GLAPI_PREFIX_STR(PrioritizeTextures)"\n"
  11309.  
  11310. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage1D))"\n"
  11311. "\t"STUB_ASM_CODE("332")"\n"
  11312.  
  11313. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage2D))"\n"
  11314. "\t"STUB_ASM_CODE("333")"\n"
  11315.  
  11316. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopClientAttrib))"\n"
  11317. "\t"STUB_ASM_CODE("334")"\n"
  11318.  
  11319. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushClientAttrib))"\n"
  11320. "\t"STUB_ASM_CODE("335")"\n"
  11321.  
  11322. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendColor))"\n"
  11323. "\t"STUB_ASM_CODE("336")"\n"
  11324.  
  11325. ".globl "GLAPI_PREFIX_STR(BlendColorEXT)"\n"
  11326. ".set "GLAPI_PREFIX_STR(BlendColorEXT)", "GLAPI_PREFIX_STR(BlendColor)"\n"
  11327.  
  11328. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquation))"\n"
  11329. "\t"STUB_ASM_CODE("337")"\n"
  11330.  
  11331. ".globl "GLAPI_PREFIX_STR(BlendEquationEXT)"\n"
  11332. ".set "GLAPI_PREFIX_STR(BlendEquationEXT)", "GLAPI_PREFIX_STR(BlendEquation)"\n"
  11333.  
  11334. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElements))"\n"
  11335. "\t"STUB_ASM_CODE("338")"\n"
  11336.  
  11337. ".globl "GLAPI_PREFIX_STR(DrawRangeElementsEXT)"\n"
  11338. ".set "GLAPI_PREFIX_STR(DrawRangeElementsEXT)", "GLAPI_PREFIX_STR(DrawRangeElements)"\n"
  11339.  
  11340. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTable))"\n"
  11341. "\t"STUB_ASM_CODE("339")"\n"
  11342.  
  11343. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameterfv))"\n"
  11344. "\t"STUB_ASM_CODE("340")"\n"
  11345.  
  11346. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameteriv))"\n"
  11347. "\t"STUB_ASM_CODE("341")"\n"
  11348.  
  11349. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorTable))"\n"
  11350. "\t"STUB_ASM_CODE("342")"\n"
  11351.  
  11352. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTable))"\n"
  11353. "\t"STUB_ASM_CODE("343")"\n"
  11354.  
  11355. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameterfv))"\n"
  11356. "\t"STUB_ASM_CODE("344")"\n"
  11357.  
  11358. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameteriv))"\n"
  11359. "\t"STUB_ASM_CODE("345")"\n"
  11360.  
  11361. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorSubTable))"\n"
  11362. "\t"STUB_ASM_CODE("346")"\n"
  11363.  
  11364. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorSubTable))"\n"
  11365. "\t"STUB_ASM_CODE("347")"\n"
  11366.  
  11367. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter1D))"\n"
  11368. "\t"STUB_ASM_CODE("348")"\n"
  11369.  
  11370. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter2D))"\n"
  11371. "\t"STUB_ASM_CODE("349")"\n"
  11372.  
  11373. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterf))"\n"
  11374. "\t"STUB_ASM_CODE("350")"\n"
  11375.  
  11376. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterfv))"\n"
  11377. "\t"STUB_ASM_CODE("351")"\n"
  11378.  
  11379. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteri))"\n"
  11380. "\t"STUB_ASM_CODE("352")"\n"
  11381.  
  11382. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteriv))"\n"
  11383. "\t"STUB_ASM_CODE("353")"\n"
  11384.  
  11385. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter1D))"\n"
  11386. "\t"STUB_ASM_CODE("354")"\n"
  11387.  
  11388. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter2D))"\n"
  11389. "\t"STUB_ASM_CODE("355")"\n"
  11390.  
  11391. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionFilter))"\n"
  11392. "\t"STUB_ASM_CODE("356")"\n"
  11393.  
  11394. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameterfv))"\n"
  11395. "\t"STUB_ASM_CODE("357")"\n"
  11396.  
  11397. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameteriv))"\n"
  11398. "\t"STUB_ASM_CODE("358")"\n"
  11399.  
  11400. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSeparableFilter))"\n"
  11401. "\t"STUB_ASM_CODE("359")"\n"
  11402.  
  11403. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SeparableFilter2D))"\n"
  11404. "\t"STUB_ASM_CODE("360")"\n"
  11405.  
  11406. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogram))"\n"
  11407. "\t"STUB_ASM_CODE("361")"\n"
  11408.  
  11409. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameterfv))"\n"
  11410. "\t"STUB_ASM_CODE("362")"\n"
  11411.  
  11412. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameteriv))"\n"
  11413. "\t"STUB_ASM_CODE("363")"\n"
  11414.  
  11415. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmax))"\n"
  11416. "\t"STUB_ASM_CODE("364")"\n"
  11417.  
  11418. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameterfv))"\n"
  11419. "\t"STUB_ASM_CODE("365")"\n"
  11420.  
  11421. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameteriv))"\n"
  11422. "\t"STUB_ASM_CODE("366")"\n"
  11423.  
  11424. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Histogram))"\n"
  11425. "\t"STUB_ASM_CODE("367")"\n"
  11426.  
  11427. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Minmax))"\n"
  11428. "\t"STUB_ASM_CODE("368")"\n"
  11429.  
  11430. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetHistogram))"\n"
  11431. "\t"STUB_ASM_CODE("369")"\n"
  11432.  
  11433. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetMinmax))"\n"
  11434. "\t"STUB_ASM_CODE("370")"\n"
  11435.  
  11436. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3D))"\n"
  11437. "\t"STUB_ASM_CODE("371")"\n"
  11438.  
  11439. ".globl "GLAPI_PREFIX_STR(TexImage3DEXT)"\n"
  11440. ".set "GLAPI_PREFIX_STR(TexImage3DEXT)", "GLAPI_PREFIX_STR(TexImage3D)"\n"
  11441.  
  11442. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage3D))"\n"
  11443. "\t"STUB_ASM_CODE("372")"\n"
  11444.  
  11445. ".globl "GLAPI_PREFIX_STR(TexSubImage3DEXT)"\n"
  11446. ".set "GLAPI_PREFIX_STR(TexSubImage3DEXT)", "GLAPI_PREFIX_STR(TexSubImage3D)"\n"
  11447.  
  11448. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage3D))"\n"
  11449. "\t"STUB_ASM_CODE("373")"\n"
  11450.  
  11451. ".globl "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)"\n"
  11452. ".set "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage3D)"\n"
  11453.  
  11454. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveTexture))"\n"
  11455. "\t"STUB_ASM_CODE("374")"\n"
  11456.  
  11457. ".globl "GLAPI_PREFIX_STR(ActiveTextureARB)"\n"
  11458. ".set "GLAPI_PREFIX_STR(ActiveTextureARB)", "GLAPI_PREFIX_STR(ActiveTexture)"\n"
  11459.  
  11460. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientActiveTexture))"\n"
  11461. "\t"STUB_ASM_CODE("375")"\n"
  11462.  
  11463. ".globl "GLAPI_PREFIX_STR(ClientActiveTextureARB)"\n"
  11464. ".set "GLAPI_PREFIX_STR(ClientActiveTextureARB)", "GLAPI_PREFIX_STR(ClientActiveTexture)"\n"
  11465.  
  11466. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1d))"\n"
  11467. "\t"STUB_ASM_CODE("376")"\n"
  11468.  
  11469. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1dARB)"\n"
  11470. ".set "GLAPI_PREFIX_STR(MultiTexCoord1dARB)", "GLAPI_PREFIX_STR(MultiTexCoord1d)"\n"
  11471.  
  11472. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dv))"\n"
  11473. "\t"STUB_ASM_CODE("377")"\n"
  11474.  
  11475. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1dvARB)"\n"
  11476. ".set "GLAPI_PREFIX_STR(MultiTexCoord1dvARB)", "GLAPI_PREFIX_STR(MultiTexCoord1dv)"\n"
  11477.  
  11478. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fARB))"\n"
  11479. "\t"STUB_ASM_CODE("378")"\n"
  11480.  
  11481. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1f)"\n"
  11482. ".set "GLAPI_PREFIX_STR(MultiTexCoord1f)", "GLAPI_PREFIX_STR(MultiTexCoord1fARB)"\n"
  11483.  
  11484. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fvARB))"\n"
  11485. "\t"STUB_ASM_CODE("379")"\n"
  11486.  
  11487. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1fv)"\n"
  11488. ".set "GLAPI_PREFIX_STR(MultiTexCoord1fv)", "GLAPI_PREFIX_STR(MultiTexCoord1fvARB)"\n"
  11489.  
  11490. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1i))"\n"
  11491. "\t"STUB_ASM_CODE("380")"\n"
  11492.  
  11493. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1iARB)"\n"
  11494. ".set "GLAPI_PREFIX_STR(MultiTexCoord1iARB)", "GLAPI_PREFIX_STR(MultiTexCoord1i)"\n"
  11495.  
  11496. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1iv))"\n"
  11497. "\t"STUB_ASM_CODE("381")"\n"
  11498.  
  11499. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1ivARB)"\n"
  11500. ".set "GLAPI_PREFIX_STR(MultiTexCoord1ivARB)", "GLAPI_PREFIX_STR(MultiTexCoord1iv)"\n"
  11501.  
  11502. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1s))"\n"
  11503. "\t"STUB_ASM_CODE("382")"\n"
  11504.  
  11505. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1sARB)"\n"
  11506. ".set "GLAPI_PREFIX_STR(MultiTexCoord1sARB)", "GLAPI_PREFIX_STR(MultiTexCoord1s)"\n"
  11507.  
  11508. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1sv))"\n"
  11509. "\t"STUB_ASM_CODE("383")"\n"
  11510.  
  11511. ".globl "GLAPI_PREFIX_STR(MultiTexCoord1svARB)"\n"
  11512. ".set "GLAPI_PREFIX_STR(MultiTexCoord1svARB)", "GLAPI_PREFIX_STR(MultiTexCoord1sv)"\n"
  11513.  
  11514. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2d))"\n"
  11515. "\t"STUB_ASM_CODE("384")"\n"
  11516.  
  11517. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2dARB)"\n"
  11518. ".set "GLAPI_PREFIX_STR(MultiTexCoord2dARB)", "GLAPI_PREFIX_STR(MultiTexCoord2d)"\n"
  11519.  
  11520. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dv))"\n"
  11521. "\t"STUB_ASM_CODE("385")"\n"
  11522.  
  11523. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2dvARB)"\n"
  11524. ".set "GLAPI_PREFIX_STR(MultiTexCoord2dvARB)", "GLAPI_PREFIX_STR(MultiTexCoord2dv)"\n"
  11525.  
  11526. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fARB))"\n"
  11527. "\t"STUB_ASM_CODE("386")"\n"
  11528.  
  11529. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2f)"\n"
  11530. ".set "GLAPI_PREFIX_STR(MultiTexCoord2f)", "GLAPI_PREFIX_STR(MultiTexCoord2fARB)"\n"
  11531.  
  11532. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fvARB))"\n"
  11533. "\t"STUB_ASM_CODE("387")"\n"
  11534.  
  11535. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2fv)"\n"
  11536. ".set "GLAPI_PREFIX_STR(MultiTexCoord2fv)", "GLAPI_PREFIX_STR(MultiTexCoord2fvARB)"\n"
  11537.  
  11538. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2i))"\n"
  11539. "\t"STUB_ASM_CODE("388")"\n"
  11540.  
  11541. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2iARB)"\n"
  11542. ".set "GLAPI_PREFIX_STR(MultiTexCoord2iARB)", "GLAPI_PREFIX_STR(MultiTexCoord2i)"\n"
  11543.  
  11544. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2iv))"\n"
  11545. "\t"STUB_ASM_CODE("389")"\n"
  11546.  
  11547. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2ivARB)"\n"
  11548. ".set "GLAPI_PREFIX_STR(MultiTexCoord2ivARB)", "GLAPI_PREFIX_STR(MultiTexCoord2iv)"\n"
  11549.  
  11550. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2s))"\n"
  11551. "\t"STUB_ASM_CODE("390")"\n"
  11552.  
  11553. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2sARB)"\n"
  11554. ".set "GLAPI_PREFIX_STR(MultiTexCoord2sARB)", "GLAPI_PREFIX_STR(MultiTexCoord2s)"\n"
  11555.  
  11556. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2sv))"\n"
  11557. "\t"STUB_ASM_CODE("391")"\n"
  11558.  
  11559. ".globl "GLAPI_PREFIX_STR(MultiTexCoord2svARB)"\n"
  11560. ".set "GLAPI_PREFIX_STR(MultiTexCoord2svARB)", "GLAPI_PREFIX_STR(MultiTexCoord2sv)"\n"
  11561.  
  11562. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3d))"\n"
  11563. "\t"STUB_ASM_CODE("392")"\n"
  11564.  
  11565. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3dARB)"\n"
  11566. ".set "GLAPI_PREFIX_STR(MultiTexCoord3dARB)", "GLAPI_PREFIX_STR(MultiTexCoord3d)"\n"
  11567.  
  11568. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dv))"\n"
  11569. "\t"STUB_ASM_CODE("393")"\n"
  11570.  
  11571. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3dvARB)"\n"
  11572. ".set "GLAPI_PREFIX_STR(MultiTexCoord3dvARB)", "GLAPI_PREFIX_STR(MultiTexCoord3dv)"\n"
  11573.  
  11574. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fARB))"\n"
  11575. "\t"STUB_ASM_CODE("394")"\n"
  11576.  
  11577. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3f)"\n"
  11578. ".set "GLAPI_PREFIX_STR(MultiTexCoord3f)", "GLAPI_PREFIX_STR(MultiTexCoord3fARB)"\n"
  11579.  
  11580. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fvARB))"\n"
  11581. "\t"STUB_ASM_CODE("395")"\n"
  11582.  
  11583. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3fv)"\n"
  11584. ".set "GLAPI_PREFIX_STR(MultiTexCoord3fv)", "GLAPI_PREFIX_STR(MultiTexCoord3fvARB)"\n"
  11585.  
  11586. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3i))"\n"
  11587. "\t"STUB_ASM_CODE("396")"\n"
  11588.  
  11589. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3iARB)"\n"
  11590. ".set "GLAPI_PREFIX_STR(MultiTexCoord3iARB)", "GLAPI_PREFIX_STR(MultiTexCoord3i)"\n"
  11591.  
  11592. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3iv))"\n"
  11593. "\t"STUB_ASM_CODE("397")"\n"
  11594.  
  11595. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3ivARB)"\n"
  11596. ".set "GLAPI_PREFIX_STR(MultiTexCoord3ivARB)", "GLAPI_PREFIX_STR(MultiTexCoord3iv)"\n"
  11597.  
  11598. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3s))"\n"
  11599. "\t"STUB_ASM_CODE("398")"\n"
  11600.  
  11601. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3sARB)"\n"
  11602. ".set "GLAPI_PREFIX_STR(MultiTexCoord3sARB)", "GLAPI_PREFIX_STR(MultiTexCoord3s)"\n"
  11603.  
  11604. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3sv))"\n"
  11605. "\t"STUB_ASM_CODE("399")"\n"
  11606.  
  11607. ".globl "GLAPI_PREFIX_STR(MultiTexCoord3svARB)"\n"
  11608. ".set "GLAPI_PREFIX_STR(MultiTexCoord3svARB)", "GLAPI_PREFIX_STR(MultiTexCoord3sv)"\n"
  11609.  
  11610. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4d))"\n"
  11611. "\t"STUB_ASM_CODE("400")"\n"
  11612.  
  11613. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4dARB)"\n"
  11614. ".set "GLAPI_PREFIX_STR(MultiTexCoord4dARB)", "GLAPI_PREFIX_STR(MultiTexCoord4d)"\n"
  11615.  
  11616. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dv))"\n"
  11617. "\t"STUB_ASM_CODE("401")"\n"
  11618.  
  11619. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4dvARB)"\n"
  11620. ".set "GLAPI_PREFIX_STR(MultiTexCoord4dvARB)", "GLAPI_PREFIX_STR(MultiTexCoord4dv)"\n"
  11621.  
  11622. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fARB))"\n"
  11623. "\t"STUB_ASM_CODE("402")"\n"
  11624.  
  11625. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4f)"\n"
  11626. ".set "GLAPI_PREFIX_STR(MultiTexCoord4f)", "GLAPI_PREFIX_STR(MultiTexCoord4fARB)"\n"
  11627.  
  11628. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fvARB))"\n"
  11629. "\t"STUB_ASM_CODE("403")"\n"
  11630.  
  11631. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4fv)"\n"
  11632. ".set "GLAPI_PREFIX_STR(MultiTexCoord4fv)", "GLAPI_PREFIX_STR(MultiTexCoord4fvARB)"\n"
  11633.  
  11634. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4i))"\n"
  11635. "\t"STUB_ASM_CODE("404")"\n"
  11636.  
  11637. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4iARB)"\n"
  11638. ".set "GLAPI_PREFIX_STR(MultiTexCoord4iARB)", "GLAPI_PREFIX_STR(MultiTexCoord4i)"\n"
  11639.  
  11640. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4iv))"\n"
  11641. "\t"STUB_ASM_CODE("405")"\n"
  11642.  
  11643. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4ivARB)"\n"
  11644. ".set "GLAPI_PREFIX_STR(MultiTexCoord4ivARB)", "GLAPI_PREFIX_STR(MultiTexCoord4iv)"\n"
  11645.  
  11646. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4s))"\n"
  11647. "\t"STUB_ASM_CODE("406")"\n"
  11648.  
  11649. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4sARB)"\n"
  11650. ".set "GLAPI_PREFIX_STR(MultiTexCoord4sARB)", "GLAPI_PREFIX_STR(MultiTexCoord4s)"\n"
  11651.  
  11652. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4sv))"\n"
  11653. "\t"STUB_ASM_CODE("407")"\n"
  11654.  
  11655. ".globl "GLAPI_PREFIX_STR(MultiTexCoord4svARB)"\n"
  11656. ".set "GLAPI_PREFIX_STR(MultiTexCoord4svARB)", "GLAPI_PREFIX_STR(MultiTexCoord4sv)"\n"
  11657.  
  11658. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage1D))"\n"
  11659. "\t"STUB_ASM_CODE("408")"\n"
  11660.  
  11661. ".globl "GLAPI_PREFIX_STR(CompressedTexImage1DARB)"\n"
  11662. ".set "GLAPI_PREFIX_STR(CompressedTexImage1DARB)", "GLAPI_PREFIX_STR(CompressedTexImage1D)"\n"
  11663.  
  11664. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage2D))"\n"
  11665. "\t"STUB_ASM_CODE("409")"\n"
  11666.  
  11667. ".globl "GLAPI_PREFIX_STR(CompressedTexImage2DARB)"\n"
  11668. ".set "GLAPI_PREFIX_STR(CompressedTexImage2DARB)", "GLAPI_PREFIX_STR(CompressedTexImage2D)"\n"
  11669.  
  11670. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage3D))"\n"
  11671. "\t"STUB_ASM_CODE("410")"\n"
  11672.  
  11673. ".globl "GLAPI_PREFIX_STR(CompressedTexImage3DARB)"\n"
  11674. ".set "GLAPI_PREFIX_STR(CompressedTexImage3DARB)", "GLAPI_PREFIX_STR(CompressedTexImage3D)"\n"
  11675.  
  11676. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage1D))"\n"
  11677. "\t"STUB_ASM_CODE("411")"\n"
  11678.  
  11679. ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage1DARB)"\n"
  11680. ".set "GLAPI_PREFIX_STR(CompressedTexSubImage1DARB)", "GLAPI_PREFIX_STR(CompressedTexSubImage1D)"\n"
  11681.  
  11682. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage2D))"\n"
  11683. "\t"STUB_ASM_CODE("412")"\n"
  11684.  
  11685. ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB)"\n"
  11686. ".set "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB)", "GLAPI_PREFIX_STR(CompressedTexSubImage2D)"\n"
  11687.  
  11688. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage3D))"\n"
  11689. "\t"STUB_ASM_CODE("413")"\n"
  11690.  
  11691. ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB)"\n"
  11692. ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB)", "GLAPI_PREFIX_STR(CompressedTexSubImage3D)"\n"
  11693.  
  11694. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCompressedTexImage))"\n"
  11695. "\t"STUB_ASM_CODE("414")"\n"
  11696.  
  11697. ".globl "GLAPI_PREFIX_STR(GetCompressedTexImageARB)"\n"
  11698. ".set "GLAPI_PREFIX_STR(GetCompressedTexImageARB)", "GLAPI_PREFIX_STR(GetCompressedTexImage)"\n"
  11699.  
  11700. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixd))"\n"
  11701. "\t"STUB_ASM_CODE("415")"\n"
  11702.  
  11703. ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixdARB)"\n"
  11704. ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixdARB)", "GLAPI_PREFIX_STR(LoadTransposeMatrixd)"\n"
  11705.  
  11706. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixf))"\n"
  11707. "\t"STUB_ASM_CODE("416")"\n"
  11708.  
  11709. ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixfARB)"\n"
  11710. ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixfARB)", "GLAPI_PREFIX_STR(LoadTransposeMatrixf)"\n"
  11711.  
  11712. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixd))"\n"
  11713. "\t"STUB_ASM_CODE("417")"\n"
  11714.  
  11715. ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixdARB)"\n"
  11716. ".set "GLAPI_PREFIX_STR(MultTransposeMatrixdARB)", "GLAPI_PREFIX_STR(MultTransposeMatrixd)"\n"
  11717.  
  11718. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixf))"\n"
  11719. "\t"STUB_ASM_CODE("418")"\n"
  11720.  
  11721. ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixfARB)"\n"
  11722. ".set "GLAPI_PREFIX_STR(MultTransposeMatrixfARB)", "GLAPI_PREFIX_STR(MultTransposeMatrixf)"\n"
  11723.  
  11724. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoverage))"\n"
  11725. "\t"STUB_ASM_CODE("419")"\n"
  11726.  
  11727. ".globl "GLAPI_PREFIX_STR(SampleCoverageARB)"\n"
  11728. ".set "GLAPI_PREFIX_STR(SampleCoverageARB)", "GLAPI_PREFIX_STR(SampleCoverage)"\n"
  11729.  
  11730. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparate))"\n"
  11731. "\t"STUB_ASM_CODE("420")"\n"
  11732.  
  11733. ".globl "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)"\n"
  11734. ".set "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)", "GLAPI_PREFIX_STR(BlendFuncSeparate)"\n"
  11735.  
  11736. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordPointer))"\n"
  11737. "\t"STUB_ASM_CODE("421")"\n"
  11738.  
  11739. ".globl "GLAPI_PREFIX_STR(FogCoordPointerEXT)"\n"
  11740. ".set "GLAPI_PREFIX_STR(FogCoordPointerEXT)", "GLAPI_PREFIX_STR(FogCoordPointer)"\n"
  11741.  
  11742. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordd))"\n"
  11743. "\t"STUB_ASM_CODE("422")"\n"
  11744.  
  11745. ".globl "GLAPI_PREFIX_STR(FogCoorddEXT)"\n"
  11746. ".set "GLAPI_PREFIX_STR(FogCoorddEXT)", "GLAPI_PREFIX_STR(FogCoordd)"\n"
  11747.  
  11748. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddv))"\n"
  11749. "\t"STUB_ASM_CODE("423")"\n"
  11750.  
  11751. ".globl "GLAPI_PREFIX_STR(FogCoorddvEXT)"\n"
  11752. ".set "GLAPI_PREFIX_STR(FogCoorddvEXT)", "GLAPI_PREFIX_STR(FogCoorddv)"\n"
  11753.  
  11754. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArrays))"\n"
  11755. "\t"STUB_ASM_CODE("424")"\n"
  11756.  
  11757. ".globl "GLAPI_PREFIX_STR(MultiDrawArraysEXT)"\n"
  11758. ".set "GLAPI_PREFIX_STR(MultiDrawArraysEXT)", "GLAPI_PREFIX_STR(MultiDrawArrays)"\n"
  11759.  
  11760. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterf))"\n"
  11761. "\t"STUB_ASM_CODE("425")"\n"
  11762.  
  11763. ".globl "GLAPI_PREFIX_STR(PointParameterfARB)"\n"
  11764. ".set "GLAPI_PREFIX_STR(PointParameterfARB)", "GLAPI_PREFIX_STR(PointParameterf)"\n"
  11765.  
  11766. ".globl "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
  11767. ".set "GLAPI_PREFIX_STR(PointParameterfEXT)", "GLAPI_PREFIX_STR(PointParameterf)"\n"
  11768.  
  11769. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfv))"\n"
  11770. "\t"STUB_ASM_CODE("426")"\n"
  11771.  
  11772. ".globl "GLAPI_PREFIX_STR(PointParameterfvARB)"\n"
  11773. ".set "GLAPI_PREFIX_STR(PointParameterfvARB)", "GLAPI_PREFIX_STR(PointParameterfv)"\n"
  11774.  
  11775. ".globl "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
  11776. ".set "GLAPI_PREFIX_STR(PointParameterfvEXT)", "GLAPI_PREFIX_STR(PointParameterfv)"\n"
  11777.  
  11778. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteri))"\n"
  11779. "\t"STUB_ASM_CODE("427")"\n"
  11780.  
  11781. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteriv))"\n"
  11782. "\t"STUB_ASM_CODE("428")"\n"
  11783.  
  11784. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3b))"\n"
  11785. "\t"STUB_ASM_CODE("429")"\n"
  11786.  
  11787. ".globl "GLAPI_PREFIX_STR(SecondaryColor3bEXT)"\n"
  11788. ".set "GLAPI_PREFIX_STR(SecondaryColor3bEXT)", "GLAPI_PREFIX_STR(SecondaryColor3b)"\n"
  11789.  
  11790. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bv))"\n"
  11791. "\t"STUB_ASM_CODE("430")"\n"
  11792.  
  11793. ".globl "GLAPI_PREFIX_STR(SecondaryColor3bvEXT)"\n"
  11794. ".set "GLAPI_PREFIX_STR(SecondaryColor3bvEXT)", "GLAPI_PREFIX_STR(SecondaryColor3bv)"\n"
  11795.  
  11796. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3d))"\n"
  11797. "\t"STUB_ASM_CODE("431")"\n"
  11798.  
  11799. ".globl "GLAPI_PREFIX_STR(SecondaryColor3dEXT)"\n"
  11800. ".set "GLAPI_PREFIX_STR(SecondaryColor3dEXT)", "GLAPI_PREFIX_STR(SecondaryColor3d)"\n"
  11801.  
  11802. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dv))"\n"
  11803. "\t"STUB_ASM_CODE("432")"\n"
  11804.  
  11805. ".globl "GLAPI_PREFIX_STR(SecondaryColor3dvEXT)"\n"
  11806. ".set "GLAPI_PREFIX_STR(SecondaryColor3dvEXT)", "GLAPI_PREFIX_STR(SecondaryColor3dv)"\n"
  11807.  
  11808. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3i))"\n"
  11809. "\t"STUB_ASM_CODE("433")"\n"
  11810.  
  11811. ".globl "GLAPI_PREFIX_STR(SecondaryColor3iEXT)"\n"
  11812. ".set "GLAPI_PREFIX_STR(SecondaryColor3iEXT)", "GLAPI_PREFIX_STR(SecondaryColor3i)"\n"
  11813.  
  11814. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3iv))"\n"
  11815. "\t"STUB_ASM_CODE("434")"\n"
  11816.  
  11817. ".globl "GLAPI_PREFIX_STR(SecondaryColor3ivEXT)"\n"
  11818. ".set "GLAPI_PREFIX_STR(SecondaryColor3ivEXT)", "GLAPI_PREFIX_STR(SecondaryColor3iv)"\n"
  11819.  
  11820. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3s))"\n"
  11821. "\t"STUB_ASM_CODE("435")"\n"
  11822.  
  11823. ".globl "GLAPI_PREFIX_STR(SecondaryColor3sEXT)"\n"
  11824. ".set "GLAPI_PREFIX_STR(SecondaryColor3sEXT)", "GLAPI_PREFIX_STR(SecondaryColor3s)"\n"
  11825.  
  11826. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3sv))"\n"
  11827. "\t"STUB_ASM_CODE("436")"\n"
  11828.  
  11829. ".globl "GLAPI_PREFIX_STR(SecondaryColor3svEXT)"\n"
  11830. ".set "GLAPI_PREFIX_STR(SecondaryColor3svEXT)", "GLAPI_PREFIX_STR(SecondaryColor3sv)"\n"
  11831.  
  11832. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ub))"\n"
  11833. "\t"STUB_ASM_CODE("437")"\n"
  11834.  
  11835. ".globl "GLAPI_PREFIX_STR(SecondaryColor3ubEXT)"\n"
  11836. ".set "GLAPI_PREFIX_STR(SecondaryColor3ubEXT)", "GLAPI_PREFIX_STR(SecondaryColor3ub)"\n"
  11837.  
  11838. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubv))"\n"
  11839. "\t"STUB_ASM_CODE("438")"\n"
  11840.  
  11841. ".globl "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT)"\n"
  11842. ".set "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT)", "GLAPI_PREFIX_STR(SecondaryColor3ubv)"\n"
  11843.  
  11844. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ui))"\n"
  11845. "\t"STUB_ASM_CODE("439")"\n"
  11846.  
  11847. ".globl "GLAPI_PREFIX_STR(SecondaryColor3uiEXT)"\n"
  11848. ".set "GLAPI_PREFIX_STR(SecondaryColor3uiEXT)", "GLAPI_PREFIX_STR(SecondaryColor3ui)"\n"
  11849.  
  11850. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uiv))"\n"
  11851. "\t"STUB_ASM_CODE("440")"\n"
  11852.  
  11853. ".globl "GLAPI_PREFIX_STR(SecondaryColor3uivEXT)"\n"
  11854. ".set "GLAPI_PREFIX_STR(SecondaryColor3uivEXT)", "GLAPI_PREFIX_STR(SecondaryColor3uiv)"\n"
  11855.  
  11856. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3us))"\n"
  11857. "\t"STUB_ASM_CODE("441")"\n"
  11858.  
  11859. ".globl "GLAPI_PREFIX_STR(SecondaryColor3usEXT)"\n"
  11860. ".set "GLAPI_PREFIX_STR(SecondaryColor3usEXT)", "GLAPI_PREFIX_STR(SecondaryColor3us)"\n"
  11861.  
  11862. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usv))"\n"
  11863. "\t"STUB_ASM_CODE("442")"\n"
  11864.  
  11865. ".globl "GLAPI_PREFIX_STR(SecondaryColor3usvEXT)"\n"
  11866. ".set "GLAPI_PREFIX_STR(SecondaryColor3usvEXT)", "GLAPI_PREFIX_STR(SecondaryColor3usv)"\n"
  11867.  
  11868. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorPointer))"\n"
  11869. "\t"STUB_ASM_CODE("443")"\n"
  11870.  
  11871. ".globl "GLAPI_PREFIX_STR(SecondaryColorPointerEXT)"\n"
  11872. ".set "GLAPI_PREFIX_STR(SecondaryColorPointerEXT)", "GLAPI_PREFIX_STR(SecondaryColorPointer)"\n"
  11873.  
  11874. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2d))"\n"
  11875. "\t"STUB_ASM_CODE("444")"\n"
  11876.  
  11877. ".globl "GLAPI_PREFIX_STR(WindowPos2dARB)"\n"
  11878. ".set "GLAPI_PREFIX_STR(WindowPos2dARB)", "GLAPI_PREFIX_STR(WindowPos2d)"\n"
  11879.  
  11880. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dv))"\n"
  11881. "\t"STUB_ASM_CODE("445")"\n"
  11882.  
  11883. ".globl "GLAPI_PREFIX_STR(WindowPos2dvARB)"\n"
  11884. ".set "GLAPI_PREFIX_STR(WindowPos2dvARB)", "GLAPI_PREFIX_STR(WindowPos2dv)"\n"
  11885.  
  11886. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2f))"\n"
  11887. "\t"STUB_ASM_CODE("446")"\n"
  11888.  
  11889. ".globl "GLAPI_PREFIX_STR(WindowPos2fARB)"\n"
  11890. ".set "GLAPI_PREFIX_STR(WindowPos2fARB)", "GLAPI_PREFIX_STR(WindowPos2f)"\n"
  11891.  
  11892. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fv))"\n"
  11893. "\t"STUB_ASM_CODE("447")"\n"
  11894.  
  11895. ".globl "GLAPI_PREFIX_STR(WindowPos2fvARB)"\n"
  11896. ".set "GLAPI_PREFIX_STR(WindowPos2fvARB)", "GLAPI_PREFIX_STR(WindowPos2fv)"\n"
  11897.  
  11898. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2i))"\n"
  11899. "\t"STUB_ASM_CODE("448")"\n"
  11900.  
  11901. ".globl "GLAPI_PREFIX_STR(WindowPos2iARB)"\n"
  11902. ".set "GLAPI_PREFIX_STR(WindowPos2iARB)", "GLAPI_PREFIX_STR(WindowPos2i)"\n"
  11903.  
  11904. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iv))"\n"
  11905. "\t"STUB_ASM_CODE("449")"\n"
  11906.  
  11907. ".globl "GLAPI_PREFIX_STR(WindowPos2ivARB)"\n"
  11908. ".set "GLAPI_PREFIX_STR(WindowPos2ivARB)", "GLAPI_PREFIX_STR(WindowPos2iv)"\n"
  11909.  
  11910. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2s))"\n"
  11911. "\t"STUB_ASM_CODE("450")"\n"
  11912.  
  11913. ".globl "GLAPI_PREFIX_STR(WindowPos2sARB)"\n"
  11914. ".set "GLAPI_PREFIX_STR(WindowPos2sARB)", "GLAPI_PREFIX_STR(WindowPos2s)"\n"
  11915.  
  11916. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sv))"\n"
  11917. "\t"STUB_ASM_CODE("451")"\n"
  11918.  
  11919. ".globl "GLAPI_PREFIX_STR(WindowPos2svARB)"\n"
  11920. ".set "GLAPI_PREFIX_STR(WindowPos2svARB)", "GLAPI_PREFIX_STR(WindowPos2sv)"\n"
  11921.  
  11922. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3d))"\n"
  11923. "\t"STUB_ASM_CODE("452")"\n"
  11924.  
  11925. ".globl "GLAPI_PREFIX_STR(WindowPos3dARB)"\n"
  11926. ".set "GLAPI_PREFIX_STR(WindowPos3dARB)", "GLAPI_PREFIX_STR(WindowPos3d)"\n"
  11927.  
  11928. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dv))"\n"
  11929. "\t"STUB_ASM_CODE("453")"\n"
  11930.  
  11931. ".globl "GLAPI_PREFIX_STR(WindowPos3dvARB)"\n"
  11932. ".set "GLAPI_PREFIX_STR(WindowPos3dvARB)", "GLAPI_PREFIX_STR(WindowPos3dv)"\n"
  11933.  
  11934. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3f))"\n"
  11935. "\t"STUB_ASM_CODE("454")"\n"
  11936.  
  11937. ".globl "GLAPI_PREFIX_STR(WindowPos3fARB)"\n"
  11938. ".set "GLAPI_PREFIX_STR(WindowPos3fARB)", "GLAPI_PREFIX_STR(WindowPos3f)"\n"
  11939.  
  11940. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fv))"\n"
  11941. "\t"STUB_ASM_CODE("455")"\n"
  11942.  
  11943. ".globl "GLAPI_PREFIX_STR(WindowPos3fvARB)"\n"
  11944. ".set "GLAPI_PREFIX_STR(WindowPos3fvARB)", "GLAPI_PREFIX_STR(WindowPos3fv)"\n"
  11945.  
  11946. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3i))"\n"
  11947. "\t"STUB_ASM_CODE("456")"\n"
  11948.  
  11949. ".globl "GLAPI_PREFIX_STR(WindowPos3iARB)"\n"
  11950. ".set "GLAPI_PREFIX_STR(WindowPos3iARB)", "GLAPI_PREFIX_STR(WindowPos3i)"\n"
  11951.  
  11952. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iv))"\n"
  11953. "\t"STUB_ASM_CODE("457")"\n"
  11954.  
  11955. ".globl "GLAPI_PREFIX_STR(WindowPos3ivARB)"\n"
  11956. ".set "GLAPI_PREFIX_STR(WindowPos3ivARB)", "GLAPI_PREFIX_STR(WindowPos3iv)"\n"
  11957.  
  11958. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3s))"\n"
  11959. "\t"STUB_ASM_CODE("458")"\n"
  11960.  
  11961. ".globl "GLAPI_PREFIX_STR(WindowPos3sARB)"\n"
  11962. ".set "GLAPI_PREFIX_STR(WindowPos3sARB)", "GLAPI_PREFIX_STR(WindowPos3s)"\n"
  11963.  
  11964. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sv))"\n"
  11965. "\t"STUB_ASM_CODE("459")"\n"
  11966.  
  11967. ".globl "GLAPI_PREFIX_STR(WindowPos3svARB)"\n"
  11968. ".set "GLAPI_PREFIX_STR(WindowPos3svARB)", "GLAPI_PREFIX_STR(WindowPos3sv)"\n"
  11969.  
  11970. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginQuery))"\n"
  11971. "\t"STUB_ASM_CODE("460")"\n"
  11972.  
  11973. ".globl "GLAPI_PREFIX_STR(BeginQueryARB)"\n"
  11974. ".set "GLAPI_PREFIX_STR(BeginQueryARB)", "GLAPI_PREFIX_STR(BeginQuery)"\n"
  11975.  
  11976. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBuffer))"\n"
  11977. "\t"STUB_ASM_CODE("461")"\n"
  11978.  
  11979. ".globl "GLAPI_PREFIX_STR(BindBufferARB)"\n"
  11980. ".set "GLAPI_PREFIX_STR(BindBufferARB)", "GLAPI_PREFIX_STR(BindBuffer)"\n"
  11981.  
  11982. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferData))"\n"
  11983. "\t"STUB_ASM_CODE("462")"\n"
  11984.  
  11985. ".globl "GLAPI_PREFIX_STR(BufferDataARB)"\n"
  11986. ".set "GLAPI_PREFIX_STR(BufferDataARB)", "GLAPI_PREFIX_STR(BufferData)"\n"
  11987.  
  11988. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferSubData))"\n"
  11989. "\t"STUB_ASM_CODE("463")"\n"
  11990.  
  11991. ".globl "GLAPI_PREFIX_STR(BufferSubDataARB)"\n"
  11992. ".set "GLAPI_PREFIX_STR(BufferSubDataARB)", "GLAPI_PREFIX_STR(BufferSubData)"\n"
  11993.  
  11994. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteBuffers))"\n"
  11995. "\t"STUB_ASM_CODE("464")"\n"
  11996.  
  11997. ".globl "GLAPI_PREFIX_STR(DeleteBuffersARB)"\n"
  11998. ".set "GLAPI_PREFIX_STR(DeleteBuffersARB)", "GLAPI_PREFIX_STR(DeleteBuffers)"\n"
  11999.  
  12000. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteQueries))"\n"
  12001. "\t"STUB_ASM_CODE("465")"\n"
  12002.  
  12003. ".globl "GLAPI_PREFIX_STR(DeleteQueriesARB)"\n"
  12004. ".set "GLAPI_PREFIX_STR(DeleteQueriesARB)", "GLAPI_PREFIX_STR(DeleteQueries)"\n"
  12005.  
  12006. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndQuery))"\n"
  12007. "\t"STUB_ASM_CODE("466")"\n"
  12008.  
  12009. ".globl "GLAPI_PREFIX_STR(EndQueryARB)"\n"
  12010. ".set "GLAPI_PREFIX_STR(EndQueryARB)", "GLAPI_PREFIX_STR(EndQuery)"\n"
  12011.  
  12012. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenBuffers))"\n"
  12013. "\t"STUB_ASM_CODE("467")"\n"
  12014.  
  12015. ".globl "GLAPI_PREFIX_STR(GenBuffersARB)"\n"
  12016. ".set "GLAPI_PREFIX_STR(GenBuffersARB)", "GLAPI_PREFIX_STR(GenBuffers)"\n"
  12017.  
  12018. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenQueries))"\n"
  12019. "\t"STUB_ASM_CODE("468")"\n"
  12020.  
  12021. ".globl "GLAPI_PREFIX_STR(GenQueriesARB)"\n"
  12022. ".set "GLAPI_PREFIX_STR(GenQueriesARB)", "GLAPI_PREFIX_STR(GenQueries)"\n"
  12023.  
  12024. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameteriv))"\n"
  12025. "\t"STUB_ASM_CODE("469")"\n"
  12026.  
  12027. ".globl "GLAPI_PREFIX_STR(GetBufferParameterivARB)"\n"
  12028. ".set "GLAPI_PREFIX_STR(GetBufferParameterivARB)", "GLAPI_PREFIX_STR(GetBufferParameteriv)"\n"
  12029.  
  12030. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferPointerv))"\n"
  12031. "\t"STUB_ASM_CODE("470")"\n"
  12032.  
  12033. ".globl "GLAPI_PREFIX_STR(GetBufferPointervARB)"\n"
  12034. ".set "GLAPI_PREFIX_STR(GetBufferPointervARB)", "GLAPI_PREFIX_STR(GetBufferPointerv)"\n"
  12035.  
  12036. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferSubData))"\n"
  12037. "\t"STUB_ASM_CODE("471")"\n"
  12038.  
  12039. ".globl "GLAPI_PREFIX_STR(GetBufferSubDataARB)"\n"
  12040. ".set "GLAPI_PREFIX_STR(GetBufferSubDataARB)", "GLAPI_PREFIX_STR(GetBufferSubData)"\n"
  12041.  
  12042. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectiv))"\n"
  12043. "\t"STUB_ASM_CODE("472")"\n"
  12044.  
  12045. ".globl "GLAPI_PREFIX_STR(GetQueryObjectivARB)"\n"
  12046. ".set "GLAPI_PREFIX_STR(GetQueryObjectivARB)", "GLAPI_PREFIX_STR(GetQueryObjectiv)"\n"
  12047.  
  12048. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectuiv))"\n"
  12049. "\t"STUB_ASM_CODE("473")"\n"
  12050.  
  12051. ".globl "GLAPI_PREFIX_STR(GetQueryObjectuivARB)"\n"
  12052. ".set "GLAPI_PREFIX_STR(GetQueryObjectuivARB)", "GLAPI_PREFIX_STR(GetQueryObjectuiv)"\n"
  12053.  
  12054. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryiv))"\n"
  12055. "\t"STUB_ASM_CODE("474")"\n"
  12056.  
  12057. ".globl "GLAPI_PREFIX_STR(GetQueryivARB)"\n"
  12058. ".set "GLAPI_PREFIX_STR(GetQueryivARB)", "GLAPI_PREFIX_STR(GetQueryiv)"\n"
  12059.  
  12060. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsBuffer))"\n"
  12061. "\t"STUB_ASM_CODE("475")"\n"
  12062.  
  12063. ".globl "GLAPI_PREFIX_STR(IsBufferARB)"\n"
  12064. ".set "GLAPI_PREFIX_STR(IsBufferARB)", "GLAPI_PREFIX_STR(IsBuffer)"\n"
  12065.  
  12066. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsQuery))"\n"
  12067. "\t"STUB_ASM_CODE("476")"\n"
  12068.  
  12069. ".globl "GLAPI_PREFIX_STR(IsQueryARB)"\n"
  12070. ".set "GLAPI_PREFIX_STR(IsQueryARB)", "GLAPI_PREFIX_STR(IsQuery)"\n"
  12071.  
  12072. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBuffer))"\n"
  12073. "\t"STUB_ASM_CODE("477")"\n"
  12074.  
  12075. ".globl "GLAPI_PREFIX_STR(MapBufferARB)"\n"
  12076. ".set "GLAPI_PREFIX_STR(MapBufferARB)", "GLAPI_PREFIX_STR(MapBuffer)"\n"
  12077.  
  12078. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnmapBuffer))"\n"
  12079. "\t"STUB_ASM_CODE("478")"\n"
  12080.  
  12081. ".globl "GLAPI_PREFIX_STR(UnmapBufferARB)"\n"
  12082. ".set "GLAPI_PREFIX_STR(UnmapBufferARB)", "GLAPI_PREFIX_STR(UnmapBuffer)"\n"
  12083.  
  12084. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachShader))"\n"
  12085. "\t"STUB_ASM_CODE("479")"\n"
  12086.  
  12087. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindAttribLocation))"\n"
  12088. "\t"STUB_ASM_CODE("480")"\n"
  12089.  
  12090. ".globl "GLAPI_PREFIX_STR(BindAttribLocationARB)"\n"
  12091. ".set "GLAPI_PREFIX_STR(BindAttribLocationARB)", "GLAPI_PREFIX_STR(BindAttribLocation)"\n"
  12092.  
  12093. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparate))"\n"
  12094. "\t"STUB_ASM_CODE("481")"\n"
  12095.  
  12096. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShader))"\n"
  12097. "\t"STUB_ASM_CODE("482")"\n"
  12098.  
  12099. ".globl "GLAPI_PREFIX_STR(CompileShaderARB)"\n"
  12100. ".set "GLAPI_PREFIX_STR(CompileShaderARB)", "GLAPI_PREFIX_STR(CompileShader)"\n"
  12101.  
  12102. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgram))"\n"
  12103. "\t"STUB_ASM_CODE("483")"\n"
  12104.  
  12105. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShader))"\n"
  12106. "\t"STUB_ASM_CODE("484")"\n"
  12107.  
  12108. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgram))"\n"
  12109. "\t"STUB_ASM_CODE("485")"\n"
  12110.  
  12111. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteShader))"\n"
  12112. "\t"STUB_ASM_CODE("486")"\n"
  12113.  
  12114. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachShader))"\n"
  12115. "\t"STUB_ASM_CODE("487")"\n"
  12116.  
  12117. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableVertexAttribArray))"\n"
  12118. "\t"STUB_ASM_CODE("488")"\n"
  12119.  
  12120. ".globl "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB)"\n"
  12121. ".set "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB)", "GLAPI_PREFIX_STR(DisableVertexAttribArray)"\n"
  12122.  
  12123. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffers))"\n"
  12124. "\t"STUB_ASM_CODE("489")"\n"
  12125.  
  12126. ".globl "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
  12127. ".set "GLAPI_PREFIX_STR(DrawBuffersARB)", "GLAPI_PREFIX_STR(DrawBuffers)"\n"
  12128.  
  12129. ".globl "GLAPI_PREFIX_STR(DrawBuffersATI)"\n"
  12130. ".set "GLAPI_PREFIX_STR(DrawBuffersATI)", "GLAPI_PREFIX_STR(DrawBuffers)"\n"
  12131.  
  12132. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableVertexAttribArray))"\n"
  12133. "\t"STUB_ASM_CODE("490")"\n"
  12134.  
  12135. ".globl "GLAPI_PREFIX_STR(EnableVertexAttribArrayARB)"\n"
  12136. ".set "GLAPI_PREFIX_STR(EnableVertexAttribArrayARB)", "GLAPI_PREFIX_STR(EnableVertexAttribArray)"\n"
  12137.  
  12138. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveAttrib))"\n"
  12139. "\t"STUB_ASM_CODE("491")"\n"
  12140.  
  12141. ".globl "GLAPI_PREFIX_STR(GetActiveAttribARB)"\n"
  12142. ".set "GLAPI_PREFIX_STR(GetActiveAttribARB)", "GLAPI_PREFIX_STR(GetActiveAttrib)"\n"
  12143.  
  12144. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniform))"\n"
  12145. "\t"STUB_ASM_CODE("492")"\n"
  12146.  
  12147. ".globl "GLAPI_PREFIX_STR(GetActiveUniformARB)"\n"
  12148. ".set "GLAPI_PREFIX_STR(GetActiveUniformARB)", "GLAPI_PREFIX_STR(GetActiveUniform)"\n"
  12149.  
  12150. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedShaders))"\n"
  12151. "\t"STUB_ASM_CODE("493")"\n"
  12152.  
  12153. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttribLocation))"\n"
  12154. "\t"STUB_ASM_CODE("494")"\n"
  12155.  
  12156. ".globl "GLAPI_PREFIX_STR(GetAttribLocationARB)"\n"
  12157. ".set "GLAPI_PREFIX_STR(GetAttribLocationARB)", "GLAPI_PREFIX_STR(GetAttribLocation)"\n"
  12158.  
  12159. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramInfoLog))"\n"
  12160. "\t"STUB_ASM_CODE("495")"\n"
  12161.  
  12162. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramiv))"\n"
  12163. "\t"STUB_ASM_CODE("496")"\n"
  12164.  
  12165. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderInfoLog))"\n"
  12166. "\t"STUB_ASM_CODE("497")"\n"
  12167.  
  12168. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderSource))"\n"
  12169. "\t"STUB_ASM_CODE("498")"\n"
  12170.  
  12171. ".globl "GLAPI_PREFIX_STR(GetShaderSourceARB)"\n"
  12172. ".set "GLAPI_PREFIX_STR(GetShaderSourceARB)", "GLAPI_PREFIX_STR(GetShaderSource)"\n"
  12173.  
  12174. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderiv))"\n"
  12175. "\t"STUB_ASM_CODE("499")"\n"
  12176.  
  12177. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformLocation))"\n"
  12178. "\t"STUB_ASM_CODE("500")"\n"
  12179.  
  12180. ".globl "GLAPI_PREFIX_STR(GetUniformLocationARB)"\n"
  12181. ".set "GLAPI_PREFIX_STR(GetUniformLocationARB)", "GLAPI_PREFIX_STR(GetUniformLocation)"\n"
  12182.  
  12183. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformfv))"\n"
  12184. "\t"STUB_ASM_CODE("501")"\n"
  12185.  
  12186. ".globl "GLAPI_PREFIX_STR(GetUniformfvARB)"\n"
  12187. ".set "GLAPI_PREFIX_STR(GetUniformfvARB)", "GLAPI_PREFIX_STR(GetUniformfv)"\n"
  12188.  
  12189. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformiv))"\n"
  12190. "\t"STUB_ASM_CODE("502")"\n"
  12191.  
  12192. ".globl "GLAPI_PREFIX_STR(GetUniformivARB)"\n"
  12193. ".set "GLAPI_PREFIX_STR(GetUniformivARB)", "GLAPI_PREFIX_STR(GetUniformiv)"\n"
  12194.  
  12195. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointerv))"\n"
  12196. "\t"STUB_ASM_CODE("503")"\n"
  12197.  
  12198. ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)"\n"
  12199. ".set "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)", "GLAPI_PREFIX_STR(GetVertexAttribPointerv)"\n"
  12200.  
  12201. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdv))"\n"
  12202. "\t"STUB_ASM_CODE("504")"\n"
  12203.  
  12204. ".globl "GLAPI_PREFIX_STR(GetVertexAttribdvARB)"\n"
  12205. ".set "GLAPI_PREFIX_STR(GetVertexAttribdvARB)", "GLAPI_PREFIX_STR(GetVertexAttribdv)"\n"
  12206.  
  12207. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfv))"\n"
  12208. "\t"STUB_ASM_CODE("505")"\n"
  12209.  
  12210. ".globl "GLAPI_PREFIX_STR(GetVertexAttribfvARB)"\n"
  12211. ".set "GLAPI_PREFIX_STR(GetVertexAttribfvARB)", "GLAPI_PREFIX_STR(GetVertexAttribfv)"\n"
  12212.  
  12213. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribiv))"\n"
  12214. "\t"STUB_ASM_CODE("506")"\n"
  12215.  
  12216. ".globl "GLAPI_PREFIX_STR(GetVertexAttribivARB)"\n"
  12217. ".set "GLAPI_PREFIX_STR(GetVertexAttribivARB)", "GLAPI_PREFIX_STR(GetVertexAttribiv)"\n"
  12218.  
  12219. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgram))"\n"
  12220. "\t"STUB_ASM_CODE("507")"\n"
  12221.  
  12222. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsShader))"\n"
  12223. "\t"STUB_ASM_CODE("508")"\n"
  12224.  
  12225. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LinkProgram))"\n"
  12226. "\t"STUB_ASM_CODE("509")"\n"
  12227.  
  12228. ".globl "GLAPI_PREFIX_STR(LinkProgramARB)"\n"
  12229. ".set "GLAPI_PREFIX_STR(LinkProgramARB)", "GLAPI_PREFIX_STR(LinkProgram)"\n"
  12230.  
  12231. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderSource))"\n"
  12232. "\t"STUB_ASM_CODE("510")"\n"
  12233.  
  12234. ".globl "GLAPI_PREFIX_STR(ShaderSourceARB)"\n"
  12235. ".set "GLAPI_PREFIX_STR(ShaderSourceARB)", "GLAPI_PREFIX_STR(ShaderSource)"\n"
  12236.  
  12237. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFuncSeparate))"\n"
  12238. "\t"STUB_ASM_CODE("511")"\n"
  12239.  
  12240. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMaskSeparate))"\n"
  12241. "\t"STUB_ASM_CODE("512")"\n"
  12242.  
  12243. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOpSeparate))"\n"
  12244. "\t"STUB_ASM_CODE("513")"\n"
  12245.  
  12246. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1f))"\n"
  12247. "\t"STUB_ASM_CODE("514")"\n"
  12248.  
  12249. ".globl "GLAPI_PREFIX_STR(Uniform1fARB)"\n"
  12250. ".set "GLAPI_PREFIX_STR(Uniform1fARB)", "GLAPI_PREFIX_STR(Uniform1f)"\n"
  12251.  
  12252. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fv))"\n"
  12253. "\t"STUB_ASM_CODE("515")"\n"
  12254.  
  12255. ".globl "GLAPI_PREFIX_STR(Uniform1fvARB)"\n"
  12256. ".set "GLAPI_PREFIX_STR(Uniform1fvARB)", "GLAPI_PREFIX_STR(Uniform1fv)"\n"
  12257.  
  12258. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1i))"\n"
  12259. "\t"STUB_ASM_CODE("516")"\n"
  12260.  
  12261. ".globl "GLAPI_PREFIX_STR(Uniform1iARB)"\n"
  12262. ".set "GLAPI_PREFIX_STR(Uniform1iARB)", "GLAPI_PREFIX_STR(Uniform1i)"\n"
  12263.  
  12264. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1iv))"\n"
  12265. "\t"STUB_ASM_CODE("517")"\n"
  12266.  
  12267. ".globl "GLAPI_PREFIX_STR(Uniform1ivARB)"\n"
  12268. ".set "GLAPI_PREFIX_STR(Uniform1ivARB)", "GLAPI_PREFIX_STR(Uniform1iv)"\n"
  12269.  
  12270. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2f))"\n"
  12271. "\t"STUB_ASM_CODE("518")"\n"
  12272.  
  12273. ".globl "GLAPI_PREFIX_STR(Uniform2fARB)"\n"
  12274. ".set "GLAPI_PREFIX_STR(Uniform2fARB)", "GLAPI_PREFIX_STR(Uniform2f)"\n"
  12275.  
  12276. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fv))"\n"
  12277. "\t"STUB_ASM_CODE("519")"\n"
  12278.  
  12279. ".globl "GLAPI_PREFIX_STR(Uniform2fvARB)"\n"
  12280. ".set "GLAPI_PREFIX_STR(Uniform2fvARB)", "GLAPI_PREFIX_STR(Uniform2fv)"\n"
  12281.  
  12282. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2i))"\n"
  12283. "\t"STUB_ASM_CODE("520")"\n"
  12284.  
  12285. ".globl "GLAPI_PREFIX_STR(Uniform2iARB)"\n"
  12286. ".set "GLAPI_PREFIX_STR(Uniform2iARB)", "GLAPI_PREFIX_STR(Uniform2i)"\n"
  12287.  
  12288. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2iv))"\n"
  12289. "\t"STUB_ASM_CODE("521")"\n"
  12290.  
  12291. ".globl "GLAPI_PREFIX_STR(Uniform2ivARB)"\n"
  12292. ".set "GLAPI_PREFIX_STR(Uniform2ivARB)", "GLAPI_PREFIX_STR(Uniform2iv)"\n"
  12293.  
  12294. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3f))"\n"
  12295. "\t"STUB_ASM_CODE("522")"\n"
  12296.  
  12297. ".globl "GLAPI_PREFIX_STR(Uniform3fARB)"\n"
  12298. ".set "GLAPI_PREFIX_STR(Uniform3fARB)", "GLAPI_PREFIX_STR(Uniform3f)"\n"
  12299.  
  12300. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fv))"\n"
  12301. "\t"STUB_ASM_CODE("523")"\n"
  12302.  
  12303. ".globl "GLAPI_PREFIX_STR(Uniform3fvARB)"\n"
  12304. ".set "GLAPI_PREFIX_STR(Uniform3fvARB)", "GLAPI_PREFIX_STR(Uniform3fv)"\n"
  12305.  
  12306. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3i))"\n"
  12307. "\t"STUB_ASM_CODE("524")"\n"
  12308.  
  12309. ".globl "GLAPI_PREFIX_STR(Uniform3iARB)"\n"
  12310. ".set "GLAPI_PREFIX_STR(Uniform3iARB)", "GLAPI_PREFIX_STR(Uniform3i)"\n"
  12311.  
  12312. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3iv))"\n"
  12313. "\t"STUB_ASM_CODE("525")"\n"
  12314.  
  12315. ".globl "GLAPI_PREFIX_STR(Uniform3ivARB)"\n"
  12316. ".set "GLAPI_PREFIX_STR(Uniform3ivARB)", "GLAPI_PREFIX_STR(Uniform3iv)"\n"
  12317.  
  12318. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4f))"\n"
  12319. "\t"STUB_ASM_CODE("526")"\n"
  12320.  
  12321. ".globl "GLAPI_PREFIX_STR(Uniform4fARB)"\n"
  12322. ".set "GLAPI_PREFIX_STR(Uniform4fARB)", "GLAPI_PREFIX_STR(Uniform4f)"\n"
  12323.  
  12324. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fv))"\n"
  12325. "\t"STUB_ASM_CODE("527")"\n"
  12326.  
  12327. ".globl "GLAPI_PREFIX_STR(Uniform4fvARB)"\n"
  12328. ".set "GLAPI_PREFIX_STR(Uniform4fvARB)", "GLAPI_PREFIX_STR(Uniform4fv)"\n"
  12329.  
  12330. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4i))"\n"
  12331. "\t"STUB_ASM_CODE("528")"\n"
  12332.  
  12333. ".globl "GLAPI_PREFIX_STR(Uniform4iARB)"\n"
  12334. ".set "GLAPI_PREFIX_STR(Uniform4iARB)", "GLAPI_PREFIX_STR(Uniform4i)"\n"
  12335.  
  12336. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4iv))"\n"
  12337. "\t"STUB_ASM_CODE("529")"\n"
  12338.  
  12339. ".globl "GLAPI_PREFIX_STR(Uniform4ivARB)"\n"
  12340. ".set "GLAPI_PREFIX_STR(Uniform4ivARB)", "GLAPI_PREFIX_STR(Uniform4iv)"\n"
  12341.  
  12342. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2fv))"\n"
  12343. "\t"STUB_ASM_CODE("530")"\n"
  12344.  
  12345. ".globl "GLAPI_PREFIX_STR(UniformMatrix2fvARB)"\n"
  12346. ".set "GLAPI_PREFIX_STR(UniformMatrix2fvARB)", "GLAPI_PREFIX_STR(UniformMatrix2fv)"\n"
  12347.  
  12348. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3fv))"\n"
  12349. "\t"STUB_ASM_CODE("531")"\n"
  12350.  
  12351. ".globl "GLAPI_PREFIX_STR(UniformMatrix3fvARB)"\n"
  12352. ".set "GLAPI_PREFIX_STR(UniformMatrix3fvARB)", "GLAPI_PREFIX_STR(UniformMatrix3fv)"\n"
  12353.  
  12354. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4fv))"\n"
  12355. "\t"STUB_ASM_CODE("532")"\n"
  12356.  
  12357. ".globl "GLAPI_PREFIX_STR(UniformMatrix4fvARB)"\n"
  12358. ".set "GLAPI_PREFIX_STR(UniformMatrix4fvARB)", "GLAPI_PREFIX_STR(UniformMatrix4fv)"\n"
  12359.  
  12360. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseProgram))"\n"
  12361. "\t"STUB_ASM_CODE("533")"\n"
  12362.  
  12363. ".globl "GLAPI_PREFIX_STR(UseProgramObjectARB)"\n"
  12364. ".set "GLAPI_PREFIX_STR(UseProgramObjectARB)", "GLAPI_PREFIX_STR(UseProgram)"\n"
  12365.  
  12366. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ValidateProgram))"\n"
  12367. "\t"STUB_ASM_CODE("534")"\n"
  12368.  
  12369. ".globl "GLAPI_PREFIX_STR(ValidateProgramARB)"\n"
  12370. ".set "GLAPI_PREFIX_STR(ValidateProgramARB)", "GLAPI_PREFIX_STR(ValidateProgram)"\n"
  12371.  
  12372. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1d))"\n"
  12373. "\t"STUB_ASM_CODE("535")"\n"
  12374.  
  12375. ".globl "GLAPI_PREFIX_STR(VertexAttrib1dARB)"\n"
  12376. ".set "GLAPI_PREFIX_STR(VertexAttrib1dARB)", "GLAPI_PREFIX_STR(VertexAttrib1d)"\n"
  12377.  
  12378. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dv))"\n"
  12379. "\t"STUB_ASM_CODE("536")"\n"
  12380.  
  12381. ".globl "GLAPI_PREFIX_STR(VertexAttrib1dvARB)"\n"
  12382. ".set "GLAPI_PREFIX_STR(VertexAttrib1dvARB)", "GLAPI_PREFIX_STR(VertexAttrib1dv)"\n"
  12383.  
  12384. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1s))"\n"
  12385. "\t"STUB_ASM_CODE("537")"\n"
  12386.  
  12387. ".globl "GLAPI_PREFIX_STR(VertexAttrib1sARB)"\n"
  12388. ".set "GLAPI_PREFIX_STR(VertexAttrib1sARB)", "GLAPI_PREFIX_STR(VertexAttrib1s)"\n"
  12389.  
  12390. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sv))"\n"
  12391. "\t"STUB_ASM_CODE("538")"\n"
  12392.  
  12393. ".globl "GLAPI_PREFIX_STR(VertexAttrib1svARB)"\n"
  12394. ".set "GLAPI_PREFIX_STR(VertexAttrib1svARB)", "GLAPI_PREFIX_STR(VertexAttrib1sv)"\n"
  12395.  
  12396. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2d))"\n"
  12397. "\t"STUB_ASM_CODE("539")"\n"
  12398.  
  12399. ".globl "GLAPI_PREFIX_STR(VertexAttrib2dARB)"\n"
  12400. ".set "GLAPI_PREFIX_STR(VertexAttrib2dARB)", "GLAPI_PREFIX_STR(VertexAttrib2d)"\n"
  12401.  
  12402. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dv))"\n"
  12403. "\t"STUB_ASM_CODE("540")"\n"
  12404.  
  12405. ".globl "GLAPI_PREFIX_STR(VertexAttrib2dvARB)"\n"
  12406. ".set "GLAPI_PREFIX_STR(VertexAttrib2dvARB)", "GLAPI_PREFIX_STR(VertexAttrib2dv)"\n"
  12407.  
  12408. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2s))"\n"
  12409. "\t"STUB_ASM_CODE("541")"\n"
  12410.  
  12411. ".globl "GLAPI_PREFIX_STR(VertexAttrib2sARB)"\n"
  12412. ".set "GLAPI_PREFIX_STR(VertexAttrib2sARB)", "GLAPI_PREFIX_STR(VertexAttrib2s)"\n"
  12413.  
  12414. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sv))"\n"
  12415. "\t"STUB_ASM_CODE("542")"\n"
  12416.  
  12417. ".globl "GLAPI_PREFIX_STR(VertexAttrib2svARB)"\n"
  12418. ".set "GLAPI_PREFIX_STR(VertexAttrib2svARB)", "GLAPI_PREFIX_STR(VertexAttrib2sv)"\n"
  12419.  
  12420. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3d))"\n"
  12421. "\t"STUB_ASM_CODE("543")"\n"
  12422.  
  12423. ".globl "GLAPI_PREFIX_STR(VertexAttrib3dARB)"\n"
  12424. ".set "GLAPI_PREFIX_STR(VertexAttrib3dARB)", "GLAPI_PREFIX_STR(VertexAttrib3d)"\n"
  12425.  
  12426. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dv))"\n"
  12427. "\t"STUB_ASM_CODE("544")"\n"
  12428.  
  12429. ".globl "GLAPI_PREFIX_STR(VertexAttrib3dvARB)"\n"
  12430. ".set "GLAPI_PREFIX_STR(VertexAttrib3dvARB)", "GLAPI_PREFIX_STR(VertexAttrib3dv)"\n"
  12431.  
  12432. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3s))"\n"
  12433. "\t"STUB_ASM_CODE("545")"\n"
  12434.  
  12435. ".globl "GLAPI_PREFIX_STR(VertexAttrib3sARB)"\n"
  12436. ".set "GLAPI_PREFIX_STR(VertexAttrib3sARB)", "GLAPI_PREFIX_STR(VertexAttrib3s)"\n"
  12437.  
  12438. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sv))"\n"
  12439. "\t"STUB_ASM_CODE("546")"\n"
  12440.  
  12441. ".globl "GLAPI_PREFIX_STR(VertexAttrib3svARB)"\n"
  12442. ".set "GLAPI_PREFIX_STR(VertexAttrib3svARB)", "GLAPI_PREFIX_STR(VertexAttrib3sv)"\n"
  12443.  
  12444. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Nbv))"\n"
  12445. "\t"STUB_ASM_CODE("547")"\n"
  12446.  
  12447. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NbvARB)"\n"
  12448. ".set "GLAPI_PREFIX_STR(VertexAttrib4NbvARB)", "GLAPI_PREFIX_STR(VertexAttrib4Nbv)"\n"
  12449.  
  12450. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Niv))"\n"
  12451. "\t"STUB_ASM_CODE("548")"\n"
  12452.  
  12453. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NivARB)"\n"
  12454. ".set "GLAPI_PREFIX_STR(VertexAttrib4NivARB)", "GLAPI_PREFIX_STR(VertexAttrib4Niv)"\n"
  12455.  
  12456. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Nsv))"\n"
  12457. "\t"STUB_ASM_CODE("549")"\n"
  12458.  
  12459. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NsvARB)"\n"
  12460. ".set "GLAPI_PREFIX_STR(VertexAttrib4NsvARB)", "GLAPI_PREFIX_STR(VertexAttrib4Nsv)"\n"
  12461.  
  12462. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Nub))"\n"
  12463. "\t"STUB_ASM_CODE("550")"\n"
  12464.  
  12465. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NubARB)"\n"
  12466. ".set "GLAPI_PREFIX_STR(VertexAttrib4NubARB)", "GLAPI_PREFIX_STR(VertexAttrib4Nub)"\n"
  12467.  
  12468. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Nubv))"\n"
  12469. "\t"STUB_ASM_CODE("551")"\n"
  12470.  
  12471. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NubvARB)"\n"
  12472. ".set "GLAPI_PREFIX_STR(VertexAttrib4NubvARB)", "GLAPI_PREFIX_STR(VertexAttrib4Nubv)"\n"
  12473.  
  12474. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Nuiv))"\n"
  12475. "\t"STUB_ASM_CODE("552")"\n"
  12476.  
  12477. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NuivARB)"\n"
  12478. ".set "GLAPI_PREFIX_STR(VertexAttrib4NuivARB)", "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)"\n"
  12479.  
  12480. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4Nusv))"\n"
  12481. "\t"STUB_ASM_CODE("553")"\n"
  12482.  
  12483. ".globl "GLAPI_PREFIX_STR(VertexAttrib4NusvARB)"\n"
  12484. ".set "GLAPI_PREFIX_STR(VertexAttrib4NusvARB)", "GLAPI_PREFIX_STR(VertexAttrib4Nusv)"\n"
  12485.  
  12486. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4bv))"\n"
  12487. "\t"STUB_ASM_CODE("554")"\n"
  12488.  
  12489. ".globl "GLAPI_PREFIX_STR(VertexAttrib4bvARB)"\n"
  12490. ".set "GLAPI_PREFIX_STR(VertexAttrib4bvARB)", "GLAPI_PREFIX_STR(VertexAttrib4bv)"\n"
  12491.  
  12492. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4d))"\n"
  12493. "\t"STUB_ASM_CODE("555")"\n"
  12494.  
  12495. ".globl "GLAPI_PREFIX_STR(VertexAttrib4dARB)"\n"
  12496. ".set "GLAPI_PREFIX_STR(VertexAttrib4dARB)", "GLAPI_PREFIX_STR(VertexAttrib4d)"\n"
  12497.  
  12498. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dv))"\n"
  12499. "\t"STUB_ASM_CODE("556")"\n"
  12500.  
  12501. ".globl "GLAPI_PREFIX_STR(VertexAttrib4dvARB)"\n"
  12502. ".set "GLAPI_PREFIX_STR(VertexAttrib4dvARB)", "GLAPI_PREFIX_STR(VertexAttrib4dv)"\n"
  12503.  
  12504. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4iv))"\n"
  12505. "\t"STUB_ASM_CODE("557")"\n"
  12506.  
  12507. ".globl "GLAPI_PREFIX_STR(VertexAttrib4ivARB)"\n"
  12508. ".set "GLAPI_PREFIX_STR(VertexAttrib4ivARB)", "GLAPI_PREFIX_STR(VertexAttrib4iv)"\n"
  12509.  
  12510. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4s))"\n"
  12511. "\t"STUB_ASM_CODE("558")"\n"
  12512.  
  12513. ".globl "GLAPI_PREFIX_STR(VertexAttrib4sARB)"\n"
  12514. ".set "GLAPI_PREFIX_STR(VertexAttrib4sARB)", "GLAPI_PREFIX_STR(VertexAttrib4s)"\n"
  12515.  
  12516. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sv))"\n"
  12517. "\t"STUB_ASM_CODE("559")"\n"
  12518.  
  12519. ".globl "GLAPI_PREFIX_STR(VertexAttrib4svARB)"\n"
  12520. ".set "GLAPI_PREFIX_STR(VertexAttrib4svARB)", "GLAPI_PREFIX_STR(VertexAttrib4sv)"\n"
  12521.  
  12522. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubv))"\n"
  12523. "\t"STUB_ASM_CODE("560")"\n"
  12524.  
  12525. ".globl "GLAPI_PREFIX_STR(VertexAttrib4ubvARB)"\n"
  12526. ".set "GLAPI_PREFIX_STR(VertexAttrib4ubvARB)", "GLAPI_PREFIX_STR(VertexAttrib4ubv)"\n"
  12527.  
  12528. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4uiv))"\n"
  12529. "\t"STUB_ASM_CODE("561")"\n"
  12530.  
  12531. ".globl "GLAPI_PREFIX_STR(VertexAttrib4uivARB)"\n"
  12532. ".set "GLAPI_PREFIX_STR(VertexAttrib4uivARB)", "GLAPI_PREFIX_STR(VertexAttrib4uiv)"\n"
  12533.  
  12534. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4usv))"\n"
  12535. "\t"STUB_ASM_CODE("562")"\n"
  12536.  
  12537. ".globl "GLAPI_PREFIX_STR(VertexAttrib4usvARB)"\n"
  12538. ".set "GLAPI_PREFIX_STR(VertexAttrib4usvARB)", "GLAPI_PREFIX_STR(VertexAttrib4usv)"\n"
  12539.  
  12540. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointer))"\n"
  12541. "\t"STUB_ASM_CODE("563")"\n"
  12542.  
  12543. ".globl "GLAPI_PREFIX_STR(VertexAttribPointerARB)"\n"
  12544. ".set "GLAPI_PREFIX_STR(VertexAttribPointerARB)", "GLAPI_PREFIX_STR(VertexAttribPointer)"\n"
  12545.  
  12546. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x3fv))"\n"
  12547. "\t"STUB_ASM_CODE("564")"\n"
  12548.  
  12549. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x4fv))"\n"
  12550. "\t"STUB_ASM_CODE("565")"\n"
  12551.  
  12552. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x2fv))"\n"
  12553. "\t"STUB_ASM_CODE("566")"\n"
  12554.  
  12555. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x4fv))"\n"
  12556. "\t"STUB_ASM_CODE("567")"\n"
  12557.  
  12558. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x2fv))"\n"
  12559. "\t"STUB_ASM_CODE("568")"\n"
  12560.  
  12561. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x3fv))"\n"
  12562. "\t"STUB_ASM_CODE("569")"\n"
  12563.  
  12564. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginConditionalRender))"\n"
  12565. "\t"STUB_ASM_CODE("570")"\n"
  12566.  
  12567. ".globl "GLAPI_PREFIX_STR(BeginConditionalRenderNV)"\n"
  12568. ".set "GLAPI_PREFIX_STR(BeginConditionalRenderNV)", "GLAPI_PREFIX_STR(BeginConditionalRender)"\n"
  12569.  
  12570. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginTransformFeedback))"\n"
  12571. "\t"STUB_ASM_CODE("571")"\n"
  12572.  
  12573. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferBase))"\n"
  12574. "\t"STUB_ASM_CODE("572")"\n"
  12575.  
  12576. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferRange))"\n"
  12577. "\t"STUB_ASM_CODE("573")"\n"
  12578.  
  12579. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocation))"\n"
  12580. "\t"STUB_ASM_CODE("574")"\n"
  12581.  
  12582. ".globl "GLAPI_PREFIX_STR(BindFragDataLocationEXT)"\n"
  12583. ".set "GLAPI_PREFIX_STR(BindFragDataLocationEXT)", "GLAPI_PREFIX_STR(BindFragDataLocation)"\n"
  12584.  
  12585. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColor))"\n"
  12586. "\t"STUB_ASM_CODE("575")"\n"
  12587.  
  12588. ".globl "GLAPI_PREFIX_STR(ClampColorARB)"\n"
  12589. ".set "GLAPI_PREFIX_STR(ClampColorARB)", "GLAPI_PREFIX_STR(ClampColor)"\n"
  12590.  
  12591. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfi))"\n"
  12592. "\t"STUB_ASM_CODE("576")"\n"
  12593.  
  12594. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfv))"\n"
  12595. "\t"STUB_ASM_CODE("577")"\n"
  12596.  
  12597. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferiv))"\n"
  12598. "\t"STUB_ASM_CODE("578")"\n"
  12599.  
  12600. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferuiv))"\n"
  12601. "\t"STUB_ASM_CODE("579")"\n"
  12602.  
  12603. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaski))"\n"
  12604. "\t"STUB_ASM_CODE("580")"\n"
  12605.  
  12606. ".globl "GLAPI_PREFIX_STR(ColorMaskIndexedEXT)"\n"
  12607. ".set "GLAPI_PREFIX_STR(ColorMaskIndexedEXT)", "GLAPI_PREFIX_STR(ColorMaski)"\n"
  12608.  
  12609. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Disablei))"\n"
  12610. "\t"STUB_ASM_CODE("581")"\n"
  12611.  
  12612. ".globl "GLAPI_PREFIX_STR(DisableIndexedEXT)"\n"
  12613. ".set "GLAPI_PREFIX_STR(DisableIndexedEXT)", "GLAPI_PREFIX_STR(Disablei)"\n"
  12614.  
  12615. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Enablei))"\n"
  12616. "\t"STUB_ASM_CODE("582")"\n"
  12617.  
  12618. ".globl "GLAPI_PREFIX_STR(EnableIndexedEXT)"\n"
  12619. ".set "GLAPI_PREFIX_STR(EnableIndexedEXT)", "GLAPI_PREFIX_STR(Enablei)"\n"
  12620.  
  12621. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndConditionalRender))"\n"
  12622. "\t"STUB_ASM_CODE("583")"\n"
  12623.  
  12624. ".globl "GLAPI_PREFIX_STR(EndConditionalRenderNV)"\n"
  12625. ".set "GLAPI_PREFIX_STR(EndConditionalRenderNV)", "GLAPI_PREFIX_STR(EndConditionalRender)"\n"
  12626.  
  12627. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndTransformFeedback))"\n"
  12628. "\t"STUB_ASM_CODE("584")"\n"
  12629.  
  12630. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleani_v))"\n"
  12631. "\t"STUB_ASM_CODE("585")"\n"
  12632.  
  12633. ".globl "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT)"\n"
  12634. ".set "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT)", "GLAPI_PREFIX_STR(GetBooleani_v)"\n"
  12635.  
  12636. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataLocation))"\n"
  12637. "\t"STUB_ASM_CODE("586")"\n"
  12638.  
  12639. ".globl "GLAPI_PREFIX_STR(GetFragDataLocationEXT)"\n"
  12640. ".set "GLAPI_PREFIX_STR(GetFragDataLocationEXT)", "GLAPI_PREFIX_STR(GetFragDataLocation)"\n"
  12641.  
  12642. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegeri_v))"\n"
  12643. "\t"STUB_ASM_CODE("587")"\n"
  12644.  
  12645. ".globl "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT)"\n"
  12646. ".set "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT)", "GLAPI_PREFIX_STR(GetIntegeri_v)"\n"
  12647.  
  12648. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetStringi))"\n"
  12649. "\t"STUB_ASM_CODE("588")"\n"
  12650.  
  12651. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIiv))"\n"
  12652. "\t"STUB_ASM_CODE("589")"\n"
  12653.  
  12654. ".globl "GLAPI_PREFIX_STR(GetTexParameterIivEXT)"\n"
  12655. ".set "GLAPI_PREFIX_STR(GetTexParameterIivEXT)", "GLAPI_PREFIX_STR(GetTexParameterIiv)"\n"
  12656.  
  12657. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIuiv))"\n"
  12658. "\t"STUB_ASM_CODE("590")"\n"
  12659.  
  12660. ".globl "GLAPI_PREFIX_STR(GetTexParameterIuivEXT)"\n"
  12661. ".set "GLAPI_PREFIX_STR(GetTexParameterIuivEXT)", "GLAPI_PREFIX_STR(GetTexParameterIuiv)"\n"
  12662.  
  12663. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTransformFeedbackVarying))"\n"
  12664. "\t"STUB_ASM_CODE("591")"\n"
  12665.  
  12666. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformuiv))"\n"
  12667. "\t"STUB_ASM_CODE("592")"\n"
  12668.  
  12669. ".globl "GLAPI_PREFIX_STR(GetUniformuivEXT)"\n"
  12670. ".set "GLAPI_PREFIX_STR(GetUniformuivEXT)", "GLAPI_PREFIX_STR(GetUniformuiv)"\n"
  12671.  
  12672. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIiv))"\n"
  12673. "\t"STUB_ASM_CODE("593")"\n"
  12674.  
  12675. ".globl "GLAPI_PREFIX_STR(GetVertexAttribIivEXT)"\n"
  12676. ".set "GLAPI_PREFIX_STR(GetVertexAttribIivEXT)", "GLAPI_PREFIX_STR(GetVertexAttribIiv)"\n"
  12677.  
  12678. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIuiv))"\n"
  12679. "\t"STUB_ASM_CODE("594")"\n"
  12680.  
  12681. ".globl "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT)"\n"
  12682. ".set "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT)", "GLAPI_PREFIX_STR(GetVertexAttribIuiv)"\n"
  12683.  
  12684. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabledi))"\n"
  12685. "\t"STUB_ASM_CODE("595")"\n"
  12686.  
  12687. ".globl "GLAPI_PREFIX_STR(IsEnabledIndexedEXT)"\n"
  12688. ".set "GLAPI_PREFIX_STR(IsEnabledIndexedEXT)", "GLAPI_PREFIX_STR(IsEnabledi)"\n"
  12689.  
  12690. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIiv))"\n"
  12691. "\t"STUB_ASM_CODE("596")"\n"
  12692.  
  12693. ".globl "GLAPI_PREFIX_STR(TexParameterIivEXT)"\n"
  12694. ".set "GLAPI_PREFIX_STR(TexParameterIivEXT)", "GLAPI_PREFIX_STR(TexParameterIiv)"\n"
  12695.  
  12696. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIuiv))"\n"
  12697. "\t"STUB_ASM_CODE("597")"\n"
  12698.  
  12699. ".globl "GLAPI_PREFIX_STR(TexParameterIuivEXT)"\n"
  12700. ".set "GLAPI_PREFIX_STR(TexParameterIuivEXT)", "GLAPI_PREFIX_STR(TexParameterIuiv)"\n"
  12701.  
  12702. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TransformFeedbackVaryings))"\n"
  12703. "\t"STUB_ASM_CODE("598")"\n"
  12704.  
  12705. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1ui))"\n"
  12706. "\t"STUB_ASM_CODE("599")"\n"
  12707.  
  12708. ".globl "GLAPI_PREFIX_STR(Uniform1uiEXT)"\n"
  12709. ".set "GLAPI_PREFIX_STR(Uniform1uiEXT)", "GLAPI_PREFIX_STR(Uniform1ui)"\n"
  12710.  
  12711. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uiv))"\n"
  12712. "\t"STUB_ASM_CODE("600")"\n"
  12713.  
  12714. ".globl "GLAPI_PREFIX_STR(Uniform1uivEXT)"\n"
  12715. ".set "GLAPI_PREFIX_STR(Uniform1uivEXT)", "GLAPI_PREFIX_STR(Uniform1uiv)"\n"
  12716.  
  12717. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2ui))"\n"
  12718. "\t"STUB_ASM_CODE("601")"\n"
  12719.  
  12720. ".globl "GLAPI_PREFIX_STR(Uniform2uiEXT)"\n"
  12721. ".set "GLAPI_PREFIX_STR(Uniform2uiEXT)", "GLAPI_PREFIX_STR(Uniform2ui)"\n"
  12722.  
  12723. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uiv))"\n"
  12724. "\t"STUB_ASM_CODE("602")"\n"
  12725.  
  12726. ".globl "GLAPI_PREFIX_STR(Uniform2uivEXT)"\n"
  12727. ".set "GLAPI_PREFIX_STR(Uniform2uivEXT)", "GLAPI_PREFIX_STR(Uniform2uiv)"\n"
  12728.  
  12729. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3ui))"\n"
  12730. "\t"STUB_ASM_CODE("603")"\n"
  12731.  
  12732. ".globl "GLAPI_PREFIX_STR(Uniform3uiEXT)"\n"
  12733. ".set "GLAPI_PREFIX_STR(Uniform3uiEXT)", "GLAPI_PREFIX_STR(Uniform3ui)"\n"
  12734.  
  12735. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uiv))"\n"
  12736. "\t"STUB_ASM_CODE("604")"\n"
  12737.  
  12738. ".globl "GLAPI_PREFIX_STR(Uniform3uivEXT)"\n"
  12739. ".set "GLAPI_PREFIX_STR(Uniform3uivEXT)", "GLAPI_PREFIX_STR(Uniform3uiv)"\n"
  12740.  
  12741. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4ui))"\n"
  12742. "\t"STUB_ASM_CODE("605")"\n"
  12743.  
  12744. ".globl "GLAPI_PREFIX_STR(Uniform4uiEXT)"\n"
  12745. ".set "GLAPI_PREFIX_STR(Uniform4uiEXT)", "GLAPI_PREFIX_STR(Uniform4ui)"\n"
  12746.  
  12747. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uiv))"\n"
  12748. "\t"STUB_ASM_CODE("606")"\n"
  12749.  
  12750. ".globl "GLAPI_PREFIX_STR(Uniform4uivEXT)"\n"
  12751. ".set "GLAPI_PREFIX_STR(Uniform4uivEXT)", "GLAPI_PREFIX_STR(Uniform4uiv)"\n"
  12752.  
  12753. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iv))"\n"
  12754. "\t"STUB_ASM_CODE("607")"\n"
  12755.  
  12756. ".globl "GLAPI_PREFIX_STR(VertexAttribI1ivEXT)"\n"
  12757. ".set "GLAPI_PREFIX_STR(VertexAttribI1ivEXT)", "GLAPI_PREFIX_STR(VertexAttribI1iv)"\n"
  12758.  
  12759. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiv))"\n"
  12760. "\t"STUB_ASM_CODE("608")"\n"
  12761.  
  12762. ".globl "GLAPI_PREFIX_STR(VertexAttribI1uivEXT)"\n"
  12763. ".set "GLAPI_PREFIX_STR(VertexAttribI1uivEXT)", "GLAPI_PREFIX_STR(VertexAttribI1uiv)"\n"
  12764.  
  12765. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4bv))"\n"
  12766. "\t"STUB_ASM_CODE("609")"\n"
  12767.  
  12768. ".globl "GLAPI_PREFIX_STR(VertexAttribI4bvEXT)"\n"
  12769. ".set "GLAPI_PREFIX_STR(VertexAttribI4bvEXT)", "GLAPI_PREFIX_STR(VertexAttribI4bv)"\n"
  12770.  
  12771. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4sv))"\n"
  12772. "\t"STUB_ASM_CODE("610")"\n"
  12773.  
  12774. ".globl "GLAPI_PREFIX_STR(VertexAttribI4svEXT)"\n"
  12775. ".set "GLAPI_PREFIX_STR(VertexAttribI4svEXT)", "GLAPI_PREFIX_STR(VertexAttribI4sv)"\n"
  12776.  
  12777. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ubv))"\n"
  12778. "\t"STUB_ASM_CODE("611")"\n"
  12779.  
  12780. ".globl "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT)"\n"
  12781. ".set "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT)", "GLAPI_PREFIX_STR(VertexAttribI4ubv)"\n"
  12782.  
  12783. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4usv))"\n"
  12784. "\t"STUB_ASM_CODE("612")"\n"
  12785.  
  12786. ".globl "GLAPI_PREFIX_STR(VertexAttribI4usvEXT)"\n"
  12787. ".set "GLAPI_PREFIX_STR(VertexAttribI4usvEXT)", "GLAPI_PREFIX_STR(VertexAttribI4usv)"\n"
  12788.  
  12789. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIPointer))"\n"
  12790. "\t"STUB_ASM_CODE("613")"\n"
  12791.  
  12792. ".globl "GLAPI_PREFIX_STR(VertexAttribIPointerEXT)"\n"
  12793. ".set "GLAPI_PREFIX_STR(VertexAttribIPointerEXT)", "GLAPI_PREFIX_STR(VertexAttribIPointer)"\n"
  12794.  
  12795. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartIndex))"\n"
  12796. "\t"STUB_ASM_CODE("614")"\n"
  12797.  
  12798. ".globl "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV)"\n"
  12799. ".set "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV)", "GLAPI_PREFIX_STR(PrimitiveRestartIndex)"\n"
  12800.  
  12801. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBuffer))"\n"
  12802. "\t"STUB_ASM_CODE("615")"\n"
  12803.  
  12804. ".globl "GLAPI_PREFIX_STR(TexBufferARB)"\n"
  12805. ".set "GLAPI_PREFIX_STR(TexBufferARB)", "GLAPI_PREFIX_STR(TexBuffer)"\n"
  12806.  
  12807. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture))"\n"
  12808. "\t"STUB_ASM_CODE("616")"\n"
  12809.  
  12810. ".globl "GLAPI_PREFIX_STR(FramebufferTextureARB)"\n"
  12811. ".set "GLAPI_PREFIX_STR(FramebufferTextureARB)", "GLAPI_PREFIX_STR(FramebufferTexture)"\n"
  12812.  
  12813. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameteri64v))"\n"
  12814. "\t"STUB_ASM_CODE("617")"\n"
  12815.  
  12816. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64i_v))"\n"
  12817. "\t"STUB_ASM_CODE("618")"\n"
  12818.  
  12819. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisor))"\n"
  12820. "\t"STUB_ASM_CODE("619")"\n"
  12821.  
  12822. ".globl "GLAPI_PREFIX_STR(VertexAttribDivisorARB)"\n"
  12823. ".set "GLAPI_PREFIX_STR(VertexAttribDivisorARB)", "GLAPI_PREFIX_STR(VertexAttribDivisor)"\n"
  12824.  
  12825. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MinSampleShading))"\n"
  12826. "\t"STUB_ASM_CODE("620")"\n"
  12827.  
  12828. ".globl "GLAPI_PREFIX_STR(MinSampleShadingARB)"\n"
  12829. ".set "GLAPI_PREFIX_STR(MinSampleShadingARB)", "GLAPI_PREFIX_STR(MinSampleShading)"\n"
  12830.  
  12831. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindProgramARB))"\n"
  12832. "\t"STUB_ASM_CODE("621")"\n"
  12833.  
  12834. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgramsARB))"\n"
  12835. "\t"STUB_ASM_CODE("622")"\n"
  12836.  
  12837. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenProgramsARB))"\n"
  12838. "\t"STUB_ASM_CODE("623")"\n"
  12839.  
  12840. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterdvARB))"\n"
  12841. "\t"STUB_ASM_CODE("624")"\n"
  12842.  
  12843. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterfvARB))"\n"
  12844. "\t"STUB_ASM_CODE("625")"\n"
  12845.  
  12846. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterdvARB))"\n"
  12847. "\t"STUB_ASM_CODE("626")"\n"
  12848.  
  12849. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterfvARB))"\n"
  12850. "\t"STUB_ASM_CODE("627")"\n"
  12851.  
  12852. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringARB))"\n"
  12853. "\t"STUB_ASM_CODE("628")"\n"
  12854.  
  12855. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivARB))"\n"
  12856. "\t"STUB_ASM_CODE("629")"\n"
  12857.  
  12858. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgramARB))"\n"
  12859. "\t"STUB_ASM_CODE("630")"\n"
  12860.  
  12861. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dARB))"\n"
  12862. "\t"STUB_ASM_CODE("631")"\n"
  12863.  
  12864. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB))"\n"
  12865. "\t"STUB_ASM_CODE("632")"\n"
  12866.  
  12867. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fARB))"\n"
  12868. "\t"STUB_ASM_CODE("633")"\n"
  12869.  
  12870. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB))"\n"
  12871. "\t"STUB_ASM_CODE("634")"\n"
  12872.  
  12873. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dARB))"\n"
  12874. "\t"STUB_ASM_CODE("635")"\n"
  12875.  
  12876. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dvARB))"\n"
  12877. "\t"STUB_ASM_CODE("636")"\n"
  12878.  
  12879. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fARB))"\n"
  12880. "\t"STUB_ASM_CODE("637")"\n"
  12881.  
  12882. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fvARB))"\n"
  12883. "\t"STUB_ASM_CODE("638")"\n"
  12884.  
  12885. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramStringARB))"\n"
  12886. "\t"STUB_ASM_CODE("639")"\n"
  12887.  
  12888. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fARB))"\n"
  12889. "\t"STUB_ASM_CODE("640")"\n"
  12890.  
  12891. ".globl "GLAPI_PREFIX_STR(VertexAttrib1f)"\n"
  12892. ".set "GLAPI_PREFIX_STR(VertexAttrib1f)", "GLAPI_PREFIX_STR(VertexAttrib1fARB)"\n"
  12893.  
  12894. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvARB))"\n"
  12895. "\t"STUB_ASM_CODE("641")"\n"
  12896.  
  12897. ".globl "GLAPI_PREFIX_STR(VertexAttrib1fv)"\n"
  12898. ".set "GLAPI_PREFIX_STR(VertexAttrib1fv)", "GLAPI_PREFIX_STR(VertexAttrib1fvARB)"\n"
  12899.  
  12900. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fARB))"\n"
  12901. "\t"STUB_ASM_CODE("642")"\n"
  12902.  
  12903. ".globl "GLAPI_PREFIX_STR(VertexAttrib2f)"\n"
  12904. ".set "GLAPI_PREFIX_STR(VertexAttrib2f)", "GLAPI_PREFIX_STR(VertexAttrib2fARB)"\n"
  12905.  
  12906. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvARB))"\n"
  12907. "\t"STUB_ASM_CODE("643")"\n"
  12908.  
  12909. ".globl "GLAPI_PREFIX_STR(VertexAttrib2fv)"\n"
  12910. ".set "GLAPI_PREFIX_STR(VertexAttrib2fv)", "GLAPI_PREFIX_STR(VertexAttrib2fvARB)"\n"
  12911.  
  12912. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fARB))"\n"
  12913. "\t"STUB_ASM_CODE("644")"\n"
  12914.  
  12915. ".globl "GLAPI_PREFIX_STR(VertexAttrib3f)"\n"
  12916. ".set "GLAPI_PREFIX_STR(VertexAttrib3f)", "GLAPI_PREFIX_STR(VertexAttrib3fARB)"\n"
  12917.  
  12918. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvARB))"\n"
  12919. "\t"STUB_ASM_CODE("645")"\n"
  12920.  
  12921. ".globl "GLAPI_PREFIX_STR(VertexAttrib3fv)"\n"
  12922. ".set "GLAPI_PREFIX_STR(VertexAttrib3fv)", "GLAPI_PREFIX_STR(VertexAttrib3fvARB)"\n"
  12923.  
  12924. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fARB))"\n"
  12925. "\t"STUB_ASM_CODE("646")"\n"
  12926.  
  12927. ".globl "GLAPI_PREFIX_STR(VertexAttrib4f)"\n"
  12928. ".set "GLAPI_PREFIX_STR(VertexAttrib4f)", "GLAPI_PREFIX_STR(VertexAttrib4fARB)"\n"
  12929.  
  12930. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvARB))"\n"
  12931. "\t"STUB_ASM_CODE("647")"\n"
  12932.  
  12933. ".globl "GLAPI_PREFIX_STR(VertexAttrib4fv)"\n"
  12934. ".set "GLAPI_PREFIX_STR(VertexAttrib4fv)", "GLAPI_PREFIX_STR(VertexAttrib4fvARB)"\n"
  12935.  
  12936. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachObjectARB))"\n"
  12937. "\t"STUB_ASM_CODE("648")"\n"
  12938.  
  12939. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgramObjectARB))"\n"
  12940. "\t"STUB_ASM_CODE("649")"\n"
  12941.  
  12942. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderObjectARB))"\n"
  12943. "\t"STUB_ASM_CODE("650")"\n"
  12944.  
  12945. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteObjectARB))"\n"
  12946. "\t"STUB_ASM_CODE("651")"\n"
  12947.  
  12948. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachObjectARB))"\n"
  12949. "\t"STUB_ASM_CODE("652")"\n"
  12950.  
  12951. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedObjectsARB))"\n"
  12952. "\t"STUB_ASM_CODE("653")"\n"
  12953.  
  12954. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHandleARB))"\n"
  12955. "\t"STUB_ASM_CODE("654")"\n"
  12956.  
  12957. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInfoLogARB))"\n"
  12958. "\t"STUB_ASM_CODE("655")"\n"
  12959.  
  12960. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterfvARB))"\n"
  12961. "\t"STUB_ASM_CODE("656")"\n"
  12962.  
  12963. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivARB))"\n"
  12964. "\t"STUB_ASM_CODE("657")"\n"
  12965.  
  12966. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysInstancedARB))"\n"
  12967. "\t"STUB_ASM_CODE("658")"\n"
  12968.  
  12969. ".globl "GLAPI_PREFIX_STR(DrawArraysInstanced)"\n"
  12970. ".set "GLAPI_PREFIX_STR(DrawArraysInstanced)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
  12971.  
  12972. ".globl "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)"\n"
  12973. ".set "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
  12974.  
  12975. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedARB))"\n"
  12976. "\t"STUB_ASM_CODE("659")"\n"
  12977.  
  12978. ".globl "GLAPI_PREFIX_STR(DrawElementsInstanced)"\n"
  12979. ".set "GLAPI_PREFIX_STR(DrawElementsInstanced)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
  12980.  
  12981. ".globl "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)"\n"
  12982. ".set "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
  12983.  
  12984. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebuffer))"\n"
  12985. "\t"STUB_ASM_CODE("660")"\n"
  12986.  
  12987. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbuffer))"\n"
  12988. "\t"STUB_ASM_CODE("661")"\n"
  12989.  
  12990. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlitFramebuffer))"\n"
  12991. "\t"STUB_ASM_CODE("662")"\n"
  12992.  
  12993. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CheckFramebufferStatus))"\n"
  12994. "\t"STUB_ASM_CODE("663")"\n"
  12995.  
  12996. ".globl "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT)"\n"
  12997. ".set "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT)", "GLAPI_PREFIX_STR(CheckFramebufferStatus)"\n"
  12998.  
  12999. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFramebuffers))"\n"
  13000. "\t"STUB_ASM_CODE("664")"\n"
  13001.  
  13002. ".globl "GLAPI_PREFIX_STR(DeleteFramebuffersEXT)"\n"
  13003. ".set "GLAPI_PREFIX_STR(DeleteFramebuffersEXT)", "GLAPI_PREFIX_STR(DeleteFramebuffers)"\n"
  13004.  
  13005. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteRenderbuffers))"\n"
  13006. "\t"STUB_ASM_CODE("665")"\n"
  13007.  
  13008. ".globl "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT)"\n"
  13009. ".set "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT)", "GLAPI_PREFIX_STR(DeleteRenderbuffers)"\n"
  13010.  
  13011. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferRenderbuffer))"\n"
  13012. "\t"STUB_ASM_CODE("666")"\n"
  13013.  
  13014. ".globl "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT)"\n"
  13015. ".set "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT)", "GLAPI_PREFIX_STR(FramebufferRenderbuffer)"\n"
  13016.  
  13017. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture1D))"\n"
  13018. "\t"STUB_ASM_CODE("667")"\n"
  13019.  
  13020. ".globl "GLAPI_PREFIX_STR(FramebufferTexture1DEXT)"\n"
  13021. ".set "GLAPI_PREFIX_STR(FramebufferTexture1DEXT)", "GLAPI_PREFIX_STR(FramebufferTexture1D)"\n"
  13022.  
  13023. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture2D))"\n"
  13024. "\t"STUB_ASM_CODE("668")"\n"
  13025.  
  13026. ".globl "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)"\n"
  13027. ".set "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)", "GLAPI_PREFIX_STR(FramebufferTexture2D)"\n"
  13028.  
  13029. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture3D))"\n"
  13030. "\t"STUB_ASM_CODE("669")"\n"
  13031.  
  13032. ".globl "GLAPI_PREFIX_STR(FramebufferTexture3DEXT)"\n"
  13033. ".set "GLAPI_PREFIX_STR(FramebufferTexture3DEXT)", "GLAPI_PREFIX_STR(FramebufferTexture3D)"\n"
  13034.  
  13035. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayer))"\n"
  13036. "\t"STUB_ASM_CODE("670")"\n"
  13037.  
  13038. ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayerARB)"\n"
  13039. ".set "GLAPI_PREFIX_STR(FramebufferTextureLayerARB)", "GLAPI_PREFIX_STR(FramebufferTextureLayer)"\n"
  13040.  
  13041. ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
  13042. ".set "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)", "GLAPI_PREFIX_STR(FramebufferTextureLayer)"\n"
  13043.  
  13044. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFramebuffers))"\n"
  13045. "\t"STUB_ASM_CODE("671")"\n"
  13046.  
  13047. ".globl "GLAPI_PREFIX_STR(GenFramebuffersEXT)"\n"
  13048. ".set "GLAPI_PREFIX_STR(GenFramebuffersEXT)", "GLAPI_PREFIX_STR(GenFramebuffers)"\n"
  13049.  
  13050. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenRenderbuffers))"\n"
  13051. "\t"STUB_ASM_CODE("672")"\n"
  13052.  
  13053. ".globl "GLAPI_PREFIX_STR(GenRenderbuffersEXT)"\n"
  13054. ".set "GLAPI_PREFIX_STR(GenRenderbuffersEXT)", "GLAPI_PREFIX_STR(GenRenderbuffers)"\n"
  13055.  
  13056. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenerateMipmap))"\n"
  13057. "\t"STUB_ASM_CODE("673")"\n"
  13058.  
  13059. ".globl "GLAPI_PREFIX_STR(GenerateMipmapEXT)"\n"
  13060. ".set "GLAPI_PREFIX_STR(GenerateMipmapEXT)", "GLAPI_PREFIX_STR(GenerateMipmap)"\n"
  13061.  
  13062. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv))"\n"
  13063. "\t"STUB_ASM_CODE("674")"\n"
  13064.  
  13065. ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)"\n"
  13066. ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)"\n"
  13067.  
  13068. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetRenderbufferParameteriv))"\n"
  13069. "\t"STUB_ASM_CODE("675")"\n"
  13070.  
  13071. ".globl "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT)"\n"
  13072. ".set "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT)", "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)"\n"
  13073.  
  13074. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFramebuffer))"\n"
  13075. "\t"STUB_ASM_CODE("676")"\n"
  13076.  
  13077. ".globl "GLAPI_PREFIX_STR(IsFramebufferEXT)"\n"
  13078. ".set "GLAPI_PREFIX_STR(IsFramebufferEXT)", "GLAPI_PREFIX_STR(IsFramebuffer)"\n"
  13079.  
  13080. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsRenderbuffer))"\n"
  13081. "\t"STUB_ASM_CODE("677")"\n"
  13082.  
  13083. ".globl "GLAPI_PREFIX_STR(IsRenderbufferEXT)"\n"
  13084. ".set "GLAPI_PREFIX_STR(IsRenderbufferEXT)", "GLAPI_PREFIX_STR(IsRenderbuffer)"\n"
  13085.  
  13086. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorage))"\n"
  13087. "\t"STUB_ASM_CODE("678")"\n"
  13088.  
  13089. ".globl "GLAPI_PREFIX_STR(RenderbufferStorageEXT)"\n"
  13090. ".set "GLAPI_PREFIX_STR(RenderbufferStorageEXT)", "GLAPI_PREFIX_STR(RenderbufferStorage)"\n"
  13091.  
  13092. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageMultisample))"\n"
  13093. "\t"STUB_ASM_CODE("679")"\n"
  13094.  
  13095. ".globl "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)"\n"
  13096. ".set "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)", "GLAPI_PREFIX_STR(RenderbufferStorageMultisample)"\n"
  13097.  
  13098. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushMappedBufferRange))"\n"
  13099. "\t"STUB_ASM_CODE("680")"\n"
  13100.  
  13101. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferRange))"\n"
  13102. "\t"STUB_ASM_CODE("681")"\n"
  13103.  
  13104. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexArray))"\n"
  13105. "\t"STUB_ASM_CODE("682")"\n"
  13106.  
  13107. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteVertexArrays))"\n"
  13108. "\t"STUB_ASM_CODE("683")"\n"
  13109.  
  13110. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenVertexArrays))"\n"
  13111. "\t"STUB_ASM_CODE("684")"\n"
  13112.  
  13113. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsVertexArray))"\n"
  13114. "\t"STUB_ASM_CODE("685")"\n"
  13115.  
  13116. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformBlockName))"\n"
  13117. "\t"STUB_ASM_CODE("686")"\n"
  13118.  
  13119. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformBlockiv))"\n"
  13120. "\t"STUB_ASM_CODE("687")"\n"
  13121.  
  13122. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformName))"\n"
  13123. "\t"STUB_ASM_CODE("688")"\n"
  13124.  
  13125. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformsiv))"\n"
  13126. "\t"STUB_ASM_CODE("689")"\n"
  13127.  
  13128. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformBlockIndex))"\n"
  13129. "\t"STUB_ASM_CODE("690")"\n"
  13130.  
  13131. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformIndices))"\n"
  13132. "\t"STUB_ASM_CODE("691")"\n"
  13133.  
  13134. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformBlockBinding))"\n"
  13135. "\t"STUB_ASM_CODE("692")"\n"
  13136.  
  13137. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyBufferSubData))"\n"
  13138. "\t"STUB_ASM_CODE("693")"\n"
  13139.  
  13140. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientWaitSync))"\n"
  13141. "\t"STUB_ASM_CODE("694")"\n"
  13142.  
  13143. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSync))"\n"
  13144. "\t"STUB_ASM_CODE("695")"\n"
  13145.  
  13146. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FenceSync))"\n"
  13147. "\t"STUB_ASM_CODE("696")"\n"
  13148.  
  13149. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64v))"\n"
  13150. "\t"STUB_ASM_CODE("697")"\n"
  13151.  
  13152. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSynciv))"\n"
  13153. "\t"STUB_ASM_CODE("698")"\n"
  13154.  
  13155. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSync))"\n"
  13156. "\t"STUB_ASM_CODE("699")"\n"
  13157.  
  13158. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WaitSync))"\n"
  13159. "\t"STUB_ASM_CODE("700")"\n"
  13160.  
  13161. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsBaseVertex))"\n"
  13162. "\t"STUB_ASM_CODE("701")"\n"
  13163.  
  13164. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedBaseVertex))"\n"
  13165. "\t"STUB_ASM_CODE("702")"\n"
  13166.  
  13167. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElementsBaseVertex))"\n"
  13168. "\t"STUB_ASM_CODE("703")"\n"
  13169.  
  13170. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsBaseVertex))"\n"
  13171. "\t"STUB_ASM_CODE("704")"\n"
  13172.  
  13173. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProvokingVertex))"\n"
  13174. "\t"STUB_ASM_CODE("705")"\n"
  13175.  
  13176. ".globl "GLAPI_PREFIX_STR(ProvokingVertexEXT)"\n"
  13177. ".set "GLAPI_PREFIX_STR(ProvokingVertexEXT)", "GLAPI_PREFIX_STR(ProvokingVertex)"\n"
  13178.  
  13179. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMultisamplefv))"\n"
  13180. "\t"STUB_ASM_CODE("706")"\n"
  13181.  
  13182. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMaski))"\n"
  13183. "\t"STUB_ASM_CODE("707")"\n"
  13184.  
  13185. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2DMultisample))"\n"
  13186. "\t"STUB_ASM_CODE("708")"\n"
  13187.  
  13188. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3DMultisample))"\n"
  13189. "\t"STUB_ASM_CODE("709")"\n"
  13190.  
  13191. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparateiARB))"\n"
  13192. "\t"STUB_ASM_CODE("710")"\n"
  13193.  
  13194. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationiARB))"\n"
  13195. "\t"STUB_ASM_CODE("711")"\n"
  13196.  
  13197. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateiARB))"\n"
  13198. "\t"STUB_ASM_CODE("712")"\n"
  13199.  
  13200. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunciARB))"\n"
  13201. "\t"STUB_ASM_CODE("713")"\n"
  13202.  
  13203. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocationIndexed))"\n"
  13204. "\t"STUB_ASM_CODE("714")"\n"
  13205.  
  13206. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataIndex))"\n"
  13207. "\t"STUB_ASM_CODE("715")"\n"
  13208.  
  13209. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindSampler))"\n"
  13210. "\t"STUB_ASM_CODE("716")"\n"
  13211.  
  13212. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSamplers))"\n"
  13213. "\t"STUB_ASM_CODE("717")"\n"
  13214.  
  13215. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenSamplers))"\n"
  13216. "\t"STUB_ASM_CODE("718")"\n"
  13217.  
  13218. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIiv))"\n"
  13219. "\t"STUB_ASM_CODE("719")"\n"
  13220.  
  13221. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIuiv))"\n"
  13222. "\t"STUB_ASM_CODE("720")"\n"
  13223.  
  13224. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterfv))"\n"
  13225. "\t"STUB_ASM_CODE("721")"\n"
  13226.  
  13227. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameteriv))"\n"
  13228. "\t"STUB_ASM_CODE("722")"\n"
  13229.  
  13230. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSampler))"\n"
  13231. "\t"STUB_ASM_CODE("723")"\n"
  13232.  
  13233. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIiv))"\n"
  13234. "\t"STUB_ASM_CODE("724")"\n"
  13235.  
  13236. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIuiv))"\n"
  13237. "\t"STUB_ASM_CODE("725")"\n"
  13238.  
  13239. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterf))"\n"
  13240. "\t"STUB_ASM_CODE("726")"\n"
  13241.  
  13242. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterfv))"\n"
  13243. "\t"STUB_ASM_CODE("727")"\n"
  13244.  
  13245. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteri))"\n"
  13246. "\t"STUB_ASM_CODE("728")"\n"
  13247.  
  13248. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteriv))"\n"
  13249. "\t"STUB_ASM_CODE("729")"\n"
  13250.  
  13251. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP3ui))"\n"
  13252. "\t"STUB_ASM_CODE("733")"\n"
  13253.  
  13254. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP3uiv))"\n"
  13255. "\t"STUB_ASM_CODE("734")"\n"
  13256.  
  13257. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP4ui))"\n"
  13258. "\t"STUB_ASM_CODE("735")"\n"
  13259.  
  13260. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP4uiv))"\n"
  13261. "\t"STUB_ASM_CODE("736")"\n"
  13262.  
  13263. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP1ui))"\n"
  13264. "\t"STUB_ASM_CODE("737")"\n"
  13265.  
  13266. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP1uiv))"\n"
  13267. "\t"STUB_ASM_CODE("738")"\n"
  13268.  
  13269. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP2ui))"\n"
  13270. "\t"STUB_ASM_CODE("739")"\n"
  13271.  
  13272. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP2uiv))"\n"
  13273. "\t"STUB_ASM_CODE("740")"\n"
  13274.  
  13275. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP3ui))"\n"
  13276. "\t"STUB_ASM_CODE("741")"\n"
  13277.  
  13278. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP3uiv))"\n"
  13279. "\t"STUB_ASM_CODE("742")"\n"
  13280.  
  13281. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP4ui))"\n"
  13282. "\t"STUB_ASM_CODE("743")"\n"
  13283.  
  13284. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP4uiv))"\n"
  13285. "\t"STUB_ASM_CODE("744")"\n"
  13286.  
  13287. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalP3ui))"\n"
  13288. "\t"STUB_ASM_CODE("745")"\n"
  13289.  
  13290. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalP3uiv))"\n"
  13291. "\t"STUB_ASM_CODE("746")"\n"
  13292.  
  13293. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorP3ui))"\n"
  13294. "\t"STUB_ASM_CODE("747")"\n"
  13295.  
  13296. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorP3uiv))"\n"
  13297. "\t"STUB_ASM_CODE("748")"\n"
  13298.  
  13299. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP1ui))"\n"
  13300. "\t"STUB_ASM_CODE("749")"\n"
  13301.  
  13302. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP1uiv))"\n"
  13303. "\t"STUB_ASM_CODE("750")"\n"
  13304.  
  13305. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP2ui))"\n"
  13306. "\t"STUB_ASM_CODE("751")"\n"
  13307.  
  13308. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP2uiv))"\n"
  13309. "\t"STUB_ASM_CODE("752")"\n"
  13310.  
  13311. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP3ui))"\n"
  13312. "\t"STUB_ASM_CODE("753")"\n"
  13313.  
  13314. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP3uiv))"\n"
  13315. "\t"STUB_ASM_CODE("754")"\n"
  13316.  
  13317. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP4ui))"\n"
  13318. "\t"STUB_ASM_CODE("755")"\n"
  13319.  
  13320. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP4uiv))"\n"
  13321. "\t"STUB_ASM_CODE("756")"\n"
  13322.  
  13323. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP1ui))"\n"
  13324. "\t"STUB_ASM_CODE("757")"\n"
  13325.  
  13326. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP1uiv))"\n"
  13327. "\t"STUB_ASM_CODE("758")"\n"
  13328.  
  13329. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP2ui))"\n"
  13330. "\t"STUB_ASM_CODE("759")"\n"
  13331.  
  13332. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP2uiv))"\n"
  13333. "\t"STUB_ASM_CODE("760")"\n"
  13334.  
  13335. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP3ui))"\n"
  13336. "\t"STUB_ASM_CODE("761")"\n"
  13337.  
  13338. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP3uiv))"\n"
  13339. "\t"STUB_ASM_CODE("762")"\n"
  13340.  
  13341. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP4ui))"\n"
  13342. "\t"STUB_ASM_CODE("763")"\n"
  13343.  
  13344. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP4uiv))"\n"
  13345. "\t"STUB_ASM_CODE("764")"\n"
  13346.  
  13347. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP2ui))"\n"
  13348. "\t"STUB_ASM_CODE("765")"\n"
  13349.  
  13350. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP2uiv))"\n"
  13351. "\t"STUB_ASM_CODE("766")"\n"
  13352.  
  13353. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3ui))"\n"
  13354. "\t"STUB_ASM_CODE("767")"\n"
  13355.  
  13356. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3uiv))"\n"
  13357. "\t"STUB_ASM_CODE("768")"\n"
  13358.  
  13359. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4ui))"\n"
  13360. "\t"STUB_ASM_CODE("769")"\n"
  13361.  
  13362. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4uiv))"\n"
  13363. "\t"STUB_ASM_CODE("770")"\n"
  13364.  
  13365. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysIndirect))"\n"
  13366. "\t"STUB_ASM_CODE("771")"\n"
  13367.  
  13368. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsIndirect))"\n"
  13369. "\t"STUB_ASM_CODE("772")"\n"
  13370.  
  13371. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback))"\n"
  13372. "\t"STUB_ASM_CODE("791")"\n"
  13373.  
  13374. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks))"\n"
  13375. "\t"STUB_ASM_CODE("792")"\n"
  13376.  
  13377. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback))"\n"
  13378. "\t"STUB_ASM_CODE("793")"\n"
  13379.  
  13380. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks))"\n"
  13381. "\t"STUB_ASM_CODE("794")"\n"
  13382.  
  13383. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback))"\n"
  13384. "\t"STUB_ASM_CODE("795")"\n"
  13385.  
  13386. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback))"\n"
  13387. "\t"STUB_ASM_CODE("796")"\n"
  13388.  
  13389. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback))"\n"
  13390. "\t"STUB_ASM_CODE("797")"\n"
  13391.  
  13392. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginQueryIndexed))"\n"
  13393. "\t"STUB_ASM_CODE("798")"\n"
  13394.  
  13395. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedbackStream))"\n"
  13396. "\t"STUB_ASM_CODE("799")"\n"
  13397.  
  13398. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndQueryIndexed))"\n"
  13399. "\t"STUB_ASM_CODE("800")"\n"
  13400.  
  13401. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryIndexediv))"\n"
  13402. "\t"STUB_ASM_CODE("801")"\n"
  13403.  
  13404. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"
  13405. "\t"STUB_ASM_CODE("802")"\n"
  13406.  
  13407. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"
  13408. "\t"STUB_ASM_CODE("803")"\n"
  13409.  
  13410. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat))"\n"
  13411. "\t"STUB_ASM_CODE("804")"\n"
  13412.  
  13413. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler))"\n"
  13414. "\t"STUB_ASM_CODE("805")"\n"
  13415.  
  13416. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary))"\n"
  13417. "\t"STUB_ASM_CODE("806")"\n"
  13418.  
  13419. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramBinary))"\n"
  13420. "\t"STUB_ASM_CODE("807")"\n"
  13421.  
  13422. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramBinary))"\n"
  13423. "\t"STUB_ASM_CODE("808")"\n"
  13424.  
  13425. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameteri))"\n"
  13426. "\t"STUB_ASM_CODE("809")"\n"
  13427.  
  13428. ".globl "GLAPI_PREFIX_STR(ProgramParameteriARB)"\n"
  13429. ".set "GLAPI_PREFIX_STR(ProgramParameteriARB)", "GLAPI_PREFIX_STR(ProgramParameteri)"\n"
  13430.  
  13431. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangeArrayv))"\n"
  13432. "\t"STUB_ASM_CODE("820")"\n"
  13433.  
  13434. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangeIndexed))"\n"
  13435. "\t"STUB_ASM_CODE("821")"\n"
  13436.  
  13437. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDoublei_v))"\n"
  13438. "\t"STUB_ASM_CODE("822")"\n"
  13439.  
  13440. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFloati_v))"\n"
  13441. "\t"STUB_ASM_CODE("823")"\n"
  13442.  
  13443. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ScissorArrayv))"\n"
  13444. "\t"STUB_ASM_CODE("824")"\n"
  13445.  
  13446. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ScissorIndexed))"\n"
  13447. "\t"STUB_ASM_CODE("825")"\n"
  13448.  
  13449. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ScissorIndexedv))"\n"
  13450. "\t"STUB_ASM_CODE("826")"\n"
  13451.  
  13452. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ViewportArrayv))"\n"
  13453. "\t"STUB_ASM_CODE("827")"\n"
  13454.  
  13455. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ViewportIndexedf))"\n"
  13456. "\t"STUB_ASM_CODE("828")"\n"
  13457.  
  13458. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ViewportIndexedfv))"\n"
  13459. "\t"STUB_ASM_CODE("829")"\n"
  13460.  
  13461. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetGraphicsResetStatusARB))"\n"
  13462. "\t"STUB_ASM_CODE("830")"\n"
  13463.  
  13464. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnColorTableARB))"\n"
  13465. "\t"STUB_ASM_CODE("831")"\n"
  13466.  
  13467. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnCompressedTexImageARB))"\n"
  13468. "\t"STUB_ASM_CODE("832")"\n"
  13469.  
  13470. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnConvolutionFilterARB))"\n"
  13471. "\t"STUB_ASM_CODE("833")"\n"
  13472.  
  13473. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnHistogramARB))"\n"
  13474. "\t"STUB_ASM_CODE("834")"\n"
  13475.  
  13476. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapdvARB))"\n"
  13477. "\t"STUB_ASM_CODE("835")"\n"
  13478.  
  13479. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapfvARB))"\n"
  13480. "\t"STUB_ASM_CODE("836")"\n"
  13481.  
  13482. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapivARB))"\n"
  13483. "\t"STUB_ASM_CODE("837")"\n"
  13484.  
  13485. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMinmaxARB))"\n"
  13486. "\t"STUB_ASM_CODE("838")"\n"
  13487.  
  13488. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapfvARB))"\n"
  13489. "\t"STUB_ASM_CODE("839")"\n"
  13490.  
  13491. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapuivARB))"\n"
  13492. "\t"STUB_ASM_CODE("840")"\n"
  13493.  
  13494. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapusvARB))"\n"
  13495. "\t"STUB_ASM_CODE("841")"\n"
  13496.  
  13497. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPolygonStippleARB))"\n"
  13498. "\t"STUB_ASM_CODE("842")"\n"
  13499.  
  13500. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnSeparableFilterARB))"\n"
  13501. "\t"STUB_ASM_CODE("843")"\n"
  13502.  
  13503. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnTexImageARB))"\n"
  13504. "\t"STUB_ASM_CODE("844")"\n"
  13505.  
  13506. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformdvARB))"\n"
  13507. "\t"STUB_ASM_CODE("845")"\n"
  13508.  
  13509. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformfvARB))"\n"
  13510. "\t"STUB_ASM_CODE("846")"\n"
  13511.  
  13512. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformivARB))"\n"
  13513. "\t"STUB_ASM_CODE("847")"\n"
  13514.  
  13515. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformuivARB))"\n"
  13516. "\t"STUB_ASM_CODE("848")"\n"
  13517.  
  13518. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadnPixelsARB))"\n"
  13519. "\t"STUB_ASM_CODE("849")"\n"
  13520.  
  13521. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysInstancedBaseInstance))"\n"
  13522. "\t"STUB_ASM_CODE("850")"\n"
  13523.  
  13524. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedBaseInstance))"\n"
  13525. "\t"STUB_ASM_CODE("851")"\n"
  13526.  
  13527. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedBaseVertexBaseInstance))"\n"
  13528. "\t"STUB_ASM_CODE("852")"\n"
  13529.  
  13530. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedbackInstanced))"\n"
  13531. "\t"STUB_ASM_CODE("853")"\n"
  13532.  
  13533. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedbackStreamInstanced))"\n"
  13534. "\t"STUB_ASM_CODE("854")"\n"
  13535.  
  13536. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveAtomicCounterBufferiv))"\n"
  13537. "\t"STUB_ASM_CODE("856")"\n"
  13538.  
  13539. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindImageTexture))"\n"
  13540. "\t"STUB_ASM_CODE("857")"\n"
  13541.  
  13542. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MemoryBarrier))"\n"
  13543. "\t"STUB_ASM_CODE("858")"\n"
  13544.  
  13545. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexStorage1D))"\n"
  13546. "\t"STUB_ASM_CODE("859")"\n"
  13547.  
  13548. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexStorage2D))"\n"
  13549. "\t"STUB_ASM_CODE("860")"\n"
  13550.  
  13551. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexStorage3D))"\n"
  13552. "\t"STUB_ASM_CODE("861")"\n"
  13553.  
  13554. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureStorage1DEXT))"\n"
  13555. "\t"STUB_ASM_CODE("862")"\n"
  13556.  
  13557. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureStorage2DEXT))"\n"
  13558. "\t"STUB_ASM_CODE("863")"\n"
  13559.  
  13560. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureStorage3DEXT))"\n"
  13561. "\t"STUB_ASM_CODE("864")"\n"
  13562.  
  13563. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferData))"\n"
  13564. "\t"STUB_ASM_CODE("865")"\n"
  13565.  
  13566. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferSubData))"\n"
  13567. "\t"STUB_ASM_CODE("866")"\n"
  13568.  
  13569. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DispatchCompute))"\n"
  13570. "\t"STUB_ASM_CODE("867")"\n"
  13571.  
  13572. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DispatchComputeIndirect))"\n"
  13573. "\t"STUB_ASM_CODE("868")"\n"
  13574.  
  13575. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyImageSubData))"\n"
  13576. "\t"STUB_ASM_CODE("869")"\n"
  13577.  
  13578. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureView))"\n"
  13579. "\t"STUB_ASM_CODE("870")"\n"
  13580.  
  13581. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexBuffer))"\n"
  13582. "\t"STUB_ASM_CODE("871")"\n"
  13583.  
  13584. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribBinding))"\n"
  13585. "\t"STUB_ASM_CODE("872")"\n"
  13586.  
  13587. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribFormat))"\n"
  13588. "\t"STUB_ASM_CODE("873")"\n"
  13589.  
  13590. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIFormat))"\n"
  13591. "\t"STUB_ASM_CODE("874")"\n"
  13592.  
  13593. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribLFormat))"\n"
  13594. "\t"STUB_ASM_CODE("875")"\n"
  13595.  
  13596. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexBindingDivisor))"\n"
  13597. "\t"STUB_ASM_CODE("876")"\n"
  13598.  
  13599. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArraysIndirect))"\n"
  13600. "\t"STUB_ASM_CODE("877")"\n"
  13601.  
  13602. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsIndirect))"\n"
  13603. "\t"STUB_ASM_CODE("878")"\n"
  13604.  
  13605. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBufferRange))"\n"
  13606. "\t"STUB_ASM_CODE("885")"\n"
  13607.  
  13608. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexStorage2DMultisample))"\n"
  13609. "\t"STUB_ASM_CODE("886")"\n"
  13610.  
  13611. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexStorage3DMultisample))"\n"
  13612. "\t"STUB_ASM_CODE("887")"\n"
  13613.  
  13614. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferStorage))"\n"
  13615. "\t"STUB_ASM_CODE("888")"\n"
  13616.  
  13617. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearTexImage))"\n"
  13618. "\t"STUB_ASM_CODE("889")"\n"
  13619.  
  13620. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearTexSubImage))"\n"
  13621. "\t"STUB_ASM_CODE("890")"\n"
  13622.  
  13623. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBuffersBase))"\n"
  13624. "\t"STUB_ASM_CODE("891")"\n"
  13625.  
  13626. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBuffersRange))"\n"
  13627. "\t"STUB_ASM_CODE("892")"\n"
  13628.  
  13629. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindImageTextures))"\n"
  13630. "\t"STUB_ASM_CODE("893")"\n"
  13631.  
  13632. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindSamplers))"\n"
  13633. "\t"STUB_ASM_CODE("894")"\n"
  13634.  
  13635. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTextures))"\n"
  13636. "\t"STUB_ASM_CODE("895")"\n"
  13637.  
  13638. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexBuffers))"\n"
  13639. "\t"STUB_ASM_CODE("896")"\n"
  13640.  
  13641. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InvalidateBufferData))"\n"
  13642. "\t"STUB_ASM_CODE("995")"\n"
  13643.  
  13644. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InvalidateBufferSubData))"\n"
  13645. "\t"STUB_ASM_CODE("996")"\n"
  13646.  
  13647. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InvalidateFramebuffer))"\n"
  13648. "\t"STUB_ASM_CODE("997")"\n"
  13649.  
  13650. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InvalidateSubFramebuffer))"\n"
  13651. "\t"STUB_ASM_CODE("998")"\n"
  13652.  
  13653. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InvalidateTexImage))"\n"
  13654. "\t"STUB_ASM_CODE("999")"\n"
  13655.  
  13656. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InvalidateTexSubImage))"\n"
  13657. "\t"STUB_ASM_CODE("1000")"\n"
  13658.  
  13659. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSizePointerOES))"\n"
  13660. "\t"STUB_ASM_CODE("1010")"\n"
  13661.  
  13662. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT))"\n"
  13663. "\t"STUB_ASM_CODE("1014")"\n"
  13664.  
  13665. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT))"\n"
  13666. "\t"STUB_ASM_CODE("1015")"\n"
  13667.  
  13668. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT))"\n"
  13669. "\t"STUB_ASM_CODE("1016")"\n"
  13670.  
  13671. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT))"\n"
  13672. "\t"STUB_ASM_CODE("1017")"\n"
  13673.  
  13674. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT))"\n"
  13675. "\t"STUB_ASM_CODE("1018")"\n"
  13676.  
  13677. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT))"\n"
  13678. "\t"STUB_ASM_CODE("1019")"\n"
  13679.  
  13680. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LockArraysEXT))"\n"
  13681. "\t"STUB_ASM_CODE("1029")"\n"
  13682.  
  13683. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnlockArraysEXT))"\n"
  13684. "\t"STUB_ASM_CODE("1080")"\n"
  13685.  
  13686. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DebugMessageCallback))"\n"
  13687. "\t"STUB_ASM_CODE("1083")"\n"
  13688.  
  13689. ".globl "GLAPI_PREFIX_STR(DebugMessageCallbackARB)"\n"
  13690. ".set "GLAPI_PREFIX_STR(DebugMessageCallbackARB)", "GLAPI_PREFIX_STR(DebugMessageCallback)"\n"
  13691.  
  13692. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DebugMessageControl))"\n"
  13693. "\t"STUB_ASM_CODE("1084")"\n"
  13694.  
  13695. ".globl "GLAPI_PREFIX_STR(DebugMessageControlARB)"\n"
  13696. ".set "GLAPI_PREFIX_STR(DebugMessageControlARB)", "GLAPI_PREFIX_STR(DebugMessageControl)"\n"
  13697.  
  13698. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DebugMessageInsert))"\n"
  13699. "\t"STUB_ASM_CODE("1085")"\n"
  13700.  
  13701. ".globl "GLAPI_PREFIX_STR(DebugMessageInsertARB)"\n"
  13702. ".set "GLAPI_PREFIX_STR(DebugMessageInsertARB)", "GLAPI_PREFIX_STR(DebugMessageInsert)"\n"
  13703.  
  13704. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDebugMessageLog))"\n"
  13705. "\t"STUB_ASM_CODE("1086")"\n"
  13706.  
  13707. ".globl "GLAPI_PREFIX_STR(GetDebugMessageLogARB)"\n"
  13708. ".set "GLAPI_PREFIX_STR(GetDebugMessageLogARB)", "GLAPI_PREFIX_STR(GetDebugMessageLog)"\n"
  13709.  
  13710. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectLabel))"\n"
  13711. "\t"STUB_ASM_CODE("1087")"\n"
  13712.  
  13713. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectPtrLabel))"\n"
  13714. "\t"STUB_ASM_CODE("1088")"\n"
  13715.  
  13716. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectLabel))"\n"
  13717. "\t"STUB_ASM_CODE("1089")"\n"
  13718.  
  13719. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectPtrLabel))"\n"
  13720. "\t"STUB_ASM_CODE("1090")"\n"
  13721.  
  13722. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopDebugGroup))"\n"
  13723. "\t"STUB_ASM_CODE("1091")"\n"
  13724.  
  13725. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushDebugGroup))"\n"
  13726. "\t"STUB_ASM_CODE("1092")"\n"
  13727.  
  13728. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fEXT))"\n"
  13729. "\t"STUB_ASM_CODE("1093")"\n"
  13730.  
  13731. ".globl "GLAPI_PREFIX_STR(SecondaryColor3f)"\n"
  13732. ".set "GLAPI_PREFIX_STR(SecondaryColor3f)", "GLAPI_PREFIX_STR(SecondaryColor3fEXT)"\n"
  13733.  
  13734. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fvEXT))"\n"
  13735. "\t"STUB_ASM_CODE("1094")"\n"
  13736.  
  13737. ".globl "GLAPI_PREFIX_STR(SecondaryColor3fv)"\n"
  13738. ".set "GLAPI_PREFIX_STR(SecondaryColor3fv)", "GLAPI_PREFIX_STR(SecondaryColor3fvEXT)"\n"
  13739.  
  13740. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsEXT))"\n"
  13741. "\t"STUB_ASM_CODE("1095")"\n"
  13742.  
  13743. ".globl "GLAPI_PREFIX_STR(MultiDrawElements)"\n"
  13744. ".set "GLAPI_PREFIX_STR(MultiDrawElements)", "GLAPI_PREFIX_STR(MultiDrawElementsEXT)"\n"
  13745.  
  13746. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfEXT))"\n"
  13747. "\t"STUB_ASM_CODE("1096")"\n"
  13748.  
  13749. ".globl "GLAPI_PREFIX_STR(FogCoordf)"\n"
  13750. ".set "GLAPI_PREFIX_STR(FogCoordf)", "GLAPI_PREFIX_STR(FogCoordfEXT)"\n"
  13751.  
  13752. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfvEXT))"\n"
  13753. "\t"STUB_ASM_CODE("1097")"\n"
  13754.  
  13755. ".globl "GLAPI_PREFIX_STR(FogCoordfv)"\n"
  13756. ".set "GLAPI_PREFIX_STR(FogCoordfv)", "GLAPI_PREFIX_STR(FogCoordfvEXT)"\n"
  13757.  
  13758. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartNV))"\n"
  13759. "\t"STUB_ASM_CODE("1191")"\n"
  13760.  
  13761. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebufferEXT))"\n"
  13762. "\t"STUB_ASM_CODE("1196")"\n"
  13763.  
  13764. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbufferEXT))"\n"
  13765. "\t"STUB_ASM_CODE("1197")"\n"
  13766.  
  13767. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iEXT))"\n"
  13768. "\t"STUB_ASM_CODE("1200")"\n"
  13769.  
  13770. ".globl "GLAPI_PREFIX_STR(VertexAttribI1i)"\n"
  13771. ".set "GLAPI_PREFIX_STR(VertexAttribI1i)", "GLAPI_PREFIX_STR(VertexAttribI1iEXT)"\n"
  13772.  
  13773. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiEXT))"\n"
  13774. "\t"STUB_ASM_CODE("1201")"\n"
  13775.  
  13776. ".globl "GLAPI_PREFIX_STR(VertexAttribI1ui)"\n"
  13777. ".set "GLAPI_PREFIX_STR(VertexAttribI1ui)", "GLAPI_PREFIX_STR(VertexAttribI1uiEXT)"\n"
  13778.  
  13779. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2iEXT))"\n"
  13780. "\t"STUB_ASM_CODE("1202")"\n"
  13781.  
  13782. ".globl "GLAPI_PREFIX_STR(VertexAttribI2i)"\n"
  13783. ".set "GLAPI_PREFIX_STR(VertexAttribI2i)", "GLAPI_PREFIX_STR(VertexAttribI2iEXT)"\n"
  13784.  
  13785. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2ivEXT))"\n"
  13786. "\t"STUB_ASM_CODE("1203")"\n"
  13787.  
  13788. ".globl "GLAPI_PREFIX_STR(VertexAttribI2iv)"\n"
  13789. ".set "GLAPI_PREFIX_STR(VertexAttribI2iv)", "GLAPI_PREFIX_STR(VertexAttribI2ivEXT)"\n"
  13790.  
  13791. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uiEXT))"\n"
  13792. "\t"STUB_ASM_CODE("1204")"\n"
  13793.  
  13794. ".globl "GLAPI_PREFIX_STR(VertexAttribI2ui)"\n"
  13795. ".set "GLAPI_PREFIX_STR(VertexAttribI2ui)", "GLAPI_PREFIX_STR(VertexAttribI2uiEXT)"\n"
  13796.  
  13797. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uivEXT))"\n"
  13798. "\t"STUB_ASM_CODE("1205")"\n"
  13799.  
  13800. ".globl "GLAPI_PREFIX_STR(VertexAttribI2uiv)"\n"
  13801. ".set "GLAPI_PREFIX_STR(VertexAttribI2uiv)", "GLAPI_PREFIX_STR(VertexAttribI2uivEXT)"\n"
  13802.  
  13803. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3iEXT))"\n"
  13804. "\t"STUB_ASM_CODE("1206")"\n"
  13805.  
  13806. ".globl "GLAPI_PREFIX_STR(VertexAttribI3i)"\n"
  13807. ".set "GLAPI_PREFIX_STR(VertexAttribI3i)", "GLAPI_PREFIX_STR(VertexAttribI3iEXT)"\n"
  13808.  
  13809. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3ivEXT))"\n"
  13810. "\t"STUB_ASM_CODE("1207")"\n"
  13811.  
  13812. ".globl "GLAPI_PREFIX_STR(VertexAttribI3iv)"\n"
  13813. ".set "GLAPI_PREFIX_STR(VertexAttribI3iv)", "GLAPI_PREFIX_STR(VertexAttribI3ivEXT)"\n"
  13814.  
  13815. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uiEXT))"\n"
  13816. "\t"STUB_ASM_CODE("1208")"\n"
  13817.  
  13818. ".globl "GLAPI_PREFIX_STR(VertexAttribI3ui)"\n"
  13819. ".set "GLAPI_PREFIX_STR(VertexAttribI3ui)", "GLAPI_PREFIX_STR(VertexAttribI3uiEXT)"\n"
  13820.  
  13821. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uivEXT))"\n"
  13822. "\t"STUB_ASM_CODE("1209")"\n"
  13823.  
  13824. ".globl "GLAPI_PREFIX_STR(VertexAttribI3uiv)"\n"
  13825. ".set "GLAPI_PREFIX_STR(VertexAttribI3uiv)", "GLAPI_PREFIX_STR(VertexAttribI3uivEXT)"\n"
  13826.  
  13827. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4iEXT))"\n"
  13828. "\t"STUB_ASM_CODE("1210")"\n"
  13829.  
  13830. ".globl "GLAPI_PREFIX_STR(VertexAttribI4i)"\n"
  13831. ".set "GLAPI_PREFIX_STR(VertexAttribI4i)", "GLAPI_PREFIX_STR(VertexAttribI4iEXT)"\n"
  13832.  
  13833. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ivEXT))"\n"
  13834. "\t"STUB_ASM_CODE("1211")"\n"
  13835.  
  13836. ".globl "GLAPI_PREFIX_STR(VertexAttribI4iv)"\n"
  13837. ".set "GLAPI_PREFIX_STR(VertexAttribI4iv)", "GLAPI_PREFIX_STR(VertexAttribI4ivEXT)"\n"
  13838.  
  13839. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uiEXT))"\n"
  13840. "\t"STUB_ASM_CODE("1212")"\n"
  13841.  
  13842. ".globl "GLAPI_PREFIX_STR(VertexAttribI4ui)"\n"
  13843. ".set "GLAPI_PREFIX_STR(VertexAttribI4ui)", "GLAPI_PREFIX_STR(VertexAttribI4uiEXT)"\n"
  13844.  
  13845. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uivEXT))"\n"
  13846. "\t"STUB_ASM_CODE("1213")"\n"
  13847.  
  13848. ".globl "GLAPI_PREFIX_STR(VertexAttribI4uiv)"\n"
  13849. ".set "GLAPI_PREFIX_STR(VertexAttribI4uiv)", "GLAPI_PREFIX_STR(VertexAttribI4uivEXT)"\n"
  13850.  
  13851. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIiEXT))"\n"
  13852. "\t"STUB_ASM_CODE("1214")"\n"
  13853.  
  13854. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIuiEXT))"\n"
  13855. "\t"STUB_ASM_CODE("1215")"\n"
  13856.  
  13857. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureBarrierNV))"\n"
  13858. "\t"STUB_ASM_CODE("1234")"\n"
  13859.  
  13860. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFuncx))"\n"
  13861. "\t"STUB_ASM_CODE("1261")"\n"
  13862.  
  13863. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorx))"\n"
  13864. "\t"STUB_ASM_CODE("1262")"\n"
  13865.  
  13866. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthx))"\n"
  13867. "\t"STUB_ASM_CODE("1263")"\n"
  13868.  
  13869. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4x))"\n"
  13870. "\t"STUB_ASM_CODE("1264")"\n"
  13871.  
  13872. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangex))"\n"
  13873. "\t"STUB_ASM_CODE("1265")"\n"
  13874.  
  13875. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogx))"\n"
  13876. "\t"STUB_ASM_CODE("1266")"\n"
  13877.  
  13878. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogxv))"\n"
  13879. "\t"STUB_ASM_CODE("1267")"\n"
  13880.  
  13881. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustumf))"\n"
  13882. "\t"STUB_ASM_CODE("1268")"\n"
  13883.  
  13884. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustumx))"\n"
  13885. "\t"STUB_ASM_CODE("1269")"\n"
  13886.  
  13887. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelx))"\n"
  13888. "\t"STUB_ASM_CODE("1270")"\n"
  13889.  
  13890. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelxv))"\n"
  13891. "\t"STUB_ASM_CODE("1271")"\n"
  13892.  
  13893. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightx))"\n"
  13894. "\t"STUB_ASM_CODE("1272")"\n"
  13895.  
  13896. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightxv))"\n"
  13897. "\t"STUB_ASM_CODE("1273")"\n"
  13898.  
  13899. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidthx))"\n"
  13900. "\t"STUB_ASM_CODE("1274")"\n"
  13901.  
  13902. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixx))"\n"
  13903. "\t"STUB_ASM_CODE("1275")"\n"
  13904.  
  13905. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialx))"\n"
  13906. "\t"STUB_ASM_CODE("1276")"\n"
  13907.  
  13908. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialxv))"\n"
  13909. "\t"STUB_ASM_CODE("1277")"\n"
  13910.  
  13911. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixx))"\n"
  13912. "\t"STUB_ASM_CODE("1278")"\n"
  13913.  
  13914. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4x))"\n"
  13915. "\t"STUB_ASM_CODE("1279")"\n"
  13916.  
  13917. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3x))"\n"
  13918. "\t"STUB_ASM_CODE("1280")"\n"
  13919.  
  13920. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Orthof))"\n"
  13921. "\t"STUB_ASM_CODE("1281")"\n"
  13922.  
  13923. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Orthox))"\n"
  13924. "\t"STUB_ASM_CODE("1282")"\n"
  13925.  
  13926. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSizex))"\n"
  13927. "\t"STUB_ASM_CODE("1283")"\n"
  13928.  
  13929. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetx))"\n"
  13930. "\t"STUB_ASM_CODE("1284")"\n"
  13931.  
  13932. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotatex))"\n"
  13933. "\t"STUB_ASM_CODE("1285")"\n"
  13934.  
  13935. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoveragex))"\n"
  13936. "\t"STUB_ASM_CODE("1286")"\n"
  13937.  
  13938. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scalex))"\n"
  13939. "\t"STUB_ASM_CODE("1287")"\n"
  13940.  
  13941. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvx))"\n"
  13942. "\t"STUB_ASM_CODE("1288")"\n"
  13943.  
  13944. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvxv))"\n"
  13945. "\t"STUB_ASM_CODE("1289")"\n"
  13946.  
  13947. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterx))"\n"
  13948. "\t"STUB_ASM_CODE("1290")"\n"
  13949.  
  13950. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translatex))"\n"
  13951. "\t"STUB_ASM_CODE("1291")"\n"
  13952.  
  13953. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlanef))"\n"
  13954. "\t"STUB_ASM_CODE("1292")"\n"
  13955.  
  13956. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlanex))"\n"
  13957. "\t"STUB_ASM_CODE("1293")"\n"
  13958.  
  13959. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlanef))"\n"
  13960. "\t"STUB_ASM_CODE("1294")"\n"
  13961.  
  13962. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlanex))"\n"
  13963. "\t"STUB_ASM_CODE("1295")"\n"
  13964.  
  13965. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFixedv))"\n"
  13966. "\t"STUB_ASM_CODE("1296")"\n"
  13967.  
  13968. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightxv))"\n"
  13969. "\t"STUB_ASM_CODE("1297")"\n"
  13970.  
  13971. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialxv))"\n"
  13972. "\t"STUB_ASM_CODE("1298")"\n"
  13973.  
  13974. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvxv))"\n"
  13975. "\t"STUB_ASM_CODE("1299")"\n"
  13976.  
  13977. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterxv))"\n"
  13978. "\t"STUB_ASM_CODE("1300")"\n"
  13979.  
  13980. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterx))"\n"
  13981. "\t"STUB_ASM_CODE("1301")"\n"
  13982.  
  13983. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterxv))"\n"
  13984. "\t"STUB_ASM_CODE("1302")"\n"
  13985.  
  13986. STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterxv))"\n"
  13987. "\t"STUB_ASM_CODE("1303")"\n"
  13988.  
  13989. );
  13990. #undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
  13991. #endif /* MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN */
  13992.