Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / mapi / glapi / glapi_mapi_tmp.h
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 GLfixed;
14 typedef int GLclampx;
15 #endif /* _GLAPI_TMP_H_ */
16
17 #ifdef MAPI_TMP_DEFINES
18 #define GL_GLEXT_PROTOTYPES
19 #include "GL/gl.h"
20 #include "GL/glext.h"
21
22 GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode);
23 GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void);
24 GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list);
25 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists);
26 GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range);
27 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range);
28 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base);
29 GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode);
30 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
31 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue);
32 GLAPI void APIENTRY GLAPI_PREFIX(Color3bv)(const GLbyte *v);
33 GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue);
34 GLAPI void APIENTRY GLAPI_PREFIX(Color3dv)(const GLdouble *v);
35 GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue);
36 GLAPI void APIENTRY GLAPI_PREFIX(Color3fv)(const GLfloat *v);
37 GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue);
38 GLAPI void APIENTRY GLAPI_PREFIX(Color3iv)(const GLint *v);
39 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue);
40 GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v);
41 GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue);
42 GLAPI void APIENTRY GLAPI_PREFIX(Color3ubv)(const GLubyte *v);
43 GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue);
44 GLAPI void APIENTRY GLAPI_PREFIX(Color3uiv)(const GLuint *v);
45 GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue);
46 GLAPI void APIENTRY GLAPI_PREFIX(Color3usv)(const GLushort *v);
47 GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
48 GLAPI void APIENTRY GLAPI_PREFIX(Color4bv)(const GLbyte *v);
49 GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
50 GLAPI void APIENTRY GLAPI_PREFIX(Color4dv)(const GLdouble *v);
51 GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
52 GLAPI void APIENTRY GLAPI_PREFIX(Color4fv)(const GLfloat *v);
53 GLAPI void APIENTRY GLAPI_PREFIX(Color4i)(GLint red, GLint green, GLint blue, GLint alpha);
54 GLAPI void APIENTRY GLAPI_PREFIX(Color4iv)(const GLint *v);
55 GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha);
56 GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v);
57 GLAPI void APIENTRY GLAPI_PREFIX(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
58 GLAPI void APIENTRY GLAPI_PREFIX(Color4ubv)(const GLubyte *v);
59 GLAPI void APIENTRY GLAPI_PREFIX(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha);
60 GLAPI void APIENTRY GLAPI_PREFIX(Color4uiv)(const GLuint *v);
61 GLAPI void APIENTRY GLAPI_PREFIX(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha);
62 GLAPI void APIENTRY GLAPI_PREFIX(Color4usv)(const GLushort *v);
63 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlag)(GLboolean flag);
64 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagv)(const GLboolean *flag);
65 GLAPI void APIENTRY GLAPI_PREFIX(End)(void);
66 GLAPI void APIENTRY GLAPI_PREFIX(Indexd)(GLdouble c);
67 GLAPI void APIENTRY GLAPI_PREFIX(Indexdv)(const GLdouble *c);
68 GLAPI void APIENTRY GLAPI_PREFIX(Indexf)(GLfloat c);
69 GLAPI void APIENTRY GLAPI_PREFIX(Indexfv)(const GLfloat *c);
70 GLAPI void APIENTRY GLAPI_PREFIX(Indexi)(GLint c);
71 GLAPI void APIENTRY GLAPI_PREFIX(Indexiv)(const GLint *c);
72 GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c);
73 GLAPI void APIENTRY GLAPI_PREFIX(Indexsv)(const GLshort *c);
74 GLAPI void APIENTRY GLAPI_PREFIX(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz);
75 GLAPI void APIENTRY GLAPI_PREFIX(Normal3bv)(const GLbyte *v);
76 GLAPI void APIENTRY GLAPI_PREFIX(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz);
77 GLAPI void APIENTRY GLAPI_PREFIX(Normal3dv)(const GLdouble *v);
78 GLAPI void APIENTRY GLAPI_PREFIX(Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz);
79 GLAPI void APIENTRY GLAPI_PREFIX(Normal3fv)(const GLfloat *v);
80 GLAPI void APIENTRY GLAPI_PREFIX(Normal3i)(GLint nx, GLint ny, GLint nz);
81 GLAPI void APIENTRY GLAPI_PREFIX(Normal3iv)(const GLint *v);
82 GLAPI void APIENTRY GLAPI_PREFIX(Normal3s)(GLshort nx, GLshort ny, GLshort nz);
83 GLAPI void APIENTRY GLAPI_PREFIX(Normal3sv)(const GLshort *v);
84 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2d)(GLdouble x, GLdouble y);
85 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2dv)(const GLdouble *v);
86 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y);
87 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2fv)(const GLfloat *v);
88 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2i)(GLint x, GLint y);
89 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2iv)(const GLint *v);
90 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2s)(GLshort x, GLshort y);
91 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2sv)(const GLshort *v);
92 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3d)(GLdouble x, GLdouble y, GLdouble z);
93 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3dv)(const GLdouble *v);
94 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3f)(GLfloat x, GLfloat y, GLfloat z);
95 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3fv)(const GLfloat *v);
96 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3i)(GLint x, GLint y, GLint z);
97 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3iv)(const GLint *v);
98 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3s)(GLshort x, GLshort y, GLshort z);
99 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3sv)(const GLshort *v);
100 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
101 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4dv)(const GLdouble *v);
102 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
103 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4fv)(const GLfloat *v);
104 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4i)(GLint x, GLint y, GLint z, GLint w);
105 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4iv)(const GLint *v);
106 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w);
107 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4sv)(const GLshort *v);
108 GLAPI void APIENTRY GLAPI_PREFIX(Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
109 GLAPI void APIENTRY GLAPI_PREFIX(Rectdv)(const GLdouble *v1, const GLdouble *v2);
110 GLAPI void APIENTRY GLAPI_PREFIX(Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
111 GLAPI void APIENTRY GLAPI_PREFIX(Rectfv)(const GLfloat *v1, const GLfloat *v2);
112 GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2);
113 GLAPI void APIENTRY GLAPI_PREFIX(Rectiv)(const GLint *v1, const GLint *v2);
114 GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
115 GLAPI void APIENTRY GLAPI_PREFIX(Rectsv)(const GLshort *v1, const GLshort *v2);
116 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1d)(GLdouble s);
117 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1dv)(const GLdouble *v);
118 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1f)(GLfloat s);
119 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1fv)(const GLfloat *v);
120 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1i)(GLint s);
121 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1iv)(const GLint *v);
122 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1s)(GLshort s);
123 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1sv)(const GLshort *v);
124 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2d)(GLdouble s, GLdouble t);
125 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2dv)(const GLdouble *v);
126 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2f)(GLfloat s, GLfloat t);
127 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2fv)(const GLfloat *v);
128 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2i)(GLint s, GLint t);
129 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2iv)(const GLint *v);
130 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2s)(GLshort s, GLshort t);
131 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2sv)(const GLshort *v);
132 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r);
133 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3dv)(const GLdouble *v);
134 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3f)(GLfloat s, GLfloat t, GLfloat r);
135 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3fv)(const GLfloat *v);
136 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3i)(GLint s, GLint t, GLint r);
137 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3iv)(const GLint *v);
138 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3s)(GLshort s, GLshort t, GLshort r);
139 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3sv)(const GLshort *v);
140 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q);
141 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4dv)(const GLdouble *v);
142 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q);
143 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4fv)(const GLfloat *v);
144 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4i)(GLint s, GLint t, GLint r, GLint q);
145 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4iv)(const GLint *v);
146 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q);
147 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4sv)(const GLshort *v);
148 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2d)(GLdouble x, GLdouble y);
149 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2dv)(const GLdouble *v);
150 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y);
151 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v);
152 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2i)(GLint x, GLint y);
153 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2iv)(const GLint *v);
154 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2s)(GLshort x, GLshort y);
155 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2sv)(const GLshort *v);
156 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3d)(GLdouble x, GLdouble y, GLdouble z);
157 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3dv)(const GLdouble *v);
158 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z);
159 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3fv)(const GLfloat *v);
160 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3i)(GLint x, GLint y, GLint z);
161 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3iv)(const GLint *v);
162 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3s)(GLshort x, GLshort y, GLshort z);
163 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3sv)(const GLshort *v);
164 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
165 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4dv)(const GLdouble *v);
166 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
167 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v);
168 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4i)(GLint x, GLint y, GLint z, GLint w);
169 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4iv)(const GLint *v);
170 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w);
171 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4sv)(const GLshort *v);
172 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation);
173 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaterial)(GLenum face, GLenum mode);
174 GLAPI void APIENTRY GLAPI_PREFIX(CullFace)(GLenum mode);
175 GLAPI void APIENTRY GLAPI_PREFIX(Fogf)(GLenum pname, GLfloat param);
176 GLAPI void APIENTRY GLAPI_PREFIX(Fogfv)(GLenum pname, const GLfloat *params);
177 GLAPI void APIENTRY GLAPI_PREFIX(Fogi)(GLenum pname, GLint param);
178 GLAPI void APIENTRY GLAPI_PREFIX(Fogiv)(GLenum pname, const GLint *params);
179 GLAPI void APIENTRY GLAPI_PREFIX(FrontFace)(GLenum mode);
180 GLAPI void APIENTRY GLAPI_PREFIX(Hint)(GLenum target, GLenum mode);
181 GLAPI void APIENTRY GLAPI_PREFIX(Lightf)(GLenum light, GLenum pname, GLfloat param);
182 GLAPI void APIENTRY GLAPI_PREFIX(Lightfv)(GLenum light, GLenum pname, const GLfloat *params);
183 GLAPI void APIENTRY GLAPI_PREFIX(Lighti)(GLenum light, GLenum pname, GLint param);
184 GLAPI void APIENTRY GLAPI_PREFIX(Lightiv)(GLenum light, GLenum pname, const GLint *params);
185 GLAPI void APIENTRY GLAPI_PREFIX(LightModelf)(GLenum pname, GLfloat param);
186 GLAPI void APIENTRY GLAPI_PREFIX(LightModelfv)(GLenum pname, const GLfloat *params);
187 GLAPI void APIENTRY GLAPI_PREFIX(LightModeli)(GLenum pname, GLint param);
188 GLAPI void APIENTRY GLAPI_PREFIX(LightModeliv)(GLenum pname, const GLint *params);
189 GLAPI void APIENTRY GLAPI_PREFIX(LineStipple)(GLint factor, GLushort pattern);
190 GLAPI void APIENTRY GLAPI_PREFIX(LineWidth)(GLfloat width);
191 GLAPI void APIENTRY GLAPI_PREFIX(Materialf)(GLenum face, GLenum pname, GLfloat param);
192 GLAPI void APIENTRY GLAPI_PREFIX(Materialfv)(GLenum face, GLenum pname, const GLfloat *params);
193 GLAPI void APIENTRY GLAPI_PREFIX(Materiali)(GLenum face, GLenum pname, GLint param);
194 GLAPI void APIENTRY GLAPI_PREFIX(Materialiv)(GLenum face, GLenum pname, const GLint *params);
195 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size);
196 GLAPI void APIENTRY GLAPI_PREFIX(PolygonMode)(GLenum face, GLenum mode);
197 GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask);
198 GLAPI void APIENTRY GLAPI_PREFIX(Scissor)(GLint x, GLint y, GLsizei width, GLsizei height);
199 GLAPI void APIENTRY GLAPI_PREFIX(ShadeModel)(GLenum mode);
200 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param);
201 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterfv)(GLenum target, GLenum pname, const GLfloat *params);
202 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteri)(GLenum target, GLenum pname, GLint param);
203 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteriv)(GLenum target, GLenum pname, const GLint *params);
204 GLAPI void APIENTRY GLAPI_PREFIX(TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
205 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);
206 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvf)(GLenum target, GLenum pname, GLfloat param);
207 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvfv)(GLenum target, GLenum pname, const GLfloat *params);
208 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvi)(GLenum target, GLenum pname, GLint param);
209 GLAPI void APIENTRY GLAPI_PREFIX(TexEnviv)(GLenum target, GLenum pname, const GLint *params);
210 GLAPI void APIENTRY GLAPI_PREFIX(TexGend)(GLenum coord, GLenum pname, GLdouble param);
211 GLAPI void APIENTRY GLAPI_PREFIX(TexGendv)(GLenum coord, GLenum pname, const GLdouble *params);
212 GLAPI void APIENTRY GLAPI_PREFIX(TexGenf)(GLenum coord, GLenum pname, GLfloat param);
213 GLAPI void APIENTRY GLAPI_PREFIX(TexGenfv)(GLenum coord, GLenum pname, const GLfloat *params);
214 GLAPI void APIENTRY GLAPI_PREFIX(TexGeni)(GLenum coord, GLenum pname, GLint param);
215 GLAPI void APIENTRY GLAPI_PREFIX(TexGeniv)(GLenum coord, GLenum pname, const GLint *params);
216 GLAPI void APIENTRY GLAPI_PREFIX(FeedbackBuffer)(GLsizei size, GLenum type, GLfloat *buffer);
217 GLAPI void APIENTRY GLAPI_PREFIX(SelectBuffer)(GLsizei size, GLuint *buffer);
218 GLAPI GLint APIENTRY GLAPI_PREFIX(RenderMode)(GLenum mode);
219 GLAPI void APIENTRY GLAPI_PREFIX(InitNames)(void);
220 GLAPI void APIENTRY GLAPI_PREFIX(LoadName)(GLuint name);
221 GLAPI void APIENTRY GLAPI_PREFIX(PassThrough)(GLfloat token);
222 GLAPI void APIENTRY GLAPI_PREFIX(PopName)(void);
223 GLAPI void APIENTRY GLAPI_PREFIX(PushName)(GLuint name);
224 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffer)(GLenum mode);
225 GLAPI void APIENTRY GLAPI_PREFIX(Clear)(GLbitfield mask);
226 GLAPI void APIENTRY GLAPI_PREFIX(ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
227 GLAPI void APIENTRY GLAPI_PREFIX(ClearIndex)(GLfloat c);
228 GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
229 GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s);
230 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepth)(GLclampd depth);
231 GLAPI void APIENTRY GLAPI_PREFIX(StencilMask)(GLuint mask);
232 GLAPI void APIENTRY GLAPI_PREFIX(ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
233 GLAPI void APIENTRY GLAPI_PREFIX(DepthMask)(GLboolean flag);
234 GLAPI void APIENTRY GLAPI_PREFIX(IndexMask)(GLuint mask);
235 GLAPI void APIENTRY GLAPI_PREFIX(Accum)(GLenum op, GLfloat value);
236 GLAPI void APIENTRY GLAPI_PREFIX(Disable)(GLenum cap);
237 GLAPI void APIENTRY GLAPI_PREFIX(Enable)(GLenum cap);
238 GLAPI void APIENTRY GLAPI_PREFIX(Finish)(void);
239 GLAPI void APIENTRY GLAPI_PREFIX(Flush)(void);
240 GLAPI void APIENTRY GLAPI_PREFIX(PopAttrib)(void);
241 GLAPI void APIENTRY GLAPI_PREFIX(PushAttrib)(GLbitfield mask);
242 GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points);
243 GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);
244 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);
245 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);
246 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1d)(GLint un, GLdouble u1, GLdouble u2);
247 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1f)(GLint un, GLfloat u1, GLfloat u2);
248 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2);
249 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2);
250 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1d)(GLdouble u);
251 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1dv)(const GLdouble *u);
252 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1f)(GLfloat u);
253 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1fv)(const GLfloat *u);
254 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2d)(GLdouble u, GLdouble v);
255 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2dv)(const GLdouble *u);
256 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2f)(GLfloat u, GLfloat v);
257 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2fv)(const GLfloat *u);
258 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh1)(GLenum mode, GLint i1, GLint i2);
259 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint1)(GLint i);
260 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
261 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint2)(GLint i, GLint j);
262 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFunc)(GLenum func, GLclampf ref);
263 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor);
264 GLAPI void APIENTRY GLAPI_PREFIX(LogicOp)(GLenum opcode);
265 GLAPI void APIENTRY GLAPI_PREFIX(StencilFunc)(GLenum func, GLint ref, GLuint mask);
266 GLAPI void APIENTRY GLAPI_PREFIX(StencilOp)(GLenum fail, GLenum zfail, GLenum zpass);
267 GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func);
268 GLAPI void APIENTRY GLAPI_PREFIX(PixelZoom)(GLfloat xfactor, GLfloat yfactor);
269 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferf)(GLenum pname, GLfloat param);
270 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferi)(GLenum pname, GLint param);
271 GLAPI void APIENTRY GLAPI_PREFIX(PixelStoref)(GLenum pname, GLfloat param);
272 GLAPI void APIENTRY GLAPI_PREFIX(PixelStorei)(GLenum pname, GLint param);
273 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values);
274 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values);
275 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values);
276 GLAPI void APIENTRY GLAPI_PREFIX(ReadBuffer)(GLenum mode);
277 GLAPI void APIENTRY GLAPI_PREFIX(CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
278 GLAPI void APIENTRY GLAPI_PREFIX(ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
279 GLAPI void APIENTRY GLAPI_PREFIX(DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
280 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanv)(GLenum pname, GLboolean *params);
281 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation);
282 GLAPI void APIENTRY GLAPI_PREFIX(GetDoublev)(GLenum pname, GLdouble *params);
283 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetError)(void);
284 GLAPI void APIENTRY GLAPI_PREFIX(GetFloatv)(GLenum pname, GLfloat *params);
285 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerv)(GLenum pname, GLint *params);
286 GLAPI void APIENTRY GLAPI_PREFIX(GetLightfv)(GLenum light, GLenum pname, GLfloat *params);
287 GLAPI void APIENTRY GLAPI_PREFIX(GetLightiv)(GLenum light, GLenum pname, GLint *params);
288 GLAPI void APIENTRY GLAPI_PREFIX(GetMapdv)(GLenum target, GLenum query, GLdouble *v);
289 GLAPI void APIENTRY GLAPI_PREFIX(GetMapfv)(GLenum target, GLenum query, GLfloat *v);
290 GLAPI void APIENTRY GLAPI_PREFIX(GetMapiv)(GLenum target, GLenum query, GLint *v);
291 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialfv)(GLenum face, GLenum pname, GLfloat *params);
292 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialiv)(GLenum face, GLenum pname, GLint *params);
293 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapfv)(GLenum map, GLfloat *values);
294 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapuiv)(GLenum map, GLuint *values);
295 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapusv)(GLenum map, GLushort *values);
296 GLAPI void APIENTRY GLAPI_PREFIX(GetPolygonStipple)(GLubyte *mask);
297 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name);
298 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvfv)(GLenum target, GLenum pname, GLfloat *params);
299 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnviv)(GLenum target, GLenum pname, GLint *params);
300 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGendv)(GLenum coord, GLenum pname, GLdouble *params);
301 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGenfv)(GLenum coord, GLenum pname, GLfloat *params);
302 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGeniv)(GLenum coord, GLenum pname, GLint *params);
303 GLAPI void APIENTRY GLAPI_PREFIX(GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);
304 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params);
305 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params);
306 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat *params);
307 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params);
308 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabled)(GLenum cap);
309 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsList)(GLuint list);
310 GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar);
311 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
312 GLAPI void APIENTRY GLAPI_PREFIX(LoadIdentity)(void);
313 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixf)(const GLfloat *m);
314 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixd)(const GLdouble *m);
315 GLAPI void APIENTRY GLAPI_PREFIX(MatrixMode)(GLenum mode);
316 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixf)(const GLfloat *m);
317 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixd)(const GLdouble *m);
318 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
319 GLAPI void APIENTRY GLAPI_PREFIX(PopMatrix)(void);
320 GLAPI void APIENTRY GLAPI_PREFIX(PushMatrix)(void);
321 GLAPI void APIENTRY GLAPI_PREFIX(Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
322 GLAPI void APIENTRY GLAPI_PREFIX(Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
323 GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z);
324 GLAPI void APIENTRY GLAPI_PREFIX(Scalef)(GLfloat x, GLfloat y, GLfloat z);
325 GLAPI void APIENTRY GLAPI_PREFIX(Translated)(GLdouble x, GLdouble y, GLdouble z);
326 GLAPI void APIENTRY GLAPI_PREFIX(Translatef)(GLfloat x, GLfloat y, GLfloat z);
327 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height);
328 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElement)(GLint i);
329 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElementEXT)(GLint i);
330 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture);
331 GLAPI void APIENTRY GLAPI_PREFIX(BindTextureEXT)(GLenum target, GLuint texture);
332 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
333 GLAPI void APIENTRY GLAPI_PREFIX(DisableClientState)(GLenum array);
334 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count);
335 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysEXT)(GLenum mode, GLint first, GLsizei count);
336 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
337 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointer)(GLsizei stride, const GLvoid *pointer);
338 GLAPI void APIENTRY GLAPI_PREFIX(EnableClientState)(GLenum array);
339 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
340 GLAPI void APIENTRY GLAPI_PREFIX(Indexub)(GLubyte c);
341 GLAPI void APIENTRY GLAPI_PREFIX(Indexubv)(const GLubyte *c);
342 GLAPI void APIENTRY GLAPI_PREFIX(InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid *pointer);
343 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
344 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffset)(GLfloat factor, GLfloat units);
345 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
346 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
347 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences);
348 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences);
349 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
350 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
351 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
352 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
353 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
354 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
355 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
356 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
357 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures);
358 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTexturesEXT)(GLsizei n, const GLuint *textures);
359 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures);
360 GLAPI void APIENTRY GLAPI_PREFIX(GenTexturesEXT)(GLsizei n, GLuint *textures);
361 GLAPI void APIENTRY GLAPI_PREFIX(GetPointerv)(GLenum pname, GLvoid **params);
362 GLAPI void APIENTRY GLAPI_PREFIX(GetPointervEXT)(GLenum pname, GLvoid **params);
363 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture);
364 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTextureEXT)(GLuint texture);
365 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTextures)(GLsizei n, const GLuint *textures, const GLclampf *priorities);
366 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTexturesEXT)(GLsizei n, const GLuint *textures, const GLclampf *priorities);
367 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
368 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
369 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);
370 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage2DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
371 GLAPI void APIENTRY GLAPI_PREFIX(PopClientAttrib)(void);
372 GLAPI void APIENTRY GLAPI_PREFIX(PushClientAttrib)(GLbitfield mask);
373 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
374 GLAPI void APIENTRY GLAPI_PREFIX(BlendColorEXT)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
375 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode);
376 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationEXT)(GLenum mode);
377 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);
378 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsEXT)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);
379 GLAPI void APIENTRY GLAPI_PREFIX(ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
380 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableEXT)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
381 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat *params);
382 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameteriv)(GLenum target, GLenum pname, const GLint *params);
383 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
384 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid *table);
385 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableEXT)(GLenum target, GLenum format, GLenum type, GLvoid *table);
386 void APIENTRY GLAPI_PREFIX(_dispatch_stub_343)(GLenum target, GLenum format, GLenum type, GLvoid *table);
387 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat *params);
388 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfvEXT)(GLenum target, GLenum pname, GLfloat *params);
389 void APIENTRY GLAPI_PREFIX(_dispatch_stub_344)(GLenum target, GLenum pname, GLfloat *params);
390 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameteriv)(GLenum target, GLenum pname, GLint *params);
391 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterivEXT)(GLenum target, GLenum pname, GLint *params);
392 void APIENTRY GLAPI_PREFIX(_dispatch_stub_345)(GLenum target, GLenum pname, GLint *params);
393 GLAPI void APIENTRY GLAPI_PREFIX(ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);
394 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);
395 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image);
396 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image);
397 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params);
398 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat *params);
399 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteri)(GLenum target, GLenum pname, GLint params);
400 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint *params);
401 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
402 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);
403 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid *image);
404 void APIENTRY GLAPI_PREFIX(_dispatch_stub_356)(GLenum target, GLenum format, GLenum type, GLvoid *image);
405 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat *params);
406 void APIENTRY GLAPI_PREFIX(_dispatch_stub_357)(GLenum target, GLenum pname, GLfloat *params);
407 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint *params);
408 void APIENTRY GLAPI_PREFIX(_dispatch_stub_358)(GLenum target, GLenum pname, GLint *params);
409 GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
410 void APIENTRY GLAPI_PREFIX(_dispatch_stub_359)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
411 GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);
412 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
413 void APIENTRY GLAPI_PREFIX(_dispatch_stub_361)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
414 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat *params);
415 void APIENTRY GLAPI_PREFIX(_dispatch_stub_362)(GLenum target, GLenum pname, GLfloat *params);
416 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameteriv)(GLenum target, GLenum pname, GLint *params);
417 void APIENTRY GLAPI_PREFIX(_dispatch_stub_363)(GLenum target, GLenum pname, GLint *params);
418 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
419 void APIENTRY GLAPI_PREFIX(_dispatch_stub_364)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values);
420 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat *params);
421 void APIENTRY GLAPI_PREFIX(_dispatch_stub_365)(GLenum target, GLenum pname, GLfloat *params);
422 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint *params);
423 void APIENTRY GLAPI_PREFIX(_dispatch_stub_366)(GLenum target, GLenum pname, GLint *params);
424 GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
425 GLAPI void APIENTRY GLAPI_PREFIX(Minmax)(GLenum target, GLenum internalformat, GLboolean sink);
426 GLAPI void APIENTRY GLAPI_PREFIX(ResetHistogram)(GLenum target);
427 GLAPI void APIENTRY GLAPI_PREFIX(ResetMinmax)(GLenum target);
428 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);
429 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);
430 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);
431 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);
432 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
433 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
434 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTextureARB)(GLenum texture);
435 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture);
436 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTextureARB)(GLenum texture);
437 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTexture)(GLenum texture);
438 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dARB)(GLenum target, GLdouble s);
439 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1d)(GLenum target, GLdouble s);
440 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dvARB)(GLenum target, const GLdouble *v);
441 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dv)(GLenum target, const GLdouble *v);
442 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fARB)(GLenum target, GLfloat s);
443 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1f)(GLenum target, GLfloat s);
444 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fvARB)(GLenum target, const GLfloat *v);
445 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fv)(GLenum target, const GLfloat *v);
446 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iARB)(GLenum target, GLint s);
447 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1i)(GLenum target, GLint s);
448 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1ivARB)(GLenum target, const GLint *v);
449 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iv)(GLenum target, const GLint *v);
450 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sARB)(GLenum target, GLshort s);
451 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1s)(GLenum target, GLshort s);
452 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1svARB)(GLenum target, const GLshort *v);
453 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sv)(GLenum target, const GLshort *v);
454 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dARB)(GLenum target, GLdouble s, GLdouble t);
455 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t);
456 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dvARB)(GLenum target, const GLdouble *v);
457 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dv)(GLenum target, const GLdouble *v);
458 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t);
459 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2f)(GLenum target, GLfloat s, GLfloat t);
460 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fvARB)(GLenum target, const GLfloat *v);
461 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fv)(GLenum target, const GLfloat *v);
462 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iARB)(GLenum target, GLint s, GLint t);
463 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2i)(GLenum target, GLint s, GLint t);
464 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2ivARB)(GLenum target, const GLint *v);
465 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iv)(GLenum target, const GLint *v);
466 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t);
467 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t);
468 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2svARB)(GLenum target, const GLshort *v);
469 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sv)(GLenum target, const GLshort *v);
470 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r);
471 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r);
472 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dvARB)(GLenum target, const GLdouble *v);
473 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dv)(GLenum target, const GLdouble *v);
474 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r);
475 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3f)(GLenum target, GLfloat s, GLfloat t, GLfloat r);
476 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fvARB)(GLenum target, const GLfloat *v);
477 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fv)(GLenum target, const GLfloat *v);
478 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iARB)(GLenum target, GLint s, GLint t, GLint r);
479 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r);
480 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3ivARB)(GLenum target, const GLint *v);
481 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iv)(GLenum target, const GLint *v);
482 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r);
483 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r);
484 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3svARB)(GLenum target, const GLshort *v);
485 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sv)(GLenum target, const GLshort *v);
486 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
487 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
488 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dvARB)(GLenum target, const GLdouble *v);
489 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dv)(GLenum target, const GLdouble *v);
490 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
491 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
492 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fvARB)(GLenum target, const GLfloat *v);
493 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fv)(GLenum target, const GLfloat *v);
494 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iARB)(GLenum target, GLint s, GLint t, GLint r, GLint q);
495 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q);
496 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4ivARB)(GLenum target, const GLint *v);
497 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iv)(GLenum target, const GLint *v);
498 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
499 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
500 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4svARB)(GLenum target, const GLshort *v);
501 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sv)(GLenum target, const GLshort *v);
502 GLAPI void APIENTRY GLAPI_PREFIX(AttachShader)(GLuint program, GLuint shader);
503 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateProgram)(void);
504 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShader)(GLenum type);
505 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program);
506 GLAPI void APIENTRY GLAPI_PREFIX(DeleteShader)(GLuint program);
507 GLAPI void APIENTRY GLAPI_PREFIX(DetachShader)(GLuint program, GLuint shader);
508 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj);
509 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
510 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramiv)(GLuint program, GLenum pname, GLint *params);
511 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
512 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderiv)(GLuint shader, GLenum pname, GLint *params);
513 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgram)(GLuint program);
514 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsShader)(GLuint shader);
515 GLAPI void APIENTRY GLAPI_PREFIX(StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask);
516 GLAPI void APIENTRY GLAPI_PREFIX(StencilMaskSeparate)(GLenum face, GLuint mask);
517 GLAPI void APIENTRY GLAPI_PREFIX(StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass);
518 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
519 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
520 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
521 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
522 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
523 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
524 GLAPI void APIENTRY GLAPI_PREFIX(ClampColor)(GLenum target, GLenum clamp);
525 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
526 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat *value);
527 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint *value);
528 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint *value);
529 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetStringi)(GLenum name, GLuint index);
530 GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer);
531 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level);
532 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params);
533 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64i_v)(GLenum cap, GLuint index, GLint64 *data);
534 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisor)(GLuint index, GLuint divisor);
535 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixdARB)(const GLdouble *m);
536 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixd)(const GLdouble *m);
537 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixfARB)(const GLfloat *m);
538 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixf)(const GLfloat *m);
539 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixdARB)(const GLdouble *m);
540 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixd)(const GLdouble *m);
541 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixfARB)(const GLfloat *m);
542 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixf)(const GLfloat *m);
543 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverageARB)(GLclampf value, GLboolean invert);
544 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverage)(GLclampf value, GLboolean invert);
545 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);
546 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);
547 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
548 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
549 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);
550 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);
551 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1DARB)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
552 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
553 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);
554 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);
555 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);
556 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);
557 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img);
558 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img);
559 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArrayARB)(GLuint index);
560 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index);
561 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArrayARB)(GLuint index);
562 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArray)(GLuint index);
563 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble *params);
564 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat *params);
565 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble *params);
566 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat *params);
567 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringARB)(GLenum target, GLenum pname, GLvoid *string);
568 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivARB)(GLenum target, GLenum pname, GLint *params);
569 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvARB)(GLuint index, GLenum pname, GLdouble *params);
570 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble *params);
571 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvARB)(GLuint index, GLenum pname, GLfloat *params);
572 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat *params);
573 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivARB)(GLuint index, GLenum pname, GLint *params);
574 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribiv)(GLuint index, GLenum pname, GLint *params);
575 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
576 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dNV)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
577 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params);
578 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dvNV)(GLenum target, GLuint index, const GLdouble *params);
579 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
580 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fNV)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
581 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params);
582 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fvNV)(GLenum target, GLuint index, const GLfloat *params);
583 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
584 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params);
585 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
586 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params);
587 GLAPI void APIENTRY GLAPI_PREFIX(ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid *string);
588 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dARB)(GLuint index, GLdouble x);
589 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1d)(GLuint index, GLdouble x);
590 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v);
591 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dv)(GLuint index, const GLdouble *v);
592 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x);
593 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1f)(GLuint index, GLfloat x);
594 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v);
595 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fv)(GLuint index, const GLfloat *v);
596 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sARB)(GLuint index, GLshort x);
597 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1s)(GLuint index, GLshort x);
598 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svARB)(GLuint index, const GLshort *v);
599 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sv)(GLuint index, const GLshort *v);
600 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dARB)(GLuint index, GLdouble x, GLdouble y);
601 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y);
602 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v);
603 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dv)(GLuint index, const GLdouble *v);
604 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y);
605 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2f)(GLuint index, GLfloat x, GLfloat y);
606 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v);
607 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fv)(GLuint index, const GLfloat *v);
608 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y);
609 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2s)(GLuint index, GLshort x, GLshort y);
610 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svARB)(GLuint index, const GLshort *v);
611 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sv)(GLuint index, const GLshort *v);
612 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
613 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
614 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvARB)(GLuint index, const GLdouble *v);
615 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dv)(GLuint index, const GLdouble *v);
616 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
617 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3f)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
618 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvARB)(GLuint index, const GLfloat *v);
619 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fv)(GLuint index, const GLfloat *v);
620 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z);
621 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z);
622 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svARB)(GLuint index, const GLshort *v);
623 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sv)(GLuint index, const GLshort *v);
624 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NbvARB)(GLuint index, const GLbyte *v);
625 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nbv)(GLuint index, const GLbyte *v);
626 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NivARB)(GLuint index, const GLint *v);
627 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Niv)(GLuint index, const GLint *v);
628 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NsvARB)(GLuint index, const GLshort *v);
629 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nsv)(GLuint index, const GLshort *v);
630 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubARB)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
631 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
632 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubvARB)(GLuint index, const GLubyte *v);
633 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nubv)(GLuint index, const GLubyte *v);
634 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NuivARB)(GLuint index, const GLuint *v);
635 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nuiv)(GLuint index, const GLuint *v);
636 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NusvARB)(GLuint index, const GLushort *v);
637 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nusv)(GLuint index, const GLushort *v);
638 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v);
639 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bv)(GLuint index, const GLbyte *v);
640 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
641 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
642 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvARB)(GLuint index, const GLdouble *v);
643 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dv)(GLuint index, const GLdouble *v);
644 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
645 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
646 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v);
647 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fv)(GLuint index, const GLfloat *v);
648 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ivARB)(GLuint index, const GLint *v);
649 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4iv)(GLuint index, const GLint *v);
650 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
651 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
652 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svARB)(GLuint index, const GLshort *v);
653 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sv)(GLuint index, const GLshort *v);
654 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvARB)(GLuint index, const GLubyte *v);
655 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubv)(GLuint index, const GLubyte *v);
656 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uivARB)(GLuint index, const GLuint *v);
657 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uiv)(GLuint index, const GLuint *v);
658 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usvARB)(GLuint index, const GLushort *v);
659 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usv)(GLuint index, const GLushort *v);
660 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
661 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
662 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferARB)(GLenum target, GLuint buffer);
663 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer);
664 GLAPI void APIENTRY GLAPI_PREFIX(BufferDataARB)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage);
665 GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
666 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data);
667 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data);
668 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffersARB)(GLsizei n, const GLuint *buffer);
669 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffers)(GLsizei n, const GLuint *buffer);
670 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffersARB)(GLsizei n, GLuint *buffer);
671 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffers)(GLsizei n, GLuint *buffer);
672 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameterivARB)(GLenum target, GLenum pname, GLint *params);
673 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteriv)(GLenum target, GLenum pname, GLint *params);
674 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointervARB)(GLenum target, GLenum pname, GLvoid **params);
675 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointerv)(GLenum target, GLenum pname, GLvoid **params);
676 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data);
677 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data);
678 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBufferARB)(GLuint buffer);
679 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer);
680 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferARB)(GLenum target, GLenum access);
681 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBuffer)(GLenum target, GLenum access);
682 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBufferARB)(GLenum target);
683 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBuffer)(GLenum target);
684 GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryARB)(GLenum target, GLuint id);
685 GLAPI void APIENTRY GLAPI_PREFIX(BeginQuery)(GLenum target, GLuint id);
686 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueriesARB)(GLsizei n, const GLuint *ids);
687 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueries)(GLsizei n, const GLuint *ids);
688 GLAPI void APIENTRY GLAPI_PREFIX(EndQueryARB)(GLenum target);
689 GLAPI void APIENTRY GLAPI_PREFIX(EndQuery)(GLenum target);
690 GLAPI void APIENTRY GLAPI_PREFIX(GenQueriesARB)(GLsizei n, GLuint *ids);
691 GLAPI void APIENTRY GLAPI_PREFIX(GenQueries)(GLsizei n, GLuint *ids);
692 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectivARB)(GLuint id, GLenum pname, GLint *params);
693 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectiv)(GLuint id, GLenum pname, GLint *params);
694 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuivARB)(GLuint id, GLenum pname, GLuint *params);
695 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params);
696 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryivARB)(GLenum target, GLenum pname, GLint *params);
697 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryiv)(GLenum target, GLenum pname, GLint *params);
698 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQueryARB)(GLuint id);
699 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQuery)(GLuint id);
700 GLAPI void APIENTRY GLAPI_PREFIX(AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj);
701 GLAPI void APIENTRY GLAPI_PREFIX(CompileShaderARB)(GLhandleARB shader);
702 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader);
703 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateProgramObjectARB)(void);
704 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateShaderObjectARB)(GLenum shaderType);
705 GLAPI void APIENTRY GLAPI_PREFIX(DeleteObjectARB)(GLhandleARB obj);
706 GLAPI void APIENTRY GLAPI_PREFIX(DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj);
707 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
708 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
709 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog);
710 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(GetHandleARB)(GLenum pname);
711 GLAPI void APIENTRY GLAPI_PREFIX(GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog);
712 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat *params);
713 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint *params);
714 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSourceARB)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source);
715 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source);
716 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocationARB)(GLhandleARB program, const GLcharARB *name);
717 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocation)(GLuint program, const GLchar *name);
718 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfvARB)(GLhandleARB program, GLint location, GLfloat *params);
719 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params);
720 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformivARB)(GLhandleARB program, GLint location, GLint *params);
721 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformiv)(GLuint program, GLint location, GLint *params);
722 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgramARB)(GLhandleARB program);
723 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgram)(GLuint program);
724 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSourceARB)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length);
725 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSource)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length);
726 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fARB)(GLint location, GLfloat v0);
727 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0);
728 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fvARB)(GLint location, GLsizei count, const GLfloat *value);
729 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fv)(GLint location, GLsizei count, const GLfloat *value);
730 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iARB)(GLint location, GLint v0);
731 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1i)(GLint location, GLint v0);
732 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ivARB)(GLint location, GLsizei count, const GLint *value);
733 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iv)(GLint location, GLsizei count, const GLint *value);
734 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fARB)(GLint location, GLfloat v0, GLfloat v1);
735 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1);
736 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fvARB)(GLint location, GLsizei count, const GLfloat *value);
737 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fv)(GLint location, GLsizei count, const GLfloat *value);
738 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iARB)(GLint location, GLint v0, GLint v1);
739 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2i)(GLint location, GLint v0, GLint v1);
740 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ivARB)(GLint location, GLsizei count, const GLint *value);
741 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iv)(GLint location, GLsizei count, const GLint *value);
742 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
743 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
744 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fvARB)(GLint location, GLsizei count, const GLfloat *value);
745 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fv)(GLint location, GLsizei count, const GLfloat *value);
746 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iARB)(GLint location, GLint v0, GLint v1, GLint v2);
747 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2);
748 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ivARB)(GLint location, GLsizei count, const GLint *value);
749 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iv)(GLint location, GLsizei count, const GLint *value);
750 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
751 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
752 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fvARB)(GLint location, GLsizei count, const GLfloat *value);
753 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fv)(GLint location, GLsizei count, const GLfloat *value);
754 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iARB)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
755 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
756 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ivARB)(GLint location, GLsizei count, const GLint *value);
757 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iv)(GLint location, GLsizei count, const GLint *value);
758 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
759 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
760 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
761 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
762 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
763 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
764 GLAPI void APIENTRY GLAPI_PREFIX(UseProgramObjectARB)(GLhandleARB program);
765 GLAPI void APIENTRY GLAPI_PREFIX(UseProgram)(GLuint program);
766 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgramARB)(GLhandleARB program);
767 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgram)(GLuint program);
768 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocationARB)(GLhandleARB program, GLuint index, const GLcharARB *name);
769 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocation)(GLuint program, GLuint index, const GLchar *name);
770 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
771 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
772 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocationARB)(GLhandleARB program, const GLcharARB *name);
773 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name);
774 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersARB)(GLsizei n, const GLenum *bufs);
775 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs);
776 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersATI)(GLsizei n, const GLenum *bufs);
777 GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp);
778 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
779 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
780 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
781 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
782 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
783 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
784 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
785 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
786 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level);
787 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);
788 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value);
789 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor);
790 GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length);
791 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
792 GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer);
793 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array);
794 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays);
795 GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
796 GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
797 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync);
798 GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags);
799 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params);
800 GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
801 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync);
802 GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
803 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
804 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);
805 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
806 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex);
807 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA);
808 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateIndexedAMD)(GLuint buf, GLenum modeRGB, GLenum modeA);
809 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode);
810 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationIndexedAMD)(GLuint buf, GLenum mode);
811 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA);
812 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateIndexedAMD)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA);
813 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst);
814 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncIndexedAMD)(GLuint buf, GLenum src, GLenum dst);
815 GLAPI void APIENTRY GLAPI_PREFIX(BindSampler)(GLuint unit, GLuint sampler);
816 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSamplers)(GLsizei count, const GLuint *samplers);
817 GLAPI void APIENTRY GLAPI_PREFIX(GenSamplers)(GLsizei count, GLuint *samplers);
818 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint *params);
819 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint *params);
820 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat *params);
821 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint *params);
822 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler);
823 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *params);
824 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint *params);
825 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param);
826 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params);
827 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param);
828 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params);
829 GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id);
830 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids);
831 GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id);
832 GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids);
833 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id);
834 GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void);
835 GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void);
836 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth);
837 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
838 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
839 GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void);
840 GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);
841 void APIENTRY GLAPI_PREFIX(_dispatch_stub_627)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
842 void APIENTRY GLAPI_PREFIX(_dispatch_stub_628)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);
843 void APIENTRY GLAPI_PREFIX(_dispatch_stub_629)(GLuint program, GLenum pname, GLint value);
844 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void);
845 GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table);
846 GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);
847 GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image);
848 GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);
849 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v);
850 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v);
851 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v);
852 GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);
853 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values);
854 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values);
855 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values);
856 GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern);
857 GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span);
858 GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);
859 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params);
860 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params);
861 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params);
862 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params);
863 GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);
864 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias);
865 void APIENTRY GLAPI_PREFIX(_dispatch_stub_651)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
866 void APIENTRY GLAPI_PREFIX(_dispatch_stub_652)(const GLfloat *coords);
867 void APIENTRY GLAPI_PREFIX(_dispatch_stub_653)(GLint x, GLint y, GLint z, GLint width, GLint height);
868 void APIENTRY GLAPI_PREFIX(_dispatch_stub_654)(const GLint *coords);
869 void APIENTRY GLAPI_PREFIX(_dispatch_stub_655)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
870 void APIENTRY GLAPI_PREFIX(_dispatch_stub_656)(const GLshort *coords);
871 void APIENTRY GLAPI_PREFIX(_dispatch_stub_657)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
872 void APIENTRY GLAPI_PREFIX(_dispatch_stub_658)(const GLfixed *coords);
873 void APIENTRY GLAPI_PREFIX(_dispatch_stub_659)(GLenum type, GLsizei stride, const GLvoid *pointer);
874 void APIENTRY GLAPI_PREFIX(_dispatch_stub_660)(GLenum pname, GLfloat *params);
875 void APIENTRY GLAPI_PREFIX(_dispatch_stub_661)(GLenum pname, GLint *params);
876 void APIENTRY GLAPI_PREFIX(_dispatch_stub_662)(GLenum pname, GLfloat param);
877 void APIENTRY GLAPI_PREFIX(_dispatch_stub_663)(GLenum pname, const GLfloat *params);
878 void APIENTRY GLAPI_PREFIX(_dispatch_stub_664)(GLenum pname, GLint param);
879 void APIENTRY GLAPI_PREFIX(_dispatch_stub_665)(GLenum pname, const GLint *params);
880 GLbitfield APIENTRY GLAPI_PREFIX(_dispatch_stub_666)(GLfixed *mantissa, GLint *exponent);
881 void APIENTRY GLAPI_PREFIX(_dispatch_stub_667)(GLclampf value, GLboolean invert);
882 void APIENTRY GLAPI_PREFIX(_dispatch_stub_668)(GLenum pattern);
883 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
884 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer);
885 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
886 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
887 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
888 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
889 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param);
890 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param);
891 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param);
892 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params);
893 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params);
894 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params);
895 GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count);
896 GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void);
897 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue);
898 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue);
899 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v);
900 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v);
901 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue);
902 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue);
903 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v);
904 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v);
905 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue);
906 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue);
907 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v);
908 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v);
909 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue);
910 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue);
911 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v);
912 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v);
913 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue);
914 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue);
915 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v);
916 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v);
917 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue);
918 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue);
919 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v);
920 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v);
921 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue);
922 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue);
923 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v);
924 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v);
925 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue);
926 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue);
927 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v);
928 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v);
929 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
930 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
931 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
932 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
933 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount);
934 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount);
935 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer);
936 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
937 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord);
938 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord);
939 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord);
940 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord);
941 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord);
942 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord);
943 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord);
944 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord);
945 void APIENTRY GLAPI_PREFIX(_dispatch_stub_703)(GLenum mode);
946 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
947 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
948 GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void);
949 GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer);
950 GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
951 GLAPI void APIENTRY GLAPI_PREFIX(CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
952 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param);
953 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params);
954 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param);
955 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params);
956 GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
957 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);
958 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);
959 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params);
960 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params);
961 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params);
962 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params);
963 GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void);
964 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y);
965 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y);
966 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y);
967 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v);
968 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v);
969 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v);
970 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y);
971 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y);
972 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y);
973 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v);
974 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v);
975 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v);
976 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y);
977 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y);
978 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y);
979 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v);
980 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v);
981 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v);
982 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y);
983 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y);
984 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y);
985 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v);
986 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v);
987 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v);
988 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z);
989 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z);
990 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z);
991 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v);
992 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v);
993 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v);
994 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z);
995 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z);
996 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z);
997 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v);
998 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v);
999 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v);
1000 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z);
1001 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z);
1002 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z);
1003 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v);
1004 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v);
1005 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v);
1006 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z);
1007 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z);
1008 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z);
1009 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v);
1010 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v);
1011 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v);
1012 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1013 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v);
1014 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1015 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v);
1016 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w);
1017 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v);
1018 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w);
1019 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v);
1020 void APIENTRY GLAPI_PREFIX(_dispatch_stub_745)(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);
1021 void APIENTRY GLAPI_PREFIX(_dispatch_stub_746)(const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, GLint modestride);
1022 void APIENTRY GLAPI_PREFIX(_dispatch_stub_747)(GLsizei n, const GLuint *fences);
1023 void APIENTRY GLAPI_PREFIX(_dispatch_stub_748)(GLuint fence);
1024 void APIENTRY GLAPI_PREFIX(_dispatch_stub_749)(GLsizei n, GLuint *fences);
1025 void APIENTRY GLAPI_PREFIX(_dispatch_stub_750)(GLuint fence, GLenum pname, GLint *params);
1026 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_751)(GLuint fence);
1027 void APIENTRY GLAPI_PREFIX(_dispatch_stub_752)(GLuint fence, GLenum condition);
1028 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_753)(GLuint fence);
1029 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences);
1030 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program);
1031 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program);
1032 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs);
1033 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs);
1034 GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params);
1035 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs);
1036 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs);
1037 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params);
1038 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params);
1039 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program);
1040 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params);
1041 GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params);
1042 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer);
1043 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer);
1044 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer);
1045 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params);
1046 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params);
1047 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params);
1048 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program);
1049 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program);
1050 GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program);
1051 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params);
1052 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params);
1053 GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids);
1054 GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform);
1055 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x);
1056 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v);
1057 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x);
1058 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v);
1059 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x);
1060 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v);
1061 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y);
1062 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v);
1063 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y);
1064 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v);
1065 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y);
1066 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v);
1067 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
1068 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v);
1069 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
1070 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v);
1071 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z);
1072 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v);
1073 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1074 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v);
1075 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1076 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v);
1077 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
1078 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v);
1079 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
1080 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v);
1081 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1082 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1083 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1084 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v);
1085 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1086 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1087 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v);
1088 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1089 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1090 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v);
1091 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1092 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1093 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v);
1094 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v);
1095 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param);
1096 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param);
1097 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param);
1098 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param);
1099 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
1100 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
1101 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
1102 GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void);
1103 GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id);
1104 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
1105 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
1106 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
1107 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id);
1108 GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void);
1109 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range);
1110 GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle);
1111 GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle);
1112 GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value);
1113 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param);
1114 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param);
1115 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params);
1116 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params);
1117 void APIENTRY GLAPI_PREFIX(_dispatch_stub_834)(GLenum face);
1118 void APIENTRY GLAPI_PREFIX(_dispatch_stub_835)(GLuint array);
1119 void APIENTRY GLAPI_PREFIX(_dispatch_stub_836)(GLsizei n, const GLuint *arrays);
1120 GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays);
1121 void APIENTRY GLAPI_PREFIX(_dispatch_stub_837)(GLsizei n, GLuint *arrays);
1122 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_838)(GLuint array);
1123 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array);
1124 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
1125 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
1126 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1127 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);
1128 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1129 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);
1130 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index);
1131 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index);
1132 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void);
1133 void APIENTRY GLAPI_PREFIX(_dispatch_stub_847)(GLenum func, GLclampx ref);
1134 void APIENTRY GLAPI_PREFIX(_dispatch_stub_848)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
1135 void APIENTRY GLAPI_PREFIX(_dispatch_stub_849)(GLclampx depth);
1136 void APIENTRY GLAPI_PREFIX(_dispatch_stub_850)(GLenum plane, const GLfixed *equation);
1137 void APIENTRY GLAPI_PREFIX(_dispatch_stub_851)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
1138 void APIENTRY GLAPI_PREFIX(_dispatch_stub_852)(GLclampx zNear, GLclampx zFar);
1139 void APIENTRY GLAPI_PREFIX(_dispatch_stub_853)(GLenum pname, GLfixed param);
1140 void APIENTRY GLAPI_PREFIX(_dispatch_stub_854)(GLenum pname, const GLfixed *params);
1141 void APIENTRY GLAPI_PREFIX(_dispatch_stub_855)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1142 void APIENTRY GLAPI_PREFIX(_dispatch_stub_856)(GLenum plane, GLfixed *equation);
1143 void APIENTRY GLAPI_PREFIX(_dispatch_stub_857)(GLenum pname, GLfixed *params);
1144 void APIENTRY GLAPI_PREFIX(_dispatch_stub_858)(GLenum light, GLenum pname, GLfixed *params);
1145 void APIENTRY GLAPI_PREFIX(_dispatch_stub_859)(GLenum face, GLenum pname, GLfixed *params);
1146 void APIENTRY GLAPI_PREFIX(_dispatch_stub_860)(GLenum target, GLenum pname, GLfixed *params);
1147 void APIENTRY GLAPI_PREFIX(_dispatch_stub_861)(GLenum coord, GLenum pname, GLfixed *params);
1148 void APIENTRY GLAPI_PREFIX(_dispatch_stub_862)(GLenum target, GLenum pname, GLfixed *params);
1149 void APIENTRY GLAPI_PREFIX(_dispatch_stub_863)(GLenum pname, GLfixed param);
1150 void APIENTRY GLAPI_PREFIX(_dispatch_stub_864)(GLenum pname, const GLfixed *params);
1151 void APIENTRY GLAPI_PREFIX(_dispatch_stub_865)(GLenum light, GLenum pname, GLfixed param);
1152 void APIENTRY GLAPI_PREFIX(_dispatch_stub_866)(GLenum light, GLenum pname, const GLfixed *params);
1153 void APIENTRY GLAPI_PREFIX(_dispatch_stub_867)(GLfixed width);
1154 void APIENTRY GLAPI_PREFIX(_dispatch_stub_868)(const GLfixed *m);
1155 void APIENTRY GLAPI_PREFIX(_dispatch_stub_869)(GLenum face, GLenum pname, GLfixed param);
1156 void APIENTRY GLAPI_PREFIX(_dispatch_stub_870)(GLenum face, GLenum pname, const GLfixed *params);
1157 void APIENTRY GLAPI_PREFIX(_dispatch_stub_871)(const GLfixed *m);
1158 void APIENTRY GLAPI_PREFIX(_dispatch_stub_872)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
1159 void APIENTRY GLAPI_PREFIX(_dispatch_stub_873)(GLfixed nx, GLfixed ny, GLfixed nz);
1160 void APIENTRY GLAPI_PREFIX(_dispatch_stub_874)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1161 void APIENTRY GLAPI_PREFIX(_dispatch_stub_875)(GLenum pname, GLfixed param);
1162 void APIENTRY GLAPI_PREFIX(_dispatch_stub_876)(GLenum pname, const GLfixed *params);
1163 void APIENTRY GLAPI_PREFIX(_dispatch_stub_877)(GLfixed size);
1164 void APIENTRY GLAPI_PREFIX(_dispatch_stub_878)(GLfixed factor, GLfixed units);
1165 void APIENTRY GLAPI_PREFIX(_dispatch_stub_879)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1166 void APIENTRY GLAPI_PREFIX(_dispatch_stub_880)(GLclampx value, GLboolean invert);
1167 void APIENTRY GLAPI_PREFIX(_dispatch_stub_881)(GLfixed x, GLfixed y, GLfixed z);
1168 void APIENTRY GLAPI_PREFIX(_dispatch_stub_882)(GLenum target, GLenum pname, GLfixed param);
1169 void APIENTRY GLAPI_PREFIX(_dispatch_stub_883)(GLenum target, GLenum pname, const GLfixed *params);
1170 void APIENTRY GLAPI_PREFIX(_dispatch_stub_884)(GLenum coord, GLenum pname, GLint param);
1171 void APIENTRY GLAPI_PREFIX(_dispatch_stub_885)(GLenum coord, GLenum pname, const GLfixed *params);
1172 void APIENTRY GLAPI_PREFIX(_dispatch_stub_886)(GLenum target, GLenum pname, GLfixed param);
1173 void APIENTRY GLAPI_PREFIX(_dispatch_stub_887)(GLenum target, GLenum pname, const GLfixed *params);
1174 void APIENTRY GLAPI_PREFIX(_dispatch_stub_888)(GLfixed x, GLfixed y, GLfixed z);
1175 void APIENTRY GLAPI_PREFIX(_dispatch_stub_889)(GLenum plane, const GLfloat *equation);
1176 void APIENTRY GLAPI_PREFIX(_dispatch_stub_890)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1177 void APIENTRY GLAPI_PREFIX(_dispatch_stub_891)(GLenum plane, GLfloat *equation);
1178 void APIENTRY GLAPI_PREFIX(_dispatch_stub_892)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1179 void APIENTRY GLAPI_PREFIX(_dispatch_stub_893)(GLclampd zmin, GLclampd zmax);
1180 void APIENTRY GLAPI_PREFIX(_dispatch_stub_894)(GLenum modeRGB, GLenum modeA);
1181 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA);
1182 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer);
1183 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer);
1184 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer);
1185 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer);
1186 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target);
1187 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target);
1188 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers);
1189 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers);
1190 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers);
1191 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers);
1192 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
1193 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
1194 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1195 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1196 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1197 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1198 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
1199 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
1200 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers);
1201 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers);
1202 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers);
1203 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers);
1204 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target);
1205 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target);
1206 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
1207 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
1208 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params);
1209 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params);
1210 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer);
1211 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer);
1212 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer);
1213 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer);
1214 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
1215 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
1216 void APIENTRY GLAPI_PREFIX(_dispatch_stub_912)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1217 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);
1218 void APIENTRY GLAPI_PREFIX(_dispatch_stub_913)(GLenum target, GLenum pname, GLint param);
1219 void APIENTRY GLAPI_PREFIX(_dispatch_stub_914)(GLenum target, GLintptr offset, GLsizeiptr size);
1220 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name);
1221 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name);
1222 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name);
1223 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name);
1224 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params);
1225 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params);
1226 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params);
1227 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params);
1228 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params);
1229 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params);
1230 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x);
1231 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x);
1232 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value);
1233 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value);
1234 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y);
1235 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y);
1236 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value);
1237 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value);
1238 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z);
1239 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z);
1240 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value);
1241 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value);
1242 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
1243 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
1244 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value);
1245 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value);
1246 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x);
1247 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x);
1248 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v);
1249 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v);
1250 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x);
1251 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x);
1252 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v);
1253 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v);
1254 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y);
1255 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y);
1256 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v);
1257 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v);
1258 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y);
1259 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y);
1260 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v);
1261 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v);
1262 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z);
1263 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z);
1264 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v);
1265 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v);
1266 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z);
1267 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z);
1268 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v);
1269 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v);
1270 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v);
1271 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v);
1272 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w);
1273 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w);
1274 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v);
1275 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v);
1276 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v);
1277 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v);
1278 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v);
1279 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v);
1280 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
1281 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
1282 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v);
1283 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v);
1284 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v);
1285 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v);
1286 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1287 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1288 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1289 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1290 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
1291 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
1292 GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index);
1293 GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index);
1294 GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index);
1295 GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index);
1296 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data);
1297 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data);
1298 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data);
1299 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data);
1300 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index);
1301 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index);
1302 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a);
1303 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a);
1304 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params);
1305 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params);
1306 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params);
1307 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params);
1308 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params);
1309 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params);
1310 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params);
1311 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params);
1312 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode);
1313 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode);
1314 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void);
1315 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void);
1316 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode);
1317 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode);
1318 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer);
1319 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer);
1320 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset);
1321 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1322 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1323 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void);
1324 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void);
1325 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
1326 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
1327 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode);
1328 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);
1329 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode);
1330 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode);
1331 void APIENTRY GLAPI_PREFIX(_dispatch_stub_972)(GLenum target, GLenum pname, GLvoid **params);
1332 void APIENTRY GLAPI_PREFIX(_dispatch_stub_973)(GLenum target, GLsizei length, GLvoid *pointer);
1333 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value);
1334 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
1335 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
1336 GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program);
1337 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string);
1338 GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program);
1339 GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void);
1340 void APIENTRY GLAPI_PREFIX(_dispatch_stub_981)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
1341 void APIENTRY GLAPI_PREFIX(_dispatch_stub_982)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
1342 void APIENTRY GLAPI_PREFIX(_dispatch_stub_983)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
1343 void APIENTRY GLAPI_PREFIX(_dispatch_stub_984)(GLuint id, GLenum pname, GLint64EXT *params);
1344 void APIENTRY GLAPI_PREFIX(_dispatch_stub_985)(GLuint id, GLenum pname, GLuint64EXT *params);
1345 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset);
1346 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset);
1347 #undef MAPI_TMP_DEFINES
1348 #endif /* MAPI_TMP_DEFINES */
1349
1350 #ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
1351 GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode)
1352 {
1353    const struct mapi_table *_tbl = entry_current_get();
1354    mapi_func _func = ((const mapi_func *) _tbl)[0];
1355    ((void (APIENTRY *)(GLuint list, GLenum mode)) _func)(list, mode);
1356 }
1357
1358 GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void)
1359 {
1360    const struct mapi_table *_tbl = entry_current_get();
1361    mapi_func _func = ((const mapi_func *) _tbl)[1];
1362    ((void (APIENTRY *)(void)) _func)();
1363 }
1364
1365 GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list)
1366 {
1367    const struct mapi_table *_tbl = entry_current_get();
1368    mapi_func _func = ((const mapi_func *) _tbl)[2];
1369    ((void (APIENTRY *)(GLuint list)) _func)(list);
1370 }
1371
1372 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists)
1373 {
1374    const struct mapi_table *_tbl = entry_current_get();
1375    mapi_func _func = ((const mapi_func *) _tbl)[3];
1376    ((void (APIENTRY *)(GLsizei n, GLenum type, const GLvoid *lists)) _func)(n, type, lists);
1377 }
1378
1379 GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range)
1380 {
1381    const struct mapi_table *_tbl = entry_current_get();
1382    mapi_func _func = ((const mapi_func *) _tbl)[4];
1383    ((void (APIENTRY *)(GLuint list, GLsizei range)) _func)(list, range);
1384 }
1385
1386 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range)
1387 {
1388    const struct mapi_table *_tbl = entry_current_get();
1389    mapi_func _func = ((const mapi_func *) _tbl)[5];
1390    return ((GLuint (APIENTRY *)(GLsizei range)) _func)(range);
1391 }
1392
1393 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base)
1394 {
1395    const struct mapi_table *_tbl = entry_current_get();
1396    mapi_func _func = ((const mapi_func *) _tbl)[6];
1397    ((void (APIENTRY *)(GLuint base)) _func)(base);
1398 }
1399
1400 GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode)
1401 {
1402    const struct mapi_table *_tbl = entry_current_get();
1403    mapi_func _func = ((const mapi_func *) _tbl)[7];
1404    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
1405 }
1406
1407 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
1408 {
1409    const struct mapi_table *_tbl = entry_current_get();
1410    mapi_func _func = ((const mapi_func *) _tbl)[8];
1411    ((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);
1412 }
1413
1414 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue)
1415 {
1416    const struct mapi_table *_tbl = entry_current_get();
1417    mapi_func _func = ((const mapi_func *) _tbl)[9];
1418    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
1419 }
1420
1421 GLAPI void APIENTRY GLAPI_PREFIX(Color3bv)(const GLbyte *v)
1422 {
1423    const struct mapi_table *_tbl = entry_current_get();
1424    mapi_func _func = ((const mapi_func *) _tbl)[10];
1425    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1426 }
1427
1428 GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue)
1429 {
1430    const struct mapi_table *_tbl = entry_current_get();
1431    mapi_func _func = ((const mapi_func *) _tbl)[11];
1432    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
1433 }
1434
1435 GLAPI void APIENTRY GLAPI_PREFIX(Color3dv)(const GLdouble *v)
1436 {
1437    const struct mapi_table *_tbl = entry_current_get();
1438    mapi_func _func = ((const mapi_func *) _tbl)[12];
1439    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1440 }
1441
1442 GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue)
1443 {
1444    const struct mapi_table *_tbl = entry_current_get();
1445    mapi_func _func = ((const mapi_func *) _tbl)[13];
1446    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
1447 }
1448
1449 GLAPI void APIENTRY GLAPI_PREFIX(Color3fv)(const GLfloat *v)
1450 {
1451    const struct mapi_table *_tbl = entry_current_get();
1452    mapi_func _func = ((const mapi_func *) _tbl)[14];
1453    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1454 }
1455
1456 GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue)
1457 {
1458    const struct mapi_table *_tbl = entry_current_get();
1459    mapi_func _func = ((const mapi_func *) _tbl)[15];
1460    ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
1461 }
1462
1463 GLAPI void APIENTRY GLAPI_PREFIX(Color3iv)(const GLint *v)
1464 {
1465    const struct mapi_table *_tbl = entry_current_get();
1466    mapi_func _func = ((const mapi_func *) _tbl)[16];
1467    ((void (APIENTRY *)(const GLint *v)) _func)(v);
1468 }
1469
1470 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue)
1471 {
1472    const struct mapi_table *_tbl = entry_current_get();
1473    mapi_func _func = ((const mapi_func *) _tbl)[17];
1474    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
1475 }
1476
1477 GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v)
1478 {
1479    const struct mapi_table *_tbl = entry_current_get();
1480    mapi_func _func = ((const mapi_func *) _tbl)[18];
1481    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1482 }
1483
1484 GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue)
1485 {
1486    const struct mapi_table *_tbl = entry_current_get();
1487    mapi_func _func = ((const mapi_func *) _tbl)[19];
1488    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
1489 }
1490
1491 GLAPI void APIENTRY GLAPI_PREFIX(Color3ubv)(const GLubyte *v)
1492 {
1493    const struct mapi_table *_tbl = entry_current_get();
1494    mapi_func _func = ((const mapi_func *) _tbl)[20];
1495    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
1496 }
1497
1498 GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue)
1499 {
1500    const struct mapi_table *_tbl = entry_current_get();
1501    mapi_func _func = ((const mapi_func *) _tbl)[21];
1502    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
1503 }
1504
1505 GLAPI void APIENTRY GLAPI_PREFIX(Color3uiv)(const GLuint *v)
1506 {
1507    const struct mapi_table *_tbl = entry_current_get();
1508    mapi_func _func = ((const mapi_func *) _tbl)[22];
1509    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
1510 }
1511
1512 GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue)
1513 {
1514    const struct mapi_table *_tbl = entry_current_get();
1515    mapi_func _func = ((const mapi_func *) _tbl)[23];
1516    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
1517 }
1518
1519 GLAPI void APIENTRY GLAPI_PREFIX(Color3usv)(const GLushort *v)
1520 {
1521    const struct mapi_table *_tbl = entry_current_get();
1522    mapi_func _func = ((const mapi_func *) _tbl)[24];
1523    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
1524 }
1525
1526 GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
1527 {
1528    const struct mapi_table *_tbl = entry_current_get();
1529    mapi_func _func = ((const mapi_func *) _tbl)[25];
1530    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)) _func)(red, green, blue, alpha);
1531 }
1532
1533 GLAPI void APIENTRY GLAPI_PREFIX(Color4bv)(const GLbyte *v)
1534 {
1535    const struct mapi_table *_tbl = entry_current_get();
1536    mapi_func _func = ((const mapi_func *) _tbl)[26];
1537    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1538 }
1539
1540 GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
1541 {
1542    const struct mapi_table *_tbl = entry_current_get();
1543    mapi_func _func = ((const mapi_func *) _tbl)[27];
1544    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)) _func)(red, green, blue, alpha);
1545 }
1546
1547 GLAPI void APIENTRY GLAPI_PREFIX(Color4dv)(const GLdouble *v)
1548 {
1549    const struct mapi_table *_tbl = entry_current_get();
1550    mapi_func _func = ((const mapi_func *) _tbl)[28];
1551    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1552 }
1553
1554 GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
1555 {
1556    const struct mapi_table *_tbl = entry_current_get();
1557    mapi_func _func = ((const mapi_func *) _tbl)[29];
1558    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
1559 }
1560
1561 GLAPI void APIENTRY GLAPI_PREFIX(Color4fv)(const GLfloat *v)
1562 {
1563    const struct mapi_table *_tbl = entry_current_get();
1564    mapi_func _func = ((const mapi_func *) _tbl)[30];
1565    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1566 }
1567
1568 GLAPI void APIENTRY GLAPI_PREFIX(Color4i)(GLint red, GLint green, GLint blue, GLint alpha)
1569 {
1570    const struct mapi_table *_tbl = entry_current_get();
1571    mapi_func _func = ((const mapi_func *) _tbl)[31];
1572    ((void (APIENTRY *)(GLint red, GLint green, GLint blue, GLint alpha)) _func)(red, green, blue, alpha);
1573 }
1574
1575 GLAPI void APIENTRY GLAPI_PREFIX(Color4iv)(const GLint *v)
1576 {
1577    const struct mapi_table *_tbl = entry_current_get();
1578    mapi_func _func = ((const mapi_func *) _tbl)[32];
1579    ((void (APIENTRY *)(const GLint *v)) _func)(v);
1580 }
1581
1582 GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha)
1583 {
1584    const struct mapi_table *_tbl = entry_current_get();
1585    mapi_func _func = ((const mapi_func *) _tbl)[33];
1586    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue, GLshort alpha)) _func)(red, green, blue, alpha);
1587 }
1588
1589 GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v)
1590 {
1591    const struct mapi_table *_tbl = entry_current_get();
1592    mapi_func _func = ((const mapi_func *) _tbl)[34];
1593    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1594 }
1595
1596 GLAPI void APIENTRY GLAPI_PREFIX(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
1597 {
1598    const struct mapi_table *_tbl = entry_current_get();
1599    mapi_func _func = ((const mapi_func *) _tbl)[35];
1600    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)) _func)(red, green, blue, alpha);
1601 }
1602
1603 GLAPI void APIENTRY GLAPI_PREFIX(Color4ubv)(const GLubyte *v)
1604 {
1605    const struct mapi_table *_tbl = entry_current_get();
1606    mapi_func _func = ((const mapi_func *) _tbl)[36];
1607    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
1608 }
1609
1610 GLAPI void APIENTRY GLAPI_PREFIX(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha)
1611 {
1612    const struct mapi_table *_tbl = entry_current_get();
1613    mapi_func _func = ((const mapi_func *) _tbl)[37];
1614    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue, GLuint alpha)) _func)(red, green, blue, alpha);
1615 }
1616
1617 GLAPI void APIENTRY GLAPI_PREFIX(Color4uiv)(const GLuint *v)
1618 {
1619    const struct mapi_table *_tbl = entry_current_get();
1620    mapi_func _func = ((const mapi_func *) _tbl)[38];
1621    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
1622 }
1623
1624 GLAPI void APIENTRY GLAPI_PREFIX(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha)
1625 {
1626    const struct mapi_table *_tbl = entry_current_get();
1627    mapi_func _func = ((const mapi_func *) _tbl)[39];
1628    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue, GLushort alpha)) _func)(red, green, blue, alpha);
1629 }
1630
1631 GLAPI void APIENTRY GLAPI_PREFIX(Color4usv)(const GLushort *v)
1632 {
1633    const struct mapi_table *_tbl = entry_current_get();
1634    mapi_func _func = ((const mapi_func *) _tbl)[40];
1635    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
1636 }
1637
1638 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlag)(GLboolean flag)
1639 {
1640    const struct mapi_table *_tbl = entry_current_get();
1641    mapi_func _func = ((const mapi_func *) _tbl)[41];
1642    ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
1643 }
1644
1645 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagv)(const GLboolean *flag)
1646 {
1647    const struct mapi_table *_tbl = entry_current_get();
1648    mapi_func _func = ((const mapi_func *) _tbl)[42];
1649    ((void (APIENTRY *)(const GLboolean *flag)) _func)(flag);
1650 }
1651
1652 GLAPI void APIENTRY GLAPI_PREFIX(End)(void)
1653 {
1654    const struct mapi_table *_tbl = entry_current_get();
1655    mapi_func _func = ((const mapi_func *) _tbl)[43];
1656    ((void (APIENTRY *)(void)) _func)();
1657 }
1658
1659 GLAPI void APIENTRY GLAPI_PREFIX(Indexd)(GLdouble c)
1660 {
1661    const struct mapi_table *_tbl = entry_current_get();
1662    mapi_func _func = ((const mapi_func *) _tbl)[44];
1663    ((void (APIENTRY *)(GLdouble c)) _func)(c);
1664 }
1665
1666 GLAPI void APIENTRY GLAPI_PREFIX(Indexdv)(const GLdouble *c)
1667 {
1668    const struct mapi_table *_tbl = entry_current_get();
1669    mapi_func _func = ((const mapi_func *) _tbl)[45];
1670    ((void (APIENTRY *)(const GLdouble *c)) _func)(c);
1671 }
1672
1673 GLAPI void APIENTRY GLAPI_PREFIX(Indexf)(GLfloat c)
1674 {
1675    const struct mapi_table *_tbl = entry_current_get();
1676    mapi_func _func = ((const mapi_func *) _tbl)[46];
1677    ((void (APIENTRY *)(GLfloat c)) _func)(c);
1678 }
1679
1680 GLAPI void APIENTRY GLAPI_PREFIX(Indexfv)(const GLfloat *c)
1681 {
1682    const struct mapi_table *_tbl = entry_current_get();
1683    mapi_func _func = ((const mapi_func *) _tbl)[47];
1684    ((void (APIENTRY *)(const GLfloat *c)) _func)(c);
1685 }
1686
1687 GLAPI void APIENTRY GLAPI_PREFIX(Indexi)(GLint c)
1688 {
1689    const struct mapi_table *_tbl = entry_current_get();
1690    mapi_func _func = ((const mapi_func *) _tbl)[48];
1691    ((void (APIENTRY *)(GLint c)) _func)(c);
1692 }
1693
1694 GLAPI void APIENTRY GLAPI_PREFIX(Indexiv)(const GLint *c)
1695 {
1696    const struct mapi_table *_tbl = entry_current_get();
1697    mapi_func _func = ((const mapi_func *) _tbl)[49];
1698    ((void (APIENTRY *)(const GLint *c)) _func)(c);
1699 }
1700
1701 GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c)
1702 {
1703    const struct mapi_table *_tbl = entry_current_get();
1704    mapi_func _func = ((const mapi_func *) _tbl)[50];
1705    ((void (APIENTRY *)(GLshort c)) _func)(c);
1706 }
1707
1708 GLAPI void APIENTRY GLAPI_PREFIX(Indexsv)(const GLshort *c)
1709 {
1710    const struct mapi_table *_tbl = entry_current_get();
1711    mapi_func _func = ((const mapi_func *) _tbl)[51];
1712    ((void (APIENTRY *)(const GLshort *c)) _func)(c);
1713 }
1714
1715 GLAPI void APIENTRY GLAPI_PREFIX(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz)
1716 {
1717    const struct mapi_table *_tbl = entry_current_get();
1718    mapi_func _func = ((const mapi_func *) _tbl)[52];
1719    ((void (APIENTRY *)(GLbyte nx, GLbyte ny, GLbyte nz)) _func)(nx, ny, nz);
1720 }
1721
1722 GLAPI void APIENTRY GLAPI_PREFIX(Normal3bv)(const GLbyte *v)
1723 {
1724    const struct mapi_table *_tbl = entry_current_get();
1725    mapi_func _func = ((const mapi_func *) _tbl)[53];
1726    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1727 }
1728
1729 GLAPI void APIENTRY GLAPI_PREFIX(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz)
1730 {
1731    const struct mapi_table *_tbl = entry_current_get();
1732    mapi_func _func = ((const mapi_func *) _tbl)[54];
1733    ((void (APIENTRY *)(GLdouble nx, GLdouble ny, GLdouble nz)) _func)(nx, ny, nz);
1734 }
1735
1736 GLAPI void APIENTRY GLAPI_PREFIX(Normal3dv)(const GLdouble *v)
1737 {
1738    const struct mapi_table *_tbl = entry_current_get();
1739    mapi_func _func = ((const mapi_func *) _tbl)[55];
1740    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1741 }
1742
1743 GLAPI void APIENTRY GLAPI_PREFIX(Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz)
1744 {
1745    const struct mapi_table *_tbl = entry_current_get();
1746    mapi_func _func = ((const mapi_func *) _tbl)[56];
1747    ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
1748 }
1749
1750 GLAPI void APIENTRY GLAPI_PREFIX(Normal3fv)(const GLfloat *v)
1751 {
1752    const struct mapi_table *_tbl = entry_current_get();
1753    mapi_func _func = ((const mapi_func *) _tbl)[57];
1754    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1755 }
1756
1757 GLAPI void APIENTRY GLAPI_PREFIX(Normal3i)(GLint nx, GLint ny, GLint nz)
1758 {
1759    const struct mapi_table *_tbl = entry_current_get();
1760    mapi_func _func = ((const mapi_func *) _tbl)[58];
1761    ((void (APIENTRY *)(GLint nx, GLint ny, GLint nz)) _func)(nx, ny, nz);
1762 }
1763
1764 GLAPI void APIENTRY GLAPI_PREFIX(Normal3iv)(const GLint *v)
1765 {
1766    const struct mapi_table *_tbl = entry_current_get();
1767    mapi_func _func = ((const mapi_func *) _tbl)[59];
1768    ((void (APIENTRY *)(const GLint *v)) _func)(v);
1769 }
1770
1771 GLAPI void APIENTRY GLAPI_PREFIX(Normal3s)(GLshort nx, GLshort ny, GLshort nz)
1772 {
1773    const struct mapi_table *_tbl = entry_current_get();
1774    mapi_func _func = ((const mapi_func *) _tbl)[60];
1775    ((void (APIENTRY *)(GLshort nx, GLshort ny, GLshort nz)) _func)(nx, ny, nz);
1776 }
1777
1778 GLAPI void APIENTRY GLAPI_PREFIX(Normal3sv)(const GLshort *v)
1779 {
1780    const struct mapi_table *_tbl = entry_current_get();
1781    mapi_func _func = ((const mapi_func *) _tbl)[61];
1782    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1783 }
1784
1785 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2d)(GLdouble x, GLdouble y)
1786 {
1787    const struct mapi_table *_tbl = entry_current_get();
1788    mapi_func _func = ((const mapi_func *) _tbl)[62];
1789    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
1790 }
1791
1792 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2dv)(const GLdouble *v)
1793 {
1794    const struct mapi_table *_tbl = entry_current_get();
1795    mapi_func _func = ((const mapi_func *) _tbl)[63];
1796    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1797 }
1798
1799 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y)
1800 {
1801    const struct mapi_table *_tbl = entry_current_get();
1802    mapi_func _func = ((const mapi_func *) _tbl)[64];
1803    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
1804 }
1805
1806 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2fv)(const GLfloat *v)
1807 {
1808    const struct mapi_table *_tbl = entry_current_get();
1809    mapi_func _func = ((const mapi_func *) _tbl)[65];
1810    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1811 }
1812
1813 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2i)(GLint x, GLint y)
1814 {
1815    const struct mapi_table *_tbl = entry_current_get();
1816    mapi_func _func = ((const mapi_func *) _tbl)[66];
1817    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
1818 }
1819
1820 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2iv)(const GLint *v)
1821 {
1822    const struct mapi_table *_tbl = entry_current_get();
1823    mapi_func _func = ((const mapi_func *) _tbl)[67];
1824    ((void (APIENTRY *)(const GLint *v)) _func)(v);
1825 }
1826
1827 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2s)(GLshort x, GLshort y)
1828 {
1829    const struct mapi_table *_tbl = entry_current_get();
1830    mapi_func _func = ((const mapi_func *) _tbl)[68];
1831    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
1832 }
1833
1834 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2sv)(const GLshort *v)
1835 {
1836    const struct mapi_table *_tbl = entry_current_get();
1837    mapi_func _func = ((const mapi_func *) _tbl)[69];
1838    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1839 }
1840
1841 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3d)(GLdouble x, GLdouble y, GLdouble z)
1842 {
1843    const struct mapi_table *_tbl = entry_current_get();
1844    mapi_func _func = ((const mapi_func *) _tbl)[70];
1845    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
1846 }
1847
1848 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3dv)(const GLdouble *v)
1849 {
1850    const struct mapi_table *_tbl = entry_current_get();
1851    mapi_func _func = ((const mapi_func *) _tbl)[71];
1852    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1853 }
1854
1855 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3f)(GLfloat x, GLfloat y, GLfloat z)
1856 {
1857    const struct mapi_table *_tbl = entry_current_get();
1858    mapi_func _func = ((const mapi_func *) _tbl)[72];
1859    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
1860 }
1861
1862 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3fv)(const GLfloat *v)
1863 {
1864    const struct mapi_table *_tbl = entry_current_get();
1865    mapi_func _func = ((const mapi_func *) _tbl)[73];
1866    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1867 }
1868
1869 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3i)(GLint x, GLint y, GLint z)
1870 {
1871    const struct mapi_table *_tbl = entry_current_get();
1872    mapi_func _func = ((const mapi_func *) _tbl)[74];
1873    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
1874 }
1875
1876 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3iv)(const GLint *v)
1877 {
1878    const struct mapi_table *_tbl = entry_current_get();
1879    mapi_func _func = ((const mapi_func *) _tbl)[75];
1880    ((void (APIENTRY *)(const GLint *v)) _func)(v);
1881 }
1882
1883 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3s)(GLshort x, GLshort y, GLshort z)
1884 {
1885    const struct mapi_table *_tbl = entry_current_get();
1886    mapi_func _func = ((const mapi_func *) _tbl)[76];
1887    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
1888 }
1889
1890 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3sv)(const GLshort *v)
1891 {
1892    const struct mapi_table *_tbl = entry_current_get();
1893    mapi_func _func = ((const mapi_func *) _tbl)[77];
1894    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1895 }
1896
1897 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
1898 {
1899    const struct mapi_table *_tbl = entry_current_get();
1900    mapi_func _func = ((const mapi_func *) _tbl)[78];
1901    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
1902 }
1903
1904 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4dv)(const GLdouble *v)
1905 {
1906    const struct mapi_table *_tbl = entry_current_get();
1907    mapi_func _func = ((const mapi_func *) _tbl)[79];
1908    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1909 }
1910
1911 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
1912 {
1913    const struct mapi_table *_tbl = entry_current_get();
1914    mapi_func _func = ((const mapi_func *) _tbl)[80];
1915    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
1916 }
1917
1918 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4fv)(const GLfloat *v)
1919 {
1920    const struct mapi_table *_tbl = entry_current_get();
1921    mapi_func _func = ((const mapi_func *) _tbl)[81];
1922    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1923 }
1924
1925 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4i)(GLint x, GLint y, GLint z, GLint w)
1926 {
1927    const struct mapi_table *_tbl = entry_current_get();
1928    mapi_func _func = ((const mapi_func *) _tbl)[82];
1929    ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
1930 }
1931
1932 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4iv)(const GLint *v)
1933 {
1934    const struct mapi_table *_tbl = entry_current_get();
1935    mapi_func _func = ((const mapi_func *) _tbl)[83];
1936    ((void (APIENTRY *)(const GLint *v)) _func)(v);
1937 }
1938
1939 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w)
1940 {
1941    const struct mapi_table *_tbl = entry_current_get();
1942    mapi_func _func = ((const mapi_func *) _tbl)[84];
1943    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
1944 }
1945
1946 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4sv)(const GLshort *v)
1947 {
1948    const struct mapi_table *_tbl = entry_current_get();
1949    mapi_func _func = ((const mapi_func *) _tbl)[85];
1950    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1951 }
1952
1953 GLAPI void APIENTRY GLAPI_PREFIX(Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
1954 {
1955    const struct mapi_table *_tbl = entry_current_get();
1956    mapi_func _func = ((const mapi_func *) _tbl)[86];
1957    ((void (APIENTRY *)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)) _func)(x1, y1, x2, y2);
1958 }
1959
1960 GLAPI void APIENTRY GLAPI_PREFIX(Rectdv)(const GLdouble *v1, const GLdouble *v2)
1961 {
1962    const struct mapi_table *_tbl = entry_current_get();
1963    mapi_func _func = ((const mapi_func *) _tbl)[87];
1964    ((void (APIENTRY *)(const GLdouble *v1, const GLdouble *v2)) _func)(v1, v2);
1965 }
1966
1967 GLAPI void APIENTRY GLAPI_PREFIX(Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
1968 {
1969    const struct mapi_table *_tbl = entry_current_get();
1970    mapi_func _func = ((const mapi_func *) _tbl)[88];
1971    ((void (APIENTRY *)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)) _func)(x1, y1, x2, y2);
1972 }
1973
1974 GLAPI void APIENTRY GLAPI_PREFIX(Rectfv)(const GLfloat *v1, const GLfloat *v2)
1975 {
1976    const struct mapi_table *_tbl = entry_current_get();
1977    mapi_func _func = ((const mapi_func *) _tbl)[89];
1978    ((void (APIENTRY *)(const GLfloat *v1, const GLfloat *v2)) _func)(v1, v2);
1979 }
1980
1981 GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2)
1982 {
1983    const struct mapi_table *_tbl = entry_current_get();
1984    mapi_func _func = ((const mapi_func *) _tbl)[90];
1985    ((void (APIENTRY *)(GLint x1, GLint y1, GLint x2, GLint y2)) _func)(x1, y1, x2, y2);
1986 }
1987
1988 GLAPI void APIENTRY GLAPI_PREFIX(Rectiv)(const GLint *v1, const GLint *v2)
1989 {
1990    const struct mapi_table *_tbl = entry_current_get();
1991    mapi_func _func = ((const mapi_func *) _tbl)[91];
1992    ((void (APIENTRY *)(const GLint *v1, const GLint *v2)) _func)(v1, v2);
1993 }
1994
1995 GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
1996 {
1997    const struct mapi_table *_tbl = entry_current_get();
1998    mapi_func _func = ((const mapi_func *) _tbl)[92];
1999    ((void (APIENTRY *)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)) _func)(x1, y1, x2, y2);
2000 }
2001
2002 GLAPI void APIENTRY GLAPI_PREFIX(Rectsv)(const GLshort *v1, const GLshort *v2)
2003 {
2004    const struct mapi_table *_tbl = entry_current_get();
2005    mapi_func _func = ((const mapi_func *) _tbl)[93];
2006    ((void (APIENTRY *)(const GLshort *v1, const GLshort *v2)) _func)(v1, v2);
2007 }
2008
2009 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1d)(GLdouble s)
2010 {
2011    const struct mapi_table *_tbl = entry_current_get();
2012    mapi_func _func = ((const mapi_func *) _tbl)[94];
2013    ((void (APIENTRY *)(GLdouble s)) _func)(s);
2014 }
2015
2016 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1dv)(const GLdouble *v)
2017 {
2018    const struct mapi_table *_tbl = entry_current_get();
2019    mapi_func _func = ((const mapi_func *) _tbl)[95];
2020    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2021 }
2022
2023 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1f)(GLfloat s)
2024 {
2025    const struct mapi_table *_tbl = entry_current_get();
2026    mapi_func _func = ((const mapi_func *) _tbl)[96];
2027    ((void (APIENTRY *)(GLfloat s)) _func)(s);
2028 }
2029
2030 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1fv)(const GLfloat *v)
2031 {
2032    const struct mapi_table *_tbl = entry_current_get();
2033    mapi_func _func = ((const mapi_func *) _tbl)[97];
2034    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2035 }
2036
2037 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1i)(GLint s)
2038 {
2039    const struct mapi_table *_tbl = entry_current_get();
2040    mapi_func _func = ((const mapi_func *) _tbl)[98];
2041    ((void (APIENTRY *)(GLint s)) _func)(s);
2042 }
2043
2044 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1iv)(const GLint *v)
2045 {
2046    const struct mapi_table *_tbl = entry_current_get();
2047    mapi_func _func = ((const mapi_func *) _tbl)[99];
2048    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2049 }
2050
2051 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1s)(GLshort s)
2052 {
2053    const struct mapi_table *_tbl = entry_current_get();
2054    mapi_func _func = ((const mapi_func *) _tbl)[100];
2055    ((void (APIENTRY *)(GLshort s)) _func)(s);
2056 }
2057
2058 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1sv)(const GLshort *v)
2059 {
2060    const struct mapi_table *_tbl = entry_current_get();
2061    mapi_func _func = ((const mapi_func *) _tbl)[101];
2062    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2063 }
2064
2065 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2d)(GLdouble s, GLdouble t)
2066 {
2067    const struct mapi_table *_tbl = entry_current_get();
2068    mapi_func _func = ((const mapi_func *) _tbl)[102];
2069    ((void (APIENTRY *)(GLdouble s, GLdouble t)) _func)(s, t);
2070 }
2071
2072 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2dv)(const GLdouble *v)
2073 {
2074    const struct mapi_table *_tbl = entry_current_get();
2075    mapi_func _func = ((const mapi_func *) _tbl)[103];
2076    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2077 }
2078
2079 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2f)(GLfloat s, GLfloat t)
2080 {
2081    const struct mapi_table *_tbl = entry_current_get();
2082    mapi_func _func = ((const mapi_func *) _tbl)[104];
2083    ((void (APIENTRY *)(GLfloat s, GLfloat t)) _func)(s, t);
2084 }
2085
2086 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2fv)(const GLfloat *v)
2087 {
2088    const struct mapi_table *_tbl = entry_current_get();
2089    mapi_func _func = ((const mapi_func *) _tbl)[105];
2090    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2091 }
2092
2093 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2i)(GLint s, GLint t)
2094 {
2095    const struct mapi_table *_tbl = entry_current_get();
2096    mapi_func _func = ((const mapi_func *) _tbl)[106];
2097    ((void (APIENTRY *)(GLint s, GLint t)) _func)(s, t);
2098 }
2099
2100 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2iv)(const GLint *v)
2101 {
2102    const struct mapi_table *_tbl = entry_current_get();
2103    mapi_func _func = ((const mapi_func *) _tbl)[107];
2104    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2105 }
2106
2107 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2s)(GLshort s, GLshort t)
2108 {
2109    const struct mapi_table *_tbl = entry_current_get();
2110    mapi_func _func = ((const mapi_func *) _tbl)[108];
2111    ((void (APIENTRY *)(GLshort s, GLshort t)) _func)(s, t);
2112 }
2113
2114 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2sv)(const GLshort *v)
2115 {
2116    const struct mapi_table *_tbl = entry_current_get();
2117    mapi_func _func = ((const mapi_func *) _tbl)[109];
2118    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2119 }
2120
2121 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r)
2122 {
2123    const struct mapi_table *_tbl = entry_current_get();
2124    mapi_func _func = ((const mapi_func *) _tbl)[110];
2125    ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r)) _func)(s, t, r);
2126 }
2127
2128 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3dv)(const GLdouble *v)
2129 {
2130    const struct mapi_table *_tbl = entry_current_get();
2131    mapi_func _func = ((const mapi_func *) _tbl)[111];
2132    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2133 }
2134
2135 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3f)(GLfloat s, GLfloat t, GLfloat r)
2136 {
2137    const struct mapi_table *_tbl = entry_current_get();
2138    mapi_func _func = ((const mapi_func *) _tbl)[112];
2139    ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r)) _func)(s, t, r);
2140 }
2141
2142 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3fv)(const GLfloat *v)
2143 {
2144    const struct mapi_table *_tbl = entry_current_get();
2145    mapi_func _func = ((const mapi_func *) _tbl)[113];
2146    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2147 }
2148
2149 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3i)(GLint s, GLint t, GLint r)
2150 {
2151    const struct mapi_table *_tbl = entry_current_get();
2152    mapi_func _func = ((const mapi_func *) _tbl)[114];
2153    ((void (APIENTRY *)(GLint s, GLint t, GLint r)) _func)(s, t, r);
2154 }
2155
2156 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3iv)(const GLint *v)
2157 {
2158    const struct mapi_table *_tbl = entry_current_get();
2159    mapi_func _func = ((const mapi_func *) _tbl)[115];
2160    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2161 }
2162
2163 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3s)(GLshort s, GLshort t, GLshort r)
2164 {
2165    const struct mapi_table *_tbl = entry_current_get();
2166    mapi_func _func = ((const mapi_func *) _tbl)[116];
2167    ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r)) _func)(s, t, r);
2168 }
2169
2170 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3sv)(const GLshort *v)
2171 {
2172    const struct mapi_table *_tbl = entry_current_get();
2173    mapi_func _func = ((const mapi_func *) _tbl)[117];
2174    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2175 }
2176
2177 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
2178 {
2179    const struct mapi_table *_tbl = entry_current_get();
2180    mapi_func _func = ((const mapi_func *) _tbl)[118];
2181    ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(s, t, r, q);
2182 }
2183
2184 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4dv)(const GLdouble *v)
2185 {
2186    const struct mapi_table *_tbl = entry_current_get();
2187    mapi_func _func = ((const mapi_func *) _tbl)[119];
2188    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2189 }
2190
2191 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
2192 {
2193    const struct mapi_table *_tbl = entry_current_get();
2194    mapi_func _func = ((const mapi_func *) _tbl)[120];
2195    ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(s, t, r, q);
2196 }
2197
2198 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4fv)(const GLfloat *v)
2199 {
2200    const struct mapi_table *_tbl = entry_current_get();
2201    mapi_func _func = ((const mapi_func *) _tbl)[121];
2202    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2203 }
2204
2205 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4i)(GLint s, GLint t, GLint r, GLint q)
2206 {
2207    const struct mapi_table *_tbl = entry_current_get();
2208    mapi_func _func = ((const mapi_func *) _tbl)[122];
2209    ((void (APIENTRY *)(GLint s, GLint t, GLint r, GLint q)) _func)(s, t, r, q);
2210 }
2211
2212 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4iv)(const GLint *v)
2213 {
2214    const struct mapi_table *_tbl = entry_current_get();
2215    mapi_func _func = ((const mapi_func *) _tbl)[123];
2216    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2217 }
2218
2219 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q)
2220 {
2221    const struct mapi_table *_tbl = entry_current_get();
2222    mapi_func _func = ((const mapi_func *) _tbl)[124];
2223    ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r, GLshort q)) _func)(s, t, r, q);
2224 }
2225
2226 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4sv)(const GLshort *v)
2227 {
2228    const struct mapi_table *_tbl = entry_current_get();
2229    mapi_func _func = ((const mapi_func *) _tbl)[125];
2230    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2231 }
2232
2233 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2d)(GLdouble x, GLdouble y)
2234 {
2235    const struct mapi_table *_tbl = entry_current_get();
2236    mapi_func _func = ((const mapi_func *) _tbl)[126];
2237    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
2238 }
2239
2240 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2dv)(const GLdouble *v)
2241 {
2242    const struct mapi_table *_tbl = entry_current_get();
2243    mapi_func _func = ((const mapi_func *) _tbl)[127];
2244    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2245 }
2246
2247 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y)
2248 {
2249    const struct mapi_table *_tbl = entry_current_get();
2250    mapi_func _func = ((const mapi_func *) _tbl)[128];
2251    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
2252 }
2253
2254 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v)
2255 {
2256    const struct mapi_table *_tbl = entry_current_get();
2257    mapi_func _func = ((const mapi_func *) _tbl)[129];
2258    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2259 }
2260
2261 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2i)(GLint x, GLint y)
2262 {
2263    const struct mapi_table *_tbl = entry_current_get();
2264    mapi_func _func = ((const mapi_func *) _tbl)[130];
2265    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
2266 }
2267
2268 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2iv)(const GLint *v)
2269 {
2270    const struct mapi_table *_tbl = entry_current_get();
2271    mapi_func _func = ((const mapi_func *) _tbl)[131];
2272    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2273 }
2274
2275 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2s)(GLshort x, GLshort y)
2276 {
2277    const struct mapi_table *_tbl = entry_current_get();
2278    mapi_func _func = ((const mapi_func *) _tbl)[132];
2279    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
2280 }
2281
2282 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2sv)(const GLshort *v)
2283 {
2284    const struct mapi_table *_tbl = entry_current_get();
2285    mapi_func _func = ((const mapi_func *) _tbl)[133];
2286    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2287 }
2288
2289 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3d)(GLdouble x, GLdouble y, GLdouble z)
2290 {
2291    const struct mapi_table *_tbl = entry_current_get();
2292    mapi_func _func = ((const mapi_func *) _tbl)[134];
2293    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
2294 }
2295
2296 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3dv)(const GLdouble *v)
2297 {
2298    const struct mapi_table *_tbl = entry_current_get();
2299    mapi_func _func = ((const mapi_func *) _tbl)[135];
2300    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2301 }
2302
2303 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z)
2304 {
2305    const struct mapi_table *_tbl = entry_current_get();
2306    mapi_func _func = ((const mapi_func *) _tbl)[136];
2307    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
2308 }
2309
2310 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3fv)(const GLfloat *v)
2311 {
2312    const struct mapi_table *_tbl = entry_current_get();
2313    mapi_func _func = ((const mapi_func *) _tbl)[137];
2314    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2315 }
2316
2317 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3i)(GLint x, GLint y, GLint z)
2318 {
2319    const struct mapi_table *_tbl = entry_current_get();
2320    mapi_func _func = ((const mapi_func *) _tbl)[138];
2321    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
2322 }
2323
2324 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3iv)(const GLint *v)
2325 {
2326    const struct mapi_table *_tbl = entry_current_get();
2327    mapi_func _func = ((const mapi_func *) _tbl)[139];
2328    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2329 }
2330
2331 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3s)(GLshort x, GLshort y, GLshort z)
2332 {
2333    const struct mapi_table *_tbl = entry_current_get();
2334    mapi_func _func = ((const mapi_func *) _tbl)[140];
2335    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
2336 }
2337
2338 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3sv)(const GLshort *v)
2339 {
2340    const struct mapi_table *_tbl = entry_current_get();
2341    mapi_func _func = ((const mapi_func *) _tbl)[141];
2342    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2343 }
2344
2345 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
2346 {
2347    const struct mapi_table *_tbl = entry_current_get();
2348    mapi_func _func = ((const mapi_func *) _tbl)[142];
2349    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
2350 }
2351
2352 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4dv)(const GLdouble *v)
2353 {
2354    const struct mapi_table *_tbl = entry_current_get();
2355    mapi_func _func = ((const mapi_func *) _tbl)[143];
2356    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2357 }
2358
2359 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
2360 {
2361    const struct mapi_table *_tbl = entry_current_get();
2362    mapi_func _func = ((const mapi_func *) _tbl)[144];
2363    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
2364 }
2365
2366 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v)
2367 {
2368    const struct mapi_table *_tbl = entry_current_get();
2369    mapi_func _func = ((const mapi_func *) _tbl)[145];
2370    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2371 }
2372
2373 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4i)(GLint x, GLint y, GLint z, GLint w)
2374 {
2375    const struct mapi_table *_tbl = entry_current_get();
2376    mapi_func _func = ((const mapi_func *) _tbl)[146];
2377    ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
2378 }
2379
2380 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4iv)(const GLint *v)
2381 {
2382    const struct mapi_table *_tbl = entry_current_get();
2383    mapi_func _func = ((const mapi_func *) _tbl)[147];
2384    ((void (APIENTRY *)(const GLint *v)) _func)(v);
2385 }
2386
2387 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w)
2388 {
2389    const struct mapi_table *_tbl = entry_current_get();
2390    mapi_func _func = ((const mapi_func *) _tbl)[148];
2391    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
2392 }
2393
2394 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4sv)(const GLshort *v)
2395 {
2396    const struct mapi_table *_tbl = entry_current_get();
2397    mapi_func _func = ((const mapi_func *) _tbl)[149];
2398    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2399 }
2400
2401 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation)
2402 {
2403    const struct mapi_table *_tbl = entry_current_get();
2404    mapi_func _func = ((const mapi_func *) _tbl)[150];
2405    ((void (APIENTRY *)(GLenum plane, const GLdouble *equation)) _func)(plane, equation);
2406 }
2407
2408 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaterial)(GLenum face, GLenum mode)
2409 {
2410    const struct mapi_table *_tbl = entry_current_get();
2411    mapi_func _func = ((const mapi_func *) _tbl)[151];
2412    ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
2413 }
2414
2415 GLAPI void APIENTRY GLAPI_PREFIX(CullFace)(GLenum mode)
2416 {
2417    const struct mapi_table *_tbl = entry_current_get();
2418    mapi_func _func = ((const mapi_func *) _tbl)[152];
2419    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2420 }
2421
2422 GLAPI void APIENTRY GLAPI_PREFIX(Fogf)(GLenum pname, GLfloat param)
2423 {
2424    const struct mapi_table *_tbl = entry_current_get();
2425    mapi_func _func = ((const mapi_func *) _tbl)[153];
2426    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
2427 }
2428
2429 GLAPI void APIENTRY GLAPI_PREFIX(Fogfv)(GLenum pname, const GLfloat *params)
2430 {
2431    const struct mapi_table *_tbl = entry_current_get();
2432    mapi_func _func = ((const mapi_func *) _tbl)[154];
2433    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
2434 }
2435
2436 GLAPI void APIENTRY GLAPI_PREFIX(Fogi)(GLenum pname, GLint param)
2437 {
2438    const struct mapi_table *_tbl = entry_current_get();
2439    mapi_func _func = ((const mapi_func *) _tbl)[155];
2440    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
2441 }
2442
2443 GLAPI void APIENTRY GLAPI_PREFIX(Fogiv)(GLenum pname, const GLint *params)
2444 {
2445    const struct mapi_table *_tbl = entry_current_get();
2446    mapi_func _func = ((const mapi_func *) _tbl)[156];
2447    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
2448 }
2449
2450 GLAPI void APIENTRY GLAPI_PREFIX(FrontFace)(GLenum mode)
2451 {
2452    const struct mapi_table *_tbl = entry_current_get();
2453    mapi_func _func = ((const mapi_func *) _tbl)[157];
2454    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2455 }
2456
2457 GLAPI void APIENTRY GLAPI_PREFIX(Hint)(GLenum target, GLenum mode)
2458 {
2459    const struct mapi_table *_tbl = entry_current_get();
2460    mapi_func _func = ((const mapi_func *) _tbl)[158];
2461    ((void (APIENTRY *)(GLenum target, GLenum mode)) _func)(target, mode);
2462 }
2463
2464 GLAPI void APIENTRY GLAPI_PREFIX(Lightf)(GLenum light, GLenum pname, GLfloat param)
2465 {
2466    const struct mapi_table *_tbl = entry_current_get();
2467    mapi_func _func = ((const mapi_func *) _tbl)[159];
2468    ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat param)) _func)(light, pname, param);
2469 }
2470
2471 GLAPI void APIENTRY GLAPI_PREFIX(Lightfv)(GLenum light, GLenum pname, const GLfloat *params)
2472 {
2473    const struct mapi_table *_tbl = entry_current_get();
2474    mapi_func _func = ((const mapi_func *) _tbl)[160];
2475    ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfloat *params)) _func)(light, pname, params);
2476 }
2477
2478 GLAPI void APIENTRY GLAPI_PREFIX(Lighti)(GLenum light, GLenum pname, GLint param)
2479 {
2480    const struct mapi_table *_tbl = entry_current_get();
2481    mapi_func _func = ((const mapi_func *) _tbl)[161];
2482    ((void (APIENTRY *)(GLenum light, GLenum pname, GLint param)) _func)(light, pname, param);
2483 }
2484
2485 GLAPI void APIENTRY GLAPI_PREFIX(Lightiv)(GLenum light, GLenum pname, const GLint *params)
2486 {
2487    const struct mapi_table *_tbl = entry_current_get();
2488    mapi_func _func = ((const mapi_func *) _tbl)[162];
2489    ((void (APIENTRY *)(GLenum light, GLenum pname, const GLint *params)) _func)(light, pname, params);
2490 }
2491
2492 GLAPI void APIENTRY GLAPI_PREFIX(LightModelf)(GLenum pname, GLfloat param)
2493 {
2494    const struct mapi_table *_tbl = entry_current_get();
2495    mapi_func _func = ((const mapi_func *) _tbl)[163];
2496    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
2497 }
2498
2499 GLAPI void APIENTRY GLAPI_PREFIX(LightModelfv)(GLenum pname, const GLfloat *params)
2500 {
2501    const struct mapi_table *_tbl = entry_current_get();
2502    mapi_func _func = ((const mapi_func *) _tbl)[164];
2503    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
2504 }
2505
2506 GLAPI void APIENTRY GLAPI_PREFIX(LightModeli)(GLenum pname, GLint param)
2507 {
2508    const struct mapi_table *_tbl = entry_current_get();
2509    mapi_func _func = ((const mapi_func *) _tbl)[165];
2510    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
2511 }
2512
2513 GLAPI void APIENTRY GLAPI_PREFIX(LightModeliv)(GLenum pname, const GLint *params)
2514 {
2515    const struct mapi_table *_tbl = entry_current_get();
2516    mapi_func _func = ((const mapi_func *) _tbl)[166];
2517    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
2518 }
2519
2520 GLAPI void APIENTRY GLAPI_PREFIX(LineStipple)(GLint factor, GLushort pattern)
2521 {
2522    const struct mapi_table *_tbl = entry_current_get();
2523    mapi_func _func = ((const mapi_func *) _tbl)[167];
2524    ((void (APIENTRY *)(GLint factor, GLushort pattern)) _func)(factor, pattern);
2525 }
2526
2527 GLAPI void APIENTRY GLAPI_PREFIX(LineWidth)(GLfloat width)
2528 {
2529    const struct mapi_table *_tbl = entry_current_get();
2530    mapi_func _func = ((const mapi_func *) _tbl)[168];
2531    ((void (APIENTRY *)(GLfloat width)) _func)(width);
2532 }
2533
2534 GLAPI void APIENTRY GLAPI_PREFIX(Materialf)(GLenum face, GLenum pname, GLfloat param)
2535 {
2536    const struct mapi_table *_tbl = entry_current_get();
2537    mapi_func _func = ((const mapi_func *) _tbl)[169];
2538    ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat param)) _func)(face, pname, param);
2539 }
2540
2541 GLAPI void APIENTRY GLAPI_PREFIX(Materialfv)(GLenum face, GLenum pname, const GLfloat *params)
2542 {
2543    const struct mapi_table *_tbl = entry_current_get();
2544    mapi_func _func = ((const mapi_func *) _tbl)[170];
2545    ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfloat *params)) _func)(face, pname, params);
2546 }
2547
2548 GLAPI void APIENTRY GLAPI_PREFIX(Materiali)(GLenum face, GLenum pname, GLint param)
2549 {
2550    const struct mapi_table *_tbl = entry_current_get();
2551    mapi_func _func = ((const mapi_func *) _tbl)[171];
2552    ((void (APIENTRY *)(GLenum face, GLenum pname, GLint param)) _func)(face, pname, param);
2553 }
2554
2555 GLAPI void APIENTRY GLAPI_PREFIX(Materialiv)(GLenum face, GLenum pname, const GLint *params)
2556 {
2557    const struct mapi_table *_tbl = entry_current_get();
2558    mapi_func _func = ((const mapi_func *) _tbl)[172];
2559    ((void (APIENTRY *)(GLenum face, GLenum pname, const GLint *params)) _func)(face, pname, params);
2560 }
2561
2562 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size)
2563 {
2564    const struct mapi_table *_tbl = entry_current_get();
2565    mapi_func _func = ((const mapi_func *) _tbl)[173];
2566    ((void (APIENTRY *)(GLfloat size)) _func)(size);
2567 }
2568
2569 GLAPI void APIENTRY GLAPI_PREFIX(PolygonMode)(GLenum face, GLenum mode)
2570 {
2571    const struct mapi_table *_tbl = entry_current_get();
2572    mapi_func _func = ((const mapi_func *) _tbl)[174];
2573    ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
2574 }
2575
2576 GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask)
2577 {
2578    const struct mapi_table *_tbl = entry_current_get();
2579    mapi_func _func = ((const mapi_func *) _tbl)[175];
2580    ((void (APIENTRY *)(const GLubyte *mask)) _func)(mask);
2581 }
2582
2583 GLAPI void APIENTRY GLAPI_PREFIX(Scissor)(GLint x, GLint y, GLsizei width, GLsizei height)
2584 {
2585    const struct mapi_table *_tbl = entry_current_get();
2586    mapi_func _func = ((const mapi_func *) _tbl)[176];
2587    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
2588 }
2589
2590 GLAPI void APIENTRY GLAPI_PREFIX(ShadeModel)(GLenum mode)
2591 {
2592    const struct mapi_table *_tbl = entry_current_get();
2593    mapi_func _func = ((const mapi_func *) _tbl)[177];
2594    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2595 }
2596
2597 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param)
2598 {
2599    const struct mapi_table *_tbl = entry_current_get();
2600    mapi_func _func = ((const mapi_func *) _tbl)[178];
2601    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
2602 }
2603
2604 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
2605 {
2606    const struct mapi_table *_tbl = entry_current_get();
2607    mapi_func _func = ((const mapi_func *) _tbl)[179];
2608    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
2609 }
2610
2611 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteri)(GLenum target, GLenum pname, GLint param)
2612 {
2613    const struct mapi_table *_tbl = entry_current_get();
2614    mapi_func _func = ((const mapi_func *) _tbl)[180];
2615    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
2616 }
2617
2618 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteriv)(GLenum target, GLenum pname, const GLint *params)
2619 {
2620    const struct mapi_table *_tbl = entry_current_get();
2621    mapi_func _func = ((const mapi_func *) _tbl)[181];
2622    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
2623 }
2624
2625 GLAPI void APIENTRY GLAPI_PREFIX(TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
2626 {
2627    const struct mapi_table *_tbl = entry_current_get();
2628    mapi_func _func = ((const mapi_func *) _tbl)[182];
2629    ((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);
2630 }
2631
2632 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)
2633 {
2634    const struct mapi_table *_tbl = entry_current_get();
2635    mapi_func _func = ((const mapi_func *) _tbl)[183];
2636    ((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);
2637 }
2638
2639 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvf)(GLenum target, GLenum pname, GLfloat param)
2640 {
2641    const struct mapi_table *_tbl = entry_current_get();
2642    mapi_func _func = ((const mapi_func *) _tbl)[184];
2643    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
2644 }
2645
2646 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvfv)(GLenum target, GLenum pname, const GLfloat *params)
2647 {
2648    const struct mapi_table *_tbl = entry_current_get();
2649    mapi_func _func = ((const mapi_func *) _tbl)[185];
2650    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
2651 }
2652
2653 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvi)(GLenum target, GLenum pname, GLint param)
2654 {
2655    const struct mapi_table *_tbl = entry_current_get();
2656    mapi_func _func = ((const mapi_func *) _tbl)[186];
2657    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
2658 }
2659
2660 GLAPI void APIENTRY GLAPI_PREFIX(TexEnviv)(GLenum target, GLenum pname, const GLint *params)
2661 {
2662    const struct mapi_table *_tbl = entry_current_get();
2663    mapi_func _func = ((const mapi_func *) _tbl)[187];
2664    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
2665 }
2666
2667 GLAPI void APIENTRY GLAPI_PREFIX(TexGend)(GLenum coord, GLenum pname, GLdouble param)
2668 {
2669    const struct mapi_table *_tbl = entry_current_get();
2670    mapi_func _func = ((const mapi_func *) _tbl)[188];
2671    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble param)) _func)(coord, pname, param);
2672 }
2673
2674 GLAPI void APIENTRY GLAPI_PREFIX(TexGendv)(GLenum coord, GLenum pname, const GLdouble *params)
2675 {
2676    const struct mapi_table *_tbl = entry_current_get();
2677    mapi_func _func = ((const mapi_func *) _tbl)[189];
2678    ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLdouble *params)) _func)(coord, pname, params);
2679 }
2680
2681 GLAPI void APIENTRY GLAPI_PREFIX(TexGenf)(GLenum coord, GLenum pname, GLfloat param)
2682 {
2683    const struct mapi_table *_tbl = entry_current_get();
2684    mapi_func _func = ((const mapi_func *) _tbl)[190];
2685    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat param)) _func)(coord, pname, param);
2686 }
2687
2688 GLAPI void APIENTRY GLAPI_PREFIX(TexGenfv)(GLenum coord, GLenum pname, const GLfloat *params)
2689 {
2690    const struct mapi_table *_tbl = entry_current_get();
2691    mapi_func _func = ((const mapi_func *) _tbl)[191];
2692    ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLfloat *params)) _func)(coord, pname, params);
2693 }
2694
2695 GLAPI void APIENTRY GLAPI_PREFIX(TexGeni)(GLenum coord, GLenum pname, GLint param)
2696 {
2697    const struct mapi_table *_tbl = entry_current_get();
2698    mapi_func _func = ((const mapi_func *) _tbl)[192];
2699    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint param)) _func)(coord, pname, param);
2700 }
2701
2702 GLAPI void APIENTRY GLAPI_PREFIX(TexGeniv)(GLenum coord, GLenum pname, const GLint *params)
2703 {
2704    const struct mapi_table *_tbl = entry_current_get();
2705    mapi_func _func = ((const mapi_func *) _tbl)[193];
2706    ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLint *params)) _func)(coord, pname, params);
2707 }
2708
2709 GLAPI void APIENTRY GLAPI_PREFIX(FeedbackBuffer)(GLsizei size, GLenum type, GLfloat *buffer)
2710 {
2711    const struct mapi_table *_tbl = entry_current_get();
2712    mapi_func _func = ((const mapi_func *) _tbl)[194];
2713    ((void (APIENTRY *)(GLsizei size, GLenum type, GLfloat *buffer)) _func)(size, type, buffer);
2714 }
2715
2716 GLAPI void APIENTRY GLAPI_PREFIX(SelectBuffer)(GLsizei size, GLuint *buffer)
2717 {
2718    const struct mapi_table *_tbl = entry_current_get();
2719    mapi_func _func = ((const mapi_func *) _tbl)[195];
2720    ((void (APIENTRY *)(GLsizei size, GLuint *buffer)) _func)(size, buffer);
2721 }
2722
2723 GLAPI GLint APIENTRY GLAPI_PREFIX(RenderMode)(GLenum mode)
2724 {
2725    const struct mapi_table *_tbl = entry_current_get();
2726    mapi_func _func = ((const mapi_func *) _tbl)[196];
2727    return ((GLint (APIENTRY *)(GLenum mode)) _func)(mode);
2728 }
2729
2730 GLAPI void APIENTRY GLAPI_PREFIX(InitNames)(void)
2731 {
2732    const struct mapi_table *_tbl = entry_current_get();
2733    mapi_func _func = ((const mapi_func *) _tbl)[197];
2734    ((void (APIENTRY *)(void)) _func)();
2735 }
2736
2737 GLAPI void APIENTRY GLAPI_PREFIX(LoadName)(GLuint name)
2738 {
2739    const struct mapi_table *_tbl = entry_current_get();
2740    mapi_func _func = ((const mapi_func *) _tbl)[198];
2741    ((void (APIENTRY *)(GLuint name)) _func)(name);
2742 }
2743
2744 GLAPI void APIENTRY GLAPI_PREFIX(PassThrough)(GLfloat token)
2745 {
2746    const struct mapi_table *_tbl = entry_current_get();
2747    mapi_func _func = ((const mapi_func *) _tbl)[199];
2748    ((void (APIENTRY *)(GLfloat token)) _func)(token);
2749 }
2750
2751 GLAPI void APIENTRY GLAPI_PREFIX(PopName)(void)
2752 {
2753    const struct mapi_table *_tbl = entry_current_get();
2754    mapi_func _func = ((const mapi_func *) _tbl)[200];
2755    ((void (APIENTRY *)(void)) _func)();
2756 }
2757
2758 GLAPI void APIENTRY GLAPI_PREFIX(PushName)(GLuint name)
2759 {
2760    const struct mapi_table *_tbl = entry_current_get();
2761    mapi_func _func = ((const mapi_func *) _tbl)[201];
2762    ((void (APIENTRY *)(GLuint name)) _func)(name);
2763 }
2764
2765 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffer)(GLenum mode)
2766 {
2767    const struct mapi_table *_tbl = entry_current_get();
2768    mapi_func _func = ((const mapi_func *) _tbl)[202];
2769    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2770 }
2771
2772 GLAPI void APIENTRY GLAPI_PREFIX(Clear)(GLbitfield mask)
2773 {
2774    const struct mapi_table *_tbl = entry_current_get();
2775    mapi_func _func = ((const mapi_func *) _tbl)[203];
2776    ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
2777 }
2778
2779 GLAPI void APIENTRY GLAPI_PREFIX(ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
2780 {
2781    const struct mapi_table *_tbl = entry_current_get();
2782    mapi_func _func = ((const mapi_func *) _tbl)[204];
2783    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
2784 }
2785
2786 GLAPI void APIENTRY GLAPI_PREFIX(ClearIndex)(GLfloat c)
2787 {
2788    const struct mapi_table *_tbl = entry_current_get();
2789    mapi_func _func = ((const mapi_func *) _tbl)[205];
2790    ((void (APIENTRY *)(GLfloat c)) _func)(c);
2791 }
2792
2793 GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
2794 {
2795    const struct mapi_table *_tbl = entry_current_get();
2796    mapi_func _func = ((const mapi_func *) _tbl)[206];
2797    ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
2798 }
2799
2800 GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s)
2801 {
2802    const struct mapi_table *_tbl = entry_current_get();
2803    mapi_func _func = ((const mapi_func *) _tbl)[207];
2804    ((void (APIENTRY *)(GLint s)) _func)(s);
2805 }
2806
2807 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepth)(GLclampd depth)
2808 {
2809    const struct mapi_table *_tbl = entry_current_get();
2810    mapi_func _func = ((const mapi_func *) _tbl)[208];
2811    ((void (APIENTRY *)(GLclampd depth)) _func)(depth);
2812 }
2813
2814 GLAPI void APIENTRY GLAPI_PREFIX(StencilMask)(GLuint mask)
2815 {
2816    const struct mapi_table *_tbl = entry_current_get();
2817    mapi_func _func = ((const mapi_func *) _tbl)[209];
2818    ((void (APIENTRY *)(GLuint mask)) _func)(mask);
2819 }
2820
2821 GLAPI void APIENTRY GLAPI_PREFIX(ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
2822 {
2823    const struct mapi_table *_tbl = entry_current_get();
2824    mapi_func _func = ((const mapi_func *) _tbl)[210];
2825    ((void (APIENTRY *)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)) _func)(red, green, blue, alpha);
2826 }
2827
2828 GLAPI void APIENTRY GLAPI_PREFIX(DepthMask)(GLboolean flag)
2829 {
2830    const struct mapi_table *_tbl = entry_current_get();
2831    mapi_func _func = ((const mapi_func *) _tbl)[211];
2832    ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
2833 }
2834
2835 GLAPI void APIENTRY GLAPI_PREFIX(IndexMask)(GLuint mask)
2836 {
2837    const struct mapi_table *_tbl = entry_current_get();
2838    mapi_func _func = ((const mapi_func *) _tbl)[212];
2839    ((void (APIENTRY *)(GLuint mask)) _func)(mask);
2840 }
2841
2842 GLAPI void APIENTRY GLAPI_PREFIX(Accum)(GLenum op, GLfloat value)
2843 {
2844    const struct mapi_table *_tbl = entry_current_get();
2845    mapi_func _func = ((const mapi_func *) _tbl)[213];
2846    ((void (APIENTRY *)(GLenum op, GLfloat value)) _func)(op, value);
2847 }
2848
2849 GLAPI void APIENTRY GLAPI_PREFIX(Disable)(GLenum cap)
2850 {
2851    const struct mapi_table *_tbl = entry_current_get();
2852    mapi_func _func = ((const mapi_func *) _tbl)[214];
2853    ((void (APIENTRY *)(GLenum cap)) _func)(cap);
2854 }
2855
2856 GLAPI void APIENTRY GLAPI_PREFIX(Enable)(GLenum cap)
2857 {
2858    const struct mapi_table *_tbl = entry_current_get();
2859    mapi_func _func = ((const mapi_func *) _tbl)[215];
2860    ((void (APIENTRY *)(GLenum cap)) _func)(cap);
2861 }
2862
2863 GLAPI void APIENTRY GLAPI_PREFIX(Finish)(void)
2864 {
2865    const struct mapi_table *_tbl = entry_current_get();
2866    mapi_func _func = ((const mapi_func *) _tbl)[216];
2867    ((void (APIENTRY *)(void)) _func)();
2868 }
2869
2870 GLAPI void APIENTRY GLAPI_PREFIX(Flush)(void)
2871 {
2872    const struct mapi_table *_tbl = entry_current_get();
2873    mapi_func _func = ((const mapi_func *) _tbl)[217];
2874    ((void (APIENTRY *)(void)) _func)();
2875 }
2876
2877 GLAPI void APIENTRY GLAPI_PREFIX(PopAttrib)(void)
2878 {
2879    const struct mapi_table *_tbl = entry_current_get();
2880    mapi_func _func = ((const mapi_func *) _tbl)[218];
2881    ((void (APIENTRY *)(void)) _func)();
2882 }
2883
2884 GLAPI void APIENTRY GLAPI_PREFIX(PushAttrib)(GLbitfield mask)
2885 {
2886    const struct mapi_table *_tbl = entry_current_get();
2887    mapi_func _func = ((const mapi_func *) _tbl)[219];
2888    ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
2889 }
2890
2891 GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
2892 {
2893    const struct mapi_table *_tbl = entry_current_get();
2894    mapi_func _func = ((const mapi_func *) _tbl)[220];
2895    ((void (APIENTRY *)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)) _func)(target, u1, u2, stride, order, points);
2896 }
2897
2898 GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
2899 {
2900    const struct mapi_table *_tbl = entry_current_get();
2901    mapi_func _func = ((const mapi_func *) _tbl)[221];
2902    ((void (APIENTRY *)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)) _func)(target, u1, u2, stride, order, points);
2903 }
2904
2905 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)
2906 {
2907    const struct mapi_table *_tbl = entry_current_get();
2908    mapi_func _func = ((const mapi_func *) _tbl)[222];
2909    ((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);
2910 }
2911
2912 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)
2913 {
2914    const struct mapi_table *_tbl = entry_current_get();
2915    mapi_func _func = ((const mapi_func *) _tbl)[223];
2916    ((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);
2917 }
2918
2919 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1d)(GLint un, GLdouble u1, GLdouble u2)
2920 {
2921    const struct mapi_table *_tbl = entry_current_get();
2922    mapi_func _func = ((const mapi_func *) _tbl)[224];
2923    ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2)) _func)(un, u1, u2);
2924 }
2925
2926 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1f)(GLint un, GLfloat u1, GLfloat u2)
2927 {
2928    const struct mapi_table *_tbl = entry_current_get();
2929    mapi_func _func = ((const mapi_func *) _tbl)[225];
2930    ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2)) _func)(un, u1, u2);
2931 }
2932
2933 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
2934 {
2935    const struct mapi_table *_tbl = entry_current_get();
2936    mapi_func _func = ((const mapi_func *) _tbl)[226];
2937    ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)) _func)(un, u1, u2, vn, v1, v2);
2938 }
2939
2940 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
2941 {
2942    const struct mapi_table *_tbl = entry_current_get();
2943    mapi_func _func = ((const mapi_func *) _tbl)[227];
2944    ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)) _func)(un, u1, u2, vn, v1, v2);
2945 }
2946
2947 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1d)(GLdouble u)
2948 {
2949    const struct mapi_table *_tbl = entry_current_get();
2950    mapi_func _func = ((const mapi_func *) _tbl)[228];
2951    ((void (APIENTRY *)(GLdouble u)) _func)(u);
2952 }
2953
2954 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1dv)(const GLdouble *u)
2955 {
2956    const struct mapi_table *_tbl = entry_current_get();
2957    mapi_func _func = ((const mapi_func *) _tbl)[229];
2958    ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
2959 }
2960
2961 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1f)(GLfloat u)
2962 {
2963    const struct mapi_table *_tbl = entry_current_get();
2964    mapi_func _func = ((const mapi_func *) _tbl)[230];
2965    ((void (APIENTRY *)(GLfloat u)) _func)(u);
2966 }
2967
2968 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1fv)(const GLfloat *u)
2969 {
2970    const struct mapi_table *_tbl = entry_current_get();
2971    mapi_func _func = ((const mapi_func *) _tbl)[231];
2972    ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
2973 }
2974
2975 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2d)(GLdouble u, GLdouble v)
2976 {
2977    const struct mapi_table *_tbl = entry_current_get();
2978    mapi_func _func = ((const mapi_func *) _tbl)[232];
2979    ((void (APIENTRY *)(GLdouble u, GLdouble v)) _func)(u, v);
2980 }
2981
2982 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2dv)(const GLdouble *u)
2983 {
2984    const struct mapi_table *_tbl = entry_current_get();
2985    mapi_func _func = ((const mapi_func *) _tbl)[233];
2986    ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
2987 }
2988
2989 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2f)(GLfloat u, GLfloat v)
2990 {
2991    const struct mapi_table *_tbl = entry_current_get();
2992    mapi_func _func = ((const mapi_func *) _tbl)[234];
2993    ((void (APIENTRY *)(GLfloat u, GLfloat v)) _func)(u, v);
2994 }
2995
2996 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2fv)(const GLfloat *u)
2997 {
2998    const struct mapi_table *_tbl = entry_current_get();
2999    mapi_func _func = ((const mapi_func *) _tbl)[235];
3000    ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
3001 }
3002
3003 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh1)(GLenum mode, GLint i1, GLint i2)
3004 {
3005    const struct mapi_table *_tbl = entry_current_get();
3006    mapi_func _func = ((const mapi_func *) _tbl)[236];
3007    ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2)) _func)(mode, i1, i2);
3008 }
3009
3010 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint1)(GLint i)
3011 {
3012    const struct mapi_table *_tbl = entry_current_get();
3013    mapi_func _func = ((const mapi_func *) _tbl)[237];
3014    ((void (APIENTRY *)(GLint i)) _func)(i);
3015 }
3016
3017 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
3018 {
3019    const struct mapi_table *_tbl = entry_current_get();
3020    mapi_func _func = ((const mapi_func *) _tbl)[238];
3021    ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)) _func)(mode, i1, i2, j1, j2);
3022 }
3023
3024 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint2)(GLint i, GLint j)
3025 {
3026    const struct mapi_table *_tbl = entry_current_get();
3027    mapi_func _func = ((const mapi_func *) _tbl)[239];
3028    ((void (APIENTRY *)(GLint i, GLint j)) _func)(i, j);
3029 }
3030
3031 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFunc)(GLenum func, GLclampf ref)
3032 {
3033    const struct mapi_table *_tbl = entry_current_get();
3034    mapi_func _func = ((const mapi_func *) _tbl)[240];
3035    ((void (APIENTRY *)(GLenum func, GLclampf ref)) _func)(func, ref);
3036 }
3037
3038 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor)
3039 {
3040    const struct mapi_table *_tbl = entry_current_get();
3041    mapi_func _func = ((const mapi_func *) _tbl)[241];
3042    ((void (APIENTRY *)(GLenum sfactor, GLenum dfactor)) _func)(sfactor, dfactor);
3043 }
3044
3045 GLAPI void APIENTRY GLAPI_PREFIX(LogicOp)(GLenum opcode)
3046 {
3047    const struct mapi_table *_tbl = entry_current_get();
3048    mapi_func _func = ((const mapi_func *) _tbl)[242];
3049    ((void (APIENTRY *)(GLenum opcode)) _func)(opcode);
3050 }
3051
3052 GLAPI void APIENTRY GLAPI_PREFIX(StencilFunc)(GLenum func, GLint ref, GLuint mask)
3053 {
3054    const struct mapi_table *_tbl = entry_current_get();
3055    mapi_func _func = ((const mapi_func *) _tbl)[243];
3056    ((void (APIENTRY *)(GLenum func, GLint ref, GLuint mask)) _func)(func, ref, mask);
3057 }
3058
3059 GLAPI void APIENTRY GLAPI_PREFIX(StencilOp)(GLenum fail, GLenum zfail, GLenum zpass)
3060 {
3061    const struct mapi_table *_tbl = entry_current_get();
3062    mapi_func _func = ((const mapi_func *) _tbl)[244];
3063    ((void (APIENTRY *)(GLenum fail, GLenum zfail, GLenum zpass)) _func)(fail, zfail, zpass);
3064 }
3065
3066 GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func)
3067 {
3068    const struct mapi_table *_tbl = entry_current_get();
3069    mapi_func _func = ((const mapi_func *) _tbl)[245];
3070    ((void (APIENTRY *)(GLenum func)) _func)(func);
3071 }
3072
3073 GLAPI void APIENTRY GLAPI_PREFIX(PixelZoom)(GLfloat xfactor, GLfloat yfactor)
3074 {
3075    const struct mapi_table *_tbl = entry_current_get();
3076    mapi_func _func = ((const mapi_func *) _tbl)[246];
3077    ((void (APIENTRY *)(GLfloat xfactor, GLfloat yfactor)) _func)(xfactor, yfactor);
3078 }
3079
3080 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferf)(GLenum pname, GLfloat param)
3081 {
3082    const struct mapi_table *_tbl = entry_current_get();
3083    mapi_func _func = ((const mapi_func *) _tbl)[247];
3084    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
3085 }
3086
3087 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferi)(GLenum pname, GLint param)
3088 {
3089    const struct mapi_table *_tbl = entry_current_get();
3090    mapi_func _func = ((const mapi_func *) _tbl)[248];
3091    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
3092 }
3093
3094 GLAPI void APIENTRY GLAPI_PREFIX(PixelStoref)(GLenum pname, GLfloat param)
3095 {
3096    const struct mapi_table *_tbl = entry_current_get();
3097    mapi_func _func = ((const mapi_func *) _tbl)[249];
3098    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
3099 }
3100
3101 GLAPI void APIENTRY GLAPI_PREFIX(PixelStorei)(GLenum pname, GLint param)
3102 {
3103    const struct mapi_table *_tbl = entry_current_get();
3104    mapi_func _func = ((const mapi_func *) _tbl)[250];
3105    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
3106 }
3107
3108 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values)
3109 {
3110    const struct mapi_table *_tbl = entry_current_get();
3111    mapi_func _func = ((const mapi_func *) _tbl)[251];
3112    ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLfloat *values)) _func)(map, mapsize, values);
3113 }
3114
3115 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values)
3116 {
3117    const struct mapi_table *_tbl = entry_current_get();
3118    mapi_func _func = ((const mapi_func *) _tbl)[252];
3119    ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLuint *values)) _func)(map, mapsize, values);
3120 }
3121
3122 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values)
3123 {
3124    const struct mapi_table *_tbl = entry_current_get();
3125    mapi_func _func = ((const mapi_func *) _tbl)[253];
3126    ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLushort *values)) _func)(map, mapsize, values);
3127 }
3128
3129 GLAPI void APIENTRY GLAPI_PREFIX(ReadBuffer)(GLenum mode)
3130 {
3131    const struct mapi_table *_tbl = entry_current_get();
3132    mapi_func _func = ((const mapi_func *) _tbl)[254];
3133    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3134 }
3135
3136 GLAPI void APIENTRY GLAPI_PREFIX(CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
3137 {
3138    const struct mapi_table *_tbl = entry_current_get();
3139    mapi_func _func = ((const mapi_func *) _tbl)[255];
3140    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)) _func)(x, y, width, height, type);
3141 }
3142
3143 GLAPI void APIENTRY GLAPI_PREFIX(ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
3144 {
3145    const struct mapi_table *_tbl = entry_current_get();
3146    mapi_func _func = ((const mapi_func *) _tbl)[256];
3147    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)) _func)(x, y, width, height, format, type, pixels);
3148 }
3149
3150 GLAPI void APIENTRY GLAPI_PREFIX(DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
3151 {
3152    const struct mapi_table *_tbl = entry_current_get();
3153    mapi_func _func = ((const mapi_func *) _tbl)[257];
3154    ((void (APIENTRY *)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)) _func)(width, height, format, type, pixels);
3155 }
3156
3157 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanv)(GLenum pname, GLboolean *params)
3158 {
3159    const struct mapi_table *_tbl = entry_current_get();
3160    mapi_func _func = ((const mapi_func *) _tbl)[258];
3161    ((void (APIENTRY *)(GLenum pname, GLboolean *params)) _func)(pname, params);
3162 }
3163
3164 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation)
3165 {
3166    const struct mapi_table *_tbl = entry_current_get();
3167    mapi_func _func = ((const mapi_func *) _tbl)[259];
3168    ((void (APIENTRY *)(GLenum plane, GLdouble *equation)) _func)(plane, equation);
3169 }
3170
3171 GLAPI void APIENTRY GLAPI_PREFIX(GetDoublev)(GLenum pname, GLdouble *params)
3172 {
3173    const struct mapi_table *_tbl = entry_current_get();
3174    mapi_func _func = ((const mapi_func *) _tbl)[260];
3175    ((void (APIENTRY *)(GLenum pname, GLdouble *params)) _func)(pname, params);
3176 }
3177
3178 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetError)(void)
3179 {
3180    const struct mapi_table *_tbl = entry_current_get();
3181    mapi_func _func = ((const mapi_func *) _tbl)[261];
3182    return ((GLenum (APIENTRY *)(void)) _func)();
3183 }
3184
3185 GLAPI void APIENTRY GLAPI_PREFIX(GetFloatv)(GLenum pname, GLfloat *params)
3186 {
3187    const struct mapi_table *_tbl = entry_current_get();
3188    mapi_func _func = ((const mapi_func *) _tbl)[262];
3189    ((void (APIENTRY *)(GLenum pname, GLfloat *params)) _func)(pname, params);
3190 }
3191
3192 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerv)(GLenum pname, GLint *params)
3193 {
3194    const struct mapi_table *_tbl = entry_current_get();
3195    mapi_func _func = ((const mapi_func *) _tbl)[263];
3196    ((void (APIENTRY *)(GLenum pname, GLint *params)) _func)(pname, params);
3197 }
3198
3199 GLAPI void APIENTRY GLAPI_PREFIX(GetLightfv)(GLenum light, GLenum pname, GLfloat *params)
3200 {
3201    const struct mapi_table *_tbl = entry_current_get();
3202    mapi_func _func = ((const mapi_func *) _tbl)[264];
3203    ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat *params)) _func)(light, pname, params);
3204 }
3205
3206 GLAPI void APIENTRY GLAPI_PREFIX(GetLightiv)(GLenum light, GLenum pname, GLint *params)
3207 {
3208    const struct mapi_table *_tbl = entry_current_get();
3209    mapi_func _func = ((const mapi_func *) _tbl)[265];
3210    ((void (APIENTRY *)(GLenum light, GLenum pname, GLint *params)) _func)(light, pname, params);
3211 }
3212
3213 GLAPI void APIENTRY GLAPI_PREFIX(GetMapdv)(GLenum target, GLenum query, GLdouble *v)
3214 {
3215    const struct mapi_table *_tbl = entry_current_get();
3216    mapi_func _func = ((const mapi_func *) _tbl)[266];
3217    ((void (APIENTRY *)(GLenum target, GLenum query, GLdouble *v)) _func)(target, query, v);
3218 }
3219
3220 GLAPI void APIENTRY GLAPI_PREFIX(GetMapfv)(GLenum target, GLenum query, GLfloat *v)
3221 {
3222    const struct mapi_table *_tbl = entry_current_get();
3223    mapi_func _func = ((const mapi_func *) _tbl)[267];
3224    ((void (APIENTRY *)(GLenum target, GLenum query, GLfloat *v)) _func)(target, query, v);
3225 }
3226
3227 GLAPI void APIENTRY GLAPI_PREFIX(GetMapiv)(GLenum target, GLenum query, GLint *v)
3228 {
3229    const struct mapi_table *_tbl = entry_current_get();
3230    mapi_func _func = ((const mapi_func *) _tbl)[268];
3231    ((void (APIENTRY *)(GLenum target, GLenum query, GLint *v)) _func)(target, query, v);
3232 }
3233
3234 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialfv)(GLenum face, GLenum pname, GLfloat *params)
3235 {
3236    const struct mapi_table *_tbl = entry_current_get();
3237    mapi_func _func = ((const mapi_func *) _tbl)[269];
3238    ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat *params)) _func)(face, pname, params);
3239 }
3240
3241 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialiv)(GLenum face, GLenum pname, GLint *params)
3242 {
3243    const struct mapi_table *_tbl = entry_current_get();
3244    mapi_func _func = ((const mapi_func *) _tbl)[270];
3245    ((void (APIENTRY *)(GLenum face, GLenum pname, GLint *params)) _func)(face, pname, params);
3246 }
3247
3248 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapfv)(GLenum map, GLfloat *values)
3249 {
3250    const struct mapi_table *_tbl = entry_current_get();
3251    mapi_func _func = ((const mapi_func *) _tbl)[271];
3252    ((void (APIENTRY *)(GLenum map, GLfloat *values)) _func)(map, values);
3253 }
3254
3255 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapuiv)(GLenum map, GLuint *values)
3256 {
3257    const struct mapi_table *_tbl = entry_current_get();
3258    mapi_func _func = ((const mapi_func *) _tbl)[272];
3259    ((void (APIENTRY *)(GLenum map, GLuint *values)) _func)(map, values);
3260 }
3261
3262 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapusv)(GLenum map, GLushort *values)
3263 {
3264    const struct mapi_table *_tbl = entry_current_get();
3265    mapi_func _func = ((const mapi_func *) _tbl)[273];
3266    ((void (APIENTRY *)(GLenum map, GLushort *values)) _func)(map, values);
3267 }
3268
3269 GLAPI void APIENTRY GLAPI_PREFIX(GetPolygonStipple)(GLubyte *mask)
3270 {
3271    const struct mapi_table *_tbl = entry_current_get();
3272    mapi_func _func = ((const mapi_func *) _tbl)[274];
3273    ((void (APIENTRY *)(GLubyte *mask)) _func)(mask);
3274 }
3275
3276 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name)
3277 {
3278    const struct mapi_table *_tbl = entry_current_get();
3279    mapi_func _func = ((const mapi_func *) _tbl)[275];
3280    return ((const GLubyte * (APIENTRY *)(GLenum name)) _func)(name);
3281 }
3282
3283 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvfv)(GLenum target, GLenum pname, GLfloat *params)
3284 {
3285    const struct mapi_table *_tbl = entry_current_get();
3286    mapi_func _func = ((const mapi_func *) _tbl)[276];
3287    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3288 }
3289
3290 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnviv)(GLenum target, GLenum pname, GLint *params)
3291 {
3292    const struct mapi_table *_tbl = entry_current_get();
3293    mapi_func _func = ((const mapi_func *) _tbl)[277];
3294    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3295 }
3296
3297 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGendv)(GLenum coord, GLenum pname, GLdouble *params)
3298 {
3299    const struct mapi_table *_tbl = entry_current_get();
3300    mapi_func _func = ((const mapi_func *) _tbl)[278];
3301    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble *params)) _func)(coord, pname, params);
3302 }
3303
3304 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGenfv)(GLenum coord, GLenum pname, GLfloat *params)
3305 {
3306    const struct mapi_table *_tbl = entry_current_get();
3307    mapi_func _func = ((const mapi_func *) _tbl)[279];
3308    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat *params)) _func)(coord, pname, params);
3309 }
3310
3311 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGeniv)(GLenum coord, GLenum pname, GLint *params)
3312 {
3313    const struct mapi_table *_tbl = entry_current_get();
3314    mapi_func _func = ((const mapi_func *) _tbl)[280];
3315    ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint *params)) _func)(coord, pname, params);
3316 }
3317
3318 GLAPI void APIENTRY GLAPI_PREFIX(GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
3319 {
3320    const struct mapi_table *_tbl = entry_current_get();
3321    mapi_func _func = ((const mapi_func *) _tbl)[281];
3322    ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)) _func)(target, level, format, type, pixels);
3323 }
3324
3325 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3326 {
3327    const struct mapi_table *_tbl = entry_current_get();
3328    mapi_func _func = ((const mapi_func *) _tbl)[282];
3329    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3330 }
3331
3332 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params)
3333 {
3334    const struct mapi_table *_tbl = entry_current_get();
3335    mapi_func _func = ((const mapi_func *) _tbl)[283];
3336    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3337 }
3338
3339 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat *params)
3340 {
3341    const struct mapi_table *_tbl = entry_current_get();
3342    mapi_func _func = ((const mapi_func *) _tbl)[284];
3343    ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLfloat *params)) _func)(target, level, pname, params);
3344 }
3345
3346 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params)
3347 {
3348    const struct mapi_table *_tbl = entry_current_get();
3349    mapi_func _func = ((const mapi_func *) _tbl)[285];
3350    ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLint *params)) _func)(target, level, pname, params);
3351 }
3352
3353 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabled)(GLenum cap)
3354 {
3355    const struct mapi_table *_tbl = entry_current_get();
3356    mapi_func _func = ((const mapi_func *) _tbl)[286];
3357    return ((GLboolean (APIENTRY *)(GLenum cap)) _func)(cap);
3358 }
3359
3360 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsList)(GLuint list)
3361 {
3362    const struct mapi_table *_tbl = entry_current_get();
3363    mapi_func _func = ((const mapi_func *) _tbl)[287];
3364    return ((GLboolean (APIENTRY *)(GLuint list)) _func)(list);
3365 }
3366
3367 GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar)
3368 {
3369    const struct mapi_table *_tbl = entry_current_get();
3370    mapi_func _func = ((const mapi_func *) _tbl)[288];
3371    ((void (APIENTRY *)(GLclampd zNear, GLclampd zFar)) _func)(zNear, zFar);
3372 }
3373
3374 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
3375 {
3376    const struct mapi_table *_tbl = entry_current_get();
3377    mapi_func _func = ((const mapi_func *) _tbl)[289];
3378    ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3379 }
3380
3381 GLAPI void APIENTRY GLAPI_PREFIX(LoadIdentity)(void)
3382 {
3383    const struct mapi_table *_tbl = entry_current_get();
3384    mapi_func _func = ((const mapi_func *) _tbl)[290];
3385    ((void (APIENTRY *)(void)) _func)();
3386 }
3387
3388 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixf)(const GLfloat *m)
3389 {
3390    const struct mapi_table *_tbl = entry_current_get();
3391    mapi_func _func = ((const mapi_func *) _tbl)[291];
3392    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
3393 }
3394
3395 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixd)(const GLdouble *m)
3396 {
3397    const struct mapi_table *_tbl = entry_current_get();
3398    mapi_func _func = ((const mapi_func *) _tbl)[292];
3399    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
3400 }
3401
3402 GLAPI void APIENTRY GLAPI_PREFIX(MatrixMode)(GLenum mode)
3403 {
3404    const struct mapi_table *_tbl = entry_current_get();
3405    mapi_func _func = ((const mapi_func *) _tbl)[293];
3406    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3407 }
3408
3409 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixf)(const GLfloat *m)
3410 {
3411    const struct mapi_table *_tbl = entry_current_get();
3412    mapi_func _func = ((const mapi_func *) _tbl)[294];
3413    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
3414 }
3415
3416 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixd)(const GLdouble *m)
3417 {
3418    const struct mapi_table *_tbl = entry_current_get();
3419    mapi_func _func = ((const mapi_func *) _tbl)[295];
3420    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
3421 }
3422
3423 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
3424 {
3425    const struct mapi_table *_tbl = entry_current_get();
3426    mapi_func _func = ((const mapi_func *) _tbl)[296];
3427    ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3428 }
3429
3430 GLAPI void APIENTRY GLAPI_PREFIX(PopMatrix)(void)
3431 {
3432    const struct mapi_table *_tbl = entry_current_get();
3433    mapi_func _func = ((const mapi_func *) _tbl)[297];
3434    ((void (APIENTRY *)(void)) _func)();
3435 }
3436
3437 GLAPI void APIENTRY GLAPI_PREFIX(PushMatrix)(void)
3438 {
3439    const struct mapi_table *_tbl = entry_current_get();
3440    mapi_func _func = ((const mapi_func *) _tbl)[298];
3441    ((void (APIENTRY *)(void)) _func)();
3442 }
3443
3444 GLAPI void APIENTRY GLAPI_PREFIX(Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
3445 {
3446    const struct mapi_table *_tbl = entry_current_get();
3447    mapi_func _func = ((const mapi_func *) _tbl)[299];
3448    ((void (APIENTRY *)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)) _func)(angle, x, y, z);
3449 }
3450
3451 GLAPI void APIENTRY GLAPI_PREFIX(Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
3452 {
3453    const struct mapi_table *_tbl = entry_current_get();
3454    mapi_func _func = ((const mapi_func *) _tbl)[300];
3455    ((void (APIENTRY *)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)) _func)(angle, x, y, z);
3456 }
3457
3458 GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z)
3459 {
3460    const struct mapi_table *_tbl = entry_current_get();
3461    mapi_func _func = ((const mapi_func *) _tbl)[301];
3462    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
3463 }
3464
3465 GLAPI void APIENTRY GLAPI_PREFIX(Scalef)(GLfloat x, GLfloat y, GLfloat z)
3466 {
3467    const struct mapi_table *_tbl = entry_current_get();
3468    mapi_func _func = ((const mapi_func *) _tbl)[302];
3469    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
3470 }
3471
3472 GLAPI void APIENTRY GLAPI_PREFIX(Translated)(GLdouble x, GLdouble y, GLdouble z)
3473 {
3474    const struct mapi_table *_tbl = entry_current_get();
3475    mapi_func _func = ((const mapi_func *) _tbl)[303];
3476    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
3477 }
3478
3479 GLAPI void APIENTRY GLAPI_PREFIX(Translatef)(GLfloat x, GLfloat y, GLfloat z)
3480 {
3481    const struct mapi_table *_tbl = entry_current_get();
3482    mapi_func _func = ((const mapi_func *) _tbl)[304];
3483    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
3484 }
3485
3486 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height)
3487 {
3488    const struct mapi_table *_tbl = entry_current_get();
3489    mapi_func _func = ((const mapi_func *) _tbl)[305];
3490    ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
3491 }
3492
3493 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElement)(GLint i)
3494 {
3495    const struct mapi_table *_tbl = entry_current_get();
3496    mapi_func _func = ((const mapi_func *) _tbl)[306];
3497    ((void (APIENTRY *)(GLint i)) _func)(i);
3498 }
3499
3500 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElementEXT)(GLint i)
3501 {
3502    const struct mapi_table *_tbl = entry_current_get();
3503    mapi_func _func = ((const mapi_func *) _tbl)[306];
3504    ((void (APIENTRY *)(GLint i)) _func)(i);
3505 }
3506
3507 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture)
3508 {
3509    const struct mapi_table *_tbl = entry_current_get();
3510    mapi_func _func = ((const mapi_func *) _tbl)[307];
3511    ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
3512 }
3513
3514 GLAPI void APIENTRY GLAPI_PREFIX(BindTextureEXT)(GLenum target, GLuint texture)
3515 {
3516    const struct mapi_table *_tbl = entry_current_get();
3517    mapi_func _func = ((const mapi_func *) _tbl)[307];
3518    ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
3519 }
3520
3521 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3522 {
3523    const struct mapi_table *_tbl = entry_current_get();
3524    mapi_func _func = ((const mapi_func *) _tbl)[308];
3525    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3526 }
3527
3528 GLAPI void APIENTRY GLAPI_PREFIX(DisableClientState)(GLenum array)
3529 {
3530    const struct mapi_table *_tbl = entry_current_get();
3531    mapi_func _func = ((const mapi_func *) _tbl)[309];
3532    ((void (APIENTRY *)(GLenum array)) _func)(array);
3533 }
3534
3535 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count)
3536 {
3537    const struct mapi_table *_tbl = entry_current_get();
3538    mapi_func _func = ((const mapi_func *) _tbl)[310];
3539    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
3540 }
3541
3542 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysEXT)(GLenum mode, GLint first, GLsizei count)
3543 {
3544    const struct mapi_table *_tbl = entry_current_get();
3545    mapi_func _func = ((const mapi_func *) _tbl)[310];
3546    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
3547 }
3548
3549 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
3550 {
3551    const struct mapi_table *_tbl = entry_current_get();
3552    mapi_func _func = ((const mapi_func *) _tbl)[311];
3553    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, count, type, indices);
3554 }
3555
3556 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointer)(GLsizei stride, const GLvoid *pointer)
3557 {
3558    const struct mapi_table *_tbl = entry_current_get();
3559    mapi_func _func = ((const mapi_func *) _tbl)[312];
3560    ((void (APIENTRY *)(GLsizei stride, const GLvoid *pointer)) _func)(stride, pointer);
3561 }
3562
3563 GLAPI void APIENTRY GLAPI_PREFIX(EnableClientState)(GLenum array)
3564 {
3565    const struct mapi_table *_tbl = entry_current_get();
3566    mapi_func _func = ((const mapi_func *) _tbl)[313];
3567    ((void (APIENTRY *)(GLenum array)) _func)(array);
3568 }
3569
3570 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
3571 {
3572    const struct mapi_table *_tbl = entry_current_get();
3573    mapi_func _func = ((const mapi_func *) _tbl)[314];
3574    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
3575 }
3576
3577 GLAPI void APIENTRY GLAPI_PREFIX(Indexub)(GLubyte c)
3578 {
3579    const struct mapi_table *_tbl = entry_current_get();
3580    mapi_func _func = ((const mapi_func *) _tbl)[315];
3581    ((void (APIENTRY *)(GLubyte c)) _func)(c);
3582 }
3583
3584 GLAPI void APIENTRY GLAPI_PREFIX(Indexubv)(const GLubyte *c)
3585 {
3586    const struct mapi_table *_tbl = entry_current_get();
3587    mapi_func _func = ((const mapi_func *) _tbl)[316];
3588    ((void (APIENTRY *)(const GLubyte *c)) _func)(c);
3589 }
3590
3591 GLAPI void APIENTRY GLAPI_PREFIX(InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid *pointer)
3592 {
3593    const struct mapi_table *_tbl = entry_current_get();
3594    mapi_func _func = ((const mapi_func *) _tbl)[317];
3595    ((void (APIENTRY *)(GLenum format, GLsizei stride, const GLvoid *pointer)) _func)(format, stride, pointer);
3596 }
3597
3598 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
3599 {
3600    const struct mapi_table *_tbl = entry_current_get();
3601    mapi_func _func = ((const mapi_func *) _tbl)[318];
3602    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
3603 }
3604
3605 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffset)(GLfloat factor, GLfloat units)
3606 {
3607    const struct mapi_table *_tbl = entry_current_get();
3608    mapi_func _func = ((const mapi_func *) _tbl)[319];
3609    ((void (APIENTRY *)(GLfloat factor, GLfloat units)) _func)(factor, units);
3610 }
3611
3612 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3613 {
3614    const struct mapi_table *_tbl = entry_current_get();
3615    mapi_func _func = ((const mapi_func *) _tbl)[320];
3616    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3617 }
3618
3619 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3620 {
3621    const struct mapi_table *_tbl = entry_current_get();
3622    mapi_func _func = ((const mapi_func *) _tbl)[321];
3623    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3624 }
3625
3626 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences)
3627 {
3628    const struct mapi_table *_tbl = entry_current_get();
3629    mapi_func _func = ((const mapi_func *) _tbl)[322];
3630    return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3631 }
3632
3633 #if 0
3634 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences)
3635 {
3636    const struct mapi_table *_tbl = entry_current_get();
3637    mapi_func _func = ((const mapi_func *) _tbl)[322];
3638    return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3639 }
3640 #endif
3641
3642 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
3643 {
3644    const struct mapi_table *_tbl = entry_current_get();
3645    mapi_func _func = ((const mapi_func *) _tbl)[323];
3646    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
3647 }
3648
3649 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
3650 {
3651    const struct mapi_table *_tbl = entry_current_get();
3652    mapi_func _func = ((const mapi_func *) _tbl)[323];
3653    ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
3654 }
3655
3656 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
3657 {
3658    const struct mapi_table *_tbl = entry_current_get();
3659    mapi_func _func = ((const mapi_func *) _tbl)[324];
3660    ((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);
3661 }
3662
3663 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
3664 {
3665    const struct mapi_table *_tbl = entry_current_get();
3666    mapi_func _func = ((const mapi_func *) _tbl)[324];
3667    ((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);
3668 }
3669
3670 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
3671 {
3672    const struct mapi_table *_tbl = entry_current_get();
3673    mapi_func _func = ((const mapi_func *) _tbl)[325];
3674    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
3675 }
3676
3677 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
3678 {
3679    const struct mapi_table *_tbl = entry_current_get();
3680    mapi_func _func = ((const mapi_func *) _tbl)[325];
3681    ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
3682 }
3683
3684 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
3685 {
3686    const struct mapi_table *_tbl = entry_current_get();
3687    mapi_func _func = ((const mapi_func *) _tbl)[326];
3688    ((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);
3689 }
3690
3691 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
3692 {
3693    const struct mapi_table *_tbl = entry_current_get();
3694    mapi_func _func = ((const mapi_func *) _tbl)[326];
3695    ((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);
3696 }
3697
3698 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures)
3699 {
3700    const struct mapi_table *_tbl = entry_current_get();
3701    mapi_func _func = ((const mapi_func *) _tbl)[327];
3702    ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
3703 }
3704
3705 #if 0
3706 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTexturesEXT)(GLsizei n, const GLuint *textures)
3707 {
3708    const struct mapi_table *_tbl = entry_current_get();
3709    mapi_func _func = ((const mapi_func *) _tbl)[327];
3710    ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
3711 }
3712 #endif
3713
3714 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures)
3715 {
3716    const struct mapi_table *_tbl = entry_current_get();
3717    mapi_func _func = ((const mapi_func *) _tbl)[328];
3718    ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
3719 }
3720
3721 #if 0
3722 GLAPI void APIENTRY GLAPI_PREFIX(GenTexturesEXT)(GLsizei n, GLuint *textures)
3723 {
3724    const struct mapi_table *_tbl = entry_current_get();
3725    mapi_func _func = ((const mapi_func *) _tbl)[328];
3726    ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
3727 }
3728 #endif
3729
3730 GLAPI void APIENTRY GLAPI_PREFIX(GetPointerv)(GLenum pname, GLvoid **params)
3731 {
3732    const struct mapi_table *_tbl = entry_current_get();
3733    mapi_func _func = ((const mapi_func *) _tbl)[329];
3734    ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
3735 }
3736
3737 GLAPI void APIENTRY GLAPI_PREFIX(GetPointervEXT)(GLenum pname, GLvoid **params)
3738 {
3739    const struct mapi_table *_tbl = entry_current_get();
3740    mapi_func _func = ((const mapi_func *) _tbl)[329];
3741    ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
3742 }
3743
3744 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture)
3745 {
3746    const struct mapi_table *_tbl = entry_current_get();
3747    mapi_func _func = ((const mapi_func *) _tbl)[330];
3748    return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
3749 }
3750
3751 #if 0
3752 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTextureEXT)(GLuint texture)
3753 {
3754    const struct mapi_table *_tbl = entry_current_get();
3755    mapi_func _func = ((const mapi_func *) _tbl)[330];
3756    return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
3757 }
3758 #endif
3759
3760 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTextures)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
3761 {
3762    const struct mapi_table *_tbl = entry_current_get();
3763    mapi_func _func = ((const mapi_func *) _tbl)[331];
3764    ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
3765 }
3766
3767 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTexturesEXT)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
3768 {
3769    const struct mapi_table *_tbl = entry_current_get();
3770    mapi_func _func = ((const mapi_func *) _tbl)[331];
3771    ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
3772 }
3773
3774 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
3775 {
3776    const struct mapi_table *_tbl = entry_current_get();
3777    mapi_func _func = ((const mapi_func *) _tbl)[332];
3778    ((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);
3779 }
3780
3781 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
3782 {
3783    const struct mapi_table *_tbl = entry_current_get();
3784    mapi_func _func = ((const mapi_func *) _tbl)[332];
3785    ((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);
3786 }
3787
3788 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)
3789 {
3790    const struct mapi_table *_tbl = entry_current_get();
3791    mapi_func _func = ((const mapi_func *) _tbl)[333];
3792    ((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);
3793 }
3794
3795 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage2DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
3796 {
3797    const struct mapi_table *_tbl = entry_current_get();
3798    mapi_func _func = ((const mapi_func *) _tbl)[333];
3799    ((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);
3800 }
3801
3802 GLAPI void APIENTRY GLAPI_PREFIX(PopClientAttrib)(void)
3803 {
3804    const struct mapi_table *_tbl = entry_current_get();
3805    mapi_func _func = ((const mapi_func *) _tbl)[334];
3806    ((void (APIENTRY *)(void)) _func)();
3807 }
3808
3809 GLAPI void APIENTRY GLAPI_PREFIX(PushClientAttrib)(GLbitfield mask)
3810 {
3811    const struct mapi_table *_tbl = entry_current_get();
3812    mapi_func _func = ((const mapi_func *) _tbl)[335];
3813    ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
3814 }
3815
3816 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3817 {
3818    const struct mapi_table *_tbl = entry_current_get();
3819    mapi_func _func = ((const mapi_func *) _tbl)[336];
3820    ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
3821 }
3822
3823 GLAPI void APIENTRY GLAPI_PREFIX(BlendColorEXT)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3824 {
3825    const struct mapi_table *_tbl = entry_current_get();
3826    mapi_func _func = ((const mapi_func *) _tbl)[336];
3827    ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
3828 }
3829
3830 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode)
3831 {
3832    const struct mapi_table *_tbl = entry_current_get();
3833    mapi_func _func = ((const mapi_func *) _tbl)[337];
3834    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3835 }
3836
3837 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationEXT)(GLenum mode)
3838 {
3839    const struct mapi_table *_tbl = entry_current_get();
3840    mapi_func _func = ((const mapi_func *) _tbl)[337];
3841    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3842 }
3843
3844 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
3845 {
3846    const struct mapi_table *_tbl = entry_current_get();
3847    mapi_func _func = ((const mapi_func *) _tbl)[338];
3848    ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
3849 }
3850
3851 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsEXT)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
3852 {
3853    const struct mapi_table *_tbl = entry_current_get();
3854    mapi_func _func = ((const mapi_func *) _tbl)[338];
3855    ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
3856 }
3857
3858 GLAPI void APIENTRY GLAPI_PREFIX(ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
3859 {
3860    const struct mapi_table *_tbl = entry_current_get();
3861    mapi_func _func = ((const mapi_func *) _tbl)[339];
3862    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
3863 }
3864
3865 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableEXT)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
3866 {
3867    const struct mapi_table *_tbl = entry_current_get();
3868    mapi_func _func = ((const mapi_func *) _tbl)[339];
3869    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
3870 }
3871
3872 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
3873 {
3874    const struct mapi_table *_tbl = entry_current_get();
3875    mapi_func _func = ((const mapi_func *) _tbl)[340];
3876    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
3877 }
3878
3879 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameteriv)(GLenum target, GLenum pname, const GLint *params)
3880 {
3881    const struct mapi_table *_tbl = entry_current_get();
3882    mapi_func _func = ((const mapi_func *) _tbl)[341];
3883    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
3884 }
3885
3886 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
3887 {
3888    const struct mapi_table *_tbl = entry_current_get();
3889    mapi_func _func = ((const mapi_func *) _tbl)[342];
3890    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
3891 }
3892
3893 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid *table)
3894 {
3895    const struct mapi_table *_tbl = entry_current_get();
3896    mapi_func _func = ((const mapi_func *) _tbl)[343];
3897    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
3898 }
3899
3900 #if 0
3901 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableEXT)(GLenum target, GLenum format, GLenum type, GLvoid *table)
3902 {
3903    const struct mapi_table *_tbl = entry_current_get();
3904    mapi_func _func = ((const mapi_func *) _tbl)[343];
3905    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
3906 }
3907 #endif
3908
3909 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3910 {
3911    const struct mapi_table *_tbl = entry_current_get();
3912    mapi_func _func = ((const mapi_func *) _tbl)[344];
3913    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3914 }
3915
3916 #if 0
3917 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfvEXT)(GLenum target, GLenum pname, GLfloat *params)
3918 {
3919    const struct mapi_table *_tbl = entry_current_get();
3920    mapi_func _func = ((const mapi_func *) _tbl)[344];
3921    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3922 }
3923 #endif
3924
3925 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameteriv)(GLenum target, GLenum pname, GLint *params)
3926 {
3927    const struct mapi_table *_tbl = entry_current_get();
3928    mapi_func _func = ((const mapi_func *) _tbl)[345];
3929    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3930 }
3931
3932 #if 0
3933 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterivEXT)(GLenum target, GLenum pname, GLint *params)
3934 {
3935    const struct mapi_table *_tbl = entry_current_get();
3936    mapi_func _func = ((const mapi_func *) _tbl)[345];
3937    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3938 }
3939 #endif
3940
3941 GLAPI void APIENTRY GLAPI_PREFIX(ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)
3942 {
3943    const struct mapi_table *_tbl = entry_current_get();
3944    mapi_func _func = ((const mapi_func *) _tbl)[346];
3945    ((void (APIENTRY *)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)) _func)(target, start, count, format, type, data);
3946 }
3947
3948 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
3949 {
3950    const struct mapi_table *_tbl = entry_current_get();
3951    mapi_func _func = ((const mapi_func *) _tbl)[347];
3952    ((void (APIENTRY *)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)) _func)(target, start, x, y, width);
3953 }
3954
3955 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
3956 {
3957    const struct mapi_table *_tbl = entry_current_get();
3958    mapi_func _func = ((const mapi_func *) _tbl)[348];
3959    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)) _func)(target, internalformat, width, format, type, image);
3960 }
3961
3962 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
3963 {
3964    const struct mapi_table *_tbl = entry_current_get();
3965    mapi_func _func = ((const mapi_func *) _tbl)[349];
3966    ((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);
3967 }
3968
3969 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params)
3970 {
3971    const struct mapi_table *_tbl = entry_current_get();
3972    mapi_func _func = ((const mapi_func *) _tbl)[350];
3973    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat params)) _func)(target, pname, params);
3974 }
3975
3976 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
3977 {
3978    const struct mapi_table *_tbl = entry_current_get();
3979    mapi_func _func = ((const mapi_func *) _tbl)[351];
3980    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
3981 }
3982
3983 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteri)(GLenum target, GLenum pname, GLint params)
3984 {
3985    const struct mapi_table *_tbl = entry_current_get();
3986    mapi_func _func = ((const mapi_func *) _tbl)[352];
3987    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint params)) _func)(target, pname, params);
3988 }
3989
3990 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint *params)
3991 {
3992    const struct mapi_table *_tbl = entry_current_get();
3993    mapi_func _func = ((const mapi_func *) _tbl)[353];
3994    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
3995 }
3996
3997 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
3998 {
3999    const struct mapi_table *_tbl = entry_current_get();
4000    mapi_func _func = ((const mapi_func *) _tbl)[354];
4001    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
4002 }
4003
4004 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
4005 {
4006    const struct mapi_table *_tbl = entry_current_get();
4007    mapi_func _func = ((const mapi_func *) _tbl)[355];
4008    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, internalformat, x, y, width, height);
4009 }
4010
4011 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid *image)
4012 {
4013    const struct mapi_table *_tbl = entry_current_get();
4014    mapi_func _func = ((const mapi_func *) _tbl)[356];
4015    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *image)) _func)(target, format, type, image);
4016 }
4017
4018 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4019 {
4020    const struct mapi_table *_tbl = entry_current_get();
4021    mapi_func _func = ((const mapi_func *) _tbl)[357];
4022    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4023 }
4024
4025 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint *params)
4026 {
4027    const struct mapi_table *_tbl = entry_current_get();
4028    mapi_func _func = ((const mapi_func *) _tbl)[358];
4029    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4030 }
4031
4032 GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
4033 {
4034    const struct mapi_table *_tbl = entry_current_get();
4035    mapi_func _func = ((const mapi_func *) _tbl)[359];
4036    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)) _func)(target, format, type, row, column, span);
4037 }
4038
4039 GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
4040 {
4041    const struct mapi_table *_tbl = entry_current_get();
4042    mapi_func _func = ((const mapi_func *) _tbl)[360];
4043    ((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);
4044 }
4045
4046 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
4047 {
4048    const struct mapi_table *_tbl = entry_current_get();
4049    mapi_func _func = ((const mapi_func *) _tbl)[361];
4050    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
4051 }
4052
4053 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4054 {
4055    const struct mapi_table *_tbl = entry_current_get();
4056    mapi_func _func = ((const mapi_func *) _tbl)[362];
4057    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4058 }
4059
4060 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameteriv)(GLenum target, GLenum pname, GLint *params)
4061 {
4062    const struct mapi_table *_tbl = entry_current_get();
4063    mapi_func _func = ((const mapi_func *) _tbl)[363];
4064    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4065 }
4066
4067 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
4068 {
4069    const struct mapi_table *_tbl = entry_current_get();
4070    mapi_func _func = ((const mapi_func *) _tbl)[364];
4071    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
4072 }
4073
4074 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4075 {
4076    const struct mapi_table *_tbl = entry_current_get();
4077    mapi_func _func = ((const mapi_func *) _tbl)[365];
4078    ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4079 }
4080
4081 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint *params)
4082 {
4083    const struct mapi_table *_tbl = entry_current_get();
4084    mapi_func _func = ((const mapi_func *) _tbl)[366];
4085    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4086 }
4087
4088 GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
4089 {
4090    const struct mapi_table *_tbl = entry_current_get();
4091    mapi_func _func = ((const mapi_func *) _tbl)[367];
4092    ((void (APIENTRY *)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)) _func)(target, width, internalformat, sink);
4093 }
4094
4095 GLAPI void APIENTRY GLAPI_PREFIX(Minmax)(GLenum target, GLenum internalformat, GLboolean sink)
4096 {
4097    const struct mapi_table *_tbl = entry_current_get();
4098    mapi_func _func = ((const mapi_func *) _tbl)[368];
4099    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLboolean sink)) _func)(target, internalformat, sink);
4100 }
4101
4102 GLAPI void APIENTRY GLAPI_PREFIX(ResetHistogram)(GLenum target)
4103 {
4104    const struct mapi_table *_tbl = entry_current_get();
4105    mapi_func _func = ((const mapi_func *) _tbl)[369];
4106    ((void (APIENTRY *)(GLenum target)) _func)(target);
4107 }
4108
4109 GLAPI void APIENTRY GLAPI_PREFIX(ResetMinmax)(GLenum target)
4110 {
4111    const struct mapi_table *_tbl = entry_current_get();
4112    mapi_func _func = ((const mapi_func *) _tbl)[370];
4113    ((void (APIENTRY *)(GLenum target)) _func)(target);
4114 }
4115
4116 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)
4117 {
4118    const struct mapi_table *_tbl = entry_current_get();
4119    mapi_func _func = ((const mapi_func *) _tbl)[371];
4120    ((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);
4121 }
4122
4123 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)
4124 {
4125    const struct mapi_table *_tbl = entry_current_get();
4126    mapi_func _func = ((const mapi_func *) _tbl)[371];
4127    ((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);
4128 }
4129
4130 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)
4131 {
4132    const struct mapi_table *_tbl = entry_current_get();
4133    mapi_func _func = ((const mapi_func *) _tbl)[372];
4134    ((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);
4135 }
4136
4137 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)
4138 {
4139    const struct mapi_table *_tbl = entry_current_get();
4140    mapi_func _func = ((const mapi_func *) _tbl)[372];
4141    ((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);
4142 }
4143
4144 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
4145 {
4146    const struct mapi_table *_tbl = entry_current_get();
4147    mapi_func _func = ((const mapi_func *) _tbl)[373];
4148    ((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);
4149 }
4150
4151 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
4152 {
4153    const struct mapi_table *_tbl = entry_current_get();
4154    mapi_func _func = ((const mapi_func *) _tbl)[373];
4155    ((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);
4156 }
4157
4158 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTextureARB)(GLenum texture)
4159 {
4160    const struct mapi_table *_tbl = entry_current_get();
4161    mapi_func _func = ((const mapi_func *) _tbl)[374];
4162    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4163 }
4164
4165 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture)
4166 {
4167    const struct mapi_table *_tbl = entry_current_get();
4168    mapi_func _func = ((const mapi_func *) _tbl)[374];
4169    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4170 }
4171
4172 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTextureARB)(GLenum texture)
4173 {
4174    const struct mapi_table *_tbl = entry_current_get();
4175    mapi_func _func = ((const mapi_func *) _tbl)[375];
4176    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4177 }
4178
4179 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTexture)(GLenum texture)
4180 {
4181    const struct mapi_table *_tbl = entry_current_get();
4182    mapi_func _func = ((const mapi_func *) _tbl)[375];
4183    ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4184 }
4185
4186 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dARB)(GLenum target, GLdouble s)
4187 {
4188    const struct mapi_table *_tbl = entry_current_get();
4189    mapi_func _func = ((const mapi_func *) _tbl)[376];
4190    ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
4191 }
4192
4193 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1d)(GLenum target, GLdouble s)
4194 {
4195    const struct mapi_table *_tbl = entry_current_get();
4196    mapi_func _func = ((const mapi_func *) _tbl)[376];
4197    ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
4198 }
4199
4200 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dvARB)(GLenum target, const GLdouble *v)
4201 {
4202    const struct mapi_table *_tbl = entry_current_get();
4203    mapi_func _func = ((const mapi_func *) _tbl)[377];
4204    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4205 }
4206
4207 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dv)(GLenum target, const GLdouble *v)
4208 {
4209    const struct mapi_table *_tbl = entry_current_get();
4210    mapi_func _func = ((const mapi_func *) _tbl)[377];
4211    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4212 }
4213
4214 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fARB)(GLenum target, GLfloat s)
4215 {
4216    const struct mapi_table *_tbl = entry_current_get();
4217    mapi_func _func = ((const mapi_func *) _tbl)[378];
4218    ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
4219 }
4220
4221 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1f)(GLenum target, GLfloat s)
4222 {
4223    const struct mapi_table *_tbl = entry_current_get();
4224    mapi_func _func = ((const mapi_func *) _tbl)[378];
4225    ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
4226 }
4227
4228 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fvARB)(GLenum target, const GLfloat *v)
4229 {
4230    const struct mapi_table *_tbl = entry_current_get();
4231    mapi_func _func = ((const mapi_func *) _tbl)[379];
4232    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4233 }
4234
4235 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fv)(GLenum target, const GLfloat *v)
4236 {
4237    const struct mapi_table *_tbl = entry_current_get();
4238    mapi_func _func = ((const mapi_func *) _tbl)[379];
4239    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4240 }
4241
4242 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iARB)(GLenum target, GLint s)
4243 {
4244    const struct mapi_table *_tbl = entry_current_get();
4245    mapi_func _func = ((const mapi_func *) _tbl)[380];
4246    ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
4247 }
4248
4249 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1i)(GLenum target, GLint s)
4250 {
4251    const struct mapi_table *_tbl = entry_current_get();
4252    mapi_func _func = ((const mapi_func *) _tbl)[380];
4253    ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
4254 }
4255
4256 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1ivARB)(GLenum target, const GLint *v)
4257 {
4258    const struct mapi_table *_tbl = entry_current_get();
4259    mapi_func _func = ((const mapi_func *) _tbl)[381];
4260    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4261 }
4262
4263 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iv)(GLenum target, const GLint *v)
4264 {
4265    const struct mapi_table *_tbl = entry_current_get();
4266    mapi_func _func = ((const mapi_func *) _tbl)[381];
4267    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4268 }
4269
4270 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sARB)(GLenum target, GLshort s)
4271 {
4272    const struct mapi_table *_tbl = entry_current_get();
4273    mapi_func _func = ((const mapi_func *) _tbl)[382];
4274    ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
4275 }
4276
4277 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1s)(GLenum target, GLshort s)
4278 {
4279    const struct mapi_table *_tbl = entry_current_get();
4280    mapi_func _func = ((const mapi_func *) _tbl)[382];
4281    ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
4282 }
4283
4284 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1svARB)(GLenum target, const GLshort *v)
4285 {
4286    const struct mapi_table *_tbl = entry_current_get();
4287    mapi_func _func = ((const mapi_func *) _tbl)[383];
4288    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4289 }
4290
4291 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sv)(GLenum target, const GLshort *v)
4292 {
4293    const struct mapi_table *_tbl = entry_current_get();
4294    mapi_func _func = ((const mapi_func *) _tbl)[383];
4295    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4296 }
4297
4298 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dARB)(GLenum target, GLdouble s, GLdouble t)
4299 {
4300    const struct mapi_table *_tbl = entry_current_get();
4301    mapi_func _func = ((const mapi_func *) _tbl)[384];
4302    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
4303 }
4304
4305 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t)
4306 {
4307    const struct mapi_table *_tbl = entry_current_get();
4308    mapi_func _func = ((const mapi_func *) _tbl)[384];
4309    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
4310 }
4311
4312 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dvARB)(GLenum target, const GLdouble *v)
4313 {
4314    const struct mapi_table *_tbl = entry_current_get();
4315    mapi_func _func = ((const mapi_func *) _tbl)[385];
4316    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4317 }
4318
4319 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dv)(GLenum target, const GLdouble *v)
4320 {
4321    const struct mapi_table *_tbl = entry_current_get();
4322    mapi_func _func = ((const mapi_func *) _tbl)[385];
4323    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4324 }
4325
4326 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t)
4327 {
4328    const struct mapi_table *_tbl = entry_current_get();
4329    mapi_func _func = ((const mapi_func *) _tbl)[386];
4330    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
4331 }
4332
4333 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2f)(GLenum target, GLfloat s, GLfloat t)
4334 {
4335    const struct mapi_table *_tbl = entry_current_get();
4336    mapi_func _func = ((const mapi_func *) _tbl)[386];
4337    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
4338 }
4339
4340 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fvARB)(GLenum target, const GLfloat *v)
4341 {
4342    const struct mapi_table *_tbl = entry_current_get();
4343    mapi_func _func = ((const mapi_func *) _tbl)[387];
4344    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4345 }
4346
4347 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fv)(GLenum target, const GLfloat *v)
4348 {
4349    const struct mapi_table *_tbl = entry_current_get();
4350    mapi_func _func = ((const mapi_func *) _tbl)[387];
4351    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4352 }
4353
4354 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iARB)(GLenum target, GLint s, GLint t)
4355 {
4356    const struct mapi_table *_tbl = entry_current_get();
4357    mapi_func _func = ((const mapi_func *) _tbl)[388];
4358    ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
4359 }
4360
4361 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2i)(GLenum target, GLint s, GLint t)
4362 {
4363    const struct mapi_table *_tbl = entry_current_get();
4364    mapi_func _func = ((const mapi_func *) _tbl)[388];
4365    ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
4366 }
4367
4368 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2ivARB)(GLenum target, const GLint *v)
4369 {
4370    const struct mapi_table *_tbl = entry_current_get();
4371    mapi_func _func = ((const mapi_func *) _tbl)[389];
4372    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4373 }
4374
4375 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iv)(GLenum target, const GLint *v)
4376 {
4377    const struct mapi_table *_tbl = entry_current_get();
4378    mapi_func _func = ((const mapi_func *) _tbl)[389];
4379    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4380 }
4381
4382 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t)
4383 {
4384    const struct mapi_table *_tbl = entry_current_get();
4385    mapi_func _func = ((const mapi_func *) _tbl)[390];
4386    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
4387 }
4388
4389 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t)
4390 {
4391    const struct mapi_table *_tbl = entry_current_get();
4392    mapi_func _func = ((const mapi_func *) _tbl)[390];
4393    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
4394 }
4395
4396 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2svARB)(GLenum target, const GLshort *v)
4397 {
4398    const struct mapi_table *_tbl = entry_current_get();
4399    mapi_func _func = ((const mapi_func *) _tbl)[391];
4400    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4401 }
4402
4403 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sv)(GLenum target, const GLshort *v)
4404 {
4405    const struct mapi_table *_tbl = entry_current_get();
4406    mapi_func _func = ((const mapi_func *) _tbl)[391];
4407    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4408 }
4409
4410 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
4411 {
4412    const struct mapi_table *_tbl = entry_current_get();
4413    mapi_func _func = ((const mapi_func *) _tbl)[392];
4414    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
4415 }
4416
4417 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
4418 {
4419    const struct mapi_table *_tbl = entry_current_get();
4420    mapi_func _func = ((const mapi_func *) _tbl)[392];
4421    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
4422 }
4423
4424 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dvARB)(GLenum target, const GLdouble *v)
4425 {
4426    const struct mapi_table *_tbl = entry_current_get();
4427    mapi_func _func = ((const mapi_func *) _tbl)[393];
4428    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4429 }
4430
4431 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dv)(GLenum target, const GLdouble *v)
4432 {
4433    const struct mapi_table *_tbl = entry_current_get();
4434    mapi_func _func = ((const mapi_func *) _tbl)[393];
4435    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4436 }
4437
4438 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
4439 {
4440    const struct mapi_table *_tbl = entry_current_get();
4441    mapi_func _func = ((const mapi_func *) _tbl)[394];
4442    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
4443 }
4444
4445 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3f)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
4446 {
4447    const struct mapi_table *_tbl = entry_current_get();
4448    mapi_func _func = ((const mapi_func *) _tbl)[394];
4449    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
4450 }
4451
4452 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fvARB)(GLenum target, const GLfloat *v)
4453 {
4454    const struct mapi_table *_tbl = entry_current_get();
4455    mapi_func _func = ((const mapi_func *) _tbl)[395];
4456    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4457 }
4458
4459 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fv)(GLenum target, const GLfloat *v)
4460 {
4461    const struct mapi_table *_tbl = entry_current_get();
4462    mapi_func _func = ((const mapi_func *) _tbl)[395];
4463    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4464 }
4465
4466 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iARB)(GLenum target, GLint s, GLint t, GLint r)
4467 {
4468    const struct mapi_table *_tbl = entry_current_get();
4469    mapi_func _func = ((const mapi_func *) _tbl)[396];
4470    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
4471 }
4472
4473 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r)
4474 {
4475    const struct mapi_table *_tbl = entry_current_get();
4476    mapi_func _func = ((const mapi_func *) _tbl)[396];
4477    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
4478 }
4479
4480 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3ivARB)(GLenum target, const GLint *v)
4481 {
4482    const struct mapi_table *_tbl = entry_current_get();
4483    mapi_func _func = ((const mapi_func *) _tbl)[397];
4484    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4485 }
4486
4487 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iv)(GLenum target, const GLint *v)
4488 {
4489    const struct mapi_table *_tbl = entry_current_get();
4490    mapi_func _func = ((const mapi_func *) _tbl)[397];
4491    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4492 }
4493
4494 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r)
4495 {
4496    const struct mapi_table *_tbl = entry_current_get();
4497    mapi_func _func = ((const mapi_func *) _tbl)[398];
4498    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
4499 }
4500
4501 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r)
4502 {
4503    const struct mapi_table *_tbl = entry_current_get();
4504    mapi_func _func = ((const mapi_func *) _tbl)[398];
4505    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
4506 }
4507
4508 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3svARB)(GLenum target, const GLshort *v)
4509 {
4510    const struct mapi_table *_tbl = entry_current_get();
4511    mapi_func _func = ((const mapi_func *) _tbl)[399];
4512    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4513 }
4514
4515 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sv)(GLenum target, const GLshort *v)
4516 {
4517    const struct mapi_table *_tbl = entry_current_get();
4518    mapi_func _func = ((const mapi_func *) _tbl)[399];
4519    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4520 }
4521
4522 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
4523 {
4524    const struct mapi_table *_tbl = entry_current_get();
4525    mapi_func _func = ((const mapi_func *) _tbl)[400];
4526    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
4527 }
4528
4529 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
4530 {
4531    const struct mapi_table *_tbl = entry_current_get();
4532    mapi_func _func = ((const mapi_func *) _tbl)[400];
4533    ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
4534 }
4535
4536 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dvARB)(GLenum target, const GLdouble *v)
4537 {
4538    const struct mapi_table *_tbl = entry_current_get();
4539    mapi_func _func = ((const mapi_func *) _tbl)[401];
4540    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4541 }
4542
4543 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dv)(GLenum target, const GLdouble *v)
4544 {
4545    const struct mapi_table *_tbl = entry_current_get();
4546    mapi_func _func = ((const mapi_func *) _tbl)[401];
4547    ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4548 }
4549
4550 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
4551 {
4552    const struct mapi_table *_tbl = entry_current_get();
4553    mapi_func _func = ((const mapi_func *) _tbl)[402];
4554    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
4555 }
4556
4557 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
4558 {
4559    const struct mapi_table *_tbl = entry_current_get();
4560    mapi_func _func = ((const mapi_func *) _tbl)[402];
4561    ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
4562 }
4563
4564 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fvARB)(GLenum target, const GLfloat *v)
4565 {
4566    const struct mapi_table *_tbl = entry_current_get();
4567    mapi_func _func = ((const mapi_func *) _tbl)[403];
4568    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4569 }
4570
4571 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fv)(GLenum target, const GLfloat *v)
4572 {
4573    const struct mapi_table *_tbl = entry_current_get();
4574    mapi_func _func = ((const mapi_func *) _tbl)[403];
4575    ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4576 }
4577
4578 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iARB)(GLenum target, GLint s, GLint t, GLint r, GLint q)
4579 {
4580    const struct mapi_table *_tbl = entry_current_get();
4581    mapi_func _func = ((const mapi_func *) _tbl)[404];
4582    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
4583 }
4584
4585 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q)
4586 {
4587    const struct mapi_table *_tbl = entry_current_get();
4588    mapi_func _func = ((const mapi_func *) _tbl)[404];
4589    ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
4590 }
4591
4592 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4ivARB)(GLenum target, const GLint *v)
4593 {
4594    const struct mapi_table *_tbl = entry_current_get();
4595    mapi_func _func = ((const mapi_func *) _tbl)[405];
4596    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4597 }
4598
4599 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iv)(GLenum target, const GLint *v)
4600 {
4601    const struct mapi_table *_tbl = entry_current_get();
4602    mapi_func _func = ((const mapi_func *) _tbl)[405];
4603    ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4604 }
4605
4606 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
4607 {
4608    const struct mapi_table *_tbl = entry_current_get();
4609    mapi_func _func = ((const mapi_func *) _tbl)[406];
4610    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
4611 }
4612
4613 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
4614 {
4615    const struct mapi_table *_tbl = entry_current_get();
4616    mapi_func _func = ((const mapi_func *) _tbl)[406];
4617    ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
4618 }
4619
4620 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4svARB)(GLenum target, const GLshort *v)
4621 {
4622    const struct mapi_table *_tbl = entry_current_get();
4623    mapi_func _func = ((const mapi_func *) _tbl)[407];
4624    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4625 }
4626
4627 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sv)(GLenum target, const GLshort *v)
4628 {
4629    const struct mapi_table *_tbl = entry_current_get();
4630    mapi_func _func = ((const mapi_func *) _tbl)[407];
4631    ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4632 }
4633
4634 GLAPI void APIENTRY GLAPI_PREFIX(AttachShader)(GLuint program, GLuint shader)
4635 {
4636    const struct mapi_table *_tbl = entry_current_get();
4637    mapi_func _func = ((const mapi_func *) _tbl)[408];
4638    ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
4639 }
4640
4641 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateProgram)(void)
4642 {
4643    const struct mapi_table *_tbl = entry_current_get();
4644    mapi_func _func = ((const mapi_func *) _tbl)[409];
4645    return ((GLuint (APIENTRY *)(void)) _func)();
4646 }
4647
4648 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShader)(GLenum type)
4649 {
4650    const struct mapi_table *_tbl = entry_current_get();
4651    mapi_func _func = ((const mapi_func *) _tbl)[410];
4652    return ((GLuint (APIENTRY *)(GLenum type)) _func)(type);
4653 }
4654
4655 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program)
4656 {
4657    const struct mapi_table *_tbl = entry_current_get();
4658    mapi_func _func = ((const mapi_func *) _tbl)[411];
4659    ((void (APIENTRY *)(GLuint program)) _func)(program);
4660 }
4661
4662 GLAPI void APIENTRY GLAPI_PREFIX(DeleteShader)(GLuint program)
4663 {
4664    const struct mapi_table *_tbl = entry_current_get();
4665    mapi_func _func = ((const mapi_func *) _tbl)[412];
4666    ((void (APIENTRY *)(GLuint program)) _func)(program);
4667 }
4668
4669 GLAPI void APIENTRY GLAPI_PREFIX(DetachShader)(GLuint program, GLuint shader)
4670 {
4671    const struct mapi_table *_tbl = entry_current_get();
4672    mapi_func _func = ((const mapi_func *) _tbl)[413];
4673    ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
4674 }
4675
4676 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)
4677 {
4678    const struct mapi_table *_tbl = entry_current_get();
4679    mapi_func _func = ((const mapi_func *) _tbl)[414];
4680    ((void (APIENTRY *)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)) _func)(program, maxCount, count, obj);
4681 }
4682
4683 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
4684 {
4685    const struct mapi_table *_tbl = entry_current_get();
4686    mapi_func _func = ((const mapi_func *) _tbl)[415];
4687    ((void (APIENTRY *)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(program, bufSize, length, infoLog);
4688 }
4689
4690 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramiv)(GLuint program, GLenum pname, GLint *params)
4691 {
4692    const struct mapi_table *_tbl = entry_current_get();
4693    mapi_func _func = ((const mapi_func *) _tbl)[416];
4694    ((void (APIENTRY *)(GLuint program, GLenum pname, GLint *params)) _func)(program, pname, params);
4695 }
4696
4697 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
4698 {
4699    const struct mapi_table *_tbl = entry_current_get();
4700    mapi_func _func = ((const mapi_func *) _tbl)[417];
4701    ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(shader, bufSize, length, infoLog);
4702 }
4703
4704 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderiv)(GLuint shader, GLenum pname, GLint *params)
4705 {
4706    const struct mapi_table *_tbl = entry_current_get();
4707    mapi_func _func = ((const mapi_func *) _tbl)[418];
4708    ((void (APIENTRY *)(GLuint shader, GLenum pname, GLint *params)) _func)(shader, pname, params);
4709 }
4710
4711 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgram)(GLuint program)
4712 {
4713    const struct mapi_table *_tbl = entry_current_get();
4714    mapi_func _func = ((const mapi_func *) _tbl)[419];
4715    return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
4716 }
4717
4718 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsShader)(GLuint shader)
4719 {
4720    const struct mapi_table *_tbl = entry_current_get();
4721    mapi_func _func = ((const mapi_func *) _tbl)[420];
4722    return ((GLboolean (APIENTRY *)(GLuint shader)) _func)(shader);
4723 }
4724
4725 GLAPI void APIENTRY GLAPI_PREFIX(StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask)
4726 {
4727    const struct mapi_table *_tbl = entry_current_get();
4728    mapi_func _func = ((const mapi_func *) _tbl)[421];
4729    ((void (APIENTRY *)(GLenum face, GLenum func, GLint ref, GLuint mask)) _func)(face, func, ref, mask);
4730 }
4731
4732 GLAPI void APIENTRY GLAPI_PREFIX(StencilMaskSeparate)(GLenum face, GLuint mask)
4733 {
4734    const struct mapi_table *_tbl = entry_current_get();
4735    mapi_func _func = ((const mapi_func *) _tbl)[422];
4736    ((void (APIENTRY *)(GLenum face, GLuint mask)) _func)(face, mask);
4737 }
4738
4739 GLAPI void APIENTRY GLAPI_PREFIX(StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)
4740 {
4741    const struct mapi_table *_tbl = entry_current_get();
4742    mapi_func _func = ((const mapi_func *) _tbl)[423];
4743    ((void (APIENTRY *)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)) _func)(face, sfail, zfail, zpass);
4744 }
4745
4746 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4747 {
4748    const struct mapi_table *_tbl = entry_current_get();
4749    mapi_func _func = ((const mapi_func *) _tbl)[424];
4750    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4751 }
4752
4753 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4754 {
4755    const struct mapi_table *_tbl = entry_current_get();
4756    mapi_func _func = ((const mapi_func *) _tbl)[425];
4757    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4758 }
4759
4760 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4761 {
4762    const struct mapi_table *_tbl = entry_current_get();
4763    mapi_func _func = ((const mapi_func *) _tbl)[426];
4764    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4765 }
4766
4767 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4768 {
4769    const struct mapi_table *_tbl = entry_current_get();
4770    mapi_func _func = ((const mapi_func *) _tbl)[427];
4771    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4772 }
4773
4774 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4775 {
4776    const struct mapi_table *_tbl = entry_current_get();
4777    mapi_func _func = ((const mapi_func *) _tbl)[428];
4778    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4779 }
4780
4781 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4782 {
4783    const struct mapi_table *_tbl = entry_current_get();
4784    mapi_func _func = ((const mapi_func *) _tbl)[429];
4785    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4786 }
4787
4788 GLAPI void APIENTRY GLAPI_PREFIX(ClampColor)(GLenum target, GLenum clamp)
4789 {
4790    const struct mapi_table *_tbl = entry_current_get();
4791    mapi_func _func = ((const mapi_func *) _tbl)[430];
4792    ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
4793 }
4794
4795 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
4796 {
4797    const struct mapi_table *_tbl = entry_current_get();
4798    mapi_func _func = ((const mapi_func *) _tbl)[431];
4799    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)) _func)(buffer, drawbuffer, depth, stencil);
4800 }
4801
4802 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat *value)
4803 {
4804    const struct mapi_table *_tbl = entry_current_get();
4805    mapi_func _func = ((const mapi_func *) _tbl)[432];
4806    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLfloat *value)) _func)(buffer, drawbuffer, value);
4807 }
4808
4809 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint *value)
4810 {
4811    const struct mapi_table *_tbl = entry_current_get();
4812    mapi_func _func = ((const mapi_func *) _tbl)[433];
4813    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLint *value)) _func)(buffer, drawbuffer, value);
4814 }
4815
4816 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint *value)
4817 {
4818    const struct mapi_table *_tbl = entry_current_get();
4819    mapi_func _func = ((const mapi_func *) _tbl)[434];
4820    ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLuint *value)) _func)(buffer, drawbuffer, value);
4821 }
4822
4823 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetStringi)(GLenum name, GLuint index)
4824 {
4825    const struct mapi_table *_tbl = entry_current_get();
4826    mapi_func _func = ((const mapi_func *) _tbl)[435];
4827    return ((const GLubyte * (APIENTRY *)(GLenum name, GLuint index)) _func)(name, index);
4828 }
4829
4830 GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer)
4831 {
4832    const struct mapi_table *_tbl = entry_current_get();
4833    mapi_func _func = ((const mapi_func *) _tbl)[436];
4834    ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
4835 }
4836
4837 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)
4838 {
4839    const struct mapi_table *_tbl = entry_current_get();
4840    mapi_func _func = ((const mapi_func *) _tbl)[437];
4841    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
4842 }
4843
4844 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params)
4845 {
4846    const struct mapi_table *_tbl = entry_current_get();
4847    mapi_func _func = ((const mapi_func *) _tbl)[438];
4848    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint64 *params)) _func)(target, pname, params);
4849 }
4850
4851 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64i_v)(GLenum cap, GLuint index, GLint64 *data)
4852 {
4853    const struct mapi_table *_tbl = entry_current_get();
4854    mapi_func _func = ((const mapi_func *) _tbl)[439];
4855    ((void (APIENTRY *)(GLenum cap, GLuint index, GLint64 *data)) _func)(cap, index, data);
4856 }
4857
4858 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisor)(GLuint index, GLuint divisor)
4859 {
4860    const struct mapi_table *_tbl = entry_current_get();
4861    mapi_func _func = ((const mapi_func *) _tbl)[440];
4862    ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
4863 }
4864
4865 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixdARB)(const GLdouble *m)
4866 {
4867    const struct mapi_table *_tbl = entry_current_get();
4868    mapi_func _func = ((const mapi_func *) _tbl)[441];
4869    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4870 }
4871
4872 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixd)(const GLdouble *m)
4873 {
4874    const struct mapi_table *_tbl = entry_current_get();
4875    mapi_func _func = ((const mapi_func *) _tbl)[441];
4876    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4877 }
4878
4879 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixfARB)(const GLfloat *m)
4880 {
4881    const struct mapi_table *_tbl = entry_current_get();
4882    mapi_func _func = ((const mapi_func *) _tbl)[442];
4883    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4884 }
4885
4886 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixf)(const GLfloat *m)
4887 {
4888    const struct mapi_table *_tbl = entry_current_get();
4889    mapi_func _func = ((const mapi_func *) _tbl)[442];
4890    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4891 }
4892
4893 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixdARB)(const GLdouble *m)
4894 {
4895    const struct mapi_table *_tbl = entry_current_get();
4896    mapi_func _func = ((const mapi_func *) _tbl)[443];
4897    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4898 }
4899
4900 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixd)(const GLdouble *m)
4901 {
4902    const struct mapi_table *_tbl = entry_current_get();
4903    mapi_func _func = ((const mapi_func *) _tbl)[443];
4904    ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4905 }
4906
4907 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixfARB)(const GLfloat *m)
4908 {
4909    const struct mapi_table *_tbl = entry_current_get();
4910    mapi_func _func = ((const mapi_func *) _tbl)[444];
4911    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4912 }
4913
4914 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixf)(const GLfloat *m)
4915 {
4916    const struct mapi_table *_tbl = entry_current_get();
4917    mapi_func _func = ((const mapi_func *) _tbl)[444];
4918    ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4919 }
4920
4921 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverageARB)(GLclampf value, GLboolean invert)
4922 {
4923    const struct mapi_table *_tbl = entry_current_get();
4924    mapi_func _func = ((const mapi_func *) _tbl)[445];
4925    ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
4926 }
4927
4928 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverage)(GLclampf value, GLboolean invert)
4929 {
4930    const struct mapi_table *_tbl = entry_current_get();
4931    mapi_func _func = ((const mapi_func *) _tbl)[445];
4932    ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
4933 }
4934
4935 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
4936 {
4937    const struct mapi_table *_tbl = entry_current_get();
4938    mapi_func _func = ((const mapi_func *) _tbl)[446];
4939    ((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);
4940 }
4941
4942 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
4943 {
4944    const struct mapi_table *_tbl = entry_current_get();
4945    mapi_func _func = ((const mapi_func *) _tbl)[446];
4946    ((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);
4947 }
4948
4949 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
4950 {
4951    const struct mapi_table *_tbl = entry_current_get();
4952    mapi_func _func = ((const mapi_func *) _tbl)[447];
4953    ((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);
4954 }
4955
4956 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
4957 {
4958    const struct mapi_table *_tbl = entry_current_get();
4959    mapi_func _func = ((const mapi_func *) _tbl)[447];
4960    ((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);
4961 }
4962
4963 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)
4964 {
4965    const struct mapi_table *_tbl = entry_current_get();
4966    mapi_func _func = ((const mapi_func *) _tbl)[448];
4967    ((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);
4968 }
4969
4970 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)
4971 {
4972    const struct mapi_table *_tbl = entry_current_get();
4973    mapi_func _func = ((const mapi_func *) _tbl)[448];
4974    ((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);
4975 }
4976
4977 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1DARB)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
4978 {
4979    const struct mapi_table *_tbl = entry_current_get();
4980    mapi_func _func = ((const mapi_func *) _tbl)[449];
4981    ((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);
4982 }
4983
4984 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
4985 {
4986    const struct mapi_table *_tbl = entry_current_get();
4987    mapi_func _func = ((const mapi_func *) _tbl)[449];
4988    ((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);
4989 }
4990
4991 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)
4992 {
4993    const struct mapi_table *_tbl = entry_current_get();
4994    mapi_func _func = ((const mapi_func *) _tbl)[450];
4995    ((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);
4996 }
4997
4998 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)
4999 {
5000    const struct mapi_table *_tbl = entry_current_get();
5001    mapi_func _func = ((const mapi_func *) _tbl)[450];
5002    ((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);
5003 }
5004
5005 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)
5006 {
5007    const struct mapi_table *_tbl = entry_current_get();
5008    mapi_func _func = ((const mapi_func *) _tbl)[451];
5009    ((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);
5010 }
5011
5012 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)
5013 {
5014    const struct mapi_table *_tbl = entry_current_get();
5015    mapi_func _func = ((const mapi_func *) _tbl)[451];
5016    ((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);
5017 }
5018
5019 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img)
5020 {
5021    const struct mapi_table *_tbl = entry_current_get();
5022    mapi_func _func = ((const mapi_func *) _tbl)[452];
5023    ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
5024 }
5025
5026 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img)
5027 {
5028    const struct mapi_table *_tbl = entry_current_get();
5029    mapi_func _func = ((const mapi_func *) _tbl)[452];
5030    ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
5031 }
5032
5033 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArrayARB)(GLuint index)
5034 {
5035    const struct mapi_table *_tbl = entry_current_get();
5036    mapi_func _func = ((const mapi_func *) _tbl)[453];
5037    ((void (APIENTRY *)(GLuint index)) _func)(index);
5038 }
5039
5040 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index)
5041 {
5042    const struct mapi_table *_tbl = entry_current_get();
5043    mapi_func _func = ((const mapi_func *) _tbl)[453];
5044    ((void (APIENTRY *)(GLuint index)) _func)(index);
5045 }
5046
5047 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArrayARB)(GLuint index)
5048 {
5049    const struct mapi_table *_tbl = entry_current_get();
5050    mapi_func _func = ((const mapi_func *) _tbl)[454];
5051    ((void (APIENTRY *)(GLuint index)) _func)(index);
5052 }
5053
5054 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArray)(GLuint index)
5055 {
5056    const struct mapi_table *_tbl = entry_current_get();
5057    mapi_func _func = ((const mapi_func *) _tbl)[454];
5058    ((void (APIENTRY *)(GLuint index)) _func)(index);
5059 }
5060
5061 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
5062 {
5063    const struct mapi_table *_tbl = entry_current_get();
5064    mapi_func _func = ((const mapi_func *) _tbl)[455];
5065    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
5066 }
5067
5068 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
5069 {
5070    const struct mapi_table *_tbl = entry_current_get();
5071    mapi_func _func = ((const mapi_func *) _tbl)[456];
5072    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
5073 }
5074
5075 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
5076 {
5077    const struct mapi_table *_tbl = entry_current_get();
5078    mapi_func _func = ((const mapi_func *) _tbl)[457];
5079    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
5080 }
5081
5082 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
5083 {
5084    const struct mapi_table *_tbl = entry_current_get();
5085    mapi_func _func = ((const mapi_func *) _tbl)[458];
5086    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
5087 }
5088
5089 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringARB)(GLenum target, GLenum pname, GLvoid *string)
5090 {
5091    const struct mapi_table *_tbl = entry_current_get();
5092    mapi_func _func = ((const mapi_func *) _tbl)[459];
5093    ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid *string)) _func)(target, pname, string);
5094 }
5095
5096 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivARB)(GLenum target, GLenum pname, GLint *params)
5097 {
5098    const struct mapi_table *_tbl = entry_current_get();
5099    mapi_func _func = ((const mapi_func *) _tbl)[460];
5100    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5101 }
5102
5103 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvARB)(GLuint index, GLenum pname, GLdouble *params)
5104 {
5105    const struct mapi_table *_tbl = entry_current_get();
5106    mapi_func _func = ((const mapi_func *) _tbl)[461];
5107    ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
5108 }
5109
5110 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble *params)
5111 {
5112    const struct mapi_table *_tbl = entry_current_get();
5113    mapi_func _func = ((const mapi_func *) _tbl)[461];
5114    ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
5115 }
5116
5117 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvARB)(GLuint index, GLenum pname, GLfloat *params)
5118 {
5119    const struct mapi_table *_tbl = entry_current_get();
5120    mapi_func _func = ((const mapi_func *) _tbl)[462];
5121    ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
5122 }
5123
5124 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat *params)
5125 {
5126    const struct mapi_table *_tbl = entry_current_get();
5127    mapi_func _func = ((const mapi_func *) _tbl)[462];
5128    ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
5129 }
5130
5131 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivARB)(GLuint index, GLenum pname, GLint *params)
5132 {
5133    const struct mapi_table *_tbl = entry_current_get();
5134    mapi_func _func = ((const mapi_func *) _tbl)[463];
5135    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
5136 }
5137
5138 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribiv)(GLuint index, GLenum pname, GLint *params)
5139 {
5140    const struct mapi_table *_tbl = entry_current_get();
5141    mapi_func _func = ((const mapi_func *) _tbl)[463];
5142    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
5143 }
5144
5145 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5146 {
5147    const struct mapi_table *_tbl = entry_current_get();
5148    mapi_func _func = ((const mapi_func *) _tbl)[464];
5149    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5150 }
5151
5152 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dNV)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5153 {
5154    const struct mapi_table *_tbl = entry_current_get();
5155    mapi_func _func = ((const mapi_func *) _tbl)[464];
5156    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5157 }
5158
5159 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
5160 {
5161    const struct mapi_table *_tbl = entry_current_get();
5162    mapi_func _func = ((const mapi_func *) _tbl)[465];
5163    ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5164 }
5165
5166 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dvNV)(GLenum target, GLuint index, const GLdouble *params)
5167 {
5168    const struct mapi_table *_tbl = entry_current_get();
5169    mapi_func _func = ((const mapi_func *) _tbl)[465];
5170    ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5171 }
5172
5173 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5174 {
5175    const struct mapi_table *_tbl = entry_current_get();
5176    mapi_func _func = ((const mapi_func *) _tbl)[466];
5177    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5178 }
5179
5180 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fNV)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5181 {
5182    const struct mapi_table *_tbl = entry_current_get();
5183    mapi_func _func = ((const mapi_func *) _tbl)[466];
5184    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5185 }
5186
5187 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
5188 {
5189    const struct mapi_table *_tbl = entry_current_get();
5190    mapi_func _func = ((const mapi_func *) _tbl)[467];
5191    ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5192 }
5193
5194 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fvNV)(GLenum target, GLuint index, const GLfloat *params)
5195 {
5196    const struct mapi_table *_tbl = entry_current_get();
5197    mapi_func _func = ((const mapi_func *) _tbl)[467];
5198    ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5199 }
5200
5201 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5202 {
5203    const struct mapi_table *_tbl = entry_current_get();
5204    mapi_func _func = ((const mapi_func *) _tbl)[468];
5205    ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5206 }
5207
5208 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
5209 {
5210    const struct mapi_table *_tbl = entry_current_get();
5211    mapi_func _func = ((const mapi_func *) _tbl)[469];
5212    ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5213 }
5214
5215 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5216 {
5217    const struct mapi_table *_tbl = entry_current_get();
5218    mapi_func _func = ((const mapi_func *) _tbl)[470];
5219    ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5220 }
5221
5222 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
5223 {
5224    const struct mapi_table *_tbl = entry_current_get();
5225    mapi_func _func = ((const mapi_func *) _tbl)[471];
5226    ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5227 }
5228
5229 GLAPI void APIENTRY GLAPI_PREFIX(ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)
5230 {
5231    const struct mapi_table *_tbl = entry_current_get();
5232    mapi_func _func = ((const mapi_func *) _tbl)[472];
5233    ((void (APIENTRY *)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)) _func)(target, format, len, string);
5234 }
5235
5236 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dARB)(GLuint index, GLdouble x)
5237 {
5238    const struct mapi_table *_tbl = entry_current_get();
5239    mapi_func _func = ((const mapi_func *) _tbl)[473];
5240    ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
5241 }
5242
5243 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1d)(GLuint index, GLdouble x)
5244 {
5245    const struct mapi_table *_tbl = entry_current_get();
5246    mapi_func _func = ((const mapi_func *) _tbl)[473];
5247    ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
5248 }
5249
5250 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v)
5251 {
5252    const struct mapi_table *_tbl = entry_current_get();
5253    mapi_func _func = ((const mapi_func *) _tbl)[474];
5254    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5255 }
5256
5257 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dv)(GLuint index, const GLdouble *v)
5258 {
5259    const struct mapi_table *_tbl = entry_current_get();
5260    mapi_func _func = ((const mapi_func *) _tbl)[474];
5261    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5262 }
5263
5264 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x)
5265 {
5266    const struct mapi_table *_tbl = entry_current_get();
5267    mapi_func _func = ((const mapi_func *) _tbl)[475];
5268    ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
5269 }
5270
5271 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1f)(GLuint index, GLfloat x)
5272 {
5273    const struct mapi_table *_tbl = entry_current_get();
5274    mapi_func _func = ((const mapi_func *) _tbl)[475];
5275    ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
5276 }
5277
5278 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v)
5279 {
5280    const struct mapi_table *_tbl = entry_current_get();
5281    mapi_func _func = ((const mapi_func *) _tbl)[476];
5282    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5283 }
5284
5285 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fv)(GLuint index, const GLfloat *v)
5286 {
5287    const struct mapi_table *_tbl = entry_current_get();
5288    mapi_func _func = ((const mapi_func *) _tbl)[476];
5289    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5290 }
5291
5292 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sARB)(GLuint index, GLshort x)
5293 {
5294    const struct mapi_table *_tbl = entry_current_get();
5295    mapi_func _func = ((const mapi_func *) _tbl)[477];
5296    ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
5297 }
5298
5299 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1s)(GLuint index, GLshort x)
5300 {
5301    const struct mapi_table *_tbl = entry_current_get();
5302    mapi_func _func = ((const mapi_func *) _tbl)[477];
5303    ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
5304 }
5305
5306 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svARB)(GLuint index, const GLshort *v)
5307 {
5308    const struct mapi_table *_tbl = entry_current_get();
5309    mapi_func _func = ((const mapi_func *) _tbl)[478];
5310    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5311 }
5312
5313 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sv)(GLuint index, const GLshort *v)
5314 {
5315    const struct mapi_table *_tbl = entry_current_get();
5316    mapi_func _func = ((const mapi_func *) _tbl)[478];
5317    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5318 }
5319
5320 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dARB)(GLuint index, GLdouble x, GLdouble y)
5321 {
5322    const struct mapi_table *_tbl = entry_current_get();
5323    mapi_func _func = ((const mapi_func *) _tbl)[479];
5324    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
5325 }
5326
5327 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y)
5328 {
5329    const struct mapi_table *_tbl = entry_current_get();
5330    mapi_func _func = ((const mapi_func *) _tbl)[479];
5331    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
5332 }
5333
5334 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v)
5335 {
5336    const struct mapi_table *_tbl = entry_current_get();
5337    mapi_func _func = ((const mapi_func *) _tbl)[480];
5338    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5339 }
5340
5341 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dv)(GLuint index, const GLdouble *v)
5342 {
5343    const struct mapi_table *_tbl = entry_current_get();
5344    mapi_func _func = ((const mapi_func *) _tbl)[480];
5345    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5346 }
5347
5348 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y)
5349 {
5350    const struct mapi_table *_tbl = entry_current_get();
5351    mapi_func _func = ((const mapi_func *) _tbl)[481];
5352    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
5353 }
5354
5355 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2f)(GLuint index, GLfloat x, GLfloat y)
5356 {
5357    const struct mapi_table *_tbl = entry_current_get();
5358    mapi_func _func = ((const mapi_func *) _tbl)[481];
5359    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
5360 }
5361
5362 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v)
5363 {
5364    const struct mapi_table *_tbl = entry_current_get();
5365    mapi_func _func = ((const mapi_func *) _tbl)[482];
5366    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5367 }
5368
5369 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fv)(GLuint index, const GLfloat *v)
5370 {
5371    const struct mapi_table *_tbl = entry_current_get();
5372    mapi_func _func = ((const mapi_func *) _tbl)[482];
5373    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5374 }
5375
5376 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y)
5377 {
5378    const struct mapi_table *_tbl = entry_current_get();
5379    mapi_func _func = ((const mapi_func *) _tbl)[483];
5380    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
5381 }
5382
5383 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2s)(GLuint index, GLshort x, GLshort y)
5384 {
5385    const struct mapi_table *_tbl = entry_current_get();
5386    mapi_func _func = ((const mapi_func *) _tbl)[483];
5387    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
5388 }
5389
5390 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svARB)(GLuint index, const GLshort *v)
5391 {
5392    const struct mapi_table *_tbl = entry_current_get();
5393    mapi_func _func = ((const mapi_func *) _tbl)[484];
5394    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5395 }
5396
5397 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sv)(GLuint index, const GLshort *v)
5398 {
5399    const struct mapi_table *_tbl = entry_current_get();
5400    mapi_func _func = ((const mapi_func *) _tbl)[484];
5401    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5402 }
5403
5404 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
5405 {
5406    const struct mapi_table *_tbl = entry_current_get();
5407    mapi_func _func = ((const mapi_func *) _tbl)[485];
5408    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
5409 }
5410
5411 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
5412 {
5413    const struct mapi_table *_tbl = entry_current_get();
5414    mapi_func _func = ((const mapi_func *) _tbl)[485];
5415    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
5416 }
5417
5418 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvARB)(GLuint index, const GLdouble *v)
5419 {
5420    const struct mapi_table *_tbl = entry_current_get();
5421    mapi_func _func = ((const mapi_func *) _tbl)[486];
5422    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5423 }
5424
5425 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dv)(GLuint index, const GLdouble *v)
5426 {
5427    const struct mapi_table *_tbl = entry_current_get();
5428    mapi_func _func = ((const mapi_func *) _tbl)[486];
5429    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5430 }
5431
5432 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
5433 {
5434    const struct mapi_table *_tbl = entry_current_get();
5435    mapi_func _func = ((const mapi_func *) _tbl)[487];
5436    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
5437 }
5438
5439 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3f)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
5440 {
5441    const struct mapi_table *_tbl = entry_current_get();
5442    mapi_func _func = ((const mapi_func *) _tbl)[487];
5443    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
5444 }
5445
5446 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvARB)(GLuint index, const GLfloat *v)
5447 {
5448    const struct mapi_table *_tbl = entry_current_get();
5449    mapi_func _func = ((const mapi_func *) _tbl)[488];
5450    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5451 }
5452
5453 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fv)(GLuint index, const GLfloat *v)
5454 {
5455    const struct mapi_table *_tbl = entry_current_get();
5456    mapi_func _func = ((const mapi_func *) _tbl)[488];
5457    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5458 }
5459
5460 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z)
5461 {
5462    const struct mapi_table *_tbl = entry_current_get();
5463    mapi_func _func = ((const mapi_func *) _tbl)[489];
5464    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
5465 }
5466
5467 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z)
5468 {
5469    const struct mapi_table *_tbl = entry_current_get();
5470    mapi_func _func = ((const mapi_func *) _tbl)[489];
5471    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
5472 }
5473
5474 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svARB)(GLuint index, const GLshort *v)
5475 {
5476    const struct mapi_table *_tbl = entry_current_get();
5477    mapi_func _func = ((const mapi_func *) _tbl)[490];
5478    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5479 }
5480
5481 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sv)(GLuint index, const GLshort *v)
5482 {
5483    const struct mapi_table *_tbl = entry_current_get();
5484    mapi_func _func = ((const mapi_func *) _tbl)[490];
5485    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5486 }
5487
5488 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NbvARB)(GLuint index, const GLbyte *v)
5489 {
5490    const struct mapi_table *_tbl = entry_current_get();
5491    mapi_func _func = ((const mapi_func *) _tbl)[491];
5492    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5493 }
5494
5495 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nbv)(GLuint index, const GLbyte *v)
5496 {
5497    const struct mapi_table *_tbl = entry_current_get();
5498    mapi_func _func = ((const mapi_func *) _tbl)[491];
5499    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5500 }
5501
5502 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NivARB)(GLuint index, const GLint *v)
5503 {
5504    const struct mapi_table *_tbl = entry_current_get();
5505    mapi_func _func = ((const mapi_func *) _tbl)[492];
5506    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5507 }
5508
5509 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Niv)(GLuint index, const GLint *v)
5510 {
5511    const struct mapi_table *_tbl = entry_current_get();
5512    mapi_func _func = ((const mapi_func *) _tbl)[492];
5513    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5514 }
5515
5516 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NsvARB)(GLuint index, const GLshort *v)
5517 {
5518    const struct mapi_table *_tbl = entry_current_get();
5519    mapi_func _func = ((const mapi_func *) _tbl)[493];
5520    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5521 }
5522
5523 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nsv)(GLuint index, const GLshort *v)
5524 {
5525    const struct mapi_table *_tbl = entry_current_get();
5526    mapi_func _func = ((const mapi_func *) _tbl)[493];
5527    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5528 }
5529
5530 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubARB)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
5531 {
5532    const struct mapi_table *_tbl = entry_current_get();
5533    mapi_func _func = ((const mapi_func *) _tbl)[494];
5534    ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
5535 }
5536
5537 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
5538 {
5539    const struct mapi_table *_tbl = entry_current_get();
5540    mapi_func _func = ((const mapi_func *) _tbl)[494];
5541    ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
5542 }
5543
5544 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubvARB)(GLuint index, const GLubyte *v)
5545 {
5546    const struct mapi_table *_tbl = entry_current_get();
5547    mapi_func _func = ((const mapi_func *) _tbl)[495];
5548    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5549 }
5550
5551 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nubv)(GLuint index, const GLubyte *v)
5552 {
5553    const struct mapi_table *_tbl = entry_current_get();
5554    mapi_func _func = ((const mapi_func *) _tbl)[495];
5555    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5556 }
5557
5558 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NuivARB)(GLuint index, const GLuint *v)
5559 {
5560    const struct mapi_table *_tbl = entry_current_get();
5561    mapi_func _func = ((const mapi_func *) _tbl)[496];
5562    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5563 }
5564
5565 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nuiv)(GLuint index, const GLuint *v)
5566 {
5567    const struct mapi_table *_tbl = entry_current_get();
5568    mapi_func _func = ((const mapi_func *) _tbl)[496];
5569    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5570 }
5571
5572 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NusvARB)(GLuint index, const GLushort *v)
5573 {
5574    const struct mapi_table *_tbl = entry_current_get();
5575    mapi_func _func = ((const mapi_func *) _tbl)[497];
5576    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5577 }
5578
5579 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nusv)(GLuint index, const GLushort *v)
5580 {
5581    const struct mapi_table *_tbl = entry_current_get();
5582    mapi_func _func = ((const mapi_func *) _tbl)[497];
5583    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5584 }
5585
5586 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v)
5587 {
5588    const struct mapi_table *_tbl = entry_current_get();
5589    mapi_func _func = ((const mapi_func *) _tbl)[498];
5590    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5591 }
5592
5593 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bv)(GLuint index, const GLbyte *v)
5594 {
5595    const struct mapi_table *_tbl = entry_current_get();
5596    mapi_func _func = ((const mapi_func *) _tbl)[498];
5597    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5598 }
5599
5600 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5601 {
5602    const struct mapi_table *_tbl = entry_current_get();
5603    mapi_func _func = ((const mapi_func *) _tbl)[499];
5604    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
5605 }
5606
5607 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5608 {
5609    const struct mapi_table *_tbl = entry_current_get();
5610    mapi_func _func = ((const mapi_func *) _tbl)[499];
5611    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
5612 }
5613
5614 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvARB)(GLuint index, const GLdouble *v)
5615 {
5616    const struct mapi_table *_tbl = entry_current_get();
5617    mapi_func _func = ((const mapi_func *) _tbl)[500];
5618    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5619 }
5620
5621 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dv)(GLuint index, const GLdouble *v)
5622 {
5623    const struct mapi_table *_tbl = entry_current_get();
5624    mapi_func _func = ((const mapi_func *) _tbl)[500];
5625    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5626 }
5627
5628 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5629 {
5630    const struct mapi_table *_tbl = entry_current_get();
5631    mapi_func _func = ((const mapi_func *) _tbl)[501];
5632    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
5633 }
5634
5635 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5636 {
5637    const struct mapi_table *_tbl = entry_current_get();
5638    mapi_func _func = ((const mapi_func *) _tbl)[501];
5639    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
5640 }
5641
5642 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v)
5643 {
5644    const struct mapi_table *_tbl = entry_current_get();
5645    mapi_func _func = ((const mapi_func *) _tbl)[502];
5646    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5647 }
5648
5649 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fv)(GLuint index, const GLfloat *v)
5650 {
5651    const struct mapi_table *_tbl = entry_current_get();
5652    mapi_func _func = ((const mapi_func *) _tbl)[502];
5653    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5654 }
5655
5656 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ivARB)(GLuint index, const GLint *v)
5657 {
5658    const struct mapi_table *_tbl = entry_current_get();
5659    mapi_func _func = ((const mapi_func *) _tbl)[503];
5660    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5661 }
5662
5663 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4iv)(GLuint index, const GLint *v)
5664 {
5665    const struct mapi_table *_tbl = entry_current_get();
5666    mapi_func _func = ((const mapi_func *) _tbl)[503];
5667    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5668 }
5669
5670 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
5671 {
5672    const struct mapi_table *_tbl = entry_current_get();
5673    mapi_func _func = ((const mapi_func *) _tbl)[504];
5674    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
5675 }
5676
5677 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
5678 {
5679    const struct mapi_table *_tbl = entry_current_get();
5680    mapi_func _func = ((const mapi_func *) _tbl)[504];
5681    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
5682 }
5683
5684 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svARB)(GLuint index, const GLshort *v)
5685 {
5686    const struct mapi_table *_tbl = entry_current_get();
5687    mapi_func _func = ((const mapi_func *) _tbl)[505];
5688    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5689 }
5690
5691 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sv)(GLuint index, const GLshort *v)
5692 {
5693    const struct mapi_table *_tbl = entry_current_get();
5694    mapi_func _func = ((const mapi_func *) _tbl)[505];
5695    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5696 }
5697
5698 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvARB)(GLuint index, const GLubyte *v)
5699 {
5700    const struct mapi_table *_tbl = entry_current_get();
5701    mapi_func _func = ((const mapi_func *) _tbl)[506];
5702    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5703 }
5704
5705 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubv)(GLuint index, const GLubyte *v)
5706 {
5707    const struct mapi_table *_tbl = entry_current_get();
5708    mapi_func _func = ((const mapi_func *) _tbl)[506];
5709    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5710 }
5711
5712 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uivARB)(GLuint index, const GLuint *v)
5713 {
5714    const struct mapi_table *_tbl = entry_current_get();
5715    mapi_func _func = ((const mapi_func *) _tbl)[507];
5716    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5717 }
5718
5719 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uiv)(GLuint index, const GLuint *v)
5720 {
5721    const struct mapi_table *_tbl = entry_current_get();
5722    mapi_func _func = ((const mapi_func *) _tbl)[507];
5723    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5724 }
5725
5726 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usvARB)(GLuint index, const GLushort *v)
5727 {
5728    const struct mapi_table *_tbl = entry_current_get();
5729    mapi_func _func = ((const mapi_func *) _tbl)[508];
5730    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5731 }
5732
5733 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usv)(GLuint index, const GLushort *v)
5734 {
5735    const struct mapi_table *_tbl = entry_current_get();
5736    mapi_func _func = ((const mapi_func *) _tbl)[508];
5737    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5738 }
5739
5740 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
5741 {
5742    const struct mapi_table *_tbl = entry_current_get();
5743    mapi_func _func = ((const mapi_func *) _tbl)[509];
5744    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
5745 }
5746
5747 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
5748 {
5749    const struct mapi_table *_tbl = entry_current_get();
5750    mapi_func _func = ((const mapi_func *) _tbl)[509];
5751    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
5752 }
5753
5754 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferARB)(GLenum target, GLuint buffer)
5755 {
5756    const struct mapi_table *_tbl = entry_current_get();
5757    mapi_func _func = ((const mapi_func *) _tbl)[510];
5758    ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
5759 }
5760
5761 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer)
5762 {
5763    const struct mapi_table *_tbl = entry_current_get();
5764    mapi_func _func = ((const mapi_func *) _tbl)[510];
5765    ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
5766 }
5767
5768 GLAPI void APIENTRY GLAPI_PREFIX(BufferDataARB)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)
5769 {
5770    const struct mapi_table *_tbl = entry_current_get();
5771    mapi_func _func = ((const mapi_func *) _tbl)[511];
5772    ((void (APIENTRY *)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
5773 }
5774
5775 GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
5776 {
5777    const struct mapi_table *_tbl = entry_current_get();
5778    mapi_func _func = ((const mapi_func *) _tbl)[511];
5779    ((void (APIENTRY *)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
5780 }
5781
5782 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)
5783 {
5784    const struct mapi_table *_tbl = entry_current_get();
5785    mapi_func _func = ((const mapi_func *) _tbl)[512];
5786    ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)) _func)(target, offset, size, data);
5787 }
5788
5789 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
5790 {
5791    const struct mapi_table *_tbl = entry_current_get();
5792    mapi_func _func = ((const mapi_func *) _tbl)[512];
5793    ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)) _func)(target, offset, size, data);
5794 }
5795
5796 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffersARB)(GLsizei n, const GLuint *buffer)
5797 {
5798    const struct mapi_table *_tbl = entry_current_get();
5799    mapi_func _func = ((const mapi_func *) _tbl)[513];
5800    ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
5801 }
5802
5803 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffers)(GLsizei n, const GLuint *buffer)
5804 {
5805    const struct mapi_table *_tbl = entry_current_get();
5806    mapi_func _func = ((const mapi_func *) _tbl)[513];
5807    ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
5808 }
5809
5810 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffersARB)(GLsizei n, GLuint *buffer)
5811 {
5812    const struct mapi_table *_tbl = entry_current_get();
5813    mapi_func _func = ((const mapi_func *) _tbl)[514];
5814    ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
5815 }
5816
5817 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffers)(GLsizei n, GLuint *buffer)
5818 {
5819    const struct mapi_table *_tbl = entry_current_get();
5820    mapi_func _func = ((const mapi_func *) _tbl)[514];
5821    ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
5822 }
5823
5824 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameterivARB)(GLenum target, GLenum pname, GLint *params)
5825 {
5826    const struct mapi_table *_tbl = entry_current_get();
5827    mapi_func _func = ((const mapi_func *) _tbl)[515];
5828    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5829 }
5830
5831 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteriv)(GLenum target, GLenum pname, GLint *params)
5832 {
5833    const struct mapi_table *_tbl = entry_current_get();
5834    mapi_func _func = ((const mapi_func *) _tbl)[515];
5835    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5836 }
5837
5838 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointervARB)(GLenum target, GLenum pname, GLvoid **params)
5839 {
5840    const struct mapi_table *_tbl = entry_current_get();
5841    mapi_func _func = ((const mapi_func *) _tbl)[516];
5842    ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
5843 }
5844
5845 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointerv)(GLenum target, GLenum pname, GLvoid **params)
5846 {
5847    const struct mapi_table *_tbl = entry_current_get();
5848    mapi_func _func = ((const mapi_func *) _tbl)[516];
5849    ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
5850 }
5851
5852 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)
5853 {
5854    const struct mapi_table *_tbl = entry_current_get();
5855    mapi_func _func = ((const mapi_func *) _tbl)[517];
5856    ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)) _func)(target, offset, size, data);
5857 }
5858
5859 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
5860 {
5861    const struct mapi_table *_tbl = entry_current_get();
5862    mapi_func _func = ((const mapi_func *) _tbl)[517];
5863    ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)) _func)(target, offset, size, data);
5864 }
5865
5866 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBufferARB)(GLuint buffer)
5867 {
5868    const struct mapi_table *_tbl = entry_current_get();
5869    mapi_func _func = ((const mapi_func *) _tbl)[518];
5870    return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
5871 }
5872
5873 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer)
5874 {
5875    const struct mapi_table *_tbl = entry_current_get();
5876    mapi_func _func = ((const mapi_func *) _tbl)[518];
5877    return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
5878 }
5879
5880 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferARB)(GLenum target, GLenum access)
5881 {
5882    const struct mapi_table *_tbl = entry_current_get();
5883    mapi_func _func = ((const mapi_func *) _tbl)[519];
5884    return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
5885 }
5886
5887 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBuffer)(GLenum target, GLenum access)
5888 {
5889    const struct mapi_table *_tbl = entry_current_get();
5890    mapi_func _func = ((const mapi_func *) _tbl)[519];
5891    return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
5892 }
5893
5894 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBufferARB)(GLenum target)
5895 {
5896    const struct mapi_table *_tbl = entry_current_get();
5897    mapi_func _func = ((const mapi_func *) _tbl)[520];
5898    return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
5899 }
5900
5901 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBuffer)(GLenum target)
5902 {
5903    const struct mapi_table *_tbl = entry_current_get();
5904    mapi_func _func = ((const mapi_func *) _tbl)[520];
5905    return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
5906 }
5907
5908 GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryARB)(GLenum target, GLuint id)
5909 {
5910    const struct mapi_table *_tbl = entry_current_get();
5911    mapi_func _func = ((const mapi_func *) _tbl)[521];
5912    ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
5913 }
5914
5915 GLAPI void APIENTRY GLAPI_PREFIX(BeginQuery)(GLenum target, GLuint id)
5916 {
5917    const struct mapi_table *_tbl = entry_current_get();
5918    mapi_func _func = ((const mapi_func *) _tbl)[521];
5919    ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
5920 }
5921
5922 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueriesARB)(GLsizei n, const GLuint *ids)
5923 {
5924    const struct mapi_table *_tbl = entry_current_get();
5925    mapi_func _func = ((const mapi_func *) _tbl)[522];
5926    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
5927 }
5928
5929 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueries)(GLsizei n, const GLuint *ids)
5930 {
5931    const struct mapi_table *_tbl = entry_current_get();
5932    mapi_func _func = ((const mapi_func *) _tbl)[522];
5933    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
5934 }
5935
5936 GLAPI void APIENTRY GLAPI_PREFIX(EndQueryARB)(GLenum target)
5937 {
5938    const struct mapi_table *_tbl = entry_current_get();
5939    mapi_func _func = ((const mapi_func *) _tbl)[523];
5940    ((void (APIENTRY *)(GLenum target)) _func)(target);
5941 }
5942
5943 GLAPI void APIENTRY GLAPI_PREFIX(EndQuery)(GLenum target)
5944 {
5945    const struct mapi_table *_tbl = entry_current_get();
5946    mapi_func _func = ((const mapi_func *) _tbl)[523];
5947    ((void (APIENTRY *)(GLenum target)) _func)(target);
5948 }
5949
5950 GLAPI void APIENTRY GLAPI_PREFIX(GenQueriesARB)(GLsizei n, GLuint *ids)
5951 {
5952    const struct mapi_table *_tbl = entry_current_get();
5953    mapi_func _func = ((const mapi_func *) _tbl)[524];
5954    ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
5955 }
5956
5957 GLAPI void APIENTRY GLAPI_PREFIX(GenQueries)(GLsizei n, GLuint *ids)
5958 {
5959    const struct mapi_table *_tbl = entry_current_get();
5960    mapi_func _func = ((const mapi_func *) _tbl)[524];
5961    ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
5962 }
5963
5964 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectivARB)(GLuint id, GLenum pname, GLint *params)
5965 {
5966    const struct mapi_table *_tbl = entry_current_get();
5967    mapi_func _func = ((const mapi_func *) _tbl)[525];
5968    ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
5969 }
5970
5971 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectiv)(GLuint id, GLenum pname, GLint *params)
5972 {
5973    const struct mapi_table *_tbl = entry_current_get();
5974    mapi_func _func = ((const mapi_func *) _tbl)[525];
5975    ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
5976 }
5977
5978 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuivARB)(GLuint id, GLenum pname, GLuint *params)
5979 {
5980    const struct mapi_table *_tbl = entry_current_get();
5981    mapi_func _func = ((const mapi_func *) _tbl)[526];
5982    ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
5983 }
5984
5985 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params)
5986 {
5987    const struct mapi_table *_tbl = entry_current_get();
5988    mapi_func _func = ((const mapi_func *) _tbl)[526];
5989    ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
5990 }
5991
5992 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryivARB)(GLenum target, GLenum pname, GLint *params)
5993 {
5994    const struct mapi_table *_tbl = entry_current_get();
5995    mapi_func _func = ((const mapi_func *) _tbl)[527];
5996    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5997 }
5998
5999 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryiv)(GLenum target, GLenum pname, GLint *params)
6000 {
6001    const struct mapi_table *_tbl = entry_current_get();
6002    mapi_func _func = ((const mapi_func *) _tbl)[527];
6003    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
6004 }
6005
6006 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQueryARB)(GLuint id)
6007 {
6008    const struct mapi_table *_tbl = entry_current_get();
6009    mapi_func _func = ((const mapi_func *) _tbl)[528];
6010    return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
6011 }
6012
6013 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQuery)(GLuint id)
6014 {
6015    const struct mapi_table *_tbl = entry_current_get();
6016    mapi_func _func = ((const mapi_func *) _tbl)[528];
6017    return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
6018 }
6019
6020 GLAPI void APIENTRY GLAPI_PREFIX(AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj)
6021 {
6022    const struct mapi_table *_tbl = entry_current_get();
6023    mapi_func _func = ((const mapi_func *) _tbl)[529];
6024    ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB obj)) _func)(containerObj, obj);
6025 }
6026
6027 GLAPI void APIENTRY GLAPI_PREFIX(CompileShaderARB)(GLhandleARB shader)
6028 {
6029    const struct mapi_table *_tbl = entry_current_get();
6030    mapi_func _func = ((const mapi_func *) _tbl)[530];
6031    ((void (APIENTRY *)(GLhandleARB shader)) _func)(shader);
6032 }
6033
6034 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader)
6035 {
6036    const struct mapi_table *_tbl = entry_current_get();
6037    mapi_func _func = ((const mapi_func *) _tbl)[530];
6038    ((void (APIENTRY *)(GLuint shader)) _func)(shader);
6039 }
6040
6041 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateProgramObjectARB)(void)
6042 {
6043    const struct mapi_table *_tbl = entry_current_get();
6044    mapi_func _func = ((const mapi_func *) _tbl)[531];
6045    return ((GLhandleARB (APIENTRY *)(void)) _func)();
6046 }
6047
6048 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateShaderObjectARB)(GLenum shaderType)
6049 {
6050    const struct mapi_table *_tbl = entry_current_get();
6051    mapi_func _func = ((const mapi_func *) _tbl)[532];
6052    return ((GLhandleARB (APIENTRY *)(GLenum shaderType)) _func)(shaderType);
6053 }
6054
6055 GLAPI void APIENTRY GLAPI_PREFIX(DeleteObjectARB)(GLhandleARB obj)
6056 {
6057    const struct mapi_table *_tbl = entry_current_get();
6058    mapi_func _func = ((const mapi_func *) _tbl)[533];
6059    ((void (APIENTRY *)(GLhandleARB obj)) _func)(obj);
6060 }
6061
6062 GLAPI void APIENTRY GLAPI_PREFIX(DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj)
6063 {
6064    const struct mapi_table *_tbl = entry_current_get();
6065    mapi_func _func = ((const mapi_func *) _tbl)[534];
6066    ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB attachedObj)) _func)(containerObj, attachedObj);
6067 }
6068
6069 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
6070 {
6071    const struct mapi_table *_tbl = entry_current_get();
6072    mapi_func _func = ((const mapi_func *) _tbl)[535];
6073    ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
6074 }
6075
6076 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
6077 {
6078    const struct mapi_table *_tbl = entry_current_get();
6079    mapi_func _func = ((const mapi_func *) _tbl)[535];
6080    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
6081 }
6082
6083 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)
6084 {
6085    const struct mapi_table *_tbl = entry_current_get();
6086    mapi_func _func = ((const mapi_func *) _tbl)[536];
6087    ((void (APIENTRY *)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)) _func)(containerObj, maxLength, length, infoLog);
6088 }
6089
6090 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(GetHandleARB)(GLenum pname)
6091 {
6092    const struct mapi_table *_tbl = entry_current_get();
6093    mapi_func _func = ((const mapi_func *) _tbl)[537];
6094    return ((GLhandleARB (APIENTRY *)(GLenum pname)) _func)(pname);
6095 }
6096
6097 GLAPI void APIENTRY GLAPI_PREFIX(GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)
6098 {
6099    const struct mapi_table *_tbl = entry_current_get();
6100    mapi_func _func = ((const mapi_func *) _tbl)[538];
6101    ((void (APIENTRY *)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)) _func)(obj, maxLength, length, infoLog);
6102 }
6103
6104 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat *params)
6105 {
6106    const struct mapi_table *_tbl = entry_current_get();
6107    mapi_func _func = ((const mapi_func *) _tbl)[539];
6108    ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLfloat *params)) _func)(obj, pname, params);
6109 }
6110
6111 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint *params)
6112 {
6113    const struct mapi_table *_tbl = entry_current_get();
6114    mapi_func _func = ((const mapi_func *) _tbl)[540];
6115    ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLint *params)) _func)(obj, pname, params);
6116 }
6117
6118 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSourceARB)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)
6119 {
6120    const struct mapi_table *_tbl = entry_current_get();
6121    mapi_func _func = ((const mapi_func *) _tbl)[541];
6122    ((void (APIENTRY *)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)) _func)(shader, bufSize, length, source);
6123 }
6124
6125 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
6126 {
6127    const struct mapi_table *_tbl = entry_current_get();
6128    mapi_func _func = ((const mapi_func *) _tbl)[541];
6129    ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)) _func)(shader, bufSize, length, source);
6130 }
6131
6132 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocationARB)(GLhandleARB program, const GLcharARB *name)
6133 {
6134    const struct mapi_table *_tbl = entry_current_get();
6135    mapi_func _func = ((const mapi_func *) _tbl)[542];
6136    return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
6137 }
6138
6139 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocation)(GLuint program, const GLchar *name)
6140 {
6141    const struct mapi_table *_tbl = entry_current_get();
6142    mapi_func _func = ((const mapi_func *) _tbl)[542];
6143    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
6144 }
6145
6146 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfvARB)(GLhandleARB program, GLint location, GLfloat *params)
6147 {
6148    const struct mapi_table *_tbl = entry_current_get();
6149    mapi_func _func = ((const mapi_func *) _tbl)[543];
6150    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLfloat *params)) _func)(program, location, params);
6151 }
6152
6153 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params)
6154 {
6155    const struct mapi_table *_tbl = entry_current_get();
6156    mapi_func _func = ((const mapi_func *) _tbl)[543];
6157    ((void (APIENTRY *)(GLuint program, GLint location, GLfloat *params)) _func)(program, location, params);
6158 }
6159
6160 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformivARB)(GLhandleARB program, GLint location, GLint *params)
6161 {
6162    const struct mapi_table *_tbl = entry_current_get();
6163    mapi_func _func = ((const mapi_func *) _tbl)[544];
6164    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLint *params)) _func)(program, location, params);
6165 }
6166
6167 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformiv)(GLuint program, GLint location, GLint *params)
6168 {
6169    const struct mapi_table *_tbl = entry_current_get();
6170    mapi_func _func = ((const mapi_func *) _tbl)[544];
6171    ((void (APIENTRY *)(GLuint program, GLint location, GLint *params)) _func)(program, location, params);
6172 }
6173
6174 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgramARB)(GLhandleARB program)
6175 {
6176    const struct mapi_table *_tbl = entry_current_get();
6177    mapi_func _func = ((const mapi_func *) _tbl)[545];
6178    ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6179 }
6180
6181 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgram)(GLuint program)
6182 {
6183    const struct mapi_table *_tbl = entry_current_get();
6184    mapi_func _func = ((const mapi_func *) _tbl)[545];
6185    ((void (APIENTRY *)(GLuint program)) _func)(program);
6186 }
6187
6188 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSourceARB)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)
6189 {
6190    const struct mapi_table *_tbl = entry_current_get();
6191    mapi_func _func = ((const mapi_func *) _tbl)[546];
6192    ((void (APIENTRY *)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)) _func)(shader, count, string, length);
6193 }
6194
6195 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSource)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length)
6196 {
6197    const struct mapi_table *_tbl = entry_current_get();
6198    mapi_func _func = ((const mapi_func *) _tbl)[546];
6199    ((void (APIENTRY *)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length)) _func)(shader, count, string, length);
6200 }
6201
6202 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fARB)(GLint location, GLfloat v0)
6203 {
6204    const struct mapi_table *_tbl = entry_current_get();
6205    mapi_func _func = ((const mapi_func *) _tbl)[547];
6206    ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
6207 }
6208
6209 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0)
6210 {
6211    const struct mapi_table *_tbl = entry_current_get();
6212    mapi_func _func = ((const mapi_func *) _tbl)[547];
6213    ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
6214 }
6215
6216 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fvARB)(GLint location, GLsizei count, const GLfloat *value)
6217 {
6218    const struct mapi_table *_tbl = entry_current_get();
6219    mapi_func _func = ((const mapi_func *) _tbl)[548];
6220    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6221 }
6222
6223 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fv)(GLint location, GLsizei count, const GLfloat *value)
6224 {
6225    const struct mapi_table *_tbl = entry_current_get();
6226    mapi_func _func = ((const mapi_func *) _tbl)[548];
6227    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6228 }
6229
6230 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iARB)(GLint location, GLint v0)
6231 {
6232    const struct mapi_table *_tbl = entry_current_get();
6233    mapi_func _func = ((const mapi_func *) _tbl)[549];
6234    ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
6235 }
6236
6237 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1i)(GLint location, GLint v0)
6238 {
6239    const struct mapi_table *_tbl = entry_current_get();
6240    mapi_func _func = ((const mapi_func *) _tbl)[549];
6241    ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
6242 }
6243
6244 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ivARB)(GLint location, GLsizei count, const GLint *value)
6245 {
6246    const struct mapi_table *_tbl = entry_current_get();
6247    mapi_func _func = ((const mapi_func *) _tbl)[550];
6248    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6249 }
6250
6251 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iv)(GLint location, GLsizei count, const GLint *value)
6252 {
6253    const struct mapi_table *_tbl = entry_current_get();
6254    mapi_func _func = ((const mapi_func *) _tbl)[550];
6255    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6256 }
6257
6258 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fARB)(GLint location, GLfloat v0, GLfloat v1)
6259 {
6260    const struct mapi_table *_tbl = entry_current_get();
6261    mapi_func _func = ((const mapi_func *) _tbl)[551];
6262    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
6263 }
6264
6265 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1)
6266 {
6267    const struct mapi_table *_tbl = entry_current_get();
6268    mapi_func _func = ((const mapi_func *) _tbl)[551];
6269    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
6270 }
6271
6272 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fvARB)(GLint location, GLsizei count, const GLfloat *value)
6273 {
6274    const struct mapi_table *_tbl = entry_current_get();
6275    mapi_func _func = ((const mapi_func *) _tbl)[552];
6276    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6277 }
6278
6279 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fv)(GLint location, GLsizei count, const GLfloat *value)
6280 {
6281    const struct mapi_table *_tbl = entry_current_get();
6282    mapi_func _func = ((const mapi_func *) _tbl)[552];
6283    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6284 }
6285
6286 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iARB)(GLint location, GLint v0, GLint v1)
6287 {
6288    const struct mapi_table *_tbl = entry_current_get();
6289    mapi_func _func = ((const mapi_func *) _tbl)[553];
6290    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
6291 }
6292
6293 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2i)(GLint location, GLint v0, GLint v1)
6294 {
6295    const struct mapi_table *_tbl = entry_current_get();
6296    mapi_func _func = ((const mapi_func *) _tbl)[553];
6297    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
6298 }
6299
6300 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ivARB)(GLint location, GLsizei count, const GLint *value)
6301 {
6302    const struct mapi_table *_tbl = entry_current_get();
6303    mapi_func _func = ((const mapi_func *) _tbl)[554];
6304    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6305 }
6306
6307 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iv)(GLint location, GLsizei count, const GLint *value)
6308 {
6309    const struct mapi_table *_tbl = entry_current_get();
6310    mapi_func _func = ((const mapi_func *) _tbl)[554];
6311    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6312 }
6313
6314 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6315 {
6316    const struct mapi_table *_tbl = entry_current_get();
6317    mapi_func _func = ((const mapi_func *) _tbl)[555];
6318    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
6319 }
6320
6321 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6322 {
6323    const struct mapi_table *_tbl = entry_current_get();
6324    mapi_func _func = ((const mapi_func *) _tbl)[555];
6325    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
6326 }
6327
6328 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fvARB)(GLint location, GLsizei count, const GLfloat *value)
6329 {
6330    const struct mapi_table *_tbl = entry_current_get();
6331    mapi_func _func = ((const mapi_func *) _tbl)[556];
6332    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6333 }
6334
6335 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fv)(GLint location, GLsizei count, const GLfloat *value)
6336 {
6337    const struct mapi_table *_tbl = entry_current_get();
6338    mapi_func _func = ((const mapi_func *) _tbl)[556];
6339    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6340 }
6341
6342 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iARB)(GLint location, GLint v0, GLint v1, GLint v2)
6343 {
6344    const struct mapi_table *_tbl = entry_current_get();
6345    mapi_func _func = ((const mapi_func *) _tbl)[557];
6346    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
6347 }
6348
6349 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2)
6350 {
6351    const struct mapi_table *_tbl = entry_current_get();
6352    mapi_func _func = ((const mapi_func *) _tbl)[557];
6353    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
6354 }
6355
6356 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ivARB)(GLint location, GLsizei count, const GLint *value)
6357 {
6358    const struct mapi_table *_tbl = entry_current_get();
6359    mapi_func _func = ((const mapi_func *) _tbl)[558];
6360    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6361 }
6362
6363 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iv)(GLint location, GLsizei count, const GLint *value)
6364 {
6365    const struct mapi_table *_tbl = entry_current_get();
6366    mapi_func _func = ((const mapi_func *) _tbl)[558];
6367    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6368 }
6369
6370 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6371 {
6372    const struct mapi_table *_tbl = entry_current_get();
6373    mapi_func _func = ((const mapi_func *) _tbl)[559];
6374    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
6375 }
6376
6377 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6378 {
6379    const struct mapi_table *_tbl = entry_current_get();
6380    mapi_func _func = ((const mapi_func *) _tbl)[559];
6381    ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
6382 }
6383
6384 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fvARB)(GLint location, GLsizei count, const GLfloat *value)
6385 {
6386    const struct mapi_table *_tbl = entry_current_get();
6387    mapi_func _func = ((const mapi_func *) _tbl)[560];
6388    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6389 }
6390
6391 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fv)(GLint location, GLsizei count, const GLfloat *value)
6392 {
6393    const struct mapi_table *_tbl = entry_current_get();
6394    mapi_func _func = ((const mapi_func *) _tbl)[560];
6395    ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6396 }
6397
6398 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iARB)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6399 {
6400    const struct mapi_table *_tbl = entry_current_get();
6401    mapi_func _func = ((const mapi_func *) _tbl)[561];
6402    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
6403 }
6404
6405 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6406 {
6407    const struct mapi_table *_tbl = entry_current_get();
6408    mapi_func _func = ((const mapi_func *) _tbl)[561];
6409    ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
6410 }
6411
6412 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ivARB)(GLint location, GLsizei count, const GLint *value)
6413 {
6414    const struct mapi_table *_tbl = entry_current_get();
6415    mapi_func _func = ((const mapi_func *) _tbl)[562];
6416    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6417 }
6418
6419 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iv)(GLint location, GLsizei count, const GLint *value)
6420 {
6421    const struct mapi_table *_tbl = entry_current_get();
6422    mapi_func _func = ((const mapi_func *) _tbl)[562];
6423    ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6424 }
6425
6426 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6427 {
6428    const struct mapi_table *_tbl = entry_current_get();
6429    mapi_func _func = ((const mapi_func *) _tbl)[563];
6430    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6431 }
6432
6433 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6434 {
6435    const struct mapi_table *_tbl = entry_current_get();
6436    mapi_func _func = ((const mapi_func *) _tbl)[563];
6437    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6438 }
6439
6440 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6441 {
6442    const struct mapi_table *_tbl = entry_current_get();
6443    mapi_func _func = ((const mapi_func *) _tbl)[564];
6444    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6445 }
6446
6447 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6448 {
6449    const struct mapi_table *_tbl = entry_current_get();
6450    mapi_func _func = ((const mapi_func *) _tbl)[564];
6451    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6452 }
6453
6454 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6455 {
6456    const struct mapi_table *_tbl = entry_current_get();
6457    mapi_func _func = ((const mapi_func *) _tbl)[565];
6458    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6459 }
6460
6461 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6462 {
6463    const struct mapi_table *_tbl = entry_current_get();
6464    mapi_func _func = ((const mapi_func *) _tbl)[565];
6465    ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6466 }
6467
6468 GLAPI void APIENTRY GLAPI_PREFIX(UseProgramObjectARB)(GLhandleARB program)
6469 {
6470    const struct mapi_table *_tbl = entry_current_get();
6471    mapi_func _func = ((const mapi_func *) _tbl)[566];
6472    ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6473 }
6474
6475 GLAPI void APIENTRY GLAPI_PREFIX(UseProgram)(GLuint program)
6476 {
6477    const struct mapi_table *_tbl = entry_current_get();
6478    mapi_func _func = ((const mapi_func *) _tbl)[566];
6479    ((void (APIENTRY *)(GLuint program)) _func)(program);
6480 }
6481
6482 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgramARB)(GLhandleARB program)
6483 {
6484    const struct mapi_table *_tbl = entry_current_get();
6485    mapi_func _func = ((const mapi_func *) _tbl)[567];
6486    ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6487 }
6488
6489 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgram)(GLuint program)
6490 {
6491    const struct mapi_table *_tbl = entry_current_get();
6492    mapi_func _func = ((const mapi_func *) _tbl)[567];
6493    ((void (APIENTRY *)(GLuint program)) _func)(program);
6494 }
6495
6496 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocationARB)(GLhandleARB program, GLuint index, const GLcharARB *name)
6497 {
6498    const struct mapi_table *_tbl = entry_current_get();
6499    mapi_func _func = ((const mapi_func *) _tbl)[568];
6500    ((void (APIENTRY *)(GLhandleARB program, GLuint index, const GLcharARB *name)) _func)(program, index, name);
6501 }
6502
6503 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocation)(GLuint program, GLuint index, const GLchar *name)
6504 {
6505    const struct mapi_table *_tbl = entry_current_get();
6506    mapi_func _func = ((const mapi_func *) _tbl)[568];
6507    ((void (APIENTRY *)(GLuint program, GLuint index, const GLchar *name)) _func)(program, index, name);
6508 }
6509
6510 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
6511 {
6512    const struct mapi_table *_tbl = entry_current_get();
6513    mapi_func _func = ((const mapi_func *) _tbl)[569];
6514    ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
6515 }
6516
6517 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
6518 {
6519    const struct mapi_table *_tbl = entry_current_get();
6520    mapi_func _func = ((const mapi_func *) _tbl)[569];
6521    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
6522 }
6523
6524 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocationARB)(GLhandleARB program, const GLcharARB *name)
6525 {
6526    const struct mapi_table *_tbl = entry_current_get();
6527    mapi_func _func = ((const mapi_func *) _tbl)[570];
6528    return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
6529 }
6530
6531 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name)
6532 {
6533    const struct mapi_table *_tbl = entry_current_get();
6534    mapi_func _func = ((const mapi_func *) _tbl)[570];
6535    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
6536 }
6537
6538 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersARB)(GLsizei n, const GLenum *bufs)
6539 {
6540    const struct mapi_table *_tbl = entry_current_get();
6541    mapi_func _func = ((const mapi_func *) _tbl)[571];
6542    ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6543 }
6544
6545 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs)
6546 {
6547    const struct mapi_table *_tbl = entry_current_get();
6548    mapi_func _func = ((const mapi_func *) _tbl)[571];
6549    ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6550 }
6551
6552 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersATI)(GLsizei n, const GLenum *bufs)
6553 {
6554    const struct mapi_table *_tbl = entry_current_get();
6555    mapi_func _func = ((const mapi_func *) _tbl)[571];
6556    ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6557 }
6558
6559 GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp)
6560 {
6561    const struct mapi_table *_tbl = entry_current_get();
6562    mapi_func _func = ((const mapi_func *) _tbl)[572];
6563    ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
6564 }
6565
6566 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6567 {
6568    const struct mapi_table *_tbl = entry_current_get();
6569    mapi_func _func = ((const mapi_func *) _tbl)[573];
6570    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6571 }
6572
6573 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6574 {
6575    const struct mapi_table *_tbl = entry_current_get();
6576    mapi_func _func = ((const mapi_func *) _tbl)[573];
6577    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6578 }
6579
6580 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6581 {
6582    const struct mapi_table *_tbl = entry_current_get();
6583    mapi_func _func = ((const mapi_func *) _tbl)[573];
6584    ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6585 }
6586
6587 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6588 {
6589    const struct mapi_table *_tbl = entry_current_get();
6590    mapi_func _func = ((const mapi_func *) _tbl)[574];
6591    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6592 }
6593
6594 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6595 {
6596    const struct mapi_table *_tbl = entry_current_get();
6597    mapi_func _func = ((const mapi_func *) _tbl)[574];
6598    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6599 }
6600
6601 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6602 {
6603    const struct mapi_table *_tbl = entry_current_get();
6604    mapi_func _func = ((const mapi_func *) _tbl)[574];
6605    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6606 }
6607
6608 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
6609 {
6610    const struct mapi_table *_tbl = entry_current_get();
6611    mapi_func _func = ((const mapi_func *) _tbl)[575];
6612    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
6613 }
6614
6615 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
6616 {
6617    const struct mapi_table *_tbl = entry_current_get();
6618    mapi_func _func = ((const mapi_func *) _tbl)[575];
6619    ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
6620 }
6621
6622 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level)
6623 {
6624    const struct mapi_table *_tbl = entry_current_get();
6625    mapi_func _func = ((const mapi_func *) _tbl)[576];
6626    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
6627 }
6628
6629 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
6630 {
6631    const struct mapi_table *_tbl = entry_current_get();
6632    mapi_func _func = ((const mapi_func *) _tbl)[577];
6633    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)) _func)(target, attachment, texture, level, face);
6634 }
6635
6636 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value)
6637 {
6638    const struct mapi_table *_tbl = entry_current_get();
6639    mapi_func _func = ((const mapi_func *) _tbl)[578];
6640    ((void (APIENTRY *)(GLuint program, GLenum pname, GLint value)) _func)(program, pname, value);
6641 }
6642
6643 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor)
6644 {
6645    const struct mapi_table *_tbl = entry_current_get();
6646    mapi_func _func = ((const mapi_func *) _tbl)[579];
6647    ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
6648 }
6649
6650 GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length)
6651 {
6652    const struct mapi_table *_tbl = entry_current_get();
6653    mapi_func _func = ((const mapi_func *) _tbl)[580];
6654    ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length)) _func)(target, offset, length);
6655 }
6656
6657 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
6658 {
6659    const struct mapi_table *_tbl = entry_current_get();
6660    mapi_func _func = ((const mapi_func *) _tbl)[581];
6661    return ((GLvoid * (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)) _func)(target, offset, length, access);
6662 }
6663
6664 GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer)
6665 {
6666    const struct mapi_table *_tbl = entry_current_get();
6667    mapi_func _func = ((const mapi_func *) _tbl)[582];
6668    ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
6669 }
6670
6671 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array)
6672 {
6673    const struct mapi_table *_tbl = entry_current_get();
6674    mapi_func _func = ((const mapi_func *) _tbl)[583];
6675    ((void (APIENTRY *)(GLuint array)) _func)(array);
6676 }
6677
6678 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays)
6679 {
6680    const struct mapi_table *_tbl = entry_current_get();
6681    mapi_func _func = ((const mapi_func *) _tbl)[584];
6682    ((void (APIENTRY *)(GLsizei n, GLuint *arrays)) _func)(n, arrays);
6683 }
6684
6685 GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
6686 {
6687    const struct mapi_table *_tbl = entry_current_get();
6688    mapi_func _func = ((const mapi_func *) _tbl)[585];
6689    ((void (APIENTRY *)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)) _func)(readTarget, writeTarget, readOffset, writeOffset, size);
6690 }
6691
6692 GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
6693 {
6694    const struct mapi_table *_tbl = entry_current_get();
6695    mapi_func _func = ((const mapi_func *) _tbl)[586];
6696    return ((GLenum (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
6697 }
6698
6699 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync)
6700 {
6701    const struct mapi_table *_tbl = entry_current_get();
6702    mapi_func _func = ((const mapi_func *) _tbl)[587];
6703    ((void (APIENTRY *)(GLsync sync)) _func)(sync);
6704 }
6705
6706 GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags)
6707 {
6708    const struct mapi_table *_tbl = entry_current_get();
6709    mapi_func _func = ((const mapi_func *) _tbl)[588];
6710    return ((GLsync (APIENTRY *)(GLenum condition, GLbitfield flags)) _func)(condition, flags);
6711 }
6712
6713 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params)
6714 {
6715    const struct mapi_table *_tbl = entry_current_get();
6716    mapi_func _func = ((const mapi_func *) _tbl)[589];
6717    ((void (APIENTRY *)(GLenum pname, GLint64 *params)) _func)(pname, params);
6718 }
6719
6720 GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
6721 {
6722    const struct mapi_table *_tbl = entry_current_get();
6723    mapi_func _func = ((const mapi_func *) _tbl)[590];
6724    ((void (APIENTRY *)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)) _func)(sync, pname, bufSize, length, values);
6725 }
6726
6727 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync)
6728 {
6729    const struct mapi_table *_tbl = entry_current_get();
6730    mapi_func _func = ((const mapi_func *) _tbl)[591];
6731    return ((GLboolean (APIENTRY *)(GLsync sync)) _func)(sync);
6732 }
6733
6734 GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
6735 {
6736    const struct mapi_table *_tbl = entry_current_get();
6737    mapi_func _func = ((const mapi_func *) _tbl)[592];
6738    ((void (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
6739 }
6740
6741 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
6742 {
6743    const struct mapi_table *_tbl = entry_current_get();
6744    mapi_func _func = ((const mapi_func *) _tbl)[593];
6745    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)) _func)(mode, count, type, indices, basevertex);
6746 }
6747
6748 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)
6749 {
6750    const struct mapi_table *_tbl = entry_current_get();
6751    mapi_func _func = ((const mapi_func *) _tbl)[594];
6752    ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
6753 }
6754
6755 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
6756 {
6757    const struct mapi_table *_tbl = entry_current_get();
6758    mapi_func _func = ((const mapi_func *) _tbl)[595];
6759    ((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);
6760 }
6761
6762 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex)
6763 {
6764    const struct mapi_table *_tbl = entry_current_get();
6765    mapi_func _func = ((const mapi_func *) _tbl)[596];
6766    ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
6767 }
6768
6769 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA)
6770 {
6771    const struct mapi_table *_tbl = entry_current_get();
6772    mapi_func _func = ((const mapi_func *) _tbl)[597];
6773    ((void (APIENTRY *)(GLuint buf, GLenum modeRGB, GLenum modeA)) _func)(buf, modeRGB, modeA);
6774 }
6775
6776 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateIndexedAMD)(GLuint buf, GLenum modeRGB, GLenum modeA)
6777 {
6778    const struct mapi_table *_tbl = entry_current_get();
6779    mapi_func _func = ((const mapi_func *) _tbl)[597];
6780    ((void (APIENTRY *)(GLuint buf, GLenum modeRGB, GLenum modeA)) _func)(buf, modeRGB, modeA);
6781 }
6782
6783 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode)
6784 {
6785    const struct mapi_table *_tbl = entry_current_get();
6786    mapi_func _func = ((const mapi_func *) _tbl)[598];
6787    ((void (APIENTRY *)(GLuint buf, GLenum mode)) _func)(buf, mode);
6788 }
6789
6790 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationIndexedAMD)(GLuint buf, GLenum mode)
6791 {
6792    const struct mapi_table *_tbl = entry_current_get();
6793    mapi_func _func = ((const mapi_func *) _tbl)[598];
6794    ((void (APIENTRY *)(GLuint buf, GLenum mode)) _func)(buf, mode);
6795 }
6796
6797 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)
6798 {
6799    const struct mapi_table *_tbl = entry_current_get();
6800    mapi_func _func = ((const mapi_func *) _tbl)[599];
6801    ((void (APIENTRY *)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)) _func)(buf, srcRGB, dstRGB, srcA, dstA);
6802 }
6803
6804 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateIndexedAMD)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)
6805 {
6806    const struct mapi_table *_tbl = entry_current_get();
6807    mapi_func _func = ((const mapi_func *) _tbl)[599];
6808    ((void (APIENTRY *)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)) _func)(buf, srcRGB, dstRGB, srcA, dstA);
6809 }
6810
6811 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst)
6812 {
6813    const struct mapi_table *_tbl = entry_current_get();
6814    mapi_func _func = ((const mapi_func *) _tbl)[600];
6815    ((void (APIENTRY *)(GLuint buf, GLenum src, GLenum dst)) _func)(buf, src, dst);
6816 }
6817
6818 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncIndexedAMD)(GLuint buf, GLenum src, GLenum dst)
6819 {
6820    const struct mapi_table *_tbl = entry_current_get();
6821    mapi_func _func = ((const mapi_func *) _tbl)[600];
6822    ((void (APIENTRY *)(GLuint buf, GLenum src, GLenum dst)) _func)(buf, src, dst);
6823 }
6824
6825 GLAPI void APIENTRY GLAPI_PREFIX(BindSampler)(GLuint unit, GLuint sampler)
6826 {
6827    const struct mapi_table *_tbl = entry_current_get();
6828    mapi_func _func = ((const mapi_func *) _tbl)[601];
6829    ((void (APIENTRY *)(GLuint unit, GLuint sampler)) _func)(unit, sampler);
6830 }
6831
6832 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSamplers)(GLsizei count, const GLuint *samplers)
6833 {
6834    const struct mapi_table *_tbl = entry_current_get();
6835    mapi_func _func = ((const mapi_func *) _tbl)[602];
6836    ((void (APIENTRY *)(GLsizei count, const GLuint *samplers)) _func)(count, samplers);
6837 }
6838
6839 GLAPI void APIENTRY GLAPI_PREFIX(GenSamplers)(GLsizei count, GLuint *samplers)
6840 {
6841    const struct mapi_table *_tbl = entry_current_get();
6842    mapi_func _func = ((const mapi_func *) _tbl)[603];
6843    ((void (APIENTRY *)(GLsizei count, GLuint *samplers)) _func)(count, samplers);
6844 }
6845
6846 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint *params)
6847 {
6848    const struct mapi_table *_tbl = entry_current_get();
6849    mapi_func _func = ((const mapi_func *) _tbl)[604];
6850    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint *params)) _func)(sampler, pname, params);
6851 }
6852
6853 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint *params)
6854 {
6855    const struct mapi_table *_tbl = entry_current_get();
6856    mapi_func _func = ((const mapi_func *) _tbl)[605];
6857    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLuint *params)) _func)(sampler, pname, params);
6858 }
6859
6860 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat *params)
6861 {
6862    const struct mapi_table *_tbl = entry_current_get();
6863    mapi_func _func = ((const mapi_func *) _tbl)[606];
6864    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLfloat *params)) _func)(sampler, pname, params);
6865 }
6866
6867 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint *params)
6868 {
6869    const struct mapi_table *_tbl = entry_current_get();
6870    mapi_func _func = ((const mapi_func *) _tbl)[607];
6871    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint *params)) _func)(sampler, pname, params);
6872 }
6873
6874 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler)
6875 {
6876    const struct mapi_table *_tbl = entry_current_get();
6877    mapi_func _func = ((const mapi_func *) _tbl)[608];
6878    return ((GLboolean (APIENTRY *)(GLuint sampler)) _func)(sampler);
6879 }
6880
6881 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *params)
6882 {
6883    const struct mapi_table *_tbl = entry_current_get();
6884    mapi_func _func = ((const mapi_func *) _tbl)[609];
6885    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
6886 }
6887
6888 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint *params)
6889 {
6890    const struct mapi_table *_tbl = entry_current_get();
6891    mapi_func _func = ((const mapi_func *) _tbl)[610];
6892    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLuint *params)) _func)(sampler, pname, params);
6893 }
6894
6895 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param)
6896 {
6897    const struct mapi_table *_tbl = entry_current_get();
6898    mapi_func _func = ((const mapi_func *) _tbl)[611];
6899    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLfloat param)) _func)(sampler, pname, param);
6900 }
6901
6902 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params)
6903 {
6904    const struct mapi_table *_tbl = entry_current_get();
6905    mapi_func _func = ((const mapi_func *) _tbl)[612];
6906    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLfloat *params)) _func)(sampler, pname, params);
6907 }
6908
6909 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param)
6910 {
6911    const struct mapi_table *_tbl = entry_current_get();
6912    mapi_func _func = ((const mapi_func *) _tbl)[613];
6913    ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint param)) _func)(sampler, pname, param);
6914 }
6915
6916 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params)
6917 {
6918    const struct mapi_table *_tbl = entry_current_get();
6919    mapi_func _func = ((const mapi_func *) _tbl)[614];
6920    ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
6921 }
6922
6923 GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id)
6924 {
6925    const struct mapi_table *_tbl = entry_current_get();
6926    mapi_func _func = ((const mapi_func *) _tbl)[615];
6927    ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
6928 }
6929
6930 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids)
6931 {
6932    const struct mapi_table *_tbl = entry_current_get();
6933    mapi_func _func = ((const mapi_func *) _tbl)[616];
6934    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
6935 }
6936
6937 GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id)
6938 {
6939    const struct mapi_table *_tbl = entry_current_get();
6940    mapi_func _func = ((const mapi_func *) _tbl)[617];
6941    ((void (APIENTRY *)(GLenum mode, GLuint id)) _func)(mode, id);
6942 }
6943
6944 GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids)
6945 {
6946    const struct mapi_table *_tbl = entry_current_get();
6947    mapi_func _func = ((const mapi_func *) _tbl)[618];
6948    ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
6949 }
6950
6951 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id)
6952 {
6953    const struct mapi_table *_tbl = entry_current_get();
6954    mapi_func _func = ((const mapi_func *) _tbl)[619];
6955    return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
6956 }
6957
6958 GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void)
6959 {
6960    const struct mapi_table *_tbl = entry_current_get();
6961    mapi_func _func = ((const mapi_func *) _tbl)[620];
6962    ((void (APIENTRY *)(void)) _func)();
6963 }
6964
6965 GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void)
6966 {
6967    const struct mapi_table *_tbl = entry_current_get();
6968    mapi_func _func = ((const mapi_func *) _tbl)[621];
6969    ((void (APIENTRY *)(void)) _func)();
6970 }
6971
6972 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth)
6973 {
6974    const struct mapi_table *_tbl = entry_current_get();
6975    mapi_func _func = ((const mapi_func *) _tbl)[622];
6976    ((void (APIENTRY *)(GLclampf depth)) _func)(depth);
6977 }
6978
6979 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar)
6980 {
6981    const struct mapi_table *_tbl = entry_current_get();
6982    mapi_func _func = ((const mapi_func *) _tbl)[623];
6983    ((void (APIENTRY *)(GLclampf zNear, GLclampf zFar)) _func)(zNear, zFar);
6984 }
6985
6986 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
6987 {
6988    const struct mapi_table *_tbl = entry_current_get();
6989    mapi_func _func = ((const mapi_func *) _tbl)[624];
6990    ((void (APIENTRY *)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)) _func)(shadertype, precisiontype, range, precision);
6991 }
6992
6993 GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void)
6994 {
6995    const struct mapi_table *_tbl = entry_current_get();
6996    mapi_func _func = ((const mapi_func *) _tbl)[625];
6997    ((void (APIENTRY *)(void)) _func)();
6998 }
6999
7000 GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
7001 {
7002    const struct mapi_table *_tbl = entry_current_get();
7003    mapi_func _func = ((const mapi_func *) _tbl)[626];
7004    ((void (APIENTRY *)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)) _func)(n, shaders, binaryformat, binary, length);
7005 }
7006
7007 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void)
7008 {
7009    const struct mapi_table *_tbl = entry_current_get();
7010    mapi_func _func = ((const mapi_func *) _tbl)[630];
7011    return ((GLenum (APIENTRY *)(void)) _func)();
7012 }
7013
7014 GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)
7015 {
7016    const struct mapi_table *_tbl = entry_current_get();
7017    mapi_func _func = ((const mapi_func *) _tbl)[631];
7018    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)) _func)(target, format, type, bufSize, table);
7019 }
7020
7021 GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)
7022 {
7023    const struct mapi_table *_tbl = entry_current_get();
7024    mapi_func _func = ((const mapi_func *) _tbl)[632];
7025    ((void (APIENTRY *)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)) _func)(target, lod, bufSize, img);
7026 }
7027
7028 GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)
7029 {
7030    const struct mapi_table *_tbl = entry_current_get();
7031    mapi_func _func = ((const mapi_func *) _tbl)[633];
7032    ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)) _func)(target, format, type, bufSize, image);
7033 }
7034
7035 GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
7036 {
7037    const struct mapi_table *_tbl = entry_current_get();
7038    mapi_func _func = ((const mapi_func *) _tbl)[634];
7039    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
7040 }
7041
7042 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)
7043 {
7044    const struct mapi_table *_tbl = entry_current_get();
7045    mapi_func _func = ((const mapi_func *) _tbl)[635];
7046    ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)) _func)(target, query, bufSize, v);
7047 }
7048
7049 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)
7050 {
7051    const struct mapi_table *_tbl = entry_current_get();
7052    mapi_func _func = ((const mapi_func *) _tbl)[636];
7053    ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)) _func)(target, query, bufSize, v);
7054 }
7055
7056 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)
7057 {
7058    const struct mapi_table *_tbl = entry_current_get();
7059    mapi_func _func = ((const mapi_func *) _tbl)[637];
7060    ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)) _func)(target, query, bufSize, v);
7061 }
7062
7063 GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
7064 {
7065    const struct mapi_table *_tbl = entry_current_get();
7066    mapi_func _func = ((const mapi_func *) _tbl)[638];
7067    ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
7068 }
7069
7070 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values)
7071 {
7072    const struct mapi_table *_tbl = entry_current_get();
7073    mapi_func _func = ((const mapi_func *) _tbl)[639];
7074    ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLfloat *values)) _func)(map, bufSize, values);
7075 }
7076
7077 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values)
7078 {
7079    const struct mapi_table *_tbl = entry_current_get();
7080    mapi_func _func = ((const mapi_func *) _tbl)[640];
7081    ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLuint *values)) _func)(map, bufSize, values);
7082 }
7083
7084 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values)
7085 {
7086    const struct mapi_table *_tbl = entry_current_get();
7087    mapi_func _func = ((const mapi_func *) _tbl)[641];
7088    ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLushort *values)) _func)(map, bufSize, values);
7089 }
7090
7091 GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern)
7092 {
7093    const struct mapi_table *_tbl = entry_current_get();
7094    mapi_func _func = ((const mapi_func *) _tbl)[642];
7095    ((void (APIENTRY *)(GLsizei bufSize, GLubyte *pattern)) _func)(bufSize, pattern);
7096 }
7097
7098 GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)
7099 {
7100    const struct mapi_table *_tbl = entry_current_get();
7101    mapi_func _func = ((const mapi_func *) _tbl)[643];
7102    ((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);
7103 }
7104
7105 GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)
7106 {
7107    const struct mapi_table *_tbl = entry_current_get();
7108    mapi_func _func = ((const mapi_func *) _tbl)[644];
7109    ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)) _func)(target, level, format, type, bufSize, img);
7110 }
7111
7112 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params)
7113 {
7114    const struct mapi_table *_tbl = entry_current_get();
7115    mapi_func _func = ((const mapi_func *) _tbl)[645];
7116    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params)) _func)(program, location, bufSize, params);
7117 }
7118
7119 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params)
7120 {
7121    const struct mapi_table *_tbl = entry_current_get();
7122    mapi_func _func = ((const mapi_func *) _tbl)[646];
7123    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params)) _func)(program, location, bufSize, params);
7124 }
7125
7126 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params)
7127 {
7128    const struct mapi_table *_tbl = entry_current_get();
7129    mapi_func _func = ((const mapi_func *) _tbl)[647];
7130    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params)) _func)(program, location, bufSize, params);
7131 }
7132
7133 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params)
7134 {
7135    const struct mapi_table *_tbl = entry_current_get();
7136    mapi_func _func = ((const mapi_func *) _tbl)[648];
7137    ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params)) _func)(program, location, bufSize, params);
7138 }
7139
7140 GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
7141 {
7142    const struct mapi_table *_tbl = entry_current_get();
7143    mapi_func _func = ((const mapi_func *) _tbl)[649];
7144    ((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);
7145 }
7146
7147 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias)
7148 {
7149    const struct mapi_table *_tbl = entry_current_get();
7150    mapi_func _func = ((const mapi_func *) _tbl)[650];
7151    ((void (APIENTRY *)(GLfloat factor, GLfloat bias)) _func)(factor, bias);
7152 }
7153
7154 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7155 {
7156    const struct mapi_table *_tbl = entry_current_get();
7157    mapi_func _func = ((const mapi_func *) _tbl)[669];
7158    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
7159 }
7160
7161 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer)
7162 {
7163    const struct mapi_table *_tbl = entry_current_get();
7164    mapi_func _func = ((const mapi_func *) _tbl)[670];
7165    ((void (APIENTRY *)(GLsizei stride, GLsizei count, const GLboolean *pointer)) _func)(stride, count, pointer);
7166 }
7167
7168 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7169 {
7170    const struct mapi_table *_tbl = entry_current_get();
7171    mapi_func _func = ((const mapi_func *) _tbl)[671];
7172    ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
7173 }
7174
7175 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7176 {
7177    const struct mapi_table *_tbl = entry_current_get();
7178    mapi_func _func = ((const mapi_func *) _tbl)[672];
7179    ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
7180 }
7181
7182 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7183 {
7184    const struct mapi_table *_tbl = entry_current_get();
7185    mapi_func _func = ((const mapi_func *) _tbl)[673];
7186    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
7187 }
7188
7189 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7190 {
7191    const struct mapi_table *_tbl = entry_current_get();
7192    mapi_func _func = ((const mapi_func *) _tbl)[674];
7193    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
7194 }
7195
7196 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param)
7197 {
7198    const struct mapi_table *_tbl = entry_current_get();
7199    mapi_func _func = ((const mapi_func *) _tbl)[675];
7200    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7201 }
7202
7203 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param)
7204 {
7205    const struct mapi_table *_tbl = entry_current_get();
7206    mapi_func _func = ((const mapi_func *) _tbl)[675];
7207    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7208 }
7209
7210 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param)
7211 {
7212    const struct mapi_table *_tbl = entry_current_get();
7213    mapi_func _func = ((const mapi_func *) _tbl)[675];
7214    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7215 }
7216
7217 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params)
7218 {
7219    const struct mapi_table *_tbl = entry_current_get();
7220    mapi_func _func = ((const mapi_func *) _tbl)[676];
7221    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7222 }
7223
7224 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params)
7225 {
7226    const struct mapi_table *_tbl = entry_current_get();
7227    mapi_func _func = ((const mapi_func *) _tbl)[676];
7228    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7229 }
7230
7231 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params)
7232 {
7233    const struct mapi_table *_tbl = entry_current_get();
7234    mapi_func _func = ((const mapi_func *) _tbl)[676];
7235    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7236 }
7237
7238 GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count)
7239 {
7240    const struct mapi_table *_tbl = entry_current_get();
7241    mapi_func _func = ((const mapi_func *) _tbl)[677];
7242    ((void (APIENTRY *)(GLint first, GLsizei count)) _func)(first, count);
7243 }
7244
7245 GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void)
7246 {
7247    const struct mapi_table *_tbl = entry_current_get();
7248    mapi_func _func = ((const mapi_func *) _tbl)[678];
7249    ((void (APIENTRY *)(void)) _func)();
7250 }
7251
7252 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue)
7253 {
7254    const struct mapi_table *_tbl = entry_current_get();
7255    mapi_func _func = ((const mapi_func *) _tbl)[679];
7256    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
7257 }
7258
7259 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue)
7260 {
7261    const struct mapi_table *_tbl = entry_current_get();
7262    mapi_func _func = ((const mapi_func *) _tbl)[679];
7263    ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
7264 }
7265
7266 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v)
7267 {
7268    const struct mapi_table *_tbl = entry_current_get();
7269    mapi_func _func = ((const mapi_func *) _tbl)[680];
7270    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
7271 }
7272
7273 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v)
7274 {
7275    const struct mapi_table *_tbl = entry_current_get();
7276    mapi_func _func = ((const mapi_func *) _tbl)[680];
7277    ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
7278 }
7279
7280 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue)
7281 {
7282    const struct mapi_table *_tbl = entry_current_get();
7283    mapi_func _func = ((const mapi_func *) _tbl)[681];
7284    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
7285 }
7286
7287 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue)
7288 {
7289    const struct mapi_table *_tbl = entry_current_get();
7290    mapi_func _func = ((const mapi_func *) _tbl)[681];
7291    ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
7292 }
7293
7294 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v)
7295 {
7296    const struct mapi_table *_tbl = entry_current_get();
7297    mapi_func _func = ((const mapi_func *) _tbl)[682];
7298    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7299 }
7300
7301 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v)
7302 {
7303    const struct mapi_table *_tbl = entry_current_get();
7304    mapi_func _func = ((const mapi_func *) _tbl)[682];
7305    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7306 }
7307
7308 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue)
7309 {
7310    const struct mapi_table *_tbl = entry_current_get();
7311    mapi_func _func = ((const mapi_func *) _tbl)[683];
7312    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
7313 }
7314
7315 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue)
7316 {
7317    const struct mapi_table *_tbl = entry_current_get();
7318    mapi_func _func = ((const mapi_func *) _tbl)[683];
7319    ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
7320 }
7321
7322 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v)
7323 {
7324    const struct mapi_table *_tbl = entry_current_get();
7325    mapi_func _func = ((const mapi_func *) _tbl)[684];
7326    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7327 }
7328
7329 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v)
7330 {
7331    const struct mapi_table *_tbl = entry_current_get();
7332    mapi_func _func = ((const mapi_func *) _tbl)[684];
7333    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7334 }
7335
7336 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue)
7337 {
7338    const struct mapi_table *_tbl = entry_current_get();
7339    mapi_func _func = ((const mapi_func *) _tbl)[685];
7340    ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
7341 }
7342
7343 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue)
7344 {
7345    const struct mapi_table *_tbl = entry_current_get();
7346    mapi_func _func = ((const mapi_func *) _tbl)[685];
7347    ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
7348 }
7349
7350 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v)
7351 {
7352    const struct mapi_table *_tbl = entry_current_get();
7353    mapi_func _func = ((const mapi_func *) _tbl)[686];
7354    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7355 }
7356
7357 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v)
7358 {
7359    const struct mapi_table *_tbl = entry_current_get();
7360    mapi_func _func = ((const mapi_func *) _tbl)[686];
7361    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7362 }
7363
7364 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue)
7365 {
7366    const struct mapi_table *_tbl = entry_current_get();
7367    mapi_func _func = ((const mapi_func *) _tbl)[687];
7368    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
7369 }
7370
7371 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue)
7372 {
7373    const struct mapi_table *_tbl = entry_current_get();
7374    mapi_func _func = ((const mapi_func *) _tbl)[687];
7375    ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
7376 }
7377
7378 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v)
7379 {
7380    const struct mapi_table *_tbl = entry_current_get();
7381    mapi_func _func = ((const mapi_func *) _tbl)[688];
7382    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7383 }
7384
7385 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v)
7386 {
7387    const struct mapi_table *_tbl = entry_current_get();
7388    mapi_func _func = ((const mapi_func *) _tbl)[688];
7389    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7390 }
7391
7392 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue)
7393 {
7394    const struct mapi_table *_tbl = entry_current_get();
7395    mapi_func _func = ((const mapi_func *) _tbl)[689];
7396    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
7397 }
7398
7399 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue)
7400 {
7401    const struct mapi_table *_tbl = entry_current_get();
7402    mapi_func _func = ((const mapi_func *) _tbl)[689];
7403    ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
7404 }
7405
7406 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v)
7407 {
7408    const struct mapi_table *_tbl = entry_current_get();
7409    mapi_func _func = ((const mapi_func *) _tbl)[690];
7410    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
7411 }
7412
7413 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v)
7414 {
7415    const struct mapi_table *_tbl = entry_current_get();
7416    mapi_func _func = ((const mapi_func *) _tbl)[690];
7417    ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
7418 }
7419
7420 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue)
7421 {
7422    const struct mapi_table *_tbl = entry_current_get();
7423    mapi_func _func = ((const mapi_func *) _tbl)[691];
7424    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
7425 }
7426
7427 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue)
7428 {
7429    const struct mapi_table *_tbl = entry_current_get();
7430    mapi_func _func = ((const mapi_func *) _tbl)[691];
7431    ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
7432 }
7433
7434 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v)
7435 {
7436    const struct mapi_table *_tbl = entry_current_get();
7437    mapi_func _func = ((const mapi_func *) _tbl)[692];
7438    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
7439 }
7440
7441 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v)
7442 {
7443    const struct mapi_table *_tbl = entry_current_get();
7444    mapi_func _func = ((const mapi_func *) _tbl)[692];
7445    ((void (APIENTRY *)(const GLuint *v)) _func)(v);
7446 }
7447
7448 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue)
7449 {
7450    const struct mapi_table *_tbl = entry_current_get();
7451    mapi_func _func = ((const mapi_func *) _tbl)[693];
7452    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
7453 }
7454
7455 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue)
7456 {
7457    const struct mapi_table *_tbl = entry_current_get();
7458    mapi_func _func = ((const mapi_func *) _tbl)[693];
7459    ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
7460 }
7461
7462 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v)
7463 {
7464    const struct mapi_table *_tbl = entry_current_get();
7465    mapi_func _func = ((const mapi_func *) _tbl)[694];
7466    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
7467 }
7468
7469 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v)
7470 {
7471    const struct mapi_table *_tbl = entry_current_get();
7472    mapi_func _func = ((const mapi_func *) _tbl)[694];
7473    ((void (APIENTRY *)(const GLushort *v)) _func)(v);
7474 }
7475
7476 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
7477 {
7478    const struct mapi_table *_tbl = entry_current_get();
7479    mapi_func _func = ((const mapi_func *) _tbl)[695];
7480    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
7481 }
7482
7483 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
7484 {
7485    const struct mapi_table *_tbl = entry_current_get();
7486    mapi_func _func = ((const mapi_func *) _tbl)[695];
7487    ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
7488 }
7489
7490 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
7491 {
7492    const struct mapi_table *_tbl = entry_current_get();
7493    mapi_func _func = ((const mapi_func *) _tbl)[696];
7494    ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
7495 }
7496
7497 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
7498 {
7499    const struct mapi_table *_tbl = entry_current_get();
7500    mapi_func _func = ((const mapi_func *) _tbl)[696];
7501    ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
7502 }
7503
7504 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
7505 {
7506    const struct mapi_table *_tbl = entry_current_get();
7507    mapi_func _func = ((const mapi_func *) _tbl)[697];
7508    ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
7509 }
7510
7511 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
7512 {
7513    const struct mapi_table *_tbl = entry_current_get();
7514    mapi_func _func = ((const mapi_func *) _tbl)[697];
7515    ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
7516 }
7517
7518 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer)
7519 {
7520    const struct mapi_table *_tbl = entry_current_get();
7521    mapi_func _func = ((const mapi_func *) _tbl)[698];
7522    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
7523 }
7524
7525 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
7526 {
7527    const struct mapi_table *_tbl = entry_current_get();
7528    mapi_func _func = ((const mapi_func *) _tbl)[698];
7529    ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
7530 }
7531
7532 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord)
7533 {
7534    const struct mapi_table *_tbl = entry_current_get();
7535    mapi_func _func = ((const mapi_func *) _tbl)[699];
7536    ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
7537 }
7538
7539 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord)
7540 {
7541    const struct mapi_table *_tbl = entry_current_get();
7542    mapi_func _func = ((const mapi_func *) _tbl)[699];
7543    ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
7544 }
7545
7546 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord)
7547 {
7548    const struct mapi_table *_tbl = entry_current_get();
7549    mapi_func _func = ((const mapi_func *) _tbl)[700];
7550    ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
7551 }
7552
7553 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord)
7554 {
7555    const struct mapi_table *_tbl = entry_current_get();
7556    mapi_func _func = ((const mapi_func *) _tbl)[700];
7557    ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
7558 }
7559
7560 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord)
7561 {
7562    const struct mapi_table *_tbl = entry_current_get();
7563    mapi_func _func = ((const mapi_func *) _tbl)[701];
7564    ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
7565 }
7566
7567 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord)
7568 {
7569    const struct mapi_table *_tbl = entry_current_get();
7570    mapi_func _func = ((const mapi_func *) _tbl)[701];
7571    ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
7572 }
7573
7574 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord)
7575 {
7576    const struct mapi_table *_tbl = entry_current_get();
7577    mapi_func _func = ((const mapi_func *) _tbl)[702];
7578    ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
7579 }
7580
7581 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord)
7582 {
7583    const struct mapi_table *_tbl = entry_current_get();
7584    mapi_func _func = ((const mapi_func *) _tbl)[702];
7585    ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
7586 }
7587
7588 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
7589 {
7590    const struct mapi_table *_tbl = entry_current_get();
7591    mapi_func _func = ((const mapi_func *) _tbl)[704];
7592    ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
7593 }
7594
7595 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
7596 {
7597    const struct mapi_table *_tbl = entry_current_get();
7598    mapi_func _func = ((const mapi_func *) _tbl)[704];
7599    ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
7600 }
7601
7602 GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void)
7603 {
7604    const struct mapi_table *_tbl = entry_current_get();
7605    mapi_func _func = ((const mapi_func *) _tbl)[705];
7606    ((void (APIENTRY *)(void)) _func)();
7607 }
7608
7609 GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer)
7610 {
7611    const struct mapi_table *_tbl = entry_current_get();
7612    mapi_func _func = ((const mapi_func *) _tbl)[706];
7613    ((void (APIENTRY *)(GLsizei length, const GLvoid *pointer)) _func)(length, pointer);
7614 }
7615
7616 GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
7617 {
7618    const struct mapi_table *_tbl = entry_current_get();
7619    mapi_func _func = ((const mapi_func *) _tbl)[707];
7620    ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(stage, portion, variable, input, mapping, componentUsage);
7621 }
7622
7623 GLAPI void APIENTRY GLAPI_PREFIX(CombinerOutputNV)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)
7624 {
7625    const struct mapi_table *_tbl = entry_current_get();
7626    mapi_func _func = ((const mapi_func *) _tbl)[708];
7627    ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)) _func)(stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum);
7628 }
7629
7630 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param)
7631 {
7632    const struct mapi_table *_tbl = entry_current_get();
7633    mapi_func _func = ((const mapi_func *) _tbl)[709];
7634    ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7635 }
7636
7637 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params)
7638 {
7639    const struct mapi_table *_tbl = entry_current_get();
7640    mapi_func _func = ((const mapi_func *) _tbl)[710];
7641    ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7642 }
7643
7644 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param)
7645 {
7646    const struct mapi_table *_tbl = entry_current_get();
7647    mapi_func _func = ((const mapi_func *) _tbl)[711];
7648    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
7649 }
7650
7651 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params)
7652 {
7653    const struct mapi_table *_tbl = entry_current_get();
7654    mapi_func _func = ((const mapi_func *) _tbl)[712];
7655    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
7656 }
7657
7658 GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
7659 {
7660    const struct mapi_table *_tbl = entry_current_get();
7661    mapi_func _func = ((const mapi_func *) _tbl)[713];
7662    ((void (APIENTRY *)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(variable, input, mapping, componentUsage);
7663 }
7664
7665 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)
7666 {
7667    const struct mapi_table *_tbl = entry_current_get();
7668    mapi_func _func = ((const mapi_func *) _tbl)[714];
7669    ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)) _func)(stage, portion, variable, pname, params);
7670 }
7671
7672 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)
7673 {
7674    const struct mapi_table *_tbl = entry_current_get();
7675    mapi_func _func = ((const mapi_func *) _tbl)[715];
7676    ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)) _func)(stage, portion, variable, pname, params);
7677 }
7678
7679 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)
7680 {
7681    const struct mapi_table *_tbl = entry_current_get();
7682    mapi_func _func = ((const mapi_func *) _tbl)[716];
7683    ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)) _func)(stage, portion, pname, params);
7684 }
7685
7686 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params)
7687 {
7688    const struct mapi_table *_tbl = entry_current_get();
7689    mapi_func _func = ((const mapi_func *) _tbl)[717];
7690    ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLint *params)) _func)(stage, portion, pname, params);
7691 }
7692
7693 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params)
7694 {
7695    const struct mapi_table *_tbl = entry_current_get();
7696    mapi_func _func = ((const mapi_func *) _tbl)[718];
7697    ((void (APIENTRY *)(GLenum variable, GLenum pname, GLfloat *params)) _func)(variable, pname, params);
7698 }
7699
7700 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params)
7701 {
7702    const struct mapi_table *_tbl = entry_current_get();
7703    mapi_func _func = ((const mapi_func *) _tbl)[719];
7704    ((void (APIENTRY *)(GLenum variable, GLenum pname, GLint *params)) _func)(variable, pname, params);
7705 }
7706
7707 GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void)
7708 {
7709    const struct mapi_table *_tbl = entry_current_get();
7710    mapi_func _func = ((const mapi_func *) _tbl)[720];
7711    ((void (APIENTRY *)(void)) _func)();
7712 }
7713
7714 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y)
7715 {
7716    const struct mapi_table *_tbl = entry_current_get();
7717    mapi_func _func = ((const mapi_func *) _tbl)[721];
7718    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
7719 }
7720
7721 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y)
7722 {
7723    const struct mapi_table *_tbl = entry_current_get();
7724    mapi_func _func = ((const mapi_func *) _tbl)[721];
7725    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
7726 }
7727
7728 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y)
7729 {
7730    const struct mapi_table *_tbl = entry_current_get();
7731    mapi_func _func = ((const mapi_func *) _tbl)[721];
7732    ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
7733 }
7734
7735 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v)
7736 {
7737    const struct mapi_table *_tbl = entry_current_get();
7738    mapi_func _func = ((const mapi_func *) _tbl)[722];
7739    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7740 }
7741
7742 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v)
7743 {
7744    const struct mapi_table *_tbl = entry_current_get();
7745    mapi_func _func = ((const mapi_func *) _tbl)[722];
7746    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7747 }
7748
7749 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v)
7750 {
7751    const struct mapi_table *_tbl = entry_current_get();
7752    mapi_func _func = ((const mapi_func *) _tbl)[722];
7753    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7754 }
7755
7756 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y)
7757 {
7758    const struct mapi_table *_tbl = entry_current_get();
7759    mapi_func _func = ((const mapi_func *) _tbl)[723];
7760    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
7761 }
7762
7763 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y)
7764 {
7765    const struct mapi_table *_tbl = entry_current_get();
7766    mapi_func _func = ((const mapi_func *) _tbl)[723];
7767    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
7768 }
7769
7770 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y)
7771 {
7772    const struct mapi_table *_tbl = entry_current_get();
7773    mapi_func _func = ((const mapi_func *) _tbl)[723];
7774    ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
7775 }
7776
7777 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v)
7778 {
7779    const struct mapi_table *_tbl = entry_current_get();
7780    mapi_func _func = ((const mapi_func *) _tbl)[724];
7781    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7782 }
7783
7784 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v)
7785 {
7786    const struct mapi_table *_tbl = entry_current_get();
7787    mapi_func _func = ((const mapi_func *) _tbl)[724];
7788    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7789 }
7790
7791 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v)
7792 {
7793    const struct mapi_table *_tbl = entry_current_get();
7794    mapi_func _func = ((const mapi_func *) _tbl)[724];
7795    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7796 }
7797
7798 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y)
7799 {
7800    const struct mapi_table *_tbl = entry_current_get();
7801    mapi_func _func = ((const mapi_func *) _tbl)[725];
7802    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
7803 }
7804
7805 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y)
7806 {
7807    const struct mapi_table *_tbl = entry_current_get();
7808    mapi_func _func = ((const mapi_func *) _tbl)[725];
7809    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
7810 }
7811
7812 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y)
7813 {
7814    const struct mapi_table *_tbl = entry_current_get();
7815    mapi_func _func = ((const mapi_func *) _tbl)[725];
7816    ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
7817 }
7818
7819 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v)
7820 {
7821    const struct mapi_table *_tbl = entry_current_get();
7822    mapi_func _func = ((const mapi_func *) _tbl)[726];
7823    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7824 }
7825
7826 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v)
7827 {
7828    const struct mapi_table *_tbl = entry_current_get();
7829    mapi_func _func = ((const mapi_func *) _tbl)[726];
7830    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7831 }
7832
7833 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v)
7834 {
7835    const struct mapi_table *_tbl = entry_current_get();
7836    mapi_func _func = ((const mapi_func *) _tbl)[726];
7837    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7838 }
7839
7840 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y)
7841 {
7842    const struct mapi_table *_tbl = entry_current_get();
7843    mapi_func _func = ((const mapi_func *) _tbl)[727];
7844    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
7845 }
7846
7847 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y)
7848 {
7849    const struct mapi_table *_tbl = entry_current_get();
7850    mapi_func _func = ((const mapi_func *) _tbl)[727];
7851    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
7852 }
7853
7854 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y)
7855 {
7856    const struct mapi_table *_tbl = entry_current_get();
7857    mapi_func _func = ((const mapi_func *) _tbl)[727];
7858    ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
7859 }
7860
7861 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v)
7862 {
7863    const struct mapi_table *_tbl = entry_current_get();
7864    mapi_func _func = ((const mapi_func *) _tbl)[728];
7865    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7866 }
7867
7868 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v)
7869 {
7870    const struct mapi_table *_tbl = entry_current_get();
7871    mapi_func _func = ((const mapi_func *) _tbl)[728];
7872    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7873 }
7874
7875 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v)
7876 {
7877    const struct mapi_table *_tbl = entry_current_get();
7878    mapi_func _func = ((const mapi_func *) _tbl)[728];
7879    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7880 }
7881
7882 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z)
7883 {
7884    const struct mapi_table *_tbl = entry_current_get();
7885    mapi_func _func = ((const mapi_func *) _tbl)[729];
7886    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
7887 }
7888
7889 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z)
7890 {
7891    const struct mapi_table *_tbl = entry_current_get();
7892    mapi_func _func = ((const mapi_func *) _tbl)[729];
7893    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
7894 }
7895
7896 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z)
7897 {
7898    const struct mapi_table *_tbl = entry_current_get();
7899    mapi_func _func = ((const mapi_func *) _tbl)[729];
7900    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
7901 }
7902
7903 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v)
7904 {
7905    const struct mapi_table *_tbl = entry_current_get();
7906    mapi_func _func = ((const mapi_func *) _tbl)[730];
7907    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7908 }
7909
7910 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v)
7911 {
7912    const struct mapi_table *_tbl = entry_current_get();
7913    mapi_func _func = ((const mapi_func *) _tbl)[730];
7914    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7915 }
7916
7917 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v)
7918 {
7919    const struct mapi_table *_tbl = entry_current_get();
7920    mapi_func _func = ((const mapi_func *) _tbl)[730];
7921    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7922 }
7923
7924 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z)
7925 {
7926    const struct mapi_table *_tbl = entry_current_get();
7927    mapi_func _func = ((const mapi_func *) _tbl)[731];
7928    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
7929 }
7930
7931 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z)
7932 {
7933    const struct mapi_table *_tbl = entry_current_get();
7934    mapi_func _func = ((const mapi_func *) _tbl)[731];
7935    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
7936 }
7937
7938 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z)
7939 {
7940    const struct mapi_table *_tbl = entry_current_get();
7941    mapi_func _func = ((const mapi_func *) _tbl)[731];
7942    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
7943 }
7944
7945 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v)
7946 {
7947    const struct mapi_table *_tbl = entry_current_get();
7948    mapi_func _func = ((const mapi_func *) _tbl)[732];
7949    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7950 }
7951
7952 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v)
7953 {
7954    const struct mapi_table *_tbl = entry_current_get();
7955    mapi_func _func = ((const mapi_func *) _tbl)[732];
7956    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7957 }
7958
7959 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v)
7960 {
7961    const struct mapi_table *_tbl = entry_current_get();
7962    mapi_func _func = ((const mapi_func *) _tbl)[732];
7963    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7964 }
7965
7966 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z)
7967 {
7968    const struct mapi_table *_tbl = entry_current_get();
7969    mapi_func _func = ((const mapi_func *) _tbl)[733];
7970    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
7971 }
7972
7973 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z)
7974 {
7975    const struct mapi_table *_tbl = entry_current_get();
7976    mapi_func _func = ((const mapi_func *) _tbl)[733];
7977    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
7978 }
7979
7980 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z)
7981 {
7982    const struct mapi_table *_tbl = entry_current_get();
7983    mapi_func _func = ((const mapi_func *) _tbl)[733];
7984    ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
7985 }
7986
7987 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v)
7988 {
7989    const struct mapi_table *_tbl = entry_current_get();
7990    mapi_func _func = ((const mapi_func *) _tbl)[734];
7991    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7992 }
7993
7994 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v)
7995 {
7996    const struct mapi_table *_tbl = entry_current_get();
7997    mapi_func _func = ((const mapi_func *) _tbl)[734];
7998    ((void (APIENTRY *)(const GLint *v)) _func)(v);
7999 }
8000
8001 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v)
8002 {
8003    const struct mapi_table *_tbl = entry_current_get();
8004    mapi_func _func = ((const mapi_func *) _tbl)[734];
8005    ((void (APIENTRY *)(const GLint *v)) _func)(v);
8006 }
8007
8008 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z)
8009 {
8010    const struct mapi_table *_tbl = entry_current_get();
8011    mapi_func _func = ((const mapi_func *) _tbl)[735];
8012    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
8013 }
8014
8015 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z)
8016 {
8017    const struct mapi_table *_tbl = entry_current_get();
8018    mapi_func _func = ((const mapi_func *) _tbl)[735];
8019    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
8020 }
8021
8022 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z)
8023 {
8024    const struct mapi_table *_tbl = entry_current_get();
8025    mapi_func _func = ((const mapi_func *) _tbl)[735];
8026    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
8027 }
8028
8029 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v)
8030 {
8031    const struct mapi_table *_tbl = entry_current_get();
8032    mapi_func _func = ((const mapi_func *) _tbl)[736];
8033    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8034 }
8035
8036 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v)
8037 {
8038    const struct mapi_table *_tbl = entry_current_get();
8039    mapi_func _func = ((const mapi_func *) _tbl)[736];
8040    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8041 }
8042
8043 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v)
8044 {
8045    const struct mapi_table *_tbl = entry_current_get();
8046    mapi_func _func = ((const mapi_func *) _tbl)[736];
8047    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8048 }
8049
8050 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8051 {
8052    const struct mapi_table *_tbl = entry_current_get();
8053    mapi_func _func = ((const mapi_func *) _tbl)[737];
8054    ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
8055 }
8056
8057 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v)
8058 {
8059    const struct mapi_table *_tbl = entry_current_get();
8060    mapi_func _func = ((const mapi_func *) _tbl)[738];
8061    ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8062 }
8063
8064 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8065 {
8066    const struct mapi_table *_tbl = entry_current_get();
8067    mapi_func _func = ((const mapi_func *) _tbl)[739];
8068    ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
8069 }
8070
8071 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v)
8072 {
8073    const struct mapi_table *_tbl = entry_current_get();
8074    mapi_func _func = ((const mapi_func *) _tbl)[740];
8075    ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8076 }
8077
8078 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w)
8079 {
8080    const struct mapi_table *_tbl = entry_current_get();
8081    mapi_func _func = ((const mapi_func *) _tbl)[741];
8082    ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
8083 }
8084
8085 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v)
8086 {
8087    const struct mapi_table *_tbl = entry_current_get();
8088    mapi_func _func = ((const mapi_func *) _tbl)[742];
8089    ((void (APIENTRY *)(const GLint *v)) _func)(v);
8090 }
8091
8092 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w)
8093 {
8094    const struct mapi_table *_tbl = entry_current_get();
8095    mapi_func _func = ((const mapi_func *) _tbl)[743];
8096    ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
8097 }
8098
8099 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v)
8100 {
8101    const struct mapi_table *_tbl = entry_current_get();
8102    mapi_func _func = ((const mapi_func *) _tbl)[744];
8103    ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8104 }
8105
8106 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences)
8107 {
8108    const struct mapi_table *_tbl = entry_current_get();
8109    mapi_func _func = ((const mapi_func *) _tbl)[754];
8110    return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *ids, GLboolean *residences)) _func)(n, ids, residences);
8111 }
8112
8113 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program)
8114 {
8115    const struct mapi_table *_tbl = entry_current_get();
8116    mapi_func _func = ((const mapi_func *) _tbl)[755];
8117    ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
8118 }
8119
8120 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program)
8121 {
8122    const struct mapi_table *_tbl = entry_current_get();
8123    mapi_func _func = ((const mapi_func *) _tbl)[755];
8124    ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
8125 }
8126
8127 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs)
8128 {
8129    const struct mapi_table *_tbl = entry_current_get();
8130    mapi_func _func = ((const mapi_func *) _tbl)[756];
8131    ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
8132 }
8133
8134 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs)
8135 {
8136    const struct mapi_table *_tbl = entry_current_get();
8137    mapi_func _func = ((const mapi_func *) _tbl)[756];
8138    ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
8139 }
8140
8141 GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params)
8142 {
8143    const struct mapi_table *_tbl = entry_current_get();
8144    mapi_func _func = ((const mapi_func *) _tbl)[757];
8145    ((void (APIENTRY *)(GLenum target, GLuint id, const GLfloat *params)) _func)(target, id, params);
8146 }
8147
8148 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs)
8149 {
8150    const struct mapi_table *_tbl = entry_current_get();
8151    mapi_func _func = ((const mapi_func *) _tbl)[758];
8152    ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
8153 }
8154
8155 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs)
8156 {
8157    const struct mapi_table *_tbl = entry_current_get();
8158    mapi_func _func = ((const mapi_func *) _tbl)[758];
8159    ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
8160 }
8161
8162 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params)
8163 {
8164    const struct mapi_table *_tbl = entry_current_get();
8165    mapi_func _func = ((const mapi_func *) _tbl)[759];
8166    ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLdouble *params)) _func)(target, index, pname, params);
8167 }
8168
8169 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params)
8170 {
8171    const struct mapi_table *_tbl = entry_current_get();
8172    mapi_func _func = ((const mapi_func *) _tbl)[760];
8173    ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLfloat *params)) _func)(target, index, pname, params);
8174 }
8175
8176 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program)
8177 {
8178    const struct mapi_table *_tbl = entry_current_get();
8179    mapi_func _func = ((const mapi_func *) _tbl)[761];
8180    ((void (APIENTRY *)(GLuint id, GLenum pname, GLubyte *program)) _func)(id, pname, program);
8181 }
8182
8183 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params)
8184 {
8185    const struct mapi_table *_tbl = entry_current_get();
8186    mapi_func _func = ((const mapi_func *) _tbl)[762];
8187    ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
8188 }
8189
8190 GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params)
8191 {
8192    const struct mapi_table *_tbl = entry_current_get();
8193    mapi_func _func = ((const mapi_func *) _tbl)[763];
8194    ((void (APIENTRY *)(GLenum target, GLuint address, GLenum pname, GLint *params)) _func)(target, address, pname, params);
8195 }
8196
8197 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer)
8198 {
8199    const struct mapi_table *_tbl = entry_current_get();
8200    mapi_func _func = ((const mapi_func *) _tbl)[764];
8201    ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
8202 }
8203
8204 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer)
8205 {
8206    const struct mapi_table *_tbl = entry_current_get();
8207    mapi_func _func = ((const mapi_func *) _tbl)[764];
8208    ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
8209 }
8210
8211 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer)
8212 {
8213    const struct mapi_table *_tbl = entry_current_get();
8214    mapi_func _func = ((const mapi_func *) _tbl)[764];
8215    ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
8216 }
8217
8218 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params)
8219 {
8220    const struct mapi_table *_tbl = entry_current_get();
8221    mapi_func _func = ((const mapi_func *) _tbl)[765];
8222    ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
8223 }
8224
8225 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params)
8226 {
8227    const struct mapi_table *_tbl = entry_current_get();
8228    mapi_func _func = ((const mapi_func *) _tbl)[766];
8229    ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
8230 }
8231
8232 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params)
8233 {
8234    const struct mapi_table *_tbl = entry_current_get();
8235    mapi_func _func = ((const mapi_func *) _tbl)[767];
8236    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
8237 }
8238
8239 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program)
8240 {
8241    const struct mapi_table *_tbl = entry_current_get();
8242    mapi_func _func = ((const mapi_func *) _tbl)[768];
8243    return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
8244 }
8245
8246 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program)
8247 {
8248    const struct mapi_table *_tbl = entry_current_get();
8249    mapi_func _func = ((const mapi_func *) _tbl)[768];
8250    return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
8251 }
8252
8253 GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)
8254 {
8255    const struct mapi_table *_tbl = entry_current_get();
8256    mapi_func _func = ((const mapi_func *) _tbl)[769];
8257    ((void (APIENTRY *)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)) _func)(target, id, len, program);
8258 }
8259
8260 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)
8261 {
8262    const struct mapi_table *_tbl = entry_current_get();
8263    mapi_func _func = ((const mapi_func *) _tbl)[770];
8264    ((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)) _func)(target, index, num, params);
8265 }
8266
8267 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)
8268 {
8269    const struct mapi_table *_tbl = entry_current_get();
8270    mapi_func _func = ((const mapi_func *) _tbl)[771];
8271    ((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)) _func)(target, index, num, params);
8272 }
8273
8274 GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids)
8275 {
8276    const struct mapi_table *_tbl = entry_current_get();
8277    mapi_func _func = ((const mapi_func *) _tbl)[772];
8278    ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
8279 }
8280
8281 GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform)
8282 {
8283    const struct mapi_table *_tbl = entry_current_get();
8284    mapi_func _func = ((const mapi_func *) _tbl)[773];
8285    ((void (APIENTRY *)(GLenum target, GLuint address, GLenum matrix, GLenum transform)) _func)(target, address, matrix, transform);
8286 }
8287
8288 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x)
8289 {
8290    const struct mapi_table *_tbl = entry_current_get();
8291    mapi_func _func = ((const mapi_func *) _tbl)[774];
8292    ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
8293 }
8294
8295 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v)
8296 {
8297    const struct mapi_table *_tbl = entry_current_get();
8298    mapi_func _func = ((const mapi_func *) _tbl)[775];
8299    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8300 }
8301
8302 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x)
8303 {
8304    const struct mapi_table *_tbl = entry_current_get();
8305    mapi_func _func = ((const mapi_func *) _tbl)[776];
8306    ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
8307 }
8308
8309 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v)
8310 {
8311    const struct mapi_table *_tbl = entry_current_get();
8312    mapi_func _func = ((const mapi_func *) _tbl)[777];
8313    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8314 }
8315
8316 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x)
8317 {
8318    const struct mapi_table *_tbl = entry_current_get();
8319    mapi_func _func = ((const mapi_func *) _tbl)[778];
8320    ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
8321 }
8322
8323 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v)
8324 {
8325    const struct mapi_table *_tbl = entry_current_get();
8326    mapi_func _func = ((const mapi_func *) _tbl)[779];
8327    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8328 }
8329
8330 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y)
8331 {
8332    const struct mapi_table *_tbl = entry_current_get();
8333    mapi_func _func = ((const mapi_func *) _tbl)[780];
8334    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
8335 }
8336
8337 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v)
8338 {
8339    const struct mapi_table *_tbl = entry_current_get();
8340    mapi_func _func = ((const mapi_func *) _tbl)[781];
8341    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8342 }
8343
8344 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y)
8345 {
8346    const struct mapi_table *_tbl = entry_current_get();
8347    mapi_func _func = ((const mapi_func *) _tbl)[782];
8348    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
8349 }
8350
8351 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v)
8352 {
8353    const struct mapi_table *_tbl = entry_current_get();
8354    mapi_func _func = ((const mapi_func *) _tbl)[783];
8355    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8356 }
8357
8358 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y)
8359 {
8360    const struct mapi_table *_tbl = entry_current_get();
8361    mapi_func _func = ((const mapi_func *) _tbl)[784];
8362    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
8363 }
8364
8365 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v)
8366 {
8367    const struct mapi_table *_tbl = entry_current_get();
8368    mapi_func _func = ((const mapi_func *) _tbl)[785];
8369    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8370 }
8371
8372 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
8373 {
8374    const struct mapi_table *_tbl = entry_current_get();
8375    mapi_func _func = ((const mapi_func *) _tbl)[786];
8376    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
8377 }
8378
8379 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v)
8380 {
8381    const struct mapi_table *_tbl = entry_current_get();
8382    mapi_func _func = ((const mapi_func *) _tbl)[787];
8383    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8384 }
8385
8386 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
8387 {
8388    const struct mapi_table *_tbl = entry_current_get();
8389    mapi_func _func = ((const mapi_func *) _tbl)[788];
8390    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
8391 }
8392
8393 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v)
8394 {
8395    const struct mapi_table *_tbl = entry_current_get();
8396    mapi_func _func = ((const mapi_func *) _tbl)[789];
8397    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8398 }
8399
8400 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z)
8401 {
8402    const struct mapi_table *_tbl = entry_current_get();
8403    mapi_func _func = ((const mapi_func *) _tbl)[790];
8404    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
8405 }
8406
8407 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v)
8408 {
8409    const struct mapi_table *_tbl = entry_current_get();
8410    mapi_func _func = ((const mapi_func *) _tbl)[791];
8411    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8412 }
8413
8414 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8415 {
8416    const struct mapi_table *_tbl = entry_current_get();
8417    mapi_func _func = ((const mapi_func *) _tbl)[792];
8418    ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
8419 }
8420
8421 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v)
8422 {
8423    const struct mapi_table *_tbl = entry_current_get();
8424    mapi_func _func = ((const mapi_func *) _tbl)[793];
8425    ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8426 }
8427
8428 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8429 {
8430    const struct mapi_table *_tbl = entry_current_get();
8431    mapi_func _func = ((const mapi_func *) _tbl)[794];
8432    ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
8433 }
8434
8435 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v)
8436 {
8437    const struct mapi_table *_tbl = entry_current_get();
8438    mapi_func _func = ((const mapi_func *) _tbl)[795];
8439    ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8440 }
8441
8442 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
8443 {
8444    const struct mapi_table *_tbl = entry_current_get();
8445    mapi_func _func = ((const mapi_func *) _tbl)[796];
8446    ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
8447 }
8448
8449 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v)
8450 {
8451    const struct mapi_table *_tbl = entry_current_get();
8452    mapi_func _func = ((const mapi_func *) _tbl)[797];
8453    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8454 }
8455
8456 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
8457 {
8458    const struct mapi_table *_tbl = entry_current_get();
8459    mapi_func _func = ((const mapi_func *) _tbl)[798];
8460    ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
8461 }
8462
8463 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v)
8464 {
8465    const struct mapi_table *_tbl = entry_current_get();
8466    mapi_func _func = ((const mapi_func *) _tbl)[799];
8467    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
8468 }
8469
8470 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
8471 {
8472    const struct mapi_table *_tbl = entry_current_get();
8473    mapi_func _func = ((const mapi_func *) _tbl)[800];
8474    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
8475 }
8476
8477 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8478 {
8479    const struct mapi_table *_tbl = entry_current_get();
8480    mapi_func _func = ((const mapi_func *) _tbl)[801];
8481    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8482 }
8483
8484 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8485 {
8486    const struct mapi_table *_tbl = entry_current_get();
8487    mapi_func _func = ((const mapi_func *) _tbl)[802];
8488    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8489 }
8490
8491 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v)
8492 {
8493    const struct mapi_table *_tbl = entry_current_get();
8494    mapi_func _func = ((const mapi_func *) _tbl)[803];
8495    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8496 }
8497
8498 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8499 {
8500    const struct mapi_table *_tbl = entry_current_get();
8501    mapi_func _func = ((const mapi_func *) _tbl)[804];
8502    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8503 }
8504
8505 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8506 {
8507    const struct mapi_table *_tbl = entry_current_get();
8508    mapi_func _func = ((const mapi_func *) _tbl)[805];
8509    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8510 }
8511
8512 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v)
8513 {
8514    const struct mapi_table *_tbl = entry_current_get();
8515    mapi_func _func = ((const mapi_func *) _tbl)[806];
8516    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8517 }
8518
8519 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8520 {
8521    const struct mapi_table *_tbl = entry_current_get();
8522    mapi_func _func = ((const mapi_func *) _tbl)[807];
8523    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8524 }
8525
8526 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8527 {
8528    const struct mapi_table *_tbl = entry_current_get();
8529    mapi_func _func = ((const mapi_func *) _tbl)[808];
8530    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8531 }
8532
8533 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v)
8534 {
8535    const struct mapi_table *_tbl = entry_current_get();
8536    mapi_func _func = ((const mapi_func *) _tbl)[809];
8537    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8538 }
8539
8540 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8541 {
8542    const struct mapi_table *_tbl = entry_current_get();
8543    mapi_func _func = ((const mapi_func *) _tbl)[810];
8544    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8545 }
8546
8547 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8548 {
8549    const struct mapi_table *_tbl = entry_current_get();
8550    mapi_func _func = ((const mapi_func *) _tbl)[811];
8551    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8552 }
8553
8554 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v)
8555 {
8556    const struct mapi_table *_tbl = entry_current_get();
8557    mapi_func _func = ((const mapi_func *) _tbl)[812];
8558    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8559 }
8560
8561 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v)
8562 {
8563    const struct mapi_table *_tbl = entry_current_get();
8564    mapi_func _func = ((const mapi_func *) _tbl)[813];
8565    ((void (APIENTRY *)(GLuint index, GLsizei n, const GLubyte *v)) _func)(index, n, v);
8566 }
8567
8568 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param)
8569 {
8570    const struct mapi_table *_tbl = entry_current_get();
8571    mapi_func _func = ((const mapi_func *) _tbl)[814];
8572    ((void (APIENTRY *)(GLenum pname, GLfloat *param)) _func)(pname, param);
8573 }
8574
8575 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param)
8576 {
8577    const struct mapi_table *_tbl = entry_current_get();
8578    mapi_func _func = ((const mapi_func *) _tbl)[815];
8579    ((void (APIENTRY *)(GLenum pname, GLint *param)) _func)(pname, param);
8580 }
8581
8582 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param)
8583 {
8584    const struct mapi_table *_tbl = entry_current_get();
8585    mapi_func _func = ((const mapi_func *) _tbl)[816];
8586    ((void (APIENTRY *)(GLenum pname, const GLfloat *param)) _func)(pname, param);
8587 }
8588
8589 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param)
8590 {
8591    const struct mapi_table *_tbl = entry_current_get();
8592    mapi_func _func = ((const mapi_func *) _tbl)[817];
8593    ((void (APIENTRY *)(GLenum pname, const GLint *param)) _func)(pname, param);
8594 }
8595
8596 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
8597 {
8598    const struct mapi_table *_tbl = entry_current_get();
8599    mapi_func _func = ((const mapi_func *) _tbl)[818];
8600    ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod);
8601 }
8602
8603 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
8604 {
8605    const struct mapi_table *_tbl = entry_current_get();
8606    mapi_func _func = ((const mapi_func *) _tbl)[819];
8607    ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod);
8608 }
8609
8610 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
8611 {
8612    const struct mapi_table *_tbl = entry_current_get();
8613    mapi_func _func = ((const mapi_func *) _tbl)[820];
8614    ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
8615 }
8616
8617 GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void)
8618 {
8619    const struct mapi_table *_tbl = entry_current_get();
8620    mapi_func _func = ((const mapi_func *) _tbl)[821];
8621    ((void (APIENTRY *)(void)) _func)();
8622 }
8623
8624 GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id)
8625 {
8626    const struct mapi_table *_tbl = entry_current_get();
8627    mapi_func _func = ((const mapi_func *) _tbl)[822];
8628    ((void (APIENTRY *)(GLuint id)) _func)(id);
8629 }
8630
8631 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
8632 {
8633    const struct mapi_table *_tbl = entry_current_get();
8634    mapi_func _func = ((const mapi_func *) _tbl)[823];
8635    ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod);
8636 }
8637
8638 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
8639 {
8640    const struct mapi_table *_tbl = entry_current_get();
8641    mapi_func _func = ((const mapi_func *) _tbl)[824];
8642    ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod);
8643 }
8644
8645 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
8646 {
8647    const struct mapi_table *_tbl = entry_current_get();
8648    mapi_func _func = ((const mapi_func *) _tbl)[825];
8649    ((void (APIENTRY *)(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)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
8650 }
8651
8652 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id)
8653 {
8654    const struct mapi_table *_tbl = entry_current_get();
8655    mapi_func _func = ((const mapi_func *) _tbl)[826];
8656    ((void (APIENTRY *)(GLuint id)) _func)(id);
8657 }
8658
8659 GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void)
8660 {
8661    const struct mapi_table *_tbl = entry_current_get();
8662    mapi_func _func = ((const mapi_func *) _tbl)[827];
8663    ((void (APIENTRY *)(void)) _func)();
8664 }
8665
8666 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range)
8667 {
8668    const struct mapi_table *_tbl = entry_current_get();
8669    mapi_func _func = ((const mapi_func *) _tbl)[828];
8670    return ((GLuint (APIENTRY *)(GLuint range)) _func)(range);
8671 }
8672
8673 GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle)
8674 {
8675    const struct mapi_table *_tbl = entry_current_get();
8676    mapi_func _func = ((const mapi_func *) _tbl)[829];
8677    ((void (APIENTRY *)(GLuint dst, GLuint coord, GLenum swizzle)) _func)(dst, coord, swizzle);
8678 }
8679
8680 GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle)
8681 {
8682    const struct mapi_table *_tbl = entry_current_get();
8683    mapi_func _func = ((const mapi_func *) _tbl)[830];
8684    ((void (APIENTRY *)(GLuint dst, GLuint interp, GLenum swizzle)) _func)(dst, interp, swizzle);
8685 }
8686
8687 GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value)
8688 {
8689    const struct mapi_table *_tbl = entry_current_get();
8690    mapi_func _func = ((const mapi_func *) _tbl)[831];
8691    ((void (APIENTRY *)(GLuint dst, const GLfloat *value)) _func)(dst, value);
8692 }
8693
8694 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param)
8695 {
8696    const struct mapi_table *_tbl = entry_current_get();
8697    mapi_func _func = ((const mapi_func *) _tbl)[832];
8698    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
8699 }
8700
8701 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param)
8702 {
8703    const struct mapi_table *_tbl = entry_current_get();
8704    mapi_func _func = ((const mapi_func *) _tbl)[832];
8705    ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
8706 }
8707
8708 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params)
8709 {
8710    const struct mapi_table *_tbl = entry_current_get();
8711    mapi_func _func = ((const mapi_func *) _tbl)[833];
8712    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
8713 }
8714
8715 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params)
8716 {
8717    const struct mapi_table *_tbl = entry_current_get();
8718    mapi_func _func = ((const mapi_func *) _tbl)[833];
8719    ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
8720 }
8721
8722 GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays)
8723 {
8724    const struct mapi_table *_tbl = entry_current_get();
8725    mapi_func _func = ((const mapi_func *) _tbl)[836];
8726    ((void (APIENTRY *)(GLsizei n, const GLuint *arrays)) _func)(n, arrays);
8727 }
8728
8729 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array)
8730 {
8731    const struct mapi_table *_tbl = entry_current_get();
8732    mapi_func _func = ((const mapi_func *) _tbl)[838];
8733    return ((GLboolean (APIENTRY *)(GLuint array)) _func)(array);
8734 }
8735
8736 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)
8737 {
8738    const struct mapi_table *_tbl = entry_current_get();
8739    mapi_func _func = ((const mapi_func *) _tbl)[839];
8740    ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)) _func)(id, len, name, params);
8741 }
8742
8743 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)
8744 {
8745    const struct mapi_table *_tbl = entry_current_get();
8746    mapi_func _func = ((const mapi_func *) _tbl)[840];
8747    ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)) _func)(id, len, name, params);
8748 }
8749
8750 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8751 {
8752    const struct mapi_table *_tbl = entry_current_get();
8753    mapi_func _func = ((const mapi_func *) _tbl)[841];
8754    ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(id, len, name, x, y, z, w);
8755 }
8756
8757 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)
8758 {
8759    const struct mapi_table *_tbl = entry_current_get();
8760    mapi_func _func = ((const mapi_func *) _tbl)[842];
8761    ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)) _func)(id, len, name, v);
8762 }
8763
8764 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8765 {
8766    const struct mapi_table *_tbl = entry_current_get();
8767    mapi_func _func = ((const mapi_func *) _tbl)[843];
8768    ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(id, len, name, x, y, z, w);
8769 }
8770
8771 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)
8772 {
8773    const struct mapi_table *_tbl = entry_current_get();
8774    mapi_func _func = ((const mapi_func *) _tbl)[844];
8775    ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)) _func)(id, len, name, v);
8776 }
8777
8778 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index)
8779 {
8780    const struct mapi_table *_tbl = entry_current_get();
8781    mapi_func _func = ((const mapi_func *) _tbl)[845];
8782    ((void (APIENTRY *)(GLuint index)) _func)(index);
8783 }
8784
8785 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index)
8786 {
8787    const struct mapi_table *_tbl = entry_current_get();
8788    mapi_func _func = ((const mapi_func *) _tbl)[845];
8789    ((void (APIENTRY *)(GLuint index)) _func)(index);
8790 }
8791
8792 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void)
8793 {
8794    const struct mapi_table *_tbl = entry_current_get();
8795    mapi_func _func = ((const mapi_func *) _tbl)[846];
8796    ((void (APIENTRY *)(void)) _func)();
8797 }
8798
8799 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
8800 {
8801    const struct mapi_table *_tbl = entry_current_get();
8802    mapi_func _func = ((const mapi_func *) _tbl)[894];
8803    ((void (APIENTRY *)(GLenum modeRGB, GLenum modeA)) _func)(modeRGB, modeA);
8804 }
8805
8806 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer)
8807 {
8808    const struct mapi_table *_tbl = entry_current_get();
8809    mapi_func _func = ((const mapi_func *) _tbl)[895];
8810    ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
8811 }
8812
8813 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer)
8814 {
8815    const struct mapi_table *_tbl = entry_current_get();
8816    mapi_func _func = ((const mapi_func *) _tbl)[895];
8817    ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
8818 }
8819
8820 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer)
8821 {
8822    const struct mapi_table *_tbl = entry_current_get();
8823    mapi_func _func = ((const mapi_func *) _tbl)[896];
8824    ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
8825 }
8826
8827 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer)
8828 {
8829    const struct mapi_table *_tbl = entry_current_get();
8830    mapi_func _func = ((const mapi_func *) _tbl)[896];
8831    ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
8832 }
8833
8834 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target)
8835 {
8836    const struct mapi_table *_tbl = entry_current_get();
8837    mapi_func _func = ((const mapi_func *) _tbl)[897];
8838    return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
8839 }
8840
8841 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target)
8842 {
8843    const struct mapi_table *_tbl = entry_current_get();
8844    mapi_func _func = ((const mapi_func *) _tbl)[897];
8845    return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
8846 }
8847
8848 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers)
8849 {
8850    const struct mapi_table *_tbl = entry_current_get();
8851    mapi_func _func = ((const mapi_func *) _tbl)[898];
8852    ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
8853 }
8854
8855 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers)
8856 {
8857    const struct mapi_table *_tbl = entry_current_get();
8858    mapi_func _func = ((const mapi_func *) _tbl)[898];
8859    ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
8860 }
8861
8862 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers)
8863 {
8864    const struct mapi_table *_tbl = entry_current_get();
8865    mapi_func _func = ((const mapi_func *) _tbl)[899];
8866    ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
8867 }
8868
8869 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers)
8870 {
8871    const struct mapi_table *_tbl = entry_current_get();
8872    mapi_func _func = ((const mapi_func *) _tbl)[899];
8873    ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
8874 }
8875
8876 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
8877 {
8878    const struct mapi_table *_tbl = entry_current_get();
8879    mapi_func _func = ((const mapi_func *) _tbl)[900];
8880    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
8881 }
8882
8883 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
8884 {
8885    const struct mapi_table *_tbl = entry_current_get();
8886    mapi_func _func = ((const mapi_func *) _tbl)[900];
8887    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
8888 }
8889
8890 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8891 {
8892    const struct mapi_table *_tbl = entry_current_get();
8893    mapi_func _func = ((const mapi_func *) _tbl)[901];
8894    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8895 }
8896
8897 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8898 {
8899    const struct mapi_table *_tbl = entry_current_get();
8900    mapi_func _func = ((const mapi_func *) _tbl)[901];
8901    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8902 }
8903
8904 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8905 {
8906    const struct mapi_table *_tbl = entry_current_get();
8907    mapi_func _func = ((const mapi_func *) _tbl)[902];
8908    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8909 }
8910
8911 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8912 {
8913    const struct mapi_table *_tbl = entry_current_get();
8914    mapi_func _func = ((const mapi_func *) _tbl)[902];
8915    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8916 }
8917
8918 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
8919 {
8920    const struct mapi_table *_tbl = entry_current_get();
8921    mapi_func _func = ((const mapi_func *) _tbl)[903];
8922    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
8923 }
8924
8925 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
8926 {
8927    const struct mapi_table *_tbl = entry_current_get();
8928    mapi_func _func = ((const mapi_func *) _tbl)[903];
8929    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
8930 }
8931
8932 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers)
8933 {
8934    const struct mapi_table *_tbl = entry_current_get();
8935    mapi_func _func = ((const mapi_func *) _tbl)[904];
8936    ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
8937 }
8938
8939 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers)
8940 {
8941    const struct mapi_table *_tbl = entry_current_get();
8942    mapi_func _func = ((const mapi_func *) _tbl)[904];
8943    ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
8944 }
8945
8946 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers)
8947 {
8948    const struct mapi_table *_tbl = entry_current_get();
8949    mapi_func _func = ((const mapi_func *) _tbl)[905];
8950    ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
8951 }
8952
8953 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers)
8954 {
8955    const struct mapi_table *_tbl = entry_current_get();
8956    mapi_func _func = ((const mapi_func *) _tbl)[905];
8957    ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
8958 }
8959
8960 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target)
8961 {
8962    const struct mapi_table *_tbl = entry_current_get();
8963    mapi_func _func = ((const mapi_func *) _tbl)[906];
8964    ((void (APIENTRY *)(GLenum target)) _func)(target);
8965 }
8966
8967 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target)
8968 {
8969    const struct mapi_table *_tbl = entry_current_get();
8970    mapi_func _func = ((const mapi_func *) _tbl)[906];
8971    ((void (APIENTRY *)(GLenum target)) _func)(target);
8972 }
8973
8974 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
8975 {
8976    const struct mapi_table *_tbl = entry_current_get();
8977    mapi_func _func = ((const mapi_func *) _tbl)[907];
8978    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
8979 }
8980
8981 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
8982 {
8983    const struct mapi_table *_tbl = entry_current_get();
8984    mapi_func _func = ((const mapi_func *) _tbl)[907];
8985    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
8986 }
8987
8988 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params)
8989 {
8990    const struct mapi_table *_tbl = entry_current_get();
8991    mapi_func _func = ((const mapi_func *) _tbl)[908];
8992    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
8993 }
8994
8995 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params)
8996 {
8997    const struct mapi_table *_tbl = entry_current_get();
8998    mapi_func _func = ((const mapi_func *) _tbl)[908];
8999    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9000 }
9001
9002 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer)
9003 {
9004    const struct mapi_table *_tbl = entry_current_get();
9005    mapi_func _func = ((const mapi_func *) _tbl)[909];
9006    return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
9007 }
9008
9009 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer)
9010 {
9011    const struct mapi_table *_tbl = entry_current_get();
9012    mapi_func _func = ((const mapi_func *) _tbl)[909];
9013    return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
9014 }
9015
9016 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer)
9017 {
9018    const struct mapi_table *_tbl = entry_current_get();
9019    mapi_func _func = ((const mapi_func *) _tbl)[910];
9020    return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
9021 }
9022
9023 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer)
9024 {
9025    const struct mapi_table *_tbl = entry_current_get();
9026    mapi_func _func = ((const mapi_func *) _tbl)[910];
9027    return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
9028 }
9029
9030 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
9031 {
9032    const struct mapi_table *_tbl = entry_current_get();
9033    mapi_func _func = ((const mapi_func *) _tbl)[911];
9034    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
9035 }
9036
9037 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
9038 {
9039    const struct mapi_table *_tbl = entry_current_get();
9040    mapi_func _func = ((const mapi_func *) _tbl)[911];
9041    ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
9042 }
9043
9044 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)
9045 {
9046    const struct mapi_table *_tbl = entry_current_get();
9047    mapi_func _func = ((const mapi_func *) _tbl)[912];
9048    ((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);
9049 }
9050
9051 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name)
9052 {
9053    const struct mapi_table *_tbl = entry_current_get();
9054    mapi_func _func = ((const mapi_func *) _tbl)[915];
9055    ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
9056 }
9057
9058 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name)
9059 {
9060    const struct mapi_table *_tbl = entry_current_get();
9061    mapi_func _func = ((const mapi_func *) _tbl)[915];
9062    ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
9063 }
9064
9065 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name)
9066 {
9067    const struct mapi_table *_tbl = entry_current_get();
9068    mapi_func _func = ((const mapi_func *) _tbl)[916];
9069    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
9070 }
9071
9072 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name)
9073 {
9074    const struct mapi_table *_tbl = entry_current_get();
9075    mapi_func _func = ((const mapi_func *) _tbl)[916];
9076    return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
9077 }
9078
9079 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params)
9080 {
9081    const struct mapi_table *_tbl = entry_current_get();
9082    mapi_func _func = ((const mapi_func *) _tbl)[917];
9083    ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
9084 }
9085
9086 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params)
9087 {
9088    const struct mapi_table *_tbl = entry_current_get();
9089    mapi_func _func = ((const mapi_func *) _tbl)[917];
9090    ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
9091 }
9092
9093 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params)
9094 {
9095    const struct mapi_table *_tbl = entry_current_get();
9096    mapi_func _func = ((const mapi_func *) _tbl)[918];
9097    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
9098 }
9099
9100 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params)
9101 {
9102    const struct mapi_table *_tbl = entry_current_get();
9103    mapi_func _func = ((const mapi_func *) _tbl)[918];
9104    ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
9105 }
9106
9107 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params)
9108 {
9109    const struct mapi_table *_tbl = entry_current_get();
9110    mapi_func _func = ((const mapi_func *) _tbl)[919];
9111    ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
9112 }
9113
9114 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params)
9115 {
9116    const struct mapi_table *_tbl = entry_current_get();
9117    mapi_func _func = ((const mapi_func *) _tbl)[919];
9118    ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
9119 }
9120
9121 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x)
9122 {
9123    const struct mapi_table *_tbl = entry_current_get();
9124    mapi_func _func = ((const mapi_func *) _tbl)[920];
9125    ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
9126 }
9127
9128 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x)
9129 {
9130    const struct mapi_table *_tbl = entry_current_get();
9131    mapi_func _func = ((const mapi_func *) _tbl)[920];
9132    ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
9133 }
9134
9135 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value)
9136 {
9137    const struct mapi_table *_tbl = entry_current_get();
9138    mapi_func _func = ((const mapi_func *) _tbl)[921];
9139    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9140 }
9141
9142 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value)
9143 {
9144    const struct mapi_table *_tbl = entry_current_get();
9145    mapi_func _func = ((const mapi_func *) _tbl)[921];
9146    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9147 }
9148
9149 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y)
9150 {
9151    const struct mapi_table *_tbl = entry_current_get();
9152    mapi_func _func = ((const mapi_func *) _tbl)[922];
9153    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
9154 }
9155
9156 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y)
9157 {
9158    const struct mapi_table *_tbl = entry_current_get();
9159    mapi_func _func = ((const mapi_func *) _tbl)[922];
9160    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
9161 }
9162
9163 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value)
9164 {
9165    const struct mapi_table *_tbl = entry_current_get();
9166    mapi_func _func = ((const mapi_func *) _tbl)[923];
9167    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9168 }
9169
9170 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value)
9171 {
9172    const struct mapi_table *_tbl = entry_current_get();
9173    mapi_func _func = ((const mapi_func *) _tbl)[923];
9174    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9175 }
9176
9177 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z)
9178 {
9179    const struct mapi_table *_tbl = entry_current_get();
9180    mapi_func _func = ((const mapi_func *) _tbl)[924];
9181    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
9182 }
9183
9184 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z)
9185 {
9186    const struct mapi_table *_tbl = entry_current_get();
9187    mapi_func _func = ((const mapi_func *) _tbl)[924];
9188    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
9189 }
9190
9191 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value)
9192 {
9193    const struct mapi_table *_tbl = entry_current_get();
9194    mapi_func _func = ((const mapi_func *) _tbl)[925];
9195    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9196 }
9197
9198 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value)
9199 {
9200    const struct mapi_table *_tbl = entry_current_get();
9201    mapi_func _func = ((const mapi_func *) _tbl)[925];
9202    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9203 }
9204
9205 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
9206 {
9207    const struct mapi_table *_tbl = entry_current_get();
9208    mapi_func _func = ((const mapi_func *) _tbl)[926];
9209    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
9210 }
9211
9212 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
9213 {
9214    const struct mapi_table *_tbl = entry_current_get();
9215    mapi_func _func = ((const mapi_func *) _tbl)[926];
9216    ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
9217 }
9218
9219 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value)
9220 {
9221    const struct mapi_table *_tbl = entry_current_get();
9222    mapi_func _func = ((const mapi_func *) _tbl)[927];
9223    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9224 }
9225
9226 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value)
9227 {
9228    const struct mapi_table *_tbl = entry_current_get();
9229    mapi_func _func = ((const mapi_func *) _tbl)[927];
9230    ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9231 }
9232
9233 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x)
9234 {
9235    const struct mapi_table *_tbl = entry_current_get();
9236    mapi_func _func = ((const mapi_func *) _tbl)[928];
9237    ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
9238 }
9239
9240 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x)
9241 {
9242    const struct mapi_table *_tbl = entry_current_get();
9243    mapi_func _func = ((const mapi_func *) _tbl)[928];
9244    ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
9245 }
9246
9247 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v)
9248 {
9249    const struct mapi_table *_tbl = entry_current_get();
9250    mapi_func _func = ((const mapi_func *) _tbl)[929];
9251    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9252 }
9253
9254 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v)
9255 {
9256    const struct mapi_table *_tbl = entry_current_get();
9257    mapi_func _func = ((const mapi_func *) _tbl)[929];
9258    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9259 }
9260
9261 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x)
9262 {
9263    const struct mapi_table *_tbl = entry_current_get();
9264    mapi_func _func = ((const mapi_func *) _tbl)[930];
9265    ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
9266 }
9267
9268 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x)
9269 {
9270    const struct mapi_table *_tbl = entry_current_get();
9271    mapi_func _func = ((const mapi_func *) _tbl)[930];
9272    ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
9273 }
9274
9275 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v)
9276 {
9277    const struct mapi_table *_tbl = entry_current_get();
9278    mapi_func _func = ((const mapi_func *) _tbl)[931];
9279    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9280 }
9281
9282 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v)
9283 {
9284    const struct mapi_table *_tbl = entry_current_get();
9285    mapi_func _func = ((const mapi_func *) _tbl)[931];
9286    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9287 }
9288
9289 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y)
9290 {
9291    const struct mapi_table *_tbl = entry_current_get();
9292    mapi_func _func = ((const mapi_func *) _tbl)[932];
9293    ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
9294 }
9295
9296 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y)
9297 {
9298    const struct mapi_table *_tbl = entry_current_get();
9299    mapi_func _func = ((const mapi_func *) _tbl)[932];
9300    ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
9301 }
9302
9303 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v)
9304 {
9305    const struct mapi_table *_tbl = entry_current_get();
9306    mapi_func _func = ((const mapi_func *) _tbl)[933];
9307    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9308 }
9309
9310 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v)
9311 {
9312    const struct mapi_table *_tbl = entry_current_get();
9313    mapi_func _func = ((const mapi_func *) _tbl)[933];
9314    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9315 }
9316
9317 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y)
9318 {
9319    const struct mapi_table *_tbl = entry_current_get();
9320    mapi_func _func = ((const mapi_func *) _tbl)[934];
9321    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
9322 }
9323
9324 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y)
9325 {
9326    const struct mapi_table *_tbl = entry_current_get();
9327    mapi_func _func = ((const mapi_func *) _tbl)[934];
9328    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
9329 }
9330
9331 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v)
9332 {
9333    const struct mapi_table *_tbl = entry_current_get();
9334    mapi_func _func = ((const mapi_func *) _tbl)[935];
9335    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9336 }
9337
9338 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v)
9339 {
9340    const struct mapi_table *_tbl = entry_current_get();
9341    mapi_func _func = ((const mapi_func *) _tbl)[935];
9342    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9343 }
9344
9345 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z)
9346 {
9347    const struct mapi_table *_tbl = entry_current_get();
9348    mapi_func _func = ((const mapi_func *) _tbl)[936];
9349    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
9350 }
9351
9352 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z)
9353 {
9354    const struct mapi_table *_tbl = entry_current_get();
9355    mapi_func _func = ((const mapi_func *) _tbl)[936];
9356    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
9357 }
9358
9359 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v)
9360 {
9361    const struct mapi_table *_tbl = entry_current_get();
9362    mapi_func _func = ((const mapi_func *) _tbl)[937];
9363    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9364 }
9365
9366 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v)
9367 {
9368    const struct mapi_table *_tbl = entry_current_get();
9369    mapi_func _func = ((const mapi_func *) _tbl)[937];
9370    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9371 }
9372
9373 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z)
9374 {
9375    const struct mapi_table *_tbl = entry_current_get();
9376    mapi_func _func = ((const mapi_func *) _tbl)[938];
9377    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
9378 }
9379
9380 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z)
9381 {
9382    const struct mapi_table *_tbl = entry_current_get();
9383    mapi_func _func = ((const mapi_func *) _tbl)[938];
9384    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
9385 }
9386
9387 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v)
9388 {
9389    const struct mapi_table *_tbl = entry_current_get();
9390    mapi_func _func = ((const mapi_func *) _tbl)[939];
9391    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9392 }
9393
9394 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v)
9395 {
9396    const struct mapi_table *_tbl = entry_current_get();
9397    mapi_func _func = ((const mapi_func *) _tbl)[939];
9398    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9399 }
9400
9401 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v)
9402 {
9403    const struct mapi_table *_tbl = entry_current_get();
9404    mapi_func _func = ((const mapi_func *) _tbl)[940];
9405    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
9406 }
9407
9408 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v)
9409 {
9410    const struct mapi_table *_tbl = entry_current_get();
9411    mapi_func _func = ((const mapi_func *) _tbl)[940];
9412    ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
9413 }
9414
9415 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w)
9416 {
9417    const struct mapi_table *_tbl = entry_current_get();
9418    mapi_func _func = ((const mapi_func *) _tbl)[941];
9419    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
9420 }
9421
9422 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w)
9423 {
9424    const struct mapi_table *_tbl = entry_current_get();
9425    mapi_func _func = ((const mapi_func *) _tbl)[941];
9426    ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
9427 }
9428
9429 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v)
9430 {
9431    const struct mapi_table *_tbl = entry_current_get();
9432    mapi_func _func = ((const mapi_func *) _tbl)[942];
9433    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9434 }
9435
9436 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v)
9437 {
9438    const struct mapi_table *_tbl = entry_current_get();
9439    mapi_func _func = ((const mapi_func *) _tbl)[942];
9440    ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9441 }
9442
9443 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v)
9444 {
9445    const struct mapi_table *_tbl = entry_current_get();
9446    mapi_func _func = ((const mapi_func *) _tbl)[943];
9447    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
9448 }
9449
9450 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v)
9451 {
9452    const struct mapi_table *_tbl = entry_current_get();
9453    mapi_func _func = ((const mapi_func *) _tbl)[943];
9454    ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
9455 }
9456
9457 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v)
9458 {
9459    const struct mapi_table *_tbl = entry_current_get();
9460    mapi_func _func = ((const mapi_func *) _tbl)[944];
9461    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
9462 }
9463
9464 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v)
9465 {
9466    const struct mapi_table *_tbl = entry_current_get();
9467    mapi_func _func = ((const mapi_func *) _tbl)[944];
9468    ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
9469 }
9470
9471 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
9472 {
9473    const struct mapi_table *_tbl = entry_current_get();
9474    mapi_func _func = ((const mapi_func *) _tbl)[945];
9475    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
9476 }
9477
9478 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
9479 {
9480    const struct mapi_table *_tbl = entry_current_get();
9481    mapi_func _func = ((const mapi_func *) _tbl)[945];
9482    ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
9483 }
9484
9485 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v)
9486 {
9487    const struct mapi_table *_tbl = entry_current_get();
9488    mapi_func _func = ((const mapi_func *) _tbl)[946];
9489    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9490 }
9491
9492 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v)
9493 {
9494    const struct mapi_table *_tbl = entry_current_get();
9495    mapi_func _func = ((const mapi_func *) _tbl)[946];
9496    ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9497 }
9498
9499 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v)
9500 {
9501    const struct mapi_table *_tbl = entry_current_get();
9502    mapi_func _func = ((const mapi_func *) _tbl)[947];
9503    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
9504 }
9505
9506 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v)
9507 {
9508    const struct mapi_table *_tbl = entry_current_get();
9509    mapi_func _func = ((const mapi_func *) _tbl)[947];
9510    ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
9511 }
9512
9513 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
9514 {
9515    const struct mapi_table *_tbl = entry_current_get();
9516    mapi_func _func = ((const mapi_func *) _tbl)[948];
9517    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
9518 }
9519
9520 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
9521 {
9522    const struct mapi_table *_tbl = entry_current_get();
9523    mapi_func _func = ((const mapi_func *) _tbl)[948];
9524    ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
9525 }
9526
9527 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9528 {
9529    const struct mapi_table *_tbl = entry_current_get();
9530    mapi_func _func = ((const mapi_func *) _tbl)[949];
9531    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9532 }
9533
9534 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9535 {
9536    const struct mapi_table *_tbl = entry_current_get();
9537    mapi_func _func = ((const mapi_func *) _tbl)[949];
9538    ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9539 }
9540
9541 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
9542 {
9543    const struct mapi_table *_tbl = entry_current_get();
9544    mapi_func _func = ((const mapi_func *) _tbl)[950];
9545    ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
9546 }
9547
9548 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
9549 {
9550    const struct mapi_table *_tbl = entry_current_get();
9551    mapi_func _func = ((const mapi_func *) _tbl)[950];
9552    ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
9553 }
9554
9555 GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index)
9556 {
9557    const struct mapi_table *_tbl = entry_current_get();
9558    mapi_func _func = ((const mapi_func *) _tbl)[951];
9559    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9560 }
9561
9562 GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index)
9563 {
9564    const struct mapi_table *_tbl = entry_current_get();
9565    mapi_func _func = ((const mapi_func *) _tbl)[951];
9566    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9567 }
9568
9569 GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index)
9570 {
9571    const struct mapi_table *_tbl = entry_current_get();
9572    mapi_func _func = ((const mapi_func *) _tbl)[952];
9573    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9574 }
9575
9576 GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index)
9577 {
9578    const struct mapi_table *_tbl = entry_current_get();
9579    mapi_func _func = ((const mapi_func *) _tbl)[952];
9580    ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9581 }
9582
9583 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data)
9584 {
9585    const struct mapi_table *_tbl = entry_current_get();
9586    mapi_func _func = ((const mapi_func *) _tbl)[953];
9587    ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
9588 }
9589
9590 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data)
9591 {
9592    const struct mapi_table *_tbl = entry_current_get();
9593    mapi_func _func = ((const mapi_func *) _tbl)[953];
9594    ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
9595 }
9596
9597 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data)
9598 {
9599    const struct mapi_table *_tbl = entry_current_get();
9600    mapi_func _func = ((const mapi_func *) _tbl)[954];
9601    ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
9602 }
9603
9604 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data)
9605 {
9606    const struct mapi_table *_tbl = entry_current_get();
9607    mapi_func _func = ((const mapi_func *) _tbl)[954];
9608    ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
9609 }
9610
9611 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index)
9612 {
9613    const struct mapi_table *_tbl = entry_current_get();
9614    mapi_func _func = ((const mapi_func *) _tbl)[955];
9615    return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9616 }
9617
9618 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index)
9619 {
9620    const struct mapi_table *_tbl = entry_current_get();
9621    mapi_func _func = ((const mapi_func *) _tbl)[955];
9622    return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9623 }
9624
9625 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a)
9626 {
9627    const struct mapi_table *_tbl = entry_current_get();
9628    mapi_func _func = ((const mapi_func *) _tbl)[956];
9629    ((void (APIENTRY *)(GLint r, GLint g, GLint b, GLint a)) _func)(r, g, b, a);
9630 }
9631
9632 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a)
9633 {
9634    const struct mapi_table *_tbl = entry_current_get();
9635    mapi_func _func = ((const mapi_func *) _tbl)[957];
9636    ((void (APIENTRY *)(GLuint r, GLuint g, GLuint b, GLuint a)) _func)(r, g, b, a);
9637 }
9638
9639 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params)
9640 {
9641    const struct mapi_table *_tbl = entry_current_get();
9642    mapi_func _func = ((const mapi_func *) _tbl)[958];
9643    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9644 }
9645
9646 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params)
9647 {
9648    const struct mapi_table *_tbl = entry_current_get();
9649    mapi_func _func = ((const mapi_func *) _tbl)[958];
9650    ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9651 }
9652
9653 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params)
9654 {
9655    const struct mapi_table *_tbl = entry_current_get();
9656    mapi_func _func = ((const mapi_func *) _tbl)[959];
9657    ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
9658 }
9659
9660 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params)
9661 {
9662    const struct mapi_table *_tbl = entry_current_get();
9663    mapi_func _func = ((const mapi_func *) _tbl)[959];
9664    ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
9665 }
9666
9667 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params)
9668 {
9669    const struct mapi_table *_tbl = entry_current_get();
9670    mapi_func _func = ((const mapi_func *) _tbl)[960];
9671    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
9672 }
9673
9674 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params)
9675 {
9676    const struct mapi_table *_tbl = entry_current_get();
9677    mapi_func _func = ((const mapi_func *) _tbl)[960];
9678    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
9679 }
9680
9681 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params)
9682 {
9683    const struct mapi_table *_tbl = entry_current_get();
9684    mapi_func _func = ((const mapi_func *) _tbl)[961];
9685    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
9686 }
9687
9688 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params)
9689 {
9690    const struct mapi_table *_tbl = entry_current_get();
9691    mapi_func _func = ((const mapi_func *) _tbl)[961];
9692    ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
9693 }
9694
9695 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode)
9696 {
9697    const struct mapi_table *_tbl = entry_current_get();
9698    mapi_func _func = ((const mapi_func *) _tbl)[962];
9699    ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
9700 }
9701
9702 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode)
9703 {
9704    const struct mapi_table *_tbl = entry_current_get();
9705    mapi_func _func = ((const mapi_func *) _tbl)[962];
9706    ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
9707 }
9708
9709 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void)
9710 {
9711    const struct mapi_table *_tbl = entry_current_get();
9712    mapi_func _func = ((const mapi_func *) _tbl)[963];
9713    ((void (APIENTRY *)(void)) _func)();
9714 }
9715
9716 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void)
9717 {
9718    const struct mapi_table *_tbl = entry_current_get();
9719    mapi_func _func = ((const mapi_func *) _tbl)[963];
9720    ((void (APIENTRY *)(void)) _func)();
9721 }
9722
9723 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode)
9724 {
9725    const struct mapi_table *_tbl = entry_current_get();
9726    mapi_func _func = ((const mapi_func *) _tbl)[964];
9727    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9728 }
9729
9730 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode)
9731 {
9732    const struct mapi_table *_tbl = entry_current_get();
9733    mapi_func _func = ((const mapi_func *) _tbl)[964];
9734    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9735 }
9736
9737 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer)
9738 {
9739    const struct mapi_table *_tbl = entry_current_get();
9740    mapi_func _func = ((const mapi_func *) _tbl)[965];
9741    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
9742 }
9743
9744 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer)
9745 {
9746    const struct mapi_table *_tbl = entry_current_get();
9747    mapi_func _func = ((const mapi_func *) _tbl)[965];
9748    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
9749 }
9750
9751 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
9752 {
9753    const struct mapi_table *_tbl = entry_current_get();
9754    mapi_func _func = ((const mapi_func *) _tbl)[966];
9755    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)) _func)(target, index, buffer, offset);
9756 }
9757
9758 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
9759 {
9760    const struct mapi_table *_tbl = entry_current_get();
9761    mapi_func _func = ((const mapi_func *) _tbl)[967];
9762    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
9763 }
9764
9765 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
9766 {
9767    const struct mapi_table *_tbl = entry_current_get();
9768    mapi_func _func = ((const mapi_func *) _tbl)[967];
9769    ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
9770 }
9771
9772 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void)
9773 {
9774    const struct mapi_table *_tbl = entry_current_get();
9775    mapi_func _func = ((const mapi_func *) _tbl)[968];
9776    ((void (APIENTRY *)(void)) _func)();
9777 }
9778
9779 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void)
9780 {
9781    const struct mapi_table *_tbl = entry_current_get();
9782    mapi_func _func = ((const mapi_func *) _tbl)[968];
9783    ((void (APIENTRY *)(void)) _func)();
9784 }
9785
9786 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
9787 {
9788    const struct mapi_table *_tbl = entry_current_get();
9789    mapi_func _func = ((const mapi_func *) _tbl)[969];
9790    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
9791 }
9792
9793 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
9794 {
9795    const struct mapi_table *_tbl = entry_current_get();
9796    mapi_func _func = ((const mapi_func *) _tbl)[969];
9797    ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
9798 }
9799
9800 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)
9801 {
9802    const struct mapi_table *_tbl = entry_current_get();
9803    mapi_func _func = ((const mapi_func *) _tbl)[970];
9804    ((void (APIENTRY *)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
9805 }
9806
9807 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)
9808 {
9809    const struct mapi_table *_tbl = entry_current_get();
9810    mapi_func _func = ((const mapi_func *) _tbl)[970];
9811    ((void (APIENTRY *)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
9812 }
9813
9814 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode)
9815 {
9816    const struct mapi_table *_tbl = entry_current_get();
9817    mapi_func _func = ((const mapi_func *) _tbl)[971];
9818    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9819 }
9820
9821 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode)
9822 {
9823    const struct mapi_table *_tbl = entry_current_get();
9824    mapi_func _func = ((const mapi_func *) _tbl)[971];
9825    ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9826 }
9827
9828 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value)
9829 {
9830    const struct mapi_table *_tbl = entry_current_get();
9831    mapi_func _func = ((const mapi_func *) _tbl)[974];
9832    ((void (APIENTRY *)(GLenum objectType, GLuint name, GLenum pname, GLint *value)) _func)(objectType, name, pname, value);
9833 }
9834
9835 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
9836 {
9837    const struct mapi_table *_tbl = entry_current_get();
9838    mapi_func _func = ((const mapi_func *) _tbl)[975];
9839    return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
9840 }
9841
9842 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
9843 {
9844    const struct mapi_table *_tbl = entry_current_get();
9845    mapi_func _func = ((const mapi_func *) _tbl)[976];
9846    return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
9847 }
9848
9849 GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program)
9850 {
9851    const struct mapi_table *_tbl = entry_current_get();
9852    mapi_func _func = ((const mapi_func *) _tbl)[977];
9853    ((void (APIENTRY *)(GLuint program)) _func)(program);
9854 }
9855
9856 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string)
9857 {
9858    const struct mapi_table *_tbl = entry_current_get();
9859    mapi_func _func = ((const mapi_func *) _tbl)[978];
9860    return ((GLuint (APIENTRY *)(GLenum type, const GLchar *string)) _func)(type, string);
9861 }
9862
9863 GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program)
9864 {
9865    const struct mapi_table *_tbl = entry_current_get();
9866    mapi_func _func = ((const mapi_func *) _tbl)[979];
9867    ((void (APIENTRY *)(GLenum type, GLuint program)) _func)(type, program);
9868 }
9869
9870 GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void)
9871 {
9872    const struct mapi_table *_tbl = entry_current_get();
9873    mapi_func _func = ((const mapi_func *) _tbl)[980];
9874    ((void (APIENTRY *)(void)) _func)();
9875 }
9876
9877 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset)
9878 {
9879    const struct mapi_table *_tbl = entry_current_get();
9880    mapi_func _func = ((const mapi_func *) _tbl)[986];
9881    ((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
9882 }
9883
9884 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset)
9885 {
9886    const struct mapi_table *_tbl = entry_current_get();
9887    mapi_func _func = ((const mapi_func *) _tbl)[987];
9888    ((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
9889 }
9890
9891 /* does not need public_entries */
9892 #undef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
9893 #endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
9894
9895 #ifdef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
9896 __asm__(
9897 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NewList))"\n"
9898 "\t"STUB_ASM_CODE("0")"\n"
9899
9900 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndList))"\n"
9901 "\t"STUB_ASM_CODE("1")"\n"
9902
9903 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallList))"\n"
9904 "\t"STUB_ASM_CODE("2")"\n"
9905
9906 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallLists))"\n"
9907 "\t"STUB_ASM_CODE("3")"\n"
9908
9909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteLists))"\n"
9910 "\t"STUB_ASM_CODE("4")"\n"
9911
9912 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenLists))"\n"
9913 "\t"STUB_ASM_CODE("5")"\n"
9914
9915 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase))"\n"
9916 "\t"STUB_ASM_CODE("6")"\n"
9917
9918 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Begin))"\n"
9919 "\t"STUB_ASM_CODE("7")"\n"
9920
9921 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Bitmap))"\n"
9922 "\t"STUB_ASM_CODE("8")"\n"
9923
9924 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3b))"\n"
9925 "\t"STUB_ASM_CODE("9")"\n"
9926
9927 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3bv))"\n"
9928 "\t"STUB_ASM_CODE("10")"\n"
9929
9930 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3d))"\n"
9931 "\t"STUB_ASM_CODE("11")"\n"
9932
9933 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3dv))"\n"
9934 "\t"STUB_ASM_CODE("12")"\n"
9935
9936 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3f))"\n"
9937 "\t"STUB_ASM_CODE("13")"\n"
9938
9939 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3fv))"\n"
9940 "\t"STUB_ASM_CODE("14")"\n"
9941
9942 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3i))"\n"
9943 "\t"STUB_ASM_CODE("15")"\n"
9944
9945 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3iv))"\n"
9946 "\t"STUB_ASM_CODE("16")"\n"
9947
9948 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3s))"\n"
9949 "\t"STUB_ASM_CODE("17")"\n"
9950
9951 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3sv))"\n"
9952 "\t"STUB_ASM_CODE("18")"\n"
9953
9954 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ub))"\n"
9955 "\t"STUB_ASM_CODE("19")"\n"
9956
9957 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ubv))"\n"
9958 "\t"STUB_ASM_CODE("20")"\n"
9959
9960 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ui))"\n"
9961 "\t"STUB_ASM_CODE("21")"\n"
9962
9963 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3uiv))"\n"
9964 "\t"STUB_ASM_CODE("22")"\n"
9965
9966 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3us))"\n"
9967 "\t"STUB_ASM_CODE("23")"\n"
9968
9969 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3usv))"\n"
9970 "\t"STUB_ASM_CODE("24")"\n"
9971
9972 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4b))"\n"
9973 "\t"STUB_ASM_CODE("25")"\n"
9974
9975 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4bv))"\n"
9976 "\t"STUB_ASM_CODE("26")"\n"
9977
9978 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4d))"\n"
9979 "\t"STUB_ASM_CODE("27")"\n"
9980
9981 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4dv))"\n"
9982 "\t"STUB_ASM_CODE("28")"\n"
9983
9984 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4f))"\n"
9985 "\t"STUB_ASM_CODE("29")"\n"
9986
9987 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4fv))"\n"
9988 "\t"STUB_ASM_CODE("30")"\n"
9989
9990 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4i))"\n"
9991 "\t"STUB_ASM_CODE("31")"\n"
9992
9993 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4iv))"\n"
9994 "\t"STUB_ASM_CODE("32")"\n"
9995
9996 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4s))"\n"
9997 "\t"STUB_ASM_CODE("33")"\n"
9998
9999 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4sv))"\n"
10000 "\t"STUB_ASM_CODE("34")"\n"
10001
10002 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ub))"\n"
10003 "\t"STUB_ASM_CODE("35")"\n"
10004
10005 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ubv))"\n"
10006 "\t"STUB_ASM_CODE("36")"\n"
10007
10008 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ui))"\n"
10009 "\t"STUB_ASM_CODE("37")"\n"
10010
10011 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4uiv))"\n"
10012 "\t"STUB_ASM_CODE("38")"\n"
10013
10014 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4us))"\n"
10015 "\t"STUB_ASM_CODE("39")"\n"
10016
10017 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4usv))"\n"
10018 "\t"STUB_ASM_CODE("40")"\n"
10019
10020 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlag))"\n"
10021 "\t"STUB_ASM_CODE("41")"\n"
10022
10023 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagv))"\n"
10024 "\t"STUB_ASM_CODE("42")"\n"
10025
10026 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(End))"\n"
10027 "\t"STUB_ASM_CODE("43")"\n"
10028
10029 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexd))"\n"
10030 "\t"STUB_ASM_CODE("44")"\n"
10031
10032 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexdv))"\n"
10033 "\t"STUB_ASM_CODE("45")"\n"
10034
10035 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexf))"\n"
10036 "\t"STUB_ASM_CODE("46")"\n"
10037
10038 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexfv))"\n"
10039 "\t"STUB_ASM_CODE("47")"\n"
10040
10041 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexi))"\n"
10042 "\t"STUB_ASM_CODE("48")"\n"
10043
10044 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexiv))"\n"
10045 "\t"STUB_ASM_CODE("49")"\n"
10046
10047 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexs))"\n"
10048 "\t"STUB_ASM_CODE("50")"\n"
10049
10050 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexsv))"\n"
10051 "\t"STUB_ASM_CODE("51")"\n"
10052
10053 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3b))"\n"
10054 "\t"STUB_ASM_CODE("52")"\n"
10055
10056 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3bv))"\n"
10057 "\t"STUB_ASM_CODE("53")"\n"
10058
10059 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3d))"\n"
10060 "\t"STUB_ASM_CODE("54")"\n"
10061
10062 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3dv))"\n"
10063 "\t"STUB_ASM_CODE("55")"\n"
10064
10065 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3f))"\n"
10066 "\t"STUB_ASM_CODE("56")"\n"
10067
10068 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3fv))"\n"
10069 "\t"STUB_ASM_CODE("57")"\n"
10070
10071 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3i))"\n"
10072 "\t"STUB_ASM_CODE("58")"\n"
10073
10074 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3iv))"\n"
10075 "\t"STUB_ASM_CODE("59")"\n"
10076
10077 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3s))"\n"
10078 "\t"STUB_ASM_CODE("60")"\n"
10079
10080 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3sv))"\n"
10081 "\t"STUB_ASM_CODE("61")"\n"
10082
10083 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2d))"\n"
10084 "\t"STUB_ASM_CODE("62")"\n"
10085
10086 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2dv))"\n"
10087 "\t"STUB_ASM_CODE("63")"\n"
10088
10089 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2f))"\n"
10090 "\t"STUB_ASM_CODE("64")"\n"
10091
10092 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2fv))"\n"
10093 "\t"STUB_ASM_CODE("65")"\n"
10094
10095 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2i))"\n"
10096 "\t"STUB_ASM_CODE("66")"\n"
10097
10098 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2iv))"\n"
10099 "\t"STUB_ASM_CODE("67")"\n"
10100
10101 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2s))"\n"
10102 "\t"STUB_ASM_CODE("68")"\n"
10103
10104 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2sv))"\n"
10105 "\t"STUB_ASM_CODE("69")"\n"
10106
10107 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3d))"\n"
10108 "\t"STUB_ASM_CODE("70")"\n"
10109
10110 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3dv))"\n"
10111 "\t"STUB_ASM_CODE("71")"\n"
10112
10113 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3f))"\n"
10114 "\t"STUB_ASM_CODE("72")"\n"
10115
10116 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3fv))"\n"
10117 "\t"STUB_ASM_CODE("73")"\n"
10118
10119 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3i))"\n"
10120 "\t"STUB_ASM_CODE("74")"\n"
10121
10122 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3iv))"\n"
10123 "\t"STUB_ASM_CODE("75")"\n"
10124
10125 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3s))"\n"
10126 "\t"STUB_ASM_CODE("76")"\n"
10127
10128 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3sv))"\n"
10129 "\t"STUB_ASM_CODE("77")"\n"
10130
10131 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4d))"\n"
10132 "\t"STUB_ASM_CODE("78")"\n"
10133
10134 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4dv))"\n"
10135 "\t"STUB_ASM_CODE("79")"\n"
10136
10137 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4f))"\n"
10138 "\t"STUB_ASM_CODE("80")"\n"
10139
10140 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4fv))"\n"
10141 "\t"STUB_ASM_CODE("81")"\n"
10142
10143 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4i))"\n"
10144 "\t"STUB_ASM_CODE("82")"\n"
10145
10146 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4iv))"\n"
10147 "\t"STUB_ASM_CODE("83")"\n"
10148
10149 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4s))"\n"
10150 "\t"STUB_ASM_CODE("84")"\n"
10151
10152 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4sv))"\n"
10153 "\t"STUB_ASM_CODE("85")"\n"
10154
10155 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectd))"\n"
10156 "\t"STUB_ASM_CODE("86")"\n"
10157
10158 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectdv))"\n"
10159 "\t"STUB_ASM_CODE("87")"\n"
10160
10161 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectf))"\n"
10162 "\t"STUB_ASM_CODE("88")"\n"
10163
10164 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectfv))"\n"
10165 "\t"STUB_ASM_CODE("89")"\n"
10166
10167 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Recti))"\n"
10168 "\t"STUB_ASM_CODE("90")"\n"
10169
10170 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectiv))"\n"
10171 "\t"STUB_ASM_CODE("91")"\n"
10172
10173 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rects))"\n"
10174 "\t"STUB_ASM_CODE("92")"\n"
10175
10176 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectsv))"\n"
10177 "\t"STUB_ASM_CODE("93")"\n"
10178
10179 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1d))"\n"
10180 "\t"STUB_ASM_CODE("94")"\n"
10181
10182 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1dv))"\n"
10183 "\t"STUB_ASM_CODE("95")"\n"
10184
10185 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1f))"\n"
10186 "\t"STUB_ASM_CODE("96")"\n"
10187
10188 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1fv))"\n"
10189 "\t"STUB_ASM_CODE("97")"\n"
10190
10191 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1i))"\n"
10192 "\t"STUB_ASM_CODE("98")"\n"
10193
10194 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1iv))"\n"
10195 "\t"STUB_ASM_CODE("99")"\n"
10196
10197 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1s))"\n"
10198 "\t"STUB_ASM_CODE("100")"\n"
10199
10200 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1sv))"\n"
10201 "\t"STUB_ASM_CODE("101")"\n"
10202
10203 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2d))"\n"
10204 "\t"STUB_ASM_CODE("102")"\n"
10205
10206 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2dv))"\n"
10207 "\t"STUB_ASM_CODE("103")"\n"
10208
10209 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2f))"\n"
10210 "\t"STUB_ASM_CODE("104")"\n"
10211
10212 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2fv))"\n"
10213 "\t"STUB_ASM_CODE("105")"\n"
10214
10215 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2i))"\n"
10216 "\t"STUB_ASM_CODE("106")"\n"
10217
10218 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2iv))"\n"
10219 "\t"STUB_ASM_CODE("107")"\n"
10220
10221 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2s))"\n"
10222 "\t"STUB_ASM_CODE("108")"\n"
10223
10224 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2sv))"\n"
10225 "\t"STUB_ASM_CODE("109")"\n"
10226
10227 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3d))"\n"
10228 "\t"STUB_ASM_CODE("110")"\n"
10229
10230 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3dv))"\n"
10231 "\t"STUB_ASM_CODE("111")"\n"
10232
10233 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3f))"\n"
10234 "\t"STUB_ASM_CODE("112")"\n"
10235
10236 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3fv))"\n"
10237 "\t"STUB_ASM_CODE("113")"\n"
10238
10239 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3i))"\n"
10240 "\t"STUB_ASM_CODE("114")"\n"
10241
10242 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3iv))"\n"
10243 "\t"STUB_ASM_CODE("115")"\n"
10244
10245 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3s))"\n"
10246 "\t"STUB_ASM_CODE("116")"\n"
10247
10248 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3sv))"\n"
10249 "\t"STUB_ASM_CODE("117")"\n"
10250
10251 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4d))"\n"
10252 "\t"STUB_ASM_CODE("118")"\n"
10253
10254 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4dv))"\n"
10255 "\t"STUB_ASM_CODE("119")"\n"
10256
10257 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4f))"\n"
10258 "\t"STUB_ASM_CODE("120")"\n"
10259
10260 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4fv))"\n"
10261 "\t"STUB_ASM_CODE("121")"\n"
10262
10263 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4i))"\n"
10264 "\t"STUB_ASM_CODE("122")"\n"
10265
10266 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4iv))"\n"
10267 "\t"STUB_ASM_CODE("123")"\n"
10268
10269 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4s))"\n"
10270 "\t"STUB_ASM_CODE("124")"\n"
10271
10272 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4sv))"\n"
10273 "\t"STUB_ASM_CODE("125")"\n"
10274
10275 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2d))"\n"
10276 "\t"STUB_ASM_CODE("126")"\n"
10277
10278 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2dv))"\n"
10279 "\t"STUB_ASM_CODE("127")"\n"
10280
10281 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2f))"\n"
10282 "\t"STUB_ASM_CODE("128")"\n"
10283
10284 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2fv))"\n"
10285 "\t"STUB_ASM_CODE("129")"\n"
10286
10287 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2i))"\n"
10288 "\t"STUB_ASM_CODE("130")"\n"
10289
10290 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2iv))"\n"
10291 "\t"STUB_ASM_CODE("131")"\n"
10292
10293 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2s))"\n"
10294 "\t"STUB_ASM_CODE("132")"\n"
10295
10296 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2sv))"\n"
10297 "\t"STUB_ASM_CODE("133")"\n"
10298
10299 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3d))"\n"
10300 "\t"STUB_ASM_CODE("134")"\n"
10301
10302 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3dv))"\n"
10303 "\t"STUB_ASM_CODE("135")"\n"
10304
10305 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3f))"\n"
10306 "\t"STUB_ASM_CODE("136")"\n"
10307
10308 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3fv))"\n"
10309 "\t"STUB_ASM_CODE("137")"\n"
10310
10311 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3i))"\n"
10312 "\t"STUB_ASM_CODE("138")"\n"
10313
10314 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3iv))"\n"
10315 "\t"STUB_ASM_CODE("139")"\n"
10316
10317 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3s))"\n"
10318 "\t"STUB_ASM_CODE("140")"\n"
10319
10320 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3sv))"\n"
10321 "\t"STUB_ASM_CODE("141")"\n"
10322
10323 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4d))"\n"
10324 "\t"STUB_ASM_CODE("142")"\n"
10325
10326 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4dv))"\n"
10327 "\t"STUB_ASM_CODE("143")"\n"
10328
10329 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4f))"\n"
10330 "\t"STUB_ASM_CODE("144")"\n"
10331
10332 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4fv))"\n"
10333 "\t"STUB_ASM_CODE("145")"\n"
10334
10335 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4i))"\n"
10336 "\t"STUB_ASM_CODE("146")"\n"
10337
10338 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4iv))"\n"
10339 "\t"STUB_ASM_CODE("147")"\n"
10340
10341 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4s))"\n"
10342 "\t"STUB_ASM_CODE("148")"\n"
10343
10344 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4sv))"\n"
10345 "\t"STUB_ASM_CODE("149")"\n"
10346
10347 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlane))"\n"
10348 "\t"STUB_ASM_CODE("150")"\n"
10349
10350 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaterial))"\n"
10351 "\t"STUB_ASM_CODE("151")"\n"
10352
10353 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CullFace))"\n"
10354 "\t"STUB_ASM_CODE("152")"\n"
10355
10356 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogf))"\n"
10357 "\t"STUB_ASM_CODE("153")"\n"
10358
10359 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogfv))"\n"
10360 "\t"STUB_ASM_CODE("154")"\n"
10361
10362 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogi))"\n"
10363 "\t"STUB_ASM_CODE("155")"\n"
10364
10365 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogiv))"\n"
10366 "\t"STUB_ASM_CODE("156")"\n"
10367
10368 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrontFace))"\n"
10369 "\t"STUB_ASM_CODE("157")"\n"
10370
10371 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Hint))"\n"
10372 "\t"STUB_ASM_CODE("158")"\n"
10373
10374 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightf))"\n"
10375 "\t"STUB_ASM_CODE("159")"\n"
10376
10377 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightfv))"\n"
10378 "\t"STUB_ASM_CODE("160")"\n"
10379
10380 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lighti))"\n"
10381 "\t"STUB_ASM_CODE("161")"\n"
10382
10383 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightiv))"\n"
10384 "\t"STUB_ASM_CODE("162")"\n"
10385
10386 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelf))"\n"
10387 "\t"STUB_ASM_CODE("163")"\n"
10388
10389 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelfv))"\n"
10390 "\t"STUB_ASM_CODE("164")"\n"
10391
10392 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeli))"\n"
10393 "\t"STUB_ASM_CODE("165")"\n"
10394
10395 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeliv))"\n"
10396 "\t"STUB_ASM_CODE("166")"\n"
10397
10398 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineStipple))"\n"
10399 "\t"STUB_ASM_CODE("167")"\n"
10400
10401 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidth))"\n"
10402 "\t"STUB_ASM_CODE("168")"\n"
10403
10404 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialf))"\n"
10405 "\t"STUB_ASM_CODE("169")"\n"
10406
10407 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialfv))"\n"
10408 "\t"STUB_ASM_CODE("170")"\n"
10409
10410 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materiali))"\n"
10411 "\t"STUB_ASM_CODE("171")"\n"
10412
10413 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialiv))"\n"
10414 "\t"STUB_ASM_CODE("172")"\n"
10415
10416 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize))"\n"
10417 "\t"STUB_ASM_CODE("173")"\n"
10418
10419 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonMode))"\n"
10420 "\t"STUB_ASM_CODE("174")"\n"
10421
10422 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonStipple))"\n"
10423 "\t"STUB_ASM_CODE("175")"\n"
10424
10425 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scissor))"\n"
10426 "\t"STUB_ASM_CODE("176")"\n"
10427
10428 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShadeModel))"\n"
10429 "\t"STUB_ASM_CODE("177")"\n"
10430
10431 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterf))"\n"
10432 "\t"STUB_ASM_CODE("178")"\n"
10433
10434 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterfv))"\n"
10435 "\t"STUB_ASM_CODE("179")"\n"
10436
10437 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteri))"\n"
10438 "\t"STUB_ASM_CODE("180")"\n"
10439
10440 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteriv))"\n"
10441 "\t"STUB_ASM_CODE("181")"\n"
10442
10443 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage1D))"\n"
10444 "\t"STUB_ASM_CODE("182")"\n"
10445
10446 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2D))"\n"
10447 "\t"STUB_ASM_CODE("183")"\n"
10448
10449 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvf))"\n"
10450 "\t"STUB_ASM_CODE("184")"\n"
10451
10452 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvfv))"\n"
10453 "\t"STUB_ASM_CODE("185")"\n"
10454
10455 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvi))"\n"
10456 "\t"STUB_ASM_CODE("186")"\n"
10457
10458 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnviv))"\n"
10459 "\t"STUB_ASM_CODE("187")"\n"
10460
10461 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGend))"\n"
10462 "\t"STUB_ASM_CODE("188")"\n"
10463
10464 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGendv))"\n"
10465 "\t"STUB_ASM_CODE("189")"\n"
10466
10467 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenf))"\n"
10468 "\t"STUB_ASM_CODE("190")"\n"
10469
10470 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenfv))"\n"
10471 "\t"STUB_ASM_CODE("191")"\n"
10472
10473 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeni))"\n"
10474 "\t"STUB_ASM_CODE("192")"\n"
10475
10476 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeniv))"\n"
10477 "\t"STUB_ASM_CODE("193")"\n"
10478
10479 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FeedbackBuffer))"\n"
10480 "\t"STUB_ASM_CODE("194")"\n"
10481
10482 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SelectBuffer))"\n"
10483 "\t"STUB_ASM_CODE("195")"\n"
10484
10485 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderMode))"\n"
10486 "\t"STUB_ASM_CODE("196")"\n"
10487
10488 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InitNames))"\n"
10489 "\t"STUB_ASM_CODE("197")"\n"
10490
10491 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadName))"\n"
10492 "\t"STUB_ASM_CODE("198")"\n"
10493
10494 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassThrough))"\n"
10495 "\t"STUB_ASM_CODE("199")"\n"
10496
10497 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopName))"\n"
10498 "\t"STUB_ASM_CODE("200")"\n"
10499
10500 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushName))"\n"
10501 "\t"STUB_ASM_CODE("201")"\n"
10502
10503 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffer))"\n"
10504 "\t"STUB_ASM_CODE("202")"\n"
10505
10506 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Clear))"\n"
10507 "\t"STUB_ASM_CODE("203")"\n"
10508
10509 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearAccum))"\n"
10510 "\t"STUB_ASM_CODE("204")"\n"
10511
10512 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearIndex))"\n"
10513 "\t"STUB_ASM_CODE("205")"\n"
10514
10515 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColor))"\n"
10516 "\t"STUB_ASM_CODE("206")"\n"
10517
10518 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearStencil))"\n"
10519 "\t"STUB_ASM_CODE("207")"\n"
10520
10521 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepth))"\n"
10522 "\t"STUB_ASM_CODE("208")"\n"
10523
10524 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMask))"\n"
10525 "\t"STUB_ASM_CODE("209")"\n"
10526
10527 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMask))"\n"
10528 "\t"STUB_ASM_CODE("210")"\n"
10529
10530 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthMask))"\n"
10531 "\t"STUB_ASM_CODE("211")"\n"
10532
10533 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexMask))"\n"
10534 "\t"STUB_ASM_CODE("212")"\n"
10535
10536 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Accum))"\n"
10537 "\t"STUB_ASM_CODE("213")"\n"
10538
10539 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Disable))"\n"
10540 "\t"STUB_ASM_CODE("214")"\n"
10541
10542 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Enable))"\n"
10543 "\t"STUB_ASM_CODE("215")"\n"
10544
10545 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Finish))"\n"
10546 "\t"STUB_ASM_CODE("216")"\n"
10547
10548 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Flush))"\n"
10549 "\t"STUB_ASM_CODE("217")"\n"
10550
10551 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopAttrib))"\n"
10552 "\t"STUB_ASM_CODE("218")"\n"
10553
10554 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushAttrib))"\n"
10555 "\t"STUB_ASM_CODE("219")"\n"
10556
10557 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1d))"\n"
10558 "\t"STUB_ASM_CODE("220")"\n"
10559
10560 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1f))"\n"
10561 "\t"STUB_ASM_CODE("221")"\n"
10562
10563 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2d))"\n"
10564 "\t"STUB_ASM_CODE("222")"\n"
10565
10566 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2f))"\n"
10567 "\t"STUB_ASM_CODE("223")"\n"
10568
10569 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1d))"\n"
10570 "\t"STUB_ASM_CODE("224")"\n"
10571
10572 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1f))"\n"
10573 "\t"STUB_ASM_CODE("225")"\n"
10574
10575 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2d))"\n"
10576 "\t"STUB_ASM_CODE("226")"\n"
10577
10578 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2f))"\n"
10579 "\t"STUB_ASM_CODE("227")"\n"
10580
10581 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1d))"\n"
10582 "\t"STUB_ASM_CODE("228")"\n"
10583
10584 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1dv))"\n"
10585 "\t"STUB_ASM_CODE("229")"\n"
10586
10587 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1f))"\n"
10588 "\t"STUB_ASM_CODE("230")"\n"
10589
10590 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1fv))"\n"
10591 "\t"STUB_ASM_CODE("231")"\n"
10592
10593 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2d))"\n"
10594 "\t"STUB_ASM_CODE("232")"\n"
10595
10596 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2dv))"\n"
10597 "\t"STUB_ASM_CODE("233")"\n"
10598
10599 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2f))"\n"
10600 "\t"STUB_ASM_CODE("234")"\n"
10601
10602 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2fv))"\n"
10603 "\t"STUB_ASM_CODE("235")"\n"
10604
10605 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh1))"\n"
10606 "\t"STUB_ASM_CODE("236")"\n"
10607
10608 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint1))"\n"
10609 "\t"STUB_ASM_CODE("237")"\n"
10610
10611 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh2))"\n"
10612 "\t"STUB_ASM_CODE("238")"\n"
10613
10614 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint2))"\n"
10615 "\t"STUB_ASM_CODE("239")"\n"
10616
10617 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFunc))"\n"
10618 "\t"STUB_ASM_CODE("240")"\n"
10619
10620 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunc))"\n"
10621 "\t"STUB_ASM_CODE("241")"\n"
10622
10623 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LogicOp))"\n"
10624 "\t"STUB_ASM_CODE("242")"\n"
10625
10626 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFunc))"\n"
10627 "\t"STUB_ASM_CODE("243")"\n"
10628
10629 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOp))"\n"
10630 "\t"STUB_ASM_CODE("244")"\n"
10631
10632 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthFunc))"\n"
10633 "\t"STUB_ASM_CODE("245")"\n"
10634
10635 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelZoom))"\n"
10636 "\t"STUB_ASM_CODE("246")"\n"
10637
10638 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferf))"\n"
10639 "\t"STUB_ASM_CODE("247")"\n"
10640
10641 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferi))"\n"
10642 "\t"STUB_ASM_CODE("248")"\n"
10643
10644 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStoref))"\n"
10645 "\t"STUB_ASM_CODE("249")"\n"
10646
10647 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStorei))"\n"
10648 "\t"STUB_ASM_CODE("250")"\n"
10649
10650 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapfv))"\n"
10651 "\t"STUB_ASM_CODE("251")"\n"
10652
10653 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapuiv))"\n"
10654 "\t"STUB_ASM_CODE("252")"\n"
10655
10656 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapusv))"\n"
10657 "\t"STUB_ASM_CODE("253")"\n"
10658
10659 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadBuffer))"\n"
10660 "\t"STUB_ASM_CODE("254")"\n"
10661
10662 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyPixels))"\n"
10663 "\t"STUB_ASM_CODE("255")"\n"
10664
10665 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadPixels))"\n"
10666 "\t"STUB_ASM_CODE("256")"\n"
10667
10668 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawPixels))"\n"
10669 "\t"STUB_ASM_CODE("257")"\n"
10670
10671 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanv))"\n"
10672 "\t"STUB_ASM_CODE("258")"\n"
10673
10674 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlane))"\n"
10675 "\t"STUB_ASM_CODE("259")"\n"
10676
10677 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDoublev))"\n"
10678 "\t"STUB_ASM_CODE("260")"\n"
10679
10680 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetError))"\n"
10681 "\t"STUB_ASM_CODE("261")"\n"
10682
10683 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFloatv))"\n"
10684 "\t"STUB_ASM_CODE("262")"\n"
10685
10686 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerv))"\n"
10687 "\t"STUB_ASM_CODE("263")"\n"
10688
10689 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightfv))"\n"
10690 "\t"STUB_ASM_CODE("264")"\n"
10691
10692 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightiv))"\n"
10693 "\t"STUB_ASM_CODE("265")"\n"
10694
10695 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapdv))"\n"
10696 "\t"STUB_ASM_CODE("266")"\n"
10697
10698 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapfv))"\n"
10699 "\t"STUB_ASM_CODE("267")"\n"
10700
10701 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapiv))"\n"
10702 "\t"STUB_ASM_CODE("268")"\n"
10703
10704 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialfv))"\n"
10705 "\t"STUB_ASM_CODE("269")"\n"
10706
10707 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialiv))"\n"
10708 "\t"STUB_ASM_CODE("270")"\n"
10709
10710 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapfv))"\n"
10711 "\t"STUB_ASM_CODE("271")"\n"
10712
10713 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapuiv))"\n"
10714 "\t"STUB_ASM_CODE("272")"\n"
10715
10716 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapusv))"\n"
10717 "\t"STUB_ASM_CODE("273")"\n"
10718
10719 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPolygonStipple))"\n"
10720 "\t"STUB_ASM_CODE("274")"\n"
10721
10722 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetString))"\n"
10723 "\t"STUB_ASM_CODE("275")"\n"
10724
10725 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvfv))"\n"
10726 "\t"STUB_ASM_CODE("276")"\n"
10727
10728 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnviv))"\n"
10729 "\t"STUB_ASM_CODE("277")"\n"
10730
10731 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGendv))"\n"
10732 "\t"STUB_ASM_CODE("278")"\n"
10733
10734 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGenfv))"\n"
10735 "\t"STUB_ASM_CODE("279")"\n"
10736
10737 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGeniv))"\n"
10738 "\t"STUB_ASM_CODE("280")"\n"
10739
10740 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexImage))"\n"
10741 "\t"STUB_ASM_CODE("281")"\n"
10742
10743 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterfv))"\n"
10744 "\t"STUB_ASM_CODE("282")"\n"
10745
10746 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameteriv))"\n"
10747 "\t"STUB_ASM_CODE("283")"\n"
10748
10749 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameterfv))"\n"
10750 "\t"STUB_ASM_CODE("284")"\n"
10751
10752 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameteriv))"\n"
10753 "\t"STUB_ASM_CODE("285")"\n"
10754
10755 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabled))"\n"
10756 "\t"STUB_ASM_CODE("286")"\n"
10757
10758 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsList))"\n"
10759 "\t"STUB_ASM_CODE("287")"\n"
10760
10761 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRange))"\n"
10762 "\t"STUB_ASM_CODE("288")"\n"
10763
10764 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustum))"\n"
10765 "\t"STUB_ASM_CODE("289")"\n"
10766
10767 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadIdentity))"\n"
10768 "\t"STUB_ASM_CODE("290")"\n"
10769
10770 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixf))"\n"
10771 "\t"STUB_ASM_CODE("291")"\n"
10772
10773 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixd))"\n"
10774 "\t"STUB_ASM_CODE("292")"\n"
10775
10776 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MatrixMode))"\n"
10777 "\t"STUB_ASM_CODE("293")"\n"
10778
10779 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixf))"\n"
10780 "\t"STUB_ASM_CODE("294")"\n"
10781
10782 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixd))"\n"
10783 "\t"STUB_ASM_CODE("295")"\n"
10784
10785 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho))"\n"
10786 "\t"STUB_ASM_CODE("296")"\n"
10787
10788 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopMatrix))"\n"
10789 "\t"STUB_ASM_CODE("297")"\n"
10790
10791 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushMatrix))"\n"
10792 "\t"STUB_ASM_CODE("298")"\n"
10793
10794 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotated))"\n"
10795 "\t"STUB_ASM_CODE("299")"\n"
10796
10797 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotatef))"\n"
10798 "\t"STUB_ASM_CODE("300")"\n"
10799
10800 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scaled))"\n"
10801 "\t"STUB_ASM_CODE("301")"\n"
10802
10803 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scalef))"\n"
10804 "\t"STUB_ASM_CODE("302")"\n"
10805
10806 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translated))"\n"
10807 "\t"STUB_ASM_CODE("303")"\n"
10808
10809 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translatef))"\n"
10810 "\t"STUB_ASM_CODE("304")"\n"
10811
10812 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Viewport))"\n"
10813 "\t"STUB_ASM_CODE("305")"\n"
10814
10815 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ArrayElement))"\n"
10816 "\t"STUB_ASM_CODE("306")"\n"
10817
10818 ".globl "GLAPI_PREFIX_STR(ArrayElementEXT)"\n"
10819 ".set "GLAPI_PREFIX_STR(ArrayElementEXT)", "GLAPI_PREFIX_STR(ArrayElement)"\n"
10820
10821 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTexture))"\n"
10822 "\t"STUB_ASM_CODE("307")"\n"
10823
10824 ".globl "GLAPI_PREFIX_STR(BindTextureEXT)"\n"
10825 ".set "GLAPI_PREFIX_STR(BindTextureEXT)", "GLAPI_PREFIX_STR(BindTexture)"\n"
10826
10827 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointer))"\n"
10828 "\t"STUB_ASM_CODE("308")"\n"
10829
10830 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableClientState))"\n"
10831 "\t"STUB_ASM_CODE("309")"\n"
10832
10833 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays))"\n"
10834 "\t"STUB_ASM_CODE("310")"\n"
10835
10836 ".globl "GLAPI_PREFIX_STR(DrawArraysEXT)"\n"
10837 ".set "GLAPI_PREFIX_STR(DrawArraysEXT)", "GLAPI_PREFIX_STR(DrawArrays)"\n"
10838
10839 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElements))"\n"
10840 "\t"STUB_ASM_CODE("311")"\n"
10841
10842 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointer))"\n"
10843 "\t"STUB_ASM_CODE("312")"\n"
10844
10845 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableClientState))"\n"
10846 "\t"STUB_ASM_CODE("313")"\n"
10847
10848 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointer))"\n"
10849 "\t"STUB_ASM_CODE("314")"\n"
10850
10851 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexub))"\n"
10852 "\t"STUB_ASM_CODE("315")"\n"
10853
10854 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexubv))"\n"
10855 "\t"STUB_ASM_CODE("316")"\n"
10856
10857 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InterleavedArrays))"\n"
10858 "\t"STUB_ASM_CODE("317")"\n"
10859
10860 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointer))"\n"
10861 "\t"STUB_ASM_CODE("318")"\n"
10862
10863 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffset))"\n"
10864 "\t"STUB_ASM_CODE("319")"\n"
10865
10866 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointer))"\n"
10867 "\t"STUB_ASM_CODE("320")"\n"
10868
10869 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointer))"\n"
10870 "\t"STUB_ASM_CODE("321")"\n"
10871
10872 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreTexturesResident))"\n"
10873 "\t"STUB_ASM_CODE("322")"\n"
10874
10875 #if 0
10876 ".globl "GLAPI_PREFIX_STR(AreTexturesResidentEXT)"\n"
10877 ".set "GLAPI_PREFIX_STR(AreTexturesResidentEXT)", "GLAPI_PREFIX_STR(AreTexturesResident)"\n"
10878 #endif
10879
10880 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage1D))"\n"
10881 "\t"STUB_ASM_CODE("323")"\n"
10882
10883 ".globl "GLAPI_PREFIX_STR(CopyTexImage1DEXT)"\n"
10884 ".set "GLAPI_PREFIX_STR(CopyTexImage1DEXT)", "GLAPI_PREFIX_STR(CopyTexImage1D)"\n"
10885
10886 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage2D))"\n"
10887 "\t"STUB_ASM_CODE("324")"\n"
10888
10889 ".globl "GLAPI_PREFIX_STR(CopyTexImage2DEXT)"\n"
10890 ".set "GLAPI_PREFIX_STR(CopyTexImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexImage2D)"\n"
10891
10892 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage1D))"\n"
10893 "\t"STUB_ASM_CODE("325")"\n"
10894
10895 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT)"\n"
10896 ".set "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage1D)"\n"
10897
10898 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage2D))"\n"
10899 "\t"STUB_ASM_CODE("326")"\n"
10900
10901 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)"\n"
10902 ".set "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage2D)"\n"
10903
10904 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTextures))"\n"
10905 "\t"STUB_ASM_CODE("327")"\n"
10906
10907 #if 0
10908 ".globl "GLAPI_PREFIX_STR(DeleteTexturesEXT)"\n"
10909 ".set "GLAPI_PREFIX_STR(DeleteTexturesEXT)", "GLAPI_PREFIX_STR(DeleteTextures)"\n"
10910 #endif
10911
10912 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTextures))"\n"
10913 "\t"STUB_ASM_CODE("328")"\n"
10914
10915 #if 0
10916 ".globl "GLAPI_PREFIX_STR(GenTexturesEXT)"\n"
10917 ".set "GLAPI_PREFIX_STR(GenTexturesEXT)", "GLAPI_PREFIX_STR(GenTextures)"\n"
10918 #endif
10919
10920 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPointerv))"\n"
10921 "\t"STUB_ASM_CODE("329")"\n"
10922
10923 ".globl "GLAPI_PREFIX_STR(GetPointervEXT)"\n"
10924 ".set "GLAPI_PREFIX_STR(GetPointervEXT)", "GLAPI_PREFIX_STR(GetPointerv)"\n"
10925
10926 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTexture))"\n"
10927 "\t"STUB_ASM_CODE("330")"\n"
10928
10929 #if 0
10930 ".globl "GLAPI_PREFIX_STR(IsTextureEXT)"\n"
10931 ".set "GLAPI_PREFIX_STR(IsTextureEXT)", "GLAPI_PREFIX_STR(IsTexture)"\n"
10932 #endif
10933
10934 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrioritizeTextures))"\n"
10935 "\t"STUB_ASM_CODE("331")"\n"
10936
10937 ".globl "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)"\n"
10938 ".set "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)", "GLAPI_PREFIX_STR(PrioritizeTextures)"\n"
10939
10940 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage1D))"\n"
10941 "\t"STUB_ASM_CODE("332")"\n"
10942
10943 ".globl "GLAPI_PREFIX_STR(TexSubImage1DEXT)"\n"
10944 ".set "GLAPI_PREFIX_STR(TexSubImage1DEXT)", "GLAPI_PREFIX_STR(TexSubImage1D)"\n"
10945
10946 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage2D))"\n"
10947 "\t"STUB_ASM_CODE("333")"\n"
10948
10949 ".globl "GLAPI_PREFIX_STR(TexSubImage2DEXT)"\n"
10950 ".set "GLAPI_PREFIX_STR(TexSubImage2DEXT)", "GLAPI_PREFIX_STR(TexSubImage2D)"\n"
10951
10952 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopClientAttrib))"\n"
10953 "\t"STUB_ASM_CODE("334")"\n"
10954
10955 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushClientAttrib))"\n"
10956 "\t"STUB_ASM_CODE("335")"\n"
10957
10958 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendColor))"\n"
10959 "\t"STUB_ASM_CODE("336")"\n"
10960
10961 ".globl "GLAPI_PREFIX_STR(BlendColorEXT)"\n"
10962 ".set "GLAPI_PREFIX_STR(BlendColorEXT)", "GLAPI_PREFIX_STR(BlendColor)"\n"
10963
10964 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquation))"\n"
10965 "\t"STUB_ASM_CODE("337")"\n"
10966
10967 ".globl "GLAPI_PREFIX_STR(BlendEquationEXT)"\n"
10968 ".set "GLAPI_PREFIX_STR(BlendEquationEXT)", "GLAPI_PREFIX_STR(BlendEquation)"\n"
10969
10970 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElements))"\n"
10971 "\t"STUB_ASM_CODE("338")"\n"
10972
10973 ".globl "GLAPI_PREFIX_STR(DrawRangeElementsEXT)"\n"
10974 ".set "GLAPI_PREFIX_STR(DrawRangeElementsEXT)", "GLAPI_PREFIX_STR(DrawRangeElements)"\n"
10975
10976 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTable))"\n"
10977 "\t"STUB_ASM_CODE("339")"\n"
10978
10979 ".globl "GLAPI_PREFIX_STR(ColorTableEXT)"\n"
10980 ".set "GLAPI_PREFIX_STR(ColorTableEXT)", "GLAPI_PREFIX_STR(ColorTable)"\n"
10981
10982 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameterfv))"\n"
10983 "\t"STUB_ASM_CODE("340")"\n"
10984
10985 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameteriv))"\n"
10986 "\t"STUB_ASM_CODE("341")"\n"
10987
10988 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorTable))"\n"
10989 "\t"STUB_ASM_CODE("342")"\n"
10990
10991 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTable))"\n"
10992 "\t"STUB_ASM_CODE("343")"\n"
10993
10994 #if 0
10995 ".globl "GLAPI_PREFIX_STR(GetColorTableEXT)"\n"
10996 ".set "GLAPI_PREFIX_STR(GetColorTableEXT)", "GLAPI_PREFIX_STR(GetColorTable)"\n"
10997 #endif
10998
10999 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameterfv))"\n"
11000 "\t"STUB_ASM_CODE("344")"\n"
11001
11002 #if 0
11003 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT)"\n"
11004 ".set "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT)", "GLAPI_PREFIX_STR(GetColorTableParameterfv)"\n"
11005 #endif
11006
11007 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameteriv))"\n"
11008 "\t"STUB_ASM_CODE("345")"\n"
11009
11010 #if 0
11011 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterivEXT)"\n"
11012 ".set "GLAPI_PREFIX_STR(GetColorTableParameterivEXT)", "GLAPI_PREFIX_STR(GetColorTableParameteriv)"\n"
11013 #endif
11014
11015 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorSubTable))"\n"
11016 "\t"STUB_ASM_CODE("346")"\n"
11017
11018 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorSubTable))"\n"
11019 "\t"STUB_ASM_CODE("347")"\n"
11020
11021 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter1D))"\n"
11022 "\t"STUB_ASM_CODE("348")"\n"
11023
11024 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter2D))"\n"
11025 "\t"STUB_ASM_CODE("349")"\n"
11026
11027 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterf))"\n"
11028 "\t"STUB_ASM_CODE("350")"\n"
11029
11030 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterfv))"\n"
11031 "\t"STUB_ASM_CODE("351")"\n"
11032
11033 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteri))"\n"
11034 "\t"STUB_ASM_CODE("352")"\n"
11035
11036 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteriv))"\n"
11037 "\t"STUB_ASM_CODE("353")"\n"
11038
11039 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter1D))"\n"
11040 "\t"STUB_ASM_CODE("354")"\n"
11041
11042 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter2D))"\n"
11043 "\t"STUB_ASM_CODE("355")"\n"
11044
11045 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionFilter))"\n"
11046 "\t"STUB_ASM_CODE("356")"\n"
11047
11048 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameterfv))"\n"
11049 "\t"STUB_ASM_CODE("357")"\n"
11050
11051 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameteriv))"\n"
11052 "\t"STUB_ASM_CODE("358")"\n"
11053
11054 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSeparableFilter))"\n"
11055 "\t"STUB_ASM_CODE("359")"\n"
11056
11057 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SeparableFilter2D))"\n"
11058 "\t"STUB_ASM_CODE("360")"\n"
11059
11060 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogram))"\n"
11061 "\t"STUB_ASM_CODE("361")"\n"
11062
11063 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameterfv))"\n"
11064 "\t"STUB_ASM_CODE("362")"\n"
11065
11066 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameteriv))"\n"
11067 "\t"STUB_ASM_CODE("363")"\n"
11068
11069 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmax))"\n"
11070 "\t"STUB_ASM_CODE("364")"\n"
11071
11072 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameterfv))"\n"
11073 "\t"STUB_ASM_CODE("365")"\n"
11074
11075 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameteriv))"\n"
11076 "\t"STUB_ASM_CODE("366")"\n"
11077
11078 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Histogram))"\n"
11079 "\t"STUB_ASM_CODE("367")"\n"
11080
11081 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Minmax))"\n"
11082 "\t"STUB_ASM_CODE("368")"\n"
11083
11084 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetHistogram))"\n"
11085 "\t"STUB_ASM_CODE("369")"\n"
11086
11087 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetMinmax))"\n"
11088 "\t"STUB_ASM_CODE("370")"\n"
11089
11090 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3D))"\n"
11091 "\t"STUB_ASM_CODE("371")"\n"
11092
11093 ".globl "GLAPI_PREFIX_STR(TexImage3DEXT)"\n"
11094 ".set "GLAPI_PREFIX_STR(TexImage3DEXT)", "GLAPI_PREFIX_STR(TexImage3D)"\n"
11095
11096 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage3D))"\n"
11097 "\t"STUB_ASM_CODE("372")"\n"
11098
11099 ".globl "GLAPI_PREFIX_STR(TexSubImage3DEXT)"\n"
11100 ".set "GLAPI_PREFIX_STR(TexSubImage3DEXT)", "GLAPI_PREFIX_STR(TexSubImage3D)"\n"
11101
11102 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage3D))"\n"
11103 "\t"STUB_ASM_CODE("373")"\n"
11104
11105 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)"\n"
11106 ".set "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage3D)"\n"
11107
11108 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveTextureARB))"\n"
11109 "\t"STUB_ASM_CODE("374")"\n"
11110
11111 ".globl "GLAPI_PREFIX_STR(ActiveTexture)"\n"
11112 ".set "GLAPI_PREFIX_STR(ActiveTexture)", "GLAPI_PREFIX_STR(ActiveTextureARB)"\n"
11113
11114 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientActiveTextureARB))"\n"
11115 "\t"STUB_ASM_CODE("375")"\n"
11116
11117 ".globl "GLAPI_PREFIX_STR(ClientActiveTexture)"\n"
11118 ".set "GLAPI_PREFIX_STR(ClientActiveTexture)", "GLAPI_PREFIX_STR(ClientActiveTextureARB)"\n"
11119
11120 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dARB))"\n"
11121 "\t"STUB_ASM_CODE("376")"\n"
11122
11123 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1d)"\n"
11124 ".set "GLAPI_PREFIX_STR(MultiTexCoord1d)", "GLAPI_PREFIX_STR(MultiTexCoord1dARB)"\n"
11125
11126 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dvARB))"\n"
11127 "\t"STUB_ASM_CODE("377")"\n"
11128
11129 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1dv)"\n"
11130 ".set "GLAPI_PREFIX_STR(MultiTexCoord1dv)", "GLAPI_PREFIX_STR(MultiTexCoord1dvARB)"\n"
11131
11132 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fARB))"\n"
11133 "\t"STUB_ASM_CODE("378")"\n"
11134
11135 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1f)"\n"
11136 ".set "GLAPI_PREFIX_STR(MultiTexCoord1f)", "GLAPI_PREFIX_STR(MultiTexCoord1fARB)"\n"
11137
11138 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fvARB))"\n"
11139 "\t"STUB_ASM_CODE("379")"\n"
11140
11141 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1fv)"\n"
11142 ".set "GLAPI_PREFIX_STR(MultiTexCoord1fv)", "GLAPI_PREFIX_STR(MultiTexCoord1fvARB)"\n"
11143
11144 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1iARB))"\n"
11145 "\t"STUB_ASM_CODE("380")"\n"
11146
11147 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1i)"\n"
11148 ".set "GLAPI_PREFIX_STR(MultiTexCoord1i)", "GLAPI_PREFIX_STR(MultiTexCoord1iARB)"\n"
11149
11150 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1ivARB))"\n"
11151 "\t"STUB_ASM_CODE("381")"\n"
11152
11153 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1iv)"\n"
11154 ".set "GLAPI_PREFIX_STR(MultiTexCoord1iv)", "GLAPI_PREFIX_STR(MultiTexCoord1ivARB)"\n"
11155
11156 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1sARB))"\n"
11157 "\t"STUB_ASM_CODE("382")"\n"
11158
11159 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1s)"\n"
11160 ".set "GLAPI_PREFIX_STR(MultiTexCoord1s)", "GLAPI_PREFIX_STR(MultiTexCoord1sARB)"\n"
11161
11162 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1svARB))"\n"
11163 "\t"STUB_ASM_CODE("383")"\n"
11164
11165 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1sv)"\n"
11166 ".set "GLAPI_PREFIX_STR(MultiTexCoord1sv)", "GLAPI_PREFIX_STR(MultiTexCoord1svARB)"\n"
11167
11168 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dARB))"\n"
11169 "\t"STUB_ASM_CODE("384")"\n"
11170
11171 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2d)"\n"
11172 ".set "GLAPI_PREFIX_STR(MultiTexCoord2d)", "GLAPI_PREFIX_STR(MultiTexCoord2dARB)"\n"
11173
11174 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dvARB))"\n"
11175 "\t"STUB_ASM_CODE("385")"\n"
11176
11177 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2dv)"\n"
11178 ".set "GLAPI_PREFIX_STR(MultiTexCoord2dv)", "GLAPI_PREFIX_STR(MultiTexCoord2dvARB)"\n"
11179
11180 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fARB))"\n"
11181 "\t"STUB_ASM_CODE("386")"\n"
11182
11183 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2f)"\n"
11184 ".set "GLAPI_PREFIX_STR(MultiTexCoord2f)", "GLAPI_PREFIX_STR(MultiTexCoord2fARB)"\n"
11185
11186 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fvARB))"\n"
11187 "\t"STUB_ASM_CODE("387")"\n"
11188
11189 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2fv)"\n"
11190 ".set "GLAPI_PREFIX_STR(MultiTexCoord2fv)", "GLAPI_PREFIX_STR(MultiTexCoord2fvARB)"\n"
11191
11192 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2iARB))"\n"
11193 "\t"STUB_ASM_CODE("388")"\n"
11194
11195 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2i)"\n"
11196 ".set "GLAPI_PREFIX_STR(MultiTexCoord2i)", "GLAPI_PREFIX_STR(MultiTexCoord2iARB)"\n"
11197
11198 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2ivARB))"\n"
11199 "\t"STUB_ASM_CODE("389")"\n"
11200
11201 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2iv)"\n"
11202 ".set "GLAPI_PREFIX_STR(MultiTexCoord2iv)", "GLAPI_PREFIX_STR(MultiTexCoord2ivARB)"\n"
11203
11204 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2sARB))"\n"
11205 "\t"STUB_ASM_CODE("390")"\n"
11206
11207 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2s)"\n"
11208 ".set "GLAPI_PREFIX_STR(MultiTexCoord2s)", "GLAPI_PREFIX_STR(MultiTexCoord2sARB)"\n"
11209
11210 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2svARB))"\n"
11211 "\t"STUB_ASM_CODE("391")"\n"
11212
11213 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2sv)"\n"
11214 ".set "GLAPI_PREFIX_STR(MultiTexCoord2sv)", "GLAPI_PREFIX_STR(MultiTexCoord2svARB)"\n"
11215
11216 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dARB))"\n"
11217 "\t"STUB_ASM_CODE("392")"\n"
11218
11219 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3d)"\n"
11220 ".set "GLAPI_PREFIX_STR(MultiTexCoord3d)", "GLAPI_PREFIX_STR(MultiTexCoord3dARB)"\n"
11221
11222 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dvARB))"\n"
11223 "\t"STUB_ASM_CODE("393")"\n"
11224
11225 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3dv)"\n"
11226 ".set "GLAPI_PREFIX_STR(MultiTexCoord3dv)", "GLAPI_PREFIX_STR(MultiTexCoord3dvARB)"\n"
11227
11228 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fARB))"\n"
11229 "\t"STUB_ASM_CODE("394")"\n"
11230
11231 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3f)"\n"
11232 ".set "GLAPI_PREFIX_STR(MultiTexCoord3f)", "GLAPI_PREFIX_STR(MultiTexCoord3fARB)"\n"
11233
11234 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fvARB))"\n"
11235 "\t"STUB_ASM_CODE("395")"\n"
11236
11237 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3fv)"\n"
11238 ".set "GLAPI_PREFIX_STR(MultiTexCoord3fv)", "GLAPI_PREFIX_STR(MultiTexCoord3fvARB)"\n"
11239
11240 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3iARB))"\n"
11241 "\t"STUB_ASM_CODE("396")"\n"
11242
11243 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3i)"\n"
11244 ".set "GLAPI_PREFIX_STR(MultiTexCoord3i)", "GLAPI_PREFIX_STR(MultiTexCoord3iARB)"\n"
11245
11246 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3ivARB))"\n"
11247 "\t"STUB_ASM_CODE("397")"\n"
11248
11249 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3iv)"\n"
11250 ".set "GLAPI_PREFIX_STR(MultiTexCoord3iv)", "GLAPI_PREFIX_STR(MultiTexCoord3ivARB)"\n"
11251
11252 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3sARB))"\n"
11253 "\t"STUB_ASM_CODE("398")"\n"
11254
11255 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3s)"\n"
11256 ".set "GLAPI_PREFIX_STR(MultiTexCoord3s)", "GLAPI_PREFIX_STR(MultiTexCoord3sARB)"\n"
11257
11258 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3svARB))"\n"
11259 "\t"STUB_ASM_CODE("399")"\n"
11260
11261 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3sv)"\n"
11262 ".set "GLAPI_PREFIX_STR(MultiTexCoord3sv)", "GLAPI_PREFIX_STR(MultiTexCoord3svARB)"\n"
11263
11264 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dARB))"\n"
11265 "\t"STUB_ASM_CODE("400")"\n"
11266
11267 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4d)"\n"
11268 ".set "GLAPI_PREFIX_STR(MultiTexCoord4d)", "GLAPI_PREFIX_STR(MultiTexCoord4dARB)"\n"
11269
11270 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dvARB))"\n"
11271 "\t"STUB_ASM_CODE("401")"\n"
11272
11273 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4dv)"\n"
11274 ".set "GLAPI_PREFIX_STR(MultiTexCoord4dv)", "GLAPI_PREFIX_STR(MultiTexCoord4dvARB)"\n"
11275
11276 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fARB))"\n"
11277 "\t"STUB_ASM_CODE("402")"\n"
11278
11279 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4f)"\n"
11280 ".set "GLAPI_PREFIX_STR(MultiTexCoord4f)", "GLAPI_PREFIX_STR(MultiTexCoord4fARB)"\n"
11281
11282 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fvARB))"\n"
11283 "\t"STUB_ASM_CODE("403")"\n"
11284
11285 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4fv)"\n"
11286 ".set "GLAPI_PREFIX_STR(MultiTexCoord4fv)", "GLAPI_PREFIX_STR(MultiTexCoord4fvARB)"\n"
11287
11288 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4iARB))"\n"
11289 "\t"STUB_ASM_CODE("404")"\n"
11290
11291 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4i)"\n"
11292 ".set "GLAPI_PREFIX_STR(MultiTexCoord4i)", "GLAPI_PREFIX_STR(MultiTexCoord4iARB)"\n"
11293
11294 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4ivARB))"\n"
11295 "\t"STUB_ASM_CODE("405")"\n"
11296
11297 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4iv)"\n"
11298 ".set "GLAPI_PREFIX_STR(MultiTexCoord4iv)", "GLAPI_PREFIX_STR(MultiTexCoord4ivARB)"\n"
11299
11300 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4sARB))"\n"
11301 "\t"STUB_ASM_CODE("406")"\n"
11302
11303 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4s)"\n"
11304 ".set "GLAPI_PREFIX_STR(MultiTexCoord4s)", "GLAPI_PREFIX_STR(MultiTexCoord4sARB)"\n"
11305
11306 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4svARB))"\n"
11307 "\t"STUB_ASM_CODE("407")"\n"
11308
11309 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4sv)"\n"
11310 ".set "GLAPI_PREFIX_STR(MultiTexCoord4sv)", "GLAPI_PREFIX_STR(MultiTexCoord4svARB)"\n"
11311
11312 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachShader))"\n"
11313 "\t"STUB_ASM_CODE("408")"\n"
11314
11315 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgram))"\n"
11316 "\t"STUB_ASM_CODE("409")"\n"
11317
11318 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShader))"\n"
11319 "\t"STUB_ASM_CODE("410")"\n"
11320
11321 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgram))"\n"
11322 "\t"STUB_ASM_CODE("411")"\n"
11323
11324 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteShader))"\n"
11325 "\t"STUB_ASM_CODE("412")"\n"
11326
11327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachShader))"\n"
11328 "\t"STUB_ASM_CODE("413")"\n"
11329
11330 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedShaders))"\n"
11331 "\t"STUB_ASM_CODE("414")"\n"
11332
11333 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramInfoLog))"\n"
11334 "\t"STUB_ASM_CODE("415")"\n"
11335
11336 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramiv))"\n"
11337 "\t"STUB_ASM_CODE("416")"\n"
11338
11339 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderInfoLog))"\n"
11340 "\t"STUB_ASM_CODE("417")"\n"
11341
11342 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderiv))"\n"
11343 "\t"STUB_ASM_CODE("418")"\n"
11344
11345 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgram))"\n"
11346 "\t"STUB_ASM_CODE("419")"\n"
11347
11348 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsShader))"\n"
11349 "\t"STUB_ASM_CODE("420")"\n"
11350
11351 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFuncSeparate))"\n"
11352 "\t"STUB_ASM_CODE("421")"\n"
11353
11354 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMaskSeparate))"\n"
11355 "\t"STUB_ASM_CODE("422")"\n"
11356
11357 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOpSeparate))"\n"
11358 "\t"STUB_ASM_CODE("423")"\n"
11359
11360 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x3fv))"\n"
11361 "\t"STUB_ASM_CODE("424")"\n"
11362
11363 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x4fv))"\n"
11364 "\t"STUB_ASM_CODE("425")"\n"
11365
11366 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x2fv))"\n"
11367 "\t"STUB_ASM_CODE("426")"\n"
11368
11369 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x4fv))"\n"
11370 "\t"STUB_ASM_CODE("427")"\n"
11371
11372 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x2fv))"\n"
11373 "\t"STUB_ASM_CODE("428")"\n"
11374
11375 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x3fv))"\n"
11376 "\t"STUB_ASM_CODE("429")"\n"
11377
11378 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColor))"\n"
11379 "\t"STUB_ASM_CODE("430")"\n"
11380
11381 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfi))"\n"
11382 "\t"STUB_ASM_CODE("431")"\n"
11383
11384 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfv))"\n"
11385 "\t"STUB_ASM_CODE("432")"\n"
11386
11387 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferiv))"\n"
11388 "\t"STUB_ASM_CODE("433")"\n"
11389
11390 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferuiv))"\n"
11391 "\t"STUB_ASM_CODE("434")"\n"
11392
11393 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetStringi))"\n"
11394 "\t"STUB_ASM_CODE("435")"\n"
11395
11396 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBuffer))"\n"
11397 "\t"STUB_ASM_CODE("436")"\n"
11398
11399 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture))"\n"
11400 "\t"STUB_ASM_CODE("437")"\n"
11401
11402 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameteri64v))"\n"
11403 "\t"STUB_ASM_CODE("438")"\n"
11404
11405 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64i_v))"\n"
11406 "\t"STUB_ASM_CODE("439")"\n"
11407
11408 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisor))"\n"
11409 "\t"STUB_ASM_CODE("440")"\n"
11410
11411 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixdARB))"\n"
11412 "\t"STUB_ASM_CODE("441")"\n"
11413
11414 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixd)"\n"
11415 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixd)", "GLAPI_PREFIX_STR(LoadTransposeMatrixdARB)"\n"
11416
11417 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixfARB))"\n"
11418 "\t"STUB_ASM_CODE("442")"\n"
11419
11420 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixf)"\n"
11421 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixf)", "GLAPI_PREFIX_STR(LoadTransposeMatrixfARB)"\n"
11422
11423 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixdARB))"\n"
11424 "\t"STUB_ASM_CODE("443")"\n"
11425
11426 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixd)"\n"
11427 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixd)", "GLAPI_PREFIX_STR(MultTransposeMatrixdARB)"\n"
11428
11429 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixfARB))"\n"
11430 "\t"STUB_ASM_CODE("444")"\n"
11431
11432 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixf)"\n"
11433 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixf)", "GLAPI_PREFIX_STR(MultTransposeMatrixfARB)"\n"
11434
11435 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoverageARB))"\n"
11436 "\t"STUB_ASM_CODE("445")"\n"
11437
11438 ".globl "GLAPI_PREFIX_STR(SampleCoverage)"\n"
11439 ".set "GLAPI_PREFIX_STR(SampleCoverage)", "GLAPI_PREFIX_STR(SampleCoverageARB)"\n"
11440
11441 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage1DARB))"\n"
11442 "\t"STUB_ASM_CODE("446")"\n"
11443
11444 ".globl "GLAPI_PREFIX_STR(CompressedTexImage1D)"\n"
11445 ".set "GLAPI_PREFIX_STR(CompressedTexImage1D)", "GLAPI_PREFIX_STR(CompressedTexImage1DARB)"\n"
11446
11447 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage2DARB))"\n"
11448 "\t"STUB_ASM_CODE("447")"\n"
11449
11450 ".globl "GLAPI_PREFIX_STR(CompressedTexImage2D)"\n"
11451 ".set "GLAPI_PREFIX_STR(CompressedTexImage2D)", "GLAPI_PREFIX_STR(CompressedTexImage2DARB)"\n"
11452
11453 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage3DARB))"\n"
11454 "\t"STUB_ASM_CODE("448")"\n"
11455
11456 ".globl "GLAPI_PREFIX_STR(CompressedTexImage3D)"\n"
11457 ".set "GLAPI_PREFIX_STR(CompressedTexImage3D)", "GLAPI_PREFIX_STR(CompressedTexImage3DARB)"\n"
11458
11459 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage1DARB))"\n"
11460 "\t"STUB_ASM_CODE("449")"\n"
11461
11462 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage1D)"\n"
11463 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage1D)", "GLAPI_PREFIX_STR(CompressedTexSubImage1DARB)"\n"
11464
11465 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage2DARB))"\n"
11466 "\t"STUB_ASM_CODE("450")"\n"
11467
11468 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage2D)"\n"
11469 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage2D)", "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB)"\n"
11470
11471 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage3DARB))"\n"
11472 "\t"STUB_ASM_CODE("451")"\n"
11473
11474 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage3D)"\n"
11475 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3D)", "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB)"\n"
11476
11477 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCompressedTexImageARB))"\n"
11478 "\t"STUB_ASM_CODE("452")"\n"
11479
11480 ".globl "GLAPI_PREFIX_STR(GetCompressedTexImage)"\n"
11481 ".set "GLAPI_PREFIX_STR(GetCompressedTexImage)", "GLAPI_PREFIX_STR(GetCompressedTexImageARB)"\n"
11482
11483 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableVertexAttribArrayARB))"\n"
11484 "\t"STUB_ASM_CODE("453")"\n"
11485
11486 ".globl "GLAPI_PREFIX_STR(DisableVertexAttribArray)"\n"
11487 ".set "GLAPI_PREFIX_STR(DisableVertexAttribArray)", "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB)"\n"
11488
11489 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableVertexAttribArrayARB))"\n"
11490 "\t"STUB_ASM_CODE("454")"\n"
11491
11492 ".globl "GLAPI_PREFIX_STR(EnableVertexAttribArray)"\n"
11493 ".set "GLAPI_PREFIX_STR(EnableVertexAttribArray)", "GLAPI_PREFIX_STR(EnableVertexAttribArrayARB)"\n"
11494
11495 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterdvARB))"\n"
11496 "\t"STUB_ASM_CODE("455")"\n"
11497
11498 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterfvARB))"\n"
11499 "\t"STUB_ASM_CODE("456")"\n"
11500
11501 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterdvARB))"\n"
11502 "\t"STUB_ASM_CODE("457")"\n"
11503
11504 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterfvARB))"\n"
11505 "\t"STUB_ASM_CODE("458")"\n"
11506
11507 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringARB))"\n"
11508 "\t"STUB_ASM_CODE("459")"\n"
11509
11510 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivARB))"\n"
11511 "\t"STUB_ASM_CODE("460")"\n"
11512
11513 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvARB))"\n"
11514 "\t"STUB_ASM_CODE("461")"\n"
11515
11516 ".globl "GLAPI_PREFIX_STR(GetVertexAttribdv)"\n"
11517 ".set "GLAPI_PREFIX_STR(GetVertexAttribdv)", "GLAPI_PREFIX_STR(GetVertexAttribdvARB)"\n"
11518
11519 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvARB))"\n"
11520 "\t"STUB_ASM_CODE("462")"\n"
11521
11522 ".globl "GLAPI_PREFIX_STR(GetVertexAttribfv)"\n"
11523 ".set "GLAPI_PREFIX_STR(GetVertexAttribfv)", "GLAPI_PREFIX_STR(GetVertexAttribfvARB)"\n"
11524
11525 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivARB))"\n"
11526 "\t"STUB_ASM_CODE("463")"\n"
11527
11528 ".globl "GLAPI_PREFIX_STR(GetVertexAttribiv)"\n"
11529 ".set "GLAPI_PREFIX_STR(GetVertexAttribiv)", "GLAPI_PREFIX_STR(GetVertexAttribivARB)"\n"
11530
11531 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dARB))"\n"
11532 "\t"STUB_ASM_CODE("464")"\n"
11533
11534 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dNV)"\n"
11535 ".set "GLAPI_PREFIX_STR(ProgramParameter4dNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dARB)"\n"
11536
11537 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB))"\n"
11538 "\t"STUB_ASM_CODE("465")"\n"
11539
11540 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dvNV)"\n"
11541 ".set "GLAPI_PREFIX_STR(ProgramParameter4dvNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB)"\n"
11542
11543 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fARB))"\n"
11544 "\t"STUB_ASM_CODE("466")"\n"
11545
11546 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fNV)"\n"
11547 ".set "GLAPI_PREFIX_STR(ProgramParameter4fNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fARB)"\n"
11548
11549 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB))"\n"
11550 "\t"STUB_ASM_CODE("467")"\n"
11551
11552 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fvNV)"\n"
11553 ".set "GLAPI_PREFIX_STR(ProgramParameter4fvNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB)"\n"
11554
11555 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dARB))"\n"
11556 "\t"STUB_ASM_CODE("468")"\n"
11557
11558 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dvARB))"\n"
11559 "\t"STUB_ASM_CODE("469")"\n"
11560
11561 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fARB))"\n"
11562 "\t"STUB_ASM_CODE("470")"\n"
11563
11564 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fvARB))"\n"
11565 "\t"STUB_ASM_CODE("471")"\n"
11566
11567 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramStringARB))"\n"
11568 "\t"STUB_ASM_CODE("472")"\n"
11569
11570 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dARB))"\n"
11571 "\t"STUB_ASM_CODE("473")"\n"
11572
11573 ".globl "GLAPI_PREFIX_STR(VertexAttrib1d)"\n"
11574 ".set "GLAPI_PREFIX_STR(VertexAttrib1d)", "GLAPI_PREFIX_STR(VertexAttrib1dARB)"\n"
11575
11576 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvARB))"\n"
11577 "\t"STUB_ASM_CODE("474")"\n"
11578
11579 ".globl "GLAPI_PREFIX_STR(VertexAttrib1dv)"\n"
11580 ".set "GLAPI_PREFIX_STR(VertexAttrib1dv)", "GLAPI_PREFIX_STR(VertexAttrib1dvARB)"\n"
11581
11582 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fARB))"\n"
11583 "\t"STUB_ASM_CODE("475")"\n"
11584
11585 ".globl "GLAPI_PREFIX_STR(VertexAttrib1f)"\n"
11586 ".set "GLAPI_PREFIX_STR(VertexAttrib1f)", "GLAPI_PREFIX_STR(VertexAttrib1fARB)"\n"
11587
11588 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvARB))"\n"
11589 "\t"STUB_ASM_CODE("476")"\n"
11590
11591 ".globl "GLAPI_PREFIX_STR(VertexAttrib1fv)"\n"
11592 ".set "GLAPI_PREFIX_STR(VertexAttrib1fv)", "GLAPI_PREFIX_STR(VertexAttrib1fvARB)"\n"
11593
11594 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sARB))"\n"
11595 "\t"STUB_ASM_CODE("477")"\n"
11596
11597 ".globl "GLAPI_PREFIX_STR(VertexAttrib1s)"\n"
11598 ".set "GLAPI_PREFIX_STR(VertexAttrib1s)", "GLAPI_PREFIX_STR(VertexAttrib1sARB)"\n"
11599
11600 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svARB))"\n"
11601 "\t"STUB_ASM_CODE("478")"\n"
11602
11603 ".globl "GLAPI_PREFIX_STR(VertexAttrib1sv)"\n"
11604 ".set "GLAPI_PREFIX_STR(VertexAttrib1sv)", "GLAPI_PREFIX_STR(VertexAttrib1svARB)"\n"
11605
11606 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dARB))"\n"
11607 "\t"STUB_ASM_CODE("479")"\n"
11608
11609 ".globl "GLAPI_PREFIX_STR(VertexAttrib2d)"\n"
11610 ".set "GLAPI_PREFIX_STR(VertexAttrib2d)", "GLAPI_PREFIX_STR(VertexAttrib2dARB)"\n"
11611
11612 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvARB))"\n"
11613 "\t"STUB_ASM_CODE("480")"\n"
11614
11615 ".globl "GLAPI_PREFIX_STR(VertexAttrib2dv)"\n"
11616 ".set "GLAPI_PREFIX_STR(VertexAttrib2dv)", "GLAPI_PREFIX_STR(VertexAttrib2dvARB)"\n"
11617
11618 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fARB))"\n"
11619 "\t"STUB_ASM_CODE("481")"\n"
11620
11621 ".globl "GLAPI_PREFIX_STR(VertexAttrib2f)"\n"
11622 ".set "GLAPI_PREFIX_STR(VertexAttrib2f)", "GLAPI_PREFIX_STR(VertexAttrib2fARB)"\n"
11623
11624 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvARB))"\n"
11625 "\t"STUB_ASM_CODE("482")"\n"
11626
11627 ".globl "GLAPI_PREFIX_STR(VertexAttrib2fv)"\n"
11628 ".set "GLAPI_PREFIX_STR(VertexAttrib2fv)", "GLAPI_PREFIX_STR(VertexAttrib2fvARB)"\n"
11629
11630 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sARB))"\n"
11631 "\t"STUB_ASM_CODE("483")"\n"
11632
11633 ".globl "GLAPI_PREFIX_STR(VertexAttrib2s)"\n"
11634 ".set "GLAPI_PREFIX_STR(VertexAttrib2s)", "GLAPI_PREFIX_STR(VertexAttrib2sARB)"\n"
11635
11636 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svARB))"\n"
11637 "\t"STUB_ASM_CODE("484")"\n"
11638
11639 ".globl "GLAPI_PREFIX_STR(VertexAttrib2sv)"\n"
11640 ".set "GLAPI_PREFIX_STR(VertexAttrib2sv)", "GLAPI_PREFIX_STR(VertexAttrib2svARB)"\n"
11641
11642 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dARB))"\n"
11643 "\t"STUB_ASM_CODE("485")"\n"
11644
11645 ".globl "GLAPI_PREFIX_STR(VertexAttrib3d)"\n"
11646 ".set "GLAPI_PREFIX_STR(VertexAttrib3d)", "GLAPI_PREFIX_STR(VertexAttrib3dARB)"\n"
11647
11648 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvARB))"\n"
11649 "\t"STUB_ASM_CODE("486")"\n"
11650
11651 ".globl "GLAPI_PREFIX_STR(VertexAttrib3dv)"\n"
11652 ".set "GLAPI_PREFIX_STR(VertexAttrib3dv)", "GLAPI_PREFIX_STR(VertexAttrib3dvARB)"\n"
11653
11654 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fARB))"\n"
11655 "\t"STUB_ASM_CODE("487")"\n"
11656
11657 ".globl "GLAPI_PREFIX_STR(VertexAttrib3f)"\n"
11658 ".set "GLAPI_PREFIX_STR(VertexAttrib3f)", "GLAPI_PREFIX_STR(VertexAttrib3fARB)"\n"
11659
11660 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvARB))"\n"
11661 "\t"STUB_ASM_CODE("488")"\n"
11662
11663 ".globl "GLAPI_PREFIX_STR(VertexAttrib3fv)"\n"
11664 ".set "GLAPI_PREFIX_STR(VertexAttrib3fv)", "GLAPI_PREFIX_STR(VertexAttrib3fvARB)"\n"
11665
11666 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sARB))"\n"
11667 "\t"STUB_ASM_CODE("489")"\n"
11668
11669 ".globl "GLAPI_PREFIX_STR(VertexAttrib3s)"\n"
11670 ".set "GLAPI_PREFIX_STR(VertexAttrib3s)", "GLAPI_PREFIX_STR(VertexAttrib3sARB)"\n"
11671
11672 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svARB))"\n"
11673 "\t"STUB_ASM_CODE("490")"\n"
11674
11675 ".globl "GLAPI_PREFIX_STR(VertexAttrib3sv)"\n"
11676 ".set "GLAPI_PREFIX_STR(VertexAttrib3sv)", "GLAPI_PREFIX_STR(VertexAttrib3svARB)"\n"
11677
11678 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NbvARB))"\n"
11679 "\t"STUB_ASM_CODE("491")"\n"
11680
11681 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nbv)"\n"
11682 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nbv)", "GLAPI_PREFIX_STR(VertexAttrib4NbvARB)"\n"
11683
11684 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NivARB))"\n"
11685 "\t"STUB_ASM_CODE("492")"\n"
11686
11687 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Niv)"\n"
11688 ".set "GLAPI_PREFIX_STR(VertexAttrib4Niv)", "GLAPI_PREFIX_STR(VertexAttrib4NivARB)"\n"
11689
11690 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NsvARB))"\n"
11691 "\t"STUB_ASM_CODE("493")"\n"
11692
11693 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nsv)"\n"
11694 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nsv)", "GLAPI_PREFIX_STR(VertexAttrib4NsvARB)"\n"
11695
11696 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubARB))"\n"
11697 "\t"STUB_ASM_CODE("494")"\n"
11698
11699 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nub)"\n"
11700 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nub)", "GLAPI_PREFIX_STR(VertexAttrib4NubARB)"\n"
11701
11702 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubvARB))"\n"
11703 "\t"STUB_ASM_CODE("495")"\n"
11704
11705 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nubv)"\n"
11706 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nubv)", "GLAPI_PREFIX_STR(VertexAttrib4NubvARB)"\n"
11707
11708 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NuivARB))"\n"
11709 "\t"STUB_ASM_CODE("496")"\n"
11710
11711 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)"\n"
11712 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)", "GLAPI_PREFIX_STR(VertexAttrib4NuivARB)"\n"
11713
11714 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NusvARB))"\n"
11715 "\t"STUB_ASM_CODE("497")"\n"
11716
11717 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nusv)"\n"
11718 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nusv)", "GLAPI_PREFIX_STR(VertexAttrib4NusvARB)"\n"
11719
11720 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4bvARB))"\n"
11721 "\t"STUB_ASM_CODE("498")"\n"
11722
11723 ".globl "GLAPI_PREFIX_STR(VertexAttrib4bv)"\n"
11724 ".set "GLAPI_PREFIX_STR(VertexAttrib4bv)", "GLAPI_PREFIX_STR(VertexAttrib4bvARB)"\n"
11725
11726 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dARB))"\n"
11727 "\t"STUB_ASM_CODE("499")"\n"
11728
11729 ".globl "GLAPI_PREFIX_STR(VertexAttrib4d)"\n"
11730 ".set "GLAPI_PREFIX_STR(VertexAttrib4d)", "GLAPI_PREFIX_STR(VertexAttrib4dARB)"\n"
11731
11732 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvARB))"\n"
11733 "\t"STUB_ASM_CODE("500")"\n"
11734
11735 ".globl "GLAPI_PREFIX_STR(VertexAttrib4dv)"\n"
11736 ".set "GLAPI_PREFIX_STR(VertexAttrib4dv)", "GLAPI_PREFIX_STR(VertexAttrib4dvARB)"\n"
11737
11738 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fARB))"\n"
11739 "\t"STUB_ASM_CODE("501")"\n"
11740
11741 ".globl "GLAPI_PREFIX_STR(VertexAttrib4f)"\n"
11742 ".set "GLAPI_PREFIX_STR(VertexAttrib4f)", "GLAPI_PREFIX_STR(VertexAttrib4fARB)"\n"
11743
11744 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvARB))"\n"
11745 "\t"STUB_ASM_CODE("502")"\n"
11746
11747 ".globl "GLAPI_PREFIX_STR(VertexAttrib4fv)"\n"
11748 ".set "GLAPI_PREFIX_STR(VertexAttrib4fv)", "GLAPI_PREFIX_STR(VertexAttrib4fvARB)"\n"
11749
11750 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ivARB))"\n"
11751 "\t"STUB_ASM_CODE("503")"\n"
11752
11753 ".globl "GLAPI_PREFIX_STR(VertexAttrib4iv)"\n"
11754 ".set "GLAPI_PREFIX_STR(VertexAttrib4iv)", "GLAPI_PREFIX_STR(VertexAttrib4ivARB)"\n"
11755
11756 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sARB))"\n"
11757 "\t"STUB_ASM_CODE("504")"\n"
11758
11759 ".globl "GLAPI_PREFIX_STR(VertexAttrib4s)"\n"
11760 ".set "GLAPI_PREFIX_STR(VertexAttrib4s)", "GLAPI_PREFIX_STR(VertexAttrib4sARB)"\n"
11761
11762 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svARB))"\n"
11763 "\t"STUB_ASM_CODE("505")"\n"
11764
11765 ".globl "GLAPI_PREFIX_STR(VertexAttrib4sv)"\n"
11766 ".set "GLAPI_PREFIX_STR(VertexAttrib4sv)", "GLAPI_PREFIX_STR(VertexAttrib4svARB)"\n"
11767
11768 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvARB))"\n"
11769 "\t"STUB_ASM_CODE("506")"\n"
11770
11771 ".globl "GLAPI_PREFIX_STR(VertexAttrib4ubv)"\n"
11772 ".set "GLAPI_PREFIX_STR(VertexAttrib4ubv)", "GLAPI_PREFIX_STR(VertexAttrib4ubvARB)"\n"
11773
11774 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4uivARB))"\n"
11775 "\t"STUB_ASM_CODE("507")"\n"
11776
11777 ".globl "GLAPI_PREFIX_STR(VertexAttrib4uiv)"\n"
11778 ".set "GLAPI_PREFIX_STR(VertexAttrib4uiv)", "GLAPI_PREFIX_STR(VertexAttrib4uivARB)"\n"
11779
11780 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4usvARB))"\n"
11781 "\t"STUB_ASM_CODE("508")"\n"
11782
11783 ".globl "GLAPI_PREFIX_STR(VertexAttrib4usv)"\n"
11784 ".set "GLAPI_PREFIX_STR(VertexAttrib4usv)", "GLAPI_PREFIX_STR(VertexAttrib4usvARB)"\n"
11785
11786 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerARB))"\n"
11787 "\t"STUB_ASM_CODE("509")"\n"
11788
11789 ".globl "GLAPI_PREFIX_STR(VertexAttribPointer)"\n"
11790 ".set "GLAPI_PREFIX_STR(VertexAttribPointer)", "GLAPI_PREFIX_STR(VertexAttribPointerARB)"\n"
11791
11792 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferARB))"\n"
11793 "\t"STUB_ASM_CODE("510")"\n"
11794
11795 ".globl "GLAPI_PREFIX_STR(BindBuffer)"\n"
11796 ".set "GLAPI_PREFIX_STR(BindBuffer)", "GLAPI_PREFIX_STR(BindBufferARB)"\n"
11797
11798 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferDataARB))"\n"
11799 "\t"STUB_ASM_CODE("511")"\n"
11800
11801 ".globl "GLAPI_PREFIX_STR(BufferData)"\n"
11802 ".set "GLAPI_PREFIX_STR(BufferData)", "GLAPI_PREFIX_STR(BufferDataARB)"\n"
11803
11804 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferSubDataARB))"\n"
11805 "\t"STUB_ASM_CODE("512")"\n"
11806
11807 ".globl "GLAPI_PREFIX_STR(BufferSubData)"\n"
11808 ".set "GLAPI_PREFIX_STR(BufferSubData)", "GLAPI_PREFIX_STR(BufferSubDataARB)"\n"
11809
11810 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteBuffersARB))"\n"
11811 "\t"STUB_ASM_CODE("513")"\n"
11812
11813 ".globl "GLAPI_PREFIX_STR(DeleteBuffers)"\n"
11814 ".set "GLAPI_PREFIX_STR(DeleteBuffers)", "GLAPI_PREFIX_STR(DeleteBuffersARB)"\n"
11815
11816 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenBuffersARB))"\n"
11817 "\t"STUB_ASM_CODE("514")"\n"
11818
11819 ".globl "GLAPI_PREFIX_STR(GenBuffers)"\n"
11820 ".set "GLAPI_PREFIX_STR(GenBuffers)", "GLAPI_PREFIX_STR(GenBuffersARB)"\n"
11821
11822 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameterivARB))"\n"
11823 "\t"STUB_ASM_CODE("515")"\n"
11824
11825 ".globl "GLAPI_PREFIX_STR(GetBufferParameteriv)"\n"
11826 ".set "GLAPI_PREFIX_STR(GetBufferParameteriv)", "GLAPI_PREFIX_STR(GetBufferParameterivARB)"\n"
11827
11828 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferPointervARB))"\n"
11829 "\t"STUB_ASM_CODE("516")"\n"
11830
11831 ".globl "GLAPI_PREFIX_STR(GetBufferPointerv)"\n"
11832 ".set "GLAPI_PREFIX_STR(GetBufferPointerv)", "GLAPI_PREFIX_STR(GetBufferPointervARB)"\n"
11833
11834 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferSubDataARB))"\n"
11835 "\t"STUB_ASM_CODE("517")"\n"
11836
11837 ".globl "GLAPI_PREFIX_STR(GetBufferSubData)"\n"
11838 ".set "GLAPI_PREFIX_STR(GetBufferSubData)", "GLAPI_PREFIX_STR(GetBufferSubDataARB)"\n"
11839
11840 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsBufferARB))"\n"
11841 "\t"STUB_ASM_CODE("518")"\n"
11842
11843 ".globl "GLAPI_PREFIX_STR(IsBuffer)"\n"
11844 ".set "GLAPI_PREFIX_STR(IsBuffer)", "GLAPI_PREFIX_STR(IsBufferARB)"\n"
11845
11846 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferARB))"\n"
11847 "\t"STUB_ASM_CODE("519")"\n"
11848
11849 ".globl "GLAPI_PREFIX_STR(MapBuffer)"\n"
11850 ".set "GLAPI_PREFIX_STR(MapBuffer)", "GLAPI_PREFIX_STR(MapBufferARB)"\n"
11851
11852 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnmapBufferARB))"\n"
11853 "\t"STUB_ASM_CODE("520")"\n"
11854
11855 ".globl "GLAPI_PREFIX_STR(UnmapBuffer)"\n"
11856 ".set "GLAPI_PREFIX_STR(UnmapBuffer)", "GLAPI_PREFIX_STR(UnmapBufferARB)"\n"
11857
11858 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginQueryARB))"\n"
11859 "\t"STUB_ASM_CODE("521")"\n"
11860
11861 ".globl "GLAPI_PREFIX_STR(BeginQuery)"\n"
11862 ".set "GLAPI_PREFIX_STR(BeginQuery)", "GLAPI_PREFIX_STR(BeginQueryARB)"\n"
11863
11864 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteQueriesARB))"\n"
11865 "\t"STUB_ASM_CODE("522")"\n"
11866
11867 ".globl "GLAPI_PREFIX_STR(DeleteQueries)"\n"
11868 ".set "GLAPI_PREFIX_STR(DeleteQueries)", "GLAPI_PREFIX_STR(DeleteQueriesARB)"\n"
11869
11870 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndQueryARB))"\n"
11871 "\t"STUB_ASM_CODE("523")"\n"
11872
11873 ".globl "GLAPI_PREFIX_STR(EndQuery)"\n"
11874 ".set "GLAPI_PREFIX_STR(EndQuery)", "GLAPI_PREFIX_STR(EndQueryARB)"\n"
11875
11876 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenQueriesARB))"\n"
11877 "\t"STUB_ASM_CODE("524")"\n"
11878
11879 ".globl "GLAPI_PREFIX_STR(GenQueries)"\n"
11880 ".set "GLAPI_PREFIX_STR(GenQueries)", "GLAPI_PREFIX_STR(GenQueriesARB)"\n"
11881
11882 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectivARB))"\n"
11883 "\t"STUB_ASM_CODE("525")"\n"
11884
11885 ".globl "GLAPI_PREFIX_STR(GetQueryObjectiv)"\n"
11886 ".set "GLAPI_PREFIX_STR(GetQueryObjectiv)", "GLAPI_PREFIX_STR(GetQueryObjectivARB)"\n"
11887
11888 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectuivARB))"\n"
11889 "\t"STUB_ASM_CODE("526")"\n"
11890
11891 ".globl "GLAPI_PREFIX_STR(GetQueryObjectuiv)"\n"
11892 ".set "GLAPI_PREFIX_STR(GetQueryObjectuiv)", "GLAPI_PREFIX_STR(GetQueryObjectuivARB)"\n"
11893
11894 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryivARB))"\n"
11895 "\t"STUB_ASM_CODE("527")"\n"
11896
11897 ".globl "GLAPI_PREFIX_STR(GetQueryiv)"\n"
11898 ".set "GLAPI_PREFIX_STR(GetQueryiv)", "GLAPI_PREFIX_STR(GetQueryivARB)"\n"
11899
11900 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsQueryARB))"\n"
11901 "\t"STUB_ASM_CODE("528")"\n"
11902
11903 ".globl "GLAPI_PREFIX_STR(IsQuery)"\n"
11904 ".set "GLAPI_PREFIX_STR(IsQuery)", "GLAPI_PREFIX_STR(IsQueryARB)"\n"
11905
11906 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachObjectARB))"\n"
11907 "\t"STUB_ASM_CODE("529")"\n"
11908
11909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShaderARB))"\n"
11910 "\t"STUB_ASM_CODE("530")"\n"
11911
11912 ".globl "GLAPI_PREFIX_STR(CompileShader)"\n"
11913 ".set "GLAPI_PREFIX_STR(CompileShader)", "GLAPI_PREFIX_STR(CompileShaderARB)"\n"
11914
11915 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgramObjectARB))"\n"
11916 "\t"STUB_ASM_CODE("531")"\n"
11917
11918 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderObjectARB))"\n"
11919 "\t"STUB_ASM_CODE("532")"\n"
11920
11921 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteObjectARB))"\n"
11922 "\t"STUB_ASM_CODE("533")"\n"
11923
11924 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachObjectARB))"\n"
11925 "\t"STUB_ASM_CODE("534")"\n"
11926
11927 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformARB))"\n"
11928 "\t"STUB_ASM_CODE("535")"\n"
11929
11930 ".globl "GLAPI_PREFIX_STR(GetActiveUniform)"\n"
11931 ".set "GLAPI_PREFIX_STR(GetActiveUniform)", "GLAPI_PREFIX_STR(GetActiveUniformARB)"\n"
11932
11933 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedObjectsARB))"\n"
11934 "\t"STUB_ASM_CODE("536")"\n"
11935
11936 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHandleARB))"\n"
11937 "\t"STUB_ASM_CODE("537")"\n"
11938
11939 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInfoLogARB))"\n"
11940 "\t"STUB_ASM_CODE("538")"\n"
11941
11942 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterfvARB))"\n"
11943 "\t"STUB_ASM_CODE("539")"\n"
11944
11945 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivARB))"\n"
11946 "\t"STUB_ASM_CODE("540")"\n"
11947
11948 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderSourceARB))"\n"
11949 "\t"STUB_ASM_CODE("541")"\n"
11950
11951 ".globl "GLAPI_PREFIX_STR(GetShaderSource)"\n"
11952 ".set "GLAPI_PREFIX_STR(GetShaderSource)", "GLAPI_PREFIX_STR(GetShaderSourceARB)"\n"
11953
11954 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformLocationARB))"\n"
11955 "\t"STUB_ASM_CODE("542")"\n"
11956
11957 ".globl "GLAPI_PREFIX_STR(GetUniformLocation)"\n"
11958 ".set "GLAPI_PREFIX_STR(GetUniformLocation)", "GLAPI_PREFIX_STR(GetUniformLocationARB)"\n"
11959
11960 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformfvARB))"\n"
11961 "\t"STUB_ASM_CODE("543")"\n"
11962
11963 ".globl "GLAPI_PREFIX_STR(GetUniformfv)"\n"
11964 ".set "GLAPI_PREFIX_STR(GetUniformfv)", "GLAPI_PREFIX_STR(GetUniformfvARB)"\n"
11965
11966 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformivARB))"\n"
11967 "\t"STUB_ASM_CODE("544")"\n"
11968
11969 ".globl "GLAPI_PREFIX_STR(GetUniformiv)"\n"
11970 ".set "GLAPI_PREFIX_STR(GetUniformiv)", "GLAPI_PREFIX_STR(GetUniformivARB)"\n"
11971
11972 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LinkProgramARB))"\n"
11973 "\t"STUB_ASM_CODE("545")"\n"
11974
11975 ".globl "GLAPI_PREFIX_STR(LinkProgram)"\n"
11976 ".set "GLAPI_PREFIX_STR(LinkProgram)", "GLAPI_PREFIX_STR(LinkProgramARB)"\n"
11977
11978 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderSourceARB))"\n"
11979 "\t"STUB_ASM_CODE("546")"\n"
11980
11981 ".globl "GLAPI_PREFIX_STR(ShaderSource)"\n"
11982 ".set "GLAPI_PREFIX_STR(ShaderSource)", "GLAPI_PREFIX_STR(ShaderSourceARB)"\n"
11983
11984 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fARB))"\n"
11985 "\t"STUB_ASM_CODE("547")"\n"
11986
11987 ".globl "GLAPI_PREFIX_STR(Uniform1f)"\n"
11988 ".set "GLAPI_PREFIX_STR(Uniform1f)", "GLAPI_PREFIX_STR(Uniform1fARB)"\n"
11989
11990 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fvARB))"\n"
11991 "\t"STUB_ASM_CODE("548")"\n"
11992
11993 ".globl "GLAPI_PREFIX_STR(Uniform1fv)"\n"
11994 ".set "GLAPI_PREFIX_STR(Uniform1fv)", "GLAPI_PREFIX_STR(Uniform1fvARB)"\n"
11995
11996 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1iARB))"\n"
11997 "\t"STUB_ASM_CODE("549")"\n"
11998
11999 ".globl "GLAPI_PREFIX_STR(Uniform1i)"\n"
12000 ".set "GLAPI_PREFIX_STR(Uniform1i)", "GLAPI_PREFIX_STR(Uniform1iARB)"\n"
12001
12002 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1ivARB))"\n"
12003 "\t"STUB_ASM_CODE("550")"\n"
12004
12005 ".globl "GLAPI_PREFIX_STR(Uniform1iv)"\n"
12006 ".set "GLAPI_PREFIX_STR(Uniform1iv)", "GLAPI_PREFIX_STR(Uniform1ivARB)"\n"
12007
12008 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fARB))"\n"
12009 "\t"STUB_ASM_CODE("551")"\n"
12010
12011 ".globl "GLAPI_PREFIX_STR(Uniform2f)"\n"
12012 ".set "GLAPI_PREFIX_STR(Uniform2f)", "GLAPI_PREFIX_STR(Uniform2fARB)"\n"
12013
12014 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fvARB))"\n"
12015 "\t"STUB_ASM_CODE("552")"\n"
12016
12017 ".globl "GLAPI_PREFIX_STR(Uniform2fv)"\n"
12018 ".set "GLAPI_PREFIX_STR(Uniform2fv)", "GLAPI_PREFIX_STR(Uniform2fvARB)"\n"
12019
12020 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2iARB))"\n"
12021 "\t"STUB_ASM_CODE("553")"\n"
12022
12023 ".globl "GLAPI_PREFIX_STR(Uniform2i)"\n"
12024 ".set "GLAPI_PREFIX_STR(Uniform2i)", "GLAPI_PREFIX_STR(Uniform2iARB)"\n"
12025
12026 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2ivARB))"\n"
12027 "\t"STUB_ASM_CODE("554")"\n"
12028
12029 ".globl "GLAPI_PREFIX_STR(Uniform2iv)"\n"
12030 ".set "GLAPI_PREFIX_STR(Uniform2iv)", "GLAPI_PREFIX_STR(Uniform2ivARB)"\n"
12031
12032 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fARB))"\n"
12033 "\t"STUB_ASM_CODE("555")"\n"
12034
12035 ".globl "GLAPI_PREFIX_STR(Uniform3f)"\n"
12036 ".set "GLAPI_PREFIX_STR(Uniform3f)", "GLAPI_PREFIX_STR(Uniform3fARB)"\n"
12037
12038 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fvARB))"\n"
12039 "\t"STUB_ASM_CODE("556")"\n"
12040
12041 ".globl "GLAPI_PREFIX_STR(Uniform3fv)"\n"
12042 ".set "GLAPI_PREFIX_STR(Uniform3fv)", "GLAPI_PREFIX_STR(Uniform3fvARB)"\n"
12043
12044 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3iARB))"\n"
12045 "\t"STUB_ASM_CODE("557")"\n"
12046
12047 ".globl "GLAPI_PREFIX_STR(Uniform3i)"\n"
12048 ".set "GLAPI_PREFIX_STR(Uniform3i)", "GLAPI_PREFIX_STR(Uniform3iARB)"\n"
12049
12050 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3ivARB))"\n"
12051 "\t"STUB_ASM_CODE("558")"\n"
12052
12053 ".globl "GLAPI_PREFIX_STR(Uniform3iv)"\n"
12054 ".set "GLAPI_PREFIX_STR(Uniform3iv)", "GLAPI_PREFIX_STR(Uniform3ivARB)"\n"
12055
12056 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fARB))"\n"
12057 "\t"STUB_ASM_CODE("559")"\n"
12058
12059 ".globl "GLAPI_PREFIX_STR(Uniform4f)"\n"
12060 ".set "GLAPI_PREFIX_STR(Uniform4f)", "GLAPI_PREFIX_STR(Uniform4fARB)"\n"
12061
12062 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fvARB))"\n"
12063 "\t"STUB_ASM_CODE("560")"\n"
12064
12065 ".globl "GLAPI_PREFIX_STR(Uniform4fv)"\n"
12066 ".set "GLAPI_PREFIX_STR(Uniform4fv)", "GLAPI_PREFIX_STR(Uniform4fvARB)"\n"
12067
12068 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4iARB))"\n"
12069 "\t"STUB_ASM_CODE("561")"\n"
12070
12071 ".globl "GLAPI_PREFIX_STR(Uniform4i)"\n"
12072 ".set "GLAPI_PREFIX_STR(Uniform4i)", "GLAPI_PREFIX_STR(Uniform4iARB)"\n"
12073
12074 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4ivARB))"\n"
12075 "\t"STUB_ASM_CODE("562")"\n"
12076
12077 ".globl "GLAPI_PREFIX_STR(Uniform4iv)"\n"
12078 ".set "GLAPI_PREFIX_STR(Uniform4iv)", "GLAPI_PREFIX_STR(Uniform4ivARB)"\n"
12079
12080 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2fvARB))"\n"
12081 "\t"STUB_ASM_CODE("563")"\n"
12082
12083 ".globl "GLAPI_PREFIX_STR(UniformMatrix2fv)"\n"
12084 ".set "GLAPI_PREFIX_STR(UniformMatrix2fv)", "GLAPI_PREFIX_STR(UniformMatrix2fvARB)"\n"
12085
12086 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3fvARB))"\n"
12087 "\t"STUB_ASM_CODE("564")"\n"
12088
12089 ".globl "GLAPI_PREFIX_STR(UniformMatrix3fv)"\n"
12090 ".set "GLAPI_PREFIX_STR(UniformMatrix3fv)", "GLAPI_PREFIX_STR(UniformMatrix3fvARB)"\n"
12091
12092 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4fvARB))"\n"
12093 "\t"STUB_ASM_CODE("565")"\n"
12094
12095 ".globl "GLAPI_PREFIX_STR(UniformMatrix4fv)"\n"
12096 ".set "GLAPI_PREFIX_STR(UniformMatrix4fv)", "GLAPI_PREFIX_STR(UniformMatrix4fvARB)"\n"
12097
12098 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseProgramObjectARB))"\n"
12099 "\t"STUB_ASM_CODE("566")"\n"
12100
12101 ".globl "GLAPI_PREFIX_STR(UseProgram)"\n"
12102 ".set "GLAPI_PREFIX_STR(UseProgram)", "GLAPI_PREFIX_STR(UseProgramObjectARB)"\n"
12103
12104 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ValidateProgramARB))"\n"
12105 "\t"STUB_ASM_CODE("567")"\n"
12106
12107 ".globl "GLAPI_PREFIX_STR(ValidateProgram)"\n"
12108 ".set "GLAPI_PREFIX_STR(ValidateProgram)", "GLAPI_PREFIX_STR(ValidateProgramARB)"\n"
12109
12110 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindAttribLocationARB))"\n"
12111 "\t"STUB_ASM_CODE("568")"\n"
12112
12113 ".globl "GLAPI_PREFIX_STR(BindAttribLocation)"\n"
12114 ".set "GLAPI_PREFIX_STR(BindAttribLocation)", "GLAPI_PREFIX_STR(BindAttribLocationARB)"\n"
12115
12116 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveAttribARB))"\n"
12117 "\t"STUB_ASM_CODE("569")"\n"
12118
12119 ".globl "GLAPI_PREFIX_STR(GetActiveAttrib)"\n"
12120 ".set "GLAPI_PREFIX_STR(GetActiveAttrib)", "GLAPI_PREFIX_STR(GetActiveAttribARB)"\n"
12121
12122 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttribLocationARB))"\n"
12123 "\t"STUB_ASM_CODE("570")"\n"
12124
12125 ".globl "GLAPI_PREFIX_STR(GetAttribLocation)"\n"
12126 ".set "GLAPI_PREFIX_STR(GetAttribLocation)", "GLAPI_PREFIX_STR(GetAttribLocationARB)"\n"
12127
12128 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffersARB))"\n"
12129 "\t"STUB_ASM_CODE("571")"\n"
12130
12131 ".globl "GLAPI_PREFIX_STR(DrawBuffers)"\n"
12132 ".set "GLAPI_PREFIX_STR(DrawBuffers)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
12133
12134 ".globl "GLAPI_PREFIX_STR(DrawBuffersATI)"\n"
12135 ".set "GLAPI_PREFIX_STR(DrawBuffersATI)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
12136
12137 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColorARB))"\n"
12138 "\t"STUB_ASM_CODE("572")"\n"
12139
12140 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysInstancedARB))"\n"
12141 "\t"STUB_ASM_CODE("573")"\n"
12142
12143 ".globl "GLAPI_PREFIX_STR(DrawArraysInstanced)"\n"
12144 ".set "GLAPI_PREFIX_STR(DrawArraysInstanced)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
12145
12146 ".globl "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)"\n"
12147 ".set "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
12148
12149 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedARB))"\n"
12150 "\t"STUB_ASM_CODE("574")"\n"
12151
12152 ".globl "GLAPI_PREFIX_STR(DrawElementsInstanced)"\n"
12153 ".set "GLAPI_PREFIX_STR(DrawElementsInstanced)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
12154
12155 ".globl "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)"\n"
12156 ".set "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
12157
12158 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageMultisample))"\n"
12159 "\t"STUB_ASM_CODE("575")"\n"
12160
12161 ".globl "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)"\n"
12162 ".set "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)", "GLAPI_PREFIX_STR(RenderbufferStorageMultisample)"\n"
12163
12164 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureARB))"\n"
12165 "\t"STUB_ASM_CODE("576")"\n"
12166
12167 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureFaceARB))"\n"
12168 "\t"STUB_ASM_CODE("577")"\n"
12169
12170 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameteriARB))"\n"
12171 "\t"STUB_ASM_CODE("578")"\n"
12172
12173 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisorARB))"\n"
12174 "\t"STUB_ASM_CODE("579")"\n"
12175
12176 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushMappedBufferRange))"\n"
12177 "\t"STUB_ASM_CODE("580")"\n"
12178
12179 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferRange))"\n"
12180 "\t"STUB_ASM_CODE("581")"\n"
12181
12182 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBufferARB))"\n"
12183 "\t"STUB_ASM_CODE("582")"\n"
12184
12185 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexArray))"\n"
12186 "\t"STUB_ASM_CODE("583")"\n"
12187
12188 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenVertexArrays))"\n"
12189 "\t"STUB_ASM_CODE("584")"\n"
12190
12191 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyBufferSubData))"\n"
12192 "\t"STUB_ASM_CODE("585")"\n"
12193
12194 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientWaitSync))"\n"
12195 "\t"STUB_ASM_CODE("586")"\n"
12196
12197 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSync))"\n"
12198 "\t"STUB_ASM_CODE("587")"\n"
12199
12200 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FenceSync))"\n"
12201 "\t"STUB_ASM_CODE("588")"\n"
12202
12203 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64v))"\n"
12204 "\t"STUB_ASM_CODE("589")"\n"
12205
12206 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSynciv))"\n"
12207 "\t"STUB_ASM_CODE("590")"\n"
12208
12209 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSync))"\n"
12210 "\t"STUB_ASM_CODE("591")"\n"
12211
12212 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WaitSync))"\n"
12213 "\t"STUB_ASM_CODE("592")"\n"
12214
12215 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsBaseVertex))"\n"
12216 "\t"STUB_ASM_CODE("593")"\n"
12217
12218 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedBaseVertex))"\n"
12219 "\t"STUB_ASM_CODE("594")"\n"
12220
12221 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElementsBaseVertex))"\n"
12222 "\t"STUB_ASM_CODE("595")"\n"
12223
12224 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsBaseVertex))"\n"
12225 "\t"STUB_ASM_CODE("596")"\n"
12226
12227 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparateiARB))"\n"
12228 "\t"STUB_ASM_CODE("597")"\n"
12229
12230 ".globl "GLAPI_PREFIX_STR(BlendEquationSeparateIndexedAMD)"\n"
12231 ".set "GLAPI_PREFIX_STR(BlendEquationSeparateIndexedAMD)", "GLAPI_PREFIX_STR(BlendEquationSeparateiARB)"\n"
12232
12233 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationiARB))"\n"
12234 "\t"STUB_ASM_CODE("598")"\n"
12235
12236 ".globl "GLAPI_PREFIX_STR(BlendEquationIndexedAMD)"\n"
12237 ".set "GLAPI_PREFIX_STR(BlendEquationIndexedAMD)", "GLAPI_PREFIX_STR(BlendEquationiARB)"\n"
12238
12239 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateiARB))"\n"
12240 "\t"STUB_ASM_CODE("599")"\n"
12241
12242 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparateIndexedAMD)"\n"
12243 ".set "GLAPI_PREFIX_STR(BlendFuncSeparateIndexedAMD)", "GLAPI_PREFIX_STR(BlendFuncSeparateiARB)"\n"
12244
12245 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunciARB))"\n"
12246 "\t"STUB_ASM_CODE("600")"\n"
12247
12248 ".globl "GLAPI_PREFIX_STR(BlendFuncIndexedAMD)"\n"
12249 ".set "GLAPI_PREFIX_STR(BlendFuncIndexedAMD)", "GLAPI_PREFIX_STR(BlendFunciARB)"\n"
12250
12251 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindSampler))"\n"
12252 "\t"STUB_ASM_CODE("601")"\n"
12253
12254 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSamplers))"\n"
12255 "\t"STUB_ASM_CODE("602")"\n"
12256
12257 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenSamplers))"\n"
12258 "\t"STUB_ASM_CODE("603")"\n"
12259
12260 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIiv))"\n"
12261 "\t"STUB_ASM_CODE("604")"\n"
12262
12263 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIuiv))"\n"
12264 "\t"STUB_ASM_CODE("605")"\n"
12265
12266 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterfv))"\n"
12267 "\t"STUB_ASM_CODE("606")"\n"
12268
12269 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameteriv))"\n"
12270 "\t"STUB_ASM_CODE("607")"\n"
12271
12272 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSampler))"\n"
12273 "\t"STUB_ASM_CODE("608")"\n"
12274
12275 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIiv))"\n"
12276 "\t"STUB_ASM_CODE("609")"\n"
12277
12278 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIuiv))"\n"
12279 "\t"STUB_ASM_CODE("610")"\n"
12280
12281 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterf))"\n"
12282 "\t"STUB_ASM_CODE("611")"\n"
12283
12284 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterfv))"\n"
12285 "\t"STUB_ASM_CODE("612")"\n"
12286
12287 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteri))"\n"
12288 "\t"STUB_ASM_CODE("613")"\n"
12289
12290 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteriv))"\n"
12291 "\t"STUB_ASM_CODE("614")"\n"
12292
12293 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback))"\n"
12294 "\t"STUB_ASM_CODE("615")"\n"
12295
12296 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks))"\n"
12297 "\t"STUB_ASM_CODE("616")"\n"
12298
12299 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback))"\n"
12300 "\t"STUB_ASM_CODE("617")"\n"
12301
12302 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks))"\n"
12303 "\t"STUB_ASM_CODE("618")"\n"
12304
12305 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback))"\n"
12306 "\t"STUB_ASM_CODE("619")"\n"
12307
12308 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback))"\n"
12309 "\t"STUB_ASM_CODE("620")"\n"
12310
12311 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback))"\n"
12312 "\t"STUB_ASM_CODE("621")"\n"
12313
12314 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"
12315 "\t"STUB_ASM_CODE("622")"\n"
12316
12317 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"
12318 "\t"STUB_ASM_CODE("623")"\n"
12319
12320 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat))"\n"
12321 "\t"STUB_ASM_CODE("624")"\n"
12322
12323 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler))"\n"
12324 "\t"STUB_ASM_CODE("625")"\n"
12325
12326 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary))"\n"
12327 "\t"STUB_ASM_CODE("626")"\n"
12328
12329 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetGraphicsResetStatusARB))"\n"
12330 "\t"STUB_ASM_CODE("630")"\n"
12331
12332 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnColorTableARB))"\n"
12333 "\t"STUB_ASM_CODE("631")"\n"
12334
12335 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnCompressedTexImageARB))"\n"
12336 "\t"STUB_ASM_CODE("632")"\n"
12337
12338 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnConvolutionFilterARB))"\n"
12339 "\t"STUB_ASM_CODE("633")"\n"
12340
12341 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnHistogramARB))"\n"
12342 "\t"STUB_ASM_CODE("634")"\n"
12343
12344 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapdvARB))"\n"
12345 "\t"STUB_ASM_CODE("635")"\n"
12346
12347 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapfvARB))"\n"
12348 "\t"STUB_ASM_CODE("636")"\n"
12349
12350 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapivARB))"\n"
12351 "\t"STUB_ASM_CODE("637")"\n"
12352
12353 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMinmaxARB))"\n"
12354 "\t"STUB_ASM_CODE("638")"\n"
12355
12356 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapfvARB))"\n"
12357 "\t"STUB_ASM_CODE("639")"\n"
12358
12359 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapuivARB))"\n"
12360 "\t"STUB_ASM_CODE("640")"\n"
12361
12362 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapusvARB))"\n"
12363 "\t"STUB_ASM_CODE("641")"\n"
12364
12365 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPolygonStippleARB))"\n"
12366 "\t"STUB_ASM_CODE("642")"\n"
12367
12368 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnSeparableFilterARB))"\n"
12369 "\t"STUB_ASM_CODE("643")"\n"
12370
12371 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnTexImageARB))"\n"
12372 "\t"STUB_ASM_CODE("644")"\n"
12373
12374 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformdvARB))"\n"
12375 "\t"STUB_ASM_CODE("645")"\n"
12376
12377 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformfvARB))"\n"
12378 "\t"STUB_ASM_CODE("646")"\n"
12379
12380 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformivARB))"\n"
12381 "\t"STUB_ASM_CODE("647")"\n"
12382
12383 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformuivARB))"\n"
12384 "\t"STUB_ASM_CODE("648")"\n"
12385
12386 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadnPixelsARB))"\n"
12387 "\t"STUB_ASM_CODE("649")"\n"
12388
12389 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetEXT))"\n"
12390 "\t"STUB_ASM_CODE("650")"\n"
12391
12392 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT))"\n"
12393 "\t"STUB_ASM_CODE("669")"\n"
12394
12395 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT))"\n"
12396 "\t"STUB_ASM_CODE("670")"\n"
12397
12398 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT))"\n"
12399 "\t"STUB_ASM_CODE("671")"\n"
12400
12401 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT))"\n"
12402 "\t"STUB_ASM_CODE("672")"\n"
12403
12404 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT))"\n"
12405 "\t"STUB_ASM_CODE("673")"\n"
12406
12407 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT))"\n"
12408 "\t"STUB_ASM_CODE("674")"\n"
12409
12410 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT))"\n"
12411 "\t"STUB_ASM_CODE("675")"\n"
12412
12413 ".globl "GLAPI_PREFIX_STR(PointParameterf)"\n"
12414 ".set "GLAPI_PREFIX_STR(PointParameterf)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
12415
12416 ".globl "GLAPI_PREFIX_STR(PointParameterfARB)"\n"
12417 ".set "GLAPI_PREFIX_STR(PointParameterfARB)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
12418
12419 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfvEXT))"\n"
12420 "\t"STUB_ASM_CODE("676")"\n"
12421
12422 ".globl "GLAPI_PREFIX_STR(PointParameterfv)"\n"
12423 ".set "GLAPI_PREFIX_STR(PointParameterfv)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
12424
12425 ".globl "GLAPI_PREFIX_STR(PointParameterfvARB)"\n"
12426 ".set "GLAPI_PREFIX_STR(PointParameterfvARB)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
12427
12428 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LockArraysEXT))"\n"
12429 "\t"STUB_ASM_CODE("677")"\n"
12430
12431 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnlockArraysEXT))"\n"
12432 "\t"STUB_ASM_CODE("678")"\n"
12433
12434 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bEXT))"\n"
12435 "\t"STUB_ASM_CODE("679")"\n"
12436
12437 ".globl "GLAPI_PREFIX_STR(SecondaryColor3b)"\n"
12438 ".set "GLAPI_PREFIX_STR(SecondaryColor3b)", "GLAPI_PREFIX_STR(SecondaryColor3bEXT)"\n"
12439
12440 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bvEXT))"\n"
12441 "\t"STUB_ASM_CODE("680")"\n"
12442
12443 ".globl "GLAPI_PREFIX_STR(SecondaryColor3bv)"\n"
12444 ".set "GLAPI_PREFIX_STR(SecondaryColor3bv)", "GLAPI_PREFIX_STR(SecondaryColor3bvEXT)"\n"
12445
12446 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dEXT))"\n"
12447 "\t"STUB_ASM_CODE("681")"\n"
12448
12449 ".globl "GLAPI_PREFIX_STR(SecondaryColor3d)"\n"
12450 ".set "GLAPI_PREFIX_STR(SecondaryColor3d)", "GLAPI_PREFIX_STR(SecondaryColor3dEXT)"\n"
12451
12452 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dvEXT))"\n"
12453 "\t"STUB_ASM_CODE("682")"\n"
12454
12455 ".globl "GLAPI_PREFIX_STR(SecondaryColor3dv)"\n"
12456 ".set "GLAPI_PREFIX_STR(SecondaryColor3dv)", "GLAPI_PREFIX_STR(SecondaryColor3dvEXT)"\n"
12457
12458 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fEXT))"\n"
12459 "\t"STUB_ASM_CODE("683")"\n"
12460
12461 ".globl "GLAPI_PREFIX_STR(SecondaryColor3f)"\n"
12462 ".set "GLAPI_PREFIX_STR(SecondaryColor3f)", "GLAPI_PREFIX_STR(SecondaryColor3fEXT)"\n"
12463
12464 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fvEXT))"\n"
12465 "\t"STUB_ASM_CODE("684")"\n"
12466
12467 ".globl "GLAPI_PREFIX_STR(SecondaryColor3fv)"\n"
12468 ".set "GLAPI_PREFIX_STR(SecondaryColor3fv)", "GLAPI_PREFIX_STR(SecondaryColor3fvEXT)"\n"
12469
12470 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3iEXT))"\n"
12471 "\t"STUB_ASM_CODE("685")"\n"
12472
12473 ".globl "GLAPI_PREFIX_STR(SecondaryColor3i)"\n"
12474 ".set "GLAPI_PREFIX_STR(SecondaryColor3i)", "GLAPI_PREFIX_STR(SecondaryColor3iEXT)"\n"
12475
12476 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ivEXT))"\n"
12477 "\t"STUB_ASM_CODE("686")"\n"
12478
12479 ".globl "GLAPI_PREFIX_STR(SecondaryColor3iv)"\n"
12480 ".set "GLAPI_PREFIX_STR(SecondaryColor3iv)", "GLAPI_PREFIX_STR(SecondaryColor3ivEXT)"\n"
12481
12482 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3sEXT))"\n"
12483 "\t"STUB_ASM_CODE("687")"\n"
12484
12485 ".globl "GLAPI_PREFIX_STR(SecondaryColor3s)"\n"
12486 ".set "GLAPI_PREFIX_STR(SecondaryColor3s)", "GLAPI_PREFIX_STR(SecondaryColor3sEXT)"\n"
12487
12488 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3svEXT))"\n"
12489 "\t"STUB_ASM_CODE("688")"\n"
12490
12491 ".globl "GLAPI_PREFIX_STR(SecondaryColor3sv)"\n"
12492 ".set "GLAPI_PREFIX_STR(SecondaryColor3sv)", "GLAPI_PREFIX_STR(SecondaryColor3svEXT)"\n"
12493
12494 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubEXT))"\n"
12495 "\t"STUB_ASM_CODE("689")"\n"
12496
12497 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ub)"\n"
12498 ".set "GLAPI_PREFIX_STR(SecondaryColor3ub)", "GLAPI_PREFIX_STR(SecondaryColor3ubEXT)"\n"
12499
12500 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubvEXT))"\n"
12501 "\t"STUB_ASM_CODE("690")"\n"
12502
12503 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ubv)"\n"
12504 ".set "GLAPI_PREFIX_STR(SecondaryColor3ubv)", "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT)"\n"
12505
12506 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uiEXT))"\n"
12507 "\t"STUB_ASM_CODE("691")"\n"
12508
12509 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ui)"\n"
12510 ".set "GLAPI_PREFIX_STR(SecondaryColor3ui)", "GLAPI_PREFIX_STR(SecondaryColor3uiEXT)"\n"
12511
12512 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uivEXT))"\n"
12513 "\t"STUB_ASM_CODE("692")"\n"
12514
12515 ".globl "GLAPI_PREFIX_STR(SecondaryColor3uiv)"\n"
12516 ".set "GLAPI_PREFIX_STR(SecondaryColor3uiv)", "GLAPI_PREFIX_STR(SecondaryColor3uivEXT)"\n"
12517
12518 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usEXT))"\n"
12519 "\t"STUB_ASM_CODE("693")"\n"
12520
12521 ".globl "GLAPI_PREFIX_STR(SecondaryColor3us)"\n"
12522 ".set "GLAPI_PREFIX_STR(SecondaryColor3us)", "GLAPI_PREFIX_STR(SecondaryColor3usEXT)"\n"
12523
12524 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usvEXT))"\n"
12525 "\t"STUB_ASM_CODE("694")"\n"
12526
12527 ".globl "GLAPI_PREFIX_STR(SecondaryColor3usv)"\n"
12528 ".set "GLAPI_PREFIX_STR(SecondaryColor3usv)", "GLAPI_PREFIX_STR(SecondaryColor3usvEXT)"\n"
12529
12530 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorPointerEXT))"\n"
12531 "\t"STUB_ASM_CODE("695")"\n"
12532
12533 ".globl "GLAPI_PREFIX_STR(SecondaryColorPointer)"\n"
12534 ".set "GLAPI_PREFIX_STR(SecondaryColorPointer)", "GLAPI_PREFIX_STR(SecondaryColorPointerEXT)"\n"
12535
12536 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArraysEXT))"\n"
12537 "\t"STUB_ASM_CODE("696")"\n"
12538
12539 ".globl "GLAPI_PREFIX_STR(MultiDrawArrays)"\n"
12540 ".set "GLAPI_PREFIX_STR(MultiDrawArrays)", "GLAPI_PREFIX_STR(MultiDrawArraysEXT)"\n"
12541
12542 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsEXT))"\n"
12543 "\t"STUB_ASM_CODE("697")"\n"
12544
12545 ".globl "GLAPI_PREFIX_STR(MultiDrawElements)"\n"
12546 ".set "GLAPI_PREFIX_STR(MultiDrawElements)", "GLAPI_PREFIX_STR(MultiDrawElementsEXT)"\n"
12547
12548 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordPointerEXT))"\n"
12549 "\t"STUB_ASM_CODE("698")"\n"
12550
12551 ".globl "GLAPI_PREFIX_STR(FogCoordPointer)"\n"
12552 ".set "GLAPI_PREFIX_STR(FogCoordPointer)", "GLAPI_PREFIX_STR(FogCoordPointerEXT)"\n"
12553
12554 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddEXT))"\n"
12555 "\t"STUB_ASM_CODE("699")"\n"
12556
12557 ".globl "GLAPI_PREFIX_STR(FogCoordd)"\n"
12558 ".set "GLAPI_PREFIX_STR(FogCoordd)", "GLAPI_PREFIX_STR(FogCoorddEXT)"\n"
12559
12560 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddvEXT))"\n"
12561 "\t"STUB_ASM_CODE("700")"\n"
12562
12563 ".globl "GLAPI_PREFIX_STR(FogCoorddv)"\n"
12564 ".set "GLAPI_PREFIX_STR(FogCoorddv)", "GLAPI_PREFIX_STR(FogCoorddvEXT)"\n"
12565
12566 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfEXT))"\n"
12567 "\t"STUB_ASM_CODE("701")"\n"
12568
12569 ".globl "GLAPI_PREFIX_STR(FogCoordf)"\n"
12570 ".set "GLAPI_PREFIX_STR(FogCoordf)", "GLAPI_PREFIX_STR(FogCoordfEXT)"\n"
12571
12572 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfvEXT))"\n"
12573 "\t"STUB_ASM_CODE("702")"\n"
12574
12575 ".globl "GLAPI_PREFIX_STR(FogCoordfv)"\n"
12576 ".set "GLAPI_PREFIX_STR(FogCoordfv)", "GLAPI_PREFIX_STR(FogCoordfvEXT)"\n"
12577
12578 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateEXT))"\n"
12579 "\t"STUB_ASM_CODE("704")"\n"
12580
12581 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparate)"\n"
12582 ".set "GLAPI_PREFIX_STR(BlendFuncSeparate)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)"\n"
12583
12584 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushVertexArrayRangeNV))"\n"
12585 "\t"STUB_ASM_CODE("705")"\n"
12586
12587 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexArrayRangeNV))"\n"
12588 "\t"STUB_ASM_CODE("706")"\n"
12589
12590 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerInputNV))"\n"
12591 "\t"STUB_ASM_CODE("707")"\n"
12592
12593 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerOutputNV))"\n"
12594 "\t"STUB_ASM_CODE("708")"\n"
12595
12596 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfNV))"\n"
12597 "\t"STUB_ASM_CODE("709")"\n"
12598
12599 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfvNV))"\n"
12600 "\t"STUB_ASM_CODE("710")"\n"
12601
12602 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameteriNV))"\n"
12603 "\t"STUB_ASM_CODE("711")"\n"
12604
12605 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterivNV))"\n"
12606 "\t"STUB_ASM_CODE("712")"\n"
12607
12608 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FinalCombinerInputNV))"\n"
12609 "\t"STUB_ASM_CODE("713")"\n"
12610
12611 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterfvNV))"\n"
12612 "\t"STUB_ASM_CODE("714")"\n"
12613
12614 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterivNV))"\n"
12615 "\t"STUB_ASM_CODE("715")"\n"
12616
12617 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterfvNV))"\n"
12618 "\t"STUB_ASM_CODE("716")"\n"
12619
12620 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterivNV))"\n"
12621 "\t"STUB_ASM_CODE("717")"\n"
12622
12623 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterfvNV))"\n"
12624 "\t"STUB_ASM_CODE("718")"\n"
12625
12626 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterivNV))"\n"
12627 "\t"STUB_ASM_CODE("719")"\n"
12628
12629 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResizeBuffersMESA))"\n"
12630 "\t"STUB_ASM_CODE("720")"\n"
12631
12632 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dMESA))"\n"
12633 "\t"STUB_ASM_CODE("721")"\n"
12634
12635 ".globl "GLAPI_PREFIX_STR(WindowPos2d)"\n"
12636 ".set "GLAPI_PREFIX_STR(WindowPos2d)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
12637
12638 ".globl "GLAPI_PREFIX_STR(WindowPos2dARB)"\n"
12639 ".set "GLAPI_PREFIX_STR(WindowPos2dARB)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
12640
12641 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dvMESA))"\n"
12642 "\t"STUB_ASM_CODE("722")"\n"
12643
12644 ".globl "GLAPI_PREFIX_STR(WindowPos2dv)"\n"
12645 ".set "GLAPI_PREFIX_STR(WindowPos2dv)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
12646
12647 ".globl "GLAPI_PREFIX_STR(WindowPos2dvARB)"\n"
12648 ".set "GLAPI_PREFIX_STR(WindowPos2dvARB)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
12649
12650 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fMESA))"\n"
12651 "\t"STUB_ASM_CODE("723")"\n"
12652
12653 ".globl "GLAPI_PREFIX_STR(WindowPos2f)"\n"
12654 ".set "GLAPI_PREFIX_STR(WindowPos2f)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
12655
12656 ".globl "GLAPI_PREFIX_STR(WindowPos2fARB)"\n"
12657 ".set "GLAPI_PREFIX_STR(WindowPos2fARB)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
12658
12659 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fvMESA))"\n"
12660 "\t"STUB_ASM_CODE("724")"\n"
12661
12662 ".globl "GLAPI_PREFIX_STR(WindowPos2fv)"\n"
12663 ".set "GLAPI_PREFIX_STR(WindowPos2fv)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
12664
12665 ".globl "GLAPI_PREFIX_STR(WindowPos2fvARB)"\n"
12666 ".set "GLAPI_PREFIX_STR(WindowPos2fvARB)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
12667
12668 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iMESA))"\n"
12669 "\t"STUB_ASM_CODE("725")"\n"
12670
12671 ".globl "GLAPI_PREFIX_STR(WindowPos2i)"\n"
12672 ".set "GLAPI_PREFIX_STR(WindowPos2i)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
12673
12674 ".globl "GLAPI_PREFIX_STR(WindowPos2iARB)"\n"
12675 ".set "GLAPI_PREFIX_STR(WindowPos2iARB)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
12676
12677 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2ivMESA))"\n"
12678 "\t"STUB_ASM_CODE("726")"\n"
12679
12680 ".globl "GLAPI_PREFIX_STR(WindowPos2iv)"\n"
12681 ".set "GLAPI_PREFIX_STR(WindowPos2iv)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
12682
12683 ".globl "GLAPI_PREFIX_STR(WindowPos2ivARB)"\n"
12684 ".set "GLAPI_PREFIX_STR(WindowPos2ivARB)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
12685
12686 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sMESA))"\n"
12687 "\t"STUB_ASM_CODE("727")"\n"
12688
12689 ".globl "GLAPI_PREFIX_STR(WindowPos2s)"\n"
12690 ".set "GLAPI_PREFIX_STR(WindowPos2s)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
12691
12692 ".globl "GLAPI_PREFIX_STR(WindowPos2sARB)"\n"
12693 ".set "GLAPI_PREFIX_STR(WindowPos2sARB)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
12694
12695 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2svMESA))"\n"
12696 "\t"STUB_ASM_CODE("728")"\n"
12697
12698 ".globl "GLAPI_PREFIX_STR(WindowPos2sv)"\n"
12699 ".set "GLAPI_PREFIX_STR(WindowPos2sv)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
12700
12701 ".globl "GLAPI_PREFIX_STR(WindowPos2svARB)"\n"
12702 ".set "GLAPI_PREFIX_STR(WindowPos2svARB)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
12703
12704 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dMESA))"\n"
12705 "\t"STUB_ASM_CODE("729")"\n"
12706
12707 ".globl "GLAPI_PREFIX_STR(WindowPos3d)"\n"
12708 ".set "GLAPI_PREFIX_STR(WindowPos3d)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
12709
12710 ".globl "GLAPI_PREFIX_STR(WindowPos3dARB)"\n"
12711 ".set "GLAPI_PREFIX_STR(WindowPos3dARB)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
12712
12713 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dvMESA))"\n"
12714 "\t"STUB_ASM_CODE("730")"\n"
12715
12716 ".globl "GLAPI_PREFIX_STR(WindowPos3dv)"\n"
12717 ".set "GLAPI_PREFIX_STR(WindowPos3dv)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
12718
12719 ".globl "GLAPI_PREFIX_STR(WindowPos3dvARB)"\n"
12720 ".set "GLAPI_PREFIX_STR(WindowPos3dvARB)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
12721
12722 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fMESA))"\n"
12723 "\t"STUB_ASM_CODE("731")"\n"
12724
12725 ".globl "GLAPI_PREFIX_STR(WindowPos3f)"\n"
12726 ".set "GLAPI_PREFIX_STR(WindowPos3f)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
12727
12728 ".globl "GLAPI_PREFIX_STR(WindowPos3fARB)"\n"
12729 ".set "GLAPI_PREFIX_STR(WindowPos3fARB)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
12730
12731 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fvMESA))"\n"
12732 "\t"STUB_ASM_CODE("732")"\n"
12733
12734 ".globl "GLAPI_PREFIX_STR(WindowPos3fv)"\n"
12735 ".set "GLAPI_PREFIX_STR(WindowPos3fv)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
12736
12737 ".globl "GLAPI_PREFIX_STR(WindowPos3fvARB)"\n"
12738 ".set "GLAPI_PREFIX_STR(WindowPos3fvARB)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
12739
12740 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iMESA))"\n"
12741 "\t"STUB_ASM_CODE("733")"\n"
12742
12743 ".globl "GLAPI_PREFIX_STR(WindowPos3i)"\n"
12744 ".set "GLAPI_PREFIX_STR(WindowPos3i)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
12745
12746 ".globl "GLAPI_PREFIX_STR(WindowPos3iARB)"\n"
12747 ".set "GLAPI_PREFIX_STR(WindowPos3iARB)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
12748
12749 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3ivMESA))"\n"
12750 "\t"STUB_ASM_CODE("734")"\n"
12751
12752 ".globl "GLAPI_PREFIX_STR(WindowPos3iv)"\n"
12753 ".set "GLAPI_PREFIX_STR(WindowPos3iv)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
12754
12755 ".globl "GLAPI_PREFIX_STR(WindowPos3ivARB)"\n"
12756 ".set "GLAPI_PREFIX_STR(WindowPos3ivARB)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
12757
12758 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sMESA))"\n"
12759 "\t"STUB_ASM_CODE("735")"\n"
12760
12761 ".globl "GLAPI_PREFIX_STR(WindowPos3s)"\n"
12762 ".set "GLAPI_PREFIX_STR(WindowPos3s)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
12763
12764 ".globl "GLAPI_PREFIX_STR(WindowPos3sARB)"\n"
12765 ".set "GLAPI_PREFIX_STR(WindowPos3sARB)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
12766
12767 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3svMESA))"\n"
12768 "\t"STUB_ASM_CODE("736")"\n"
12769
12770 ".globl "GLAPI_PREFIX_STR(WindowPos3sv)"\n"
12771 ".set "GLAPI_PREFIX_STR(WindowPos3sv)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
12772
12773 ".globl "GLAPI_PREFIX_STR(WindowPos3svARB)"\n"
12774 ".set "GLAPI_PREFIX_STR(WindowPos3svARB)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
12775
12776 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dMESA))"\n"
12777 "\t"STUB_ASM_CODE("737")"\n"
12778
12779 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dvMESA))"\n"
12780 "\t"STUB_ASM_CODE("738")"\n"
12781
12782 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fMESA))"\n"
12783 "\t"STUB_ASM_CODE("739")"\n"
12784
12785 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fvMESA))"\n"
12786 "\t"STUB_ASM_CODE("740")"\n"
12787
12788 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4iMESA))"\n"
12789 "\t"STUB_ASM_CODE("741")"\n"
12790
12791 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4ivMESA))"\n"
12792 "\t"STUB_ASM_CODE("742")"\n"
12793
12794 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4sMESA))"\n"
12795 "\t"STUB_ASM_CODE("743")"\n"
12796
12797 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4svMESA))"\n"
12798 "\t"STUB_ASM_CODE("744")"\n"
12799
12800 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreProgramsResidentNV))"\n"
12801 "\t"STUB_ASM_CODE("754")"\n"
12802
12803 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindProgramNV))"\n"
12804 "\t"STUB_ASM_CODE("755")"\n"
12805
12806 ".globl "GLAPI_PREFIX_STR(BindProgramARB)"\n"
12807 ".set "GLAPI_PREFIX_STR(BindProgramARB)", "GLAPI_PREFIX_STR(BindProgramNV)"\n"
12808
12809 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgramsNV))"\n"
12810 "\t"STUB_ASM_CODE("756")"\n"
12811
12812 ".globl "GLAPI_PREFIX_STR(DeleteProgramsARB)"\n"
12813 ".set "GLAPI_PREFIX_STR(DeleteProgramsARB)", "GLAPI_PREFIX_STR(DeleteProgramsNV)"\n"
12814
12815 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ExecuteProgramNV))"\n"
12816 "\t"STUB_ASM_CODE("757")"\n"
12817
12818 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenProgramsNV))"\n"
12819 "\t"STUB_ASM_CODE("758")"\n"
12820
12821 ".globl "GLAPI_PREFIX_STR(GenProgramsARB)"\n"
12822 ".set "GLAPI_PREFIX_STR(GenProgramsARB)", "GLAPI_PREFIX_STR(GenProgramsNV)"\n"
12823
12824 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterdvNV))"\n"
12825 "\t"STUB_ASM_CODE("759")"\n"
12826
12827 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterfvNV))"\n"
12828 "\t"STUB_ASM_CODE("760")"\n"
12829
12830 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringNV))"\n"
12831 "\t"STUB_ASM_CODE("761")"\n"
12832
12833 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivNV))"\n"
12834 "\t"STUB_ASM_CODE("762")"\n"
12835
12836 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTrackMatrixivNV))"\n"
12837 "\t"STUB_ASM_CODE("763")"\n"
12838
12839 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointervNV))"\n"
12840 "\t"STUB_ASM_CODE("764")"\n"
12841
12842 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointerv)"\n"
12843 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointerv)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
12844
12845 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)"\n"
12846 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
12847
12848 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvNV))"\n"
12849 "\t"STUB_ASM_CODE("765")"\n"
12850
12851 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvNV))"\n"
12852 "\t"STUB_ASM_CODE("766")"\n"
12853
12854 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivNV))"\n"
12855 "\t"STUB_ASM_CODE("767")"\n"
12856
12857 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgramNV))"\n"
12858 "\t"STUB_ASM_CODE("768")"\n"
12859
12860 ".globl "GLAPI_PREFIX_STR(IsProgramARB)"\n"
12861 ".set "GLAPI_PREFIX_STR(IsProgramARB)", "GLAPI_PREFIX_STR(IsProgramNV)"\n"
12862
12863 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadProgramNV))"\n"
12864 "\t"STUB_ASM_CODE("769")"\n"
12865
12866 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4dvNV))"\n"
12867 "\t"STUB_ASM_CODE("770")"\n"
12868
12869 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4fvNV))"\n"
12870 "\t"STUB_ASM_CODE("771")"\n"
12871
12872 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RequestResidentProgramsNV))"\n"
12873 "\t"STUB_ASM_CODE("772")"\n"
12874
12875 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TrackMatrixNV))"\n"
12876 "\t"STUB_ASM_CODE("773")"\n"
12877
12878 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dNV))"\n"
12879 "\t"STUB_ASM_CODE("774")"\n"
12880
12881 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvNV))"\n"
12882 "\t"STUB_ASM_CODE("775")"\n"
12883
12884 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fNV))"\n"
12885 "\t"STUB_ASM_CODE("776")"\n"
12886
12887 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvNV))"\n"
12888 "\t"STUB_ASM_CODE("777")"\n"
12889
12890 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sNV))"\n"
12891 "\t"STUB_ASM_CODE("778")"\n"
12892
12893 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svNV))"\n"
12894 "\t"STUB_ASM_CODE("779")"\n"
12895
12896 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dNV))"\n"
12897 "\t"STUB_ASM_CODE("780")"\n"
12898
12899 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvNV))"\n"
12900 "\t"STUB_ASM_CODE("781")"\n"
12901
12902 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fNV))"\n"
12903 "\t"STUB_ASM_CODE("782")"\n"
12904
12905 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvNV))"\n"
12906 "\t"STUB_ASM_CODE("783")"\n"
12907
12908 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sNV))"\n"
12909 "\t"STUB_ASM_CODE("784")"\n"
12910
12911 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svNV))"\n"
12912 "\t"STUB_ASM_CODE("785")"\n"
12913
12914 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dNV))"\n"
12915 "\t"STUB_ASM_CODE("786")"\n"
12916
12917 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvNV))"\n"
12918 "\t"STUB_ASM_CODE("787")"\n"
12919
12920 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fNV))"\n"
12921 "\t"STUB_ASM_CODE("788")"\n"
12922
12923 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvNV))"\n"
12924 "\t"STUB_ASM_CODE("789")"\n"
12925
12926 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sNV))"\n"
12927 "\t"STUB_ASM_CODE("790")"\n"
12928
12929 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svNV))"\n"
12930 "\t"STUB_ASM_CODE("791")"\n"
12931
12932 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dNV))"\n"
12933 "\t"STUB_ASM_CODE("792")"\n"
12934
12935 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvNV))"\n"
12936 "\t"STUB_ASM_CODE("793")"\n"
12937
12938 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fNV))"\n"
12939 "\t"STUB_ASM_CODE("794")"\n"
12940
12941 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvNV))"\n"
12942 "\t"STUB_ASM_CODE("795")"\n"
12943
12944 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sNV))"\n"
12945 "\t"STUB_ASM_CODE("796")"\n"
12946
12947 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svNV))"\n"
12948 "\t"STUB_ASM_CODE("797")"\n"
12949
12950 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubNV))"\n"
12951 "\t"STUB_ASM_CODE("798")"\n"
12952
12953 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvNV))"\n"
12954 "\t"STUB_ASM_CODE("799")"\n"
12955
12956 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerNV))"\n"
12957 "\t"STUB_ASM_CODE("800")"\n"
12958
12959 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1dvNV))"\n"
12960 "\t"STUB_ASM_CODE("801")"\n"
12961
12962 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1fvNV))"\n"
12963 "\t"STUB_ASM_CODE("802")"\n"
12964
12965 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1svNV))"\n"
12966 "\t"STUB_ASM_CODE("803")"\n"
12967
12968 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2dvNV))"\n"
12969 "\t"STUB_ASM_CODE("804")"\n"
12970
12971 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2fvNV))"\n"
12972 "\t"STUB_ASM_CODE("805")"\n"
12973
12974 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2svNV))"\n"
12975 "\t"STUB_ASM_CODE("806")"\n"
12976
12977 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3dvNV))"\n"
12978 "\t"STUB_ASM_CODE("807")"\n"
12979
12980 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3fvNV))"\n"
12981 "\t"STUB_ASM_CODE("808")"\n"
12982
12983 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3svNV))"\n"
12984 "\t"STUB_ASM_CODE("809")"\n"
12985
12986 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4dvNV))"\n"
12987 "\t"STUB_ASM_CODE("810")"\n"
12988
12989 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4fvNV))"\n"
12990 "\t"STUB_ASM_CODE("811")"\n"
12991
12992 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4svNV))"\n"
12993 "\t"STUB_ASM_CODE("812")"\n"
12994
12995 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4ubvNV))"\n"
12996 "\t"STUB_ASM_CODE("813")"\n"
12997
12998 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterfvATI))"\n"
12999 "\t"STUB_ASM_CODE("814")"\n"
13000
13001 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterivATI))"\n"
13002 "\t"STUB_ASM_CODE("815")"\n"
13003
13004 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterfvATI))"\n"
13005 "\t"STUB_ASM_CODE("816")"\n"
13006
13007 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterivATI))"\n"
13008 "\t"STUB_ASM_CODE("817")"\n"
13009
13010 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp1ATI))"\n"
13011 "\t"STUB_ASM_CODE("818")"\n"
13012
13013 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp2ATI))"\n"
13014 "\t"STUB_ASM_CODE("819")"\n"
13015
13016 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp3ATI))"\n"
13017 "\t"STUB_ASM_CODE("820")"\n"
13018
13019 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginFragmentShaderATI))"\n"
13020 "\t"STUB_ASM_CODE("821")"\n"
13021
13022 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragmentShaderATI))"\n"
13023 "\t"STUB_ASM_CODE("822")"\n"
13024
13025 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp1ATI))"\n"
13026 "\t"STUB_ASM_CODE("823")"\n"
13027
13028 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp2ATI))"\n"
13029 "\t"STUB_ASM_CODE("824")"\n"
13030
13031 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp3ATI))"\n"
13032 "\t"STUB_ASM_CODE("825")"\n"
13033
13034 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFragmentShaderATI))"\n"
13035 "\t"STUB_ASM_CODE("826")"\n"
13036
13037 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndFragmentShaderATI))"\n"
13038 "\t"STUB_ASM_CODE("827")"\n"
13039
13040 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFragmentShadersATI))"\n"
13041 "\t"STUB_ASM_CODE("828")"\n"
13042
13043 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassTexCoordATI))"\n"
13044 "\t"STUB_ASM_CODE("829")"\n"
13045
13046 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMapATI))"\n"
13047 "\t"STUB_ASM_CODE("830")"\n"
13048
13049 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SetFragmentShaderConstantATI))"\n"
13050 "\t"STUB_ASM_CODE("831")"\n"
13051
13052 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteriNV))"\n"
13053 "\t"STUB_ASM_CODE("832")"\n"
13054
13055 ".globl "GLAPI_PREFIX_STR(PointParameteri)"\n"
13056 ".set "GLAPI_PREFIX_STR(PointParameteri)", "GLAPI_PREFIX_STR(PointParameteriNV)"\n"
13057
13058 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterivNV))"\n"
13059 "\t"STUB_ASM_CODE("833")"\n"
13060
13061 ".globl "GLAPI_PREFIX_STR(PointParameteriv)"\n"
13062 ".set "GLAPI_PREFIX_STR(PointParameteriv)", "GLAPI_PREFIX_STR(PointParameterivNV)"\n"
13063
13064 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteVertexArrays))"\n"
13065 "\t"STUB_ASM_CODE("836")"\n"
13066
13067 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsVertexArray))"\n"
13068 "\t"STUB_ASM_CODE("838")"\n"
13069
13070 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterdvNV))"\n"
13071 "\t"STUB_ASM_CODE("839")"\n"
13072
13073 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterfvNV))"\n"
13074 "\t"STUB_ASM_CODE("840")"\n"
13075
13076 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dNV))"\n"
13077 "\t"STUB_ASM_CODE("841")"\n"
13078
13079 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dvNV))"\n"
13080 "\t"STUB_ASM_CODE("842")"\n"
13081
13082 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fNV))"\n"
13083 "\t"STUB_ASM_CODE("843")"\n"
13084
13085 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fvNV))"\n"
13086 "\t"STUB_ASM_CODE("844")"\n"
13087
13088 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartIndexNV))"\n"
13089 "\t"STUB_ASM_CODE("845")"\n"
13090
13091 ".globl "GLAPI_PREFIX_STR(PrimitiveRestartIndex)"\n"
13092 ".set "GLAPI_PREFIX_STR(PrimitiveRestartIndex)", "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV)"\n"
13093
13094 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartNV))"\n"
13095 "\t"STUB_ASM_CODE("846")"\n"
13096
13097 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparate))"\n"
13098 "\t"STUB_ASM_CODE("894")"\n"
13099
13100 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebufferEXT))"\n"
13101 "\t"STUB_ASM_CODE("895")"\n"
13102
13103 ".globl "GLAPI_PREFIX_STR(BindFramebuffer)"\n"
13104 ".set "GLAPI_PREFIX_STR(BindFramebuffer)", "GLAPI_PREFIX_STR(BindFramebufferEXT)"\n"
13105
13106 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbufferEXT))"\n"
13107 "\t"STUB_ASM_CODE("896")"\n"
13108
13109 ".globl "GLAPI_PREFIX_STR(BindRenderbuffer)"\n"
13110 ".set "GLAPI_PREFIX_STR(BindRenderbuffer)", "GLAPI_PREFIX_STR(BindRenderbufferEXT)"\n"
13111
13112 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CheckFramebufferStatusEXT))"\n"
13113 "\t"STUB_ASM_CODE("897")"\n"
13114
13115 ".globl "GLAPI_PREFIX_STR(CheckFramebufferStatus)"\n"
13116 ".set "GLAPI_PREFIX_STR(CheckFramebufferStatus)", "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT)"\n"
13117
13118 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFramebuffersEXT))"\n"
13119 "\t"STUB_ASM_CODE("898")"\n"
13120
13121 ".globl "GLAPI_PREFIX_STR(DeleteFramebuffers)"\n"
13122 ".set "GLAPI_PREFIX_STR(DeleteFramebuffers)", "GLAPI_PREFIX_STR(DeleteFramebuffersEXT)"\n"
13123
13124 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteRenderbuffersEXT))"\n"
13125 "\t"STUB_ASM_CODE("899")"\n"
13126
13127 ".globl "GLAPI_PREFIX_STR(DeleteRenderbuffers)"\n"
13128 ".set "GLAPI_PREFIX_STR(DeleteRenderbuffers)", "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT)"\n"
13129
13130 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferRenderbufferEXT))"\n"
13131 "\t"STUB_ASM_CODE("900")"\n"
13132
13133 ".globl "GLAPI_PREFIX_STR(FramebufferRenderbuffer)"\n"
13134 ".set "GLAPI_PREFIX_STR(FramebufferRenderbuffer)", "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT)"\n"
13135
13136 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture1DEXT))"\n"
13137 "\t"STUB_ASM_CODE("901")"\n"
13138
13139 ".globl "GLAPI_PREFIX_STR(FramebufferTexture1D)"\n"
13140 ".set "GLAPI_PREFIX_STR(FramebufferTexture1D)", "GLAPI_PREFIX_STR(FramebufferTexture1DEXT)"\n"
13141
13142 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture2DEXT))"\n"
13143 "\t"STUB_ASM_CODE("902")"\n"
13144
13145 ".globl "GLAPI_PREFIX_STR(FramebufferTexture2D)"\n"
13146 ".set "GLAPI_PREFIX_STR(FramebufferTexture2D)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)"\n"
13147
13148 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture3DEXT))"\n"
13149 "\t"STUB_ASM_CODE("903")"\n"
13150
13151 ".globl "GLAPI_PREFIX_STR(FramebufferTexture3D)"\n"
13152 ".set "GLAPI_PREFIX_STR(FramebufferTexture3D)", "GLAPI_PREFIX_STR(FramebufferTexture3DEXT)"\n"
13153
13154 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFramebuffersEXT))"\n"
13155 "\t"STUB_ASM_CODE("904")"\n"
13156
13157 ".globl "GLAPI_PREFIX_STR(GenFramebuffers)"\n"
13158 ".set "GLAPI_PREFIX_STR(GenFramebuffers)", "GLAPI_PREFIX_STR(GenFramebuffersEXT)"\n"
13159
13160 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenRenderbuffersEXT))"\n"
13161 "\t"STUB_ASM_CODE("905")"\n"
13162
13163 ".globl "GLAPI_PREFIX_STR(GenRenderbuffers)"\n"
13164 ".set "GLAPI_PREFIX_STR(GenRenderbuffers)", "GLAPI_PREFIX_STR(GenRenderbuffersEXT)"\n"
13165
13166 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenerateMipmapEXT))"\n"
13167 "\t"STUB_ASM_CODE("906")"\n"
13168
13169 ".globl "GLAPI_PREFIX_STR(GenerateMipmap)"\n"
13170 ".set "GLAPI_PREFIX_STR(GenerateMipmap)", "GLAPI_PREFIX_STR(GenerateMipmapEXT)"\n"
13171
13172 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT))"\n"
13173 "\t"STUB_ASM_CODE("907")"\n"
13174
13175 ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)"\n"
13176 ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)"\n"
13177
13178 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT))"\n"
13179 "\t"STUB_ASM_CODE("908")"\n"
13180
13181 ".globl "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)"\n"
13182 ".set "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)", "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT)"\n"
13183
13184 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFramebufferEXT))"\n"
13185 "\t"STUB_ASM_CODE("909")"\n"
13186
13187 ".globl "GLAPI_PREFIX_STR(IsFramebuffer)"\n"
13188 ".set "GLAPI_PREFIX_STR(IsFramebuffer)", "GLAPI_PREFIX_STR(IsFramebufferEXT)"\n"
13189
13190 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsRenderbufferEXT))"\n"
13191 "\t"STUB_ASM_CODE("910")"\n"
13192
13193 ".globl "GLAPI_PREFIX_STR(IsRenderbuffer)"\n"
13194 ".set "GLAPI_PREFIX_STR(IsRenderbuffer)", "GLAPI_PREFIX_STR(IsRenderbufferEXT)"\n"
13195
13196 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageEXT))"\n"
13197 "\t"STUB_ASM_CODE("911")"\n"
13198
13199 ".globl "GLAPI_PREFIX_STR(RenderbufferStorage)"\n"
13200 ".set "GLAPI_PREFIX_STR(RenderbufferStorage)", "GLAPI_PREFIX_STR(RenderbufferStorageEXT)"\n"
13201
13202 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlitFramebuffer))"\n"
13203 "\t"STUB_ASM_CODE("912")"\n"
13204
13205 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocationEXT))"\n"
13206 "\t"STUB_ASM_CODE("915")"\n"
13207
13208 ".globl "GLAPI_PREFIX_STR(BindFragDataLocation)"\n"
13209 ".set "GLAPI_PREFIX_STR(BindFragDataLocation)", "GLAPI_PREFIX_STR(BindFragDataLocationEXT)"\n"
13210
13211 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataLocationEXT))"\n"
13212 "\t"STUB_ASM_CODE("916")"\n"
13213
13214 ".globl "GLAPI_PREFIX_STR(GetFragDataLocation)"\n"
13215 ".set "GLAPI_PREFIX_STR(GetFragDataLocation)", "GLAPI_PREFIX_STR(GetFragDataLocationEXT)"\n"
13216
13217 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformuivEXT))"\n"
13218 "\t"STUB_ASM_CODE("917")"\n"
13219
13220 ".globl "GLAPI_PREFIX_STR(GetUniformuiv)"\n"
13221 ".set "GLAPI_PREFIX_STR(GetUniformuiv)", "GLAPI_PREFIX_STR(GetUniformuivEXT)"\n"
13222
13223 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIivEXT))"\n"
13224 "\t"STUB_ASM_CODE("918")"\n"
13225
13226 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIiv)"\n"
13227 ".set "GLAPI_PREFIX_STR(GetVertexAttribIiv)", "GLAPI_PREFIX_STR(GetVertexAttribIivEXT)"\n"
13228
13229 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIuivEXT))"\n"
13230 "\t"STUB_ASM_CODE("919")"\n"
13231
13232 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIuiv)"\n"
13233 ".set "GLAPI_PREFIX_STR(GetVertexAttribIuiv)", "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT)"\n"
13234
13235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uiEXT))"\n"
13236 "\t"STUB_ASM_CODE("920")"\n"
13237
13238 ".globl "GLAPI_PREFIX_STR(Uniform1ui)"\n"
13239 ".set "GLAPI_PREFIX_STR(Uniform1ui)", "GLAPI_PREFIX_STR(Uniform1uiEXT)"\n"
13240
13241 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uivEXT))"\n"
13242 "\t"STUB_ASM_CODE("921")"\n"
13243
13244 ".globl "GLAPI_PREFIX_STR(Uniform1uiv)"\n"
13245 ".set "GLAPI_PREFIX_STR(Uniform1uiv)", "GLAPI_PREFIX_STR(Uniform1uivEXT)"\n"
13246
13247 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uiEXT))"\n"
13248 "\t"STUB_ASM_CODE("922")"\n"
13249
13250 ".globl "GLAPI_PREFIX_STR(Uniform2ui)"\n"
13251 ".set "GLAPI_PREFIX_STR(Uniform2ui)", "GLAPI_PREFIX_STR(Uniform2uiEXT)"\n"
13252
13253 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uivEXT))"\n"
13254 "\t"STUB_ASM_CODE("923")"\n"
13255
13256 ".globl "GLAPI_PREFIX_STR(Uniform2uiv)"\n"
13257 ".set "GLAPI_PREFIX_STR(Uniform2uiv)", "GLAPI_PREFIX_STR(Uniform2uivEXT)"\n"
13258
13259 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uiEXT))"\n"
13260 "\t"STUB_ASM_CODE("924")"\n"
13261
13262 ".globl "GLAPI_PREFIX_STR(Uniform3ui)"\n"
13263 ".set "GLAPI_PREFIX_STR(Uniform3ui)", "GLAPI_PREFIX_STR(Uniform3uiEXT)"\n"
13264
13265 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uivEXT))"\n"
13266 "\t"STUB_ASM_CODE("925")"\n"
13267
13268 ".globl "GLAPI_PREFIX_STR(Uniform3uiv)"\n"
13269 ".set "GLAPI_PREFIX_STR(Uniform3uiv)", "GLAPI_PREFIX_STR(Uniform3uivEXT)"\n"
13270
13271 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uiEXT))"\n"
13272 "\t"STUB_ASM_CODE("926")"\n"
13273
13274 ".globl "GLAPI_PREFIX_STR(Uniform4ui)"\n"
13275 ".set "GLAPI_PREFIX_STR(Uniform4ui)", "GLAPI_PREFIX_STR(Uniform4uiEXT)"\n"
13276
13277 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uivEXT))"\n"
13278 "\t"STUB_ASM_CODE("927")"\n"
13279
13280 ".globl "GLAPI_PREFIX_STR(Uniform4uiv)"\n"
13281 ".set "GLAPI_PREFIX_STR(Uniform4uiv)", "GLAPI_PREFIX_STR(Uniform4uivEXT)"\n"
13282
13283 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iEXT))"\n"
13284 "\t"STUB_ASM_CODE("928")"\n"
13285
13286 ".globl "GLAPI_PREFIX_STR(VertexAttribI1i)"\n"
13287 ".set "GLAPI_PREFIX_STR(VertexAttribI1i)", "GLAPI_PREFIX_STR(VertexAttribI1iEXT)"\n"
13288
13289 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1ivEXT))"\n"
13290 "\t"STUB_ASM_CODE("929")"\n"
13291
13292 ".globl "GLAPI_PREFIX_STR(VertexAttribI1iv)"\n"
13293 ".set "GLAPI_PREFIX_STR(VertexAttribI1iv)", "GLAPI_PREFIX_STR(VertexAttribI1ivEXT)"\n"
13294
13295 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiEXT))"\n"
13296 "\t"STUB_ASM_CODE("930")"\n"
13297
13298 ".globl "GLAPI_PREFIX_STR(VertexAttribI1ui)"\n"
13299 ".set "GLAPI_PREFIX_STR(VertexAttribI1ui)", "GLAPI_PREFIX_STR(VertexAttribI1uiEXT)"\n"
13300
13301 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uivEXT))"\n"
13302 "\t"STUB_ASM_CODE("931")"\n"
13303
13304 ".globl "GLAPI_PREFIX_STR(VertexAttribI1uiv)"\n"
13305 ".set "GLAPI_PREFIX_STR(VertexAttribI1uiv)", "GLAPI_PREFIX_STR(VertexAttribI1uivEXT)"\n"
13306
13307 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2iEXT))"\n"
13308 "\t"STUB_ASM_CODE("932")"\n"
13309
13310 ".globl "GLAPI_PREFIX_STR(VertexAttribI2i)"\n"
13311 ".set "GLAPI_PREFIX_STR(VertexAttribI2i)", "GLAPI_PREFIX_STR(VertexAttribI2iEXT)"\n"
13312
13313 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2ivEXT))"\n"
13314 "\t"STUB_ASM_CODE("933")"\n"
13315
13316 ".globl "GLAPI_PREFIX_STR(VertexAttribI2iv)"\n"
13317 ".set "GLAPI_PREFIX_STR(VertexAttribI2iv)", "GLAPI_PREFIX_STR(VertexAttribI2ivEXT)"\n"
13318
13319 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uiEXT))"\n"
13320 "\t"STUB_ASM_CODE("934")"\n"
13321
13322 ".globl "GLAPI_PREFIX_STR(VertexAttribI2ui)"\n"
13323 ".set "GLAPI_PREFIX_STR(VertexAttribI2ui)", "GLAPI_PREFIX_STR(VertexAttribI2uiEXT)"\n"
13324
13325 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uivEXT))"\n"
13326 "\t"STUB_ASM_CODE("935")"\n"
13327
13328 ".globl "GLAPI_PREFIX_STR(VertexAttribI2uiv)"\n"
13329 ".set "GLAPI_PREFIX_STR(VertexAttribI2uiv)", "GLAPI_PREFIX_STR(VertexAttribI2uivEXT)"\n"
13330
13331 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3iEXT))"\n"
13332 "\t"STUB_ASM_CODE("936")"\n"
13333
13334 ".globl "GLAPI_PREFIX_STR(VertexAttribI3i)"\n"
13335 ".set "GLAPI_PREFIX_STR(VertexAttribI3i)", "GLAPI_PREFIX_STR(VertexAttribI3iEXT)"\n"
13336
13337 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3ivEXT))"\n"
13338 "\t"STUB_ASM_CODE("937")"\n"
13339
13340 ".globl "GLAPI_PREFIX_STR(VertexAttribI3iv)"\n"
13341 ".set "GLAPI_PREFIX_STR(VertexAttribI3iv)", "GLAPI_PREFIX_STR(VertexAttribI3ivEXT)"\n"
13342
13343 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uiEXT))"\n"
13344 "\t"STUB_ASM_CODE("938")"\n"
13345
13346 ".globl "GLAPI_PREFIX_STR(VertexAttribI3ui)"\n"
13347 ".set "GLAPI_PREFIX_STR(VertexAttribI3ui)", "GLAPI_PREFIX_STR(VertexAttribI3uiEXT)"\n"
13348
13349 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uivEXT))"\n"
13350 "\t"STUB_ASM_CODE("939")"\n"
13351
13352 ".globl "GLAPI_PREFIX_STR(VertexAttribI3uiv)"\n"
13353 ".set "GLAPI_PREFIX_STR(VertexAttribI3uiv)", "GLAPI_PREFIX_STR(VertexAttribI3uivEXT)"\n"
13354
13355 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4bvEXT))"\n"
13356 "\t"STUB_ASM_CODE("940")"\n"
13357
13358 ".globl "GLAPI_PREFIX_STR(VertexAttribI4bv)"\n"
13359 ".set "GLAPI_PREFIX_STR(VertexAttribI4bv)", "GLAPI_PREFIX_STR(VertexAttribI4bvEXT)"\n"
13360
13361 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4iEXT))"\n"
13362 "\t"STUB_ASM_CODE("941")"\n"
13363
13364 ".globl "GLAPI_PREFIX_STR(VertexAttribI4i)"\n"
13365 ".set "GLAPI_PREFIX_STR(VertexAttribI4i)", "GLAPI_PREFIX_STR(VertexAttribI4iEXT)"\n"
13366
13367 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ivEXT))"\n"
13368 "\t"STUB_ASM_CODE("942")"\n"
13369
13370 ".globl "GLAPI_PREFIX_STR(VertexAttribI4iv)"\n"
13371 ".set "GLAPI_PREFIX_STR(VertexAttribI4iv)", "GLAPI_PREFIX_STR(VertexAttribI4ivEXT)"\n"
13372
13373 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4svEXT))"\n"
13374 "\t"STUB_ASM_CODE("943")"\n"
13375
13376 ".globl "GLAPI_PREFIX_STR(VertexAttribI4sv)"\n"
13377 ".set "GLAPI_PREFIX_STR(VertexAttribI4sv)", "GLAPI_PREFIX_STR(VertexAttribI4svEXT)"\n"
13378
13379 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ubvEXT))"\n"
13380 "\t"STUB_ASM_CODE("944")"\n"
13381
13382 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ubv)"\n"
13383 ".set "GLAPI_PREFIX_STR(VertexAttribI4ubv)", "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT)"\n"
13384
13385 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uiEXT))"\n"
13386 "\t"STUB_ASM_CODE("945")"\n"
13387
13388 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ui)"\n"
13389 ".set "GLAPI_PREFIX_STR(VertexAttribI4ui)", "GLAPI_PREFIX_STR(VertexAttribI4uiEXT)"\n"
13390
13391 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uivEXT))"\n"
13392 "\t"STUB_ASM_CODE("946")"\n"
13393
13394 ".globl "GLAPI_PREFIX_STR(VertexAttribI4uiv)"\n"
13395 ".set "GLAPI_PREFIX_STR(VertexAttribI4uiv)", "GLAPI_PREFIX_STR(VertexAttribI4uivEXT)"\n"
13396
13397 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4usvEXT))"\n"
13398 "\t"STUB_ASM_CODE("947")"\n"
13399
13400 ".globl "GLAPI_PREFIX_STR(VertexAttribI4usv)"\n"
13401 ".set "GLAPI_PREFIX_STR(VertexAttribI4usv)", "GLAPI_PREFIX_STR(VertexAttribI4usvEXT)"\n"
13402
13403 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIPointerEXT))"\n"
13404 "\t"STUB_ASM_CODE("948")"\n"
13405
13406 ".globl "GLAPI_PREFIX_STR(VertexAttribIPointer)"\n"
13407 ".set "GLAPI_PREFIX_STR(VertexAttribIPointer)", "GLAPI_PREFIX_STR(VertexAttribIPointerEXT)"\n"
13408
13409 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayerEXT))"\n"
13410 "\t"STUB_ASM_CODE("949")"\n"
13411
13412 ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayer)"\n"
13413 ".set "GLAPI_PREFIX_STR(FramebufferTextureLayer)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
13414
13415 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaskIndexedEXT))"\n"
13416 "\t"STUB_ASM_CODE("950")"\n"
13417
13418 ".globl "GLAPI_PREFIX_STR(ColorMaski)"\n"
13419 ".set "GLAPI_PREFIX_STR(ColorMaski)", "GLAPI_PREFIX_STR(ColorMaskIndexedEXT)"\n"
13420
13421 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableIndexedEXT))"\n"
13422 "\t"STUB_ASM_CODE("951")"\n"
13423
13424 ".globl "GLAPI_PREFIX_STR(Disablei)"\n"
13425 ".set "GLAPI_PREFIX_STR(Disablei)", "GLAPI_PREFIX_STR(DisableIndexedEXT)"\n"
13426
13427 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableIndexedEXT))"\n"
13428 "\t"STUB_ASM_CODE("952")"\n"
13429
13430 ".globl "GLAPI_PREFIX_STR(Enablei)"\n"
13431 ".set "GLAPI_PREFIX_STR(Enablei)", "GLAPI_PREFIX_STR(EnableIndexedEXT)"\n"
13432
13433 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanIndexedvEXT))"\n"
13434 "\t"STUB_ASM_CODE("953")"\n"
13435
13436 ".globl "GLAPI_PREFIX_STR(GetBooleani_v)"\n"
13437 ".set "GLAPI_PREFIX_STR(GetBooleani_v)", "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT)"\n"
13438
13439 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerIndexedvEXT))"\n"
13440 "\t"STUB_ASM_CODE("954")"\n"
13441
13442 ".globl "GLAPI_PREFIX_STR(GetIntegeri_v)"\n"
13443 ".set "GLAPI_PREFIX_STR(GetIntegeri_v)", "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT)"\n"
13444
13445 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabledIndexedEXT))"\n"
13446 "\t"STUB_ASM_CODE("955")"\n"
13447
13448 ".globl "GLAPI_PREFIX_STR(IsEnabledi)"\n"
13449 ".set "GLAPI_PREFIX_STR(IsEnabledi)", "GLAPI_PREFIX_STR(IsEnabledIndexedEXT)"\n"
13450
13451 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIiEXT))"\n"
13452 "\t"STUB_ASM_CODE("956")"\n"
13453
13454 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIuiEXT))"\n"
13455 "\t"STUB_ASM_CODE("957")"\n"
13456
13457 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIivEXT))"\n"
13458 "\t"STUB_ASM_CODE("958")"\n"
13459
13460 ".globl "GLAPI_PREFIX_STR(GetTexParameterIiv)"\n"
13461 ".set "GLAPI_PREFIX_STR(GetTexParameterIiv)", "GLAPI_PREFIX_STR(GetTexParameterIivEXT)"\n"
13462
13463 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIuivEXT))"\n"
13464 "\t"STUB_ASM_CODE("959")"\n"
13465
13466 ".globl "GLAPI_PREFIX_STR(GetTexParameterIuiv)"\n"
13467 ".set "GLAPI_PREFIX_STR(GetTexParameterIuiv)", "GLAPI_PREFIX_STR(GetTexParameterIuivEXT)"\n"
13468
13469 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIivEXT))"\n"
13470 "\t"STUB_ASM_CODE("960")"\n"
13471
13472 ".globl "GLAPI_PREFIX_STR(TexParameterIiv)"\n"
13473 ".set "GLAPI_PREFIX_STR(TexParameterIiv)", "GLAPI_PREFIX_STR(TexParameterIivEXT)"\n"
13474
13475 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIuivEXT))"\n"
13476 "\t"STUB_ASM_CODE("961")"\n"
13477
13478 ".globl "GLAPI_PREFIX_STR(TexParameterIuiv)"\n"
13479 ".set "GLAPI_PREFIX_STR(TexParameterIuiv)", "GLAPI_PREFIX_STR(TexParameterIuivEXT)"\n"
13480
13481 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginConditionalRenderNV))"\n"
13482 "\t"STUB_ASM_CODE("962")"\n"
13483
13484 ".globl "GLAPI_PREFIX_STR(BeginConditionalRender)"\n"
13485 ".set "GLAPI_PREFIX_STR(BeginConditionalRender)", "GLAPI_PREFIX_STR(BeginConditionalRenderNV)"\n"
13486
13487 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndConditionalRenderNV))"\n"
13488 "\t"STUB_ASM_CODE("963")"\n"
13489
13490 ".globl "GLAPI_PREFIX_STR(EndConditionalRender)"\n"
13491 ".set "GLAPI_PREFIX_STR(EndConditionalRender)", "GLAPI_PREFIX_STR(EndConditionalRenderNV)"\n"
13492
13493 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginTransformFeedbackEXT))"\n"
13494 "\t"STUB_ASM_CODE("964")"\n"
13495
13496 ".globl "GLAPI_PREFIX_STR(BeginTransformFeedback)"\n"
13497 ".set "GLAPI_PREFIX_STR(BeginTransformFeedback)", "GLAPI_PREFIX_STR(BeginTransformFeedbackEXT)"\n"
13498
13499 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferBaseEXT))"\n"
13500 "\t"STUB_ASM_CODE("965")"\n"
13501
13502 ".globl "GLAPI_PREFIX_STR(BindBufferBase)"\n"
13503 ".set "GLAPI_PREFIX_STR(BindBufferBase)", "GLAPI_PREFIX_STR(BindBufferBaseEXT)"\n"
13504
13505 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferOffsetEXT))"\n"
13506 "\t"STUB_ASM_CODE("966")"\n"
13507
13508 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferRangeEXT))"\n"
13509 "\t"STUB_ASM_CODE("967")"\n"
13510
13511 ".globl "GLAPI_PREFIX_STR(BindBufferRange)"\n"
13512 ".set "GLAPI_PREFIX_STR(BindBufferRange)", "GLAPI_PREFIX_STR(BindBufferRangeEXT)"\n"
13513
13514 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndTransformFeedbackEXT))"\n"
13515 "\t"STUB_ASM_CODE("968")"\n"
13516
13517 ".globl "GLAPI_PREFIX_STR(EndTransformFeedback)"\n"
13518 ".set "GLAPI_PREFIX_STR(EndTransformFeedback)", "GLAPI_PREFIX_STR(EndTransformFeedbackEXT)"\n"
13519
13520 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT))"\n"
13521 "\t"STUB_ASM_CODE("969")"\n"
13522
13523 ".globl "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)"\n"
13524 ".set "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)", "GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT)"\n"
13525
13526 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT))"\n"
13527 "\t"STUB_ASM_CODE("970")"\n"
13528
13529 ".globl "GLAPI_PREFIX_STR(TransformFeedbackVaryings)"\n"
13530 ".set "GLAPI_PREFIX_STR(TransformFeedbackVaryings)", "GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT)"\n"
13531
13532 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProvokingVertexEXT))"\n"
13533 "\t"STUB_ASM_CODE("971")"\n"
13534
13535 ".globl "GLAPI_PREFIX_STR(ProvokingVertex)"\n"
13536 ".set "GLAPI_PREFIX_STR(ProvokingVertex)", "GLAPI_PREFIX_STR(ProvokingVertexEXT)"\n"
13537
13538 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivAPPLE))"\n"
13539 "\t"STUB_ASM_CODE("974")"\n"
13540
13541 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectPurgeableAPPLE))"\n"
13542 "\t"STUB_ASM_CODE("975")"\n"
13543
13544 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectUnpurgeableAPPLE))"\n"
13545 "\t"STUB_ASM_CODE("976")"\n"
13546
13547 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveProgramEXT))"\n"
13548 "\t"STUB_ASM_CODE("977")"\n"
13549
13550 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderProgramEXT))"\n"
13551 "\t"STUB_ASM_CODE("978")"\n"
13552
13553 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseShaderProgramEXT))"\n"
13554 "\t"STUB_ASM_CODE("979")"\n"
13555
13556 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureBarrierNV))"\n"
13557 "\t"STUB_ASM_CODE("980")"\n"
13558
13559 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetRenderbufferStorageOES))"\n"
13560 "\t"STUB_ASM_CODE("986")"\n"
13561
13562 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetTexture2DOES))"\n"
13563 "\t"STUB_ASM_CODE("987")"\n"
13564
13565 );
13566 #undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
13567 #endif /* MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN */