glapi: regen API files for new extension
[mesa.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(DrawBuffersNV)(GLsizei n, const GLenum *bufs);
778 GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp);
779 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
780 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
781 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
782 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
783 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
784 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
785 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
786 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
787 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level);
788 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);
789 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value);
790 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor);
791 GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length);
792 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
793 GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer);
794 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array);
795 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays);
796 GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
797 GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
798 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync);
799 GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags);
800 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params);
801 GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
802 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync);
803 GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
804 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
805 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex);
806 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
807 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex);
808 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA);
809 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateIndexedAMD)(GLuint buf, GLenum modeRGB, GLenum modeA);
810 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode);
811 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationIndexedAMD)(GLuint buf, GLenum mode);
812 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA);
813 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateIndexedAMD)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA);
814 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst);
815 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncIndexedAMD)(GLuint buf, GLenum src, GLenum dst);
816 GLAPI void APIENTRY GLAPI_PREFIX(BindSampler)(GLuint unit, GLuint sampler);
817 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSamplers)(GLsizei count, const GLuint *samplers);
818 GLAPI void APIENTRY GLAPI_PREFIX(GenSamplers)(GLsizei count, GLuint *samplers);
819 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint *params);
820 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint *params);
821 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat *params);
822 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint *params);
823 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler);
824 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *params);
825 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint *params);
826 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param);
827 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params);
828 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param);
829 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params);
830 GLAPI void APIENTRY GLAPI_PREFIX(ColorP3ui)(GLenum type, GLuint color);
831 GLAPI void APIENTRY GLAPI_PREFIX(ColorP3uiv)(GLenum type, const GLuint *color);
832 GLAPI void APIENTRY GLAPI_PREFIX(ColorP4ui)(GLenum type, GLuint color);
833 GLAPI void APIENTRY GLAPI_PREFIX(ColorP4uiv)(GLenum type, const GLuint *color);
834 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords);
835 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint *coords);
836 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords);
837 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint *coords);
838 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords);
839 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint *coords);
840 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords);
841 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint *coords);
842 GLAPI void APIENTRY GLAPI_PREFIX(NormalP3ui)(GLenum type, GLuint coords);
843 GLAPI void APIENTRY GLAPI_PREFIX(NormalP3uiv)(GLenum type, const GLuint *coords);
844 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3ui)(GLenum type, GLuint color);
845 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3uiv)(GLenum type, const GLuint *color);
846 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1ui)(GLenum type, GLuint coords);
847 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1uiv)(GLenum type, const GLuint *coords);
848 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2ui)(GLenum type, GLuint coords);
849 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2uiv)(GLenum type, const GLuint *coords);
850 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3ui)(GLenum type, GLuint coords);
851 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3uiv)(GLenum type, const GLuint *coords);
852 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4ui)(GLenum type, GLuint coords);
853 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4uiv)(GLenum type, const GLuint *coords);
854 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
855 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
856 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
857 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
858 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
859 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
860 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value);
861 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
862 GLAPI void APIENTRY GLAPI_PREFIX(VertexP2ui)(GLenum type, GLuint value);
863 GLAPI void APIENTRY GLAPI_PREFIX(VertexP2uiv)(GLenum type, const GLuint *value);
864 GLAPI void APIENTRY GLAPI_PREFIX(VertexP3ui)(GLenum type, GLuint value);
865 GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value);
866 GLAPI void APIENTRY GLAPI_PREFIX(VertexP4ui)(GLenum type, GLuint value);
867 GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value);
868 GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id);
869 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids);
870 GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id);
871 GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids);
872 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id);
873 GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void);
874 GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void);
875 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth);
876 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
877 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
878 GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void);
879 GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);
880 void APIENTRY GLAPI_PREFIX(_dispatch_stub_665)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
881 void APIENTRY GLAPI_PREFIX(_dispatch_stub_666)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);
882 void APIENTRY GLAPI_PREFIX(_dispatch_stub_667)(GLuint program, GLenum pname, GLint value);
883 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void);
884 GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table);
885 GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img);
886 GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image);
887 GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);
888 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v);
889 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v);
890 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v);
891 GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values);
892 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values);
893 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values);
894 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values);
895 GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern);
896 GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span);
897 GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img);
898 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params);
899 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params);
900 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params);
901 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params);
902 GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);
903 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias);
904 void APIENTRY GLAPI_PREFIX(_dispatch_stub_689)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
905 void APIENTRY GLAPI_PREFIX(_dispatch_stub_690)(const GLfloat *coords);
906 void APIENTRY GLAPI_PREFIX(_dispatch_stub_691)(GLint x, GLint y, GLint z, GLint width, GLint height);
907 void APIENTRY GLAPI_PREFIX(_dispatch_stub_692)(const GLint *coords);
908 void APIENTRY GLAPI_PREFIX(_dispatch_stub_693)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
909 void APIENTRY GLAPI_PREFIX(_dispatch_stub_694)(const GLshort *coords);
910 void APIENTRY GLAPI_PREFIX(_dispatch_stub_695)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
911 void APIENTRY GLAPI_PREFIX(_dispatch_stub_696)(const GLfixed *coords);
912 void APIENTRY GLAPI_PREFIX(_dispatch_stub_697)(GLenum type, GLsizei stride, const GLvoid *pointer);
913 void APIENTRY GLAPI_PREFIX(_dispatch_stub_698)(GLenum pname, GLfloat *params);
914 void APIENTRY GLAPI_PREFIX(_dispatch_stub_699)(GLenum pname, GLint *params);
915 void APIENTRY GLAPI_PREFIX(_dispatch_stub_700)(GLenum pname, GLfloat param);
916 void APIENTRY GLAPI_PREFIX(_dispatch_stub_701)(GLenum pname, const GLfloat *params);
917 void APIENTRY GLAPI_PREFIX(_dispatch_stub_702)(GLenum pname, GLint param);
918 void APIENTRY GLAPI_PREFIX(_dispatch_stub_703)(GLenum pname, const GLint *params);
919 GLbitfield APIENTRY GLAPI_PREFIX(_dispatch_stub_704)(GLfixed *mantissa, GLint *exponent);
920 void APIENTRY GLAPI_PREFIX(_dispatch_stub_705)(GLclampf value, GLboolean invert);
921 void APIENTRY GLAPI_PREFIX(_dispatch_stub_706)(GLenum pattern);
922 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
923 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer);
924 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
925 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
926 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
927 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
928 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param);
929 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param);
930 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param);
931 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params);
932 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params);
933 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params);
934 GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count);
935 GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void);
936 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue);
937 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue);
938 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v);
939 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v);
940 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue);
941 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue);
942 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v);
943 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v);
944 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue);
945 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue);
946 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v);
947 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v);
948 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue);
949 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue);
950 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v);
951 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v);
952 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue);
953 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue);
954 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v);
955 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v);
956 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue);
957 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue);
958 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v);
959 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v);
960 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue);
961 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue);
962 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v);
963 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v);
964 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue);
965 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue);
966 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v);
967 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v);
968 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
969 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
970 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
971 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
972 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount);
973 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount);
974 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer);
975 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
976 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord);
977 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord);
978 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord);
979 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord);
980 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord);
981 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord);
982 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord);
983 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord);
984 void APIENTRY GLAPI_PREFIX(_dispatch_stub_741)(GLenum mode);
985 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
986 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
987 GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void);
988 GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer);
989 GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
990 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);
991 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param);
992 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params);
993 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param);
994 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params);
995 GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
996 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);
997 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);
998 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params);
999 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params);
1000 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params);
1001 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params);
1002 GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void);
1003 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y);
1004 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y);
1005 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y);
1006 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v);
1007 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v);
1008 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v);
1009 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y);
1010 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y);
1011 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y);
1012 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v);
1013 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v);
1014 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v);
1015 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y);
1016 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y);
1017 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y);
1018 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v);
1019 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v);
1020 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v);
1021 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y);
1022 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y);
1023 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y);
1024 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v);
1025 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v);
1026 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v);
1027 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z);
1028 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z);
1029 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z);
1030 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v);
1031 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v);
1032 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v);
1033 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z);
1034 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z);
1035 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z);
1036 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v);
1037 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v);
1038 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v);
1039 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z);
1040 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z);
1041 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z);
1042 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v);
1043 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v);
1044 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v);
1045 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z);
1046 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z);
1047 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z);
1048 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v);
1049 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v);
1050 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v);
1051 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1052 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v);
1053 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1054 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v);
1055 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w);
1056 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v);
1057 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w);
1058 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v);
1059 void APIENTRY GLAPI_PREFIX(_dispatch_stub_783)(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);
1060 void APIENTRY GLAPI_PREFIX(_dispatch_stub_784)(const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, GLint modestride);
1061 void APIENTRY GLAPI_PREFIX(_dispatch_stub_785)(GLsizei n, const GLuint *fences);
1062 void APIENTRY GLAPI_PREFIX(_dispatch_stub_786)(GLuint fence);
1063 void APIENTRY GLAPI_PREFIX(_dispatch_stub_787)(GLsizei n, GLuint *fences);
1064 void APIENTRY GLAPI_PREFIX(_dispatch_stub_788)(GLuint fence, GLenum pname, GLint *params);
1065 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_789)(GLuint fence);
1066 void APIENTRY GLAPI_PREFIX(_dispatch_stub_790)(GLuint fence, GLenum condition);
1067 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_791)(GLuint fence);
1068 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences);
1069 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program);
1070 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program);
1071 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs);
1072 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs);
1073 GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params);
1074 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs);
1075 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs);
1076 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params);
1077 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params);
1078 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program);
1079 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params);
1080 GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params);
1081 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer);
1082 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer);
1083 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer);
1084 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params);
1085 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params);
1086 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params);
1087 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program);
1088 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program);
1089 GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program);
1090 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params);
1091 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params);
1092 GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids);
1093 GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform);
1094 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x);
1095 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v);
1096 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x);
1097 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v);
1098 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x);
1099 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v);
1100 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y);
1101 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v);
1102 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y);
1103 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v);
1104 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y);
1105 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v);
1106 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
1107 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v);
1108 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
1109 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v);
1110 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z);
1111 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v);
1112 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1113 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v);
1114 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1115 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v);
1116 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
1117 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v);
1118 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
1119 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v);
1120 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1121 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1122 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1123 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v);
1124 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1125 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1126 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v);
1127 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1128 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1129 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v);
1130 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1131 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1132 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v);
1133 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v);
1134 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param);
1135 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param);
1136 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param);
1137 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param);
1138 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
1139 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
1140 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);
1141 GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void);
1142 GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id);
1143 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
1144 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);
1145 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);
1146 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id);
1147 GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void);
1148 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range);
1149 GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle);
1150 GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle);
1151 GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value);
1152 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param);
1153 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param);
1154 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params);
1155 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params);
1156 void APIENTRY GLAPI_PREFIX(_dispatch_stub_872)(GLenum face);
1157 void APIENTRY GLAPI_PREFIX(_dispatch_stub_873)(GLuint array);
1158 void APIENTRY GLAPI_PREFIX(_dispatch_stub_874)(GLsizei n, const GLuint *arrays);
1159 GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays);
1160 void APIENTRY GLAPI_PREFIX(_dispatch_stub_875)(GLsizei n, GLuint *arrays);
1161 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_876)(GLuint array);
1162 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array);
1163 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
1164 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
1165 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1166 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);
1167 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1168 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);
1169 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index);
1170 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index);
1171 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void);
1172 void APIENTRY GLAPI_PREFIX(_dispatch_stub_885)(GLenum func, GLclampx ref);
1173 void APIENTRY GLAPI_PREFIX(_dispatch_stub_886)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
1174 void APIENTRY GLAPI_PREFIX(_dispatch_stub_887)(GLclampx depth);
1175 void APIENTRY GLAPI_PREFIX(_dispatch_stub_888)(GLenum plane, const GLfixed *equation);
1176 void APIENTRY GLAPI_PREFIX(_dispatch_stub_889)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
1177 void APIENTRY GLAPI_PREFIX(_dispatch_stub_890)(GLclampx zNear, GLclampx zFar);
1178 void APIENTRY GLAPI_PREFIX(_dispatch_stub_891)(GLenum pname, GLfixed param);
1179 void APIENTRY GLAPI_PREFIX(_dispatch_stub_892)(GLenum pname, const GLfixed *params);
1180 void APIENTRY GLAPI_PREFIX(_dispatch_stub_893)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1181 void APIENTRY GLAPI_PREFIX(_dispatch_stub_894)(GLenum plane, GLfixed *equation);
1182 void APIENTRY GLAPI_PREFIX(_dispatch_stub_895)(GLenum pname, GLfixed *params);
1183 void APIENTRY GLAPI_PREFIX(_dispatch_stub_896)(GLenum light, GLenum pname, GLfixed *params);
1184 void APIENTRY GLAPI_PREFIX(_dispatch_stub_897)(GLenum face, GLenum pname, GLfixed *params);
1185 void APIENTRY GLAPI_PREFIX(_dispatch_stub_898)(GLenum target, GLenum pname, GLfixed *params);
1186 void APIENTRY GLAPI_PREFIX(_dispatch_stub_899)(GLenum coord, GLenum pname, GLfixed *params);
1187 void APIENTRY GLAPI_PREFIX(_dispatch_stub_900)(GLenum target, GLenum pname, GLfixed *params);
1188 void APIENTRY GLAPI_PREFIX(_dispatch_stub_901)(GLenum pname, GLfixed param);
1189 void APIENTRY GLAPI_PREFIX(_dispatch_stub_902)(GLenum pname, const GLfixed *params);
1190 void APIENTRY GLAPI_PREFIX(_dispatch_stub_903)(GLenum light, GLenum pname, GLfixed param);
1191 void APIENTRY GLAPI_PREFIX(_dispatch_stub_904)(GLenum light, GLenum pname, const GLfixed *params);
1192 void APIENTRY GLAPI_PREFIX(_dispatch_stub_905)(GLfixed width);
1193 void APIENTRY GLAPI_PREFIX(_dispatch_stub_906)(const GLfixed *m);
1194 void APIENTRY GLAPI_PREFIX(_dispatch_stub_907)(GLenum face, GLenum pname, GLfixed param);
1195 void APIENTRY GLAPI_PREFIX(_dispatch_stub_908)(GLenum face, GLenum pname, const GLfixed *params);
1196 void APIENTRY GLAPI_PREFIX(_dispatch_stub_909)(const GLfixed *m);
1197 void APIENTRY GLAPI_PREFIX(_dispatch_stub_910)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
1198 void APIENTRY GLAPI_PREFIX(_dispatch_stub_911)(GLfixed nx, GLfixed ny, GLfixed nz);
1199 void APIENTRY GLAPI_PREFIX(_dispatch_stub_912)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1200 void APIENTRY GLAPI_PREFIX(_dispatch_stub_913)(GLenum pname, GLfixed param);
1201 void APIENTRY GLAPI_PREFIX(_dispatch_stub_914)(GLenum pname, const GLfixed *params);
1202 void APIENTRY GLAPI_PREFIX(_dispatch_stub_915)(GLfixed size);
1203 void APIENTRY GLAPI_PREFIX(_dispatch_stub_916)(GLfixed factor, GLfixed units);
1204 void APIENTRY GLAPI_PREFIX(_dispatch_stub_917)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1205 void APIENTRY GLAPI_PREFIX(_dispatch_stub_918)(GLclampx value, GLboolean invert);
1206 void APIENTRY GLAPI_PREFIX(_dispatch_stub_919)(GLfixed x, GLfixed y, GLfixed z);
1207 void APIENTRY GLAPI_PREFIX(_dispatch_stub_920)(GLenum target, GLenum pname, GLfixed param);
1208 void APIENTRY GLAPI_PREFIX(_dispatch_stub_921)(GLenum target, GLenum pname, const GLfixed *params);
1209 void APIENTRY GLAPI_PREFIX(_dispatch_stub_922)(GLenum coord, GLenum pname, GLint param);
1210 void APIENTRY GLAPI_PREFIX(_dispatch_stub_923)(GLenum coord, GLenum pname, const GLfixed *params);
1211 void APIENTRY GLAPI_PREFIX(_dispatch_stub_924)(GLenum target, GLenum pname, GLfixed param);
1212 void APIENTRY GLAPI_PREFIX(_dispatch_stub_925)(GLenum target, GLenum pname, const GLfixed *params);
1213 void APIENTRY GLAPI_PREFIX(_dispatch_stub_926)(GLfixed x, GLfixed y, GLfixed z);
1214 void APIENTRY GLAPI_PREFIX(_dispatch_stub_927)(GLenum plane, const GLfloat *equation);
1215 void APIENTRY GLAPI_PREFIX(_dispatch_stub_928)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1216 void APIENTRY GLAPI_PREFIX(_dispatch_stub_929)(GLenum plane, GLfloat *equation);
1217 void APIENTRY GLAPI_PREFIX(_dispatch_stub_930)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1218 void APIENTRY GLAPI_PREFIX(_dispatch_stub_931)(GLclampd zmin, GLclampd zmax);
1219 void APIENTRY GLAPI_PREFIX(_dispatch_stub_932)(GLenum modeRGB, GLenum modeA);
1220 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA);
1221 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer);
1222 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer);
1223 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer);
1224 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer);
1225 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target);
1226 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target);
1227 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers);
1228 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers);
1229 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers);
1230 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers);
1231 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
1232 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
1233 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1234 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1235 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1236 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1237 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
1238 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
1239 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers);
1240 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers);
1241 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers);
1242 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers);
1243 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target);
1244 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target);
1245 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
1246 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
1247 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params);
1248 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params);
1249 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer);
1250 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer);
1251 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer);
1252 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer);
1253 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
1254 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
1255 void APIENTRY GLAPI_PREFIX(_dispatch_stub_950)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1256 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);
1257 void APIENTRY GLAPI_PREFIX(_dispatch_stub_951)(GLenum target, GLenum pname, GLint param);
1258 void APIENTRY GLAPI_PREFIX(_dispatch_stub_952)(GLenum target, GLintptr offset, GLsizeiptr size);
1259 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name);
1260 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name);
1261 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name);
1262 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name);
1263 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params);
1264 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params);
1265 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params);
1266 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params);
1267 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params);
1268 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params);
1269 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x);
1270 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x);
1271 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value);
1272 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value);
1273 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y);
1274 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y);
1275 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value);
1276 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value);
1277 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z);
1278 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z);
1279 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value);
1280 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value);
1281 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
1282 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
1283 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value);
1284 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value);
1285 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x);
1286 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x);
1287 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v);
1288 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v);
1289 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x);
1290 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x);
1291 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v);
1292 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v);
1293 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y);
1294 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y);
1295 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v);
1296 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v);
1297 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y);
1298 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y);
1299 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v);
1300 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v);
1301 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z);
1302 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z);
1303 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v);
1304 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v);
1305 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z);
1306 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z);
1307 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v);
1308 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v);
1309 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v);
1310 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v);
1311 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w);
1312 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w);
1313 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v);
1314 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v);
1315 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v);
1316 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v);
1317 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v);
1318 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v);
1319 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
1320 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
1321 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v);
1322 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v);
1323 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v);
1324 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v);
1325 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1326 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1327 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1328 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1329 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1330 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
1331 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
1332 GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index);
1333 GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index);
1334 GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index);
1335 GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index);
1336 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data);
1337 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data);
1338 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data);
1339 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data);
1340 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index);
1341 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index);
1342 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a);
1343 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a);
1344 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params);
1345 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params);
1346 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params);
1347 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params);
1348 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params);
1349 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params);
1350 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params);
1351 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params);
1352 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode);
1353 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode);
1354 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void);
1355 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void);
1356 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode);
1357 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode);
1358 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer);
1359 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer);
1360 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset);
1361 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1362 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1363 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void);
1364 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void);
1365 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
1366 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
1367 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode);
1368 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);
1369 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode);
1370 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode);
1371 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1010)(GLenum target, GLenum pname, GLvoid **params);
1372 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1011)(GLenum target, GLsizei length, GLvoid *pointer);
1373 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value);
1374 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
1375 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
1376 GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program);
1377 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string);
1378 GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program);
1379 GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void);
1380 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1019)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
1381 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1020)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
1382 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1021)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
1383 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1022)(GLuint id, GLenum pname, GLint64EXT *params);
1384 void APIENTRY GLAPI_PREFIX(_dispatch_stub_1023)(GLuint id, GLenum pname, GLuint64EXT *params);
1385 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset);
1386 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset);
1387 #undef MAPI_TMP_DEFINES
1388 #endif /* MAPI_TMP_DEFINES */
1389
1390 #ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
1391 GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode)
1392 {
1393 const struct mapi_table *_tbl = entry_current_get();
1394 mapi_func _func = ((const mapi_func *) _tbl)[0];
1395 ((void (APIENTRY *)(GLuint list, GLenum mode)) _func)(list, mode);
1396 }
1397
1398 GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void)
1399 {
1400 const struct mapi_table *_tbl = entry_current_get();
1401 mapi_func _func = ((const mapi_func *) _tbl)[1];
1402 ((void (APIENTRY *)(void)) _func)();
1403 }
1404
1405 GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list)
1406 {
1407 const struct mapi_table *_tbl = entry_current_get();
1408 mapi_func _func = ((const mapi_func *) _tbl)[2];
1409 ((void (APIENTRY *)(GLuint list)) _func)(list);
1410 }
1411
1412 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists)
1413 {
1414 const struct mapi_table *_tbl = entry_current_get();
1415 mapi_func _func = ((const mapi_func *) _tbl)[3];
1416 ((void (APIENTRY *)(GLsizei n, GLenum type, const GLvoid *lists)) _func)(n, type, lists);
1417 }
1418
1419 GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range)
1420 {
1421 const struct mapi_table *_tbl = entry_current_get();
1422 mapi_func _func = ((const mapi_func *) _tbl)[4];
1423 ((void (APIENTRY *)(GLuint list, GLsizei range)) _func)(list, range);
1424 }
1425
1426 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range)
1427 {
1428 const struct mapi_table *_tbl = entry_current_get();
1429 mapi_func _func = ((const mapi_func *) _tbl)[5];
1430 return ((GLuint (APIENTRY *)(GLsizei range)) _func)(range);
1431 }
1432
1433 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base)
1434 {
1435 const struct mapi_table *_tbl = entry_current_get();
1436 mapi_func _func = ((const mapi_func *) _tbl)[6];
1437 ((void (APIENTRY *)(GLuint base)) _func)(base);
1438 }
1439
1440 GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode)
1441 {
1442 const struct mapi_table *_tbl = entry_current_get();
1443 mapi_func _func = ((const mapi_func *) _tbl)[7];
1444 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
1445 }
1446
1447 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
1448 {
1449 const struct mapi_table *_tbl = entry_current_get();
1450 mapi_func _func = ((const mapi_func *) _tbl)[8];
1451 ((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);
1452 }
1453
1454 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue)
1455 {
1456 const struct mapi_table *_tbl = entry_current_get();
1457 mapi_func _func = ((const mapi_func *) _tbl)[9];
1458 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
1459 }
1460
1461 GLAPI void APIENTRY GLAPI_PREFIX(Color3bv)(const GLbyte *v)
1462 {
1463 const struct mapi_table *_tbl = entry_current_get();
1464 mapi_func _func = ((const mapi_func *) _tbl)[10];
1465 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1466 }
1467
1468 GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue)
1469 {
1470 const struct mapi_table *_tbl = entry_current_get();
1471 mapi_func _func = ((const mapi_func *) _tbl)[11];
1472 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
1473 }
1474
1475 GLAPI void APIENTRY GLAPI_PREFIX(Color3dv)(const GLdouble *v)
1476 {
1477 const struct mapi_table *_tbl = entry_current_get();
1478 mapi_func _func = ((const mapi_func *) _tbl)[12];
1479 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1480 }
1481
1482 GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue)
1483 {
1484 const struct mapi_table *_tbl = entry_current_get();
1485 mapi_func _func = ((const mapi_func *) _tbl)[13];
1486 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
1487 }
1488
1489 GLAPI void APIENTRY GLAPI_PREFIX(Color3fv)(const GLfloat *v)
1490 {
1491 const struct mapi_table *_tbl = entry_current_get();
1492 mapi_func _func = ((const mapi_func *) _tbl)[14];
1493 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1494 }
1495
1496 GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue)
1497 {
1498 const struct mapi_table *_tbl = entry_current_get();
1499 mapi_func _func = ((const mapi_func *) _tbl)[15];
1500 ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
1501 }
1502
1503 GLAPI void APIENTRY GLAPI_PREFIX(Color3iv)(const GLint *v)
1504 {
1505 const struct mapi_table *_tbl = entry_current_get();
1506 mapi_func _func = ((const mapi_func *) _tbl)[16];
1507 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1508 }
1509
1510 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue)
1511 {
1512 const struct mapi_table *_tbl = entry_current_get();
1513 mapi_func _func = ((const mapi_func *) _tbl)[17];
1514 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
1515 }
1516
1517 GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v)
1518 {
1519 const struct mapi_table *_tbl = entry_current_get();
1520 mapi_func _func = ((const mapi_func *) _tbl)[18];
1521 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1522 }
1523
1524 GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue)
1525 {
1526 const struct mapi_table *_tbl = entry_current_get();
1527 mapi_func _func = ((const mapi_func *) _tbl)[19];
1528 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
1529 }
1530
1531 GLAPI void APIENTRY GLAPI_PREFIX(Color3ubv)(const GLubyte *v)
1532 {
1533 const struct mapi_table *_tbl = entry_current_get();
1534 mapi_func _func = ((const mapi_func *) _tbl)[20];
1535 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
1536 }
1537
1538 GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue)
1539 {
1540 const struct mapi_table *_tbl = entry_current_get();
1541 mapi_func _func = ((const mapi_func *) _tbl)[21];
1542 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
1543 }
1544
1545 GLAPI void APIENTRY GLAPI_PREFIX(Color3uiv)(const GLuint *v)
1546 {
1547 const struct mapi_table *_tbl = entry_current_get();
1548 mapi_func _func = ((const mapi_func *) _tbl)[22];
1549 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
1550 }
1551
1552 GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue)
1553 {
1554 const struct mapi_table *_tbl = entry_current_get();
1555 mapi_func _func = ((const mapi_func *) _tbl)[23];
1556 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
1557 }
1558
1559 GLAPI void APIENTRY GLAPI_PREFIX(Color3usv)(const GLushort *v)
1560 {
1561 const struct mapi_table *_tbl = entry_current_get();
1562 mapi_func _func = ((const mapi_func *) _tbl)[24];
1563 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
1564 }
1565
1566 GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
1567 {
1568 const struct mapi_table *_tbl = entry_current_get();
1569 mapi_func _func = ((const mapi_func *) _tbl)[25];
1570 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)) _func)(red, green, blue, alpha);
1571 }
1572
1573 GLAPI void APIENTRY GLAPI_PREFIX(Color4bv)(const GLbyte *v)
1574 {
1575 const struct mapi_table *_tbl = entry_current_get();
1576 mapi_func _func = ((const mapi_func *) _tbl)[26];
1577 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1578 }
1579
1580 GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
1581 {
1582 const struct mapi_table *_tbl = entry_current_get();
1583 mapi_func _func = ((const mapi_func *) _tbl)[27];
1584 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)) _func)(red, green, blue, alpha);
1585 }
1586
1587 GLAPI void APIENTRY GLAPI_PREFIX(Color4dv)(const GLdouble *v)
1588 {
1589 const struct mapi_table *_tbl = entry_current_get();
1590 mapi_func _func = ((const mapi_func *) _tbl)[28];
1591 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1592 }
1593
1594 GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
1595 {
1596 const struct mapi_table *_tbl = entry_current_get();
1597 mapi_func _func = ((const mapi_func *) _tbl)[29];
1598 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
1599 }
1600
1601 GLAPI void APIENTRY GLAPI_PREFIX(Color4fv)(const GLfloat *v)
1602 {
1603 const struct mapi_table *_tbl = entry_current_get();
1604 mapi_func _func = ((const mapi_func *) _tbl)[30];
1605 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1606 }
1607
1608 GLAPI void APIENTRY GLAPI_PREFIX(Color4i)(GLint red, GLint green, GLint blue, GLint alpha)
1609 {
1610 const struct mapi_table *_tbl = entry_current_get();
1611 mapi_func _func = ((const mapi_func *) _tbl)[31];
1612 ((void (APIENTRY *)(GLint red, GLint green, GLint blue, GLint alpha)) _func)(red, green, blue, alpha);
1613 }
1614
1615 GLAPI void APIENTRY GLAPI_PREFIX(Color4iv)(const GLint *v)
1616 {
1617 const struct mapi_table *_tbl = entry_current_get();
1618 mapi_func _func = ((const mapi_func *) _tbl)[32];
1619 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1620 }
1621
1622 GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha)
1623 {
1624 const struct mapi_table *_tbl = entry_current_get();
1625 mapi_func _func = ((const mapi_func *) _tbl)[33];
1626 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue, GLshort alpha)) _func)(red, green, blue, alpha);
1627 }
1628
1629 GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v)
1630 {
1631 const struct mapi_table *_tbl = entry_current_get();
1632 mapi_func _func = ((const mapi_func *) _tbl)[34];
1633 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1634 }
1635
1636 GLAPI void APIENTRY GLAPI_PREFIX(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
1637 {
1638 const struct mapi_table *_tbl = entry_current_get();
1639 mapi_func _func = ((const mapi_func *) _tbl)[35];
1640 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)) _func)(red, green, blue, alpha);
1641 }
1642
1643 GLAPI void APIENTRY GLAPI_PREFIX(Color4ubv)(const GLubyte *v)
1644 {
1645 const struct mapi_table *_tbl = entry_current_get();
1646 mapi_func _func = ((const mapi_func *) _tbl)[36];
1647 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
1648 }
1649
1650 GLAPI void APIENTRY GLAPI_PREFIX(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha)
1651 {
1652 const struct mapi_table *_tbl = entry_current_get();
1653 mapi_func _func = ((const mapi_func *) _tbl)[37];
1654 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue, GLuint alpha)) _func)(red, green, blue, alpha);
1655 }
1656
1657 GLAPI void APIENTRY GLAPI_PREFIX(Color4uiv)(const GLuint *v)
1658 {
1659 const struct mapi_table *_tbl = entry_current_get();
1660 mapi_func _func = ((const mapi_func *) _tbl)[38];
1661 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
1662 }
1663
1664 GLAPI void APIENTRY GLAPI_PREFIX(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha)
1665 {
1666 const struct mapi_table *_tbl = entry_current_get();
1667 mapi_func _func = ((const mapi_func *) _tbl)[39];
1668 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue, GLushort alpha)) _func)(red, green, blue, alpha);
1669 }
1670
1671 GLAPI void APIENTRY GLAPI_PREFIX(Color4usv)(const GLushort *v)
1672 {
1673 const struct mapi_table *_tbl = entry_current_get();
1674 mapi_func _func = ((const mapi_func *) _tbl)[40];
1675 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
1676 }
1677
1678 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlag)(GLboolean flag)
1679 {
1680 const struct mapi_table *_tbl = entry_current_get();
1681 mapi_func _func = ((const mapi_func *) _tbl)[41];
1682 ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
1683 }
1684
1685 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagv)(const GLboolean *flag)
1686 {
1687 const struct mapi_table *_tbl = entry_current_get();
1688 mapi_func _func = ((const mapi_func *) _tbl)[42];
1689 ((void (APIENTRY *)(const GLboolean *flag)) _func)(flag);
1690 }
1691
1692 GLAPI void APIENTRY GLAPI_PREFIX(End)(void)
1693 {
1694 const struct mapi_table *_tbl = entry_current_get();
1695 mapi_func _func = ((const mapi_func *) _tbl)[43];
1696 ((void (APIENTRY *)(void)) _func)();
1697 }
1698
1699 GLAPI void APIENTRY GLAPI_PREFIX(Indexd)(GLdouble c)
1700 {
1701 const struct mapi_table *_tbl = entry_current_get();
1702 mapi_func _func = ((const mapi_func *) _tbl)[44];
1703 ((void (APIENTRY *)(GLdouble c)) _func)(c);
1704 }
1705
1706 GLAPI void APIENTRY GLAPI_PREFIX(Indexdv)(const GLdouble *c)
1707 {
1708 const struct mapi_table *_tbl = entry_current_get();
1709 mapi_func _func = ((const mapi_func *) _tbl)[45];
1710 ((void (APIENTRY *)(const GLdouble *c)) _func)(c);
1711 }
1712
1713 GLAPI void APIENTRY GLAPI_PREFIX(Indexf)(GLfloat c)
1714 {
1715 const struct mapi_table *_tbl = entry_current_get();
1716 mapi_func _func = ((const mapi_func *) _tbl)[46];
1717 ((void (APIENTRY *)(GLfloat c)) _func)(c);
1718 }
1719
1720 GLAPI void APIENTRY GLAPI_PREFIX(Indexfv)(const GLfloat *c)
1721 {
1722 const struct mapi_table *_tbl = entry_current_get();
1723 mapi_func _func = ((const mapi_func *) _tbl)[47];
1724 ((void (APIENTRY *)(const GLfloat *c)) _func)(c);
1725 }
1726
1727 GLAPI void APIENTRY GLAPI_PREFIX(Indexi)(GLint c)
1728 {
1729 const struct mapi_table *_tbl = entry_current_get();
1730 mapi_func _func = ((const mapi_func *) _tbl)[48];
1731 ((void (APIENTRY *)(GLint c)) _func)(c);
1732 }
1733
1734 GLAPI void APIENTRY GLAPI_PREFIX(Indexiv)(const GLint *c)
1735 {
1736 const struct mapi_table *_tbl = entry_current_get();
1737 mapi_func _func = ((const mapi_func *) _tbl)[49];
1738 ((void (APIENTRY *)(const GLint *c)) _func)(c);
1739 }
1740
1741 GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c)
1742 {
1743 const struct mapi_table *_tbl = entry_current_get();
1744 mapi_func _func = ((const mapi_func *) _tbl)[50];
1745 ((void (APIENTRY *)(GLshort c)) _func)(c);
1746 }
1747
1748 GLAPI void APIENTRY GLAPI_PREFIX(Indexsv)(const GLshort *c)
1749 {
1750 const struct mapi_table *_tbl = entry_current_get();
1751 mapi_func _func = ((const mapi_func *) _tbl)[51];
1752 ((void (APIENTRY *)(const GLshort *c)) _func)(c);
1753 }
1754
1755 GLAPI void APIENTRY GLAPI_PREFIX(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz)
1756 {
1757 const struct mapi_table *_tbl = entry_current_get();
1758 mapi_func _func = ((const mapi_func *) _tbl)[52];
1759 ((void (APIENTRY *)(GLbyte nx, GLbyte ny, GLbyte nz)) _func)(nx, ny, nz);
1760 }
1761
1762 GLAPI void APIENTRY GLAPI_PREFIX(Normal3bv)(const GLbyte *v)
1763 {
1764 const struct mapi_table *_tbl = entry_current_get();
1765 mapi_func _func = ((const mapi_func *) _tbl)[53];
1766 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1767 }
1768
1769 GLAPI void APIENTRY GLAPI_PREFIX(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz)
1770 {
1771 const struct mapi_table *_tbl = entry_current_get();
1772 mapi_func _func = ((const mapi_func *) _tbl)[54];
1773 ((void (APIENTRY *)(GLdouble nx, GLdouble ny, GLdouble nz)) _func)(nx, ny, nz);
1774 }
1775
1776 GLAPI void APIENTRY GLAPI_PREFIX(Normal3dv)(const GLdouble *v)
1777 {
1778 const struct mapi_table *_tbl = entry_current_get();
1779 mapi_func _func = ((const mapi_func *) _tbl)[55];
1780 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1781 }
1782
1783 GLAPI void APIENTRY GLAPI_PREFIX(Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz)
1784 {
1785 const struct mapi_table *_tbl = entry_current_get();
1786 mapi_func _func = ((const mapi_func *) _tbl)[56];
1787 ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
1788 }
1789
1790 GLAPI void APIENTRY GLAPI_PREFIX(Normal3fv)(const GLfloat *v)
1791 {
1792 const struct mapi_table *_tbl = entry_current_get();
1793 mapi_func _func = ((const mapi_func *) _tbl)[57];
1794 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1795 }
1796
1797 GLAPI void APIENTRY GLAPI_PREFIX(Normal3i)(GLint nx, GLint ny, GLint nz)
1798 {
1799 const struct mapi_table *_tbl = entry_current_get();
1800 mapi_func _func = ((const mapi_func *) _tbl)[58];
1801 ((void (APIENTRY *)(GLint nx, GLint ny, GLint nz)) _func)(nx, ny, nz);
1802 }
1803
1804 GLAPI void APIENTRY GLAPI_PREFIX(Normal3iv)(const GLint *v)
1805 {
1806 const struct mapi_table *_tbl = entry_current_get();
1807 mapi_func _func = ((const mapi_func *) _tbl)[59];
1808 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1809 }
1810
1811 GLAPI void APIENTRY GLAPI_PREFIX(Normal3s)(GLshort nx, GLshort ny, GLshort nz)
1812 {
1813 const struct mapi_table *_tbl = entry_current_get();
1814 mapi_func _func = ((const mapi_func *) _tbl)[60];
1815 ((void (APIENTRY *)(GLshort nx, GLshort ny, GLshort nz)) _func)(nx, ny, nz);
1816 }
1817
1818 GLAPI void APIENTRY GLAPI_PREFIX(Normal3sv)(const GLshort *v)
1819 {
1820 const struct mapi_table *_tbl = entry_current_get();
1821 mapi_func _func = ((const mapi_func *) _tbl)[61];
1822 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1823 }
1824
1825 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2d)(GLdouble x, GLdouble y)
1826 {
1827 const struct mapi_table *_tbl = entry_current_get();
1828 mapi_func _func = ((const mapi_func *) _tbl)[62];
1829 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
1830 }
1831
1832 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2dv)(const GLdouble *v)
1833 {
1834 const struct mapi_table *_tbl = entry_current_get();
1835 mapi_func _func = ((const mapi_func *) _tbl)[63];
1836 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1837 }
1838
1839 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y)
1840 {
1841 const struct mapi_table *_tbl = entry_current_get();
1842 mapi_func _func = ((const mapi_func *) _tbl)[64];
1843 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
1844 }
1845
1846 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2fv)(const GLfloat *v)
1847 {
1848 const struct mapi_table *_tbl = entry_current_get();
1849 mapi_func _func = ((const mapi_func *) _tbl)[65];
1850 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1851 }
1852
1853 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2i)(GLint x, GLint y)
1854 {
1855 const struct mapi_table *_tbl = entry_current_get();
1856 mapi_func _func = ((const mapi_func *) _tbl)[66];
1857 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
1858 }
1859
1860 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2iv)(const GLint *v)
1861 {
1862 const struct mapi_table *_tbl = entry_current_get();
1863 mapi_func _func = ((const mapi_func *) _tbl)[67];
1864 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1865 }
1866
1867 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2s)(GLshort x, GLshort y)
1868 {
1869 const struct mapi_table *_tbl = entry_current_get();
1870 mapi_func _func = ((const mapi_func *) _tbl)[68];
1871 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
1872 }
1873
1874 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2sv)(const GLshort *v)
1875 {
1876 const struct mapi_table *_tbl = entry_current_get();
1877 mapi_func _func = ((const mapi_func *) _tbl)[69];
1878 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1879 }
1880
1881 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3d)(GLdouble x, GLdouble y, GLdouble z)
1882 {
1883 const struct mapi_table *_tbl = entry_current_get();
1884 mapi_func _func = ((const mapi_func *) _tbl)[70];
1885 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
1886 }
1887
1888 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3dv)(const GLdouble *v)
1889 {
1890 const struct mapi_table *_tbl = entry_current_get();
1891 mapi_func _func = ((const mapi_func *) _tbl)[71];
1892 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1893 }
1894
1895 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3f)(GLfloat x, GLfloat y, GLfloat z)
1896 {
1897 const struct mapi_table *_tbl = entry_current_get();
1898 mapi_func _func = ((const mapi_func *) _tbl)[72];
1899 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
1900 }
1901
1902 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3fv)(const GLfloat *v)
1903 {
1904 const struct mapi_table *_tbl = entry_current_get();
1905 mapi_func _func = ((const mapi_func *) _tbl)[73];
1906 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1907 }
1908
1909 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3i)(GLint x, GLint y, GLint z)
1910 {
1911 const struct mapi_table *_tbl = entry_current_get();
1912 mapi_func _func = ((const mapi_func *) _tbl)[74];
1913 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
1914 }
1915
1916 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3iv)(const GLint *v)
1917 {
1918 const struct mapi_table *_tbl = entry_current_get();
1919 mapi_func _func = ((const mapi_func *) _tbl)[75];
1920 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1921 }
1922
1923 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3s)(GLshort x, GLshort y, GLshort z)
1924 {
1925 const struct mapi_table *_tbl = entry_current_get();
1926 mapi_func _func = ((const mapi_func *) _tbl)[76];
1927 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
1928 }
1929
1930 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3sv)(const GLshort *v)
1931 {
1932 const struct mapi_table *_tbl = entry_current_get();
1933 mapi_func _func = ((const mapi_func *) _tbl)[77];
1934 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1935 }
1936
1937 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
1938 {
1939 const struct mapi_table *_tbl = entry_current_get();
1940 mapi_func _func = ((const mapi_func *) _tbl)[78];
1941 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
1942 }
1943
1944 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4dv)(const GLdouble *v)
1945 {
1946 const struct mapi_table *_tbl = entry_current_get();
1947 mapi_func _func = ((const mapi_func *) _tbl)[79];
1948 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1949 }
1950
1951 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
1952 {
1953 const struct mapi_table *_tbl = entry_current_get();
1954 mapi_func _func = ((const mapi_func *) _tbl)[80];
1955 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
1956 }
1957
1958 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4fv)(const GLfloat *v)
1959 {
1960 const struct mapi_table *_tbl = entry_current_get();
1961 mapi_func _func = ((const mapi_func *) _tbl)[81];
1962 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1963 }
1964
1965 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4i)(GLint x, GLint y, GLint z, GLint w)
1966 {
1967 const struct mapi_table *_tbl = entry_current_get();
1968 mapi_func _func = ((const mapi_func *) _tbl)[82];
1969 ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
1970 }
1971
1972 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4iv)(const GLint *v)
1973 {
1974 const struct mapi_table *_tbl = entry_current_get();
1975 mapi_func _func = ((const mapi_func *) _tbl)[83];
1976 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1977 }
1978
1979 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w)
1980 {
1981 const struct mapi_table *_tbl = entry_current_get();
1982 mapi_func _func = ((const mapi_func *) _tbl)[84];
1983 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
1984 }
1985
1986 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4sv)(const GLshort *v)
1987 {
1988 const struct mapi_table *_tbl = entry_current_get();
1989 mapi_func _func = ((const mapi_func *) _tbl)[85];
1990 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1991 }
1992
1993 GLAPI void APIENTRY GLAPI_PREFIX(Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
1994 {
1995 const struct mapi_table *_tbl = entry_current_get();
1996 mapi_func _func = ((const mapi_func *) _tbl)[86];
1997 ((void (APIENTRY *)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)) _func)(x1, y1, x2, y2);
1998 }
1999
2000 GLAPI void APIENTRY GLAPI_PREFIX(Rectdv)(const GLdouble *v1, const GLdouble *v2)
2001 {
2002 const struct mapi_table *_tbl = entry_current_get();
2003 mapi_func _func = ((const mapi_func *) _tbl)[87];
2004 ((void (APIENTRY *)(const GLdouble *v1, const GLdouble *v2)) _func)(v1, v2);
2005 }
2006
2007 GLAPI void APIENTRY GLAPI_PREFIX(Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
2008 {
2009 const struct mapi_table *_tbl = entry_current_get();
2010 mapi_func _func = ((const mapi_func *) _tbl)[88];
2011 ((void (APIENTRY *)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)) _func)(x1, y1, x2, y2);
2012 }
2013
2014 GLAPI void APIENTRY GLAPI_PREFIX(Rectfv)(const GLfloat *v1, const GLfloat *v2)
2015 {
2016 const struct mapi_table *_tbl = entry_current_get();
2017 mapi_func _func = ((const mapi_func *) _tbl)[89];
2018 ((void (APIENTRY *)(const GLfloat *v1, const GLfloat *v2)) _func)(v1, v2);
2019 }
2020
2021 GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2)
2022 {
2023 const struct mapi_table *_tbl = entry_current_get();
2024 mapi_func _func = ((const mapi_func *) _tbl)[90];
2025 ((void (APIENTRY *)(GLint x1, GLint y1, GLint x2, GLint y2)) _func)(x1, y1, x2, y2);
2026 }
2027
2028 GLAPI void APIENTRY GLAPI_PREFIX(Rectiv)(const GLint *v1, const GLint *v2)
2029 {
2030 const struct mapi_table *_tbl = entry_current_get();
2031 mapi_func _func = ((const mapi_func *) _tbl)[91];
2032 ((void (APIENTRY *)(const GLint *v1, const GLint *v2)) _func)(v1, v2);
2033 }
2034
2035 GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
2036 {
2037 const struct mapi_table *_tbl = entry_current_get();
2038 mapi_func _func = ((const mapi_func *) _tbl)[92];
2039 ((void (APIENTRY *)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)) _func)(x1, y1, x2, y2);
2040 }
2041
2042 GLAPI void APIENTRY GLAPI_PREFIX(Rectsv)(const GLshort *v1, const GLshort *v2)
2043 {
2044 const struct mapi_table *_tbl = entry_current_get();
2045 mapi_func _func = ((const mapi_func *) _tbl)[93];
2046 ((void (APIENTRY *)(const GLshort *v1, const GLshort *v2)) _func)(v1, v2);
2047 }
2048
2049 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1d)(GLdouble s)
2050 {
2051 const struct mapi_table *_tbl = entry_current_get();
2052 mapi_func _func = ((const mapi_func *) _tbl)[94];
2053 ((void (APIENTRY *)(GLdouble s)) _func)(s);
2054 }
2055
2056 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1dv)(const GLdouble *v)
2057 {
2058 const struct mapi_table *_tbl = entry_current_get();
2059 mapi_func _func = ((const mapi_func *) _tbl)[95];
2060 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2061 }
2062
2063 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1f)(GLfloat s)
2064 {
2065 const struct mapi_table *_tbl = entry_current_get();
2066 mapi_func _func = ((const mapi_func *) _tbl)[96];
2067 ((void (APIENTRY *)(GLfloat s)) _func)(s);
2068 }
2069
2070 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1fv)(const GLfloat *v)
2071 {
2072 const struct mapi_table *_tbl = entry_current_get();
2073 mapi_func _func = ((const mapi_func *) _tbl)[97];
2074 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2075 }
2076
2077 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1i)(GLint s)
2078 {
2079 const struct mapi_table *_tbl = entry_current_get();
2080 mapi_func _func = ((const mapi_func *) _tbl)[98];
2081 ((void (APIENTRY *)(GLint s)) _func)(s);
2082 }
2083
2084 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1iv)(const GLint *v)
2085 {
2086 const struct mapi_table *_tbl = entry_current_get();
2087 mapi_func _func = ((const mapi_func *) _tbl)[99];
2088 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2089 }
2090
2091 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1s)(GLshort s)
2092 {
2093 const struct mapi_table *_tbl = entry_current_get();
2094 mapi_func _func = ((const mapi_func *) _tbl)[100];
2095 ((void (APIENTRY *)(GLshort s)) _func)(s);
2096 }
2097
2098 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1sv)(const GLshort *v)
2099 {
2100 const struct mapi_table *_tbl = entry_current_get();
2101 mapi_func _func = ((const mapi_func *) _tbl)[101];
2102 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2103 }
2104
2105 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2d)(GLdouble s, GLdouble t)
2106 {
2107 const struct mapi_table *_tbl = entry_current_get();
2108 mapi_func _func = ((const mapi_func *) _tbl)[102];
2109 ((void (APIENTRY *)(GLdouble s, GLdouble t)) _func)(s, t);
2110 }
2111
2112 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2dv)(const GLdouble *v)
2113 {
2114 const struct mapi_table *_tbl = entry_current_get();
2115 mapi_func _func = ((const mapi_func *) _tbl)[103];
2116 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2117 }
2118
2119 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2f)(GLfloat s, GLfloat t)
2120 {
2121 const struct mapi_table *_tbl = entry_current_get();
2122 mapi_func _func = ((const mapi_func *) _tbl)[104];
2123 ((void (APIENTRY *)(GLfloat s, GLfloat t)) _func)(s, t);
2124 }
2125
2126 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2fv)(const GLfloat *v)
2127 {
2128 const struct mapi_table *_tbl = entry_current_get();
2129 mapi_func _func = ((const mapi_func *) _tbl)[105];
2130 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2131 }
2132
2133 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2i)(GLint s, GLint t)
2134 {
2135 const struct mapi_table *_tbl = entry_current_get();
2136 mapi_func _func = ((const mapi_func *) _tbl)[106];
2137 ((void (APIENTRY *)(GLint s, GLint t)) _func)(s, t);
2138 }
2139
2140 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2iv)(const GLint *v)
2141 {
2142 const struct mapi_table *_tbl = entry_current_get();
2143 mapi_func _func = ((const mapi_func *) _tbl)[107];
2144 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2145 }
2146
2147 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2s)(GLshort s, GLshort t)
2148 {
2149 const struct mapi_table *_tbl = entry_current_get();
2150 mapi_func _func = ((const mapi_func *) _tbl)[108];
2151 ((void (APIENTRY *)(GLshort s, GLshort t)) _func)(s, t);
2152 }
2153
2154 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2sv)(const GLshort *v)
2155 {
2156 const struct mapi_table *_tbl = entry_current_get();
2157 mapi_func _func = ((const mapi_func *) _tbl)[109];
2158 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2159 }
2160
2161 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r)
2162 {
2163 const struct mapi_table *_tbl = entry_current_get();
2164 mapi_func _func = ((const mapi_func *) _tbl)[110];
2165 ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r)) _func)(s, t, r);
2166 }
2167
2168 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3dv)(const GLdouble *v)
2169 {
2170 const struct mapi_table *_tbl = entry_current_get();
2171 mapi_func _func = ((const mapi_func *) _tbl)[111];
2172 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2173 }
2174
2175 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3f)(GLfloat s, GLfloat t, GLfloat r)
2176 {
2177 const struct mapi_table *_tbl = entry_current_get();
2178 mapi_func _func = ((const mapi_func *) _tbl)[112];
2179 ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r)) _func)(s, t, r);
2180 }
2181
2182 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3fv)(const GLfloat *v)
2183 {
2184 const struct mapi_table *_tbl = entry_current_get();
2185 mapi_func _func = ((const mapi_func *) _tbl)[113];
2186 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2187 }
2188
2189 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3i)(GLint s, GLint t, GLint r)
2190 {
2191 const struct mapi_table *_tbl = entry_current_get();
2192 mapi_func _func = ((const mapi_func *) _tbl)[114];
2193 ((void (APIENTRY *)(GLint s, GLint t, GLint r)) _func)(s, t, r);
2194 }
2195
2196 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3iv)(const GLint *v)
2197 {
2198 const struct mapi_table *_tbl = entry_current_get();
2199 mapi_func _func = ((const mapi_func *) _tbl)[115];
2200 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2201 }
2202
2203 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3s)(GLshort s, GLshort t, GLshort r)
2204 {
2205 const struct mapi_table *_tbl = entry_current_get();
2206 mapi_func _func = ((const mapi_func *) _tbl)[116];
2207 ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r)) _func)(s, t, r);
2208 }
2209
2210 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3sv)(const GLshort *v)
2211 {
2212 const struct mapi_table *_tbl = entry_current_get();
2213 mapi_func _func = ((const mapi_func *) _tbl)[117];
2214 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2215 }
2216
2217 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
2218 {
2219 const struct mapi_table *_tbl = entry_current_get();
2220 mapi_func _func = ((const mapi_func *) _tbl)[118];
2221 ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(s, t, r, q);
2222 }
2223
2224 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4dv)(const GLdouble *v)
2225 {
2226 const struct mapi_table *_tbl = entry_current_get();
2227 mapi_func _func = ((const mapi_func *) _tbl)[119];
2228 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2229 }
2230
2231 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
2232 {
2233 const struct mapi_table *_tbl = entry_current_get();
2234 mapi_func _func = ((const mapi_func *) _tbl)[120];
2235 ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(s, t, r, q);
2236 }
2237
2238 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4fv)(const GLfloat *v)
2239 {
2240 const struct mapi_table *_tbl = entry_current_get();
2241 mapi_func _func = ((const mapi_func *) _tbl)[121];
2242 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2243 }
2244
2245 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4i)(GLint s, GLint t, GLint r, GLint q)
2246 {
2247 const struct mapi_table *_tbl = entry_current_get();
2248 mapi_func _func = ((const mapi_func *) _tbl)[122];
2249 ((void (APIENTRY *)(GLint s, GLint t, GLint r, GLint q)) _func)(s, t, r, q);
2250 }
2251
2252 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4iv)(const GLint *v)
2253 {
2254 const struct mapi_table *_tbl = entry_current_get();
2255 mapi_func _func = ((const mapi_func *) _tbl)[123];
2256 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2257 }
2258
2259 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q)
2260 {
2261 const struct mapi_table *_tbl = entry_current_get();
2262 mapi_func _func = ((const mapi_func *) _tbl)[124];
2263 ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r, GLshort q)) _func)(s, t, r, q);
2264 }
2265
2266 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4sv)(const GLshort *v)
2267 {
2268 const struct mapi_table *_tbl = entry_current_get();
2269 mapi_func _func = ((const mapi_func *) _tbl)[125];
2270 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2271 }
2272
2273 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2d)(GLdouble x, GLdouble y)
2274 {
2275 const struct mapi_table *_tbl = entry_current_get();
2276 mapi_func _func = ((const mapi_func *) _tbl)[126];
2277 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
2278 }
2279
2280 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2dv)(const GLdouble *v)
2281 {
2282 const struct mapi_table *_tbl = entry_current_get();
2283 mapi_func _func = ((const mapi_func *) _tbl)[127];
2284 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2285 }
2286
2287 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y)
2288 {
2289 const struct mapi_table *_tbl = entry_current_get();
2290 mapi_func _func = ((const mapi_func *) _tbl)[128];
2291 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
2292 }
2293
2294 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v)
2295 {
2296 const struct mapi_table *_tbl = entry_current_get();
2297 mapi_func _func = ((const mapi_func *) _tbl)[129];
2298 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2299 }
2300
2301 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2i)(GLint x, GLint y)
2302 {
2303 const struct mapi_table *_tbl = entry_current_get();
2304 mapi_func _func = ((const mapi_func *) _tbl)[130];
2305 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
2306 }
2307
2308 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2iv)(const GLint *v)
2309 {
2310 const struct mapi_table *_tbl = entry_current_get();
2311 mapi_func _func = ((const mapi_func *) _tbl)[131];
2312 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2313 }
2314
2315 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2s)(GLshort x, GLshort y)
2316 {
2317 const struct mapi_table *_tbl = entry_current_get();
2318 mapi_func _func = ((const mapi_func *) _tbl)[132];
2319 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
2320 }
2321
2322 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2sv)(const GLshort *v)
2323 {
2324 const struct mapi_table *_tbl = entry_current_get();
2325 mapi_func _func = ((const mapi_func *) _tbl)[133];
2326 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2327 }
2328
2329 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3d)(GLdouble x, GLdouble y, GLdouble z)
2330 {
2331 const struct mapi_table *_tbl = entry_current_get();
2332 mapi_func _func = ((const mapi_func *) _tbl)[134];
2333 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
2334 }
2335
2336 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3dv)(const GLdouble *v)
2337 {
2338 const struct mapi_table *_tbl = entry_current_get();
2339 mapi_func _func = ((const mapi_func *) _tbl)[135];
2340 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2341 }
2342
2343 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z)
2344 {
2345 const struct mapi_table *_tbl = entry_current_get();
2346 mapi_func _func = ((const mapi_func *) _tbl)[136];
2347 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
2348 }
2349
2350 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3fv)(const GLfloat *v)
2351 {
2352 const struct mapi_table *_tbl = entry_current_get();
2353 mapi_func _func = ((const mapi_func *) _tbl)[137];
2354 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2355 }
2356
2357 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3i)(GLint x, GLint y, GLint z)
2358 {
2359 const struct mapi_table *_tbl = entry_current_get();
2360 mapi_func _func = ((const mapi_func *) _tbl)[138];
2361 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
2362 }
2363
2364 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3iv)(const GLint *v)
2365 {
2366 const struct mapi_table *_tbl = entry_current_get();
2367 mapi_func _func = ((const mapi_func *) _tbl)[139];
2368 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2369 }
2370
2371 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3s)(GLshort x, GLshort y, GLshort z)
2372 {
2373 const struct mapi_table *_tbl = entry_current_get();
2374 mapi_func _func = ((const mapi_func *) _tbl)[140];
2375 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
2376 }
2377
2378 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3sv)(const GLshort *v)
2379 {
2380 const struct mapi_table *_tbl = entry_current_get();
2381 mapi_func _func = ((const mapi_func *) _tbl)[141];
2382 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2383 }
2384
2385 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
2386 {
2387 const struct mapi_table *_tbl = entry_current_get();
2388 mapi_func _func = ((const mapi_func *) _tbl)[142];
2389 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
2390 }
2391
2392 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4dv)(const GLdouble *v)
2393 {
2394 const struct mapi_table *_tbl = entry_current_get();
2395 mapi_func _func = ((const mapi_func *) _tbl)[143];
2396 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2397 }
2398
2399 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
2400 {
2401 const struct mapi_table *_tbl = entry_current_get();
2402 mapi_func _func = ((const mapi_func *) _tbl)[144];
2403 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
2404 }
2405
2406 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v)
2407 {
2408 const struct mapi_table *_tbl = entry_current_get();
2409 mapi_func _func = ((const mapi_func *) _tbl)[145];
2410 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2411 }
2412
2413 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4i)(GLint x, GLint y, GLint z, GLint w)
2414 {
2415 const struct mapi_table *_tbl = entry_current_get();
2416 mapi_func _func = ((const mapi_func *) _tbl)[146];
2417 ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
2418 }
2419
2420 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4iv)(const GLint *v)
2421 {
2422 const struct mapi_table *_tbl = entry_current_get();
2423 mapi_func _func = ((const mapi_func *) _tbl)[147];
2424 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2425 }
2426
2427 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w)
2428 {
2429 const struct mapi_table *_tbl = entry_current_get();
2430 mapi_func _func = ((const mapi_func *) _tbl)[148];
2431 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
2432 }
2433
2434 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4sv)(const GLshort *v)
2435 {
2436 const struct mapi_table *_tbl = entry_current_get();
2437 mapi_func _func = ((const mapi_func *) _tbl)[149];
2438 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2439 }
2440
2441 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation)
2442 {
2443 const struct mapi_table *_tbl = entry_current_get();
2444 mapi_func _func = ((const mapi_func *) _tbl)[150];
2445 ((void (APIENTRY *)(GLenum plane, const GLdouble *equation)) _func)(plane, equation);
2446 }
2447
2448 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaterial)(GLenum face, GLenum mode)
2449 {
2450 const struct mapi_table *_tbl = entry_current_get();
2451 mapi_func _func = ((const mapi_func *) _tbl)[151];
2452 ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
2453 }
2454
2455 GLAPI void APIENTRY GLAPI_PREFIX(CullFace)(GLenum mode)
2456 {
2457 const struct mapi_table *_tbl = entry_current_get();
2458 mapi_func _func = ((const mapi_func *) _tbl)[152];
2459 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2460 }
2461
2462 GLAPI void APIENTRY GLAPI_PREFIX(Fogf)(GLenum pname, GLfloat param)
2463 {
2464 const struct mapi_table *_tbl = entry_current_get();
2465 mapi_func _func = ((const mapi_func *) _tbl)[153];
2466 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
2467 }
2468
2469 GLAPI void APIENTRY GLAPI_PREFIX(Fogfv)(GLenum pname, const GLfloat *params)
2470 {
2471 const struct mapi_table *_tbl = entry_current_get();
2472 mapi_func _func = ((const mapi_func *) _tbl)[154];
2473 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
2474 }
2475
2476 GLAPI void APIENTRY GLAPI_PREFIX(Fogi)(GLenum pname, GLint param)
2477 {
2478 const struct mapi_table *_tbl = entry_current_get();
2479 mapi_func _func = ((const mapi_func *) _tbl)[155];
2480 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
2481 }
2482
2483 GLAPI void APIENTRY GLAPI_PREFIX(Fogiv)(GLenum pname, const GLint *params)
2484 {
2485 const struct mapi_table *_tbl = entry_current_get();
2486 mapi_func _func = ((const mapi_func *) _tbl)[156];
2487 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
2488 }
2489
2490 GLAPI void APIENTRY GLAPI_PREFIX(FrontFace)(GLenum mode)
2491 {
2492 const struct mapi_table *_tbl = entry_current_get();
2493 mapi_func _func = ((const mapi_func *) _tbl)[157];
2494 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2495 }
2496
2497 GLAPI void APIENTRY GLAPI_PREFIX(Hint)(GLenum target, GLenum mode)
2498 {
2499 const struct mapi_table *_tbl = entry_current_get();
2500 mapi_func _func = ((const mapi_func *) _tbl)[158];
2501 ((void (APIENTRY *)(GLenum target, GLenum mode)) _func)(target, mode);
2502 }
2503
2504 GLAPI void APIENTRY GLAPI_PREFIX(Lightf)(GLenum light, GLenum pname, GLfloat param)
2505 {
2506 const struct mapi_table *_tbl = entry_current_get();
2507 mapi_func _func = ((const mapi_func *) _tbl)[159];
2508 ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat param)) _func)(light, pname, param);
2509 }
2510
2511 GLAPI void APIENTRY GLAPI_PREFIX(Lightfv)(GLenum light, GLenum pname, const GLfloat *params)
2512 {
2513 const struct mapi_table *_tbl = entry_current_get();
2514 mapi_func _func = ((const mapi_func *) _tbl)[160];
2515 ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfloat *params)) _func)(light, pname, params);
2516 }
2517
2518 GLAPI void APIENTRY GLAPI_PREFIX(Lighti)(GLenum light, GLenum pname, GLint param)
2519 {
2520 const struct mapi_table *_tbl = entry_current_get();
2521 mapi_func _func = ((const mapi_func *) _tbl)[161];
2522 ((void (APIENTRY *)(GLenum light, GLenum pname, GLint param)) _func)(light, pname, param);
2523 }
2524
2525 GLAPI void APIENTRY GLAPI_PREFIX(Lightiv)(GLenum light, GLenum pname, const GLint *params)
2526 {
2527 const struct mapi_table *_tbl = entry_current_get();
2528 mapi_func _func = ((const mapi_func *) _tbl)[162];
2529 ((void (APIENTRY *)(GLenum light, GLenum pname, const GLint *params)) _func)(light, pname, params);
2530 }
2531
2532 GLAPI void APIENTRY GLAPI_PREFIX(LightModelf)(GLenum pname, GLfloat param)
2533 {
2534 const struct mapi_table *_tbl = entry_current_get();
2535 mapi_func _func = ((const mapi_func *) _tbl)[163];
2536 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
2537 }
2538
2539 GLAPI void APIENTRY GLAPI_PREFIX(LightModelfv)(GLenum pname, const GLfloat *params)
2540 {
2541 const struct mapi_table *_tbl = entry_current_get();
2542 mapi_func _func = ((const mapi_func *) _tbl)[164];
2543 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
2544 }
2545
2546 GLAPI void APIENTRY GLAPI_PREFIX(LightModeli)(GLenum pname, GLint param)
2547 {
2548 const struct mapi_table *_tbl = entry_current_get();
2549 mapi_func _func = ((const mapi_func *) _tbl)[165];
2550 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
2551 }
2552
2553 GLAPI void APIENTRY GLAPI_PREFIX(LightModeliv)(GLenum pname, const GLint *params)
2554 {
2555 const struct mapi_table *_tbl = entry_current_get();
2556 mapi_func _func = ((const mapi_func *) _tbl)[166];
2557 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
2558 }
2559
2560 GLAPI void APIENTRY GLAPI_PREFIX(LineStipple)(GLint factor, GLushort pattern)
2561 {
2562 const struct mapi_table *_tbl = entry_current_get();
2563 mapi_func _func = ((const mapi_func *) _tbl)[167];
2564 ((void (APIENTRY *)(GLint factor, GLushort pattern)) _func)(factor, pattern);
2565 }
2566
2567 GLAPI void APIENTRY GLAPI_PREFIX(LineWidth)(GLfloat width)
2568 {
2569 const struct mapi_table *_tbl = entry_current_get();
2570 mapi_func _func = ((const mapi_func *) _tbl)[168];
2571 ((void (APIENTRY *)(GLfloat width)) _func)(width);
2572 }
2573
2574 GLAPI void APIENTRY GLAPI_PREFIX(Materialf)(GLenum face, GLenum pname, GLfloat param)
2575 {
2576 const struct mapi_table *_tbl = entry_current_get();
2577 mapi_func _func = ((const mapi_func *) _tbl)[169];
2578 ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat param)) _func)(face, pname, param);
2579 }
2580
2581 GLAPI void APIENTRY GLAPI_PREFIX(Materialfv)(GLenum face, GLenum pname, const GLfloat *params)
2582 {
2583 const struct mapi_table *_tbl = entry_current_get();
2584 mapi_func _func = ((const mapi_func *) _tbl)[170];
2585 ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfloat *params)) _func)(face, pname, params);
2586 }
2587
2588 GLAPI void APIENTRY GLAPI_PREFIX(Materiali)(GLenum face, GLenum pname, GLint param)
2589 {
2590 const struct mapi_table *_tbl = entry_current_get();
2591 mapi_func _func = ((const mapi_func *) _tbl)[171];
2592 ((void (APIENTRY *)(GLenum face, GLenum pname, GLint param)) _func)(face, pname, param);
2593 }
2594
2595 GLAPI void APIENTRY GLAPI_PREFIX(Materialiv)(GLenum face, GLenum pname, const GLint *params)
2596 {
2597 const struct mapi_table *_tbl = entry_current_get();
2598 mapi_func _func = ((const mapi_func *) _tbl)[172];
2599 ((void (APIENTRY *)(GLenum face, GLenum pname, const GLint *params)) _func)(face, pname, params);
2600 }
2601
2602 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size)
2603 {
2604 const struct mapi_table *_tbl = entry_current_get();
2605 mapi_func _func = ((const mapi_func *) _tbl)[173];
2606 ((void (APIENTRY *)(GLfloat size)) _func)(size);
2607 }
2608
2609 GLAPI void APIENTRY GLAPI_PREFIX(PolygonMode)(GLenum face, GLenum mode)
2610 {
2611 const struct mapi_table *_tbl = entry_current_get();
2612 mapi_func _func = ((const mapi_func *) _tbl)[174];
2613 ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
2614 }
2615
2616 GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask)
2617 {
2618 const struct mapi_table *_tbl = entry_current_get();
2619 mapi_func _func = ((const mapi_func *) _tbl)[175];
2620 ((void (APIENTRY *)(const GLubyte *mask)) _func)(mask);
2621 }
2622
2623 GLAPI void APIENTRY GLAPI_PREFIX(Scissor)(GLint x, GLint y, GLsizei width, GLsizei height)
2624 {
2625 const struct mapi_table *_tbl = entry_current_get();
2626 mapi_func _func = ((const mapi_func *) _tbl)[176];
2627 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
2628 }
2629
2630 GLAPI void APIENTRY GLAPI_PREFIX(ShadeModel)(GLenum mode)
2631 {
2632 const struct mapi_table *_tbl = entry_current_get();
2633 mapi_func _func = ((const mapi_func *) _tbl)[177];
2634 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2635 }
2636
2637 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param)
2638 {
2639 const struct mapi_table *_tbl = entry_current_get();
2640 mapi_func _func = ((const mapi_func *) _tbl)[178];
2641 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
2642 }
2643
2644 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
2645 {
2646 const struct mapi_table *_tbl = entry_current_get();
2647 mapi_func _func = ((const mapi_func *) _tbl)[179];
2648 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
2649 }
2650
2651 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteri)(GLenum target, GLenum pname, GLint param)
2652 {
2653 const struct mapi_table *_tbl = entry_current_get();
2654 mapi_func _func = ((const mapi_func *) _tbl)[180];
2655 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
2656 }
2657
2658 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteriv)(GLenum target, GLenum pname, const GLint *params)
2659 {
2660 const struct mapi_table *_tbl = entry_current_get();
2661 mapi_func _func = ((const mapi_func *) _tbl)[181];
2662 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
2663 }
2664
2665 GLAPI void APIENTRY GLAPI_PREFIX(TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
2666 {
2667 const struct mapi_table *_tbl = entry_current_get();
2668 mapi_func _func = ((const mapi_func *) _tbl)[182];
2669 ((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);
2670 }
2671
2672 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)
2673 {
2674 const struct mapi_table *_tbl = entry_current_get();
2675 mapi_func _func = ((const mapi_func *) _tbl)[183];
2676 ((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);
2677 }
2678
2679 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvf)(GLenum target, GLenum pname, GLfloat param)
2680 {
2681 const struct mapi_table *_tbl = entry_current_get();
2682 mapi_func _func = ((const mapi_func *) _tbl)[184];
2683 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
2684 }
2685
2686 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvfv)(GLenum target, GLenum pname, const GLfloat *params)
2687 {
2688 const struct mapi_table *_tbl = entry_current_get();
2689 mapi_func _func = ((const mapi_func *) _tbl)[185];
2690 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
2691 }
2692
2693 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvi)(GLenum target, GLenum pname, GLint param)
2694 {
2695 const struct mapi_table *_tbl = entry_current_get();
2696 mapi_func _func = ((const mapi_func *) _tbl)[186];
2697 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
2698 }
2699
2700 GLAPI void APIENTRY GLAPI_PREFIX(TexEnviv)(GLenum target, GLenum pname, const GLint *params)
2701 {
2702 const struct mapi_table *_tbl = entry_current_get();
2703 mapi_func _func = ((const mapi_func *) _tbl)[187];
2704 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
2705 }
2706
2707 GLAPI void APIENTRY GLAPI_PREFIX(TexGend)(GLenum coord, GLenum pname, GLdouble param)
2708 {
2709 const struct mapi_table *_tbl = entry_current_get();
2710 mapi_func _func = ((const mapi_func *) _tbl)[188];
2711 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble param)) _func)(coord, pname, param);
2712 }
2713
2714 GLAPI void APIENTRY GLAPI_PREFIX(TexGendv)(GLenum coord, GLenum pname, const GLdouble *params)
2715 {
2716 const struct mapi_table *_tbl = entry_current_get();
2717 mapi_func _func = ((const mapi_func *) _tbl)[189];
2718 ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLdouble *params)) _func)(coord, pname, params);
2719 }
2720
2721 GLAPI void APIENTRY GLAPI_PREFIX(TexGenf)(GLenum coord, GLenum pname, GLfloat param)
2722 {
2723 const struct mapi_table *_tbl = entry_current_get();
2724 mapi_func _func = ((const mapi_func *) _tbl)[190];
2725 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat param)) _func)(coord, pname, param);
2726 }
2727
2728 GLAPI void APIENTRY GLAPI_PREFIX(TexGenfv)(GLenum coord, GLenum pname, const GLfloat *params)
2729 {
2730 const struct mapi_table *_tbl = entry_current_get();
2731 mapi_func _func = ((const mapi_func *) _tbl)[191];
2732 ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLfloat *params)) _func)(coord, pname, params);
2733 }
2734
2735 GLAPI void APIENTRY GLAPI_PREFIX(TexGeni)(GLenum coord, GLenum pname, GLint param)
2736 {
2737 const struct mapi_table *_tbl = entry_current_get();
2738 mapi_func _func = ((const mapi_func *) _tbl)[192];
2739 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint param)) _func)(coord, pname, param);
2740 }
2741
2742 GLAPI void APIENTRY GLAPI_PREFIX(TexGeniv)(GLenum coord, GLenum pname, const GLint *params)
2743 {
2744 const struct mapi_table *_tbl = entry_current_get();
2745 mapi_func _func = ((const mapi_func *) _tbl)[193];
2746 ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLint *params)) _func)(coord, pname, params);
2747 }
2748
2749 GLAPI void APIENTRY GLAPI_PREFIX(FeedbackBuffer)(GLsizei size, GLenum type, GLfloat *buffer)
2750 {
2751 const struct mapi_table *_tbl = entry_current_get();
2752 mapi_func _func = ((const mapi_func *) _tbl)[194];
2753 ((void (APIENTRY *)(GLsizei size, GLenum type, GLfloat *buffer)) _func)(size, type, buffer);
2754 }
2755
2756 GLAPI void APIENTRY GLAPI_PREFIX(SelectBuffer)(GLsizei size, GLuint *buffer)
2757 {
2758 const struct mapi_table *_tbl = entry_current_get();
2759 mapi_func _func = ((const mapi_func *) _tbl)[195];
2760 ((void (APIENTRY *)(GLsizei size, GLuint *buffer)) _func)(size, buffer);
2761 }
2762
2763 GLAPI GLint APIENTRY GLAPI_PREFIX(RenderMode)(GLenum mode)
2764 {
2765 const struct mapi_table *_tbl = entry_current_get();
2766 mapi_func _func = ((const mapi_func *) _tbl)[196];
2767 return ((GLint (APIENTRY *)(GLenum mode)) _func)(mode);
2768 }
2769
2770 GLAPI void APIENTRY GLAPI_PREFIX(InitNames)(void)
2771 {
2772 const struct mapi_table *_tbl = entry_current_get();
2773 mapi_func _func = ((const mapi_func *) _tbl)[197];
2774 ((void (APIENTRY *)(void)) _func)();
2775 }
2776
2777 GLAPI void APIENTRY GLAPI_PREFIX(LoadName)(GLuint name)
2778 {
2779 const struct mapi_table *_tbl = entry_current_get();
2780 mapi_func _func = ((const mapi_func *) _tbl)[198];
2781 ((void (APIENTRY *)(GLuint name)) _func)(name);
2782 }
2783
2784 GLAPI void APIENTRY GLAPI_PREFIX(PassThrough)(GLfloat token)
2785 {
2786 const struct mapi_table *_tbl = entry_current_get();
2787 mapi_func _func = ((const mapi_func *) _tbl)[199];
2788 ((void (APIENTRY *)(GLfloat token)) _func)(token);
2789 }
2790
2791 GLAPI void APIENTRY GLAPI_PREFIX(PopName)(void)
2792 {
2793 const struct mapi_table *_tbl = entry_current_get();
2794 mapi_func _func = ((const mapi_func *) _tbl)[200];
2795 ((void (APIENTRY *)(void)) _func)();
2796 }
2797
2798 GLAPI void APIENTRY GLAPI_PREFIX(PushName)(GLuint name)
2799 {
2800 const struct mapi_table *_tbl = entry_current_get();
2801 mapi_func _func = ((const mapi_func *) _tbl)[201];
2802 ((void (APIENTRY *)(GLuint name)) _func)(name);
2803 }
2804
2805 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffer)(GLenum mode)
2806 {
2807 const struct mapi_table *_tbl = entry_current_get();
2808 mapi_func _func = ((const mapi_func *) _tbl)[202];
2809 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2810 }
2811
2812 GLAPI void APIENTRY GLAPI_PREFIX(Clear)(GLbitfield mask)
2813 {
2814 const struct mapi_table *_tbl = entry_current_get();
2815 mapi_func _func = ((const mapi_func *) _tbl)[203];
2816 ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
2817 }
2818
2819 GLAPI void APIENTRY GLAPI_PREFIX(ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
2820 {
2821 const struct mapi_table *_tbl = entry_current_get();
2822 mapi_func _func = ((const mapi_func *) _tbl)[204];
2823 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
2824 }
2825
2826 GLAPI void APIENTRY GLAPI_PREFIX(ClearIndex)(GLfloat c)
2827 {
2828 const struct mapi_table *_tbl = entry_current_get();
2829 mapi_func _func = ((const mapi_func *) _tbl)[205];
2830 ((void (APIENTRY *)(GLfloat c)) _func)(c);
2831 }
2832
2833 GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
2834 {
2835 const struct mapi_table *_tbl = entry_current_get();
2836 mapi_func _func = ((const mapi_func *) _tbl)[206];
2837 ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
2838 }
2839
2840 GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s)
2841 {
2842 const struct mapi_table *_tbl = entry_current_get();
2843 mapi_func _func = ((const mapi_func *) _tbl)[207];
2844 ((void (APIENTRY *)(GLint s)) _func)(s);
2845 }
2846
2847 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepth)(GLclampd depth)
2848 {
2849 const struct mapi_table *_tbl = entry_current_get();
2850 mapi_func _func = ((const mapi_func *) _tbl)[208];
2851 ((void (APIENTRY *)(GLclampd depth)) _func)(depth);
2852 }
2853
2854 GLAPI void APIENTRY GLAPI_PREFIX(StencilMask)(GLuint mask)
2855 {
2856 const struct mapi_table *_tbl = entry_current_get();
2857 mapi_func _func = ((const mapi_func *) _tbl)[209];
2858 ((void (APIENTRY *)(GLuint mask)) _func)(mask);
2859 }
2860
2861 GLAPI void APIENTRY GLAPI_PREFIX(ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
2862 {
2863 const struct mapi_table *_tbl = entry_current_get();
2864 mapi_func _func = ((const mapi_func *) _tbl)[210];
2865 ((void (APIENTRY *)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)) _func)(red, green, blue, alpha);
2866 }
2867
2868 GLAPI void APIENTRY GLAPI_PREFIX(DepthMask)(GLboolean flag)
2869 {
2870 const struct mapi_table *_tbl = entry_current_get();
2871 mapi_func _func = ((const mapi_func *) _tbl)[211];
2872 ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
2873 }
2874
2875 GLAPI void APIENTRY GLAPI_PREFIX(IndexMask)(GLuint mask)
2876 {
2877 const struct mapi_table *_tbl = entry_current_get();
2878 mapi_func _func = ((const mapi_func *) _tbl)[212];
2879 ((void (APIENTRY *)(GLuint mask)) _func)(mask);
2880 }
2881
2882 GLAPI void APIENTRY GLAPI_PREFIX(Accum)(GLenum op, GLfloat value)
2883 {
2884 const struct mapi_table *_tbl = entry_current_get();
2885 mapi_func _func = ((const mapi_func *) _tbl)[213];
2886 ((void (APIENTRY *)(GLenum op, GLfloat value)) _func)(op, value);
2887 }
2888
2889 GLAPI void APIENTRY GLAPI_PREFIX(Disable)(GLenum cap)
2890 {
2891 const struct mapi_table *_tbl = entry_current_get();
2892 mapi_func _func = ((const mapi_func *) _tbl)[214];
2893 ((void (APIENTRY *)(GLenum cap)) _func)(cap);
2894 }
2895
2896 GLAPI void APIENTRY GLAPI_PREFIX(Enable)(GLenum cap)
2897 {
2898 const struct mapi_table *_tbl = entry_current_get();
2899 mapi_func _func = ((const mapi_func *) _tbl)[215];
2900 ((void (APIENTRY *)(GLenum cap)) _func)(cap);
2901 }
2902
2903 GLAPI void APIENTRY GLAPI_PREFIX(Finish)(void)
2904 {
2905 const struct mapi_table *_tbl = entry_current_get();
2906 mapi_func _func = ((const mapi_func *) _tbl)[216];
2907 ((void (APIENTRY *)(void)) _func)();
2908 }
2909
2910 GLAPI void APIENTRY GLAPI_PREFIX(Flush)(void)
2911 {
2912 const struct mapi_table *_tbl = entry_current_get();
2913 mapi_func _func = ((const mapi_func *) _tbl)[217];
2914 ((void (APIENTRY *)(void)) _func)();
2915 }
2916
2917 GLAPI void APIENTRY GLAPI_PREFIX(PopAttrib)(void)
2918 {
2919 const struct mapi_table *_tbl = entry_current_get();
2920 mapi_func _func = ((const mapi_func *) _tbl)[218];
2921 ((void (APIENTRY *)(void)) _func)();
2922 }
2923
2924 GLAPI void APIENTRY GLAPI_PREFIX(PushAttrib)(GLbitfield mask)
2925 {
2926 const struct mapi_table *_tbl = entry_current_get();
2927 mapi_func _func = ((const mapi_func *) _tbl)[219];
2928 ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
2929 }
2930
2931 GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
2932 {
2933 const struct mapi_table *_tbl = entry_current_get();
2934 mapi_func _func = ((const mapi_func *) _tbl)[220];
2935 ((void (APIENTRY *)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)) _func)(target, u1, u2, stride, order, points);
2936 }
2937
2938 GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
2939 {
2940 const struct mapi_table *_tbl = entry_current_get();
2941 mapi_func _func = ((const mapi_func *) _tbl)[221];
2942 ((void (APIENTRY *)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)) _func)(target, u1, u2, stride, order, points);
2943 }
2944
2945 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)
2946 {
2947 const struct mapi_table *_tbl = entry_current_get();
2948 mapi_func _func = ((const mapi_func *) _tbl)[222];
2949 ((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);
2950 }
2951
2952 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)
2953 {
2954 const struct mapi_table *_tbl = entry_current_get();
2955 mapi_func _func = ((const mapi_func *) _tbl)[223];
2956 ((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);
2957 }
2958
2959 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1d)(GLint un, GLdouble u1, GLdouble u2)
2960 {
2961 const struct mapi_table *_tbl = entry_current_get();
2962 mapi_func _func = ((const mapi_func *) _tbl)[224];
2963 ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2)) _func)(un, u1, u2);
2964 }
2965
2966 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1f)(GLint un, GLfloat u1, GLfloat u2)
2967 {
2968 const struct mapi_table *_tbl = entry_current_get();
2969 mapi_func _func = ((const mapi_func *) _tbl)[225];
2970 ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2)) _func)(un, u1, u2);
2971 }
2972
2973 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
2974 {
2975 const struct mapi_table *_tbl = entry_current_get();
2976 mapi_func _func = ((const mapi_func *) _tbl)[226];
2977 ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)) _func)(un, u1, u2, vn, v1, v2);
2978 }
2979
2980 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
2981 {
2982 const struct mapi_table *_tbl = entry_current_get();
2983 mapi_func _func = ((const mapi_func *) _tbl)[227];
2984 ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)) _func)(un, u1, u2, vn, v1, v2);
2985 }
2986
2987 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1d)(GLdouble u)
2988 {
2989 const struct mapi_table *_tbl = entry_current_get();
2990 mapi_func _func = ((const mapi_func *) _tbl)[228];
2991 ((void (APIENTRY *)(GLdouble u)) _func)(u);
2992 }
2993
2994 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1dv)(const GLdouble *u)
2995 {
2996 const struct mapi_table *_tbl = entry_current_get();
2997 mapi_func _func = ((const mapi_func *) _tbl)[229];
2998 ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
2999 }
3000
3001 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1f)(GLfloat u)
3002 {
3003 const struct mapi_table *_tbl = entry_current_get();
3004 mapi_func _func = ((const mapi_func *) _tbl)[230];
3005 ((void (APIENTRY *)(GLfloat u)) _func)(u);
3006 }
3007
3008 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1fv)(const GLfloat *u)
3009 {
3010 const struct mapi_table *_tbl = entry_current_get();
3011 mapi_func _func = ((const mapi_func *) _tbl)[231];
3012 ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
3013 }
3014
3015 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2d)(GLdouble u, GLdouble v)
3016 {
3017 const struct mapi_table *_tbl = entry_current_get();
3018 mapi_func _func = ((const mapi_func *) _tbl)[232];
3019 ((void (APIENTRY *)(GLdouble u, GLdouble v)) _func)(u, v);
3020 }
3021
3022 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2dv)(const GLdouble *u)
3023 {
3024 const struct mapi_table *_tbl = entry_current_get();
3025 mapi_func _func = ((const mapi_func *) _tbl)[233];
3026 ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
3027 }
3028
3029 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2f)(GLfloat u, GLfloat v)
3030 {
3031 const struct mapi_table *_tbl = entry_current_get();
3032 mapi_func _func = ((const mapi_func *) _tbl)[234];
3033 ((void (APIENTRY *)(GLfloat u, GLfloat v)) _func)(u, v);
3034 }
3035
3036 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2fv)(const GLfloat *u)
3037 {
3038 const struct mapi_table *_tbl = entry_current_get();
3039 mapi_func _func = ((const mapi_func *) _tbl)[235];
3040 ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
3041 }
3042
3043 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh1)(GLenum mode, GLint i1, GLint i2)
3044 {
3045 const struct mapi_table *_tbl = entry_current_get();
3046 mapi_func _func = ((const mapi_func *) _tbl)[236];
3047 ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2)) _func)(mode, i1, i2);
3048 }
3049
3050 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint1)(GLint i)
3051 {
3052 const struct mapi_table *_tbl = entry_current_get();
3053 mapi_func _func = ((const mapi_func *) _tbl)[237];
3054 ((void (APIENTRY *)(GLint i)) _func)(i);
3055 }
3056
3057 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
3058 {
3059 const struct mapi_table *_tbl = entry_current_get();
3060 mapi_func _func = ((const mapi_func *) _tbl)[238];
3061 ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)) _func)(mode, i1, i2, j1, j2);
3062 }
3063
3064 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint2)(GLint i, GLint j)
3065 {
3066 const struct mapi_table *_tbl = entry_current_get();
3067 mapi_func _func = ((const mapi_func *) _tbl)[239];
3068 ((void (APIENTRY *)(GLint i, GLint j)) _func)(i, j);
3069 }
3070
3071 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFunc)(GLenum func, GLclampf ref)
3072 {
3073 const struct mapi_table *_tbl = entry_current_get();
3074 mapi_func _func = ((const mapi_func *) _tbl)[240];
3075 ((void (APIENTRY *)(GLenum func, GLclampf ref)) _func)(func, ref);
3076 }
3077
3078 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor)
3079 {
3080 const struct mapi_table *_tbl = entry_current_get();
3081 mapi_func _func = ((const mapi_func *) _tbl)[241];
3082 ((void (APIENTRY *)(GLenum sfactor, GLenum dfactor)) _func)(sfactor, dfactor);
3083 }
3084
3085 GLAPI void APIENTRY GLAPI_PREFIX(LogicOp)(GLenum opcode)
3086 {
3087 const struct mapi_table *_tbl = entry_current_get();
3088 mapi_func _func = ((const mapi_func *) _tbl)[242];
3089 ((void (APIENTRY *)(GLenum opcode)) _func)(opcode);
3090 }
3091
3092 GLAPI void APIENTRY GLAPI_PREFIX(StencilFunc)(GLenum func, GLint ref, GLuint mask)
3093 {
3094 const struct mapi_table *_tbl = entry_current_get();
3095 mapi_func _func = ((const mapi_func *) _tbl)[243];
3096 ((void (APIENTRY *)(GLenum func, GLint ref, GLuint mask)) _func)(func, ref, mask);
3097 }
3098
3099 GLAPI void APIENTRY GLAPI_PREFIX(StencilOp)(GLenum fail, GLenum zfail, GLenum zpass)
3100 {
3101 const struct mapi_table *_tbl = entry_current_get();
3102 mapi_func _func = ((const mapi_func *) _tbl)[244];
3103 ((void (APIENTRY *)(GLenum fail, GLenum zfail, GLenum zpass)) _func)(fail, zfail, zpass);
3104 }
3105
3106 GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func)
3107 {
3108 const struct mapi_table *_tbl = entry_current_get();
3109 mapi_func _func = ((const mapi_func *) _tbl)[245];
3110 ((void (APIENTRY *)(GLenum func)) _func)(func);
3111 }
3112
3113 GLAPI void APIENTRY GLAPI_PREFIX(PixelZoom)(GLfloat xfactor, GLfloat yfactor)
3114 {
3115 const struct mapi_table *_tbl = entry_current_get();
3116 mapi_func _func = ((const mapi_func *) _tbl)[246];
3117 ((void (APIENTRY *)(GLfloat xfactor, GLfloat yfactor)) _func)(xfactor, yfactor);
3118 }
3119
3120 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferf)(GLenum pname, GLfloat param)
3121 {
3122 const struct mapi_table *_tbl = entry_current_get();
3123 mapi_func _func = ((const mapi_func *) _tbl)[247];
3124 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
3125 }
3126
3127 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferi)(GLenum pname, GLint param)
3128 {
3129 const struct mapi_table *_tbl = entry_current_get();
3130 mapi_func _func = ((const mapi_func *) _tbl)[248];
3131 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
3132 }
3133
3134 GLAPI void APIENTRY GLAPI_PREFIX(PixelStoref)(GLenum pname, GLfloat param)
3135 {
3136 const struct mapi_table *_tbl = entry_current_get();
3137 mapi_func _func = ((const mapi_func *) _tbl)[249];
3138 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
3139 }
3140
3141 GLAPI void APIENTRY GLAPI_PREFIX(PixelStorei)(GLenum pname, GLint param)
3142 {
3143 const struct mapi_table *_tbl = entry_current_get();
3144 mapi_func _func = ((const mapi_func *) _tbl)[250];
3145 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
3146 }
3147
3148 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values)
3149 {
3150 const struct mapi_table *_tbl = entry_current_get();
3151 mapi_func _func = ((const mapi_func *) _tbl)[251];
3152 ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLfloat *values)) _func)(map, mapsize, values);
3153 }
3154
3155 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values)
3156 {
3157 const struct mapi_table *_tbl = entry_current_get();
3158 mapi_func _func = ((const mapi_func *) _tbl)[252];
3159 ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLuint *values)) _func)(map, mapsize, values);
3160 }
3161
3162 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values)
3163 {
3164 const struct mapi_table *_tbl = entry_current_get();
3165 mapi_func _func = ((const mapi_func *) _tbl)[253];
3166 ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLushort *values)) _func)(map, mapsize, values);
3167 }
3168
3169 GLAPI void APIENTRY GLAPI_PREFIX(ReadBuffer)(GLenum mode)
3170 {
3171 const struct mapi_table *_tbl = entry_current_get();
3172 mapi_func _func = ((const mapi_func *) _tbl)[254];
3173 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3174 }
3175
3176 GLAPI void APIENTRY GLAPI_PREFIX(CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
3177 {
3178 const struct mapi_table *_tbl = entry_current_get();
3179 mapi_func _func = ((const mapi_func *) _tbl)[255];
3180 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)) _func)(x, y, width, height, type);
3181 }
3182
3183 GLAPI void APIENTRY GLAPI_PREFIX(ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
3184 {
3185 const struct mapi_table *_tbl = entry_current_get();
3186 mapi_func _func = ((const mapi_func *) _tbl)[256];
3187 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)) _func)(x, y, width, height, format, type, pixels);
3188 }
3189
3190 GLAPI void APIENTRY GLAPI_PREFIX(DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
3191 {
3192 const struct mapi_table *_tbl = entry_current_get();
3193 mapi_func _func = ((const mapi_func *) _tbl)[257];
3194 ((void (APIENTRY *)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)) _func)(width, height, format, type, pixels);
3195 }
3196
3197 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanv)(GLenum pname, GLboolean *params)
3198 {
3199 const struct mapi_table *_tbl = entry_current_get();
3200 mapi_func _func = ((const mapi_func *) _tbl)[258];
3201 ((void (APIENTRY *)(GLenum pname, GLboolean *params)) _func)(pname, params);
3202 }
3203
3204 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation)
3205 {
3206 const struct mapi_table *_tbl = entry_current_get();
3207 mapi_func _func = ((const mapi_func *) _tbl)[259];
3208 ((void (APIENTRY *)(GLenum plane, GLdouble *equation)) _func)(plane, equation);
3209 }
3210
3211 GLAPI void APIENTRY GLAPI_PREFIX(GetDoublev)(GLenum pname, GLdouble *params)
3212 {
3213 const struct mapi_table *_tbl = entry_current_get();
3214 mapi_func _func = ((const mapi_func *) _tbl)[260];
3215 ((void (APIENTRY *)(GLenum pname, GLdouble *params)) _func)(pname, params);
3216 }
3217
3218 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetError)(void)
3219 {
3220 const struct mapi_table *_tbl = entry_current_get();
3221 mapi_func _func = ((const mapi_func *) _tbl)[261];
3222 return ((GLenum (APIENTRY *)(void)) _func)();
3223 }
3224
3225 GLAPI void APIENTRY GLAPI_PREFIX(GetFloatv)(GLenum pname, GLfloat *params)
3226 {
3227 const struct mapi_table *_tbl = entry_current_get();
3228 mapi_func _func = ((const mapi_func *) _tbl)[262];
3229 ((void (APIENTRY *)(GLenum pname, GLfloat *params)) _func)(pname, params);
3230 }
3231
3232 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerv)(GLenum pname, GLint *params)
3233 {
3234 const struct mapi_table *_tbl = entry_current_get();
3235 mapi_func _func = ((const mapi_func *) _tbl)[263];
3236 ((void (APIENTRY *)(GLenum pname, GLint *params)) _func)(pname, params);
3237 }
3238
3239 GLAPI void APIENTRY GLAPI_PREFIX(GetLightfv)(GLenum light, GLenum pname, GLfloat *params)
3240 {
3241 const struct mapi_table *_tbl = entry_current_get();
3242 mapi_func _func = ((const mapi_func *) _tbl)[264];
3243 ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat *params)) _func)(light, pname, params);
3244 }
3245
3246 GLAPI void APIENTRY GLAPI_PREFIX(GetLightiv)(GLenum light, GLenum pname, GLint *params)
3247 {
3248 const struct mapi_table *_tbl = entry_current_get();
3249 mapi_func _func = ((const mapi_func *) _tbl)[265];
3250 ((void (APIENTRY *)(GLenum light, GLenum pname, GLint *params)) _func)(light, pname, params);
3251 }
3252
3253 GLAPI void APIENTRY GLAPI_PREFIX(GetMapdv)(GLenum target, GLenum query, GLdouble *v)
3254 {
3255 const struct mapi_table *_tbl = entry_current_get();
3256 mapi_func _func = ((const mapi_func *) _tbl)[266];
3257 ((void (APIENTRY *)(GLenum target, GLenum query, GLdouble *v)) _func)(target, query, v);
3258 }
3259
3260 GLAPI void APIENTRY GLAPI_PREFIX(GetMapfv)(GLenum target, GLenum query, GLfloat *v)
3261 {
3262 const struct mapi_table *_tbl = entry_current_get();
3263 mapi_func _func = ((const mapi_func *) _tbl)[267];
3264 ((void (APIENTRY *)(GLenum target, GLenum query, GLfloat *v)) _func)(target, query, v);
3265 }
3266
3267 GLAPI void APIENTRY GLAPI_PREFIX(GetMapiv)(GLenum target, GLenum query, GLint *v)
3268 {
3269 const struct mapi_table *_tbl = entry_current_get();
3270 mapi_func _func = ((const mapi_func *) _tbl)[268];
3271 ((void (APIENTRY *)(GLenum target, GLenum query, GLint *v)) _func)(target, query, v);
3272 }
3273
3274 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialfv)(GLenum face, GLenum pname, GLfloat *params)
3275 {
3276 const struct mapi_table *_tbl = entry_current_get();
3277 mapi_func _func = ((const mapi_func *) _tbl)[269];
3278 ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat *params)) _func)(face, pname, params);
3279 }
3280
3281 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialiv)(GLenum face, GLenum pname, GLint *params)
3282 {
3283 const struct mapi_table *_tbl = entry_current_get();
3284 mapi_func _func = ((const mapi_func *) _tbl)[270];
3285 ((void (APIENTRY *)(GLenum face, GLenum pname, GLint *params)) _func)(face, pname, params);
3286 }
3287
3288 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapfv)(GLenum map, GLfloat *values)
3289 {
3290 const struct mapi_table *_tbl = entry_current_get();
3291 mapi_func _func = ((const mapi_func *) _tbl)[271];
3292 ((void (APIENTRY *)(GLenum map, GLfloat *values)) _func)(map, values);
3293 }
3294
3295 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapuiv)(GLenum map, GLuint *values)
3296 {
3297 const struct mapi_table *_tbl = entry_current_get();
3298 mapi_func _func = ((const mapi_func *) _tbl)[272];
3299 ((void (APIENTRY *)(GLenum map, GLuint *values)) _func)(map, values);
3300 }
3301
3302 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapusv)(GLenum map, GLushort *values)
3303 {
3304 const struct mapi_table *_tbl = entry_current_get();
3305 mapi_func _func = ((const mapi_func *) _tbl)[273];
3306 ((void (APIENTRY *)(GLenum map, GLushort *values)) _func)(map, values);
3307 }
3308
3309 GLAPI void APIENTRY GLAPI_PREFIX(GetPolygonStipple)(GLubyte *mask)
3310 {
3311 const struct mapi_table *_tbl = entry_current_get();
3312 mapi_func _func = ((const mapi_func *) _tbl)[274];
3313 ((void (APIENTRY *)(GLubyte *mask)) _func)(mask);
3314 }
3315
3316 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name)
3317 {
3318 const struct mapi_table *_tbl = entry_current_get();
3319 mapi_func _func = ((const mapi_func *) _tbl)[275];
3320 return ((const GLubyte * (APIENTRY *)(GLenum name)) _func)(name);
3321 }
3322
3323 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvfv)(GLenum target, GLenum pname, GLfloat *params)
3324 {
3325 const struct mapi_table *_tbl = entry_current_get();
3326 mapi_func _func = ((const mapi_func *) _tbl)[276];
3327 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3328 }
3329
3330 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnviv)(GLenum target, GLenum pname, GLint *params)
3331 {
3332 const struct mapi_table *_tbl = entry_current_get();
3333 mapi_func _func = ((const mapi_func *) _tbl)[277];
3334 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3335 }
3336
3337 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGendv)(GLenum coord, GLenum pname, GLdouble *params)
3338 {
3339 const struct mapi_table *_tbl = entry_current_get();
3340 mapi_func _func = ((const mapi_func *) _tbl)[278];
3341 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble *params)) _func)(coord, pname, params);
3342 }
3343
3344 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGenfv)(GLenum coord, GLenum pname, GLfloat *params)
3345 {
3346 const struct mapi_table *_tbl = entry_current_get();
3347 mapi_func _func = ((const mapi_func *) _tbl)[279];
3348 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat *params)) _func)(coord, pname, params);
3349 }
3350
3351 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGeniv)(GLenum coord, GLenum pname, GLint *params)
3352 {
3353 const struct mapi_table *_tbl = entry_current_get();
3354 mapi_func _func = ((const mapi_func *) _tbl)[280];
3355 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint *params)) _func)(coord, pname, params);
3356 }
3357
3358 GLAPI void APIENTRY GLAPI_PREFIX(GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
3359 {
3360 const struct mapi_table *_tbl = entry_current_get();
3361 mapi_func _func = ((const mapi_func *) _tbl)[281];
3362 ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)) _func)(target, level, format, type, pixels);
3363 }
3364
3365 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3366 {
3367 const struct mapi_table *_tbl = entry_current_get();
3368 mapi_func _func = ((const mapi_func *) _tbl)[282];
3369 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3370 }
3371
3372 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params)
3373 {
3374 const struct mapi_table *_tbl = entry_current_get();
3375 mapi_func _func = ((const mapi_func *) _tbl)[283];
3376 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3377 }
3378
3379 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat *params)
3380 {
3381 const struct mapi_table *_tbl = entry_current_get();
3382 mapi_func _func = ((const mapi_func *) _tbl)[284];
3383 ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLfloat *params)) _func)(target, level, pname, params);
3384 }
3385
3386 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params)
3387 {
3388 const struct mapi_table *_tbl = entry_current_get();
3389 mapi_func _func = ((const mapi_func *) _tbl)[285];
3390 ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLint *params)) _func)(target, level, pname, params);
3391 }
3392
3393 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabled)(GLenum cap)
3394 {
3395 const struct mapi_table *_tbl = entry_current_get();
3396 mapi_func _func = ((const mapi_func *) _tbl)[286];
3397 return ((GLboolean (APIENTRY *)(GLenum cap)) _func)(cap);
3398 }
3399
3400 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsList)(GLuint list)
3401 {
3402 const struct mapi_table *_tbl = entry_current_get();
3403 mapi_func _func = ((const mapi_func *) _tbl)[287];
3404 return ((GLboolean (APIENTRY *)(GLuint list)) _func)(list);
3405 }
3406
3407 GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar)
3408 {
3409 const struct mapi_table *_tbl = entry_current_get();
3410 mapi_func _func = ((const mapi_func *) _tbl)[288];
3411 ((void (APIENTRY *)(GLclampd zNear, GLclampd zFar)) _func)(zNear, zFar);
3412 }
3413
3414 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
3415 {
3416 const struct mapi_table *_tbl = entry_current_get();
3417 mapi_func _func = ((const mapi_func *) _tbl)[289];
3418 ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3419 }
3420
3421 GLAPI void APIENTRY GLAPI_PREFIX(LoadIdentity)(void)
3422 {
3423 const struct mapi_table *_tbl = entry_current_get();
3424 mapi_func _func = ((const mapi_func *) _tbl)[290];
3425 ((void (APIENTRY *)(void)) _func)();
3426 }
3427
3428 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixf)(const GLfloat *m)
3429 {
3430 const struct mapi_table *_tbl = entry_current_get();
3431 mapi_func _func = ((const mapi_func *) _tbl)[291];
3432 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
3433 }
3434
3435 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixd)(const GLdouble *m)
3436 {
3437 const struct mapi_table *_tbl = entry_current_get();
3438 mapi_func _func = ((const mapi_func *) _tbl)[292];
3439 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
3440 }
3441
3442 GLAPI void APIENTRY GLAPI_PREFIX(MatrixMode)(GLenum mode)
3443 {
3444 const struct mapi_table *_tbl = entry_current_get();
3445 mapi_func _func = ((const mapi_func *) _tbl)[293];
3446 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3447 }
3448
3449 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixf)(const GLfloat *m)
3450 {
3451 const struct mapi_table *_tbl = entry_current_get();
3452 mapi_func _func = ((const mapi_func *) _tbl)[294];
3453 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
3454 }
3455
3456 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixd)(const GLdouble *m)
3457 {
3458 const struct mapi_table *_tbl = entry_current_get();
3459 mapi_func _func = ((const mapi_func *) _tbl)[295];
3460 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
3461 }
3462
3463 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
3464 {
3465 const struct mapi_table *_tbl = entry_current_get();
3466 mapi_func _func = ((const mapi_func *) _tbl)[296];
3467 ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3468 }
3469
3470 GLAPI void APIENTRY GLAPI_PREFIX(PopMatrix)(void)
3471 {
3472 const struct mapi_table *_tbl = entry_current_get();
3473 mapi_func _func = ((const mapi_func *) _tbl)[297];
3474 ((void (APIENTRY *)(void)) _func)();
3475 }
3476
3477 GLAPI void APIENTRY GLAPI_PREFIX(PushMatrix)(void)
3478 {
3479 const struct mapi_table *_tbl = entry_current_get();
3480 mapi_func _func = ((const mapi_func *) _tbl)[298];
3481 ((void (APIENTRY *)(void)) _func)();
3482 }
3483
3484 GLAPI void APIENTRY GLAPI_PREFIX(Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
3485 {
3486 const struct mapi_table *_tbl = entry_current_get();
3487 mapi_func _func = ((const mapi_func *) _tbl)[299];
3488 ((void (APIENTRY *)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)) _func)(angle, x, y, z);
3489 }
3490
3491 GLAPI void APIENTRY GLAPI_PREFIX(Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
3492 {
3493 const struct mapi_table *_tbl = entry_current_get();
3494 mapi_func _func = ((const mapi_func *) _tbl)[300];
3495 ((void (APIENTRY *)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)) _func)(angle, x, y, z);
3496 }
3497
3498 GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z)
3499 {
3500 const struct mapi_table *_tbl = entry_current_get();
3501 mapi_func _func = ((const mapi_func *) _tbl)[301];
3502 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
3503 }
3504
3505 GLAPI void APIENTRY GLAPI_PREFIX(Scalef)(GLfloat x, GLfloat y, GLfloat z)
3506 {
3507 const struct mapi_table *_tbl = entry_current_get();
3508 mapi_func _func = ((const mapi_func *) _tbl)[302];
3509 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
3510 }
3511
3512 GLAPI void APIENTRY GLAPI_PREFIX(Translated)(GLdouble x, GLdouble y, GLdouble z)
3513 {
3514 const struct mapi_table *_tbl = entry_current_get();
3515 mapi_func _func = ((const mapi_func *) _tbl)[303];
3516 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
3517 }
3518
3519 GLAPI void APIENTRY GLAPI_PREFIX(Translatef)(GLfloat x, GLfloat y, GLfloat z)
3520 {
3521 const struct mapi_table *_tbl = entry_current_get();
3522 mapi_func _func = ((const mapi_func *) _tbl)[304];
3523 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
3524 }
3525
3526 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height)
3527 {
3528 const struct mapi_table *_tbl = entry_current_get();
3529 mapi_func _func = ((const mapi_func *) _tbl)[305];
3530 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
3531 }
3532
3533 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElement)(GLint i)
3534 {
3535 const struct mapi_table *_tbl = entry_current_get();
3536 mapi_func _func = ((const mapi_func *) _tbl)[306];
3537 ((void (APIENTRY *)(GLint i)) _func)(i);
3538 }
3539
3540 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElementEXT)(GLint i)
3541 {
3542 const struct mapi_table *_tbl = entry_current_get();
3543 mapi_func _func = ((const mapi_func *) _tbl)[306];
3544 ((void (APIENTRY *)(GLint i)) _func)(i);
3545 }
3546
3547 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture)
3548 {
3549 const struct mapi_table *_tbl = entry_current_get();
3550 mapi_func _func = ((const mapi_func *) _tbl)[307];
3551 ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
3552 }
3553
3554 GLAPI void APIENTRY GLAPI_PREFIX(BindTextureEXT)(GLenum target, GLuint texture)
3555 {
3556 const struct mapi_table *_tbl = entry_current_get();
3557 mapi_func _func = ((const mapi_func *) _tbl)[307];
3558 ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
3559 }
3560
3561 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3562 {
3563 const struct mapi_table *_tbl = entry_current_get();
3564 mapi_func _func = ((const mapi_func *) _tbl)[308];
3565 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3566 }
3567
3568 GLAPI void APIENTRY GLAPI_PREFIX(DisableClientState)(GLenum array)
3569 {
3570 const struct mapi_table *_tbl = entry_current_get();
3571 mapi_func _func = ((const mapi_func *) _tbl)[309];
3572 ((void (APIENTRY *)(GLenum array)) _func)(array);
3573 }
3574
3575 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count)
3576 {
3577 const struct mapi_table *_tbl = entry_current_get();
3578 mapi_func _func = ((const mapi_func *) _tbl)[310];
3579 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
3580 }
3581
3582 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysEXT)(GLenum mode, GLint first, GLsizei count)
3583 {
3584 const struct mapi_table *_tbl = entry_current_get();
3585 mapi_func _func = ((const mapi_func *) _tbl)[310];
3586 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
3587 }
3588
3589 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
3590 {
3591 const struct mapi_table *_tbl = entry_current_get();
3592 mapi_func _func = ((const mapi_func *) _tbl)[311];
3593 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, count, type, indices);
3594 }
3595
3596 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointer)(GLsizei stride, const GLvoid *pointer)
3597 {
3598 const struct mapi_table *_tbl = entry_current_get();
3599 mapi_func _func = ((const mapi_func *) _tbl)[312];
3600 ((void (APIENTRY *)(GLsizei stride, const GLvoid *pointer)) _func)(stride, pointer);
3601 }
3602
3603 GLAPI void APIENTRY GLAPI_PREFIX(EnableClientState)(GLenum array)
3604 {
3605 const struct mapi_table *_tbl = entry_current_get();
3606 mapi_func _func = ((const mapi_func *) _tbl)[313];
3607 ((void (APIENTRY *)(GLenum array)) _func)(array);
3608 }
3609
3610 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
3611 {
3612 const struct mapi_table *_tbl = entry_current_get();
3613 mapi_func _func = ((const mapi_func *) _tbl)[314];
3614 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
3615 }
3616
3617 GLAPI void APIENTRY GLAPI_PREFIX(Indexub)(GLubyte c)
3618 {
3619 const struct mapi_table *_tbl = entry_current_get();
3620 mapi_func _func = ((const mapi_func *) _tbl)[315];
3621 ((void (APIENTRY *)(GLubyte c)) _func)(c);
3622 }
3623
3624 GLAPI void APIENTRY GLAPI_PREFIX(Indexubv)(const GLubyte *c)
3625 {
3626 const struct mapi_table *_tbl = entry_current_get();
3627 mapi_func _func = ((const mapi_func *) _tbl)[316];
3628 ((void (APIENTRY *)(const GLubyte *c)) _func)(c);
3629 }
3630
3631 GLAPI void APIENTRY GLAPI_PREFIX(InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid *pointer)
3632 {
3633 const struct mapi_table *_tbl = entry_current_get();
3634 mapi_func _func = ((const mapi_func *) _tbl)[317];
3635 ((void (APIENTRY *)(GLenum format, GLsizei stride, const GLvoid *pointer)) _func)(format, stride, pointer);
3636 }
3637
3638 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
3639 {
3640 const struct mapi_table *_tbl = entry_current_get();
3641 mapi_func _func = ((const mapi_func *) _tbl)[318];
3642 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
3643 }
3644
3645 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffset)(GLfloat factor, GLfloat units)
3646 {
3647 const struct mapi_table *_tbl = entry_current_get();
3648 mapi_func _func = ((const mapi_func *) _tbl)[319];
3649 ((void (APIENTRY *)(GLfloat factor, GLfloat units)) _func)(factor, units);
3650 }
3651
3652 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3653 {
3654 const struct mapi_table *_tbl = entry_current_get();
3655 mapi_func _func = ((const mapi_func *) _tbl)[320];
3656 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3657 }
3658
3659 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3660 {
3661 const struct mapi_table *_tbl = entry_current_get();
3662 mapi_func _func = ((const mapi_func *) _tbl)[321];
3663 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3664 }
3665
3666 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences)
3667 {
3668 const struct mapi_table *_tbl = entry_current_get();
3669 mapi_func _func = ((const mapi_func *) _tbl)[322];
3670 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3671 }
3672
3673 #if 0
3674 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences)
3675 {
3676 const struct mapi_table *_tbl = entry_current_get();
3677 mapi_func _func = ((const mapi_func *) _tbl)[322];
3678 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3679 }
3680 #endif
3681
3682 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
3683 {
3684 const struct mapi_table *_tbl = entry_current_get();
3685 mapi_func _func = ((const mapi_func *) _tbl)[323];
3686 ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
3687 }
3688
3689 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
3690 {
3691 const struct mapi_table *_tbl = entry_current_get();
3692 mapi_func _func = ((const mapi_func *) _tbl)[323];
3693 ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
3694 }
3695
3696 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
3697 {
3698 const struct mapi_table *_tbl = entry_current_get();
3699 mapi_func _func = ((const mapi_func *) _tbl)[324];
3700 ((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);
3701 }
3702
3703 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
3704 {
3705 const struct mapi_table *_tbl = entry_current_get();
3706 mapi_func _func = ((const mapi_func *) _tbl)[324];
3707 ((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);
3708 }
3709
3710 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
3711 {
3712 const struct mapi_table *_tbl = entry_current_get();
3713 mapi_func _func = ((const mapi_func *) _tbl)[325];
3714 ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
3715 }
3716
3717 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
3718 {
3719 const struct mapi_table *_tbl = entry_current_get();
3720 mapi_func _func = ((const mapi_func *) _tbl)[325];
3721 ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
3722 }
3723
3724 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
3725 {
3726 const struct mapi_table *_tbl = entry_current_get();
3727 mapi_func _func = ((const mapi_func *) _tbl)[326];
3728 ((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);
3729 }
3730
3731 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
3732 {
3733 const struct mapi_table *_tbl = entry_current_get();
3734 mapi_func _func = ((const mapi_func *) _tbl)[326];
3735 ((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);
3736 }
3737
3738 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures)
3739 {
3740 const struct mapi_table *_tbl = entry_current_get();
3741 mapi_func _func = ((const mapi_func *) _tbl)[327];
3742 ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
3743 }
3744
3745 #if 0
3746 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTexturesEXT)(GLsizei n, const GLuint *textures)
3747 {
3748 const struct mapi_table *_tbl = entry_current_get();
3749 mapi_func _func = ((const mapi_func *) _tbl)[327];
3750 ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
3751 }
3752 #endif
3753
3754 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures)
3755 {
3756 const struct mapi_table *_tbl = entry_current_get();
3757 mapi_func _func = ((const mapi_func *) _tbl)[328];
3758 ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
3759 }
3760
3761 #if 0
3762 GLAPI void APIENTRY GLAPI_PREFIX(GenTexturesEXT)(GLsizei n, GLuint *textures)
3763 {
3764 const struct mapi_table *_tbl = entry_current_get();
3765 mapi_func _func = ((const mapi_func *) _tbl)[328];
3766 ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
3767 }
3768 #endif
3769
3770 GLAPI void APIENTRY GLAPI_PREFIX(GetPointerv)(GLenum pname, GLvoid **params)
3771 {
3772 const struct mapi_table *_tbl = entry_current_get();
3773 mapi_func _func = ((const mapi_func *) _tbl)[329];
3774 ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
3775 }
3776
3777 GLAPI void APIENTRY GLAPI_PREFIX(GetPointervEXT)(GLenum pname, GLvoid **params)
3778 {
3779 const struct mapi_table *_tbl = entry_current_get();
3780 mapi_func _func = ((const mapi_func *) _tbl)[329];
3781 ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
3782 }
3783
3784 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture)
3785 {
3786 const struct mapi_table *_tbl = entry_current_get();
3787 mapi_func _func = ((const mapi_func *) _tbl)[330];
3788 return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
3789 }
3790
3791 #if 0
3792 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTextureEXT)(GLuint texture)
3793 {
3794 const struct mapi_table *_tbl = entry_current_get();
3795 mapi_func _func = ((const mapi_func *) _tbl)[330];
3796 return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
3797 }
3798 #endif
3799
3800 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTextures)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
3801 {
3802 const struct mapi_table *_tbl = entry_current_get();
3803 mapi_func _func = ((const mapi_func *) _tbl)[331];
3804 ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
3805 }
3806
3807 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTexturesEXT)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
3808 {
3809 const struct mapi_table *_tbl = entry_current_get();
3810 mapi_func _func = ((const mapi_func *) _tbl)[331];
3811 ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
3812 }
3813
3814 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
3815 {
3816 const struct mapi_table *_tbl = entry_current_get();
3817 mapi_func _func = ((const mapi_func *) _tbl)[332];
3818 ((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);
3819 }
3820
3821 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
3822 {
3823 const struct mapi_table *_tbl = entry_current_get();
3824 mapi_func _func = ((const mapi_func *) _tbl)[332];
3825 ((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);
3826 }
3827
3828 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)
3829 {
3830 const struct mapi_table *_tbl = entry_current_get();
3831 mapi_func _func = ((const mapi_func *) _tbl)[333];
3832 ((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);
3833 }
3834
3835 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)
3836 {
3837 const struct mapi_table *_tbl = entry_current_get();
3838 mapi_func _func = ((const mapi_func *) _tbl)[333];
3839 ((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);
3840 }
3841
3842 GLAPI void APIENTRY GLAPI_PREFIX(PopClientAttrib)(void)
3843 {
3844 const struct mapi_table *_tbl = entry_current_get();
3845 mapi_func _func = ((const mapi_func *) _tbl)[334];
3846 ((void (APIENTRY *)(void)) _func)();
3847 }
3848
3849 GLAPI void APIENTRY GLAPI_PREFIX(PushClientAttrib)(GLbitfield mask)
3850 {
3851 const struct mapi_table *_tbl = entry_current_get();
3852 mapi_func _func = ((const mapi_func *) _tbl)[335];
3853 ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
3854 }
3855
3856 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3857 {
3858 const struct mapi_table *_tbl = entry_current_get();
3859 mapi_func _func = ((const mapi_func *) _tbl)[336];
3860 ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
3861 }
3862
3863 GLAPI void APIENTRY GLAPI_PREFIX(BlendColorEXT)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3864 {
3865 const struct mapi_table *_tbl = entry_current_get();
3866 mapi_func _func = ((const mapi_func *) _tbl)[336];
3867 ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
3868 }
3869
3870 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode)
3871 {
3872 const struct mapi_table *_tbl = entry_current_get();
3873 mapi_func _func = ((const mapi_func *) _tbl)[337];
3874 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3875 }
3876
3877 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationEXT)(GLenum mode)
3878 {
3879 const struct mapi_table *_tbl = entry_current_get();
3880 mapi_func _func = ((const mapi_func *) _tbl)[337];
3881 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3882 }
3883
3884 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
3885 {
3886 const struct mapi_table *_tbl = entry_current_get();
3887 mapi_func _func = ((const mapi_func *) _tbl)[338];
3888 ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
3889 }
3890
3891 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsEXT)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
3892 {
3893 const struct mapi_table *_tbl = entry_current_get();
3894 mapi_func _func = ((const mapi_func *) _tbl)[338];
3895 ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
3896 }
3897
3898 GLAPI void APIENTRY GLAPI_PREFIX(ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
3899 {
3900 const struct mapi_table *_tbl = entry_current_get();
3901 mapi_func _func = ((const mapi_func *) _tbl)[339];
3902 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
3903 }
3904
3905 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableEXT)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
3906 {
3907 const struct mapi_table *_tbl = entry_current_get();
3908 mapi_func _func = ((const mapi_func *) _tbl)[339];
3909 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
3910 }
3911
3912 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
3913 {
3914 const struct mapi_table *_tbl = entry_current_get();
3915 mapi_func _func = ((const mapi_func *) _tbl)[340];
3916 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
3917 }
3918
3919 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameteriv)(GLenum target, GLenum pname, const GLint *params)
3920 {
3921 const struct mapi_table *_tbl = entry_current_get();
3922 mapi_func _func = ((const mapi_func *) _tbl)[341];
3923 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
3924 }
3925
3926 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
3927 {
3928 const struct mapi_table *_tbl = entry_current_get();
3929 mapi_func _func = ((const mapi_func *) _tbl)[342];
3930 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
3931 }
3932
3933 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid *table)
3934 {
3935 const struct mapi_table *_tbl = entry_current_get();
3936 mapi_func _func = ((const mapi_func *) _tbl)[343];
3937 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
3938 }
3939
3940 #if 0
3941 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableEXT)(GLenum target, GLenum format, GLenum type, GLvoid *table)
3942 {
3943 const struct mapi_table *_tbl = entry_current_get();
3944 mapi_func _func = ((const mapi_func *) _tbl)[343];
3945 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
3946 }
3947 #endif
3948
3949 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3950 {
3951 const struct mapi_table *_tbl = entry_current_get();
3952 mapi_func _func = ((const mapi_func *) _tbl)[344];
3953 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3954 }
3955
3956 #if 0
3957 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfvEXT)(GLenum target, GLenum pname, GLfloat *params)
3958 {
3959 const struct mapi_table *_tbl = entry_current_get();
3960 mapi_func _func = ((const mapi_func *) _tbl)[344];
3961 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3962 }
3963 #endif
3964
3965 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameteriv)(GLenum target, GLenum pname, GLint *params)
3966 {
3967 const struct mapi_table *_tbl = entry_current_get();
3968 mapi_func _func = ((const mapi_func *) _tbl)[345];
3969 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3970 }
3971
3972 #if 0
3973 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterivEXT)(GLenum target, GLenum pname, GLint *params)
3974 {
3975 const struct mapi_table *_tbl = entry_current_get();
3976 mapi_func _func = ((const mapi_func *) _tbl)[345];
3977 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3978 }
3979 #endif
3980
3981 GLAPI void APIENTRY GLAPI_PREFIX(ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)
3982 {
3983 const struct mapi_table *_tbl = entry_current_get();
3984 mapi_func _func = ((const mapi_func *) _tbl)[346];
3985 ((void (APIENTRY *)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)) _func)(target, start, count, format, type, data);
3986 }
3987
3988 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
3989 {
3990 const struct mapi_table *_tbl = entry_current_get();
3991 mapi_func _func = ((const mapi_func *) _tbl)[347];
3992 ((void (APIENTRY *)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)) _func)(target, start, x, y, width);
3993 }
3994
3995 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
3996 {
3997 const struct mapi_table *_tbl = entry_current_get();
3998 mapi_func _func = ((const mapi_func *) _tbl)[348];
3999 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)) _func)(target, internalformat, width, format, type, image);
4000 }
4001
4002 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
4003 {
4004 const struct mapi_table *_tbl = entry_current_get();
4005 mapi_func _func = ((const mapi_func *) _tbl)[349];
4006 ((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);
4007 }
4008
4009 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params)
4010 {
4011 const struct mapi_table *_tbl = entry_current_get();
4012 mapi_func _func = ((const mapi_func *) _tbl)[350];
4013 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat params)) _func)(target, pname, params);
4014 }
4015
4016 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
4017 {
4018 const struct mapi_table *_tbl = entry_current_get();
4019 mapi_func _func = ((const mapi_func *) _tbl)[351];
4020 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
4021 }
4022
4023 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteri)(GLenum target, GLenum pname, GLint params)
4024 {
4025 const struct mapi_table *_tbl = entry_current_get();
4026 mapi_func _func = ((const mapi_func *) _tbl)[352];
4027 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint params)) _func)(target, pname, params);
4028 }
4029
4030 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint *params)
4031 {
4032 const struct mapi_table *_tbl = entry_current_get();
4033 mapi_func _func = ((const mapi_func *) _tbl)[353];
4034 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
4035 }
4036
4037 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
4038 {
4039 const struct mapi_table *_tbl = entry_current_get();
4040 mapi_func _func = ((const mapi_func *) _tbl)[354];
4041 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
4042 }
4043
4044 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
4045 {
4046 const struct mapi_table *_tbl = entry_current_get();
4047 mapi_func _func = ((const mapi_func *) _tbl)[355];
4048 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, internalformat, x, y, width, height);
4049 }
4050
4051 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid *image)
4052 {
4053 const struct mapi_table *_tbl = entry_current_get();
4054 mapi_func _func = ((const mapi_func *) _tbl)[356];
4055 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *image)) _func)(target, format, type, image);
4056 }
4057
4058 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4059 {
4060 const struct mapi_table *_tbl = entry_current_get();
4061 mapi_func _func = ((const mapi_func *) _tbl)[357];
4062 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4063 }
4064
4065 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint *params)
4066 {
4067 const struct mapi_table *_tbl = entry_current_get();
4068 mapi_func _func = ((const mapi_func *) _tbl)[358];
4069 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4070 }
4071
4072 GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
4073 {
4074 const struct mapi_table *_tbl = entry_current_get();
4075 mapi_func _func = ((const mapi_func *) _tbl)[359];
4076 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)) _func)(target, format, type, row, column, span);
4077 }
4078
4079 GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
4080 {
4081 const struct mapi_table *_tbl = entry_current_get();
4082 mapi_func _func = ((const mapi_func *) _tbl)[360];
4083 ((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);
4084 }
4085
4086 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
4087 {
4088 const struct mapi_table *_tbl = entry_current_get();
4089 mapi_func _func = ((const mapi_func *) _tbl)[361];
4090 ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
4091 }
4092
4093 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4094 {
4095 const struct mapi_table *_tbl = entry_current_get();
4096 mapi_func _func = ((const mapi_func *) _tbl)[362];
4097 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4098 }
4099
4100 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameteriv)(GLenum target, GLenum pname, GLint *params)
4101 {
4102 const struct mapi_table *_tbl = entry_current_get();
4103 mapi_func _func = ((const mapi_func *) _tbl)[363];
4104 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4105 }
4106
4107 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
4108 {
4109 const struct mapi_table *_tbl = entry_current_get();
4110 mapi_func _func = ((const mapi_func *) _tbl)[364];
4111 ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
4112 }
4113
4114 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4115 {
4116 const struct mapi_table *_tbl = entry_current_get();
4117 mapi_func _func = ((const mapi_func *) _tbl)[365];
4118 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4119 }
4120
4121 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint *params)
4122 {
4123 const struct mapi_table *_tbl = entry_current_get();
4124 mapi_func _func = ((const mapi_func *) _tbl)[366];
4125 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4126 }
4127
4128 GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
4129 {
4130 const struct mapi_table *_tbl = entry_current_get();
4131 mapi_func _func = ((const mapi_func *) _tbl)[367];
4132 ((void (APIENTRY *)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)) _func)(target, width, internalformat, sink);
4133 }
4134
4135 GLAPI void APIENTRY GLAPI_PREFIX(Minmax)(GLenum target, GLenum internalformat, GLboolean sink)
4136 {
4137 const struct mapi_table *_tbl = entry_current_get();
4138 mapi_func _func = ((const mapi_func *) _tbl)[368];
4139 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLboolean sink)) _func)(target, internalformat, sink);
4140 }
4141
4142 GLAPI void APIENTRY GLAPI_PREFIX(ResetHistogram)(GLenum target)
4143 {
4144 const struct mapi_table *_tbl = entry_current_get();
4145 mapi_func _func = ((const mapi_func *) _tbl)[369];
4146 ((void (APIENTRY *)(GLenum target)) _func)(target);
4147 }
4148
4149 GLAPI void APIENTRY GLAPI_PREFIX(ResetMinmax)(GLenum target)
4150 {
4151 const struct mapi_table *_tbl = entry_current_get();
4152 mapi_func _func = ((const mapi_func *) _tbl)[370];
4153 ((void (APIENTRY *)(GLenum target)) _func)(target);
4154 }
4155
4156 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)
4157 {
4158 const struct mapi_table *_tbl = entry_current_get();
4159 mapi_func _func = ((const mapi_func *) _tbl)[371];
4160 ((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);
4161 }
4162
4163 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)
4164 {
4165 const struct mapi_table *_tbl = entry_current_get();
4166 mapi_func _func = ((const mapi_func *) _tbl)[371];
4167 ((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);
4168 }
4169
4170 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)
4171 {
4172 const struct mapi_table *_tbl = entry_current_get();
4173 mapi_func _func = ((const mapi_func *) _tbl)[372];
4174 ((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);
4175 }
4176
4177 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)
4178 {
4179 const struct mapi_table *_tbl = entry_current_get();
4180 mapi_func _func = ((const mapi_func *) _tbl)[372];
4181 ((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);
4182 }
4183
4184 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
4185 {
4186 const struct mapi_table *_tbl = entry_current_get();
4187 mapi_func _func = ((const mapi_func *) _tbl)[373];
4188 ((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);
4189 }
4190
4191 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
4192 {
4193 const struct mapi_table *_tbl = entry_current_get();
4194 mapi_func _func = ((const mapi_func *) _tbl)[373];
4195 ((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);
4196 }
4197
4198 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTextureARB)(GLenum texture)
4199 {
4200 const struct mapi_table *_tbl = entry_current_get();
4201 mapi_func _func = ((const mapi_func *) _tbl)[374];
4202 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4203 }
4204
4205 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture)
4206 {
4207 const struct mapi_table *_tbl = entry_current_get();
4208 mapi_func _func = ((const mapi_func *) _tbl)[374];
4209 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4210 }
4211
4212 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTextureARB)(GLenum texture)
4213 {
4214 const struct mapi_table *_tbl = entry_current_get();
4215 mapi_func _func = ((const mapi_func *) _tbl)[375];
4216 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4217 }
4218
4219 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTexture)(GLenum texture)
4220 {
4221 const struct mapi_table *_tbl = entry_current_get();
4222 mapi_func _func = ((const mapi_func *) _tbl)[375];
4223 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4224 }
4225
4226 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dARB)(GLenum target, GLdouble s)
4227 {
4228 const struct mapi_table *_tbl = entry_current_get();
4229 mapi_func _func = ((const mapi_func *) _tbl)[376];
4230 ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
4231 }
4232
4233 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1d)(GLenum target, GLdouble s)
4234 {
4235 const struct mapi_table *_tbl = entry_current_get();
4236 mapi_func _func = ((const mapi_func *) _tbl)[376];
4237 ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
4238 }
4239
4240 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dvARB)(GLenum target, const GLdouble *v)
4241 {
4242 const struct mapi_table *_tbl = entry_current_get();
4243 mapi_func _func = ((const mapi_func *) _tbl)[377];
4244 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4245 }
4246
4247 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dv)(GLenum target, const GLdouble *v)
4248 {
4249 const struct mapi_table *_tbl = entry_current_get();
4250 mapi_func _func = ((const mapi_func *) _tbl)[377];
4251 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4252 }
4253
4254 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fARB)(GLenum target, GLfloat s)
4255 {
4256 const struct mapi_table *_tbl = entry_current_get();
4257 mapi_func _func = ((const mapi_func *) _tbl)[378];
4258 ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
4259 }
4260
4261 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1f)(GLenum target, GLfloat s)
4262 {
4263 const struct mapi_table *_tbl = entry_current_get();
4264 mapi_func _func = ((const mapi_func *) _tbl)[378];
4265 ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
4266 }
4267
4268 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fvARB)(GLenum target, const GLfloat *v)
4269 {
4270 const struct mapi_table *_tbl = entry_current_get();
4271 mapi_func _func = ((const mapi_func *) _tbl)[379];
4272 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4273 }
4274
4275 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fv)(GLenum target, const GLfloat *v)
4276 {
4277 const struct mapi_table *_tbl = entry_current_get();
4278 mapi_func _func = ((const mapi_func *) _tbl)[379];
4279 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4280 }
4281
4282 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iARB)(GLenum target, GLint s)
4283 {
4284 const struct mapi_table *_tbl = entry_current_get();
4285 mapi_func _func = ((const mapi_func *) _tbl)[380];
4286 ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
4287 }
4288
4289 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1i)(GLenum target, GLint s)
4290 {
4291 const struct mapi_table *_tbl = entry_current_get();
4292 mapi_func _func = ((const mapi_func *) _tbl)[380];
4293 ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
4294 }
4295
4296 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1ivARB)(GLenum target, const GLint *v)
4297 {
4298 const struct mapi_table *_tbl = entry_current_get();
4299 mapi_func _func = ((const mapi_func *) _tbl)[381];
4300 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4301 }
4302
4303 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iv)(GLenum target, const GLint *v)
4304 {
4305 const struct mapi_table *_tbl = entry_current_get();
4306 mapi_func _func = ((const mapi_func *) _tbl)[381];
4307 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4308 }
4309
4310 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sARB)(GLenum target, GLshort s)
4311 {
4312 const struct mapi_table *_tbl = entry_current_get();
4313 mapi_func _func = ((const mapi_func *) _tbl)[382];
4314 ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
4315 }
4316
4317 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1s)(GLenum target, GLshort s)
4318 {
4319 const struct mapi_table *_tbl = entry_current_get();
4320 mapi_func _func = ((const mapi_func *) _tbl)[382];
4321 ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
4322 }
4323
4324 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1svARB)(GLenum target, const GLshort *v)
4325 {
4326 const struct mapi_table *_tbl = entry_current_get();
4327 mapi_func _func = ((const mapi_func *) _tbl)[383];
4328 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4329 }
4330
4331 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sv)(GLenum target, const GLshort *v)
4332 {
4333 const struct mapi_table *_tbl = entry_current_get();
4334 mapi_func _func = ((const mapi_func *) _tbl)[383];
4335 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4336 }
4337
4338 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dARB)(GLenum target, GLdouble s, GLdouble t)
4339 {
4340 const struct mapi_table *_tbl = entry_current_get();
4341 mapi_func _func = ((const mapi_func *) _tbl)[384];
4342 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
4343 }
4344
4345 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t)
4346 {
4347 const struct mapi_table *_tbl = entry_current_get();
4348 mapi_func _func = ((const mapi_func *) _tbl)[384];
4349 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
4350 }
4351
4352 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dvARB)(GLenum target, const GLdouble *v)
4353 {
4354 const struct mapi_table *_tbl = entry_current_get();
4355 mapi_func _func = ((const mapi_func *) _tbl)[385];
4356 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4357 }
4358
4359 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dv)(GLenum target, const GLdouble *v)
4360 {
4361 const struct mapi_table *_tbl = entry_current_get();
4362 mapi_func _func = ((const mapi_func *) _tbl)[385];
4363 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4364 }
4365
4366 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t)
4367 {
4368 const struct mapi_table *_tbl = entry_current_get();
4369 mapi_func _func = ((const mapi_func *) _tbl)[386];
4370 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
4371 }
4372
4373 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2f)(GLenum target, GLfloat s, GLfloat t)
4374 {
4375 const struct mapi_table *_tbl = entry_current_get();
4376 mapi_func _func = ((const mapi_func *) _tbl)[386];
4377 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
4378 }
4379
4380 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fvARB)(GLenum target, const GLfloat *v)
4381 {
4382 const struct mapi_table *_tbl = entry_current_get();
4383 mapi_func _func = ((const mapi_func *) _tbl)[387];
4384 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4385 }
4386
4387 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fv)(GLenum target, const GLfloat *v)
4388 {
4389 const struct mapi_table *_tbl = entry_current_get();
4390 mapi_func _func = ((const mapi_func *) _tbl)[387];
4391 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4392 }
4393
4394 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iARB)(GLenum target, GLint s, GLint t)
4395 {
4396 const struct mapi_table *_tbl = entry_current_get();
4397 mapi_func _func = ((const mapi_func *) _tbl)[388];
4398 ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
4399 }
4400
4401 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2i)(GLenum target, GLint s, GLint t)
4402 {
4403 const struct mapi_table *_tbl = entry_current_get();
4404 mapi_func _func = ((const mapi_func *) _tbl)[388];
4405 ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
4406 }
4407
4408 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2ivARB)(GLenum target, const GLint *v)
4409 {
4410 const struct mapi_table *_tbl = entry_current_get();
4411 mapi_func _func = ((const mapi_func *) _tbl)[389];
4412 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4413 }
4414
4415 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iv)(GLenum target, const GLint *v)
4416 {
4417 const struct mapi_table *_tbl = entry_current_get();
4418 mapi_func _func = ((const mapi_func *) _tbl)[389];
4419 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4420 }
4421
4422 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t)
4423 {
4424 const struct mapi_table *_tbl = entry_current_get();
4425 mapi_func _func = ((const mapi_func *) _tbl)[390];
4426 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
4427 }
4428
4429 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t)
4430 {
4431 const struct mapi_table *_tbl = entry_current_get();
4432 mapi_func _func = ((const mapi_func *) _tbl)[390];
4433 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
4434 }
4435
4436 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2svARB)(GLenum target, const GLshort *v)
4437 {
4438 const struct mapi_table *_tbl = entry_current_get();
4439 mapi_func _func = ((const mapi_func *) _tbl)[391];
4440 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4441 }
4442
4443 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sv)(GLenum target, const GLshort *v)
4444 {
4445 const struct mapi_table *_tbl = entry_current_get();
4446 mapi_func _func = ((const mapi_func *) _tbl)[391];
4447 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4448 }
4449
4450 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
4451 {
4452 const struct mapi_table *_tbl = entry_current_get();
4453 mapi_func _func = ((const mapi_func *) _tbl)[392];
4454 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
4455 }
4456
4457 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
4458 {
4459 const struct mapi_table *_tbl = entry_current_get();
4460 mapi_func _func = ((const mapi_func *) _tbl)[392];
4461 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
4462 }
4463
4464 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dvARB)(GLenum target, const GLdouble *v)
4465 {
4466 const struct mapi_table *_tbl = entry_current_get();
4467 mapi_func _func = ((const mapi_func *) _tbl)[393];
4468 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4469 }
4470
4471 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dv)(GLenum target, const GLdouble *v)
4472 {
4473 const struct mapi_table *_tbl = entry_current_get();
4474 mapi_func _func = ((const mapi_func *) _tbl)[393];
4475 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4476 }
4477
4478 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
4479 {
4480 const struct mapi_table *_tbl = entry_current_get();
4481 mapi_func _func = ((const mapi_func *) _tbl)[394];
4482 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
4483 }
4484
4485 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3f)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
4486 {
4487 const struct mapi_table *_tbl = entry_current_get();
4488 mapi_func _func = ((const mapi_func *) _tbl)[394];
4489 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
4490 }
4491
4492 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fvARB)(GLenum target, const GLfloat *v)
4493 {
4494 const struct mapi_table *_tbl = entry_current_get();
4495 mapi_func _func = ((const mapi_func *) _tbl)[395];
4496 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4497 }
4498
4499 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fv)(GLenum target, const GLfloat *v)
4500 {
4501 const struct mapi_table *_tbl = entry_current_get();
4502 mapi_func _func = ((const mapi_func *) _tbl)[395];
4503 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4504 }
4505
4506 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iARB)(GLenum target, GLint s, GLint t, GLint r)
4507 {
4508 const struct mapi_table *_tbl = entry_current_get();
4509 mapi_func _func = ((const mapi_func *) _tbl)[396];
4510 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
4511 }
4512
4513 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r)
4514 {
4515 const struct mapi_table *_tbl = entry_current_get();
4516 mapi_func _func = ((const mapi_func *) _tbl)[396];
4517 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
4518 }
4519
4520 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3ivARB)(GLenum target, const GLint *v)
4521 {
4522 const struct mapi_table *_tbl = entry_current_get();
4523 mapi_func _func = ((const mapi_func *) _tbl)[397];
4524 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4525 }
4526
4527 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iv)(GLenum target, const GLint *v)
4528 {
4529 const struct mapi_table *_tbl = entry_current_get();
4530 mapi_func _func = ((const mapi_func *) _tbl)[397];
4531 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4532 }
4533
4534 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r)
4535 {
4536 const struct mapi_table *_tbl = entry_current_get();
4537 mapi_func _func = ((const mapi_func *) _tbl)[398];
4538 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
4539 }
4540
4541 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r)
4542 {
4543 const struct mapi_table *_tbl = entry_current_get();
4544 mapi_func _func = ((const mapi_func *) _tbl)[398];
4545 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
4546 }
4547
4548 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3svARB)(GLenum target, const GLshort *v)
4549 {
4550 const struct mapi_table *_tbl = entry_current_get();
4551 mapi_func _func = ((const mapi_func *) _tbl)[399];
4552 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4553 }
4554
4555 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sv)(GLenum target, const GLshort *v)
4556 {
4557 const struct mapi_table *_tbl = entry_current_get();
4558 mapi_func _func = ((const mapi_func *) _tbl)[399];
4559 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4560 }
4561
4562 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
4563 {
4564 const struct mapi_table *_tbl = entry_current_get();
4565 mapi_func _func = ((const mapi_func *) _tbl)[400];
4566 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
4567 }
4568
4569 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
4570 {
4571 const struct mapi_table *_tbl = entry_current_get();
4572 mapi_func _func = ((const mapi_func *) _tbl)[400];
4573 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
4574 }
4575
4576 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dvARB)(GLenum target, const GLdouble *v)
4577 {
4578 const struct mapi_table *_tbl = entry_current_get();
4579 mapi_func _func = ((const mapi_func *) _tbl)[401];
4580 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4581 }
4582
4583 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dv)(GLenum target, const GLdouble *v)
4584 {
4585 const struct mapi_table *_tbl = entry_current_get();
4586 mapi_func _func = ((const mapi_func *) _tbl)[401];
4587 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4588 }
4589
4590 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
4591 {
4592 const struct mapi_table *_tbl = entry_current_get();
4593 mapi_func _func = ((const mapi_func *) _tbl)[402];
4594 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
4595 }
4596
4597 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
4598 {
4599 const struct mapi_table *_tbl = entry_current_get();
4600 mapi_func _func = ((const mapi_func *) _tbl)[402];
4601 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
4602 }
4603
4604 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fvARB)(GLenum target, const GLfloat *v)
4605 {
4606 const struct mapi_table *_tbl = entry_current_get();
4607 mapi_func _func = ((const mapi_func *) _tbl)[403];
4608 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4609 }
4610
4611 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fv)(GLenum target, const GLfloat *v)
4612 {
4613 const struct mapi_table *_tbl = entry_current_get();
4614 mapi_func _func = ((const mapi_func *) _tbl)[403];
4615 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4616 }
4617
4618 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iARB)(GLenum target, GLint s, GLint t, GLint r, GLint q)
4619 {
4620 const struct mapi_table *_tbl = entry_current_get();
4621 mapi_func _func = ((const mapi_func *) _tbl)[404];
4622 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
4623 }
4624
4625 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q)
4626 {
4627 const struct mapi_table *_tbl = entry_current_get();
4628 mapi_func _func = ((const mapi_func *) _tbl)[404];
4629 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
4630 }
4631
4632 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4ivARB)(GLenum target, const GLint *v)
4633 {
4634 const struct mapi_table *_tbl = entry_current_get();
4635 mapi_func _func = ((const mapi_func *) _tbl)[405];
4636 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4637 }
4638
4639 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iv)(GLenum target, const GLint *v)
4640 {
4641 const struct mapi_table *_tbl = entry_current_get();
4642 mapi_func _func = ((const mapi_func *) _tbl)[405];
4643 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4644 }
4645
4646 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
4647 {
4648 const struct mapi_table *_tbl = entry_current_get();
4649 mapi_func _func = ((const mapi_func *) _tbl)[406];
4650 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
4651 }
4652
4653 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
4654 {
4655 const struct mapi_table *_tbl = entry_current_get();
4656 mapi_func _func = ((const mapi_func *) _tbl)[406];
4657 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
4658 }
4659
4660 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4svARB)(GLenum target, const GLshort *v)
4661 {
4662 const struct mapi_table *_tbl = entry_current_get();
4663 mapi_func _func = ((const mapi_func *) _tbl)[407];
4664 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4665 }
4666
4667 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sv)(GLenum target, const GLshort *v)
4668 {
4669 const struct mapi_table *_tbl = entry_current_get();
4670 mapi_func _func = ((const mapi_func *) _tbl)[407];
4671 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4672 }
4673
4674 GLAPI void APIENTRY GLAPI_PREFIX(AttachShader)(GLuint program, GLuint shader)
4675 {
4676 const struct mapi_table *_tbl = entry_current_get();
4677 mapi_func _func = ((const mapi_func *) _tbl)[408];
4678 ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
4679 }
4680
4681 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateProgram)(void)
4682 {
4683 const struct mapi_table *_tbl = entry_current_get();
4684 mapi_func _func = ((const mapi_func *) _tbl)[409];
4685 return ((GLuint (APIENTRY *)(void)) _func)();
4686 }
4687
4688 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShader)(GLenum type)
4689 {
4690 const struct mapi_table *_tbl = entry_current_get();
4691 mapi_func _func = ((const mapi_func *) _tbl)[410];
4692 return ((GLuint (APIENTRY *)(GLenum type)) _func)(type);
4693 }
4694
4695 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program)
4696 {
4697 const struct mapi_table *_tbl = entry_current_get();
4698 mapi_func _func = ((const mapi_func *) _tbl)[411];
4699 ((void (APIENTRY *)(GLuint program)) _func)(program);
4700 }
4701
4702 GLAPI void APIENTRY GLAPI_PREFIX(DeleteShader)(GLuint program)
4703 {
4704 const struct mapi_table *_tbl = entry_current_get();
4705 mapi_func _func = ((const mapi_func *) _tbl)[412];
4706 ((void (APIENTRY *)(GLuint program)) _func)(program);
4707 }
4708
4709 GLAPI void APIENTRY GLAPI_PREFIX(DetachShader)(GLuint program, GLuint shader)
4710 {
4711 const struct mapi_table *_tbl = entry_current_get();
4712 mapi_func _func = ((const mapi_func *) _tbl)[413];
4713 ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
4714 }
4715
4716 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)
4717 {
4718 const struct mapi_table *_tbl = entry_current_get();
4719 mapi_func _func = ((const mapi_func *) _tbl)[414];
4720 ((void (APIENTRY *)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)) _func)(program, maxCount, count, obj);
4721 }
4722
4723 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
4724 {
4725 const struct mapi_table *_tbl = entry_current_get();
4726 mapi_func _func = ((const mapi_func *) _tbl)[415];
4727 ((void (APIENTRY *)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(program, bufSize, length, infoLog);
4728 }
4729
4730 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramiv)(GLuint program, GLenum pname, GLint *params)
4731 {
4732 const struct mapi_table *_tbl = entry_current_get();
4733 mapi_func _func = ((const mapi_func *) _tbl)[416];
4734 ((void (APIENTRY *)(GLuint program, GLenum pname, GLint *params)) _func)(program, pname, params);
4735 }
4736
4737 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
4738 {
4739 const struct mapi_table *_tbl = entry_current_get();
4740 mapi_func _func = ((const mapi_func *) _tbl)[417];
4741 ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(shader, bufSize, length, infoLog);
4742 }
4743
4744 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderiv)(GLuint shader, GLenum pname, GLint *params)
4745 {
4746 const struct mapi_table *_tbl = entry_current_get();
4747 mapi_func _func = ((const mapi_func *) _tbl)[418];
4748 ((void (APIENTRY *)(GLuint shader, GLenum pname, GLint *params)) _func)(shader, pname, params);
4749 }
4750
4751 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgram)(GLuint program)
4752 {
4753 const struct mapi_table *_tbl = entry_current_get();
4754 mapi_func _func = ((const mapi_func *) _tbl)[419];
4755 return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
4756 }
4757
4758 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsShader)(GLuint shader)
4759 {
4760 const struct mapi_table *_tbl = entry_current_get();
4761 mapi_func _func = ((const mapi_func *) _tbl)[420];
4762 return ((GLboolean (APIENTRY *)(GLuint shader)) _func)(shader);
4763 }
4764
4765 GLAPI void APIENTRY GLAPI_PREFIX(StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask)
4766 {
4767 const struct mapi_table *_tbl = entry_current_get();
4768 mapi_func _func = ((const mapi_func *) _tbl)[421];
4769 ((void (APIENTRY *)(GLenum face, GLenum func, GLint ref, GLuint mask)) _func)(face, func, ref, mask);
4770 }
4771
4772 GLAPI void APIENTRY GLAPI_PREFIX(StencilMaskSeparate)(GLenum face, GLuint mask)
4773 {
4774 const struct mapi_table *_tbl = entry_current_get();
4775 mapi_func _func = ((const mapi_func *) _tbl)[422];
4776 ((void (APIENTRY *)(GLenum face, GLuint mask)) _func)(face, mask);
4777 }
4778
4779 GLAPI void APIENTRY GLAPI_PREFIX(StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)
4780 {
4781 const struct mapi_table *_tbl = entry_current_get();
4782 mapi_func _func = ((const mapi_func *) _tbl)[423];
4783 ((void (APIENTRY *)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)) _func)(face, sfail, zfail, zpass);
4784 }
4785
4786 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4787 {
4788 const struct mapi_table *_tbl = entry_current_get();
4789 mapi_func _func = ((const mapi_func *) _tbl)[424];
4790 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4791 }
4792
4793 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4794 {
4795 const struct mapi_table *_tbl = entry_current_get();
4796 mapi_func _func = ((const mapi_func *) _tbl)[425];
4797 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4798 }
4799
4800 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4801 {
4802 const struct mapi_table *_tbl = entry_current_get();
4803 mapi_func _func = ((const mapi_func *) _tbl)[426];
4804 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4805 }
4806
4807 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4808 {
4809 const struct mapi_table *_tbl = entry_current_get();
4810 mapi_func _func = ((const mapi_func *) _tbl)[427];
4811 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4812 }
4813
4814 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4815 {
4816 const struct mapi_table *_tbl = entry_current_get();
4817 mapi_func _func = ((const mapi_func *) _tbl)[428];
4818 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4819 }
4820
4821 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4822 {
4823 const struct mapi_table *_tbl = entry_current_get();
4824 mapi_func _func = ((const mapi_func *) _tbl)[429];
4825 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4826 }
4827
4828 GLAPI void APIENTRY GLAPI_PREFIX(ClampColor)(GLenum target, GLenum clamp)
4829 {
4830 const struct mapi_table *_tbl = entry_current_get();
4831 mapi_func _func = ((const mapi_func *) _tbl)[430];
4832 ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
4833 }
4834
4835 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
4836 {
4837 const struct mapi_table *_tbl = entry_current_get();
4838 mapi_func _func = ((const mapi_func *) _tbl)[431];
4839 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)) _func)(buffer, drawbuffer, depth, stencil);
4840 }
4841
4842 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat *value)
4843 {
4844 const struct mapi_table *_tbl = entry_current_get();
4845 mapi_func _func = ((const mapi_func *) _tbl)[432];
4846 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLfloat *value)) _func)(buffer, drawbuffer, value);
4847 }
4848
4849 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint *value)
4850 {
4851 const struct mapi_table *_tbl = entry_current_get();
4852 mapi_func _func = ((const mapi_func *) _tbl)[433];
4853 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLint *value)) _func)(buffer, drawbuffer, value);
4854 }
4855
4856 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint *value)
4857 {
4858 const struct mapi_table *_tbl = entry_current_get();
4859 mapi_func _func = ((const mapi_func *) _tbl)[434];
4860 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLuint *value)) _func)(buffer, drawbuffer, value);
4861 }
4862
4863 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetStringi)(GLenum name, GLuint index)
4864 {
4865 const struct mapi_table *_tbl = entry_current_get();
4866 mapi_func _func = ((const mapi_func *) _tbl)[435];
4867 return ((const GLubyte * (APIENTRY *)(GLenum name, GLuint index)) _func)(name, index);
4868 }
4869
4870 GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer)
4871 {
4872 const struct mapi_table *_tbl = entry_current_get();
4873 mapi_func _func = ((const mapi_func *) _tbl)[436];
4874 ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
4875 }
4876
4877 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)
4878 {
4879 const struct mapi_table *_tbl = entry_current_get();
4880 mapi_func _func = ((const mapi_func *) _tbl)[437];
4881 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
4882 }
4883
4884 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params)
4885 {
4886 const struct mapi_table *_tbl = entry_current_get();
4887 mapi_func _func = ((const mapi_func *) _tbl)[438];
4888 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint64 *params)) _func)(target, pname, params);
4889 }
4890
4891 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64i_v)(GLenum cap, GLuint index, GLint64 *data)
4892 {
4893 const struct mapi_table *_tbl = entry_current_get();
4894 mapi_func _func = ((const mapi_func *) _tbl)[439];
4895 ((void (APIENTRY *)(GLenum cap, GLuint index, GLint64 *data)) _func)(cap, index, data);
4896 }
4897
4898 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisor)(GLuint index, GLuint divisor)
4899 {
4900 const struct mapi_table *_tbl = entry_current_get();
4901 mapi_func _func = ((const mapi_func *) _tbl)[440];
4902 ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
4903 }
4904
4905 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixdARB)(const GLdouble *m)
4906 {
4907 const struct mapi_table *_tbl = entry_current_get();
4908 mapi_func _func = ((const mapi_func *) _tbl)[441];
4909 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4910 }
4911
4912 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixd)(const GLdouble *m)
4913 {
4914 const struct mapi_table *_tbl = entry_current_get();
4915 mapi_func _func = ((const mapi_func *) _tbl)[441];
4916 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4917 }
4918
4919 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixfARB)(const GLfloat *m)
4920 {
4921 const struct mapi_table *_tbl = entry_current_get();
4922 mapi_func _func = ((const mapi_func *) _tbl)[442];
4923 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4924 }
4925
4926 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixf)(const GLfloat *m)
4927 {
4928 const struct mapi_table *_tbl = entry_current_get();
4929 mapi_func _func = ((const mapi_func *) _tbl)[442];
4930 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4931 }
4932
4933 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixdARB)(const GLdouble *m)
4934 {
4935 const struct mapi_table *_tbl = entry_current_get();
4936 mapi_func _func = ((const mapi_func *) _tbl)[443];
4937 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4938 }
4939
4940 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixd)(const GLdouble *m)
4941 {
4942 const struct mapi_table *_tbl = entry_current_get();
4943 mapi_func _func = ((const mapi_func *) _tbl)[443];
4944 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4945 }
4946
4947 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixfARB)(const GLfloat *m)
4948 {
4949 const struct mapi_table *_tbl = entry_current_get();
4950 mapi_func _func = ((const mapi_func *) _tbl)[444];
4951 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4952 }
4953
4954 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixf)(const GLfloat *m)
4955 {
4956 const struct mapi_table *_tbl = entry_current_get();
4957 mapi_func _func = ((const mapi_func *) _tbl)[444];
4958 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4959 }
4960
4961 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverageARB)(GLclampf value, GLboolean invert)
4962 {
4963 const struct mapi_table *_tbl = entry_current_get();
4964 mapi_func _func = ((const mapi_func *) _tbl)[445];
4965 ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
4966 }
4967
4968 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverage)(GLclampf value, GLboolean invert)
4969 {
4970 const struct mapi_table *_tbl = entry_current_get();
4971 mapi_func _func = ((const mapi_func *) _tbl)[445];
4972 ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
4973 }
4974
4975 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
4976 {
4977 const struct mapi_table *_tbl = entry_current_get();
4978 mapi_func _func = ((const mapi_func *) _tbl)[446];
4979 ((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);
4980 }
4981
4982 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
4983 {
4984 const struct mapi_table *_tbl = entry_current_get();
4985 mapi_func _func = ((const mapi_func *) _tbl)[446];
4986 ((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);
4987 }
4988
4989 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
4990 {
4991 const struct mapi_table *_tbl = entry_current_get();
4992 mapi_func _func = ((const mapi_func *) _tbl)[447];
4993 ((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);
4994 }
4995
4996 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
4997 {
4998 const struct mapi_table *_tbl = entry_current_get();
4999 mapi_func _func = ((const mapi_func *) _tbl)[447];
5000 ((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);
5001 }
5002
5003 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)
5004 {
5005 const struct mapi_table *_tbl = entry_current_get();
5006 mapi_func _func = ((const mapi_func *) _tbl)[448];
5007 ((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);
5008 }
5009
5010 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)
5011 {
5012 const struct mapi_table *_tbl = entry_current_get();
5013 mapi_func _func = ((const mapi_func *) _tbl)[448];
5014 ((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);
5015 }
5016
5017 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1DARB)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
5018 {
5019 const struct mapi_table *_tbl = entry_current_get();
5020 mapi_func _func = ((const mapi_func *) _tbl)[449];
5021 ((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);
5022 }
5023
5024 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
5025 {
5026 const struct mapi_table *_tbl = entry_current_get();
5027 mapi_func _func = ((const mapi_func *) _tbl)[449];
5028 ((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);
5029 }
5030
5031 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)
5032 {
5033 const struct mapi_table *_tbl = entry_current_get();
5034 mapi_func _func = ((const mapi_func *) _tbl)[450];
5035 ((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);
5036 }
5037
5038 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)
5039 {
5040 const struct mapi_table *_tbl = entry_current_get();
5041 mapi_func _func = ((const mapi_func *) _tbl)[450];
5042 ((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);
5043 }
5044
5045 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)
5046 {
5047 const struct mapi_table *_tbl = entry_current_get();
5048 mapi_func _func = ((const mapi_func *) _tbl)[451];
5049 ((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);
5050 }
5051
5052 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)
5053 {
5054 const struct mapi_table *_tbl = entry_current_get();
5055 mapi_func _func = ((const mapi_func *) _tbl)[451];
5056 ((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);
5057 }
5058
5059 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img)
5060 {
5061 const struct mapi_table *_tbl = entry_current_get();
5062 mapi_func _func = ((const mapi_func *) _tbl)[452];
5063 ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
5064 }
5065
5066 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img)
5067 {
5068 const struct mapi_table *_tbl = entry_current_get();
5069 mapi_func _func = ((const mapi_func *) _tbl)[452];
5070 ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
5071 }
5072
5073 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArrayARB)(GLuint index)
5074 {
5075 const struct mapi_table *_tbl = entry_current_get();
5076 mapi_func _func = ((const mapi_func *) _tbl)[453];
5077 ((void (APIENTRY *)(GLuint index)) _func)(index);
5078 }
5079
5080 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index)
5081 {
5082 const struct mapi_table *_tbl = entry_current_get();
5083 mapi_func _func = ((const mapi_func *) _tbl)[453];
5084 ((void (APIENTRY *)(GLuint index)) _func)(index);
5085 }
5086
5087 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArrayARB)(GLuint index)
5088 {
5089 const struct mapi_table *_tbl = entry_current_get();
5090 mapi_func _func = ((const mapi_func *) _tbl)[454];
5091 ((void (APIENTRY *)(GLuint index)) _func)(index);
5092 }
5093
5094 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArray)(GLuint index)
5095 {
5096 const struct mapi_table *_tbl = entry_current_get();
5097 mapi_func _func = ((const mapi_func *) _tbl)[454];
5098 ((void (APIENTRY *)(GLuint index)) _func)(index);
5099 }
5100
5101 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
5102 {
5103 const struct mapi_table *_tbl = entry_current_get();
5104 mapi_func _func = ((const mapi_func *) _tbl)[455];
5105 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
5106 }
5107
5108 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
5109 {
5110 const struct mapi_table *_tbl = entry_current_get();
5111 mapi_func _func = ((const mapi_func *) _tbl)[456];
5112 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
5113 }
5114
5115 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
5116 {
5117 const struct mapi_table *_tbl = entry_current_get();
5118 mapi_func _func = ((const mapi_func *) _tbl)[457];
5119 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
5120 }
5121
5122 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
5123 {
5124 const struct mapi_table *_tbl = entry_current_get();
5125 mapi_func _func = ((const mapi_func *) _tbl)[458];
5126 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
5127 }
5128
5129 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringARB)(GLenum target, GLenum pname, GLvoid *string)
5130 {
5131 const struct mapi_table *_tbl = entry_current_get();
5132 mapi_func _func = ((const mapi_func *) _tbl)[459];
5133 ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid *string)) _func)(target, pname, string);
5134 }
5135
5136 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivARB)(GLenum target, GLenum pname, GLint *params)
5137 {
5138 const struct mapi_table *_tbl = entry_current_get();
5139 mapi_func _func = ((const mapi_func *) _tbl)[460];
5140 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5141 }
5142
5143 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvARB)(GLuint index, GLenum pname, GLdouble *params)
5144 {
5145 const struct mapi_table *_tbl = entry_current_get();
5146 mapi_func _func = ((const mapi_func *) _tbl)[461];
5147 ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
5148 }
5149
5150 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble *params)
5151 {
5152 const struct mapi_table *_tbl = entry_current_get();
5153 mapi_func _func = ((const mapi_func *) _tbl)[461];
5154 ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
5155 }
5156
5157 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvARB)(GLuint index, GLenum pname, GLfloat *params)
5158 {
5159 const struct mapi_table *_tbl = entry_current_get();
5160 mapi_func _func = ((const mapi_func *) _tbl)[462];
5161 ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
5162 }
5163
5164 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat *params)
5165 {
5166 const struct mapi_table *_tbl = entry_current_get();
5167 mapi_func _func = ((const mapi_func *) _tbl)[462];
5168 ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
5169 }
5170
5171 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivARB)(GLuint index, GLenum pname, GLint *params)
5172 {
5173 const struct mapi_table *_tbl = entry_current_get();
5174 mapi_func _func = ((const mapi_func *) _tbl)[463];
5175 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
5176 }
5177
5178 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribiv)(GLuint index, GLenum pname, GLint *params)
5179 {
5180 const struct mapi_table *_tbl = entry_current_get();
5181 mapi_func _func = ((const mapi_func *) _tbl)[463];
5182 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
5183 }
5184
5185 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5186 {
5187 const struct mapi_table *_tbl = entry_current_get();
5188 mapi_func _func = ((const mapi_func *) _tbl)[464];
5189 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5190 }
5191
5192 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dNV)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5193 {
5194 const struct mapi_table *_tbl = entry_current_get();
5195 mapi_func _func = ((const mapi_func *) _tbl)[464];
5196 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5197 }
5198
5199 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
5200 {
5201 const struct mapi_table *_tbl = entry_current_get();
5202 mapi_func _func = ((const mapi_func *) _tbl)[465];
5203 ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5204 }
5205
5206 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dvNV)(GLenum target, GLuint index, const GLdouble *params)
5207 {
5208 const struct mapi_table *_tbl = entry_current_get();
5209 mapi_func _func = ((const mapi_func *) _tbl)[465];
5210 ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5211 }
5212
5213 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5214 {
5215 const struct mapi_table *_tbl = entry_current_get();
5216 mapi_func _func = ((const mapi_func *) _tbl)[466];
5217 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5218 }
5219
5220 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fNV)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5221 {
5222 const struct mapi_table *_tbl = entry_current_get();
5223 mapi_func _func = ((const mapi_func *) _tbl)[466];
5224 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5225 }
5226
5227 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
5228 {
5229 const struct mapi_table *_tbl = entry_current_get();
5230 mapi_func _func = ((const mapi_func *) _tbl)[467];
5231 ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5232 }
5233
5234 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fvNV)(GLenum target, GLuint index, const GLfloat *params)
5235 {
5236 const struct mapi_table *_tbl = entry_current_get();
5237 mapi_func _func = ((const mapi_func *) _tbl)[467];
5238 ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5239 }
5240
5241 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5242 {
5243 const struct mapi_table *_tbl = entry_current_get();
5244 mapi_func _func = ((const mapi_func *) _tbl)[468];
5245 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5246 }
5247
5248 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
5249 {
5250 const struct mapi_table *_tbl = entry_current_get();
5251 mapi_func _func = ((const mapi_func *) _tbl)[469];
5252 ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5253 }
5254
5255 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5256 {
5257 const struct mapi_table *_tbl = entry_current_get();
5258 mapi_func _func = ((const mapi_func *) _tbl)[470];
5259 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5260 }
5261
5262 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
5263 {
5264 const struct mapi_table *_tbl = entry_current_get();
5265 mapi_func _func = ((const mapi_func *) _tbl)[471];
5266 ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5267 }
5268
5269 GLAPI void APIENTRY GLAPI_PREFIX(ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)
5270 {
5271 const struct mapi_table *_tbl = entry_current_get();
5272 mapi_func _func = ((const mapi_func *) _tbl)[472];
5273 ((void (APIENTRY *)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)) _func)(target, format, len, string);
5274 }
5275
5276 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dARB)(GLuint index, GLdouble x)
5277 {
5278 const struct mapi_table *_tbl = entry_current_get();
5279 mapi_func _func = ((const mapi_func *) _tbl)[473];
5280 ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
5281 }
5282
5283 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1d)(GLuint index, GLdouble x)
5284 {
5285 const struct mapi_table *_tbl = entry_current_get();
5286 mapi_func _func = ((const mapi_func *) _tbl)[473];
5287 ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
5288 }
5289
5290 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v)
5291 {
5292 const struct mapi_table *_tbl = entry_current_get();
5293 mapi_func _func = ((const mapi_func *) _tbl)[474];
5294 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5295 }
5296
5297 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dv)(GLuint index, const GLdouble *v)
5298 {
5299 const struct mapi_table *_tbl = entry_current_get();
5300 mapi_func _func = ((const mapi_func *) _tbl)[474];
5301 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5302 }
5303
5304 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x)
5305 {
5306 const struct mapi_table *_tbl = entry_current_get();
5307 mapi_func _func = ((const mapi_func *) _tbl)[475];
5308 ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
5309 }
5310
5311 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1f)(GLuint index, GLfloat x)
5312 {
5313 const struct mapi_table *_tbl = entry_current_get();
5314 mapi_func _func = ((const mapi_func *) _tbl)[475];
5315 ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
5316 }
5317
5318 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v)
5319 {
5320 const struct mapi_table *_tbl = entry_current_get();
5321 mapi_func _func = ((const mapi_func *) _tbl)[476];
5322 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5323 }
5324
5325 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fv)(GLuint index, const GLfloat *v)
5326 {
5327 const struct mapi_table *_tbl = entry_current_get();
5328 mapi_func _func = ((const mapi_func *) _tbl)[476];
5329 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5330 }
5331
5332 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sARB)(GLuint index, GLshort x)
5333 {
5334 const struct mapi_table *_tbl = entry_current_get();
5335 mapi_func _func = ((const mapi_func *) _tbl)[477];
5336 ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
5337 }
5338
5339 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1s)(GLuint index, GLshort x)
5340 {
5341 const struct mapi_table *_tbl = entry_current_get();
5342 mapi_func _func = ((const mapi_func *) _tbl)[477];
5343 ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
5344 }
5345
5346 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svARB)(GLuint index, const GLshort *v)
5347 {
5348 const struct mapi_table *_tbl = entry_current_get();
5349 mapi_func _func = ((const mapi_func *) _tbl)[478];
5350 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5351 }
5352
5353 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sv)(GLuint index, const GLshort *v)
5354 {
5355 const struct mapi_table *_tbl = entry_current_get();
5356 mapi_func _func = ((const mapi_func *) _tbl)[478];
5357 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5358 }
5359
5360 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dARB)(GLuint index, GLdouble x, GLdouble y)
5361 {
5362 const struct mapi_table *_tbl = entry_current_get();
5363 mapi_func _func = ((const mapi_func *) _tbl)[479];
5364 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
5365 }
5366
5367 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y)
5368 {
5369 const struct mapi_table *_tbl = entry_current_get();
5370 mapi_func _func = ((const mapi_func *) _tbl)[479];
5371 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
5372 }
5373
5374 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v)
5375 {
5376 const struct mapi_table *_tbl = entry_current_get();
5377 mapi_func _func = ((const mapi_func *) _tbl)[480];
5378 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5379 }
5380
5381 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dv)(GLuint index, const GLdouble *v)
5382 {
5383 const struct mapi_table *_tbl = entry_current_get();
5384 mapi_func _func = ((const mapi_func *) _tbl)[480];
5385 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5386 }
5387
5388 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y)
5389 {
5390 const struct mapi_table *_tbl = entry_current_get();
5391 mapi_func _func = ((const mapi_func *) _tbl)[481];
5392 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
5393 }
5394
5395 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2f)(GLuint index, GLfloat x, GLfloat y)
5396 {
5397 const struct mapi_table *_tbl = entry_current_get();
5398 mapi_func _func = ((const mapi_func *) _tbl)[481];
5399 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
5400 }
5401
5402 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v)
5403 {
5404 const struct mapi_table *_tbl = entry_current_get();
5405 mapi_func _func = ((const mapi_func *) _tbl)[482];
5406 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5407 }
5408
5409 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fv)(GLuint index, const GLfloat *v)
5410 {
5411 const struct mapi_table *_tbl = entry_current_get();
5412 mapi_func _func = ((const mapi_func *) _tbl)[482];
5413 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5414 }
5415
5416 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y)
5417 {
5418 const struct mapi_table *_tbl = entry_current_get();
5419 mapi_func _func = ((const mapi_func *) _tbl)[483];
5420 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
5421 }
5422
5423 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2s)(GLuint index, GLshort x, GLshort y)
5424 {
5425 const struct mapi_table *_tbl = entry_current_get();
5426 mapi_func _func = ((const mapi_func *) _tbl)[483];
5427 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
5428 }
5429
5430 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svARB)(GLuint index, const GLshort *v)
5431 {
5432 const struct mapi_table *_tbl = entry_current_get();
5433 mapi_func _func = ((const mapi_func *) _tbl)[484];
5434 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5435 }
5436
5437 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sv)(GLuint index, const GLshort *v)
5438 {
5439 const struct mapi_table *_tbl = entry_current_get();
5440 mapi_func _func = ((const mapi_func *) _tbl)[484];
5441 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5442 }
5443
5444 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
5445 {
5446 const struct mapi_table *_tbl = entry_current_get();
5447 mapi_func _func = ((const mapi_func *) _tbl)[485];
5448 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
5449 }
5450
5451 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
5452 {
5453 const struct mapi_table *_tbl = entry_current_get();
5454 mapi_func _func = ((const mapi_func *) _tbl)[485];
5455 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
5456 }
5457
5458 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvARB)(GLuint index, const GLdouble *v)
5459 {
5460 const struct mapi_table *_tbl = entry_current_get();
5461 mapi_func _func = ((const mapi_func *) _tbl)[486];
5462 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5463 }
5464
5465 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dv)(GLuint index, const GLdouble *v)
5466 {
5467 const struct mapi_table *_tbl = entry_current_get();
5468 mapi_func _func = ((const mapi_func *) _tbl)[486];
5469 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5470 }
5471
5472 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
5473 {
5474 const struct mapi_table *_tbl = entry_current_get();
5475 mapi_func _func = ((const mapi_func *) _tbl)[487];
5476 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
5477 }
5478
5479 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3f)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
5480 {
5481 const struct mapi_table *_tbl = entry_current_get();
5482 mapi_func _func = ((const mapi_func *) _tbl)[487];
5483 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
5484 }
5485
5486 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvARB)(GLuint index, const GLfloat *v)
5487 {
5488 const struct mapi_table *_tbl = entry_current_get();
5489 mapi_func _func = ((const mapi_func *) _tbl)[488];
5490 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5491 }
5492
5493 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fv)(GLuint index, const GLfloat *v)
5494 {
5495 const struct mapi_table *_tbl = entry_current_get();
5496 mapi_func _func = ((const mapi_func *) _tbl)[488];
5497 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5498 }
5499
5500 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z)
5501 {
5502 const struct mapi_table *_tbl = entry_current_get();
5503 mapi_func _func = ((const mapi_func *) _tbl)[489];
5504 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
5505 }
5506
5507 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z)
5508 {
5509 const struct mapi_table *_tbl = entry_current_get();
5510 mapi_func _func = ((const mapi_func *) _tbl)[489];
5511 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
5512 }
5513
5514 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svARB)(GLuint index, const GLshort *v)
5515 {
5516 const struct mapi_table *_tbl = entry_current_get();
5517 mapi_func _func = ((const mapi_func *) _tbl)[490];
5518 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5519 }
5520
5521 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sv)(GLuint index, const GLshort *v)
5522 {
5523 const struct mapi_table *_tbl = entry_current_get();
5524 mapi_func _func = ((const mapi_func *) _tbl)[490];
5525 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5526 }
5527
5528 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NbvARB)(GLuint index, const GLbyte *v)
5529 {
5530 const struct mapi_table *_tbl = entry_current_get();
5531 mapi_func _func = ((const mapi_func *) _tbl)[491];
5532 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5533 }
5534
5535 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nbv)(GLuint index, const GLbyte *v)
5536 {
5537 const struct mapi_table *_tbl = entry_current_get();
5538 mapi_func _func = ((const mapi_func *) _tbl)[491];
5539 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5540 }
5541
5542 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NivARB)(GLuint index, const GLint *v)
5543 {
5544 const struct mapi_table *_tbl = entry_current_get();
5545 mapi_func _func = ((const mapi_func *) _tbl)[492];
5546 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5547 }
5548
5549 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Niv)(GLuint index, const GLint *v)
5550 {
5551 const struct mapi_table *_tbl = entry_current_get();
5552 mapi_func _func = ((const mapi_func *) _tbl)[492];
5553 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5554 }
5555
5556 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NsvARB)(GLuint index, const GLshort *v)
5557 {
5558 const struct mapi_table *_tbl = entry_current_get();
5559 mapi_func _func = ((const mapi_func *) _tbl)[493];
5560 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5561 }
5562
5563 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nsv)(GLuint index, const GLshort *v)
5564 {
5565 const struct mapi_table *_tbl = entry_current_get();
5566 mapi_func _func = ((const mapi_func *) _tbl)[493];
5567 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5568 }
5569
5570 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubARB)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
5571 {
5572 const struct mapi_table *_tbl = entry_current_get();
5573 mapi_func _func = ((const mapi_func *) _tbl)[494];
5574 ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
5575 }
5576
5577 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
5578 {
5579 const struct mapi_table *_tbl = entry_current_get();
5580 mapi_func _func = ((const mapi_func *) _tbl)[494];
5581 ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
5582 }
5583
5584 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubvARB)(GLuint index, const GLubyte *v)
5585 {
5586 const struct mapi_table *_tbl = entry_current_get();
5587 mapi_func _func = ((const mapi_func *) _tbl)[495];
5588 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5589 }
5590
5591 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nubv)(GLuint index, const GLubyte *v)
5592 {
5593 const struct mapi_table *_tbl = entry_current_get();
5594 mapi_func _func = ((const mapi_func *) _tbl)[495];
5595 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5596 }
5597
5598 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NuivARB)(GLuint index, const GLuint *v)
5599 {
5600 const struct mapi_table *_tbl = entry_current_get();
5601 mapi_func _func = ((const mapi_func *) _tbl)[496];
5602 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5603 }
5604
5605 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nuiv)(GLuint index, const GLuint *v)
5606 {
5607 const struct mapi_table *_tbl = entry_current_get();
5608 mapi_func _func = ((const mapi_func *) _tbl)[496];
5609 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5610 }
5611
5612 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NusvARB)(GLuint index, const GLushort *v)
5613 {
5614 const struct mapi_table *_tbl = entry_current_get();
5615 mapi_func _func = ((const mapi_func *) _tbl)[497];
5616 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5617 }
5618
5619 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nusv)(GLuint index, const GLushort *v)
5620 {
5621 const struct mapi_table *_tbl = entry_current_get();
5622 mapi_func _func = ((const mapi_func *) _tbl)[497];
5623 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5624 }
5625
5626 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v)
5627 {
5628 const struct mapi_table *_tbl = entry_current_get();
5629 mapi_func _func = ((const mapi_func *) _tbl)[498];
5630 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5631 }
5632
5633 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bv)(GLuint index, const GLbyte *v)
5634 {
5635 const struct mapi_table *_tbl = entry_current_get();
5636 mapi_func _func = ((const mapi_func *) _tbl)[498];
5637 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5638 }
5639
5640 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5641 {
5642 const struct mapi_table *_tbl = entry_current_get();
5643 mapi_func _func = ((const mapi_func *) _tbl)[499];
5644 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
5645 }
5646
5647 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5648 {
5649 const struct mapi_table *_tbl = entry_current_get();
5650 mapi_func _func = ((const mapi_func *) _tbl)[499];
5651 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
5652 }
5653
5654 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvARB)(GLuint index, const GLdouble *v)
5655 {
5656 const struct mapi_table *_tbl = entry_current_get();
5657 mapi_func _func = ((const mapi_func *) _tbl)[500];
5658 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5659 }
5660
5661 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dv)(GLuint index, const GLdouble *v)
5662 {
5663 const struct mapi_table *_tbl = entry_current_get();
5664 mapi_func _func = ((const mapi_func *) _tbl)[500];
5665 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5666 }
5667
5668 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5669 {
5670 const struct mapi_table *_tbl = entry_current_get();
5671 mapi_func _func = ((const mapi_func *) _tbl)[501];
5672 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
5673 }
5674
5675 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5676 {
5677 const struct mapi_table *_tbl = entry_current_get();
5678 mapi_func _func = ((const mapi_func *) _tbl)[501];
5679 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
5680 }
5681
5682 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v)
5683 {
5684 const struct mapi_table *_tbl = entry_current_get();
5685 mapi_func _func = ((const mapi_func *) _tbl)[502];
5686 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5687 }
5688
5689 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fv)(GLuint index, const GLfloat *v)
5690 {
5691 const struct mapi_table *_tbl = entry_current_get();
5692 mapi_func _func = ((const mapi_func *) _tbl)[502];
5693 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5694 }
5695
5696 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ivARB)(GLuint index, const GLint *v)
5697 {
5698 const struct mapi_table *_tbl = entry_current_get();
5699 mapi_func _func = ((const mapi_func *) _tbl)[503];
5700 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5701 }
5702
5703 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4iv)(GLuint index, const GLint *v)
5704 {
5705 const struct mapi_table *_tbl = entry_current_get();
5706 mapi_func _func = ((const mapi_func *) _tbl)[503];
5707 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5708 }
5709
5710 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
5711 {
5712 const struct mapi_table *_tbl = entry_current_get();
5713 mapi_func _func = ((const mapi_func *) _tbl)[504];
5714 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
5715 }
5716
5717 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
5718 {
5719 const struct mapi_table *_tbl = entry_current_get();
5720 mapi_func _func = ((const mapi_func *) _tbl)[504];
5721 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
5722 }
5723
5724 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svARB)(GLuint index, const GLshort *v)
5725 {
5726 const struct mapi_table *_tbl = entry_current_get();
5727 mapi_func _func = ((const mapi_func *) _tbl)[505];
5728 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5729 }
5730
5731 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sv)(GLuint index, const GLshort *v)
5732 {
5733 const struct mapi_table *_tbl = entry_current_get();
5734 mapi_func _func = ((const mapi_func *) _tbl)[505];
5735 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5736 }
5737
5738 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvARB)(GLuint index, const GLubyte *v)
5739 {
5740 const struct mapi_table *_tbl = entry_current_get();
5741 mapi_func _func = ((const mapi_func *) _tbl)[506];
5742 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5743 }
5744
5745 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubv)(GLuint index, const GLubyte *v)
5746 {
5747 const struct mapi_table *_tbl = entry_current_get();
5748 mapi_func _func = ((const mapi_func *) _tbl)[506];
5749 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5750 }
5751
5752 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uivARB)(GLuint index, const GLuint *v)
5753 {
5754 const struct mapi_table *_tbl = entry_current_get();
5755 mapi_func _func = ((const mapi_func *) _tbl)[507];
5756 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5757 }
5758
5759 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uiv)(GLuint index, const GLuint *v)
5760 {
5761 const struct mapi_table *_tbl = entry_current_get();
5762 mapi_func _func = ((const mapi_func *) _tbl)[507];
5763 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5764 }
5765
5766 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usvARB)(GLuint index, const GLushort *v)
5767 {
5768 const struct mapi_table *_tbl = entry_current_get();
5769 mapi_func _func = ((const mapi_func *) _tbl)[508];
5770 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5771 }
5772
5773 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usv)(GLuint index, const GLushort *v)
5774 {
5775 const struct mapi_table *_tbl = entry_current_get();
5776 mapi_func _func = ((const mapi_func *) _tbl)[508];
5777 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5778 }
5779
5780 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
5781 {
5782 const struct mapi_table *_tbl = entry_current_get();
5783 mapi_func _func = ((const mapi_func *) _tbl)[509];
5784 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
5785 }
5786
5787 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
5788 {
5789 const struct mapi_table *_tbl = entry_current_get();
5790 mapi_func _func = ((const mapi_func *) _tbl)[509];
5791 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
5792 }
5793
5794 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferARB)(GLenum target, GLuint buffer)
5795 {
5796 const struct mapi_table *_tbl = entry_current_get();
5797 mapi_func _func = ((const mapi_func *) _tbl)[510];
5798 ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
5799 }
5800
5801 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer)
5802 {
5803 const struct mapi_table *_tbl = entry_current_get();
5804 mapi_func _func = ((const mapi_func *) _tbl)[510];
5805 ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
5806 }
5807
5808 GLAPI void APIENTRY GLAPI_PREFIX(BufferDataARB)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)
5809 {
5810 const struct mapi_table *_tbl = entry_current_get();
5811 mapi_func _func = ((const mapi_func *) _tbl)[511];
5812 ((void (APIENTRY *)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
5813 }
5814
5815 GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
5816 {
5817 const struct mapi_table *_tbl = entry_current_get();
5818 mapi_func _func = ((const mapi_func *) _tbl)[511];
5819 ((void (APIENTRY *)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
5820 }
5821
5822 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)
5823 {
5824 const struct mapi_table *_tbl = entry_current_get();
5825 mapi_func _func = ((const mapi_func *) _tbl)[512];
5826 ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)) _func)(target, offset, size, data);
5827 }
5828
5829 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
5830 {
5831 const struct mapi_table *_tbl = entry_current_get();
5832 mapi_func _func = ((const mapi_func *) _tbl)[512];
5833 ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)) _func)(target, offset, size, data);
5834 }
5835
5836 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffersARB)(GLsizei n, const GLuint *buffer)
5837 {
5838 const struct mapi_table *_tbl = entry_current_get();
5839 mapi_func _func = ((const mapi_func *) _tbl)[513];
5840 ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
5841 }
5842
5843 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffers)(GLsizei n, const GLuint *buffer)
5844 {
5845 const struct mapi_table *_tbl = entry_current_get();
5846 mapi_func _func = ((const mapi_func *) _tbl)[513];
5847 ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
5848 }
5849
5850 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffersARB)(GLsizei n, GLuint *buffer)
5851 {
5852 const struct mapi_table *_tbl = entry_current_get();
5853 mapi_func _func = ((const mapi_func *) _tbl)[514];
5854 ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
5855 }
5856
5857 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffers)(GLsizei n, GLuint *buffer)
5858 {
5859 const struct mapi_table *_tbl = entry_current_get();
5860 mapi_func _func = ((const mapi_func *) _tbl)[514];
5861 ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
5862 }
5863
5864 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameterivARB)(GLenum target, GLenum pname, GLint *params)
5865 {
5866 const struct mapi_table *_tbl = entry_current_get();
5867 mapi_func _func = ((const mapi_func *) _tbl)[515];
5868 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5869 }
5870
5871 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteriv)(GLenum target, GLenum pname, GLint *params)
5872 {
5873 const struct mapi_table *_tbl = entry_current_get();
5874 mapi_func _func = ((const mapi_func *) _tbl)[515];
5875 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5876 }
5877
5878 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointervARB)(GLenum target, GLenum pname, GLvoid **params)
5879 {
5880 const struct mapi_table *_tbl = entry_current_get();
5881 mapi_func _func = ((const mapi_func *) _tbl)[516];
5882 ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
5883 }
5884
5885 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointerv)(GLenum target, GLenum pname, GLvoid **params)
5886 {
5887 const struct mapi_table *_tbl = entry_current_get();
5888 mapi_func _func = ((const mapi_func *) _tbl)[516];
5889 ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
5890 }
5891
5892 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)
5893 {
5894 const struct mapi_table *_tbl = entry_current_get();
5895 mapi_func _func = ((const mapi_func *) _tbl)[517];
5896 ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)) _func)(target, offset, size, data);
5897 }
5898
5899 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
5900 {
5901 const struct mapi_table *_tbl = entry_current_get();
5902 mapi_func _func = ((const mapi_func *) _tbl)[517];
5903 ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)) _func)(target, offset, size, data);
5904 }
5905
5906 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBufferARB)(GLuint buffer)
5907 {
5908 const struct mapi_table *_tbl = entry_current_get();
5909 mapi_func _func = ((const mapi_func *) _tbl)[518];
5910 return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
5911 }
5912
5913 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer)
5914 {
5915 const struct mapi_table *_tbl = entry_current_get();
5916 mapi_func _func = ((const mapi_func *) _tbl)[518];
5917 return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
5918 }
5919
5920 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferARB)(GLenum target, GLenum access)
5921 {
5922 const struct mapi_table *_tbl = entry_current_get();
5923 mapi_func _func = ((const mapi_func *) _tbl)[519];
5924 return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
5925 }
5926
5927 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBuffer)(GLenum target, GLenum access)
5928 {
5929 const struct mapi_table *_tbl = entry_current_get();
5930 mapi_func _func = ((const mapi_func *) _tbl)[519];
5931 return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
5932 }
5933
5934 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBufferARB)(GLenum target)
5935 {
5936 const struct mapi_table *_tbl = entry_current_get();
5937 mapi_func _func = ((const mapi_func *) _tbl)[520];
5938 return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
5939 }
5940
5941 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBuffer)(GLenum target)
5942 {
5943 const struct mapi_table *_tbl = entry_current_get();
5944 mapi_func _func = ((const mapi_func *) _tbl)[520];
5945 return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
5946 }
5947
5948 GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryARB)(GLenum target, GLuint id)
5949 {
5950 const struct mapi_table *_tbl = entry_current_get();
5951 mapi_func _func = ((const mapi_func *) _tbl)[521];
5952 ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
5953 }
5954
5955 GLAPI void APIENTRY GLAPI_PREFIX(BeginQuery)(GLenum target, GLuint id)
5956 {
5957 const struct mapi_table *_tbl = entry_current_get();
5958 mapi_func _func = ((const mapi_func *) _tbl)[521];
5959 ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
5960 }
5961
5962 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueriesARB)(GLsizei n, const GLuint *ids)
5963 {
5964 const struct mapi_table *_tbl = entry_current_get();
5965 mapi_func _func = ((const mapi_func *) _tbl)[522];
5966 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
5967 }
5968
5969 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueries)(GLsizei n, const GLuint *ids)
5970 {
5971 const struct mapi_table *_tbl = entry_current_get();
5972 mapi_func _func = ((const mapi_func *) _tbl)[522];
5973 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
5974 }
5975
5976 GLAPI void APIENTRY GLAPI_PREFIX(EndQueryARB)(GLenum target)
5977 {
5978 const struct mapi_table *_tbl = entry_current_get();
5979 mapi_func _func = ((const mapi_func *) _tbl)[523];
5980 ((void (APIENTRY *)(GLenum target)) _func)(target);
5981 }
5982
5983 GLAPI void APIENTRY GLAPI_PREFIX(EndQuery)(GLenum target)
5984 {
5985 const struct mapi_table *_tbl = entry_current_get();
5986 mapi_func _func = ((const mapi_func *) _tbl)[523];
5987 ((void (APIENTRY *)(GLenum target)) _func)(target);
5988 }
5989
5990 GLAPI void APIENTRY GLAPI_PREFIX(GenQueriesARB)(GLsizei n, GLuint *ids)
5991 {
5992 const struct mapi_table *_tbl = entry_current_get();
5993 mapi_func _func = ((const mapi_func *) _tbl)[524];
5994 ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
5995 }
5996
5997 GLAPI void APIENTRY GLAPI_PREFIX(GenQueries)(GLsizei n, GLuint *ids)
5998 {
5999 const struct mapi_table *_tbl = entry_current_get();
6000 mapi_func _func = ((const mapi_func *) _tbl)[524];
6001 ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
6002 }
6003
6004 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectivARB)(GLuint id, GLenum pname, GLint *params)
6005 {
6006 const struct mapi_table *_tbl = entry_current_get();
6007 mapi_func _func = ((const mapi_func *) _tbl)[525];
6008 ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
6009 }
6010
6011 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectiv)(GLuint id, GLenum pname, GLint *params)
6012 {
6013 const struct mapi_table *_tbl = entry_current_get();
6014 mapi_func _func = ((const mapi_func *) _tbl)[525];
6015 ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
6016 }
6017
6018 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuivARB)(GLuint id, GLenum pname, GLuint *params)
6019 {
6020 const struct mapi_table *_tbl = entry_current_get();
6021 mapi_func _func = ((const mapi_func *) _tbl)[526];
6022 ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
6023 }
6024
6025 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params)
6026 {
6027 const struct mapi_table *_tbl = entry_current_get();
6028 mapi_func _func = ((const mapi_func *) _tbl)[526];
6029 ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
6030 }
6031
6032 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryivARB)(GLenum target, GLenum pname, GLint *params)
6033 {
6034 const struct mapi_table *_tbl = entry_current_get();
6035 mapi_func _func = ((const mapi_func *) _tbl)[527];
6036 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
6037 }
6038
6039 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryiv)(GLenum target, GLenum pname, GLint *params)
6040 {
6041 const struct mapi_table *_tbl = entry_current_get();
6042 mapi_func _func = ((const mapi_func *) _tbl)[527];
6043 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
6044 }
6045
6046 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQueryARB)(GLuint id)
6047 {
6048 const struct mapi_table *_tbl = entry_current_get();
6049 mapi_func _func = ((const mapi_func *) _tbl)[528];
6050 return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
6051 }
6052
6053 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQuery)(GLuint id)
6054 {
6055 const struct mapi_table *_tbl = entry_current_get();
6056 mapi_func _func = ((const mapi_func *) _tbl)[528];
6057 return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
6058 }
6059
6060 GLAPI void APIENTRY GLAPI_PREFIX(AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj)
6061 {
6062 const struct mapi_table *_tbl = entry_current_get();
6063 mapi_func _func = ((const mapi_func *) _tbl)[529];
6064 ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB obj)) _func)(containerObj, obj);
6065 }
6066
6067 GLAPI void APIENTRY GLAPI_PREFIX(CompileShaderARB)(GLhandleARB shader)
6068 {
6069 const struct mapi_table *_tbl = entry_current_get();
6070 mapi_func _func = ((const mapi_func *) _tbl)[530];
6071 ((void (APIENTRY *)(GLhandleARB shader)) _func)(shader);
6072 }
6073
6074 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader)
6075 {
6076 const struct mapi_table *_tbl = entry_current_get();
6077 mapi_func _func = ((const mapi_func *) _tbl)[530];
6078 ((void (APIENTRY *)(GLuint shader)) _func)(shader);
6079 }
6080
6081 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateProgramObjectARB)(void)
6082 {
6083 const struct mapi_table *_tbl = entry_current_get();
6084 mapi_func _func = ((const mapi_func *) _tbl)[531];
6085 return ((GLhandleARB (APIENTRY *)(void)) _func)();
6086 }
6087
6088 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateShaderObjectARB)(GLenum shaderType)
6089 {
6090 const struct mapi_table *_tbl = entry_current_get();
6091 mapi_func _func = ((const mapi_func *) _tbl)[532];
6092 return ((GLhandleARB (APIENTRY *)(GLenum shaderType)) _func)(shaderType);
6093 }
6094
6095 GLAPI void APIENTRY GLAPI_PREFIX(DeleteObjectARB)(GLhandleARB obj)
6096 {
6097 const struct mapi_table *_tbl = entry_current_get();
6098 mapi_func _func = ((const mapi_func *) _tbl)[533];
6099 ((void (APIENTRY *)(GLhandleARB obj)) _func)(obj);
6100 }
6101
6102 GLAPI void APIENTRY GLAPI_PREFIX(DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj)
6103 {
6104 const struct mapi_table *_tbl = entry_current_get();
6105 mapi_func _func = ((const mapi_func *) _tbl)[534];
6106 ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB attachedObj)) _func)(containerObj, attachedObj);
6107 }
6108
6109 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
6110 {
6111 const struct mapi_table *_tbl = entry_current_get();
6112 mapi_func _func = ((const mapi_func *) _tbl)[535];
6113 ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
6114 }
6115
6116 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
6117 {
6118 const struct mapi_table *_tbl = entry_current_get();
6119 mapi_func _func = ((const mapi_func *) _tbl)[535];
6120 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
6121 }
6122
6123 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)
6124 {
6125 const struct mapi_table *_tbl = entry_current_get();
6126 mapi_func _func = ((const mapi_func *) _tbl)[536];
6127 ((void (APIENTRY *)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)) _func)(containerObj, maxLength, length, infoLog);
6128 }
6129
6130 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(GetHandleARB)(GLenum pname)
6131 {
6132 const struct mapi_table *_tbl = entry_current_get();
6133 mapi_func _func = ((const mapi_func *) _tbl)[537];
6134 return ((GLhandleARB (APIENTRY *)(GLenum pname)) _func)(pname);
6135 }
6136
6137 GLAPI void APIENTRY GLAPI_PREFIX(GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)
6138 {
6139 const struct mapi_table *_tbl = entry_current_get();
6140 mapi_func _func = ((const mapi_func *) _tbl)[538];
6141 ((void (APIENTRY *)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)) _func)(obj, maxLength, length, infoLog);
6142 }
6143
6144 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat *params)
6145 {
6146 const struct mapi_table *_tbl = entry_current_get();
6147 mapi_func _func = ((const mapi_func *) _tbl)[539];
6148 ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLfloat *params)) _func)(obj, pname, params);
6149 }
6150
6151 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint *params)
6152 {
6153 const struct mapi_table *_tbl = entry_current_get();
6154 mapi_func _func = ((const mapi_func *) _tbl)[540];
6155 ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLint *params)) _func)(obj, pname, params);
6156 }
6157
6158 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSourceARB)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)
6159 {
6160 const struct mapi_table *_tbl = entry_current_get();
6161 mapi_func _func = ((const mapi_func *) _tbl)[541];
6162 ((void (APIENTRY *)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)) _func)(shader, bufSize, length, source);
6163 }
6164
6165 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
6166 {
6167 const struct mapi_table *_tbl = entry_current_get();
6168 mapi_func _func = ((const mapi_func *) _tbl)[541];
6169 ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)) _func)(shader, bufSize, length, source);
6170 }
6171
6172 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocationARB)(GLhandleARB program, const GLcharARB *name)
6173 {
6174 const struct mapi_table *_tbl = entry_current_get();
6175 mapi_func _func = ((const mapi_func *) _tbl)[542];
6176 return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
6177 }
6178
6179 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocation)(GLuint program, const GLchar *name)
6180 {
6181 const struct mapi_table *_tbl = entry_current_get();
6182 mapi_func _func = ((const mapi_func *) _tbl)[542];
6183 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
6184 }
6185
6186 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfvARB)(GLhandleARB program, GLint location, GLfloat *params)
6187 {
6188 const struct mapi_table *_tbl = entry_current_get();
6189 mapi_func _func = ((const mapi_func *) _tbl)[543];
6190 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLfloat *params)) _func)(program, location, params);
6191 }
6192
6193 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params)
6194 {
6195 const struct mapi_table *_tbl = entry_current_get();
6196 mapi_func _func = ((const mapi_func *) _tbl)[543];
6197 ((void (APIENTRY *)(GLuint program, GLint location, GLfloat *params)) _func)(program, location, params);
6198 }
6199
6200 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformivARB)(GLhandleARB program, GLint location, GLint *params)
6201 {
6202 const struct mapi_table *_tbl = entry_current_get();
6203 mapi_func _func = ((const mapi_func *) _tbl)[544];
6204 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLint *params)) _func)(program, location, params);
6205 }
6206
6207 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformiv)(GLuint program, GLint location, GLint *params)
6208 {
6209 const struct mapi_table *_tbl = entry_current_get();
6210 mapi_func _func = ((const mapi_func *) _tbl)[544];
6211 ((void (APIENTRY *)(GLuint program, GLint location, GLint *params)) _func)(program, location, params);
6212 }
6213
6214 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgramARB)(GLhandleARB program)
6215 {
6216 const struct mapi_table *_tbl = entry_current_get();
6217 mapi_func _func = ((const mapi_func *) _tbl)[545];
6218 ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6219 }
6220
6221 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgram)(GLuint program)
6222 {
6223 const struct mapi_table *_tbl = entry_current_get();
6224 mapi_func _func = ((const mapi_func *) _tbl)[545];
6225 ((void (APIENTRY *)(GLuint program)) _func)(program);
6226 }
6227
6228 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSourceARB)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)
6229 {
6230 const struct mapi_table *_tbl = entry_current_get();
6231 mapi_func _func = ((const mapi_func *) _tbl)[546];
6232 ((void (APIENTRY *)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)) _func)(shader, count, string, length);
6233 }
6234
6235 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSource)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length)
6236 {
6237 const struct mapi_table *_tbl = entry_current_get();
6238 mapi_func _func = ((const mapi_func *) _tbl)[546];
6239 ((void (APIENTRY *)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length)) _func)(shader, count, string, length);
6240 }
6241
6242 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fARB)(GLint location, GLfloat v0)
6243 {
6244 const struct mapi_table *_tbl = entry_current_get();
6245 mapi_func _func = ((const mapi_func *) _tbl)[547];
6246 ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
6247 }
6248
6249 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0)
6250 {
6251 const struct mapi_table *_tbl = entry_current_get();
6252 mapi_func _func = ((const mapi_func *) _tbl)[547];
6253 ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
6254 }
6255
6256 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fvARB)(GLint location, GLsizei count, const GLfloat *value)
6257 {
6258 const struct mapi_table *_tbl = entry_current_get();
6259 mapi_func _func = ((const mapi_func *) _tbl)[548];
6260 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6261 }
6262
6263 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fv)(GLint location, GLsizei count, const GLfloat *value)
6264 {
6265 const struct mapi_table *_tbl = entry_current_get();
6266 mapi_func _func = ((const mapi_func *) _tbl)[548];
6267 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6268 }
6269
6270 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iARB)(GLint location, GLint v0)
6271 {
6272 const struct mapi_table *_tbl = entry_current_get();
6273 mapi_func _func = ((const mapi_func *) _tbl)[549];
6274 ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
6275 }
6276
6277 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1i)(GLint location, GLint v0)
6278 {
6279 const struct mapi_table *_tbl = entry_current_get();
6280 mapi_func _func = ((const mapi_func *) _tbl)[549];
6281 ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
6282 }
6283
6284 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ivARB)(GLint location, GLsizei count, const GLint *value)
6285 {
6286 const struct mapi_table *_tbl = entry_current_get();
6287 mapi_func _func = ((const mapi_func *) _tbl)[550];
6288 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6289 }
6290
6291 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iv)(GLint location, GLsizei count, const GLint *value)
6292 {
6293 const struct mapi_table *_tbl = entry_current_get();
6294 mapi_func _func = ((const mapi_func *) _tbl)[550];
6295 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6296 }
6297
6298 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fARB)(GLint location, GLfloat v0, GLfloat v1)
6299 {
6300 const struct mapi_table *_tbl = entry_current_get();
6301 mapi_func _func = ((const mapi_func *) _tbl)[551];
6302 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
6303 }
6304
6305 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1)
6306 {
6307 const struct mapi_table *_tbl = entry_current_get();
6308 mapi_func _func = ((const mapi_func *) _tbl)[551];
6309 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
6310 }
6311
6312 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fvARB)(GLint location, GLsizei count, const GLfloat *value)
6313 {
6314 const struct mapi_table *_tbl = entry_current_get();
6315 mapi_func _func = ((const mapi_func *) _tbl)[552];
6316 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6317 }
6318
6319 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fv)(GLint location, GLsizei count, const GLfloat *value)
6320 {
6321 const struct mapi_table *_tbl = entry_current_get();
6322 mapi_func _func = ((const mapi_func *) _tbl)[552];
6323 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6324 }
6325
6326 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iARB)(GLint location, GLint v0, GLint v1)
6327 {
6328 const struct mapi_table *_tbl = entry_current_get();
6329 mapi_func _func = ((const mapi_func *) _tbl)[553];
6330 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
6331 }
6332
6333 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2i)(GLint location, GLint v0, GLint v1)
6334 {
6335 const struct mapi_table *_tbl = entry_current_get();
6336 mapi_func _func = ((const mapi_func *) _tbl)[553];
6337 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
6338 }
6339
6340 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ivARB)(GLint location, GLsizei count, const GLint *value)
6341 {
6342 const struct mapi_table *_tbl = entry_current_get();
6343 mapi_func _func = ((const mapi_func *) _tbl)[554];
6344 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6345 }
6346
6347 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iv)(GLint location, GLsizei count, const GLint *value)
6348 {
6349 const struct mapi_table *_tbl = entry_current_get();
6350 mapi_func _func = ((const mapi_func *) _tbl)[554];
6351 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6352 }
6353
6354 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6355 {
6356 const struct mapi_table *_tbl = entry_current_get();
6357 mapi_func _func = ((const mapi_func *) _tbl)[555];
6358 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
6359 }
6360
6361 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6362 {
6363 const struct mapi_table *_tbl = entry_current_get();
6364 mapi_func _func = ((const mapi_func *) _tbl)[555];
6365 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
6366 }
6367
6368 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fvARB)(GLint location, GLsizei count, const GLfloat *value)
6369 {
6370 const struct mapi_table *_tbl = entry_current_get();
6371 mapi_func _func = ((const mapi_func *) _tbl)[556];
6372 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6373 }
6374
6375 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fv)(GLint location, GLsizei count, const GLfloat *value)
6376 {
6377 const struct mapi_table *_tbl = entry_current_get();
6378 mapi_func _func = ((const mapi_func *) _tbl)[556];
6379 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6380 }
6381
6382 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iARB)(GLint location, GLint v0, GLint v1, GLint v2)
6383 {
6384 const struct mapi_table *_tbl = entry_current_get();
6385 mapi_func _func = ((const mapi_func *) _tbl)[557];
6386 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
6387 }
6388
6389 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2)
6390 {
6391 const struct mapi_table *_tbl = entry_current_get();
6392 mapi_func _func = ((const mapi_func *) _tbl)[557];
6393 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
6394 }
6395
6396 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ivARB)(GLint location, GLsizei count, const GLint *value)
6397 {
6398 const struct mapi_table *_tbl = entry_current_get();
6399 mapi_func _func = ((const mapi_func *) _tbl)[558];
6400 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6401 }
6402
6403 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iv)(GLint location, GLsizei count, const GLint *value)
6404 {
6405 const struct mapi_table *_tbl = entry_current_get();
6406 mapi_func _func = ((const mapi_func *) _tbl)[558];
6407 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6408 }
6409
6410 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6411 {
6412 const struct mapi_table *_tbl = entry_current_get();
6413 mapi_func _func = ((const mapi_func *) _tbl)[559];
6414 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
6415 }
6416
6417 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6418 {
6419 const struct mapi_table *_tbl = entry_current_get();
6420 mapi_func _func = ((const mapi_func *) _tbl)[559];
6421 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
6422 }
6423
6424 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fvARB)(GLint location, GLsizei count, const GLfloat *value)
6425 {
6426 const struct mapi_table *_tbl = entry_current_get();
6427 mapi_func _func = ((const mapi_func *) _tbl)[560];
6428 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6429 }
6430
6431 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fv)(GLint location, GLsizei count, const GLfloat *value)
6432 {
6433 const struct mapi_table *_tbl = entry_current_get();
6434 mapi_func _func = ((const mapi_func *) _tbl)[560];
6435 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6436 }
6437
6438 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iARB)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6439 {
6440 const struct mapi_table *_tbl = entry_current_get();
6441 mapi_func _func = ((const mapi_func *) _tbl)[561];
6442 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
6443 }
6444
6445 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6446 {
6447 const struct mapi_table *_tbl = entry_current_get();
6448 mapi_func _func = ((const mapi_func *) _tbl)[561];
6449 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
6450 }
6451
6452 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ivARB)(GLint location, GLsizei count, const GLint *value)
6453 {
6454 const struct mapi_table *_tbl = entry_current_get();
6455 mapi_func _func = ((const mapi_func *) _tbl)[562];
6456 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6457 }
6458
6459 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iv)(GLint location, GLsizei count, const GLint *value)
6460 {
6461 const struct mapi_table *_tbl = entry_current_get();
6462 mapi_func _func = ((const mapi_func *) _tbl)[562];
6463 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6464 }
6465
6466 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6467 {
6468 const struct mapi_table *_tbl = entry_current_get();
6469 mapi_func _func = ((const mapi_func *) _tbl)[563];
6470 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6471 }
6472
6473 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6474 {
6475 const struct mapi_table *_tbl = entry_current_get();
6476 mapi_func _func = ((const mapi_func *) _tbl)[563];
6477 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6478 }
6479
6480 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6481 {
6482 const struct mapi_table *_tbl = entry_current_get();
6483 mapi_func _func = ((const mapi_func *) _tbl)[564];
6484 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6485 }
6486
6487 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6488 {
6489 const struct mapi_table *_tbl = entry_current_get();
6490 mapi_func _func = ((const mapi_func *) _tbl)[564];
6491 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6492 }
6493
6494 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6495 {
6496 const struct mapi_table *_tbl = entry_current_get();
6497 mapi_func _func = ((const mapi_func *) _tbl)[565];
6498 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6499 }
6500
6501 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6502 {
6503 const struct mapi_table *_tbl = entry_current_get();
6504 mapi_func _func = ((const mapi_func *) _tbl)[565];
6505 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6506 }
6507
6508 GLAPI void APIENTRY GLAPI_PREFIX(UseProgramObjectARB)(GLhandleARB program)
6509 {
6510 const struct mapi_table *_tbl = entry_current_get();
6511 mapi_func _func = ((const mapi_func *) _tbl)[566];
6512 ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6513 }
6514
6515 GLAPI void APIENTRY GLAPI_PREFIX(UseProgram)(GLuint program)
6516 {
6517 const struct mapi_table *_tbl = entry_current_get();
6518 mapi_func _func = ((const mapi_func *) _tbl)[566];
6519 ((void (APIENTRY *)(GLuint program)) _func)(program);
6520 }
6521
6522 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgramARB)(GLhandleARB program)
6523 {
6524 const struct mapi_table *_tbl = entry_current_get();
6525 mapi_func _func = ((const mapi_func *) _tbl)[567];
6526 ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6527 }
6528
6529 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgram)(GLuint program)
6530 {
6531 const struct mapi_table *_tbl = entry_current_get();
6532 mapi_func _func = ((const mapi_func *) _tbl)[567];
6533 ((void (APIENTRY *)(GLuint program)) _func)(program);
6534 }
6535
6536 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocationARB)(GLhandleARB program, GLuint index, const GLcharARB *name)
6537 {
6538 const struct mapi_table *_tbl = entry_current_get();
6539 mapi_func _func = ((const mapi_func *) _tbl)[568];
6540 ((void (APIENTRY *)(GLhandleARB program, GLuint index, const GLcharARB *name)) _func)(program, index, name);
6541 }
6542
6543 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocation)(GLuint program, GLuint index, const GLchar *name)
6544 {
6545 const struct mapi_table *_tbl = entry_current_get();
6546 mapi_func _func = ((const mapi_func *) _tbl)[568];
6547 ((void (APIENTRY *)(GLuint program, GLuint index, const GLchar *name)) _func)(program, index, name);
6548 }
6549
6550 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
6551 {
6552 const struct mapi_table *_tbl = entry_current_get();
6553 mapi_func _func = ((const mapi_func *) _tbl)[569];
6554 ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
6555 }
6556
6557 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
6558 {
6559 const struct mapi_table *_tbl = entry_current_get();
6560 mapi_func _func = ((const mapi_func *) _tbl)[569];
6561 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
6562 }
6563
6564 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocationARB)(GLhandleARB program, const GLcharARB *name)
6565 {
6566 const struct mapi_table *_tbl = entry_current_get();
6567 mapi_func _func = ((const mapi_func *) _tbl)[570];
6568 return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
6569 }
6570
6571 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name)
6572 {
6573 const struct mapi_table *_tbl = entry_current_get();
6574 mapi_func _func = ((const mapi_func *) _tbl)[570];
6575 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
6576 }
6577
6578 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersARB)(GLsizei n, const GLenum *bufs)
6579 {
6580 const struct mapi_table *_tbl = entry_current_get();
6581 mapi_func _func = ((const mapi_func *) _tbl)[571];
6582 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6583 }
6584
6585 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs)
6586 {
6587 const struct mapi_table *_tbl = entry_current_get();
6588 mapi_func _func = ((const mapi_func *) _tbl)[571];
6589 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6590 }
6591
6592 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersATI)(GLsizei n, const GLenum *bufs)
6593 {
6594 const struct mapi_table *_tbl = entry_current_get();
6595 mapi_func _func = ((const mapi_func *) _tbl)[571];
6596 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6597 }
6598
6599 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersNV)(GLsizei n, const GLenum *bufs)
6600 {
6601 const struct mapi_table *_tbl = entry_current_get();
6602 mapi_func _func = ((const mapi_func *) _tbl)[571];
6603 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6604 }
6605
6606 GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp)
6607 {
6608 const struct mapi_table *_tbl = entry_current_get();
6609 mapi_func _func = ((const mapi_func *) _tbl)[572];
6610 ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
6611 }
6612
6613 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6614 {
6615 const struct mapi_table *_tbl = entry_current_get();
6616 mapi_func _func = ((const mapi_func *) _tbl)[573];
6617 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6618 }
6619
6620 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6621 {
6622 const struct mapi_table *_tbl = entry_current_get();
6623 mapi_func _func = ((const mapi_func *) _tbl)[573];
6624 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6625 }
6626
6627 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6628 {
6629 const struct mapi_table *_tbl = entry_current_get();
6630 mapi_func _func = ((const mapi_func *) _tbl)[573];
6631 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6632 }
6633
6634 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6635 {
6636 const struct mapi_table *_tbl = entry_current_get();
6637 mapi_func _func = ((const mapi_func *) _tbl)[574];
6638 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6639 }
6640
6641 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6642 {
6643 const struct mapi_table *_tbl = entry_current_get();
6644 mapi_func _func = ((const mapi_func *) _tbl)[574];
6645 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6646 }
6647
6648 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6649 {
6650 const struct mapi_table *_tbl = entry_current_get();
6651 mapi_func _func = ((const mapi_func *) _tbl)[574];
6652 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6653 }
6654
6655 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
6656 {
6657 const struct mapi_table *_tbl = entry_current_get();
6658 mapi_func _func = ((const mapi_func *) _tbl)[575];
6659 ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
6660 }
6661
6662 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
6663 {
6664 const struct mapi_table *_tbl = entry_current_get();
6665 mapi_func _func = ((const mapi_func *) _tbl)[575];
6666 ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
6667 }
6668
6669 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level)
6670 {
6671 const struct mapi_table *_tbl = entry_current_get();
6672 mapi_func _func = ((const mapi_func *) _tbl)[576];
6673 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
6674 }
6675
6676 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
6677 {
6678 const struct mapi_table *_tbl = entry_current_get();
6679 mapi_func _func = ((const mapi_func *) _tbl)[577];
6680 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)) _func)(target, attachment, texture, level, face);
6681 }
6682
6683 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value)
6684 {
6685 const struct mapi_table *_tbl = entry_current_get();
6686 mapi_func _func = ((const mapi_func *) _tbl)[578];
6687 ((void (APIENTRY *)(GLuint program, GLenum pname, GLint value)) _func)(program, pname, value);
6688 }
6689
6690 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor)
6691 {
6692 const struct mapi_table *_tbl = entry_current_get();
6693 mapi_func _func = ((const mapi_func *) _tbl)[579];
6694 ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
6695 }
6696
6697 GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length)
6698 {
6699 const struct mapi_table *_tbl = entry_current_get();
6700 mapi_func _func = ((const mapi_func *) _tbl)[580];
6701 ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length)) _func)(target, offset, length);
6702 }
6703
6704 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
6705 {
6706 const struct mapi_table *_tbl = entry_current_get();
6707 mapi_func _func = ((const mapi_func *) _tbl)[581];
6708 return ((GLvoid * (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)) _func)(target, offset, length, access);
6709 }
6710
6711 GLAPI void APIENTRY GLAPI_PREFIX(TexBufferARB)(GLenum target, GLenum internalFormat, GLuint buffer)
6712 {
6713 const struct mapi_table *_tbl = entry_current_get();
6714 mapi_func _func = ((const mapi_func *) _tbl)[582];
6715 ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
6716 }
6717
6718 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array)
6719 {
6720 const struct mapi_table *_tbl = entry_current_get();
6721 mapi_func _func = ((const mapi_func *) _tbl)[583];
6722 ((void (APIENTRY *)(GLuint array)) _func)(array);
6723 }
6724
6725 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays)
6726 {
6727 const struct mapi_table *_tbl = entry_current_get();
6728 mapi_func _func = ((const mapi_func *) _tbl)[584];
6729 ((void (APIENTRY *)(GLsizei n, GLuint *arrays)) _func)(n, arrays);
6730 }
6731
6732 GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
6733 {
6734 const struct mapi_table *_tbl = entry_current_get();
6735 mapi_func _func = ((const mapi_func *) _tbl)[585];
6736 ((void (APIENTRY *)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)) _func)(readTarget, writeTarget, readOffset, writeOffset, size);
6737 }
6738
6739 GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
6740 {
6741 const struct mapi_table *_tbl = entry_current_get();
6742 mapi_func _func = ((const mapi_func *) _tbl)[586];
6743 return ((GLenum (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
6744 }
6745
6746 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync)
6747 {
6748 const struct mapi_table *_tbl = entry_current_get();
6749 mapi_func _func = ((const mapi_func *) _tbl)[587];
6750 ((void (APIENTRY *)(GLsync sync)) _func)(sync);
6751 }
6752
6753 GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags)
6754 {
6755 const struct mapi_table *_tbl = entry_current_get();
6756 mapi_func _func = ((const mapi_func *) _tbl)[588];
6757 return ((GLsync (APIENTRY *)(GLenum condition, GLbitfield flags)) _func)(condition, flags);
6758 }
6759
6760 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params)
6761 {
6762 const struct mapi_table *_tbl = entry_current_get();
6763 mapi_func _func = ((const mapi_func *) _tbl)[589];
6764 ((void (APIENTRY *)(GLenum pname, GLint64 *params)) _func)(pname, params);
6765 }
6766
6767 GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
6768 {
6769 const struct mapi_table *_tbl = entry_current_get();
6770 mapi_func _func = ((const mapi_func *) _tbl)[590];
6771 ((void (APIENTRY *)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)) _func)(sync, pname, bufSize, length, values);
6772 }
6773
6774 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync)
6775 {
6776 const struct mapi_table *_tbl = entry_current_get();
6777 mapi_func _func = ((const mapi_func *) _tbl)[591];
6778 return ((GLboolean (APIENTRY *)(GLsync sync)) _func)(sync);
6779 }
6780
6781 GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
6782 {
6783 const struct mapi_table *_tbl = entry_current_get();
6784 mapi_func _func = ((const mapi_func *) _tbl)[592];
6785 ((void (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
6786 }
6787
6788 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
6789 {
6790 const struct mapi_table *_tbl = entry_current_get();
6791 mapi_func _func = ((const mapi_func *) _tbl)[593];
6792 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)) _func)(mode, count, type, indices, basevertex);
6793 }
6794
6795 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)
6796 {
6797 const struct mapi_table *_tbl = entry_current_get();
6798 mapi_func _func = ((const mapi_func *) _tbl)[594];
6799 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
6800 }
6801
6802 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
6803 {
6804 const struct mapi_table *_tbl = entry_current_get();
6805 mapi_func _func = ((const mapi_func *) _tbl)[595];
6806 ((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);
6807 }
6808
6809 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex)
6810 {
6811 const struct mapi_table *_tbl = entry_current_get();
6812 mapi_func _func = ((const mapi_func *) _tbl)[596];
6813 ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
6814 }
6815
6816 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA)
6817 {
6818 const struct mapi_table *_tbl = entry_current_get();
6819 mapi_func _func = ((const mapi_func *) _tbl)[597];
6820 ((void (APIENTRY *)(GLuint buf, GLenum modeRGB, GLenum modeA)) _func)(buf, modeRGB, modeA);
6821 }
6822
6823 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateIndexedAMD)(GLuint buf, GLenum modeRGB, GLenum modeA)
6824 {
6825 const struct mapi_table *_tbl = entry_current_get();
6826 mapi_func _func = ((const mapi_func *) _tbl)[597];
6827 ((void (APIENTRY *)(GLuint buf, GLenum modeRGB, GLenum modeA)) _func)(buf, modeRGB, modeA);
6828 }
6829
6830 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode)
6831 {
6832 const struct mapi_table *_tbl = entry_current_get();
6833 mapi_func _func = ((const mapi_func *) _tbl)[598];
6834 ((void (APIENTRY *)(GLuint buf, GLenum mode)) _func)(buf, mode);
6835 }
6836
6837 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationIndexedAMD)(GLuint buf, GLenum mode)
6838 {
6839 const struct mapi_table *_tbl = entry_current_get();
6840 mapi_func _func = ((const mapi_func *) _tbl)[598];
6841 ((void (APIENTRY *)(GLuint buf, GLenum mode)) _func)(buf, mode);
6842 }
6843
6844 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)
6845 {
6846 const struct mapi_table *_tbl = entry_current_get();
6847 mapi_func _func = ((const mapi_func *) _tbl)[599];
6848 ((void (APIENTRY *)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)) _func)(buf, srcRGB, dstRGB, srcA, dstA);
6849 }
6850
6851 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateIndexedAMD)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)
6852 {
6853 const struct mapi_table *_tbl = entry_current_get();
6854 mapi_func _func = ((const mapi_func *) _tbl)[599];
6855 ((void (APIENTRY *)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)) _func)(buf, srcRGB, dstRGB, srcA, dstA);
6856 }
6857
6858 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst)
6859 {
6860 const struct mapi_table *_tbl = entry_current_get();
6861 mapi_func _func = ((const mapi_func *) _tbl)[600];
6862 ((void (APIENTRY *)(GLuint buf, GLenum src, GLenum dst)) _func)(buf, src, dst);
6863 }
6864
6865 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncIndexedAMD)(GLuint buf, GLenum src, GLenum dst)
6866 {
6867 const struct mapi_table *_tbl = entry_current_get();
6868 mapi_func _func = ((const mapi_func *) _tbl)[600];
6869 ((void (APIENTRY *)(GLuint buf, GLenum src, GLenum dst)) _func)(buf, src, dst);
6870 }
6871
6872 GLAPI void APIENTRY GLAPI_PREFIX(BindSampler)(GLuint unit, GLuint sampler)
6873 {
6874 const struct mapi_table *_tbl = entry_current_get();
6875 mapi_func _func = ((const mapi_func *) _tbl)[601];
6876 ((void (APIENTRY *)(GLuint unit, GLuint sampler)) _func)(unit, sampler);
6877 }
6878
6879 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSamplers)(GLsizei count, const GLuint *samplers)
6880 {
6881 const struct mapi_table *_tbl = entry_current_get();
6882 mapi_func _func = ((const mapi_func *) _tbl)[602];
6883 ((void (APIENTRY *)(GLsizei count, const GLuint *samplers)) _func)(count, samplers);
6884 }
6885
6886 GLAPI void APIENTRY GLAPI_PREFIX(GenSamplers)(GLsizei count, GLuint *samplers)
6887 {
6888 const struct mapi_table *_tbl = entry_current_get();
6889 mapi_func _func = ((const mapi_func *) _tbl)[603];
6890 ((void (APIENTRY *)(GLsizei count, GLuint *samplers)) _func)(count, samplers);
6891 }
6892
6893 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint *params)
6894 {
6895 const struct mapi_table *_tbl = entry_current_get();
6896 mapi_func _func = ((const mapi_func *) _tbl)[604];
6897 ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint *params)) _func)(sampler, pname, params);
6898 }
6899
6900 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint *params)
6901 {
6902 const struct mapi_table *_tbl = entry_current_get();
6903 mapi_func _func = ((const mapi_func *) _tbl)[605];
6904 ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLuint *params)) _func)(sampler, pname, params);
6905 }
6906
6907 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat *params)
6908 {
6909 const struct mapi_table *_tbl = entry_current_get();
6910 mapi_func _func = ((const mapi_func *) _tbl)[606];
6911 ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLfloat *params)) _func)(sampler, pname, params);
6912 }
6913
6914 GLAPI void APIENTRY GLAPI_PREFIX(GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint *params)
6915 {
6916 const struct mapi_table *_tbl = entry_current_get();
6917 mapi_func _func = ((const mapi_func *) _tbl)[607];
6918 ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint *params)) _func)(sampler, pname, params);
6919 }
6920
6921 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler)
6922 {
6923 const struct mapi_table *_tbl = entry_current_get();
6924 mapi_func _func = ((const mapi_func *) _tbl)[608];
6925 return ((GLboolean (APIENTRY *)(GLuint sampler)) _func)(sampler);
6926 }
6927
6928 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *params)
6929 {
6930 const struct mapi_table *_tbl = entry_current_get();
6931 mapi_func _func = ((const mapi_func *) _tbl)[609];
6932 ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
6933 }
6934
6935 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint *params)
6936 {
6937 const struct mapi_table *_tbl = entry_current_get();
6938 mapi_func _func = ((const mapi_func *) _tbl)[610];
6939 ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLuint *params)) _func)(sampler, pname, params);
6940 }
6941
6942 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param)
6943 {
6944 const struct mapi_table *_tbl = entry_current_get();
6945 mapi_func _func = ((const mapi_func *) _tbl)[611];
6946 ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLfloat param)) _func)(sampler, pname, param);
6947 }
6948
6949 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat *params)
6950 {
6951 const struct mapi_table *_tbl = entry_current_get();
6952 mapi_func _func = ((const mapi_func *) _tbl)[612];
6953 ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLfloat *params)) _func)(sampler, pname, params);
6954 }
6955
6956 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteri)(GLuint sampler, GLenum pname, GLint param)
6957 {
6958 const struct mapi_table *_tbl = entry_current_get();
6959 mapi_func _func = ((const mapi_func *) _tbl)[613];
6960 ((void (APIENTRY *)(GLuint sampler, GLenum pname, GLint param)) _func)(sampler, pname, param);
6961 }
6962
6963 GLAPI void APIENTRY GLAPI_PREFIX(SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint *params)
6964 {
6965 const struct mapi_table *_tbl = entry_current_get();
6966 mapi_func _func = ((const mapi_func *) _tbl)[614];
6967 ((void (APIENTRY *)(GLuint sampler, GLenum pname, const GLint *params)) _func)(sampler, pname, params);
6968 }
6969
6970 GLAPI void APIENTRY GLAPI_PREFIX(ColorP3ui)(GLenum type, GLuint color)
6971 {
6972 const struct mapi_table *_tbl = entry_current_get();
6973 mapi_func _func = ((const mapi_func *) _tbl)[615];
6974 ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
6975 }
6976
6977 GLAPI void APIENTRY GLAPI_PREFIX(ColorP3uiv)(GLenum type, const GLuint *color)
6978 {
6979 const struct mapi_table *_tbl = entry_current_get();
6980 mapi_func _func = ((const mapi_func *) _tbl)[616];
6981 ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
6982 }
6983
6984 GLAPI void APIENTRY GLAPI_PREFIX(ColorP4ui)(GLenum type, GLuint color)
6985 {
6986 const struct mapi_table *_tbl = entry_current_get();
6987 mapi_func _func = ((const mapi_func *) _tbl)[617];
6988 ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
6989 }
6990
6991 GLAPI void APIENTRY GLAPI_PREFIX(ColorP4uiv)(GLenum type, const GLuint *color)
6992 {
6993 const struct mapi_table *_tbl = entry_current_get();
6994 mapi_func _func = ((const mapi_func *) _tbl)[618];
6995 ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
6996 }
6997
6998 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords)
6999 {
7000 const struct mapi_table *_tbl = entry_current_get();
7001 mapi_func _func = ((const mapi_func *) _tbl)[619];
7002 ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
7003 }
7004
7005 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint *coords)
7006 {
7007 const struct mapi_table *_tbl = entry_current_get();
7008 mapi_func _func = ((const mapi_func *) _tbl)[620];
7009 ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
7010 }
7011
7012 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords)
7013 {
7014 const struct mapi_table *_tbl = entry_current_get();
7015 mapi_func _func = ((const mapi_func *) _tbl)[621];
7016 ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
7017 }
7018
7019 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint *coords)
7020 {
7021 const struct mapi_table *_tbl = entry_current_get();
7022 mapi_func _func = ((const mapi_func *) _tbl)[622];
7023 ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
7024 }
7025
7026 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords)
7027 {
7028 const struct mapi_table *_tbl = entry_current_get();
7029 mapi_func _func = ((const mapi_func *) _tbl)[623];
7030 ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
7031 }
7032
7033 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint *coords)
7034 {
7035 const struct mapi_table *_tbl = entry_current_get();
7036 mapi_func _func = ((const mapi_func *) _tbl)[624];
7037 ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
7038 }
7039
7040 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords)
7041 {
7042 const struct mapi_table *_tbl = entry_current_get();
7043 mapi_func _func = ((const mapi_func *) _tbl)[625];
7044 ((void (APIENTRY *)(GLenum texture, GLenum type, GLuint coords)) _func)(texture, type, coords);
7045 }
7046
7047 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint *coords)
7048 {
7049 const struct mapi_table *_tbl = entry_current_get();
7050 mapi_func _func = ((const mapi_func *) _tbl)[626];
7051 ((void (APIENTRY *)(GLenum texture, GLenum type, const GLuint *coords)) _func)(texture, type, coords);
7052 }
7053
7054 GLAPI void APIENTRY GLAPI_PREFIX(NormalP3ui)(GLenum type, GLuint coords)
7055 {
7056 const struct mapi_table *_tbl = entry_current_get();
7057 mapi_func _func = ((const mapi_func *) _tbl)[627];
7058 ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
7059 }
7060
7061 GLAPI void APIENTRY GLAPI_PREFIX(NormalP3uiv)(GLenum type, const GLuint *coords)
7062 {
7063 const struct mapi_table *_tbl = entry_current_get();
7064 mapi_func _func = ((const mapi_func *) _tbl)[628];
7065 ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
7066 }
7067
7068 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3ui)(GLenum type, GLuint color)
7069 {
7070 const struct mapi_table *_tbl = entry_current_get();
7071 mapi_func _func = ((const mapi_func *) _tbl)[629];
7072 ((void (APIENTRY *)(GLenum type, GLuint color)) _func)(type, color);
7073 }
7074
7075 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorP3uiv)(GLenum type, const GLuint *color)
7076 {
7077 const struct mapi_table *_tbl = entry_current_get();
7078 mapi_func _func = ((const mapi_func *) _tbl)[630];
7079 ((void (APIENTRY *)(GLenum type, const GLuint *color)) _func)(type, color);
7080 }
7081
7082 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1ui)(GLenum type, GLuint coords)
7083 {
7084 const struct mapi_table *_tbl = entry_current_get();
7085 mapi_func _func = ((const mapi_func *) _tbl)[631];
7086 ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
7087 }
7088
7089 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP1uiv)(GLenum type, const GLuint *coords)
7090 {
7091 const struct mapi_table *_tbl = entry_current_get();
7092 mapi_func _func = ((const mapi_func *) _tbl)[632];
7093 ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
7094 }
7095
7096 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2ui)(GLenum type, GLuint coords)
7097 {
7098 const struct mapi_table *_tbl = entry_current_get();
7099 mapi_func _func = ((const mapi_func *) _tbl)[633];
7100 ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
7101 }
7102
7103 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP2uiv)(GLenum type, const GLuint *coords)
7104 {
7105 const struct mapi_table *_tbl = entry_current_get();
7106 mapi_func _func = ((const mapi_func *) _tbl)[634];
7107 ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
7108 }
7109
7110 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3ui)(GLenum type, GLuint coords)
7111 {
7112 const struct mapi_table *_tbl = entry_current_get();
7113 mapi_func _func = ((const mapi_func *) _tbl)[635];
7114 ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
7115 }
7116
7117 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP3uiv)(GLenum type, const GLuint *coords)
7118 {
7119 const struct mapi_table *_tbl = entry_current_get();
7120 mapi_func _func = ((const mapi_func *) _tbl)[636];
7121 ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
7122 }
7123
7124 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4ui)(GLenum type, GLuint coords)
7125 {
7126 const struct mapi_table *_tbl = entry_current_get();
7127 mapi_func _func = ((const mapi_func *) _tbl)[637];
7128 ((void (APIENTRY *)(GLenum type, GLuint coords)) _func)(type, coords);
7129 }
7130
7131 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordP4uiv)(GLenum type, const GLuint *coords)
7132 {
7133 const struct mapi_table *_tbl = entry_current_get();
7134 mapi_func _func = ((const mapi_func *) _tbl)[638];
7135 ((void (APIENTRY *)(GLenum type, const GLuint *coords)) _func)(type, coords);
7136 }
7137
7138 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
7139 {
7140 const struct mapi_table *_tbl = entry_current_get();
7141 mapi_func _func = ((const mapi_func *) _tbl)[639];
7142 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
7143 }
7144
7145 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
7146 {
7147 const struct mapi_table *_tbl = entry_current_get();
7148 mapi_func _func = ((const mapi_func *) _tbl)[640];
7149 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
7150 }
7151
7152 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
7153 {
7154 const struct mapi_table *_tbl = entry_current_get();
7155 mapi_func _func = ((const mapi_func *) _tbl)[641];
7156 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
7157 }
7158
7159 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
7160 {
7161 const struct mapi_table *_tbl = entry_current_get();
7162 mapi_func _func = ((const mapi_func *) _tbl)[642];
7163 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
7164 }
7165
7166 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
7167 {
7168 const struct mapi_table *_tbl = entry_current_get();
7169 mapi_func _func = ((const mapi_func *) _tbl)[643];
7170 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
7171 }
7172
7173 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
7174 {
7175 const struct mapi_table *_tbl = entry_current_get();
7176 mapi_func _func = ((const mapi_func *) _tbl)[644];
7177 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
7178 }
7179
7180 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value)
7181 {
7182 const struct mapi_table *_tbl = entry_current_get();
7183 mapi_func _func = ((const mapi_func *) _tbl)[645];
7184 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, GLuint value)) _func)(index, type, normalized, value);
7185 }
7186
7187 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
7188 {
7189 const struct mapi_table *_tbl = entry_current_get();
7190 mapi_func _func = ((const mapi_func *) _tbl)[646];
7191 ((void (APIENTRY *)(GLuint index, GLenum type, GLboolean normalized, const GLuint *value)) _func)(index, type, normalized, value);
7192 }
7193
7194 GLAPI void APIENTRY GLAPI_PREFIX(VertexP2ui)(GLenum type, GLuint value)
7195 {
7196 const struct mapi_table *_tbl = entry_current_get();
7197 mapi_func _func = ((const mapi_func *) _tbl)[647];
7198 ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
7199 }
7200
7201 GLAPI void APIENTRY GLAPI_PREFIX(VertexP2uiv)(GLenum type, const GLuint *value)
7202 {
7203 const struct mapi_table *_tbl = entry_current_get();
7204 mapi_func _func = ((const mapi_func *) _tbl)[648];
7205 ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
7206 }
7207
7208 GLAPI void APIENTRY GLAPI_PREFIX(VertexP3ui)(GLenum type, GLuint value)
7209 {
7210 const struct mapi_table *_tbl = entry_current_get();
7211 mapi_func _func = ((const mapi_func *) _tbl)[649];
7212 ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
7213 }
7214
7215 GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value)
7216 {
7217 const struct mapi_table *_tbl = entry_current_get();
7218 mapi_func _func = ((const mapi_func *) _tbl)[650];
7219 ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
7220 }
7221
7222 GLAPI void APIENTRY GLAPI_PREFIX(VertexP4ui)(GLenum type, GLuint value)
7223 {
7224 const struct mapi_table *_tbl = entry_current_get();
7225 mapi_func _func = ((const mapi_func *) _tbl)[651];
7226 ((void (APIENTRY *)(GLenum type, GLuint value)) _func)(type, value);
7227 }
7228
7229 GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value)
7230 {
7231 const struct mapi_table *_tbl = entry_current_get();
7232 mapi_func _func = ((const mapi_func *) _tbl)[652];
7233 ((void (APIENTRY *)(GLenum type, const GLuint *value)) _func)(type, value);
7234 }
7235
7236 GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id)
7237 {
7238 const struct mapi_table *_tbl = entry_current_get();
7239 mapi_func _func = ((const mapi_func *) _tbl)[653];
7240 ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
7241 }
7242
7243 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids)
7244 {
7245 const struct mapi_table *_tbl = entry_current_get();
7246 mapi_func _func = ((const mapi_func *) _tbl)[654];
7247 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
7248 }
7249
7250 GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id)
7251 {
7252 const struct mapi_table *_tbl = entry_current_get();
7253 mapi_func _func = ((const mapi_func *) _tbl)[655];
7254 ((void (APIENTRY *)(GLenum mode, GLuint id)) _func)(mode, id);
7255 }
7256
7257 GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids)
7258 {
7259 const struct mapi_table *_tbl = entry_current_get();
7260 mapi_func _func = ((const mapi_func *) _tbl)[656];
7261 ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
7262 }
7263
7264 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id)
7265 {
7266 const struct mapi_table *_tbl = entry_current_get();
7267 mapi_func _func = ((const mapi_func *) _tbl)[657];
7268 return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
7269 }
7270
7271 GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void)
7272 {
7273 const struct mapi_table *_tbl = entry_current_get();
7274 mapi_func _func = ((const mapi_func *) _tbl)[658];
7275 ((void (APIENTRY *)(void)) _func)();
7276 }
7277
7278 GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void)
7279 {
7280 const struct mapi_table *_tbl = entry_current_get();
7281 mapi_func _func = ((const mapi_func *) _tbl)[659];
7282 ((void (APIENTRY *)(void)) _func)();
7283 }
7284
7285 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth)
7286 {
7287 const struct mapi_table *_tbl = entry_current_get();
7288 mapi_func _func = ((const mapi_func *) _tbl)[660];
7289 ((void (APIENTRY *)(GLclampf depth)) _func)(depth);
7290 }
7291
7292 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar)
7293 {
7294 const struct mapi_table *_tbl = entry_current_get();
7295 mapi_func _func = ((const mapi_func *) _tbl)[661];
7296 ((void (APIENTRY *)(GLclampf zNear, GLclampf zFar)) _func)(zNear, zFar);
7297 }
7298
7299 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
7300 {
7301 const struct mapi_table *_tbl = entry_current_get();
7302 mapi_func _func = ((const mapi_func *) _tbl)[662];
7303 ((void (APIENTRY *)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)) _func)(shadertype, precisiontype, range, precision);
7304 }
7305
7306 GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void)
7307 {
7308 const struct mapi_table *_tbl = entry_current_get();
7309 mapi_func _func = ((const mapi_func *) _tbl)[663];
7310 ((void (APIENTRY *)(void)) _func)();
7311 }
7312
7313 GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
7314 {
7315 const struct mapi_table *_tbl = entry_current_get();
7316 mapi_func _func = ((const mapi_func *) _tbl)[664];
7317 ((void (APIENTRY *)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)) _func)(n, shaders, binaryformat, binary, length);
7318 }
7319
7320 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatusARB)(void)
7321 {
7322 const struct mapi_table *_tbl = entry_current_get();
7323 mapi_func _func = ((const mapi_func *) _tbl)[668];
7324 return ((GLenum (APIENTRY *)(void)) _func)();
7325 }
7326
7327 GLAPI void APIENTRY GLAPI_PREFIX(GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)
7328 {
7329 const struct mapi_table *_tbl = entry_current_get();
7330 mapi_func _func = ((const mapi_func *) _tbl)[669];
7331 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)) _func)(target, format, type, bufSize, table);
7332 }
7333
7334 GLAPI void APIENTRY GLAPI_PREFIX(GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)
7335 {
7336 const struct mapi_table *_tbl = entry_current_get();
7337 mapi_func _func = ((const mapi_func *) _tbl)[670];
7338 ((void (APIENTRY *)(GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)) _func)(target, lod, bufSize, img);
7339 }
7340
7341 GLAPI void APIENTRY GLAPI_PREFIX(GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)
7342 {
7343 const struct mapi_table *_tbl = entry_current_get();
7344 mapi_func _func = ((const mapi_func *) _tbl)[671];
7345 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)) _func)(target, format, type, bufSize, image);
7346 }
7347
7348 GLAPI void APIENTRY GLAPI_PREFIX(GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
7349 {
7350 const struct mapi_table *_tbl = entry_current_get();
7351 mapi_func _func = ((const mapi_func *) _tbl)[672];
7352 ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
7353 }
7354
7355 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)
7356 {
7357 const struct mapi_table *_tbl = entry_current_get();
7358 mapi_func _func = ((const mapi_func *) _tbl)[673];
7359 ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)) _func)(target, query, bufSize, v);
7360 }
7361
7362 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)
7363 {
7364 const struct mapi_table *_tbl = entry_current_get();
7365 mapi_func _func = ((const mapi_func *) _tbl)[674];
7366 ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)) _func)(target, query, bufSize, v);
7367 }
7368
7369 GLAPI void APIENTRY GLAPI_PREFIX(GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)
7370 {
7371 const struct mapi_table *_tbl = entry_current_get();
7372 mapi_func _func = ((const mapi_func *) _tbl)[675];
7373 ((void (APIENTRY *)(GLenum target, GLenum query, GLsizei bufSize, GLint *v)) _func)(target, query, bufSize, v);
7374 }
7375
7376 GLAPI void APIENTRY GLAPI_PREFIX(GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
7377 {
7378 const struct mapi_table *_tbl = entry_current_get();
7379 mapi_func _func = ((const mapi_func *) _tbl)[676];
7380 ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)) _func)(target, reset, format, type, bufSize, values);
7381 }
7382
7383 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat *values)
7384 {
7385 const struct mapi_table *_tbl = entry_current_get();
7386 mapi_func _func = ((const mapi_func *) _tbl)[677];
7387 ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLfloat *values)) _func)(map, bufSize, values);
7388 }
7389
7390 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint *values)
7391 {
7392 const struct mapi_table *_tbl = entry_current_get();
7393 mapi_func _func = ((const mapi_func *) _tbl)[678];
7394 ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLuint *values)) _func)(map, bufSize, values);
7395 }
7396
7397 GLAPI void APIENTRY GLAPI_PREFIX(GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort *values)
7398 {
7399 const struct mapi_table *_tbl = entry_current_get();
7400 mapi_func _func = ((const mapi_func *) _tbl)[679];
7401 ((void (APIENTRY *)(GLenum map, GLsizei bufSize, GLushort *values)) _func)(map, bufSize, values);
7402 }
7403
7404 GLAPI void APIENTRY GLAPI_PREFIX(GetnPolygonStippleARB)(GLsizei bufSize, GLubyte *pattern)
7405 {
7406 const struct mapi_table *_tbl = entry_current_get();
7407 mapi_func _func = ((const mapi_func *) _tbl)[680];
7408 ((void (APIENTRY *)(GLsizei bufSize, GLubyte *pattern)) _func)(bufSize, pattern);
7409 }
7410
7411 GLAPI void APIENTRY GLAPI_PREFIX(GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)
7412 {
7413 const struct mapi_table *_tbl = entry_current_get();
7414 mapi_func _func = ((const mapi_func *) _tbl)[681];
7415 ((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);
7416 }
7417
7418 GLAPI void APIENTRY GLAPI_PREFIX(GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)
7419 {
7420 const struct mapi_table *_tbl = entry_current_get();
7421 mapi_func _func = ((const mapi_func *) _tbl)[682];
7422 ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)) _func)(target, level, format, type, bufSize, img);
7423 }
7424
7425 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params)
7426 {
7427 const struct mapi_table *_tbl = entry_current_get();
7428 mapi_func _func = ((const mapi_func *) _tbl)[683];
7429 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble *params)) _func)(program, location, bufSize, params);
7430 }
7431
7432 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params)
7433 {
7434 const struct mapi_table *_tbl = entry_current_get();
7435 mapi_func _func = ((const mapi_func *) _tbl)[684];
7436 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat *params)) _func)(program, location, bufSize, params);
7437 }
7438
7439 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params)
7440 {
7441 const struct mapi_table *_tbl = entry_current_get();
7442 mapi_func _func = ((const mapi_func *) _tbl)[685];
7443 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLint *params)) _func)(program, location, bufSize, params);
7444 }
7445
7446 GLAPI void APIENTRY GLAPI_PREFIX(GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params)
7447 {
7448 const struct mapi_table *_tbl = entry_current_get();
7449 mapi_func _func = ((const mapi_func *) _tbl)[686];
7450 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint *params)) _func)(program, location, bufSize, params);
7451 }
7452
7453 GLAPI void APIENTRY GLAPI_PREFIX(ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
7454 {
7455 const struct mapi_table *_tbl = entry_current_get();
7456 mapi_func _func = ((const mapi_func *) _tbl)[687];
7457 ((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);
7458 }
7459
7460 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias)
7461 {
7462 const struct mapi_table *_tbl = entry_current_get();
7463 mapi_func _func = ((const mapi_func *) _tbl)[688];
7464 ((void (APIENTRY *)(GLfloat factor, GLfloat bias)) _func)(factor, bias);
7465 }
7466
7467 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7468 {
7469 const struct mapi_table *_tbl = entry_current_get();
7470 mapi_func _func = ((const mapi_func *) _tbl)[707];
7471 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
7472 }
7473
7474 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer)
7475 {
7476 const struct mapi_table *_tbl = entry_current_get();
7477 mapi_func _func = ((const mapi_func *) _tbl)[708];
7478 ((void (APIENTRY *)(GLsizei stride, GLsizei count, const GLboolean *pointer)) _func)(stride, count, pointer);
7479 }
7480
7481 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7482 {
7483 const struct mapi_table *_tbl = entry_current_get();
7484 mapi_func _func = ((const mapi_func *) _tbl)[709];
7485 ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
7486 }
7487
7488 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7489 {
7490 const struct mapi_table *_tbl = entry_current_get();
7491 mapi_func _func = ((const mapi_func *) _tbl)[710];
7492 ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
7493 }
7494
7495 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7496 {
7497 const struct mapi_table *_tbl = entry_current_get();
7498 mapi_func _func = ((const mapi_func *) _tbl)[711];
7499 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
7500 }
7501
7502 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
7503 {
7504 const struct mapi_table *_tbl = entry_current_get();
7505 mapi_func _func = ((const mapi_func *) _tbl)[712];
7506 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
7507 }
7508
7509 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param)
7510 {
7511 const struct mapi_table *_tbl = entry_current_get();
7512 mapi_func _func = ((const mapi_func *) _tbl)[713];
7513 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7514 }
7515
7516 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param)
7517 {
7518 const struct mapi_table *_tbl = entry_current_get();
7519 mapi_func _func = ((const mapi_func *) _tbl)[713];
7520 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7521 }
7522
7523 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param)
7524 {
7525 const struct mapi_table *_tbl = entry_current_get();
7526 mapi_func _func = ((const mapi_func *) _tbl)[713];
7527 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7528 }
7529
7530 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params)
7531 {
7532 const struct mapi_table *_tbl = entry_current_get();
7533 mapi_func _func = ((const mapi_func *) _tbl)[714];
7534 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7535 }
7536
7537 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params)
7538 {
7539 const struct mapi_table *_tbl = entry_current_get();
7540 mapi_func _func = ((const mapi_func *) _tbl)[714];
7541 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7542 }
7543
7544 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params)
7545 {
7546 const struct mapi_table *_tbl = entry_current_get();
7547 mapi_func _func = ((const mapi_func *) _tbl)[714];
7548 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7549 }
7550
7551 GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count)
7552 {
7553 const struct mapi_table *_tbl = entry_current_get();
7554 mapi_func _func = ((const mapi_func *) _tbl)[715];
7555 ((void (APIENTRY *)(GLint first, GLsizei count)) _func)(first, count);
7556 }
7557
7558 GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void)
7559 {
7560 const struct mapi_table *_tbl = entry_current_get();
7561 mapi_func _func = ((const mapi_func *) _tbl)[716];
7562 ((void (APIENTRY *)(void)) _func)();
7563 }
7564
7565 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue)
7566 {
7567 const struct mapi_table *_tbl = entry_current_get();
7568 mapi_func _func = ((const mapi_func *) _tbl)[717];
7569 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
7570 }
7571
7572 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue)
7573 {
7574 const struct mapi_table *_tbl = entry_current_get();
7575 mapi_func _func = ((const mapi_func *) _tbl)[717];
7576 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
7577 }
7578
7579 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v)
7580 {
7581 const struct mapi_table *_tbl = entry_current_get();
7582 mapi_func _func = ((const mapi_func *) _tbl)[718];
7583 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
7584 }
7585
7586 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v)
7587 {
7588 const struct mapi_table *_tbl = entry_current_get();
7589 mapi_func _func = ((const mapi_func *) _tbl)[718];
7590 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
7591 }
7592
7593 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue)
7594 {
7595 const struct mapi_table *_tbl = entry_current_get();
7596 mapi_func _func = ((const mapi_func *) _tbl)[719];
7597 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
7598 }
7599
7600 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue)
7601 {
7602 const struct mapi_table *_tbl = entry_current_get();
7603 mapi_func _func = ((const mapi_func *) _tbl)[719];
7604 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
7605 }
7606
7607 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v)
7608 {
7609 const struct mapi_table *_tbl = entry_current_get();
7610 mapi_func _func = ((const mapi_func *) _tbl)[720];
7611 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7612 }
7613
7614 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v)
7615 {
7616 const struct mapi_table *_tbl = entry_current_get();
7617 mapi_func _func = ((const mapi_func *) _tbl)[720];
7618 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7619 }
7620
7621 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue)
7622 {
7623 const struct mapi_table *_tbl = entry_current_get();
7624 mapi_func _func = ((const mapi_func *) _tbl)[721];
7625 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
7626 }
7627
7628 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue)
7629 {
7630 const struct mapi_table *_tbl = entry_current_get();
7631 mapi_func _func = ((const mapi_func *) _tbl)[721];
7632 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
7633 }
7634
7635 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v)
7636 {
7637 const struct mapi_table *_tbl = entry_current_get();
7638 mapi_func _func = ((const mapi_func *) _tbl)[722];
7639 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7640 }
7641
7642 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v)
7643 {
7644 const struct mapi_table *_tbl = entry_current_get();
7645 mapi_func _func = ((const mapi_func *) _tbl)[722];
7646 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7647 }
7648
7649 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue)
7650 {
7651 const struct mapi_table *_tbl = entry_current_get();
7652 mapi_func _func = ((const mapi_func *) _tbl)[723];
7653 ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
7654 }
7655
7656 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue)
7657 {
7658 const struct mapi_table *_tbl = entry_current_get();
7659 mapi_func _func = ((const mapi_func *) _tbl)[723];
7660 ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
7661 }
7662
7663 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v)
7664 {
7665 const struct mapi_table *_tbl = entry_current_get();
7666 mapi_func _func = ((const mapi_func *) _tbl)[724];
7667 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7668 }
7669
7670 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v)
7671 {
7672 const struct mapi_table *_tbl = entry_current_get();
7673 mapi_func _func = ((const mapi_func *) _tbl)[724];
7674 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7675 }
7676
7677 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue)
7678 {
7679 const struct mapi_table *_tbl = entry_current_get();
7680 mapi_func _func = ((const mapi_func *) _tbl)[725];
7681 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
7682 }
7683
7684 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue)
7685 {
7686 const struct mapi_table *_tbl = entry_current_get();
7687 mapi_func _func = ((const mapi_func *) _tbl)[725];
7688 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
7689 }
7690
7691 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v)
7692 {
7693 const struct mapi_table *_tbl = entry_current_get();
7694 mapi_func _func = ((const mapi_func *) _tbl)[726];
7695 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7696 }
7697
7698 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v)
7699 {
7700 const struct mapi_table *_tbl = entry_current_get();
7701 mapi_func _func = ((const mapi_func *) _tbl)[726];
7702 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7703 }
7704
7705 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue)
7706 {
7707 const struct mapi_table *_tbl = entry_current_get();
7708 mapi_func _func = ((const mapi_func *) _tbl)[727];
7709 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
7710 }
7711
7712 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue)
7713 {
7714 const struct mapi_table *_tbl = entry_current_get();
7715 mapi_func _func = ((const mapi_func *) _tbl)[727];
7716 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
7717 }
7718
7719 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v)
7720 {
7721 const struct mapi_table *_tbl = entry_current_get();
7722 mapi_func _func = ((const mapi_func *) _tbl)[728];
7723 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
7724 }
7725
7726 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v)
7727 {
7728 const struct mapi_table *_tbl = entry_current_get();
7729 mapi_func _func = ((const mapi_func *) _tbl)[728];
7730 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
7731 }
7732
7733 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue)
7734 {
7735 const struct mapi_table *_tbl = entry_current_get();
7736 mapi_func _func = ((const mapi_func *) _tbl)[729];
7737 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
7738 }
7739
7740 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue)
7741 {
7742 const struct mapi_table *_tbl = entry_current_get();
7743 mapi_func _func = ((const mapi_func *) _tbl)[729];
7744 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
7745 }
7746
7747 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v)
7748 {
7749 const struct mapi_table *_tbl = entry_current_get();
7750 mapi_func _func = ((const mapi_func *) _tbl)[730];
7751 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
7752 }
7753
7754 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v)
7755 {
7756 const struct mapi_table *_tbl = entry_current_get();
7757 mapi_func _func = ((const mapi_func *) _tbl)[730];
7758 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
7759 }
7760
7761 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue)
7762 {
7763 const struct mapi_table *_tbl = entry_current_get();
7764 mapi_func _func = ((const mapi_func *) _tbl)[731];
7765 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
7766 }
7767
7768 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue)
7769 {
7770 const struct mapi_table *_tbl = entry_current_get();
7771 mapi_func _func = ((const mapi_func *) _tbl)[731];
7772 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
7773 }
7774
7775 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v)
7776 {
7777 const struct mapi_table *_tbl = entry_current_get();
7778 mapi_func _func = ((const mapi_func *) _tbl)[732];
7779 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
7780 }
7781
7782 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v)
7783 {
7784 const struct mapi_table *_tbl = entry_current_get();
7785 mapi_func _func = ((const mapi_func *) _tbl)[732];
7786 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
7787 }
7788
7789 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
7790 {
7791 const struct mapi_table *_tbl = entry_current_get();
7792 mapi_func _func = ((const mapi_func *) _tbl)[733];
7793 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
7794 }
7795
7796 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
7797 {
7798 const struct mapi_table *_tbl = entry_current_get();
7799 mapi_func _func = ((const mapi_func *) _tbl)[733];
7800 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
7801 }
7802
7803 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
7804 {
7805 const struct mapi_table *_tbl = entry_current_get();
7806 mapi_func _func = ((const mapi_func *) _tbl)[734];
7807 ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
7808 }
7809
7810 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
7811 {
7812 const struct mapi_table *_tbl = entry_current_get();
7813 mapi_func _func = ((const mapi_func *) _tbl)[734];
7814 ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
7815 }
7816
7817 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
7818 {
7819 const struct mapi_table *_tbl = entry_current_get();
7820 mapi_func _func = ((const mapi_func *) _tbl)[735];
7821 ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
7822 }
7823
7824 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
7825 {
7826 const struct mapi_table *_tbl = entry_current_get();
7827 mapi_func _func = ((const mapi_func *) _tbl)[735];
7828 ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
7829 }
7830
7831 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer)
7832 {
7833 const struct mapi_table *_tbl = entry_current_get();
7834 mapi_func _func = ((const mapi_func *) _tbl)[736];
7835 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
7836 }
7837
7838 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
7839 {
7840 const struct mapi_table *_tbl = entry_current_get();
7841 mapi_func _func = ((const mapi_func *) _tbl)[736];
7842 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
7843 }
7844
7845 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord)
7846 {
7847 const struct mapi_table *_tbl = entry_current_get();
7848 mapi_func _func = ((const mapi_func *) _tbl)[737];
7849 ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
7850 }
7851
7852 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord)
7853 {
7854 const struct mapi_table *_tbl = entry_current_get();
7855 mapi_func _func = ((const mapi_func *) _tbl)[737];
7856 ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
7857 }
7858
7859 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord)
7860 {
7861 const struct mapi_table *_tbl = entry_current_get();
7862 mapi_func _func = ((const mapi_func *) _tbl)[738];
7863 ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
7864 }
7865
7866 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord)
7867 {
7868 const struct mapi_table *_tbl = entry_current_get();
7869 mapi_func _func = ((const mapi_func *) _tbl)[738];
7870 ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
7871 }
7872
7873 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord)
7874 {
7875 const struct mapi_table *_tbl = entry_current_get();
7876 mapi_func _func = ((const mapi_func *) _tbl)[739];
7877 ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
7878 }
7879
7880 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord)
7881 {
7882 const struct mapi_table *_tbl = entry_current_get();
7883 mapi_func _func = ((const mapi_func *) _tbl)[739];
7884 ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
7885 }
7886
7887 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord)
7888 {
7889 const struct mapi_table *_tbl = entry_current_get();
7890 mapi_func _func = ((const mapi_func *) _tbl)[740];
7891 ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
7892 }
7893
7894 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord)
7895 {
7896 const struct mapi_table *_tbl = entry_current_get();
7897 mapi_func _func = ((const mapi_func *) _tbl)[740];
7898 ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
7899 }
7900
7901 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
7902 {
7903 const struct mapi_table *_tbl = entry_current_get();
7904 mapi_func _func = ((const mapi_func *) _tbl)[742];
7905 ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
7906 }
7907
7908 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
7909 {
7910 const struct mapi_table *_tbl = entry_current_get();
7911 mapi_func _func = ((const mapi_func *) _tbl)[742];
7912 ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
7913 }
7914
7915 GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void)
7916 {
7917 const struct mapi_table *_tbl = entry_current_get();
7918 mapi_func _func = ((const mapi_func *) _tbl)[743];
7919 ((void (APIENTRY *)(void)) _func)();
7920 }
7921
7922 GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer)
7923 {
7924 const struct mapi_table *_tbl = entry_current_get();
7925 mapi_func _func = ((const mapi_func *) _tbl)[744];
7926 ((void (APIENTRY *)(GLsizei length, const GLvoid *pointer)) _func)(length, pointer);
7927 }
7928
7929 GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
7930 {
7931 const struct mapi_table *_tbl = entry_current_get();
7932 mapi_func _func = ((const mapi_func *) _tbl)[745];
7933 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(stage, portion, variable, input, mapping, componentUsage);
7934 }
7935
7936 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)
7937 {
7938 const struct mapi_table *_tbl = entry_current_get();
7939 mapi_func _func = ((const mapi_func *) _tbl)[746];
7940 ((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);
7941 }
7942
7943 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param)
7944 {
7945 const struct mapi_table *_tbl = entry_current_get();
7946 mapi_func _func = ((const mapi_func *) _tbl)[747];
7947 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7948 }
7949
7950 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params)
7951 {
7952 const struct mapi_table *_tbl = entry_current_get();
7953 mapi_func _func = ((const mapi_func *) _tbl)[748];
7954 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7955 }
7956
7957 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param)
7958 {
7959 const struct mapi_table *_tbl = entry_current_get();
7960 mapi_func _func = ((const mapi_func *) _tbl)[749];
7961 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
7962 }
7963
7964 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params)
7965 {
7966 const struct mapi_table *_tbl = entry_current_get();
7967 mapi_func _func = ((const mapi_func *) _tbl)[750];
7968 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
7969 }
7970
7971 GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
7972 {
7973 const struct mapi_table *_tbl = entry_current_get();
7974 mapi_func _func = ((const mapi_func *) _tbl)[751];
7975 ((void (APIENTRY *)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(variable, input, mapping, componentUsage);
7976 }
7977
7978 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)
7979 {
7980 const struct mapi_table *_tbl = entry_current_get();
7981 mapi_func _func = ((const mapi_func *) _tbl)[752];
7982 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)) _func)(stage, portion, variable, pname, params);
7983 }
7984
7985 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)
7986 {
7987 const struct mapi_table *_tbl = entry_current_get();
7988 mapi_func _func = ((const mapi_func *) _tbl)[753];
7989 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)) _func)(stage, portion, variable, pname, params);
7990 }
7991
7992 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)
7993 {
7994 const struct mapi_table *_tbl = entry_current_get();
7995 mapi_func _func = ((const mapi_func *) _tbl)[754];
7996 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)) _func)(stage, portion, pname, params);
7997 }
7998
7999 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params)
8000 {
8001 const struct mapi_table *_tbl = entry_current_get();
8002 mapi_func _func = ((const mapi_func *) _tbl)[755];
8003 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLint *params)) _func)(stage, portion, pname, params);
8004 }
8005
8006 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params)
8007 {
8008 const struct mapi_table *_tbl = entry_current_get();
8009 mapi_func _func = ((const mapi_func *) _tbl)[756];
8010 ((void (APIENTRY *)(GLenum variable, GLenum pname, GLfloat *params)) _func)(variable, pname, params);
8011 }
8012
8013 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params)
8014 {
8015 const struct mapi_table *_tbl = entry_current_get();
8016 mapi_func _func = ((const mapi_func *) _tbl)[757];
8017 ((void (APIENTRY *)(GLenum variable, GLenum pname, GLint *params)) _func)(variable, pname, params);
8018 }
8019
8020 GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void)
8021 {
8022 const struct mapi_table *_tbl = entry_current_get();
8023 mapi_func _func = ((const mapi_func *) _tbl)[758];
8024 ((void (APIENTRY *)(void)) _func)();
8025 }
8026
8027 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y)
8028 {
8029 const struct mapi_table *_tbl = entry_current_get();
8030 mapi_func _func = ((const mapi_func *) _tbl)[759];
8031 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
8032 }
8033
8034 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y)
8035 {
8036 const struct mapi_table *_tbl = entry_current_get();
8037 mapi_func _func = ((const mapi_func *) _tbl)[759];
8038 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
8039 }
8040
8041 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y)
8042 {
8043 const struct mapi_table *_tbl = entry_current_get();
8044 mapi_func _func = ((const mapi_func *) _tbl)[759];
8045 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
8046 }
8047
8048 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v)
8049 {
8050 const struct mapi_table *_tbl = entry_current_get();
8051 mapi_func _func = ((const mapi_func *) _tbl)[760];
8052 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8053 }
8054
8055 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v)
8056 {
8057 const struct mapi_table *_tbl = entry_current_get();
8058 mapi_func _func = ((const mapi_func *) _tbl)[760];
8059 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8060 }
8061
8062 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v)
8063 {
8064 const struct mapi_table *_tbl = entry_current_get();
8065 mapi_func _func = ((const mapi_func *) _tbl)[760];
8066 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8067 }
8068
8069 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y)
8070 {
8071 const struct mapi_table *_tbl = entry_current_get();
8072 mapi_func _func = ((const mapi_func *) _tbl)[761];
8073 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
8074 }
8075
8076 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y)
8077 {
8078 const struct mapi_table *_tbl = entry_current_get();
8079 mapi_func _func = ((const mapi_func *) _tbl)[761];
8080 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
8081 }
8082
8083 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y)
8084 {
8085 const struct mapi_table *_tbl = entry_current_get();
8086 mapi_func _func = ((const mapi_func *) _tbl)[761];
8087 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
8088 }
8089
8090 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v)
8091 {
8092 const struct mapi_table *_tbl = entry_current_get();
8093 mapi_func _func = ((const mapi_func *) _tbl)[762];
8094 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8095 }
8096
8097 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v)
8098 {
8099 const struct mapi_table *_tbl = entry_current_get();
8100 mapi_func _func = ((const mapi_func *) _tbl)[762];
8101 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8102 }
8103
8104 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v)
8105 {
8106 const struct mapi_table *_tbl = entry_current_get();
8107 mapi_func _func = ((const mapi_func *) _tbl)[762];
8108 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8109 }
8110
8111 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y)
8112 {
8113 const struct mapi_table *_tbl = entry_current_get();
8114 mapi_func _func = ((const mapi_func *) _tbl)[763];
8115 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
8116 }
8117
8118 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y)
8119 {
8120 const struct mapi_table *_tbl = entry_current_get();
8121 mapi_func _func = ((const mapi_func *) _tbl)[763];
8122 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
8123 }
8124
8125 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y)
8126 {
8127 const struct mapi_table *_tbl = entry_current_get();
8128 mapi_func _func = ((const mapi_func *) _tbl)[763];
8129 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
8130 }
8131
8132 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v)
8133 {
8134 const struct mapi_table *_tbl = entry_current_get();
8135 mapi_func _func = ((const mapi_func *) _tbl)[764];
8136 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8137 }
8138
8139 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v)
8140 {
8141 const struct mapi_table *_tbl = entry_current_get();
8142 mapi_func _func = ((const mapi_func *) _tbl)[764];
8143 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8144 }
8145
8146 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v)
8147 {
8148 const struct mapi_table *_tbl = entry_current_get();
8149 mapi_func _func = ((const mapi_func *) _tbl)[764];
8150 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8151 }
8152
8153 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y)
8154 {
8155 const struct mapi_table *_tbl = entry_current_get();
8156 mapi_func _func = ((const mapi_func *) _tbl)[765];
8157 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
8158 }
8159
8160 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y)
8161 {
8162 const struct mapi_table *_tbl = entry_current_get();
8163 mapi_func _func = ((const mapi_func *) _tbl)[765];
8164 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
8165 }
8166
8167 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y)
8168 {
8169 const struct mapi_table *_tbl = entry_current_get();
8170 mapi_func _func = ((const mapi_func *) _tbl)[765];
8171 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
8172 }
8173
8174 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v)
8175 {
8176 const struct mapi_table *_tbl = entry_current_get();
8177 mapi_func _func = ((const mapi_func *) _tbl)[766];
8178 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8179 }
8180
8181 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v)
8182 {
8183 const struct mapi_table *_tbl = entry_current_get();
8184 mapi_func _func = ((const mapi_func *) _tbl)[766];
8185 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8186 }
8187
8188 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v)
8189 {
8190 const struct mapi_table *_tbl = entry_current_get();
8191 mapi_func _func = ((const mapi_func *) _tbl)[766];
8192 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8193 }
8194
8195 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z)
8196 {
8197 const struct mapi_table *_tbl = entry_current_get();
8198 mapi_func _func = ((const mapi_func *) _tbl)[767];
8199 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
8200 }
8201
8202 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z)
8203 {
8204 const struct mapi_table *_tbl = entry_current_get();
8205 mapi_func _func = ((const mapi_func *) _tbl)[767];
8206 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
8207 }
8208
8209 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z)
8210 {
8211 const struct mapi_table *_tbl = entry_current_get();
8212 mapi_func _func = ((const mapi_func *) _tbl)[767];
8213 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
8214 }
8215
8216 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v)
8217 {
8218 const struct mapi_table *_tbl = entry_current_get();
8219 mapi_func _func = ((const mapi_func *) _tbl)[768];
8220 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8221 }
8222
8223 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v)
8224 {
8225 const struct mapi_table *_tbl = entry_current_get();
8226 mapi_func _func = ((const mapi_func *) _tbl)[768];
8227 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8228 }
8229
8230 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v)
8231 {
8232 const struct mapi_table *_tbl = entry_current_get();
8233 mapi_func _func = ((const mapi_func *) _tbl)[768];
8234 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8235 }
8236
8237 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z)
8238 {
8239 const struct mapi_table *_tbl = entry_current_get();
8240 mapi_func _func = ((const mapi_func *) _tbl)[769];
8241 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
8242 }
8243
8244 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z)
8245 {
8246 const struct mapi_table *_tbl = entry_current_get();
8247 mapi_func _func = ((const mapi_func *) _tbl)[769];
8248 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
8249 }
8250
8251 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z)
8252 {
8253 const struct mapi_table *_tbl = entry_current_get();
8254 mapi_func _func = ((const mapi_func *) _tbl)[769];
8255 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
8256 }
8257
8258 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v)
8259 {
8260 const struct mapi_table *_tbl = entry_current_get();
8261 mapi_func _func = ((const mapi_func *) _tbl)[770];
8262 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8263 }
8264
8265 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v)
8266 {
8267 const struct mapi_table *_tbl = entry_current_get();
8268 mapi_func _func = ((const mapi_func *) _tbl)[770];
8269 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8270 }
8271
8272 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v)
8273 {
8274 const struct mapi_table *_tbl = entry_current_get();
8275 mapi_func _func = ((const mapi_func *) _tbl)[770];
8276 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8277 }
8278
8279 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z)
8280 {
8281 const struct mapi_table *_tbl = entry_current_get();
8282 mapi_func _func = ((const mapi_func *) _tbl)[771];
8283 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
8284 }
8285
8286 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z)
8287 {
8288 const struct mapi_table *_tbl = entry_current_get();
8289 mapi_func _func = ((const mapi_func *) _tbl)[771];
8290 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
8291 }
8292
8293 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z)
8294 {
8295 const struct mapi_table *_tbl = entry_current_get();
8296 mapi_func _func = ((const mapi_func *) _tbl)[771];
8297 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
8298 }
8299
8300 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v)
8301 {
8302 const struct mapi_table *_tbl = entry_current_get();
8303 mapi_func _func = ((const mapi_func *) _tbl)[772];
8304 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8305 }
8306
8307 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v)
8308 {
8309 const struct mapi_table *_tbl = entry_current_get();
8310 mapi_func _func = ((const mapi_func *) _tbl)[772];
8311 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8312 }
8313
8314 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v)
8315 {
8316 const struct mapi_table *_tbl = entry_current_get();
8317 mapi_func _func = ((const mapi_func *) _tbl)[772];
8318 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8319 }
8320
8321 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z)
8322 {
8323 const struct mapi_table *_tbl = entry_current_get();
8324 mapi_func _func = ((const mapi_func *) _tbl)[773];
8325 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
8326 }
8327
8328 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z)
8329 {
8330 const struct mapi_table *_tbl = entry_current_get();
8331 mapi_func _func = ((const mapi_func *) _tbl)[773];
8332 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
8333 }
8334
8335 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z)
8336 {
8337 const struct mapi_table *_tbl = entry_current_get();
8338 mapi_func _func = ((const mapi_func *) _tbl)[773];
8339 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
8340 }
8341
8342 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v)
8343 {
8344 const struct mapi_table *_tbl = entry_current_get();
8345 mapi_func _func = ((const mapi_func *) _tbl)[774];
8346 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8347 }
8348
8349 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v)
8350 {
8351 const struct mapi_table *_tbl = entry_current_get();
8352 mapi_func _func = ((const mapi_func *) _tbl)[774];
8353 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8354 }
8355
8356 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v)
8357 {
8358 const struct mapi_table *_tbl = entry_current_get();
8359 mapi_func _func = ((const mapi_func *) _tbl)[774];
8360 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8361 }
8362
8363 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8364 {
8365 const struct mapi_table *_tbl = entry_current_get();
8366 mapi_func _func = ((const mapi_func *) _tbl)[775];
8367 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
8368 }
8369
8370 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v)
8371 {
8372 const struct mapi_table *_tbl = entry_current_get();
8373 mapi_func _func = ((const mapi_func *) _tbl)[776];
8374 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
8375 }
8376
8377 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8378 {
8379 const struct mapi_table *_tbl = entry_current_get();
8380 mapi_func _func = ((const mapi_func *) _tbl)[777];
8381 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
8382 }
8383
8384 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v)
8385 {
8386 const struct mapi_table *_tbl = entry_current_get();
8387 mapi_func _func = ((const mapi_func *) _tbl)[778];
8388 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
8389 }
8390
8391 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w)
8392 {
8393 const struct mapi_table *_tbl = entry_current_get();
8394 mapi_func _func = ((const mapi_func *) _tbl)[779];
8395 ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
8396 }
8397
8398 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v)
8399 {
8400 const struct mapi_table *_tbl = entry_current_get();
8401 mapi_func _func = ((const mapi_func *) _tbl)[780];
8402 ((void (APIENTRY *)(const GLint *v)) _func)(v);
8403 }
8404
8405 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w)
8406 {
8407 const struct mapi_table *_tbl = entry_current_get();
8408 mapi_func _func = ((const mapi_func *) _tbl)[781];
8409 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
8410 }
8411
8412 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v)
8413 {
8414 const struct mapi_table *_tbl = entry_current_get();
8415 mapi_func _func = ((const mapi_func *) _tbl)[782];
8416 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
8417 }
8418
8419 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences)
8420 {
8421 const struct mapi_table *_tbl = entry_current_get();
8422 mapi_func _func = ((const mapi_func *) _tbl)[792];
8423 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *ids, GLboolean *residences)) _func)(n, ids, residences);
8424 }
8425
8426 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program)
8427 {
8428 const struct mapi_table *_tbl = entry_current_get();
8429 mapi_func _func = ((const mapi_func *) _tbl)[793];
8430 ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
8431 }
8432
8433 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program)
8434 {
8435 const struct mapi_table *_tbl = entry_current_get();
8436 mapi_func _func = ((const mapi_func *) _tbl)[793];
8437 ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
8438 }
8439
8440 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs)
8441 {
8442 const struct mapi_table *_tbl = entry_current_get();
8443 mapi_func _func = ((const mapi_func *) _tbl)[794];
8444 ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
8445 }
8446
8447 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs)
8448 {
8449 const struct mapi_table *_tbl = entry_current_get();
8450 mapi_func _func = ((const mapi_func *) _tbl)[794];
8451 ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
8452 }
8453
8454 GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params)
8455 {
8456 const struct mapi_table *_tbl = entry_current_get();
8457 mapi_func _func = ((const mapi_func *) _tbl)[795];
8458 ((void (APIENTRY *)(GLenum target, GLuint id, const GLfloat *params)) _func)(target, id, params);
8459 }
8460
8461 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs)
8462 {
8463 const struct mapi_table *_tbl = entry_current_get();
8464 mapi_func _func = ((const mapi_func *) _tbl)[796];
8465 ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
8466 }
8467
8468 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs)
8469 {
8470 const struct mapi_table *_tbl = entry_current_get();
8471 mapi_func _func = ((const mapi_func *) _tbl)[796];
8472 ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
8473 }
8474
8475 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params)
8476 {
8477 const struct mapi_table *_tbl = entry_current_get();
8478 mapi_func _func = ((const mapi_func *) _tbl)[797];
8479 ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLdouble *params)) _func)(target, index, pname, params);
8480 }
8481
8482 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params)
8483 {
8484 const struct mapi_table *_tbl = entry_current_get();
8485 mapi_func _func = ((const mapi_func *) _tbl)[798];
8486 ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLfloat *params)) _func)(target, index, pname, params);
8487 }
8488
8489 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program)
8490 {
8491 const struct mapi_table *_tbl = entry_current_get();
8492 mapi_func _func = ((const mapi_func *) _tbl)[799];
8493 ((void (APIENTRY *)(GLuint id, GLenum pname, GLubyte *program)) _func)(id, pname, program);
8494 }
8495
8496 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params)
8497 {
8498 const struct mapi_table *_tbl = entry_current_get();
8499 mapi_func _func = ((const mapi_func *) _tbl)[800];
8500 ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
8501 }
8502
8503 GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params)
8504 {
8505 const struct mapi_table *_tbl = entry_current_get();
8506 mapi_func _func = ((const mapi_func *) _tbl)[801];
8507 ((void (APIENTRY *)(GLenum target, GLuint address, GLenum pname, GLint *params)) _func)(target, address, pname, params);
8508 }
8509
8510 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer)
8511 {
8512 const struct mapi_table *_tbl = entry_current_get();
8513 mapi_func _func = ((const mapi_func *) _tbl)[802];
8514 ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
8515 }
8516
8517 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer)
8518 {
8519 const struct mapi_table *_tbl = entry_current_get();
8520 mapi_func _func = ((const mapi_func *) _tbl)[802];
8521 ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
8522 }
8523
8524 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer)
8525 {
8526 const struct mapi_table *_tbl = entry_current_get();
8527 mapi_func _func = ((const mapi_func *) _tbl)[802];
8528 ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
8529 }
8530
8531 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params)
8532 {
8533 const struct mapi_table *_tbl = entry_current_get();
8534 mapi_func _func = ((const mapi_func *) _tbl)[803];
8535 ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
8536 }
8537
8538 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params)
8539 {
8540 const struct mapi_table *_tbl = entry_current_get();
8541 mapi_func _func = ((const mapi_func *) _tbl)[804];
8542 ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
8543 }
8544
8545 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params)
8546 {
8547 const struct mapi_table *_tbl = entry_current_get();
8548 mapi_func _func = ((const mapi_func *) _tbl)[805];
8549 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
8550 }
8551
8552 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program)
8553 {
8554 const struct mapi_table *_tbl = entry_current_get();
8555 mapi_func _func = ((const mapi_func *) _tbl)[806];
8556 return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
8557 }
8558
8559 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program)
8560 {
8561 const struct mapi_table *_tbl = entry_current_get();
8562 mapi_func _func = ((const mapi_func *) _tbl)[806];
8563 return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
8564 }
8565
8566 GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)
8567 {
8568 const struct mapi_table *_tbl = entry_current_get();
8569 mapi_func _func = ((const mapi_func *) _tbl)[807];
8570 ((void (APIENTRY *)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)) _func)(target, id, len, program);
8571 }
8572
8573 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)
8574 {
8575 const struct mapi_table *_tbl = entry_current_get();
8576 mapi_func _func = ((const mapi_func *) _tbl)[808];
8577 ((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)) _func)(target, index, num, params);
8578 }
8579
8580 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)
8581 {
8582 const struct mapi_table *_tbl = entry_current_get();
8583 mapi_func _func = ((const mapi_func *) _tbl)[809];
8584 ((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)) _func)(target, index, num, params);
8585 }
8586
8587 GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids)
8588 {
8589 const struct mapi_table *_tbl = entry_current_get();
8590 mapi_func _func = ((const mapi_func *) _tbl)[810];
8591 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
8592 }
8593
8594 GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform)
8595 {
8596 const struct mapi_table *_tbl = entry_current_get();
8597 mapi_func _func = ((const mapi_func *) _tbl)[811];
8598 ((void (APIENTRY *)(GLenum target, GLuint address, GLenum matrix, GLenum transform)) _func)(target, address, matrix, transform);
8599 }
8600
8601 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x)
8602 {
8603 const struct mapi_table *_tbl = entry_current_get();
8604 mapi_func _func = ((const mapi_func *) _tbl)[812];
8605 ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
8606 }
8607
8608 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v)
8609 {
8610 const struct mapi_table *_tbl = entry_current_get();
8611 mapi_func _func = ((const mapi_func *) _tbl)[813];
8612 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8613 }
8614
8615 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x)
8616 {
8617 const struct mapi_table *_tbl = entry_current_get();
8618 mapi_func _func = ((const mapi_func *) _tbl)[814];
8619 ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
8620 }
8621
8622 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v)
8623 {
8624 const struct mapi_table *_tbl = entry_current_get();
8625 mapi_func _func = ((const mapi_func *) _tbl)[815];
8626 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8627 }
8628
8629 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x)
8630 {
8631 const struct mapi_table *_tbl = entry_current_get();
8632 mapi_func _func = ((const mapi_func *) _tbl)[816];
8633 ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
8634 }
8635
8636 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v)
8637 {
8638 const struct mapi_table *_tbl = entry_current_get();
8639 mapi_func _func = ((const mapi_func *) _tbl)[817];
8640 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8641 }
8642
8643 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y)
8644 {
8645 const struct mapi_table *_tbl = entry_current_get();
8646 mapi_func _func = ((const mapi_func *) _tbl)[818];
8647 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
8648 }
8649
8650 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v)
8651 {
8652 const struct mapi_table *_tbl = entry_current_get();
8653 mapi_func _func = ((const mapi_func *) _tbl)[819];
8654 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8655 }
8656
8657 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y)
8658 {
8659 const struct mapi_table *_tbl = entry_current_get();
8660 mapi_func _func = ((const mapi_func *) _tbl)[820];
8661 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
8662 }
8663
8664 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v)
8665 {
8666 const struct mapi_table *_tbl = entry_current_get();
8667 mapi_func _func = ((const mapi_func *) _tbl)[821];
8668 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8669 }
8670
8671 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y)
8672 {
8673 const struct mapi_table *_tbl = entry_current_get();
8674 mapi_func _func = ((const mapi_func *) _tbl)[822];
8675 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
8676 }
8677
8678 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v)
8679 {
8680 const struct mapi_table *_tbl = entry_current_get();
8681 mapi_func _func = ((const mapi_func *) _tbl)[823];
8682 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8683 }
8684
8685 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
8686 {
8687 const struct mapi_table *_tbl = entry_current_get();
8688 mapi_func _func = ((const mapi_func *) _tbl)[824];
8689 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
8690 }
8691
8692 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v)
8693 {
8694 const struct mapi_table *_tbl = entry_current_get();
8695 mapi_func _func = ((const mapi_func *) _tbl)[825];
8696 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8697 }
8698
8699 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
8700 {
8701 const struct mapi_table *_tbl = entry_current_get();
8702 mapi_func _func = ((const mapi_func *) _tbl)[826];
8703 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
8704 }
8705
8706 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v)
8707 {
8708 const struct mapi_table *_tbl = entry_current_get();
8709 mapi_func _func = ((const mapi_func *) _tbl)[827];
8710 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8711 }
8712
8713 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z)
8714 {
8715 const struct mapi_table *_tbl = entry_current_get();
8716 mapi_func _func = ((const mapi_func *) _tbl)[828];
8717 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
8718 }
8719
8720 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v)
8721 {
8722 const struct mapi_table *_tbl = entry_current_get();
8723 mapi_func _func = ((const mapi_func *) _tbl)[829];
8724 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8725 }
8726
8727 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8728 {
8729 const struct mapi_table *_tbl = entry_current_get();
8730 mapi_func _func = ((const mapi_func *) _tbl)[830];
8731 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
8732 }
8733
8734 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v)
8735 {
8736 const struct mapi_table *_tbl = entry_current_get();
8737 mapi_func _func = ((const mapi_func *) _tbl)[831];
8738 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8739 }
8740
8741 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8742 {
8743 const struct mapi_table *_tbl = entry_current_get();
8744 mapi_func _func = ((const mapi_func *) _tbl)[832];
8745 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
8746 }
8747
8748 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v)
8749 {
8750 const struct mapi_table *_tbl = entry_current_get();
8751 mapi_func _func = ((const mapi_func *) _tbl)[833];
8752 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8753 }
8754
8755 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
8756 {
8757 const struct mapi_table *_tbl = entry_current_get();
8758 mapi_func _func = ((const mapi_func *) _tbl)[834];
8759 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
8760 }
8761
8762 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v)
8763 {
8764 const struct mapi_table *_tbl = entry_current_get();
8765 mapi_func _func = ((const mapi_func *) _tbl)[835];
8766 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8767 }
8768
8769 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
8770 {
8771 const struct mapi_table *_tbl = entry_current_get();
8772 mapi_func _func = ((const mapi_func *) _tbl)[836];
8773 ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
8774 }
8775
8776 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v)
8777 {
8778 const struct mapi_table *_tbl = entry_current_get();
8779 mapi_func _func = ((const mapi_func *) _tbl)[837];
8780 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
8781 }
8782
8783 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
8784 {
8785 const struct mapi_table *_tbl = entry_current_get();
8786 mapi_func _func = ((const mapi_func *) _tbl)[838];
8787 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
8788 }
8789
8790 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8791 {
8792 const struct mapi_table *_tbl = entry_current_get();
8793 mapi_func _func = ((const mapi_func *) _tbl)[839];
8794 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8795 }
8796
8797 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8798 {
8799 const struct mapi_table *_tbl = entry_current_get();
8800 mapi_func _func = ((const mapi_func *) _tbl)[840];
8801 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8802 }
8803
8804 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v)
8805 {
8806 const struct mapi_table *_tbl = entry_current_get();
8807 mapi_func _func = ((const mapi_func *) _tbl)[841];
8808 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8809 }
8810
8811 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8812 {
8813 const struct mapi_table *_tbl = entry_current_get();
8814 mapi_func _func = ((const mapi_func *) _tbl)[842];
8815 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8816 }
8817
8818 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8819 {
8820 const struct mapi_table *_tbl = entry_current_get();
8821 mapi_func _func = ((const mapi_func *) _tbl)[843];
8822 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8823 }
8824
8825 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v)
8826 {
8827 const struct mapi_table *_tbl = entry_current_get();
8828 mapi_func _func = ((const mapi_func *) _tbl)[844];
8829 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8830 }
8831
8832 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8833 {
8834 const struct mapi_table *_tbl = entry_current_get();
8835 mapi_func _func = ((const mapi_func *) _tbl)[845];
8836 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8837 }
8838
8839 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8840 {
8841 const struct mapi_table *_tbl = entry_current_get();
8842 mapi_func _func = ((const mapi_func *) _tbl)[846];
8843 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8844 }
8845
8846 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v)
8847 {
8848 const struct mapi_table *_tbl = entry_current_get();
8849 mapi_func _func = ((const mapi_func *) _tbl)[847];
8850 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8851 }
8852
8853 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8854 {
8855 const struct mapi_table *_tbl = entry_current_get();
8856 mapi_func _func = ((const mapi_func *) _tbl)[848];
8857 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8858 }
8859
8860 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8861 {
8862 const struct mapi_table *_tbl = entry_current_get();
8863 mapi_func _func = ((const mapi_func *) _tbl)[849];
8864 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8865 }
8866
8867 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v)
8868 {
8869 const struct mapi_table *_tbl = entry_current_get();
8870 mapi_func _func = ((const mapi_func *) _tbl)[850];
8871 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8872 }
8873
8874 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v)
8875 {
8876 const struct mapi_table *_tbl = entry_current_get();
8877 mapi_func _func = ((const mapi_func *) _tbl)[851];
8878 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLubyte *v)) _func)(index, n, v);
8879 }
8880
8881 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param)
8882 {
8883 const struct mapi_table *_tbl = entry_current_get();
8884 mapi_func _func = ((const mapi_func *) _tbl)[852];
8885 ((void (APIENTRY *)(GLenum pname, GLfloat *param)) _func)(pname, param);
8886 }
8887
8888 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param)
8889 {
8890 const struct mapi_table *_tbl = entry_current_get();
8891 mapi_func _func = ((const mapi_func *) _tbl)[853];
8892 ((void (APIENTRY *)(GLenum pname, GLint *param)) _func)(pname, param);
8893 }
8894
8895 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param)
8896 {
8897 const struct mapi_table *_tbl = entry_current_get();
8898 mapi_func _func = ((const mapi_func *) _tbl)[854];
8899 ((void (APIENTRY *)(GLenum pname, const GLfloat *param)) _func)(pname, param);
8900 }
8901
8902 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param)
8903 {
8904 const struct mapi_table *_tbl = entry_current_get();
8905 mapi_func _func = ((const mapi_func *) _tbl)[855];
8906 ((void (APIENTRY *)(GLenum pname, const GLint *param)) _func)(pname, param);
8907 }
8908
8909 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
8910 {
8911 const struct mapi_table *_tbl = entry_current_get();
8912 mapi_func _func = ((const mapi_func *) _tbl)[856];
8913 ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod);
8914 }
8915
8916 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
8917 {
8918 const struct mapi_table *_tbl = entry_current_get();
8919 mapi_func _func = ((const mapi_func *) _tbl)[857];
8920 ((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);
8921 }
8922
8923 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)
8924 {
8925 const struct mapi_table *_tbl = entry_current_get();
8926 mapi_func _func = ((const mapi_func *) _tbl)[858];
8927 ((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);
8928 }
8929
8930 GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void)
8931 {
8932 const struct mapi_table *_tbl = entry_current_get();
8933 mapi_func _func = ((const mapi_func *) _tbl)[859];
8934 ((void (APIENTRY *)(void)) _func)();
8935 }
8936
8937 GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id)
8938 {
8939 const struct mapi_table *_tbl = entry_current_get();
8940 mapi_func _func = ((const mapi_func *) _tbl)[860];
8941 ((void (APIENTRY *)(GLuint id)) _func)(id);
8942 }
8943
8944 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
8945 {
8946 const struct mapi_table *_tbl = entry_current_get();
8947 mapi_func _func = ((const mapi_func *) _tbl)[861];
8948 ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod);
8949 }
8950
8951 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)
8952 {
8953 const struct mapi_table *_tbl = entry_current_get();
8954 mapi_func _func = ((const mapi_func *) _tbl)[862];
8955 ((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);
8956 }
8957
8958 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)
8959 {
8960 const struct mapi_table *_tbl = entry_current_get();
8961 mapi_func _func = ((const mapi_func *) _tbl)[863];
8962 ((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);
8963 }
8964
8965 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id)
8966 {
8967 const struct mapi_table *_tbl = entry_current_get();
8968 mapi_func _func = ((const mapi_func *) _tbl)[864];
8969 ((void (APIENTRY *)(GLuint id)) _func)(id);
8970 }
8971
8972 GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void)
8973 {
8974 const struct mapi_table *_tbl = entry_current_get();
8975 mapi_func _func = ((const mapi_func *) _tbl)[865];
8976 ((void (APIENTRY *)(void)) _func)();
8977 }
8978
8979 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range)
8980 {
8981 const struct mapi_table *_tbl = entry_current_get();
8982 mapi_func _func = ((const mapi_func *) _tbl)[866];
8983 return ((GLuint (APIENTRY *)(GLuint range)) _func)(range);
8984 }
8985
8986 GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle)
8987 {
8988 const struct mapi_table *_tbl = entry_current_get();
8989 mapi_func _func = ((const mapi_func *) _tbl)[867];
8990 ((void (APIENTRY *)(GLuint dst, GLuint coord, GLenum swizzle)) _func)(dst, coord, swizzle);
8991 }
8992
8993 GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle)
8994 {
8995 const struct mapi_table *_tbl = entry_current_get();
8996 mapi_func _func = ((const mapi_func *) _tbl)[868];
8997 ((void (APIENTRY *)(GLuint dst, GLuint interp, GLenum swizzle)) _func)(dst, interp, swizzle);
8998 }
8999
9000 GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value)
9001 {
9002 const struct mapi_table *_tbl = entry_current_get();
9003 mapi_func _func = ((const mapi_func *) _tbl)[869];
9004 ((void (APIENTRY *)(GLuint dst, const GLfloat *value)) _func)(dst, value);
9005 }
9006
9007 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param)
9008 {
9009 const struct mapi_table *_tbl = entry_current_get();
9010 mapi_func _func = ((const mapi_func *) _tbl)[870];
9011 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
9012 }
9013
9014 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param)
9015 {
9016 const struct mapi_table *_tbl = entry_current_get();
9017 mapi_func _func = ((const mapi_func *) _tbl)[870];
9018 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
9019 }
9020
9021 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params)
9022 {
9023 const struct mapi_table *_tbl = entry_current_get();
9024 mapi_func _func = ((const mapi_func *) _tbl)[871];
9025 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
9026 }
9027
9028 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params)
9029 {
9030 const struct mapi_table *_tbl = entry_current_get();
9031 mapi_func _func = ((const mapi_func *) _tbl)[871];
9032 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
9033 }
9034
9035 GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays)
9036 {
9037 const struct mapi_table *_tbl = entry_current_get();
9038 mapi_func _func = ((const mapi_func *) _tbl)[874];
9039 ((void (APIENTRY *)(GLsizei n, const GLuint *arrays)) _func)(n, arrays);
9040 }
9041
9042 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array)
9043 {
9044 const struct mapi_table *_tbl = entry_current_get();
9045 mapi_func _func = ((const mapi_func *) _tbl)[876];
9046 return ((GLboolean (APIENTRY *)(GLuint array)) _func)(array);
9047 }
9048
9049 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)
9050 {
9051 const struct mapi_table *_tbl = entry_current_get();
9052 mapi_func _func = ((const mapi_func *) _tbl)[877];
9053 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)) _func)(id, len, name, params);
9054 }
9055
9056 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)
9057 {
9058 const struct mapi_table *_tbl = entry_current_get();
9059 mapi_func _func = ((const mapi_func *) _tbl)[878];
9060 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)) _func)(id, len, name, params);
9061 }
9062
9063 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
9064 {
9065 const struct mapi_table *_tbl = entry_current_get();
9066 mapi_func _func = ((const mapi_func *) _tbl)[879];
9067 ((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);
9068 }
9069
9070 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)
9071 {
9072 const struct mapi_table *_tbl = entry_current_get();
9073 mapi_func _func = ((const mapi_func *) _tbl)[880];
9074 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)) _func)(id, len, name, v);
9075 }
9076
9077 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
9078 {
9079 const struct mapi_table *_tbl = entry_current_get();
9080 mapi_func _func = ((const mapi_func *) _tbl)[881];
9081 ((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);
9082 }
9083
9084 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)
9085 {
9086 const struct mapi_table *_tbl = entry_current_get();
9087 mapi_func _func = ((const mapi_func *) _tbl)[882];
9088 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)) _func)(id, len, name, v);
9089 }
9090
9091 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index)
9092 {
9093 const struct mapi_table *_tbl = entry_current_get();
9094 mapi_func _func = ((const mapi_func *) _tbl)[883];
9095 ((void (APIENTRY *)(GLuint index)) _func)(index);
9096 }
9097
9098 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index)
9099 {
9100 const struct mapi_table *_tbl = entry_current_get();
9101 mapi_func _func = ((const mapi_func *) _tbl)[883];
9102 ((void (APIENTRY *)(GLuint index)) _func)(index);
9103 }
9104
9105 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void)
9106 {
9107 const struct mapi_table *_tbl = entry_current_get();
9108 mapi_func _func = ((const mapi_func *) _tbl)[884];
9109 ((void (APIENTRY *)(void)) _func)();
9110 }
9111
9112 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
9113 {
9114 const struct mapi_table *_tbl = entry_current_get();
9115 mapi_func _func = ((const mapi_func *) _tbl)[932];
9116 ((void (APIENTRY *)(GLenum modeRGB, GLenum modeA)) _func)(modeRGB, modeA);
9117 }
9118
9119 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer)
9120 {
9121 const struct mapi_table *_tbl = entry_current_get();
9122 mapi_func _func = ((const mapi_func *) _tbl)[933];
9123 ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
9124 }
9125
9126 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer)
9127 {
9128 const struct mapi_table *_tbl = entry_current_get();
9129 mapi_func _func = ((const mapi_func *) _tbl)[933];
9130 ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
9131 }
9132
9133 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer)
9134 {
9135 const struct mapi_table *_tbl = entry_current_get();
9136 mapi_func _func = ((const mapi_func *) _tbl)[934];
9137 ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
9138 }
9139
9140 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer)
9141 {
9142 const struct mapi_table *_tbl = entry_current_get();
9143 mapi_func _func = ((const mapi_func *) _tbl)[934];
9144 ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
9145 }
9146
9147 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target)
9148 {
9149 const struct mapi_table *_tbl = entry_current_get();
9150 mapi_func _func = ((const mapi_func *) _tbl)[935];
9151 return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
9152 }
9153
9154 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target)
9155 {
9156 const struct mapi_table *_tbl = entry_current_get();
9157 mapi_func _func = ((const mapi_func *) _tbl)[935];
9158 return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
9159 }
9160
9161 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers)
9162 {
9163 const struct mapi_table *_tbl = entry_current_get();
9164 mapi_func _func = ((const mapi_func *) _tbl)[936];
9165 ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
9166 }
9167
9168 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers)
9169 {
9170 const struct mapi_table *_tbl = entry_current_get();
9171 mapi_func _func = ((const mapi_func *) _tbl)[936];
9172 ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
9173 }
9174
9175 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers)
9176 {
9177 const struct mapi_table *_tbl = entry_current_get();
9178 mapi_func _func = ((const mapi_func *) _tbl)[937];
9179 ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
9180 }
9181
9182 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers)
9183 {
9184 const struct mapi_table *_tbl = entry_current_get();
9185 mapi_func _func = ((const mapi_func *) _tbl)[937];
9186 ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
9187 }
9188
9189 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
9190 {
9191 const struct mapi_table *_tbl = entry_current_get();
9192 mapi_func _func = ((const mapi_func *) _tbl)[938];
9193 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
9194 }
9195
9196 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
9197 {
9198 const struct mapi_table *_tbl = entry_current_get();
9199 mapi_func _func = ((const mapi_func *) _tbl)[938];
9200 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
9201 }
9202
9203 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
9204 {
9205 const struct mapi_table *_tbl = entry_current_get();
9206 mapi_func _func = ((const mapi_func *) _tbl)[939];
9207 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
9208 }
9209
9210 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
9211 {
9212 const struct mapi_table *_tbl = entry_current_get();
9213 mapi_func _func = ((const mapi_func *) _tbl)[939];
9214 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
9215 }
9216
9217 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
9218 {
9219 const struct mapi_table *_tbl = entry_current_get();
9220 mapi_func _func = ((const mapi_func *) _tbl)[940];
9221 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
9222 }
9223
9224 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
9225 {
9226 const struct mapi_table *_tbl = entry_current_get();
9227 mapi_func _func = ((const mapi_func *) _tbl)[940];
9228 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
9229 }
9230
9231 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
9232 {
9233 const struct mapi_table *_tbl = entry_current_get();
9234 mapi_func _func = ((const mapi_func *) _tbl)[941];
9235 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
9236 }
9237
9238 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
9239 {
9240 const struct mapi_table *_tbl = entry_current_get();
9241 mapi_func _func = ((const mapi_func *) _tbl)[941];
9242 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
9243 }
9244
9245 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers)
9246 {
9247 const struct mapi_table *_tbl = entry_current_get();
9248 mapi_func _func = ((const mapi_func *) _tbl)[942];
9249 ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
9250 }
9251
9252 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers)
9253 {
9254 const struct mapi_table *_tbl = entry_current_get();
9255 mapi_func _func = ((const mapi_func *) _tbl)[942];
9256 ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
9257 }
9258
9259 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers)
9260 {
9261 const struct mapi_table *_tbl = entry_current_get();
9262 mapi_func _func = ((const mapi_func *) _tbl)[943];
9263 ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
9264 }
9265
9266 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers)
9267 {
9268 const struct mapi_table *_tbl = entry_current_get();
9269 mapi_func _func = ((const mapi_func *) _tbl)[943];
9270 ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
9271 }
9272
9273 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target)
9274 {
9275 const struct mapi_table *_tbl = entry_current_get();
9276 mapi_func _func = ((const mapi_func *) _tbl)[944];
9277 ((void (APIENTRY *)(GLenum target)) _func)(target);
9278 }
9279
9280 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target)
9281 {
9282 const struct mapi_table *_tbl = entry_current_get();
9283 mapi_func _func = ((const mapi_func *) _tbl)[944];
9284 ((void (APIENTRY *)(GLenum target)) _func)(target);
9285 }
9286
9287 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
9288 {
9289 const struct mapi_table *_tbl = entry_current_get();
9290 mapi_func _func = ((const mapi_func *) _tbl)[945];
9291 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
9292 }
9293
9294 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
9295 {
9296 const struct mapi_table *_tbl = entry_current_get();
9297 mapi_func _func = ((const mapi_func *) _tbl)[945];
9298 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
9299 }
9300
9301 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params)
9302 {
9303 const struct mapi_table *_tbl = entry_current_get();
9304 mapi_func _func = ((const mapi_func *) _tbl)[946];
9305 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9306 }
9307
9308 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params)
9309 {
9310 const struct mapi_table *_tbl = entry_current_get();
9311 mapi_func _func = ((const mapi_func *) _tbl)[946];
9312 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9313 }
9314
9315 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer)
9316 {
9317 const struct mapi_table *_tbl = entry_current_get();
9318 mapi_func _func = ((const mapi_func *) _tbl)[947];
9319 return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
9320 }
9321
9322 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer)
9323 {
9324 const struct mapi_table *_tbl = entry_current_get();
9325 mapi_func _func = ((const mapi_func *) _tbl)[947];
9326 return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
9327 }
9328
9329 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer)
9330 {
9331 const struct mapi_table *_tbl = entry_current_get();
9332 mapi_func _func = ((const mapi_func *) _tbl)[948];
9333 return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
9334 }
9335
9336 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer)
9337 {
9338 const struct mapi_table *_tbl = entry_current_get();
9339 mapi_func _func = ((const mapi_func *) _tbl)[948];
9340 return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
9341 }
9342
9343 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
9344 {
9345 const struct mapi_table *_tbl = entry_current_get();
9346 mapi_func _func = ((const mapi_func *) _tbl)[949];
9347 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
9348 }
9349
9350 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
9351 {
9352 const struct mapi_table *_tbl = entry_current_get();
9353 mapi_func _func = ((const mapi_func *) _tbl)[949];
9354 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
9355 }
9356
9357 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)
9358 {
9359 const struct mapi_table *_tbl = entry_current_get();
9360 mapi_func _func = ((const mapi_func *) _tbl)[950];
9361 ((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);
9362 }
9363
9364 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name)
9365 {
9366 const struct mapi_table *_tbl = entry_current_get();
9367 mapi_func _func = ((const mapi_func *) _tbl)[953];
9368 ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
9369 }
9370
9371 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name)
9372 {
9373 const struct mapi_table *_tbl = entry_current_get();
9374 mapi_func _func = ((const mapi_func *) _tbl)[953];
9375 ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
9376 }
9377
9378 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name)
9379 {
9380 const struct mapi_table *_tbl = entry_current_get();
9381 mapi_func _func = ((const mapi_func *) _tbl)[954];
9382 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
9383 }
9384
9385 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name)
9386 {
9387 const struct mapi_table *_tbl = entry_current_get();
9388 mapi_func _func = ((const mapi_func *) _tbl)[954];
9389 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
9390 }
9391
9392 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params)
9393 {
9394 const struct mapi_table *_tbl = entry_current_get();
9395 mapi_func _func = ((const mapi_func *) _tbl)[955];
9396 ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
9397 }
9398
9399 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params)
9400 {
9401 const struct mapi_table *_tbl = entry_current_get();
9402 mapi_func _func = ((const mapi_func *) _tbl)[955];
9403 ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
9404 }
9405
9406 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params)
9407 {
9408 const struct mapi_table *_tbl = entry_current_get();
9409 mapi_func _func = ((const mapi_func *) _tbl)[956];
9410 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
9411 }
9412
9413 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params)
9414 {
9415 const struct mapi_table *_tbl = entry_current_get();
9416 mapi_func _func = ((const mapi_func *) _tbl)[956];
9417 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
9418 }
9419
9420 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params)
9421 {
9422 const struct mapi_table *_tbl = entry_current_get();
9423 mapi_func _func = ((const mapi_func *) _tbl)[957];
9424 ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
9425 }
9426
9427 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params)
9428 {
9429 const struct mapi_table *_tbl = entry_current_get();
9430 mapi_func _func = ((const mapi_func *) _tbl)[957];
9431 ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
9432 }
9433
9434 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x)
9435 {
9436 const struct mapi_table *_tbl = entry_current_get();
9437 mapi_func _func = ((const mapi_func *) _tbl)[958];
9438 ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
9439 }
9440
9441 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x)
9442 {
9443 const struct mapi_table *_tbl = entry_current_get();
9444 mapi_func _func = ((const mapi_func *) _tbl)[958];
9445 ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
9446 }
9447
9448 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value)
9449 {
9450 const struct mapi_table *_tbl = entry_current_get();
9451 mapi_func _func = ((const mapi_func *) _tbl)[959];
9452 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9453 }
9454
9455 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value)
9456 {
9457 const struct mapi_table *_tbl = entry_current_get();
9458 mapi_func _func = ((const mapi_func *) _tbl)[959];
9459 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9460 }
9461
9462 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y)
9463 {
9464 const struct mapi_table *_tbl = entry_current_get();
9465 mapi_func _func = ((const mapi_func *) _tbl)[960];
9466 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
9467 }
9468
9469 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y)
9470 {
9471 const struct mapi_table *_tbl = entry_current_get();
9472 mapi_func _func = ((const mapi_func *) _tbl)[960];
9473 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
9474 }
9475
9476 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value)
9477 {
9478 const struct mapi_table *_tbl = entry_current_get();
9479 mapi_func _func = ((const mapi_func *) _tbl)[961];
9480 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9481 }
9482
9483 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value)
9484 {
9485 const struct mapi_table *_tbl = entry_current_get();
9486 mapi_func _func = ((const mapi_func *) _tbl)[961];
9487 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9488 }
9489
9490 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z)
9491 {
9492 const struct mapi_table *_tbl = entry_current_get();
9493 mapi_func _func = ((const mapi_func *) _tbl)[962];
9494 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
9495 }
9496
9497 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z)
9498 {
9499 const struct mapi_table *_tbl = entry_current_get();
9500 mapi_func _func = ((const mapi_func *) _tbl)[962];
9501 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
9502 }
9503
9504 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value)
9505 {
9506 const struct mapi_table *_tbl = entry_current_get();
9507 mapi_func _func = ((const mapi_func *) _tbl)[963];
9508 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9509 }
9510
9511 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value)
9512 {
9513 const struct mapi_table *_tbl = entry_current_get();
9514 mapi_func _func = ((const mapi_func *) _tbl)[963];
9515 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9516 }
9517
9518 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
9519 {
9520 const struct mapi_table *_tbl = entry_current_get();
9521 mapi_func _func = ((const mapi_func *) _tbl)[964];
9522 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
9523 }
9524
9525 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
9526 {
9527 const struct mapi_table *_tbl = entry_current_get();
9528 mapi_func _func = ((const mapi_func *) _tbl)[964];
9529 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
9530 }
9531
9532 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value)
9533 {
9534 const struct mapi_table *_tbl = entry_current_get();
9535 mapi_func _func = ((const mapi_func *) _tbl)[965];
9536 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9537 }
9538
9539 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value)
9540 {
9541 const struct mapi_table *_tbl = entry_current_get();
9542 mapi_func _func = ((const mapi_func *) _tbl)[965];
9543 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
9544 }
9545
9546 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x)
9547 {
9548 const struct mapi_table *_tbl = entry_current_get();
9549 mapi_func _func = ((const mapi_func *) _tbl)[966];
9550 ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
9551 }
9552
9553 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x)
9554 {
9555 const struct mapi_table *_tbl = entry_current_get();
9556 mapi_func _func = ((const mapi_func *) _tbl)[966];
9557 ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
9558 }
9559
9560 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v)
9561 {
9562 const struct mapi_table *_tbl = entry_current_get();
9563 mapi_func _func = ((const mapi_func *) _tbl)[967];
9564 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9565 }
9566
9567 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v)
9568 {
9569 const struct mapi_table *_tbl = entry_current_get();
9570 mapi_func _func = ((const mapi_func *) _tbl)[967];
9571 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9572 }
9573
9574 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x)
9575 {
9576 const struct mapi_table *_tbl = entry_current_get();
9577 mapi_func _func = ((const mapi_func *) _tbl)[968];
9578 ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
9579 }
9580
9581 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x)
9582 {
9583 const struct mapi_table *_tbl = entry_current_get();
9584 mapi_func _func = ((const mapi_func *) _tbl)[968];
9585 ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
9586 }
9587
9588 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v)
9589 {
9590 const struct mapi_table *_tbl = entry_current_get();
9591 mapi_func _func = ((const mapi_func *) _tbl)[969];
9592 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9593 }
9594
9595 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v)
9596 {
9597 const struct mapi_table *_tbl = entry_current_get();
9598 mapi_func _func = ((const mapi_func *) _tbl)[969];
9599 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9600 }
9601
9602 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y)
9603 {
9604 const struct mapi_table *_tbl = entry_current_get();
9605 mapi_func _func = ((const mapi_func *) _tbl)[970];
9606 ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
9607 }
9608
9609 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y)
9610 {
9611 const struct mapi_table *_tbl = entry_current_get();
9612 mapi_func _func = ((const mapi_func *) _tbl)[970];
9613 ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
9614 }
9615
9616 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v)
9617 {
9618 const struct mapi_table *_tbl = entry_current_get();
9619 mapi_func _func = ((const mapi_func *) _tbl)[971];
9620 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9621 }
9622
9623 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v)
9624 {
9625 const struct mapi_table *_tbl = entry_current_get();
9626 mapi_func _func = ((const mapi_func *) _tbl)[971];
9627 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9628 }
9629
9630 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y)
9631 {
9632 const struct mapi_table *_tbl = entry_current_get();
9633 mapi_func _func = ((const mapi_func *) _tbl)[972];
9634 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
9635 }
9636
9637 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y)
9638 {
9639 const struct mapi_table *_tbl = entry_current_get();
9640 mapi_func _func = ((const mapi_func *) _tbl)[972];
9641 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
9642 }
9643
9644 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v)
9645 {
9646 const struct mapi_table *_tbl = entry_current_get();
9647 mapi_func _func = ((const mapi_func *) _tbl)[973];
9648 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9649 }
9650
9651 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v)
9652 {
9653 const struct mapi_table *_tbl = entry_current_get();
9654 mapi_func _func = ((const mapi_func *) _tbl)[973];
9655 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9656 }
9657
9658 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z)
9659 {
9660 const struct mapi_table *_tbl = entry_current_get();
9661 mapi_func _func = ((const mapi_func *) _tbl)[974];
9662 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
9663 }
9664
9665 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z)
9666 {
9667 const struct mapi_table *_tbl = entry_current_get();
9668 mapi_func _func = ((const mapi_func *) _tbl)[974];
9669 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
9670 }
9671
9672 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v)
9673 {
9674 const struct mapi_table *_tbl = entry_current_get();
9675 mapi_func _func = ((const mapi_func *) _tbl)[975];
9676 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9677 }
9678
9679 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v)
9680 {
9681 const struct mapi_table *_tbl = entry_current_get();
9682 mapi_func _func = ((const mapi_func *) _tbl)[975];
9683 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9684 }
9685
9686 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z)
9687 {
9688 const struct mapi_table *_tbl = entry_current_get();
9689 mapi_func _func = ((const mapi_func *) _tbl)[976];
9690 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
9691 }
9692
9693 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z)
9694 {
9695 const struct mapi_table *_tbl = entry_current_get();
9696 mapi_func _func = ((const mapi_func *) _tbl)[976];
9697 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
9698 }
9699
9700 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v)
9701 {
9702 const struct mapi_table *_tbl = entry_current_get();
9703 mapi_func _func = ((const mapi_func *) _tbl)[977];
9704 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9705 }
9706
9707 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v)
9708 {
9709 const struct mapi_table *_tbl = entry_current_get();
9710 mapi_func _func = ((const mapi_func *) _tbl)[977];
9711 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9712 }
9713
9714 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v)
9715 {
9716 const struct mapi_table *_tbl = entry_current_get();
9717 mapi_func _func = ((const mapi_func *) _tbl)[978];
9718 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
9719 }
9720
9721 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v)
9722 {
9723 const struct mapi_table *_tbl = entry_current_get();
9724 mapi_func _func = ((const mapi_func *) _tbl)[978];
9725 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
9726 }
9727
9728 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w)
9729 {
9730 const struct mapi_table *_tbl = entry_current_get();
9731 mapi_func _func = ((const mapi_func *) _tbl)[979];
9732 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
9733 }
9734
9735 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w)
9736 {
9737 const struct mapi_table *_tbl = entry_current_get();
9738 mapi_func _func = ((const mapi_func *) _tbl)[979];
9739 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
9740 }
9741
9742 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v)
9743 {
9744 const struct mapi_table *_tbl = entry_current_get();
9745 mapi_func _func = ((const mapi_func *) _tbl)[980];
9746 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9747 }
9748
9749 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v)
9750 {
9751 const struct mapi_table *_tbl = entry_current_get();
9752 mapi_func _func = ((const mapi_func *) _tbl)[980];
9753 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9754 }
9755
9756 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v)
9757 {
9758 const struct mapi_table *_tbl = entry_current_get();
9759 mapi_func _func = ((const mapi_func *) _tbl)[981];
9760 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
9761 }
9762
9763 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v)
9764 {
9765 const struct mapi_table *_tbl = entry_current_get();
9766 mapi_func _func = ((const mapi_func *) _tbl)[981];
9767 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
9768 }
9769
9770 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v)
9771 {
9772 const struct mapi_table *_tbl = entry_current_get();
9773 mapi_func _func = ((const mapi_func *) _tbl)[982];
9774 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
9775 }
9776
9777 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v)
9778 {
9779 const struct mapi_table *_tbl = entry_current_get();
9780 mapi_func _func = ((const mapi_func *) _tbl)[982];
9781 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
9782 }
9783
9784 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
9785 {
9786 const struct mapi_table *_tbl = entry_current_get();
9787 mapi_func _func = ((const mapi_func *) _tbl)[983];
9788 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
9789 }
9790
9791 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
9792 {
9793 const struct mapi_table *_tbl = entry_current_get();
9794 mapi_func _func = ((const mapi_func *) _tbl)[983];
9795 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
9796 }
9797
9798 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v)
9799 {
9800 const struct mapi_table *_tbl = entry_current_get();
9801 mapi_func _func = ((const mapi_func *) _tbl)[984];
9802 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9803 }
9804
9805 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v)
9806 {
9807 const struct mapi_table *_tbl = entry_current_get();
9808 mapi_func _func = ((const mapi_func *) _tbl)[984];
9809 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9810 }
9811
9812 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v)
9813 {
9814 const struct mapi_table *_tbl = entry_current_get();
9815 mapi_func _func = ((const mapi_func *) _tbl)[985];
9816 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
9817 }
9818
9819 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v)
9820 {
9821 const struct mapi_table *_tbl = entry_current_get();
9822 mapi_func _func = ((const mapi_func *) _tbl)[985];
9823 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
9824 }
9825
9826 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
9827 {
9828 const struct mapi_table *_tbl = entry_current_get();
9829 mapi_func _func = ((const mapi_func *) _tbl)[986];
9830 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
9831 }
9832
9833 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
9834 {
9835 const struct mapi_table *_tbl = entry_current_get();
9836 mapi_func _func = ((const mapi_func *) _tbl)[986];
9837 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
9838 }
9839
9840 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9841 {
9842 const struct mapi_table *_tbl = entry_current_get();
9843 mapi_func _func = ((const mapi_func *) _tbl)[987];
9844 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9845 }
9846
9847 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9848 {
9849 const struct mapi_table *_tbl = entry_current_get();
9850 mapi_func _func = ((const mapi_func *) _tbl)[987];
9851 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9852 }
9853
9854 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9855 {
9856 const struct mapi_table *_tbl = entry_current_get();
9857 mapi_func _func = ((const mapi_func *) _tbl)[987];
9858 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9859 }
9860
9861 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
9862 {
9863 const struct mapi_table *_tbl = entry_current_get();
9864 mapi_func _func = ((const mapi_func *) _tbl)[988];
9865 ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
9866 }
9867
9868 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
9869 {
9870 const struct mapi_table *_tbl = entry_current_get();
9871 mapi_func _func = ((const mapi_func *) _tbl)[988];
9872 ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
9873 }
9874
9875 GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index)
9876 {
9877 const struct mapi_table *_tbl = entry_current_get();
9878 mapi_func _func = ((const mapi_func *) _tbl)[989];
9879 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9880 }
9881
9882 GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index)
9883 {
9884 const struct mapi_table *_tbl = entry_current_get();
9885 mapi_func _func = ((const mapi_func *) _tbl)[989];
9886 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9887 }
9888
9889 GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index)
9890 {
9891 const struct mapi_table *_tbl = entry_current_get();
9892 mapi_func _func = ((const mapi_func *) _tbl)[990];
9893 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9894 }
9895
9896 GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index)
9897 {
9898 const struct mapi_table *_tbl = entry_current_get();
9899 mapi_func _func = ((const mapi_func *) _tbl)[990];
9900 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9901 }
9902
9903 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data)
9904 {
9905 const struct mapi_table *_tbl = entry_current_get();
9906 mapi_func _func = ((const mapi_func *) _tbl)[991];
9907 ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
9908 }
9909
9910 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data)
9911 {
9912 const struct mapi_table *_tbl = entry_current_get();
9913 mapi_func _func = ((const mapi_func *) _tbl)[991];
9914 ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
9915 }
9916
9917 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data)
9918 {
9919 const struct mapi_table *_tbl = entry_current_get();
9920 mapi_func _func = ((const mapi_func *) _tbl)[992];
9921 ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
9922 }
9923
9924 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data)
9925 {
9926 const struct mapi_table *_tbl = entry_current_get();
9927 mapi_func _func = ((const mapi_func *) _tbl)[992];
9928 ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
9929 }
9930
9931 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index)
9932 {
9933 const struct mapi_table *_tbl = entry_current_get();
9934 mapi_func _func = ((const mapi_func *) _tbl)[993];
9935 return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9936 }
9937
9938 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index)
9939 {
9940 const struct mapi_table *_tbl = entry_current_get();
9941 mapi_func _func = ((const mapi_func *) _tbl)[993];
9942 return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9943 }
9944
9945 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a)
9946 {
9947 const struct mapi_table *_tbl = entry_current_get();
9948 mapi_func _func = ((const mapi_func *) _tbl)[994];
9949 ((void (APIENTRY *)(GLint r, GLint g, GLint b, GLint a)) _func)(r, g, b, a);
9950 }
9951
9952 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a)
9953 {
9954 const struct mapi_table *_tbl = entry_current_get();
9955 mapi_func _func = ((const mapi_func *) _tbl)[995];
9956 ((void (APIENTRY *)(GLuint r, GLuint g, GLuint b, GLuint a)) _func)(r, g, b, a);
9957 }
9958
9959 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params)
9960 {
9961 const struct mapi_table *_tbl = entry_current_get();
9962 mapi_func _func = ((const mapi_func *) _tbl)[996];
9963 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9964 }
9965
9966 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params)
9967 {
9968 const struct mapi_table *_tbl = entry_current_get();
9969 mapi_func _func = ((const mapi_func *) _tbl)[996];
9970 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9971 }
9972
9973 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params)
9974 {
9975 const struct mapi_table *_tbl = entry_current_get();
9976 mapi_func _func = ((const mapi_func *) _tbl)[997];
9977 ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
9978 }
9979
9980 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params)
9981 {
9982 const struct mapi_table *_tbl = entry_current_get();
9983 mapi_func _func = ((const mapi_func *) _tbl)[997];
9984 ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
9985 }
9986
9987 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params)
9988 {
9989 const struct mapi_table *_tbl = entry_current_get();
9990 mapi_func _func = ((const mapi_func *) _tbl)[998];
9991 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
9992 }
9993
9994 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params)
9995 {
9996 const struct mapi_table *_tbl = entry_current_get();
9997 mapi_func _func = ((const mapi_func *) _tbl)[998];
9998 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
9999 }
10000
10001 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params)
10002 {
10003 const struct mapi_table *_tbl = entry_current_get();
10004 mapi_func _func = ((const mapi_func *) _tbl)[999];
10005 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
10006 }
10007
10008 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params)
10009 {
10010 const struct mapi_table *_tbl = entry_current_get();
10011 mapi_func _func = ((const mapi_func *) _tbl)[999];
10012 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
10013 }
10014
10015 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode)
10016 {
10017 const struct mapi_table *_tbl = entry_current_get();
10018 mapi_func _func = ((const mapi_func *) _tbl)[1000];
10019 ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
10020 }
10021
10022 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode)
10023 {
10024 const struct mapi_table *_tbl = entry_current_get();
10025 mapi_func _func = ((const mapi_func *) _tbl)[1000];
10026 ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
10027 }
10028
10029 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void)
10030 {
10031 const struct mapi_table *_tbl = entry_current_get();
10032 mapi_func _func = ((const mapi_func *) _tbl)[1001];
10033 ((void (APIENTRY *)(void)) _func)();
10034 }
10035
10036 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void)
10037 {
10038 const struct mapi_table *_tbl = entry_current_get();
10039 mapi_func _func = ((const mapi_func *) _tbl)[1001];
10040 ((void (APIENTRY *)(void)) _func)();
10041 }
10042
10043 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode)
10044 {
10045 const struct mapi_table *_tbl = entry_current_get();
10046 mapi_func _func = ((const mapi_func *) _tbl)[1002];
10047 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
10048 }
10049
10050 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode)
10051 {
10052 const struct mapi_table *_tbl = entry_current_get();
10053 mapi_func _func = ((const mapi_func *) _tbl)[1002];
10054 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
10055 }
10056
10057 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer)
10058 {
10059 const struct mapi_table *_tbl = entry_current_get();
10060 mapi_func _func = ((const mapi_func *) _tbl)[1003];
10061 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
10062 }
10063
10064 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer)
10065 {
10066 const struct mapi_table *_tbl = entry_current_get();
10067 mapi_func _func = ((const mapi_func *) _tbl)[1003];
10068 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
10069 }
10070
10071 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
10072 {
10073 const struct mapi_table *_tbl = entry_current_get();
10074 mapi_func _func = ((const mapi_func *) _tbl)[1004];
10075 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)) _func)(target, index, buffer, offset);
10076 }
10077
10078 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
10079 {
10080 const struct mapi_table *_tbl = entry_current_get();
10081 mapi_func _func = ((const mapi_func *) _tbl)[1005];
10082 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
10083 }
10084
10085 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
10086 {
10087 const struct mapi_table *_tbl = entry_current_get();
10088 mapi_func _func = ((const mapi_func *) _tbl)[1005];
10089 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
10090 }
10091
10092 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void)
10093 {
10094 const struct mapi_table *_tbl = entry_current_get();
10095 mapi_func _func = ((const mapi_func *) _tbl)[1006];
10096 ((void (APIENTRY *)(void)) _func)();
10097 }
10098
10099 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void)
10100 {
10101 const struct mapi_table *_tbl = entry_current_get();
10102 mapi_func _func = ((const mapi_func *) _tbl)[1006];
10103 ((void (APIENTRY *)(void)) _func)();
10104 }
10105
10106 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
10107 {
10108 const struct mapi_table *_tbl = entry_current_get();
10109 mapi_func _func = ((const mapi_func *) _tbl)[1007];
10110 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
10111 }
10112
10113 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
10114 {
10115 const struct mapi_table *_tbl = entry_current_get();
10116 mapi_func _func = ((const mapi_func *) _tbl)[1007];
10117 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
10118 }
10119
10120 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)
10121 {
10122 const struct mapi_table *_tbl = entry_current_get();
10123 mapi_func _func = ((const mapi_func *) _tbl)[1008];
10124 ((void (APIENTRY *)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
10125 }
10126
10127 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)
10128 {
10129 const struct mapi_table *_tbl = entry_current_get();
10130 mapi_func _func = ((const mapi_func *) _tbl)[1008];
10131 ((void (APIENTRY *)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
10132 }
10133
10134 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode)
10135 {
10136 const struct mapi_table *_tbl = entry_current_get();
10137 mapi_func _func = ((const mapi_func *) _tbl)[1009];
10138 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
10139 }
10140
10141 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode)
10142 {
10143 const struct mapi_table *_tbl = entry_current_get();
10144 mapi_func _func = ((const mapi_func *) _tbl)[1009];
10145 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
10146 }
10147
10148 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value)
10149 {
10150 const struct mapi_table *_tbl = entry_current_get();
10151 mapi_func _func = ((const mapi_func *) _tbl)[1012];
10152 ((void (APIENTRY *)(GLenum objectType, GLuint name, GLenum pname, GLint *value)) _func)(objectType, name, pname, value);
10153 }
10154
10155 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
10156 {
10157 const struct mapi_table *_tbl = entry_current_get();
10158 mapi_func _func = ((const mapi_func *) _tbl)[1013];
10159 return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
10160 }
10161
10162 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
10163 {
10164 const struct mapi_table *_tbl = entry_current_get();
10165 mapi_func _func = ((const mapi_func *) _tbl)[1014];
10166 return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
10167 }
10168
10169 GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program)
10170 {
10171 const struct mapi_table *_tbl = entry_current_get();
10172 mapi_func _func = ((const mapi_func *) _tbl)[1015];
10173 ((void (APIENTRY *)(GLuint program)) _func)(program);
10174 }
10175
10176 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string)
10177 {
10178 const struct mapi_table *_tbl = entry_current_get();
10179 mapi_func _func = ((const mapi_func *) _tbl)[1016];
10180 return ((GLuint (APIENTRY *)(GLenum type, const GLchar *string)) _func)(type, string);
10181 }
10182
10183 GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program)
10184 {
10185 const struct mapi_table *_tbl = entry_current_get();
10186 mapi_func _func = ((const mapi_func *) _tbl)[1017];
10187 ((void (APIENTRY *)(GLenum type, GLuint program)) _func)(type, program);
10188 }
10189
10190 GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void)
10191 {
10192 const struct mapi_table *_tbl = entry_current_get();
10193 mapi_func _func = ((const mapi_func *) _tbl)[1018];
10194 ((void (APIENTRY *)(void)) _func)();
10195 }
10196
10197 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset)
10198 {
10199 const struct mapi_table *_tbl = entry_current_get();
10200 mapi_func _func = ((const mapi_func *) _tbl)[1024];
10201 ((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
10202 }
10203
10204 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset)
10205 {
10206 const struct mapi_table *_tbl = entry_current_get();
10207 mapi_func _func = ((const mapi_func *) _tbl)[1025];
10208 ((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
10209 }
10210
10211 /* does not need public_entries */
10212 #undef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
10213 #endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
10214
10215 #ifdef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
10216 __asm__(
10217 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NewList))"\n"
10218 "\t"STUB_ASM_CODE("0")"\n"
10219
10220 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndList))"\n"
10221 "\t"STUB_ASM_CODE("1")"\n"
10222
10223 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallList))"\n"
10224 "\t"STUB_ASM_CODE("2")"\n"
10225
10226 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallLists))"\n"
10227 "\t"STUB_ASM_CODE("3")"\n"
10228
10229 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteLists))"\n"
10230 "\t"STUB_ASM_CODE("4")"\n"
10231
10232 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenLists))"\n"
10233 "\t"STUB_ASM_CODE("5")"\n"
10234
10235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase))"\n"
10236 "\t"STUB_ASM_CODE("6")"\n"
10237
10238 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Begin))"\n"
10239 "\t"STUB_ASM_CODE("7")"\n"
10240
10241 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Bitmap))"\n"
10242 "\t"STUB_ASM_CODE("8")"\n"
10243
10244 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3b))"\n"
10245 "\t"STUB_ASM_CODE("9")"\n"
10246
10247 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3bv))"\n"
10248 "\t"STUB_ASM_CODE("10")"\n"
10249
10250 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3d))"\n"
10251 "\t"STUB_ASM_CODE("11")"\n"
10252
10253 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3dv))"\n"
10254 "\t"STUB_ASM_CODE("12")"\n"
10255
10256 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3f))"\n"
10257 "\t"STUB_ASM_CODE("13")"\n"
10258
10259 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3fv))"\n"
10260 "\t"STUB_ASM_CODE("14")"\n"
10261
10262 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3i))"\n"
10263 "\t"STUB_ASM_CODE("15")"\n"
10264
10265 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3iv))"\n"
10266 "\t"STUB_ASM_CODE("16")"\n"
10267
10268 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3s))"\n"
10269 "\t"STUB_ASM_CODE("17")"\n"
10270
10271 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3sv))"\n"
10272 "\t"STUB_ASM_CODE("18")"\n"
10273
10274 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ub))"\n"
10275 "\t"STUB_ASM_CODE("19")"\n"
10276
10277 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ubv))"\n"
10278 "\t"STUB_ASM_CODE("20")"\n"
10279
10280 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ui))"\n"
10281 "\t"STUB_ASM_CODE("21")"\n"
10282
10283 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3uiv))"\n"
10284 "\t"STUB_ASM_CODE("22")"\n"
10285
10286 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3us))"\n"
10287 "\t"STUB_ASM_CODE("23")"\n"
10288
10289 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3usv))"\n"
10290 "\t"STUB_ASM_CODE("24")"\n"
10291
10292 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4b))"\n"
10293 "\t"STUB_ASM_CODE("25")"\n"
10294
10295 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4bv))"\n"
10296 "\t"STUB_ASM_CODE("26")"\n"
10297
10298 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4d))"\n"
10299 "\t"STUB_ASM_CODE("27")"\n"
10300
10301 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4dv))"\n"
10302 "\t"STUB_ASM_CODE("28")"\n"
10303
10304 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4f))"\n"
10305 "\t"STUB_ASM_CODE("29")"\n"
10306
10307 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4fv))"\n"
10308 "\t"STUB_ASM_CODE("30")"\n"
10309
10310 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4i))"\n"
10311 "\t"STUB_ASM_CODE("31")"\n"
10312
10313 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4iv))"\n"
10314 "\t"STUB_ASM_CODE("32")"\n"
10315
10316 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4s))"\n"
10317 "\t"STUB_ASM_CODE("33")"\n"
10318
10319 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4sv))"\n"
10320 "\t"STUB_ASM_CODE("34")"\n"
10321
10322 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ub))"\n"
10323 "\t"STUB_ASM_CODE("35")"\n"
10324
10325 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ubv))"\n"
10326 "\t"STUB_ASM_CODE("36")"\n"
10327
10328 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ui))"\n"
10329 "\t"STUB_ASM_CODE("37")"\n"
10330
10331 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4uiv))"\n"
10332 "\t"STUB_ASM_CODE("38")"\n"
10333
10334 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4us))"\n"
10335 "\t"STUB_ASM_CODE("39")"\n"
10336
10337 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4usv))"\n"
10338 "\t"STUB_ASM_CODE("40")"\n"
10339
10340 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlag))"\n"
10341 "\t"STUB_ASM_CODE("41")"\n"
10342
10343 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagv))"\n"
10344 "\t"STUB_ASM_CODE("42")"\n"
10345
10346 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(End))"\n"
10347 "\t"STUB_ASM_CODE("43")"\n"
10348
10349 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexd))"\n"
10350 "\t"STUB_ASM_CODE("44")"\n"
10351
10352 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexdv))"\n"
10353 "\t"STUB_ASM_CODE("45")"\n"
10354
10355 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexf))"\n"
10356 "\t"STUB_ASM_CODE("46")"\n"
10357
10358 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexfv))"\n"
10359 "\t"STUB_ASM_CODE("47")"\n"
10360
10361 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexi))"\n"
10362 "\t"STUB_ASM_CODE("48")"\n"
10363
10364 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexiv))"\n"
10365 "\t"STUB_ASM_CODE("49")"\n"
10366
10367 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexs))"\n"
10368 "\t"STUB_ASM_CODE("50")"\n"
10369
10370 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexsv))"\n"
10371 "\t"STUB_ASM_CODE("51")"\n"
10372
10373 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3b))"\n"
10374 "\t"STUB_ASM_CODE("52")"\n"
10375
10376 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3bv))"\n"
10377 "\t"STUB_ASM_CODE("53")"\n"
10378
10379 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3d))"\n"
10380 "\t"STUB_ASM_CODE("54")"\n"
10381
10382 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3dv))"\n"
10383 "\t"STUB_ASM_CODE("55")"\n"
10384
10385 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3f))"\n"
10386 "\t"STUB_ASM_CODE("56")"\n"
10387
10388 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3fv))"\n"
10389 "\t"STUB_ASM_CODE("57")"\n"
10390
10391 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3i))"\n"
10392 "\t"STUB_ASM_CODE("58")"\n"
10393
10394 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3iv))"\n"
10395 "\t"STUB_ASM_CODE("59")"\n"
10396
10397 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3s))"\n"
10398 "\t"STUB_ASM_CODE("60")"\n"
10399
10400 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3sv))"\n"
10401 "\t"STUB_ASM_CODE("61")"\n"
10402
10403 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2d))"\n"
10404 "\t"STUB_ASM_CODE("62")"\n"
10405
10406 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2dv))"\n"
10407 "\t"STUB_ASM_CODE("63")"\n"
10408
10409 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2f))"\n"
10410 "\t"STUB_ASM_CODE("64")"\n"
10411
10412 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2fv))"\n"
10413 "\t"STUB_ASM_CODE("65")"\n"
10414
10415 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2i))"\n"
10416 "\t"STUB_ASM_CODE("66")"\n"
10417
10418 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2iv))"\n"
10419 "\t"STUB_ASM_CODE("67")"\n"
10420
10421 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2s))"\n"
10422 "\t"STUB_ASM_CODE("68")"\n"
10423
10424 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2sv))"\n"
10425 "\t"STUB_ASM_CODE("69")"\n"
10426
10427 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3d))"\n"
10428 "\t"STUB_ASM_CODE("70")"\n"
10429
10430 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3dv))"\n"
10431 "\t"STUB_ASM_CODE("71")"\n"
10432
10433 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3f))"\n"
10434 "\t"STUB_ASM_CODE("72")"\n"
10435
10436 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3fv))"\n"
10437 "\t"STUB_ASM_CODE("73")"\n"
10438
10439 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3i))"\n"
10440 "\t"STUB_ASM_CODE("74")"\n"
10441
10442 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3iv))"\n"
10443 "\t"STUB_ASM_CODE("75")"\n"
10444
10445 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3s))"\n"
10446 "\t"STUB_ASM_CODE("76")"\n"
10447
10448 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3sv))"\n"
10449 "\t"STUB_ASM_CODE("77")"\n"
10450
10451 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4d))"\n"
10452 "\t"STUB_ASM_CODE("78")"\n"
10453
10454 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4dv))"\n"
10455 "\t"STUB_ASM_CODE("79")"\n"
10456
10457 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4f))"\n"
10458 "\t"STUB_ASM_CODE("80")"\n"
10459
10460 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4fv))"\n"
10461 "\t"STUB_ASM_CODE("81")"\n"
10462
10463 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4i))"\n"
10464 "\t"STUB_ASM_CODE("82")"\n"
10465
10466 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4iv))"\n"
10467 "\t"STUB_ASM_CODE("83")"\n"
10468
10469 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4s))"\n"
10470 "\t"STUB_ASM_CODE("84")"\n"
10471
10472 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4sv))"\n"
10473 "\t"STUB_ASM_CODE("85")"\n"
10474
10475 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectd))"\n"
10476 "\t"STUB_ASM_CODE("86")"\n"
10477
10478 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectdv))"\n"
10479 "\t"STUB_ASM_CODE("87")"\n"
10480
10481 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectf))"\n"
10482 "\t"STUB_ASM_CODE("88")"\n"
10483
10484 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectfv))"\n"
10485 "\t"STUB_ASM_CODE("89")"\n"
10486
10487 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Recti))"\n"
10488 "\t"STUB_ASM_CODE("90")"\n"
10489
10490 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectiv))"\n"
10491 "\t"STUB_ASM_CODE("91")"\n"
10492
10493 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rects))"\n"
10494 "\t"STUB_ASM_CODE("92")"\n"
10495
10496 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectsv))"\n"
10497 "\t"STUB_ASM_CODE("93")"\n"
10498
10499 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1d))"\n"
10500 "\t"STUB_ASM_CODE("94")"\n"
10501
10502 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1dv))"\n"
10503 "\t"STUB_ASM_CODE("95")"\n"
10504
10505 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1f))"\n"
10506 "\t"STUB_ASM_CODE("96")"\n"
10507
10508 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1fv))"\n"
10509 "\t"STUB_ASM_CODE("97")"\n"
10510
10511 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1i))"\n"
10512 "\t"STUB_ASM_CODE("98")"\n"
10513
10514 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1iv))"\n"
10515 "\t"STUB_ASM_CODE("99")"\n"
10516
10517 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1s))"\n"
10518 "\t"STUB_ASM_CODE("100")"\n"
10519
10520 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1sv))"\n"
10521 "\t"STUB_ASM_CODE("101")"\n"
10522
10523 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2d))"\n"
10524 "\t"STUB_ASM_CODE("102")"\n"
10525
10526 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2dv))"\n"
10527 "\t"STUB_ASM_CODE("103")"\n"
10528
10529 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2f))"\n"
10530 "\t"STUB_ASM_CODE("104")"\n"
10531
10532 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2fv))"\n"
10533 "\t"STUB_ASM_CODE("105")"\n"
10534
10535 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2i))"\n"
10536 "\t"STUB_ASM_CODE("106")"\n"
10537
10538 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2iv))"\n"
10539 "\t"STUB_ASM_CODE("107")"\n"
10540
10541 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2s))"\n"
10542 "\t"STUB_ASM_CODE("108")"\n"
10543
10544 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2sv))"\n"
10545 "\t"STUB_ASM_CODE("109")"\n"
10546
10547 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3d))"\n"
10548 "\t"STUB_ASM_CODE("110")"\n"
10549
10550 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3dv))"\n"
10551 "\t"STUB_ASM_CODE("111")"\n"
10552
10553 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3f))"\n"
10554 "\t"STUB_ASM_CODE("112")"\n"
10555
10556 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3fv))"\n"
10557 "\t"STUB_ASM_CODE("113")"\n"
10558
10559 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3i))"\n"
10560 "\t"STUB_ASM_CODE("114")"\n"
10561
10562 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3iv))"\n"
10563 "\t"STUB_ASM_CODE("115")"\n"
10564
10565 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3s))"\n"
10566 "\t"STUB_ASM_CODE("116")"\n"
10567
10568 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3sv))"\n"
10569 "\t"STUB_ASM_CODE("117")"\n"
10570
10571 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4d))"\n"
10572 "\t"STUB_ASM_CODE("118")"\n"
10573
10574 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4dv))"\n"
10575 "\t"STUB_ASM_CODE("119")"\n"
10576
10577 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4f))"\n"
10578 "\t"STUB_ASM_CODE("120")"\n"
10579
10580 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4fv))"\n"
10581 "\t"STUB_ASM_CODE("121")"\n"
10582
10583 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4i))"\n"
10584 "\t"STUB_ASM_CODE("122")"\n"
10585
10586 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4iv))"\n"
10587 "\t"STUB_ASM_CODE("123")"\n"
10588
10589 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4s))"\n"
10590 "\t"STUB_ASM_CODE("124")"\n"
10591
10592 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4sv))"\n"
10593 "\t"STUB_ASM_CODE("125")"\n"
10594
10595 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2d))"\n"
10596 "\t"STUB_ASM_CODE("126")"\n"
10597
10598 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2dv))"\n"
10599 "\t"STUB_ASM_CODE("127")"\n"
10600
10601 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2f))"\n"
10602 "\t"STUB_ASM_CODE("128")"\n"
10603
10604 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2fv))"\n"
10605 "\t"STUB_ASM_CODE("129")"\n"
10606
10607 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2i))"\n"
10608 "\t"STUB_ASM_CODE("130")"\n"
10609
10610 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2iv))"\n"
10611 "\t"STUB_ASM_CODE("131")"\n"
10612
10613 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2s))"\n"
10614 "\t"STUB_ASM_CODE("132")"\n"
10615
10616 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2sv))"\n"
10617 "\t"STUB_ASM_CODE("133")"\n"
10618
10619 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3d))"\n"
10620 "\t"STUB_ASM_CODE("134")"\n"
10621
10622 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3dv))"\n"
10623 "\t"STUB_ASM_CODE("135")"\n"
10624
10625 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3f))"\n"
10626 "\t"STUB_ASM_CODE("136")"\n"
10627
10628 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3fv))"\n"
10629 "\t"STUB_ASM_CODE("137")"\n"
10630
10631 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3i))"\n"
10632 "\t"STUB_ASM_CODE("138")"\n"
10633
10634 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3iv))"\n"
10635 "\t"STUB_ASM_CODE("139")"\n"
10636
10637 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3s))"\n"
10638 "\t"STUB_ASM_CODE("140")"\n"
10639
10640 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3sv))"\n"
10641 "\t"STUB_ASM_CODE("141")"\n"
10642
10643 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4d))"\n"
10644 "\t"STUB_ASM_CODE("142")"\n"
10645
10646 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4dv))"\n"
10647 "\t"STUB_ASM_CODE("143")"\n"
10648
10649 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4f))"\n"
10650 "\t"STUB_ASM_CODE("144")"\n"
10651
10652 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4fv))"\n"
10653 "\t"STUB_ASM_CODE("145")"\n"
10654
10655 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4i))"\n"
10656 "\t"STUB_ASM_CODE("146")"\n"
10657
10658 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4iv))"\n"
10659 "\t"STUB_ASM_CODE("147")"\n"
10660
10661 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4s))"\n"
10662 "\t"STUB_ASM_CODE("148")"\n"
10663
10664 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4sv))"\n"
10665 "\t"STUB_ASM_CODE("149")"\n"
10666
10667 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlane))"\n"
10668 "\t"STUB_ASM_CODE("150")"\n"
10669
10670 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaterial))"\n"
10671 "\t"STUB_ASM_CODE("151")"\n"
10672
10673 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CullFace))"\n"
10674 "\t"STUB_ASM_CODE("152")"\n"
10675
10676 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogf))"\n"
10677 "\t"STUB_ASM_CODE("153")"\n"
10678
10679 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogfv))"\n"
10680 "\t"STUB_ASM_CODE("154")"\n"
10681
10682 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogi))"\n"
10683 "\t"STUB_ASM_CODE("155")"\n"
10684
10685 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogiv))"\n"
10686 "\t"STUB_ASM_CODE("156")"\n"
10687
10688 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrontFace))"\n"
10689 "\t"STUB_ASM_CODE("157")"\n"
10690
10691 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Hint))"\n"
10692 "\t"STUB_ASM_CODE("158")"\n"
10693
10694 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightf))"\n"
10695 "\t"STUB_ASM_CODE("159")"\n"
10696
10697 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightfv))"\n"
10698 "\t"STUB_ASM_CODE("160")"\n"
10699
10700 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lighti))"\n"
10701 "\t"STUB_ASM_CODE("161")"\n"
10702
10703 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightiv))"\n"
10704 "\t"STUB_ASM_CODE("162")"\n"
10705
10706 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelf))"\n"
10707 "\t"STUB_ASM_CODE("163")"\n"
10708
10709 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelfv))"\n"
10710 "\t"STUB_ASM_CODE("164")"\n"
10711
10712 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeli))"\n"
10713 "\t"STUB_ASM_CODE("165")"\n"
10714
10715 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeliv))"\n"
10716 "\t"STUB_ASM_CODE("166")"\n"
10717
10718 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineStipple))"\n"
10719 "\t"STUB_ASM_CODE("167")"\n"
10720
10721 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidth))"\n"
10722 "\t"STUB_ASM_CODE("168")"\n"
10723
10724 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialf))"\n"
10725 "\t"STUB_ASM_CODE("169")"\n"
10726
10727 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialfv))"\n"
10728 "\t"STUB_ASM_CODE("170")"\n"
10729
10730 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materiali))"\n"
10731 "\t"STUB_ASM_CODE("171")"\n"
10732
10733 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialiv))"\n"
10734 "\t"STUB_ASM_CODE("172")"\n"
10735
10736 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize))"\n"
10737 "\t"STUB_ASM_CODE("173")"\n"
10738
10739 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonMode))"\n"
10740 "\t"STUB_ASM_CODE("174")"\n"
10741
10742 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonStipple))"\n"
10743 "\t"STUB_ASM_CODE("175")"\n"
10744
10745 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scissor))"\n"
10746 "\t"STUB_ASM_CODE("176")"\n"
10747
10748 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShadeModel))"\n"
10749 "\t"STUB_ASM_CODE("177")"\n"
10750
10751 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterf))"\n"
10752 "\t"STUB_ASM_CODE("178")"\n"
10753
10754 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterfv))"\n"
10755 "\t"STUB_ASM_CODE("179")"\n"
10756
10757 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteri))"\n"
10758 "\t"STUB_ASM_CODE("180")"\n"
10759
10760 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteriv))"\n"
10761 "\t"STUB_ASM_CODE("181")"\n"
10762
10763 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage1D))"\n"
10764 "\t"STUB_ASM_CODE("182")"\n"
10765
10766 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2D))"\n"
10767 "\t"STUB_ASM_CODE("183")"\n"
10768
10769 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvf))"\n"
10770 "\t"STUB_ASM_CODE("184")"\n"
10771
10772 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvfv))"\n"
10773 "\t"STUB_ASM_CODE("185")"\n"
10774
10775 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvi))"\n"
10776 "\t"STUB_ASM_CODE("186")"\n"
10777
10778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnviv))"\n"
10779 "\t"STUB_ASM_CODE("187")"\n"
10780
10781 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGend))"\n"
10782 "\t"STUB_ASM_CODE("188")"\n"
10783
10784 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGendv))"\n"
10785 "\t"STUB_ASM_CODE("189")"\n"
10786
10787 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenf))"\n"
10788 "\t"STUB_ASM_CODE("190")"\n"
10789
10790 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenfv))"\n"
10791 "\t"STUB_ASM_CODE("191")"\n"
10792
10793 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeni))"\n"
10794 "\t"STUB_ASM_CODE("192")"\n"
10795
10796 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeniv))"\n"
10797 "\t"STUB_ASM_CODE("193")"\n"
10798
10799 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FeedbackBuffer))"\n"
10800 "\t"STUB_ASM_CODE("194")"\n"
10801
10802 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SelectBuffer))"\n"
10803 "\t"STUB_ASM_CODE("195")"\n"
10804
10805 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderMode))"\n"
10806 "\t"STUB_ASM_CODE("196")"\n"
10807
10808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InitNames))"\n"
10809 "\t"STUB_ASM_CODE("197")"\n"
10810
10811 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadName))"\n"
10812 "\t"STUB_ASM_CODE("198")"\n"
10813
10814 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassThrough))"\n"
10815 "\t"STUB_ASM_CODE("199")"\n"
10816
10817 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopName))"\n"
10818 "\t"STUB_ASM_CODE("200")"\n"
10819
10820 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushName))"\n"
10821 "\t"STUB_ASM_CODE("201")"\n"
10822
10823 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffer))"\n"
10824 "\t"STUB_ASM_CODE("202")"\n"
10825
10826 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Clear))"\n"
10827 "\t"STUB_ASM_CODE("203")"\n"
10828
10829 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearAccum))"\n"
10830 "\t"STUB_ASM_CODE("204")"\n"
10831
10832 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearIndex))"\n"
10833 "\t"STUB_ASM_CODE("205")"\n"
10834
10835 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColor))"\n"
10836 "\t"STUB_ASM_CODE("206")"\n"
10837
10838 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearStencil))"\n"
10839 "\t"STUB_ASM_CODE("207")"\n"
10840
10841 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepth))"\n"
10842 "\t"STUB_ASM_CODE("208")"\n"
10843
10844 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMask))"\n"
10845 "\t"STUB_ASM_CODE("209")"\n"
10846
10847 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMask))"\n"
10848 "\t"STUB_ASM_CODE("210")"\n"
10849
10850 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthMask))"\n"
10851 "\t"STUB_ASM_CODE("211")"\n"
10852
10853 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexMask))"\n"
10854 "\t"STUB_ASM_CODE("212")"\n"
10855
10856 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Accum))"\n"
10857 "\t"STUB_ASM_CODE("213")"\n"
10858
10859 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Disable))"\n"
10860 "\t"STUB_ASM_CODE("214")"\n"
10861
10862 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Enable))"\n"
10863 "\t"STUB_ASM_CODE("215")"\n"
10864
10865 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Finish))"\n"
10866 "\t"STUB_ASM_CODE("216")"\n"
10867
10868 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Flush))"\n"
10869 "\t"STUB_ASM_CODE("217")"\n"
10870
10871 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopAttrib))"\n"
10872 "\t"STUB_ASM_CODE("218")"\n"
10873
10874 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushAttrib))"\n"
10875 "\t"STUB_ASM_CODE("219")"\n"
10876
10877 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1d))"\n"
10878 "\t"STUB_ASM_CODE("220")"\n"
10879
10880 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1f))"\n"
10881 "\t"STUB_ASM_CODE("221")"\n"
10882
10883 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2d))"\n"
10884 "\t"STUB_ASM_CODE("222")"\n"
10885
10886 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2f))"\n"
10887 "\t"STUB_ASM_CODE("223")"\n"
10888
10889 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1d))"\n"
10890 "\t"STUB_ASM_CODE("224")"\n"
10891
10892 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1f))"\n"
10893 "\t"STUB_ASM_CODE("225")"\n"
10894
10895 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2d))"\n"
10896 "\t"STUB_ASM_CODE("226")"\n"
10897
10898 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2f))"\n"
10899 "\t"STUB_ASM_CODE("227")"\n"
10900
10901 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1d))"\n"
10902 "\t"STUB_ASM_CODE("228")"\n"
10903
10904 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1dv))"\n"
10905 "\t"STUB_ASM_CODE("229")"\n"
10906
10907 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1f))"\n"
10908 "\t"STUB_ASM_CODE("230")"\n"
10909
10910 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1fv))"\n"
10911 "\t"STUB_ASM_CODE("231")"\n"
10912
10913 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2d))"\n"
10914 "\t"STUB_ASM_CODE("232")"\n"
10915
10916 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2dv))"\n"
10917 "\t"STUB_ASM_CODE("233")"\n"
10918
10919 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2f))"\n"
10920 "\t"STUB_ASM_CODE("234")"\n"
10921
10922 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2fv))"\n"
10923 "\t"STUB_ASM_CODE("235")"\n"
10924
10925 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh1))"\n"
10926 "\t"STUB_ASM_CODE("236")"\n"
10927
10928 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint1))"\n"
10929 "\t"STUB_ASM_CODE("237")"\n"
10930
10931 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh2))"\n"
10932 "\t"STUB_ASM_CODE("238")"\n"
10933
10934 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint2))"\n"
10935 "\t"STUB_ASM_CODE("239")"\n"
10936
10937 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFunc))"\n"
10938 "\t"STUB_ASM_CODE("240")"\n"
10939
10940 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunc))"\n"
10941 "\t"STUB_ASM_CODE("241")"\n"
10942
10943 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LogicOp))"\n"
10944 "\t"STUB_ASM_CODE("242")"\n"
10945
10946 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFunc))"\n"
10947 "\t"STUB_ASM_CODE("243")"\n"
10948
10949 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOp))"\n"
10950 "\t"STUB_ASM_CODE("244")"\n"
10951
10952 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthFunc))"\n"
10953 "\t"STUB_ASM_CODE("245")"\n"
10954
10955 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelZoom))"\n"
10956 "\t"STUB_ASM_CODE("246")"\n"
10957
10958 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferf))"\n"
10959 "\t"STUB_ASM_CODE("247")"\n"
10960
10961 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferi))"\n"
10962 "\t"STUB_ASM_CODE("248")"\n"
10963
10964 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStoref))"\n"
10965 "\t"STUB_ASM_CODE("249")"\n"
10966
10967 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStorei))"\n"
10968 "\t"STUB_ASM_CODE("250")"\n"
10969
10970 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapfv))"\n"
10971 "\t"STUB_ASM_CODE("251")"\n"
10972
10973 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapuiv))"\n"
10974 "\t"STUB_ASM_CODE("252")"\n"
10975
10976 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapusv))"\n"
10977 "\t"STUB_ASM_CODE("253")"\n"
10978
10979 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadBuffer))"\n"
10980 "\t"STUB_ASM_CODE("254")"\n"
10981
10982 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyPixels))"\n"
10983 "\t"STUB_ASM_CODE("255")"\n"
10984
10985 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadPixels))"\n"
10986 "\t"STUB_ASM_CODE("256")"\n"
10987
10988 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawPixels))"\n"
10989 "\t"STUB_ASM_CODE("257")"\n"
10990
10991 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanv))"\n"
10992 "\t"STUB_ASM_CODE("258")"\n"
10993
10994 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlane))"\n"
10995 "\t"STUB_ASM_CODE("259")"\n"
10996
10997 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDoublev))"\n"
10998 "\t"STUB_ASM_CODE("260")"\n"
10999
11000 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetError))"\n"
11001 "\t"STUB_ASM_CODE("261")"\n"
11002
11003 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFloatv))"\n"
11004 "\t"STUB_ASM_CODE("262")"\n"
11005
11006 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerv))"\n"
11007 "\t"STUB_ASM_CODE("263")"\n"
11008
11009 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightfv))"\n"
11010 "\t"STUB_ASM_CODE("264")"\n"
11011
11012 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightiv))"\n"
11013 "\t"STUB_ASM_CODE("265")"\n"
11014
11015 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapdv))"\n"
11016 "\t"STUB_ASM_CODE("266")"\n"
11017
11018 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapfv))"\n"
11019 "\t"STUB_ASM_CODE("267")"\n"
11020
11021 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapiv))"\n"
11022 "\t"STUB_ASM_CODE("268")"\n"
11023
11024 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialfv))"\n"
11025 "\t"STUB_ASM_CODE("269")"\n"
11026
11027 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialiv))"\n"
11028 "\t"STUB_ASM_CODE("270")"\n"
11029
11030 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapfv))"\n"
11031 "\t"STUB_ASM_CODE("271")"\n"
11032
11033 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapuiv))"\n"
11034 "\t"STUB_ASM_CODE("272")"\n"
11035
11036 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapusv))"\n"
11037 "\t"STUB_ASM_CODE("273")"\n"
11038
11039 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPolygonStipple))"\n"
11040 "\t"STUB_ASM_CODE("274")"\n"
11041
11042 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetString))"\n"
11043 "\t"STUB_ASM_CODE("275")"\n"
11044
11045 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvfv))"\n"
11046 "\t"STUB_ASM_CODE("276")"\n"
11047
11048 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnviv))"\n"
11049 "\t"STUB_ASM_CODE("277")"\n"
11050
11051 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGendv))"\n"
11052 "\t"STUB_ASM_CODE("278")"\n"
11053
11054 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGenfv))"\n"
11055 "\t"STUB_ASM_CODE("279")"\n"
11056
11057 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGeniv))"\n"
11058 "\t"STUB_ASM_CODE("280")"\n"
11059
11060 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexImage))"\n"
11061 "\t"STUB_ASM_CODE("281")"\n"
11062
11063 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterfv))"\n"
11064 "\t"STUB_ASM_CODE("282")"\n"
11065
11066 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameteriv))"\n"
11067 "\t"STUB_ASM_CODE("283")"\n"
11068
11069 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameterfv))"\n"
11070 "\t"STUB_ASM_CODE("284")"\n"
11071
11072 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameteriv))"\n"
11073 "\t"STUB_ASM_CODE("285")"\n"
11074
11075 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabled))"\n"
11076 "\t"STUB_ASM_CODE("286")"\n"
11077
11078 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsList))"\n"
11079 "\t"STUB_ASM_CODE("287")"\n"
11080
11081 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRange))"\n"
11082 "\t"STUB_ASM_CODE("288")"\n"
11083
11084 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustum))"\n"
11085 "\t"STUB_ASM_CODE("289")"\n"
11086
11087 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadIdentity))"\n"
11088 "\t"STUB_ASM_CODE("290")"\n"
11089
11090 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixf))"\n"
11091 "\t"STUB_ASM_CODE("291")"\n"
11092
11093 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixd))"\n"
11094 "\t"STUB_ASM_CODE("292")"\n"
11095
11096 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MatrixMode))"\n"
11097 "\t"STUB_ASM_CODE("293")"\n"
11098
11099 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixf))"\n"
11100 "\t"STUB_ASM_CODE("294")"\n"
11101
11102 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixd))"\n"
11103 "\t"STUB_ASM_CODE("295")"\n"
11104
11105 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho))"\n"
11106 "\t"STUB_ASM_CODE("296")"\n"
11107
11108 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopMatrix))"\n"
11109 "\t"STUB_ASM_CODE("297")"\n"
11110
11111 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushMatrix))"\n"
11112 "\t"STUB_ASM_CODE("298")"\n"
11113
11114 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotated))"\n"
11115 "\t"STUB_ASM_CODE("299")"\n"
11116
11117 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotatef))"\n"
11118 "\t"STUB_ASM_CODE("300")"\n"
11119
11120 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scaled))"\n"
11121 "\t"STUB_ASM_CODE("301")"\n"
11122
11123 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scalef))"\n"
11124 "\t"STUB_ASM_CODE("302")"\n"
11125
11126 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translated))"\n"
11127 "\t"STUB_ASM_CODE("303")"\n"
11128
11129 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translatef))"\n"
11130 "\t"STUB_ASM_CODE("304")"\n"
11131
11132 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Viewport))"\n"
11133 "\t"STUB_ASM_CODE("305")"\n"
11134
11135 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ArrayElement))"\n"
11136 "\t"STUB_ASM_CODE("306")"\n"
11137
11138 ".globl "GLAPI_PREFIX_STR(ArrayElementEXT)"\n"
11139 ".set "GLAPI_PREFIX_STR(ArrayElementEXT)", "GLAPI_PREFIX_STR(ArrayElement)"\n"
11140
11141 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTexture))"\n"
11142 "\t"STUB_ASM_CODE("307")"\n"
11143
11144 ".globl "GLAPI_PREFIX_STR(BindTextureEXT)"\n"
11145 ".set "GLAPI_PREFIX_STR(BindTextureEXT)", "GLAPI_PREFIX_STR(BindTexture)"\n"
11146
11147 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointer))"\n"
11148 "\t"STUB_ASM_CODE("308")"\n"
11149
11150 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableClientState))"\n"
11151 "\t"STUB_ASM_CODE("309")"\n"
11152
11153 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays))"\n"
11154 "\t"STUB_ASM_CODE("310")"\n"
11155
11156 ".globl "GLAPI_PREFIX_STR(DrawArraysEXT)"\n"
11157 ".set "GLAPI_PREFIX_STR(DrawArraysEXT)", "GLAPI_PREFIX_STR(DrawArrays)"\n"
11158
11159 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElements))"\n"
11160 "\t"STUB_ASM_CODE("311")"\n"
11161
11162 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointer))"\n"
11163 "\t"STUB_ASM_CODE("312")"\n"
11164
11165 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableClientState))"\n"
11166 "\t"STUB_ASM_CODE("313")"\n"
11167
11168 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointer))"\n"
11169 "\t"STUB_ASM_CODE("314")"\n"
11170
11171 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexub))"\n"
11172 "\t"STUB_ASM_CODE("315")"\n"
11173
11174 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexubv))"\n"
11175 "\t"STUB_ASM_CODE("316")"\n"
11176
11177 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InterleavedArrays))"\n"
11178 "\t"STUB_ASM_CODE("317")"\n"
11179
11180 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointer))"\n"
11181 "\t"STUB_ASM_CODE("318")"\n"
11182
11183 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffset))"\n"
11184 "\t"STUB_ASM_CODE("319")"\n"
11185
11186 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointer))"\n"
11187 "\t"STUB_ASM_CODE("320")"\n"
11188
11189 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointer))"\n"
11190 "\t"STUB_ASM_CODE("321")"\n"
11191
11192 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreTexturesResident))"\n"
11193 "\t"STUB_ASM_CODE("322")"\n"
11194
11195 #if 0
11196 ".globl "GLAPI_PREFIX_STR(AreTexturesResidentEXT)"\n"
11197 ".set "GLAPI_PREFIX_STR(AreTexturesResidentEXT)", "GLAPI_PREFIX_STR(AreTexturesResident)"\n"
11198 #endif
11199
11200 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage1D))"\n"
11201 "\t"STUB_ASM_CODE("323")"\n"
11202
11203 ".globl "GLAPI_PREFIX_STR(CopyTexImage1DEXT)"\n"
11204 ".set "GLAPI_PREFIX_STR(CopyTexImage1DEXT)", "GLAPI_PREFIX_STR(CopyTexImage1D)"\n"
11205
11206 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage2D))"\n"
11207 "\t"STUB_ASM_CODE("324")"\n"
11208
11209 ".globl "GLAPI_PREFIX_STR(CopyTexImage2DEXT)"\n"
11210 ".set "GLAPI_PREFIX_STR(CopyTexImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexImage2D)"\n"
11211
11212 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage1D))"\n"
11213 "\t"STUB_ASM_CODE("325")"\n"
11214
11215 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT)"\n"
11216 ".set "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage1D)"\n"
11217
11218 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage2D))"\n"
11219 "\t"STUB_ASM_CODE("326")"\n"
11220
11221 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)"\n"
11222 ".set "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage2D)"\n"
11223
11224 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTextures))"\n"
11225 "\t"STUB_ASM_CODE("327")"\n"
11226
11227 #if 0
11228 ".globl "GLAPI_PREFIX_STR(DeleteTexturesEXT)"\n"
11229 ".set "GLAPI_PREFIX_STR(DeleteTexturesEXT)", "GLAPI_PREFIX_STR(DeleteTextures)"\n"
11230 #endif
11231
11232 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTextures))"\n"
11233 "\t"STUB_ASM_CODE("328")"\n"
11234
11235 #if 0
11236 ".globl "GLAPI_PREFIX_STR(GenTexturesEXT)"\n"
11237 ".set "GLAPI_PREFIX_STR(GenTexturesEXT)", "GLAPI_PREFIX_STR(GenTextures)"\n"
11238 #endif
11239
11240 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPointerv))"\n"
11241 "\t"STUB_ASM_CODE("329")"\n"
11242
11243 ".globl "GLAPI_PREFIX_STR(GetPointervEXT)"\n"
11244 ".set "GLAPI_PREFIX_STR(GetPointervEXT)", "GLAPI_PREFIX_STR(GetPointerv)"\n"
11245
11246 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTexture))"\n"
11247 "\t"STUB_ASM_CODE("330")"\n"
11248
11249 #if 0
11250 ".globl "GLAPI_PREFIX_STR(IsTextureEXT)"\n"
11251 ".set "GLAPI_PREFIX_STR(IsTextureEXT)", "GLAPI_PREFIX_STR(IsTexture)"\n"
11252 #endif
11253
11254 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrioritizeTextures))"\n"
11255 "\t"STUB_ASM_CODE("331")"\n"
11256
11257 ".globl "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)"\n"
11258 ".set "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)", "GLAPI_PREFIX_STR(PrioritizeTextures)"\n"
11259
11260 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage1D))"\n"
11261 "\t"STUB_ASM_CODE("332")"\n"
11262
11263 ".globl "GLAPI_PREFIX_STR(TexSubImage1DEXT)"\n"
11264 ".set "GLAPI_PREFIX_STR(TexSubImage1DEXT)", "GLAPI_PREFIX_STR(TexSubImage1D)"\n"
11265
11266 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage2D))"\n"
11267 "\t"STUB_ASM_CODE("333")"\n"
11268
11269 ".globl "GLAPI_PREFIX_STR(TexSubImage2DEXT)"\n"
11270 ".set "GLAPI_PREFIX_STR(TexSubImage2DEXT)", "GLAPI_PREFIX_STR(TexSubImage2D)"\n"
11271
11272 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopClientAttrib))"\n"
11273 "\t"STUB_ASM_CODE("334")"\n"
11274
11275 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushClientAttrib))"\n"
11276 "\t"STUB_ASM_CODE("335")"\n"
11277
11278 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendColor))"\n"
11279 "\t"STUB_ASM_CODE("336")"\n"
11280
11281 ".globl "GLAPI_PREFIX_STR(BlendColorEXT)"\n"
11282 ".set "GLAPI_PREFIX_STR(BlendColorEXT)", "GLAPI_PREFIX_STR(BlendColor)"\n"
11283
11284 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquation))"\n"
11285 "\t"STUB_ASM_CODE("337")"\n"
11286
11287 ".globl "GLAPI_PREFIX_STR(BlendEquationEXT)"\n"
11288 ".set "GLAPI_PREFIX_STR(BlendEquationEXT)", "GLAPI_PREFIX_STR(BlendEquation)"\n"
11289
11290 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElements))"\n"
11291 "\t"STUB_ASM_CODE("338")"\n"
11292
11293 ".globl "GLAPI_PREFIX_STR(DrawRangeElementsEXT)"\n"
11294 ".set "GLAPI_PREFIX_STR(DrawRangeElementsEXT)", "GLAPI_PREFIX_STR(DrawRangeElements)"\n"
11295
11296 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTable))"\n"
11297 "\t"STUB_ASM_CODE("339")"\n"
11298
11299 ".globl "GLAPI_PREFIX_STR(ColorTableEXT)"\n"
11300 ".set "GLAPI_PREFIX_STR(ColorTableEXT)", "GLAPI_PREFIX_STR(ColorTable)"\n"
11301
11302 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameterfv))"\n"
11303 "\t"STUB_ASM_CODE("340")"\n"
11304
11305 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameteriv))"\n"
11306 "\t"STUB_ASM_CODE("341")"\n"
11307
11308 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorTable))"\n"
11309 "\t"STUB_ASM_CODE("342")"\n"
11310
11311 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTable))"\n"
11312 "\t"STUB_ASM_CODE("343")"\n"
11313
11314 #if 0
11315 ".globl "GLAPI_PREFIX_STR(GetColorTableEXT)"\n"
11316 ".set "GLAPI_PREFIX_STR(GetColorTableEXT)", "GLAPI_PREFIX_STR(GetColorTable)"\n"
11317 #endif
11318
11319 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameterfv))"\n"
11320 "\t"STUB_ASM_CODE("344")"\n"
11321
11322 #if 0
11323 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT)"\n"
11324 ".set "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT)", "GLAPI_PREFIX_STR(GetColorTableParameterfv)"\n"
11325 #endif
11326
11327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameteriv))"\n"
11328 "\t"STUB_ASM_CODE("345")"\n"
11329
11330 #if 0
11331 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterivEXT)"\n"
11332 ".set "GLAPI_PREFIX_STR(GetColorTableParameterivEXT)", "GLAPI_PREFIX_STR(GetColorTableParameteriv)"\n"
11333 #endif
11334
11335 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorSubTable))"\n"
11336 "\t"STUB_ASM_CODE("346")"\n"
11337
11338 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorSubTable))"\n"
11339 "\t"STUB_ASM_CODE("347")"\n"
11340
11341 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter1D))"\n"
11342 "\t"STUB_ASM_CODE("348")"\n"
11343
11344 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter2D))"\n"
11345 "\t"STUB_ASM_CODE("349")"\n"
11346
11347 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterf))"\n"
11348 "\t"STUB_ASM_CODE("350")"\n"
11349
11350 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterfv))"\n"
11351 "\t"STUB_ASM_CODE("351")"\n"
11352
11353 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteri))"\n"
11354 "\t"STUB_ASM_CODE("352")"\n"
11355
11356 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteriv))"\n"
11357 "\t"STUB_ASM_CODE("353")"\n"
11358
11359 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter1D))"\n"
11360 "\t"STUB_ASM_CODE("354")"\n"
11361
11362 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter2D))"\n"
11363 "\t"STUB_ASM_CODE("355")"\n"
11364
11365 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionFilter))"\n"
11366 "\t"STUB_ASM_CODE("356")"\n"
11367
11368 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameterfv))"\n"
11369 "\t"STUB_ASM_CODE("357")"\n"
11370
11371 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameteriv))"\n"
11372 "\t"STUB_ASM_CODE("358")"\n"
11373
11374 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSeparableFilter))"\n"
11375 "\t"STUB_ASM_CODE("359")"\n"
11376
11377 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SeparableFilter2D))"\n"
11378 "\t"STUB_ASM_CODE("360")"\n"
11379
11380 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogram))"\n"
11381 "\t"STUB_ASM_CODE("361")"\n"
11382
11383 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameterfv))"\n"
11384 "\t"STUB_ASM_CODE("362")"\n"
11385
11386 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameteriv))"\n"
11387 "\t"STUB_ASM_CODE("363")"\n"
11388
11389 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmax))"\n"
11390 "\t"STUB_ASM_CODE("364")"\n"
11391
11392 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameterfv))"\n"
11393 "\t"STUB_ASM_CODE("365")"\n"
11394
11395 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameteriv))"\n"
11396 "\t"STUB_ASM_CODE("366")"\n"
11397
11398 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Histogram))"\n"
11399 "\t"STUB_ASM_CODE("367")"\n"
11400
11401 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Minmax))"\n"
11402 "\t"STUB_ASM_CODE("368")"\n"
11403
11404 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetHistogram))"\n"
11405 "\t"STUB_ASM_CODE("369")"\n"
11406
11407 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetMinmax))"\n"
11408 "\t"STUB_ASM_CODE("370")"\n"
11409
11410 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3D))"\n"
11411 "\t"STUB_ASM_CODE("371")"\n"
11412
11413 ".globl "GLAPI_PREFIX_STR(TexImage3DEXT)"\n"
11414 ".set "GLAPI_PREFIX_STR(TexImage3DEXT)", "GLAPI_PREFIX_STR(TexImage3D)"\n"
11415
11416 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage3D))"\n"
11417 "\t"STUB_ASM_CODE("372")"\n"
11418
11419 ".globl "GLAPI_PREFIX_STR(TexSubImage3DEXT)"\n"
11420 ".set "GLAPI_PREFIX_STR(TexSubImage3DEXT)", "GLAPI_PREFIX_STR(TexSubImage3D)"\n"
11421
11422 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage3D))"\n"
11423 "\t"STUB_ASM_CODE("373")"\n"
11424
11425 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)"\n"
11426 ".set "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage3D)"\n"
11427
11428 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveTextureARB))"\n"
11429 "\t"STUB_ASM_CODE("374")"\n"
11430
11431 ".globl "GLAPI_PREFIX_STR(ActiveTexture)"\n"
11432 ".set "GLAPI_PREFIX_STR(ActiveTexture)", "GLAPI_PREFIX_STR(ActiveTextureARB)"\n"
11433
11434 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientActiveTextureARB))"\n"
11435 "\t"STUB_ASM_CODE("375")"\n"
11436
11437 ".globl "GLAPI_PREFIX_STR(ClientActiveTexture)"\n"
11438 ".set "GLAPI_PREFIX_STR(ClientActiveTexture)", "GLAPI_PREFIX_STR(ClientActiveTextureARB)"\n"
11439
11440 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dARB))"\n"
11441 "\t"STUB_ASM_CODE("376")"\n"
11442
11443 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1d)"\n"
11444 ".set "GLAPI_PREFIX_STR(MultiTexCoord1d)", "GLAPI_PREFIX_STR(MultiTexCoord1dARB)"\n"
11445
11446 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dvARB))"\n"
11447 "\t"STUB_ASM_CODE("377")"\n"
11448
11449 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1dv)"\n"
11450 ".set "GLAPI_PREFIX_STR(MultiTexCoord1dv)", "GLAPI_PREFIX_STR(MultiTexCoord1dvARB)"\n"
11451
11452 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fARB))"\n"
11453 "\t"STUB_ASM_CODE("378")"\n"
11454
11455 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1f)"\n"
11456 ".set "GLAPI_PREFIX_STR(MultiTexCoord1f)", "GLAPI_PREFIX_STR(MultiTexCoord1fARB)"\n"
11457
11458 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fvARB))"\n"
11459 "\t"STUB_ASM_CODE("379")"\n"
11460
11461 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1fv)"\n"
11462 ".set "GLAPI_PREFIX_STR(MultiTexCoord1fv)", "GLAPI_PREFIX_STR(MultiTexCoord1fvARB)"\n"
11463
11464 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1iARB))"\n"
11465 "\t"STUB_ASM_CODE("380")"\n"
11466
11467 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1i)"\n"
11468 ".set "GLAPI_PREFIX_STR(MultiTexCoord1i)", "GLAPI_PREFIX_STR(MultiTexCoord1iARB)"\n"
11469
11470 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1ivARB))"\n"
11471 "\t"STUB_ASM_CODE("381")"\n"
11472
11473 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1iv)"\n"
11474 ".set "GLAPI_PREFIX_STR(MultiTexCoord1iv)", "GLAPI_PREFIX_STR(MultiTexCoord1ivARB)"\n"
11475
11476 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1sARB))"\n"
11477 "\t"STUB_ASM_CODE("382")"\n"
11478
11479 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1s)"\n"
11480 ".set "GLAPI_PREFIX_STR(MultiTexCoord1s)", "GLAPI_PREFIX_STR(MultiTexCoord1sARB)"\n"
11481
11482 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1svARB))"\n"
11483 "\t"STUB_ASM_CODE("383")"\n"
11484
11485 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1sv)"\n"
11486 ".set "GLAPI_PREFIX_STR(MultiTexCoord1sv)", "GLAPI_PREFIX_STR(MultiTexCoord1svARB)"\n"
11487
11488 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dARB))"\n"
11489 "\t"STUB_ASM_CODE("384")"\n"
11490
11491 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2d)"\n"
11492 ".set "GLAPI_PREFIX_STR(MultiTexCoord2d)", "GLAPI_PREFIX_STR(MultiTexCoord2dARB)"\n"
11493
11494 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dvARB))"\n"
11495 "\t"STUB_ASM_CODE("385")"\n"
11496
11497 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2dv)"\n"
11498 ".set "GLAPI_PREFIX_STR(MultiTexCoord2dv)", "GLAPI_PREFIX_STR(MultiTexCoord2dvARB)"\n"
11499
11500 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fARB))"\n"
11501 "\t"STUB_ASM_CODE("386")"\n"
11502
11503 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2f)"\n"
11504 ".set "GLAPI_PREFIX_STR(MultiTexCoord2f)", "GLAPI_PREFIX_STR(MultiTexCoord2fARB)"\n"
11505
11506 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fvARB))"\n"
11507 "\t"STUB_ASM_CODE("387")"\n"
11508
11509 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2fv)"\n"
11510 ".set "GLAPI_PREFIX_STR(MultiTexCoord2fv)", "GLAPI_PREFIX_STR(MultiTexCoord2fvARB)"\n"
11511
11512 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2iARB))"\n"
11513 "\t"STUB_ASM_CODE("388")"\n"
11514
11515 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2i)"\n"
11516 ".set "GLAPI_PREFIX_STR(MultiTexCoord2i)", "GLAPI_PREFIX_STR(MultiTexCoord2iARB)"\n"
11517
11518 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2ivARB))"\n"
11519 "\t"STUB_ASM_CODE("389")"\n"
11520
11521 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2iv)"\n"
11522 ".set "GLAPI_PREFIX_STR(MultiTexCoord2iv)", "GLAPI_PREFIX_STR(MultiTexCoord2ivARB)"\n"
11523
11524 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2sARB))"\n"
11525 "\t"STUB_ASM_CODE("390")"\n"
11526
11527 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2s)"\n"
11528 ".set "GLAPI_PREFIX_STR(MultiTexCoord2s)", "GLAPI_PREFIX_STR(MultiTexCoord2sARB)"\n"
11529
11530 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2svARB))"\n"
11531 "\t"STUB_ASM_CODE("391")"\n"
11532
11533 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2sv)"\n"
11534 ".set "GLAPI_PREFIX_STR(MultiTexCoord2sv)", "GLAPI_PREFIX_STR(MultiTexCoord2svARB)"\n"
11535
11536 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dARB))"\n"
11537 "\t"STUB_ASM_CODE("392")"\n"
11538
11539 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3d)"\n"
11540 ".set "GLAPI_PREFIX_STR(MultiTexCoord3d)", "GLAPI_PREFIX_STR(MultiTexCoord3dARB)"\n"
11541
11542 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dvARB))"\n"
11543 "\t"STUB_ASM_CODE("393")"\n"
11544
11545 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3dv)"\n"
11546 ".set "GLAPI_PREFIX_STR(MultiTexCoord3dv)", "GLAPI_PREFIX_STR(MultiTexCoord3dvARB)"\n"
11547
11548 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fARB))"\n"
11549 "\t"STUB_ASM_CODE("394")"\n"
11550
11551 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3f)"\n"
11552 ".set "GLAPI_PREFIX_STR(MultiTexCoord3f)", "GLAPI_PREFIX_STR(MultiTexCoord3fARB)"\n"
11553
11554 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fvARB))"\n"
11555 "\t"STUB_ASM_CODE("395")"\n"
11556
11557 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3fv)"\n"
11558 ".set "GLAPI_PREFIX_STR(MultiTexCoord3fv)", "GLAPI_PREFIX_STR(MultiTexCoord3fvARB)"\n"
11559
11560 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3iARB))"\n"
11561 "\t"STUB_ASM_CODE("396")"\n"
11562
11563 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3i)"\n"
11564 ".set "GLAPI_PREFIX_STR(MultiTexCoord3i)", "GLAPI_PREFIX_STR(MultiTexCoord3iARB)"\n"
11565
11566 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3ivARB))"\n"
11567 "\t"STUB_ASM_CODE("397")"\n"
11568
11569 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3iv)"\n"
11570 ".set "GLAPI_PREFIX_STR(MultiTexCoord3iv)", "GLAPI_PREFIX_STR(MultiTexCoord3ivARB)"\n"
11571
11572 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3sARB))"\n"
11573 "\t"STUB_ASM_CODE("398")"\n"
11574
11575 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3s)"\n"
11576 ".set "GLAPI_PREFIX_STR(MultiTexCoord3s)", "GLAPI_PREFIX_STR(MultiTexCoord3sARB)"\n"
11577
11578 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3svARB))"\n"
11579 "\t"STUB_ASM_CODE("399")"\n"
11580
11581 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3sv)"\n"
11582 ".set "GLAPI_PREFIX_STR(MultiTexCoord3sv)", "GLAPI_PREFIX_STR(MultiTexCoord3svARB)"\n"
11583
11584 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dARB))"\n"
11585 "\t"STUB_ASM_CODE("400")"\n"
11586
11587 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4d)"\n"
11588 ".set "GLAPI_PREFIX_STR(MultiTexCoord4d)", "GLAPI_PREFIX_STR(MultiTexCoord4dARB)"\n"
11589
11590 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dvARB))"\n"
11591 "\t"STUB_ASM_CODE("401")"\n"
11592
11593 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4dv)"\n"
11594 ".set "GLAPI_PREFIX_STR(MultiTexCoord4dv)", "GLAPI_PREFIX_STR(MultiTexCoord4dvARB)"\n"
11595
11596 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fARB))"\n"
11597 "\t"STUB_ASM_CODE("402")"\n"
11598
11599 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4f)"\n"
11600 ".set "GLAPI_PREFIX_STR(MultiTexCoord4f)", "GLAPI_PREFIX_STR(MultiTexCoord4fARB)"\n"
11601
11602 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fvARB))"\n"
11603 "\t"STUB_ASM_CODE("403")"\n"
11604
11605 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4fv)"\n"
11606 ".set "GLAPI_PREFIX_STR(MultiTexCoord4fv)", "GLAPI_PREFIX_STR(MultiTexCoord4fvARB)"\n"
11607
11608 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4iARB))"\n"
11609 "\t"STUB_ASM_CODE("404")"\n"
11610
11611 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4i)"\n"
11612 ".set "GLAPI_PREFIX_STR(MultiTexCoord4i)", "GLAPI_PREFIX_STR(MultiTexCoord4iARB)"\n"
11613
11614 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4ivARB))"\n"
11615 "\t"STUB_ASM_CODE("405")"\n"
11616
11617 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4iv)"\n"
11618 ".set "GLAPI_PREFIX_STR(MultiTexCoord4iv)", "GLAPI_PREFIX_STR(MultiTexCoord4ivARB)"\n"
11619
11620 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4sARB))"\n"
11621 "\t"STUB_ASM_CODE("406")"\n"
11622
11623 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4s)"\n"
11624 ".set "GLAPI_PREFIX_STR(MultiTexCoord4s)", "GLAPI_PREFIX_STR(MultiTexCoord4sARB)"\n"
11625
11626 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4svARB))"\n"
11627 "\t"STUB_ASM_CODE("407")"\n"
11628
11629 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4sv)"\n"
11630 ".set "GLAPI_PREFIX_STR(MultiTexCoord4sv)", "GLAPI_PREFIX_STR(MultiTexCoord4svARB)"\n"
11631
11632 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachShader))"\n"
11633 "\t"STUB_ASM_CODE("408")"\n"
11634
11635 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgram))"\n"
11636 "\t"STUB_ASM_CODE("409")"\n"
11637
11638 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShader))"\n"
11639 "\t"STUB_ASM_CODE("410")"\n"
11640
11641 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgram))"\n"
11642 "\t"STUB_ASM_CODE("411")"\n"
11643
11644 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteShader))"\n"
11645 "\t"STUB_ASM_CODE("412")"\n"
11646
11647 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachShader))"\n"
11648 "\t"STUB_ASM_CODE("413")"\n"
11649
11650 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedShaders))"\n"
11651 "\t"STUB_ASM_CODE("414")"\n"
11652
11653 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramInfoLog))"\n"
11654 "\t"STUB_ASM_CODE("415")"\n"
11655
11656 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramiv))"\n"
11657 "\t"STUB_ASM_CODE("416")"\n"
11658
11659 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderInfoLog))"\n"
11660 "\t"STUB_ASM_CODE("417")"\n"
11661
11662 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderiv))"\n"
11663 "\t"STUB_ASM_CODE("418")"\n"
11664
11665 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgram))"\n"
11666 "\t"STUB_ASM_CODE("419")"\n"
11667
11668 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsShader))"\n"
11669 "\t"STUB_ASM_CODE("420")"\n"
11670
11671 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFuncSeparate))"\n"
11672 "\t"STUB_ASM_CODE("421")"\n"
11673
11674 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMaskSeparate))"\n"
11675 "\t"STUB_ASM_CODE("422")"\n"
11676
11677 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOpSeparate))"\n"
11678 "\t"STUB_ASM_CODE("423")"\n"
11679
11680 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x3fv))"\n"
11681 "\t"STUB_ASM_CODE("424")"\n"
11682
11683 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x4fv))"\n"
11684 "\t"STUB_ASM_CODE("425")"\n"
11685
11686 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x2fv))"\n"
11687 "\t"STUB_ASM_CODE("426")"\n"
11688
11689 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x4fv))"\n"
11690 "\t"STUB_ASM_CODE("427")"\n"
11691
11692 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x2fv))"\n"
11693 "\t"STUB_ASM_CODE("428")"\n"
11694
11695 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x3fv))"\n"
11696 "\t"STUB_ASM_CODE("429")"\n"
11697
11698 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColor))"\n"
11699 "\t"STUB_ASM_CODE("430")"\n"
11700
11701 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfi))"\n"
11702 "\t"STUB_ASM_CODE("431")"\n"
11703
11704 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfv))"\n"
11705 "\t"STUB_ASM_CODE("432")"\n"
11706
11707 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferiv))"\n"
11708 "\t"STUB_ASM_CODE("433")"\n"
11709
11710 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferuiv))"\n"
11711 "\t"STUB_ASM_CODE("434")"\n"
11712
11713 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetStringi))"\n"
11714 "\t"STUB_ASM_CODE("435")"\n"
11715
11716 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBuffer))"\n"
11717 "\t"STUB_ASM_CODE("436")"\n"
11718
11719 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture))"\n"
11720 "\t"STUB_ASM_CODE("437")"\n"
11721
11722 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameteri64v))"\n"
11723 "\t"STUB_ASM_CODE("438")"\n"
11724
11725 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64i_v))"\n"
11726 "\t"STUB_ASM_CODE("439")"\n"
11727
11728 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisor))"\n"
11729 "\t"STUB_ASM_CODE("440")"\n"
11730
11731 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixdARB))"\n"
11732 "\t"STUB_ASM_CODE("441")"\n"
11733
11734 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixd)"\n"
11735 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixd)", "GLAPI_PREFIX_STR(LoadTransposeMatrixdARB)"\n"
11736
11737 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixfARB))"\n"
11738 "\t"STUB_ASM_CODE("442")"\n"
11739
11740 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixf)"\n"
11741 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixf)", "GLAPI_PREFIX_STR(LoadTransposeMatrixfARB)"\n"
11742
11743 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixdARB))"\n"
11744 "\t"STUB_ASM_CODE("443")"\n"
11745
11746 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixd)"\n"
11747 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixd)", "GLAPI_PREFIX_STR(MultTransposeMatrixdARB)"\n"
11748
11749 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixfARB))"\n"
11750 "\t"STUB_ASM_CODE("444")"\n"
11751
11752 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixf)"\n"
11753 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixf)", "GLAPI_PREFIX_STR(MultTransposeMatrixfARB)"\n"
11754
11755 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoverageARB))"\n"
11756 "\t"STUB_ASM_CODE("445")"\n"
11757
11758 ".globl "GLAPI_PREFIX_STR(SampleCoverage)"\n"
11759 ".set "GLAPI_PREFIX_STR(SampleCoverage)", "GLAPI_PREFIX_STR(SampleCoverageARB)"\n"
11760
11761 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage1DARB))"\n"
11762 "\t"STUB_ASM_CODE("446")"\n"
11763
11764 ".globl "GLAPI_PREFIX_STR(CompressedTexImage1D)"\n"
11765 ".set "GLAPI_PREFIX_STR(CompressedTexImage1D)", "GLAPI_PREFIX_STR(CompressedTexImage1DARB)"\n"
11766
11767 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage2DARB))"\n"
11768 "\t"STUB_ASM_CODE("447")"\n"
11769
11770 ".globl "GLAPI_PREFIX_STR(CompressedTexImage2D)"\n"
11771 ".set "GLAPI_PREFIX_STR(CompressedTexImage2D)", "GLAPI_PREFIX_STR(CompressedTexImage2DARB)"\n"
11772
11773 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage3DARB))"\n"
11774 "\t"STUB_ASM_CODE("448")"\n"
11775
11776 ".globl "GLAPI_PREFIX_STR(CompressedTexImage3D)"\n"
11777 ".set "GLAPI_PREFIX_STR(CompressedTexImage3D)", "GLAPI_PREFIX_STR(CompressedTexImage3DARB)"\n"
11778
11779 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage1DARB))"\n"
11780 "\t"STUB_ASM_CODE("449")"\n"
11781
11782 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage1D)"\n"
11783 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage1D)", "GLAPI_PREFIX_STR(CompressedTexSubImage1DARB)"\n"
11784
11785 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage2DARB))"\n"
11786 "\t"STUB_ASM_CODE("450")"\n"
11787
11788 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage2D)"\n"
11789 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage2D)", "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB)"\n"
11790
11791 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage3DARB))"\n"
11792 "\t"STUB_ASM_CODE("451")"\n"
11793
11794 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage3D)"\n"
11795 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3D)", "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB)"\n"
11796
11797 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCompressedTexImageARB))"\n"
11798 "\t"STUB_ASM_CODE("452")"\n"
11799
11800 ".globl "GLAPI_PREFIX_STR(GetCompressedTexImage)"\n"
11801 ".set "GLAPI_PREFIX_STR(GetCompressedTexImage)", "GLAPI_PREFIX_STR(GetCompressedTexImageARB)"\n"
11802
11803 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableVertexAttribArrayARB))"\n"
11804 "\t"STUB_ASM_CODE("453")"\n"
11805
11806 ".globl "GLAPI_PREFIX_STR(DisableVertexAttribArray)"\n"
11807 ".set "GLAPI_PREFIX_STR(DisableVertexAttribArray)", "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB)"\n"
11808
11809 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableVertexAttribArrayARB))"\n"
11810 "\t"STUB_ASM_CODE("454")"\n"
11811
11812 ".globl "GLAPI_PREFIX_STR(EnableVertexAttribArray)"\n"
11813 ".set "GLAPI_PREFIX_STR(EnableVertexAttribArray)", "GLAPI_PREFIX_STR(EnableVertexAttribArrayARB)"\n"
11814
11815 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterdvARB))"\n"
11816 "\t"STUB_ASM_CODE("455")"\n"
11817
11818 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterfvARB))"\n"
11819 "\t"STUB_ASM_CODE("456")"\n"
11820
11821 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterdvARB))"\n"
11822 "\t"STUB_ASM_CODE("457")"\n"
11823
11824 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterfvARB))"\n"
11825 "\t"STUB_ASM_CODE("458")"\n"
11826
11827 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringARB))"\n"
11828 "\t"STUB_ASM_CODE("459")"\n"
11829
11830 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivARB))"\n"
11831 "\t"STUB_ASM_CODE("460")"\n"
11832
11833 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvARB))"\n"
11834 "\t"STUB_ASM_CODE("461")"\n"
11835
11836 ".globl "GLAPI_PREFIX_STR(GetVertexAttribdv)"\n"
11837 ".set "GLAPI_PREFIX_STR(GetVertexAttribdv)", "GLAPI_PREFIX_STR(GetVertexAttribdvARB)"\n"
11838
11839 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvARB))"\n"
11840 "\t"STUB_ASM_CODE("462")"\n"
11841
11842 ".globl "GLAPI_PREFIX_STR(GetVertexAttribfv)"\n"
11843 ".set "GLAPI_PREFIX_STR(GetVertexAttribfv)", "GLAPI_PREFIX_STR(GetVertexAttribfvARB)"\n"
11844
11845 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivARB))"\n"
11846 "\t"STUB_ASM_CODE("463")"\n"
11847
11848 ".globl "GLAPI_PREFIX_STR(GetVertexAttribiv)"\n"
11849 ".set "GLAPI_PREFIX_STR(GetVertexAttribiv)", "GLAPI_PREFIX_STR(GetVertexAttribivARB)"\n"
11850
11851 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dARB))"\n"
11852 "\t"STUB_ASM_CODE("464")"\n"
11853
11854 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dNV)"\n"
11855 ".set "GLAPI_PREFIX_STR(ProgramParameter4dNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dARB)"\n"
11856
11857 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB))"\n"
11858 "\t"STUB_ASM_CODE("465")"\n"
11859
11860 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dvNV)"\n"
11861 ".set "GLAPI_PREFIX_STR(ProgramParameter4dvNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB)"\n"
11862
11863 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fARB))"\n"
11864 "\t"STUB_ASM_CODE("466")"\n"
11865
11866 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fNV)"\n"
11867 ".set "GLAPI_PREFIX_STR(ProgramParameter4fNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fARB)"\n"
11868
11869 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB))"\n"
11870 "\t"STUB_ASM_CODE("467")"\n"
11871
11872 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fvNV)"\n"
11873 ".set "GLAPI_PREFIX_STR(ProgramParameter4fvNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB)"\n"
11874
11875 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dARB))"\n"
11876 "\t"STUB_ASM_CODE("468")"\n"
11877
11878 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dvARB))"\n"
11879 "\t"STUB_ASM_CODE("469")"\n"
11880
11881 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fARB))"\n"
11882 "\t"STUB_ASM_CODE("470")"\n"
11883
11884 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fvARB))"\n"
11885 "\t"STUB_ASM_CODE("471")"\n"
11886
11887 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramStringARB))"\n"
11888 "\t"STUB_ASM_CODE("472")"\n"
11889
11890 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dARB))"\n"
11891 "\t"STUB_ASM_CODE("473")"\n"
11892
11893 ".globl "GLAPI_PREFIX_STR(VertexAttrib1d)"\n"
11894 ".set "GLAPI_PREFIX_STR(VertexAttrib1d)", "GLAPI_PREFIX_STR(VertexAttrib1dARB)"\n"
11895
11896 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvARB))"\n"
11897 "\t"STUB_ASM_CODE("474")"\n"
11898
11899 ".globl "GLAPI_PREFIX_STR(VertexAttrib1dv)"\n"
11900 ".set "GLAPI_PREFIX_STR(VertexAttrib1dv)", "GLAPI_PREFIX_STR(VertexAttrib1dvARB)"\n"
11901
11902 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fARB))"\n"
11903 "\t"STUB_ASM_CODE("475")"\n"
11904
11905 ".globl "GLAPI_PREFIX_STR(VertexAttrib1f)"\n"
11906 ".set "GLAPI_PREFIX_STR(VertexAttrib1f)", "GLAPI_PREFIX_STR(VertexAttrib1fARB)"\n"
11907
11908 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvARB))"\n"
11909 "\t"STUB_ASM_CODE("476")"\n"
11910
11911 ".globl "GLAPI_PREFIX_STR(VertexAttrib1fv)"\n"
11912 ".set "GLAPI_PREFIX_STR(VertexAttrib1fv)", "GLAPI_PREFIX_STR(VertexAttrib1fvARB)"\n"
11913
11914 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sARB))"\n"
11915 "\t"STUB_ASM_CODE("477")"\n"
11916
11917 ".globl "GLAPI_PREFIX_STR(VertexAttrib1s)"\n"
11918 ".set "GLAPI_PREFIX_STR(VertexAttrib1s)", "GLAPI_PREFIX_STR(VertexAttrib1sARB)"\n"
11919
11920 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svARB))"\n"
11921 "\t"STUB_ASM_CODE("478")"\n"
11922
11923 ".globl "GLAPI_PREFIX_STR(VertexAttrib1sv)"\n"
11924 ".set "GLAPI_PREFIX_STR(VertexAttrib1sv)", "GLAPI_PREFIX_STR(VertexAttrib1svARB)"\n"
11925
11926 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dARB))"\n"
11927 "\t"STUB_ASM_CODE("479")"\n"
11928
11929 ".globl "GLAPI_PREFIX_STR(VertexAttrib2d)"\n"
11930 ".set "GLAPI_PREFIX_STR(VertexAttrib2d)", "GLAPI_PREFIX_STR(VertexAttrib2dARB)"\n"
11931
11932 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvARB))"\n"
11933 "\t"STUB_ASM_CODE("480")"\n"
11934
11935 ".globl "GLAPI_PREFIX_STR(VertexAttrib2dv)"\n"
11936 ".set "GLAPI_PREFIX_STR(VertexAttrib2dv)", "GLAPI_PREFIX_STR(VertexAttrib2dvARB)"\n"
11937
11938 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fARB))"\n"
11939 "\t"STUB_ASM_CODE("481")"\n"
11940
11941 ".globl "GLAPI_PREFIX_STR(VertexAttrib2f)"\n"
11942 ".set "GLAPI_PREFIX_STR(VertexAttrib2f)", "GLAPI_PREFIX_STR(VertexAttrib2fARB)"\n"
11943
11944 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvARB))"\n"
11945 "\t"STUB_ASM_CODE("482")"\n"
11946
11947 ".globl "GLAPI_PREFIX_STR(VertexAttrib2fv)"\n"
11948 ".set "GLAPI_PREFIX_STR(VertexAttrib2fv)", "GLAPI_PREFIX_STR(VertexAttrib2fvARB)"\n"
11949
11950 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sARB))"\n"
11951 "\t"STUB_ASM_CODE("483")"\n"
11952
11953 ".globl "GLAPI_PREFIX_STR(VertexAttrib2s)"\n"
11954 ".set "GLAPI_PREFIX_STR(VertexAttrib2s)", "GLAPI_PREFIX_STR(VertexAttrib2sARB)"\n"
11955
11956 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svARB))"\n"
11957 "\t"STUB_ASM_CODE("484")"\n"
11958
11959 ".globl "GLAPI_PREFIX_STR(VertexAttrib2sv)"\n"
11960 ".set "GLAPI_PREFIX_STR(VertexAttrib2sv)", "GLAPI_PREFIX_STR(VertexAttrib2svARB)"\n"
11961
11962 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dARB))"\n"
11963 "\t"STUB_ASM_CODE("485")"\n"
11964
11965 ".globl "GLAPI_PREFIX_STR(VertexAttrib3d)"\n"
11966 ".set "GLAPI_PREFIX_STR(VertexAttrib3d)", "GLAPI_PREFIX_STR(VertexAttrib3dARB)"\n"
11967
11968 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvARB))"\n"
11969 "\t"STUB_ASM_CODE("486")"\n"
11970
11971 ".globl "GLAPI_PREFIX_STR(VertexAttrib3dv)"\n"
11972 ".set "GLAPI_PREFIX_STR(VertexAttrib3dv)", "GLAPI_PREFIX_STR(VertexAttrib3dvARB)"\n"
11973
11974 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fARB))"\n"
11975 "\t"STUB_ASM_CODE("487")"\n"
11976
11977 ".globl "GLAPI_PREFIX_STR(VertexAttrib3f)"\n"
11978 ".set "GLAPI_PREFIX_STR(VertexAttrib3f)", "GLAPI_PREFIX_STR(VertexAttrib3fARB)"\n"
11979
11980 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvARB))"\n"
11981 "\t"STUB_ASM_CODE("488")"\n"
11982
11983 ".globl "GLAPI_PREFIX_STR(VertexAttrib3fv)"\n"
11984 ".set "GLAPI_PREFIX_STR(VertexAttrib3fv)", "GLAPI_PREFIX_STR(VertexAttrib3fvARB)"\n"
11985
11986 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sARB))"\n"
11987 "\t"STUB_ASM_CODE("489")"\n"
11988
11989 ".globl "GLAPI_PREFIX_STR(VertexAttrib3s)"\n"
11990 ".set "GLAPI_PREFIX_STR(VertexAttrib3s)", "GLAPI_PREFIX_STR(VertexAttrib3sARB)"\n"
11991
11992 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svARB))"\n"
11993 "\t"STUB_ASM_CODE("490")"\n"
11994
11995 ".globl "GLAPI_PREFIX_STR(VertexAttrib3sv)"\n"
11996 ".set "GLAPI_PREFIX_STR(VertexAttrib3sv)", "GLAPI_PREFIX_STR(VertexAttrib3svARB)"\n"
11997
11998 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NbvARB))"\n"
11999 "\t"STUB_ASM_CODE("491")"\n"
12000
12001 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nbv)"\n"
12002 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nbv)", "GLAPI_PREFIX_STR(VertexAttrib4NbvARB)"\n"
12003
12004 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NivARB))"\n"
12005 "\t"STUB_ASM_CODE("492")"\n"
12006
12007 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Niv)"\n"
12008 ".set "GLAPI_PREFIX_STR(VertexAttrib4Niv)", "GLAPI_PREFIX_STR(VertexAttrib4NivARB)"\n"
12009
12010 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NsvARB))"\n"
12011 "\t"STUB_ASM_CODE("493")"\n"
12012
12013 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nsv)"\n"
12014 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nsv)", "GLAPI_PREFIX_STR(VertexAttrib4NsvARB)"\n"
12015
12016 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubARB))"\n"
12017 "\t"STUB_ASM_CODE("494")"\n"
12018
12019 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nub)"\n"
12020 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nub)", "GLAPI_PREFIX_STR(VertexAttrib4NubARB)"\n"
12021
12022 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubvARB))"\n"
12023 "\t"STUB_ASM_CODE("495")"\n"
12024
12025 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nubv)"\n"
12026 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nubv)", "GLAPI_PREFIX_STR(VertexAttrib4NubvARB)"\n"
12027
12028 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NuivARB))"\n"
12029 "\t"STUB_ASM_CODE("496")"\n"
12030
12031 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)"\n"
12032 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)", "GLAPI_PREFIX_STR(VertexAttrib4NuivARB)"\n"
12033
12034 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NusvARB))"\n"
12035 "\t"STUB_ASM_CODE("497")"\n"
12036
12037 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nusv)"\n"
12038 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nusv)", "GLAPI_PREFIX_STR(VertexAttrib4NusvARB)"\n"
12039
12040 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4bvARB))"\n"
12041 "\t"STUB_ASM_CODE("498")"\n"
12042
12043 ".globl "GLAPI_PREFIX_STR(VertexAttrib4bv)"\n"
12044 ".set "GLAPI_PREFIX_STR(VertexAttrib4bv)", "GLAPI_PREFIX_STR(VertexAttrib4bvARB)"\n"
12045
12046 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dARB))"\n"
12047 "\t"STUB_ASM_CODE("499")"\n"
12048
12049 ".globl "GLAPI_PREFIX_STR(VertexAttrib4d)"\n"
12050 ".set "GLAPI_PREFIX_STR(VertexAttrib4d)", "GLAPI_PREFIX_STR(VertexAttrib4dARB)"\n"
12051
12052 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvARB))"\n"
12053 "\t"STUB_ASM_CODE("500")"\n"
12054
12055 ".globl "GLAPI_PREFIX_STR(VertexAttrib4dv)"\n"
12056 ".set "GLAPI_PREFIX_STR(VertexAttrib4dv)", "GLAPI_PREFIX_STR(VertexAttrib4dvARB)"\n"
12057
12058 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fARB))"\n"
12059 "\t"STUB_ASM_CODE("501")"\n"
12060
12061 ".globl "GLAPI_PREFIX_STR(VertexAttrib4f)"\n"
12062 ".set "GLAPI_PREFIX_STR(VertexAttrib4f)", "GLAPI_PREFIX_STR(VertexAttrib4fARB)"\n"
12063
12064 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvARB))"\n"
12065 "\t"STUB_ASM_CODE("502")"\n"
12066
12067 ".globl "GLAPI_PREFIX_STR(VertexAttrib4fv)"\n"
12068 ".set "GLAPI_PREFIX_STR(VertexAttrib4fv)", "GLAPI_PREFIX_STR(VertexAttrib4fvARB)"\n"
12069
12070 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ivARB))"\n"
12071 "\t"STUB_ASM_CODE("503")"\n"
12072
12073 ".globl "GLAPI_PREFIX_STR(VertexAttrib4iv)"\n"
12074 ".set "GLAPI_PREFIX_STR(VertexAttrib4iv)", "GLAPI_PREFIX_STR(VertexAttrib4ivARB)"\n"
12075
12076 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sARB))"\n"
12077 "\t"STUB_ASM_CODE("504")"\n"
12078
12079 ".globl "GLAPI_PREFIX_STR(VertexAttrib4s)"\n"
12080 ".set "GLAPI_PREFIX_STR(VertexAttrib4s)", "GLAPI_PREFIX_STR(VertexAttrib4sARB)"\n"
12081
12082 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svARB))"\n"
12083 "\t"STUB_ASM_CODE("505")"\n"
12084
12085 ".globl "GLAPI_PREFIX_STR(VertexAttrib4sv)"\n"
12086 ".set "GLAPI_PREFIX_STR(VertexAttrib4sv)", "GLAPI_PREFIX_STR(VertexAttrib4svARB)"\n"
12087
12088 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvARB))"\n"
12089 "\t"STUB_ASM_CODE("506")"\n"
12090
12091 ".globl "GLAPI_PREFIX_STR(VertexAttrib4ubv)"\n"
12092 ".set "GLAPI_PREFIX_STR(VertexAttrib4ubv)", "GLAPI_PREFIX_STR(VertexAttrib4ubvARB)"\n"
12093
12094 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4uivARB))"\n"
12095 "\t"STUB_ASM_CODE("507")"\n"
12096
12097 ".globl "GLAPI_PREFIX_STR(VertexAttrib4uiv)"\n"
12098 ".set "GLAPI_PREFIX_STR(VertexAttrib4uiv)", "GLAPI_PREFIX_STR(VertexAttrib4uivARB)"\n"
12099
12100 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4usvARB))"\n"
12101 "\t"STUB_ASM_CODE("508")"\n"
12102
12103 ".globl "GLAPI_PREFIX_STR(VertexAttrib4usv)"\n"
12104 ".set "GLAPI_PREFIX_STR(VertexAttrib4usv)", "GLAPI_PREFIX_STR(VertexAttrib4usvARB)"\n"
12105
12106 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerARB))"\n"
12107 "\t"STUB_ASM_CODE("509")"\n"
12108
12109 ".globl "GLAPI_PREFIX_STR(VertexAttribPointer)"\n"
12110 ".set "GLAPI_PREFIX_STR(VertexAttribPointer)", "GLAPI_PREFIX_STR(VertexAttribPointerARB)"\n"
12111
12112 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferARB))"\n"
12113 "\t"STUB_ASM_CODE("510")"\n"
12114
12115 ".globl "GLAPI_PREFIX_STR(BindBuffer)"\n"
12116 ".set "GLAPI_PREFIX_STR(BindBuffer)", "GLAPI_PREFIX_STR(BindBufferARB)"\n"
12117
12118 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferDataARB))"\n"
12119 "\t"STUB_ASM_CODE("511")"\n"
12120
12121 ".globl "GLAPI_PREFIX_STR(BufferData)"\n"
12122 ".set "GLAPI_PREFIX_STR(BufferData)", "GLAPI_PREFIX_STR(BufferDataARB)"\n"
12123
12124 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferSubDataARB))"\n"
12125 "\t"STUB_ASM_CODE("512")"\n"
12126
12127 ".globl "GLAPI_PREFIX_STR(BufferSubData)"\n"
12128 ".set "GLAPI_PREFIX_STR(BufferSubData)", "GLAPI_PREFIX_STR(BufferSubDataARB)"\n"
12129
12130 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteBuffersARB))"\n"
12131 "\t"STUB_ASM_CODE("513")"\n"
12132
12133 ".globl "GLAPI_PREFIX_STR(DeleteBuffers)"\n"
12134 ".set "GLAPI_PREFIX_STR(DeleteBuffers)", "GLAPI_PREFIX_STR(DeleteBuffersARB)"\n"
12135
12136 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenBuffersARB))"\n"
12137 "\t"STUB_ASM_CODE("514")"\n"
12138
12139 ".globl "GLAPI_PREFIX_STR(GenBuffers)"\n"
12140 ".set "GLAPI_PREFIX_STR(GenBuffers)", "GLAPI_PREFIX_STR(GenBuffersARB)"\n"
12141
12142 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameterivARB))"\n"
12143 "\t"STUB_ASM_CODE("515")"\n"
12144
12145 ".globl "GLAPI_PREFIX_STR(GetBufferParameteriv)"\n"
12146 ".set "GLAPI_PREFIX_STR(GetBufferParameteriv)", "GLAPI_PREFIX_STR(GetBufferParameterivARB)"\n"
12147
12148 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferPointervARB))"\n"
12149 "\t"STUB_ASM_CODE("516")"\n"
12150
12151 ".globl "GLAPI_PREFIX_STR(GetBufferPointerv)"\n"
12152 ".set "GLAPI_PREFIX_STR(GetBufferPointerv)", "GLAPI_PREFIX_STR(GetBufferPointervARB)"\n"
12153
12154 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferSubDataARB))"\n"
12155 "\t"STUB_ASM_CODE("517")"\n"
12156
12157 ".globl "GLAPI_PREFIX_STR(GetBufferSubData)"\n"
12158 ".set "GLAPI_PREFIX_STR(GetBufferSubData)", "GLAPI_PREFIX_STR(GetBufferSubDataARB)"\n"
12159
12160 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsBufferARB))"\n"
12161 "\t"STUB_ASM_CODE("518")"\n"
12162
12163 ".globl "GLAPI_PREFIX_STR(IsBuffer)"\n"
12164 ".set "GLAPI_PREFIX_STR(IsBuffer)", "GLAPI_PREFIX_STR(IsBufferARB)"\n"
12165
12166 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferARB))"\n"
12167 "\t"STUB_ASM_CODE("519")"\n"
12168
12169 ".globl "GLAPI_PREFIX_STR(MapBuffer)"\n"
12170 ".set "GLAPI_PREFIX_STR(MapBuffer)", "GLAPI_PREFIX_STR(MapBufferARB)"\n"
12171
12172 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnmapBufferARB))"\n"
12173 "\t"STUB_ASM_CODE("520")"\n"
12174
12175 ".globl "GLAPI_PREFIX_STR(UnmapBuffer)"\n"
12176 ".set "GLAPI_PREFIX_STR(UnmapBuffer)", "GLAPI_PREFIX_STR(UnmapBufferARB)"\n"
12177
12178 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginQueryARB))"\n"
12179 "\t"STUB_ASM_CODE("521")"\n"
12180
12181 ".globl "GLAPI_PREFIX_STR(BeginQuery)"\n"
12182 ".set "GLAPI_PREFIX_STR(BeginQuery)", "GLAPI_PREFIX_STR(BeginQueryARB)"\n"
12183
12184 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteQueriesARB))"\n"
12185 "\t"STUB_ASM_CODE("522")"\n"
12186
12187 ".globl "GLAPI_PREFIX_STR(DeleteQueries)"\n"
12188 ".set "GLAPI_PREFIX_STR(DeleteQueries)", "GLAPI_PREFIX_STR(DeleteQueriesARB)"\n"
12189
12190 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndQueryARB))"\n"
12191 "\t"STUB_ASM_CODE("523")"\n"
12192
12193 ".globl "GLAPI_PREFIX_STR(EndQuery)"\n"
12194 ".set "GLAPI_PREFIX_STR(EndQuery)", "GLAPI_PREFIX_STR(EndQueryARB)"\n"
12195
12196 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenQueriesARB))"\n"
12197 "\t"STUB_ASM_CODE("524")"\n"
12198
12199 ".globl "GLAPI_PREFIX_STR(GenQueries)"\n"
12200 ".set "GLAPI_PREFIX_STR(GenQueries)", "GLAPI_PREFIX_STR(GenQueriesARB)"\n"
12201
12202 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectivARB))"\n"
12203 "\t"STUB_ASM_CODE("525")"\n"
12204
12205 ".globl "GLAPI_PREFIX_STR(GetQueryObjectiv)"\n"
12206 ".set "GLAPI_PREFIX_STR(GetQueryObjectiv)", "GLAPI_PREFIX_STR(GetQueryObjectivARB)"\n"
12207
12208 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectuivARB))"\n"
12209 "\t"STUB_ASM_CODE("526")"\n"
12210
12211 ".globl "GLAPI_PREFIX_STR(GetQueryObjectuiv)"\n"
12212 ".set "GLAPI_PREFIX_STR(GetQueryObjectuiv)", "GLAPI_PREFIX_STR(GetQueryObjectuivARB)"\n"
12213
12214 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryivARB))"\n"
12215 "\t"STUB_ASM_CODE("527")"\n"
12216
12217 ".globl "GLAPI_PREFIX_STR(GetQueryiv)"\n"
12218 ".set "GLAPI_PREFIX_STR(GetQueryiv)", "GLAPI_PREFIX_STR(GetQueryivARB)"\n"
12219
12220 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsQueryARB))"\n"
12221 "\t"STUB_ASM_CODE("528")"\n"
12222
12223 ".globl "GLAPI_PREFIX_STR(IsQuery)"\n"
12224 ".set "GLAPI_PREFIX_STR(IsQuery)", "GLAPI_PREFIX_STR(IsQueryARB)"\n"
12225
12226 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachObjectARB))"\n"
12227 "\t"STUB_ASM_CODE("529")"\n"
12228
12229 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShaderARB))"\n"
12230 "\t"STUB_ASM_CODE("530")"\n"
12231
12232 ".globl "GLAPI_PREFIX_STR(CompileShader)"\n"
12233 ".set "GLAPI_PREFIX_STR(CompileShader)", "GLAPI_PREFIX_STR(CompileShaderARB)"\n"
12234
12235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgramObjectARB))"\n"
12236 "\t"STUB_ASM_CODE("531")"\n"
12237
12238 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderObjectARB))"\n"
12239 "\t"STUB_ASM_CODE("532")"\n"
12240
12241 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteObjectARB))"\n"
12242 "\t"STUB_ASM_CODE("533")"\n"
12243
12244 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachObjectARB))"\n"
12245 "\t"STUB_ASM_CODE("534")"\n"
12246
12247 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformARB))"\n"
12248 "\t"STUB_ASM_CODE("535")"\n"
12249
12250 ".globl "GLAPI_PREFIX_STR(GetActiveUniform)"\n"
12251 ".set "GLAPI_PREFIX_STR(GetActiveUniform)", "GLAPI_PREFIX_STR(GetActiveUniformARB)"\n"
12252
12253 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedObjectsARB))"\n"
12254 "\t"STUB_ASM_CODE("536")"\n"
12255
12256 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHandleARB))"\n"
12257 "\t"STUB_ASM_CODE("537")"\n"
12258
12259 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInfoLogARB))"\n"
12260 "\t"STUB_ASM_CODE("538")"\n"
12261
12262 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterfvARB))"\n"
12263 "\t"STUB_ASM_CODE("539")"\n"
12264
12265 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivARB))"\n"
12266 "\t"STUB_ASM_CODE("540")"\n"
12267
12268 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderSourceARB))"\n"
12269 "\t"STUB_ASM_CODE("541")"\n"
12270
12271 ".globl "GLAPI_PREFIX_STR(GetShaderSource)"\n"
12272 ".set "GLAPI_PREFIX_STR(GetShaderSource)", "GLAPI_PREFIX_STR(GetShaderSourceARB)"\n"
12273
12274 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformLocationARB))"\n"
12275 "\t"STUB_ASM_CODE("542")"\n"
12276
12277 ".globl "GLAPI_PREFIX_STR(GetUniformLocation)"\n"
12278 ".set "GLAPI_PREFIX_STR(GetUniformLocation)", "GLAPI_PREFIX_STR(GetUniformLocationARB)"\n"
12279
12280 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformfvARB))"\n"
12281 "\t"STUB_ASM_CODE("543")"\n"
12282
12283 ".globl "GLAPI_PREFIX_STR(GetUniformfv)"\n"
12284 ".set "GLAPI_PREFIX_STR(GetUniformfv)", "GLAPI_PREFIX_STR(GetUniformfvARB)"\n"
12285
12286 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformivARB))"\n"
12287 "\t"STUB_ASM_CODE("544")"\n"
12288
12289 ".globl "GLAPI_PREFIX_STR(GetUniformiv)"\n"
12290 ".set "GLAPI_PREFIX_STR(GetUniformiv)", "GLAPI_PREFIX_STR(GetUniformivARB)"\n"
12291
12292 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LinkProgramARB))"\n"
12293 "\t"STUB_ASM_CODE("545")"\n"
12294
12295 ".globl "GLAPI_PREFIX_STR(LinkProgram)"\n"
12296 ".set "GLAPI_PREFIX_STR(LinkProgram)", "GLAPI_PREFIX_STR(LinkProgramARB)"\n"
12297
12298 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderSourceARB))"\n"
12299 "\t"STUB_ASM_CODE("546")"\n"
12300
12301 ".globl "GLAPI_PREFIX_STR(ShaderSource)"\n"
12302 ".set "GLAPI_PREFIX_STR(ShaderSource)", "GLAPI_PREFIX_STR(ShaderSourceARB)"\n"
12303
12304 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fARB))"\n"
12305 "\t"STUB_ASM_CODE("547")"\n"
12306
12307 ".globl "GLAPI_PREFIX_STR(Uniform1f)"\n"
12308 ".set "GLAPI_PREFIX_STR(Uniform1f)", "GLAPI_PREFIX_STR(Uniform1fARB)"\n"
12309
12310 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fvARB))"\n"
12311 "\t"STUB_ASM_CODE("548")"\n"
12312
12313 ".globl "GLAPI_PREFIX_STR(Uniform1fv)"\n"
12314 ".set "GLAPI_PREFIX_STR(Uniform1fv)", "GLAPI_PREFIX_STR(Uniform1fvARB)"\n"
12315
12316 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1iARB))"\n"
12317 "\t"STUB_ASM_CODE("549")"\n"
12318
12319 ".globl "GLAPI_PREFIX_STR(Uniform1i)"\n"
12320 ".set "GLAPI_PREFIX_STR(Uniform1i)", "GLAPI_PREFIX_STR(Uniform1iARB)"\n"
12321
12322 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1ivARB))"\n"
12323 "\t"STUB_ASM_CODE("550")"\n"
12324
12325 ".globl "GLAPI_PREFIX_STR(Uniform1iv)"\n"
12326 ".set "GLAPI_PREFIX_STR(Uniform1iv)", "GLAPI_PREFIX_STR(Uniform1ivARB)"\n"
12327
12328 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fARB))"\n"
12329 "\t"STUB_ASM_CODE("551")"\n"
12330
12331 ".globl "GLAPI_PREFIX_STR(Uniform2f)"\n"
12332 ".set "GLAPI_PREFIX_STR(Uniform2f)", "GLAPI_PREFIX_STR(Uniform2fARB)"\n"
12333
12334 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fvARB))"\n"
12335 "\t"STUB_ASM_CODE("552")"\n"
12336
12337 ".globl "GLAPI_PREFIX_STR(Uniform2fv)"\n"
12338 ".set "GLAPI_PREFIX_STR(Uniform2fv)", "GLAPI_PREFIX_STR(Uniform2fvARB)"\n"
12339
12340 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2iARB))"\n"
12341 "\t"STUB_ASM_CODE("553")"\n"
12342
12343 ".globl "GLAPI_PREFIX_STR(Uniform2i)"\n"
12344 ".set "GLAPI_PREFIX_STR(Uniform2i)", "GLAPI_PREFIX_STR(Uniform2iARB)"\n"
12345
12346 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2ivARB))"\n"
12347 "\t"STUB_ASM_CODE("554")"\n"
12348
12349 ".globl "GLAPI_PREFIX_STR(Uniform2iv)"\n"
12350 ".set "GLAPI_PREFIX_STR(Uniform2iv)", "GLAPI_PREFIX_STR(Uniform2ivARB)"\n"
12351
12352 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fARB))"\n"
12353 "\t"STUB_ASM_CODE("555")"\n"
12354
12355 ".globl "GLAPI_PREFIX_STR(Uniform3f)"\n"
12356 ".set "GLAPI_PREFIX_STR(Uniform3f)", "GLAPI_PREFIX_STR(Uniform3fARB)"\n"
12357
12358 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fvARB))"\n"
12359 "\t"STUB_ASM_CODE("556")"\n"
12360
12361 ".globl "GLAPI_PREFIX_STR(Uniform3fv)"\n"
12362 ".set "GLAPI_PREFIX_STR(Uniform3fv)", "GLAPI_PREFIX_STR(Uniform3fvARB)"\n"
12363
12364 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3iARB))"\n"
12365 "\t"STUB_ASM_CODE("557")"\n"
12366
12367 ".globl "GLAPI_PREFIX_STR(Uniform3i)"\n"
12368 ".set "GLAPI_PREFIX_STR(Uniform3i)", "GLAPI_PREFIX_STR(Uniform3iARB)"\n"
12369
12370 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3ivARB))"\n"
12371 "\t"STUB_ASM_CODE("558")"\n"
12372
12373 ".globl "GLAPI_PREFIX_STR(Uniform3iv)"\n"
12374 ".set "GLAPI_PREFIX_STR(Uniform3iv)", "GLAPI_PREFIX_STR(Uniform3ivARB)"\n"
12375
12376 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fARB))"\n"
12377 "\t"STUB_ASM_CODE("559")"\n"
12378
12379 ".globl "GLAPI_PREFIX_STR(Uniform4f)"\n"
12380 ".set "GLAPI_PREFIX_STR(Uniform4f)", "GLAPI_PREFIX_STR(Uniform4fARB)"\n"
12381
12382 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fvARB))"\n"
12383 "\t"STUB_ASM_CODE("560")"\n"
12384
12385 ".globl "GLAPI_PREFIX_STR(Uniform4fv)"\n"
12386 ".set "GLAPI_PREFIX_STR(Uniform4fv)", "GLAPI_PREFIX_STR(Uniform4fvARB)"\n"
12387
12388 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4iARB))"\n"
12389 "\t"STUB_ASM_CODE("561")"\n"
12390
12391 ".globl "GLAPI_PREFIX_STR(Uniform4i)"\n"
12392 ".set "GLAPI_PREFIX_STR(Uniform4i)", "GLAPI_PREFIX_STR(Uniform4iARB)"\n"
12393
12394 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4ivARB))"\n"
12395 "\t"STUB_ASM_CODE("562")"\n"
12396
12397 ".globl "GLAPI_PREFIX_STR(Uniform4iv)"\n"
12398 ".set "GLAPI_PREFIX_STR(Uniform4iv)", "GLAPI_PREFIX_STR(Uniform4ivARB)"\n"
12399
12400 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2fvARB))"\n"
12401 "\t"STUB_ASM_CODE("563")"\n"
12402
12403 ".globl "GLAPI_PREFIX_STR(UniformMatrix2fv)"\n"
12404 ".set "GLAPI_PREFIX_STR(UniformMatrix2fv)", "GLAPI_PREFIX_STR(UniformMatrix2fvARB)"\n"
12405
12406 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3fvARB))"\n"
12407 "\t"STUB_ASM_CODE("564")"\n"
12408
12409 ".globl "GLAPI_PREFIX_STR(UniformMatrix3fv)"\n"
12410 ".set "GLAPI_PREFIX_STR(UniformMatrix3fv)", "GLAPI_PREFIX_STR(UniformMatrix3fvARB)"\n"
12411
12412 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4fvARB))"\n"
12413 "\t"STUB_ASM_CODE("565")"\n"
12414
12415 ".globl "GLAPI_PREFIX_STR(UniformMatrix4fv)"\n"
12416 ".set "GLAPI_PREFIX_STR(UniformMatrix4fv)", "GLAPI_PREFIX_STR(UniformMatrix4fvARB)"\n"
12417
12418 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseProgramObjectARB))"\n"
12419 "\t"STUB_ASM_CODE("566")"\n"
12420
12421 ".globl "GLAPI_PREFIX_STR(UseProgram)"\n"
12422 ".set "GLAPI_PREFIX_STR(UseProgram)", "GLAPI_PREFIX_STR(UseProgramObjectARB)"\n"
12423
12424 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ValidateProgramARB))"\n"
12425 "\t"STUB_ASM_CODE("567")"\n"
12426
12427 ".globl "GLAPI_PREFIX_STR(ValidateProgram)"\n"
12428 ".set "GLAPI_PREFIX_STR(ValidateProgram)", "GLAPI_PREFIX_STR(ValidateProgramARB)"\n"
12429
12430 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindAttribLocationARB))"\n"
12431 "\t"STUB_ASM_CODE("568")"\n"
12432
12433 ".globl "GLAPI_PREFIX_STR(BindAttribLocation)"\n"
12434 ".set "GLAPI_PREFIX_STR(BindAttribLocation)", "GLAPI_PREFIX_STR(BindAttribLocationARB)"\n"
12435
12436 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveAttribARB))"\n"
12437 "\t"STUB_ASM_CODE("569")"\n"
12438
12439 ".globl "GLAPI_PREFIX_STR(GetActiveAttrib)"\n"
12440 ".set "GLAPI_PREFIX_STR(GetActiveAttrib)", "GLAPI_PREFIX_STR(GetActiveAttribARB)"\n"
12441
12442 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttribLocationARB))"\n"
12443 "\t"STUB_ASM_CODE("570")"\n"
12444
12445 ".globl "GLAPI_PREFIX_STR(GetAttribLocation)"\n"
12446 ".set "GLAPI_PREFIX_STR(GetAttribLocation)", "GLAPI_PREFIX_STR(GetAttribLocationARB)"\n"
12447
12448 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffersARB))"\n"
12449 "\t"STUB_ASM_CODE("571")"\n"
12450
12451 ".globl "GLAPI_PREFIX_STR(DrawBuffers)"\n"
12452 ".set "GLAPI_PREFIX_STR(DrawBuffers)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
12453
12454 ".globl "GLAPI_PREFIX_STR(DrawBuffersATI)"\n"
12455 ".set "GLAPI_PREFIX_STR(DrawBuffersATI)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
12456
12457 ".globl "GLAPI_PREFIX_STR(DrawBuffersNV)"\n"
12458 ".set "GLAPI_PREFIX_STR(DrawBuffersNV)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
12459
12460 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColorARB))"\n"
12461 "\t"STUB_ASM_CODE("572")"\n"
12462
12463 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysInstancedARB))"\n"
12464 "\t"STUB_ASM_CODE("573")"\n"
12465
12466 ".globl "GLAPI_PREFIX_STR(DrawArraysInstanced)"\n"
12467 ".set "GLAPI_PREFIX_STR(DrawArraysInstanced)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
12468
12469 ".globl "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)"\n"
12470 ".set "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
12471
12472 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedARB))"\n"
12473 "\t"STUB_ASM_CODE("574")"\n"
12474
12475 ".globl "GLAPI_PREFIX_STR(DrawElementsInstanced)"\n"
12476 ".set "GLAPI_PREFIX_STR(DrawElementsInstanced)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
12477
12478 ".globl "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)"\n"
12479 ".set "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
12480
12481 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageMultisample))"\n"
12482 "\t"STUB_ASM_CODE("575")"\n"
12483
12484 ".globl "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)"\n"
12485 ".set "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)", "GLAPI_PREFIX_STR(RenderbufferStorageMultisample)"\n"
12486
12487 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureARB))"\n"
12488 "\t"STUB_ASM_CODE("576")"\n"
12489
12490 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureFaceARB))"\n"
12491 "\t"STUB_ASM_CODE("577")"\n"
12492
12493 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameteriARB))"\n"
12494 "\t"STUB_ASM_CODE("578")"\n"
12495
12496 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisorARB))"\n"
12497 "\t"STUB_ASM_CODE("579")"\n"
12498
12499 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushMappedBufferRange))"\n"
12500 "\t"STUB_ASM_CODE("580")"\n"
12501
12502 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferRange))"\n"
12503 "\t"STUB_ASM_CODE("581")"\n"
12504
12505 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBufferARB))"\n"
12506 "\t"STUB_ASM_CODE("582")"\n"
12507
12508 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexArray))"\n"
12509 "\t"STUB_ASM_CODE("583")"\n"
12510
12511 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenVertexArrays))"\n"
12512 "\t"STUB_ASM_CODE("584")"\n"
12513
12514 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyBufferSubData))"\n"
12515 "\t"STUB_ASM_CODE("585")"\n"
12516
12517 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientWaitSync))"\n"
12518 "\t"STUB_ASM_CODE("586")"\n"
12519
12520 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSync))"\n"
12521 "\t"STUB_ASM_CODE("587")"\n"
12522
12523 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FenceSync))"\n"
12524 "\t"STUB_ASM_CODE("588")"\n"
12525
12526 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64v))"\n"
12527 "\t"STUB_ASM_CODE("589")"\n"
12528
12529 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSynciv))"\n"
12530 "\t"STUB_ASM_CODE("590")"\n"
12531
12532 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSync))"\n"
12533 "\t"STUB_ASM_CODE("591")"\n"
12534
12535 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WaitSync))"\n"
12536 "\t"STUB_ASM_CODE("592")"\n"
12537
12538 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsBaseVertex))"\n"
12539 "\t"STUB_ASM_CODE("593")"\n"
12540
12541 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedBaseVertex))"\n"
12542 "\t"STUB_ASM_CODE("594")"\n"
12543
12544 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElementsBaseVertex))"\n"
12545 "\t"STUB_ASM_CODE("595")"\n"
12546
12547 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsBaseVertex))"\n"
12548 "\t"STUB_ASM_CODE("596")"\n"
12549
12550 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparateiARB))"\n"
12551 "\t"STUB_ASM_CODE("597")"\n"
12552
12553 ".globl "GLAPI_PREFIX_STR(BlendEquationSeparateIndexedAMD)"\n"
12554 ".set "GLAPI_PREFIX_STR(BlendEquationSeparateIndexedAMD)", "GLAPI_PREFIX_STR(BlendEquationSeparateiARB)"\n"
12555
12556 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationiARB))"\n"
12557 "\t"STUB_ASM_CODE("598")"\n"
12558
12559 ".globl "GLAPI_PREFIX_STR(BlendEquationIndexedAMD)"\n"
12560 ".set "GLAPI_PREFIX_STR(BlendEquationIndexedAMD)", "GLAPI_PREFIX_STR(BlendEquationiARB)"\n"
12561
12562 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateiARB))"\n"
12563 "\t"STUB_ASM_CODE("599")"\n"
12564
12565 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparateIndexedAMD)"\n"
12566 ".set "GLAPI_PREFIX_STR(BlendFuncSeparateIndexedAMD)", "GLAPI_PREFIX_STR(BlendFuncSeparateiARB)"\n"
12567
12568 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunciARB))"\n"
12569 "\t"STUB_ASM_CODE("600")"\n"
12570
12571 ".globl "GLAPI_PREFIX_STR(BlendFuncIndexedAMD)"\n"
12572 ".set "GLAPI_PREFIX_STR(BlendFuncIndexedAMD)", "GLAPI_PREFIX_STR(BlendFunciARB)"\n"
12573
12574 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindSampler))"\n"
12575 "\t"STUB_ASM_CODE("601")"\n"
12576
12577 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSamplers))"\n"
12578 "\t"STUB_ASM_CODE("602")"\n"
12579
12580 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenSamplers))"\n"
12581 "\t"STUB_ASM_CODE("603")"\n"
12582
12583 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIiv))"\n"
12584 "\t"STUB_ASM_CODE("604")"\n"
12585
12586 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIuiv))"\n"
12587 "\t"STUB_ASM_CODE("605")"\n"
12588
12589 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterfv))"\n"
12590 "\t"STUB_ASM_CODE("606")"\n"
12591
12592 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameteriv))"\n"
12593 "\t"STUB_ASM_CODE("607")"\n"
12594
12595 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSampler))"\n"
12596 "\t"STUB_ASM_CODE("608")"\n"
12597
12598 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIiv))"\n"
12599 "\t"STUB_ASM_CODE("609")"\n"
12600
12601 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIuiv))"\n"
12602 "\t"STUB_ASM_CODE("610")"\n"
12603
12604 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterf))"\n"
12605 "\t"STUB_ASM_CODE("611")"\n"
12606
12607 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterfv))"\n"
12608 "\t"STUB_ASM_CODE("612")"\n"
12609
12610 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteri))"\n"
12611 "\t"STUB_ASM_CODE("613")"\n"
12612
12613 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteriv))"\n"
12614 "\t"STUB_ASM_CODE("614")"\n"
12615
12616 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP3ui))"\n"
12617 "\t"STUB_ASM_CODE("615")"\n"
12618
12619 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP3uiv))"\n"
12620 "\t"STUB_ASM_CODE("616")"\n"
12621
12622 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP4ui))"\n"
12623 "\t"STUB_ASM_CODE("617")"\n"
12624
12625 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorP4uiv))"\n"
12626 "\t"STUB_ASM_CODE("618")"\n"
12627
12628 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP1ui))"\n"
12629 "\t"STUB_ASM_CODE("619")"\n"
12630
12631 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP1uiv))"\n"
12632 "\t"STUB_ASM_CODE("620")"\n"
12633
12634 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP2ui))"\n"
12635 "\t"STUB_ASM_CODE("621")"\n"
12636
12637 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP2uiv))"\n"
12638 "\t"STUB_ASM_CODE("622")"\n"
12639
12640 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP3ui))"\n"
12641 "\t"STUB_ASM_CODE("623")"\n"
12642
12643 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP3uiv))"\n"
12644 "\t"STUB_ASM_CODE("624")"\n"
12645
12646 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP4ui))"\n"
12647 "\t"STUB_ASM_CODE("625")"\n"
12648
12649 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoordP4uiv))"\n"
12650 "\t"STUB_ASM_CODE("626")"\n"
12651
12652 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalP3ui))"\n"
12653 "\t"STUB_ASM_CODE("627")"\n"
12654
12655 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalP3uiv))"\n"
12656 "\t"STUB_ASM_CODE("628")"\n"
12657
12658 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorP3ui))"\n"
12659 "\t"STUB_ASM_CODE("629")"\n"
12660
12661 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorP3uiv))"\n"
12662 "\t"STUB_ASM_CODE("630")"\n"
12663
12664 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP1ui))"\n"
12665 "\t"STUB_ASM_CODE("631")"\n"
12666
12667 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP1uiv))"\n"
12668 "\t"STUB_ASM_CODE("632")"\n"
12669
12670 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP2ui))"\n"
12671 "\t"STUB_ASM_CODE("633")"\n"
12672
12673 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP2uiv))"\n"
12674 "\t"STUB_ASM_CODE("634")"\n"
12675
12676 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP3ui))"\n"
12677 "\t"STUB_ASM_CODE("635")"\n"
12678
12679 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP3uiv))"\n"
12680 "\t"STUB_ASM_CODE("636")"\n"
12681
12682 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP4ui))"\n"
12683 "\t"STUB_ASM_CODE("637")"\n"
12684
12685 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordP4uiv))"\n"
12686 "\t"STUB_ASM_CODE("638")"\n"
12687
12688 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP1ui))"\n"
12689 "\t"STUB_ASM_CODE("639")"\n"
12690
12691 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP1uiv))"\n"
12692 "\t"STUB_ASM_CODE("640")"\n"
12693
12694 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP2ui))"\n"
12695 "\t"STUB_ASM_CODE("641")"\n"
12696
12697 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP2uiv))"\n"
12698 "\t"STUB_ASM_CODE("642")"\n"
12699
12700 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP3ui))"\n"
12701 "\t"STUB_ASM_CODE("643")"\n"
12702
12703 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP3uiv))"\n"
12704 "\t"STUB_ASM_CODE("644")"\n"
12705
12706 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP4ui))"\n"
12707 "\t"STUB_ASM_CODE("645")"\n"
12708
12709 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribP4uiv))"\n"
12710 "\t"STUB_ASM_CODE("646")"\n"
12711
12712 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP2ui))"\n"
12713 "\t"STUB_ASM_CODE("647")"\n"
12714
12715 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP2uiv))"\n"
12716 "\t"STUB_ASM_CODE("648")"\n"
12717
12718 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3ui))"\n"
12719 "\t"STUB_ASM_CODE("649")"\n"
12720
12721 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3uiv))"\n"
12722 "\t"STUB_ASM_CODE("650")"\n"
12723
12724 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4ui))"\n"
12725 "\t"STUB_ASM_CODE("651")"\n"
12726
12727 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4uiv))"\n"
12728 "\t"STUB_ASM_CODE("652")"\n"
12729
12730 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback))"\n"
12731 "\t"STUB_ASM_CODE("653")"\n"
12732
12733 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks))"\n"
12734 "\t"STUB_ASM_CODE("654")"\n"
12735
12736 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback))"\n"
12737 "\t"STUB_ASM_CODE("655")"\n"
12738
12739 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks))"\n"
12740 "\t"STUB_ASM_CODE("656")"\n"
12741
12742 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback))"\n"
12743 "\t"STUB_ASM_CODE("657")"\n"
12744
12745 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback))"\n"
12746 "\t"STUB_ASM_CODE("658")"\n"
12747
12748 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback))"\n"
12749 "\t"STUB_ASM_CODE("659")"\n"
12750
12751 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"
12752 "\t"STUB_ASM_CODE("660")"\n"
12753
12754 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"
12755 "\t"STUB_ASM_CODE("661")"\n"
12756
12757 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat))"\n"
12758 "\t"STUB_ASM_CODE("662")"\n"
12759
12760 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler))"\n"
12761 "\t"STUB_ASM_CODE("663")"\n"
12762
12763 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary))"\n"
12764 "\t"STUB_ASM_CODE("664")"\n"
12765
12766 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetGraphicsResetStatusARB))"\n"
12767 "\t"STUB_ASM_CODE("668")"\n"
12768
12769 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnColorTableARB))"\n"
12770 "\t"STUB_ASM_CODE("669")"\n"
12771
12772 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnCompressedTexImageARB))"\n"
12773 "\t"STUB_ASM_CODE("670")"\n"
12774
12775 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnConvolutionFilterARB))"\n"
12776 "\t"STUB_ASM_CODE("671")"\n"
12777
12778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnHistogramARB))"\n"
12779 "\t"STUB_ASM_CODE("672")"\n"
12780
12781 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapdvARB))"\n"
12782 "\t"STUB_ASM_CODE("673")"\n"
12783
12784 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapfvARB))"\n"
12785 "\t"STUB_ASM_CODE("674")"\n"
12786
12787 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapivARB))"\n"
12788 "\t"STUB_ASM_CODE("675")"\n"
12789
12790 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMinmaxARB))"\n"
12791 "\t"STUB_ASM_CODE("676")"\n"
12792
12793 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapfvARB))"\n"
12794 "\t"STUB_ASM_CODE("677")"\n"
12795
12796 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapuivARB))"\n"
12797 "\t"STUB_ASM_CODE("678")"\n"
12798
12799 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapusvARB))"\n"
12800 "\t"STUB_ASM_CODE("679")"\n"
12801
12802 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPolygonStippleARB))"\n"
12803 "\t"STUB_ASM_CODE("680")"\n"
12804
12805 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnSeparableFilterARB))"\n"
12806 "\t"STUB_ASM_CODE("681")"\n"
12807
12808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnTexImageARB))"\n"
12809 "\t"STUB_ASM_CODE("682")"\n"
12810
12811 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformdvARB))"\n"
12812 "\t"STUB_ASM_CODE("683")"\n"
12813
12814 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformfvARB))"\n"
12815 "\t"STUB_ASM_CODE("684")"\n"
12816
12817 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformivARB))"\n"
12818 "\t"STUB_ASM_CODE("685")"\n"
12819
12820 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformuivARB))"\n"
12821 "\t"STUB_ASM_CODE("686")"\n"
12822
12823 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadnPixelsARB))"\n"
12824 "\t"STUB_ASM_CODE("687")"\n"
12825
12826 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetEXT))"\n"
12827 "\t"STUB_ASM_CODE("688")"\n"
12828
12829 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT))"\n"
12830 "\t"STUB_ASM_CODE("707")"\n"
12831
12832 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT))"\n"
12833 "\t"STUB_ASM_CODE("708")"\n"
12834
12835 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT))"\n"
12836 "\t"STUB_ASM_CODE("709")"\n"
12837
12838 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT))"\n"
12839 "\t"STUB_ASM_CODE("710")"\n"
12840
12841 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT))"\n"
12842 "\t"STUB_ASM_CODE("711")"\n"
12843
12844 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT))"\n"
12845 "\t"STUB_ASM_CODE("712")"\n"
12846
12847 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT))"\n"
12848 "\t"STUB_ASM_CODE("713")"\n"
12849
12850 ".globl "GLAPI_PREFIX_STR(PointParameterf)"\n"
12851 ".set "GLAPI_PREFIX_STR(PointParameterf)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
12852
12853 ".globl "GLAPI_PREFIX_STR(PointParameterfARB)"\n"
12854 ".set "GLAPI_PREFIX_STR(PointParameterfARB)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
12855
12856 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfvEXT))"\n"
12857 "\t"STUB_ASM_CODE("714")"\n"
12858
12859 ".globl "GLAPI_PREFIX_STR(PointParameterfv)"\n"
12860 ".set "GLAPI_PREFIX_STR(PointParameterfv)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
12861
12862 ".globl "GLAPI_PREFIX_STR(PointParameterfvARB)"\n"
12863 ".set "GLAPI_PREFIX_STR(PointParameterfvARB)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
12864
12865 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LockArraysEXT))"\n"
12866 "\t"STUB_ASM_CODE("715")"\n"
12867
12868 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnlockArraysEXT))"\n"
12869 "\t"STUB_ASM_CODE("716")"\n"
12870
12871 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bEXT))"\n"
12872 "\t"STUB_ASM_CODE("717")"\n"
12873
12874 ".globl "GLAPI_PREFIX_STR(SecondaryColor3b)"\n"
12875 ".set "GLAPI_PREFIX_STR(SecondaryColor3b)", "GLAPI_PREFIX_STR(SecondaryColor3bEXT)"\n"
12876
12877 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bvEXT))"\n"
12878 "\t"STUB_ASM_CODE("718")"\n"
12879
12880 ".globl "GLAPI_PREFIX_STR(SecondaryColor3bv)"\n"
12881 ".set "GLAPI_PREFIX_STR(SecondaryColor3bv)", "GLAPI_PREFIX_STR(SecondaryColor3bvEXT)"\n"
12882
12883 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dEXT))"\n"
12884 "\t"STUB_ASM_CODE("719")"\n"
12885
12886 ".globl "GLAPI_PREFIX_STR(SecondaryColor3d)"\n"
12887 ".set "GLAPI_PREFIX_STR(SecondaryColor3d)", "GLAPI_PREFIX_STR(SecondaryColor3dEXT)"\n"
12888
12889 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dvEXT))"\n"
12890 "\t"STUB_ASM_CODE("720")"\n"
12891
12892 ".globl "GLAPI_PREFIX_STR(SecondaryColor3dv)"\n"
12893 ".set "GLAPI_PREFIX_STR(SecondaryColor3dv)", "GLAPI_PREFIX_STR(SecondaryColor3dvEXT)"\n"
12894
12895 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fEXT))"\n"
12896 "\t"STUB_ASM_CODE("721")"\n"
12897
12898 ".globl "GLAPI_PREFIX_STR(SecondaryColor3f)"\n"
12899 ".set "GLAPI_PREFIX_STR(SecondaryColor3f)", "GLAPI_PREFIX_STR(SecondaryColor3fEXT)"\n"
12900
12901 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fvEXT))"\n"
12902 "\t"STUB_ASM_CODE("722")"\n"
12903
12904 ".globl "GLAPI_PREFIX_STR(SecondaryColor3fv)"\n"
12905 ".set "GLAPI_PREFIX_STR(SecondaryColor3fv)", "GLAPI_PREFIX_STR(SecondaryColor3fvEXT)"\n"
12906
12907 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3iEXT))"\n"
12908 "\t"STUB_ASM_CODE("723")"\n"
12909
12910 ".globl "GLAPI_PREFIX_STR(SecondaryColor3i)"\n"
12911 ".set "GLAPI_PREFIX_STR(SecondaryColor3i)", "GLAPI_PREFIX_STR(SecondaryColor3iEXT)"\n"
12912
12913 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ivEXT))"\n"
12914 "\t"STUB_ASM_CODE("724")"\n"
12915
12916 ".globl "GLAPI_PREFIX_STR(SecondaryColor3iv)"\n"
12917 ".set "GLAPI_PREFIX_STR(SecondaryColor3iv)", "GLAPI_PREFIX_STR(SecondaryColor3ivEXT)"\n"
12918
12919 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3sEXT))"\n"
12920 "\t"STUB_ASM_CODE("725")"\n"
12921
12922 ".globl "GLAPI_PREFIX_STR(SecondaryColor3s)"\n"
12923 ".set "GLAPI_PREFIX_STR(SecondaryColor3s)", "GLAPI_PREFIX_STR(SecondaryColor3sEXT)"\n"
12924
12925 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3svEXT))"\n"
12926 "\t"STUB_ASM_CODE("726")"\n"
12927
12928 ".globl "GLAPI_PREFIX_STR(SecondaryColor3sv)"\n"
12929 ".set "GLAPI_PREFIX_STR(SecondaryColor3sv)", "GLAPI_PREFIX_STR(SecondaryColor3svEXT)"\n"
12930
12931 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubEXT))"\n"
12932 "\t"STUB_ASM_CODE("727")"\n"
12933
12934 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ub)"\n"
12935 ".set "GLAPI_PREFIX_STR(SecondaryColor3ub)", "GLAPI_PREFIX_STR(SecondaryColor3ubEXT)"\n"
12936
12937 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubvEXT))"\n"
12938 "\t"STUB_ASM_CODE("728")"\n"
12939
12940 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ubv)"\n"
12941 ".set "GLAPI_PREFIX_STR(SecondaryColor3ubv)", "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT)"\n"
12942
12943 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uiEXT))"\n"
12944 "\t"STUB_ASM_CODE("729")"\n"
12945
12946 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ui)"\n"
12947 ".set "GLAPI_PREFIX_STR(SecondaryColor3ui)", "GLAPI_PREFIX_STR(SecondaryColor3uiEXT)"\n"
12948
12949 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uivEXT))"\n"
12950 "\t"STUB_ASM_CODE("730")"\n"
12951
12952 ".globl "GLAPI_PREFIX_STR(SecondaryColor3uiv)"\n"
12953 ".set "GLAPI_PREFIX_STR(SecondaryColor3uiv)", "GLAPI_PREFIX_STR(SecondaryColor3uivEXT)"\n"
12954
12955 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usEXT))"\n"
12956 "\t"STUB_ASM_CODE("731")"\n"
12957
12958 ".globl "GLAPI_PREFIX_STR(SecondaryColor3us)"\n"
12959 ".set "GLAPI_PREFIX_STR(SecondaryColor3us)", "GLAPI_PREFIX_STR(SecondaryColor3usEXT)"\n"
12960
12961 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usvEXT))"\n"
12962 "\t"STUB_ASM_CODE("732")"\n"
12963
12964 ".globl "GLAPI_PREFIX_STR(SecondaryColor3usv)"\n"
12965 ".set "GLAPI_PREFIX_STR(SecondaryColor3usv)", "GLAPI_PREFIX_STR(SecondaryColor3usvEXT)"\n"
12966
12967 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorPointerEXT))"\n"
12968 "\t"STUB_ASM_CODE("733")"\n"
12969
12970 ".globl "GLAPI_PREFIX_STR(SecondaryColorPointer)"\n"
12971 ".set "GLAPI_PREFIX_STR(SecondaryColorPointer)", "GLAPI_PREFIX_STR(SecondaryColorPointerEXT)"\n"
12972
12973 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArraysEXT))"\n"
12974 "\t"STUB_ASM_CODE("734")"\n"
12975
12976 ".globl "GLAPI_PREFIX_STR(MultiDrawArrays)"\n"
12977 ".set "GLAPI_PREFIX_STR(MultiDrawArrays)", "GLAPI_PREFIX_STR(MultiDrawArraysEXT)"\n"
12978
12979 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsEXT))"\n"
12980 "\t"STUB_ASM_CODE("735")"\n"
12981
12982 ".globl "GLAPI_PREFIX_STR(MultiDrawElements)"\n"
12983 ".set "GLAPI_PREFIX_STR(MultiDrawElements)", "GLAPI_PREFIX_STR(MultiDrawElementsEXT)"\n"
12984
12985 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordPointerEXT))"\n"
12986 "\t"STUB_ASM_CODE("736")"\n"
12987
12988 ".globl "GLAPI_PREFIX_STR(FogCoordPointer)"\n"
12989 ".set "GLAPI_PREFIX_STR(FogCoordPointer)", "GLAPI_PREFIX_STR(FogCoordPointerEXT)"\n"
12990
12991 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddEXT))"\n"
12992 "\t"STUB_ASM_CODE("737")"\n"
12993
12994 ".globl "GLAPI_PREFIX_STR(FogCoordd)"\n"
12995 ".set "GLAPI_PREFIX_STR(FogCoordd)", "GLAPI_PREFIX_STR(FogCoorddEXT)"\n"
12996
12997 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddvEXT))"\n"
12998 "\t"STUB_ASM_CODE("738")"\n"
12999
13000 ".globl "GLAPI_PREFIX_STR(FogCoorddv)"\n"
13001 ".set "GLAPI_PREFIX_STR(FogCoorddv)", "GLAPI_PREFIX_STR(FogCoorddvEXT)"\n"
13002
13003 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfEXT))"\n"
13004 "\t"STUB_ASM_CODE("739")"\n"
13005
13006 ".globl "GLAPI_PREFIX_STR(FogCoordf)"\n"
13007 ".set "GLAPI_PREFIX_STR(FogCoordf)", "GLAPI_PREFIX_STR(FogCoordfEXT)"\n"
13008
13009 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfvEXT))"\n"
13010 "\t"STUB_ASM_CODE("740")"\n"
13011
13012 ".globl "GLAPI_PREFIX_STR(FogCoordfv)"\n"
13013 ".set "GLAPI_PREFIX_STR(FogCoordfv)", "GLAPI_PREFIX_STR(FogCoordfvEXT)"\n"
13014
13015 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateEXT))"\n"
13016 "\t"STUB_ASM_CODE("742")"\n"
13017
13018 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparate)"\n"
13019 ".set "GLAPI_PREFIX_STR(BlendFuncSeparate)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)"\n"
13020
13021 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushVertexArrayRangeNV))"\n"
13022 "\t"STUB_ASM_CODE("743")"\n"
13023
13024 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexArrayRangeNV))"\n"
13025 "\t"STUB_ASM_CODE("744")"\n"
13026
13027 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerInputNV))"\n"
13028 "\t"STUB_ASM_CODE("745")"\n"
13029
13030 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerOutputNV))"\n"
13031 "\t"STUB_ASM_CODE("746")"\n"
13032
13033 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfNV))"\n"
13034 "\t"STUB_ASM_CODE("747")"\n"
13035
13036 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfvNV))"\n"
13037 "\t"STUB_ASM_CODE("748")"\n"
13038
13039 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameteriNV))"\n"
13040 "\t"STUB_ASM_CODE("749")"\n"
13041
13042 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterivNV))"\n"
13043 "\t"STUB_ASM_CODE("750")"\n"
13044
13045 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FinalCombinerInputNV))"\n"
13046 "\t"STUB_ASM_CODE("751")"\n"
13047
13048 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterfvNV))"\n"
13049 "\t"STUB_ASM_CODE("752")"\n"
13050
13051 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterivNV))"\n"
13052 "\t"STUB_ASM_CODE("753")"\n"
13053
13054 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterfvNV))"\n"
13055 "\t"STUB_ASM_CODE("754")"\n"
13056
13057 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterivNV))"\n"
13058 "\t"STUB_ASM_CODE("755")"\n"
13059
13060 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterfvNV))"\n"
13061 "\t"STUB_ASM_CODE("756")"\n"
13062
13063 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterivNV))"\n"
13064 "\t"STUB_ASM_CODE("757")"\n"
13065
13066 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResizeBuffersMESA))"\n"
13067 "\t"STUB_ASM_CODE("758")"\n"
13068
13069 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dMESA))"\n"
13070 "\t"STUB_ASM_CODE("759")"\n"
13071
13072 ".globl "GLAPI_PREFIX_STR(WindowPos2d)"\n"
13073 ".set "GLAPI_PREFIX_STR(WindowPos2d)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
13074
13075 ".globl "GLAPI_PREFIX_STR(WindowPos2dARB)"\n"
13076 ".set "GLAPI_PREFIX_STR(WindowPos2dARB)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
13077
13078 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dvMESA))"\n"
13079 "\t"STUB_ASM_CODE("760")"\n"
13080
13081 ".globl "GLAPI_PREFIX_STR(WindowPos2dv)"\n"
13082 ".set "GLAPI_PREFIX_STR(WindowPos2dv)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
13083
13084 ".globl "GLAPI_PREFIX_STR(WindowPos2dvARB)"\n"
13085 ".set "GLAPI_PREFIX_STR(WindowPos2dvARB)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
13086
13087 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fMESA))"\n"
13088 "\t"STUB_ASM_CODE("761")"\n"
13089
13090 ".globl "GLAPI_PREFIX_STR(WindowPos2f)"\n"
13091 ".set "GLAPI_PREFIX_STR(WindowPos2f)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
13092
13093 ".globl "GLAPI_PREFIX_STR(WindowPos2fARB)"\n"
13094 ".set "GLAPI_PREFIX_STR(WindowPos2fARB)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
13095
13096 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fvMESA))"\n"
13097 "\t"STUB_ASM_CODE("762")"\n"
13098
13099 ".globl "GLAPI_PREFIX_STR(WindowPos2fv)"\n"
13100 ".set "GLAPI_PREFIX_STR(WindowPos2fv)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
13101
13102 ".globl "GLAPI_PREFIX_STR(WindowPos2fvARB)"\n"
13103 ".set "GLAPI_PREFIX_STR(WindowPos2fvARB)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
13104
13105 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iMESA))"\n"
13106 "\t"STUB_ASM_CODE("763")"\n"
13107
13108 ".globl "GLAPI_PREFIX_STR(WindowPos2i)"\n"
13109 ".set "GLAPI_PREFIX_STR(WindowPos2i)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
13110
13111 ".globl "GLAPI_PREFIX_STR(WindowPos2iARB)"\n"
13112 ".set "GLAPI_PREFIX_STR(WindowPos2iARB)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
13113
13114 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2ivMESA))"\n"
13115 "\t"STUB_ASM_CODE("764")"\n"
13116
13117 ".globl "GLAPI_PREFIX_STR(WindowPos2iv)"\n"
13118 ".set "GLAPI_PREFIX_STR(WindowPos2iv)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
13119
13120 ".globl "GLAPI_PREFIX_STR(WindowPos2ivARB)"\n"
13121 ".set "GLAPI_PREFIX_STR(WindowPos2ivARB)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
13122
13123 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sMESA))"\n"
13124 "\t"STUB_ASM_CODE("765")"\n"
13125
13126 ".globl "GLAPI_PREFIX_STR(WindowPos2s)"\n"
13127 ".set "GLAPI_PREFIX_STR(WindowPos2s)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
13128
13129 ".globl "GLAPI_PREFIX_STR(WindowPos2sARB)"\n"
13130 ".set "GLAPI_PREFIX_STR(WindowPos2sARB)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
13131
13132 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2svMESA))"\n"
13133 "\t"STUB_ASM_CODE("766")"\n"
13134
13135 ".globl "GLAPI_PREFIX_STR(WindowPos2sv)"\n"
13136 ".set "GLAPI_PREFIX_STR(WindowPos2sv)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
13137
13138 ".globl "GLAPI_PREFIX_STR(WindowPos2svARB)"\n"
13139 ".set "GLAPI_PREFIX_STR(WindowPos2svARB)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
13140
13141 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dMESA))"\n"
13142 "\t"STUB_ASM_CODE("767")"\n"
13143
13144 ".globl "GLAPI_PREFIX_STR(WindowPos3d)"\n"
13145 ".set "GLAPI_PREFIX_STR(WindowPos3d)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
13146
13147 ".globl "GLAPI_PREFIX_STR(WindowPos3dARB)"\n"
13148 ".set "GLAPI_PREFIX_STR(WindowPos3dARB)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
13149
13150 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dvMESA))"\n"
13151 "\t"STUB_ASM_CODE("768")"\n"
13152
13153 ".globl "GLAPI_PREFIX_STR(WindowPos3dv)"\n"
13154 ".set "GLAPI_PREFIX_STR(WindowPos3dv)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
13155
13156 ".globl "GLAPI_PREFIX_STR(WindowPos3dvARB)"\n"
13157 ".set "GLAPI_PREFIX_STR(WindowPos3dvARB)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
13158
13159 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fMESA))"\n"
13160 "\t"STUB_ASM_CODE("769")"\n"
13161
13162 ".globl "GLAPI_PREFIX_STR(WindowPos3f)"\n"
13163 ".set "GLAPI_PREFIX_STR(WindowPos3f)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
13164
13165 ".globl "GLAPI_PREFIX_STR(WindowPos3fARB)"\n"
13166 ".set "GLAPI_PREFIX_STR(WindowPos3fARB)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
13167
13168 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fvMESA))"\n"
13169 "\t"STUB_ASM_CODE("770")"\n"
13170
13171 ".globl "GLAPI_PREFIX_STR(WindowPos3fv)"\n"
13172 ".set "GLAPI_PREFIX_STR(WindowPos3fv)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
13173
13174 ".globl "GLAPI_PREFIX_STR(WindowPos3fvARB)"\n"
13175 ".set "GLAPI_PREFIX_STR(WindowPos3fvARB)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
13176
13177 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iMESA))"\n"
13178 "\t"STUB_ASM_CODE("771")"\n"
13179
13180 ".globl "GLAPI_PREFIX_STR(WindowPos3i)"\n"
13181 ".set "GLAPI_PREFIX_STR(WindowPos3i)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
13182
13183 ".globl "GLAPI_PREFIX_STR(WindowPos3iARB)"\n"
13184 ".set "GLAPI_PREFIX_STR(WindowPos3iARB)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
13185
13186 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3ivMESA))"\n"
13187 "\t"STUB_ASM_CODE("772")"\n"
13188
13189 ".globl "GLAPI_PREFIX_STR(WindowPos3iv)"\n"
13190 ".set "GLAPI_PREFIX_STR(WindowPos3iv)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
13191
13192 ".globl "GLAPI_PREFIX_STR(WindowPos3ivARB)"\n"
13193 ".set "GLAPI_PREFIX_STR(WindowPos3ivARB)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
13194
13195 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sMESA))"\n"
13196 "\t"STUB_ASM_CODE("773")"\n"
13197
13198 ".globl "GLAPI_PREFIX_STR(WindowPos3s)"\n"
13199 ".set "GLAPI_PREFIX_STR(WindowPos3s)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
13200
13201 ".globl "GLAPI_PREFIX_STR(WindowPos3sARB)"\n"
13202 ".set "GLAPI_PREFIX_STR(WindowPos3sARB)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
13203
13204 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3svMESA))"\n"
13205 "\t"STUB_ASM_CODE("774")"\n"
13206
13207 ".globl "GLAPI_PREFIX_STR(WindowPos3sv)"\n"
13208 ".set "GLAPI_PREFIX_STR(WindowPos3sv)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
13209
13210 ".globl "GLAPI_PREFIX_STR(WindowPos3svARB)"\n"
13211 ".set "GLAPI_PREFIX_STR(WindowPos3svARB)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
13212
13213 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dMESA))"\n"
13214 "\t"STUB_ASM_CODE("775")"\n"
13215
13216 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dvMESA))"\n"
13217 "\t"STUB_ASM_CODE("776")"\n"
13218
13219 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fMESA))"\n"
13220 "\t"STUB_ASM_CODE("777")"\n"
13221
13222 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fvMESA))"\n"
13223 "\t"STUB_ASM_CODE("778")"\n"
13224
13225 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4iMESA))"\n"
13226 "\t"STUB_ASM_CODE("779")"\n"
13227
13228 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4ivMESA))"\n"
13229 "\t"STUB_ASM_CODE("780")"\n"
13230
13231 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4sMESA))"\n"
13232 "\t"STUB_ASM_CODE("781")"\n"
13233
13234 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4svMESA))"\n"
13235 "\t"STUB_ASM_CODE("782")"\n"
13236
13237 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreProgramsResidentNV))"\n"
13238 "\t"STUB_ASM_CODE("792")"\n"
13239
13240 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindProgramNV))"\n"
13241 "\t"STUB_ASM_CODE("793")"\n"
13242
13243 ".globl "GLAPI_PREFIX_STR(BindProgramARB)"\n"
13244 ".set "GLAPI_PREFIX_STR(BindProgramARB)", "GLAPI_PREFIX_STR(BindProgramNV)"\n"
13245
13246 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgramsNV))"\n"
13247 "\t"STUB_ASM_CODE("794")"\n"
13248
13249 ".globl "GLAPI_PREFIX_STR(DeleteProgramsARB)"\n"
13250 ".set "GLAPI_PREFIX_STR(DeleteProgramsARB)", "GLAPI_PREFIX_STR(DeleteProgramsNV)"\n"
13251
13252 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ExecuteProgramNV))"\n"
13253 "\t"STUB_ASM_CODE("795")"\n"
13254
13255 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenProgramsNV))"\n"
13256 "\t"STUB_ASM_CODE("796")"\n"
13257
13258 ".globl "GLAPI_PREFIX_STR(GenProgramsARB)"\n"
13259 ".set "GLAPI_PREFIX_STR(GenProgramsARB)", "GLAPI_PREFIX_STR(GenProgramsNV)"\n"
13260
13261 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterdvNV))"\n"
13262 "\t"STUB_ASM_CODE("797")"\n"
13263
13264 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterfvNV))"\n"
13265 "\t"STUB_ASM_CODE("798")"\n"
13266
13267 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringNV))"\n"
13268 "\t"STUB_ASM_CODE("799")"\n"
13269
13270 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivNV))"\n"
13271 "\t"STUB_ASM_CODE("800")"\n"
13272
13273 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTrackMatrixivNV))"\n"
13274 "\t"STUB_ASM_CODE("801")"\n"
13275
13276 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointervNV))"\n"
13277 "\t"STUB_ASM_CODE("802")"\n"
13278
13279 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointerv)"\n"
13280 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointerv)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
13281
13282 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)"\n"
13283 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
13284
13285 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvNV))"\n"
13286 "\t"STUB_ASM_CODE("803")"\n"
13287
13288 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvNV))"\n"
13289 "\t"STUB_ASM_CODE("804")"\n"
13290
13291 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivNV))"\n"
13292 "\t"STUB_ASM_CODE("805")"\n"
13293
13294 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgramNV))"\n"
13295 "\t"STUB_ASM_CODE("806")"\n"
13296
13297 ".globl "GLAPI_PREFIX_STR(IsProgramARB)"\n"
13298 ".set "GLAPI_PREFIX_STR(IsProgramARB)", "GLAPI_PREFIX_STR(IsProgramNV)"\n"
13299
13300 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadProgramNV))"\n"
13301 "\t"STUB_ASM_CODE("807")"\n"
13302
13303 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4dvNV))"\n"
13304 "\t"STUB_ASM_CODE("808")"\n"
13305
13306 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4fvNV))"\n"
13307 "\t"STUB_ASM_CODE("809")"\n"
13308
13309 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RequestResidentProgramsNV))"\n"
13310 "\t"STUB_ASM_CODE("810")"\n"
13311
13312 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TrackMatrixNV))"\n"
13313 "\t"STUB_ASM_CODE("811")"\n"
13314
13315 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dNV))"\n"
13316 "\t"STUB_ASM_CODE("812")"\n"
13317
13318 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvNV))"\n"
13319 "\t"STUB_ASM_CODE("813")"\n"
13320
13321 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fNV))"\n"
13322 "\t"STUB_ASM_CODE("814")"\n"
13323
13324 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvNV))"\n"
13325 "\t"STUB_ASM_CODE("815")"\n"
13326
13327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sNV))"\n"
13328 "\t"STUB_ASM_CODE("816")"\n"
13329
13330 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svNV))"\n"
13331 "\t"STUB_ASM_CODE("817")"\n"
13332
13333 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dNV))"\n"
13334 "\t"STUB_ASM_CODE("818")"\n"
13335
13336 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvNV))"\n"
13337 "\t"STUB_ASM_CODE("819")"\n"
13338
13339 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fNV))"\n"
13340 "\t"STUB_ASM_CODE("820")"\n"
13341
13342 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvNV))"\n"
13343 "\t"STUB_ASM_CODE("821")"\n"
13344
13345 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sNV))"\n"
13346 "\t"STUB_ASM_CODE("822")"\n"
13347
13348 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svNV))"\n"
13349 "\t"STUB_ASM_CODE("823")"\n"
13350
13351 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dNV))"\n"
13352 "\t"STUB_ASM_CODE("824")"\n"
13353
13354 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvNV))"\n"
13355 "\t"STUB_ASM_CODE("825")"\n"
13356
13357 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fNV))"\n"
13358 "\t"STUB_ASM_CODE("826")"\n"
13359
13360 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvNV))"\n"
13361 "\t"STUB_ASM_CODE("827")"\n"
13362
13363 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sNV))"\n"
13364 "\t"STUB_ASM_CODE("828")"\n"
13365
13366 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svNV))"\n"
13367 "\t"STUB_ASM_CODE("829")"\n"
13368
13369 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dNV))"\n"
13370 "\t"STUB_ASM_CODE("830")"\n"
13371
13372 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvNV))"\n"
13373 "\t"STUB_ASM_CODE("831")"\n"
13374
13375 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fNV))"\n"
13376 "\t"STUB_ASM_CODE("832")"\n"
13377
13378 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvNV))"\n"
13379 "\t"STUB_ASM_CODE("833")"\n"
13380
13381 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sNV))"\n"
13382 "\t"STUB_ASM_CODE("834")"\n"
13383
13384 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svNV))"\n"
13385 "\t"STUB_ASM_CODE("835")"\n"
13386
13387 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubNV))"\n"
13388 "\t"STUB_ASM_CODE("836")"\n"
13389
13390 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvNV))"\n"
13391 "\t"STUB_ASM_CODE("837")"\n"
13392
13393 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerNV))"\n"
13394 "\t"STUB_ASM_CODE("838")"\n"
13395
13396 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1dvNV))"\n"
13397 "\t"STUB_ASM_CODE("839")"\n"
13398
13399 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1fvNV))"\n"
13400 "\t"STUB_ASM_CODE("840")"\n"
13401
13402 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1svNV))"\n"
13403 "\t"STUB_ASM_CODE("841")"\n"
13404
13405 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2dvNV))"\n"
13406 "\t"STUB_ASM_CODE("842")"\n"
13407
13408 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2fvNV))"\n"
13409 "\t"STUB_ASM_CODE("843")"\n"
13410
13411 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2svNV))"\n"
13412 "\t"STUB_ASM_CODE("844")"\n"
13413
13414 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3dvNV))"\n"
13415 "\t"STUB_ASM_CODE("845")"\n"
13416
13417 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3fvNV))"\n"
13418 "\t"STUB_ASM_CODE("846")"\n"
13419
13420 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3svNV))"\n"
13421 "\t"STUB_ASM_CODE("847")"\n"
13422
13423 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4dvNV))"\n"
13424 "\t"STUB_ASM_CODE("848")"\n"
13425
13426 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4fvNV))"\n"
13427 "\t"STUB_ASM_CODE("849")"\n"
13428
13429 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4svNV))"\n"
13430 "\t"STUB_ASM_CODE("850")"\n"
13431
13432 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4ubvNV))"\n"
13433 "\t"STUB_ASM_CODE("851")"\n"
13434
13435 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterfvATI))"\n"
13436 "\t"STUB_ASM_CODE("852")"\n"
13437
13438 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterivATI))"\n"
13439 "\t"STUB_ASM_CODE("853")"\n"
13440
13441 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterfvATI))"\n"
13442 "\t"STUB_ASM_CODE("854")"\n"
13443
13444 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterivATI))"\n"
13445 "\t"STUB_ASM_CODE("855")"\n"
13446
13447 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp1ATI))"\n"
13448 "\t"STUB_ASM_CODE("856")"\n"
13449
13450 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp2ATI))"\n"
13451 "\t"STUB_ASM_CODE("857")"\n"
13452
13453 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp3ATI))"\n"
13454 "\t"STUB_ASM_CODE("858")"\n"
13455
13456 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginFragmentShaderATI))"\n"
13457 "\t"STUB_ASM_CODE("859")"\n"
13458
13459 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragmentShaderATI))"\n"
13460 "\t"STUB_ASM_CODE("860")"\n"
13461
13462 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp1ATI))"\n"
13463 "\t"STUB_ASM_CODE("861")"\n"
13464
13465 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp2ATI))"\n"
13466 "\t"STUB_ASM_CODE("862")"\n"
13467
13468 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp3ATI))"\n"
13469 "\t"STUB_ASM_CODE("863")"\n"
13470
13471 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFragmentShaderATI))"\n"
13472 "\t"STUB_ASM_CODE("864")"\n"
13473
13474 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndFragmentShaderATI))"\n"
13475 "\t"STUB_ASM_CODE("865")"\n"
13476
13477 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFragmentShadersATI))"\n"
13478 "\t"STUB_ASM_CODE("866")"\n"
13479
13480 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassTexCoordATI))"\n"
13481 "\t"STUB_ASM_CODE("867")"\n"
13482
13483 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMapATI))"\n"
13484 "\t"STUB_ASM_CODE("868")"\n"
13485
13486 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SetFragmentShaderConstantATI))"\n"
13487 "\t"STUB_ASM_CODE("869")"\n"
13488
13489 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteriNV))"\n"
13490 "\t"STUB_ASM_CODE("870")"\n"
13491
13492 ".globl "GLAPI_PREFIX_STR(PointParameteri)"\n"
13493 ".set "GLAPI_PREFIX_STR(PointParameteri)", "GLAPI_PREFIX_STR(PointParameteriNV)"\n"
13494
13495 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterivNV))"\n"
13496 "\t"STUB_ASM_CODE("871")"\n"
13497
13498 ".globl "GLAPI_PREFIX_STR(PointParameteriv)"\n"
13499 ".set "GLAPI_PREFIX_STR(PointParameteriv)", "GLAPI_PREFIX_STR(PointParameterivNV)"\n"
13500
13501 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteVertexArrays))"\n"
13502 "\t"STUB_ASM_CODE("874")"\n"
13503
13504 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsVertexArray))"\n"
13505 "\t"STUB_ASM_CODE("876")"\n"
13506
13507 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterdvNV))"\n"
13508 "\t"STUB_ASM_CODE("877")"\n"
13509
13510 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterfvNV))"\n"
13511 "\t"STUB_ASM_CODE("878")"\n"
13512
13513 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dNV))"\n"
13514 "\t"STUB_ASM_CODE("879")"\n"
13515
13516 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dvNV))"\n"
13517 "\t"STUB_ASM_CODE("880")"\n"
13518
13519 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fNV))"\n"
13520 "\t"STUB_ASM_CODE("881")"\n"
13521
13522 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fvNV))"\n"
13523 "\t"STUB_ASM_CODE("882")"\n"
13524
13525 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartIndexNV))"\n"
13526 "\t"STUB_ASM_CODE("883")"\n"
13527
13528 ".globl "GLAPI_PREFIX_STR(PrimitiveRestartIndex)"\n"
13529 ".set "GLAPI_PREFIX_STR(PrimitiveRestartIndex)", "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV)"\n"
13530
13531 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartNV))"\n"
13532 "\t"STUB_ASM_CODE("884")"\n"
13533
13534 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparate))"\n"
13535 "\t"STUB_ASM_CODE("932")"\n"
13536
13537 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebufferEXT))"\n"
13538 "\t"STUB_ASM_CODE("933")"\n"
13539
13540 ".globl "GLAPI_PREFIX_STR(BindFramebuffer)"\n"
13541 ".set "GLAPI_PREFIX_STR(BindFramebuffer)", "GLAPI_PREFIX_STR(BindFramebufferEXT)"\n"
13542
13543 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbufferEXT))"\n"
13544 "\t"STUB_ASM_CODE("934")"\n"
13545
13546 ".globl "GLAPI_PREFIX_STR(BindRenderbuffer)"\n"
13547 ".set "GLAPI_PREFIX_STR(BindRenderbuffer)", "GLAPI_PREFIX_STR(BindRenderbufferEXT)"\n"
13548
13549 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CheckFramebufferStatusEXT))"\n"
13550 "\t"STUB_ASM_CODE("935")"\n"
13551
13552 ".globl "GLAPI_PREFIX_STR(CheckFramebufferStatus)"\n"
13553 ".set "GLAPI_PREFIX_STR(CheckFramebufferStatus)", "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT)"\n"
13554
13555 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFramebuffersEXT))"\n"
13556 "\t"STUB_ASM_CODE("936")"\n"
13557
13558 ".globl "GLAPI_PREFIX_STR(DeleteFramebuffers)"\n"
13559 ".set "GLAPI_PREFIX_STR(DeleteFramebuffers)", "GLAPI_PREFIX_STR(DeleteFramebuffersEXT)"\n"
13560
13561 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteRenderbuffersEXT))"\n"
13562 "\t"STUB_ASM_CODE("937")"\n"
13563
13564 ".globl "GLAPI_PREFIX_STR(DeleteRenderbuffers)"\n"
13565 ".set "GLAPI_PREFIX_STR(DeleteRenderbuffers)", "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT)"\n"
13566
13567 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferRenderbufferEXT))"\n"
13568 "\t"STUB_ASM_CODE("938")"\n"
13569
13570 ".globl "GLAPI_PREFIX_STR(FramebufferRenderbuffer)"\n"
13571 ".set "GLAPI_PREFIX_STR(FramebufferRenderbuffer)", "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT)"\n"
13572
13573 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture1DEXT))"\n"
13574 "\t"STUB_ASM_CODE("939")"\n"
13575
13576 ".globl "GLAPI_PREFIX_STR(FramebufferTexture1D)"\n"
13577 ".set "GLAPI_PREFIX_STR(FramebufferTexture1D)", "GLAPI_PREFIX_STR(FramebufferTexture1DEXT)"\n"
13578
13579 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture2DEXT))"\n"
13580 "\t"STUB_ASM_CODE("940")"\n"
13581
13582 ".globl "GLAPI_PREFIX_STR(FramebufferTexture2D)"\n"
13583 ".set "GLAPI_PREFIX_STR(FramebufferTexture2D)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)"\n"
13584
13585 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture3DEXT))"\n"
13586 "\t"STUB_ASM_CODE("941")"\n"
13587
13588 ".globl "GLAPI_PREFIX_STR(FramebufferTexture3D)"\n"
13589 ".set "GLAPI_PREFIX_STR(FramebufferTexture3D)", "GLAPI_PREFIX_STR(FramebufferTexture3DEXT)"\n"
13590
13591 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFramebuffersEXT))"\n"
13592 "\t"STUB_ASM_CODE("942")"\n"
13593
13594 ".globl "GLAPI_PREFIX_STR(GenFramebuffers)"\n"
13595 ".set "GLAPI_PREFIX_STR(GenFramebuffers)", "GLAPI_PREFIX_STR(GenFramebuffersEXT)"\n"
13596
13597 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenRenderbuffersEXT))"\n"
13598 "\t"STUB_ASM_CODE("943")"\n"
13599
13600 ".globl "GLAPI_PREFIX_STR(GenRenderbuffers)"\n"
13601 ".set "GLAPI_PREFIX_STR(GenRenderbuffers)", "GLAPI_PREFIX_STR(GenRenderbuffersEXT)"\n"
13602
13603 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenerateMipmapEXT))"\n"
13604 "\t"STUB_ASM_CODE("944")"\n"
13605
13606 ".globl "GLAPI_PREFIX_STR(GenerateMipmap)"\n"
13607 ".set "GLAPI_PREFIX_STR(GenerateMipmap)", "GLAPI_PREFIX_STR(GenerateMipmapEXT)"\n"
13608
13609 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT))"\n"
13610 "\t"STUB_ASM_CODE("945")"\n"
13611
13612 ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)"\n"
13613 ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)"\n"
13614
13615 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT))"\n"
13616 "\t"STUB_ASM_CODE("946")"\n"
13617
13618 ".globl "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)"\n"
13619 ".set "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)", "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT)"\n"
13620
13621 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFramebufferEXT))"\n"
13622 "\t"STUB_ASM_CODE("947")"\n"
13623
13624 ".globl "GLAPI_PREFIX_STR(IsFramebuffer)"\n"
13625 ".set "GLAPI_PREFIX_STR(IsFramebuffer)", "GLAPI_PREFIX_STR(IsFramebufferEXT)"\n"
13626
13627 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsRenderbufferEXT))"\n"
13628 "\t"STUB_ASM_CODE("948")"\n"
13629
13630 ".globl "GLAPI_PREFIX_STR(IsRenderbuffer)"\n"
13631 ".set "GLAPI_PREFIX_STR(IsRenderbuffer)", "GLAPI_PREFIX_STR(IsRenderbufferEXT)"\n"
13632
13633 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageEXT))"\n"
13634 "\t"STUB_ASM_CODE("949")"\n"
13635
13636 ".globl "GLAPI_PREFIX_STR(RenderbufferStorage)"\n"
13637 ".set "GLAPI_PREFIX_STR(RenderbufferStorage)", "GLAPI_PREFIX_STR(RenderbufferStorageEXT)"\n"
13638
13639 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlitFramebuffer))"\n"
13640 "\t"STUB_ASM_CODE("950")"\n"
13641
13642 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocationEXT))"\n"
13643 "\t"STUB_ASM_CODE("953")"\n"
13644
13645 ".globl "GLAPI_PREFIX_STR(BindFragDataLocation)"\n"
13646 ".set "GLAPI_PREFIX_STR(BindFragDataLocation)", "GLAPI_PREFIX_STR(BindFragDataLocationEXT)"\n"
13647
13648 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataLocationEXT))"\n"
13649 "\t"STUB_ASM_CODE("954")"\n"
13650
13651 ".globl "GLAPI_PREFIX_STR(GetFragDataLocation)"\n"
13652 ".set "GLAPI_PREFIX_STR(GetFragDataLocation)", "GLAPI_PREFIX_STR(GetFragDataLocationEXT)"\n"
13653
13654 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformuivEXT))"\n"
13655 "\t"STUB_ASM_CODE("955")"\n"
13656
13657 ".globl "GLAPI_PREFIX_STR(GetUniformuiv)"\n"
13658 ".set "GLAPI_PREFIX_STR(GetUniformuiv)", "GLAPI_PREFIX_STR(GetUniformuivEXT)"\n"
13659
13660 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIivEXT))"\n"
13661 "\t"STUB_ASM_CODE("956")"\n"
13662
13663 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIiv)"\n"
13664 ".set "GLAPI_PREFIX_STR(GetVertexAttribIiv)", "GLAPI_PREFIX_STR(GetVertexAttribIivEXT)"\n"
13665
13666 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIuivEXT))"\n"
13667 "\t"STUB_ASM_CODE("957")"\n"
13668
13669 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIuiv)"\n"
13670 ".set "GLAPI_PREFIX_STR(GetVertexAttribIuiv)", "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT)"\n"
13671
13672 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uiEXT))"\n"
13673 "\t"STUB_ASM_CODE("958")"\n"
13674
13675 ".globl "GLAPI_PREFIX_STR(Uniform1ui)"\n"
13676 ".set "GLAPI_PREFIX_STR(Uniform1ui)", "GLAPI_PREFIX_STR(Uniform1uiEXT)"\n"
13677
13678 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uivEXT))"\n"
13679 "\t"STUB_ASM_CODE("959")"\n"
13680
13681 ".globl "GLAPI_PREFIX_STR(Uniform1uiv)"\n"
13682 ".set "GLAPI_PREFIX_STR(Uniform1uiv)", "GLAPI_PREFIX_STR(Uniform1uivEXT)"\n"
13683
13684 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uiEXT))"\n"
13685 "\t"STUB_ASM_CODE("960")"\n"
13686
13687 ".globl "GLAPI_PREFIX_STR(Uniform2ui)"\n"
13688 ".set "GLAPI_PREFIX_STR(Uniform2ui)", "GLAPI_PREFIX_STR(Uniform2uiEXT)"\n"
13689
13690 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uivEXT))"\n"
13691 "\t"STUB_ASM_CODE("961")"\n"
13692
13693 ".globl "GLAPI_PREFIX_STR(Uniform2uiv)"\n"
13694 ".set "GLAPI_PREFIX_STR(Uniform2uiv)", "GLAPI_PREFIX_STR(Uniform2uivEXT)"\n"
13695
13696 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uiEXT))"\n"
13697 "\t"STUB_ASM_CODE("962")"\n"
13698
13699 ".globl "GLAPI_PREFIX_STR(Uniform3ui)"\n"
13700 ".set "GLAPI_PREFIX_STR(Uniform3ui)", "GLAPI_PREFIX_STR(Uniform3uiEXT)"\n"
13701
13702 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uivEXT))"\n"
13703 "\t"STUB_ASM_CODE("963")"\n"
13704
13705 ".globl "GLAPI_PREFIX_STR(Uniform3uiv)"\n"
13706 ".set "GLAPI_PREFIX_STR(Uniform3uiv)", "GLAPI_PREFIX_STR(Uniform3uivEXT)"\n"
13707
13708 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uiEXT))"\n"
13709 "\t"STUB_ASM_CODE("964")"\n"
13710
13711 ".globl "GLAPI_PREFIX_STR(Uniform4ui)"\n"
13712 ".set "GLAPI_PREFIX_STR(Uniform4ui)", "GLAPI_PREFIX_STR(Uniform4uiEXT)"\n"
13713
13714 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uivEXT))"\n"
13715 "\t"STUB_ASM_CODE("965")"\n"
13716
13717 ".globl "GLAPI_PREFIX_STR(Uniform4uiv)"\n"
13718 ".set "GLAPI_PREFIX_STR(Uniform4uiv)", "GLAPI_PREFIX_STR(Uniform4uivEXT)"\n"
13719
13720 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iEXT))"\n"
13721 "\t"STUB_ASM_CODE("966")"\n"
13722
13723 ".globl "GLAPI_PREFIX_STR(VertexAttribI1i)"\n"
13724 ".set "GLAPI_PREFIX_STR(VertexAttribI1i)", "GLAPI_PREFIX_STR(VertexAttribI1iEXT)"\n"
13725
13726 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1ivEXT))"\n"
13727 "\t"STUB_ASM_CODE("967")"\n"
13728
13729 ".globl "GLAPI_PREFIX_STR(VertexAttribI1iv)"\n"
13730 ".set "GLAPI_PREFIX_STR(VertexAttribI1iv)", "GLAPI_PREFIX_STR(VertexAttribI1ivEXT)"\n"
13731
13732 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiEXT))"\n"
13733 "\t"STUB_ASM_CODE("968")"\n"
13734
13735 ".globl "GLAPI_PREFIX_STR(VertexAttribI1ui)"\n"
13736 ".set "GLAPI_PREFIX_STR(VertexAttribI1ui)", "GLAPI_PREFIX_STR(VertexAttribI1uiEXT)"\n"
13737
13738 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uivEXT))"\n"
13739 "\t"STUB_ASM_CODE("969")"\n"
13740
13741 ".globl "GLAPI_PREFIX_STR(VertexAttribI1uiv)"\n"
13742 ".set "GLAPI_PREFIX_STR(VertexAttribI1uiv)", "GLAPI_PREFIX_STR(VertexAttribI1uivEXT)"\n"
13743
13744 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2iEXT))"\n"
13745 "\t"STUB_ASM_CODE("970")"\n"
13746
13747 ".globl "GLAPI_PREFIX_STR(VertexAttribI2i)"\n"
13748 ".set "GLAPI_PREFIX_STR(VertexAttribI2i)", "GLAPI_PREFIX_STR(VertexAttribI2iEXT)"\n"
13749
13750 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2ivEXT))"\n"
13751 "\t"STUB_ASM_CODE("971")"\n"
13752
13753 ".globl "GLAPI_PREFIX_STR(VertexAttribI2iv)"\n"
13754 ".set "GLAPI_PREFIX_STR(VertexAttribI2iv)", "GLAPI_PREFIX_STR(VertexAttribI2ivEXT)"\n"
13755
13756 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uiEXT))"\n"
13757 "\t"STUB_ASM_CODE("972")"\n"
13758
13759 ".globl "GLAPI_PREFIX_STR(VertexAttribI2ui)"\n"
13760 ".set "GLAPI_PREFIX_STR(VertexAttribI2ui)", "GLAPI_PREFIX_STR(VertexAttribI2uiEXT)"\n"
13761
13762 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uivEXT))"\n"
13763 "\t"STUB_ASM_CODE("973")"\n"
13764
13765 ".globl "GLAPI_PREFIX_STR(VertexAttribI2uiv)"\n"
13766 ".set "GLAPI_PREFIX_STR(VertexAttribI2uiv)", "GLAPI_PREFIX_STR(VertexAttribI2uivEXT)"\n"
13767
13768 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3iEXT))"\n"
13769 "\t"STUB_ASM_CODE("974")"\n"
13770
13771 ".globl "GLAPI_PREFIX_STR(VertexAttribI3i)"\n"
13772 ".set "GLAPI_PREFIX_STR(VertexAttribI3i)", "GLAPI_PREFIX_STR(VertexAttribI3iEXT)"\n"
13773
13774 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3ivEXT))"\n"
13775 "\t"STUB_ASM_CODE("975")"\n"
13776
13777 ".globl "GLAPI_PREFIX_STR(VertexAttribI3iv)"\n"
13778 ".set "GLAPI_PREFIX_STR(VertexAttribI3iv)", "GLAPI_PREFIX_STR(VertexAttribI3ivEXT)"\n"
13779
13780 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uiEXT))"\n"
13781 "\t"STUB_ASM_CODE("976")"\n"
13782
13783 ".globl "GLAPI_PREFIX_STR(VertexAttribI3ui)"\n"
13784 ".set "GLAPI_PREFIX_STR(VertexAttribI3ui)", "GLAPI_PREFIX_STR(VertexAttribI3uiEXT)"\n"
13785
13786 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uivEXT))"\n"
13787 "\t"STUB_ASM_CODE("977")"\n"
13788
13789 ".globl "GLAPI_PREFIX_STR(VertexAttribI3uiv)"\n"
13790 ".set "GLAPI_PREFIX_STR(VertexAttribI3uiv)", "GLAPI_PREFIX_STR(VertexAttribI3uivEXT)"\n"
13791
13792 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4bvEXT))"\n"
13793 "\t"STUB_ASM_CODE("978")"\n"
13794
13795 ".globl "GLAPI_PREFIX_STR(VertexAttribI4bv)"\n"
13796 ".set "GLAPI_PREFIX_STR(VertexAttribI4bv)", "GLAPI_PREFIX_STR(VertexAttribI4bvEXT)"\n"
13797
13798 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4iEXT))"\n"
13799 "\t"STUB_ASM_CODE("979")"\n"
13800
13801 ".globl "GLAPI_PREFIX_STR(VertexAttribI4i)"\n"
13802 ".set "GLAPI_PREFIX_STR(VertexAttribI4i)", "GLAPI_PREFIX_STR(VertexAttribI4iEXT)"\n"
13803
13804 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ivEXT))"\n"
13805 "\t"STUB_ASM_CODE("980")"\n"
13806
13807 ".globl "GLAPI_PREFIX_STR(VertexAttribI4iv)"\n"
13808 ".set "GLAPI_PREFIX_STR(VertexAttribI4iv)", "GLAPI_PREFIX_STR(VertexAttribI4ivEXT)"\n"
13809
13810 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4svEXT))"\n"
13811 "\t"STUB_ASM_CODE("981")"\n"
13812
13813 ".globl "GLAPI_PREFIX_STR(VertexAttribI4sv)"\n"
13814 ".set "GLAPI_PREFIX_STR(VertexAttribI4sv)", "GLAPI_PREFIX_STR(VertexAttribI4svEXT)"\n"
13815
13816 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ubvEXT))"\n"
13817 "\t"STUB_ASM_CODE("982")"\n"
13818
13819 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ubv)"\n"
13820 ".set "GLAPI_PREFIX_STR(VertexAttribI4ubv)", "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT)"\n"
13821
13822 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uiEXT))"\n"
13823 "\t"STUB_ASM_CODE("983")"\n"
13824
13825 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ui)"\n"
13826 ".set "GLAPI_PREFIX_STR(VertexAttribI4ui)", "GLAPI_PREFIX_STR(VertexAttribI4uiEXT)"\n"
13827
13828 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uivEXT))"\n"
13829 "\t"STUB_ASM_CODE("984")"\n"
13830
13831 ".globl "GLAPI_PREFIX_STR(VertexAttribI4uiv)"\n"
13832 ".set "GLAPI_PREFIX_STR(VertexAttribI4uiv)", "GLAPI_PREFIX_STR(VertexAttribI4uivEXT)"\n"
13833
13834 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4usvEXT))"\n"
13835 "\t"STUB_ASM_CODE("985")"\n"
13836
13837 ".globl "GLAPI_PREFIX_STR(VertexAttribI4usv)"\n"
13838 ".set "GLAPI_PREFIX_STR(VertexAttribI4usv)", "GLAPI_PREFIX_STR(VertexAttribI4usvEXT)"\n"
13839
13840 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIPointerEXT))"\n"
13841 "\t"STUB_ASM_CODE("986")"\n"
13842
13843 ".globl "GLAPI_PREFIX_STR(VertexAttribIPointer)"\n"
13844 ".set "GLAPI_PREFIX_STR(VertexAttribIPointer)", "GLAPI_PREFIX_STR(VertexAttribIPointerEXT)"\n"
13845
13846 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayerEXT))"\n"
13847 "\t"STUB_ASM_CODE("987")"\n"
13848
13849 ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayer)"\n"
13850 ".set "GLAPI_PREFIX_STR(FramebufferTextureLayer)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
13851
13852 ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayerARB)"\n"
13853 ".set "GLAPI_PREFIX_STR(FramebufferTextureLayerARB)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
13854
13855 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaskIndexedEXT))"\n"
13856 "\t"STUB_ASM_CODE("988")"\n"
13857
13858 ".globl "GLAPI_PREFIX_STR(ColorMaski)"\n"
13859 ".set "GLAPI_PREFIX_STR(ColorMaski)", "GLAPI_PREFIX_STR(ColorMaskIndexedEXT)"\n"
13860
13861 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableIndexedEXT))"\n"
13862 "\t"STUB_ASM_CODE("989")"\n"
13863
13864 ".globl "GLAPI_PREFIX_STR(Disablei)"\n"
13865 ".set "GLAPI_PREFIX_STR(Disablei)", "GLAPI_PREFIX_STR(DisableIndexedEXT)"\n"
13866
13867 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableIndexedEXT))"\n"
13868 "\t"STUB_ASM_CODE("990")"\n"
13869
13870 ".globl "GLAPI_PREFIX_STR(Enablei)"\n"
13871 ".set "GLAPI_PREFIX_STR(Enablei)", "GLAPI_PREFIX_STR(EnableIndexedEXT)"\n"
13872
13873 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanIndexedvEXT))"\n"
13874 "\t"STUB_ASM_CODE("991")"\n"
13875
13876 ".globl "GLAPI_PREFIX_STR(GetBooleani_v)"\n"
13877 ".set "GLAPI_PREFIX_STR(GetBooleani_v)", "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT)"\n"
13878
13879 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerIndexedvEXT))"\n"
13880 "\t"STUB_ASM_CODE("992")"\n"
13881
13882 ".globl "GLAPI_PREFIX_STR(GetIntegeri_v)"\n"
13883 ".set "GLAPI_PREFIX_STR(GetIntegeri_v)", "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT)"\n"
13884
13885 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabledIndexedEXT))"\n"
13886 "\t"STUB_ASM_CODE("993")"\n"
13887
13888 ".globl "GLAPI_PREFIX_STR(IsEnabledi)"\n"
13889 ".set "GLAPI_PREFIX_STR(IsEnabledi)", "GLAPI_PREFIX_STR(IsEnabledIndexedEXT)"\n"
13890
13891 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIiEXT))"\n"
13892 "\t"STUB_ASM_CODE("994")"\n"
13893
13894 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIuiEXT))"\n"
13895 "\t"STUB_ASM_CODE("995")"\n"
13896
13897 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIivEXT))"\n"
13898 "\t"STUB_ASM_CODE("996")"\n"
13899
13900 ".globl "GLAPI_PREFIX_STR(GetTexParameterIiv)"\n"
13901 ".set "GLAPI_PREFIX_STR(GetTexParameterIiv)", "GLAPI_PREFIX_STR(GetTexParameterIivEXT)"\n"
13902
13903 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIuivEXT))"\n"
13904 "\t"STUB_ASM_CODE("997")"\n"
13905
13906 ".globl "GLAPI_PREFIX_STR(GetTexParameterIuiv)"\n"
13907 ".set "GLAPI_PREFIX_STR(GetTexParameterIuiv)", "GLAPI_PREFIX_STR(GetTexParameterIuivEXT)"\n"
13908
13909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIivEXT))"\n"
13910 "\t"STUB_ASM_CODE("998")"\n"
13911
13912 ".globl "GLAPI_PREFIX_STR(TexParameterIiv)"\n"
13913 ".set "GLAPI_PREFIX_STR(TexParameterIiv)", "GLAPI_PREFIX_STR(TexParameterIivEXT)"\n"
13914
13915 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIuivEXT))"\n"
13916 "\t"STUB_ASM_CODE("999")"\n"
13917
13918 ".globl "GLAPI_PREFIX_STR(TexParameterIuiv)"\n"
13919 ".set "GLAPI_PREFIX_STR(TexParameterIuiv)", "GLAPI_PREFIX_STR(TexParameterIuivEXT)"\n"
13920
13921 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginConditionalRenderNV))"\n"
13922 "\t"STUB_ASM_CODE("1000")"\n"
13923
13924 ".globl "GLAPI_PREFIX_STR(BeginConditionalRender)"\n"
13925 ".set "GLAPI_PREFIX_STR(BeginConditionalRender)", "GLAPI_PREFIX_STR(BeginConditionalRenderNV)"\n"
13926
13927 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndConditionalRenderNV))"\n"
13928 "\t"STUB_ASM_CODE("1001")"\n"
13929
13930 ".globl "GLAPI_PREFIX_STR(EndConditionalRender)"\n"
13931 ".set "GLAPI_PREFIX_STR(EndConditionalRender)", "GLAPI_PREFIX_STR(EndConditionalRenderNV)"\n"
13932
13933 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginTransformFeedbackEXT))"\n"
13934 "\t"STUB_ASM_CODE("1002")"\n"
13935
13936 ".globl "GLAPI_PREFIX_STR(BeginTransformFeedback)"\n"
13937 ".set "GLAPI_PREFIX_STR(BeginTransformFeedback)", "GLAPI_PREFIX_STR(BeginTransformFeedbackEXT)"\n"
13938
13939 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferBaseEXT))"\n"
13940 "\t"STUB_ASM_CODE("1003")"\n"
13941
13942 ".globl "GLAPI_PREFIX_STR(BindBufferBase)"\n"
13943 ".set "GLAPI_PREFIX_STR(BindBufferBase)", "GLAPI_PREFIX_STR(BindBufferBaseEXT)"\n"
13944
13945 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferOffsetEXT))"\n"
13946 "\t"STUB_ASM_CODE("1004")"\n"
13947
13948 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferRangeEXT))"\n"
13949 "\t"STUB_ASM_CODE("1005")"\n"
13950
13951 ".globl "GLAPI_PREFIX_STR(BindBufferRange)"\n"
13952 ".set "GLAPI_PREFIX_STR(BindBufferRange)", "GLAPI_PREFIX_STR(BindBufferRangeEXT)"\n"
13953
13954 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndTransformFeedbackEXT))"\n"
13955 "\t"STUB_ASM_CODE("1006")"\n"
13956
13957 ".globl "GLAPI_PREFIX_STR(EndTransformFeedback)"\n"
13958 ".set "GLAPI_PREFIX_STR(EndTransformFeedback)", "GLAPI_PREFIX_STR(EndTransformFeedbackEXT)"\n"
13959
13960 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT))"\n"
13961 "\t"STUB_ASM_CODE("1007")"\n"
13962
13963 ".globl "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)"\n"
13964 ".set "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)", "GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT)"\n"
13965
13966 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT))"\n"
13967 "\t"STUB_ASM_CODE("1008")"\n"
13968
13969 ".globl "GLAPI_PREFIX_STR(TransformFeedbackVaryings)"\n"
13970 ".set "GLAPI_PREFIX_STR(TransformFeedbackVaryings)", "GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT)"\n"
13971
13972 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProvokingVertexEXT))"\n"
13973 "\t"STUB_ASM_CODE("1009")"\n"
13974
13975 ".globl "GLAPI_PREFIX_STR(ProvokingVertex)"\n"
13976 ".set "GLAPI_PREFIX_STR(ProvokingVertex)", "GLAPI_PREFIX_STR(ProvokingVertexEXT)"\n"
13977
13978 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivAPPLE))"\n"
13979 "\t"STUB_ASM_CODE("1012")"\n"
13980
13981 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectPurgeableAPPLE))"\n"
13982 "\t"STUB_ASM_CODE("1013")"\n"
13983
13984 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectUnpurgeableAPPLE))"\n"
13985 "\t"STUB_ASM_CODE("1014")"\n"
13986
13987 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveProgramEXT))"\n"
13988 "\t"STUB_ASM_CODE("1015")"\n"
13989
13990 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderProgramEXT))"\n"
13991 "\t"STUB_ASM_CODE("1016")"\n"
13992
13993 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseShaderProgramEXT))"\n"
13994 "\t"STUB_ASM_CODE("1017")"\n"
13995
13996 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureBarrierNV))"\n"
13997 "\t"STUB_ASM_CODE("1018")"\n"
13998
13999 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetRenderbufferStorageOES))"\n"
14000 "\t"STUB_ASM_CODE("1024")"\n"
14001
14002 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetTexture2DOES))"\n"
14003 "\t"STUB_ASM_CODE("1025")"\n"
14004
14005 );
14006 #undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
14007 #endif /* MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN */