mesa: regenerate glapi files
[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(ClampColorARB)(GLenum target, GLenum clamp);
778 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
779 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
780 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
781 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
782 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
783 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
784 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
785 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
786 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level);
787 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face);
788 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value);
789 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor);
790 GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length);
791 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
792 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array);
793 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays);
794 GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
795 GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
796 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync);
797 GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags);
798 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params);
799 GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values);
800 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync);
801 GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout);
802 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
803 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex);
804 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex);
805 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA);
806 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode);
807 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA);
808 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst);
809 GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id);
810 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids);
811 GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id);
812 GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids);
813 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id);
814 GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void);
815 GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void);
816 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth);
817 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
818 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
819 GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void);
820 GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length);
821 void APIENTRY GLAPI_PREFIX(_dispatch_stub_611)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
822 void APIENTRY GLAPI_PREFIX(_dispatch_stub_612)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length);
823 void APIENTRY GLAPI_PREFIX(_dispatch_stub_613)(GLuint program, GLenum pname, GLint value);
824 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias);
825 void APIENTRY GLAPI_PREFIX(_dispatch_stub_615)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
826 void APIENTRY GLAPI_PREFIX(_dispatch_stub_616)(const GLfloat *coords);
827 void APIENTRY GLAPI_PREFIX(_dispatch_stub_617)(GLint x, GLint y, GLint z, GLint width, GLint height);
828 void APIENTRY GLAPI_PREFIX(_dispatch_stub_618)(const GLint *coords);
829 void APIENTRY GLAPI_PREFIX(_dispatch_stub_619)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
830 void APIENTRY GLAPI_PREFIX(_dispatch_stub_620)(const GLshort *coords);
831 void APIENTRY GLAPI_PREFIX(_dispatch_stub_621)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
832 void APIENTRY GLAPI_PREFIX(_dispatch_stub_622)(const GLfixed *coords);
833 void APIENTRY GLAPI_PREFIX(_dispatch_stub_623)(GLenum type, GLsizei stride, const GLvoid *pointer);
834 void APIENTRY GLAPI_PREFIX(_dispatch_stub_624)(GLenum pname, GLfloat *params);
835 void APIENTRY GLAPI_PREFIX(_dispatch_stub_625)(GLenum pname, GLint *params);
836 void APIENTRY GLAPI_PREFIX(_dispatch_stub_626)(GLenum pname, GLfloat param);
837 void APIENTRY GLAPI_PREFIX(_dispatch_stub_627)(GLenum pname, const GLfloat *params);
838 void APIENTRY GLAPI_PREFIX(_dispatch_stub_628)(GLenum pname, GLint param);
839 void APIENTRY GLAPI_PREFIX(_dispatch_stub_629)(GLenum pname, const GLint *params);
840 GLbitfield APIENTRY GLAPI_PREFIX(_dispatch_stub_630)(GLfixed *mantissa, GLint *exponent);
841 void APIENTRY GLAPI_PREFIX(_dispatch_stub_631)(GLclampf value, GLboolean invert);
842 void APIENTRY GLAPI_PREFIX(_dispatch_stub_632)(GLenum pattern);
843 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
844 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer);
845 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
846 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
847 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
848 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
849 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param);
850 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param);
851 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param);
852 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params);
853 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params);
854 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params);
855 GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count);
856 GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void);
857 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue);
858 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue);
859 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v);
860 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v);
861 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue);
862 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue);
863 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v);
864 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v);
865 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue);
866 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue);
867 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v);
868 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v);
869 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue);
870 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue);
871 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v);
872 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v);
873 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue);
874 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue);
875 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v);
876 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v);
877 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue);
878 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue);
879 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v);
880 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v);
881 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue);
882 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue);
883 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v);
884 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v);
885 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue);
886 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue);
887 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v);
888 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v);
889 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
890 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
891 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
892 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
893 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount);
894 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount);
895 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer);
896 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer);
897 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord);
898 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord);
899 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord);
900 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord);
901 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord);
902 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord);
903 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord);
904 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord);
905 void APIENTRY GLAPI_PREFIX(_dispatch_stub_667)(GLenum mode);
906 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
907 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
908 GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void);
909 GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer);
910 GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
911 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);
912 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param);
913 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params);
914 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param);
915 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params);
916 GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
917 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);
918 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);
919 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params);
920 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params);
921 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params);
922 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params);
923 GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void);
924 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y);
925 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y);
926 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y);
927 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v);
928 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v);
929 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v);
930 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y);
931 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y);
932 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y);
933 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v);
934 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v);
935 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v);
936 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y);
937 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y);
938 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y);
939 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v);
940 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v);
941 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v);
942 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y);
943 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y);
944 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y);
945 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v);
946 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v);
947 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v);
948 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z);
949 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z);
950 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z);
951 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v);
952 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v);
953 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v);
954 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z);
955 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z);
956 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z);
957 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v);
958 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v);
959 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v);
960 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z);
961 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z);
962 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z);
963 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v);
964 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v);
965 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v);
966 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z);
967 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z);
968 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z);
969 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v);
970 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v);
971 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v);
972 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
973 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v);
974 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
975 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v);
976 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w);
977 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v);
978 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w);
979 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v);
980 void APIENTRY GLAPI_PREFIX(_dispatch_stub_709)(const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride);
981 void APIENTRY GLAPI_PREFIX(_dispatch_stub_710)(const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, GLint modestride);
982 void APIENTRY GLAPI_PREFIX(_dispatch_stub_711)(GLsizei n, const GLuint *fences);
983 void APIENTRY GLAPI_PREFIX(_dispatch_stub_712)(GLuint fence);
984 void APIENTRY GLAPI_PREFIX(_dispatch_stub_713)(GLsizei n, GLuint *fences);
985 void APIENTRY GLAPI_PREFIX(_dispatch_stub_714)(GLuint fence, GLenum pname, GLint *params);
986 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_715)(GLuint fence);
987 void APIENTRY GLAPI_PREFIX(_dispatch_stub_716)(GLuint fence, GLenum condition);
988 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_717)(GLuint fence);
989 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences);
990 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program);
991 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program);
992 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs);
993 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs);
994 GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params);
995 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs);
996 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs);
997 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params);
998 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params);
999 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program);
1000 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params);
1001 GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params);
1002 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer);
1003 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer);
1004 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer);
1005 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params);
1006 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params);
1007 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params);
1008 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program);
1009 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program);
1010 GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program);
1011 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params);
1012 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params);
1013 GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids);
1014 GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform);
1015 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x);
1016 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v);
1017 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x);
1018 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v);
1019 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x);
1020 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v);
1021 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y);
1022 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v);
1023 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y);
1024 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v);
1025 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y);
1026 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v);
1027 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z);
1028 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v);
1029 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z);
1030 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v);
1031 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z);
1032 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v);
1033 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1034 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v);
1035 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1036 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v);
1037 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
1038 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v);
1039 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
1040 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v);
1041 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1042 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1043 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1044 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v);
1045 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1046 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1047 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v);
1048 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1049 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1050 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v);
1051 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v);
1052 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v);
1053 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v);
1054 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v);
1055 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param);
1056 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param);
1057 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param);
1058 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param);
1059 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
1060 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
1061 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);
1062 GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void);
1063 GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id);
1064 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
1065 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);
1066 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);
1067 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id);
1068 GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void);
1069 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range);
1070 GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle);
1071 GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle);
1072 GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value);
1073 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param);
1074 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param);
1075 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params);
1076 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params);
1077 void APIENTRY GLAPI_PREFIX(_dispatch_stub_798)(GLenum face);
1078 void APIENTRY GLAPI_PREFIX(_dispatch_stub_799)(GLuint array);
1079 void APIENTRY GLAPI_PREFIX(_dispatch_stub_800)(GLsizei n, const GLuint *arrays);
1080 GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays);
1081 void APIENTRY GLAPI_PREFIX(_dispatch_stub_801)(GLsizei n, GLuint *arrays);
1082 GLboolean APIENTRY GLAPI_PREFIX(_dispatch_stub_802)(GLuint array);
1083 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array);
1084 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params);
1085 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params);
1086 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
1087 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v);
1088 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1089 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v);
1090 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index);
1091 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index);
1092 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void);
1093 void APIENTRY GLAPI_PREFIX(_dispatch_stub_811)(GLenum func, GLclampx ref);
1094 void APIENTRY GLAPI_PREFIX(_dispatch_stub_812)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
1095 void APIENTRY GLAPI_PREFIX(_dispatch_stub_813)(GLclampx depth);
1096 void APIENTRY GLAPI_PREFIX(_dispatch_stub_814)(GLenum plane, const GLfixed *equation);
1097 void APIENTRY GLAPI_PREFIX(_dispatch_stub_815)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
1098 void APIENTRY GLAPI_PREFIX(_dispatch_stub_816)(GLclampx zNear, GLclampx zFar);
1099 void APIENTRY GLAPI_PREFIX(_dispatch_stub_817)(GLenum pname, GLfixed param);
1100 void APIENTRY GLAPI_PREFIX(_dispatch_stub_818)(GLenum pname, const GLfixed *params);
1101 void APIENTRY GLAPI_PREFIX(_dispatch_stub_819)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1102 void APIENTRY GLAPI_PREFIX(_dispatch_stub_820)(GLenum plane, GLfixed *equation);
1103 void APIENTRY GLAPI_PREFIX(_dispatch_stub_821)(GLenum pname, GLfixed *params);
1104 void APIENTRY GLAPI_PREFIX(_dispatch_stub_822)(GLenum light, GLenum pname, GLfixed *params);
1105 void APIENTRY GLAPI_PREFIX(_dispatch_stub_823)(GLenum face, GLenum pname, GLfixed *params);
1106 void APIENTRY GLAPI_PREFIX(_dispatch_stub_824)(GLenum target, GLenum pname, GLfixed *params);
1107 void APIENTRY GLAPI_PREFIX(_dispatch_stub_825)(GLenum coord, GLenum pname, GLfixed *params);
1108 void APIENTRY GLAPI_PREFIX(_dispatch_stub_826)(GLenum target, GLenum pname, GLfixed *params);
1109 void APIENTRY GLAPI_PREFIX(_dispatch_stub_827)(GLenum pname, GLfixed param);
1110 void APIENTRY GLAPI_PREFIX(_dispatch_stub_828)(GLenum pname, const GLfixed *params);
1111 void APIENTRY GLAPI_PREFIX(_dispatch_stub_829)(GLenum light, GLenum pname, GLfixed param);
1112 void APIENTRY GLAPI_PREFIX(_dispatch_stub_830)(GLenum light, GLenum pname, const GLfixed *params);
1113 void APIENTRY GLAPI_PREFIX(_dispatch_stub_831)(GLfixed width);
1114 void APIENTRY GLAPI_PREFIX(_dispatch_stub_832)(const GLfixed *m);
1115 void APIENTRY GLAPI_PREFIX(_dispatch_stub_833)(GLenum face, GLenum pname, GLfixed param);
1116 void APIENTRY GLAPI_PREFIX(_dispatch_stub_834)(GLenum face, GLenum pname, const GLfixed *params);
1117 void APIENTRY GLAPI_PREFIX(_dispatch_stub_835)(const GLfixed *m);
1118 void APIENTRY GLAPI_PREFIX(_dispatch_stub_836)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
1119 void APIENTRY GLAPI_PREFIX(_dispatch_stub_837)(GLfixed nx, GLfixed ny, GLfixed nz);
1120 void APIENTRY GLAPI_PREFIX(_dispatch_stub_838)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1121 void APIENTRY GLAPI_PREFIX(_dispatch_stub_839)(GLenum pname, GLfixed param);
1122 void APIENTRY GLAPI_PREFIX(_dispatch_stub_840)(GLenum pname, const GLfixed *params);
1123 void APIENTRY GLAPI_PREFIX(_dispatch_stub_841)(GLfixed size);
1124 void APIENTRY GLAPI_PREFIX(_dispatch_stub_842)(GLfixed factor, GLfixed units);
1125 void APIENTRY GLAPI_PREFIX(_dispatch_stub_843)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1126 void APIENTRY GLAPI_PREFIX(_dispatch_stub_844)(GLclampx value, GLboolean invert);
1127 void APIENTRY GLAPI_PREFIX(_dispatch_stub_845)(GLfixed x, GLfixed y, GLfixed z);
1128 void APIENTRY GLAPI_PREFIX(_dispatch_stub_846)(GLenum target, GLenum pname, GLfixed param);
1129 void APIENTRY GLAPI_PREFIX(_dispatch_stub_847)(GLenum target, GLenum pname, const GLfixed *params);
1130 void APIENTRY GLAPI_PREFIX(_dispatch_stub_848)(GLenum coord, GLenum pname, GLint param);
1131 void APIENTRY GLAPI_PREFIX(_dispatch_stub_849)(GLenum coord, GLenum pname, const GLfixed *params);
1132 void APIENTRY GLAPI_PREFIX(_dispatch_stub_850)(GLenum target, GLenum pname, GLfixed param);
1133 void APIENTRY GLAPI_PREFIX(_dispatch_stub_851)(GLenum target, GLenum pname, const GLfixed *params);
1134 void APIENTRY GLAPI_PREFIX(_dispatch_stub_852)(GLfixed x, GLfixed y, GLfixed z);
1135 void APIENTRY GLAPI_PREFIX(_dispatch_stub_853)(GLenum plane, const GLfloat *equation);
1136 void APIENTRY GLAPI_PREFIX(_dispatch_stub_854)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1137 void APIENTRY GLAPI_PREFIX(_dispatch_stub_855)(GLenum plane, GLfloat *equation);
1138 void APIENTRY GLAPI_PREFIX(_dispatch_stub_856)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1139 void APIENTRY GLAPI_PREFIX(_dispatch_stub_857)(GLclampd zmin, GLclampd zmax);
1140 void APIENTRY GLAPI_PREFIX(_dispatch_stub_858)(GLenum modeRGB, GLenum modeA);
1141 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA);
1142 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer);
1143 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer);
1144 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer);
1145 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer);
1146 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target);
1147 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target);
1148 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers);
1149 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers);
1150 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers);
1151 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers);
1152 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
1153 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
1154 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1155 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1156 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1157 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
1158 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
1159 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
1160 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers);
1161 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers);
1162 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers);
1163 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers);
1164 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target);
1165 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target);
1166 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
1167 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params);
1168 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params);
1169 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params);
1170 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer);
1171 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer);
1172 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer);
1173 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer);
1174 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
1175 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
1176 void APIENTRY GLAPI_PREFIX(_dispatch_stub_876)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1177 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);
1178 void APIENTRY GLAPI_PREFIX(_dispatch_stub_877)(GLenum target, GLenum pname, GLint param);
1179 void APIENTRY GLAPI_PREFIX(_dispatch_stub_878)(GLenum target, GLintptr offset, GLsizeiptr size);
1180 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name);
1181 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name);
1182 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name);
1183 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name);
1184 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params);
1185 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params);
1186 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params);
1187 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params);
1188 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params);
1189 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params);
1190 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x);
1191 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x);
1192 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value);
1193 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value);
1194 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y);
1195 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y);
1196 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value);
1197 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value);
1198 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z);
1199 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z);
1200 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value);
1201 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value);
1202 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
1203 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w);
1204 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value);
1205 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value);
1206 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x);
1207 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x);
1208 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v);
1209 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v);
1210 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x);
1211 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x);
1212 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v);
1213 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v);
1214 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y);
1215 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y);
1216 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v);
1217 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v);
1218 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y);
1219 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y);
1220 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v);
1221 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v);
1222 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z);
1223 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z);
1224 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v);
1225 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v);
1226 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z);
1227 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z);
1228 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v);
1229 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v);
1230 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v);
1231 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v);
1232 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w);
1233 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w);
1234 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v);
1235 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v);
1236 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v);
1237 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v);
1238 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v);
1239 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v);
1240 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
1241 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w);
1242 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v);
1243 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v);
1244 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v);
1245 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v);
1246 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1247 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1248 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1249 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1250 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
1251 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
1252 GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index);
1253 GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index);
1254 GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index);
1255 GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index);
1256 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data);
1257 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data);
1258 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data);
1259 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data);
1260 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index);
1261 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index);
1262 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a);
1263 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a);
1264 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params);
1265 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params);
1266 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params);
1267 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params);
1268 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params);
1269 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params);
1270 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params);
1271 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params);
1272 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode);
1273 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode);
1274 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void);
1275 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void);
1276 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode);
1277 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode);
1278 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer);
1279 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer);
1280 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset);
1281 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1282 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1283 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void);
1284 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void);
1285 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
1286 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);
1287 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode);
1288 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode);
1289 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode);
1290 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode);
1291 void APIENTRY GLAPI_PREFIX(_dispatch_stub_936)(GLenum target, GLenum pname, GLvoid **params);
1292 void APIENTRY GLAPI_PREFIX(_dispatch_stub_937)(GLenum target, GLsizei length, GLvoid *pointer);
1293 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value);
1294 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
1295 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option);
1296 GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program);
1297 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string);
1298 GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program);
1299 GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void);
1300 void APIENTRY GLAPI_PREFIX(_dispatch_stub_945)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
1301 void APIENTRY GLAPI_PREFIX(_dispatch_stub_946)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
1302 void APIENTRY GLAPI_PREFIX(_dispatch_stub_947)(GLenum target, GLuint index, GLsizei count, const GLfloat *params);
1303 void APIENTRY GLAPI_PREFIX(_dispatch_stub_948)(GLuint id, GLenum pname, GLint64EXT *params);
1304 void APIENTRY GLAPI_PREFIX(_dispatch_stub_949)(GLuint id, GLenum pname, GLuint64EXT *params);
1305 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset);
1306 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset);
1307 #undef MAPI_TMP_DEFINES
1308 #endif /* MAPI_TMP_DEFINES */
1309
1310 #ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
1311 GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode)
1312 {
1313 const struct mapi_table *_tbl = entry_current_get();
1314 mapi_func _func = ((const mapi_func *) _tbl)[0];
1315 ((void (APIENTRY *)(GLuint list, GLenum mode)) _func)(list, mode);
1316 }
1317
1318 GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void)
1319 {
1320 const struct mapi_table *_tbl = entry_current_get();
1321 mapi_func _func = ((const mapi_func *) _tbl)[1];
1322 ((void (APIENTRY *)(void)) _func)();
1323 }
1324
1325 GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list)
1326 {
1327 const struct mapi_table *_tbl = entry_current_get();
1328 mapi_func _func = ((const mapi_func *) _tbl)[2];
1329 ((void (APIENTRY *)(GLuint list)) _func)(list);
1330 }
1331
1332 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists)
1333 {
1334 const struct mapi_table *_tbl = entry_current_get();
1335 mapi_func _func = ((const mapi_func *) _tbl)[3];
1336 ((void (APIENTRY *)(GLsizei n, GLenum type, const GLvoid *lists)) _func)(n, type, lists);
1337 }
1338
1339 GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range)
1340 {
1341 const struct mapi_table *_tbl = entry_current_get();
1342 mapi_func _func = ((const mapi_func *) _tbl)[4];
1343 ((void (APIENTRY *)(GLuint list, GLsizei range)) _func)(list, range);
1344 }
1345
1346 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range)
1347 {
1348 const struct mapi_table *_tbl = entry_current_get();
1349 mapi_func _func = ((const mapi_func *) _tbl)[5];
1350 return ((GLuint (APIENTRY *)(GLsizei range)) _func)(range);
1351 }
1352
1353 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base)
1354 {
1355 const struct mapi_table *_tbl = entry_current_get();
1356 mapi_func _func = ((const mapi_func *) _tbl)[6];
1357 ((void (APIENTRY *)(GLuint base)) _func)(base);
1358 }
1359
1360 GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode)
1361 {
1362 const struct mapi_table *_tbl = entry_current_get();
1363 mapi_func _func = ((const mapi_func *) _tbl)[7];
1364 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
1365 }
1366
1367 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
1368 {
1369 const struct mapi_table *_tbl = entry_current_get();
1370 mapi_func _func = ((const mapi_func *) _tbl)[8];
1371 ((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);
1372 }
1373
1374 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue)
1375 {
1376 const struct mapi_table *_tbl = entry_current_get();
1377 mapi_func _func = ((const mapi_func *) _tbl)[9];
1378 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
1379 }
1380
1381 GLAPI void APIENTRY GLAPI_PREFIX(Color3bv)(const GLbyte *v)
1382 {
1383 const struct mapi_table *_tbl = entry_current_get();
1384 mapi_func _func = ((const mapi_func *) _tbl)[10];
1385 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1386 }
1387
1388 GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue)
1389 {
1390 const struct mapi_table *_tbl = entry_current_get();
1391 mapi_func _func = ((const mapi_func *) _tbl)[11];
1392 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
1393 }
1394
1395 GLAPI void APIENTRY GLAPI_PREFIX(Color3dv)(const GLdouble *v)
1396 {
1397 const struct mapi_table *_tbl = entry_current_get();
1398 mapi_func _func = ((const mapi_func *) _tbl)[12];
1399 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1400 }
1401
1402 GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue)
1403 {
1404 const struct mapi_table *_tbl = entry_current_get();
1405 mapi_func _func = ((const mapi_func *) _tbl)[13];
1406 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
1407 }
1408
1409 GLAPI void APIENTRY GLAPI_PREFIX(Color3fv)(const GLfloat *v)
1410 {
1411 const struct mapi_table *_tbl = entry_current_get();
1412 mapi_func _func = ((const mapi_func *) _tbl)[14];
1413 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1414 }
1415
1416 GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue)
1417 {
1418 const struct mapi_table *_tbl = entry_current_get();
1419 mapi_func _func = ((const mapi_func *) _tbl)[15];
1420 ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
1421 }
1422
1423 GLAPI void APIENTRY GLAPI_PREFIX(Color3iv)(const GLint *v)
1424 {
1425 const struct mapi_table *_tbl = entry_current_get();
1426 mapi_func _func = ((const mapi_func *) _tbl)[16];
1427 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1428 }
1429
1430 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue)
1431 {
1432 const struct mapi_table *_tbl = entry_current_get();
1433 mapi_func _func = ((const mapi_func *) _tbl)[17];
1434 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
1435 }
1436
1437 GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v)
1438 {
1439 const struct mapi_table *_tbl = entry_current_get();
1440 mapi_func _func = ((const mapi_func *) _tbl)[18];
1441 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1442 }
1443
1444 GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue)
1445 {
1446 const struct mapi_table *_tbl = entry_current_get();
1447 mapi_func _func = ((const mapi_func *) _tbl)[19];
1448 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
1449 }
1450
1451 GLAPI void APIENTRY GLAPI_PREFIX(Color3ubv)(const GLubyte *v)
1452 {
1453 const struct mapi_table *_tbl = entry_current_get();
1454 mapi_func _func = ((const mapi_func *) _tbl)[20];
1455 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
1456 }
1457
1458 GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue)
1459 {
1460 const struct mapi_table *_tbl = entry_current_get();
1461 mapi_func _func = ((const mapi_func *) _tbl)[21];
1462 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
1463 }
1464
1465 GLAPI void APIENTRY GLAPI_PREFIX(Color3uiv)(const GLuint *v)
1466 {
1467 const struct mapi_table *_tbl = entry_current_get();
1468 mapi_func _func = ((const mapi_func *) _tbl)[22];
1469 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
1470 }
1471
1472 GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue)
1473 {
1474 const struct mapi_table *_tbl = entry_current_get();
1475 mapi_func _func = ((const mapi_func *) _tbl)[23];
1476 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
1477 }
1478
1479 GLAPI void APIENTRY GLAPI_PREFIX(Color3usv)(const GLushort *v)
1480 {
1481 const struct mapi_table *_tbl = entry_current_get();
1482 mapi_func _func = ((const mapi_func *) _tbl)[24];
1483 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
1484 }
1485
1486 GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
1487 {
1488 const struct mapi_table *_tbl = entry_current_get();
1489 mapi_func _func = ((const mapi_func *) _tbl)[25];
1490 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)) _func)(red, green, blue, alpha);
1491 }
1492
1493 GLAPI void APIENTRY GLAPI_PREFIX(Color4bv)(const GLbyte *v)
1494 {
1495 const struct mapi_table *_tbl = entry_current_get();
1496 mapi_func _func = ((const mapi_func *) _tbl)[26];
1497 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1498 }
1499
1500 GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
1501 {
1502 const struct mapi_table *_tbl = entry_current_get();
1503 mapi_func _func = ((const mapi_func *) _tbl)[27];
1504 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)) _func)(red, green, blue, alpha);
1505 }
1506
1507 GLAPI void APIENTRY GLAPI_PREFIX(Color4dv)(const GLdouble *v)
1508 {
1509 const struct mapi_table *_tbl = entry_current_get();
1510 mapi_func _func = ((const mapi_func *) _tbl)[28];
1511 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1512 }
1513
1514 GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
1515 {
1516 const struct mapi_table *_tbl = entry_current_get();
1517 mapi_func _func = ((const mapi_func *) _tbl)[29];
1518 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
1519 }
1520
1521 GLAPI void APIENTRY GLAPI_PREFIX(Color4fv)(const GLfloat *v)
1522 {
1523 const struct mapi_table *_tbl = entry_current_get();
1524 mapi_func _func = ((const mapi_func *) _tbl)[30];
1525 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1526 }
1527
1528 GLAPI void APIENTRY GLAPI_PREFIX(Color4i)(GLint red, GLint green, GLint blue, GLint alpha)
1529 {
1530 const struct mapi_table *_tbl = entry_current_get();
1531 mapi_func _func = ((const mapi_func *) _tbl)[31];
1532 ((void (APIENTRY *)(GLint red, GLint green, GLint blue, GLint alpha)) _func)(red, green, blue, alpha);
1533 }
1534
1535 GLAPI void APIENTRY GLAPI_PREFIX(Color4iv)(const GLint *v)
1536 {
1537 const struct mapi_table *_tbl = entry_current_get();
1538 mapi_func _func = ((const mapi_func *) _tbl)[32];
1539 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1540 }
1541
1542 GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha)
1543 {
1544 const struct mapi_table *_tbl = entry_current_get();
1545 mapi_func _func = ((const mapi_func *) _tbl)[33];
1546 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue, GLshort alpha)) _func)(red, green, blue, alpha);
1547 }
1548
1549 GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v)
1550 {
1551 const struct mapi_table *_tbl = entry_current_get();
1552 mapi_func _func = ((const mapi_func *) _tbl)[34];
1553 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1554 }
1555
1556 GLAPI void APIENTRY GLAPI_PREFIX(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
1557 {
1558 const struct mapi_table *_tbl = entry_current_get();
1559 mapi_func _func = ((const mapi_func *) _tbl)[35];
1560 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)) _func)(red, green, blue, alpha);
1561 }
1562
1563 GLAPI void APIENTRY GLAPI_PREFIX(Color4ubv)(const GLubyte *v)
1564 {
1565 const struct mapi_table *_tbl = entry_current_get();
1566 mapi_func _func = ((const mapi_func *) _tbl)[36];
1567 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
1568 }
1569
1570 GLAPI void APIENTRY GLAPI_PREFIX(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha)
1571 {
1572 const struct mapi_table *_tbl = entry_current_get();
1573 mapi_func _func = ((const mapi_func *) _tbl)[37];
1574 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue, GLuint alpha)) _func)(red, green, blue, alpha);
1575 }
1576
1577 GLAPI void APIENTRY GLAPI_PREFIX(Color4uiv)(const GLuint *v)
1578 {
1579 const struct mapi_table *_tbl = entry_current_get();
1580 mapi_func _func = ((const mapi_func *) _tbl)[38];
1581 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
1582 }
1583
1584 GLAPI void APIENTRY GLAPI_PREFIX(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha)
1585 {
1586 const struct mapi_table *_tbl = entry_current_get();
1587 mapi_func _func = ((const mapi_func *) _tbl)[39];
1588 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue, GLushort alpha)) _func)(red, green, blue, alpha);
1589 }
1590
1591 GLAPI void APIENTRY GLAPI_PREFIX(Color4usv)(const GLushort *v)
1592 {
1593 const struct mapi_table *_tbl = entry_current_get();
1594 mapi_func _func = ((const mapi_func *) _tbl)[40];
1595 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
1596 }
1597
1598 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlag)(GLboolean flag)
1599 {
1600 const struct mapi_table *_tbl = entry_current_get();
1601 mapi_func _func = ((const mapi_func *) _tbl)[41];
1602 ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
1603 }
1604
1605 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagv)(const GLboolean *flag)
1606 {
1607 const struct mapi_table *_tbl = entry_current_get();
1608 mapi_func _func = ((const mapi_func *) _tbl)[42];
1609 ((void (APIENTRY *)(const GLboolean *flag)) _func)(flag);
1610 }
1611
1612 GLAPI void APIENTRY GLAPI_PREFIX(End)(void)
1613 {
1614 const struct mapi_table *_tbl = entry_current_get();
1615 mapi_func _func = ((const mapi_func *) _tbl)[43];
1616 ((void (APIENTRY *)(void)) _func)();
1617 }
1618
1619 GLAPI void APIENTRY GLAPI_PREFIX(Indexd)(GLdouble c)
1620 {
1621 const struct mapi_table *_tbl = entry_current_get();
1622 mapi_func _func = ((const mapi_func *) _tbl)[44];
1623 ((void (APIENTRY *)(GLdouble c)) _func)(c);
1624 }
1625
1626 GLAPI void APIENTRY GLAPI_PREFIX(Indexdv)(const GLdouble *c)
1627 {
1628 const struct mapi_table *_tbl = entry_current_get();
1629 mapi_func _func = ((const mapi_func *) _tbl)[45];
1630 ((void (APIENTRY *)(const GLdouble *c)) _func)(c);
1631 }
1632
1633 GLAPI void APIENTRY GLAPI_PREFIX(Indexf)(GLfloat c)
1634 {
1635 const struct mapi_table *_tbl = entry_current_get();
1636 mapi_func _func = ((const mapi_func *) _tbl)[46];
1637 ((void (APIENTRY *)(GLfloat c)) _func)(c);
1638 }
1639
1640 GLAPI void APIENTRY GLAPI_PREFIX(Indexfv)(const GLfloat *c)
1641 {
1642 const struct mapi_table *_tbl = entry_current_get();
1643 mapi_func _func = ((const mapi_func *) _tbl)[47];
1644 ((void (APIENTRY *)(const GLfloat *c)) _func)(c);
1645 }
1646
1647 GLAPI void APIENTRY GLAPI_PREFIX(Indexi)(GLint c)
1648 {
1649 const struct mapi_table *_tbl = entry_current_get();
1650 mapi_func _func = ((const mapi_func *) _tbl)[48];
1651 ((void (APIENTRY *)(GLint c)) _func)(c);
1652 }
1653
1654 GLAPI void APIENTRY GLAPI_PREFIX(Indexiv)(const GLint *c)
1655 {
1656 const struct mapi_table *_tbl = entry_current_get();
1657 mapi_func _func = ((const mapi_func *) _tbl)[49];
1658 ((void (APIENTRY *)(const GLint *c)) _func)(c);
1659 }
1660
1661 GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c)
1662 {
1663 const struct mapi_table *_tbl = entry_current_get();
1664 mapi_func _func = ((const mapi_func *) _tbl)[50];
1665 ((void (APIENTRY *)(GLshort c)) _func)(c);
1666 }
1667
1668 GLAPI void APIENTRY GLAPI_PREFIX(Indexsv)(const GLshort *c)
1669 {
1670 const struct mapi_table *_tbl = entry_current_get();
1671 mapi_func _func = ((const mapi_func *) _tbl)[51];
1672 ((void (APIENTRY *)(const GLshort *c)) _func)(c);
1673 }
1674
1675 GLAPI void APIENTRY GLAPI_PREFIX(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz)
1676 {
1677 const struct mapi_table *_tbl = entry_current_get();
1678 mapi_func _func = ((const mapi_func *) _tbl)[52];
1679 ((void (APIENTRY *)(GLbyte nx, GLbyte ny, GLbyte nz)) _func)(nx, ny, nz);
1680 }
1681
1682 GLAPI void APIENTRY GLAPI_PREFIX(Normal3bv)(const GLbyte *v)
1683 {
1684 const struct mapi_table *_tbl = entry_current_get();
1685 mapi_func _func = ((const mapi_func *) _tbl)[53];
1686 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
1687 }
1688
1689 GLAPI void APIENTRY GLAPI_PREFIX(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz)
1690 {
1691 const struct mapi_table *_tbl = entry_current_get();
1692 mapi_func _func = ((const mapi_func *) _tbl)[54];
1693 ((void (APIENTRY *)(GLdouble nx, GLdouble ny, GLdouble nz)) _func)(nx, ny, nz);
1694 }
1695
1696 GLAPI void APIENTRY GLAPI_PREFIX(Normal3dv)(const GLdouble *v)
1697 {
1698 const struct mapi_table *_tbl = entry_current_get();
1699 mapi_func _func = ((const mapi_func *) _tbl)[55];
1700 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1701 }
1702
1703 GLAPI void APIENTRY GLAPI_PREFIX(Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz)
1704 {
1705 const struct mapi_table *_tbl = entry_current_get();
1706 mapi_func _func = ((const mapi_func *) _tbl)[56];
1707 ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
1708 }
1709
1710 GLAPI void APIENTRY GLAPI_PREFIX(Normal3fv)(const GLfloat *v)
1711 {
1712 const struct mapi_table *_tbl = entry_current_get();
1713 mapi_func _func = ((const mapi_func *) _tbl)[57];
1714 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1715 }
1716
1717 GLAPI void APIENTRY GLAPI_PREFIX(Normal3i)(GLint nx, GLint ny, GLint nz)
1718 {
1719 const struct mapi_table *_tbl = entry_current_get();
1720 mapi_func _func = ((const mapi_func *) _tbl)[58];
1721 ((void (APIENTRY *)(GLint nx, GLint ny, GLint nz)) _func)(nx, ny, nz);
1722 }
1723
1724 GLAPI void APIENTRY GLAPI_PREFIX(Normal3iv)(const GLint *v)
1725 {
1726 const struct mapi_table *_tbl = entry_current_get();
1727 mapi_func _func = ((const mapi_func *) _tbl)[59];
1728 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1729 }
1730
1731 GLAPI void APIENTRY GLAPI_PREFIX(Normal3s)(GLshort nx, GLshort ny, GLshort nz)
1732 {
1733 const struct mapi_table *_tbl = entry_current_get();
1734 mapi_func _func = ((const mapi_func *) _tbl)[60];
1735 ((void (APIENTRY *)(GLshort nx, GLshort ny, GLshort nz)) _func)(nx, ny, nz);
1736 }
1737
1738 GLAPI void APIENTRY GLAPI_PREFIX(Normal3sv)(const GLshort *v)
1739 {
1740 const struct mapi_table *_tbl = entry_current_get();
1741 mapi_func _func = ((const mapi_func *) _tbl)[61];
1742 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1743 }
1744
1745 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2d)(GLdouble x, GLdouble y)
1746 {
1747 const struct mapi_table *_tbl = entry_current_get();
1748 mapi_func _func = ((const mapi_func *) _tbl)[62];
1749 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
1750 }
1751
1752 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2dv)(const GLdouble *v)
1753 {
1754 const struct mapi_table *_tbl = entry_current_get();
1755 mapi_func _func = ((const mapi_func *) _tbl)[63];
1756 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1757 }
1758
1759 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y)
1760 {
1761 const struct mapi_table *_tbl = entry_current_get();
1762 mapi_func _func = ((const mapi_func *) _tbl)[64];
1763 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
1764 }
1765
1766 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2fv)(const GLfloat *v)
1767 {
1768 const struct mapi_table *_tbl = entry_current_get();
1769 mapi_func _func = ((const mapi_func *) _tbl)[65];
1770 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1771 }
1772
1773 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2i)(GLint x, GLint y)
1774 {
1775 const struct mapi_table *_tbl = entry_current_get();
1776 mapi_func _func = ((const mapi_func *) _tbl)[66];
1777 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
1778 }
1779
1780 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2iv)(const GLint *v)
1781 {
1782 const struct mapi_table *_tbl = entry_current_get();
1783 mapi_func _func = ((const mapi_func *) _tbl)[67];
1784 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1785 }
1786
1787 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2s)(GLshort x, GLshort y)
1788 {
1789 const struct mapi_table *_tbl = entry_current_get();
1790 mapi_func _func = ((const mapi_func *) _tbl)[68];
1791 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
1792 }
1793
1794 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2sv)(const GLshort *v)
1795 {
1796 const struct mapi_table *_tbl = entry_current_get();
1797 mapi_func _func = ((const mapi_func *) _tbl)[69];
1798 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1799 }
1800
1801 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3d)(GLdouble x, GLdouble y, GLdouble z)
1802 {
1803 const struct mapi_table *_tbl = entry_current_get();
1804 mapi_func _func = ((const mapi_func *) _tbl)[70];
1805 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
1806 }
1807
1808 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3dv)(const GLdouble *v)
1809 {
1810 const struct mapi_table *_tbl = entry_current_get();
1811 mapi_func _func = ((const mapi_func *) _tbl)[71];
1812 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1813 }
1814
1815 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3f)(GLfloat x, GLfloat y, GLfloat z)
1816 {
1817 const struct mapi_table *_tbl = entry_current_get();
1818 mapi_func _func = ((const mapi_func *) _tbl)[72];
1819 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
1820 }
1821
1822 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3fv)(const GLfloat *v)
1823 {
1824 const struct mapi_table *_tbl = entry_current_get();
1825 mapi_func _func = ((const mapi_func *) _tbl)[73];
1826 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1827 }
1828
1829 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3i)(GLint x, GLint y, GLint z)
1830 {
1831 const struct mapi_table *_tbl = entry_current_get();
1832 mapi_func _func = ((const mapi_func *) _tbl)[74];
1833 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
1834 }
1835
1836 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3iv)(const GLint *v)
1837 {
1838 const struct mapi_table *_tbl = entry_current_get();
1839 mapi_func _func = ((const mapi_func *) _tbl)[75];
1840 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1841 }
1842
1843 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3s)(GLshort x, GLshort y, GLshort z)
1844 {
1845 const struct mapi_table *_tbl = entry_current_get();
1846 mapi_func _func = ((const mapi_func *) _tbl)[76];
1847 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
1848 }
1849
1850 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos3sv)(const GLshort *v)
1851 {
1852 const struct mapi_table *_tbl = entry_current_get();
1853 mapi_func _func = ((const mapi_func *) _tbl)[77];
1854 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1855 }
1856
1857 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
1858 {
1859 const struct mapi_table *_tbl = entry_current_get();
1860 mapi_func _func = ((const mapi_func *) _tbl)[78];
1861 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
1862 }
1863
1864 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4dv)(const GLdouble *v)
1865 {
1866 const struct mapi_table *_tbl = entry_current_get();
1867 mapi_func _func = ((const mapi_func *) _tbl)[79];
1868 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1869 }
1870
1871 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
1872 {
1873 const struct mapi_table *_tbl = entry_current_get();
1874 mapi_func _func = ((const mapi_func *) _tbl)[80];
1875 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
1876 }
1877
1878 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4fv)(const GLfloat *v)
1879 {
1880 const struct mapi_table *_tbl = entry_current_get();
1881 mapi_func _func = ((const mapi_func *) _tbl)[81];
1882 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1883 }
1884
1885 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4i)(GLint x, GLint y, GLint z, GLint w)
1886 {
1887 const struct mapi_table *_tbl = entry_current_get();
1888 mapi_func _func = ((const mapi_func *) _tbl)[82];
1889 ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
1890 }
1891
1892 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4iv)(const GLint *v)
1893 {
1894 const struct mapi_table *_tbl = entry_current_get();
1895 mapi_func _func = ((const mapi_func *) _tbl)[83];
1896 ((void (APIENTRY *)(const GLint *v)) _func)(v);
1897 }
1898
1899 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w)
1900 {
1901 const struct mapi_table *_tbl = entry_current_get();
1902 mapi_func _func = ((const mapi_func *) _tbl)[84];
1903 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
1904 }
1905
1906 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4sv)(const GLshort *v)
1907 {
1908 const struct mapi_table *_tbl = entry_current_get();
1909 mapi_func _func = ((const mapi_func *) _tbl)[85];
1910 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
1911 }
1912
1913 GLAPI void APIENTRY GLAPI_PREFIX(Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
1914 {
1915 const struct mapi_table *_tbl = entry_current_get();
1916 mapi_func _func = ((const mapi_func *) _tbl)[86];
1917 ((void (APIENTRY *)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)) _func)(x1, y1, x2, y2);
1918 }
1919
1920 GLAPI void APIENTRY GLAPI_PREFIX(Rectdv)(const GLdouble *v1, const GLdouble *v2)
1921 {
1922 const struct mapi_table *_tbl = entry_current_get();
1923 mapi_func _func = ((const mapi_func *) _tbl)[87];
1924 ((void (APIENTRY *)(const GLdouble *v1, const GLdouble *v2)) _func)(v1, v2);
1925 }
1926
1927 GLAPI void APIENTRY GLAPI_PREFIX(Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
1928 {
1929 const struct mapi_table *_tbl = entry_current_get();
1930 mapi_func _func = ((const mapi_func *) _tbl)[88];
1931 ((void (APIENTRY *)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)) _func)(x1, y1, x2, y2);
1932 }
1933
1934 GLAPI void APIENTRY GLAPI_PREFIX(Rectfv)(const GLfloat *v1, const GLfloat *v2)
1935 {
1936 const struct mapi_table *_tbl = entry_current_get();
1937 mapi_func _func = ((const mapi_func *) _tbl)[89];
1938 ((void (APIENTRY *)(const GLfloat *v1, const GLfloat *v2)) _func)(v1, v2);
1939 }
1940
1941 GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2)
1942 {
1943 const struct mapi_table *_tbl = entry_current_get();
1944 mapi_func _func = ((const mapi_func *) _tbl)[90];
1945 ((void (APIENTRY *)(GLint x1, GLint y1, GLint x2, GLint y2)) _func)(x1, y1, x2, y2);
1946 }
1947
1948 GLAPI void APIENTRY GLAPI_PREFIX(Rectiv)(const GLint *v1, const GLint *v2)
1949 {
1950 const struct mapi_table *_tbl = entry_current_get();
1951 mapi_func _func = ((const mapi_func *) _tbl)[91];
1952 ((void (APIENTRY *)(const GLint *v1, const GLint *v2)) _func)(v1, v2);
1953 }
1954
1955 GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
1956 {
1957 const struct mapi_table *_tbl = entry_current_get();
1958 mapi_func _func = ((const mapi_func *) _tbl)[92];
1959 ((void (APIENTRY *)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)) _func)(x1, y1, x2, y2);
1960 }
1961
1962 GLAPI void APIENTRY GLAPI_PREFIX(Rectsv)(const GLshort *v1, const GLshort *v2)
1963 {
1964 const struct mapi_table *_tbl = entry_current_get();
1965 mapi_func _func = ((const mapi_func *) _tbl)[93];
1966 ((void (APIENTRY *)(const GLshort *v1, const GLshort *v2)) _func)(v1, v2);
1967 }
1968
1969 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1d)(GLdouble s)
1970 {
1971 const struct mapi_table *_tbl = entry_current_get();
1972 mapi_func _func = ((const mapi_func *) _tbl)[94];
1973 ((void (APIENTRY *)(GLdouble s)) _func)(s);
1974 }
1975
1976 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1dv)(const GLdouble *v)
1977 {
1978 const struct mapi_table *_tbl = entry_current_get();
1979 mapi_func _func = ((const mapi_func *) _tbl)[95];
1980 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
1981 }
1982
1983 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1f)(GLfloat s)
1984 {
1985 const struct mapi_table *_tbl = entry_current_get();
1986 mapi_func _func = ((const mapi_func *) _tbl)[96];
1987 ((void (APIENTRY *)(GLfloat s)) _func)(s);
1988 }
1989
1990 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1fv)(const GLfloat *v)
1991 {
1992 const struct mapi_table *_tbl = entry_current_get();
1993 mapi_func _func = ((const mapi_func *) _tbl)[97];
1994 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
1995 }
1996
1997 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1i)(GLint s)
1998 {
1999 const struct mapi_table *_tbl = entry_current_get();
2000 mapi_func _func = ((const mapi_func *) _tbl)[98];
2001 ((void (APIENTRY *)(GLint s)) _func)(s);
2002 }
2003
2004 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1iv)(const GLint *v)
2005 {
2006 const struct mapi_table *_tbl = entry_current_get();
2007 mapi_func _func = ((const mapi_func *) _tbl)[99];
2008 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2009 }
2010
2011 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1s)(GLshort s)
2012 {
2013 const struct mapi_table *_tbl = entry_current_get();
2014 mapi_func _func = ((const mapi_func *) _tbl)[100];
2015 ((void (APIENTRY *)(GLshort s)) _func)(s);
2016 }
2017
2018 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord1sv)(const GLshort *v)
2019 {
2020 const struct mapi_table *_tbl = entry_current_get();
2021 mapi_func _func = ((const mapi_func *) _tbl)[101];
2022 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2023 }
2024
2025 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2d)(GLdouble s, GLdouble t)
2026 {
2027 const struct mapi_table *_tbl = entry_current_get();
2028 mapi_func _func = ((const mapi_func *) _tbl)[102];
2029 ((void (APIENTRY *)(GLdouble s, GLdouble t)) _func)(s, t);
2030 }
2031
2032 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2dv)(const GLdouble *v)
2033 {
2034 const struct mapi_table *_tbl = entry_current_get();
2035 mapi_func _func = ((const mapi_func *) _tbl)[103];
2036 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2037 }
2038
2039 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2f)(GLfloat s, GLfloat t)
2040 {
2041 const struct mapi_table *_tbl = entry_current_get();
2042 mapi_func _func = ((const mapi_func *) _tbl)[104];
2043 ((void (APIENTRY *)(GLfloat s, GLfloat t)) _func)(s, t);
2044 }
2045
2046 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2fv)(const GLfloat *v)
2047 {
2048 const struct mapi_table *_tbl = entry_current_get();
2049 mapi_func _func = ((const mapi_func *) _tbl)[105];
2050 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2051 }
2052
2053 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2i)(GLint s, GLint t)
2054 {
2055 const struct mapi_table *_tbl = entry_current_get();
2056 mapi_func _func = ((const mapi_func *) _tbl)[106];
2057 ((void (APIENTRY *)(GLint s, GLint t)) _func)(s, t);
2058 }
2059
2060 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2iv)(const GLint *v)
2061 {
2062 const struct mapi_table *_tbl = entry_current_get();
2063 mapi_func _func = ((const mapi_func *) _tbl)[107];
2064 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2065 }
2066
2067 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2s)(GLshort s, GLshort t)
2068 {
2069 const struct mapi_table *_tbl = entry_current_get();
2070 mapi_func _func = ((const mapi_func *) _tbl)[108];
2071 ((void (APIENTRY *)(GLshort s, GLshort t)) _func)(s, t);
2072 }
2073
2074 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord2sv)(const GLshort *v)
2075 {
2076 const struct mapi_table *_tbl = entry_current_get();
2077 mapi_func _func = ((const mapi_func *) _tbl)[109];
2078 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2079 }
2080
2081 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r)
2082 {
2083 const struct mapi_table *_tbl = entry_current_get();
2084 mapi_func _func = ((const mapi_func *) _tbl)[110];
2085 ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r)) _func)(s, t, r);
2086 }
2087
2088 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3dv)(const GLdouble *v)
2089 {
2090 const struct mapi_table *_tbl = entry_current_get();
2091 mapi_func _func = ((const mapi_func *) _tbl)[111];
2092 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2093 }
2094
2095 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3f)(GLfloat s, GLfloat t, GLfloat r)
2096 {
2097 const struct mapi_table *_tbl = entry_current_get();
2098 mapi_func _func = ((const mapi_func *) _tbl)[112];
2099 ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r)) _func)(s, t, r);
2100 }
2101
2102 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3fv)(const GLfloat *v)
2103 {
2104 const struct mapi_table *_tbl = entry_current_get();
2105 mapi_func _func = ((const mapi_func *) _tbl)[113];
2106 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2107 }
2108
2109 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3i)(GLint s, GLint t, GLint r)
2110 {
2111 const struct mapi_table *_tbl = entry_current_get();
2112 mapi_func _func = ((const mapi_func *) _tbl)[114];
2113 ((void (APIENTRY *)(GLint s, GLint t, GLint r)) _func)(s, t, r);
2114 }
2115
2116 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3iv)(const GLint *v)
2117 {
2118 const struct mapi_table *_tbl = entry_current_get();
2119 mapi_func _func = ((const mapi_func *) _tbl)[115];
2120 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2121 }
2122
2123 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3s)(GLshort s, GLshort t, GLshort r)
2124 {
2125 const struct mapi_table *_tbl = entry_current_get();
2126 mapi_func _func = ((const mapi_func *) _tbl)[116];
2127 ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r)) _func)(s, t, r);
2128 }
2129
2130 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord3sv)(const GLshort *v)
2131 {
2132 const struct mapi_table *_tbl = entry_current_get();
2133 mapi_func _func = ((const mapi_func *) _tbl)[117];
2134 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2135 }
2136
2137 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
2138 {
2139 const struct mapi_table *_tbl = entry_current_get();
2140 mapi_func _func = ((const mapi_func *) _tbl)[118];
2141 ((void (APIENTRY *)(GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(s, t, r, q);
2142 }
2143
2144 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4dv)(const GLdouble *v)
2145 {
2146 const struct mapi_table *_tbl = entry_current_get();
2147 mapi_func _func = ((const mapi_func *) _tbl)[119];
2148 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2149 }
2150
2151 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
2152 {
2153 const struct mapi_table *_tbl = entry_current_get();
2154 mapi_func _func = ((const mapi_func *) _tbl)[120];
2155 ((void (APIENTRY *)(GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(s, t, r, q);
2156 }
2157
2158 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4fv)(const GLfloat *v)
2159 {
2160 const struct mapi_table *_tbl = entry_current_get();
2161 mapi_func _func = ((const mapi_func *) _tbl)[121];
2162 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2163 }
2164
2165 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4i)(GLint s, GLint t, GLint r, GLint q)
2166 {
2167 const struct mapi_table *_tbl = entry_current_get();
2168 mapi_func _func = ((const mapi_func *) _tbl)[122];
2169 ((void (APIENTRY *)(GLint s, GLint t, GLint r, GLint q)) _func)(s, t, r, q);
2170 }
2171
2172 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4iv)(const GLint *v)
2173 {
2174 const struct mapi_table *_tbl = entry_current_get();
2175 mapi_func _func = ((const mapi_func *) _tbl)[123];
2176 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2177 }
2178
2179 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q)
2180 {
2181 const struct mapi_table *_tbl = entry_current_get();
2182 mapi_func _func = ((const mapi_func *) _tbl)[124];
2183 ((void (APIENTRY *)(GLshort s, GLshort t, GLshort r, GLshort q)) _func)(s, t, r, q);
2184 }
2185
2186 GLAPI void APIENTRY GLAPI_PREFIX(TexCoord4sv)(const GLshort *v)
2187 {
2188 const struct mapi_table *_tbl = entry_current_get();
2189 mapi_func _func = ((const mapi_func *) _tbl)[125];
2190 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2191 }
2192
2193 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2d)(GLdouble x, GLdouble y)
2194 {
2195 const struct mapi_table *_tbl = entry_current_get();
2196 mapi_func _func = ((const mapi_func *) _tbl)[126];
2197 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
2198 }
2199
2200 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2dv)(const GLdouble *v)
2201 {
2202 const struct mapi_table *_tbl = entry_current_get();
2203 mapi_func _func = ((const mapi_func *) _tbl)[127];
2204 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2205 }
2206
2207 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2f)(GLfloat x, GLfloat y)
2208 {
2209 const struct mapi_table *_tbl = entry_current_get();
2210 mapi_func _func = ((const mapi_func *) _tbl)[128];
2211 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
2212 }
2213
2214 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2fv)(const GLfloat *v)
2215 {
2216 const struct mapi_table *_tbl = entry_current_get();
2217 mapi_func _func = ((const mapi_func *) _tbl)[129];
2218 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2219 }
2220
2221 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2i)(GLint x, GLint y)
2222 {
2223 const struct mapi_table *_tbl = entry_current_get();
2224 mapi_func _func = ((const mapi_func *) _tbl)[130];
2225 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
2226 }
2227
2228 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2iv)(const GLint *v)
2229 {
2230 const struct mapi_table *_tbl = entry_current_get();
2231 mapi_func _func = ((const mapi_func *) _tbl)[131];
2232 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2233 }
2234
2235 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2s)(GLshort x, GLshort y)
2236 {
2237 const struct mapi_table *_tbl = entry_current_get();
2238 mapi_func _func = ((const mapi_func *) _tbl)[132];
2239 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
2240 }
2241
2242 GLAPI void APIENTRY GLAPI_PREFIX(Vertex2sv)(const GLshort *v)
2243 {
2244 const struct mapi_table *_tbl = entry_current_get();
2245 mapi_func _func = ((const mapi_func *) _tbl)[133];
2246 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2247 }
2248
2249 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3d)(GLdouble x, GLdouble y, GLdouble z)
2250 {
2251 const struct mapi_table *_tbl = entry_current_get();
2252 mapi_func _func = ((const mapi_func *) _tbl)[134];
2253 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
2254 }
2255
2256 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3dv)(const GLdouble *v)
2257 {
2258 const struct mapi_table *_tbl = entry_current_get();
2259 mapi_func _func = ((const mapi_func *) _tbl)[135];
2260 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2261 }
2262
2263 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3f)(GLfloat x, GLfloat y, GLfloat z)
2264 {
2265 const struct mapi_table *_tbl = entry_current_get();
2266 mapi_func _func = ((const mapi_func *) _tbl)[136];
2267 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
2268 }
2269
2270 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3fv)(const GLfloat *v)
2271 {
2272 const struct mapi_table *_tbl = entry_current_get();
2273 mapi_func _func = ((const mapi_func *) _tbl)[137];
2274 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2275 }
2276
2277 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3i)(GLint x, GLint y, GLint z)
2278 {
2279 const struct mapi_table *_tbl = entry_current_get();
2280 mapi_func _func = ((const mapi_func *) _tbl)[138];
2281 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
2282 }
2283
2284 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3iv)(const GLint *v)
2285 {
2286 const struct mapi_table *_tbl = entry_current_get();
2287 mapi_func _func = ((const mapi_func *) _tbl)[139];
2288 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2289 }
2290
2291 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3s)(GLshort x, GLshort y, GLshort z)
2292 {
2293 const struct mapi_table *_tbl = entry_current_get();
2294 mapi_func _func = ((const mapi_func *) _tbl)[140];
2295 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
2296 }
2297
2298 GLAPI void APIENTRY GLAPI_PREFIX(Vertex3sv)(const GLshort *v)
2299 {
2300 const struct mapi_table *_tbl = entry_current_get();
2301 mapi_func _func = ((const mapi_func *) _tbl)[141];
2302 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2303 }
2304
2305 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
2306 {
2307 const struct mapi_table *_tbl = entry_current_get();
2308 mapi_func _func = ((const mapi_func *) _tbl)[142];
2309 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
2310 }
2311
2312 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4dv)(const GLdouble *v)
2313 {
2314 const struct mapi_table *_tbl = entry_current_get();
2315 mapi_func _func = ((const mapi_func *) _tbl)[143];
2316 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
2317 }
2318
2319 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
2320 {
2321 const struct mapi_table *_tbl = entry_current_get();
2322 mapi_func _func = ((const mapi_func *) _tbl)[144];
2323 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
2324 }
2325
2326 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4fv)(const GLfloat *v)
2327 {
2328 const struct mapi_table *_tbl = entry_current_get();
2329 mapi_func _func = ((const mapi_func *) _tbl)[145];
2330 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
2331 }
2332
2333 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4i)(GLint x, GLint y, GLint z, GLint w)
2334 {
2335 const struct mapi_table *_tbl = entry_current_get();
2336 mapi_func _func = ((const mapi_func *) _tbl)[146];
2337 ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
2338 }
2339
2340 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4iv)(const GLint *v)
2341 {
2342 const struct mapi_table *_tbl = entry_current_get();
2343 mapi_func _func = ((const mapi_func *) _tbl)[147];
2344 ((void (APIENTRY *)(const GLint *v)) _func)(v);
2345 }
2346
2347 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w)
2348 {
2349 const struct mapi_table *_tbl = entry_current_get();
2350 mapi_func _func = ((const mapi_func *) _tbl)[148];
2351 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
2352 }
2353
2354 GLAPI void APIENTRY GLAPI_PREFIX(Vertex4sv)(const GLshort *v)
2355 {
2356 const struct mapi_table *_tbl = entry_current_get();
2357 mapi_func _func = ((const mapi_func *) _tbl)[149];
2358 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
2359 }
2360
2361 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation)
2362 {
2363 const struct mapi_table *_tbl = entry_current_get();
2364 mapi_func _func = ((const mapi_func *) _tbl)[150];
2365 ((void (APIENTRY *)(GLenum plane, const GLdouble *equation)) _func)(plane, equation);
2366 }
2367
2368 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaterial)(GLenum face, GLenum mode)
2369 {
2370 const struct mapi_table *_tbl = entry_current_get();
2371 mapi_func _func = ((const mapi_func *) _tbl)[151];
2372 ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
2373 }
2374
2375 GLAPI void APIENTRY GLAPI_PREFIX(CullFace)(GLenum mode)
2376 {
2377 const struct mapi_table *_tbl = entry_current_get();
2378 mapi_func _func = ((const mapi_func *) _tbl)[152];
2379 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2380 }
2381
2382 GLAPI void APIENTRY GLAPI_PREFIX(Fogf)(GLenum pname, GLfloat param)
2383 {
2384 const struct mapi_table *_tbl = entry_current_get();
2385 mapi_func _func = ((const mapi_func *) _tbl)[153];
2386 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
2387 }
2388
2389 GLAPI void APIENTRY GLAPI_PREFIX(Fogfv)(GLenum pname, const GLfloat *params)
2390 {
2391 const struct mapi_table *_tbl = entry_current_get();
2392 mapi_func _func = ((const mapi_func *) _tbl)[154];
2393 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
2394 }
2395
2396 GLAPI void APIENTRY GLAPI_PREFIX(Fogi)(GLenum pname, GLint param)
2397 {
2398 const struct mapi_table *_tbl = entry_current_get();
2399 mapi_func _func = ((const mapi_func *) _tbl)[155];
2400 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
2401 }
2402
2403 GLAPI void APIENTRY GLAPI_PREFIX(Fogiv)(GLenum pname, const GLint *params)
2404 {
2405 const struct mapi_table *_tbl = entry_current_get();
2406 mapi_func _func = ((const mapi_func *) _tbl)[156];
2407 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
2408 }
2409
2410 GLAPI void APIENTRY GLAPI_PREFIX(FrontFace)(GLenum mode)
2411 {
2412 const struct mapi_table *_tbl = entry_current_get();
2413 mapi_func _func = ((const mapi_func *) _tbl)[157];
2414 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2415 }
2416
2417 GLAPI void APIENTRY GLAPI_PREFIX(Hint)(GLenum target, GLenum mode)
2418 {
2419 const struct mapi_table *_tbl = entry_current_get();
2420 mapi_func _func = ((const mapi_func *) _tbl)[158];
2421 ((void (APIENTRY *)(GLenum target, GLenum mode)) _func)(target, mode);
2422 }
2423
2424 GLAPI void APIENTRY GLAPI_PREFIX(Lightf)(GLenum light, GLenum pname, GLfloat param)
2425 {
2426 const struct mapi_table *_tbl = entry_current_get();
2427 mapi_func _func = ((const mapi_func *) _tbl)[159];
2428 ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat param)) _func)(light, pname, param);
2429 }
2430
2431 GLAPI void APIENTRY GLAPI_PREFIX(Lightfv)(GLenum light, GLenum pname, const GLfloat *params)
2432 {
2433 const struct mapi_table *_tbl = entry_current_get();
2434 mapi_func _func = ((const mapi_func *) _tbl)[160];
2435 ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfloat *params)) _func)(light, pname, params);
2436 }
2437
2438 GLAPI void APIENTRY GLAPI_PREFIX(Lighti)(GLenum light, GLenum pname, GLint param)
2439 {
2440 const struct mapi_table *_tbl = entry_current_get();
2441 mapi_func _func = ((const mapi_func *) _tbl)[161];
2442 ((void (APIENTRY *)(GLenum light, GLenum pname, GLint param)) _func)(light, pname, param);
2443 }
2444
2445 GLAPI void APIENTRY GLAPI_PREFIX(Lightiv)(GLenum light, GLenum pname, const GLint *params)
2446 {
2447 const struct mapi_table *_tbl = entry_current_get();
2448 mapi_func _func = ((const mapi_func *) _tbl)[162];
2449 ((void (APIENTRY *)(GLenum light, GLenum pname, const GLint *params)) _func)(light, pname, params);
2450 }
2451
2452 GLAPI void APIENTRY GLAPI_PREFIX(LightModelf)(GLenum pname, GLfloat param)
2453 {
2454 const struct mapi_table *_tbl = entry_current_get();
2455 mapi_func _func = ((const mapi_func *) _tbl)[163];
2456 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
2457 }
2458
2459 GLAPI void APIENTRY GLAPI_PREFIX(LightModelfv)(GLenum pname, const GLfloat *params)
2460 {
2461 const struct mapi_table *_tbl = entry_current_get();
2462 mapi_func _func = ((const mapi_func *) _tbl)[164];
2463 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
2464 }
2465
2466 GLAPI void APIENTRY GLAPI_PREFIX(LightModeli)(GLenum pname, GLint param)
2467 {
2468 const struct mapi_table *_tbl = entry_current_get();
2469 mapi_func _func = ((const mapi_func *) _tbl)[165];
2470 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
2471 }
2472
2473 GLAPI void APIENTRY GLAPI_PREFIX(LightModeliv)(GLenum pname, const GLint *params)
2474 {
2475 const struct mapi_table *_tbl = entry_current_get();
2476 mapi_func _func = ((const mapi_func *) _tbl)[166];
2477 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
2478 }
2479
2480 GLAPI void APIENTRY GLAPI_PREFIX(LineStipple)(GLint factor, GLushort pattern)
2481 {
2482 const struct mapi_table *_tbl = entry_current_get();
2483 mapi_func _func = ((const mapi_func *) _tbl)[167];
2484 ((void (APIENTRY *)(GLint factor, GLushort pattern)) _func)(factor, pattern);
2485 }
2486
2487 GLAPI void APIENTRY GLAPI_PREFIX(LineWidth)(GLfloat width)
2488 {
2489 const struct mapi_table *_tbl = entry_current_get();
2490 mapi_func _func = ((const mapi_func *) _tbl)[168];
2491 ((void (APIENTRY *)(GLfloat width)) _func)(width);
2492 }
2493
2494 GLAPI void APIENTRY GLAPI_PREFIX(Materialf)(GLenum face, GLenum pname, GLfloat param)
2495 {
2496 const struct mapi_table *_tbl = entry_current_get();
2497 mapi_func _func = ((const mapi_func *) _tbl)[169];
2498 ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat param)) _func)(face, pname, param);
2499 }
2500
2501 GLAPI void APIENTRY GLAPI_PREFIX(Materialfv)(GLenum face, GLenum pname, const GLfloat *params)
2502 {
2503 const struct mapi_table *_tbl = entry_current_get();
2504 mapi_func _func = ((const mapi_func *) _tbl)[170];
2505 ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfloat *params)) _func)(face, pname, params);
2506 }
2507
2508 GLAPI void APIENTRY GLAPI_PREFIX(Materiali)(GLenum face, GLenum pname, GLint param)
2509 {
2510 const struct mapi_table *_tbl = entry_current_get();
2511 mapi_func _func = ((const mapi_func *) _tbl)[171];
2512 ((void (APIENTRY *)(GLenum face, GLenum pname, GLint param)) _func)(face, pname, param);
2513 }
2514
2515 GLAPI void APIENTRY GLAPI_PREFIX(Materialiv)(GLenum face, GLenum pname, const GLint *params)
2516 {
2517 const struct mapi_table *_tbl = entry_current_get();
2518 mapi_func _func = ((const mapi_func *) _tbl)[172];
2519 ((void (APIENTRY *)(GLenum face, GLenum pname, const GLint *params)) _func)(face, pname, params);
2520 }
2521
2522 GLAPI void APIENTRY GLAPI_PREFIX(PointSize)(GLfloat size)
2523 {
2524 const struct mapi_table *_tbl = entry_current_get();
2525 mapi_func _func = ((const mapi_func *) _tbl)[173];
2526 ((void (APIENTRY *)(GLfloat size)) _func)(size);
2527 }
2528
2529 GLAPI void APIENTRY GLAPI_PREFIX(PolygonMode)(GLenum face, GLenum mode)
2530 {
2531 const struct mapi_table *_tbl = entry_current_get();
2532 mapi_func _func = ((const mapi_func *) _tbl)[174];
2533 ((void (APIENTRY *)(GLenum face, GLenum mode)) _func)(face, mode);
2534 }
2535
2536 GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask)
2537 {
2538 const struct mapi_table *_tbl = entry_current_get();
2539 mapi_func _func = ((const mapi_func *) _tbl)[175];
2540 ((void (APIENTRY *)(const GLubyte *mask)) _func)(mask);
2541 }
2542
2543 GLAPI void APIENTRY GLAPI_PREFIX(Scissor)(GLint x, GLint y, GLsizei width, GLsizei height)
2544 {
2545 const struct mapi_table *_tbl = entry_current_get();
2546 mapi_func _func = ((const mapi_func *) _tbl)[176];
2547 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
2548 }
2549
2550 GLAPI void APIENTRY GLAPI_PREFIX(ShadeModel)(GLenum mode)
2551 {
2552 const struct mapi_table *_tbl = entry_current_get();
2553 mapi_func _func = ((const mapi_func *) _tbl)[177];
2554 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2555 }
2556
2557 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterf)(GLenum target, GLenum pname, GLfloat param)
2558 {
2559 const struct mapi_table *_tbl = entry_current_get();
2560 mapi_func _func = ((const mapi_func *) _tbl)[178];
2561 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
2562 }
2563
2564 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
2565 {
2566 const struct mapi_table *_tbl = entry_current_get();
2567 mapi_func _func = ((const mapi_func *) _tbl)[179];
2568 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
2569 }
2570
2571 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteri)(GLenum target, GLenum pname, GLint param)
2572 {
2573 const struct mapi_table *_tbl = entry_current_get();
2574 mapi_func _func = ((const mapi_func *) _tbl)[180];
2575 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
2576 }
2577
2578 GLAPI void APIENTRY GLAPI_PREFIX(TexParameteriv)(GLenum target, GLenum pname, const GLint *params)
2579 {
2580 const struct mapi_table *_tbl = entry_current_get();
2581 mapi_func _func = ((const mapi_func *) _tbl)[181];
2582 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
2583 }
2584
2585 GLAPI void APIENTRY GLAPI_PREFIX(TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
2586 {
2587 const struct mapi_table *_tbl = entry_current_get();
2588 mapi_func _func = ((const mapi_func *) _tbl)[182];
2589 ((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);
2590 }
2591
2592 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)
2593 {
2594 const struct mapi_table *_tbl = entry_current_get();
2595 mapi_func _func = ((const mapi_func *) _tbl)[183];
2596 ((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);
2597 }
2598
2599 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvf)(GLenum target, GLenum pname, GLfloat param)
2600 {
2601 const struct mapi_table *_tbl = entry_current_get();
2602 mapi_func _func = ((const mapi_func *) _tbl)[184];
2603 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
2604 }
2605
2606 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvfv)(GLenum target, GLenum pname, const GLfloat *params)
2607 {
2608 const struct mapi_table *_tbl = entry_current_get();
2609 mapi_func _func = ((const mapi_func *) _tbl)[185];
2610 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
2611 }
2612
2613 GLAPI void APIENTRY GLAPI_PREFIX(TexEnvi)(GLenum target, GLenum pname, GLint param)
2614 {
2615 const struct mapi_table *_tbl = entry_current_get();
2616 mapi_func _func = ((const mapi_func *) _tbl)[186];
2617 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
2618 }
2619
2620 GLAPI void APIENTRY GLAPI_PREFIX(TexEnviv)(GLenum target, GLenum pname, const GLint *params)
2621 {
2622 const struct mapi_table *_tbl = entry_current_get();
2623 mapi_func _func = ((const mapi_func *) _tbl)[187];
2624 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
2625 }
2626
2627 GLAPI void APIENTRY GLAPI_PREFIX(TexGend)(GLenum coord, GLenum pname, GLdouble param)
2628 {
2629 const struct mapi_table *_tbl = entry_current_get();
2630 mapi_func _func = ((const mapi_func *) _tbl)[188];
2631 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble param)) _func)(coord, pname, param);
2632 }
2633
2634 GLAPI void APIENTRY GLAPI_PREFIX(TexGendv)(GLenum coord, GLenum pname, const GLdouble *params)
2635 {
2636 const struct mapi_table *_tbl = entry_current_get();
2637 mapi_func _func = ((const mapi_func *) _tbl)[189];
2638 ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLdouble *params)) _func)(coord, pname, params);
2639 }
2640
2641 GLAPI void APIENTRY GLAPI_PREFIX(TexGenf)(GLenum coord, GLenum pname, GLfloat param)
2642 {
2643 const struct mapi_table *_tbl = entry_current_get();
2644 mapi_func _func = ((const mapi_func *) _tbl)[190];
2645 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat param)) _func)(coord, pname, param);
2646 }
2647
2648 GLAPI void APIENTRY GLAPI_PREFIX(TexGenfv)(GLenum coord, GLenum pname, const GLfloat *params)
2649 {
2650 const struct mapi_table *_tbl = entry_current_get();
2651 mapi_func _func = ((const mapi_func *) _tbl)[191];
2652 ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLfloat *params)) _func)(coord, pname, params);
2653 }
2654
2655 GLAPI void APIENTRY GLAPI_PREFIX(TexGeni)(GLenum coord, GLenum pname, GLint param)
2656 {
2657 const struct mapi_table *_tbl = entry_current_get();
2658 mapi_func _func = ((const mapi_func *) _tbl)[192];
2659 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint param)) _func)(coord, pname, param);
2660 }
2661
2662 GLAPI void APIENTRY GLAPI_PREFIX(TexGeniv)(GLenum coord, GLenum pname, const GLint *params)
2663 {
2664 const struct mapi_table *_tbl = entry_current_get();
2665 mapi_func _func = ((const mapi_func *) _tbl)[193];
2666 ((void (APIENTRY *)(GLenum coord, GLenum pname, const GLint *params)) _func)(coord, pname, params);
2667 }
2668
2669 GLAPI void APIENTRY GLAPI_PREFIX(FeedbackBuffer)(GLsizei size, GLenum type, GLfloat *buffer)
2670 {
2671 const struct mapi_table *_tbl = entry_current_get();
2672 mapi_func _func = ((const mapi_func *) _tbl)[194];
2673 ((void (APIENTRY *)(GLsizei size, GLenum type, GLfloat *buffer)) _func)(size, type, buffer);
2674 }
2675
2676 GLAPI void APIENTRY GLAPI_PREFIX(SelectBuffer)(GLsizei size, GLuint *buffer)
2677 {
2678 const struct mapi_table *_tbl = entry_current_get();
2679 mapi_func _func = ((const mapi_func *) _tbl)[195];
2680 ((void (APIENTRY *)(GLsizei size, GLuint *buffer)) _func)(size, buffer);
2681 }
2682
2683 GLAPI GLint APIENTRY GLAPI_PREFIX(RenderMode)(GLenum mode)
2684 {
2685 const struct mapi_table *_tbl = entry_current_get();
2686 mapi_func _func = ((const mapi_func *) _tbl)[196];
2687 return ((GLint (APIENTRY *)(GLenum mode)) _func)(mode);
2688 }
2689
2690 GLAPI void APIENTRY GLAPI_PREFIX(InitNames)(void)
2691 {
2692 const struct mapi_table *_tbl = entry_current_get();
2693 mapi_func _func = ((const mapi_func *) _tbl)[197];
2694 ((void (APIENTRY *)(void)) _func)();
2695 }
2696
2697 GLAPI void APIENTRY GLAPI_PREFIX(LoadName)(GLuint name)
2698 {
2699 const struct mapi_table *_tbl = entry_current_get();
2700 mapi_func _func = ((const mapi_func *) _tbl)[198];
2701 ((void (APIENTRY *)(GLuint name)) _func)(name);
2702 }
2703
2704 GLAPI void APIENTRY GLAPI_PREFIX(PassThrough)(GLfloat token)
2705 {
2706 const struct mapi_table *_tbl = entry_current_get();
2707 mapi_func _func = ((const mapi_func *) _tbl)[199];
2708 ((void (APIENTRY *)(GLfloat token)) _func)(token);
2709 }
2710
2711 GLAPI void APIENTRY GLAPI_PREFIX(PopName)(void)
2712 {
2713 const struct mapi_table *_tbl = entry_current_get();
2714 mapi_func _func = ((const mapi_func *) _tbl)[200];
2715 ((void (APIENTRY *)(void)) _func)();
2716 }
2717
2718 GLAPI void APIENTRY GLAPI_PREFIX(PushName)(GLuint name)
2719 {
2720 const struct mapi_table *_tbl = entry_current_get();
2721 mapi_func _func = ((const mapi_func *) _tbl)[201];
2722 ((void (APIENTRY *)(GLuint name)) _func)(name);
2723 }
2724
2725 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffer)(GLenum mode)
2726 {
2727 const struct mapi_table *_tbl = entry_current_get();
2728 mapi_func _func = ((const mapi_func *) _tbl)[202];
2729 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
2730 }
2731
2732 GLAPI void APIENTRY GLAPI_PREFIX(Clear)(GLbitfield mask)
2733 {
2734 const struct mapi_table *_tbl = entry_current_get();
2735 mapi_func _func = ((const mapi_func *) _tbl)[203];
2736 ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
2737 }
2738
2739 GLAPI void APIENTRY GLAPI_PREFIX(ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
2740 {
2741 const struct mapi_table *_tbl = entry_current_get();
2742 mapi_func _func = ((const mapi_func *) _tbl)[204];
2743 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
2744 }
2745
2746 GLAPI void APIENTRY GLAPI_PREFIX(ClearIndex)(GLfloat c)
2747 {
2748 const struct mapi_table *_tbl = entry_current_get();
2749 mapi_func _func = ((const mapi_func *) _tbl)[205];
2750 ((void (APIENTRY *)(GLfloat c)) _func)(c);
2751 }
2752
2753 GLAPI void APIENTRY GLAPI_PREFIX(ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
2754 {
2755 const struct mapi_table *_tbl = entry_current_get();
2756 mapi_func _func = ((const mapi_func *) _tbl)[206];
2757 ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
2758 }
2759
2760 GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s)
2761 {
2762 const struct mapi_table *_tbl = entry_current_get();
2763 mapi_func _func = ((const mapi_func *) _tbl)[207];
2764 ((void (APIENTRY *)(GLint s)) _func)(s);
2765 }
2766
2767 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepth)(GLclampd depth)
2768 {
2769 const struct mapi_table *_tbl = entry_current_get();
2770 mapi_func _func = ((const mapi_func *) _tbl)[208];
2771 ((void (APIENTRY *)(GLclampd depth)) _func)(depth);
2772 }
2773
2774 GLAPI void APIENTRY GLAPI_PREFIX(StencilMask)(GLuint mask)
2775 {
2776 const struct mapi_table *_tbl = entry_current_get();
2777 mapi_func _func = ((const mapi_func *) _tbl)[209];
2778 ((void (APIENTRY *)(GLuint mask)) _func)(mask);
2779 }
2780
2781 GLAPI void APIENTRY GLAPI_PREFIX(ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
2782 {
2783 const struct mapi_table *_tbl = entry_current_get();
2784 mapi_func _func = ((const mapi_func *) _tbl)[210];
2785 ((void (APIENTRY *)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)) _func)(red, green, blue, alpha);
2786 }
2787
2788 GLAPI void APIENTRY GLAPI_PREFIX(DepthMask)(GLboolean flag)
2789 {
2790 const struct mapi_table *_tbl = entry_current_get();
2791 mapi_func _func = ((const mapi_func *) _tbl)[211];
2792 ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
2793 }
2794
2795 GLAPI void APIENTRY GLAPI_PREFIX(IndexMask)(GLuint mask)
2796 {
2797 const struct mapi_table *_tbl = entry_current_get();
2798 mapi_func _func = ((const mapi_func *) _tbl)[212];
2799 ((void (APIENTRY *)(GLuint mask)) _func)(mask);
2800 }
2801
2802 GLAPI void APIENTRY GLAPI_PREFIX(Accum)(GLenum op, GLfloat value)
2803 {
2804 const struct mapi_table *_tbl = entry_current_get();
2805 mapi_func _func = ((const mapi_func *) _tbl)[213];
2806 ((void (APIENTRY *)(GLenum op, GLfloat value)) _func)(op, value);
2807 }
2808
2809 GLAPI void APIENTRY GLAPI_PREFIX(Disable)(GLenum cap)
2810 {
2811 const struct mapi_table *_tbl = entry_current_get();
2812 mapi_func _func = ((const mapi_func *) _tbl)[214];
2813 ((void (APIENTRY *)(GLenum cap)) _func)(cap);
2814 }
2815
2816 GLAPI void APIENTRY GLAPI_PREFIX(Enable)(GLenum cap)
2817 {
2818 const struct mapi_table *_tbl = entry_current_get();
2819 mapi_func _func = ((const mapi_func *) _tbl)[215];
2820 ((void (APIENTRY *)(GLenum cap)) _func)(cap);
2821 }
2822
2823 GLAPI void APIENTRY GLAPI_PREFIX(Finish)(void)
2824 {
2825 const struct mapi_table *_tbl = entry_current_get();
2826 mapi_func _func = ((const mapi_func *) _tbl)[216];
2827 ((void (APIENTRY *)(void)) _func)();
2828 }
2829
2830 GLAPI void APIENTRY GLAPI_PREFIX(Flush)(void)
2831 {
2832 const struct mapi_table *_tbl = entry_current_get();
2833 mapi_func _func = ((const mapi_func *) _tbl)[217];
2834 ((void (APIENTRY *)(void)) _func)();
2835 }
2836
2837 GLAPI void APIENTRY GLAPI_PREFIX(PopAttrib)(void)
2838 {
2839 const struct mapi_table *_tbl = entry_current_get();
2840 mapi_func _func = ((const mapi_func *) _tbl)[218];
2841 ((void (APIENTRY *)(void)) _func)();
2842 }
2843
2844 GLAPI void APIENTRY GLAPI_PREFIX(PushAttrib)(GLbitfield mask)
2845 {
2846 const struct mapi_table *_tbl = entry_current_get();
2847 mapi_func _func = ((const mapi_func *) _tbl)[219];
2848 ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
2849 }
2850
2851 GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
2852 {
2853 const struct mapi_table *_tbl = entry_current_get();
2854 mapi_func _func = ((const mapi_func *) _tbl)[220];
2855 ((void (APIENTRY *)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)) _func)(target, u1, u2, stride, order, points);
2856 }
2857
2858 GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
2859 {
2860 const struct mapi_table *_tbl = entry_current_get();
2861 mapi_func _func = ((const mapi_func *) _tbl)[221];
2862 ((void (APIENTRY *)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)) _func)(target, u1, u2, stride, order, points);
2863 }
2864
2865 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)
2866 {
2867 const struct mapi_table *_tbl = entry_current_get();
2868 mapi_func _func = ((const mapi_func *) _tbl)[222];
2869 ((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);
2870 }
2871
2872 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)
2873 {
2874 const struct mapi_table *_tbl = entry_current_get();
2875 mapi_func _func = ((const mapi_func *) _tbl)[223];
2876 ((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);
2877 }
2878
2879 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1d)(GLint un, GLdouble u1, GLdouble u2)
2880 {
2881 const struct mapi_table *_tbl = entry_current_get();
2882 mapi_func _func = ((const mapi_func *) _tbl)[224];
2883 ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2)) _func)(un, u1, u2);
2884 }
2885
2886 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid1f)(GLint un, GLfloat u1, GLfloat u2)
2887 {
2888 const struct mapi_table *_tbl = entry_current_get();
2889 mapi_func _func = ((const mapi_func *) _tbl)[225];
2890 ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2)) _func)(un, u1, u2);
2891 }
2892
2893 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
2894 {
2895 const struct mapi_table *_tbl = entry_current_get();
2896 mapi_func _func = ((const mapi_func *) _tbl)[226];
2897 ((void (APIENTRY *)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)) _func)(un, u1, u2, vn, v1, v2);
2898 }
2899
2900 GLAPI void APIENTRY GLAPI_PREFIX(MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
2901 {
2902 const struct mapi_table *_tbl = entry_current_get();
2903 mapi_func _func = ((const mapi_func *) _tbl)[227];
2904 ((void (APIENTRY *)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)) _func)(un, u1, u2, vn, v1, v2);
2905 }
2906
2907 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1d)(GLdouble u)
2908 {
2909 const struct mapi_table *_tbl = entry_current_get();
2910 mapi_func _func = ((const mapi_func *) _tbl)[228];
2911 ((void (APIENTRY *)(GLdouble u)) _func)(u);
2912 }
2913
2914 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1dv)(const GLdouble *u)
2915 {
2916 const struct mapi_table *_tbl = entry_current_get();
2917 mapi_func _func = ((const mapi_func *) _tbl)[229];
2918 ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
2919 }
2920
2921 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1f)(GLfloat u)
2922 {
2923 const struct mapi_table *_tbl = entry_current_get();
2924 mapi_func _func = ((const mapi_func *) _tbl)[230];
2925 ((void (APIENTRY *)(GLfloat u)) _func)(u);
2926 }
2927
2928 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord1fv)(const GLfloat *u)
2929 {
2930 const struct mapi_table *_tbl = entry_current_get();
2931 mapi_func _func = ((const mapi_func *) _tbl)[231];
2932 ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
2933 }
2934
2935 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2d)(GLdouble u, GLdouble v)
2936 {
2937 const struct mapi_table *_tbl = entry_current_get();
2938 mapi_func _func = ((const mapi_func *) _tbl)[232];
2939 ((void (APIENTRY *)(GLdouble u, GLdouble v)) _func)(u, v);
2940 }
2941
2942 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2dv)(const GLdouble *u)
2943 {
2944 const struct mapi_table *_tbl = entry_current_get();
2945 mapi_func _func = ((const mapi_func *) _tbl)[233];
2946 ((void (APIENTRY *)(const GLdouble *u)) _func)(u);
2947 }
2948
2949 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2f)(GLfloat u, GLfloat v)
2950 {
2951 const struct mapi_table *_tbl = entry_current_get();
2952 mapi_func _func = ((const mapi_func *) _tbl)[234];
2953 ((void (APIENTRY *)(GLfloat u, GLfloat v)) _func)(u, v);
2954 }
2955
2956 GLAPI void APIENTRY GLAPI_PREFIX(EvalCoord2fv)(const GLfloat *u)
2957 {
2958 const struct mapi_table *_tbl = entry_current_get();
2959 mapi_func _func = ((const mapi_func *) _tbl)[235];
2960 ((void (APIENTRY *)(const GLfloat *u)) _func)(u);
2961 }
2962
2963 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh1)(GLenum mode, GLint i1, GLint i2)
2964 {
2965 const struct mapi_table *_tbl = entry_current_get();
2966 mapi_func _func = ((const mapi_func *) _tbl)[236];
2967 ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2)) _func)(mode, i1, i2);
2968 }
2969
2970 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint1)(GLint i)
2971 {
2972 const struct mapi_table *_tbl = entry_current_get();
2973 mapi_func _func = ((const mapi_func *) _tbl)[237];
2974 ((void (APIENTRY *)(GLint i)) _func)(i);
2975 }
2976
2977 GLAPI void APIENTRY GLAPI_PREFIX(EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
2978 {
2979 const struct mapi_table *_tbl = entry_current_get();
2980 mapi_func _func = ((const mapi_func *) _tbl)[238];
2981 ((void (APIENTRY *)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)) _func)(mode, i1, i2, j1, j2);
2982 }
2983
2984 GLAPI void APIENTRY GLAPI_PREFIX(EvalPoint2)(GLint i, GLint j)
2985 {
2986 const struct mapi_table *_tbl = entry_current_get();
2987 mapi_func _func = ((const mapi_func *) _tbl)[239];
2988 ((void (APIENTRY *)(GLint i, GLint j)) _func)(i, j);
2989 }
2990
2991 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFunc)(GLenum func, GLclampf ref)
2992 {
2993 const struct mapi_table *_tbl = entry_current_get();
2994 mapi_func _func = ((const mapi_func *) _tbl)[240];
2995 ((void (APIENTRY *)(GLenum func, GLclampf ref)) _func)(func, ref);
2996 }
2997
2998 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunc)(GLenum sfactor, GLenum dfactor)
2999 {
3000 const struct mapi_table *_tbl = entry_current_get();
3001 mapi_func _func = ((const mapi_func *) _tbl)[241];
3002 ((void (APIENTRY *)(GLenum sfactor, GLenum dfactor)) _func)(sfactor, dfactor);
3003 }
3004
3005 GLAPI void APIENTRY GLAPI_PREFIX(LogicOp)(GLenum opcode)
3006 {
3007 const struct mapi_table *_tbl = entry_current_get();
3008 mapi_func _func = ((const mapi_func *) _tbl)[242];
3009 ((void (APIENTRY *)(GLenum opcode)) _func)(opcode);
3010 }
3011
3012 GLAPI void APIENTRY GLAPI_PREFIX(StencilFunc)(GLenum func, GLint ref, GLuint mask)
3013 {
3014 const struct mapi_table *_tbl = entry_current_get();
3015 mapi_func _func = ((const mapi_func *) _tbl)[243];
3016 ((void (APIENTRY *)(GLenum func, GLint ref, GLuint mask)) _func)(func, ref, mask);
3017 }
3018
3019 GLAPI void APIENTRY GLAPI_PREFIX(StencilOp)(GLenum fail, GLenum zfail, GLenum zpass)
3020 {
3021 const struct mapi_table *_tbl = entry_current_get();
3022 mapi_func _func = ((const mapi_func *) _tbl)[244];
3023 ((void (APIENTRY *)(GLenum fail, GLenum zfail, GLenum zpass)) _func)(fail, zfail, zpass);
3024 }
3025
3026 GLAPI void APIENTRY GLAPI_PREFIX(DepthFunc)(GLenum func)
3027 {
3028 const struct mapi_table *_tbl = entry_current_get();
3029 mapi_func _func = ((const mapi_func *) _tbl)[245];
3030 ((void (APIENTRY *)(GLenum func)) _func)(func);
3031 }
3032
3033 GLAPI void APIENTRY GLAPI_PREFIX(PixelZoom)(GLfloat xfactor, GLfloat yfactor)
3034 {
3035 const struct mapi_table *_tbl = entry_current_get();
3036 mapi_func _func = ((const mapi_func *) _tbl)[246];
3037 ((void (APIENTRY *)(GLfloat xfactor, GLfloat yfactor)) _func)(xfactor, yfactor);
3038 }
3039
3040 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferf)(GLenum pname, GLfloat param)
3041 {
3042 const struct mapi_table *_tbl = entry_current_get();
3043 mapi_func _func = ((const mapi_func *) _tbl)[247];
3044 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
3045 }
3046
3047 GLAPI void APIENTRY GLAPI_PREFIX(PixelTransferi)(GLenum pname, GLint param)
3048 {
3049 const struct mapi_table *_tbl = entry_current_get();
3050 mapi_func _func = ((const mapi_func *) _tbl)[248];
3051 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
3052 }
3053
3054 GLAPI void APIENTRY GLAPI_PREFIX(PixelStoref)(GLenum pname, GLfloat param)
3055 {
3056 const struct mapi_table *_tbl = entry_current_get();
3057 mapi_func _func = ((const mapi_func *) _tbl)[249];
3058 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
3059 }
3060
3061 GLAPI void APIENTRY GLAPI_PREFIX(PixelStorei)(GLenum pname, GLint param)
3062 {
3063 const struct mapi_table *_tbl = entry_current_get();
3064 mapi_func _func = ((const mapi_func *) _tbl)[250];
3065 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
3066 }
3067
3068 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values)
3069 {
3070 const struct mapi_table *_tbl = entry_current_get();
3071 mapi_func _func = ((const mapi_func *) _tbl)[251];
3072 ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLfloat *values)) _func)(map, mapsize, values);
3073 }
3074
3075 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint *values)
3076 {
3077 const struct mapi_table *_tbl = entry_current_get();
3078 mapi_func _func = ((const mapi_func *) _tbl)[252];
3079 ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLuint *values)) _func)(map, mapsize, values);
3080 }
3081
3082 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort *values)
3083 {
3084 const struct mapi_table *_tbl = entry_current_get();
3085 mapi_func _func = ((const mapi_func *) _tbl)[253];
3086 ((void (APIENTRY *)(GLenum map, GLsizei mapsize, const GLushort *values)) _func)(map, mapsize, values);
3087 }
3088
3089 GLAPI void APIENTRY GLAPI_PREFIX(ReadBuffer)(GLenum mode)
3090 {
3091 const struct mapi_table *_tbl = entry_current_get();
3092 mapi_func _func = ((const mapi_func *) _tbl)[254];
3093 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3094 }
3095
3096 GLAPI void APIENTRY GLAPI_PREFIX(CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
3097 {
3098 const struct mapi_table *_tbl = entry_current_get();
3099 mapi_func _func = ((const mapi_func *) _tbl)[255];
3100 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)) _func)(x, y, width, height, type);
3101 }
3102
3103 GLAPI void APIENTRY GLAPI_PREFIX(ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
3104 {
3105 const struct mapi_table *_tbl = entry_current_get();
3106 mapi_func _func = ((const mapi_func *) _tbl)[256];
3107 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)) _func)(x, y, width, height, format, type, pixels);
3108 }
3109
3110 GLAPI void APIENTRY GLAPI_PREFIX(DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
3111 {
3112 const struct mapi_table *_tbl = entry_current_get();
3113 mapi_func _func = ((const mapi_func *) _tbl)[257];
3114 ((void (APIENTRY *)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)) _func)(width, height, format, type, pixels);
3115 }
3116
3117 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanv)(GLenum pname, GLboolean *params)
3118 {
3119 const struct mapi_table *_tbl = entry_current_get();
3120 mapi_func _func = ((const mapi_func *) _tbl)[258];
3121 ((void (APIENTRY *)(GLenum pname, GLboolean *params)) _func)(pname, params);
3122 }
3123
3124 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation)
3125 {
3126 const struct mapi_table *_tbl = entry_current_get();
3127 mapi_func _func = ((const mapi_func *) _tbl)[259];
3128 ((void (APIENTRY *)(GLenum plane, GLdouble *equation)) _func)(plane, equation);
3129 }
3130
3131 GLAPI void APIENTRY GLAPI_PREFIX(GetDoublev)(GLenum pname, GLdouble *params)
3132 {
3133 const struct mapi_table *_tbl = entry_current_get();
3134 mapi_func _func = ((const mapi_func *) _tbl)[260];
3135 ((void (APIENTRY *)(GLenum pname, GLdouble *params)) _func)(pname, params);
3136 }
3137
3138 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetError)(void)
3139 {
3140 const struct mapi_table *_tbl = entry_current_get();
3141 mapi_func _func = ((const mapi_func *) _tbl)[261];
3142 return ((GLenum (APIENTRY *)(void)) _func)();
3143 }
3144
3145 GLAPI void APIENTRY GLAPI_PREFIX(GetFloatv)(GLenum pname, GLfloat *params)
3146 {
3147 const struct mapi_table *_tbl = entry_current_get();
3148 mapi_func _func = ((const mapi_func *) _tbl)[262];
3149 ((void (APIENTRY *)(GLenum pname, GLfloat *params)) _func)(pname, params);
3150 }
3151
3152 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerv)(GLenum pname, GLint *params)
3153 {
3154 const struct mapi_table *_tbl = entry_current_get();
3155 mapi_func _func = ((const mapi_func *) _tbl)[263];
3156 ((void (APIENTRY *)(GLenum pname, GLint *params)) _func)(pname, params);
3157 }
3158
3159 GLAPI void APIENTRY GLAPI_PREFIX(GetLightfv)(GLenum light, GLenum pname, GLfloat *params)
3160 {
3161 const struct mapi_table *_tbl = entry_current_get();
3162 mapi_func _func = ((const mapi_func *) _tbl)[264];
3163 ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat *params)) _func)(light, pname, params);
3164 }
3165
3166 GLAPI void APIENTRY GLAPI_PREFIX(GetLightiv)(GLenum light, GLenum pname, GLint *params)
3167 {
3168 const struct mapi_table *_tbl = entry_current_get();
3169 mapi_func _func = ((const mapi_func *) _tbl)[265];
3170 ((void (APIENTRY *)(GLenum light, GLenum pname, GLint *params)) _func)(light, pname, params);
3171 }
3172
3173 GLAPI void APIENTRY GLAPI_PREFIX(GetMapdv)(GLenum target, GLenum query, GLdouble *v)
3174 {
3175 const struct mapi_table *_tbl = entry_current_get();
3176 mapi_func _func = ((const mapi_func *) _tbl)[266];
3177 ((void (APIENTRY *)(GLenum target, GLenum query, GLdouble *v)) _func)(target, query, v);
3178 }
3179
3180 GLAPI void APIENTRY GLAPI_PREFIX(GetMapfv)(GLenum target, GLenum query, GLfloat *v)
3181 {
3182 const struct mapi_table *_tbl = entry_current_get();
3183 mapi_func _func = ((const mapi_func *) _tbl)[267];
3184 ((void (APIENTRY *)(GLenum target, GLenum query, GLfloat *v)) _func)(target, query, v);
3185 }
3186
3187 GLAPI void APIENTRY GLAPI_PREFIX(GetMapiv)(GLenum target, GLenum query, GLint *v)
3188 {
3189 const struct mapi_table *_tbl = entry_current_get();
3190 mapi_func _func = ((const mapi_func *) _tbl)[268];
3191 ((void (APIENTRY *)(GLenum target, GLenum query, GLint *v)) _func)(target, query, v);
3192 }
3193
3194 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialfv)(GLenum face, GLenum pname, GLfloat *params)
3195 {
3196 const struct mapi_table *_tbl = entry_current_get();
3197 mapi_func _func = ((const mapi_func *) _tbl)[269];
3198 ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat *params)) _func)(face, pname, params);
3199 }
3200
3201 GLAPI void APIENTRY GLAPI_PREFIX(GetMaterialiv)(GLenum face, GLenum pname, GLint *params)
3202 {
3203 const struct mapi_table *_tbl = entry_current_get();
3204 mapi_func _func = ((const mapi_func *) _tbl)[270];
3205 ((void (APIENTRY *)(GLenum face, GLenum pname, GLint *params)) _func)(face, pname, params);
3206 }
3207
3208 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapfv)(GLenum map, GLfloat *values)
3209 {
3210 const struct mapi_table *_tbl = entry_current_get();
3211 mapi_func _func = ((const mapi_func *) _tbl)[271];
3212 ((void (APIENTRY *)(GLenum map, GLfloat *values)) _func)(map, values);
3213 }
3214
3215 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapuiv)(GLenum map, GLuint *values)
3216 {
3217 const struct mapi_table *_tbl = entry_current_get();
3218 mapi_func _func = ((const mapi_func *) _tbl)[272];
3219 ((void (APIENTRY *)(GLenum map, GLuint *values)) _func)(map, values);
3220 }
3221
3222 GLAPI void APIENTRY GLAPI_PREFIX(GetPixelMapusv)(GLenum map, GLushort *values)
3223 {
3224 const struct mapi_table *_tbl = entry_current_get();
3225 mapi_func _func = ((const mapi_func *) _tbl)[273];
3226 ((void (APIENTRY *)(GLenum map, GLushort *values)) _func)(map, values);
3227 }
3228
3229 GLAPI void APIENTRY GLAPI_PREFIX(GetPolygonStipple)(GLubyte *mask)
3230 {
3231 const struct mapi_table *_tbl = entry_current_get();
3232 mapi_func _func = ((const mapi_func *) _tbl)[274];
3233 ((void (APIENTRY *)(GLubyte *mask)) _func)(mask);
3234 }
3235
3236 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetString)(GLenum name)
3237 {
3238 const struct mapi_table *_tbl = entry_current_get();
3239 mapi_func _func = ((const mapi_func *) _tbl)[275];
3240 return ((const GLubyte * (APIENTRY *)(GLenum name)) _func)(name);
3241 }
3242
3243 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnvfv)(GLenum target, GLenum pname, GLfloat *params)
3244 {
3245 const struct mapi_table *_tbl = entry_current_get();
3246 mapi_func _func = ((const mapi_func *) _tbl)[276];
3247 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3248 }
3249
3250 GLAPI void APIENTRY GLAPI_PREFIX(GetTexEnviv)(GLenum target, GLenum pname, GLint *params)
3251 {
3252 const struct mapi_table *_tbl = entry_current_get();
3253 mapi_func _func = ((const mapi_func *) _tbl)[277];
3254 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3255 }
3256
3257 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGendv)(GLenum coord, GLenum pname, GLdouble *params)
3258 {
3259 const struct mapi_table *_tbl = entry_current_get();
3260 mapi_func _func = ((const mapi_func *) _tbl)[278];
3261 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLdouble *params)) _func)(coord, pname, params);
3262 }
3263
3264 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGenfv)(GLenum coord, GLenum pname, GLfloat *params)
3265 {
3266 const struct mapi_table *_tbl = entry_current_get();
3267 mapi_func _func = ((const mapi_func *) _tbl)[279];
3268 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLfloat *params)) _func)(coord, pname, params);
3269 }
3270
3271 GLAPI void APIENTRY GLAPI_PREFIX(GetTexGeniv)(GLenum coord, GLenum pname, GLint *params)
3272 {
3273 const struct mapi_table *_tbl = entry_current_get();
3274 mapi_func _func = ((const mapi_func *) _tbl)[280];
3275 ((void (APIENTRY *)(GLenum coord, GLenum pname, GLint *params)) _func)(coord, pname, params);
3276 }
3277
3278 GLAPI void APIENTRY GLAPI_PREFIX(GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
3279 {
3280 const struct mapi_table *_tbl = entry_current_get();
3281 mapi_func _func = ((const mapi_func *) _tbl)[281];
3282 ((void (APIENTRY *)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)) _func)(target, level, format, type, pixels);
3283 }
3284
3285 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3286 {
3287 const struct mapi_table *_tbl = entry_current_get();
3288 mapi_func _func = ((const mapi_func *) _tbl)[282];
3289 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3290 }
3291
3292 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameteriv)(GLenum target, GLenum pname, GLint *params)
3293 {
3294 const struct mapi_table *_tbl = entry_current_get();
3295 mapi_func _func = ((const mapi_func *) _tbl)[283];
3296 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3297 }
3298
3299 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat *params)
3300 {
3301 const struct mapi_table *_tbl = entry_current_get();
3302 mapi_func _func = ((const mapi_func *) _tbl)[284];
3303 ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLfloat *params)) _func)(target, level, pname, params);
3304 }
3305
3306 GLAPI void APIENTRY GLAPI_PREFIX(GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params)
3307 {
3308 const struct mapi_table *_tbl = entry_current_get();
3309 mapi_func _func = ((const mapi_func *) _tbl)[285];
3310 ((void (APIENTRY *)(GLenum target, GLint level, GLenum pname, GLint *params)) _func)(target, level, pname, params);
3311 }
3312
3313 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabled)(GLenum cap)
3314 {
3315 const struct mapi_table *_tbl = entry_current_get();
3316 mapi_func _func = ((const mapi_func *) _tbl)[286];
3317 return ((GLboolean (APIENTRY *)(GLenum cap)) _func)(cap);
3318 }
3319
3320 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsList)(GLuint list)
3321 {
3322 const struct mapi_table *_tbl = entry_current_get();
3323 mapi_func _func = ((const mapi_func *) _tbl)[287];
3324 return ((GLboolean (APIENTRY *)(GLuint list)) _func)(list);
3325 }
3326
3327 GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar)
3328 {
3329 const struct mapi_table *_tbl = entry_current_get();
3330 mapi_func _func = ((const mapi_func *) _tbl)[288];
3331 ((void (APIENTRY *)(GLclampd zNear, GLclampd zFar)) _func)(zNear, zFar);
3332 }
3333
3334 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
3335 {
3336 const struct mapi_table *_tbl = entry_current_get();
3337 mapi_func _func = ((const mapi_func *) _tbl)[289];
3338 ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3339 }
3340
3341 GLAPI void APIENTRY GLAPI_PREFIX(LoadIdentity)(void)
3342 {
3343 const struct mapi_table *_tbl = entry_current_get();
3344 mapi_func _func = ((const mapi_func *) _tbl)[290];
3345 ((void (APIENTRY *)(void)) _func)();
3346 }
3347
3348 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixf)(const GLfloat *m)
3349 {
3350 const struct mapi_table *_tbl = entry_current_get();
3351 mapi_func _func = ((const mapi_func *) _tbl)[291];
3352 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
3353 }
3354
3355 GLAPI void APIENTRY GLAPI_PREFIX(LoadMatrixd)(const GLdouble *m)
3356 {
3357 const struct mapi_table *_tbl = entry_current_get();
3358 mapi_func _func = ((const mapi_func *) _tbl)[292];
3359 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
3360 }
3361
3362 GLAPI void APIENTRY GLAPI_PREFIX(MatrixMode)(GLenum mode)
3363 {
3364 const struct mapi_table *_tbl = entry_current_get();
3365 mapi_func _func = ((const mapi_func *) _tbl)[293];
3366 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3367 }
3368
3369 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixf)(const GLfloat *m)
3370 {
3371 const struct mapi_table *_tbl = entry_current_get();
3372 mapi_func _func = ((const mapi_func *) _tbl)[294];
3373 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
3374 }
3375
3376 GLAPI void APIENTRY GLAPI_PREFIX(MultMatrixd)(const GLdouble *m)
3377 {
3378 const struct mapi_table *_tbl = entry_current_get();
3379 mapi_func _func = ((const mapi_func *) _tbl)[295];
3380 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
3381 }
3382
3383 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
3384 {
3385 const struct mapi_table *_tbl = entry_current_get();
3386 mapi_func _func = ((const mapi_func *) _tbl)[296];
3387 ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3388 }
3389
3390 GLAPI void APIENTRY GLAPI_PREFIX(PopMatrix)(void)
3391 {
3392 const struct mapi_table *_tbl = entry_current_get();
3393 mapi_func _func = ((const mapi_func *) _tbl)[297];
3394 ((void (APIENTRY *)(void)) _func)();
3395 }
3396
3397 GLAPI void APIENTRY GLAPI_PREFIX(PushMatrix)(void)
3398 {
3399 const struct mapi_table *_tbl = entry_current_get();
3400 mapi_func _func = ((const mapi_func *) _tbl)[298];
3401 ((void (APIENTRY *)(void)) _func)();
3402 }
3403
3404 GLAPI void APIENTRY GLAPI_PREFIX(Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
3405 {
3406 const struct mapi_table *_tbl = entry_current_get();
3407 mapi_func _func = ((const mapi_func *) _tbl)[299];
3408 ((void (APIENTRY *)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)) _func)(angle, x, y, z);
3409 }
3410
3411 GLAPI void APIENTRY GLAPI_PREFIX(Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
3412 {
3413 const struct mapi_table *_tbl = entry_current_get();
3414 mapi_func _func = ((const mapi_func *) _tbl)[300];
3415 ((void (APIENTRY *)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)) _func)(angle, x, y, z);
3416 }
3417
3418 GLAPI void APIENTRY GLAPI_PREFIX(Scaled)(GLdouble x, GLdouble y, GLdouble z)
3419 {
3420 const struct mapi_table *_tbl = entry_current_get();
3421 mapi_func _func = ((const mapi_func *) _tbl)[301];
3422 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
3423 }
3424
3425 GLAPI void APIENTRY GLAPI_PREFIX(Scalef)(GLfloat x, GLfloat y, GLfloat z)
3426 {
3427 const struct mapi_table *_tbl = entry_current_get();
3428 mapi_func _func = ((const mapi_func *) _tbl)[302];
3429 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
3430 }
3431
3432 GLAPI void APIENTRY GLAPI_PREFIX(Translated)(GLdouble x, GLdouble y, GLdouble z)
3433 {
3434 const struct mapi_table *_tbl = entry_current_get();
3435 mapi_func _func = ((const mapi_func *) _tbl)[303];
3436 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
3437 }
3438
3439 GLAPI void APIENTRY GLAPI_PREFIX(Translatef)(GLfloat x, GLfloat y, GLfloat z)
3440 {
3441 const struct mapi_table *_tbl = entry_current_get();
3442 mapi_func _func = ((const mapi_func *) _tbl)[304];
3443 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
3444 }
3445
3446 GLAPI void APIENTRY GLAPI_PREFIX(Viewport)(GLint x, GLint y, GLsizei width, GLsizei height)
3447 {
3448 const struct mapi_table *_tbl = entry_current_get();
3449 mapi_func _func = ((const mapi_func *) _tbl)[305];
3450 ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
3451 }
3452
3453 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElement)(GLint i)
3454 {
3455 const struct mapi_table *_tbl = entry_current_get();
3456 mapi_func _func = ((const mapi_func *) _tbl)[306];
3457 ((void (APIENTRY *)(GLint i)) _func)(i);
3458 }
3459
3460 GLAPI void APIENTRY GLAPI_PREFIX(ArrayElementEXT)(GLint i)
3461 {
3462 const struct mapi_table *_tbl = entry_current_get();
3463 mapi_func _func = ((const mapi_func *) _tbl)[306];
3464 ((void (APIENTRY *)(GLint i)) _func)(i);
3465 }
3466
3467 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture)
3468 {
3469 const struct mapi_table *_tbl = entry_current_get();
3470 mapi_func _func = ((const mapi_func *) _tbl)[307];
3471 ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
3472 }
3473
3474 GLAPI void APIENTRY GLAPI_PREFIX(BindTextureEXT)(GLenum target, GLuint texture)
3475 {
3476 const struct mapi_table *_tbl = entry_current_get();
3477 mapi_func _func = ((const mapi_func *) _tbl)[307];
3478 ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
3479 }
3480
3481 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3482 {
3483 const struct mapi_table *_tbl = entry_current_get();
3484 mapi_func _func = ((const mapi_func *) _tbl)[308];
3485 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3486 }
3487
3488 GLAPI void APIENTRY GLAPI_PREFIX(DisableClientState)(GLenum array)
3489 {
3490 const struct mapi_table *_tbl = entry_current_get();
3491 mapi_func _func = ((const mapi_func *) _tbl)[309];
3492 ((void (APIENTRY *)(GLenum array)) _func)(array);
3493 }
3494
3495 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count)
3496 {
3497 const struct mapi_table *_tbl = entry_current_get();
3498 mapi_func _func = ((const mapi_func *) _tbl)[310];
3499 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
3500 }
3501
3502 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysEXT)(GLenum mode, GLint first, GLsizei count)
3503 {
3504 const struct mapi_table *_tbl = entry_current_get();
3505 mapi_func _func = ((const mapi_func *) _tbl)[310];
3506 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
3507 }
3508
3509 GLAPI void APIENTRY GLAPI_PREFIX(DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
3510 {
3511 const struct mapi_table *_tbl = entry_current_get();
3512 mapi_func _func = ((const mapi_func *) _tbl)[311];
3513 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, count, type, indices);
3514 }
3515
3516 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointer)(GLsizei stride, const GLvoid *pointer)
3517 {
3518 const struct mapi_table *_tbl = entry_current_get();
3519 mapi_func _func = ((const mapi_func *) _tbl)[312];
3520 ((void (APIENTRY *)(GLsizei stride, const GLvoid *pointer)) _func)(stride, pointer);
3521 }
3522
3523 GLAPI void APIENTRY GLAPI_PREFIX(EnableClientState)(GLenum array)
3524 {
3525 const struct mapi_table *_tbl = entry_current_get();
3526 mapi_func _func = ((const mapi_func *) _tbl)[313];
3527 ((void (APIENTRY *)(GLenum array)) _func)(array);
3528 }
3529
3530 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
3531 {
3532 const struct mapi_table *_tbl = entry_current_get();
3533 mapi_func _func = ((const mapi_func *) _tbl)[314];
3534 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
3535 }
3536
3537 GLAPI void APIENTRY GLAPI_PREFIX(Indexub)(GLubyte c)
3538 {
3539 const struct mapi_table *_tbl = entry_current_get();
3540 mapi_func _func = ((const mapi_func *) _tbl)[315];
3541 ((void (APIENTRY *)(GLubyte c)) _func)(c);
3542 }
3543
3544 GLAPI void APIENTRY GLAPI_PREFIX(Indexubv)(const GLubyte *c)
3545 {
3546 const struct mapi_table *_tbl = entry_current_get();
3547 mapi_func _func = ((const mapi_func *) _tbl)[316];
3548 ((void (APIENTRY *)(const GLubyte *c)) _func)(c);
3549 }
3550
3551 GLAPI void APIENTRY GLAPI_PREFIX(InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid *pointer)
3552 {
3553 const struct mapi_table *_tbl = entry_current_get();
3554 mapi_func _func = ((const mapi_func *) _tbl)[317];
3555 ((void (APIENTRY *)(GLenum format, GLsizei stride, const GLvoid *pointer)) _func)(format, stride, pointer);
3556 }
3557
3558 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
3559 {
3560 const struct mapi_table *_tbl = entry_current_get();
3561 mapi_func _func = ((const mapi_func *) _tbl)[318];
3562 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
3563 }
3564
3565 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffset)(GLfloat factor, GLfloat units)
3566 {
3567 const struct mapi_table *_tbl = entry_current_get();
3568 mapi_func _func = ((const mapi_func *) _tbl)[319];
3569 ((void (APIENTRY *)(GLfloat factor, GLfloat units)) _func)(factor, units);
3570 }
3571
3572 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3573 {
3574 const struct mapi_table *_tbl = entry_current_get();
3575 mapi_func _func = ((const mapi_func *) _tbl)[320];
3576 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3577 }
3578
3579 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
3580 {
3581 const struct mapi_table *_tbl = entry_current_get();
3582 mapi_func _func = ((const mapi_func *) _tbl)[321];
3583 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
3584 }
3585
3586 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences)
3587 {
3588 const struct mapi_table *_tbl = entry_current_get();
3589 mapi_func _func = ((const mapi_func *) _tbl)[322];
3590 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3591 }
3592
3593 #if 0
3594 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreTexturesResidentEXT)(GLsizei n, const GLuint *textures, GLboolean *residences)
3595 {
3596 const struct mapi_table *_tbl = entry_current_get();
3597 mapi_func _func = ((const mapi_func *) _tbl)[322];
3598 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *textures, GLboolean *residences)) _func)(n, textures, residences);
3599 }
3600 #endif
3601
3602 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
3603 {
3604 const struct mapi_table *_tbl = entry_current_get();
3605 mapi_func _func = ((const mapi_func *) _tbl)[323];
3606 ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
3607 }
3608
3609 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage1DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
3610 {
3611 const struct mapi_table *_tbl = entry_current_get();
3612 mapi_func _func = ((const mapi_func *) _tbl)[323];
3613 ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)) _func)(target, level, internalformat, x, y, width, border);
3614 }
3615
3616 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
3617 {
3618 const struct mapi_table *_tbl = entry_current_get();
3619 mapi_func _func = ((const mapi_func *) _tbl)[324];
3620 ((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);
3621 }
3622
3623 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2DEXT)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
3624 {
3625 const struct mapi_table *_tbl = entry_current_get();
3626 mapi_func _func = ((const mapi_func *) _tbl)[324];
3627 ((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);
3628 }
3629
3630 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
3631 {
3632 const struct mapi_table *_tbl = entry_current_get();
3633 mapi_func _func = ((const mapi_func *) _tbl)[325];
3634 ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
3635 }
3636
3637 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
3638 {
3639 const struct mapi_table *_tbl = entry_current_get();
3640 mapi_func _func = ((const mapi_func *) _tbl)[325];
3641 ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)) _func)(target, level, xoffset, x, y, width);
3642 }
3643
3644 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
3645 {
3646 const struct mapi_table *_tbl = entry_current_get();
3647 mapi_func _func = ((const mapi_func *) _tbl)[326];
3648 ((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);
3649 }
3650
3651 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
3652 {
3653 const struct mapi_table *_tbl = entry_current_get();
3654 mapi_func _func = ((const mapi_func *) _tbl)[326];
3655 ((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);
3656 }
3657
3658 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTextures)(GLsizei n, const GLuint *textures)
3659 {
3660 const struct mapi_table *_tbl = entry_current_get();
3661 mapi_func _func = ((const mapi_func *) _tbl)[327];
3662 ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
3663 }
3664
3665 #if 0
3666 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTexturesEXT)(GLsizei n, const GLuint *textures)
3667 {
3668 const struct mapi_table *_tbl = entry_current_get();
3669 mapi_func _func = ((const mapi_func *) _tbl)[327];
3670 ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
3671 }
3672 #endif
3673
3674 GLAPI void APIENTRY GLAPI_PREFIX(GenTextures)(GLsizei n, GLuint *textures)
3675 {
3676 const struct mapi_table *_tbl = entry_current_get();
3677 mapi_func _func = ((const mapi_func *) _tbl)[328];
3678 ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
3679 }
3680
3681 #if 0
3682 GLAPI void APIENTRY GLAPI_PREFIX(GenTexturesEXT)(GLsizei n, GLuint *textures)
3683 {
3684 const struct mapi_table *_tbl = entry_current_get();
3685 mapi_func _func = ((const mapi_func *) _tbl)[328];
3686 ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
3687 }
3688 #endif
3689
3690 GLAPI void APIENTRY GLAPI_PREFIX(GetPointerv)(GLenum pname, GLvoid **params)
3691 {
3692 const struct mapi_table *_tbl = entry_current_get();
3693 mapi_func _func = ((const mapi_func *) _tbl)[329];
3694 ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
3695 }
3696
3697 GLAPI void APIENTRY GLAPI_PREFIX(GetPointervEXT)(GLenum pname, GLvoid **params)
3698 {
3699 const struct mapi_table *_tbl = entry_current_get();
3700 mapi_func _func = ((const mapi_func *) _tbl)[329];
3701 ((void (APIENTRY *)(GLenum pname, GLvoid **params)) _func)(pname, params);
3702 }
3703
3704 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture)
3705 {
3706 const struct mapi_table *_tbl = entry_current_get();
3707 mapi_func _func = ((const mapi_func *) _tbl)[330];
3708 return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
3709 }
3710
3711 #if 0
3712 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTextureEXT)(GLuint texture)
3713 {
3714 const struct mapi_table *_tbl = entry_current_get();
3715 mapi_func _func = ((const mapi_func *) _tbl)[330];
3716 return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
3717 }
3718 #endif
3719
3720 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTextures)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
3721 {
3722 const struct mapi_table *_tbl = entry_current_get();
3723 mapi_func _func = ((const mapi_func *) _tbl)[331];
3724 ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
3725 }
3726
3727 GLAPI void APIENTRY GLAPI_PREFIX(PrioritizeTexturesEXT)(GLsizei n, const GLuint *textures, const GLclampf *priorities)
3728 {
3729 const struct mapi_table *_tbl = entry_current_get();
3730 mapi_func _func = ((const mapi_func *) _tbl)[331];
3731 ((void (APIENTRY *)(GLsizei n, const GLuint *textures, const GLclampf *priorities)) _func)(n, textures, priorities);
3732 }
3733
3734 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
3735 {
3736 const struct mapi_table *_tbl = entry_current_get();
3737 mapi_func _func = ((const mapi_func *) _tbl)[332];
3738 ((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);
3739 }
3740
3741 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage1DEXT)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
3742 {
3743 const struct mapi_table *_tbl = entry_current_get();
3744 mapi_func _func = ((const mapi_func *) _tbl)[332];
3745 ((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);
3746 }
3747
3748 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)
3749 {
3750 const struct mapi_table *_tbl = entry_current_get();
3751 mapi_func _func = ((const mapi_func *) _tbl)[333];
3752 ((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);
3753 }
3754
3755 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)
3756 {
3757 const struct mapi_table *_tbl = entry_current_get();
3758 mapi_func _func = ((const mapi_func *) _tbl)[333];
3759 ((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);
3760 }
3761
3762 GLAPI void APIENTRY GLAPI_PREFIX(PopClientAttrib)(void)
3763 {
3764 const struct mapi_table *_tbl = entry_current_get();
3765 mapi_func _func = ((const mapi_func *) _tbl)[334];
3766 ((void (APIENTRY *)(void)) _func)();
3767 }
3768
3769 GLAPI void APIENTRY GLAPI_PREFIX(PushClientAttrib)(GLbitfield mask)
3770 {
3771 const struct mapi_table *_tbl = entry_current_get();
3772 mapi_func _func = ((const mapi_func *) _tbl)[335];
3773 ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
3774 }
3775
3776 GLAPI void APIENTRY GLAPI_PREFIX(BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3777 {
3778 const struct mapi_table *_tbl = entry_current_get();
3779 mapi_func _func = ((const mapi_func *) _tbl)[336];
3780 ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
3781 }
3782
3783 GLAPI void APIENTRY GLAPI_PREFIX(BlendColorEXT)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3784 {
3785 const struct mapi_table *_tbl = entry_current_get();
3786 mapi_func _func = ((const mapi_func *) _tbl)[336];
3787 ((void (APIENTRY *)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)) _func)(red, green, blue, alpha);
3788 }
3789
3790 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquation)(GLenum mode)
3791 {
3792 const struct mapi_table *_tbl = entry_current_get();
3793 mapi_func _func = ((const mapi_func *) _tbl)[337];
3794 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3795 }
3796
3797 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationEXT)(GLenum mode)
3798 {
3799 const struct mapi_table *_tbl = entry_current_get();
3800 mapi_func _func = ((const mapi_func *) _tbl)[337];
3801 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
3802 }
3803
3804 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
3805 {
3806 const struct mapi_table *_tbl = entry_current_get();
3807 mapi_func _func = ((const mapi_func *) _tbl)[338];
3808 ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
3809 }
3810
3811 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsEXT)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
3812 {
3813 const struct mapi_table *_tbl = entry_current_get();
3814 mapi_func _func = ((const mapi_func *) _tbl)[338];
3815 ((void (APIENTRY *)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)) _func)(mode, start, end, count, type, indices);
3816 }
3817
3818 GLAPI void APIENTRY GLAPI_PREFIX(ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
3819 {
3820 const struct mapi_table *_tbl = entry_current_get();
3821 mapi_func _func = ((const mapi_func *) _tbl)[339];
3822 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
3823 }
3824
3825 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableEXT)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
3826 {
3827 const struct mapi_table *_tbl = entry_current_get();
3828 mapi_func _func = ((const mapi_func *) _tbl)[339];
3829 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)) _func)(target, internalformat, width, format, type, table);
3830 }
3831
3832 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
3833 {
3834 const struct mapi_table *_tbl = entry_current_get();
3835 mapi_func _func = ((const mapi_func *) _tbl)[340];
3836 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
3837 }
3838
3839 GLAPI void APIENTRY GLAPI_PREFIX(ColorTableParameteriv)(GLenum target, GLenum pname, const GLint *params)
3840 {
3841 const struct mapi_table *_tbl = entry_current_get();
3842 mapi_func _func = ((const mapi_func *) _tbl)[341];
3843 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
3844 }
3845
3846 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
3847 {
3848 const struct mapi_table *_tbl = entry_current_get();
3849 mapi_func _func = ((const mapi_func *) _tbl)[342];
3850 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
3851 }
3852
3853 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid *table)
3854 {
3855 const struct mapi_table *_tbl = entry_current_get();
3856 mapi_func _func = ((const mapi_func *) _tbl)[343];
3857 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
3858 }
3859
3860 #if 0
3861 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableEXT)(GLenum target, GLenum format, GLenum type, GLvoid *table)
3862 {
3863 const struct mapi_table *_tbl = entry_current_get();
3864 mapi_func _func = ((const mapi_func *) _tbl)[343];
3865 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *table)) _func)(target, format, type, table);
3866 }
3867 #endif
3868
3869 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3870 {
3871 const struct mapi_table *_tbl = entry_current_get();
3872 mapi_func _func = ((const mapi_func *) _tbl)[344];
3873 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3874 }
3875
3876 #if 0
3877 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterfvEXT)(GLenum target, GLenum pname, GLfloat *params)
3878 {
3879 const struct mapi_table *_tbl = entry_current_get();
3880 mapi_func _func = ((const mapi_func *) _tbl)[344];
3881 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3882 }
3883 #endif
3884
3885 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameteriv)(GLenum target, GLenum pname, GLint *params)
3886 {
3887 const struct mapi_table *_tbl = entry_current_get();
3888 mapi_func _func = ((const mapi_func *) _tbl)[345];
3889 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3890 }
3891
3892 #if 0
3893 GLAPI void APIENTRY GLAPI_PREFIX(GetColorTableParameterivEXT)(GLenum target, GLenum pname, GLint *params)
3894 {
3895 const struct mapi_table *_tbl = entry_current_get();
3896 mapi_func _func = ((const mapi_func *) _tbl)[345];
3897 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3898 }
3899 #endif
3900
3901 GLAPI void APIENTRY GLAPI_PREFIX(ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)
3902 {
3903 const struct mapi_table *_tbl = entry_current_get();
3904 mapi_func _func = ((const mapi_func *) _tbl)[346];
3905 ((void (APIENTRY *)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)) _func)(target, start, count, format, type, data);
3906 }
3907
3908 GLAPI void APIENTRY GLAPI_PREFIX(CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
3909 {
3910 const struct mapi_table *_tbl = entry_current_get();
3911 mapi_func _func = ((const mapi_func *) _tbl)[347];
3912 ((void (APIENTRY *)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)) _func)(target, start, x, y, width);
3913 }
3914
3915 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
3916 {
3917 const struct mapi_table *_tbl = entry_current_get();
3918 mapi_func _func = ((const mapi_func *) _tbl)[348];
3919 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)) _func)(target, internalformat, width, format, type, image);
3920 }
3921
3922 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
3923 {
3924 const struct mapi_table *_tbl = entry_current_get();
3925 mapi_func _func = ((const mapi_func *) _tbl)[349];
3926 ((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);
3927 }
3928
3929 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params)
3930 {
3931 const struct mapi_table *_tbl = entry_current_get();
3932 mapi_func _func = ((const mapi_func *) _tbl)[350];
3933 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat params)) _func)(target, pname, params);
3934 }
3935
3936 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat *params)
3937 {
3938 const struct mapi_table *_tbl = entry_current_get();
3939 mapi_func _func = ((const mapi_func *) _tbl)[351];
3940 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
3941 }
3942
3943 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteri)(GLenum target, GLenum pname, GLint params)
3944 {
3945 const struct mapi_table *_tbl = entry_current_get();
3946 mapi_func _func = ((const mapi_func *) _tbl)[352];
3947 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint params)) _func)(target, pname, params);
3948 }
3949
3950 GLAPI void APIENTRY GLAPI_PREFIX(ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint *params)
3951 {
3952 const struct mapi_table *_tbl = entry_current_get();
3953 mapi_func _func = ((const mapi_func *) _tbl)[353];
3954 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
3955 }
3956
3957 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
3958 {
3959 const struct mapi_table *_tbl = entry_current_get();
3960 mapi_func _func = ((const mapi_func *) _tbl)[354];
3961 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)) _func)(target, internalformat, x, y, width);
3962 }
3963
3964 GLAPI void APIENTRY GLAPI_PREFIX(CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
3965 {
3966 const struct mapi_table *_tbl = entry_current_get();
3967 mapi_func _func = ((const mapi_func *) _tbl)[355];
3968 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, internalformat, x, y, width, height);
3969 }
3970
3971 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid *image)
3972 {
3973 const struct mapi_table *_tbl = entry_current_get();
3974 mapi_func _func = ((const mapi_func *) _tbl)[356];
3975 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *image)) _func)(target, format, type, image);
3976 }
3977
3978 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat *params)
3979 {
3980 const struct mapi_table *_tbl = entry_current_get();
3981 mapi_func _func = ((const mapi_func *) _tbl)[357];
3982 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
3983 }
3984
3985 GLAPI void APIENTRY GLAPI_PREFIX(GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint *params)
3986 {
3987 const struct mapi_table *_tbl = entry_current_get();
3988 mapi_func _func = ((const mapi_func *) _tbl)[358];
3989 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
3990 }
3991
3992 GLAPI void APIENTRY GLAPI_PREFIX(GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
3993 {
3994 const struct mapi_table *_tbl = entry_current_get();
3995 mapi_func _func = ((const mapi_func *) _tbl)[359];
3996 ((void (APIENTRY *)(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)) _func)(target, format, type, row, column, span);
3997 }
3998
3999 GLAPI void APIENTRY GLAPI_PREFIX(SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
4000 {
4001 const struct mapi_table *_tbl = entry_current_get();
4002 mapi_func _func = ((const mapi_func *) _tbl)[360];
4003 ((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);
4004 }
4005
4006 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
4007 {
4008 const struct mapi_table *_tbl = entry_current_get();
4009 mapi_func _func = ((const mapi_func *) _tbl)[361];
4010 ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
4011 }
4012
4013 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4014 {
4015 const struct mapi_table *_tbl = entry_current_get();
4016 mapi_func _func = ((const mapi_func *) _tbl)[362];
4017 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4018 }
4019
4020 GLAPI void APIENTRY GLAPI_PREFIX(GetHistogramParameteriv)(GLenum target, GLenum pname, GLint *params)
4021 {
4022 const struct mapi_table *_tbl = entry_current_get();
4023 mapi_func _func = ((const mapi_func *) _tbl)[363];
4024 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4025 }
4026
4027 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
4028 {
4029 const struct mapi_table *_tbl = entry_current_get();
4030 mapi_func _func = ((const mapi_func *) _tbl)[364];
4031 ((void (APIENTRY *)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)) _func)(target, reset, format, type, values);
4032 }
4033
4034 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat *params)
4035 {
4036 const struct mapi_table *_tbl = entry_current_get();
4037 mapi_func _func = ((const mapi_func *) _tbl)[365];
4038 ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
4039 }
4040
4041 GLAPI void APIENTRY GLAPI_PREFIX(GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint *params)
4042 {
4043 const struct mapi_table *_tbl = entry_current_get();
4044 mapi_func _func = ((const mapi_func *) _tbl)[366];
4045 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
4046 }
4047
4048 GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
4049 {
4050 const struct mapi_table *_tbl = entry_current_get();
4051 mapi_func _func = ((const mapi_func *) _tbl)[367];
4052 ((void (APIENTRY *)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)) _func)(target, width, internalformat, sink);
4053 }
4054
4055 GLAPI void APIENTRY GLAPI_PREFIX(Minmax)(GLenum target, GLenum internalformat, GLboolean sink)
4056 {
4057 const struct mapi_table *_tbl = entry_current_get();
4058 mapi_func _func = ((const mapi_func *) _tbl)[368];
4059 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLboolean sink)) _func)(target, internalformat, sink);
4060 }
4061
4062 GLAPI void APIENTRY GLAPI_PREFIX(ResetHistogram)(GLenum target)
4063 {
4064 const struct mapi_table *_tbl = entry_current_get();
4065 mapi_func _func = ((const mapi_func *) _tbl)[369];
4066 ((void (APIENTRY *)(GLenum target)) _func)(target);
4067 }
4068
4069 GLAPI void APIENTRY GLAPI_PREFIX(ResetMinmax)(GLenum target)
4070 {
4071 const struct mapi_table *_tbl = entry_current_get();
4072 mapi_func _func = ((const mapi_func *) _tbl)[370];
4073 ((void (APIENTRY *)(GLenum target)) _func)(target);
4074 }
4075
4076 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)
4077 {
4078 const struct mapi_table *_tbl = entry_current_get();
4079 mapi_func _func = ((const mapi_func *) _tbl)[371];
4080 ((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);
4081 }
4082
4083 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)
4084 {
4085 const struct mapi_table *_tbl = entry_current_get();
4086 mapi_func _func = ((const mapi_func *) _tbl)[371];
4087 ((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);
4088 }
4089
4090 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)
4091 {
4092 const struct mapi_table *_tbl = entry_current_get();
4093 mapi_func _func = ((const mapi_func *) _tbl)[372];
4094 ((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);
4095 }
4096
4097 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)
4098 {
4099 const struct mapi_table *_tbl = entry_current_get();
4100 mapi_func _func = ((const mapi_func *) _tbl)[372];
4101 ((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);
4102 }
4103
4104 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
4105 {
4106 const struct mapi_table *_tbl = entry_current_get();
4107 mapi_func _func = ((const mapi_func *) _tbl)[373];
4108 ((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);
4109 }
4110
4111 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage3DEXT)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
4112 {
4113 const struct mapi_table *_tbl = entry_current_get();
4114 mapi_func _func = ((const mapi_func *) _tbl)[373];
4115 ((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);
4116 }
4117
4118 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTextureARB)(GLenum texture)
4119 {
4120 const struct mapi_table *_tbl = entry_current_get();
4121 mapi_func _func = ((const mapi_func *) _tbl)[374];
4122 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4123 }
4124
4125 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture)
4126 {
4127 const struct mapi_table *_tbl = entry_current_get();
4128 mapi_func _func = ((const mapi_func *) _tbl)[374];
4129 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4130 }
4131
4132 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTextureARB)(GLenum texture)
4133 {
4134 const struct mapi_table *_tbl = entry_current_get();
4135 mapi_func _func = ((const mapi_func *) _tbl)[375];
4136 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4137 }
4138
4139 GLAPI void APIENTRY GLAPI_PREFIX(ClientActiveTexture)(GLenum texture)
4140 {
4141 const struct mapi_table *_tbl = entry_current_get();
4142 mapi_func _func = ((const mapi_func *) _tbl)[375];
4143 ((void (APIENTRY *)(GLenum texture)) _func)(texture);
4144 }
4145
4146 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dARB)(GLenum target, GLdouble s)
4147 {
4148 const struct mapi_table *_tbl = entry_current_get();
4149 mapi_func _func = ((const mapi_func *) _tbl)[376];
4150 ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
4151 }
4152
4153 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1d)(GLenum target, GLdouble s)
4154 {
4155 const struct mapi_table *_tbl = entry_current_get();
4156 mapi_func _func = ((const mapi_func *) _tbl)[376];
4157 ((void (APIENTRY *)(GLenum target, GLdouble s)) _func)(target, s);
4158 }
4159
4160 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dvARB)(GLenum target, const GLdouble *v)
4161 {
4162 const struct mapi_table *_tbl = entry_current_get();
4163 mapi_func _func = ((const mapi_func *) _tbl)[377];
4164 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4165 }
4166
4167 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1dv)(GLenum target, const GLdouble *v)
4168 {
4169 const struct mapi_table *_tbl = entry_current_get();
4170 mapi_func _func = ((const mapi_func *) _tbl)[377];
4171 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4172 }
4173
4174 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fARB)(GLenum target, GLfloat s)
4175 {
4176 const struct mapi_table *_tbl = entry_current_get();
4177 mapi_func _func = ((const mapi_func *) _tbl)[378];
4178 ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
4179 }
4180
4181 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1f)(GLenum target, GLfloat s)
4182 {
4183 const struct mapi_table *_tbl = entry_current_get();
4184 mapi_func _func = ((const mapi_func *) _tbl)[378];
4185 ((void (APIENTRY *)(GLenum target, GLfloat s)) _func)(target, s);
4186 }
4187
4188 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fvARB)(GLenum target, const GLfloat *v)
4189 {
4190 const struct mapi_table *_tbl = entry_current_get();
4191 mapi_func _func = ((const mapi_func *) _tbl)[379];
4192 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4193 }
4194
4195 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1fv)(GLenum target, const GLfloat *v)
4196 {
4197 const struct mapi_table *_tbl = entry_current_get();
4198 mapi_func _func = ((const mapi_func *) _tbl)[379];
4199 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4200 }
4201
4202 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iARB)(GLenum target, GLint s)
4203 {
4204 const struct mapi_table *_tbl = entry_current_get();
4205 mapi_func _func = ((const mapi_func *) _tbl)[380];
4206 ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
4207 }
4208
4209 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1i)(GLenum target, GLint s)
4210 {
4211 const struct mapi_table *_tbl = entry_current_get();
4212 mapi_func _func = ((const mapi_func *) _tbl)[380];
4213 ((void (APIENTRY *)(GLenum target, GLint s)) _func)(target, s);
4214 }
4215
4216 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1ivARB)(GLenum target, const GLint *v)
4217 {
4218 const struct mapi_table *_tbl = entry_current_get();
4219 mapi_func _func = ((const mapi_func *) _tbl)[381];
4220 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4221 }
4222
4223 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1iv)(GLenum target, const GLint *v)
4224 {
4225 const struct mapi_table *_tbl = entry_current_get();
4226 mapi_func _func = ((const mapi_func *) _tbl)[381];
4227 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4228 }
4229
4230 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sARB)(GLenum target, GLshort s)
4231 {
4232 const struct mapi_table *_tbl = entry_current_get();
4233 mapi_func _func = ((const mapi_func *) _tbl)[382];
4234 ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
4235 }
4236
4237 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1s)(GLenum target, GLshort s)
4238 {
4239 const struct mapi_table *_tbl = entry_current_get();
4240 mapi_func _func = ((const mapi_func *) _tbl)[382];
4241 ((void (APIENTRY *)(GLenum target, GLshort s)) _func)(target, s);
4242 }
4243
4244 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1svARB)(GLenum target, const GLshort *v)
4245 {
4246 const struct mapi_table *_tbl = entry_current_get();
4247 mapi_func _func = ((const mapi_func *) _tbl)[383];
4248 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4249 }
4250
4251 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord1sv)(GLenum target, const GLshort *v)
4252 {
4253 const struct mapi_table *_tbl = entry_current_get();
4254 mapi_func _func = ((const mapi_func *) _tbl)[383];
4255 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4256 }
4257
4258 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dARB)(GLenum target, GLdouble s, GLdouble t)
4259 {
4260 const struct mapi_table *_tbl = entry_current_get();
4261 mapi_func _func = ((const mapi_func *) _tbl)[384];
4262 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
4263 }
4264
4265 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t)
4266 {
4267 const struct mapi_table *_tbl = entry_current_get();
4268 mapi_func _func = ((const mapi_func *) _tbl)[384];
4269 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t)) _func)(target, s, t);
4270 }
4271
4272 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dvARB)(GLenum target, const GLdouble *v)
4273 {
4274 const struct mapi_table *_tbl = entry_current_get();
4275 mapi_func _func = ((const mapi_func *) _tbl)[385];
4276 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4277 }
4278
4279 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2dv)(GLenum target, const GLdouble *v)
4280 {
4281 const struct mapi_table *_tbl = entry_current_get();
4282 mapi_func _func = ((const mapi_func *) _tbl)[385];
4283 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4284 }
4285
4286 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t)
4287 {
4288 const struct mapi_table *_tbl = entry_current_get();
4289 mapi_func _func = ((const mapi_func *) _tbl)[386];
4290 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
4291 }
4292
4293 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2f)(GLenum target, GLfloat s, GLfloat t)
4294 {
4295 const struct mapi_table *_tbl = entry_current_get();
4296 mapi_func _func = ((const mapi_func *) _tbl)[386];
4297 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t)) _func)(target, s, t);
4298 }
4299
4300 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fvARB)(GLenum target, const GLfloat *v)
4301 {
4302 const struct mapi_table *_tbl = entry_current_get();
4303 mapi_func _func = ((const mapi_func *) _tbl)[387];
4304 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4305 }
4306
4307 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2fv)(GLenum target, const GLfloat *v)
4308 {
4309 const struct mapi_table *_tbl = entry_current_get();
4310 mapi_func _func = ((const mapi_func *) _tbl)[387];
4311 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4312 }
4313
4314 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iARB)(GLenum target, GLint s, GLint t)
4315 {
4316 const struct mapi_table *_tbl = entry_current_get();
4317 mapi_func _func = ((const mapi_func *) _tbl)[388];
4318 ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
4319 }
4320
4321 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2i)(GLenum target, GLint s, GLint t)
4322 {
4323 const struct mapi_table *_tbl = entry_current_get();
4324 mapi_func _func = ((const mapi_func *) _tbl)[388];
4325 ((void (APIENTRY *)(GLenum target, GLint s, GLint t)) _func)(target, s, t);
4326 }
4327
4328 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2ivARB)(GLenum target, const GLint *v)
4329 {
4330 const struct mapi_table *_tbl = entry_current_get();
4331 mapi_func _func = ((const mapi_func *) _tbl)[389];
4332 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4333 }
4334
4335 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2iv)(GLenum target, const GLint *v)
4336 {
4337 const struct mapi_table *_tbl = entry_current_get();
4338 mapi_func _func = ((const mapi_func *) _tbl)[389];
4339 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4340 }
4341
4342 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t)
4343 {
4344 const struct mapi_table *_tbl = entry_current_get();
4345 mapi_func _func = ((const mapi_func *) _tbl)[390];
4346 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
4347 }
4348
4349 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t)
4350 {
4351 const struct mapi_table *_tbl = entry_current_get();
4352 mapi_func _func = ((const mapi_func *) _tbl)[390];
4353 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t)) _func)(target, s, t);
4354 }
4355
4356 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2svARB)(GLenum target, const GLshort *v)
4357 {
4358 const struct mapi_table *_tbl = entry_current_get();
4359 mapi_func _func = ((const mapi_func *) _tbl)[391];
4360 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4361 }
4362
4363 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord2sv)(GLenum target, const GLshort *v)
4364 {
4365 const struct mapi_table *_tbl = entry_current_get();
4366 mapi_func _func = ((const mapi_func *) _tbl)[391];
4367 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4368 }
4369
4370 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
4371 {
4372 const struct mapi_table *_tbl = entry_current_get();
4373 mapi_func _func = ((const mapi_func *) _tbl)[392];
4374 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
4375 }
4376
4377 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r)
4378 {
4379 const struct mapi_table *_tbl = entry_current_get();
4380 mapi_func _func = ((const mapi_func *) _tbl)[392];
4381 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r)) _func)(target, s, t, r);
4382 }
4383
4384 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dvARB)(GLenum target, const GLdouble *v)
4385 {
4386 const struct mapi_table *_tbl = entry_current_get();
4387 mapi_func _func = ((const mapi_func *) _tbl)[393];
4388 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4389 }
4390
4391 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3dv)(GLenum target, const GLdouble *v)
4392 {
4393 const struct mapi_table *_tbl = entry_current_get();
4394 mapi_func _func = ((const mapi_func *) _tbl)[393];
4395 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4396 }
4397
4398 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
4399 {
4400 const struct mapi_table *_tbl = entry_current_get();
4401 mapi_func _func = ((const mapi_func *) _tbl)[394];
4402 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
4403 }
4404
4405 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3f)(GLenum target, GLfloat s, GLfloat t, GLfloat r)
4406 {
4407 const struct mapi_table *_tbl = entry_current_get();
4408 mapi_func _func = ((const mapi_func *) _tbl)[394];
4409 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r)) _func)(target, s, t, r);
4410 }
4411
4412 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fvARB)(GLenum target, const GLfloat *v)
4413 {
4414 const struct mapi_table *_tbl = entry_current_get();
4415 mapi_func _func = ((const mapi_func *) _tbl)[395];
4416 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4417 }
4418
4419 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3fv)(GLenum target, const GLfloat *v)
4420 {
4421 const struct mapi_table *_tbl = entry_current_get();
4422 mapi_func _func = ((const mapi_func *) _tbl)[395];
4423 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4424 }
4425
4426 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iARB)(GLenum target, GLint s, GLint t, GLint r)
4427 {
4428 const struct mapi_table *_tbl = entry_current_get();
4429 mapi_func _func = ((const mapi_func *) _tbl)[396];
4430 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
4431 }
4432
4433 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r)
4434 {
4435 const struct mapi_table *_tbl = entry_current_get();
4436 mapi_func _func = ((const mapi_func *) _tbl)[396];
4437 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r)) _func)(target, s, t, r);
4438 }
4439
4440 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3ivARB)(GLenum target, const GLint *v)
4441 {
4442 const struct mapi_table *_tbl = entry_current_get();
4443 mapi_func _func = ((const mapi_func *) _tbl)[397];
4444 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4445 }
4446
4447 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3iv)(GLenum target, const GLint *v)
4448 {
4449 const struct mapi_table *_tbl = entry_current_get();
4450 mapi_func _func = ((const mapi_func *) _tbl)[397];
4451 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4452 }
4453
4454 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r)
4455 {
4456 const struct mapi_table *_tbl = entry_current_get();
4457 mapi_func _func = ((const mapi_func *) _tbl)[398];
4458 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
4459 }
4460
4461 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r)
4462 {
4463 const struct mapi_table *_tbl = entry_current_get();
4464 mapi_func _func = ((const mapi_func *) _tbl)[398];
4465 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r)) _func)(target, s, t, r);
4466 }
4467
4468 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3svARB)(GLenum target, const GLshort *v)
4469 {
4470 const struct mapi_table *_tbl = entry_current_get();
4471 mapi_func _func = ((const mapi_func *) _tbl)[399];
4472 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4473 }
4474
4475 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord3sv)(GLenum target, const GLshort *v)
4476 {
4477 const struct mapi_table *_tbl = entry_current_get();
4478 mapi_func _func = ((const mapi_func *) _tbl)[399];
4479 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4480 }
4481
4482 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dARB)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
4483 {
4484 const struct mapi_table *_tbl = entry_current_get();
4485 mapi_func _func = ((const mapi_func *) _tbl)[400];
4486 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
4487 }
4488
4489 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
4490 {
4491 const struct mapi_table *_tbl = entry_current_get();
4492 mapi_func _func = ((const mapi_func *) _tbl)[400];
4493 ((void (APIENTRY *)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)) _func)(target, s, t, r, q);
4494 }
4495
4496 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dvARB)(GLenum target, const GLdouble *v)
4497 {
4498 const struct mapi_table *_tbl = entry_current_get();
4499 mapi_func _func = ((const mapi_func *) _tbl)[401];
4500 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4501 }
4502
4503 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4dv)(GLenum target, const GLdouble *v)
4504 {
4505 const struct mapi_table *_tbl = entry_current_get();
4506 mapi_func _func = ((const mapi_func *) _tbl)[401];
4507 ((void (APIENTRY *)(GLenum target, const GLdouble *v)) _func)(target, v);
4508 }
4509
4510 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
4511 {
4512 const struct mapi_table *_tbl = entry_current_get();
4513 mapi_func _func = ((const mapi_func *) _tbl)[402];
4514 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
4515 }
4516
4517 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
4518 {
4519 const struct mapi_table *_tbl = entry_current_get();
4520 mapi_func _func = ((const mapi_func *) _tbl)[402];
4521 ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
4522 }
4523
4524 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fvARB)(GLenum target, const GLfloat *v)
4525 {
4526 const struct mapi_table *_tbl = entry_current_get();
4527 mapi_func _func = ((const mapi_func *) _tbl)[403];
4528 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4529 }
4530
4531 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4fv)(GLenum target, const GLfloat *v)
4532 {
4533 const struct mapi_table *_tbl = entry_current_get();
4534 mapi_func _func = ((const mapi_func *) _tbl)[403];
4535 ((void (APIENTRY *)(GLenum target, const GLfloat *v)) _func)(target, v);
4536 }
4537
4538 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iARB)(GLenum target, GLint s, GLint t, GLint r, GLint q)
4539 {
4540 const struct mapi_table *_tbl = entry_current_get();
4541 mapi_func _func = ((const mapi_func *) _tbl)[404];
4542 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
4543 }
4544
4545 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q)
4546 {
4547 const struct mapi_table *_tbl = entry_current_get();
4548 mapi_func _func = ((const mapi_func *) _tbl)[404];
4549 ((void (APIENTRY *)(GLenum target, GLint s, GLint t, GLint r, GLint q)) _func)(target, s, t, r, q);
4550 }
4551
4552 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4ivARB)(GLenum target, const GLint *v)
4553 {
4554 const struct mapi_table *_tbl = entry_current_get();
4555 mapi_func _func = ((const mapi_func *) _tbl)[405];
4556 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4557 }
4558
4559 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4iv)(GLenum target, const GLint *v)
4560 {
4561 const struct mapi_table *_tbl = entry_current_get();
4562 mapi_func _func = ((const mapi_func *) _tbl)[405];
4563 ((void (APIENTRY *)(GLenum target, const GLint *v)) _func)(target, v);
4564 }
4565
4566 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
4567 {
4568 const struct mapi_table *_tbl = entry_current_get();
4569 mapi_func _func = ((const mapi_func *) _tbl)[406];
4570 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
4571 }
4572
4573 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
4574 {
4575 const struct mapi_table *_tbl = entry_current_get();
4576 mapi_func _func = ((const mapi_func *) _tbl)[406];
4577 ((void (APIENTRY *)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)) _func)(target, s, t, r, q);
4578 }
4579
4580 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4svARB)(GLenum target, const GLshort *v)
4581 {
4582 const struct mapi_table *_tbl = entry_current_get();
4583 mapi_func _func = ((const mapi_func *) _tbl)[407];
4584 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4585 }
4586
4587 GLAPI void APIENTRY GLAPI_PREFIX(MultiTexCoord4sv)(GLenum target, const GLshort *v)
4588 {
4589 const struct mapi_table *_tbl = entry_current_get();
4590 mapi_func _func = ((const mapi_func *) _tbl)[407];
4591 ((void (APIENTRY *)(GLenum target, const GLshort *v)) _func)(target, v);
4592 }
4593
4594 GLAPI void APIENTRY GLAPI_PREFIX(AttachShader)(GLuint program, GLuint shader)
4595 {
4596 const struct mapi_table *_tbl = entry_current_get();
4597 mapi_func _func = ((const mapi_func *) _tbl)[408];
4598 ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
4599 }
4600
4601 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateProgram)(void)
4602 {
4603 const struct mapi_table *_tbl = entry_current_get();
4604 mapi_func _func = ((const mapi_func *) _tbl)[409];
4605 return ((GLuint (APIENTRY *)(void)) _func)();
4606 }
4607
4608 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShader)(GLenum type)
4609 {
4610 const struct mapi_table *_tbl = entry_current_get();
4611 mapi_func _func = ((const mapi_func *) _tbl)[410];
4612 return ((GLuint (APIENTRY *)(GLenum type)) _func)(type);
4613 }
4614
4615 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program)
4616 {
4617 const struct mapi_table *_tbl = entry_current_get();
4618 mapi_func _func = ((const mapi_func *) _tbl)[411];
4619 ((void (APIENTRY *)(GLuint program)) _func)(program);
4620 }
4621
4622 GLAPI void APIENTRY GLAPI_PREFIX(DeleteShader)(GLuint program)
4623 {
4624 const struct mapi_table *_tbl = entry_current_get();
4625 mapi_func _func = ((const mapi_func *) _tbl)[412];
4626 ((void (APIENTRY *)(GLuint program)) _func)(program);
4627 }
4628
4629 GLAPI void APIENTRY GLAPI_PREFIX(DetachShader)(GLuint program, GLuint shader)
4630 {
4631 const struct mapi_table *_tbl = entry_current_get();
4632 mapi_func _func = ((const mapi_func *) _tbl)[413];
4633 ((void (APIENTRY *)(GLuint program, GLuint shader)) _func)(program, shader);
4634 }
4635
4636 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)
4637 {
4638 const struct mapi_table *_tbl = entry_current_get();
4639 mapi_func _func = ((const mapi_func *) _tbl)[414];
4640 ((void (APIENTRY *)(GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj)) _func)(program, maxCount, count, obj);
4641 }
4642
4643 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
4644 {
4645 const struct mapi_table *_tbl = entry_current_get();
4646 mapi_func _func = ((const mapi_func *) _tbl)[415];
4647 ((void (APIENTRY *)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(program, bufSize, length, infoLog);
4648 }
4649
4650 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramiv)(GLuint program, GLenum pname, GLint *params)
4651 {
4652 const struct mapi_table *_tbl = entry_current_get();
4653 mapi_func _func = ((const mapi_func *) _tbl)[416];
4654 ((void (APIENTRY *)(GLuint program, GLenum pname, GLint *params)) _func)(program, pname, params);
4655 }
4656
4657 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
4658 {
4659 const struct mapi_table *_tbl = entry_current_get();
4660 mapi_func _func = ((const mapi_func *) _tbl)[417];
4661 ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)) _func)(shader, bufSize, length, infoLog);
4662 }
4663
4664 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderiv)(GLuint shader, GLenum pname, GLint *params)
4665 {
4666 const struct mapi_table *_tbl = entry_current_get();
4667 mapi_func _func = ((const mapi_func *) _tbl)[418];
4668 ((void (APIENTRY *)(GLuint shader, GLenum pname, GLint *params)) _func)(shader, pname, params);
4669 }
4670
4671 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgram)(GLuint program)
4672 {
4673 const struct mapi_table *_tbl = entry_current_get();
4674 mapi_func _func = ((const mapi_func *) _tbl)[419];
4675 return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
4676 }
4677
4678 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsShader)(GLuint shader)
4679 {
4680 const struct mapi_table *_tbl = entry_current_get();
4681 mapi_func _func = ((const mapi_func *) _tbl)[420];
4682 return ((GLboolean (APIENTRY *)(GLuint shader)) _func)(shader);
4683 }
4684
4685 GLAPI void APIENTRY GLAPI_PREFIX(StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask)
4686 {
4687 const struct mapi_table *_tbl = entry_current_get();
4688 mapi_func _func = ((const mapi_func *) _tbl)[421];
4689 ((void (APIENTRY *)(GLenum face, GLenum func, GLint ref, GLuint mask)) _func)(face, func, ref, mask);
4690 }
4691
4692 GLAPI void APIENTRY GLAPI_PREFIX(StencilMaskSeparate)(GLenum face, GLuint mask)
4693 {
4694 const struct mapi_table *_tbl = entry_current_get();
4695 mapi_func _func = ((const mapi_func *) _tbl)[422];
4696 ((void (APIENTRY *)(GLenum face, GLuint mask)) _func)(face, mask);
4697 }
4698
4699 GLAPI void APIENTRY GLAPI_PREFIX(StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)
4700 {
4701 const struct mapi_table *_tbl = entry_current_get();
4702 mapi_func _func = ((const mapi_func *) _tbl)[423];
4703 ((void (APIENTRY *)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)) _func)(face, sfail, zfail, zpass);
4704 }
4705
4706 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4707 {
4708 const struct mapi_table *_tbl = entry_current_get();
4709 mapi_func _func = ((const mapi_func *) _tbl)[424];
4710 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4711 }
4712
4713 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4714 {
4715 const struct mapi_table *_tbl = entry_current_get();
4716 mapi_func _func = ((const mapi_func *) _tbl)[425];
4717 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4718 }
4719
4720 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4721 {
4722 const struct mapi_table *_tbl = entry_current_get();
4723 mapi_func _func = ((const mapi_func *) _tbl)[426];
4724 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4725 }
4726
4727 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4728 {
4729 const struct mapi_table *_tbl = entry_current_get();
4730 mapi_func _func = ((const mapi_func *) _tbl)[427];
4731 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4732 }
4733
4734 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4735 {
4736 const struct mapi_table *_tbl = entry_current_get();
4737 mapi_func _func = ((const mapi_func *) _tbl)[428];
4738 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4739 }
4740
4741 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
4742 {
4743 const struct mapi_table *_tbl = entry_current_get();
4744 mapi_func _func = ((const mapi_func *) _tbl)[429];
4745 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
4746 }
4747
4748 GLAPI void APIENTRY GLAPI_PREFIX(ClampColor)(GLenum target, GLenum clamp)
4749 {
4750 const struct mapi_table *_tbl = entry_current_get();
4751 mapi_func _func = ((const mapi_func *) _tbl)[430];
4752 ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
4753 }
4754
4755 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
4756 {
4757 const struct mapi_table *_tbl = entry_current_get();
4758 mapi_func _func = ((const mapi_func *) _tbl)[431];
4759 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)) _func)(buffer, drawbuffer, depth, stencil);
4760 }
4761
4762 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat *value)
4763 {
4764 const struct mapi_table *_tbl = entry_current_get();
4765 mapi_func _func = ((const mapi_func *) _tbl)[432];
4766 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLfloat *value)) _func)(buffer, drawbuffer, value);
4767 }
4768
4769 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint *value)
4770 {
4771 const struct mapi_table *_tbl = entry_current_get();
4772 mapi_func _func = ((const mapi_func *) _tbl)[433];
4773 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLint *value)) _func)(buffer, drawbuffer, value);
4774 }
4775
4776 GLAPI void APIENTRY GLAPI_PREFIX(ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint *value)
4777 {
4778 const struct mapi_table *_tbl = entry_current_get();
4779 mapi_func _func = ((const mapi_func *) _tbl)[434];
4780 ((void (APIENTRY *)(GLenum buffer, GLint drawbuffer, const GLuint *value)) _func)(buffer, drawbuffer, value);
4781 }
4782
4783 GLAPI const GLubyte * APIENTRY GLAPI_PREFIX(GetStringi)(GLenum name, GLuint index)
4784 {
4785 const struct mapi_table *_tbl = entry_current_get();
4786 mapi_func _func = ((const mapi_func *) _tbl)[435];
4787 return ((const GLubyte * (APIENTRY *)(GLenum name, GLuint index)) _func)(name, index);
4788 }
4789
4790 GLAPI void APIENTRY GLAPI_PREFIX(TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer)
4791 {
4792 const struct mapi_table *_tbl = entry_current_get();
4793 mapi_func _func = ((const mapi_func *) _tbl)[436];
4794 ((void (APIENTRY *)(GLenum target, GLenum internalFormat, GLuint buffer)) _func)(target, internalFormat, buffer);
4795 }
4796
4797 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)
4798 {
4799 const struct mapi_table *_tbl = entry_current_get();
4800 mapi_func _func = ((const mapi_func *) _tbl)[437];
4801 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
4802 }
4803
4804 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params)
4805 {
4806 const struct mapi_table *_tbl = entry_current_get();
4807 mapi_func _func = ((const mapi_func *) _tbl)[438];
4808 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint64 *params)) _func)(target, pname, params);
4809 }
4810
4811 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64i_v)(GLenum cap, GLuint index, GLint64 *data)
4812 {
4813 const struct mapi_table *_tbl = entry_current_get();
4814 mapi_func _func = ((const mapi_func *) _tbl)[439];
4815 ((void (APIENTRY *)(GLenum cap, GLuint index, GLint64 *data)) _func)(cap, index, data);
4816 }
4817
4818 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisor)(GLuint index, GLuint divisor)
4819 {
4820 const struct mapi_table *_tbl = entry_current_get();
4821 mapi_func _func = ((const mapi_func *) _tbl)[440];
4822 ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
4823 }
4824
4825 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixdARB)(const GLdouble *m)
4826 {
4827 const struct mapi_table *_tbl = entry_current_get();
4828 mapi_func _func = ((const mapi_func *) _tbl)[441];
4829 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4830 }
4831
4832 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixd)(const GLdouble *m)
4833 {
4834 const struct mapi_table *_tbl = entry_current_get();
4835 mapi_func _func = ((const mapi_func *) _tbl)[441];
4836 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4837 }
4838
4839 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixfARB)(const GLfloat *m)
4840 {
4841 const struct mapi_table *_tbl = entry_current_get();
4842 mapi_func _func = ((const mapi_func *) _tbl)[442];
4843 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4844 }
4845
4846 GLAPI void APIENTRY GLAPI_PREFIX(LoadTransposeMatrixf)(const GLfloat *m)
4847 {
4848 const struct mapi_table *_tbl = entry_current_get();
4849 mapi_func _func = ((const mapi_func *) _tbl)[442];
4850 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4851 }
4852
4853 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixdARB)(const GLdouble *m)
4854 {
4855 const struct mapi_table *_tbl = entry_current_get();
4856 mapi_func _func = ((const mapi_func *) _tbl)[443];
4857 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4858 }
4859
4860 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixd)(const GLdouble *m)
4861 {
4862 const struct mapi_table *_tbl = entry_current_get();
4863 mapi_func _func = ((const mapi_func *) _tbl)[443];
4864 ((void (APIENTRY *)(const GLdouble *m)) _func)(m);
4865 }
4866
4867 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixfARB)(const GLfloat *m)
4868 {
4869 const struct mapi_table *_tbl = entry_current_get();
4870 mapi_func _func = ((const mapi_func *) _tbl)[444];
4871 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4872 }
4873
4874 GLAPI void APIENTRY GLAPI_PREFIX(MultTransposeMatrixf)(const GLfloat *m)
4875 {
4876 const struct mapi_table *_tbl = entry_current_get();
4877 mapi_func _func = ((const mapi_func *) _tbl)[444];
4878 ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
4879 }
4880
4881 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverageARB)(GLclampf value, GLboolean invert)
4882 {
4883 const struct mapi_table *_tbl = entry_current_get();
4884 mapi_func _func = ((const mapi_func *) _tbl)[445];
4885 ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
4886 }
4887
4888 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoverage)(GLclampf value, GLboolean invert)
4889 {
4890 const struct mapi_table *_tbl = entry_current_get();
4891 mapi_func _func = ((const mapi_func *) _tbl)[445];
4892 ((void (APIENTRY *)(GLclampf value, GLboolean invert)) _func)(value, invert);
4893 }
4894
4895 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
4896 {
4897 const struct mapi_table *_tbl = entry_current_get();
4898 mapi_func _func = ((const mapi_func *) _tbl)[446];
4899 ((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);
4900 }
4901
4902 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
4903 {
4904 const struct mapi_table *_tbl = entry_current_get();
4905 mapi_func _func = ((const mapi_func *) _tbl)[446];
4906 ((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);
4907 }
4908
4909 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2DARB)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
4910 {
4911 const struct mapi_table *_tbl = entry_current_get();
4912 mapi_func _func = ((const mapi_func *) _tbl)[447];
4913 ((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);
4914 }
4915
4916 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
4917 {
4918 const struct mapi_table *_tbl = entry_current_get();
4919 mapi_func _func = ((const mapi_func *) _tbl)[447];
4920 ((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);
4921 }
4922
4923 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)
4924 {
4925 const struct mapi_table *_tbl = entry_current_get();
4926 mapi_func _func = ((const mapi_func *) _tbl)[448];
4927 ((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);
4928 }
4929
4930 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)
4931 {
4932 const struct mapi_table *_tbl = entry_current_get();
4933 mapi_func _func = ((const mapi_func *) _tbl)[448];
4934 ((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);
4935 }
4936
4937 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1DARB)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
4938 {
4939 const struct mapi_table *_tbl = entry_current_get();
4940 mapi_func _func = ((const mapi_func *) _tbl)[449];
4941 ((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);
4942 }
4943
4944 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
4945 {
4946 const struct mapi_table *_tbl = entry_current_get();
4947 mapi_func _func = ((const mapi_func *) _tbl)[449];
4948 ((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);
4949 }
4950
4951 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)
4952 {
4953 const struct mapi_table *_tbl = entry_current_get();
4954 mapi_func _func = ((const mapi_func *) _tbl)[450];
4955 ((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);
4956 }
4957
4958 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)
4959 {
4960 const struct mapi_table *_tbl = entry_current_get();
4961 mapi_func _func = ((const mapi_func *) _tbl)[450];
4962 ((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);
4963 }
4964
4965 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)
4966 {
4967 const struct mapi_table *_tbl = entry_current_get();
4968 mapi_func _func = ((const mapi_func *) _tbl)[451];
4969 ((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);
4970 }
4971
4972 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)
4973 {
4974 const struct mapi_table *_tbl = entry_current_get();
4975 mapi_func _func = ((const mapi_func *) _tbl)[451];
4976 ((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);
4977 }
4978
4979 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImageARB)(GLenum target, GLint level, GLvoid *img)
4980 {
4981 const struct mapi_table *_tbl = entry_current_get();
4982 mapi_func _func = ((const mapi_func *) _tbl)[452];
4983 ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
4984 }
4985
4986 GLAPI void APIENTRY GLAPI_PREFIX(GetCompressedTexImage)(GLenum target, GLint level, GLvoid *img)
4987 {
4988 const struct mapi_table *_tbl = entry_current_get();
4989 mapi_func _func = ((const mapi_func *) _tbl)[452];
4990 ((void (APIENTRY *)(GLenum target, GLint level, GLvoid *img)) _func)(target, level, img);
4991 }
4992
4993 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArrayARB)(GLuint index)
4994 {
4995 const struct mapi_table *_tbl = entry_current_get();
4996 mapi_func _func = ((const mapi_func *) _tbl)[453];
4997 ((void (APIENTRY *)(GLuint index)) _func)(index);
4998 }
4999
5000 GLAPI void APIENTRY GLAPI_PREFIX(DisableVertexAttribArray)(GLuint index)
5001 {
5002 const struct mapi_table *_tbl = entry_current_get();
5003 mapi_func _func = ((const mapi_func *) _tbl)[453];
5004 ((void (APIENTRY *)(GLuint index)) _func)(index);
5005 }
5006
5007 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArrayARB)(GLuint index)
5008 {
5009 const struct mapi_table *_tbl = entry_current_get();
5010 mapi_func _func = ((const mapi_func *) _tbl)[454];
5011 ((void (APIENTRY *)(GLuint index)) _func)(index);
5012 }
5013
5014 GLAPI void APIENTRY GLAPI_PREFIX(EnableVertexAttribArray)(GLuint index)
5015 {
5016 const struct mapi_table *_tbl = entry_current_get();
5017 mapi_func _func = ((const mapi_func *) _tbl)[454];
5018 ((void (APIENTRY *)(GLuint index)) _func)(index);
5019 }
5020
5021 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
5022 {
5023 const struct mapi_table *_tbl = entry_current_get();
5024 mapi_func _func = ((const mapi_func *) _tbl)[455];
5025 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
5026 }
5027
5028 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
5029 {
5030 const struct mapi_table *_tbl = entry_current_get();
5031 mapi_func _func = ((const mapi_func *) _tbl)[456];
5032 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
5033 }
5034
5035 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble *params)
5036 {
5037 const struct mapi_table *_tbl = entry_current_get();
5038 mapi_func _func = ((const mapi_func *) _tbl)[457];
5039 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble *params)) _func)(target, index, params);
5040 }
5041
5042 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat *params)
5043 {
5044 const struct mapi_table *_tbl = entry_current_get();
5045 mapi_func _func = ((const mapi_func *) _tbl)[458];
5046 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat *params)) _func)(target, index, params);
5047 }
5048
5049 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringARB)(GLenum target, GLenum pname, GLvoid *string)
5050 {
5051 const struct mapi_table *_tbl = entry_current_get();
5052 mapi_func _func = ((const mapi_func *) _tbl)[459];
5053 ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid *string)) _func)(target, pname, string);
5054 }
5055
5056 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivARB)(GLenum target, GLenum pname, GLint *params)
5057 {
5058 const struct mapi_table *_tbl = entry_current_get();
5059 mapi_func _func = ((const mapi_func *) _tbl)[460];
5060 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5061 }
5062
5063 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvARB)(GLuint index, GLenum pname, GLdouble *params)
5064 {
5065 const struct mapi_table *_tbl = entry_current_get();
5066 mapi_func _func = ((const mapi_func *) _tbl)[461];
5067 ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
5068 }
5069
5070 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble *params)
5071 {
5072 const struct mapi_table *_tbl = entry_current_get();
5073 mapi_func _func = ((const mapi_func *) _tbl)[461];
5074 ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
5075 }
5076
5077 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvARB)(GLuint index, GLenum pname, GLfloat *params)
5078 {
5079 const struct mapi_table *_tbl = entry_current_get();
5080 mapi_func _func = ((const mapi_func *) _tbl)[462];
5081 ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
5082 }
5083
5084 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat *params)
5085 {
5086 const struct mapi_table *_tbl = entry_current_get();
5087 mapi_func _func = ((const mapi_func *) _tbl)[462];
5088 ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
5089 }
5090
5091 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivARB)(GLuint index, GLenum pname, GLint *params)
5092 {
5093 const struct mapi_table *_tbl = entry_current_get();
5094 mapi_func _func = ((const mapi_func *) _tbl)[463];
5095 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
5096 }
5097
5098 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribiv)(GLuint index, GLenum pname, GLint *params)
5099 {
5100 const struct mapi_table *_tbl = entry_current_get();
5101 mapi_func _func = ((const mapi_func *) _tbl)[463];
5102 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
5103 }
5104
5105 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5106 {
5107 const struct mapi_table *_tbl = entry_current_get();
5108 mapi_func _func = ((const mapi_func *) _tbl)[464];
5109 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5110 }
5111
5112 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dNV)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5113 {
5114 const struct mapi_table *_tbl = entry_current_get();
5115 mapi_func _func = ((const mapi_func *) _tbl)[464];
5116 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5117 }
5118
5119 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
5120 {
5121 const struct mapi_table *_tbl = entry_current_get();
5122 mapi_func _func = ((const mapi_func *) _tbl)[465];
5123 ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5124 }
5125
5126 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4dvNV)(GLenum target, GLuint index, const GLdouble *params)
5127 {
5128 const struct mapi_table *_tbl = entry_current_get();
5129 mapi_func _func = ((const mapi_func *) _tbl)[465];
5130 ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5131 }
5132
5133 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5134 {
5135 const struct mapi_table *_tbl = entry_current_get();
5136 mapi_func _func = ((const mapi_func *) _tbl)[466];
5137 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5138 }
5139
5140 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fNV)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5141 {
5142 const struct mapi_table *_tbl = entry_current_get();
5143 mapi_func _func = ((const mapi_func *) _tbl)[466];
5144 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5145 }
5146
5147 GLAPI void APIENTRY GLAPI_PREFIX(ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
5148 {
5149 const struct mapi_table *_tbl = entry_current_get();
5150 mapi_func _func = ((const mapi_func *) _tbl)[467];
5151 ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5152 }
5153
5154 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameter4fvNV)(GLenum target, GLuint index, const GLfloat *params)
5155 {
5156 const struct mapi_table *_tbl = entry_current_get();
5157 mapi_func _func = ((const mapi_func *) _tbl)[467];
5158 ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5159 }
5160
5161 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5162 {
5163 const struct mapi_table *_tbl = entry_current_get();
5164 mapi_func _func = ((const mapi_func *) _tbl)[468];
5165 ((void (APIENTRY *)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(target, index, x, y, z, w);
5166 }
5167
5168 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble *params)
5169 {
5170 const struct mapi_table *_tbl = entry_current_get();
5171 mapi_func _func = ((const mapi_func *) _tbl)[469];
5172 ((void (APIENTRY *)(GLenum target, GLuint index, const GLdouble *params)) _func)(target, index, params);
5173 }
5174
5175 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5176 {
5177 const struct mapi_table *_tbl = entry_current_get();
5178 mapi_func _func = ((const mapi_func *) _tbl)[470];
5179 ((void (APIENTRY *)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(target, index, x, y, z, w);
5180 }
5181
5182 GLAPI void APIENTRY GLAPI_PREFIX(ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat *params)
5183 {
5184 const struct mapi_table *_tbl = entry_current_get();
5185 mapi_func _func = ((const mapi_func *) _tbl)[471];
5186 ((void (APIENTRY *)(GLenum target, GLuint index, const GLfloat *params)) _func)(target, index, params);
5187 }
5188
5189 GLAPI void APIENTRY GLAPI_PREFIX(ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)
5190 {
5191 const struct mapi_table *_tbl = entry_current_get();
5192 mapi_func _func = ((const mapi_func *) _tbl)[472];
5193 ((void (APIENTRY *)(GLenum target, GLenum format, GLsizei len, const GLvoid *string)) _func)(target, format, len, string);
5194 }
5195
5196 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dARB)(GLuint index, GLdouble x)
5197 {
5198 const struct mapi_table *_tbl = entry_current_get();
5199 mapi_func _func = ((const mapi_func *) _tbl)[473];
5200 ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
5201 }
5202
5203 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1d)(GLuint index, GLdouble x)
5204 {
5205 const struct mapi_table *_tbl = entry_current_get();
5206 mapi_func _func = ((const mapi_func *) _tbl)[473];
5207 ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
5208 }
5209
5210 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvARB)(GLuint index, const GLdouble *v)
5211 {
5212 const struct mapi_table *_tbl = entry_current_get();
5213 mapi_func _func = ((const mapi_func *) _tbl)[474];
5214 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5215 }
5216
5217 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dv)(GLuint index, const GLdouble *v)
5218 {
5219 const struct mapi_table *_tbl = entry_current_get();
5220 mapi_func _func = ((const mapi_func *) _tbl)[474];
5221 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5222 }
5223
5224 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fARB)(GLuint index, GLfloat x)
5225 {
5226 const struct mapi_table *_tbl = entry_current_get();
5227 mapi_func _func = ((const mapi_func *) _tbl)[475];
5228 ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
5229 }
5230
5231 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1f)(GLuint index, GLfloat x)
5232 {
5233 const struct mapi_table *_tbl = entry_current_get();
5234 mapi_func _func = ((const mapi_func *) _tbl)[475];
5235 ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
5236 }
5237
5238 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvARB)(GLuint index, const GLfloat *v)
5239 {
5240 const struct mapi_table *_tbl = entry_current_get();
5241 mapi_func _func = ((const mapi_func *) _tbl)[476];
5242 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5243 }
5244
5245 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fv)(GLuint index, const GLfloat *v)
5246 {
5247 const struct mapi_table *_tbl = entry_current_get();
5248 mapi_func _func = ((const mapi_func *) _tbl)[476];
5249 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5250 }
5251
5252 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sARB)(GLuint index, GLshort x)
5253 {
5254 const struct mapi_table *_tbl = entry_current_get();
5255 mapi_func _func = ((const mapi_func *) _tbl)[477];
5256 ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
5257 }
5258
5259 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1s)(GLuint index, GLshort x)
5260 {
5261 const struct mapi_table *_tbl = entry_current_get();
5262 mapi_func _func = ((const mapi_func *) _tbl)[477];
5263 ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
5264 }
5265
5266 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svARB)(GLuint index, const GLshort *v)
5267 {
5268 const struct mapi_table *_tbl = entry_current_get();
5269 mapi_func _func = ((const mapi_func *) _tbl)[478];
5270 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5271 }
5272
5273 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sv)(GLuint index, const GLshort *v)
5274 {
5275 const struct mapi_table *_tbl = entry_current_get();
5276 mapi_func _func = ((const mapi_func *) _tbl)[478];
5277 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5278 }
5279
5280 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dARB)(GLuint index, GLdouble x, GLdouble y)
5281 {
5282 const struct mapi_table *_tbl = entry_current_get();
5283 mapi_func _func = ((const mapi_func *) _tbl)[479];
5284 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
5285 }
5286
5287 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y)
5288 {
5289 const struct mapi_table *_tbl = entry_current_get();
5290 mapi_func _func = ((const mapi_func *) _tbl)[479];
5291 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
5292 }
5293
5294 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvARB)(GLuint index, const GLdouble *v)
5295 {
5296 const struct mapi_table *_tbl = entry_current_get();
5297 mapi_func _func = ((const mapi_func *) _tbl)[480];
5298 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5299 }
5300
5301 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dv)(GLuint index, const GLdouble *v)
5302 {
5303 const struct mapi_table *_tbl = entry_current_get();
5304 mapi_func _func = ((const mapi_func *) _tbl)[480];
5305 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5306 }
5307
5308 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y)
5309 {
5310 const struct mapi_table *_tbl = entry_current_get();
5311 mapi_func _func = ((const mapi_func *) _tbl)[481];
5312 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
5313 }
5314
5315 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2f)(GLuint index, GLfloat x, GLfloat y)
5316 {
5317 const struct mapi_table *_tbl = entry_current_get();
5318 mapi_func _func = ((const mapi_func *) _tbl)[481];
5319 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
5320 }
5321
5322 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvARB)(GLuint index, const GLfloat *v)
5323 {
5324 const struct mapi_table *_tbl = entry_current_get();
5325 mapi_func _func = ((const mapi_func *) _tbl)[482];
5326 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5327 }
5328
5329 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fv)(GLuint index, const GLfloat *v)
5330 {
5331 const struct mapi_table *_tbl = entry_current_get();
5332 mapi_func _func = ((const mapi_func *) _tbl)[482];
5333 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5334 }
5335
5336 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y)
5337 {
5338 const struct mapi_table *_tbl = entry_current_get();
5339 mapi_func _func = ((const mapi_func *) _tbl)[483];
5340 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
5341 }
5342
5343 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2s)(GLuint index, GLshort x, GLshort y)
5344 {
5345 const struct mapi_table *_tbl = entry_current_get();
5346 mapi_func _func = ((const mapi_func *) _tbl)[483];
5347 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
5348 }
5349
5350 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svARB)(GLuint index, const GLshort *v)
5351 {
5352 const struct mapi_table *_tbl = entry_current_get();
5353 mapi_func _func = ((const mapi_func *) _tbl)[484];
5354 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5355 }
5356
5357 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sv)(GLuint index, const GLshort *v)
5358 {
5359 const struct mapi_table *_tbl = entry_current_get();
5360 mapi_func _func = ((const mapi_func *) _tbl)[484];
5361 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5362 }
5363
5364 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
5365 {
5366 const struct mapi_table *_tbl = entry_current_get();
5367 mapi_func _func = ((const mapi_func *) _tbl)[485];
5368 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
5369 }
5370
5371 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
5372 {
5373 const struct mapi_table *_tbl = entry_current_get();
5374 mapi_func _func = ((const mapi_func *) _tbl)[485];
5375 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
5376 }
5377
5378 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvARB)(GLuint index, const GLdouble *v)
5379 {
5380 const struct mapi_table *_tbl = entry_current_get();
5381 mapi_func _func = ((const mapi_func *) _tbl)[486];
5382 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5383 }
5384
5385 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dv)(GLuint index, const GLdouble *v)
5386 {
5387 const struct mapi_table *_tbl = entry_current_get();
5388 mapi_func _func = ((const mapi_func *) _tbl)[486];
5389 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5390 }
5391
5392 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
5393 {
5394 const struct mapi_table *_tbl = entry_current_get();
5395 mapi_func _func = ((const mapi_func *) _tbl)[487];
5396 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
5397 }
5398
5399 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3f)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
5400 {
5401 const struct mapi_table *_tbl = entry_current_get();
5402 mapi_func _func = ((const mapi_func *) _tbl)[487];
5403 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
5404 }
5405
5406 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvARB)(GLuint index, const GLfloat *v)
5407 {
5408 const struct mapi_table *_tbl = entry_current_get();
5409 mapi_func _func = ((const mapi_func *) _tbl)[488];
5410 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5411 }
5412
5413 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fv)(GLuint index, const GLfloat *v)
5414 {
5415 const struct mapi_table *_tbl = entry_current_get();
5416 mapi_func _func = ((const mapi_func *) _tbl)[488];
5417 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5418 }
5419
5420 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z)
5421 {
5422 const struct mapi_table *_tbl = entry_current_get();
5423 mapi_func _func = ((const mapi_func *) _tbl)[489];
5424 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
5425 }
5426
5427 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z)
5428 {
5429 const struct mapi_table *_tbl = entry_current_get();
5430 mapi_func _func = ((const mapi_func *) _tbl)[489];
5431 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
5432 }
5433
5434 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svARB)(GLuint index, const GLshort *v)
5435 {
5436 const struct mapi_table *_tbl = entry_current_get();
5437 mapi_func _func = ((const mapi_func *) _tbl)[490];
5438 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5439 }
5440
5441 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sv)(GLuint index, const GLshort *v)
5442 {
5443 const struct mapi_table *_tbl = entry_current_get();
5444 mapi_func _func = ((const mapi_func *) _tbl)[490];
5445 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5446 }
5447
5448 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NbvARB)(GLuint index, const GLbyte *v)
5449 {
5450 const struct mapi_table *_tbl = entry_current_get();
5451 mapi_func _func = ((const mapi_func *) _tbl)[491];
5452 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5453 }
5454
5455 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nbv)(GLuint index, const GLbyte *v)
5456 {
5457 const struct mapi_table *_tbl = entry_current_get();
5458 mapi_func _func = ((const mapi_func *) _tbl)[491];
5459 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5460 }
5461
5462 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NivARB)(GLuint index, const GLint *v)
5463 {
5464 const struct mapi_table *_tbl = entry_current_get();
5465 mapi_func _func = ((const mapi_func *) _tbl)[492];
5466 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5467 }
5468
5469 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Niv)(GLuint index, const GLint *v)
5470 {
5471 const struct mapi_table *_tbl = entry_current_get();
5472 mapi_func _func = ((const mapi_func *) _tbl)[492];
5473 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5474 }
5475
5476 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NsvARB)(GLuint index, const GLshort *v)
5477 {
5478 const struct mapi_table *_tbl = entry_current_get();
5479 mapi_func _func = ((const mapi_func *) _tbl)[493];
5480 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5481 }
5482
5483 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nsv)(GLuint index, const GLshort *v)
5484 {
5485 const struct mapi_table *_tbl = entry_current_get();
5486 mapi_func _func = ((const mapi_func *) _tbl)[493];
5487 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5488 }
5489
5490 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubARB)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
5491 {
5492 const struct mapi_table *_tbl = entry_current_get();
5493 mapi_func _func = ((const mapi_func *) _tbl)[494];
5494 ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
5495 }
5496
5497 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
5498 {
5499 const struct mapi_table *_tbl = entry_current_get();
5500 mapi_func _func = ((const mapi_func *) _tbl)[494];
5501 ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
5502 }
5503
5504 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NubvARB)(GLuint index, const GLubyte *v)
5505 {
5506 const struct mapi_table *_tbl = entry_current_get();
5507 mapi_func _func = ((const mapi_func *) _tbl)[495];
5508 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5509 }
5510
5511 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nubv)(GLuint index, const GLubyte *v)
5512 {
5513 const struct mapi_table *_tbl = entry_current_get();
5514 mapi_func _func = ((const mapi_func *) _tbl)[495];
5515 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5516 }
5517
5518 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NuivARB)(GLuint index, const GLuint *v)
5519 {
5520 const struct mapi_table *_tbl = entry_current_get();
5521 mapi_func _func = ((const mapi_func *) _tbl)[496];
5522 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5523 }
5524
5525 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nuiv)(GLuint index, const GLuint *v)
5526 {
5527 const struct mapi_table *_tbl = entry_current_get();
5528 mapi_func _func = ((const mapi_func *) _tbl)[496];
5529 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5530 }
5531
5532 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4NusvARB)(GLuint index, const GLushort *v)
5533 {
5534 const struct mapi_table *_tbl = entry_current_get();
5535 mapi_func _func = ((const mapi_func *) _tbl)[497];
5536 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5537 }
5538
5539 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4Nusv)(GLuint index, const GLushort *v)
5540 {
5541 const struct mapi_table *_tbl = entry_current_get();
5542 mapi_func _func = ((const mapi_func *) _tbl)[497];
5543 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5544 }
5545
5546 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bvARB)(GLuint index, const GLbyte *v)
5547 {
5548 const struct mapi_table *_tbl = entry_current_get();
5549 mapi_func _func = ((const mapi_func *) _tbl)[498];
5550 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5551 }
5552
5553 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4bv)(GLuint index, const GLbyte *v)
5554 {
5555 const struct mapi_table *_tbl = entry_current_get();
5556 mapi_func _func = ((const mapi_func *) _tbl)[498];
5557 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
5558 }
5559
5560 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dARB)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5561 {
5562 const struct mapi_table *_tbl = entry_current_get();
5563 mapi_func _func = ((const mapi_func *) _tbl)[499];
5564 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
5565 }
5566
5567 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
5568 {
5569 const struct mapi_table *_tbl = entry_current_get();
5570 mapi_func _func = ((const mapi_func *) _tbl)[499];
5571 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
5572 }
5573
5574 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvARB)(GLuint index, const GLdouble *v)
5575 {
5576 const struct mapi_table *_tbl = entry_current_get();
5577 mapi_func _func = ((const mapi_func *) _tbl)[500];
5578 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5579 }
5580
5581 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dv)(GLuint index, const GLdouble *v)
5582 {
5583 const struct mapi_table *_tbl = entry_current_get();
5584 mapi_func _func = ((const mapi_func *) _tbl)[500];
5585 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
5586 }
5587
5588 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5589 {
5590 const struct mapi_table *_tbl = entry_current_get();
5591 mapi_func _func = ((const mapi_func *) _tbl)[501];
5592 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
5593 }
5594
5595 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4f)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5596 {
5597 const struct mapi_table *_tbl = entry_current_get();
5598 mapi_func _func = ((const mapi_func *) _tbl)[501];
5599 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
5600 }
5601
5602 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvARB)(GLuint index, const GLfloat *v)
5603 {
5604 const struct mapi_table *_tbl = entry_current_get();
5605 mapi_func _func = ((const mapi_func *) _tbl)[502];
5606 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5607 }
5608
5609 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fv)(GLuint index, const GLfloat *v)
5610 {
5611 const struct mapi_table *_tbl = entry_current_get();
5612 mapi_func _func = ((const mapi_func *) _tbl)[502];
5613 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
5614 }
5615
5616 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ivARB)(GLuint index, const GLint *v)
5617 {
5618 const struct mapi_table *_tbl = entry_current_get();
5619 mapi_func _func = ((const mapi_func *) _tbl)[503];
5620 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5621 }
5622
5623 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4iv)(GLuint index, const GLint *v)
5624 {
5625 const struct mapi_table *_tbl = entry_current_get();
5626 mapi_func _func = ((const mapi_func *) _tbl)[503];
5627 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
5628 }
5629
5630 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
5631 {
5632 const struct mapi_table *_tbl = entry_current_get();
5633 mapi_func _func = ((const mapi_func *) _tbl)[504];
5634 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
5635 }
5636
5637 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
5638 {
5639 const struct mapi_table *_tbl = entry_current_get();
5640 mapi_func _func = ((const mapi_func *) _tbl)[504];
5641 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
5642 }
5643
5644 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svARB)(GLuint index, const GLshort *v)
5645 {
5646 const struct mapi_table *_tbl = entry_current_get();
5647 mapi_func _func = ((const mapi_func *) _tbl)[505];
5648 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5649 }
5650
5651 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sv)(GLuint index, const GLshort *v)
5652 {
5653 const struct mapi_table *_tbl = entry_current_get();
5654 mapi_func _func = ((const mapi_func *) _tbl)[505];
5655 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
5656 }
5657
5658 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvARB)(GLuint index, const GLubyte *v)
5659 {
5660 const struct mapi_table *_tbl = entry_current_get();
5661 mapi_func _func = ((const mapi_func *) _tbl)[506];
5662 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5663 }
5664
5665 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubv)(GLuint index, const GLubyte *v)
5666 {
5667 const struct mapi_table *_tbl = entry_current_get();
5668 mapi_func _func = ((const mapi_func *) _tbl)[506];
5669 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
5670 }
5671
5672 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uivARB)(GLuint index, const GLuint *v)
5673 {
5674 const struct mapi_table *_tbl = entry_current_get();
5675 mapi_func _func = ((const mapi_func *) _tbl)[507];
5676 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5677 }
5678
5679 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4uiv)(GLuint index, const GLuint *v)
5680 {
5681 const struct mapi_table *_tbl = entry_current_get();
5682 mapi_func _func = ((const mapi_func *) _tbl)[507];
5683 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
5684 }
5685
5686 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usvARB)(GLuint index, const GLushort *v)
5687 {
5688 const struct mapi_table *_tbl = entry_current_get();
5689 mapi_func _func = ((const mapi_func *) _tbl)[508];
5690 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5691 }
5692
5693 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4usv)(GLuint index, const GLushort *v)
5694 {
5695 const struct mapi_table *_tbl = entry_current_get();
5696 mapi_func _func = ((const mapi_func *) _tbl)[508];
5697 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
5698 }
5699
5700 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
5701 {
5702 const struct mapi_table *_tbl = entry_current_get();
5703 mapi_func _func = ((const mapi_func *) _tbl)[509];
5704 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
5705 }
5706
5707 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
5708 {
5709 const struct mapi_table *_tbl = entry_current_get();
5710 mapi_func _func = ((const mapi_func *) _tbl)[509];
5711 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, normalized, stride, pointer);
5712 }
5713
5714 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferARB)(GLenum target, GLuint buffer)
5715 {
5716 const struct mapi_table *_tbl = entry_current_get();
5717 mapi_func _func = ((const mapi_func *) _tbl)[510];
5718 ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
5719 }
5720
5721 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer)
5722 {
5723 const struct mapi_table *_tbl = entry_current_get();
5724 mapi_func _func = ((const mapi_func *) _tbl)[510];
5725 ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
5726 }
5727
5728 GLAPI void APIENTRY GLAPI_PREFIX(BufferDataARB)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)
5729 {
5730 const struct mapi_table *_tbl = entry_current_get();
5731 mapi_func _func = ((const mapi_func *) _tbl)[511];
5732 ((void (APIENTRY *)(GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
5733 }
5734
5735 GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
5736 {
5737 const struct mapi_table *_tbl = entry_current_get();
5738 mapi_func _func = ((const mapi_func *) _tbl)[511];
5739 ((void (APIENTRY *)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)) _func)(target, size, data, usage);
5740 }
5741
5742 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)
5743 {
5744 const struct mapi_table *_tbl = entry_current_get();
5745 mapi_func _func = ((const mapi_func *) _tbl)[512];
5746 ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)) _func)(target, offset, size, data);
5747 }
5748
5749 GLAPI void APIENTRY GLAPI_PREFIX(BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
5750 {
5751 const struct mapi_table *_tbl = entry_current_get();
5752 mapi_func _func = ((const mapi_func *) _tbl)[512];
5753 ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)) _func)(target, offset, size, data);
5754 }
5755
5756 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffersARB)(GLsizei n, const GLuint *buffer)
5757 {
5758 const struct mapi_table *_tbl = entry_current_get();
5759 mapi_func _func = ((const mapi_func *) _tbl)[513];
5760 ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
5761 }
5762
5763 GLAPI void APIENTRY GLAPI_PREFIX(DeleteBuffers)(GLsizei n, const GLuint *buffer)
5764 {
5765 const struct mapi_table *_tbl = entry_current_get();
5766 mapi_func _func = ((const mapi_func *) _tbl)[513];
5767 ((void (APIENTRY *)(GLsizei n, const GLuint *buffer)) _func)(n, buffer);
5768 }
5769
5770 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffersARB)(GLsizei n, GLuint *buffer)
5771 {
5772 const struct mapi_table *_tbl = entry_current_get();
5773 mapi_func _func = ((const mapi_func *) _tbl)[514];
5774 ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
5775 }
5776
5777 GLAPI void APIENTRY GLAPI_PREFIX(GenBuffers)(GLsizei n, GLuint *buffer)
5778 {
5779 const struct mapi_table *_tbl = entry_current_get();
5780 mapi_func _func = ((const mapi_func *) _tbl)[514];
5781 ((void (APIENTRY *)(GLsizei n, GLuint *buffer)) _func)(n, buffer);
5782 }
5783
5784 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameterivARB)(GLenum target, GLenum pname, GLint *params)
5785 {
5786 const struct mapi_table *_tbl = entry_current_get();
5787 mapi_func _func = ((const mapi_func *) _tbl)[515];
5788 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5789 }
5790
5791 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferParameteriv)(GLenum target, GLenum pname, GLint *params)
5792 {
5793 const struct mapi_table *_tbl = entry_current_get();
5794 mapi_func _func = ((const mapi_func *) _tbl)[515];
5795 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5796 }
5797
5798 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointervARB)(GLenum target, GLenum pname, GLvoid **params)
5799 {
5800 const struct mapi_table *_tbl = entry_current_get();
5801 mapi_func _func = ((const mapi_func *) _tbl)[516];
5802 ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
5803 }
5804
5805 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferPointerv)(GLenum target, GLenum pname, GLvoid **params)
5806 {
5807 const struct mapi_table *_tbl = entry_current_get();
5808 mapi_func _func = ((const mapi_func *) _tbl)[516];
5809 ((void (APIENTRY *)(GLenum target, GLenum pname, GLvoid **params)) _func)(target, pname, params);
5810 }
5811
5812 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubDataARB)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)
5813 {
5814 const struct mapi_table *_tbl = entry_current_get();
5815 mapi_func _func = ((const mapi_func *) _tbl)[517];
5816 ((void (APIENTRY *)(GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)) _func)(target, offset, size, data);
5817 }
5818
5819 GLAPI void APIENTRY GLAPI_PREFIX(GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
5820 {
5821 const struct mapi_table *_tbl = entry_current_get();
5822 mapi_func _func = ((const mapi_func *) _tbl)[517];
5823 ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)) _func)(target, offset, size, data);
5824 }
5825
5826 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBufferARB)(GLuint buffer)
5827 {
5828 const struct mapi_table *_tbl = entry_current_get();
5829 mapi_func _func = ((const mapi_func *) _tbl)[518];
5830 return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
5831 }
5832
5833 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer)
5834 {
5835 const struct mapi_table *_tbl = entry_current_get();
5836 mapi_func _func = ((const mapi_func *) _tbl)[518];
5837 return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
5838 }
5839
5840 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferARB)(GLenum target, GLenum access)
5841 {
5842 const struct mapi_table *_tbl = entry_current_get();
5843 mapi_func _func = ((const mapi_func *) _tbl)[519];
5844 return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
5845 }
5846
5847 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBuffer)(GLenum target, GLenum access)
5848 {
5849 const struct mapi_table *_tbl = entry_current_get();
5850 mapi_func _func = ((const mapi_func *) _tbl)[519];
5851 return ((GLvoid * (APIENTRY *)(GLenum target, GLenum access)) _func)(target, access);
5852 }
5853
5854 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBufferARB)(GLenum target)
5855 {
5856 const struct mapi_table *_tbl = entry_current_get();
5857 mapi_func _func = ((const mapi_func *) _tbl)[520];
5858 return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
5859 }
5860
5861 GLAPI GLboolean APIENTRY GLAPI_PREFIX(UnmapBuffer)(GLenum target)
5862 {
5863 const struct mapi_table *_tbl = entry_current_get();
5864 mapi_func _func = ((const mapi_func *) _tbl)[520];
5865 return ((GLboolean (APIENTRY *)(GLenum target)) _func)(target);
5866 }
5867
5868 GLAPI void APIENTRY GLAPI_PREFIX(BeginQueryARB)(GLenum target, GLuint id)
5869 {
5870 const struct mapi_table *_tbl = entry_current_get();
5871 mapi_func _func = ((const mapi_func *) _tbl)[521];
5872 ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
5873 }
5874
5875 GLAPI void APIENTRY GLAPI_PREFIX(BeginQuery)(GLenum target, GLuint id)
5876 {
5877 const struct mapi_table *_tbl = entry_current_get();
5878 mapi_func _func = ((const mapi_func *) _tbl)[521];
5879 ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
5880 }
5881
5882 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueriesARB)(GLsizei n, const GLuint *ids)
5883 {
5884 const struct mapi_table *_tbl = entry_current_get();
5885 mapi_func _func = ((const mapi_func *) _tbl)[522];
5886 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
5887 }
5888
5889 GLAPI void APIENTRY GLAPI_PREFIX(DeleteQueries)(GLsizei n, const GLuint *ids)
5890 {
5891 const struct mapi_table *_tbl = entry_current_get();
5892 mapi_func _func = ((const mapi_func *) _tbl)[522];
5893 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
5894 }
5895
5896 GLAPI void APIENTRY GLAPI_PREFIX(EndQueryARB)(GLenum target)
5897 {
5898 const struct mapi_table *_tbl = entry_current_get();
5899 mapi_func _func = ((const mapi_func *) _tbl)[523];
5900 ((void (APIENTRY *)(GLenum target)) _func)(target);
5901 }
5902
5903 GLAPI void APIENTRY GLAPI_PREFIX(EndQuery)(GLenum target)
5904 {
5905 const struct mapi_table *_tbl = entry_current_get();
5906 mapi_func _func = ((const mapi_func *) _tbl)[523];
5907 ((void (APIENTRY *)(GLenum target)) _func)(target);
5908 }
5909
5910 GLAPI void APIENTRY GLAPI_PREFIX(GenQueriesARB)(GLsizei n, GLuint *ids)
5911 {
5912 const struct mapi_table *_tbl = entry_current_get();
5913 mapi_func _func = ((const mapi_func *) _tbl)[524];
5914 ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
5915 }
5916
5917 GLAPI void APIENTRY GLAPI_PREFIX(GenQueries)(GLsizei n, GLuint *ids)
5918 {
5919 const struct mapi_table *_tbl = entry_current_get();
5920 mapi_func _func = ((const mapi_func *) _tbl)[524];
5921 ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
5922 }
5923
5924 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectivARB)(GLuint id, GLenum pname, GLint *params)
5925 {
5926 const struct mapi_table *_tbl = entry_current_get();
5927 mapi_func _func = ((const mapi_func *) _tbl)[525];
5928 ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
5929 }
5930
5931 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectiv)(GLuint id, GLenum pname, GLint *params)
5932 {
5933 const struct mapi_table *_tbl = entry_current_get();
5934 mapi_func _func = ((const mapi_func *) _tbl)[525];
5935 ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
5936 }
5937
5938 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuivARB)(GLuint id, GLenum pname, GLuint *params)
5939 {
5940 const struct mapi_table *_tbl = entry_current_get();
5941 mapi_func _func = ((const mapi_func *) _tbl)[526];
5942 ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
5943 }
5944
5945 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params)
5946 {
5947 const struct mapi_table *_tbl = entry_current_get();
5948 mapi_func _func = ((const mapi_func *) _tbl)[526];
5949 ((void (APIENTRY *)(GLuint id, GLenum pname, GLuint *params)) _func)(id, pname, params);
5950 }
5951
5952 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryivARB)(GLenum target, GLenum pname, GLint *params)
5953 {
5954 const struct mapi_table *_tbl = entry_current_get();
5955 mapi_func _func = ((const mapi_func *) _tbl)[527];
5956 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5957 }
5958
5959 GLAPI void APIENTRY GLAPI_PREFIX(GetQueryiv)(GLenum target, GLenum pname, GLint *params)
5960 {
5961 const struct mapi_table *_tbl = entry_current_get();
5962 mapi_func _func = ((const mapi_func *) _tbl)[527];
5963 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
5964 }
5965
5966 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQueryARB)(GLuint id)
5967 {
5968 const struct mapi_table *_tbl = entry_current_get();
5969 mapi_func _func = ((const mapi_func *) _tbl)[528];
5970 return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
5971 }
5972
5973 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsQuery)(GLuint id)
5974 {
5975 const struct mapi_table *_tbl = entry_current_get();
5976 mapi_func _func = ((const mapi_func *) _tbl)[528];
5977 return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
5978 }
5979
5980 GLAPI void APIENTRY GLAPI_PREFIX(AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj)
5981 {
5982 const struct mapi_table *_tbl = entry_current_get();
5983 mapi_func _func = ((const mapi_func *) _tbl)[529];
5984 ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB obj)) _func)(containerObj, obj);
5985 }
5986
5987 GLAPI void APIENTRY GLAPI_PREFIX(CompileShaderARB)(GLhandleARB shader)
5988 {
5989 const struct mapi_table *_tbl = entry_current_get();
5990 mapi_func _func = ((const mapi_func *) _tbl)[530];
5991 ((void (APIENTRY *)(GLhandleARB shader)) _func)(shader);
5992 }
5993
5994 GLAPI void APIENTRY GLAPI_PREFIX(CompileShader)(GLuint shader)
5995 {
5996 const struct mapi_table *_tbl = entry_current_get();
5997 mapi_func _func = ((const mapi_func *) _tbl)[530];
5998 ((void (APIENTRY *)(GLuint shader)) _func)(shader);
5999 }
6000
6001 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateProgramObjectARB)(void)
6002 {
6003 const struct mapi_table *_tbl = entry_current_get();
6004 mapi_func _func = ((const mapi_func *) _tbl)[531];
6005 return ((GLhandleARB (APIENTRY *)(void)) _func)();
6006 }
6007
6008 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(CreateShaderObjectARB)(GLenum shaderType)
6009 {
6010 const struct mapi_table *_tbl = entry_current_get();
6011 mapi_func _func = ((const mapi_func *) _tbl)[532];
6012 return ((GLhandleARB (APIENTRY *)(GLenum shaderType)) _func)(shaderType);
6013 }
6014
6015 GLAPI void APIENTRY GLAPI_PREFIX(DeleteObjectARB)(GLhandleARB obj)
6016 {
6017 const struct mapi_table *_tbl = entry_current_get();
6018 mapi_func _func = ((const mapi_func *) _tbl)[533];
6019 ((void (APIENTRY *)(GLhandleARB obj)) _func)(obj);
6020 }
6021
6022 GLAPI void APIENTRY GLAPI_PREFIX(DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj)
6023 {
6024 const struct mapi_table *_tbl = entry_current_get();
6025 mapi_func _func = ((const mapi_func *) _tbl)[534];
6026 ((void (APIENTRY *)(GLhandleARB containerObj, GLhandleARB attachedObj)) _func)(containerObj, attachedObj);
6027 }
6028
6029 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniformARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
6030 {
6031 const struct mapi_table *_tbl = entry_current_get();
6032 mapi_func _func = ((const mapi_func *) _tbl)[535];
6033 ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
6034 }
6035
6036 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
6037 {
6038 const struct mapi_table *_tbl = entry_current_get();
6039 mapi_func _func = ((const mapi_func *) _tbl)[535];
6040 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
6041 }
6042
6043 GLAPI void APIENTRY GLAPI_PREFIX(GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)
6044 {
6045 const struct mapi_table *_tbl = entry_current_get();
6046 mapi_func _func = ((const mapi_func *) _tbl)[536];
6047 ((void (APIENTRY *)(GLhandleARB containerObj, GLsizei maxLength, GLsizei *length, GLhandleARB *infoLog)) _func)(containerObj, maxLength, length, infoLog);
6048 }
6049
6050 GLAPI GLhandleARB APIENTRY GLAPI_PREFIX(GetHandleARB)(GLenum pname)
6051 {
6052 const struct mapi_table *_tbl = entry_current_get();
6053 mapi_func _func = ((const mapi_func *) _tbl)[537];
6054 return ((GLhandleARB (APIENTRY *)(GLenum pname)) _func)(pname);
6055 }
6056
6057 GLAPI void APIENTRY GLAPI_PREFIX(GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)
6058 {
6059 const struct mapi_table *_tbl = entry_current_get();
6060 mapi_func _func = ((const mapi_func *) _tbl)[538];
6061 ((void (APIENTRY *)(GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)) _func)(obj, maxLength, length, infoLog);
6062 }
6063
6064 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat *params)
6065 {
6066 const struct mapi_table *_tbl = entry_current_get();
6067 mapi_func _func = ((const mapi_func *) _tbl)[539];
6068 ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLfloat *params)) _func)(obj, pname, params);
6069 }
6070
6071 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint *params)
6072 {
6073 const struct mapi_table *_tbl = entry_current_get();
6074 mapi_func _func = ((const mapi_func *) _tbl)[540];
6075 ((void (APIENTRY *)(GLhandleARB obj, GLenum pname, GLint *params)) _func)(obj, pname, params);
6076 }
6077
6078 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSourceARB)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)
6079 {
6080 const struct mapi_table *_tbl = entry_current_get();
6081 mapi_func _func = ((const mapi_func *) _tbl)[541];
6082 ((void (APIENTRY *)(GLhandleARB shader, GLsizei bufSize, GLsizei *length, GLcharARB *source)) _func)(shader, bufSize, length, source);
6083 }
6084
6085 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
6086 {
6087 const struct mapi_table *_tbl = entry_current_get();
6088 mapi_func _func = ((const mapi_func *) _tbl)[541];
6089 ((void (APIENTRY *)(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)) _func)(shader, bufSize, length, source);
6090 }
6091
6092 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocationARB)(GLhandleARB program, const GLcharARB *name)
6093 {
6094 const struct mapi_table *_tbl = entry_current_get();
6095 mapi_func _func = ((const mapi_func *) _tbl)[542];
6096 return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
6097 }
6098
6099 GLAPI GLint APIENTRY GLAPI_PREFIX(GetUniformLocation)(GLuint program, const GLchar *name)
6100 {
6101 const struct mapi_table *_tbl = entry_current_get();
6102 mapi_func _func = ((const mapi_func *) _tbl)[542];
6103 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
6104 }
6105
6106 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfvARB)(GLhandleARB program, GLint location, GLfloat *params)
6107 {
6108 const struct mapi_table *_tbl = entry_current_get();
6109 mapi_func _func = ((const mapi_func *) _tbl)[543];
6110 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLfloat *params)) _func)(program, location, params);
6111 }
6112
6113 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params)
6114 {
6115 const struct mapi_table *_tbl = entry_current_get();
6116 mapi_func _func = ((const mapi_func *) _tbl)[543];
6117 ((void (APIENTRY *)(GLuint program, GLint location, GLfloat *params)) _func)(program, location, params);
6118 }
6119
6120 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformivARB)(GLhandleARB program, GLint location, GLint *params)
6121 {
6122 const struct mapi_table *_tbl = entry_current_get();
6123 mapi_func _func = ((const mapi_func *) _tbl)[544];
6124 ((void (APIENTRY *)(GLhandleARB program, GLint location, GLint *params)) _func)(program, location, params);
6125 }
6126
6127 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformiv)(GLuint program, GLint location, GLint *params)
6128 {
6129 const struct mapi_table *_tbl = entry_current_get();
6130 mapi_func _func = ((const mapi_func *) _tbl)[544];
6131 ((void (APIENTRY *)(GLuint program, GLint location, GLint *params)) _func)(program, location, params);
6132 }
6133
6134 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgramARB)(GLhandleARB program)
6135 {
6136 const struct mapi_table *_tbl = entry_current_get();
6137 mapi_func _func = ((const mapi_func *) _tbl)[545];
6138 ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6139 }
6140
6141 GLAPI void APIENTRY GLAPI_PREFIX(LinkProgram)(GLuint program)
6142 {
6143 const struct mapi_table *_tbl = entry_current_get();
6144 mapi_func _func = ((const mapi_func *) _tbl)[545];
6145 ((void (APIENTRY *)(GLuint program)) _func)(program);
6146 }
6147
6148 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSourceARB)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)
6149 {
6150 const struct mapi_table *_tbl = entry_current_get();
6151 mapi_func _func = ((const mapi_func *) _tbl)[546];
6152 ((void (APIENTRY *)(GLhandleARB shader, GLsizei count, const GLcharARB **string, const GLint *length)) _func)(shader, count, string, length);
6153 }
6154
6155 GLAPI void APIENTRY GLAPI_PREFIX(ShaderSource)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length)
6156 {
6157 const struct mapi_table *_tbl = entry_current_get();
6158 mapi_func _func = ((const mapi_func *) _tbl)[546];
6159 ((void (APIENTRY *)(GLuint shader, GLsizei count, const GLchar **string, const GLint *length)) _func)(shader, count, string, length);
6160 }
6161
6162 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fARB)(GLint location, GLfloat v0)
6163 {
6164 const struct mapi_table *_tbl = entry_current_get();
6165 mapi_func _func = ((const mapi_func *) _tbl)[547];
6166 ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
6167 }
6168
6169 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1f)(GLint location, GLfloat v0)
6170 {
6171 const struct mapi_table *_tbl = entry_current_get();
6172 mapi_func _func = ((const mapi_func *) _tbl)[547];
6173 ((void (APIENTRY *)(GLint location, GLfloat v0)) _func)(location, v0);
6174 }
6175
6176 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fvARB)(GLint location, GLsizei count, const GLfloat *value)
6177 {
6178 const struct mapi_table *_tbl = entry_current_get();
6179 mapi_func _func = ((const mapi_func *) _tbl)[548];
6180 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6181 }
6182
6183 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1fv)(GLint location, GLsizei count, const GLfloat *value)
6184 {
6185 const struct mapi_table *_tbl = entry_current_get();
6186 mapi_func _func = ((const mapi_func *) _tbl)[548];
6187 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6188 }
6189
6190 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iARB)(GLint location, GLint v0)
6191 {
6192 const struct mapi_table *_tbl = entry_current_get();
6193 mapi_func _func = ((const mapi_func *) _tbl)[549];
6194 ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
6195 }
6196
6197 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1i)(GLint location, GLint v0)
6198 {
6199 const struct mapi_table *_tbl = entry_current_get();
6200 mapi_func _func = ((const mapi_func *) _tbl)[549];
6201 ((void (APIENTRY *)(GLint location, GLint v0)) _func)(location, v0);
6202 }
6203
6204 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ivARB)(GLint location, GLsizei count, const GLint *value)
6205 {
6206 const struct mapi_table *_tbl = entry_current_get();
6207 mapi_func _func = ((const mapi_func *) _tbl)[550];
6208 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6209 }
6210
6211 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1iv)(GLint location, GLsizei count, const GLint *value)
6212 {
6213 const struct mapi_table *_tbl = entry_current_get();
6214 mapi_func _func = ((const mapi_func *) _tbl)[550];
6215 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6216 }
6217
6218 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fARB)(GLint location, GLfloat v0, GLfloat v1)
6219 {
6220 const struct mapi_table *_tbl = entry_current_get();
6221 mapi_func _func = ((const mapi_func *) _tbl)[551];
6222 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
6223 }
6224
6225 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2f)(GLint location, GLfloat v0, GLfloat v1)
6226 {
6227 const struct mapi_table *_tbl = entry_current_get();
6228 mapi_func _func = ((const mapi_func *) _tbl)[551];
6229 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1)) _func)(location, v0, v1);
6230 }
6231
6232 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fvARB)(GLint location, GLsizei count, const GLfloat *value)
6233 {
6234 const struct mapi_table *_tbl = entry_current_get();
6235 mapi_func _func = ((const mapi_func *) _tbl)[552];
6236 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6237 }
6238
6239 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2fv)(GLint location, GLsizei count, const GLfloat *value)
6240 {
6241 const struct mapi_table *_tbl = entry_current_get();
6242 mapi_func _func = ((const mapi_func *) _tbl)[552];
6243 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6244 }
6245
6246 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iARB)(GLint location, GLint v0, GLint v1)
6247 {
6248 const struct mapi_table *_tbl = entry_current_get();
6249 mapi_func _func = ((const mapi_func *) _tbl)[553];
6250 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
6251 }
6252
6253 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2i)(GLint location, GLint v0, GLint v1)
6254 {
6255 const struct mapi_table *_tbl = entry_current_get();
6256 mapi_func _func = ((const mapi_func *) _tbl)[553];
6257 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1)) _func)(location, v0, v1);
6258 }
6259
6260 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ivARB)(GLint location, GLsizei count, const GLint *value)
6261 {
6262 const struct mapi_table *_tbl = entry_current_get();
6263 mapi_func _func = ((const mapi_func *) _tbl)[554];
6264 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6265 }
6266
6267 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2iv)(GLint location, GLsizei count, const GLint *value)
6268 {
6269 const struct mapi_table *_tbl = entry_current_get();
6270 mapi_func _func = ((const mapi_func *) _tbl)[554];
6271 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6272 }
6273
6274 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6275 {
6276 const struct mapi_table *_tbl = entry_current_get();
6277 mapi_func _func = ((const mapi_func *) _tbl)[555];
6278 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
6279 }
6280
6281 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6282 {
6283 const struct mapi_table *_tbl = entry_current_get();
6284 mapi_func _func = ((const mapi_func *) _tbl)[555];
6285 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)) _func)(location, v0, v1, v2);
6286 }
6287
6288 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fvARB)(GLint location, GLsizei count, const GLfloat *value)
6289 {
6290 const struct mapi_table *_tbl = entry_current_get();
6291 mapi_func _func = ((const mapi_func *) _tbl)[556];
6292 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6293 }
6294
6295 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3fv)(GLint location, GLsizei count, const GLfloat *value)
6296 {
6297 const struct mapi_table *_tbl = entry_current_get();
6298 mapi_func _func = ((const mapi_func *) _tbl)[556];
6299 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6300 }
6301
6302 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iARB)(GLint location, GLint v0, GLint v1, GLint v2)
6303 {
6304 const struct mapi_table *_tbl = entry_current_get();
6305 mapi_func _func = ((const mapi_func *) _tbl)[557];
6306 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
6307 }
6308
6309 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2)
6310 {
6311 const struct mapi_table *_tbl = entry_current_get();
6312 mapi_func _func = ((const mapi_func *) _tbl)[557];
6313 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2)) _func)(location, v0, v1, v2);
6314 }
6315
6316 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ivARB)(GLint location, GLsizei count, const GLint *value)
6317 {
6318 const struct mapi_table *_tbl = entry_current_get();
6319 mapi_func _func = ((const mapi_func *) _tbl)[558];
6320 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6321 }
6322
6323 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3iv)(GLint location, GLsizei count, const GLint *value)
6324 {
6325 const struct mapi_table *_tbl = entry_current_get();
6326 mapi_func _func = ((const mapi_func *) _tbl)[558];
6327 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6328 }
6329
6330 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fARB)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6331 {
6332 const struct mapi_table *_tbl = entry_current_get();
6333 mapi_func _func = ((const mapi_func *) _tbl)[559];
6334 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
6335 }
6336
6337 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6338 {
6339 const struct mapi_table *_tbl = entry_current_get();
6340 mapi_func _func = ((const mapi_func *) _tbl)[559];
6341 ((void (APIENTRY *)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)) _func)(location, v0, v1, v2, v3);
6342 }
6343
6344 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fvARB)(GLint location, GLsizei count, const GLfloat *value)
6345 {
6346 const struct mapi_table *_tbl = entry_current_get();
6347 mapi_func _func = ((const mapi_func *) _tbl)[560];
6348 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6349 }
6350
6351 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4fv)(GLint location, GLsizei count, const GLfloat *value)
6352 {
6353 const struct mapi_table *_tbl = entry_current_get();
6354 mapi_func _func = ((const mapi_func *) _tbl)[560];
6355 ((void (APIENTRY *)(GLint location, GLsizei count, const GLfloat *value)) _func)(location, count, value);
6356 }
6357
6358 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iARB)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6359 {
6360 const struct mapi_table *_tbl = entry_current_get();
6361 mapi_func _func = ((const mapi_func *) _tbl)[561];
6362 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
6363 }
6364
6365 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6366 {
6367 const struct mapi_table *_tbl = entry_current_get();
6368 mapi_func _func = ((const mapi_func *) _tbl)[561];
6369 ((void (APIENTRY *)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)) _func)(location, v0, v1, v2, v3);
6370 }
6371
6372 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ivARB)(GLint location, GLsizei count, const GLint *value)
6373 {
6374 const struct mapi_table *_tbl = entry_current_get();
6375 mapi_func _func = ((const mapi_func *) _tbl)[562];
6376 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6377 }
6378
6379 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4iv)(GLint location, GLsizei count, const GLint *value)
6380 {
6381 const struct mapi_table *_tbl = entry_current_get();
6382 mapi_func _func = ((const mapi_func *) _tbl)[562];
6383 ((void (APIENTRY *)(GLint location, GLsizei count, const GLint *value)) _func)(location, count, value);
6384 }
6385
6386 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6387 {
6388 const struct mapi_table *_tbl = entry_current_get();
6389 mapi_func _func = ((const mapi_func *) _tbl)[563];
6390 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6391 }
6392
6393 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6394 {
6395 const struct mapi_table *_tbl = entry_current_get();
6396 mapi_func _func = ((const mapi_func *) _tbl)[563];
6397 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6398 }
6399
6400 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6401 {
6402 const struct mapi_table *_tbl = entry_current_get();
6403 mapi_func _func = ((const mapi_func *) _tbl)[564];
6404 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6405 }
6406
6407 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6408 {
6409 const struct mapi_table *_tbl = entry_current_get();
6410 mapi_func _func = ((const mapi_func *) _tbl)[564];
6411 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6412 }
6413
6414 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fvARB)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6415 {
6416 const struct mapi_table *_tbl = entry_current_get();
6417 mapi_func _func = ((const mapi_func *) _tbl)[565];
6418 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6419 }
6420
6421 GLAPI void APIENTRY GLAPI_PREFIX(UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
6422 {
6423 const struct mapi_table *_tbl = entry_current_get();
6424 mapi_func _func = ((const mapi_func *) _tbl)[565];
6425 ((void (APIENTRY *)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)) _func)(location, count, transpose, value);
6426 }
6427
6428 GLAPI void APIENTRY GLAPI_PREFIX(UseProgramObjectARB)(GLhandleARB program)
6429 {
6430 const struct mapi_table *_tbl = entry_current_get();
6431 mapi_func _func = ((const mapi_func *) _tbl)[566];
6432 ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6433 }
6434
6435 GLAPI void APIENTRY GLAPI_PREFIX(UseProgram)(GLuint program)
6436 {
6437 const struct mapi_table *_tbl = entry_current_get();
6438 mapi_func _func = ((const mapi_func *) _tbl)[566];
6439 ((void (APIENTRY *)(GLuint program)) _func)(program);
6440 }
6441
6442 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgramARB)(GLhandleARB program)
6443 {
6444 const struct mapi_table *_tbl = entry_current_get();
6445 mapi_func _func = ((const mapi_func *) _tbl)[567];
6446 ((void (APIENTRY *)(GLhandleARB program)) _func)(program);
6447 }
6448
6449 GLAPI void APIENTRY GLAPI_PREFIX(ValidateProgram)(GLuint program)
6450 {
6451 const struct mapi_table *_tbl = entry_current_get();
6452 mapi_func _func = ((const mapi_func *) _tbl)[567];
6453 ((void (APIENTRY *)(GLuint program)) _func)(program);
6454 }
6455
6456 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocationARB)(GLhandleARB program, GLuint index, const GLcharARB *name)
6457 {
6458 const struct mapi_table *_tbl = entry_current_get();
6459 mapi_func _func = ((const mapi_func *) _tbl)[568];
6460 ((void (APIENTRY *)(GLhandleARB program, GLuint index, const GLcharARB *name)) _func)(program, index, name);
6461 }
6462
6463 GLAPI void APIENTRY GLAPI_PREFIX(BindAttribLocation)(GLuint program, GLuint index, const GLchar *name)
6464 {
6465 const struct mapi_table *_tbl = entry_current_get();
6466 mapi_func _func = ((const mapi_func *) _tbl)[568];
6467 ((void (APIENTRY *)(GLuint program, GLuint index, const GLchar *name)) _func)(program, index, name);
6468 }
6469
6470 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttribARB)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
6471 {
6472 const struct mapi_table *_tbl = entry_current_get();
6473 mapi_func _func = ((const mapi_func *) _tbl)[569];
6474 ((void (APIENTRY *)(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)) _func)(program, index, bufSize, length, size, type, name);
6475 }
6476
6477 GLAPI void APIENTRY GLAPI_PREFIX(GetActiveAttrib)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
6478 {
6479 const struct mapi_table *_tbl = entry_current_get();
6480 mapi_func _func = ((const mapi_func *) _tbl)[569];
6481 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
6482 }
6483
6484 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocationARB)(GLhandleARB program, const GLcharARB *name)
6485 {
6486 const struct mapi_table *_tbl = entry_current_get();
6487 mapi_func _func = ((const mapi_func *) _tbl)[570];
6488 return ((GLint (APIENTRY *)(GLhandleARB program, const GLcharARB *name)) _func)(program, name);
6489 }
6490
6491 GLAPI GLint APIENTRY GLAPI_PREFIX(GetAttribLocation)(GLuint program, const GLchar *name)
6492 {
6493 const struct mapi_table *_tbl = entry_current_get();
6494 mapi_func _func = ((const mapi_func *) _tbl)[570];
6495 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
6496 }
6497
6498 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersARB)(GLsizei n, const GLenum *bufs)
6499 {
6500 const struct mapi_table *_tbl = entry_current_get();
6501 mapi_func _func = ((const mapi_func *) _tbl)[571];
6502 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6503 }
6504
6505 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs)
6506 {
6507 const struct mapi_table *_tbl = entry_current_get();
6508 mapi_func _func = ((const mapi_func *) _tbl)[571];
6509 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6510 }
6511
6512 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffersATI)(GLsizei n, const GLenum *bufs)
6513 {
6514 const struct mapi_table *_tbl = entry_current_get();
6515 mapi_func _func = ((const mapi_func *) _tbl)[571];
6516 ((void (APIENTRY *)(GLsizei n, const GLenum *bufs)) _func)(n, bufs);
6517 }
6518
6519 GLAPI void APIENTRY GLAPI_PREFIX(ClampColorARB)(GLenum target, GLenum clamp)
6520 {
6521 const struct mapi_table *_tbl = entry_current_get();
6522 mapi_func _func = ((const mapi_func *) _tbl)[572];
6523 ((void (APIENTRY *)(GLenum target, GLenum clamp)) _func)(target, clamp);
6524 }
6525
6526 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6527 {
6528 const struct mapi_table *_tbl = entry_current_get();
6529 mapi_func _func = ((const mapi_func *) _tbl)[573];
6530 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6531 }
6532
6533 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstanced)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6534 {
6535 const struct mapi_table *_tbl = entry_current_get();
6536 mapi_func _func = ((const mapi_func *) _tbl)[573];
6537 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6538 }
6539
6540 GLAPI void APIENTRY GLAPI_PREFIX(DrawArraysInstancedEXT)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
6541 {
6542 const struct mapi_table *_tbl = entry_current_get();
6543 mapi_func _func = ((const mapi_func *) _tbl)[573];
6544 ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count, GLsizei primcount)) _func)(mode, first, count, primcount);
6545 }
6546
6547 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6548 {
6549 const struct mapi_table *_tbl = entry_current_get();
6550 mapi_func _func = ((const mapi_func *) _tbl)[574];
6551 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6552 }
6553
6554 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstanced)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6555 {
6556 const struct mapi_table *_tbl = entry_current_get();
6557 mapi_func _func = ((const mapi_func *) _tbl)[574];
6558 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6559 }
6560
6561 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsInstancedEXT)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
6562 {
6563 const struct mapi_table *_tbl = entry_current_get();
6564 mapi_func _func = ((const mapi_func *) _tbl)[574];
6565 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
6566 }
6567
6568 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
6569 {
6570 const struct mapi_table *_tbl = entry_current_get();
6571 mapi_func _func = ((const mapi_func *) _tbl)[575];
6572 ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
6573 }
6574
6575 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
6576 {
6577 const struct mapi_table *_tbl = entry_current_get();
6578 mapi_func _func = ((const mapi_func *) _tbl)[575];
6579 ((void (APIENTRY *)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, samples, internalformat, width, height);
6580 }
6581
6582 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureARB)(GLenum target, GLenum attachment, GLuint texture, GLint level)
6583 {
6584 const struct mapi_table *_tbl = entry_current_get();
6585 mapi_func _func = ((const mapi_func *) _tbl)[576];
6586 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level)) _func)(target, attachment, texture, level);
6587 }
6588
6589 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
6590 {
6591 const struct mapi_table *_tbl = entry_current_get();
6592 mapi_func _func = ((const mapi_func *) _tbl)[577];
6593 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)) _func)(target, attachment, texture, level, face);
6594 }
6595
6596 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameteriARB)(GLuint program, GLenum pname, GLint value)
6597 {
6598 const struct mapi_table *_tbl = entry_current_get();
6599 mapi_func _func = ((const mapi_func *) _tbl)[578];
6600 ((void (APIENTRY *)(GLuint program, GLenum pname, GLint value)) _func)(program, pname, value);
6601 }
6602
6603 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribDivisorARB)(GLuint index, GLuint divisor)
6604 {
6605 const struct mapi_table *_tbl = entry_current_get();
6606 mapi_func _func = ((const mapi_func *) _tbl)[579];
6607 ((void (APIENTRY *)(GLuint index, GLuint divisor)) _func)(index, divisor);
6608 }
6609
6610 GLAPI void APIENTRY GLAPI_PREFIX(FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length)
6611 {
6612 const struct mapi_table *_tbl = entry_current_get();
6613 mapi_func _func = ((const mapi_func *) _tbl)[580];
6614 ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length)) _func)(target, offset, length);
6615 }
6616
6617 GLAPI GLvoid * APIENTRY GLAPI_PREFIX(MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
6618 {
6619 const struct mapi_table *_tbl = entry_current_get();
6620 mapi_func _func = ((const mapi_func *) _tbl)[581];
6621 return ((GLvoid * (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)) _func)(target, offset, length, access);
6622 }
6623
6624 GLAPI void APIENTRY GLAPI_PREFIX(BindVertexArray)(GLuint array)
6625 {
6626 const struct mapi_table *_tbl = entry_current_get();
6627 mapi_func _func = ((const mapi_func *) _tbl)[582];
6628 ((void (APIENTRY *)(GLuint array)) _func)(array);
6629 }
6630
6631 GLAPI void APIENTRY GLAPI_PREFIX(GenVertexArrays)(GLsizei n, GLuint *arrays)
6632 {
6633 const struct mapi_table *_tbl = entry_current_get();
6634 mapi_func _func = ((const mapi_func *) _tbl)[583];
6635 ((void (APIENTRY *)(GLsizei n, GLuint *arrays)) _func)(n, arrays);
6636 }
6637
6638 GLAPI void APIENTRY GLAPI_PREFIX(CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
6639 {
6640 const struct mapi_table *_tbl = entry_current_get();
6641 mapi_func _func = ((const mapi_func *) _tbl)[584];
6642 ((void (APIENTRY *)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)) _func)(readTarget, writeTarget, readOffset, writeOffset, size);
6643 }
6644
6645 GLAPI GLenum APIENTRY GLAPI_PREFIX(ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
6646 {
6647 const struct mapi_table *_tbl = entry_current_get();
6648 mapi_func _func = ((const mapi_func *) _tbl)[585];
6649 return ((GLenum (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
6650 }
6651
6652 GLAPI void APIENTRY GLAPI_PREFIX(DeleteSync)(GLsync sync)
6653 {
6654 const struct mapi_table *_tbl = entry_current_get();
6655 mapi_func _func = ((const mapi_func *) _tbl)[586];
6656 ((void (APIENTRY *)(GLsync sync)) _func)(sync);
6657 }
6658
6659 GLAPI GLsync APIENTRY GLAPI_PREFIX(FenceSync)(GLenum condition, GLbitfield flags)
6660 {
6661 const struct mapi_table *_tbl = entry_current_get();
6662 mapi_func _func = ((const mapi_func *) _tbl)[587];
6663 return ((GLsync (APIENTRY *)(GLenum condition, GLbitfield flags)) _func)(condition, flags);
6664 }
6665
6666 GLAPI void APIENTRY GLAPI_PREFIX(GetInteger64v)(GLenum pname, GLint64 *params)
6667 {
6668 const struct mapi_table *_tbl = entry_current_get();
6669 mapi_func _func = ((const mapi_func *) _tbl)[588];
6670 ((void (APIENTRY *)(GLenum pname, GLint64 *params)) _func)(pname, params);
6671 }
6672
6673 GLAPI void APIENTRY GLAPI_PREFIX(GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
6674 {
6675 const struct mapi_table *_tbl = entry_current_get();
6676 mapi_func _func = ((const mapi_func *) _tbl)[589];
6677 ((void (APIENTRY *)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)) _func)(sync, pname, bufSize, length, values);
6678 }
6679
6680 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSync)(GLsync sync)
6681 {
6682 const struct mapi_table *_tbl = entry_current_get();
6683 mapi_func _func = ((const mapi_func *) _tbl)[590];
6684 return ((GLboolean (APIENTRY *)(GLsync sync)) _func)(sync);
6685 }
6686
6687 GLAPI void APIENTRY GLAPI_PREFIX(WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout)
6688 {
6689 const struct mapi_table *_tbl = entry_current_get();
6690 mapi_func _func = ((const mapi_func *) _tbl)[591];
6691 ((void (APIENTRY *)(GLsync sync, GLbitfield flags, GLuint64 timeout)) _func)(sync, flags, timeout);
6692 }
6693
6694 GLAPI void APIENTRY GLAPI_PREFIX(DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
6695 {
6696 const struct mapi_table *_tbl = entry_current_get();
6697 mapi_func _func = ((const mapi_func *) _tbl)[592];
6698 ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)) _func)(mode, count, type, indices, basevertex);
6699 }
6700
6701 GLAPI void APIENTRY GLAPI_PREFIX(DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
6702 {
6703 const struct mapi_table *_tbl = entry_current_get();
6704 mapi_func _func = ((const mapi_func *) _tbl)[593];
6705 ((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);
6706 }
6707
6708 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex)
6709 {
6710 const struct mapi_table *_tbl = entry_current_get();
6711 mapi_func _func = ((const mapi_func *) _tbl)[594];
6712 ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex)) _func)(mode, count, type, indices, primcount, basevertex);
6713 }
6714
6715 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA)
6716 {
6717 const struct mapi_table *_tbl = entry_current_get();
6718 mapi_func _func = ((const mapi_func *) _tbl)[595];
6719 ((void (APIENTRY *)(GLuint buf, GLenum modeRGB, GLenum modeA)) _func)(buf, modeRGB, modeA);
6720 }
6721
6722 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationiARB)(GLuint buf, GLenum mode)
6723 {
6724 const struct mapi_table *_tbl = entry_current_get();
6725 mapi_func _func = ((const mapi_func *) _tbl)[596];
6726 ((void (APIENTRY *)(GLuint buf, GLenum mode)) _func)(buf, mode);
6727 }
6728
6729 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)
6730 {
6731 const struct mapi_table *_tbl = entry_current_get();
6732 mapi_func _func = ((const mapi_func *) _tbl)[597];
6733 ((void (APIENTRY *)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA)) _func)(buf, srcRGB, dstRGB, srcA, dstA);
6734 }
6735
6736 GLAPI void APIENTRY GLAPI_PREFIX(BlendFunciARB)(GLuint buf, GLenum src, GLenum dst)
6737 {
6738 const struct mapi_table *_tbl = entry_current_get();
6739 mapi_func _func = ((const mapi_func *) _tbl)[598];
6740 ((void (APIENTRY *)(GLuint buf, GLenum src, GLenum dst)) _func)(buf, src, dst);
6741 }
6742
6743 GLAPI void APIENTRY GLAPI_PREFIX(BindTransformFeedback)(GLenum target, GLuint id)
6744 {
6745 const struct mapi_table *_tbl = entry_current_get();
6746 mapi_func _func = ((const mapi_func *) _tbl)[599];
6747 ((void (APIENTRY *)(GLenum target, GLuint id)) _func)(target, id);
6748 }
6749
6750 GLAPI void APIENTRY GLAPI_PREFIX(DeleteTransformFeedbacks)(GLsizei n, const GLuint *ids)
6751 {
6752 const struct mapi_table *_tbl = entry_current_get();
6753 mapi_func _func = ((const mapi_func *) _tbl)[600];
6754 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
6755 }
6756
6757 GLAPI void APIENTRY GLAPI_PREFIX(DrawTransformFeedback)(GLenum mode, GLuint id)
6758 {
6759 const struct mapi_table *_tbl = entry_current_get();
6760 mapi_func _func = ((const mapi_func *) _tbl)[601];
6761 ((void (APIENTRY *)(GLenum mode, GLuint id)) _func)(mode, id);
6762 }
6763
6764 GLAPI void APIENTRY GLAPI_PREFIX(GenTransformFeedbacks)(GLsizei n, GLuint *ids)
6765 {
6766 const struct mapi_table *_tbl = entry_current_get();
6767 mapi_func _func = ((const mapi_func *) _tbl)[602];
6768 ((void (APIENTRY *)(GLsizei n, GLuint *ids)) _func)(n, ids);
6769 }
6770
6771 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTransformFeedback)(GLuint id)
6772 {
6773 const struct mapi_table *_tbl = entry_current_get();
6774 mapi_func _func = ((const mapi_func *) _tbl)[603];
6775 return ((GLboolean (APIENTRY *)(GLuint id)) _func)(id);
6776 }
6777
6778 GLAPI void APIENTRY GLAPI_PREFIX(PauseTransformFeedback)(void)
6779 {
6780 const struct mapi_table *_tbl = entry_current_get();
6781 mapi_func _func = ((const mapi_func *) _tbl)[604];
6782 ((void (APIENTRY *)(void)) _func)();
6783 }
6784
6785 GLAPI void APIENTRY GLAPI_PREFIX(ResumeTransformFeedback)(void)
6786 {
6787 const struct mapi_table *_tbl = entry_current_get();
6788 mapi_func _func = ((const mapi_func *) _tbl)[605];
6789 ((void (APIENTRY *)(void)) _func)();
6790 }
6791
6792 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth)
6793 {
6794 const struct mapi_table *_tbl = entry_current_get();
6795 mapi_func _func = ((const mapi_func *) _tbl)[606];
6796 ((void (APIENTRY *)(GLclampf depth)) _func)(depth);
6797 }
6798
6799 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar)
6800 {
6801 const struct mapi_table *_tbl = entry_current_get();
6802 mapi_func _func = ((const mapi_func *) _tbl)[607];
6803 ((void (APIENTRY *)(GLclampf zNear, GLclampf zFar)) _func)(zNear, zFar);
6804 }
6805
6806 GLAPI void APIENTRY GLAPI_PREFIX(GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
6807 {
6808 const struct mapi_table *_tbl = entry_current_get();
6809 mapi_func _func = ((const mapi_func *) _tbl)[608];
6810 ((void (APIENTRY *)(GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)) _func)(shadertype, precisiontype, range, precision);
6811 }
6812
6813 GLAPI void APIENTRY GLAPI_PREFIX(ReleaseShaderCompiler)(void)
6814 {
6815 const struct mapi_table *_tbl = entry_current_get();
6816 mapi_func _func = ((const mapi_func *) _tbl)[609];
6817 ((void (APIENTRY *)(void)) _func)();
6818 }
6819
6820 GLAPI void APIENTRY GLAPI_PREFIX(ShaderBinary)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
6821 {
6822 const struct mapi_table *_tbl = entry_current_get();
6823 mapi_func _func = ((const mapi_func *) _tbl)[610];
6824 ((void (APIENTRY *)(GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)) _func)(n, shaders, binaryformat, binary, length);
6825 }
6826
6827 GLAPI void APIENTRY GLAPI_PREFIX(PolygonOffsetEXT)(GLfloat factor, GLfloat bias)
6828 {
6829 const struct mapi_table *_tbl = entry_current_get();
6830 mapi_func _func = ((const mapi_func *) _tbl)[614];
6831 ((void (APIENTRY *)(GLfloat factor, GLfloat bias)) _func)(factor, bias);
6832 }
6833
6834 GLAPI void APIENTRY GLAPI_PREFIX(ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
6835 {
6836 const struct mapi_table *_tbl = entry_current_get();
6837 mapi_func _func = ((const mapi_func *) _tbl)[633];
6838 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
6839 }
6840
6841 GLAPI void APIENTRY GLAPI_PREFIX(EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean *pointer)
6842 {
6843 const struct mapi_table *_tbl = entry_current_get();
6844 mapi_func _func = ((const mapi_func *) _tbl)[634];
6845 ((void (APIENTRY *)(GLsizei stride, GLsizei count, const GLboolean *pointer)) _func)(stride, count, pointer);
6846 }
6847
6848 GLAPI void APIENTRY GLAPI_PREFIX(IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
6849 {
6850 const struct mapi_table *_tbl = entry_current_get();
6851 mapi_func _func = ((const mapi_func *) _tbl)[635];
6852 ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
6853 }
6854
6855 GLAPI void APIENTRY GLAPI_PREFIX(NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
6856 {
6857 const struct mapi_table *_tbl = entry_current_get();
6858 mapi_func _func = ((const mapi_func *) _tbl)[636];
6859 ((void (APIENTRY *)(GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(type, stride, count, pointer);
6860 }
6861
6862 GLAPI void APIENTRY GLAPI_PREFIX(TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
6863 {
6864 const struct mapi_table *_tbl = entry_current_get();
6865 mapi_func _func = ((const mapi_func *) _tbl)[637];
6866 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
6867 }
6868
6869 GLAPI void APIENTRY GLAPI_PREFIX(VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
6870 {
6871 const struct mapi_table *_tbl = entry_current_get();
6872 mapi_func _func = ((const mapi_func *) _tbl)[638];
6873 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)) _func)(size, type, stride, count, pointer);
6874 }
6875
6876 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfEXT)(GLenum pname, GLfloat param)
6877 {
6878 const struct mapi_table *_tbl = entry_current_get();
6879 mapi_func _func = ((const mapi_func *) _tbl)[639];
6880 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
6881 }
6882
6883 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterf)(GLenum pname, GLfloat param)
6884 {
6885 const struct mapi_table *_tbl = entry_current_get();
6886 mapi_func _func = ((const mapi_func *) _tbl)[639];
6887 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
6888 }
6889
6890 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfARB)(GLenum pname, GLfloat param)
6891 {
6892 const struct mapi_table *_tbl = entry_current_get();
6893 mapi_func _func = ((const mapi_func *) _tbl)[639];
6894 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
6895 }
6896
6897 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvEXT)(GLenum pname, const GLfloat *params)
6898 {
6899 const struct mapi_table *_tbl = entry_current_get();
6900 mapi_func _func = ((const mapi_func *) _tbl)[640];
6901 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
6902 }
6903
6904 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfv)(GLenum pname, const GLfloat *params)
6905 {
6906 const struct mapi_table *_tbl = entry_current_get();
6907 mapi_func _func = ((const mapi_func *) _tbl)[640];
6908 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
6909 }
6910
6911 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterfvARB)(GLenum pname, const GLfloat *params)
6912 {
6913 const struct mapi_table *_tbl = entry_current_get();
6914 mapi_func _func = ((const mapi_func *) _tbl)[640];
6915 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
6916 }
6917
6918 GLAPI void APIENTRY GLAPI_PREFIX(LockArraysEXT)(GLint first, GLsizei count)
6919 {
6920 const struct mapi_table *_tbl = entry_current_get();
6921 mapi_func _func = ((const mapi_func *) _tbl)[641];
6922 ((void (APIENTRY *)(GLint first, GLsizei count)) _func)(first, count);
6923 }
6924
6925 GLAPI void APIENTRY GLAPI_PREFIX(UnlockArraysEXT)(void)
6926 {
6927 const struct mapi_table *_tbl = entry_current_get();
6928 mapi_func _func = ((const mapi_func *) _tbl)[642];
6929 ((void (APIENTRY *)(void)) _func)();
6930 }
6931
6932 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bEXT)(GLbyte red, GLbyte green, GLbyte blue)
6933 {
6934 const struct mapi_table *_tbl = entry_current_get();
6935 mapi_func _func = ((const mapi_func *) _tbl)[643];
6936 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
6937 }
6938
6939 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue)
6940 {
6941 const struct mapi_table *_tbl = entry_current_get();
6942 mapi_func _func = ((const mapi_func *) _tbl)[643];
6943 ((void (APIENTRY *)(GLbyte red, GLbyte green, GLbyte blue)) _func)(red, green, blue);
6944 }
6945
6946 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bvEXT)(const GLbyte *v)
6947 {
6948 const struct mapi_table *_tbl = entry_current_get();
6949 mapi_func _func = ((const mapi_func *) _tbl)[644];
6950 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
6951 }
6952
6953 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3bv)(const GLbyte *v)
6954 {
6955 const struct mapi_table *_tbl = entry_current_get();
6956 mapi_func _func = ((const mapi_func *) _tbl)[644];
6957 ((void (APIENTRY *)(const GLbyte *v)) _func)(v);
6958 }
6959
6960 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dEXT)(GLdouble red, GLdouble green, GLdouble blue)
6961 {
6962 const struct mapi_table *_tbl = entry_current_get();
6963 mapi_func _func = ((const mapi_func *) _tbl)[645];
6964 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
6965 }
6966
6967 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue)
6968 {
6969 const struct mapi_table *_tbl = entry_current_get();
6970 mapi_func _func = ((const mapi_func *) _tbl)[645];
6971 ((void (APIENTRY *)(GLdouble red, GLdouble green, GLdouble blue)) _func)(red, green, blue);
6972 }
6973
6974 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dvEXT)(const GLdouble *v)
6975 {
6976 const struct mapi_table *_tbl = entry_current_get();
6977 mapi_func _func = ((const mapi_func *) _tbl)[646];
6978 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
6979 }
6980
6981 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3dv)(const GLdouble *v)
6982 {
6983 const struct mapi_table *_tbl = entry_current_get();
6984 mapi_func _func = ((const mapi_func *) _tbl)[646];
6985 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
6986 }
6987
6988 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue)
6989 {
6990 const struct mapi_table *_tbl = entry_current_get();
6991 mapi_func _func = ((const mapi_func *) _tbl)[647];
6992 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
6993 }
6994
6995 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3f)(GLfloat red, GLfloat green, GLfloat blue)
6996 {
6997 const struct mapi_table *_tbl = entry_current_get();
6998 mapi_func _func = ((const mapi_func *) _tbl)[647];
6999 ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue)) _func)(red, green, blue);
7000 }
7001
7002 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fvEXT)(const GLfloat *v)
7003 {
7004 const struct mapi_table *_tbl = entry_current_get();
7005 mapi_func _func = ((const mapi_func *) _tbl)[648];
7006 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7007 }
7008
7009 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3fv)(const GLfloat *v)
7010 {
7011 const struct mapi_table *_tbl = entry_current_get();
7012 mapi_func _func = ((const mapi_func *) _tbl)[648];
7013 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7014 }
7015
7016 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iEXT)(GLint red, GLint green, GLint blue)
7017 {
7018 const struct mapi_table *_tbl = entry_current_get();
7019 mapi_func _func = ((const mapi_func *) _tbl)[649];
7020 ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
7021 }
7022
7023 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3i)(GLint red, GLint green, GLint blue)
7024 {
7025 const struct mapi_table *_tbl = entry_current_get();
7026 mapi_func _func = ((const mapi_func *) _tbl)[649];
7027 ((void (APIENTRY *)(GLint red, GLint green, GLint blue)) _func)(red, green, blue);
7028 }
7029
7030 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ivEXT)(const GLint *v)
7031 {
7032 const struct mapi_table *_tbl = entry_current_get();
7033 mapi_func _func = ((const mapi_func *) _tbl)[650];
7034 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7035 }
7036
7037 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3iv)(const GLint *v)
7038 {
7039 const struct mapi_table *_tbl = entry_current_get();
7040 mapi_func _func = ((const mapi_func *) _tbl)[650];
7041 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7042 }
7043
7044 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue)
7045 {
7046 const struct mapi_table *_tbl = entry_current_get();
7047 mapi_func _func = ((const mapi_func *) _tbl)[651];
7048 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
7049 }
7050
7051 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue)
7052 {
7053 const struct mapi_table *_tbl = entry_current_get();
7054 mapi_func _func = ((const mapi_func *) _tbl)[651];
7055 ((void (APIENTRY *)(GLshort red, GLshort green, GLshort blue)) _func)(red, green, blue);
7056 }
7057
7058 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3svEXT)(const GLshort *v)
7059 {
7060 const struct mapi_table *_tbl = entry_current_get();
7061 mapi_func _func = ((const mapi_func *) _tbl)[652];
7062 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7063 }
7064
7065 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3sv)(const GLshort *v)
7066 {
7067 const struct mapi_table *_tbl = entry_current_get();
7068 mapi_func _func = ((const mapi_func *) _tbl)[652];
7069 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7070 }
7071
7072 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubEXT)(GLubyte red, GLubyte green, GLubyte blue)
7073 {
7074 const struct mapi_table *_tbl = entry_current_get();
7075 mapi_func _func = ((const mapi_func *) _tbl)[653];
7076 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
7077 }
7078
7079 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue)
7080 {
7081 const struct mapi_table *_tbl = entry_current_get();
7082 mapi_func _func = ((const mapi_func *) _tbl)[653];
7083 ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue)) _func)(red, green, blue);
7084 }
7085
7086 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubvEXT)(const GLubyte *v)
7087 {
7088 const struct mapi_table *_tbl = entry_current_get();
7089 mapi_func _func = ((const mapi_func *) _tbl)[654];
7090 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
7091 }
7092
7093 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ubv)(const GLubyte *v)
7094 {
7095 const struct mapi_table *_tbl = entry_current_get();
7096 mapi_func _func = ((const mapi_func *) _tbl)[654];
7097 ((void (APIENTRY *)(const GLubyte *v)) _func)(v);
7098 }
7099
7100 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiEXT)(GLuint red, GLuint green, GLuint blue)
7101 {
7102 const struct mapi_table *_tbl = entry_current_get();
7103 mapi_func _func = ((const mapi_func *) _tbl)[655];
7104 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
7105 }
7106
7107 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue)
7108 {
7109 const struct mapi_table *_tbl = entry_current_get();
7110 mapi_func _func = ((const mapi_func *) _tbl)[655];
7111 ((void (APIENTRY *)(GLuint red, GLuint green, GLuint blue)) _func)(red, green, blue);
7112 }
7113
7114 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uivEXT)(const GLuint *v)
7115 {
7116 const struct mapi_table *_tbl = entry_current_get();
7117 mapi_func _func = ((const mapi_func *) _tbl)[656];
7118 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
7119 }
7120
7121 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3uiv)(const GLuint *v)
7122 {
7123 const struct mapi_table *_tbl = entry_current_get();
7124 mapi_func _func = ((const mapi_func *) _tbl)[656];
7125 ((void (APIENTRY *)(const GLuint *v)) _func)(v);
7126 }
7127
7128 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usEXT)(GLushort red, GLushort green, GLushort blue)
7129 {
7130 const struct mapi_table *_tbl = entry_current_get();
7131 mapi_func _func = ((const mapi_func *) _tbl)[657];
7132 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
7133 }
7134
7135 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue)
7136 {
7137 const struct mapi_table *_tbl = entry_current_get();
7138 mapi_func _func = ((const mapi_func *) _tbl)[657];
7139 ((void (APIENTRY *)(GLushort red, GLushort green, GLushort blue)) _func)(red, green, blue);
7140 }
7141
7142 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usvEXT)(const GLushort *v)
7143 {
7144 const struct mapi_table *_tbl = entry_current_get();
7145 mapi_func _func = ((const mapi_func *) _tbl)[658];
7146 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
7147 }
7148
7149 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColor3usv)(const GLushort *v)
7150 {
7151 const struct mapi_table *_tbl = entry_current_get();
7152 mapi_func _func = ((const mapi_func *) _tbl)[658];
7153 ((void (APIENTRY *)(const GLushort *v)) _func)(v);
7154 }
7155
7156 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointerEXT)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
7157 {
7158 const struct mapi_table *_tbl = entry_current_get();
7159 mapi_func _func = ((const mapi_func *) _tbl)[659];
7160 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
7161 }
7162
7163 GLAPI void APIENTRY GLAPI_PREFIX(SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
7164 {
7165 const struct mapi_table *_tbl = entry_current_get();
7166 mapi_func _func = ((const mapi_func *) _tbl)[659];
7167 ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(size, type, stride, pointer);
7168 }
7169
7170 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArraysEXT)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
7171 {
7172 const struct mapi_table *_tbl = entry_current_get();
7173 mapi_func _func = ((const mapi_func *) _tbl)[660];
7174 ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
7175 }
7176
7177 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawArrays)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
7178 {
7179 const struct mapi_table *_tbl = entry_current_get();
7180 mapi_func _func = ((const mapi_func *) _tbl)[660];
7181 ((void (APIENTRY *)(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)) _func)(mode, first, count, primcount);
7182 }
7183
7184 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElementsEXT)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
7185 {
7186 const struct mapi_table *_tbl = entry_current_get();
7187 mapi_func _func = ((const mapi_func *) _tbl)[661];
7188 ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
7189 }
7190
7191 GLAPI void APIENTRY GLAPI_PREFIX(MultiDrawElements)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
7192 {
7193 const struct mapi_table *_tbl = entry_current_get();
7194 mapi_func _func = ((const mapi_func *) _tbl)[661];
7195 ((void (APIENTRY *)(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)) _func)(mode, count, type, indices, primcount);
7196 }
7197
7198 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointerEXT)(GLenum type, GLsizei stride, const GLvoid *pointer)
7199 {
7200 const struct mapi_table *_tbl = entry_current_get();
7201 mapi_func _func = ((const mapi_func *) _tbl)[662];
7202 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
7203 }
7204
7205 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid *pointer)
7206 {
7207 const struct mapi_table *_tbl = entry_current_get();
7208 mapi_func _func = ((const mapi_func *) _tbl)[662];
7209 ((void (APIENTRY *)(GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(type, stride, pointer);
7210 }
7211
7212 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddEXT)(GLdouble coord)
7213 {
7214 const struct mapi_table *_tbl = entry_current_get();
7215 mapi_func _func = ((const mapi_func *) _tbl)[663];
7216 ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
7217 }
7218
7219 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordd)(GLdouble coord)
7220 {
7221 const struct mapi_table *_tbl = entry_current_get();
7222 mapi_func _func = ((const mapi_func *) _tbl)[663];
7223 ((void (APIENTRY *)(GLdouble coord)) _func)(coord);
7224 }
7225
7226 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddvEXT)(const GLdouble *coord)
7227 {
7228 const struct mapi_table *_tbl = entry_current_get();
7229 mapi_func _func = ((const mapi_func *) _tbl)[664];
7230 ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
7231 }
7232
7233 GLAPI void APIENTRY GLAPI_PREFIX(FogCoorddv)(const GLdouble *coord)
7234 {
7235 const struct mapi_table *_tbl = entry_current_get();
7236 mapi_func _func = ((const mapi_func *) _tbl)[664];
7237 ((void (APIENTRY *)(const GLdouble *coord)) _func)(coord);
7238 }
7239
7240 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfEXT)(GLfloat coord)
7241 {
7242 const struct mapi_table *_tbl = entry_current_get();
7243 mapi_func _func = ((const mapi_func *) _tbl)[665];
7244 ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
7245 }
7246
7247 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordf)(GLfloat coord)
7248 {
7249 const struct mapi_table *_tbl = entry_current_get();
7250 mapi_func _func = ((const mapi_func *) _tbl)[665];
7251 ((void (APIENTRY *)(GLfloat coord)) _func)(coord);
7252 }
7253
7254 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfvEXT)(const GLfloat *coord)
7255 {
7256 const struct mapi_table *_tbl = entry_current_get();
7257 mapi_func _func = ((const mapi_func *) _tbl)[666];
7258 ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
7259 }
7260
7261 GLAPI void APIENTRY GLAPI_PREFIX(FogCoordfv)(const GLfloat *coord)
7262 {
7263 const struct mapi_table *_tbl = entry_current_get();
7264 mapi_func _func = ((const mapi_func *) _tbl)[666];
7265 ((void (APIENTRY *)(const GLfloat *coord)) _func)(coord);
7266 }
7267
7268 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparateEXT)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
7269 {
7270 const struct mapi_table *_tbl = entry_current_get();
7271 mapi_func _func = ((const mapi_func *) _tbl)[668];
7272 ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
7273 }
7274
7275 GLAPI void APIENTRY GLAPI_PREFIX(BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
7276 {
7277 const struct mapi_table *_tbl = entry_current_get();
7278 mapi_func _func = ((const mapi_func *) _tbl)[668];
7279 ((void (APIENTRY *)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)) _func)(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
7280 }
7281
7282 GLAPI void APIENTRY GLAPI_PREFIX(FlushVertexArrayRangeNV)(void)
7283 {
7284 const struct mapi_table *_tbl = entry_current_get();
7285 mapi_func _func = ((const mapi_func *) _tbl)[669];
7286 ((void (APIENTRY *)(void)) _func)();
7287 }
7288
7289 GLAPI void APIENTRY GLAPI_PREFIX(VertexArrayRangeNV)(GLsizei length, const GLvoid *pointer)
7290 {
7291 const struct mapi_table *_tbl = entry_current_get();
7292 mapi_func _func = ((const mapi_func *) _tbl)[670];
7293 ((void (APIENTRY *)(GLsizei length, const GLvoid *pointer)) _func)(length, pointer);
7294 }
7295
7296 GLAPI void APIENTRY GLAPI_PREFIX(CombinerInputNV)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
7297 {
7298 const struct mapi_table *_tbl = entry_current_get();
7299 mapi_func _func = ((const mapi_func *) _tbl)[671];
7300 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(stage, portion, variable, input, mapping, componentUsage);
7301 }
7302
7303 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)
7304 {
7305 const struct mapi_table *_tbl = entry_current_get();
7306 mapi_func _func = ((const mapi_func *) _tbl)[672];
7307 ((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);
7308 }
7309
7310 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfNV)(GLenum pname, GLfloat param)
7311 {
7312 const struct mapi_table *_tbl = entry_current_get();
7313 mapi_func _func = ((const mapi_func *) _tbl)[673];
7314 ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
7315 }
7316
7317 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterfvNV)(GLenum pname, const GLfloat *params)
7318 {
7319 const struct mapi_table *_tbl = entry_current_get();
7320 mapi_func _func = ((const mapi_func *) _tbl)[674];
7321 ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
7322 }
7323
7324 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameteriNV)(GLenum pname, GLint param)
7325 {
7326 const struct mapi_table *_tbl = entry_current_get();
7327 mapi_func _func = ((const mapi_func *) _tbl)[675];
7328 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
7329 }
7330
7331 GLAPI void APIENTRY GLAPI_PREFIX(CombinerParameterivNV)(GLenum pname, const GLint *params)
7332 {
7333 const struct mapi_table *_tbl = entry_current_get();
7334 mapi_func _func = ((const mapi_func *) _tbl)[676];
7335 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
7336 }
7337
7338 GLAPI void APIENTRY GLAPI_PREFIX(FinalCombinerInputNV)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
7339 {
7340 const struct mapi_table *_tbl = entry_current_get();
7341 mapi_func _func = ((const mapi_func *) _tbl)[677];
7342 ((void (APIENTRY *)(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)) _func)(variable, input, mapping, componentUsage);
7343 }
7344
7345 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterfvNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)
7346 {
7347 const struct mapi_table *_tbl = entry_current_get();
7348 mapi_func _func = ((const mapi_func *) _tbl)[678];
7349 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)) _func)(stage, portion, variable, pname, params);
7350 }
7351
7352 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerInputParameterivNV)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)
7353 {
7354 const struct mapi_table *_tbl = entry_current_get();
7355 mapi_func _func = ((const mapi_func *) _tbl)[679];
7356 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)) _func)(stage, portion, variable, pname, params);
7357 }
7358
7359 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterfvNV)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)
7360 {
7361 const struct mapi_table *_tbl = entry_current_get();
7362 mapi_func _func = ((const mapi_func *) _tbl)[680];
7363 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLfloat *params)) _func)(stage, portion, pname, params);
7364 }
7365
7366 GLAPI void APIENTRY GLAPI_PREFIX(GetCombinerOutputParameterivNV)(GLenum stage, GLenum portion, GLenum pname, GLint *params)
7367 {
7368 const struct mapi_table *_tbl = entry_current_get();
7369 mapi_func _func = ((const mapi_func *) _tbl)[681];
7370 ((void (APIENTRY *)(GLenum stage, GLenum portion, GLenum pname, GLint *params)) _func)(stage, portion, pname, params);
7371 }
7372
7373 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV)(GLenum variable, GLenum pname, GLfloat *params)
7374 {
7375 const struct mapi_table *_tbl = entry_current_get();
7376 mapi_func _func = ((const mapi_func *) _tbl)[682];
7377 ((void (APIENTRY *)(GLenum variable, GLenum pname, GLfloat *params)) _func)(variable, pname, params);
7378 }
7379
7380 GLAPI void APIENTRY GLAPI_PREFIX(GetFinalCombinerInputParameterivNV)(GLenum variable, GLenum pname, GLint *params)
7381 {
7382 const struct mapi_table *_tbl = entry_current_get();
7383 mapi_func _func = ((const mapi_func *) _tbl)[683];
7384 ((void (APIENTRY *)(GLenum variable, GLenum pname, GLint *params)) _func)(variable, pname, params);
7385 }
7386
7387 GLAPI void APIENTRY GLAPI_PREFIX(ResizeBuffersMESA)(void)
7388 {
7389 const struct mapi_table *_tbl = entry_current_get();
7390 mapi_func _func = ((const mapi_func *) _tbl)[684];
7391 ((void (APIENTRY *)(void)) _func)();
7392 }
7393
7394 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dMESA)(GLdouble x, GLdouble y)
7395 {
7396 const struct mapi_table *_tbl = entry_current_get();
7397 mapi_func _func = ((const mapi_func *) _tbl)[685];
7398 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
7399 }
7400
7401 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2d)(GLdouble x, GLdouble y)
7402 {
7403 const struct mapi_table *_tbl = entry_current_get();
7404 mapi_func _func = ((const mapi_func *) _tbl)[685];
7405 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
7406 }
7407
7408 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dARB)(GLdouble x, GLdouble y)
7409 {
7410 const struct mapi_table *_tbl = entry_current_get();
7411 mapi_func _func = ((const mapi_func *) _tbl)[685];
7412 ((void (APIENTRY *)(GLdouble x, GLdouble y)) _func)(x, y);
7413 }
7414
7415 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvMESA)(const GLdouble *v)
7416 {
7417 const struct mapi_table *_tbl = entry_current_get();
7418 mapi_func _func = ((const mapi_func *) _tbl)[686];
7419 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7420 }
7421
7422 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dv)(const GLdouble *v)
7423 {
7424 const struct mapi_table *_tbl = entry_current_get();
7425 mapi_func _func = ((const mapi_func *) _tbl)[686];
7426 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7427 }
7428
7429 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2dvARB)(const GLdouble *v)
7430 {
7431 const struct mapi_table *_tbl = entry_current_get();
7432 mapi_func _func = ((const mapi_func *) _tbl)[686];
7433 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7434 }
7435
7436 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fMESA)(GLfloat x, GLfloat y)
7437 {
7438 const struct mapi_table *_tbl = entry_current_get();
7439 mapi_func _func = ((const mapi_func *) _tbl)[687];
7440 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
7441 }
7442
7443 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2f)(GLfloat x, GLfloat y)
7444 {
7445 const struct mapi_table *_tbl = entry_current_get();
7446 mapi_func _func = ((const mapi_func *) _tbl)[687];
7447 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
7448 }
7449
7450 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fARB)(GLfloat x, GLfloat y)
7451 {
7452 const struct mapi_table *_tbl = entry_current_get();
7453 mapi_func _func = ((const mapi_func *) _tbl)[687];
7454 ((void (APIENTRY *)(GLfloat x, GLfloat y)) _func)(x, y);
7455 }
7456
7457 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvMESA)(const GLfloat *v)
7458 {
7459 const struct mapi_table *_tbl = entry_current_get();
7460 mapi_func _func = ((const mapi_func *) _tbl)[688];
7461 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7462 }
7463
7464 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fv)(const GLfloat *v)
7465 {
7466 const struct mapi_table *_tbl = entry_current_get();
7467 mapi_func _func = ((const mapi_func *) _tbl)[688];
7468 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7469 }
7470
7471 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2fvARB)(const GLfloat *v)
7472 {
7473 const struct mapi_table *_tbl = entry_current_get();
7474 mapi_func _func = ((const mapi_func *) _tbl)[688];
7475 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7476 }
7477
7478 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iMESA)(GLint x, GLint y)
7479 {
7480 const struct mapi_table *_tbl = entry_current_get();
7481 mapi_func _func = ((const mapi_func *) _tbl)[689];
7482 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
7483 }
7484
7485 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2i)(GLint x, GLint y)
7486 {
7487 const struct mapi_table *_tbl = entry_current_get();
7488 mapi_func _func = ((const mapi_func *) _tbl)[689];
7489 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
7490 }
7491
7492 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iARB)(GLint x, GLint y)
7493 {
7494 const struct mapi_table *_tbl = entry_current_get();
7495 mapi_func _func = ((const mapi_func *) _tbl)[689];
7496 ((void (APIENTRY *)(GLint x, GLint y)) _func)(x, y);
7497 }
7498
7499 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivMESA)(const GLint *v)
7500 {
7501 const struct mapi_table *_tbl = entry_current_get();
7502 mapi_func _func = ((const mapi_func *) _tbl)[690];
7503 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7504 }
7505
7506 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2iv)(const GLint *v)
7507 {
7508 const struct mapi_table *_tbl = entry_current_get();
7509 mapi_func _func = ((const mapi_func *) _tbl)[690];
7510 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7511 }
7512
7513 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2ivARB)(const GLint *v)
7514 {
7515 const struct mapi_table *_tbl = entry_current_get();
7516 mapi_func _func = ((const mapi_func *) _tbl)[690];
7517 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7518 }
7519
7520 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sMESA)(GLshort x, GLshort y)
7521 {
7522 const struct mapi_table *_tbl = entry_current_get();
7523 mapi_func _func = ((const mapi_func *) _tbl)[691];
7524 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
7525 }
7526
7527 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2s)(GLshort x, GLshort y)
7528 {
7529 const struct mapi_table *_tbl = entry_current_get();
7530 mapi_func _func = ((const mapi_func *) _tbl)[691];
7531 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
7532 }
7533
7534 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sARB)(GLshort x, GLshort y)
7535 {
7536 const struct mapi_table *_tbl = entry_current_get();
7537 mapi_func _func = ((const mapi_func *) _tbl)[691];
7538 ((void (APIENTRY *)(GLshort x, GLshort y)) _func)(x, y);
7539 }
7540
7541 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svMESA)(const GLshort *v)
7542 {
7543 const struct mapi_table *_tbl = entry_current_get();
7544 mapi_func _func = ((const mapi_func *) _tbl)[692];
7545 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7546 }
7547
7548 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2sv)(const GLshort *v)
7549 {
7550 const struct mapi_table *_tbl = entry_current_get();
7551 mapi_func _func = ((const mapi_func *) _tbl)[692];
7552 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7553 }
7554
7555 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos2svARB)(const GLshort *v)
7556 {
7557 const struct mapi_table *_tbl = entry_current_get();
7558 mapi_func _func = ((const mapi_func *) _tbl)[692];
7559 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7560 }
7561
7562 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dMESA)(GLdouble x, GLdouble y, GLdouble z)
7563 {
7564 const struct mapi_table *_tbl = entry_current_get();
7565 mapi_func _func = ((const mapi_func *) _tbl)[693];
7566 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
7567 }
7568
7569 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3d)(GLdouble x, GLdouble y, GLdouble z)
7570 {
7571 const struct mapi_table *_tbl = entry_current_get();
7572 mapi_func _func = ((const mapi_func *) _tbl)[693];
7573 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
7574 }
7575
7576 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dARB)(GLdouble x, GLdouble y, GLdouble z)
7577 {
7578 const struct mapi_table *_tbl = entry_current_get();
7579 mapi_func _func = ((const mapi_func *) _tbl)[693];
7580 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z)) _func)(x, y, z);
7581 }
7582
7583 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvMESA)(const GLdouble *v)
7584 {
7585 const struct mapi_table *_tbl = entry_current_get();
7586 mapi_func _func = ((const mapi_func *) _tbl)[694];
7587 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7588 }
7589
7590 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dv)(const GLdouble *v)
7591 {
7592 const struct mapi_table *_tbl = entry_current_get();
7593 mapi_func _func = ((const mapi_func *) _tbl)[694];
7594 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7595 }
7596
7597 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3dvARB)(const GLdouble *v)
7598 {
7599 const struct mapi_table *_tbl = entry_current_get();
7600 mapi_func _func = ((const mapi_func *) _tbl)[694];
7601 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7602 }
7603
7604 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fMESA)(GLfloat x, GLfloat y, GLfloat z)
7605 {
7606 const struct mapi_table *_tbl = entry_current_get();
7607 mapi_func _func = ((const mapi_func *) _tbl)[695];
7608 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
7609 }
7610
7611 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3f)(GLfloat x, GLfloat y, GLfloat z)
7612 {
7613 const struct mapi_table *_tbl = entry_current_get();
7614 mapi_func _func = ((const mapi_func *) _tbl)[695];
7615 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
7616 }
7617
7618 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fARB)(GLfloat x, GLfloat y, GLfloat z)
7619 {
7620 const struct mapi_table *_tbl = entry_current_get();
7621 mapi_func _func = ((const mapi_func *) _tbl)[695];
7622 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
7623 }
7624
7625 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvMESA)(const GLfloat *v)
7626 {
7627 const struct mapi_table *_tbl = entry_current_get();
7628 mapi_func _func = ((const mapi_func *) _tbl)[696];
7629 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7630 }
7631
7632 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fv)(const GLfloat *v)
7633 {
7634 const struct mapi_table *_tbl = entry_current_get();
7635 mapi_func _func = ((const mapi_func *) _tbl)[696];
7636 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7637 }
7638
7639 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3fvARB)(const GLfloat *v)
7640 {
7641 const struct mapi_table *_tbl = entry_current_get();
7642 mapi_func _func = ((const mapi_func *) _tbl)[696];
7643 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7644 }
7645
7646 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iMESA)(GLint x, GLint y, GLint z)
7647 {
7648 const struct mapi_table *_tbl = entry_current_get();
7649 mapi_func _func = ((const mapi_func *) _tbl)[697];
7650 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
7651 }
7652
7653 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3i)(GLint x, GLint y, GLint z)
7654 {
7655 const struct mapi_table *_tbl = entry_current_get();
7656 mapi_func _func = ((const mapi_func *) _tbl)[697];
7657 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
7658 }
7659
7660 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iARB)(GLint x, GLint y, GLint z)
7661 {
7662 const struct mapi_table *_tbl = entry_current_get();
7663 mapi_func _func = ((const mapi_func *) _tbl)[697];
7664 ((void (APIENTRY *)(GLint x, GLint y, GLint z)) _func)(x, y, z);
7665 }
7666
7667 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivMESA)(const GLint *v)
7668 {
7669 const struct mapi_table *_tbl = entry_current_get();
7670 mapi_func _func = ((const mapi_func *) _tbl)[698];
7671 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7672 }
7673
7674 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3iv)(const GLint *v)
7675 {
7676 const struct mapi_table *_tbl = entry_current_get();
7677 mapi_func _func = ((const mapi_func *) _tbl)[698];
7678 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7679 }
7680
7681 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3ivARB)(const GLint *v)
7682 {
7683 const struct mapi_table *_tbl = entry_current_get();
7684 mapi_func _func = ((const mapi_func *) _tbl)[698];
7685 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7686 }
7687
7688 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sMESA)(GLshort x, GLshort y, GLshort z)
7689 {
7690 const struct mapi_table *_tbl = entry_current_get();
7691 mapi_func _func = ((const mapi_func *) _tbl)[699];
7692 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
7693 }
7694
7695 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3s)(GLshort x, GLshort y, GLshort z)
7696 {
7697 const struct mapi_table *_tbl = entry_current_get();
7698 mapi_func _func = ((const mapi_func *) _tbl)[699];
7699 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
7700 }
7701
7702 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sARB)(GLshort x, GLshort y, GLshort z)
7703 {
7704 const struct mapi_table *_tbl = entry_current_get();
7705 mapi_func _func = ((const mapi_func *) _tbl)[699];
7706 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z)) _func)(x, y, z);
7707 }
7708
7709 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svMESA)(const GLshort *v)
7710 {
7711 const struct mapi_table *_tbl = entry_current_get();
7712 mapi_func _func = ((const mapi_func *) _tbl)[700];
7713 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7714 }
7715
7716 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3sv)(const GLshort *v)
7717 {
7718 const struct mapi_table *_tbl = entry_current_get();
7719 mapi_func _func = ((const mapi_func *) _tbl)[700];
7720 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7721 }
7722
7723 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos3svARB)(const GLshort *v)
7724 {
7725 const struct mapi_table *_tbl = entry_current_get();
7726 mapi_func _func = ((const mapi_func *) _tbl)[700];
7727 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7728 }
7729
7730 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
7731 {
7732 const struct mapi_table *_tbl = entry_current_get();
7733 mapi_func _func = ((const mapi_func *) _tbl)[701];
7734 ((void (APIENTRY *)(GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(x, y, z, w);
7735 }
7736
7737 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4dvMESA)(const GLdouble *v)
7738 {
7739 const struct mapi_table *_tbl = entry_current_get();
7740 mapi_func _func = ((const mapi_func *) _tbl)[702];
7741 ((void (APIENTRY *)(const GLdouble *v)) _func)(v);
7742 }
7743
7744 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
7745 {
7746 const struct mapi_table *_tbl = entry_current_get();
7747 mapi_func _func = ((const mapi_func *) _tbl)[703];
7748 ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(x, y, z, w);
7749 }
7750
7751 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4fvMESA)(const GLfloat *v)
7752 {
7753 const struct mapi_table *_tbl = entry_current_get();
7754 mapi_func _func = ((const mapi_func *) _tbl)[704];
7755 ((void (APIENTRY *)(const GLfloat *v)) _func)(v);
7756 }
7757
7758 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w)
7759 {
7760 const struct mapi_table *_tbl = entry_current_get();
7761 mapi_func _func = ((const mapi_func *) _tbl)[705];
7762 ((void (APIENTRY *)(GLint x, GLint y, GLint z, GLint w)) _func)(x, y, z, w);
7763 }
7764
7765 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4ivMESA)(const GLint *v)
7766 {
7767 const struct mapi_table *_tbl = entry_current_get();
7768 mapi_func _func = ((const mapi_func *) _tbl)[706];
7769 ((void (APIENTRY *)(const GLint *v)) _func)(v);
7770 }
7771
7772 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w)
7773 {
7774 const struct mapi_table *_tbl = entry_current_get();
7775 mapi_func _func = ((const mapi_func *) _tbl)[707];
7776 ((void (APIENTRY *)(GLshort x, GLshort y, GLshort z, GLshort w)) _func)(x, y, z, w);
7777 }
7778
7779 GLAPI void APIENTRY GLAPI_PREFIX(WindowPos4svMESA)(const GLshort *v)
7780 {
7781 const struct mapi_table *_tbl = entry_current_get();
7782 mapi_func _func = ((const mapi_func *) _tbl)[708];
7783 ((void (APIENTRY *)(const GLshort *v)) _func)(v);
7784 }
7785
7786 GLAPI GLboolean APIENTRY GLAPI_PREFIX(AreProgramsResidentNV)(GLsizei n, const GLuint *ids, GLboolean *residences)
7787 {
7788 const struct mapi_table *_tbl = entry_current_get();
7789 mapi_func _func = ((const mapi_func *) _tbl)[718];
7790 return ((GLboolean (APIENTRY *)(GLsizei n, const GLuint *ids, GLboolean *residences)) _func)(n, ids, residences);
7791 }
7792
7793 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramNV)(GLenum target, GLuint program)
7794 {
7795 const struct mapi_table *_tbl = entry_current_get();
7796 mapi_func _func = ((const mapi_func *) _tbl)[719];
7797 ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
7798 }
7799
7800 GLAPI void APIENTRY GLAPI_PREFIX(BindProgramARB)(GLenum target, GLuint program)
7801 {
7802 const struct mapi_table *_tbl = entry_current_get();
7803 mapi_func _func = ((const mapi_func *) _tbl)[719];
7804 ((void (APIENTRY *)(GLenum target, GLuint program)) _func)(target, program);
7805 }
7806
7807 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsNV)(GLsizei n, const GLuint *programs)
7808 {
7809 const struct mapi_table *_tbl = entry_current_get();
7810 mapi_func _func = ((const mapi_func *) _tbl)[720];
7811 ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
7812 }
7813
7814 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgramsARB)(GLsizei n, const GLuint *programs)
7815 {
7816 const struct mapi_table *_tbl = entry_current_get();
7817 mapi_func _func = ((const mapi_func *) _tbl)[720];
7818 ((void (APIENTRY *)(GLsizei n, const GLuint *programs)) _func)(n, programs);
7819 }
7820
7821 GLAPI void APIENTRY GLAPI_PREFIX(ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat *params)
7822 {
7823 const struct mapi_table *_tbl = entry_current_get();
7824 mapi_func _func = ((const mapi_func *) _tbl)[721];
7825 ((void (APIENTRY *)(GLenum target, GLuint id, const GLfloat *params)) _func)(target, id, params);
7826 }
7827
7828 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsNV)(GLsizei n, GLuint *programs)
7829 {
7830 const struct mapi_table *_tbl = entry_current_get();
7831 mapi_func _func = ((const mapi_func *) _tbl)[722];
7832 ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
7833 }
7834
7835 GLAPI void APIENTRY GLAPI_PREFIX(GenProgramsARB)(GLsizei n, GLuint *programs)
7836 {
7837 const struct mapi_table *_tbl = entry_current_get();
7838 mapi_func _func = ((const mapi_func *) _tbl)[722];
7839 ((void (APIENTRY *)(GLsizei n, GLuint *programs)) _func)(n, programs);
7840 }
7841
7842 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble *params)
7843 {
7844 const struct mapi_table *_tbl = entry_current_get();
7845 mapi_func _func = ((const mapi_func *) _tbl)[723];
7846 ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLdouble *params)) _func)(target, index, pname, params);
7847 }
7848
7849 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat *params)
7850 {
7851 const struct mapi_table *_tbl = entry_current_get();
7852 mapi_func _func = ((const mapi_func *) _tbl)[724];
7853 ((void (APIENTRY *)(GLenum target, GLuint index, GLenum pname, GLfloat *params)) _func)(target, index, pname, params);
7854 }
7855
7856 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramStringNV)(GLuint id, GLenum pname, GLubyte *program)
7857 {
7858 const struct mapi_table *_tbl = entry_current_get();
7859 mapi_func _func = ((const mapi_func *) _tbl)[725];
7860 ((void (APIENTRY *)(GLuint id, GLenum pname, GLubyte *program)) _func)(id, pname, program);
7861 }
7862
7863 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramivNV)(GLuint id, GLenum pname, GLint *params)
7864 {
7865 const struct mapi_table *_tbl = entry_current_get();
7866 mapi_func _func = ((const mapi_func *) _tbl)[726];
7867 ((void (APIENTRY *)(GLuint id, GLenum pname, GLint *params)) _func)(id, pname, params);
7868 }
7869
7870 GLAPI void APIENTRY GLAPI_PREFIX(GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint *params)
7871 {
7872 const struct mapi_table *_tbl = entry_current_get();
7873 mapi_func _func = ((const mapi_func *) _tbl)[727];
7874 ((void (APIENTRY *)(GLenum target, GLuint address, GLenum pname, GLint *params)) _func)(target, address, pname, params);
7875 }
7876
7877 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervNV)(GLuint index, GLenum pname, GLvoid **pointer)
7878 {
7879 const struct mapi_table *_tbl = entry_current_get();
7880 mapi_func _func = ((const mapi_func *) _tbl)[728];
7881 ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
7882 }
7883
7884 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid **pointer)
7885 {
7886 const struct mapi_table *_tbl = entry_current_get();
7887 mapi_func _func = ((const mapi_func *) _tbl)[728];
7888 ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
7889 }
7890
7891 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribPointervARB)(GLuint index, GLenum pname, GLvoid **pointer)
7892 {
7893 const struct mapi_table *_tbl = entry_current_get();
7894 mapi_func _func = ((const mapi_func *) _tbl)[728];
7895 ((void (APIENTRY *)(GLuint index, GLenum pname, GLvoid **pointer)) _func)(index, pname, pointer);
7896 }
7897
7898 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble *params)
7899 {
7900 const struct mapi_table *_tbl = entry_current_get();
7901 mapi_func _func = ((const mapi_func *) _tbl)[729];
7902 ((void (APIENTRY *)(GLuint index, GLenum pname, GLdouble *params)) _func)(index, pname, params);
7903 }
7904
7905 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat *params)
7906 {
7907 const struct mapi_table *_tbl = entry_current_get();
7908 mapi_func _func = ((const mapi_func *) _tbl)[730];
7909 ((void (APIENTRY *)(GLuint index, GLenum pname, GLfloat *params)) _func)(index, pname, params);
7910 }
7911
7912 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribivNV)(GLuint index, GLenum pname, GLint *params)
7913 {
7914 const struct mapi_table *_tbl = entry_current_get();
7915 mapi_func _func = ((const mapi_func *) _tbl)[731];
7916 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
7917 }
7918
7919 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramNV)(GLuint program)
7920 {
7921 const struct mapi_table *_tbl = entry_current_get();
7922 mapi_func _func = ((const mapi_func *) _tbl)[732];
7923 return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
7924 }
7925
7926 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsProgramARB)(GLuint program)
7927 {
7928 const struct mapi_table *_tbl = entry_current_get();
7929 mapi_func _func = ((const mapi_func *) _tbl)[732];
7930 return ((GLboolean (APIENTRY *)(GLuint program)) _func)(program);
7931 }
7932
7933 GLAPI void APIENTRY GLAPI_PREFIX(LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)
7934 {
7935 const struct mapi_table *_tbl = entry_current_get();
7936 mapi_func _func = ((const mapi_func *) _tbl)[733];
7937 ((void (APIENTRY *)(GLenum target, GLuint id, GLsizei len, const GLubyte *program)) _func)(target, id, len, program);
7938 }
7939
7940 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)
7941 {
7942 const struct mapi_table *_tbl = entry_current_get();
7943 mapi_func _func = ((const mapi_func *) _tbl)[734];
7944 ((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLdouble *params)) _func)(target, index, num, params);
7945 }
7946
7947 GLAPI void APIENTRY GLAPI_PREFIX(ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)
7948 {
7949 const struct mapi_table *_tbl = entry_current_get();
7950 mapi_func _func = ((const mapi_func *) _tbl)[735];
7951 ((void (APIENTRY *)(GLenum target, GLuint index, GLsizei num, const GLfloat *params)) _func)(target, index, num, params);
7952 }
7953
7954 GLAPI void APIENTRY GLAPI_PREFIX(RequestResidentProgramsNV)(GLsizei n, const GLuint *ids)
7955 {
7956 const struct mapi_table *_tbl = entry_current_get();
7957 mapi_func _func = ((const mapi_func *) _tbl)[736];
7958 ((void (APIENTRY *)(GLsizei n, const GLuint *ids)) _func)(n, ids);
7959 }
7960
7961 GLAPI void APIENTRY GLAPI_PREFIX(TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform)
7962 {
7963 const struct mapi_table *_tbl = entry_current_get();
7964 mapi_func _func = ((const mapi_func *) _tbl)[737];
7965 ((void (APIENTRY *)(GLenum target, GLuint address, GLenum matrix, GLenum transform)) _func)(target, address, matrix, transform);
7966 }
7967
7968 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dNV)(GLuint index, GLdouble x)
7969 {
7970 const struct mapi_table *_tbl = entry_current_get();
7971 mapi_func _func = ((const mapi_func *) _tbl)[738];
7972 ((void (APIENTRY *)(GLuint index, GLdouble x)) _func)(index, x);
7973 }
7974
7975 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1dvNV)(GLuint index, const GLdouble *v)
7976 {
7977 const struct mapi_table *_tbl = entry_current_get();
7978 mapi_func _func = ((const mapi_func *) _tbl)[739];
7979 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
7980 }
7981
7982 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fNV)(GLuint index, GLfloat x)
7983 {
7984 const struct mapi_table *_tbl = entry_current_get();
7985 mapi_func _func = ((const mapi_func *) _tbl)[740];
7986 ((void (APIENTRY *)(GLuint index, GLfloat x)) _func)(index, x);
7987 }
7988
7989 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1fvNV)(GLuint index, const GLfloat *v)
7990 {
7991 const struct mapi_table *_tbl = entry_current_get();
7992 mapi_func _func = ((const mapi_func *) _tbl)[741];
7993 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
7994 }
7995
7996 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1sNV)(GLuint index, GLshort x)
7997 {
7998 const struct mapi_table *_tbl = entry_current_get();
7999 mapi_func _func = ((const mapi_func *) _tbl)[742];
8000 ((void (APIENTRY *)(GLuint index, GLshort x)) _func)(index, x);
8001 }
8002
8003 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib1svNV)(GLuint index, const GLshort *v)
8004 {
8005 const struct mapi_table *_tbl = entry_current_get();
8006 mapi_func _func = ((const mapi_func *) _tbl)[743];
8007 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8008 }
8009
8010 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y)
8011 {
8012 const struct mapi_table *_tbl = entry_current_get();
8013 mapi_func _func = ((const mapi_func *) _tbl)[744];
8014 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y)) _func)(index, x, y);
8015 }
8016
8017 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2dvNV)(GLuint index, const GLdouble *v)
8018 {
8019 const struct mapi_table *_tbl = entry_current_get();
8020 mapi_func _func = ((const mapi_func *) _tbl)[745];
8021 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8022 }
8023
8024 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y)
8025 {
8026 const struct mapi_table *_tbl = entry_current_get();
8027 mapi_func _func = ((const mapi_func *) _tbl)[746];
8028 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y)) _func)(index, x, y);
8029 }
8030
8031 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2fvNV)(GLuint index, const GLfloat *v)
8032 {
8033 const struct mapi_table *_tbl = entry_current_get();
8034 mapi_func _func = ((const mapi_func *) _tbl)[747];
8035 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8036 }
8037
8038 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y)
8039 {
8040 const struct mapi_table *_tbl = entry_current_get();
8041 mapi_func _func = ((const mapi_func *) _tbl)[748];
8042 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y)) _func)(index, x, y);
8043 }
8044
8045 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib2svNV)(GLuint index, const GLshort *v)
8046 {
8047 const struct mapi_table *_tbl = entry_current_get();
8048 mapi_func _func = ((const mapi_func *) _tbl)[749];
8049 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8050 }
8051
8052 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z)
8053 {
8054 const struct mapi_table *_tbl = entry_current_get();
8055 mapi_func _func = ((const mapi_func *) _tbl)[750];
8056 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z)) _func)(index, x, y, z);
8057 }
8058
8059 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3dvNV)(GLuint index, const GLdouble *v)
8060 {
8061 const struct mapi_table *_tbl = entry_current_get();
8062 mapi_func _func = ((const mapi_func *) _tbl)[751];
8063 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8064 }
8065
8066 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z)
8067 {
8068 const struct mapi_table *_tbl = entry_current_get();
8069 mapi_func _func = ((const mapi_func *) _tbl)[752];
8070 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z)) _func)(index, x, y, z);
8071 }
8072
8073 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3fvNV)(GLuint index, const GLfloat *v)
8074 {
8075 const struct mapi_table *_tbl = entry_current_get();
8076 mapi_func _func = ((const mapi_func *) _tbl)[753];
8077 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8078 }
8079
8080 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z)
8081 {
8082 const struct mapi_table *_tbl = entry_current_get();
8083 mapi_func _func = ((const mapi_func *) _tbl)[754];
8084 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z)) _func)(index, x, y, z);
8085 }
8086
8087 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib3svNV)(GLuint index, const GLshort *v)
8088 {
8089 const struct mapi_table *_tbl = entry_current_get();
8090 mapi_func _func = ((const mapi_func *) _tbl)[755];
8091 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8092 }
8093
8094 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8095 {
8096 const struct mapi_table *_tbl = entry_current_get();
8097 mapi_func _func = ((const mapi_func *) _tbl)[756];
8098 ((void (APIENTRY *)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)) _func)(index, x, y, z, w);
8099 }
8100
8101 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4dvNV)(GLuint index, const GLdouble *v)
8102 {
8103 const struct mapi_table *_tbl = entry_current_get();
8104 mapi_func _func = ((const mapi_func *) _tbl)[757];
8105 ((void (APIENTRY *)(GLuint index, const GLdouble *v)) _func)(index, v);
8106 }
8107
8108 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8109 {
8110 const struct mapi_table *_tbl = entry_current_get();
8111 mapi_func _func = ((const mapi_func *) _tbl)[758];
8112 ((void (APIENTRY *)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)) _func)(index, x, y, z, w);
8113 }
8114
8115 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4fvNV)(GLuint index, const GLfloat *v)
8116 {
8117 const struct mapi_table *_tbl = entry_current_get();
8118 mapi_func _func = ((const mapi_func *) _tbl)[759];
8119 ((void (APIENTRY *)(GLuint index, const GLfloat *v)) _func)(index, v);
8120 }
8121
8122 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
8123 {
8124 const struct mapi_table *_tbl = entry_current_get();
8125 mapi_func _func = ((const mapi_func *) _tbl)[760];
8126 ((void (APIENTRY *)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)) _func)(index, x, y, z, w);
8127 }
8128
8129 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4svNV)(GLuint index, const GLshort *v)
8130 {
8131 const struct mapi_table *_tbl = entry_current_get();
8132 mapi_func _func = ((const mapi_func *) _tbl)[761];
8133 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
8134 }
8135
8136 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
8137 {
8138 const struct mapi_table *_tbl = entry_current_get();
8139 mapi_func _func = ((const mapi_func *) _tbl)[762];
8140 ((void (APIENTRY *)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)) _func)(index, x, y, z, w);
8141 }
8142
8143 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v)
8144 {
8145 const struct mapi_table *_tbl = entry_current_get();
8146 mapi_func _func = ((const mapi_func *) _tbl)[763];
8147 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
8148 }
8149
8150 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
8151 {
8152 const struct mapi_table *_tbl = entry_current_get();
8153 mapi_func _func = ((const mapi_func *) _tbl)[764];
8154 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
8155 }
8156
8157 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8158 {
8159 const struct mapi_table *_tbl = entry_current_get();
8160 mapi_func _func = ((const mapi_func *) _tbl)[765];
8161 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8162 }
8163
8164 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8165 {
8166 const struct mapi_table *_tbl = entry_current_get();
8167 mapi_func _func = ((const mapi_func *) _tbl)[766];
8168 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8169 }
8170
8171 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v)
8172 {
8173 const struct mapi_table *_tbl = entry_current_get();
8174 mapi_func _func = ((const mapi_func *) _tbl)[767];
8175 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8176 }
8177
8178 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8179 {
8180 const struct mapi_table *_tbl = entry_current_get();
8181 mapi_func _func = ((const mapi_func *) _tbl)[768];
8182 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8183 }
8184
8185 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8186 {
8187 const struct mapi_table *_tbl = entry_current_get();
8188 mapi_func _func = ((const mapi_func *) _tbl)[769];
8189 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8190 }
8191
8192 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v)
8193 {
8194 const struct mapi_table *_tbl = entry_current_get();
8195 mapi_func _func = ((const mapi_func *) _tbl)[770];
8196 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8197 }
8198
8199 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8200 {
8201 const struct mapi_table *_tbl = entry_current_get();
8202 mapi_func _func = ((const mapi_func *) _tbl)[771];
8203 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8204 }
8205
8206 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8207 {
8208 const struct mapi_table *_tbl = entry_current_get();
8209 mapi_func _func = ((const mapi_func *) _tbl)[772];
8210 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8211 }
8212
8213 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v)
8214 {
8215 const struct mapi_table *_tbl = entry_current_get();
8216 mapi_func _func = ((const mapi_func *) _tbl)[773];
8217 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8218 }
8219
8220 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v)
8221 {
8222 const struct mapi_table *_tbl = entry_current_get();
8223 mapi_func _func = ((const mapi_func *) _tbl)[774];
8224 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLdouble *v)) _func)(index, n, v);
8225 }
8226
8227 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v)
8228 {
8229 const struct mapi_table *_tbl = entry_current_get();
8230 mapi_func _func = ((const mapi_func *) _tbl)[775];
8231 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLfloat *v)) _func)(index, n, v);
8232 }
8233
8234 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v)
8235 {
8236 const struct mapi_table *_tbl = entry_current_get();
8237 mapi_func _func = ((const mapi_func *) _tbl)[776];
8238 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLshort *v)) _func)(index, n, v);
8239 }
8240
8241 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v)
8242 {
8243 const struct mapi_table *_tbl = entry_current_get();
8244 mapi_func _func = ((const mapi_func *) _tbl)[777];
8245 ((void (APIENTRY *)(GLuint index, GLsizei n, const GLubyte *v)) _func)(index, n, v);
8246 }
8247
8248 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterfvATI)(GLenum pname, GLfloat *param)
8249 {
8250 const struct mapi_table *_tbl = entry_current_get();
8251 mapi_func _func = ((const mapi_func *) _tbl)[778];
8252 ((void (APIENTRY *)(GLenum pname, GLfloat *param)) _func)(pname, param);
8253 }
8254
8255 GLAPI void APIENTRY GLAPI_PREFIX(GetTexBumpParameterivATI)(GLenum pname, GLint *param)
8256 {
8257 const struct mapi_table *_tbl = entry_current_get();
8258 mapi_func _func = ((const mapi_func *) _tbl)[779];
8259 ((void (APIENTRY *)(GLenum pname, GLint *param)) _func)(pname, param);
8260 }
8261
8262 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterfvATI)(GLenum pname, const GLfloat *param)
8263 {
8264 const struct mapi_table *_tbl = entry_current_get();
8265 mapi_func _func = ((const mapi_func *) _tbl)[780];
8266 ((void (APIENTRY *)(GLenum pname, const GLfloat *param)) _func)(pname, param);
8267 }
8268
8269 GLAPI void APIENTRY GLAPI_PREFIX(TexBumpParameterivATI)(GLenum pname, const GLint *param)
8270 {
8271 const struct mapi_table *_tbl = entry_current_get();
8272 mapi_func _func = ((const mapi_func *) _tbl)[781];
8273 ((void (APIENTRY *)(GLenum pname, const GLint *param)) _func)(pname, param);
8274 }
8275
8276 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
8277 {
8278 const struct mapi_table *_tbl = entry_current_get();
8279 mapi_func _func = ((const mapi_func *) _tbl)[782];
8280 ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMod, arg1, arg1Rep, arg1Mod);
8281 }
8282
8283 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
8284 {
8285 const struct mapi_table *_tbl = entry_current_get();
8286 mapi_func _func = ((const mapi_func *) _tbl)[783];
8287 ((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);
8288 }
8289
8290 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)
8291 {
8292 const struct mapi_table *_tbl = entry_current_get();
8293 mapi_func _func = ((const mapi_func *) _tbl)[784];
8294 ((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);
8295 }
8296
8297 GLAPI void APIENTRY GLAPI_PREFIX(BeginFragmentShaderATI)(void)
8298 {
8299 const struct mapi_table *_tbl = entry_current_get();
8300 mapi_func _func = ((const mapi_func *) _tbl)[785];
8301 ((void (APIENTRY *)(void)) _func)();
8302 }
8303
8304 GLAPI void APIENTRY GLAPI_PREFIX(BindFragmentShaderATI)(GLuint id)
8305 {
8306 const struct mapi_table *_tbl = entry_current_get();
8307 mapi_func _func = ((const mapi_func *) _tbl)[786];
8308 ((void (APIENTRY *)(GLuint id)) _func)(id);
8309 }
8310
8311 GLAPI void APIENTRY GLAPI_PREFIX(ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
8312 {
8313 const struct mapi_table *_tbl = entry_current_get();
8314 mapi_func _func = ((const mapi_func *) _tbl)[787];
8315 ((void (APIENTRY *)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)) _func)(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod);
8316 }
8317
8318 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)
8319 {
8320 const struct mapi_table *_tbl = entry_current_get();
8321 mapi_func _func = ((const mapi_func *) _tbl)[788];
8322 ((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);
8323 }
8324
8325 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)
8326 {
8327 const struct mapi_table *_tbl = entry_current_get();
8328 mapi_func _func = ((const mapi_func *) _tbl)[789];
8329 ((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);
8330 }
8331
8332 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFragmentShaderATI)(GLuint id)
8333 {
8334 const struct mapi_table *_tbl = entry_current_get();
8335 mapi_func _func = ((const mapi_func *) _tbl)[790];
8336 ((void (APIENTRY *)(GLuint id)) _func)(id);
8337 }
8338
8339 GLAPI void APIENTRY GLAPI_PREFIX(EndFragmentShaderATI)(void)
8340 {
8341 const struct mapi_table *_tbl = entry_current_get();
8342 mapi_func _func = ((const mapi_func *) _tbl)[791];
8343 ((void (APIENTRY *)(void)) _func)();
8344 }
8345
8346 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenFragmentShadersATI)(GLuint range)
8347 {
8348 const struct mapi_table *_tbl = entry_current_get();
8349 mapi_func _func = ((const mapi_func *) _tbl)[792];
8350 return ((GLuint (APIENTRY *)(GLuint range)) _func)(range);
8351 }
8352
8353 GLAPI void APIENTRY GLAPI_PREFIX(PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle)
8354 {
8355 const struct mapi_table *_tbl = entry_current_get();
8356 mapi_func _func = ((const mapi_func *) _tbl)[793];
8357 ((void (APIENTRY *)(GLuint dst, GLuint coord, GLenum swizzle)) _func)(dst, coord, swizzle);
8358 }
8359
8360 GLAPI void APIENTRY GLAPI_PREFIX(SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle)
8361 {
8362 const struct mapi_table *_tbl = entry_current_get();
8363 mapi_func _func = ((const mapi_func *) _tbl)[794];
8364 ((void (APIENTRY *)(GLuint dst, GLuint interp, GLenum swizzle)) _func)(dst, interp, swizzle);
8365 }
8366
8367 GLAPI void APIENTRY GLAPI_PREFIX(SetFragmentShaderConstantATI)(GLuint dst, const GLfloat *value)
8368 {
8369 const struct mapi_table *_tbl = entry_current_get();
8370 mapi_func _func = ((const mapi_func *) _tbl)[795];
8371 ((void (APIENTRY *)(GLuint dst, const GLfloat *value)) _func)(dst, value);
8372 }
8373
8374 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriNV)(GLenum pname, GLint param)
8375 {
8376 const struct mapi_table *_tbl = entry_current_get();
8377 mapi_func _func = ((const mapi_func *) _tbl)[796];
8378 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
8379 }
8380
8381 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteri)(GLenum pname, GLint param)
8382 {
8383 const struct mapi_table *_tbl = entry_current_get();
8384 mapi_func _func = ((const mapi_func *) _tbl)[796];
8385 ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
8386 }
8387
8388 GLAPI void APIENTRY GLAPI_PREFIX(PointParameterivNV)(GLenum pname, const GLint *params)
8389 {
8390 const struct mapi_table *_tbl = entry_current_get();
8391 mapi_func _func = ((const mapi_func *) _tbl)[797];
8392 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
8393 }
8394
8395 GLAPI void APIENTRY GLAPI_PREFIX(PointParameteriv)(GLenum pname, const GLint *params)
8396 {
8397 const struct mapi_table *_tbl = entry_current_get();
8398 mapi_func _func = ((const mapi_func *) _tbl)[797];
8399 ((void (APIENTRY *)(GLenum pname, const GLint *params)) _func)(pname, params);
8400 }
8401
8402 GLAPI void APIENTRY GLAPI_PREFIX(DeleteVertexArrays)(GLsizei n, const GLuint *arrays)
8403 {
8404 const struct mapi_table *_tbl = entry_current_get();
8405 mapi_func _func = ((const mapi_func *) _tbl)[800];
8406 ((void (APIENTRY *)(GLsizei n, const GLuint *arrays)) _func)(n, arrays);
8407 }
8408
8409 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsVertexArray)(GLuint array)
8410 {
8411 const struct mapi_table *_tbl = entry_current_get();
8412 mapi_func _func = ((const mapi_func *) _tbl)[802];
8413 return ((GLboolean (APIENTRY *)(GLuint array)) _func)(array);
8414 }
8415
8416 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)
8417 {
8418 const struct mapi_table *_tbl = entry_current_get();
8419 mapi_func _func = ((const mapi_func *) _tbl)[803];
8420 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)) _func)(id, len, name, params);
8421 }
8422
8423 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)
8424 {
8425 const struct mapi_table *_tbl = entry_current_get();
8426 mapi_func _func = ((const mapi_func *) _tbl)[804];
8427 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)) _func)(id, len, name, params);
8428 }
8429
8430 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
8431 {
8432 const struct mapi_table *_tbl = entry_current_get();
8433 mapi_func _func = ((const mapi_func *) _tbl)[805];
8434 ((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);
8435 }
8436
8437 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)
8438 {
8439 const struct mapi_table *_tbl = entry_current_get();
8440 mapi_func _func = ((const mapi_func *) _tbl)[806];
8441 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)) _func)(id, len, name, v);
8442 }
8443
8444 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
8445 {
8446 const struct mapi_table *_tbl = entry_current_get();
8447 mapi_func _func = ((const mapi_func *) _tbl)[807];
8448 ((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);
8449 }
8450
8451 GLAPI void APIENTRY GLAPI_PREFIX(ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)
8452 {
8453 const struct mapi_table *_tbl = entry_current_get();
8454 mapi_func _func = ((const mapi_func *) _tbl)[808];
8455 ((void (APIENTRY *)(GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)) _func)(id, len, name, v);
8456 }
8457
8458 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndexNV)(GLuint index)
8459 {
8460 const struct mapi_table *_tbl = entry_current_get();
8461 mapi_func _func = ((const mapi_func *) _tbl)[809];
8462 ((void (APIENTRY *)(GLuint index)) _func)(index);
8463 }
8464
8465 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartIndex)(GLuint index)
8466 {
8467 const struct mapi_table *_tbl = entry_current_get();
8468 mapi_func _func = ((const mapi_func *) _tbl)[809];
8469 ((void (APIENTRY *)(GLuint index)) _func)(index);
8470 }
8471
8472 GLAPI void APIENTRY GLAPI_PREFIX(PrimitiveRestartNV)(void)
8473 {
8474 const struct mapi_table *_tbl = entry_current_get();
8475 mapi_func _func = ((const mapi_func *) _tbl)[810];
8476 ((void (APIENTRY *)(void)) _func)();
8477 }
8478
8479 GLAPI void APIENTRY GLAPI_PREFIX(BlendEquationSeparate)(GLenum modeRGB, GLenum modeA)
8480 {
8481 const struct mapi_table *_tbl = entry_current_get();
8482 mapi_func _func = ((const mapi_func *) _tbl)[858];
8483 ((void (APIENTRY *)(GLenum modeRGB, GLenum modeA)) _func)(modeRGB, modeA);
8484 }
8485
8486 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebufferEXT)(GLenum target, GLuint framebuffer)
8487 {
8488 const struct mapi_table *_tbl = entry_current_get();
8489 mapi_func _func = ((const mapi_func *) _tbl)[859];
8490 ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
8491 }
8492
8493 GLAPI void APIENTRY GLAPI_PREFIX(BindFramebuffer)(GLenum target, GLuint framebuffer)
8494 {
8495 const struct mapi_table *_tbl = entry_current_get();
8496 mapi_func _func = ((const mapi_func *) _tbl)[859];
8497 ((void (APIENTRY *)(GLenum target, GLuint framebuffer)) _func)(target, framebuffer);
8498 }
8499
8500 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbufferEXT)(GLenum target, GLuint renderbuffer)
8501 {
8502 const struct mapi_table *_tbl = entry_current_get();
8503 mapi_func _func = ((const mapi_func *) _tbl)[860];
8504 ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
8505 }
8506
8507 GLAPI void APIENTRY GLAPI_PREFIX(BindRenderbuffer)(GLenum target, GLuint renderbuffer)
8508 {
8509 const struct mapi_table *_tbl = entry_current_get();
8510 mapi_func _func = ((const mapi_func *) _tbl)[860];
8511 ((void (APIENTRY *)(GLenum target, GLuint renderbuffer)) _func)(target, renderbuffer);
8512 }
8513
8514 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatusEXT)(GLenum target)
8515 {
8516 const struct mapi_table *_tbl = entry_current_get();
8517 mapi_func _func = ((const mapi_func *) _tbl)[861];
8518 return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
8519 }
8520
8521 GLAPI GLenum APIENTRY GLAPI_PREFIX(CheckFramebufferStatus)(GLenum target)
8522 {
8523 const struct mapi_table *_tbl = entry_current_get();
8524 mapi_func _func = ((const mapi_func *) _tbl)[861];
8525 return ((GLenum (APIENTRY *)(GLenum target)) _func)(target);
8526 }
8527
8528 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffersEXT)(GLsizei n, const GLuint *framebuffers)
8529 {
8530 const struct mapi_table *_tbl = entry_current_get();
8531 mapi_func _func = ((const mapi_func *) _tbl)[862];
8532 ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
8533 }
8534
8535 GLAPI void APIENTRY GLAPI_PREFIX(DeleteFramebuffers)(GLsizei n, const GLuint *framebuffers)
8536 {
8537 const struct mapi_table *_tbl = entry_current_get();
8538 mapi_func _func = ((const mapi_func *) _tbl)[862];
8539 ((void (APIENTRY *)(GLsizei n, const GLuint *framebuffers)) _func)(n, framebuffers);
8540 }
8541
8542 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffersEXT)(GLsizei n, const GLuint *renderbuffers)
8543 {
8544 const struct mapi_table *_tbl = entry_current_get();
8545 mapi_func _func = ((const mapi_func *) _tbl)[863];
8546 ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
8547 }
8548
8549 GLAPI void APIENTRY GLAPI_PREFIX(DeleteRenderbuffers)(GLsizei n, const GLuint *renderbuffers)
8550 {
8551 const struct mapi_table *_tbl = entry_current_get();
8552 mapi_func _func = ((const mapi_func *) _tbl)[863];
8553 ((void (APIENTRY *)(GLsizei n, const GLuint *renderbuffers)) _func)(n, renderbuffers);
8554 }
8555
8556 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbufferEXT)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
8557 {
8558 const struct mapi_table *_tbl = entry_current_get();
8559 mapi_func _func = ((const mapi_func *) _tbl)[864];
8560 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
8561 }
8562
8563 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
8564 {
8565 const struct mapi_table *_tbl = entry_current_get();
8566 mapi_func _func = ((const mapi_func *) _tbl)[864];
8567 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)) _func)(target, attachment, renderbuffertarget, renderbuffer);
8568 }
8569
8570 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8571 {
8572 const struct mapi_table *_tbl = entry_current_get();
8573 mapi_func _func = ((const mapi_func *) _tbl)[865];
8574 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8575 }
8576
8577 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8578 {
8579 const struct mapi_table *_tbl = entry_current_get();
8580 mapi_func _func = ((const mapi_func *) _tbl)[865];
8581 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8582 }
8583
8584 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8585 {
8586 const struct mapi_table *_tbl = entry_current_get();
8587 mapi_func _func = ((const mapi_func *) _tbl)[866];
8588 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8589 }
8590
8591 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
8592 {
8593 const struct mapi_table *_tbl = entry_current_get();
8594 mapi_func _func = ((const mapi_func *) _tbl)[866];
8595 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)) _func)(target, attachment, textarget, texture, level);
8596 }
8597
8598 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3DEXT)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
8599 {
8600 const struct mapi_table *_tbl = entry_current_get();
8601 mapi_func _func = ((const mapi_func *) _tbl)[867];
8602 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
8603 }
8604
8605 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
8606 {
8607 const struct mapi_table *_tbl = entry_current_get();
8608 mapi_func _func = ((const mapi_func *) _tbl)[867];
8609 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)) _func)(target, attachment, textarget, texture, level, zoffset);
8610 }
8611
8612 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffersEXT)(GLsizei n, GLuint *framebuffers)
8613 {
8614 const struct mapi_table *_tbl = entry_current_get();
8615 mapi_func _func = ((const mapi_func *) _tbl)[868];
8616 ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
8617 }
8618
8619 GLAPI void APIENTRY GLAPI_PREFIX(GenFramebuffers)(GLsizei n, GLuint *framebuffers)
8620 {
8621 const struct mapi_table *_tbl = entry_current_get();
8622 mapi_func _func = ((const mapi_func *) _tbl)[868];
8623 ((void (APIENTRY *)(GLsizei n, GLuint *framebuffers)) _func)(n, framebuffers);
8624 }
8625
8626 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffersEXT)(GLsizei n, GLuint *renderbuffers)
8627 {
8628 const struct mapi_table *_tbl = entry_current_get();
8629 mapi_func _func = ((const mapi_func *) _tbl)[869];
8630 ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
8631 }
8632
8633 GLAPI void APIENTRY GLAPI_PREFIX(GenRenderbuffers)(GLsizei n, GLuint *renderbuffers)
8634 {
8635 const struct mapi_table *_tbl = entry_current_get();
8636 mapi_func _func = ((const mapi_func *) _tbl)[869];
8637 ((void (APIENTRY *)(GLsizei n, GLuint *renderbuffers)) _func)(n, renderbuffers);
8638 }
8639
8640 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmapEXT)(GLenum target)
8641 {
8642 const struct mapi_table *_tbl = entry_current_get();
8643 mapi_func _func = ((const mapi_func *) _tbl)[870];
8644 ((void (APIENTRY *)(GLenum target)) _func)(target);
8645 }
8646
8647 GLAPI void APIENTRY GLAPI_PREFIX(GenerateMipmap)(GLenum target)
8648 {
8649 const struct mapi_table *_tbl = entry_current_get();
8650 mapi_func _func = ((const mapi_func *) _tbl)[870];
8651 ((void (APIENTRY *)(GLenum target)) _func)(target);
8652 }
8653
8654 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
8655 {
8656 const struct mapi_table *_tbl = entry_current_get();
8657 mapi_func _func = ((const mapi_func *) _tbl)[871];
8658 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
8659 }
8660
8661 GLAPI void APIENTRY GLAPI_PREFIX(GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint *params)
8662 {
8663 const struct mapi_table *_tbl = entry_current_get();
8664 mapi_func _func = ((const mapi_func *) _tbl)[871];
8665 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLenum pname, GLint *params)) _func)(target, attachment, pname, params);
8666 }
8667
8668 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameterivEXT)(GLenum target, GLenum pname, GLint *params)
8669 {
8670 const struct mapi_table *_tbl = entry_current_get();
8671 mapi_func _func = ((const mapi_func *) _tbl)[872];
8672 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
8673 }
8674
8675 GLAPI void APIENTRY GLAPI_PREFIX(GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint *params)
8676 {
8677 const struct mapi_table *_tbl = entry_current_get();
8678 mapi_func _func = ((const mapi_func *) _tbl)[872];
8679 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
8680 }
8681
8682 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebufferEXT)(GLuint framebuffer)
8683 {
8684 const struct mapi_table *_tbl = entry_current_get();
8685 mapi_func _func = ((const mapi_func *) _tbl)[873];
8686 return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
8687 }
8688
8689 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer)
8690 {
8691 const struct mapi_table *_tbl = entry_current_get();
8692 mapi_func _func = ((const mapi_func *) _tbl)[873];
8693 return ((GLboolean (APIENTRY *)(GLuint framebuffer)) _func)(framebuffer);
8694 }
8695
8696 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbufferEXT)(GLuint renderbuffer)
8697 {
8698 const struct mapi_table *_tbl = entry_current_get();
8699 mapi_func _func = ((const mapi_func *) _tbl)[874];
8700 return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
8701 }
8702
8703 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsRenderbuffer)(GLuint renderbuffer)
8704 {
8705 const struct mapi_table *_tbl = entry_current_get();
8706 mapi_func _func = ((const mapi_func *) _tbl)[874];
8707 return ((GLboolean (APIENTRY *)(GLuint renderbuffer)) _func)(renderbuffer);
8708 }
8709
8710 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorageEXT)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
8711 {
8712 const struct mapi_table *_tbl = entry_current_get();
8713 mapi_func _func = ((const mapi_func *) _tbl)[875];
8714 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
8715 }
8716
8717 GLAPI void APIENTRY GLAPI_PREFIX(RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
8718 {
8719 const struct mapi_table *_tbl = entry_current_get();
8720 mapi_func _func = ((const mapi_func *) _tbl)[875];
8721 ((void (APIENTRY *)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)) _func)(target, internalformat, width, height);
8722 }
8723
8724 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)
8725 {
8726 const struct mapi_table *_tbl = entry_current_get();
8727 mapi_func _func = ((const mapi_func *) _tbl)[876];
8728 ((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);
8729 }
8730
8731 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocationEXT)(GLuint program, GLuint colorNumber, const GLchar *name)
8732 {
8733 const struct mapi_table *_tbl = entry_current_get();
8734 mapi_func _func = ((const mapi_func *) _tbl)[879];
8735 ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
8736 }
8737
8738 GLAPI void APIENTRY GLAPI_PREFIX(BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar *name)
8739 {
8740 const struct mapi_table *_tbl = entry_current_get();
8741 mapi_func _func = ((const mapi_func *) _tbl)[879];
8742 ((void (APIENTRY *)(GLuint program, GLuint colorNumber, const GLchar *name)) _func)(program, colorNumber, name);
8743 }
8744
8745 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocationEXT)(GLuint program, const GLchar *name)
8746 {
8747 const struct mapi_table *_tbl = entry_current_get();
8748 mapi_func _func = ((const mapi_func *) _tbl)[880];
8749 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
8750 }
8751
8752 GLAPI GLint APIENTRY GLAPI_PREFIX(GetFragDataLocation)(GLuint program, const GLchar *name)
8753 {
8754 const struct mapi_table *_tbl = entry_current_get();
8755 mapi_func _func = ((const mapi_func *) _tbl)[880];
8756 return ((GLint (APIENTRY *)(GLuint program, const GLchar *name)) _func)(program, name);
8757 }
8758
8759 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuivEXT)(GLuint program, GLint location, GLuint *params)
8760 {
8761 const struct mapi_table *_tbl = entry_current_get();
8762 mapi_func _func = ((const mapi_func *) _tbl)[881];
8763 ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
8764 }
8765
8766 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformuiv)(GLuint program, GLint location, GLuint *params)
8767 {
8768 const struct mapi_table *_tbl = entry_current_get();
8769 mapi_func _func = ((const mapi_func *) _tbl)[881];
8770 ((void (APIENTRY *)(GLuint program, GLint location, GLuint *params)) _func)(program, location, params);
8771 }
8772
8773 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIivEXT)(GLuint index, GLenum pname, GLint *params)
8774 {
8775 const struct mapi_table *_tbl = entry_current_get();
8776 mapi_func _func = ((const mapi_func *) _tbl)[882];
8777 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
8778 }
8779
8780 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIiv)(GLuint index, GLenum pname, GLint *params)
8781 {
8782 const struct mapi_table *_tbl = entry_current_get();
8783 mapi_func _func = ((const mapi_func *) _tbl)[882];
8784 ((void (APIENTRY *)(GLuint index, GLenum pname, GLint *params)) _func)(index, pname, params);
8785 }
8786
8787 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuivEXT)(GLuint index, GLenum pname, GLuint *params)
8788 {
8789 const struct mapi_table *_tbl = entry_current_get();
8790 mapi_func _func = ((const mapi_func *) _tbl)[883];
8791 ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
8792 }
8793
8794 GLAPI void APIENTRY GLAPI_PREFIX(GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint *params)
8795 {
8796 const struct mapi_table *_tbl = entry_current_get();
8797 mapi_func _func = ((const mapi_func *) _tbl)[883];
8798 ((void (APIENTRY *)(GLuint index, GLenum pname, GLuint *params)) _func)(index, pname, params);
8799 }
8800
8801 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiEXT)(GLint location, GLuint x)
8802 {
8803 const struct mapi_table *_tbl = entry_current_get();
8804 mapi_func _func = ((const mapi_func *) _tbl)[884];
8805 ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
8806 }
8807
8808 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1ui)(GLint location, GLuint x)
8809 {
8810 const struct mapi_table *_tbl = entry_current_get();
8811 mapi_func _func = ((const mapi_func *) _tbl)[884];
8812 ((void (APIENTRY *)(GLint location, GLuint x)) _func)(location, x);
8813 }
8814
8815 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uivEXT)(GLint location, GLsizei count, const GLuint *value)
8816 {
8817 const struct mapi_table *_tbl = entry_current_get();
8818 mapi_func _func = ((const mapi_func *) _tbl)[885];
8819 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8820 }
8821
8822 GLAPI void APIENTRY GLAPI_PREFIX(Uniform1uiv)(GLint location, GLsizei count, const GLuint *value)
8823 {
8824 const struct mapi_table *_tbl = entry_current_get();
8825 mapi_func _func = ((const mapi_func *) _tbl)[885];
8826 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8827 }
8828
8829 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiEXT)(GLint location, GLuint x, GLuint y)
8830 {
8831 const struct mapi_table *_tbl = entry_current_get();
8832 mapi_func _func = ((const mapi_func *) _tbl)[886];
8833 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
8834 }
8835
8836 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2ui)(GLint location, GLuint x, GLuint y)
8837 {
8838 const struct mapi_table *_tbl = entry_current_get();
8839 mapi_func _func = ((const mapi_func *) _tbl)[886];
8840 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y)) _func)(location, x, y);
8841 }
8842
8843 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uivEXT)(GLint location, GLsizei count, const GLuint *value)
8844 {
8845 const struct mapi_table *_tbl = entry_current_get();
8846 mapi_func _func = ((const mapi_func *) _tbl)[887];
8847 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8848 }
8849
8850 GLAPI void APIENTRY GLAPI_PREFIX(Uniform2uiv)(GLint location, GLsizei count, const GLuint *value)
8851 {
8852 const struct mapi_table *_tbl = entry_current_get();
8853 mapi_func _func = ((const mapi_func *) _tbl)[887];
8854 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8855 }
8856
8857 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiEXT)(GLint location, GLuint x, GLuint y, GLuint z)
8858 {
8859 const struct mapi_table *_tbl = entry_current_get();
8860 mapi_func _func = ((const mapi_func *) _tbl)[888];
8861 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
8862 }
8863
8864 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z)
8865 {
8866 const struct mapi_table *_tbl = entry_current_get();
8867 mapi_func _func = ((const mapi_func *) _tbl)[888];
8868 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z)) _func)(location, x, y, z);
8869 }
8870
8871 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uivEXT)(GLint location, GLsizei count, const GLuint *value)
8872 {
8873 const struct mapi_table *_tbl = entry_current_get();
8874 mapi_func _func = ((const mapi_func *) _tbl)[889];
8875 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8876 }
8877
8878 GLAPI void APIENTRY GLAPI_PREFIX(Uniform3uiv)(GLint location, GLsizei count, const GLuint *value)
8879 {
8880 const struct mapi_table *_tbl = entry_current_get();
8881 mapi_func _func = ((const mapi_func *) _tbl)[889];
8882 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8883 }
8884
8885 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiEXT)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
8886 {
8887 const struct mapi_table *_tbl = entry_current_get();
8888 mapi_func _func = ((const mapi_func *) _tbl)[890];
8889 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
8890 }
8891
8892 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
8893 {
8894 const struct mapi_table *_tbl = entry_current_get();
8895 mapi_func _func = ((const mapi_func *) _tbl)[890];
8896 ((void (APIENTRY *)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(location, x, y, z, w);
8897 }
8898
8899 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uivEXT)(GLint location, GLsizei count, const GLuint *value)
8900 {
8901 const struct mapi_table *_tbl = entry_current_get();
8902 mapi_func _func = ((const mapi_func *) _tbl)[891];
8903 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8904 }
8905
8906 GLAPI void APIENTRY GLAPI_PREFIX(Uniform4uiv)(GLint location, GLsizei count, const GLuint *value)
8907 {
8908 const struct mapi_table *_tbl = entry_current_get();
8909 mapi_func _func = ((const mapi_func *) _tbl)[891];
8910 ((void (APIENTRY *)(GLint location, GLsizei count, const GLuint *value)) _func)(location, count, value);
8911 }
8912
8913 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iEXT)(GLuint index, GLint x)
8914 {
8915 const struct mapi_table *_tbl = entry_current_get();
8916 mapi_func _func = ((const mapi_func *) _tbl)[892];
8917 ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
8918 }
8919
8920 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1i)(GLuint index, GLint x)
8921 {
8922 const struct mapi_table *_tbl = entry_current_get();
8923 mapi_func _func = ((const mapi_func *) _tbl)[892];
8924 ((void (APIENTRY *)(GLuint index, GLint x)) _func)(index, x);
8925 }
8926
8927 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ivEXT)(GLuint index, const GLint *v)
8928 {
8929 const struct mapi_table *_tbl = entry_current_get();
8930 mapi_func _func = ((const mapi_func *) _tbl)[893];
8931 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
8932 }
8933
8934 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1iv)(GLuint index, const GLint *v)
8935 {
8936 const struct mapi_table *_tbl = entry_current_get();
8937 mapi_func _func = ((const mapi_func *) _tbl)[893];
8938 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
8939 }
8940
8941 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiEXT)(GLuint index, GLuint x)
8942 {
8943 const struct mapi_table *_tbl = entry_current_get();
8944 mapi_func _func = ((const mapi_func *) _tbl)[894];
8945 ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
8946 }
8947
8948 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1ui)(GLuint index, GLuint x)
8949 {
8950 const struct mapi_table *_tbl = entry_current_get();
8951 mapi_func _func = ((const mapi_func *) _tbl)[894];
8952 ((void (APIENTRY *)(GLuint index, GLuint x)) _func)(index, x);
8953 }
8954
8955 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uivEXT)(GLuint index, const GLuint *v)
8956 {
8957 const struct mapi_table *_tbl = entry_current_get();
8958 mapi_func _func = ((const mapi_func *) _tbl)[895];
8959 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
8960 }
8961
8962 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI1uiv)(GLuint index, const GLuint *v)
8963 {
8964 const struct mapi_table *_tbl = entry_current_get();
8965 mapi_func _func = ((const mapi_func *) _tbl)[895];
8966 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
8967 }
8968
8969 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iEXT)(GLuint index, GLint x, GLint y)
8970 {
8971 const struct mapi_table *_tbl = entry_current_get();
8972 mapi_func _func = ((const mapi_func *) _tbl)[896];
8973 ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
8974 }
8975
8976 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2i)(GLuint index, GLint x, GLint y)
8977 {
8978 const struct mapi_table *_tbl = entry_current_get();
8979 mapi_func _func = ((const mapi_func *) _tbl)[896];
8980 ((void (APIENTRY *)(GLuint index, GLint x, GLint y)) _func)(index, x, y);
8981 }
8982
8983 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ivEXT)(GLuint index, const GLint *v)
8984 {
8985 const struct mapi_table *_tbl = entry_current_get();
8986 mapi_func _func = ((const mapi_func *) _tbl)[897];
8987 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
8988 }
8989
8990 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2iv)(GLuint index, const GLint *v)
8991 {
8992 const struct mapi_table *_tbl = entry_current_get();
8993 mapi_func _func = ((const mapi_func *) _tbl)[897];
8994 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
8995 }
8996
8997 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y)
8998 {
8999 const struct mapi_table *_tbl = entry_current_get();
9000 mapi_func _func = ((const mapi_func *) _tbl)[898];
9001 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
9002 }
9003
9004 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y)
9005 {
9006 const struct mapi_table *_tbl = entry_current_get();
9007 mapi_func _func = ((const mapi_func *) _tbl)[898];
9008 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y)) _func)(index, x, y);
9009 }
9010
9011 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uivEXT)(GLuint index, const GLuint *v)
9012 {
9013 const struct mapi_table *_tbl = entry_current_get();
9014 mapi_func _func = ((const mapi_func *) _tbl)[899];
9015 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9016 }
9017
9018 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI2uiv)(GLuint index, const GLuint *v)
9019 {
9020 const struct mapi_table *_tbl = entry_current_get();
9021 mapi_func _func = ((const mapi_func *) _tbl)[899];
9022 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9023 }
9024
9025 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z)
9026 {
9027 const struct mapi_table *_tbl = entry_current_get();
9028 mapi_func _func = ((const mapi_func *) _tbl)[900];
9029 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
9030 }
9031
9032 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z)
9033 {
9034 const struct mapi_table *_tbl = entry_current_get();
9035 mapi_func _func = ((const mapi_func *) _tbl)[900];
9036 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z)) _func)(index, x, y, z);
9037 }
9038
9039 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ivEXT)(GLuint index, const GLint *v)
9040 {
9041 const struct mapi_table *_tbl = entry_current_get();
9042 mapi_func _func = ((const mapi_func *) _tbl)[901];
9043 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9044 }
9045
9046 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3iv)(GLuint index, const GLint *v)
9047 {
9048 const struct mapi_table *_tbl = entry_current_get();
9049 mapi_func _func = ((const mapi_func *) _tbl)[901];
9050 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9051 }
9052
9053 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z)
9054 {
9055 const struct mapi_table *_tbl = entry_current_get();
9056 mapi_func _func = ((const mapi_func *) _tbl)[902];
9057 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
9058 }
9059
9060 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z)
9061 {
9062 const struct mapi_table *_tbl = entry_current_get();
9063 mapi_func _func = ((const mapi_func *) _tbl)[902];
9064 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z)) _func)(index, x, y, z);
9065 }
9066
9067 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uivEXT)(GLuint index, const GLuint *v)
9068 {
9069 const struct mapi_table *_tbl = entry_current_get();
9070 mapi_func _func = ((const mapi_func *) _tbl)[903];
9071 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9072 }
9073
9074 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI3uiv)(GLuint index, const GLuint *v)
9075 {
9076 const struct mapi_table *_tbl = entry_current_get();
9077 mapi_func _func = ((const mapi_func *) _tbl)[903];
9078 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9079 }
9080
9081 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bvEXT)(GLuint index, const GLbyte *v)
9082 {
9083 const struct mapi_table *_tbl = entry_current_get();
9084 mapi_func _func = ((const mapi_func *) _tbl)[904];
9085 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
9086 }
9087
9088 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4bv)(GLuint index, const GLbyte *v)
9089 {
9090 const struct mapi_table *_tbl = entry_current_get();
9091 mapi_func _func = ((const mapi_func *) _tbl)[904];
9092 ((void (APIENTRY *)(GLuint index, const GLbyte *v)) _func)(index, v);
9093 }
9094
9095 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w)
9096 {
9097 const struct mapi_table *_tbl = entry_current_get();
9098 mapi_func _func = ((const mapi_func *) _tbl)[905];
9099 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
9100 }
9101
9102 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w)
9103 {
9104 const struct mapi_table *_tbl = entry_current_get();
9105 mapi_func _func = ((const mapi_func *) _tbl)[905];
9106 ((void (APIENTRY *)(GLuint index, GLint x, GLint y, GLint z, GLint w)) _func)(index, x, y, z, w);
9107 }
9108
9109 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ivEXT)(GLuint index, const GLint *v)
9110 {
9111 const struct mapi_table *_tbl = entry_current_get();
9112 mapi_func _func = ((const mapi_func *) _tbl)[906];
9113 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9114 }
9115
9116 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4iv)(GLuint index, const GLint *v)
9117 {
9118 const struct mapi_table *_tbl = entry_current_get();
9119 mapi_func _func = ((const mapi_func *) _tbl)[906];
9120 ((void (APIENTRY *)(GLuint index, const GLint *v)) _func)(index, v);
9121 }
9122
9123 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4svEXT)(GLuint index, const GLshort *v)
9124 {
9125 const struct mapi_table *_tbl = entry_current_get();
9126 mapi_func _func = ((const mapi_func *) _tbl)[907];
9127 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
9128 }
9129
9130 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4sv)(GLuint index, const GLshort *v)
9131 {
9132 const struct mapi_table *_tbl = entry_current_get();
9133 mapi_func _func = ((const mapi_func *) _tbl)[907];
9134 ((void (APIENTRY *)(GLuint index, const GLshort *v)) _func)(index, v);
9135 }
9136
9137 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubvEXT)(GLuint index, const GLubyte *v)
9138 {
9139 const struct mapi_table *_tbl = entry_current_get();
9140 mapi_func _func = ((const mapi_func *) _tbl)[908];
9141 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
9142 }
9143
9144 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ubv)(GLuint index, const GLubyte *v)
9145 {
9146 const struct mapi_table *_tbl = entry_current_get();
9147 mapi_func _func = ((const mapi_func *) _tbl)[908];
9148 ((void (APIENTRY *)(GLuint index, const GLubyte *v)) _func)(index, v);
9149 }
9150
9151 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
9152 {
9153 const struct mapi_table *_tbl = entry_current_get();
9154 mapi_func _func = ((const mapi_func *) _tbl)[909];
9155 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
9156 }
9157
9158 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
9159 {
9160 const struct mapi_table *_tbl = entry_current_get();
9161 mapi_func _func = ((const mapi_func *) _tbl)[909];
9162 ((void (APIENTRY *)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)) _func)(index, x, y, z, w);
9163 }
9164
9165 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uivEXT)(GLuint index, const GLuint *v)
9166 {
9167 const struct mapi_table *_tbl = entry_current_get();
9168 mapi_func _func = ((const mapi_func *) _tbl)[910];
9169 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9170 }
9171
9172 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4uiv)(GLuint index, const GLuint *v)
9173 {
9174 const struct mapi_table *_tbl = entry_current_get();
9175 mapi_func _func = ((const mapi_func *) _tbl)[910];
9176 ((void (APIENTRY *)(GLuint index, const GLuint *v)) _func)(index, v);
9177 }
9178
9179 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usvEXT)(GLuint index, const GLushort *v)
9180 {
9181 const struct mapi_table *_tbl = entry_current_get();
9182 mapi_func _func = ((const mapi_func *) _tbl)[911];
9183 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
9184 }
9185
9186 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribI4usv)(GLuint index, const GLushort *v)
9187 {
9188 const struct mapi_table *_tbl = entry_current_get();
9189 mapi_func _func = ((const mapi_func *) _tbl)[911];
9190 ((void (APIENTRY *)(GLuint index, const GLushort *v)) _func)(index, v);
9191 }
9192
9193 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointerEXT)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
9194 {
9195 const struct mapi_table *_tbl = entry_current_get();
9196 mapi_func _func = ((const mapi_func *) _tbl)[912];
9197 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
9198 }
9199
9200 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
9201 {
9202 const struct mapi_table *_tbl = entry_current_get();
9203 mapi_func _func = ((const mapi_func *) _tbl)[912];
9204 ((void (APIENTRY *)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)) _func)(index, size, type, stride, pointer);
9205 }
9206
9207 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayerEXT)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9208 {
9209 const struct mapi_table *_tbl = entry_current_get();
9210 mapi_func _func = ((const mapi_func *) _tbl)[913];
9211 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9212 }
9213
9214 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
9215 {
9216 const struct mapi_table *_tbl = entry_current_get();
9217 mapi_func _func = ((const mapi_func *) _tbl)[913];
9218 ((void (APIENTRY *)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) _func)(target, attachment, texture, level, layer);
9219 }
9220
9221 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaskIndexedEXT)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
9222 {
9223 const struct mapi_table *_tbl = entry_current_get();
9224 mapi_func _func = ((const mapi_func *) _tbl)[914];
9225 ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
9226 }
9227
9228 GLAPI void APIENTRY GLAPI_PREFIX(ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
9229 {
9230 const struct mapi_table *_tbl = entry_current_get();
9231 mapi_func _func = ((const mapi_func *) _tbl)[914];
9232 ((void (APIENTRY *)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)) _func)(buf, r, g, b, a);
9233 }
9234
9235 GLAPI void APIENTRY GLAPI_PREFIX(DisableIndexedEXT)(GLenum target, GLuint index)
9236 {
9237 const struct mapi_table *_tbl = entry_current_get();
9238 mapi_func _func = ((const mapi_func *) _tbl)[915];
9239 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9240 }
9241
9242 GLAPI void APIENTRY GLAPI_PREFIX(Disablei)(GLenum target, GLuint index)
9243 {
9244 const struct mapi_table *_tbl = entry_current_get();
9245 mapi_func _func = ((const mapi_func *) _tbl)[915];
9246 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9247 }
9248
9249 GLAPI void APIENTRY GLAPI_PREFIX(EnableIndexedEXT)(GLenum target, GLuint index)
9250 {
9251 const struct mapi_table *_tbl = entry_current_get();
9252 mapi_func _func = ((const mapi_func *) _tbl)[916];
9253 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9254 }
9255
9256 GLAPI void APIENTRY GLAPI_PREFIX(Enablei)(GLenum target, GLuint index)
9257 {
9258 const struct mapi_table *_tbl = entry_current_get();
9259 mapi_func _func = ((const mapi_func *) _tbl)[916];
9260 ((void (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9261 }
9262
9263 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleanIndexedvEXT)(GLenum value, GLuint index, GLboolean *data)
9264 {
9265 const struct mapi_table *_tbl = entry_current_get();
9266 mapi_func _func = ((const mapi_func *) _tbl)[917];
9267 ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
9268 }
9269
9270 GLAPI void APIENTRY GLAPI_PREFIX(GetBooleani_v)(GLenum value, GLuint index, GLboolean *data)
9271 {
9272 const struct mapi_table *_tbl = entry_current_get();
9273 mapi_func _func = ((const mapi_func *) _tbl)[917];
9274 ((void (APIENTRY *)(GLenum value, GLuint index, GLboolean *data)) _func)(value, index, data);
9275 }
9276
9277 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegerIndexedvEXT)(GLenum value, GLuint index, GLint *data)
9278 {
9279 const struct mapi_table *_tbl = entry_current_get();
9280 mapi_func _func = ((const mapi_func *) _tbl)[918];
9281 ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
9282 }
9283
9284 GLAPI void APIENTRY GLAPI_PREFIX(GetIntegeri_v)(GLenum value, GLuint index, GLint *data)
9285 {
9286 const struct mapi_table *_tbl = entry_current_get();
9287 mapi_func _func = ((const mapi_func *) _tbl)[918];
9288 ((void (APIENTRY *)(GLenum value, GLuint index, GLint *data)) _func)(value, index, data);
9289 }
9290
9291 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledIndexedEXT)(GLenum target, GLuint index)
9292 {
9293 const struct mapi_table *_tbl = entry_current_get();
9294 mapi_func _func = ((const mapi_func *) _tbl)[919];
9295 return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9296 }
9297
9298 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsEnabledi)(GLenum target, GLuint index)
9299 {
9300 const struct mapi_table *_tbl = entry_current_get();
9301 mapi_func _func = ((const mapi_func *) _tbl)[919];
9302 return ((GLboolean (APIENTRY *)(GLenum target, GLuint index)) _func)(target, index);
9303 }
9304
9305 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a)
9306 {
9307 const struct mapi_table *_tbl = entry_current_get();
9308 mapi_func _func = ((const mapi_func *) _tbl)[920];
9309 ((void (APIENTRY *)(GLint r, GLint g, GLint b, GLint a)) _func)(r, g, b, a);
9310 }
9311
9312 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a)
9313 {
9314 const struct mapi_table *_tbl = entry_current_get();
9315 mapi_func _func = ((const mapi_func *) _tbl)[921];
9316 ((void (APIENTRY *)(GLuint r, GLuint g, GLuint b, GLuint a)) _func)(r, g, b, a);
9317 }
9318
9319 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIivEXT)(GLenum target, GLenum pname, GLint *params)
9320 {
9321 const struct mapi_table *_tbl = entry_current_get();
9322 mapi_func _func = ((const mapi_func *) _tbl)[922];
9323 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9324 }
9325
9326 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIiv)(GLenum target, GLenum pname, GLint *params)
9327 {
9328 const struct mapi_table *_tbl = entry_current_get();
9329 mapi_func _func = ((const mapi_func *) _tbl)[922];
9330 ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
9331 }
9332
9333 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuivEXT)(GLenum target, GLenum pname, GLuint *params)
9334 {
9335 const struct mapi_table *_tbl = entry_current_get();
9336 mapi_func _func = ((const mapi_func *) _tbl)[923];
9337 ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
9338 }
9339
9340 GLAPI void APIENTRY GLAPI_PREFIX(GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint *params)
9341 {
9342 const struct mapi_table *_tbl = entry_current_get();
9343 mapi_func _func = ((const mapi_func *) _tbl)[923];
9344 ((void (APIENTRY *)(GLenum target, GLenum pname, GLuint *params)) _func)(target, pname, params);
9345 }
9346
9347 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIivEXT)(GLenum target, GLenum pname, const GLint *params)
9348 {
9349 const struct mapi_table *_tbl = entry_current_get();
9350 mapi_func _func = ((const mapi_func *) _tbl)[924];
9351 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
9352 }
9353
9354 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIiv)(GLenum target, GLenum pname, const GLint *params)
9355 {
9356 const struct mapi_table *_tbl = entry_current_get();
9357 mapi_func _func = ((const mapi_func *) _tbl)[924];
9358 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
9359 }
9360
9361 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuivEXT)(GLenum target, GLenum pname, const GLuint *params)
9362 {
9363 const struct mapi_table *_tbl = entry_current_get();
9364 mapi_func _func = ((const mapi_func *) _tbl)[925];
9365 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
9366 }
9367
9368 GLAPI void APIENTRY GLAPI_PREFIX(TexParameterIuiv)(GLenum target, GLenum pname, const GLuint *params)
9369 {
9370 const struct mapi_table *_tbl = entry_current_get();
9371 mapi_func _func = ((const mapi_func *) _tbl)[925];
9372 ((void (APIENTRY *)(GLenum target, GLenum pname, const GLuint *params)) _func)(target, pname, params);
9373 }
9374
9375 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRenderNV)(GLuint query, GLenum mode)
9376 {
9377 const struct mapi_table *_tbl = entry_current_get();
9378 mapi_func _func = ((const mapi_func *) _tbl)[926];
9379 ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
9380 }
9381
9382 GLAPI void APIENTRY GLAPI_PREFIX(BeginConditionalRender)(GLuint query, GLenum mode)
9383 {
9384 const struct mapi_table *_tbl = entry_current_get();
9385 mapi_func _func = ((const mapi_func *) _tbl)[926];
9386 ((void (APIENTRY *)(GLuint query, GLenum mode)) _func)(query, mode);
9387 }
9388
9389 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRenderNV)(void)
9390 {
9391 const struct mapi_table *_tbl = entry_current_get();
9392 mapi_func _func = ((const mapi_func *) _tbl)[927];
9393 ((void (APIENTRY *)(void)) _func)();
9394 }
9395
9396 GLAPI void APIENTRY GLAPI_PREFIX(EndConditionalRender)(void)
9397 {
9398 const struct mapi_table *_tbl = entry_current_get();
9399 mapi_func _func = ((const mapi_func *) _tbl)[927];
9400 ((void (APIENTRY *)(void)) _func)();
9401 }
9402
9403 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedbackEXT)(GLenum mode)
9404 {
9405 const struct mapi_table *_tbl = entry_current_get();
9406 mapi_func _func = ((const mapi_func *) _tbl)[928];
9407 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9408 }
9409
9410 GLAPI void APIENTRY GLAPI_PREFIX(BeginTransformFeedback)(GLenum mode)
9411 {
9412 const struct mapi_table *_tbl = entry_current_get();
9413 mapi_func _func = ((const mapi_func *) _tbl)[928];
9414 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9415 }
9416
9417 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBaseEXT)(GLenum target, GLuint index, GLuint buffer)
9418 {
9419 const struct mapi_table *_tbl = entry_current_get();
9420 mapi_func _func = ((const mapi_func *) _tbl)[929];
9421 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
9422 }
9423
9424 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferBase)(GLenum target, GLuint index, GLuint buffer)
9425 {
9426 const struct mapi_table *_tbl = entry_current_get();
9427 mapi_func _func = ((const mapi_func *) _tbl)[929];
9428 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer)) _func)(target, index, buffer);
9429 }
9430
9431 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
9432 {
9433 const struct mapi_table *_tbl = entry_current_get();
9434 mapi_func _func = ((const mapi_func *) _tbl)[930];
9435 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset)) _func)(target, index, buffer, offset);
9436 }
9437
9438 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRangeEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
9439 {
9440 const struct mapi_table *_tbl = entry_current_get();
9441 mapi_func _func = ((const mapi_func *) _tbl)[931];
9442 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
9443 }
9444
9445 GLAPI void APIENTRY GLAPI_PREFIX(BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
9446 {
9447 const struct mapi_table *_tbl = entry_current_get();
9448 mapi_func _func = ((const mapi_func *) _tbl)[931];
9449 ((void (APIENTRY *)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)) _func)(target, index, buffer, offset, size);
9450 }
9451
9452 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedbackEXT)(void)
9453 {
9454 const struct mapi_table *_tbl = entry_current_get();
9455 mapi_func _func = ((const mapi_func *) _tbl)[932];
9456 ((void (APIENTRY *)(void)) _func)();
9457 }
9458
9459 GLAPI void APIENTRY GLAPI_PREFIX(EndTransformFeedback)(void)
9460 {
9461 const struct mapi_table *_tbl = entry_current_get();
9462 mapi_func _func = ((const mapi_func *) _tbl)[932];
9463 ((void (APIENTRY *)(void)) _func)();
9464 }
9465
9466 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVaryingEXT)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
9467 {
9468 const struct mapi_table *_tbl = entry_current_get();
9469 mapi_func _func = ((const mapi_func *) _tbl)[933];
9470 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
9471 }
9472
9473 GLAPI void APIENTRY GLAPI_PREFIX(GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
9474 {
9475 const struct mapi_table *_tbl = entry_current_get();
9476 mapi_func _func = ((const mapi_func *) _tbl)[933];
9477 ((void (APIENTRY *)(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)) _func)(program, index, bufSize, length, size, type, name);
9478 }
9479
9480 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryingsEXT)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)
9481 {
9482 const struct mapi_table *_tbl = entry_current_get();
9483 mapi_func _func = ((const mapi_func *) _tbl)[934];
9484 ((void (APIENTRY *)(GLuint program, GLsizei count, const char **varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
9485 }
9486
9487 GLAPI void APIENTRY GLAPI_PREFIX(TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)
9488 {
9489 const struct mapi_table *_tbl = entry_current_get();
9490 mapi_func _func = ((const mapi_func *) _tbl)[934];
9491 ((void (APIENTRY *)(GLuint program, GLsizei count, const GLchar* *varyings, GLenum bufferMode)) _func)(program, count, varyings, bufferMode);
9492 }
9493
9494 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertexEXT)(GLenum mode)
9495 {
9496 const struct mapi_table *_tbl = entry_current_get();
9497 mapi_func _func = ((const mapi_func *) _tbl)[935];
9498 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9499 }
9500
9501 GLAPI void APIENTRY GLAPI_PREFIX(ProvokingVertex)(GLenum mode)
9502 {
9503 const struct mapi_table *_tbl = entry_current_get();
9504 mapi_func _func = ((const mapi_func *) _tbl)[935];
9505 ((void (APIENTRY *)(GLenum mode)) _func)(mode);
9506 }
9507
9508 GLAPI void APIENTRY GLAPI_PREFIX(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint *value)
9509 {
9510 const struct mapi_table *_tbl = entry_current_get();
9511 mapi_func _func = ((const mapi_func *) _tbl)[938];
9512 ((void (APIENTRY *)(GLenum objectType, GLuint name, GLenum pname, GLint *value)) _func)(objectType, name, pname, value);
9513 }
9514
9515 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
9516 {
9517 const struct mapi_table *_tbl = entry_current_get();
9518 mapi_func _func = ((const mapi_func *) _tbl)[939];
9519 return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
9520 }
9521
9522 GLAPI GLenum APIENTRY GLAPI_PREFIX(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option)
9523 {
9524 const struct mapi_table *_tbl = entry_current_get();
9525 mapi_func _func = ((const mapi_func *) _tbl)[940];
9526 return ((GLenum (APIENTRY *)(GLenum objectType, GLuint name, GLenum option)) _func)(objectType, name, option);
9527 }
9528
9529 GLAPI void APIENTRY GLAPI_PREFIX(ActiveProgramEXT)(GLuint program)
9530 {
9531 const struct mapi_table *_tbl = entry_current_get();
9532 mapi_func _func = ((const mapi_func *) _tbl)[941];
9533 ((void (APIENTRY *)(GLuint program)) _func)(program);
9534 }
9535
9536 GLAPI GLuint APIENTRY GLAPI_PREFIX(CreateShaderProgramEXT)(GLenum type, const GLchar *string)
9537 {
9538 const struct mapi_table *_tbl = entry_current_get();
9539 mapi_func _func = ((const mapi_func *) _tbl)[942];
9540 return ((GLuint (APIENTRY *)(GLenum type, const GLchar *string)) _func)(type, string);
9541 }
9542
9543 GLAPI void APIENTRY GLAPI_PREFIX(UseShaderProgramEXT)(GLenum type, GLuint program)
9544 {
9545 const struct mapi_table *_tbl = entry_current_get();
9546 mapi_func _func = ((const mapi_func *) _tbl)[943];
9547 ((void (APIENTRY *)(GLenum type, GLuint program)) _func)(type, program);
9548 }
9549
9550 GLAPI void APIENTRY GLAPI_PREFIX(TextureBarrierNV)(void)
9551 {
9552 const struct mapi_table *_tbl = entry_current_get();
9553 mapi_func _func = ((const mapi_func *) _tbl)[944];
9554 ((void (APIENTRY *)(void)) _func)();
9555 }
9556
9557 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid *writeOffset)
9558 {
9559 const struct mapi_table *_tbl = entry_current_get();
9560 mapi_func _func = ((const mapi_func *) _tbl)[950];
9561 ((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
9562 }
9563
9564 GLAPI void APIENTRY GLAPI_PREFIX(EGLImageTargetTexture2DOES)(GLenum target, GLvoid *writeOffset)
9565 {
9566 const struct mapi_table *_tbl = entry_current_get();
9567 mapi_func _func = ((const mapi_func *) _tbl)[951];
9568 ((void (APIENTRY *)(GLenum target, GLvoid *writeOffset)) _func)(target, writeOffset);
9569 }
9570
9571 /* does not need public_entries */
9572 #undef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
9573 #endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
9574
9575 #ifdef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
9576 __asm__(
9577 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NewList))"\n"
9578 "\t"STUB_ASM_CODE("0")"\n"
9579
9580 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndList))"\n"
9581 "\t"STUB_ASM_CODE("1")"\n"
9582
9583 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallList))"\n"
9584 "\t"STUB_ASM_CODE("2")"\n"
9585
9586 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallLists))"\n"
9587 "\t"STUB_ASM_CODE("3")"\n"
9588
9589 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteLists))"\n"
9590 "\t"STUB_ASM_CODE("4")"\n"
9591
9592 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenLists))"\n"
9593 "\t"STUB_ASM_CODE("5")"\n"
9594
9595 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase))"\n"
9596 "\t"STUB_ASM_CODE("6")"\n"
9597
9598 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Begin))"\n"
9599 "\t"STUB_ASM_CODE("7")"\n"
9600
9601 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Bitmap))"\n"
9602 "\t"STUB_ASM_CODE("8")"\n"
9603
9604 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3b))"\n"
9605 "\t"STUB_ASM_CODE("9")"\n"
9606
9607 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3bv))"\n"
9608 "\t"STUB_ASM_CODE("10")"\n"
9609
9610 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3d))"\n"
9611 "\t"STUB_ASM_CODE("11")"\n"
9612
9613 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3dv))"\n"
9614 "\t"STUB_ASM_CODE("12")"\n"
9615
9616 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3f))"\n"
9617 "\t"STUB_ASM_CODE("13")"\n"
9618
9619 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3fv))"\n"
9620 "\t"STUB_ASM_CODE("14")"\n"
9621
9622 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3i))"\n"
9623 "\t"STUB_ASM_CODE("15")"\n"
9624
9625 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3iv))"\n"
9626 "\t"STUB_ASM_CODE("16")"\n"
9627
9628 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3s))"\n"
9629 "\t"STUB_ASM_CODE("17")"\n"
9630
9631 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3sv))"\n"
9632 "\t"STUB_ASM_CODE("18")"\n"
9633
9634 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ub))"\n"
9635 "\t"STUB_ASM_CODE("19")"\n"
9636
9637 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ubv))"\n"
9638 "\t"STUB_ASM_CODE("20")"\n"
9639
9640 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ui))"\n"
9641 "\t"STUB_ASM_CODE("21")"\n"
9642
9643 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3uiv))"\n"
9644 "\t"STUB_ASM_CODE("22")"\n"
9645
9646 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3us))"\n"
9647 "\t"STUB_ASM_CODE("23")"\n"
9648
9649 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3usv))"\n"
9650 "\t"STUB_ASM_CODE("24")"\n"
9651
9652 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4b))"\n"
9653 "\t"STUB_ASM_CODE("25")"\n"
9654
9655 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4bv))"\n"
9656 "\t"STUB_ASM_CODE("26")"\n"
9657
9658 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4d))"\n"
9659 "\t"STUB_ASM_CODE("27")"\n"
9660
9661 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4dv))"\n"
9662 "\t"STUB_ASM_CODE("28")"\n"
9663
9664 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4f))"\n"
9665 "\t"STUB_ASM_CODE("29")"\n"
9666
9667 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4fv))"\n"
9668 "\t"STUB_ASM_CODE("30")"\n"
9669
9670 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4i))"\n"
9671 "\t"STUB_ASM_CODE("31")"\n"
9672
9673 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4iv))"\n"
9674 "\t"STUB_ASM_CODE("32")"\n"
9675
9676 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4s))"\n"
9677 "\t"STUB_ASM_CODE("33")"\n"
9678
9679 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4sv))"\n"
9680 "\t"STUB_ASM_CODE("34")"\n"
9681
9682 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ub))"\n"
9683 "\t"STUB_ASM_CODE("35")"\n"
9684
9685 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ubv))"\n"
9686 "\t"STUB_ASM_CODE("36")"\n"
9687
9688 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ui))"\n"
9689 "\t"STUB_ASM_CODE("37")"\n"
9690
9691 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4uiv))"\n"
9692 "\t"STUB_ASM_CODE("38")"\n"
9693
9694 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4us))"\n"
9695 "\t"STUB_ASM_CODE("39")"\n"
9696
9697 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4usv))"\n"
9698 "\t"STUB_ASM_CODE("40")"\n"
9699
9700 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlag))"\n"
9701 "\t"STUB_ASM_CODE("41")"\n"
9702
9703 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagv))"\n"
9704 "\t"STUB_ASM_CODE("42")"\n"
9705
9706 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(End))"\n"
9707 "\t"STUB_ASM_CODE("43")"\n"
9708
9709 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexd))"\n"
9710 "\t"STUB_ASM_CODE("44")"\n"
9711
9712 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexdv))"\n"
9713 "\t"STUB_ASM_CODE("45")"\n"
9714
9715 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexf))"\n"
9716 "\t"STUB_ASM_CODE("46")"\n"
9717
9718 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexfv))"\n"
9719 "\t"STUB_ASM_CODE("47")"\n"
9720
9721 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexi))"\n"
9722 "\t"STUB_ASM_CODE("48")"\n"
9723
9724 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexiv))"\n"
9725 "\t"STUB_ASM_CODE("49")"\n"
9726
9727 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexs))"\n"
9728 "\t"STUB_ASM_CODE("50")"\n"
9729
9730 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexsv))"\n"
9731 "\t"STUB_ASM_CODE("51")"\n"
9732
9733 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3b))"\n"
9734 "\t"STUB_ASM_CODE("52")"\n"
9735
9736 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3bv))"\n"
9737 "\t"STUB_ASM_CODE("53")"\n"
9738
9739 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3d))"\n"
9740 "\t"STUB_ASM_CODE("54")"\n"
9741
9742 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3dv))"\n"
9743 "\t"STUB_ASM_CODE("55")"\n"
9744
9745 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3f))"\n"
9746 "\t"STUB_ASM_CODE("56")"\n"
9747
9748 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3fv))"\n"
9749 "\t"STUB_ASM_CODE("57")"\n"
9750
9751 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3i))"\n"
9752 "\t"STUB_ASM_CODE("58")"\n"
9753
9754 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3iv))"\n"
9755 "\t"STUB_ASM_CODE("59")"\n"
9756
9757 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3s))"\n"
9758 "\t"STUB_ASM_CODE("60")"\n"
9759
9760 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3sv))"\n"
9761 "\t"STUB_ASM_CODE("61")"\n"
9762
9763 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2d))"\n"
9764 "\t"STUB_ASM_CODE("62")"\n"
9765
9766 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2dv))"\n"
9767 "\t"STUB_ASM_CODE("63")"\n"
9768
9769 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2f))"\n"
9770 "\t"STUB_ASM_CODE("64")"\n"
9771
9772 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2fv))"\n"
9773 "\t"STUB_ASM_CODE("65")"\n"
9774
9775 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2i))"\n"
9776 "\t"STUB_ASM_CODE("66")"\n"
9777
9778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2iv))"\n"
9779 "\t"STUB_ASM_CODE("67")"\n"
9780
9781 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2s))"\n"
9782 "\t"STUB_ASM_CODE("68")"\n"
9783
9784 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2sv))"\n"
9785 "\t"STUB_ASM_CODE("69")"\n"
9786
9787 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3d))"\n"
9788 "\t"STUB_ASM_CODE("70")"\n"
9789
9790 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3dv))"\n"
9791 "\t"STUB_ASM_CODE("71")"\n"
9792
9793 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3f))"\n"
9794 "\t"STUB_ASM_CODE("72")"\n"
9795
9796 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3fv))"\n"
9797 "\t"STUB_ASM_CODE("73")"\n"
9798
9799 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3i))"\n"
9800 "\t"STUB_ASM_CODE("74")"\n"
9801
9802 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3iv))"\n"
9803 "\t"STUB_ASM_CODE("75")"\n"
9804
9805 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3s))"\n"
9806 "\t"STUB_ASM_CODE("76")"\n"
9807
9808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3sv))"\n"
9809 "\t"STUB_ASM_CODE("77")"\n"
9810
9811 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4d))"\n"
9812 "\t"STUB_ASM_CODE("78")"\n"
9813
9814 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4dv))"\n"
9815 "\t"STUB_ASM_CODE("79")"\n"
9816
9817 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4f))"\n"
9818 "\t"STUB_ASM_CODE("80")"\n"
9819
9820 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4fv))"\n"
9821 "\t"STUB_ASM_CODE("81")"\n"
9822
9823 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4i))"\n"
9824 "\t"STUB_ASM_CODE("82")"\n"
9825
9826 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4iv))"\n"
9827 "\t"STUB_ASM_CODE("83")"\n"
9828
9829 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4s))"\n"
9830 "\t"STUB_ASM_CODE("84")"\n"
9831
9832 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4sv))"\n"
9833 "\t"STUB_ASM_CODE("85")"\n"
9834
9835 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectd))"\n"
9836 "\t"STUB_ASM_CODE("86")"\n"
9837
9838 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectdv))"\n"
9839 "\t"STUB_ASM_CODE("87")"\n"
9840
9841 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectf))"\n"
9842 "\t"STUB_ASM_CODE("88")"\n"
9843
9844 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectfv))"\n"
9845 "\t"STUB_ASM_CODE("89")"\n"
9846
9847 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Recti))"\n"
9848 "\t"STUB_ASM_CODE("90")"\n"
9849
9850 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectiv))"\n"
9851 "\t"STUB_ASM_CODE("91")"\n"
9852
9853 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rects))"\n"
9854 "\t"STUB_ASM_CODE("92")"\n"
9855
9856 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectsv))"\n"
9857 "\t"STUB_ASM_CODE("93")"\n"
9858
9859 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1d))"\n"
9860 "\t"STUB_ASM_CODE("94")"\n"
9861
9862 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1dv))"\n"
9863 "\t"STUB_ASM_CODE("95")"\n"
9864
9865 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1f))"\n"
9866 "\t"STUB_ASM_CODE("96")"\n"
9867
9868 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1fv))"\n"
9869 "\t"STUB_ASM_CODE("97")"\n"
9870
9871 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1i))"\n"
9872 "\t"STUB_ASM_CODE("98")"\n"
9873
9874 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1iv))"\n"
9875 "\t"STUB_ASM_CODE("99")"\n"
9876
9877 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1s))"\n"
9878 "\t"STUB_ASM_CODE("100")"\n"
9879
9880 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1sv))"\n"
9881 "\t"STUB_ASM_CODE("101")"\n"
9882
9883 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2d))"\n"
9884 "\t"STUB_ASM_CODE("102")"\n"
9885
9886 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2dv))"\n"
9887 "\t"STUB_ASM_CODE("103")"\n"
9888
9889 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2f))"\n"
9890 "\t"STUB_ASM_CODE("104")"\n"
9891
9892 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2fv))"\n"
9893 "\t"STUB_ASM_CODE("105")"\n"
9894
9895 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2i))"\n"
9896 "\t"STUB_ASM_CODE("106")"\n"
9897
9898 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2iv))"\n"
9899 "\t"STUB_ASM_CODE("107")"\n"
9900
9901 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2s))"\n"
9902 "\t"STUB_ASM_CODE("108")"\n"
9903
9904 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2sv))"\n"
9905 "\t"STUB_ASM_CODE("109")"\n"
9906
9907 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3d))"\n"
9908 "\t"STUB_ASM_CODE("110")"\n"
9909
9910 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3dv))"\n"
9911 "\t"STUB_ASM_CODE("111")"\n"
9912
9913 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3f))"\n"
9914 "\t"STUB_ASM_CODE("112")"\n"
9915
9916 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3fv))"\n"
9917 "\t"STUB_ASM_CODE("113")"\n"
9918
9919 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3i))"\n"
9920 "\t"STUB_ASM_CODE("114")"\n"
9921
9922 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3iv))"\n"
9923 "\t"STUB_ASM_CODE("115")"\n"
9924
9925 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3s))"\n"
9926 "\t"STUB_ASM_CODE("116")"\n"
9927
9928 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3sv))"\n"
9929 "\t"STUB_ASM_CODE("117")"\n"
9930
9931 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4d))"\n"
9932 "\t"STUB_ASM_CODE("118")"\n"
9933
9934 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4dv))"\n"
9935 "\t"STUB_ASM_CODE("119")"\n"
9936
9937 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4f))"\n"
9938 "\t"STUB_ASM_CODE("120")"\n"
9939
9940 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4fv))"\n"
9941 "\t"STUB_ASM_CODE("121")"\n"
9942
9943 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4i))"\n"
9944 "\t"STUB_ASM_CODE("122")"\n"
9945
9946 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4iv))"\n"
9947 "\t"STUB_ASM_CODE("123")"\n"
9948
9949 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4s))"\n"
9950 "\t"STUB_ASM_CODE("124")"\n"
9951
9952 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4sv))"\n"
9953 "\t"STUB_ASM_CODE("125")"\n"
9954
9955 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2d))"\n"
9956 "\t"STUB_ASM_CODE("126")"\n"
9957
9958 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2dv))"\n"
9959 "\t"STUB_ASM_CODE("127")"\n"
9960
9961 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2f))"\n"
9962 "\t"STUB_ASM_CODE("128")"\n"
9963
9964 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2fv))"\n"
9965 "\t"STUB_ASM_CODE("129")"\n"
9966
9967 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2i))"\n"
9968 "\t"STUB_ASM_CODE("130")"\n"
9969
9970 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2iv))"\n"
9971 "\t"STUB_ASM_CODE("131")"\n"
9972
9973 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2s))"\n"
9974 "\t"STUB_ASM_CODE("132")"\n"
9975
9976 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2sv))"\n"
9977 "\t"STUB_ASM_CODE("133")"\n"
9978
9979 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3d))"\n"
9980 "\t"STUB_ASM_CODE("134")"\n"
9981
9982 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3dv))"\n"
9983 "\t"STUB_ASM_CODE("135")"\n"
9984
9985 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3f))"\n"
9986 "\t"STUB_ASM_CODE("136")"\n"
9987
9988 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3fv))"\n"
9989 "\t"STUB_ASM_CODE("137")"\n"
9990
9991 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3i))"\n"
9992 "\t"STUB_ASM_CODE("138")"\n"
9993
9994 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3iv))"\n"
9995 "\t"STUB_ASM_CODE("139")"\n"
9996
9997 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3s))"\n"
9998 "\t"STUB_ASM_CODE("140")"\n"
9999
10000 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3sv))"\n"
10001 "\t"STUB_ASM_CODE("141")"\n"
10002
10003 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4d))"\n"
10004 "\t"STUB_ASM_CODE("142")"\n"
10005
10006 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4dv))"\n"
10007 "\t"STUB_ASM_CODE("143")"\n"
10008
10009 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4f))"\n"
10010 "\t"STUB_ASM_CODE("144")"\n"
10011
10012 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4fv))"\n"
10013 "\t"STUB_ASM_CODE("145")"\n"
10014
10015 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4i))"\n"
10016 "\t"STUB_ASM_CODE("146")"\n"
10017
10018 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4iv))"\n"
10019 "\t"STUB_ASM_CODE("147")"\n"
10020
10021 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4s))"\n"
10022 "\t"STUB_ASM_CODE("148")"\n"
10023
10024 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4sv))"\n"
10025 "\t"STUB_ASM_CODE("149")"\n"
10026
10027 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlane))"\n"
10028 "\t"STUB_ASM_CODE("150")"\n"
10029
10030 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaterial))"\n"
10031 "\t"STUB_ASM_CODE("151")"\n"
10032
10033 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CullFace))"\n"
10034 "\t"STUB_ASM_CODE("152")"\n"
10035
10036 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogf))"\n"
10037 "\t"STUB_ASM_CODE("153")"\n"
10038
10039 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogfv))"\n"
10040 "\t"STUB_ASM_CODE("154")"\n"
10041
10042 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogi))"\n"
10043 "\t"STUB_ASM_CODE("155")"\n"
10044
10045 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogiv))"\n"
10046 "\t"STUB_ASM_CODE("156")"\n"
10047
10048 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrontFace))"\n"
10049 "\t"STUB_ASM_CODE("157")"\n"
10050
10051 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Hint))"\n"
10052 "\t"STUB_ASM_CODE("158")"\n"
10053
10054 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightf))"\n"
10055 "\t"STUB_ASM_CODE("159")"\n"
10056
10057 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightfv))"\n"
10058 "\t"STUB_ASM_CODE("160")"\n"
10059
10060 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lighti))"\n"
10061 "\t"STUB_ASM_CODE("161")"\n"
10062
10063 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightiv))"\n"
10064 "\t"STUB_ASM_CODE("162")"\n"
10065
10066 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelf))"\n"
10067 "\t"STUB_ASM_CODE("163")"\n"
10068
10069 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelfv))"\n"
10070 "\t"STUB_ASM_CODE("164")"\n"
10071
10072 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeli))"\n"
10073 "\t"STUB_ASM_CODE("165")"\n"
10074
10075 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeliv))"\n"
10076 "\t"STUB_ASM_CODE("166")"\n"
10077
10078 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineStipple))"\n"
10079 "\t"STUB_ASM_CODE("167")"\n"
10080
10081 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidth))"\n"
10082 "\t"STUB_ASM_CODE("168")"\n"
10083
10084 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialf))"\n"
10085 "\t"STUB_ASM_CODE("169")"\n"
10086
10087 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialfv))"\n"
10088 "\t"STUB_ASM_CODE("170")"\n"
10089
10090 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materiali))"\n"
10091 "\t"STUB_ASM_CODE("171")"\n"
10092
10093 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialiv))"\n"
10094 "\t"STUB_ASM_CODE("172")"\n"
10095
10096 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize))"\n"
10097 "\t"STUB_ASM_CODE("173")"\n"
10098
10099 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonMode))"\n"
10100 "\t"STUB_ASM_CODE("174")"\n"
10101
10102 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonStipple))"\n"
10103 "\t"STUB_ASM_CODE("175")"\n"
10104
10105 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scissor))"\n"
10106 "\t"STUB_ASM_CODE("176")"\n"
10107
10108 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShadeModel))"\n"
10109 "\t"STUB_ASM_CODE("177")"\n"
10110
10111 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterf))"\n"
10112 "\t"STUB_ASM_CODE("178")"\n"
10113
10114 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterfv))"\n"
10115 "\t"STUB_ASM_CODE("179")"\n"
10116
10117 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteri))"\n"
10118 "\t"STUB_ASM_CODE("180")"\n"
10119
10120 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteriv))"\n"
10121 "\t"STUB_ASM_CODE("181")"\n"
10122
10123 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage1D))"\n"
10124 "\t"STUB_ASM_CODE("182")"\n"
10125
10126 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2D))"\n"
10127 "\t"STUB_ASM_CODE("183")"\n"
10128
10129 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvf))"\n"
10130 "\t"STUB_ASM_CODE("184")"\n"
10131
10132 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvfv))"\n"
10133 "\t"STUB_ASM_CODE("185")"\n"
10134
10135 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvi))"\n"
10136 "\t"STUB_ASM_CODE("186")"\n"
10137
10138 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnviv))"\n"
10139 "\t"STUB_ASM_CODE("187")"\n"
10140
10141 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGend))"\n"
10142 "\t"STUB_ASM_CODE("188")"\n"
10143
10144 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGendv))"\n"
10145 "\t"STUB_ASM_CODE("189")"\n"
10146
10147 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenf))"\n"
10148 "\t"STUB_ASM_CODE("190")"\n"
10149
10150 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenfv))"\n"
10151 "\t"STUB_ASM_CODE("191")"\n"
10152
10153 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeni))"\n"
10154 "\t"STUB_ASM_CODE("192")"\n"
10155
10156 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeniv))"\n"
10157 "\t"STUB_ASM_CODE("193")"\n"
10158
10159 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FeedbackBuffer))"\n"
10160 "\t"STUB_ASM_CODE("194")"\n"
10161
10162 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SelectBuffer))"\n"
10163 "\t"STUB_ASM_CODE("195")"\n"
10164
10165 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderMode))"\n"
10166 "\t"STUB_ASM_CODE("196")"\n"
10167
10168 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InitNames))"\n"
10169 "\t"STUB_ASM_CODE("197")"\n"
10170
10171 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadName))"\n"
10172 "\t"STUB_ASM_CODE("198")"\n"
10173
10174 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassThrough))"\n"
10175 "\t"STUB_ASM_CODE("199")"\n"
10176
10177 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopName))"\n"
10178 "\t"STUB_ASM_CODE("200")"\n"
10179
10180 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushName))"\n"
10181 "\t"STUB_ASM_CODE("201")"\n"
10182
10183 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffer))"\n"
10184 "\t"STUB_ASM_CODE("202")"\n"
10185
10186 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Clear))"\n"
10187 "\t"STUB_ASM_CODE("203")"\n"
10188
10189 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearAccum))"\n"
10190 "\t"STUB_ASM_CODE("204")"\n"
10191
10192 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearIndex))"\n"
10193 "\t"STUB_ASM_CODE("205")"\n"
10194
10195 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColor))"\n"
10196 "\t"STUB_ASM_CODE("206")"\n"
10197
10198 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearStencil))"\n"
10199 "\t"STUB_ASM_CODE("207")"\n"
10200
10201 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepth))"\n"
10202 "\t"STUB_ASM_CODE("208")"\n"
10203
10204 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMask))"\n"
10205 "\t"STUB_ASM_CODE("209")"\n"
10206
10207 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMask))"\n"
10208 "\t"STUB_ASM_CODE("210")"\n"
10209
10210 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthMask))"\n"
10211 "\t"STUB_ASM_CODE("211")"\n"
10212
10213 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexMask))"\n"
10214 "\t"STUB_ASM_CODE("212")"\n"
10215
10216 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Accum))"\n"
10217 "\t"STUB_ASM_CODE("213")"\n"
10218
10219 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Disable))"\n"
10220 "\t"STUB_ASM_CODE("214")"\n"
10221
10222 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Enable))"\n"
10223 "\t"STUB_ASM_CODE("215")"\n"
10224
10225 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Finish))"\n"
10226 "\t"STUB_ASM_CODE("216")"\n"
10227
10228 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Flush))"\n"
10229 "\t"STUB_ASM_CODE("217")"\n"
10230
10231 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopAttrib))"\n"
10232 "\t"STUB_ASM_CODE("218")"\n"
10233
10234 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushAttrib))"\n"
10235 "\t"STUB_ASM_CODE("219")"\n"
10236
10237 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1d))"\n"
10238 "\t"STUB_ASM_CODE("220")"\n"
10239
10240 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1f))"\n"
10241 "\t"STUB_ASM_CODE("221")"\n"
10242
10243 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2d))"\n"
10244 "\t"STUB_ASM_CODE("222")"\n"
10245
10246 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2f))"\n"
10247 "\t"STUB_ASM_CODE("223")"\n"
10248
10249 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1d))"\n"
10250 "\t"STUB_ASM_CODE("224")"\n"
10251
10252 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1f))"\n"
10253 "\t"STUB_ASM_CODE("225")"\n"
10254
10255 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2d))"\n"
10256 "\t"STUB_ASM_CODE("226")"\n"
10257
10258 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2f))"\n"
10259 "\t"STUB_ASM_CODE("227")"\n"
10260
10261 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1d))"\n"
10262 "\t"STUB_ASM_CODE("228")"\n"
10263
10264 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1dv))"\n"
10265 "\t"STUB_ASM_CODE("229")"\n"
10266
10267 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1f))"\n"
10268 "\t"STUB_ASM_CODE("230")"\n"
10269
10270 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1fv))"\n"
10271 "\t"STUB_ASM_CODE("231")"\n"
10272
10273 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2d))"\n"
10274 "\t"STUB_ASM_CODE("232")"\n"
10275
10276 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2dv))"\n"
10277 "\t"STUB_ASM_CODE("233")"\n"
10278
10279 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2f))"\n"
10280 "\t"STUB_ASM_CODE("234")"\n"
10281
10282 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2fv))"\n"
10283 "\t"STUB_ASM_CODE("235")"\n"
10284
10285 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh1))"\n"
10286 "\t"STUB_ASM_CODE("236")"\n"
10287
10288 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint1))"\n"
10289 "\t"STUB_ASM_CODE("237")"\n"
10290
10291 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh2))"\n"
10292 "\t"STUB_ASM_CODE("238")"\n"
10293
10294 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint2))"\n"
10295 "\t"STUB_ASM_CODE("239")"\n"
10296
10297 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFunc))"\n"
10298 "\t"STUB_ASM_CODE("240")"\n"
10299
10300 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunc))"\n"
10301 "\t"STUB_ASM_CODE("241")"\n"
10302
10303 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LogicOp))"\n"
10304 "\t"STUB_ASM_CODE("242")"\n"
10305
10306 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFunc))"\n"
10307 "\t"STUB_ASM_CODE("243")"\n"
10308
10309 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOp))"\n"
10310 "\t"STUB_ASM_CODE("244")"\n"
10311
10312 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthFunc))"\n"
10313 "\t"STUB_ASM_CODE("245")"\n"
10314
10315 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelZoom))"\n"
10316 "\t"STUB_ASM_CODE("246")"\n"
10317
10318 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferf))"\n"
10319 "\t"STUB_ASM_CODE("247")"\n"
10320
10321 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferi))"\n"
10322 "\t"STUB_ASM_CODE("248")"\n"
10323
10324 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStoref))"\n"
10325 "\t"STUB_ASM_CODE("249")"\n"
10326
10327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStorei))"\n"
10328 "\t"STUB_ASM_CODE("250")"\n"
10329
10330 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapfv))"\n"
10331 "\t"STUB_ASM_CODE("251")"\n"
10332
10333 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapuiv))"\n"
10334 "\t"STUB_ASM_CODE("252")"\n"
10335
10336 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapusv))"\n"
10337 "\t"STUB_ASM_CODE("253")"\n"
10338
10339 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadBuffer))"\n"
10340 "\t"STUB_ASM_CODE("254")"\n"
10341
10342 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyPixels))"\n"
10343 "\t"STUB_ASM_CODE("255")"\n"
10344
10345 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadPixels))"\n"
10346 "\t"STUB_ASM_CODE("256")"\n"
10347
10348 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawPixels))"\n"
10349 "\t"STUB_ASM_CODE("257")"\n"
10350
10351 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanv))"\n"
10352 "\t"STUB_ASM_CODE("258")"\n"
10353
10354 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlane))"\n"
10355 "\t"STUB_ASM_CODE("259")"\n"
10356
10357 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDoublev))"\n"
10358 "\t"STUB_ASM_CODE("260")"\n"
10359
10360 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetError))"\n"
10361 "\t"STUB_ASM_CODE("261")"\n"
10362
10363 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFloatv))"\n"
10364 "\t"STUB_ASM_CODE("262")"\n"
10365
10366 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerv))"\n"
10367 "\t"STUB_ASM_CODE("263")"\n"
10368
10369 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightfv))"\n"
10370 "\t"STUB_ASM_CODE("264")"\n"
10371
10372 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightiv))"\n"
10373 "\t"STUB_ASM_CODE("265")"\n"
10374
10375 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapdv))"\n"
10376 "\t"STUB_ASM_CODE("266")"\n"
10377
10378 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapfv))"\n"
10379 "\t"STUB_ASM_CODE("267")"\n"
10380
10381 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapiv))"\n"
10382 "\t"STUB_ASM_CODE("268")"\n"
10383
10384 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialfv))"\n"
10385 "\t"STUB_ASM_CODE("269")"\n"
10386
10387 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialiv))"\n"
10388 "\t"STUB_ASM_CODE("270")"\n"
10389
10390 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapfv))"\n"
10391 "\t"STUB_ASM_CODE("271")"\n"
10392
10393 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapuiv))"\n"
10394 "\t"STUB_ASM_CODE("272")"\n"
10395
10396 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapusv))"\n"
10397 "\t"STUB_ASM_CODE("273")"\n"
10398
10399 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPolygonStipple))"\n"
10400 "\t"STUB_ASM_CODE("274")"\n"
10401
10402 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetString))"\n"
10403 "\t"STUB_ASM_CODE("275")"\n"
10404
10405 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvfv))"\n"
10406 "\t"STUB_ASM_CODE("276")"\n"
10407
10408 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnviv))"\n"
10409 "\t"STUB_ASM_CODE("277")"\n"
10410
10411 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGendv))"\n"
10412 "\t"STUB_ASM_CODE("278")"\n"
10413
10414 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGenfv))"\n"
10415 "\t"STUB_ASM_CODE("279")"\n"
10416
10417 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGeniv))"\n"
10418 "\t"STUB_ASM_CODE("280")"\n"
10419
10420 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexImage))"\n"
10421 "\t"STUB_ASM_CODE("281")"\n"
10422
10423 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterfv))"\n"
10424 "\t"STUB_ASM_CODE("282")"\n"
10425
10426 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameteriv))"\n"
10427 "\t"STUB_ASM_CODE("283")"\n"
10428
10429 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameterfv))"\n"
10430 "\t"STUB_ASM_CODE("284")"\n"
10431
10432 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameteriv))"\n"
10433 "\t"STUB_ASM_CODE("285")"\n"
10434
10435 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabled))"\n"
10436 "\t"STUB_ASM_CODE("286")"\n"
10437
10438 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsList))"\n"
10439 "\t"STUB_ASM_CODE("287")"\n"
10440
10441 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRange))"\n"
10442 "\t"STUB_ASM_CODE("288")"\n"
10443
10444 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustum))"\n"
10445 "\t"STUB_ASM_CODE("289")"\n"
10446
10447 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadIdentity))"\n"
10448 "\t"STUB_ASM_CODE("290")"\n"
10449
10450 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixf))"\n"
10451 "\t"STUB_ASM_CODE("291")"\n"
10452
10453 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixd))"\n"
10454 "\t"STUB_ASM_CODE("292")"\n"
10455
10456 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MatrixMode))"\n"
10457 "\t"STUB_ASM_CODE("293")"\n"
10458
10459 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixf))"\n"
10460 "\t"STUB_ASM_CODE("294")"\n"
10461
10462 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixd))"\n"
10463 "\t"STUB_ASM_CODE("295")"\n"
10464
10465 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho))"\n"
10466 "\t"STUB_ASM_CODE("296")"\n"
10467
10468 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopMatrix))"\n"
10469 "\t"STUB_ASM_CODE("297")"\n"
10470
10471 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushMatrix))"\n"
10472 "\t"STUB_ASM_CODE("298")"\n"
10473
10474 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotated))"\n"
10475 "\t"STUB_ASM_CODE("299")"\n"
10476
10477 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotatef))"\n"
10478 "\t"STUB_ASM_CODE("300")"\n"
10479
10480 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scaled))"\n"
10481 "\t"STUB_ASM_CODE("301")"\n"
10482
10483 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scalef))"\n"
10484 "\t"STUB_ASM_CODE("302")"\n"
10485
10486 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translated))"\n"
10487 "\t"STUB_ASM_CODE("303")"\n"
10488
10489 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translatef))"\n"
10490 "\t"STUB_ASM_CODE("304")"\n"
10491
10492 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Viewport))"\n"
10493 "\t"STUB_ASM_CODE("305")"\n"
10494
10495 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ArrayElement))"\n"
10496 "\t"STUB_ASM_CODE("306")"\n"
10497
10498 ".globl "GLAPI_PREFIX_STR(ArrayElementEXT)"\n"
10499 ".set "GLAPI_PREFIX_STR(ArrayElementEXT)", "GLAPI_PREFIX_STR(ArrayElement)"\n"
10500
10501 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTexture))"\n"
10502 "\t"STUB_ASM_CODE("307")"\n"
10503
10504 ".globl "GLAPI_PREFIX_STR(BindTextureEXT)"\n"
10505 ".set "GLAPI_PREFIX_STR(BindTextureEXT)", "GLAPI_PREFIX_STR(BindTexture)"\n"
10506
10507 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointer))"\n"
10508 "\t"STUB_ASM_CODE("308")"\n"
10509
10510 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableClientState))"\n"
10511 "\t"STUB_ASM_CODE("309")"\n"
10512
10513 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays))"\n"
10514 "\t"STUB_ASM_CODE("310")"\n"
10515
10516 ".globl "GLAPI_PREFIX_STR(DrawArraysEXT)"\n"
10517 ".set "GLAPI_PREFIX_STR(DrawArraysEXT)", "GLAPI_PREFIX_STR(DrawArrays)"\n"
10518
10519 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElements))"\n"
10520 "\t"STUB_ASM_CODE("311")"\n"
10521
10522 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointer))"\n"
10523 "\t"STUB_ASM_CODE("312")"\n"
10524
10525 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableClientState))"\n"
10526 "\t"STUB_ASM_CODE("313")"\n"
10527
10528 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointer))"\n"
10529 "\t"STUB_ASM_CODE("314")"\n"
10530
10531 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexub))"\n"
10532 "\t"STUB_ASM_CODE("315")"\n"
10533
10534 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexubv))"\n"
10535 "\t"STUB_ASM_CODE("316")"\n"
10536
10537 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InterleavedArrays))"\n"
10538 "\t"STUB_ASM_CODE("317")"\n"
10539
10540 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointer))"\n"
10541 "\t"STUB_ASM_CODE("318")"\n"
10542
10543 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffset))"\n"
10544 "\t"STUB_ASM_CODE("319")"\n"
10545
10546 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointer))"\n"
10547 "\t"STUB_ASM_CODE("320")"\n"
10548
10549 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointer))"\n"
10550 "\t"STUB_ASM_CODE("321")"\n"
10551
10552 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreTexturesResident))"\n"
10553 "\t"STUB_ASM_CODE("322")"\n"
10554
10555 #if 0
10556 ".globl "GLAPI_PREFIX_STR(AreTexturesResidentEXT)"\n"
10557 ".set "GLAPI_PREFIX_STR(AreTexturesResidentEXT)", "GLAPI_PREFIX_STR(AreTexturesResident)"\n"
10558 #endif
10559
10560 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage1D))"\n"
10561 "\t"STUB_ASM_CODE("323")"\n"
10562
10563 ".globl "GLAPI_PREFIX_STR(CopyTexImage1DEXT)"\n"
10564 ".set "GLAPI_PREFIX_STR(CopyTexImage1DEXT)", "GLAPI_PREFIX_STR(CopyTexImage1D)"\n"
10565
10566 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage2D))"\n"
10567 "\t"STUB_ASM_CODE("324")"\n"
10568
10569 ".globl "GLAPI_PREFIX_STR(CopyTexImage2DEXT)"\n"
10570 ".set "GLAPI_PREFIX_STR(CopyTexImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexImage2D)"\n"
10571
10572 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage1D))"\n"
10573 "\t"STUB_ASM_CODE("325")"\n"
10574
10575 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT)"\n"
10576 ".set "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage1D)"\n"
10577
10578 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage2D))"\n"
10579 "\t"STUB_ASM_CODE("326")"\n"
10580
10581 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)"\n"
10582 ".set "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage2D)"\n"
10583
10584 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTextures))"\n"
10585 "\t"STUB_ASM_CODE("327")"\n"
10586
10587 #if 0
10588 ".globl "GLAPI_PREFIX_STR(DeleteTexturesEXT)"\n"
10589 ".set "GLAPI_PREFIX_STR(DeleteTexturesEXT)", "GLAPI_PREFIX_STR(DeleteTextures)"\n"
10590 #endif
10591
10592 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTextures))"\n"
10593 "\t"STUB_ASM_CODE("328")"\n"
10594
10595 #if 0
10596 ".globl "GLAPI_PREFIX_STR(GenTexturesEXT)"\n"
10597 ".set "GLAPI_PREFIX_STR(GenTexturesEXT)", "GLAPI_PREFIX_STR(GenTextures)"\n"
10598 #endif
10599
10600 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPointerv))"\n"
10601 "\t"STUB_ASM_CODE("329")"\n"
10602
10603 ".globl "GLAPI_PREFIX_STR(GetPointervEXT)"\n"
10604 ".set "GLAPI_PREFIX_STR(GetPointervEXT)", "GLAPI_PREFIX_STR(GetPointerv)"\n"
10605
10606 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTexture))"\n"
10607 "\t"STUB_ASM_CODE("330")"\n"
10608
10609 #if 0
10610 ".globl "GLAPI_PREFIX_STR(IsTextureEXT)"\n"
10611 ".set "GLAPI_PREFIX_STR(IsTextureEXT)", "GLAPI_PREFIX_STR(IsTexture)"\n"
10612 #endif
10613
10614 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrioritizeTextures))"\n"
10615 "\t"STUB_ASM_CODE("331")"\n"
10616
10617 ".globl "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)"\n"
10618 ".set "GLAPI_PREFIX_STR(PrioritizeTexturesEXT)", "GLAPI_PREFIX_STR(PrioritizeTextures)"\n"
10619
10620 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage1D))"\n"
10621 "\t"STUB_ASM_CODE("332")"\n"
10622
10623 ".globl "GLAPI_PREFIX_STR(TexSubImage1DEXT)"\n"
10624 ".set "GLAPI_PREFIX_STR(TexSubImage1DEXT)", "GLAPI_PREFIX_STR(TexSubImage1D)"\n"
10625
10626 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage2D))"\n"
10627 "\t"STUB_ASM_CODE("333")"\n"
10628
10629 ".globl "GLAPI_PREFIX_STR(TexSubImage2DEXT)"\n"
10630 ".set "GLAPI_PREFIX_STR(TexSubImage2DEXT)", "GLAPI_PREFIX_STR(TexSubImage2D)"\n"
10631
10632 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopClientAttrib))"\n"
10633 "\t"STUB_ASM_CODE("334")"\n"
10634
10635 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushClientAttrib))"\n"
10636 "\t"STUB_ASM_CODE("335")"\n"
10637
10638 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendColor))"\n"
10639 "\t"STUB_ASM_CODE("336")"\n"
10640
10641 ".globl "GLAPI_PREFIX_STR(BlendColorEXT)"\n"
10642 ".set "GLAPI_PREFIX_STR(BlendColorEXT)", "GLAPI_PREFIX_STR(BlendColor)"\n"
10643
10644 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquation))"\n"
10645 "\t"STUB_ASM_CODE("337")"\n"
10646
10647 ".globl "GLAPI_PREFIX_STR(BlendEquationEXT)"\n"
10648 ".set "GLAPI_PREFIX_STR(BlendEquationEXT)", "GLAPI_PREFIX_STR(BlendEquation)"\n"
10649
10650 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElements))"\n"
10651 "\t"STUB_ASM_CODE("338")"\n"
10652
10653 ".globl "GLAPI_PREFIX_STR(DrawRangeElementsEXT)"\n"
10654 ".set "GLAPI_PREFIX_STR(DrawRangeElementsEXT)", "GLAPI_PREFIX_STR(DrawRangeElements)"\n"
10655
10656 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTable))"\n"
10657 "\t"STUB_ASM_CODE("339")"\n"
10658
10659 ".globl "GLAPI_PREFIX_STR(ColorTableEXT)"\n"
10660 ".set "GLAPI_PREFIX_STR(ColorTableEXT)", "GLAPI_PREFIX_STR(ColorTable)"\n"
10661
10662 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameterfv))"\n"
10663 "\t"STUB_ASM_CODE("340")"\n"
10664
10665 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameteriv))"\n"
10666 "\t"STUB_ASM_CODE("341")"\n"
10667
10668 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorTable))"\n"
10669 "\t"STUB_ASM_CODE("342")"\n"
10670
10671 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTable))"\n"
10672 "\t"STUB_ASM_CODE("343")"\n"
10673
10674 #if 0
10675 ".globl "GLAPI_PREFIX_STR(GetColorTableEXT)"\n"
10676 ".set "GLAPI_PREFIX_STR(GetColorTableEXT)", "GLAPI_PREFIX_STR(GetColorTable)"\n"
10677 #endif
10678
10679 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameterfv))"\n"
10680 "\t"STUB_ASM_CODE("344")"\n"
10681
10682 #if 0
10683 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT)"\n"
10684 ".set "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT)", "GLAPI_PREFIX_STR(GetColorTableParameterfv)"\n"
10685 #endif
10686
10687 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameteriv))"\n"
10688 "\t"STUB_ASM_CODE("345")"\n"
10689
10690 #if 0
10691 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterivEXT)"\n"
10692 ".set "GLAPI_PREFIX_STR(GetColorTableParameterivEXT)", "GLAPI_PREFIX_STR(GetColorTableParameteriv)"\n"
10693 #endif
10694
10695 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorSubTable))"\n"
10696 "\t"STUB_ASM_CODE("346")"\n"
10697
10698 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorSubTable))"\n"
10699 "\t"STUB_ASM_CODE("347")"\n"
10700
10701 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter1D))"\n"
10702 "\t"STUB_ASM_CODE("348")"\n"
10703
10704 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter2D))"\n"
10705 "\t"STUB_ASM_CODE("349")"\n"
10706
10707 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterf))"\n"
10708 "\t"STUB_ASM_CODE("350")"\n"
10709
10710 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterfv))"\n"
10711 "\t"STUB_ASM_CODE("351")"\n"
10712
10713 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteri))"\n"
10714 "\t"STUB_ASM_CODE("352")"\n"
10715
10716 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteriv))"\n"
10717 "\t"STUB_ASM_CODE("353")"\n"
10718
10719 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter1D))"\n"
10720 "\t"STUB_ASM_CODE("354")"\n"
10721
10722 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter2D))"\n"
10723 "\t"STUB_ASM_CODE("355")"\n"
10724
10725 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionFilter))"\n"
10726 "\t"STUB_ASM_CODE("356")"\n"
10727
10728 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameterfv))"\n"
10729 "\t"STUB_ASM_CODE("357")"\n"
10730
10731 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameteriv))"\n"
10732 "\t"STUB_ASM_CODE("358")"\n"
10733
10734 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSeparableFilter))"\n"
10735 "\t"STUB_ASM_CODE("359")"\n"
10736
10737 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SeparableFilter2D))"\n"
10738 "\t"STUB_ASM_CODE("360")"\n"
10739
10740 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogram))"\n"
10741 "\t"STUB_ASM_CODE("361")"\n"
10742
10743 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameterfv))"\n"
10744 "\t"STUB_ASM_CODE("362")"\n"
10745
10746 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameteriv))"\n"
10747 "\t"STUB_ASM_CODE("363")"\n"
10748
10749 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmax))"\n"
10750 "\t"STUB_ASM_CODE("364")"\n"
10751
10752 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameterfv))"\n"
10753 "\t"STUB_ASM_CODE("365")"\n"
10754
10755 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameteriv))"\n"
10756 "\t"STUB_ASM_CODE("366")"\n"
10757
10758 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Histogram))"\n"
10759 "\t"STUB_ASM_CODE("367")"\n"
10760
10761 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Minmax))"\n"
10762 "\t"STUB_ASM_CODE("368")"\n"
10763
10764 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetHistogram))"\n"
10765 "\t"STUB_ASM_CODE("369")"\n"
10766
10767 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetMinmax))"\n"
10768 "\t"STUB_ASM_CODE("370")"\n"
10769
10770 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3D))"\n"
10771 "\t"STUB_ASM_CODE("371")"\n"
10772
10773 ".globl "GLAPI_PREFIX_STR(TexImage3DEXT)"\n"
10774 ".set "GLAPI_PREFIX_STR(TexImage3DEXT)", "GLAPI_PREFIX_STR(TexImage3D)"\n"
10775
10776 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage3D))"\n"
10777 "\t"STUB_ASM_CODE("372")"\n"
10778
10779 ".globl "GLAPI_PREFIX_STR(TexSubImage3DEXT)"\n"
10780 ".set "GLAPI_PREFIX_STR(TexSubImage3DEXT)", "GLAPI_PREFIX_STR(TexSubImage3D)"\n"
10781
10782 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage3D))"\n"
10783 "\t"STUB_ASM_CODE("373")"\n"
10784
10785 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)"\n"
10786 ".set "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT)", "GLAPI_PREFIX_STR(CopyTexSubImage3D)"\n"
10787
10788 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveTextureARB))"\n"
10789 "\t"STUB_ASM_CODE("374")"\n"
10790
10791 ".globl "GLAPI_PREFIX_STR(ActiveTexture)"\n"
10792 ".set "GLAPI_PREFIX_STR(ActiveTexture)", "GLAPI_PREFIX_STR(ActiveTextureARB)"\n"
10793
10794 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientActiveTextureARB))"\n"
10795 "\t"STUB_ASM_CODE("375")"\n"
10796
10797 ".globl "GLAPI_PREFIX_STR(ClientActiveTexture)"\n"
10798 ".set "GLAPI_PREFIX_STR(ClientActiveTexture)", "GLAPI_PREFIX_STR(ClientActiveTextureARB)"\n"
10799
10800 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dARB))"\n"
10801 "\t"STUB_ASM_CODE("376")"\n"
10802
10803 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1d)"\n"
10804 ".set "GLAPI_PREFIX_STR(MultiTexCoord1d)", "GLAPI_PREFIX_STR(MultiTexCoord1dARB)"\n"
10805
10806 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dvARB))"\n"
10807 "\t"STUB_ASM_CODE("377")"\n"
10808
10809 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1dv)"\n"
10810 ".set "GLAPI_PREFIX_STR(MultiTexCoord1dv)", "GLAPI_PREFIX_STR(MultiTexCoord1dvARB)"\n"
10811
10812 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fARB))"\n"
10813 "\t"STUB_ASM_CODE("378")"\n"
10814
10815 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1f)"\n"
10816 ".set "GLAPI_PREFIX_STR(MultiTexCoord1f)", "GLAPI_PREFIX_STR(MultiTexCoord1fARB)"\n"
10817
10818 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fvARB))"\n"
10819 "\t"STUB_ASM_CODE("379")"\n"
10820
10821 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1fv)"\n"
10822 ".set "GLAPI_PREFIX_STR(MultiTexCoord1fv)", "GLAPI_PREFIX_STR(MultiTexCoord1fvARB)"\n"
10823
10824 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1iARB))"\n"
10825 "\t"STUB_ASM_CODE("380")"\n"
10826
10827 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1i)"\n"
10828 ".set "GLAPI_PREFIX_STR(MultiTexCoord1i)", "GLAPI_PREFIX_STR(MultiTexCoord1iARB)"\n"
10829
10830 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1ivARB))"\n"
10831 "\t"STUB_ASM_CODE("381")"\n"
10832
10833 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1iv)"\n"
10834 ".set "GLAPI_PREFIX_STR(MultiTexCoord1iv)", "GLAPI_PREFIX_STR(MultiTexCoord1ivARB)"\n"
10835
10836 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1sARB))"\n"
10837 "\t"STUB_ASM_CODE("382")"\n"
10838
10839 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1s)"\n"
10840 ".set "GLAPI_PREFIX_STR(MultiTexCoord1s)", "GLAPI_PREFIX_STR(MultiTexCoord1sARB)"\n"
10841
10842 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1svARB))"\n"
10843 "\t"STUB_ASM_CODE("383")"\n"
10844
10845 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1sv)"\n"
10846 ".set "GLAPI_PREFIX_STR(MultiTexCoord1sv)", "GLAPI_PREFIX_STR(MultiTexCoord1svARB)"\n"
10847
10848 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dARB))"\n"
10849 "\t"STUB_ASM_CODE("384")"\n"
10850
10851 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2d)"\n"
10852 ".set "GLAPI_PREFIX_STR(MultiTexCoord2d)", "GLAPI_PREFIX_STR(MultiTexCoord2dARB)"\n"
10853
10854 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dvARB))"\n"
10855 "\t"STUB_ASM_CODE("385")"\n"
10856
10857 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2dv)"\n"
10858 ".set "GLAPI_PREFIX_STR(MultiTexCoord2dv)", "GLAPI_PREFIX_STR(MultiTexCoord2dvARB)"\n"
10859
10860 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fARB))"\n"
10861 "\t"STUB_ASM_CODE("386")"\n"
10862
10863 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2f)"\n"
10864 ".set "GLAPI_PREFIX_STR(MultiTexCoord2f)", "GLAPI_PREFIX_STR(MultiTexCoord2fARB)"\n"
10865
10866 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fvARB))"\n"
10867 "\t"STUB_ASM_CODE("387")"\n"
10868
10869 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2fv)"\n"
10870 ".set "GLAPI_PREFIX_STR(MultiTexCoord2fv)", "GLAPI_PREFIX_STR(MultiTexCoord2fvARB)"\n"
10871
10872 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2iARB))"\n"
10873 "\t"STUB_ASM_CODE("388")"\n"
10874
10875 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2i)"\n"
10876 ".set "GLAPI_PREFIX_STR(MultiTexCoord2i)", "GLAPI_PREFIX_STR(MultiTexCoord2iARB)"\n"
10877
10878 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2ivARB))"\n"
10879 "\t"STUB_ASM_CODE("389")"\n"
10880
10881 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2iv)"\n"
10882 ".set "GLAPI_PREFIX_STR(MultiTexCoord2iv)", "GLAPI_PREFIX_STR(MultiTexCoord2ivARB)"\n"
10883
10884 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2sARB))"\n"
10885 "\t"STUB_ASM_CODE("390")"\n"
10886
10887 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2s)"\n"
10888 ".set "GLAPI_PREFIX_STR(MultiTexCoord2s)", "GLAPI_PREFIX_STR(MultiTexCoord2sARB)"\n"
10889
10890 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2svARB))"\n"
10891 "\t"STUB_ASM_CODE("391")"\n"
10892
10893 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2sv)"\n"
10894 ".set "GLAPI_PREFIX_STR(MultiTexCoord2sv)", "GLAPI_PREFIX_STR(MultiTexCoord2svARB)"\n"
10895
10896 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dARB))"\n"
10897 "\t"STUB_ASM_CODE("392")"\n"
10898
10899 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3d)"\n"
10900 ".set "GLAPI_PREFIX_STR(MultiTexCoord3d)", "GLAPI_PREFIX_STR(MultiTexCoord3dARB)"\n"
10901
10902 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dvARB))"\n"
10903 "\t"STUB_ASM_CODE("393")"\n"
10904
10905 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3dv)"\n"
10906 ".set "GLAPI_PREFIX_STR(MultiTexCoord3dv)", "GLAPI_PREFIX_STR(MultiTexCoord3dvARB)"\n"
10907
10908 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fARB))"\n"
10909 "\t"STUB_ASM_CODE("394")"\n"
10910
10911 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3f)"\n"
10912 ".set "GLAPI_PREFIX_STR(MultiTexCoord3f)", "GLAPI_PREFIX_STR(MultiTexCoord3fARB)"\n"
10913
10914 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fvARB))"\n"
10915 "\t"STUB_ASM_CODE("395")"\n"
10916
10917 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3fv)"\n"
10918 ".set "GLAPI_PREFIX_STR(MultiTexCoord3fv)", "GLAPI_PREFIX_STR(MultiTexCoord3fvARB)"\n"
10919
10920 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3iARB))"\n"
10921 "\t"STUB_ASM_CODE("396")"\n"
10922
10923 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3i)"\n"
10924 ".set "GLAPI_PREFIX_STR(MultiTexCoord3i)", "GLAPI_PREFIX_STR(MultiTexCoord3iARB)"\n"
10925
10926 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3ivARB))"\n"
10927 "\t"STUB_ASM_CODE("397")"\n"
10928
10929 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3iv)"\n"
10930 ".set "GLAPI_PREFIX_STR(MultiTexCoord3iv)", "GLAPI_PREFIX_STR(MultiTexCoord3ivARB)"\n"
10931
10932 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3sARB))"\n"
10933 "\t"STUB_ASM_CODE("398")"\n"
10934
10935 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3s)"\n"
10936 ".set "GLAPI_PREFIX_STR(MultiTexCoord3s)", "GLAPI_PREFIX_STR(MultiTexCoord3sARB)"\n"
10937
10938 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3svARB))"\n"
10939 "\t"STUB_ASM_CODE("399")"\n"
10940
10941 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3sv)"\n"
10942 ".set "GLAPI_PREFIX_STR(MultiTexCoord3sv)", "GLAPI_PREFIX_STR(MultiTexCoord3svARB)"\n"
10943
10944 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dARB))"\n"
10945 "\t"STUB_ASM_CODE("400")"\n"
10946
10947 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4d)"\n"
10948 ".set "GLAPI_PREFIX_STR(MultiTexCoord4d)", "GLAPI_PREFIX_STR(MultiTexCoord4dARB)"\n"
10949
10950 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dvARB))"\n"
10951 "\t"STUB_ASM_CODE("401")"\n"
10952
10953 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4dv)"\n"
10954 ".set "GLAPI_PREFIX_STR(MultiTexCoord4dv)", "GLAPI_PREFIX_STR(MultiTexCoord4dvARB)"\n"
10955
10956 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fARB))"\n"
10957 "\t"STUB_ASM_CODE("402")"\n"
10958
10959 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4f)"\n"
10960 ".set "GLAPI_PREFIX_STR(MultiTexCoord4f)", "GLAPI_PREFIX_STR(MultiTexCoord4fARB)"\n"
10961
10962 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fvARB))"\n"
10963 "\t"STUB_ASM_CODE("403")"\n"
10964
10965 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4fv)"\n"
10966 ".set "GLAPI_PREFIX_STR(MultiTexCoord4fv)", "GLAPI_PREFIX_STR(MultiTexCoord4fvARB)"\n"
10967
10968 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4iARB))"\n"
10969 "\t"STUB_ASM_CODE("404")"\n"
10970
10971 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4i)"\n"
10972 ".set "GLAPI_PREFIX_STR(MultiTexCoord4i)", "GLAPI_PREFIX_STR(MultiTexCoord4iARB)"\n"
10973
10974 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4ivARB))"\n"
10975 "\t"STUB_ASM_CODE("405")"\n"
10976
10977 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4iv)"\n"
10978 ".set "GLAPI_PREFIX_STR(MultiTexCoord4iv)", "GLAPI_PREFIX_STR(MultiTexCoord4ivARB)"\n"
10979
10980 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4sARB))"\n"
10981 "\t"STUB_ASM_CODE("406")"\n"
10982
10983 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4s)"\n"
10984 ".set "GLAPI_PREFIX_STR(MultiTexCoord4s)", "GLAPI_PREFIX_STR(MultiTexCoord4sARB)"\n"
10985
10986 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4svARB))"\n"
10987 "\t"STUB_ASM_CODE("407")"\n"
10988
10989 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4sv)"\n"
10990 ".set "GLAPI_PREFIX_STR(MultiTexCoord4sv)", "GLAPI_PREFIX_STR(MultiTexCoord4svARB)"\n"
10991
10992 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachShader))"\n"
10993 "\t"STUB_ASM_CODE("408")"\n"
10994
10995 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgram))"\n"
10996 "\t"STUB_ASM_CODE("409")"\n"
10997
10998 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShader))"\n"
10999 "\t"STUB_ASM_CODE("410")"\n"
11000
11001 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgram))"\n"
11002 "\t"STUB_ASM_CODE("411")"\n"
11003
11004 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteShader))"\n"
11005 "\t"STUB_ASM_CODE("412")"\n"
11006
11007 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachShader))"\n"
11008 "\t"STUB_ASM_CODE("413")"\n"
11009
11010 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedShaders))"\n"
11011 "\t"STUB_ASM_CODE("414")"\n"
11012
11013 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramInfoLog))"\n"
11014 "\t"STUB_ASM_CODE("415")"\n"
11015
11016 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramiv))"\n"
11017 "\t"STUB_ASM_CODE("416")"\n"
11018
11019 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderInfoLog))"\n"
11020 "\t"STUB_ASM_CODE("417")"\n"
11021
11022 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderiv))"\n"
11023 "\t"STUB_ASM_CODE("418")"\n"
11024
11025 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgram))"\n"
11026 "\t"STUB_ASM_CODE("419")"\n"
11027
11028 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsShader))"\n"
11029 "\t"STUB_ASM_CODE("420")"\n"
11030
11031 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFuncSeparate))"\n"
11032 "\t"STUB_ASM_CODE("421")"\n"
11033
11034 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMaskSeparate))"\n"
11035 "\t"STUB_ASM_CODE("422")"\n"
11036
11037 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOpSeparate))"\n"
11038 "\t"STUB_ASM_CODE("423")"\n"
11039
11040 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x3fv))"\n"
11041 "\t"STUB_ASM_CODE("424")"\n"
11042
11043 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x4fv))"\n"
11044 "\t"STUB_ASM_CODE("425")"\n"
11045
11046 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x2fv))"\n"
11047 "\t"STUB_ASM_CODE("426")"\n"
11048
11049 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x4fv))"\n"
11050 "\t"STUB_ASM_CODE("427")"\n"
11051
11052 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x2fv))"\n"
11053 "\t"STUB_ASM_CODE("428")"\n"
11054
11055 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x3fv))"\n"
11056 "\t"STUB_ASM_CODE("429")"\n"
11057
11058 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColor))"\n"
11059 "\t"STUB_ASM_CODE("430")"\n"
11060
11061 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfi))"\n"
11062 "\t"STUB_ASM_CODE("431")"\n"
11063
11064 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfv))"\n"
11065 "\t"STUB_ASM_CODE("432")"\n"
11066
11067 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferiv))"\n"
11068 "\t"STUB_ASM_CODE("433")"\n"
11069
11070 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferuiv))"\n"
11071 "\t"STUB_ASM_CODE("434")"\n"
11072
11073 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetStringi))"\n"
11074 "\t"STUB_ASM_CODE("435")"\n"
11075
11076 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBuffer))"\n"
11077 "\t"STUB_ASM_CODE("436")"\n"
11078
11079 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture))"\n"
11080 "\t"STUB_ASM_CODE("437")"\n"
11081
11082 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameteri64v))"\n"
11083 "\t"STUB_ASM_CODE("438")"\n"
11084
11085 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64i_v))"\n"
11086 "\t"STUB_ASM_CODE("439")"\n"
11087
11088 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisor))"\n"
11089 "\t"STUB_ASM_CODE("440")"\n"
11090
11091 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixdARB))"\n"
11092 "\t"STUB_ASM_CODE("441")"\n"
11093
11094 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixd)"\n"
11095 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixd)", "GLAPI_PREFIX_STR(LoadTransposeMatrixdARB)"\n"
11096
11097 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixfARB))"\n"
11098 "\t"STUB_ASM_CODE("442")"\n"
11099
11100 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixf)"\n"
11101 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixf)", "GLAPI_PREFIX_STR(LoadTransposeMatrixfARB)"\n"
11102
11103 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixdARB))"\n"
11104 "\t"STUB_ASM_CODE("443")"\n"
11105
11106 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixd)"\n"
11107 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixd)", "GLAPI_PREFIX_STR(MultTransposeMatrixdARB)"\n"
11108
11109 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixfARB))"\n"
11110 "\t"STUB_ASM_CODE("444")"\n"
11111
11112 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixf)"\n"
11113 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixf)", "GLAPI_PREFIX_STR(MultTransposeMatrixfARB)"\n"
11114
11115 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoverageARB))"\n"
11116 "\t"STUB_ASM_CODE("445")"\n"
11117
11118 ".globl "GLAPI_PREFIX_STR(SampleCoverage)"\n"
11119 ".set "GLAPI_PREFIX_STR(SampleCoverage)", "GLAPI_PREFIX_STR(SampleCoverageARB)"\n"
11120
11121 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage1DARB))"\n"
11122 "\t"STUB_ASM_CODE("446")"\n"
11123
11124 ".globl "GLAPI_PREFIX_STR(CompressedTexImage1D)"\n"
11125 ".set "GLAPI_PREFIX_STR(CompressedTexImage1D)", "GLAPI_PREFIX_STR(CompressedTexImage1DARB)"\n"
11126
11127 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage2DARB))"\n"
11128 "\t"STUB_ASM_CODE("447")"\n"
11129
11130 ".globl "GLAPI_PREFIX_STR(CompressedTexImage2D)"\n"
11131 ".set "GLAPI_PREFIX_STR(CompressedTexImage2D)", "GLAPI_PREFIX_STR(CompressedTexImage2DARB)"\n"
11132
11133 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage3DARB))"\n"
11134 "\t"STUB_ASM_CODE("448")"\n"
11135
11136 ".globl "GLAPI_PREFIX_STR(CompressedTexImage3D)"\n"
11137 ".set "GLAPI_PREFIX_STR(CompressedTexImage3D)", "GLAPI_PREFIX_STR(CompressedTexImage3DARB)"\n"
11138
11139 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage1DARB))"\n"
11140 "\t"STUB_ASM_CODE("449")"\n"
11141
11142 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage1D)"\n"
11143 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage1D)", "GLAPI_PREFIX_STR(CompressedTexSubImage1DARB)"\n"
11144
11145 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage2DARB))"\n"
11146 "\t"STUB_ASM_CODE("450")"\n"
11147
11148 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage2D)"\n"
11149 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage2D)", "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB)"\n"
11150
11151 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage3DARB))"\n"
11152 "\t"STUB_ASM_CODE("451")"\n"
11153
11154 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage3D)"\n"
11155 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3D)", "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB)"\n"
11156
11157 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCompressedTexImageARB))"\n"
11158 "\t"STUB_ASM_CODE("452")"\n"
11159
11160 ".globl "GLAPI_PREFIX_STR(GetCompressedTexImage)"\n"
11161 ".set "GLAPI_PREFIX_STR(GetCompressedTexImage)", "GLAPI_PREFIX_STR(GetCompressedTexImageARB)"\n"
11162
11163 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableVertexAttribArrayARB))"\n"
11164 "\t"STUB_ASM_CODE("453")"\n"
11165
11166 ".globl "GLAPI_PREFIX_STR(DisableVertexAttribArray)"\n"
11167 ".set "GLAPI_PREFIX_STR(DisableVertexAttribArray)", "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB)"\n"
11168
11169 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableVertexAttribArrayARB))"\n"
11170 "\t"STUB_ASM_CODE("454")"\n"
11171
11172 ".globl "GLAPI_PREFIX_STR(EnableVertexAttribArray)"\n"
11173 ".set "GLAPI_PREFIX_STR(EnableVertexAttribArray)", "GLAPI_PREFIX_STR(EnableVertexAttribArrayARB)"\n"
11174
11175 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterdvARB))"\n"
11176 "\t"STUB_ASM_CODE("455")"\n"
11177
11178 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterfvARB))"\n"
11179 "\t"STUB_ASM_CODE("456")"\n"
11180
11181 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterdvARB))"\n"
11182 "\t"STUB_ASM_CODE("457")"\n"
11183
11184 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterfvARB))"\n"
11185 "\t"STUB_ASM_CODE("458")"\n"
11186
11187 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringARB))"\n"
11188 "\t"STUB_ASM_CODE("459")"\n"
11189
11190 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivARB))"\n"
11191 "\t"STUB_ASM_CODE("460")"\n"
11192
11193 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvARB))"\n"
11194 "\t"STUB_ASM_CODE("461")"\n"
11195
11196 ".globl "GLAPI_PREFIX_STR(GetVertexAttribdv)"\n"
11197 ".set "GLAPI_PREFIX_STR(GetVertexAttribdv)", "GLAPI_PREFIX_STR(GetVertexAttribdvARB)"\n"
11198
11199 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvARB))"\n"
11200 "\t"STUB_ASM_CODE("462")"\n"
11201
11202 ".globl "GLAPI_PREFIX_STR(GetVertexAttribfv)"\n"
11203 ".set "GLAPI_PREFIX_STR(GetVertexAttribfv)", "GLAPI_PREFIX_STR(GetVertexAttribfvARB)"\n"
11204
11205 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivARB))"\n"
11206 "\t"STUB_ASM_CODE("463")"\n"
11207
11208 ".globl "GLAPI_PREFIX_STR(GetVertexAttribiv)"\n"
11209 ".set "GLAPI_PREFIX_STR(GetVertexAttribiv)", "GLAPI_PREFIX_STR(GetVertexAttribivARB)"\n"
11210
11211 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dARB))"\n"
11212 "\t"STUB_ASM_CODE("464")"\n"
11213
11214 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dNV)"\n"
11215 ".set "GLAPI_PREFIX_STR(ProgramParameter4dNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dARB)"\n"
11216
11217 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB))"\n"
11218 "\t"STUB_ASM_CODE("465")"\n"
11219
11220 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dvNV)"\n"
11221 ".set "GLAPI_PREFIX_STR(ProgramParameter4dvNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB)"\n"
11222
11223 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fARB))"\n"
11224 "\t"STUB_ASM_CODE("466")"\n"
11225
11226 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fNV)"\n"
11227 ".set "GLAPI_PREFIX_STR(ProgramParameter4fNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fARB)"\n"
11228
11229 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB))"\n"
11230 "\t"STUB_ASM_CODE("467")"\n"
11231
11232 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fvNV)"\n"
11233 ".set "GLAPI_PREFIX_STR(ProgramParameter4fvNV)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB)"\n"
11234
11235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dARB))"\n"
11236 "\t"STUB_ASM_CODE("468")"\n"
11237
11238 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dvARB))"\n"
11239 "\t"STUB_ASM_CODE("469")"\n"
11240
11241 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fARB))"\n"
11242 "\t"STUB_ASM_CODE("470")"\n"
11243
11244 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fvARB))"\n"
11245 "\t"STUB_ASM_CODE("471")"\n"
11246
11247 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramStringARB))"\n"
11248 "\t"STUB_ASM_CODE("472")"\n"
11249
11250 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dARB))"\n"
11251 "\t"STUB_ASM_CODE("473")"\n"
11252
11253 ".globl "GLAPI_PREFIX_STR(VertexAttrib1d)"\n"
11254 ".set "GLAPI_PREFIX_STR(VertexAttrib1d)", "GLAPI_PREFIX_STR(VertexAttrib1dARB)"\n"
11255
11256 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvARB))"\n"
11257 "\t"STUB_ASM_CODE("474")"\n"
11258
11259 ".globl "GLAPI_PREFIX_STR(VertexAttrib1dv)"\n"
11260 ".set "GLAPI_PREFIX_STR(VertexAttrib1dv)", "GLAPI_PREFIX_STR(VertexAttrib1dvARB)"\n"
11261
11262 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fARB))"\n"
11263 "\t"STUB_ASM_CODE("475")"\n"
11264
11265 ".globl "GLAPI_PREFIX_STR(VertexAttrib1f)"\n"
11266 ".set "GLAPI_PREFIX_STR(VertexAttrib1f)", "GLAPI_PREFIX_STR(VertexAttrib1fARB)"\n"
11267
11268 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvARB))"\n"
11269 "\t"STUB_ASM_CODE("476")"\n"
11270
11271 ".globl "GLAPI_PREFIX_STR(VertexAttrib1fv)"\n"
11272 ".set "GLAPI_PREFIX_STR(VertexAttrib1fv)", "GLAPI_PREFIX_STR(VertexAttrib1fvARB)"\n"
11273
11274 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sARB))"\n"
11275 "\t"STUB_ASM_CODE("477")"\n"
11276
11277 ".globl "GLAPI_PREFIX_STR(VertexAttrib1s)"\n"
11278 ".set "GLAPI_PREFIX_STR(VertexAttrib1s)", "GLAPI_PREFIX_STR(VertexAttrib1sARB)"\n"
11279
11280 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svARB))"\n"
11281 "\t"STUB_ASM_CODE("478")"\n"
11282
11283 ".globl "GLAPI_PREFIX_STR(VertexAttrib1sv)"\n"
11284 ".set "GLAPI_PREFIX_STR(VertexAttrib1sv)", "GLAPI_PREFIX_STR(VertexAttrib1svARB)"\n"
11285
11286 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dARB))"\n"
11287 "\t"STUB_ASM_CODE("479")"\n"
11288
11289 ".globl "GLAPI_PREFIX_STR(VertexAttrib2d)"\n"
11290 ".set "GLAPI_PREFIX_STR(VertexAttrib2d)", "GLAPI_PREFIX_STR(VertexAttrib2dARB)"\n"
11291
11292 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvARB))"\n"
11293 "\t"STUB_ASM_CODE("480")"\n"
11294
11295 ".globl "GLAPI_PREFIX_STR(VertexAttrib2dv)"\n"
11296 ".set "GLAPI_PREFIX_STR(VertexAttrib2dv)", "GLAPI_PREFIX_STR(VertexAttrib2dvARB)"\n"
11297
11298 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fARB))"\n"
11299 "\t"STUB_ASM_CODE("481")"\n"
11300
11301 ".globl "GLAPI_PREFIX_STR(VertexAttrib2f)"\n"
11302 ".set "GLAPI_PREFIX_STR(VertexAttrib2f)", "GLAPI_PREFIX_STR(VertexAttrib2fARB)"\n"
11303
11304 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvARB))"\n"
11305 "\t"STUB_ASM_CODE("482")"\n"
11306
11307 ".globl "GLAPI_PREFIX_STR(VertexAttrib2fv)"\n"
11308 ".set "GLAPI_PREFIX_STR(VertexAttrib2fv)", "GLAPI_PREFIX_STR(VertexAttrib2fvARB)"\n"
11309
11310 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sARB))"\n"
11311 "\t"STUB_ASM_CODE("483")"\n"
11312
11313 ".globl "GLAPI_PREFIX_STR(VertexAttrib2s)"\n"
11314 ".set "GLAPI_PREFIX_STR(VertexAttrib2s)", "GLAPI_PREFIX_STR(VertexAttrib2sARB)"\n"
11315
11316 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svARB))"\n"
11317 "\t"STUB_ASM_CODE("484")"\n"
11318
11319 ".globl "GLAPI_PREFIX_STR(VertexAttrib2sv)"\n"
11320 ".set "GLAPI_PREFIX_STR(VertexAttrib2sv)", "GLAPI_PREFIX_STR(VertexAttrib2svARB)"\n"
11321
11322 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dARB))"\n"
11323 "\t"STUB_ASM_CODE("485")"\n"
11324
11325 ".globl "GLAPI_PREFIX_STR(VertexAttrib3d)"\n"
11326 ".set "GLAPI_PREFIX_STR(VertexAttrib3d)", "GLAPI_PREFIX_STR(VertexAttrib3dARB)"\n"
11327
11328 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvARB))"\n"
11329 "\t"STUB_ASM_CODE("486")"\n"
11330
11331 ".globl "GLAPI_PREFIX_STR(VertexAttrib3dv)"\n"
11332 ".set "GLAPI_PREFIX_STR(VertexAttrib3dv)", "GLAPI_PREFIX_STR(VertexAttrib3dvARB)"\n"
11333
11334 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fARB))"\n"
11335 "\t"STUB_ASM_CODE("487")"\n"
11336
11337 ".globl "GLAPI_PREFIX_STR(VertexAttrib3f)"\n"
11338 ".set "GLAPI_PREFIX_STR(VertexAttrib3f)", "GLAPI_PREFIX_STR(VertexAttrib3fARB)"\n"
11339
11340 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvARB))"\n"
11341 "\t"STUB_ASM_CODE("488")"\n"
11342
11343 ".globl "GLAPI_PREFIX_STR(VertexAttrib3fv)"\n"
11344 ".set "GLAPI_PREFIX_STR(VertexAttrib3fv)", "GLAPI_PREFIX_STR(VertexAttrib3fvARB)"\n"
11345
11346 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sARB))"\n"
11347 "\t"STUB_ASM_CODE("489")"\n"
11348
11349 ".globl "GLAPI_PREFIX_STR(VertexAttrib3s)"\n"
11350 ".set "GLAPI_PREFIX_STR(VertexAttrib3s)", "GLAPI_PREFIX_STR(VertexAttrib3sARB)"\n"
11351
11352 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svARB))"\n"
11353 "\t"STUB_ASM_CODE("490")"\n"
11354
11355 ".globl "GLAPI_PREFIX_STR(VertexAttrib3sv)"\n"
11356 ".set "GLAPI_PREFIX_STR(VertexAttrib3sv)", "GLAPI_PREFIX_STR(VertexAttrib3svARB)"\n"
11357
11358 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NbvARB))"\n"
11359 "\t"STUB_ASM_CODE("491")"\n"
11360
11361 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nbv)"\n"
11362 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nbv)", "GLAPI_PREFIX_STR(VertexAttrib4NbvARB)"\n"
11363
11364 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NivARB))"\n"
11365 "\t"STUB_ASM_CODE("492")"\n"
11366
11367 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Niv)"\n"
11368 ".set "GLAPI_PREFIX_STR(VertexAttrib4Niv)", "GLAPI_PREFIX_STR(VertexAttrib4NivARB)"\n"
11369
11370 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NsvARB))"\n"
11371 "\t"STUB_ASM_CODE("493")"\n"
11372
11373 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nsv)"\n"
11374 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nsv)", "GLAPI_PREFIX_STR(VertexAttrib4NsvARB)"\n"
11375
11376 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubARB))"\n"
11377 "\t"STUB_ASM_CODE("494")"\n"
11378
11379 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nub)"\n"
11380 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nub)", "GLAPI_PREFIX_STR(VertexAttrib4NubARB)"\n"
11381
11382 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubvARB))"\n"
11383 "\t"STUB_ASM_CODE("495")"\n"
11384
11385 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nubv)"\n"
11386 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nubv)", "GLAPI_PREFIX_STR(VertexAttrib4NubvARB)"\n"
11387
11388 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NuivARB))"\n"
11389 "\t"STUB_ASM_CODE("496")"\n"
11390
11391 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)"\n"
11392 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nuiv)", "GLAPI_PREFIX_STR(VertexAttrib4NuivARB)"\n"
11393
11394 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NusvARB))"\n"
11395 "\t"STUB_ASM_CODE("497")"\n"
11396
11397 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nusv)"\n"
11398 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nusv)", "GLAPI_PREFIX_STR(VertexAttrib4NusvARB)"\n"
11399
11400 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4bvARB))"\n"
11401 "\t"STUB_ASM_CODE("498")"\n"
11402
11403 ".globl "GLAPI_PREFIX_STR(VertexAttrib4bv)"\n"
11404 ".set "GLAPI_PREFIX_STR(VertexAttrib4bv)", "GLAPI_PREFIX_STR(VertexAttrib4bvARB)"\n"
11405
11406 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dARB))"\n"
11407 "\t"STUB_ASM_CODE("499")"\n"
11408
11409 ".globl "GLAPI_PREFIX_STR(VertexAttrib4d)"\n"
11410 ".set "GLAPI_PREFIX_STR(VertexAttrib4d)", "GLAPI_PREFIX_STR(VertexAttrib4dARB)"\n"
11411
11412 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvARB))"\n"
11413 "\t"STUB_ASM_CODE("500")"\n"
11414
11415 ".globl "GLAPI_PREFIX_STR(VertexAttrib4dv)"\n"
11416 ".set "GLAPI_PREFIX_STR(VertexAttrib4dv)", "GLAPI_PREFIX_STR(VertexAttrib4dvARB)"\n"
11417
11418 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fARB))"\n"
11419 "\t"STUB_ASM_CODE("501")"\n"
11420
11421 ".globl "GLAPI_PREFIX_STR(VertexAttrib4f)"\n"
11422 ".set "GLAPI_PREFIX_STR(VertexAttrib4f)", "GLAPI_PREFIX_STR(VertexAttrib4fARB)"\n"
11423
11424 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvARB))"\n"
11425 "\t"STUB_ASM_CODE("502")"\n"
11426
11427 ".globl "GLAPI_PREFIX_STR(VertexAttrib4fv)"\n"
11428 ".set "GLAPI_PREFIX_STR(VertexAttrib4fv)", "GLAPI_PREFIX_STR(VertexAttrib4fvARB)"\n"
11429
11430 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ivARB))"\n"
11431 "\t"STUB_ASM_CODE("503")"\n"
11432
11433 ".globl "GLAPI_PREFIX_STR(VertexAttrib4iv)"\n"
11434 ".set "GLAPI_PREFIX_STR(VertexAttrib4iv)", "GLAPI_PREFIX_STR(VertexAttrib4ivARB)"\n"
11435
11436 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sARB))"\n"
11437 "\t"STUB_ASM_CODE("504")"\n"
11438
11439 ".globl "GLAPI_PREFIX_STR(VertexAttrib4s)"\n"
11440 ".set "GLAPI_PREFIX_STR(VertexAttrib4s)", "GLAPI_PREFIX_STR(VertexAttrib4sARB)"\n"
11441
11442 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svARB))"\n"
11443 "\t"STUB_ASM_CODE("505")"\n"
11444
11445 ".globl "GLAPI_PREFIX_STR(VertexAttrib4sv)"\n"
11446 ".set "GLAPI_PREFIX_STR(VertexAttrib4sv)", "GLAPI_PREFIX_STR(VertexAttrib4svARB)"\n"
11447
11448 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvARB))"\n"
11449 "\t"STUB_ASM_CODE("506")"\n"
11450
11451 ".globl "GLAPI_PREFIX_STR(VertexAttrib4ubv)"\n"
11452 ".set "GLAPI_PREFIX_STR(VertexAttrib4ubv)", "GLAPI_PREFIX_STR(VertexAttrib4ubvARB)"\n"
11453
11454 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4uivARB))"\n"
11455 "\t"STUB_ASM_CODE("507")"\n"
11456
11457 ".globl "GLAPI_PREFIX_STR(VertexAttrib4uiv)"\n"
11458 ".set "GLAPI_PREFIX_STR(VertexAttrib4uiv)", "GLAPI_PREFIX_STR(VertexAttrib4uivARB)"\n"
11459
11460 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4usvARB))"\n"
11461 "\t"STUB_ASM_CODE("508")"\n"
11462
11463 ".globl "GLAPI_PREFIX_STR(VertexAttrib4usv)"\n"
11464 ".set "GLAPI_PREFIX_STR(VertexAttrib4usv)", "GLAPI_PREFIX_STR(VertexAttrib4usvARB)"\n"
11465
11466 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerARB))"\n"
11467 "\t"STUB_ASM_CODE("509")"\n"
11468
11469 ".globl "GLAPI_PREFIX_STR(VertexAttribPointer)"\n"
11470 ".set "GLAPI_PREFIX_STR(VertexAttribPointer)", "GLAPI_PREFIX_STR(VertexAttribPointerARB)"\n"
11471
11472 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferARB))"\n"
11473 "\t"STUB_ASM_CODE("510")"\n"
11474
11475 ".globl "GLAPI_PREFIX_STR(BindBuffer)"\n"
11476 ".set "GLAPI_PREFIX_STR(BindBuffer)", "GLAPI_PREFIX_STR(BindBufferARB)"\n"
11477
11478 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferDataARB))"\n"
11479 "\t"STUB_ASM_CODE("511")"\n"
11480
11481 ".globl "GLAPI_PREFIX_STR(BufferData)"\n"
11482 ".set "GLAPI_PREFIX_STR(BufferData)", "GLAPI_PREFIX_STR(BufferDataARB)"\n"
11483
11484 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferSubDataARB))"\n"
11485 "\t"STUB_ASM_CODE("512")"\n"
11486
11487 ".globl "GLAPI_PREFIX_STR(BufferSubData)"\n"
11488 ".set "GLAPI_PREFIX_STR(BufferSubData)", "GLAPI_PREFIX_STR(BufferSubDataARB)"\n"
11489
11490 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteBuffersARB))"\n"
11491 "\t"STUB_ASM_CODE("513")"\n"
11492
11493 ".globl "GLAPI_PREFIX_STR(DeleteBuffers)"\n"
11494 ".set "GLAPI_PREFIX_STR(DeleteBuffers)", "GLAPI_PREFIX_STR(DeleteBuffersARB)"\n"
11495
11496 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenBuffersARB))"\n"
11497 "\t"STUB_ASM_CODE("514")"\n"
11498
11499 ".globl "GLAPI_PREFIX_STR(GenBuffers)"\n"
11500 ".set "GLAPI_PREFIX_STR(GenBuffers)", "GLAPI_PREFIX_STR(GenBuffersARB)"\n"
11501
11502 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameterivARB))"\n"
11503 "\t"STUB_ASM_CODE("515")"\n"
11504
11505 ".globl "GLAPI_PREFIX_STR(GetBufferParameteriv)"\n"
11506 ".set "GLAPI_PREFIX_STR(GetBufferParameteriv)", "GLAPI_PREFIX_STR(GetBufferParameterivARB)"\n"
11507
11508 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferPointervARB))"\n"
11509 "\t"STUB_ASM_CODE("516")"\n"
11510
11511 ".globl "GLAPI_PREFIX_STR(GetBufferPointerv)"\n"
11512 ".set "GLAPI_PREFIX_STR(GetBufferPointerv)", "GLAPI_PREFIX_STR(GetBufferPointervARB)"\n"
11513
11514 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferSubDataARB))"\n"
11515 "\t"STUB_ASM_CODE("517")"\n"
11516
11517 ".globl "GLAPI_PREFIX_STR(GetBufferSubData)"\n"
11518 ".set "GLAPI_PREFIX_STR(GetBufferSubData)", "GLAPI_PREFIX_STR(GetBufferSubDataARB)"\n"
11519
11520 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsBufferARB))"\n"
11521 "\t"STUB_ASM_CODE("518")"\n"
11522
11523 ".globl "GLAPI_PREFIX_STR(IsBuffer)"\n"
11524 ".set "GLAPI_PREFIX_STR(IsBuffer)", "GLAPI_PREFIX_STR(IsBufferARB)"\n"
11525
11526 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferARB))"\n"
11527 "\t"STUB_ASM_CODE("519")"\n"
11528
11529 ".globl "GLAPI_PREFIX_STR(MapBuffer)"\n"
11530 ".set "GLAPI_PREFIX_STR(MapBuffer)", "GLAPI_PREFIX_STR(MapBufferARB)"\n"
11531
11532 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnmapBufferARB))"\n"
11533 "\t"STUB_ASM_CODE("520")"\n"
11534
11535 ".globl "GLAPI_PREFIX_STR(UnmapBuffer)"\n"
11536 ".set "GLAPI_PREFIX_STR(UnmapBuffer)", "GLAPI_PREFIX_STR(UnmapBufferARB)"\n"
11537
11538 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginQueryARB))"\n"
11539 "\t"STUB_ASM_CODE("521")"\n"
11540
11541 ".globl "GLAPI_PREFIX_STR(BeginQuery)"\n"
11542 ".set "GLAPI_PREFIX_STR(BeginQuery)", "GLAPI_PREFIX_STR(BeginQueryARB)"\n"
11543
11544 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteQueriesARB))"\n"
11545 "\t"STUB_ASM_CODE("522")"\n"
11546
11547 ".globl "GLAPI_PREFIX_STR(DeleteQueries)"\n"
11548 ".set "GLAPI_PREFIX_STR(DeleteQueries)", "GLAPI_PREFIX_STR(DeleteQueriesARB)"\n"
11549
11550 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndQueryARB))"\n"
11551 "\t"STUB_ASM_CODE("523")"\n"
11552
11553 ".globl "GLAPI_PREFIX_STR(EndQuery)"\n"
11554 ".set "GLAPI_PREFIX_STR(EndQuery)", "GLAPI_PREFIX_STR(EndQueryARB)"\n"
11555
11556 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenQueriesARB))"\n"
11557 "\t"STUB_ASM_CODE("524")"\n"
11558
11559 ".globl "GLAPI_PREFIX_STR(GenQueries)"\n"
11560 ".set "GLAPI_PREFIX_STR(GenQueries)", "GLAPI_PREFIX_STR(GenQueriesARB)"\n"
11561
11562 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectivARB))"\n"
11563 "\t"STUB_ASM_CODE("525")"\n"
11564
11565 ".globl "GLAPI_PREFIX_STR(GetQueryObjectiv)"\n"
11566 ".set "GLAPI_PREFIX_STR(GetQueryObjectiv)", "GLAPI_PREFIX_STR(GetQueryObjectivARB)"\n"
11567
11568 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectuivARB))"\n"
11569 "\t"STUB_ASM_CODE("526")"\n"
11570
11571 ".globl "GLAPI_PREFIX_STR(GetQueryObjectuiv)"\n"
11572 ".set "GLAPI_PREFIX_STR(GetQueryObjectuiv)", "GLAPI_PREFIX_STR(GetQueryObjectuivARB)"\n"
11573
11574 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryivARB))"\n"
11575 "\t"STUB_ASM_CODE("527")"\n"
11576
11577 ".globl "GLAPI_PREFIX_STR(GetQueryiv)"\n"
11578 ".set "GLAPI_PREFIX_STR(GetQueryiv)", "GLAPI_PREFIX_STR(GetQueryivARB)"\n"
11579
11580 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsQueryARB))"\n"
11581 "\t"STUB_ASM_CODE("528")"\n"
11582
11583 ".globl "GLAPI_PREFIX_STR(IsQuery)"\n"
11584 ".set "GLAPI_PREFIX_STR(IsQuery)", "GLAPI_PREFIX_STR(IsQueryARB)"\n"
11585
11586 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachObjectARB))"\n"
11587 "\t"STUB_ASM_CODE("529")"\n"
11588
11589 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShaderARB))"\n"
11590 "\t"STUB_ASM_CODE("530")"\n"
11591
11592 ".globl "GLAPI_PREFIX_STR(CompileShader)"\n"
11593 ".set "GLAPI_PREFIX_STR(CompileShader)", "GLAPI_PREFIX_STR(CompileShaderARB)"\n"
11594
11595 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgramObjectARB))"\n"
11596 "\t"STUB_ASM_CODE("531")"\n"
11597
11598 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderObjectARB))"\n"
11599 "\t"STUB_ASM_CODE("532")"\n"
11600
11601 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteObjectARB))"\n"
11602 "\t"STUB_ASM_CODE("533")"\n"
11603
11604 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachObjectARB))"\n"
11605 "\t"STUB_ASM_CODE("534")"\n"
11606
11607 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformARB))"\n"
11608 "\t"STUB_ASM_CODE("535")"\n"
11609
11610 ".globl "GLAPI_PREFIX_STR(GetActiveUniform)"\n"
11611 ".set "GLAPI_PREFIX_STR(GetActiveUniform)", "GLAPI_PREFIX_STR(GetActiveUniformARB)"\n"
11612
11613 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedObjectsARB))"\n"
11614 "\t"STUB_ASM_CODE("536")"\n"
11615
11616 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHandleARB))"\n"
11617 "\t"STUB_ASM_CODE("537")"\n"
11618
11619 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInfoLogARB))"\n"
11620 "\t"STUB_ASM_CODE("538")"\n"
11621
11622 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterfvARB))"\n"
11623 "\t"STUB_ASM_CODE("539")"\n"
11624
11625 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivARB))"\n"
11626 "\t"STUB_ASM_CODE("540")"\n"
11627
11628 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderSourceARB))"\n"
11629 "\t"STUB_ASM_CODE("541")"\n"
11630
11631 ".globl "GLAPI_PREFIX_STR(GetShaderSource)"\n"
11632 ".set "GLAPI_PREFIX_STR(GetShaderSource)", "GLAPI_PREFIX_STR(GetShaderSourceARB)"\n"
11633
11634 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformLocationARB))"\n"
11635 "\t"STUB_ASM_CODE("542")"\n"
11636
11637 ".globl "GLAPI_PREFIX_STR(GetUniformLocation)"\n"
11638 ".set "GLAPI_PREFIX_STR(GetUniformLocation)", "GLAPI_PREFIX_STR(GetUniformLocationARB)"\n"
11639
11640 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformfvARB))"\n"
11641 "\t"STUB_ASM_CODE("543")"\n"
11642
11643 ".globl "GLAPI_PREFIX_STR(GetUniformfv)"\n"
11644 ".set "GLAPI_PREFIX_STR(GetUniformfv)", "GLAPI_PREFIX_STR(GetUniformfvARB)"\n"
11645
11646 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformivARB))"\n"
11647 "\t"STUB_ASM_CODE("544")"\n"
11648
11649 ".globl "GLAPI_PREFIX_STR(GetUniformiv)"\n"
11650 ".set "GLAPI_PREFIX_STR(GetUniformiv)", "GLAPI_PREFIX_STR(GetUniformivARB)"\n"
11651
11652 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LinkProgramARB))"\n"
11653 "\t"STUB_ASM_CODE("545")"\n"
11654
11655 ".globl "GLAPI_PREFIX_STR(LinkProgram)"\n"
11656 ".set "GLAPI_PREFIX_STR(LinkProgram)", "GLAPI_PREFIX_STR(LinkProgramARB)"\n"
11657
11658 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderSourceARB))"\n"
11659 "\t"STUB_ASM_CODE("546")"\n"
11660
11661 ".globl "GLAPI_PREFIX_STR(ShaderSource)"\n"
11662 ".set "GLAPI_PREFIX_STR(ShaderSource)", "GLAPI_PREFIX_STR(ShaderSourceARB)"\n"
11663
11664 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fARB))"\n"
11665 "\t"STUB_ASM_CODE("547")"\n"
11666
11667 ".globl "GLAPI_PREFIX_STR(Uniform1f)"\n"
11668 ".set "GLAPI_PREFIX_STR(Uniform1f)", "GLAPI_PREFIX_STR(Uniform1fARB)"\n"
11669
11670 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fvARB))"\n"
11671 "\t"STUB_ASM_CODE("548")"\n"
11672
11673 ".globl "GLAPI_PREFIX_STR(Uniform1fv)"\n"
11674 ".set "GLAPI_PREFIX_STR(Uniform1fv)", "GLAPI_PREFIX_STR(Uniform1fvARB)"\n"
11675
11676 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1iARB))"\n"
11677 "\t"STUB_ASM_CODE("549")"\n"
11678
11679 ".globl "GLAPI_PREFIX_STR(Uniform1i)"\n"
11680 ".set "GLAPI_PREFIX_STR(Uniform1i)", "GLAPI_PREFIX_STR(Uniform1iARB)"\n"
11681
11682 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1ivARB))"\n"
11683 "\t"STUB_ASM_CODE("550")"\n"
11684
11685 ".globl "GLAPI_PREFIX_STR(Uniform1iv)"\n"
11686 ".set "GLAPI_PREFIX_STR(Uniform1iv)", "GLAPI_PREFIX_STR(Uniform1ivARB)"\n"
11687
11688 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fARB))"\n"
11689 "\t"STUB_ASM_CODE("551")"\n"
11690
11691 ".globl "GLAPI_PREFIX_STR(Uniform2f)"\n"
11692 ".set "GLAPI_PREFIX_STR(Uniform2f)", "GLAPI_PREFIX_STR(Uniform2fARB)"\n"
11693
11694 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fvARB))"\n"
11695 "\t"STUB_ASM_CODE("552")"\n"
11696
11697 ".globl "GLAPI_PREFIX_STR(Uniform2fv)"\n"
11698 ".set "GLAPI_PREFIX_STR(Uniform2fv)", "GLAPI_PREFIX_STR(Uniform2fvARB)"\n"
11699
11700 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2iARB))"\n"
11701 "\t"STUB_ASM_CODE("553")"\n"
11702
11703 ".globl "GLAPI_PREFIX_STR(Uniform2i)"\n"
11704 ".set "GLAPI_PREFIX_STR(Uniform2i)", "GLAPI_PREFIX_STR(Uniform2iARB)"\n"
11705
11706 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2ivARB))"\n"
11707 "\t"STUB_ASM_CODE("554")"\n"
11708
11709 ".globl "GLAPI_PREFIX_STR(Uniform2iv)"\n"
11710 ".set "GLAPI_PREFIX_STR(Uniform2iv)", "GLAPI_PREFIX_STR(Uniform2ivARB)"\n"
11711
11712 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fARB))"\n"
11713 "\t"STUB_ASM_CODE("555")"\n"
11714
11715 ".globl "GLAPI_PREFIX_STR(Uniform3f)"\n"
11716 ".set "GLAPI_PREFIX_STR(Uniform3f)", "GLAPI_PREFIX_STR(Uniform3fARB)"\n"
11717
11718 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fvARB))"\n"
11719 "\t"STUB_ASM_CODE("556")"\n"
11720
11721 ".globl "GLAPI_PREFIX_STR(Uniform3fv)"\n"
11722 ".set "GLAPI_PREFIX_STR(Uniform3fv)", "GLAPI_PREFIX_STR(Uniform3fvARB)"\n"
11723
11724 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3iARB))"\n"
11725 "\t"STUB_ASM_CODE("557")"\n"
11726
11727 ".globl "GLAPI_PREFIX_STR(Uniform3i)"\n"
11728 ".set "GLAPI_PREFIX_STR(Uniform3i)", "GLAPI_PREFIX_STR(Uniform3iARB)"\n"
11729
11730 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3ivARB))"\n"
11731 "\t"STUB_ASM_CODE("558")"\n"
11732
11733 ".globl "GLAPI_PREFIX_STR(Uniform3iv)"\n"
11734 ".set "GLAPI_PREFIX_STR(Uniform3iv)", "GLAPI_PREFIX_STR(Uniform3ivARB)"\n"
11735
11736 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fARB))"\n"
11737 "\t"STUB_ASM_CODE("559")"\n"
11738
11739 ".globl "GLAPI_PREFIX_STR(Uniform4f)"\n"
11740 ".set "GLAPI_PREFIX_STR(Uniform4f)", "GLAPI_PREFIX_STR(Uniform4fARB)"\n"
11741
11742 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fvARB))"\n"
11743 "\t"STUB_ASM_CODE("560")"\n"
11744
11745 ".globl "GLAPI_PREFIX_STR(Uniform4fv)"\n"
11746 ".set "GLAPI_PREFIX_STR(Uniform4fv)", "GLAPI_PREFIX_STR(Uniform4fvARB)"\n"
11747
11748 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4iARB))"\n"
11749 "\t"STUB_ASM_CODE("561")"\n"
11750
11751 ".globl "GLAPI_PREFIX_STR(Uniform4i)"\n"
11752 ".set "GLAPI_PREFIX_STR(Uniform4i)", "GLAPI_PREFIX_STR(Uniform4iARB)"\n"
11753
11754 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4ivARB))"\n"
11755 "\t"STUB_ASM_CODE("562")"\n"
11756
11757 ".globl "GLAPI_PREFIX_STR(Uniform4iv)"\n"
11758 ".set "GLAPI_PREFIX_STR(Uniform4iv)", "GLAPI_PREFIX_STR(Uniform4ivARB)"\n"
11759
11760 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2fvARB))"\n"
11761 "\t"STUB_ASM_CODE("563")"\n"
11762
11763 ".globl "GLAPI_PREFIX_STR(UniformMatrix2fv)"\n"
11764 ".set "GLAPI_PREFIX_STR(UniformMatrix2fv)", "GLAPI_PREFIX_STR(UniformMatrix2fvARB)"\n"
11765
11766 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3fvARB))"\n"
11767 "\t"STUB_ASM_CODE("564")"\n"
11768
11769 ".globl "GLAPI_PREFIX_STR(UniformMatrix3fv)"\n"
11770 ".set "GLAPI_PREFIX_STR(UniformMatrix3fv)", "GLAPI_PREFIX_STR(UniformMatrix3fvARB)"\n"
11771
11772 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4fvARB))"\n"
11773 "\t"STUB_ASM_CODE("565")"\n"
11774
11775 ".globl "GLAPI_PREFIX_STR(UniformMatrix4fv)"\n"
11776 ".set "GLAPI_PREFIX_STR(UniformMatrix4fv)", "GLAPI_PREFIX_STR(UniformMatrix4fvARB)"\n"
11777
11778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseProgramObjectARB))"\n"
11779 "\t"STUB_ASM_CODE("566")"\n"
11780
11781 ".globl "GLAPI_PREFIX_STR(UseProgram)"\n"
11782 ".set "GLAPI_PREFIX_STR(UseProgram)", "GLAPI_PREFIX_STR(UseProgramObjectARB)"\n"
11783
11784 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ValidateProgramARB))"\n"
11785 "\t"STUB_ASM_CODE("567")"\n"
11786
11787 ".globl "GLAPI_PREFIX_STR(ValidateProgram)"\n"
11788 ".set "GLAPI_PREFIX_STR(ValidateProgram)", "GLAPI_PREFIX_STR(ValidateProgramARB)"\n"
11789
11790 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindAttribLocationARB))"\n"
11791 "\t"STUB_ASM_CODE("568")"\n"
11792
11793 ".globl "GLAPI_PREFIX_STR(BindAttribLocation)"\n"
11794 ".set "GLAPI_PREFIX_STR(BindAttribLocation)", "GLAPI_PREFIX_STR(BindAttribLocationARB)"\n"
11795
11796 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveAttribARB))"\n"
11797 "\t"STUB_ASM_CODE("569")"\n"
11798
11799 ".globl "GLAPI_PREFIX_STR(GetActiveAttrib)"\n"
11800 ".set "GLAPI_PREFIX_STR(GetActiveAttrib)", "GLAPI_PREFIX_STR(GetActiveAttribARB)"\n"
11801
11802 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttribLocationARB))"\n"
11803 "\t"STUB_ASM_CODE("570")"\n"
11804
11805 ".globl "GLAPI_PREFIX_STR(GetAttribLocation)"\n"
11806 ".set "GLAPI_PREFIX_STR(GetAttribLocation)", "GLAPI_PREFIX_STR(GetAttribLocationARB)"\n"
11807
11808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffersARB))"\n"
11809 "\t"STUB_ASM_CODE("571")"\n"
11810
11811 ".globl "GLAPI_PREFIX_STR(DrawBuffers)"\n"
11812 ".set "GLAPI_PREFIX_STR(DrawBuffers)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
11813
11814 ".globl "GLAPI_PREFIX_STR(DrawBuffersATI)"\n"
11815 ".set "GLAPI_PREFIX_STR(DrawBuffersATI)", "GLAPI_PREFIX_STR(DrawBuffersARB)"\n"
11816
11817 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColorARB))"\n"
11818 "\t"STUB_ASM_CODE("572")"\n"
11819
11820 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysInstancedARB))"\n"
11821 "\t"STUB_ASM_CODE("573")"\n"
11822
11823 ".globl "GLAPI_PREFIX_STR(DrawArraysInstanced)"\n"
11824 ".set "GLAPI_PREFIX_STR(DrawArraysInstanced)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
11825
11826 ".globl "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)"\n"
11827 ".set "GLAPI_PREFIX_STR(DrawArraysInstancedEXT)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB)"\n"
11828
11829 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedARB))"\n"
11830 "\t"STUB_ASM_CODE("574")"\n"
11831
11832 ".globl "GLAPI_PREFIX_STR(DrawElementsInstanced)"\n"
11833 ".set "GLAPI_PREFIX_STR(DrawElementsInstanced)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
11834
11835 ".globl "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)"\n"
11836 ".set "GLAPI_PREFIX_STR(DrawElementsInstancedEXT)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB)"\n"
11837
11838 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageMultisample))"\n"
11839 "\t"STUB_ASM_CODE("575")"\n"
11840
11841 ".globl "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)"\n"
11842 ".set "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT)", "GLAPI_PREFIX_STR(RenderbufferStorageMultisample)"\n"
11843
11844 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureARB))"\n"
11845 "\t"STUB_ASM_CODE("576")"\n"
11846
11847 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureFaceARB))"\n"
11848 "\t"STUB_ASM_CODE("577")"\n"
11849
11850 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameteriARB))"\n"
11851 "\t"STUB_ASM_CODE("578")"\n"
11852
11853 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisorARB))"\n"
11854 "\t"STUB_ASM_CODE("579")"\n"
11855
11856 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushMappedBufferRange))"\n"
11857 "\t"STUB_ASM_CODE("580")"\n"
11858
11859 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferRange))"\n"
11860 "\t"STUB_ASM_CODE("581")"\n"
11861
11862 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexArray))"\n"
11863 "\t"STUB_ASM_CODE("582")"\n"
11864
11865 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenVertexArrays))"\n"
11866 "\t"STUB_ASM_CODE("583")"\n"
11867
11868 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyBufferSubData))"\n"
11869 "\t"STUB_ASM_CODE("584")"\n"
11870
11871 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientWaitSync))"\n"
11872 "\t"STUB_ASM_CODE("585")"\n"
11873
11874 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSync))"\n"
11875 "\t"STUB_ASM_CODE("586")"\n"
11876
11877 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FenceSync))"\n"
11878 "\t"STUB_ASM_CODE("587")"\n"
11879
11880 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64v))"\n"
11881 "\t"STUB_ASM_CODE("588")"\n"
11882
11883 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSynciv))"\n"
11884 "\t"STUB_ASM_CODE("589")"\n"
11885
11886 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSync))"\n"
11887 "\t"STUB_ASM_CODE("590")"\n"
11888
11889 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WaitSync))"\n"
11890 "\t"STUB_ASM_CODE("591")"\n"
11891
11892 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsBaseVertex))"\n"
11893 "\t"STUB_ASM_CODE("592")"\n"
11894
11895 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElementsBaseVertex))"\n"
11896 "\t"STUB_ASM_CODE("593")"\n"
11897
11898 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsBaseVertex))"\n"
11899 "\t"STUB_ASM_CODE("594")"\n"
11900
11901 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparateiARB))"\n"
11902 "\t"STUB_ASM_CODE("595")"\n"
11903
11904 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationiARB))"\n"
11905 "\t"STUB_ASM_CODE("596")"\n"
11906
11907 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateiARB))"\n"
11908 "\t"STUB_ASM_CODE("597")"\n"
11909
11910 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunciARB))"\n"
11911 "\t"STUB_ASM_CODE("598")"\n"
11912
11913 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback))"\n"
11914 "\t"STUB_ASM_CODE("599")"\n"
11915
11916 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks))"\n"
11917 "\t"STUB_ASM_CODE("600")"\n"
11918
11919 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback))"\n"
11920 "\t"STUB_ASM_CODE("601")"\n"
11921
11922 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks))"\n"
11923 "\t"STUB_ASM_CODE("602")"\n"
11924
11925 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback))"\n"
11926 "\t"STUB_ASM_CODE("603")"\n"
11927
11928 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback))"\n"
11929 "\t"STUB_ASM_CODE("604")"\n"
11930
11931 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback))"\n"
11932 "\t"STUB_ASM_CODE("605")"\n"
11933
11934 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"
11935 "\t"STUB_ASM_CODE("606")"\n"
11936
11937 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"
11938 "\t"STUB_ASM_CODE("607")"\n"
11939
11940 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat))"\n"
11941 "\t"STUB_ASM_CODE("608")"\n"
11942
11943 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler))"\n"
11944 "\t"STUB_ASM_CODE("609")"\n"
11945
11946 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary))"\n"
11947 "\t"STUB_ASM_CODE("610")"\n"
11948
11949 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetEXT))"\n"
11950 "\t"STUB_ASM_CODE("614")"\n"
11951
11952 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT))"\n"
11953 "\t"STUB_ASM_CODE("633")"\n"
11954
11955 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT))"\n"
11956 "\t"STUB_ASM_CODE("634")"\n"
11957
11958 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT))"\n"
11959 "\t"STUB_ASM_CODE("635")"\n"
11960
11961 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT))"\n"
11962 "\t"STUB_ASM_CODE("636")"\n"
11963
11964 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT))"\n"
11965 "\t"STUB_ASM_CODE("637")"\n"
11966
11967 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT))"\n"
11968 "\t"STUB_ASM_CODE("638")"\n"
11969
11970 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT))"\n"
11971 "\t"STUB_ASM_CODE("639")"\n"
11972
11973 ".globl "GLAPI_PREFIX_STR(PointParameterf)"\n"
11974 ".set "GLAPI_PREFIX_STR(PointParameterf)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
11975
11976 ".globl "GLAPI_PREFIX_STR(PointParameterfARB)"\n"
11977 ".set "GLAPI_PREFIX_STR(PointParameterfARB)", "GLAPI_PREFIX_STR(PointParameterfEXT)"\n"
11978
11979 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfvEXT))"\n"
11980 "\t"STUB_ASM_CODE("640")"\n"
11981
11982 ".globl "GLAPI_PREFIX_STR(PointParameterfv)"\n"
11983 ".set "GLAPI_PREFIX_STR(PointParameterfv)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
11984
11985 ".globl "GLAPI_PREFIX_STR(PointParameterfvARB)"\n"
11986 ".set "GLAPI_PREFIX_STR(PointParameterfvARB)", "GLAPI_PREFIX_STR(PointParameterfvEXT)"\n"
11987
11988 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LockArraysEXT))"\n"
11989 "\t"STUB_ASM_CODE("641")"\n"
11990
11991 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnlockArraysEXT))"\n"
11992 "\t"STUB_ASM_CODE("642")"\n"
11993
11994 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bEXT))"\n"
11995 "\t"STUB_ASM_CODE("643")"\n"
11996
11997 ".globl "GLAPI_PREFIX_STR(SecondaryColor3b)"\n"
11998 ".set "GLAPI_PREFIX_STR(SecondaryColor3b)", "GLAPI_PREFIX_STR(SecondaryColor3bEXT)"\n"
11999
12000 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bvEXT))"\n"
12001 "\t"STUB_ASM_CODE("644")"\n"
12002
12003 ".globl "GLAPI_PREFIX_STR(SecondaryColor3bv)"\n"
12004 ".set "GLAPI_PREFIX_STR(SecondaryColor3bv)", "GLAPI_PREFIX_STR(SecondaryColor3bvEXT)"\n"
12005
12006 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dEXT))"\n"
12007 "\t"STUB_ASM_CODE("645")"\n"
12008
12009 ".globl "GLAPI_PREFIX_STR(SecondaryColor3d)"\n"
12010 ".set "GLAPI_PREFIX_STR(SecondaryColor3d)", "GLAPI_PREFIX_STR(SecondaryColor3dEXT)"\n"
12011
12012 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dvEXT))"\n"
12013 "\t"STUB_ASM_CODE("646")"\n"
12014
12015 ".globl "GLAPI_PREFIX_STR(SecondaryColor3dv)"\n"
12016 ".set "GLAPI_PREFIX_STR(SecondaryColor3dv)", "GLAPI_PREFIX_STR(SecondaryColor3dvEXT)"\n"
12017
12018 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fEXT))"\n"
12019 "\t"STUB_ASM_CODE("647")"\n"
12020
12021 ".globl "GLAPI_PREFIX_STR(SecondaryColor3f)"\n"
12022 ".set "GLAPI_PREFIX_STR(SecondaryColor3f)", "GLAPI_PREFIX_STR(SecondaryColor3fEXT)"\n"
12023
12024 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fvEXT))"\n"
12025 "\t"STUB_ASM_CODE("648")"\n"
12026
12027 ".globl "GLAPI_PREFIX_STR(SecondaryColor3fv)"\n"
12028 ".set "GLAPI_PREFIX_STR(SecondaryColor3fv)", "GLAPI_PREFIX_STR(SecondaryColor3fvEXT)"\n"
12029
12030 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3iEXT))"\n"
12031 "\t"STUB_ASM_CODE("649")"\n"
12032
12033 ".globl "GLAPI_PREFIX_STR(SecondaryColor3i)"\n"
12034 ".set "GLAPI_PREFIX_STR(SecondaryColor3i)", "GLAPI_PREFIX_STR(SecondaryColor3iEXT)"\n"
12035
12036 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ivEXT))"\n"
12037 "\t"STUB_ASM_CODE("650")"\n"
12038
12039 ".globl "GLAPI_PREFIX_STR(SecondaryColor3iv)"\n"
12040 ".set "GLAPI_PREFIX_STR(SecondaryColor3iv)", "GLAPI_PREFIX_STR(SecondaryColor3ivEXT)"\n"
12041
12042 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3sEXT))"\n"
12043 "\t"STUB_ASM_CODE("651")"\n"
12044
12045 ".globl "GLAPI_PREFIX_STR(SecondaryColor3s)"\n"
12046 ".set "GLAPI_PREFIX_STR(SecondaryColor3s)", "GLAPI_PREFIX_STR(SecondaryColor3sEXT)"\n"
12047
12048 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3svEXT))"\n"
12049 "\t"STUB_ASM_CODE("652")"\n"
12050
12051 ".globl "GLAPI_PREFIX_STR(SecondaryColor3sv)"\n"
12052 ".set "GLAPI_PREFIX_STR(SecondaryColor3sv)", "GLAPI_PREFIX_STR(SecondaryColor3svEXT)"\n"
12053
12054 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubEXT))"\n"
12055 "\t"STUB_ASM_CODE("653")"\n"
12056
12057 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ub)"\n"
12058 ".set "GLAPI_PREFIX_STR(SecondaryColor3ub)", "GLAPI_PREFIX_STR(SecondaryColor3ubEXT)"\n"
12059
12060 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubvEXT))"\n"
12061 "\t"STUB_ASM_CODE("654")"\n"
12062
12063 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ubv)"\n"
12064 ".set "GLAPI_PREFIX_STR(SecondaryColor3ubv)", "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT)"\n"
12065
12066 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uiEXT))"\n"
12067 "\t"STUB_ASM_CODE("655")"\n"
12068
12069 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ui)"\n"
12070 ".set "GLAPI_PREFIX_STR(SecondaryColor3ui)", "GLAPI_PREFIX_STR(SecondaryColor3uiEXT)"\n"
12071
12072 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uivEXT))"\n"
12073 "\t"STUB_ASM_CODE("656")"\n"
12074
12075 ".globl "GLAPI_PREFIX_STR(SecondaryColor3uiv)"\n"
12076 ".set "GLAPI_PREFIX_STR(SecondaryColor3uiv)", "GLAPI_PREFIX_STR(SecondaryColor3uivEXT)"\n"
12077
12078 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usEXT))"\n"
12079 "\t"STUB_ASM_CODE("657")"\n"
12080
12081 ".globl "GLAPI_PREFIX_STR(SecondaryColor3us)"\n"
12082 ".set "GLAPI_PREFIX_STR(SecondaryColor3us)", "GLAPI_PREFIX_STR(SecondaryColor3usEXT)"\n"
12083
12084 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usvEXT))"\n"
12085 "\t"STUB_ASM_CODE("658")"\n"
12086
12087 ".globl "GLAPI_PREFIX_STR(SecondaryColor3usv)"\n"
12088 ".set "GLAPI_PREFIX_STR(SecondaryColor3usv)", "GLAPI_PREFIX_STR(SecondaryColor3usvEXT)"\n"
12089
12090 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorPointerEXT))"\n"
12091 "\t"STUB_ASM_CODE("659")"\n"
12092
12093 ".globl "GLAPI_PREFIX_STR(SecondaryColorPointer)"\n"
12094 ".set "GLAPI_PREFIX_STR(SecondaryColorPointer)", "GLAPI_PREFIX_STR(SecondaryColorPointerEXT)"\n"
12095
12096 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArraysEXT))"\n"
12097 "\t"STUB_ASM_CODE("660")"\n"
12098
12099 ".globl "GLAPI_PREFIX_STR(MultiDrawArrays)"\n"
12100 ".set "GLAPI_PREFIX_STR(MultiDrawArrays)", "GLAPI_PREFIX_STR(MultiDrawArraysEXT)"\n"
12101
12102 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsEXT))"\n"
12103 "\t"STUB_ASM_CODE("661")"\n"
12104
12105 ".globl "GLAPI_PREFIX_STR(MultiDrawElements)"\n"
12106 ".set "GLAPI_PREFIX_STR(MultiDrawElements)", "GLAPI_PREFIX_STR(MultiDrawElementsEXT)"\n"
12107
12108 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordPointerEXT))"\n"
12109 "\t"STUB_ASM_CODE("662")"\n"
12110
12111 ".globl "GLAPI_PREFIX_STR(FogCoordPointer)"\n"
12112 ".set "GLAPI_PREFIX_STR(FogCoordPointer)", "GLAPI_PREFIX_STR(FogCoordPointerEXT)"\n"
12113
12114 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddEXT))"\n"
12115 "\t"STUB_ASM_CODE("663")"\n"
12116
12117 ".globl "GLAPI_PREFIX_STR(FogCoordd)"\n"
12118 ".set "GLAPI_PREFIX_STR(FogCoordd)", "GLAPI_PREFIX_STR(FogCoorddEXT)"\n"
12119
12120 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddvEXT))"\n"
12121 "\t"STUB_ASM_CODE("664")"\n"
12122
12123 ".globl "GLAPI_PREFIX_STR(FogCoorddv)"\n"
12124 ".set "GLAPI_PREFIX_STR(FogCoorddv)", "GLAPI_PREFIX_STR(FogCoorddvEXT)"\n"
12125
12126 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfEXT))"\n"
12127 "\t"STUB_ASM_CODE("665")"\n"
12128
12129 ".globl "GLAPI_PREFIX_STR(FogCoordf)"\n"
12130 ".set "GLAPI_PREFIX_STR(FogCoordf)", "GLAPI_PREFIX_STR(FogCoordfEXT)"\n"
12131
12132 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfvEXT))"\n"
12133 "\t"STUB_ASM_CODE("666")"\n"
12134
12135 ".globl "GLAPI_PREFIX_STR(FogCoordfv)"\n"
12136 ".set "GLAPI_PREFIX_STR(FogCoordfv)", "GLAPI_PREFIX_STR(FogCoordfvEXT)"\n"
12137
12138 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateEXT))"\n"
12139 "\t"STUB_ASM_CODE("668")"\n"
12140
12141 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparate)"\n"
12142 ".set "GLAPI_PREFIX_STR(BlendFuncSeparate)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT)"\n"
12143
12144 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushVertexArrayRangeNV))"\n"
12145 "\t"STUB_ASM_CODE("669")"\n"
12146
12147 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexArrayRangeNV))"\n"
12148 "\t"STUB_ASM_CODE("670")"\n"
12149
12150 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerInputNV))"\n"
12151 "\t"STUB_ASM_CODE("671")"\n"
12152
12153 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerOutputNV))"\n"
12154 "\t"STUB_ASM_CODE("672")"\n"
12155
12156 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfNV))"\n"
12157 "\t"STUB_ASM_CODE("673")"\n"
12158
12159 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfvNV))"\n"
12160 "\t"STUB_ASM_CODE("674")"\n"
12161
12162 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameteriNV))"\n"
12163 "\t"STUB_ASM_CODE("675")"\n"
12164
12165 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterivNV))"\n"
12166 "\t"STUB_ASM_CODE("676")"\n"
12167
12168 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FinalCombinerInputNV))"\n"
12169 "\t"STUB_ASM_CODE("677")"\n"
12170
12171 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterfvNV))"\n"
12172 "\t"STUB_ASM_CODE("678")"\n"
12173
12174 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterivNV))"\n"
12175 "\t"STUB_ASM_CODE("679")"\n"
12176
12177 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterfvNV))"\n"
12178 "\t"STUB_ASM_CODE("680")"\n"
12179
12180 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterivNV))"\n"
12181 "\t"STUB_ASM_CODE("681")"\n"
12182
12183 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterfvNV))"\n"
12184 "\t"STUB_ASM_CODE("682")"\n"
12185
12186 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterivNV))"\n"
12187 "\t"STUB_ASM_CODE("683")"\n"
12188
12189 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResizeBuffersMESA))"\n"
12190 "\t"STUB_ASM_CODE("684")"\n"
12191
12192 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dMESA))"\n"
12193 "\t"STUB_ASM_CODE("685")"\n"
12194
12195 ".globl "GLAPI_PREFIX_STR(WindowPos2d)"\n"
12196 ".set "GLAPI_PREFIX_STR(WindowPos2d)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
12197
12198 ".globl "GLAPI_PREFIX_STR(WindowPos2dARB)"\n"
12199 ".set "GLAPI_PREFIX_STR(WindowPos2dARB)", "GLAPI_PREFIX_STR(WindowPos2dMESA)"\n"
12200
12201 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dvMESA))"\n"
12202 "\t"STUB_ASM_CODE("686")"\n"
12203
12204 ".globl "GLAPI_PREFIX_STR(WindowPos2dv)"\n"
12205 ".set "GLAPI_PREFIX_STR(WindowPos2dv)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
12206
12207 ".globl "GLAPI_PREFIX_STR(WindowPos2dvARB)"\n"
12208 ".set "GLAPI_PREFIX_STR(WindowPos2dvARB)", "GLAPI_PREFIX_STR(WindowPos2dvMESA)"\n"
12209
12210 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fMESA))"\n"
12211 "\t"STUB_ASM_CODE("687")"\n"
12212
12213 ".globl "GLAPI_PREFIX_STR(WindowPos2f)"\n"
12214 ".set "GLAPI_PREFIX_STR(WindowPos2f)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
12215
12216 ".globl "GLAPI_PREFIX_STR(WindowPos2fARB)"\n"
12217 ".set "GLAPI_PREFIX_STR(WindowPos2fARB)", "GLAPI_PREFIX_STR(WindowPos2fMESA)"\n"
12218
12219 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fvMESA))"\n"
12220 "\t"STUB_ASM_CODE("688")"\n"
12221
12222 ".globl "GLAPI_PREFIX_STR(WindowPos2fv)"\n"
12223 ".set "GLAPI_PREFIX_STR(WindowPos2fv)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
12224
12225 ".globl "GLAPI_PREFIX_STR(WindowPos2fvARB)"\n"
12226 ".set "GLAPI_PREFIX_STR(WindowPos2fvARB)", "GLAPI_PREFIX_STR(WindowPos2fvMESA)"\n"
12227
12228 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iMESA))"\n"
12229 "\t"STUB_ASM_CODE("689")"\n"
12230
12231 ".globl "GLAPI_PREFIX_STR(WindowPos2i)"\n"
12232 ".set "GLAPI_PREFIX_STR(WindowPos2i)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
12233
12234 ".globl "GLAPI_PREFIX_STR(WindowPos2iARB)"\n"
12235 ".set "GLAPI_PREFIX_STR(WindowPos2iARB)", "GLAPI_PREFIX_STR(WindowPos2iMESA)"\n"
12236
12237 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2ivMESA))"\n"
12238 "\t"STUB_ASM_CODE("690")"\n"
12239
12240 ".globl "GLAPI_PREFIX_STR(WindowPos2iv)"\n"
12241 ".set "GLAPI_PREFIX_STR(WindowPos2iv)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
12242
12243 ".globl "GLAPI_PREFIX_STR(WindowPos2ivARB)"\n"
12244 ".set "GLAPI_PREFIX_STR(WindowPos2ivARB)", "GLAPI_PREFIX_STR(WindowPos2ivMESA)"\n"
12245
12246 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sMESA))"\n"
12247 "\t"STUB_ASM_CODE("691")"\n"
12248
12249 ".globl "GLAPI_PREFIX_STR(WindowPos2s)"\n"
12250 ".set "GLAPI_PREFIX_STR(WindowPos2s)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
12251
12252 ".globl "GLAPI_PREFIX_STR(WindowPos2sARB)"\n"
12253 ".set "GLAPI_PREFIX_STR(WindowPos2sARB)", "GLAPI_PREFIX_STR(WindowPos2sMESA)"\n"
12254
12255 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2svMESA))"\n"
12256 "\t"STUB_ASM_CODE("692")"\n"
12257
12258 ".globl "GLAPI_PREFIX_STR(WindowPos2sv)"\n"
12259 ".set "GLAPI_PREFIX_STR(WindowPos2sv)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
12260
12261 ".globl "GLAPI_PREFIX_STR(WindowPos2svARB)"\n"
12262 ".set "GLAPI_PREFIX_STR(WindowPos2svARB)", "GLAPI_PREFIX_STR(WindowPos2svMESA)"\n"
12263
12264 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dMESA))"\n"
12265 "\t"STUB_ASM_CODE("693")"\n"
12266
12267 ".globl "GLAPI_PREFIX_STR(WindowPos3d)"\n"
12268 ".set "GLAPI_PREFIX_STR(WindowPos3d)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
12269
12270 ".globl "GLAPI_PREFIX_STR(WindowPos3dARB)"\n"
12271 ".set "GLAPI_PREFIX_STR(WindowPos3dARB)", "GLAPI_PREFIX_STR(WindowPos3dMESA)"\n"
12272
12273 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dvMESA))"\n"
12274 "\t"STUB_ASM_CODE("694")"\n"
12275
12276 ".globl "GLAPI_PREFIX_STR(WindowPos3dv)"\n"
12277 ".set "GLAPI_PREFIX_STR(WindowPos3dv)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
12278
12279 ".globl "GLAPI_PREFIX_STR(WindowPos3dvARB)"\n"
12280 ".set "GLAPI_PREFIX_STR(WindowPos3dvARB)", "GLAPI_PREFIX_STR(WindowPos3dvMESA)"\n"
12281
12282 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fMESA))"\n"
12283 "\t"STUB_ASM_CODE("695")"\n"
12284
12285 ".globl "GLAPI_PREFIX_STR(WindowPos3f)"\n"
12286 ".set "GLAPI_PREFIX_STR(WindowPos3f)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
12287
12288 ".globl "GLAPI_PREFIX_STR(WindowPos3fARB)"\n"
12289 ".set "GLAPI_PREFIX_STR(WindowPos3fARB)", "GLAPI_PREFIX_STR(WindowPos3fMESA)"\n"
12290
12291 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fvMESA))"\n"
12292 "\t"STUB_ASM_CODE("696")"\n"
12293
12294 ".globl "GLAPI_PREFIX_STR(WindowPos3fv)"\n"
12295 ".set "GLAPI_PREFIX_STR(WindowPos3fv)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
12296
12297 ".globl "GLAPI_PREFIX_STR(WindowPos3fvARB)"\n"
12298 ".set "GLAPI_PREFIX_STR(WindowPos3fvARB)", "GLAPI_PREFIX_STR(WindowPos3fvMESA)"\n"
12299
12300 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iMESA))"\n"
12301 "\t"STUB_ASM_CODE("697")"\n"
12302
12303 ".globl "GLAPI_PREFIX_STR(WindowPos3i)"\n"
12304 ".set "GLAPI_PREFIX_STR(WindowPos3i)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
12305
12306 ".globl "GLAPI_PREFIX_STR(WindowPos3iARB)"\n"
12307 ".set "GLAPI_PREFIX_STR(WindowPos3iARB)", "GLAPI_PREFIX_STR(WindowPos3iMESA)"\n"
12308
12309 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3ivMESA))"\n"
12310 "\t"STUB_ASM_CODE("698")"\n"
12311
12312 ".globl "GLAPI_PREFIX_STR(WindowPos3iv)"\n"
12313 ".set "GLAPI_PREFIX_STR(WindowPos3iv)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
12314
12315 ".globl "GLAPI_PREFIX_STR(WindowPos3ivARB)"\n"
12316 ".set "GLAPI_PREFIX_STR(WindowPos3ivARB)", "GLAPI_PREFIX_STR(WindowPos3ivMESA)"\n"
12317
12318 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sMESA))"\n"
12319 "\t"STUB_ASM_CODE("699")"\n"
12320
12321 ".globl "GLAPI_PREFIX_STR(WindowPos3s)"\n"
12322 ".set "GLAPI_PREFIX_STR(WindowPos3s)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
12323
12324 ".globl "GLAPI_PREFIX_STR(WindowPos3sARB)"\n"
12325 ".set "GLAPI_PREFIX_STR(WindowPos3sARB)", "GLAPI_PREFIX_STR(WindowPos3sMESA)"\n"
12326
12327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3svMESA))"\n"
12328 "\t"STUB_ASM_CODE("700")"\n"
12329
12330 ".globl "GLAPI_PREFIX_STR(WindowPos3sv)"\n"
12331 ".set "GLAPI_PREFIX_STR(WindowPos3sv)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
12332
12333 ".globl "GLAPI_PREFIX_STR(WindowPos3svARB)"\n"
12334 ".set "GLAPI_PREFIX_STR(WindowPos3svARB)", "GLAPI_PREFIX_STR(WindowPos3svMESA)"\n"
12335
12336 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dMESA))"\n"
12337 "\t"STUB_ASM_CODE("701")"\n"
12338
12339 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dvMESA))"\n"
12340 "\t"STUB_ASM_CODE("702")"\n"
12341
12342 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fMESA))"\n"
12343 "\t"STUB_ASM_CODE("703")"\n"
12344
12345 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fvMESA))"\n"
12346 "\t"STUB_ASM_CODE("704")"\n"
12347
12348 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4iMESA))"\n"
12349 "\t"STUB_ASM_CODE("705")"\n"
12350
12351 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4ivMESA))"\n"
12352 "\t"STUB_ASM_CODE("706")"\n"
12353
12354 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4sMESA))"\n"
12355 "\t"STUB_ASM_CODE("707")"\n"
12356
12357 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4svMESA))"\n"
12358 "\t"STUB_ASM_CODE("708")"\n"
12359
12360 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreProgramsResidentNV))"\n"
12361 "\t"STUB_ASM_CODE("718")"\n"
12362
12363 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindProgramNV))"\n"
12364 "\t"STUB_ASM_CODE("719")"\n"
12365
12366 ".globl "GLAPI_PREFIX_STR(BindProgramARB)"\n"
12367 ".set "GLAPI_PREFIX_STR(BindProgramARB)", "GLAPI_PREFIX_STR(BindProgramNV)"\n"
12368
12369 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgramsNV))"\n"
12370 "\t"STUB_ASM_CODE("720")"\n"
12371
12372 ".globl "GLAPI_PREFIX_STR(DeleteProgramsARB)"\n"
12373 ".set "GLAPI_PREFIX_STR(DeleteProgramsARB)", "GLAPI_PREFIX_STR(DeleteProgramsNV)"\n"
12374
12375 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ExecuteProgramNV))"\n"
12376 "\t"STUB_ASM_CODE("721")"\n"
12377
12378 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenProgramsNV))"\n"
12379 "\t"STUB_ASM_CODE("722")"\n"
12380
12381 ".globl "GLAPI_PREFIX_STR(GenProgramsARB)"\n"
12382 ".set "GLAPI_PREFIX_STR(GenProgramsARB)", "GLAPI_PREFIX_STR(GenProgramsNV)"\n"
12383
12384 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterdvNV))"\n"
12385 "\t"STUB_ASM_CODE("723")"\n"
12386
12387 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterfvNV))"\n"
12388 "\t"STUB_ASM_CODE("724")"\n"
12389
12390 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringNV))"\n"
12391 "\t"STUB_ASM_CODE("725")"\n"
12392
12393 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivNV))"\n"
12394 "\t"STUB_ASM_CODE("726")"\n"
12395
12396 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTrackMatrixivNV))"\n"
12397 "\t"STUB_ASM_CODE("727")"\n"
12398
12399 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointervNV))"\n"
12400 "\t"STUB_ASM_CODE("728")"\n"
12401
12402 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointerv)"\n"
12403 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointerv)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
12404
12405 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)"\n"
12406 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointervARB)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV)"\n"
12407
12408 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvNV))"\n"
12409 "\t"STUB_ASM_CODE("729")"\n"
12410
12411 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvNV))"\n"
12412 "\t"STUB_ASM_CODE("730")"\n"
12413
12414 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivNV))"\n"
12415 "\t"STUB_ASM_CODE("731")"\n"
12416
12417 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgramNV))"\n"
12418 "\t"STUB_ASM_CODE("732")"\n"
12419
12420 ".globl "GLAPI_PREFIX_STR(IsProgramARB)"\n"
12421 ".set "GLAPI_PREFIX_STR(IsProgramARB)", "GLAPI_PREFIX_STR(IsProgramNV)"\n"
12422
12423 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadProgramNV))"\n"
12424 "\t"STUB_ASM_CODE("733")"\n"
12425
12426 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4dvNV))"\n"
12427 "\t"STUB_ASM_CODE("734")"\n"
12428
12429 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4fvNV))"\n"
12430 "\t"STUB_ASM_CODE("735")"\n"
12431
12432 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RequestResidentProgramsNV))"\n"
12433 "\t"STUB_ASM_CODE("736")"\n"
12434
12435 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TrackMatrixNV))"\n"
12436 "\t"STUB_ASM_CODE("737")"\n"
12437
12438 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dNV))"\n"
12439 "\t"STUB_ASM_CODE("738")"\n"
12440
12441 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvNV))"\n"
12442 "\t"STUB_ASM_CODE("739")"\n"
12443
12444 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fNV))"\n"
12445 "\t"STUB_ASM_CODE("740")"\n"
12446
12447 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvNV))"\n"
12448 "\t"STUB_ASM_CODE("741")"\n"
12449
12450 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sNV))"\n"
12451 "\t"STUB_ASM_CODE("742")"\n"
12452
12453 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svNV))"\n"
12454 "\t"STUB_ASM_CODE("743")"\n"
12455
12456 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dNV))"\n"
12457 "\t"STUB_ASM_CODE("744")"\n"
12458
12459 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvNV))"\n"
12460 "\t"STUB_ASM_CODE("745")"\n"
12461
12462 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fNV))"\n"
12463 "\t"STUB_ASM_CODE("746")"\n"
12464
12465 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvNV))"\n"
12466 "\t"STUB_ASM_CODE("747")"\n"
12467
12468 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sNV))"\n"
12469 "\t"STUB_ASM_CODE("748")"\n"
12470
12471 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svNV))"\n"
12472 "\t"STUB_ASM_CODE("749")"\n"
12473
12474 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dNV))"\n"
12475 "\t"STUB_ASM_CODE("750")"\n"
12476
12477 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvNV))"\n"
12478 "\t"STUB_ASM_CODE("751")"\n"
12479
12480 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fNV))"\n"
12481 "\t"STUB_ASM_CODE("752")"\n"
12482
12483 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvNV))"\n"
12484 "\t"STUB_ASM_CODE("753")"\n"
12485
12486 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sNV))"\n"
12487 "\t"STUB_ASM_CODE("754")"\n"
12488
12489 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svNV))"\n"
12490 "\t"STUB_ASM_CODE("755")"\n"
12491
12492 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dNV))"\n"
12493 "\t"STUB_ASM_CODE("756")"\n"
12494
12495 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvNV))"\n"
12496 "\t"STUB_ASM_CODE("757")"\n"
12497
12498 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fNV))"\n"
12499 "\t"STUB_ASM_CODE("758")"\n"
12500
12501 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvNV))"\n"
12502 "\t"STUB_ASM_CODE("759")"\n"
12503
12504 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sNV))"\n"
12505 "\t"STUB_ASM_CODE("760")"\n"
12506
12507 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svNV))"\n"
12508 "\t"STUB_ASM_CODE("761")"\n"
12509
12510 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubNV))"\n"
12511 "\t"STUB_ASM_CODE("762")"\n"
12512
12513 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvNV))"\n"
12514 "\t"STUB_ASM_CODE("763")"\n"
12515
12516 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerNV))"\n"
12517 "\t"STUB_ASM_CODE("764")"\n"
12518
12519 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1dvNV))"\n"
12520 "\t"STUB_ASM_CODE("765")"\n"
12521
12522 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1fvNV))"\n"
12523 "\t"STUB_ASM_CODE("766")"\n"
12524
12525 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1svNV))"\n"
12526 "\t"STUB_ASM_CODE("767")"\n"
12527
12528 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2dvNV))"\n"
12529 "\t"STUB_ASM_CODE("768")"\n"
12530
12531 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2fvNV))"\n"
12532 "\t"STUB_ASM_CODE("769")"\n"
12533
12534 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2svNV))"\n"
12535 "\t"STUB_ASM_CODE("770")"\n"
12536
12537 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3dvNV))"\n"
12538 "\t"STUB_ASM_CODE("771")"\n"
12539
12540 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3fvNV))"\n"
12541 "\t"STUB_ASM_CODE("772")"\n"
12542
12543 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3svNV))"\n"
12544 "\t"STUB_ASM_CODE("773")"\n"
12545
12546 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4dvNV))"\n"
12547 "\t"STUB_ASM_CODE("774")"\n"
12548
12549 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4fvNV))"\n"
12550 "\t"STUB_ASM_CODE("775")"\n"
12551
12552 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4svNV))"\n"
12553 "\t"STUB_ASM_CODE("776")"\n"
12554
12555 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4ubvNV))"\n"
12556 "\t"STUB_ASM_CODE("777")"\n"
12557
12558 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterfvATI))"\n"
12559 "\t"STUB_ASM_CODE("778")"\n"
12560
12561 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterivATI))"\n"
12562 "\t"STUB_ASM_CODE("779")"\n"
12563
12564 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterfvATI))"\n"
12565 "\t"STUB_ASM_CODE("780")"\n"
12566
12567 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterivATI))"\n"
12568 "\t"STUB_ASM_CODE("781")"\n"
12569
12570 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp1ATI))"\n"
12571 "\t"STUB_ASM_CODE("782")"\n"
12572
12573 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp2ATI))"\n"
12574 "\t"STUB_ASM_CODE("783")"\n"
12575
12576 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp3ATI))"\n"
12577 "\t"STUB_ASM_CODE("784")"\n"
12578
12579 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginFragmentShaderATI))"\n"
12580 "\t"STUB_ASM_CODE("785")"\n"
12581
12582 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragmentShaderATI))"\n"
12583 "\t"STUB_ASM_CODE("786")"\n"
12584
12585 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp1ATI))"\n"
12586 "\t"STUB_ASM_CODE("787")"\n"
12587
12588 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp2ATI))"\n"
12589 "\t"STUB_ASM_CODE("788")"\n"
12590
12591 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp3ATI))"\n"
12592 "\t"STUB_ASM_CODE("789")"\n"
12593
12594 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFragmentShaderATI))"\n"
12595 "\t"STUB_ASM_CODE("790")"\n"
12596
12597 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndFragmentShaderATI))"\n"
12598 "\t"STUB_ASM_CODE("791")"\n"
12599
12600 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFragmentShadersATI))"\n"
12601 "\t"STUB_ASM_CODE("792")"\n"
12602
12603 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassTexCoordATI))"\n"
12604 "\t"STUB_ASM_CODE("793")"\n"
12605
12606 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMapATI))"\n"
12607 "\t"STUB_ASM_CODE("794")"\n"
12608
12609 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SetFragmentShaderConstantATI))"\n"
12610 "\t"STUB_ASM_CODE("795")"\n"
12611
12612 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteriNV))"\n"
12613 "\t"STUB_ASM_CODE("796")"\n"
12614
12615 ".globl "GLAPI_PREFIX_STR(PointParameteri)"\n"
12616 ".set "GLAPI_PREFIX_STR(PointParameteri)", "GLAPI_PREFIX_STR(PointParameteriNV)"\n"
12617
12618 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterivNV))"\n"
12619 "\t"STUB_ASM_CODE("797")"\n"
12620
12621 ".globl "GLAPI_PREFIX_STR(PointParameteriv)"\n"
12622 ".set "GLAPI_PREFIX_STR(PointParameteriv)", "GLAPI_PREFIX_STR(PointParameterivNV)"\n"
12623
12624 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteVertexArrays))"\n"
12625 "\t"STUB_ASM_CODE("800")"\n"
12626
12627 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsVertexArray))"\n"
12628 "\t"STUB_ASM_CODE("802")"\n"
12629
12630 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterdvNV))"\n"
12631 "\t"STUB_ASM_CODE("803")"\n"
12632
12633 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterfvNV))"\n"
12634 "\t"STUB_ASM_CODE("804")"\n"
12635
12636 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dNV))"\n"
12637 "\t"STUB_ASM_CODE("805")"\n"
12638
12639 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dvNV))"\n"
12640 "\t"STUB_ASM_CODE("806")"\n"
12641
12642 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fNV))"\n"
12643 "\t"STUB_ASM_CODE("807")"\n"
12644
12645 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fvNV))"\n"
12646 "\t"STUB_ASM_CODE("808")"\n"
12647
12648 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartIndexNV))"\n"
12649 "\t"STUB_ASM_CODE("809")"\n"
12650
12651 ".globl "GLAPI_PREFIX_STR(PrimitiveRestartIndex)"\n"
12652 ".set "GLAPI_PREFIX_STR(PrimitiveRestartIndex)", "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV)"\n"
12653
12654 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartNV))"\n"
12655 "\t"STUB_ASM_CODE("810")"\n"
12656
12657 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparate))"\n"
12658 "\t"STUB_ASM_CODE("858")"\n"
12659
12660 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebufferEXT))"\n"
12661 "\t"STUB_ASM_CODE("859")"\n"
12662
12663 ".globl "GLAPI_PREFIX_STR(BindFramebuffer)"\n"
12664 ".set "GLAPI_PREFIX_STR(BindFramebuffer)", "GLAPI_PREFIX_STR(BindFramebufferEXT)"\n"
12665
12666 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbufferEXT))"\n"
12667 "\t"STUB_ASM_CODE("860")"\n"
12668
12669 ".globl "GLAPI_PREFIX_STR(BindRenderbuffer)"\n"
12670 ".set "GLAPI_PREFIX_STR(BindRenderbuffer)", "GLAPI_PREFIX_STR(BindRenderbufferEXT)"\n"
12671
12672 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CheckFramebufferStatusEXT))"\n"
12673 "\t"STUB_ASM_CODE("861")"\n"
12674
12675 ".globl "GLAPI_PREFIX_STR(CheckFramebufferStatus)"\n"
12676 ".set "GLAPI_PREFIX_STR(CheckFramebufferStatus)", "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT)"\n"
12677
12678 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFramebuffersEXT))"\n"
12679 "\t"STUB_ASM_CODE("862")"\n"
12680
12681 ".globl "GLAPI_PREFIX_STR(DeleteFramebuffers)"\n"
12682 ".set "GLAPI_PREFIX_STR(DeleteFramebuffers)", "GLAPI_PREFIX_STR(DeleteFramebuffersEXT)"\n"
12683
12684 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteRenderbuffersEXT))"\n"
12685 "\t"STUB_ASM_CODE("863")"\n"
12686
12687 ".globl "GLAPI_PREFIX_STR(DeleteRenderbuffers)"\n"
12688 ".set "GLAPI_PREFIX_STR(DeleteRenderbuffers)", "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT)"\n"
12689
12690 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferRenderbufferEXT))"\n"
12691 "\t"STUB_ASM_CODE("864")"\n"
12692
12693 ".globl "GLAPI_PREFIX_STR(FramebufferRenderbuffer)"\n"
12694 ".set "GLAPI_PREFIX_STR(FramebufferRenderbuffer)", "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT)"\n"
12695
12696 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture1DEXT))"\n"
12697 "\t"STUB_ASM_CODE("865")"\n"
12698
12699 ".globl "GLAPI_PREFIX_STR(FramebufferTexture1D)"\n"
12700 ".set "GLAPI_PREFIX_STR(FramebufferTexture1D)", "GLAPI_PREFIX_STR(FramebufferTexture1DEXT)"\n"
12701
12702 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture2DEXT))"\n"
12703 "\t"STUB_ASM_CODE("866")"\n"
12704
12705 ".globl "GLAPI_PREFIX_STR(FramebufferTexture2D)"\n"
12706 ".set "GLAPI_PREFIX_STR(FramebufferTexture2D)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)"\n"
12707
12708 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture3DEXT))"\n"
12709 "\t"STUB_ASM_CODE("867")"\n"
12710
12711 ".globl "GLAPI_PREFIX_STR(FramebufferTexture3D)"\n"
12712 ".set "GLAPI_PREFIX_STR(FramebufferTexture3D)", "GLAPI_PREFIX_STR(FramebufferTexture3DEXT)"\n"
12713
12714 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFramebuffersEXT))"\n"
12715 "\t"STUB_ASM_CODE("868")"\n"
12716
12717 ".globl "GLAPI_PREFIX_STR(GenFramebuffers)"\n"
12718 ".set "GLAPI_PREFIX_STR(GenFramebuffers)", "GLAPI_PREFIX_STR(GenFramebuffersEXT)"\n"
12719
12720 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenRenderbuffersEXT))"\n"
12721 "\t"STUB_ASM_CODE("869")"\n"
12722
12723 ".globl "GLAPI_PREFIX_STR(GenRenderbuffers)"\n"
12724 ".set "GLAPI_PREFIX_STR(GenRenderbuffers)", "GLAPI_PREFIX_STR(GenRenderbuffersEXT)"\n"
12725
12726 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenerateMipmapEXT))"\n"
12727 "\t"STUB_ASM_CODE("870")"\n"
12728
12729 ".globl "GLAPI_PREFIX_STR(GenerateMipmap)"\n"
12730 ".set "GLAPI_PREFIX_STR(GenerateMipmap)", "GLAPI_PREFIX_STR(GenerateMipmapEXT)"\n"
12731
12732 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT))"\n"
12733 "\t"STUB_ASM_CODE("871")"\n"
12734
12735 ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)"\n"
12736 ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT)"\n"
12737
12738 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT))"\n"
12739 "\t"STUB_ASM_CODE("872")"\n"
12740
12741 ".globl "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)"\n"
12742 ".set "GLAPI_PREFIX_STR(GetRenderbufferParameteriv)", "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT)"\n"
12743
12744 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFramebufferEXT))"\n"
12745 "\t"STUB_ASM_CODE("873")"\n"
12746
12747 ".globl "GLAPI_PREFIX_STR(IsFramebuffer)"\n"
12748 ".set "GLAPI_PREFIX_STR(IsFramebuffer)", "GLAPI_PREFIX_STR(IsFramebufferEXT)"\n"
12749
12750 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsRenderbufferEXT))"\n"
12751 "\t"STUB_ASM_CODE("874")"\n"
12752
12753 ".globl "GLAPI_PREFIX_STR(IsRenderbuffer)"\n"
12754 ".set "GLAPI_PREFIX_STR(IsRenderbuffer)", "GLAPI_PREFIX_STR(IsRenderbufferEXT)"\n"
12755
12756 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageEXT))"\n"
12757 "\t"STUB_ASM_CODE("875")"\n"
12758
12759 ".globl "GLAPI_PREFIX_STR(RenderbufferStorage)"\n"
12760 ".set "GLAPI_PREFIX_STR(RenderbufferStorage)", "GLAPI_PREFIX_STR(RenderbufferStorageEXT)"\n"
12761
12762 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlitFramebuffer))"\n"
12763 "\t"STUB_ASM_CODE("876")"\n"
12764
12765 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocationEXT))"\n"
12766 "\t"STUB_ASM_CODE("879")"\n"
12767
12768 ".globl "GLAPI_PREFIX_STR(BindFragDataLocation)"\n"
12769 ".set "GLAPI_PREFIX_STR(BindFragDataLocation)", "GLAPI_PREFIX_STR(BindFragDataLocationEXT)"\n"
12770
12771 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataLocationEXT))"\n"
12772 "\t"STUB_ASM_CODE("880")"\n"
12773
12774 ".globl "GLAPI_PREFIX_STR(GetFragDataLocation)"\n"
12775 ".set "GLAPI_PREFIX_STR(GetFragDataLocation)", "GLAPI_PREFIX_STR(GetFragDataLocationEXT)"\n"
12776
12777 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformuivEXT))"\n"
12778 "\t"STUB_ASM_CODE("881")"\n"
12779
12780 ".globl "GLAPI_PREFIX_STR(GetUniformuiv)"\n"
12781 ".set "GLAPI_PREFIX_STR(GetUniformuiv)", "GLAPI_PREFIX_STR(GetUniformuivEXT)"\n"
12782
12783 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIivEXT))"\n"
12784 "\t"STUB_ASM_CODE("882")"\n"
12785
12786 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIiv)"\n"
12787 ".set "GLAPI_PREFIX_STR(GetVertexAttribIiv)", "GLAPI_PREFIX_STR(GetVertexAttribIivEXT)"\n"
12788
12789 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIuivEXT))"\n"
12790 "\t"STUB_ASM_CODE("883")"\n"
12791
12792 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIuiv)"\n"
12793 ".set "GLAPI_PREFIX_STR(GetVertexAttribIuiv)", "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT)"\n"
12794
12795 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uiEXT))"\n"
12796 "\t"STUB_ASM_CODE("884")"\n"
12797
12798 ".globl "GLAPI_PREFIX_STR(Uniform1ui)"\n"
12799 ".set "GLAPI_PREFIX_STR(Uniform1ui)", "GLAPI_PREFIX_STR(Uniform1uiEXT)"\n"
12800
12801 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uivEXT))"\n"
12802 "\t"STUB_ASM_CODE("885")"\n"
12803
12804 ".globl "GLAPI_PREFIX_STR(Uniform1uiv)"\n"
12805 ".set "GLAPI_PREFIX_STR(Uniform1uiv)", "GLAPI_PREFIX_STR(Uniform1uivEXT)"\n"
12806
12807 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uiEXT))"\n"
12808 "\t"STUB_ASM_CODE("886")"\n"
12809
12810 ".globl "GLAPI_PREFIX_STR(Uniform2ui)"\n"
12811 ".set "GLAPI_PREFIX_STR(Uniform2ui)", "GLAPI_PREFIX_STR(Uniform2uiEXT)"\n"
12812
12813 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uivEXT))"\n"
12814 "\t"STUB_ASM_CODE("887")"\n"
12815
12816 ".globl "GLAPI_PREFIX_STR(Uniform2uiv)"\n"
12817 ".set "GLAPI_PREFIX_STR(Uniform2uiv)", "GLAPI_PREFIX_STR(Uniform2uivEXT)"\n"
12818
12819 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uiEXT))"\n"
12820 "\t"STUB_ASM_CODE("888")"\n"
12821
12822 ".globl "GLAPI_PREFIX_STR(Uniform3ui)"\n"
12823 ".set "GLAPI_PREFIX_STR(Uniform3ui)", "GLAPI_PREFIX_STR(Uniform3uiEXT)"\n"
12824
12825 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uivEXT))"\n"
12826 "\t"STUB_ASM_CODE("889")"\n"
12827
12828 ".globl "GLAPI_PREFIX_STR(Uniform3uiv)"\n"
12829 ".set "GLAPI_PREFIX_STR(Uniform3uiv)", "GLAPI_PREFIX_STR(Uniform3uivEXT)"\n"
12830
12831 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uiEXT))"\n"
12832 "\t"STUB_ASM_CODE("890")"\n"
12833
12834 ".globl "GLAPI_PREFIX_STR(Uniform4ui)"\n"
12835 ".set "GLAPI_PREFIX_STR(Uniform4ui)", "GLAPI_PREFIX_STR(Uniform4uiEXT)"\n"
12836
12837 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uivEXT))"\n"
12838 "\t"STUB_ASM_CODE("891")"\n"
12839
12840 ".globl "GLAPI_PREFIX_STR(Uniform4uiv)"\n"
12841 ".set "GLAPI_PREFIX_STR(Uniform4uiv)", "GLAPI_PREFIX_STR(Uniform4uivEXT)"\n"
12842
12843 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iEXT))"\n"
12844 "\t"STUB_ASM_CODE("892")"\n"
12845
12846 ".globl "GLAPI_PREFIX_STR(VertexAttribI1i)"\n"
12847 ".set "GLAPI_PREFIX_STR(VertexAttribI1i)", "GLAPI_PREFIX_STR(VertexAttribI1iEXT)"\n"
12848
12849 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1ivEXT))"\n"
12850 "\t"STUB_ASM_CODE("893")"\n"
12851
12852 ".globl "GLAPI_PREFIX_STR(VertexAttribI1iv)"\n"
12853 ".set "GLAPI_PREFIX_STR(VertexAttribI1iv)", "GLAPI_PREFIX_STR(VertexAttribI1ivEXT)"\n"
12854
12855 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiEXT))"\n"
12856 "\t"STUB_ASM_CODE("894")"\n"
12857
12858 ".globl "GLAPI_PREFIX_STR(VertexAttribI1ui)"\n"
12859 ".set "GLAPI_PREFIX_STR(VertexAttribI1ui)", "GLAPI_PREFIX_STR(VertexAttribI1uiEXT)"\n"
12860
12861 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uivEXT))"\n"
12862 "\t"STUB_ASM_CODE("895")"\n"
12863
12864 ".globl "GLAPI_PREFIX_STR(VertexAttribI1uiv)"\n"
12865 ".set "GLAPI_PREFIX_STR(VertexAttribI1uiv)", "GLAPI_PREFIX_STR(VertexAttribI1uivEXT)"\n"
12866
12867 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2iEXT))"\n"
12868 "\t"STUB_ASM_CODE("896")"\n"
12869
12870 ".globl "GLAPI_PREFIX_STR(VertexAttribI2i)"\n"
12871 ".set "GLAPI_PREFIX_STR(VertexAttribI2i)", "GLAPI_PREFIX_STR(VertexAttribI2iEXT)"\n"
12872
12873 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2ivEXT))"\n"
12874 "\t"STUB_ASM_CODE("897")"\n"
12875
12876 ".globl "GLAPI_PREFIX_STR(VertexAttribI2iv)"\n"
12877 ".set "GLAPI_PREFIX_STR(VertexAttribI2iv)", "GLAPI_PREFIX_STR(VertexAttribI2ivEXT)"\n"
12878
12879 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uiEXT))"\n"
12880 "\t"STUB_ASM_CODE("898")"\n"
12881
12882 ".globl "GLAPI_PREFIX_STR(VertexAttribI2ui)"\n"
12883 ".set "GLAPI_PREFIX_STR(VertexAttribI2ui)", "GLAPI_PREFIX_STR(VertexAttribI2uiEXT)"\n"
12884
12885 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uivEXT))"\n"
12886 "\t"STUB_ASM_CODE("899")"\n"
12887
12888 ".globl "GLAPI_PREFIX_STR(VertexAttribI2uiv)"\n"
12889 ".set "GLAPI_PREFIX_STR(VertexAttribI2uiv)", "GLAPI_PREFIX_STR(VertexAttribI2uivEXT)"\n"
12890
12891 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3iEXT))"\n"
12892 "\t"STUB_ASM_CODE("900")"\n"
12893
12894 ".globl "GLAPI_PREFIX_STR(VertexAttribI3i)"\n"
12895 ".set "GLAPI_PREFIX_STR(VertexAttribI3i)", "GLAPI_PREFIX_STR(VertexAttribI3iEXT)"\n"
12896
12897 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3ivEXT))"\n"
12898 "\t"STUB_ASM_CODE("901")"\n"
12899
12900 ".globl "GLAPI_PREFIX_STR(VertexAttribI3iv)"\n"
12901 ".set "GLAPI_PREFIX_STR(VertexAttribI3iv)", "GLAPI_PREFIX_STR(VertexAttribI3ivEXT)"\n"
12902
12903 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uiEXT))"\n"
12904 "\t"STUB_ASM_CODE("902")"\n"
12905
12906 ".globl "GLAPI_PREFIX_STR(VertexAttribI3ui)"\n"
12907 ".set "GLAPI_PREFIX_STR(VertexAttribI3ui)", "GLAPI_PREFIX_STR(VertexAttribI3uiEXT)"\n"
12908
12909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uivEXT))"\n"
12910 "\t"STUB_ASM_CODE("903")"\n"
12911
12912 ".globl "GLAPI_PREFIX_STR(VertexAttribI3uiv)"\n"
12913 ".set "GLAPI_PREFIX_STR(VertexAttribI3uiv)", "GLAPI_PREFIX_STR(VertexAttribI3uivEXT)"\n"
12914
12915 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4bvEXT))"\n"
12916 "\t"STUB_ASM_CODE("904")"\n"
12917
12918 ".globl "GLAPI_PREFIX_STR(VertexAttribI4bv)"\n"
12919 ".set "GLAPI_PREFIX_STR(VertexAttribI4bv)", "GLAPI_PREFIX_STR(VertexAttribI4bvEXT)"\n"
12920
12921 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4iEXT))"\n"
12922 "\t"STUB_ASM_CODE("905")"\n"
12923
12924 ".globl "GLAPI_PREFIX_STR(VertexAttribI4i)"\n"
12925 ".set "GLAPI_PREFIX_STR(VertexAttribI4i)", "GLAPI_PREFIX_STR(VertexAttribI4iEXT)"\n"
12926
12927 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ivEXT))"\n"
12928 "\t"STUB_ASM_CODE("906")"\n"
12929
12930 ".globl "GLAPI_PREFIX_STR(VertexAttribI4iv)"\n"
12931 ".set "GLAPI_PREFIX_STR(VertexAttribI4iv)", "GLAPI_PREFIX_STR(VertexAttribI4ivEXT)"\n"
12932
12933 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4svEXT))"\n"
12934 "\t"STUB_ASM_CODE("907")"\n"
12935
12936 ".globl "GLAPI_PREFIX_STR(VertexAttribI4sv)"\n"
12937 ".set "GLAPI_PREFIX_STR(VertexAttribI4sv)", "GLAPI_PREFIX_STR(VertexAttribI4svEXT)"\n"
12938
12939 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ubvEXT))"\n"
12940 "\t"STUB_ASM_CODE("908")"\n"
12941
12942 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ubv)"\n"
12943 ".set "GLAPI_PREFIX_STR(VertexAttribI4ubv)", "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT)"\n"
12944
12945 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uiEXT))"\n"
12946 "\t"STUB_ASM_CODE("909")"\n"
12947
12948 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ui)"\n"
12949 ".set "GLAPI_PREFIX_STR(VertexAttribI4ui)", "GLAPI_PREFIX_STR(VertexAttribI4uiEXT)"\n"
12950
12951 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uivEXT))"\n"
12952 "\t"STUB_ASM_CODE("910")"\n"
12953
12954 ".globl "GLAPI_PREFIX_STR(VertexAttribI4uiv)"\n"
12955 ".set "GLAPI_PREFIX_STR(VertexAttribI4uiv)", "GLAPI_PREFIX_STR(VertexAttribI4uivEXT)"\n"
12956
12957 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4usvEXT))"\n"
12958 "\t"STUB_ASM_CODE("911")"\n"
12959
12960 ".globl "GLAPI_PREFIX_STR(VertexAttribI4usv)"\n"
12961 ".set "GLAPI_PREFIX_STR(VertexAttribI4usv)", "GLAPI_PREFIX_STR(VertexAttribI4usvEXT)"\n"
12962
12963 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIPointerEXT))"\n"
12964 "\t"STUB_ASM_CODE("912")"\n"
12965
12966 ".globl "GLAPI_PREFIX_STR(VertexAttribIPointer)"\n"
12967 ".set "GLAPI_PREFIX_STR(VertexAttribIPointer)", "GLAPI_PREFIX_STR(VertexAttribIPointerEXT)"\n"
12968
12969 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayerEXT))"\n"
12970 "\t"STUB_ASM_CODE("913")"\n"
12971
12972 ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayer)"\n"
12973 ".set "GLAPI_PREFIX_STR(FramebufferTextureLayer)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT)"\n"
12974
12975 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaskIndexedEXT))"\n"
12976 "\t"STUB_ASM_CODE("914")"\n"
12977
12978 ".globl "GLAPI_PREFIX_STR(ColorMaski)"\n"
12979 ".set "GLAPI_PREFIX_STR(ColorMaski)", "GLAPI_PREFIX_STR(ColorMaskIndexedEXT)"\n"
12980
12981 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableIndexedEXT))"\n"
12982 "\t"STUB_ASM_CODE("915")"\n"
12983
12984 ".globl "GLAPI_PREFIX_STR(Disablei)"\n"
12985 ".set "GLAPI_PREFIX_STR(Disablei)", "GLAPI_PREFIX_STR(DisableIndexedEXT)"\n"
12986
12987 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableIndexedEXT))"\n"
12988 "\t"STUB_ASM_CODE("916")"\n"
12989
12990 ".globl "GLAPI_PREFIX_STR(Enablei)"\n"
12991 ".set "GLAPI_PREFIX_STR(Enablei)", "GLAPI_PREFIX_STR(EnableIndexedEXT)"\n"
12992
12993 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanIndexedvEXT))"\n"
12994 "\t"STUB_ASM_CODE("917")"\n"
12995
12996 ".globl "GLAPI_PREFIX_STR(GetBooleani_v)"\n"
12997 ".set "GLAPI_PREFIX_STR(GetBooleani_v)", "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT)"\n"
12998
12999 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerIndexedvEXT))"\n"
13000 "\t"STUB_ASM_CODE("918")"\n"
13001
13002 ".globl "GLAPI_PREFIX_STR(GetIntegeri_v)"\n"
13003 ".set "GLAPI_PREFIX_STR(GetIntegeri_v)", "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT)"\n"
13004
13005 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabledIndexedEXT))"\n"
13006 "\t"STUB_ASM_CODE("919")"\n"
13007
13008 ".globl "GLAPI_PREFIX_STR(IsEnabledi)"\n"
13009 ".set "GLAPI_PREFIX_STR(IsEnabledi)", "GLAPI_PREFIX_STR(IsEnabledIndexedEXT)"\n"
13010
13011 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIiEXT))"\n"
13012 "\t"STUB_ASM_CODE("920")"\n"
13013
13014 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIuiEXT))"\n"
13015 "\t"STUB_ASM_CODE("921")"\n"
13016
13017 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIivEXT))"\n"
13018 "\t"STUB_ASM_CODE("922")"\n"
13019
13020 ".globl "GLAPI_PREFIX_STR(GetTexParameterIiv)"\n"
13021 ".set "GLAPI_PREFIX_STR(GetTexParameterIiv)", "GLAPI_PREFIX_STR(GetTexParameterIivEXT)"\n"
13022
13023 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIuivEXT))"\n"
13024 "\t"STUB_ASM_CODE("923")"\n"
13025
13026 ".globl "GLAPI_PREFIX_STR(GetTexParameterIuiv)"\n"
13027 ".set "GLAPI_PREFIX_STR(GetTexParameterIuiv)", "GLAPI_PREFIX_STR(GetTexParameterIuivEXT)"\n"
13028
13029 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIivEXT))"\n"
13030 "\t"STUB_ASM_CODE("924")"\n"
13031
13032 ".globl "GLAPI_PREFIX_STR(TexParameterIiv)"\n"
13033 ".set "GLAPI_PREFIX_STR(TexParameterIiv)", "GLAPI_PREFIX_STR(TexParameterIivEXT)"\n"
13034
13035 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIuivEXT))"\n"
13036 "\t"STUB_ASM_CODE("925")"\n"
13037
13038 ".globl "GLAPI_PREFIX_STR(TexParameterIuiv)"\n"
13039 ".set "GLAPI_PREFIX_STR(TexParameterIuiv)", "GLAPI_PREFIX_STR(TexParameterIuivEXT)"\n"
13040
13041 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginConditionalRenderNV))"\n"
13042 "\t"STUB_ASM_CODE("926")"\n"
13043
13044 ".globl "GLAPI_PREFIX_STR(BeginConditionalRender)"\n"
13045 ".set "GLAPI_PREFIX_STR(BeginConditionalRender)", "GLAPI_PREFIX_STR(BeginConditionalRenderNV)"\n"
13046
13047 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndConditionalRenderNV))"\n"
13048 "\t"STUB_ASM_CODE("927")"\n"
13049
13050 ".globl "GLAPI_PREFIX_STR(EndConditionalRender)"\n"
13051 ".set "GLAPI_PREFIX_STR(EndConditionalRender)", "GLAPI_PREFIX_STR(EndConditionalRenderNV)"\n"
13052
13053 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginTransformFeedbackEXT))"\n"
13054 "\t"STUB_ASM_CODE("928")"\n"
13055
13056 ".globl "GLAPI_PREFIX_STR(BeginTransformFeedback)"\n"
13057 ".set "GLAPI_PREFIX_STR(BeginTransformFeedback)", "GLAPI_PREFIX_STR(BeginTransformFeedbackEXT)"\n"
13058
13059 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferBaseEXT))"\n"
13060 "\t"STUB_ASM_CODE("929")"\n"
13061
13062 ".globl "GLAPI_PREFIX_STR(BindBufferBase)"\n"
13063 ".set "GLAPI_PREFIX_STR(BindBufferBase)", "GLAPI_PREFIX_STR(BindBufferBaseEXT)"\n"
13064
13065 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferOffsetEXT))"\n"
13066 "\t"STUB_ASM_CODE("930")"\n"
13067
13068 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferRangeEXT))"\n"
13069 "\t"STUB_ASM_CODE("931")"\n"
13070
13071 ".globl "GLAPI_PREFIX_STR(BindBufferRange)"\n"
13072 ".set "GLAPI_PREFIX_STR(BindBufferRange)", "GLAPI_PREFIX_STR(BindBufferRangeEXT)"\n"
13073
13074 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndTransformFeedbackEXT))"\n"
13075 "\t"STUB_ASM_CODE("932")"\n"
13076
13077 ".globl "GLAPI_PREFIX_STR(EndTransformFeedback)"\n"
13078 ".set "GLAPI_PREFIX_STR(EndTransformFeedback)", "GLAPI_PREFIX_STR(EndTransformFeedbackEXT)"\n"
13079
13080 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT))"\n"
13081 "\t"STUB_ASM_CODE("933")"\n"
13082
13083 ".globl "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)"\n"
13084 ".set "GLAPI_PREFIX_STR(GetTransformFeedbackVarying)", "GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT)"\n"
13085
13086 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT))"\n"
13087 "\t"STUB_ASM_CODE("934")"\n"
13088
13089 ".globl "GLAPI_PREFIX_STR(TransformFeedbackVaryings)"\n"
13090 ".set "GLAPI_PREFIX_STR(TransformFeedbackVaryings)", "GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT)"\n"
13091
13092 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProvokingVertexEXT))"\n"
13093 "\t"STUB_ASM_CODE("935")"\n"
13094
13095 ".globl "GLAPI_PREFIX_STR(ProvokingVertex)"\n"
13096 ".set "GLAPI_PREFIX_STR(ProvokingVertex)", "GLAPI_PREFIX_STR(ProvokingVertexEXT)"\n"
13097
13098 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivAPPLE))"\n"
13099 "\t"STUB_ASM_CODE("938")"\n"
13100
13101 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectPurgeableAPPLE))"\n"
13102 "\t"STUB_ASM_CODE("939")"\n"
13103
13104 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectUnpurgeableAPPLE))"\n"
13105 "\t"STUB_ASM_CODE("940")"\n"
13106
13107 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveProgramEXT))"\n"
13108 "\t"STUB_ASM_CODE("941")"\n"
13109
13110 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderProgramEXT))"\n"
13111 "\t"STUB_ASM_CODE("942")"\n"
13112
13113 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseShaderProgramEXT))"\n"
13114 "\t"STUB_ASM_CODE("943")"\n"
13115
13116 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureBarrierNV))"\n"
13117 "\t"STUB_ASM_CODE("944")"\n"
13118
13119 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetRenderbufferStorageOES))"\n"
13120 "\t"STUB_ASM_CODE("950")"\n"
13121
13122 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetTexture2DOES))"\n"
13123 "\t"STUB_ASM_CODE("951")"\n"
13124
13125 );
13126 #undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
13127 #endif /* MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN */