1/* This file is automatically generated by mapi_abi.py.  Do not modify. */
2
3#ifndef _GLAPI_TMP_H_
4#define _GLAPI_TMP_H_
5typedef int GLclampx;
6#endif /* _GLAPI_TMP_H_ */
7
8#ifdef MAPI_TMP_DEFINES
9#define GL_GLEXT_PROTOTYPES
10#include "GL/gl.h"
11#include "GL/glext.h"
12
13GLAPI void APIENTRY glActiveTexture(GLenum texture);
14GLAPI void APIENTRY glAlphaFunc(GLenum func, GLfloat ref);
15GLAPI void APIENTRY glAlphaFuncx(GLenum func, GLfixed ref);
16GLAPI void APIENTRY glBindBuffer(GLenum target, GLuint buffer);
17GLAPI void APIENTRY glBindTexture(GLenum target, GLuint texture);
18GLAPI void APIENTRY glBlendFunc(GLenum sfactor, GLenum dfactor);
19GLAPI void APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage);
20GLAPI void APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
21GLAPI void APIENTRY glClear(GLbitfield mask);
22GLAPI void APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
23GLAPI void APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
24GLAPI void APIENTRY glClearDepthf(GLfloat d);
25GLAPI void APIENTRY glClearDepthx(GLfixed depth);
26GLAPI void APIENTRY glClearStencil(GLint s);
27GLAPI void APIENTRY glClientActiveTexture(GLenum texture);
28GLAPI void APIENTRY glClipPlanef(GLenum p, const GLfloat *eqn);
29GLAPI void APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation);
30GLAPI void APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
31GLAPI void APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
32GLAPI void APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
33GLAPI void APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
34GLAPI void APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer);
35GLAPI void APIENTRY glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
36GLAPI void APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
37GLAPI void APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
38GLAPI void APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
39GLAPI void APIENTRY glCullFace(GLenum mode);
40GLAPI void APIENTRY glDeleteBuffers(GLsizei n, const GLuint *buffers);
41GLAPI void APIENTRY glDeleteTextures(GLsizei n, const GLuint *textures);
42GLAPI void APIENTRY glDepthFunc(GLenum func);
43GLAPI void APIENTRY glDepthMask(GLboolean flag);
44GLAPI void APIENTRY glDepthRangef(GLfloat n, GLfloat f);
45GLAPI void APIENTRY glDepthRangex(GLfixed n, GLfixed f);
46GLAPI void APIENTRY glDisable(GLenum cap);
47GLAPI void APIENTRY glDisableClientState(GLenum array);
48GLAPI void APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count);
49GLAPI void APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices);
50GLAPI void APIENTRY glEnable(GLenum cap);
51GLAPI void APIENTRY glEnableClientState(GLenum array);
52GLAPI void APIENTRY glFinish(void);
53GLAPI void APIENTRY glFlush(void);
54GLAPI void APIENTRY glFogf(GLenum pname, GLfloat param);
55GLAPI void APIENTRY glFogfv(GLenum pname, const GLfloat *params);
56GLAPI void APIENTRY glFogx(GLenum pname, GLfixed param);
57GLAPI void APIENTRY glFogxv(GLenum pname, const GLfixed *param);
58GLAPI void APIENTRY glFrontFace(GLenum mode);
59GLAPI void APIENTRY glFrustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
60GLAPI void APIENTRY glFrustumx(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
61GLAPI void APIENTRY glGenBuffers(GLsizei n, GLuint *buffers);
62GLAPI void APIENTRY glGenTextures(GLsizei n, GLuint *textures);
63GLAPI void APIENTRY glGetBooleanv(GLenum pname, GLboolean *data);
64GLAPI void APIENTRY glGetBufferParameteriv(GLenum target, GLenum pname, GLint *params);
65GLAPI void APIENTRY glGetClipPlanef(GLenum plane, GLfloat *equation);
66GLAPI void APIENTRY glGetClipPlanex(GLenum plane, GLfixed *equation);
67GLAPI GLenum APIENTRY glGetError(void);
68GLAPI void APIENTRY glGetFixedv(GLenum pname, GLfixed *params);
69GLAPI void APIENTRY glGetFloatv(GLenum pname, GLfloat *data);
70GLAPI void APIENTRY glGetIntegerv(GLenum pname, GLint *data);
71GLAPI void APIENTRY glGetLightfv(GLenum light, GLenum pname, GLfloat *params);
72GLAPI void APIENTRY glGetLightxv(GLenum light, GLenum pname, GLfixed *params);
73GLAPI void APIENTRY glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params);
74GLAPI void APIENTRY glGetMaterialxv(GLenum face, GLenum pname, GLfixed *params);
75GLAPI void APIENTRY glGetPointerv(GLenum pname, void **params);
76GLAPI const GLubyte * APIENTRY glGetString(GLenum name);
77GLAPI void APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params);
78GLAPI void APIENTRY glGetTexEnviv(GLenum target, GLenum pname, GLint *params);
79GLAPI void APIENTRY glGetTexEnvxv(GLenum target, GLenum pname, GLfixed *params);
80GLAPI void APIENTRY glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params);
81GLAPI void APIENTRY glGetTexParameteriv(GLenum target, GLenum pname, GLint *params);
82GLAPI void APIENTRY glGetTexParameterxv(GLenum target, GLenum pname, GLfixed *params);
83GLAPI void APIENTRY glHint(GLenum target, GLenum mode);
84GLAPI GLboolean APIENTRY glIsBuffer(GLuint buffer);
85GLAPI GLboolean APIENTRY glIsEnabled(GLenum cap);
86GLAPI GLboolean APIENTRY glIsTexture(GLuint texture);
87GLAPI void APIENTRY glLightModelf(GLenum pname, GLfloat param);
88GLAPI void APIENTRY glLightModelfv(GLenum pname, const GLfloat *params);
89GLAPI void APIENTRY glLightModelx(GLenum pname, GLfixed param);
90GLAPI void APIENTRY glLightModelxv(GLenum pname, const GLfixed *param);
91GLAPI void APIENTRY glLightf(GLenum light, GLenum pname, GLfloat param);
92GLAPI void APIENTRY glLightfv(GLenum light, GLenum pname, const GLfloat *params);
93GLAPI void APIENTRY glLightx(GLenum light, GLenum pname, GLfixed param);
94GLAPI void APIENTRY glLightxv(GLenum light, GLenum pname, const GLfixed *params);
95GLAPI void APIENTRY glLineWidth(GLfloat width);
96GLAPI void APIENTRY glLineWidthx(GLfixed width);
97GLAPI void APIENTRY glLoadIdentity(void);
98GLAPI void APIENTRY glLoadMatrixf(const GLfloat *m);
99GLAPI void APIENTRY glLoadMatrixx(const GLfixed *m);
100GLAPI void APIENTRY glLogicOp(GLenum opcode);
101GLAPI void APIENTRY glMaterialf(GLenum face, GLenum pname, GLfloat param);
102GLAPI void APIENTRY glMaterialfv(GLenum face, GLenum pname, const GLfloat *params);
103GLAPI void APIENTRY glMaterialx(GLenum face, GLenum pname, GLfixed param);
104GLAPI void APIENTRY glMaterialxv(GLenum face, GLenum pname, const GLfixed *param);
105GLAPI void APIENTRY glMatrixMode(GLenum mode);
106GLAPI void APIENTRY glMultMatrixf(const GLfloat *m);
107GLAPI void APIENTRY glMultMatrixx(const GLfixed *m);
108GLAPI void APIENTRY glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
109GLAPI void APIENTRY glMultiTexCoord4x(GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
110GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
111GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
112GLAPI void APIENTRY glNormalPointer(GLenum type, GLsizei stride, const void *pointer);
113GLAPI void APIENTRY glOrthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
114GLAPI void APIENTRY glOrthox(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
115GLAPI void APIENTRY glPixelStorei(GLenum pname, GLint param);
116GLAPI void APIENTRY glPointParameterf(GLenum pname, GLfloat param);
117GLAPI void APIENTRY glPointParameterfv(GLenum pname, const GLfloat *params);
118GLAPI void APIENTRY glPointParameterx(GLenum pname, GLfixed param);
119GLAPI void APIENTRY glPointParameterxv(GLenum pname, const GLfixed *params);
120GLAPI void APIENTRY glPointSize(GLfloat size);
121GLAPI void APIENTRY glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer);
122GLAPI void APIENTRY glPointSizex(GLfixed size);
123GLAPI void APIENTRY glPolygonOffset(GLfloat factor, GLfloat units);
124GLAPI void APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units);
125GLAPI void APIENTRY glPopMatrix(void);
126GLAPI void APIENTRY glPushMatrix(void);
127GLAPI void APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
128GLAPI void APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
129GLAPI void APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
130GLAPI void APIENTRY glSampleCoverage(GLfloat value, GLboolean invert);
131GLAPI void APIENTRY glSampleCoveragex(GLclampx value, GLboolean invert);
132GLAPI void APIENTRY glScalef(GLfloat x, GLfloat y, GLfloat z);
133GLAPI void APIENTRY glScalex(GLfixed x, GLfixed y, GLfixed z);
134GLAPI void APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
135GLAPI void APIENTRY glShadeModel(GLenum mode);
136GLAPI void APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask);
137GLAPI void APIENTRY glStencilMask(GLuint mask);
138GLAPI void APIENTRY glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
139GLAPI void APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer);
140GLAPI void APIENTRY glTexEnvf(GLenum target, GLenum pname, GLfloat param);
141GLAPI void APIENTRY glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params);
142GLAPI void APIENTRY glTexEnvi(GLenum target, GLenum pname, GLint param);
143GLAPI void APIENTRY glTexEnviv(GLenum target, GLenum pname, const GLint *params);
144GLAPI void APIENTRY glTexEnvx(GLenum target, GLenum pname, GLfixed param);
145GLAPI void APIENTRY glTexEnvxv(GLenum target, GLenum pname, const GLfixed *params);
146GLAPI void APIENTRY glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
147GLAPI void APIENTRY glTexParameterf(GLenum target, GLenum pname, GLfloat param);
148GLAPI void APIENTRY glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params);
149GLAPI void APIENTRY glTexParameteri(GLenum target, GLenum pname, GLint param);
150GLAPI void APIENTRY glTexParameteriv(GLenum target, GLenum pname, const GLint *params);
151GLAPI void APIENTRY glTexParameterx(GLenum target, GLenum pname, GLfixed param);
152GLAPI void APIENTRY glTexParameterxv(GLenum target, GLenum pname, const GLfixed *params);
153GLAPI void APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
154GLAPI void APIENTRY glTranslatef(GLfloat x, GLfloat y, GLfloat z);
155GLAPI void APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z);
156GLAPI void APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer);
157GLAPI void APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
158#undef MAPI_TMP_DEFINES
159#endif /* MAPI_TMP_DEFINES */
160
161#ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
162GLAPI void APIENTRY glActiveTexture(GLenum texture)
163{
164   const struct _glapi_table *_tbl = entry_current_get();
165   mapi_func _func = ((const mapi_func *) _tbl)[374];
166   ((void (APIENTRY *)(GLenum texture)) _func)(texture);
167}
168
169GLAPI void APIENTRY glAlphaFunc(GLenum func, GLfloat ref)
170{
171   const struct _glapi_table *_tbl = entry_current_get();
172   mapi_func _func = ((const mapi_func *) _tbl)[240];
173   ((void (APIENTRY *)(GLenum func, GLfloat ref)) _func)(func, ref);
174}
175
176GLAPI void APIENTRY glAlphaFuncx(GLenum func, GLfixed ref)
177{
178   const struct _glapi_table *_tbl = entry_current_get();
179   mapi_func _func = ((const mapi_func *) _tbl)[1375];
180   ((void (APIENTRY *)(GLenum func, GLfixed ref)) _func)(func, ref);
181}
182
183GLAPI void APIENTRY glBindBuffer(GLenum target, GLuint buffer)
184{
185   const struct _glapi_table *_tbl = entry_current_get();
186   mapi_func _func = ((const mapi_func *) _tbl)[461];
187   ((void (APIENTRY *)(GLenum target, GLuint buffer)) _func)(target, buffer);
188}
189
190GLAPI void APIENTRY glBindTexture(GLenum target, GLuint texture)
191{
192   const struct _glapi_table *_tbl = entry_current_get();
193   mapi_func _func = ((const mapi_func *) _tbl)[307];
194   ((void (APIENTRY *)(GLenum target, GLuint texture)) _func)(target, texture);
195}
196
197GLAPI void APIENTRY glBlendFunc(GLenum sfactor, GLenum dfactor)
198{
199   const struct _glapi_table *_tbl = entry_current_get();
200   mapi_func _func = ((const mapi_func *) _tbl)[241];
201   ((void (APIENTRY *)(GLenum sfactor, GLenum dfactor)) _func)(sfactor, dfactor);
202}
203
204GLAPI void APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage)
205{
206   const struct _glapi_table *_tbl = entry_current_get();
207   mapi_func _func = ((const mapi_func *) _tbl)[462];
208   ((void (APIENTRY *)(GLenum target, GLsizeiptr size, const void *data, GLenum usage)) _func)(target, size, data, usage);
209}
210
211GLAPI void APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data)
212{
213   const struct _glapi_table *_tbl = entry_current_get();
214   mapi_func _func = ((const mapi_func *) _tbl)[463];
215   ((void (APIENTRY *)(GLenum target, GLintptr offset, GLsizeiptr size, const void *data)) _func)(target, offset, size, data);
216}
217
218GLAPI void APIENTRY glClear(GLbitfield mask)
219{
220   const struct _glapi_table *_tbl = entry_current_get();
221   mapi_func _func = ((const mapi_func *) _tbl)[203];
222   ((void (APIENTRY *)(GLbitfield mask)) _func)(mask);
223}
224
225GLAPI void APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
226{
227   const struct _glapi_table *_tbl = entry_current_get();
228   mapi_func _func = ((const mapi_func *) _tbl)[206];
229   ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
230}
231
232GLAPI void APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
233{
234   const struct _glapi_table *_tbl = entry_current_get();
235   mapi_func _func = ((const mapi_func *) _tbl)[1376];
236   ((void (APIENTRY *)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)) _func)(red, green, blue, alpha);
237}
238
239GLAPI void APIENTRY glClearDepthf(GLfloat d)
240{
241   const struct _glapi_table *_tbl = entry_current_get();
242   mapi_func _func = ((const mapi_func *) _tbl)[813];
243   ((void (APIENTRY *)(GLfloat d)) _func)(d);
244}
245
246GLAPI void APIENTRY glClearDepthx(GLfixed depth)
247{
248   const struct _glapi_table *_tbl = entry_current_get();
249   mapi_func _func = ((const mapi_func *) _tbl)[1377];
250   ((void (APIENTRY *)(GLfixed depth)) _func)(depth);
251}
252
253GLAPI void APIENTRY glClearStencil(GLint s)
254{
255   const struct _glapi_table *_tbl = entry_current_get();
256   mapi_func _func = ((const mapi_func *) _tbl)[207];
257   ((void (APIENTRY *)(GLint s)) _func)(s);
258}
259
260GLAPI void APIENTRY glClientActiveTexture(GLenum texture)
261{
262   const struct _glapi_table *_tbl = entry_current_get();
263   mapi_func _func = ((const mapi_func *) _tbl)[375];
264   ((void (APIENTRY *)(GLenum texture)) _func)(texture);
265}
266
267GLAPI void APIENTRY glClipPlanef(GLenum p, const GLfloat *eqn)
268{
269   const struct _glapi_table *_tbl = entry_current_get();
270   mapi_func _func = ((const mapi_func *) _tbl)[1406];
271   ((void (APIENTRY *)(GLenum p, const GLfloat *eqn)) _func)(p, eqn);
272}
273
274GLAPI void APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation)
275{
276   const struct _glapi_table *_tbl = entry_current_get();
277   mapi_func _func = ((const mapi_func *) _tbl)[1407];
278   ((void (APIENTRY *)(GLenum plane, const GLfixed *equation)) _func)(plane, equation);
279}
280
281GLAPI void APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
282{
283   const struct _glapi_table *_tbl = entry_current_get();
284   mapi_func _func = ((const mapi_func *) _tbl)[29];
285   ((void (APIENTRY *)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)) _func)(red, green, blue, alpha);
286}
287
288GLAPI void APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
289{
290   const struct _glapi_table *_tbl = entry_current_get();
291   mapi_func _func = ((const mapi_func *) _tbl)[35];
292   ((void (APIENTRY *)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)) _func)(red, green, blue, alpha);
293}
294
295GLAPI void APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
296{
297   const struct _glapi_table *_tbl = entry_current_get();
298   mapi_func _func = ((const mapi_func *) _tbl)[1378];
299   ((void (APIENTRY *)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)) _func)(red, green, blue, alpha);
300}
301
302GLAPI void APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
303{
304   const struct _glapi_table *_tbl = entry_current_get();
305   mapi_func _func = ((const mapi_func *) _tbl)[210];
306   ((void (APIENTRY *)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)) _func)(red, green, blue, alpha);
307}
308
309GLAPI void APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer)
310{
311   const struct _glapi_table *_tbl = entry_current_get();
312   mapi_func _func = ((const mapi_func *) _tbl)[308];
313   ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const void *pointer)) _func)(size, type, stride, pointer);
314}
315
316GLAPI void APIENTRY glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data)
317{
318   const struct _glapi_table *_tbl = entry_current_get();
319   mapi_func _func = ((const mapi_func *) _tbl)[409];
320   ((void (APIENTRY *)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data)) _func)(target, level, internalformat, width, height, border, imageSize, data);
321}
322
323GLAPI void APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data)
324{
325   const struct _glapi_table *_tbl = entry_current_get();
326   mapi_func _func = ((const mapi_func *) _tbl)[412];
327   ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data)) _func)(target, level, xoffset, yoffset, width, height, format, imageSize, data);
328}
329
330GLAPI void APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
331{
332   const struct _glapi_table *_tbl = entry_current_get();
333   mapi_func _func = ((const mapi_func *) _tbl)[324];
334   ((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);
335}
336
337GLAPI void APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
338{
339   const struct _glapi_table *_tbl = entry_current_get();
340   mapi_func _func = ((const mapi_func *) _tbl)[326];
341   ((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);
342}
343
344GLAPI void APIENTRY glCullFace(GLenum mode)
345{
346   const struct _glapi_table *_tbl = entry_current_get();
347   mapi_func _func = ((const mapi_func *) _tbl)[152];
348   ((void (APIENTRY *)(GLenum mode)) _func)(mode);
349}
350
351GLAPI void APIENTRY glDeleteBuffers(GLsizei n, const GLuint *buffers)
352{
353   const struct _glapi_table *_tbl = entry_current_get();
354   mapi_func _func = ((const mapi_func *) _tbl)[464];
355   ((void (APIENTRY *)(GLsizei n, const GLuint *buffers)) _func)(n, buffers);
356}
357
358GLAPI void APIENTRY glDeleteTextures(GLsizei n, const GLuint *textures)
359{
360   const struct _glapi_table *_tbl = entry_current_get();
361   mapi_func _func = ((const mapi_func *) _tbl)[327];
362   ((void (APIENTRY *)(GLsizei n, const GLuint *textures)) _func)(n, textures);
363}
364
365GLAPI void APIENTRY glDepthFunc(GLenum func)
366{
367   const struct _glapi_table *_tbl = entry_current_get();
368   mapi_func _func = ((const mapi_func *) _tbl)[245];
369   ((void (APIENTRY *)(GLenum func)) _func)(func);
370}
371
372GLAPI void APIENTRY glDepthMask(GLboolean flag)
373{
374   const struct _glapi_table *_tbl = entry_current_get();
375   mapi_func _func = ((const mapi_func *) _tbl)[211];
376   ((void (APIENTRY *)(GLboolean flag)) _func)(flag);
377}
378
379GLAPI void APIENTRY glDepthRangef(GLfloat n, GLfloat f)
380{
381   const struct _glapi_table *_tbl = entry_current_get();
382   mapi_func _func = ((const mapi_func *) _tbl)[814];
383   ((void (APIENTRY *)(GLfloat n, GLfloat f)) _func)(n, f);
384}
385
386GLAPI void APIENTRY glDepthRangex(GLfixed n, GLfixed f)
387{
388   const struct _glapi_table *_tbl = entry_current_get();
389   mapi_func _func = ((const mapi_func *) _tbl)[1379];
390   ((void (APIENTRY *)(GLfixed n, GLfixed f)) _func)(n, f);
391}
392
393GLAPI void APIENTRY glDisable(GLenum cap)
394{
395   const struct _glapi_table *_tbl = entry_current_get();
396   mapi_func _func = ((const mapi_func *) _tbl)[214];
397   ((void (APIENTRY *)(GLenum cap)) _func)(cap);
398}
399
400GLAPI void APIENTRY glDisableClientState(GLenum array)
401{
402   const struct _glapi_table *_tbl = entry_current_get();
403   mapi_func _func = ((const mapi_func *) _tbl)[309];
404   ((void (APIENTRY *)(GLenum array)) _func)(array);
405}
406
407GLAPI void APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count)
408{
409   const struct _glapi_table *_tbl = entry_current_get();
410   mapi_func _func = ((const mapi_func *) _tbl)[310];
411   ((void (APIENTRY *)(GLenum mode, GLint first, GLsizei count)) _func)(mode, first, count);
412}
413
414GLAPI void APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices)
415{
416   const struct _glapi_table *_tbl = entry_current_get();
417   mapi_func _func = ((const mapi_func *) _tbl)[311];
418   ((void (APIENTRY *)(GLenum mode, GLsizei count, GLenum type, const void *indices)) _func)(mode, count, type, indices);
419}
420
421GLAPI void APIENTRY glEnable(GLenum cap)
422{
423   const struct _glapi_table *_tbl = entry_current_get();
424   mapi_func _func = ((const mapi_func *) _tbl)[215];
425   ((void (APIENTRY *)(GLenum cap)) _func)(cap);
426}
427
428GLAPI void APIENTRY glEnableClientState(GLenum array)
429{
430   const struct _glapi_table *_tbl = entry_current_get();
431   mapi_func _func = ((const mapi_func *) _tbl)[313];
432   ((void (APIENTRY *)(GLenum array)) _func)(array);
433}
434
435GLAPI void APIENTRY glFinish(void)
436{
437   const struct _glapi_table *_tbl = entry_current_get();
438   mapi_func _func = ((const mapi_func *) _tbl)[216];
439   ((void (APIENTRY *)(void)) _func)();
440}
441
442GLAPI void APIENTRY glFlush(void)
443{
444   const struct _glapi_table *_tbl = entry_current_get();
445   mapi_func _func = ((const mapi_func *) _tbl)[217];
446   ((void (APIENTRY *)(void)) _func)();
447}
448
449GLAPI void APIENTRY glFogf(GLenum pname, GLfloat param)
450{
451   const struct _glapi_table *_tbl = entry_current_get();
452   mapi_func _func = ((const mapi_func *) _tbl)[153];
453   ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
454}
455
456GLAPI void APIENTRY glFogfv(GLenum pname, const GLfloat *params)
457{
458   const struct _glapi_table *_tbl = entry_current_get();
459   mapi_func _func = ((const mapi_func *) _tbl)[154];
460   ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
461}
462
463GLAPI void APIENTRY glFogx(GLenum pname, GLfixed param)
464{
465   const struct _glapi_table *_tbl = entry_current_get();
466   mapi_func _func = ((const mapi_func *) _tbl)[1380];
467   ((void (APIENTRY *)(GLenum pname, GLfixed param)) _func)(pname, param);
468}
469
470GLAPI void APIENTRY glFogxv(GLenum pname, const GLfixed *param)
471{
472   const struct _glapi_table *_tbl = entry_current_get();
473   mapi_func _func = ((const mapi_func *) _tbl)[1381];
474   ((void (APIENTRY *)(GLenum pname, const GLfixed *param)) _func)(pname, param);
475}
476
477GLAPI void APIENTRY glFrontFace(GLenum mode)
478{
479   const struct _glapi_table *_tbl = entry_current_get();
480   mapi_func _func = ((const mapi_func *) _tbl)[157];
481   ((void (APIENTRY *)(GLenum mode)) _func)(mode);
482}
483
484GLAPI void APIENTRY glFrustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
485{
486   const struct _glapi_table *_tbl = entry_current_get();
487   mapi_func _func = ((const mapi_func *) _tbl)[1382];
488   ((void (APIENTRY *)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)) _func)(l, r, b, t, n, f);
489}
490
491GLAPI void APIENTRY glFrustumx(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
492{
493   const struct _glapi_table *_tbl = entry_current_get();
494   mapi_func _func = ((const mapi_func *) _tbl)[1383];
495   ((void (APIENTRY *)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)) _func)(l, r, b, t, n, f);
496}
497
498GLAPI void APIENTRY glGenBuffers(GLsizei n, GLuint *buffers)
499{
500   const struct _glapi_table *_tbl = entry_current_get();
501   mapi_func _func = ((const mapi_func *) _tbl)[467];
502   ((void (APIENTRY *)(GLsizei n, GLuint *buffers)) _func)(n, buffers);
503}
504
505GLAPI void APIENTRY glGenTextures(GLsizei n, GLuint *textures)
506{
507   const struct _glapi_table *_tbl = entry_current_get();
508   mapi_func _func = ((const mapi_func *) _tbl)[328];
509   ((void (APIENTRY *)(GLsizei n, GLuint *textures)) _func)(n, textures);
510}
511
512GLAPI void APIENTRY glGetBooleanv(GLenum pname, GLboolean *data)
513{
514   const struct _glapi_table *_tbl = entry_current_get();
515   mapi_func _func = ((const mapi_func *) _tbl)[258];
516   ((void (APIENTRY *)(GLenum pname, GLboolean *data)) _func)(pname, data);
517}
518
519GLAPI void APIENTRY glGetBufferParameteriv(GLenum target, GLenum pname, GLint *params)
520{
521   const struct _glapi_table *_tbl = entry_current_get();
522   mapi_func _func = ((const mapi_func *) _tbl)[469];
523   ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
524}
525
526GLAPI void APIENTRY glGetClipPlanef(GLenum plane, GLfloat *equation)
527{
528   const struct _glapi_table *_tbl = entry_current_get();
529   mapi_func _func = ((const mapi_func *) _tbl)[1408];
530   ((void (APIENTRY *)(GLenum plane, GLfloat *equation)) _func)(plane, equation);
531}
532
533GLAPI void APIENTRY glGetClipPlanex(GLenum plane, GLfixed *equation)
534{
535   const struct _glapi_table *_tbl = entry_current_get();
536   mapi_func _func = ((const mapi_func *) _tbl)[1409];
537   ((void (APIENTRY *)(GLenum plane, GLfixed *equation)) _func)(plane, equation);
538}
539
540GLAPI GLenum APIENTRY glGetError(void)
541{
542   const struct _glapi_table *_tbl = entry_current_get();
543   mapi_func _func = ((const mapi_func *) _tbl)[261];
544   return ((GLenum (APIENTRY *)(void)) _func)();
545}
546
547GLAPI void APIENTRY glGetFixedv(GLenum pname, GLfixed *params)
548{
549   const struct _glapi_table *_tbl = entry_current_get();
550   mapi_func _func = ((const mapi_func *) _tbl)[1410];
551   ((void (APIENTRY *)(GLenum pname, GLfixed *params)) _func)(pname, params);
552}
553
554GLAPI void APIENTRY glGetFloatv(GLenum pname, GLfloat *data)
555{
556   const struct _glapi_table *_tbl = entry_current_get();
557   mapi_func _func = ((const mapi_func *) _tbl)[262];
558   ((void (APIENTRY *)(GLenum pname, GLfloat *data)) _func)(pname, data);
559}
560
561GLAPI void APIENTRY glGetIntegerv(GLenum pname, GLint *data)
562{
563   const struct _glapi_table *_tbl = entry_current_get();
564   mapi_func _func = ((const mapi_func *) _tbl)[263];
565   ((void (APIENTRY *)(GLenum pname, GLint *data)) _func)(pname, data);
566}
567
568GLAPI void APIENTRY glGetLightfv(GLenum light, GLenum pname, GLfloat *params)
569{
570   const struct _glapi_table *_tbl = entry_current_get();
571   mapi_func _func = ((const mapi_func *) _tbl)[264];
572   ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat *params)) _func)(light, pname, params);
573}
574
575GLAPI void APIENTRY glGetLightxv(GLenum light, GLenum pname, GLfixed *params)
576{
577   const struct _glapi_table *_tbl = entry_current_get();
578   mapi_func _func = ((const mapi_func *) _tbl)[1411];
579   ((void (APIENTRY *)(GLenum light, GLenum pname, GLfixed *params)) _func)(light, pname, params);
580}
581
582GLAPI void APIENTRY glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params)
583{
584   const struct _glapi_table *_tbl = entry_current_get();
585   mapi_func _func = ((const mapi_func *) _tbl)[269];
586   ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat *params)) _func)(face, pname, params);
587}
588
589GLAPI void APIENTRY glGetMaterialxv(GLenum face, GLenum pname, GLfixed *params)
590{
591   const struct _glapi_table *_tbl = entry_current_get();
592   mapi_func _func = ((const mapi_func *) _tbl)[1412];
593   ((void (APIENTRY *)(GLenum face, GLenum pname, GLfixed *params)) _func)(face, pname, params);
594}
595
596GLAPI void APIENTRY glGetPointerv(GLenum pname, void **params)
597{
598   const struct _glapi_table *_tbl = entry_current_get();
599   mapi_func _func = ((const mapi_func *) _tbl)[329];
600   ((void (APIENTRY *)(GLenum pname, void **params)) _func)(pname, params);
601}
602
603GLAPI const GLubyte * APIENTRY glGetString(GLenum name)
604{
605   const struct _glapi_table *_tbl = entry_current_get();
606   mapi_func _func = ((const mapi_func *) _tbl)[275];
607   return ((const GLubyte * (APIENTRY *)(GLenum name)) _func)(name);
608}
609
610GLAPI void APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params)
611{
612   const struct _glapi_table *_tbl = entry_current_get();
613   mapi_func _func = ((const mapi_func *) _tbl)[276];
614   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
615}
616
617GLAPI void APIENTRY glGetTexEnviv(GLenum target, GLenum pname, GLint *params)
618{
619   const struct _glapi_table *_tbl = entry_current_get();
620   mapi_func _func = ((const mapi_func *) _tbl)[277];
621   ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
622}
623
624GLAPI void APIENTRY glGetTexEnvxv(GLenum target, GLenum pname, GLfixed *params)
625{
626   const struct _glapi_table *_tbl = entry_current_get();
627   mapi_func _func = ((const mapi_func *) _tbl)[1413];
628   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed *params)) _func)(target, pname, params);
629}
630
631GLAPI void APIENTRY glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params)
632{
633   const struct _glapi_table *_tbl = entry_current_get();
634   mapi_func _func = ((const mapi_func *) _tbl)[282];
635   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat *params)) _func)(target, pname, params);
636}
637
638GLAPI void APIENTRY glGetTexParameteriv(GLenum target, GLenum pname, GLint *params)
639{
640   const struct _glapi_table *_tbl = entry_current_get();
641   mapi_func _func = ((const mapi_func *) _tbl)[283];
642   ((void (APIENTRY *)(GLenum target, GLenum pname, GLint *params)) _func)(target, pname, params);
643}
644
645GLAPI void APIENTRY glGetTexParameterxv(GLenum target, GLenum pname, GLfixed *params)
646{
647   const struct _glapi_table *_tbl = entry_current_get();
648   mapi_func _func = ((const mapi_func *) _tbl)[1414];
649   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed *params)) _func)(target, pname, params);
650}
651
652GLAPI void APIENTRY glHint(GLenum target, GLenum mode)
653{
654   const struct _glapi_table *_tbl = entry_current_get();
655   mapi_func _func = ((const mapi_func *) _tbl)[158];
656   ((void (APIENTRY *)(GLenum target, GLenum mode)) _func)(target, mode);
657}
658
659GLAPI GLboolean APIENTRY glIsBuffer(GLuint buffer)
660{
661   const struct _glapi_table *_tbl = entry_current_get();
662   mapi_func _func = ((const mapi_func *) _tbl)[475];
663   return ((GLboolean (APIENTRY *)(GLuint buffer)) _func)(buffer);
664}
665
666GLAPI GLboolean APIENTRY glIsEnabled(GLenum cap)
667{
668   const struct _glapi_table *_tbl = entry_current_get();
669   mapi_func _func = ((const mapi_func *) _tbl)[286];
670   return ((GLboolean (APIENTRY *)(GLenum cap)) _func)(cap);
671}
672
673GLAPI GLboolean APIENTRY glIsTexture(GLuint texture)
674{
675   const struct _glapi_table *_tbl = entry_current_get();
676   mapi_func _func = ((const mapi_func *) _tbl)[330];
677   return ((GLboolean (APIENTRY *)(GLuint texture)) _func)(texture);
678}
679
680GLAPI void APIENTRY glLightModelf(GLenum pname, GLfloat param)
681{
682   const struct _glapi_table *_tbl = entry_current_get();
683   mapi_func _func = ((const mapi_func *) _tbl)[163];
684   ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
685}
686
687GLAPI void APIENTRY glLightModelfv(GLenum pname, const GLfloat *params)
688{
689   const struct _glapi_table *_tbl = entry_current_get();
690   mapi_func _func = ((const mapi_func *) _tbl)[164];
691   ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
692}
693
694GLAPI void APIENTRY glLightModelx(GLenum pname, GLfixed param)
695{
696   const struct _glapi_table *_tbl = entry_current_get();
697   mapi_func _func = ((const mapi_func *) _tbl)[1384];
698   ((void (APIENTRY *)(GLenum pname, GLfixed param)) _func)(pname, param);
699}
700
701GLAPI void APIENTRY glLightModelxv(GLenum pname, const GLfixed *param)
702{
703   const struct _glapi_table *_tbl = entry_current_get();
704   mapi_func _func = ((const mapi_func *) _tbl)[1385];
705   ((void (APIENTRY *)(GLenum pname, const GLfixed *param)) _func)(pname, param);
706}
707
708GLAPI void APIENTRY glLightf(GLenum light, GLenum pname, GLfloat param)
709{
710   const struct _glapi_table *_tbl = entry_current_get();
711   mapi_func _func = ((const mapi_func *) _tbl)[159];
712   ((void (APIENTRY *)(GLenum light, GLenum pname, GLfloat param)) _func)(light, pname, param);
713}
714
715GLAPI void APIENTRY glLightfv(GLenum light, GLenum pname, const GLfloat *params)
716{
717   const struct _glapi_table *_tbl = entry_current_get();
718   mapi_func _func = ((const mapi_func *) _tbl)[160];
719   ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfloat *params)) _func)(light, pname, params);
720}
721
722GLAPI void APIENTRY glLightx(GLenum light, GLenum pname, GLfixed param)
723{
724   const struct _glapi_table *_tbl = entry_current_get();
725   mapi_func _func = ((const mapi_func *) _tbl)[1386];
726   ((void (APIENTRY *)(GLenum light, GLenum pname, GLfixed param)) _func)(light, pname, param);
727}
728
729GLAPI void APIENTRY glLightxv(GLenum light, GLenum pname, const GLfixed *params)
730{
731   const struct _glapi_table *_tbl = entry_current_get();
732   mapi_func _func = ((const mapi_func *) _tbl)[1387];
733   ((void (APIENTRY *)(GLenum light, GLenum pname, const GLfixed *params)) _func)(light, pname, params);
734}
735
736GLAPI void APIENTRY glLineWidth(GLfloat width)
737{
738   const struct _glapi_table *_tbl = entry_current_get();
739   mapi_func _func = ((const mapi_func *) _tbl)[168];
740   ((void (APIENTRY *)(GLfloat width)) _func)(width);
741}
742
743GLAPI void APIENTRY glLineWidthx(GLfixed width)
744{
745   const struct _glapi_table *_tbl = entry_current_get();
746   mapi_func _func = ((const mapi_func *) _tbl)[1388];
747   ((void (APIENTRY *)(GLfixed width)) _func)(width);
748}
749
750GLAPI void APIENTRY glLoadIdentity(void)
751{
752   const struct _glapi_table *_tbl = entry_current_get();
753   mapi_func _func = ((const mapi_func *) _tbl)[290];
754   ((void (APIENTRY *)(void)) _func)();
755}
756
757GLAPI void APIENTRY glLoadMatrixf(const GLfloat *m)
758{
759   const struct _glapi_table *_tbl = entry_current_get();
760   mapi_func _func = ((const mapi_func *) _tbl)[291];
761   ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
762}
763
764GLAPI void APIENTRY glLoadMatrixx(const GLfixed *m)
765{
766   const struct _glapi_table *_tbl = entry_current_get();
767   mapi_func _func = ((const mapi_func *) _tbl)[1389];
768   ((void (APIENTRY *)(const GLfixed *m)) _func)(m);
769}
770
771GLAPI void APIENTRY glLogicOp(GLenum opcode)
772{
773   const struct _glapi_table *_tbl = entry_current_get();
774   mapi_func _func = ((const mapi_func *) _tbl)[242];
775   ((void (APIENTRY *)(GLenum opcode)) _func)(opcode);
776}
777
778GLAPI void APIENTRY glMaterialf(GLenum face, GLenum pname, GLfloat param)
779{
780   const struct _glapi_table *_tbl = entry_current_get();
781   mapi_func _func = ((const mapi_func *) _tbl)[169];
782   ((void (APIENTRY *)(GLenum face, GLenum pname, GLfloat param)) _func)(face, pname, param);
783}
784
785GLAPI void APIENTRY glMaterialfv(GLenum face, GLenum pname, const GLfloat *params)
786{
787   const struct _glapi_table *_tbl = entry_current_get();
788   mapi_func _func = ((const mapi_func *) _tbl)[170];
789   ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfloat *params)) _func)(face, pname, params);
790}
791
792GLAPI void APIENTRY glMaterialx(GLenum face, GLenum pname, GLfixed param)
793{
794   const struct _glapi_table *_tbl = entry_current_get();
795   mapi_func _func = ((const mapi_func *) _tbl)[1390];
796   ((void (APIENTRY *)(GLenum face, GLenum pname, GLfixed param)) _func)(face, pname, param);
797}
798
799GLAPI void APIENTRY glMaterialxv(GLenum face, GLenum pname, const GLfixed *param)
800{
801   const struct _glapi_table *_tbl = entry_current_get();
802   mapi_func _func = ((const mapi_func *) _tbl)[1391];
803   ((void (APIENTRY *)(GLenum face, GLenum pname, const GLfixed *param)) _func)(face, pname, param);
804}
805
806GLAPI void APIENTRY glMatrixMode(GLenum mode)
807{
808   const struct _glapi_table *_tbl = entry_current_get();
809   mapi_func _func = ((const mapi_func *) _tbl)[293];
810   ((void (APIENTRY *)(GLenum mode)) _func)(mode);
811}
812
813GLAPI void APIENTRY glMultMatrixf(const GLfloat *m)
814{
815   const struct _glapi_table *_tbl = entry_current_get();
816   mapi_func _func = ((const mapi_func *) _tbl)[294];
817   ((void (APIENTRY *)(const GLfloat *m)) _func)(m);
818}
819
820GLAPI void APIENTRY glMultMatrixx(const GLfixed *m)
821{
822   const struct _glapi_table *_tbl = entry_current_get();
823   mapi_func _func = ((const mapi_func *) _tbl)[1392];
824   ((void (APIENTRY *)(const GLfixed *m)) _func)(m);
825}
826
827GLAPI void APIENTRY glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
828{
829   const struct _glapi_table *_tbl = entry_current_get();
830   mapi_func _func = ((const mapi_func *) _tbl)[402];
831   ((void (APIENTRY *)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)) _func)(target, s, t, r, q);
832}
833
834GLAPI void APIENTRY glMultiTexCoord4x(GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
835{
836   const struct _glapi_table *_tbl = entry_current_get();
837   mapi_func _func = ((const mapi_func *) _tbl)[1393];
838   ((void (APIENTRY *)(GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q)) _func)(texture, s, t, r, q);
839}
840
841GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
842{
843   const struct _glapi_table *_tbl = entry_current_get();
844   mapi_func _func = ((const mapi_func *) _tbl)[56];
845   ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
846}
847
848GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz)
849{
850   const struct _glapi_table *_tbl = entry_current_get();
851   mapi_func _func = ((const mapi_func *) _tbl)[1394];
852   ((void (APIENTRY *)(GLfixed nx, GLfixed ny, GLfixed nz)) _func)(nx, ny, nz);
853}
854
855GLAPI void APIENTRY glNormalPointer(GLenum type, GLsizei stride, const void *pointer)
856{
857   const struct _glapi_table *_tbl = entry_current_get();
858   mapi_func _func = ((const mapi_func *) _tbl)[318];
859   ((void (APIENTRY *)(GLenum type, GLsizei stride, const void *pointer)) _func)(type, stride, pointer);
860}
861
862GLAPI void APIENTRY glOrthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
863{
864   const struct _glapi_table *_tbl = entry_current_get();
865   mapi_func _func = ((const mapi_func *) _tbl)[1395];
866   ((void (APIENTRY *)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)) _func)(l, r, b, t, n, f);
867}
868
869GLAPI void APIENTRY glOrthox(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
870{
871   const struct _glapi_table *_tbl = entry_current_get();
872   mapi_func _func = ((const mapi_func *) _tbl)[1396];
873   ((void (APIENTRY *)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)) _func)(l, r, b, t, n, f);
874}
875
876GLAPI void APIENTRY glPixelStorei(GLenum pname, GLint param)
877{
878   const struct _glapi_table *_tbl = entry_current_get();
879   mapi_func _func = ((const mapi_func *) _tbl)[250];
880   ((void (APIENTRY *)(GLenum pname, GLint param)) _func)(pname, param);
881}
882
883GLAPI void APIENTRY glPointParameterf(GLenum pname, GLfloat param)
884{
885   const struct _glapi_table *_tbl = entry_current_get();
886   mapi_func _func = ((const mapi_func *) _tbl)[425];
887   ((void (APIENTRY *)(GLenum pname, GLfloat param)) _func)(pname, param);
888}
889
890GLAPI void APIENTRY glPointParameterfv(GLenum pname, const GLfloat *params)
891{
892   const struct _glapi_table *_tbl = entry_current_get();
893   mapi_func _func = ((const mapi_func *) _tbl)[426];
894   ((void (APIENTRY *)(GLenum pname, const GLfloat *params)) _func)(pname, params);
895}
896
897GLAPI void APIENTRY glPointParameterx(GLenum pname, GLfixed param)
898{
899   const struct _glapi_table *_tbl = entry_current_get();
900   mapi_func _func = ((const mapi_func *) _tbl)[1415];
901   ((void (APIENTRY *)(GLenum pname, GLfixed param)) _func)(pname, param);
902}
903
904GLAPI void APIENTRY glPointParameterxv(GLenum pname, const GLfixed *params)
905{
906   const struct _glapi_table *_tbl = entry_current_get();
907   mapi_func _func = ((const mapi_func *) _tbl)[1416];
908   ((void (APIENTRY *)(GLenum pname, const GLfixed *params)) _func)(pname, params);
909}
910
911GLAPI void APIENTRY glPointSize(GLfloat size)
912{
913   const struct _glapi_table *_tbl = entry_current_get();
914   mapi_func _func = ((const mapi_func *) _tbl)[173];
915   ((void (APIENTRY *)(GLfloat size)) _func)(size);
916}
917
918GLAPI void APIENTRY glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer)
919{
920   const struct _glapi_table *_tbl = entry_current_get();
921   mapi_func _func = ((const mapi_func *) _tbl)[1087];
922   ((void (APIENTRY *)(GLenum type, GLsizei stride, const void *pointer)) _func)(type, stride, pointer);
923}
924
925GLAPI void APIENTRY glPointSizex(GLfixed size)
926{
927   const struct _glapi_table *_tbl = entry_current_get();
928   mapi_func _func = ((const mapi_func *) _tbl)[1397];
929   ((void (APIENTRY *)(GLfixed size)) _func)(size);
930}
931
932GLAPI void APIENTRY glPolygonOffset(GLfloat factor, GLfloat units)
933{
934   const struct _glapi_table *_tbl = entry_current_get();
935   mapi_func _func = ((const mapi_func *) _tbl)[319];
936   ((void (APIENTRY *)(GLfloat factor, GLfloat units)) _func)(factor, units);
937}
938
939GLAPI void APIENTRY glPolygonOffsetx(GLfixed factor, GLfixed units)
940{
941   const struct _glapi_table *_tbl = entry_current_get();
942   mapi_func _func = ((const mapi_func *) _tbl)[1398];
943   ((void (APIENTRY *)(GLfixed factor, GLfixed units)) _func)(factor, units);
944}
945
946GLAPI void APIENTRY glPopMatrix(void)
947{
948   const struct _glapi_table *_tbl = entry_current_get();
949   mapi_func _func = ((const mapi_func *) _tbl)[297];
950   ((void (APIENTRY *)(void)) _func)();
951}
952
953GLAPI void APIENTRY glPushMatrix(void)
954{
955   const struct _glapi_table *_tbl = entry_current_get();
956   mapi_func _func = ((const mapi_func *) _tbl)[298];
957   ((void (APIENTRY *)(void)) _func)();
958}
959
960GLAPI void APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels)
961{
962   const struct _glapi_table *_tbl = entry_current_get();
963   mapi_func _func = ((const mapi_func *) _tbl)[256];
964   ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels)) _func)(x, y, width, height, format, type, pixels);
965}
966
967GLAPI void APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
968{
969   const struct _glapi_table *_tbl = entry_current_get();
970   mapi_func _func = ((const mapi_func *) _tbl)[300];
971   ((void (APIENTRY *)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)) _func)(angle, x, y, z);
972}
973
974GLAPI void APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
975{
976   const struct _glapi_table *_tbl = entry_current_get();
977   mapi_func _func = ((const mapi_func *) _tbl)[1399];
978   ((void (APIENTRY *)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)) _func)(angle, x, y, z);
979}
980
981GLAPI void APIENTRY glSampleCoverage(GLfloat value, GLboolean invert)
982{
983   const struct _glapi_table *_tbl = entry_current_get();
984   mapi_func _func = ((const mapi_func *) _tbl)[419];
985   ((void (APIENTRY *)(GLfloat value, GLboolean invert)) _func)(value, invert);
986}
987
988GLAPI void APIENTRY glSampleCoveragex(GLclampx value, GLboolean invert)
989{
990   const struct _glapi_table *_tbl = entry_current_get();
991   mapi_func _func = ((const mapi_func *) _tbl)[1400];
992   ((void (APIENTRY *)(GLclampx value, GLboolean invert)) _func)(value, invert);
993}
994
995GLAPI void APIENTRY glScalef(GLfloat x, GLfloat y, GLfloat z)
996{
997   const struct _glapi_table *_tbl = entry_current_get();
998   mapi_func _func = ((const mapi_func *) _tbl)[302];
999   ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
1000}
1001
1002GLAPI void APIENTRY glScalex(GLfixed x, GLfixed y, GLfixed z)
1003{
1004   const struct _glapi_table *_tbl = entry_current_get();
1005   mapi_func _func = ((const mapi_func *) _tbl)[1401];
1006   ((void (APIENTRY *)(GLfixed x, GLfixed y, GLfixed z)) _func)(x, y, z);
1007}
1008
1009GLAPI void APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
1010{
1011   const struct _glapi_table *_tbl = entry_current_get();
1012   mapi_func _func = ((const mapi_func *) _tbl)[176];
1013   ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
1014}
1015
1016GLAPI void APIENTRY glShadeModel(GLenum mode)
1017{
1018   const struct _glapi_table *_tbl = entry_current_get();
1019   mapi_func _func = ((const mapi_func *) _tbl)[177];
1020   ((void (APIENTRY *)(GLenum mode)) _func)(mode);
1021}
1022
1023GLAPI void APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask)
1024{
1025   const struct _glapi_table *_tbl = entry_current_get();
1026   mapi_func _func = ((const mapi_func *) _tbl)[243];
1027   ((void (APIENTRY *)(GLenum func, GLint ref, GLuint mask)) _func)(func, ref, mask);
1028}
1029
1030GLAPI void APIENTRY glStencilMask(GLuint mask)
1031{
1032   const struct _glapi_table *_tbl = entry_current_get();
1033   mapi_func _func = ((const mapi_func *) _tbl)[209];
1034   ((void (APIENTRY *)(GLuint mask)) _func)(mask);
1035}
1036
1037GLAPI void APIENTRY glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
1038{
1039   const struct _glapi_table *_tbl = entry_current_get();
1040   mapi_func _func = ((const mapi_func *) _tbl)[244];
1041   ((void (APIENTRY *)(GLenum fail, GLenum zfail, GLenum zpass)) _func)(fail, zfail, zpass);
1042}
1043
1044GLAPI void APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer)
1045{
1046   const struct _glapi_table *_tbl = entry_current_get();
1047   mapi_func _func = ((const mapi_func *) _tbl)[320];
1048   ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const void *pointer)) _func)(size, type, stride, pointer);
1049}
1050
1051GLAPI void APIENTRY glTexEnvf(GLenum target, GLenum pname, GLfloat param)
1052{
1053   const struct _glapi_table *_tbl = entry_current_get();
1054   mapi_func _func = ((const mapi_func *) _tbl)[184];
1055   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
1056}
1057
1058GLAPI void APIENTRY glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params)
1059{
1060   const struct _glapi_table *_tbl = entry_current_get();
1061   mapi_func _func = ((const mapi_func *) _tbl)[185];
1062   ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
1063}
1064
1065GLAPI void APIENTRY glTexEnvi(GLenum target, GLenum pname, GLint param)
1066{
1067   const struct _glapi_table *_tbl = entry_current_get();
1068   mapi_func _func = ((const mapi_func *) _tbl)[186];
1069   ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
1070}
1071
1072GLAPI void APIENTRY glTexEnviv(GLenum target, GLenum pname, const GLint *params)
1073{
1074   const struct _glapi_table *_tbl = entry_current_get();
1075   mapi_func _func = ((const mapi_func *) _tbl)[187];
1076   ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
1077}
1078
1079GLAPI void APIENTRY glTexEnvx(GLenum target, GLenum pname, GLfixed param)
1080{
1081   const struct _glapi_table *_tbl = entry_current_get();
1082   mapi_func _func = ((const mapi_func *) _tbl)[1402];
1083   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed param)) _func)(target, pname, param);
1084}
1085
1086GLAPI void APIENTRY glTexEnvxv(GLenum target, GLenum pname, const GLfixed *params)
1087{
1088   const struct _glapi_table *_tbl = entry_current_get();
1089   mapi_func _func = ((const mapi_func *) _tbl)[1403];
1090   ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfixed *params)) _func)(target, pname, params);
1091}
1092
1093GLAPI void APIENTRY glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels)
1094{
1095   const struct _glapi_table *_tbl = entry_current_get();
1096   mapi_func _func = ((const mapi_func *) _tbl)[183];
1097   ((void (APIENTRY *)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels)) _func)(target, level, internalformat, width, height, border, format, type, pixels);
1098}
1099
1100GLAPI void APIENTRY glTexParameterf(GLenum target, GLenum pname, GLfloat param)
1101{
1102   const struct _glapi_table *_tbl = entry_current_get();
1103   mapi_func _func = ((const mapi_func *) _tbl)[178];
1104   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfloat param)) _func)(target, pname, param);
1105}
1106
1107GLAPI void APIENTRY glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params)
1108{
1109   const struct _glapi_table *_tbl = entry_current_get();
1110   mapi_func _func = ((const mapi_func *) _tbl)[179];
1111   ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfloat *params)) _func)(target, pname, params);
1112}
1113
1114GLAPI void APIENTRY glTexParameteri(GLenum target, GLenum pname, GLint param)
1115{
1116   const struct _glapi_table *_tbl = entry_current_get();
1117   mapi_func _func = ((const mapi_func *) _tbl)[180];
1118   ((void (APIENTRY *)(GLenum target, GLenum pname, GLint param)) _func)(target, pname, param);
1119}
1120
1121GLAPI void APIENTRY glTexParameteriv(GLenum target, GLenum pname, const GLint *params)
1122{
1123   const struct _glapi_table *_tbl = entry_current_get();
1124   mapi_func _func = ((const mapi_func *) _tbl)[181];
1125   ((void (APIENTRY *)(GLenum target, GLenum pname, const GLint *params)) _func)(target, pname, params);
1126}
1127
1128GLAPI void APIENTRY glTexParameterx(GLenum target, GLenum pname, GLfixed param)
1129{
1130   const struct _glapi_table *_tbl = entry_current_get();
1131   mapi_func _func = ((const mapi_func *) _tbl)[1404];
1132   ((void (APIENTRY *)(GLenum target, GLenum pname, GLfixed param)) _func)(target, pname, param);
1133}
1134
1135GLAPI void APIENTRY glTexParameterxv(GLenum target, GLenum pname, const GLfixed *params)
1136{
1137   const struct _glapi_table *_tbl = entry_current_get();
1138   mapi_func _func = ((const mapi_func *) _tbl)[1417];
1139   ((void (APIENTRY *)(GLenum target, GLenum pname, const GLfixed *params)) _func)(target, pname, params);
1140}
1141
1142GLAPI void APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels)
1143{
1144   const struct _glapi_table *_tbl = entry_current_get();
1145   mapi_func _func = ((const mapi_func *) _tbl)[333];
1146   ((void (APIENTRY *)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels)) _func)(target, level, xoffset, yoffset, width, height, format, type, pixels);
1147}
1148
1149GLAPI void APIENTRY glTranslatef(GLfloat x, GLfloat y, GLfloat z)
1150{
1151   const struct _glapi_table *_tbl = entry_current_get();
1152   mapi_func _func = ((const mapi_func *) _tbl)[304];
1153   ((void (APIENTRY *)(GLfloat x, GLfloat y, GLfloat z)) _func)(x, y, z);
1154}
1155
1156GLAPI void APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z)
1157{
1158   const struct _glapi_table *_tbl = entry_current_get();
1159   mapi_func _func = ((const mapi_func *) _tbl)[1405];
1160   ((void (APIENTRY *)(GLfixed x, GLfixed y, GLfixed z)) _func)(x, y, z);
1161}
1162
1163GLAPI void APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer)
1164{
1165   const struct _glapi_table *_tbl = entry_current_get();
1166   mapi_func _func = ((const mapi_func *) _tbl)[321];
1167   ((void (APIENTRY *)(GLint size, GLenum type, GLsizei stride, const void *pointer)) _func)(size, type, stride, pointer);
1168}
1169
1170GLAPI void APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
1171{
1172   const struct _glapi_table *_tbl = entry_current_get();
1173   mapi_func _func = ((const mapi_func *) _tbl)[305];
1174   ((void (APIENTRY *)(GLint x, GLint y, GLsizei width, GLsizei height)) _func)(x, y, width, height);
1175}
1176
1177
1178#endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
1179
1180#ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
1181#undef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
1182#endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
1183
1184#ifdef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
1185__asm__(
1186STUB_ASM_ENTRY("glActiveTexture")"\n"
1187"\t"STUB_ASM_CODE("374")"\n"
1188
1189STUB_ASM_ENTRY("glAlphaFunc")"\n"
1190"\t"STUB_ASM_CODE("240")"\n"
1191
1192STUB_ASM_ENTRY("glAlphaFuncx")"\n"
1193"\t"STUB_ASM_CODE("1375")"\n"
1194
1195STUB_ASM_ENTRY("glBindBuffer")"\n"
1196"\t"STUB_ASM_CODE("461")"\n"
1197
1198STUB_ASM_ENTRY("glBindTexture")"\n"
1199"\t"STUB_ASM_CODE("307")"\n"
1200
1201STUB_ASM_ENTRY("glBlendFunc")"\n"
1202"\t"STUB_ASM_CODE("241")"\n"
1203
1204STUB_ASM_ENTRY("glBufferData")"\n"
1205"\t"STUB_ASM_CODE("462")"\n"
1206
1207STUB_ASM_ENTRY("glBufferSubData")"\n"
1208"\t"STUB_ASM_CODE("463")"\n"
1209
1210STUB_ASM_ENTRY("glClear")"\n"
1211"\t"STUB_ASM_CODE("203")"\n"
1212
1213STUB_ASM_ENTRY("glClearColor")"\n"
1214"\t"STUB_ASM_CODE("206")"\n"
1215
1216STUB_ASM_ENTRY("glClearColorx")"\n"
1217"\t"STUB_ASM_CODE("1376")"\n"
1218
1219STUB_ASM_ENTRY("glClearDepthf")"\n"
1220"\t"STUB_ASM_CODE("813")"\n"
1221
1222STUB_ASM_ENTRY("glClearDepthx")"\n"
1223"\t"STUB_ASM_CODE("1377")"\n"
1224
1225STUB_ASM_ENTRY("glClearStencil")"\n"
1226"\t"STUB_ASM_CODE("207")"\n"
1227
1228STUB_ASM_ENTRY("glClientActiveTexture")"\n"
1229"\t"STUB_ASM_CODE("375")"\n"
1230
1231STUB_ASM_ENTRY("glClipPlanef")"\n"
1232"\t"STUB_ASM_CODE("1406")"\n"
1233
1234STUB_ASM_ENTRY("glClipPlanex")"\n"
1235"\t"STUB_ASM_CODE("1407")"\n"
1236
1237STUB_ASM_ENTRY("glColor4f")"\n"
1238"\t"STUB_ASM_CODE("29")"\n"
1239
1240STUB_ASM_ENTRY("glColor4ub")"\n"
1241"\t"STUB_ASM_CODE("35")"\n"
1242
1243STUB_ASM_ENTRY("glColor4x")"\n"
1244"\t"STUB_ASM_CODE("1378")"\n"
1245
1246STUB_ASM_ENTRY("glColorMask")"\n"
1247"\t"STUB_ASM_CODE("210")"\n"
1248
1249STUB_ASM_ENTRY("glColorPointer")"\n"
1250"\t"STUB_ASM_CODE("308")"\n"
1251
1252STUB_ASM_ENTRY("glCompressedTexImage2D")"\n"
1253"\t"STUB_ASM_CODE("409")"\n"
1254
1255STUB_ASM_ENTRY("glCompressedTexSubImage2D")"\n"
1256"\t"STUB_ASM_CODE("412")"\n"
1257
1258STUB_ASM_ENTRY("glCopyTexImage2D")"\n"
1259"\t"STUB_ASM_CODE("324")"\n"
1260
1261STUB_ASM_ENTRY("glCopyTexSubImage2D")"\n"
1262"\t"STUB_ASM_CODE("326")"\n"
1263
1264STUB_ASM_ENTRY("glCullFace")"\n"
1265"\t"STUB_ASM_CODE("152")"\n"
1266
1267STUB_ASM_ENTRY("glDeleteBuffers")"\n"
1268"\t"STUB_ASM_CODE("464")"\n"
1269
1270STUB_ASM_ENTRY("glDeleteTextures")"\n"
1271"\t"STUB_ASM_CODE("327")"\n"
1272
1273STUB_ASM_ENTRY("glDepthFunc")"\n"
1274"\t"STUB_ASM_CODE("245")"\n"
1275
1276STUB_ASM_ENTRY("glDepthMask")"\n"
1277"\t"STUB_ASM_CODE("211")"\n"
1278
1279STUB_ASM_ENTRY("glDepthRangef")"\n"
1280"\t"STUB_ASM_CODE("814")"\n"
1281
1282STUB_ASM_ENTRY("glDepthRangex")"\n"
1283"\t"STUB_ASM_CODE("1379")"\n"
1284
1285STUB_ASM_ENTRY("glDisable")"\n"
1286"\t"STUB_ASM_CODE("214")"\n"
1287
1288STUB_ASM_ENTRY("glDisableClientState")"\n"
1289"\t"STUB_ASM_CODE("309")"\n"
1290
1291STUB_ASM_ENTRY("glDrawArrays")"\n"
1292"\t"STUB_ASM_CODE("310")"\n"
1293
1294STUB_ASM_ENTRY("glDrawElements")"\n"
1295"\t"STUB_ASM_CODE("311")"\n"
1296
1297STUB_ASM_ENTRY("glEnable")"\n"
1298"\t"STUB_ASM_CODE("215")"\n"
1299
1300STUB_ASM_ENTRY("glEnableClientState")"\n"
1301"\t"STUB_ASM_CODE("313")"\n"
1302
1303STUB_ASM_ENTRY("glFinish")"\n"
1304"\t"STUB_ASM_CODE("216")"\n"
1305
1306STUB_ASM_ENTRY("glFlush")"\n"
1307"\t"STUB_ASM_CODE("217")"\n"
1308
1309STUB_ASM_ENTRY("glFogf")"\n"
1310"\t"STUB_ASM_CODE("153")"\n"
1311
1312STUB_ASM_ENTRY("glFogfv")"\n"
1313"\t"STUB_ASM_CODE("154")"\n"
1314
1315STUB_ASM_ENTRY("glFogx")"\n"
1316"\t"STUB_ASM_CODE("1380")"\n"
1317
1318STUB_ASM_ENTRY("glFogxv")"\n"
1319"\t"STUB_ASM_CODE("1381")"\n"
1320
1321STUB_ASM_ENTRY("glFrontFace")"\n"
1322"\t"STUB_ASM_CODE("157")"\n"
1323
1324STUB_ASM_ENTRY("glFrustumf")"\n"
1325"\t"STUB_ASM_CODE("1382")"\n"
1326
1327STUB_ASM_ENTRY("glFrustumx")"\n"
1328"\t"STUB_ASM_CODE("1383")"\n"
1329
1330STUB_ASM_ENTRY("glGenBuffers")"\n"
1331"\t"STUB_ASM_CODE("467")"\n"
1332
1333STUB_ASM_ENTRY("glGenTextures")"\n"
1334"\t"STUB_ASM_CODE("328")"\n"
1335
1336STUB_ASM_ENTRY("glGetBooleanv")"\n"
1337"\t"STUB_ASM_CODE("258")"\n"
1338
1339STUB_ASM_ENTRY("glGetBufferParameteriv")"\n"
1340"\t"STUB_ASM_CODE("469")"\n"
1341
1342STUB_ASM_ENTRY("glGetClipPlanef")"\n"
1343"\t"STUB_ASM_CODE("1408")"\n"
1344
1345STUB_ASM_ENTRY("glGetClipPlanex")"\n"
1346"\t"STUB_ASM_CODE("1409")"\n"
1347
1348STUB_ASM_ENTRY("glGetError")"\n"
1349"\t"STUB_ASM_CODE("261")"\n"
1350
1351STUB_ASM_ENTRY("glGetFixedv")"\n"
1352"\t"STUB_ASM_CODE("1410")"\n"
1353
1354STUB_ASM_ENTRY("glGetFloatv")"\n"
1355"\t"STUB_ASM_CODE("262")"\n"
1356
1357STUB_ASM_ENTRY("glGetIntegerv")"\n"
1358"\t"STUB_ASM_CODE("263")"\n"
1359
1360STUB_ASM_ENTRY("glGetLightfv")"\n"
1361"\t"STUB_ASM_CODE("264")"\n"
1362
1363STUB_ASM_ENTRY("glGetLightxv")"\n"
1364"\t"STUB_ASM_CODE("1411")"\n"
1365
1366STUB_ASM_ENTRY("glGetMaterialfv")"\n"
1367"\t"STUB_ASM_CODE("269")"\n"
1368
1369STUB_ASM_ENTRY("glGetMaterialxv")"\n"
1370"\t"STUB_ASM_CODE("1412")"\n"
1371
1372STUB_ASM_ENTRY("glGetPointerv")"\n"
1373"\t"STUB_ASM_CODE("329")"\n"
1374
1375STUB_ASM_ENTRY("glGetString")"\n"
1376"\t"STUB_ASM_CODE("275")"\n"
1377
1378STUB_ASM_ENTRY("glGetTexEnvfv")"\n"
1379"\t"STUB_ASM_CODE("276")"\n"
1380
1381STUB_ASM_ENTRY("glGetTexEnviv")"\n"
1382"\t"STUB_ASM_CODE("277")"\n"
1383
1384STUB_ASM_ENTRY("glGetTexEnvxv")"\n"
1385"\t"STUB_ASM_CODE("1413")"\n"
1386
1387STUB_ASM_ENTRY("glGetTexParameterfv")"\n"
1388"\t"STUB_ASM_CODE("282")"\n"
1389
1390STUB_ASM_ENTRY("glGetTexParameteriv")"\n"
1391"\t"STUB_ASM_CODE("283")"\n"
1392
1393STUB_ASM_ENTRY("glGetTexParameterxv")"\n"
1394"\t"STUB_ASM_CODE("1414")"\n"
1395
1396STUB_ASM_ENTRY("glHint")"\n"
1397"\t"STUB_ASM_CODE("158")"\n"
1398
1399STUB_ASM_ENTRY("glIsBuffer")"\n"
1400"\t"STUB_ASM_CODE("475")"\n"
1401
1402STUB_ASM_ENTRY("glIsEnabled")"\n"
1403"\t"STUB_ASM_CODE("286")"\n"
1404
1405STUB_ASM_ENTRY("glIsTexture")"\n"
1406"\t"STUB_ASM_CODE("330")"\n"
1407
1408STUB_ASM_ENTRY("glLightModelf")"\n"
1409"\t"STUB_ASM_CODE("163")"\n"
1410
1411STUB_ASM_ENTRY("glLightModelfv")"\n"
1412"\t"STUB_ASM_CODE("164")"\n"
1413
1414STUB_ASM_ENTRY("glLightModelx")"\n"
1415"\t"STUB_ASM_CODE("1384")"\n"
1416
1417STUB_ASM_ENTRY("glLightModelxv")"\n"
1418"\t"STUB_ASM_CODE("1385")"\n"
1419
1420STUB_ASM_ENTRY("glLightf")"\n"
1421"\t"STUB_ASM_CODE("159")"\n"
1422
1423STUB_ASM_ENTRY("glLightfv")"\n"
1424"\t"STUB_ASM_CODE("160")"\n"
1425
1426STUB_ASM_ENTRY("glLightx")"\n"
1427"\t"STUB_ASM_CODE("1386")"\n"
1428
1429STUB_ASM_ENTRY("glLightxv")"\n"
1430"\t"STUB_ASM_CODE("1387")"\n"
1431
1432STUB_ASM_ENTRY("glLineWidth")"\n"
1433"\t"STUB_ASM_CODE("168")"\n"
1434
1435STUB_ASM_ENTRY("glLineWidthx")"\n"
1436"\t"STUB_ASM_CODE("1388")"\n"
1437
1438STUB_ASM_ENTRY("glLoadIdentity")"\n"
1439"\t"STUB_ASM_CODE("290")"\n"
1440
1441STUB_ASM_ENTRY("glLoadMatrixf")"\n"
1442"\t"STUB_ASM_CODE("291")"\n"
1443
1444STUB_ASM_ENTRY("glLoadMatrixx")"\n"
1445"\t"STUB_ASM_CODE("1389")"\n"
1446
1447STUB_ASM_ENTRY("glLogicOp")"\n"
1448"\t"STUB_ASM_CODE("242")"\n"
1449
1450STUB_ASM_ENTRY("glMaterialf")"\n"
1451"\t"STUB_ASM_CODE("169")"\n"
1452
1453STUB_ASM_ENTRY("glMaterialfv")"\n"
1454"\t"STUB_ASM_CODE("170")"\n"
1455
1456STUB_ASM_ENTRY("glMaterialx")"\n"
1457"\t"STUB_ASM_CODE("1390")"\n"
1458
1459STUB_ASM_ENTRY("glMaterialxv")"\n"
1460"\t"STUB_ASM_CODE("1391")"\n"
1461
1462STUB_ASM_ENTRY("glMatrixMode")"\n"
1463"\t"STUB_ASM_CODE("293")"\n"
1464
1465STUB_ASM_ENTRY("glMultMatrixf")"\n"
1466"\t"STUB_ASM_CODE("294")"\n"
1467
1468STUB_ASM_ENTRY("glMultMatrixx")"\n"
1469"\t"STUB_ASM_CODE("1392")"\n"
1470
1471STUB_ASM_ENTRY("glMultiTexCoord4f")"\n"
1472"\t"STUB_ASM_CODE("402")"\n"
1473
1474STUB_ASM_ENTRY("glMultiTexCoord4x")"\n"
1475"\t"STUB_ASM_CODE("1393")"\n"
1476
1477STUB_ASM_ENTRY("glNormal3f")"\n"
1478"\t"STUB_ASM_CODE("56")"\n"
1479
1480STUB_ASM_ENTRY("glNormal3x")"\n"
1481"\t"STUB_ASM_CODE("1394")"\n"
1482
1483STUB_ASM_ENTRY("glNormalPointer")"\n"
1484"\t"STUB_ASM_CODE("318")"\n"
1485
1486STUB_ASM_ENTRY("glOrthof")"\n"
1487"\t"STUB_ASM_CODE("1395")"\n"
1488
1489STUB_ASM_ENTRY("glOrthox")"\n"
1490"\t"STUB_ASM_CODE("1396")"\n"
1491
1492STUB_ASM_ENTRY("glPixelStorei")"\n"
1493"\t"STUB_ASM_CODE("250")"\n"
1494
1495STUB_ASM_ENTRY("glPointParameterf")"\n"
1496"\t"STUB_ASM_CODE("425")"\n"
1497
1498STUB_ASM_ENTRY("glPointParameterfv")"\n"
1499"\t"STUB_ASM_CODE("426")"\n"
1500
1501STUB_ASM_ENTRY("glPointParameterx")"\n"
1502"\t"STUB_ASM_CODE("1415")"\n"
1503
1504STUB_ASM_ENTRY("glPointParameterxv")"\n"
1505"\t"STUB_ASM_CODE("1416")"\n"
1506
1507STUB_ASM_ENTRY("glPointSize")"\n"
1508"\t"STUB_ASM_CODE("173")"\n"
1509
1510STUB_ASM_ENTRY("glPointSizePointerOES")"\n"
1511"\t"STUB_ASM_CODE("1087")"\n"
1512
1513STUB_ASM_ENTRY("glPointSizex")"\n"
1514"\t"STUB_ASM_CODE("1397")"\n"
1515
1516STUB_ASM_ENTRY("glPolygonOffset")"\n"
1517"\t"STUB_ASM_CODE("319")"\n"
1518
1519STUB_ASM_ENTRY("glPolygonOffsetx")"\n"
1520"\t"STUB_ASM_CODE("1398")"\n"
1521
1522STUB_ASM_ENTRY("glPopMatrix")"\n"
1523"\t"STUB_ASM_CODE("297")"\n"
1524
1525STUB_ASM_ENTRY("glPushMatrix")"\n"
1526"\t"STUB_ASM_CODE("298")"\n"
1527
1528STUB_ASM_ENTRY("glReadPixels")"\n"
1529"\t"STUB_ASM_CODE("256")"\n"
1530
1531STUB_ASM_ENTRY("glRotatef")"\n"
1532"\t"STUB_ASM_CODE("300")"\n"
1533
1534STUB_ASM_ENTRY("glRotatex")"\n"
1535"\t"STUB_ASM_CODE("1399")"\n"
1536
1537STUB_ASM_ENTRY("glSampleCoverage")"\n"
1538"\t"STUB_ASM_CODE("419")"\n"
1539
1540STUB_ASM_ENTRY("glSampleCoveragex")"\n"
1541"\t"STUB_ASM_CODE("1400")"\n"
1542
1543STUB_ASM_ENTRY("glScalef")"\n"
1544"\t"STUB_ASM_CODE("302")"\n"
1545
1546STUB_ASM_ENTRY("glScalex")"\n"
1547"\t"STUB_ASM_CODE("1401")"\n"
1548
1549STUB_ASM_ENTRY("glScissor")"\n"
1550"\t"STUB_ASM_CODE("176")"\n"
1551
1552STUB_ASM_ENTRY("glShadeModel")"\n"
1553"\t"STUB_ASM_CODE("177")"\n"
1554
1555STUB_ASM_ENTRY("glStencilFunc")"\n"
1556"\t"STUB_ASM_CODE("243")"\n"
1557
1558STUB_ASM_ENTRY("glStencilMask")"\n"
1559"\t"STUB_ASM_CODE("209")"\n"
1560
1561STUB_ASM_ENTRY("glStencilOp")"\n"
1562"\t"STUB_ASM_CODE("244")"\n"
1563
1564STUB_ASM_ENTRY("glTexCoordPointer")"\n"
1565"\t"STUB_ASM_CODE("320")"\n"
1566
1567STUB_ASM_ENTRY("glTexEnvf")"\n"
1568"\t"STUB_ASM_CODE("184")"\n"
1569
1570STUB_ASM_ENTRY("glTexEnvfv")"\n"
1571"\t"STUB_ASM_CODE("185")"\n"
1572
1573STUB_ASM_ENTRY("glTexEnvi")"\n"
1574"\t"STUB_ASM_CODE("186")"\n"
1575
1576STUB_ASM_ENTRY("glTexEnviv")"\n"
1577"\t"STUB_ASM_CODE("187")"\n"
1578
1579STUB_ASM_ENTRY("glTexEnvx")"\n"
1580"\t"STUB_ASM_CODE("1402")"\n"
1581
1582STUB_ASM_ENTRY("glTexEnvxv")"\n"
1583"\t"STUB_ASM_CODE("1403")"\n"
1584
1585STUB_ASM_ENTRY("glTexImage2D")"\n"
1586"\t"STUB_ASM_CODE("183")"\n"
1587
1588STUB_ASM_ENTRY("glTexParameterf")"\n"
1589"\t"STUB_ASM_CODE("178")"\n"
1590
1591STUB_ASM_ENTRY("glTexParameterfv")"\n"
1592"\t"STUB_ASM_CODE("179")"\n"
1593
1594STUB_ASM_ENTRY("glTexParameteri")"\n"
1595"\t"STUB_ASM_CODE("180")"\n"
1596
1597STUB_ASM_ENTRY("glTexParameteriv")"\n"
1598"\t"STUB_ASM_CODE("181")"\n"
1599
1600STUB_ASM_ENTRY("glTexParameterx")"\n"
1601"\t"STUB_ASM_CODE("1404")"\n"
1602
1603STUB_ASM_ENTRY("glTexParameterxv")"\n"
1604"\t"STUB_ASM_CODE("1417")"\n"
1605
1606STUB_ASM_ENTRY("glTexSubImage2D")"\n"
1607"\t"STUB_ASM_CODE("333")"\n"
1608
1609STUB_ASM_ENTRY("glTranslatef")"\n"
1610"\t"STUB_ASM_CODE("304")"\n"
1611
1612STUB_ASM_ENTRY("glTranslatex")"\n"
1613"\t"STUB_ASM_CODE("1405")"\n"
1614
1615STUB_ASM_ENTRY("glVertexPointer")"\n"
1616"\t"STUB_ASM_CODE("321")"\n"
1617
1618STUB_ASM_ENTRY("glViewport")"\n"
1619"\t"STUB_ASM_CODE("305")"\n"
1620
1621);
1622#undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
1623#endif /* MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN */
1624
1625