i830: Fix crash for GL_STENCIL_TEST in i830Enable()
[mesa.git] / src / mapi / glapi / glapi_x86.S
1 /* DO NOT EDIT - This file generated automatically by gl_x86_asm.py (from Mesa) script */
2
3 /*
4 * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
5 * (C) Copyright IBM Corporation 2004, 2005
6 * All Rights Reserved.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a
9 * copy of this software and associated documentation files (the "Software"),
10 * to deal in the Software without restriction, including without limitation
11 * the rights to use, copy, modify, merge, publish, distribute, sub license,
12 * and/or sell copies of the Software, and to permit persons to whom the
13 * Software is furnished to do so, subject to the following conditions:
14 *
15 * The above copyright notice and this permission notice (including the next
16 * paragraph) shall be included in all copies or substantial portions of the
17 * Software.
18 *
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
22 * BRIAN PAUL, IBM,
23 * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
25 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26 * SOFTWARE.
27 */
28
29 #include "x86/assyntax.h"
30
31 #if defined(STDCALL_API)
32 # if defined(USE_MGL_NAMESPACE)
33 # define GL_PREFIX(n,n2) GLNAME(CONCAT(mgl,n2))
34 # else
35 # define GL_PREFIX(n,n2) GLNAME(CONCAT(gl,n2))
36 # endif
37 #else
38 # if defined(USE_MGL_NAMESPACE)
39 # define GL_PREFIX(n,n2) GLNAME(CONCAT(mgl,n))
40 # define _glapi_Dispatch _mglapi_Dispatch
41 # else
42 # define GL_PREFIX(n,n2) GLNAME(CONCAT(gl,n))
43 # endif
44 #endif
45
46 #define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX))
47
48 #if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__) && !defined(__APPLE__)
49 #define GLOBL_FN(x) GLOBL x ; .type x, @function
50 #else
51 #define GLOBL_FN(x) GLOBL x
52 #endif
53
54 #if defined(PTHREADS) || defined(WIN32)
55 # define THREADS
56 #endif
57
58 #ifdef GLX_USE_TLS
59
60 #ifdef GLX_X86_READONLY_TEXT
61 # define CTX_INSNS MOV_L(GS:(EAX), EAX)
62 #else
63 # define CTX_INSNS NOP /* Pad for init_glapi_relocs() */
64 #endif
65
66 # define GL_STUB(fn,off,fn_alt) \
67 ALIGNTEXT16; \
68 GLOBL_FN(GL_PREFIX(fn, fn_alt)); \
69 GL_PREFIX(fn, fn_alt): \
70 CALL(_x86_get_dispatch) ; \
71 CTX_INSNS ; \
72 JMP(GL_OFFSET(off))
73
74 #elif defined(PTHREADS)
75 # define GL_STUB(fn,off,fn_alt) \
76 ALIGNTEXT16; \
77 GLOBL_FN(GL_PREFIX(fn, fn_alt)); \
78 GL_PREFIX(fn, fn_alt): \
79 MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \
80 TEST_L(EAX, EAX) ; \
81 JE(1f) ; \
82 JMP(GL_OFFSET(off)) ; \
83 1: CALL(_x86_get_dispatch) ; \
84 JMP(GL_OFFSET(off))
85 #elif defined(THREADS)
86 # define GL_STUB(fn,off,fn_alt) \
87 ALIGNTEXT16; \
88 GLOBL_FN(GL_PREFIX(fn, fn_alt)); \
89 GL_PREFIX(fn, fn_alt): \
90 MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \
91 TEST_L(EAX, EAX) ; \
92 JE(1f) ; \
93 JMP(GL_OFFSET(off)) ; \
94 1: CALL(_glapi_get_dispatch) ; \
95 JMP(GL_OFFSET(off))
96 #else /* Non-threaded version. */
97 # define GL_STUB(fn,off,fn_alt) \
98 ALIGNTEXT16; \
99 GLOBL_FN(GL_PREFIX(fn, fn_alt)); \
100 GL_PREFIX(fn, fn_alt): \
101 MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \
102 JMP(GL_OFFSET(off))
103 #endif
104
105 #ifdef HAVE_ALIAS
106 # define GL_STUB_ALIAS(fn,off,fn_alt,alias,alias_alt) \
107 .globl GL_PREFIX(fn, fn_alt) ; \
108 .set GL_PREFIX(fn, fn_alt), GL_PREFIX(alias, alias_alt)
109 #else
110 # define GL_STUB_ALIAS(fn,off,fn_alt,alias,alias_alt) \
111 GL_STUB(fn, off, fn_alt)
112 #endif
113
114 SEG_TEXT
115
116 #ifdef GLX_USE_TLS
117
118 GLOBL GLNAME(_x86_get_dispatch)
119 HIDDEN(GLNAME(_x86_get_dispatch))
120 ALIGNTEXT16
121 GLNAME(_x86_get_dispatch):
122 call 1f
123 1: popl %eax
124 addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %eax
125 movl _glapi_tls_Dispatch@GOTNTPOFF(%eax), %eax
126 ret
127
128 #elif defined(PTHREADS)
129 EXTERN GLNAME(_glapi_Dispatch)
130 EXTERN GLNAME(_gl_DispatchTSD)
131 EXTERN GLNAME(pthread_getspecific)
132
133 ALIGNTEXT16
134 GLNAME(_x86_get_dispatch):
135 SUB_L(CONST(24), ESP)
136 PUSH_L(GLNAME(_gl_DispatchTSD))
137 CALL(GLNAME(pthread_getspecific))
138 ADD_L(CONST(28), ESP)
139 RET
140 #elif defined(THREADS)
141 EXTERN GLNAME(_glapi_get_dispatch)
142 #endif
143
144 #if defined( GLX_USE_TLS ) && !defined( GLX_X86_READONLY_TEXT )
145 .section wtext, "awx", @progbits
146 #endif /* defined( GLX_USE_TLS ) */
147
148 ALIGNTEXT16
149 GLOBL GLNAME(gl_dispatch_functions_start)
150 HIDDEN(GLNAME(gl_dispatch_functions_start))
151 GLNAME(gl_dispatch_functions_start):
152
153 GL_STUB(NewList, 0, NewList@8)
154 GL_STUB(EndList, 1, EndList@0)
155 GL_STUB(CallList, 2, CallList@4)
156 GL_STUB(CallLists, 3, CallLists@12)
157 GL_STUB(DeleteLists, 4, DeleteLists@8)
158 GL_STUB(GenLists, 5, GenLists@4)
159 GL_STUB(ListBase, 6, ListBase@4)
160 GL_STUB(Begin, 7, Begin@4)
161 GL_STUB(Bitmap, 8, Bitmap@28)
162 GL_STUB(Color3b, 9, Color3b@12)
163 GL_STUB(Color3bv, 10, Color3bv@4)
164 GL_STUB(Color3d, 11, Color3d@24)
165 GL_STUB(Color3dv, 12, Color3dv@4)
166 GL_STUB(Color3f, 13, Color3f@12)
167 GL_STUB(Color3fv, 14, Color3fv@4)
168 GL_STUB(Color3i, 15, Color3i@12)
169 GL_STUB(Color3iv, 16, Color3iv@4)
170 GL_STUB(Color3s, 17, Color3s@12)
171 GL_STUB(Color3sv, 18, Color3sv@4)
172 GL_STUB(Color3ub, 19, Color3ub@12)
173 GL_STUB(Color3ubv, 20, Color3ubv@4)
174 GL_STUB(Color3ui, 21, Color3ui@12)
175 GL_STUB(Color3uiv, 22, Color3uiv@4)
176 GL_STUB(Color3us, 23, Color3us@12)
177 GL_STUB(Color3usv, 24, Color3usv@4)
178 GL_STUB(Color4b, 25, Color4b@16)
179 GL_STUB(Color4bv, 26, Color4bv@4)
180 GL_STUB(Color4d, 27, Color4d@32)
181 GL_STUB(Color4dv, 28, Color4dv@4)
182 GL_STUB(Color4f, 29, Color4f@16)
183 GL_STUB(Color4fv, 30, Color4fv@4)
184 GL_STUB(Color4i, 31, Color4i@16)
185 GL_STUB(Color4iv, 32, Color4iv@4)
186 GL_STUB(Color4s, 33, Color4s@16)
187 GL_STUB(Color4sv, 34, Color4sv@4)
188 GL_STUB(Color4ub, 35, Color4ub@16)
189 GL_STUB(Color4ubv, 36, Color4ubv@4)
190 GL_STUB(Color4ui, 37, Color4ui@16)
191 GL_STUB(Color4uiv, 38, Color4uiv@4)
192 GL_STUB(Color4us, 39, Color4us@16)
193 GL_STUB(Color4usv, 40, Color4usv@4)
194 GL_STUB(EdgeFlag, 41, EdgeFlag@4)
195 GL_STUB(EdgeFlagv, 42, EdgeFlagv@4)
196 GL_STUB(End, 43, End@0)
197 GL_STUB(Indexd, 44, Indexd@8)
198 GL_STUB(Indexdv, 45, Indexdv@4)
199 GL_STUB(Indexf, 46, Indexf@4)
200 GL_STUB(Indexfv, 47, Indexfv@4)
201 GL_STUB(Indexi, 48, Indexi@4)
202 GL_STUB(Indexiv, 49, Indexiv@4)
203 GL_STUB(Indexs, 50, Indexs@4)
204 GL_STUB(Indexsv, 51, Indexsv@4)
205 GL_STUB(Normal3b, 52, Normal3b@12)
206 GL_STUB(Normal3bv, 53, Normal3bv@4)
207 GL_STUB(Normal3d, 54, Normal3d@24)
208 GL_STUB(Normal3dv, 55, Normal3dv@4)
209 GL_STUB(Normal3f, 56, Normal3f@12)
210 GL_STUB(Normal3fv, 57, Normal3fv@4)
211 GL_STUB(Normal3i, 58, Normal3i@12)
212 GL_STUB(Normal3iv, 59, Normal3iv@4)
213 GL_STUB(Normal3s, 60, Normal3s@12)
214 GL_STUB(Normal3sv, 61, Normal3sv@4)
215 GL_STUB(RasterPos2d, 62, RasterPos2d@16)
216 GL_STUB(RasterPos2dv, 63, RasterPos2dv@4)
217 GL_STUB(RasterPos2f, 64, RasterPos2f@8)
218 GL_STUB(RasterPos2fv, 65, RasterPos2fv@4)
219 GL_STUB(RasterPos2i, 66, RasterPos2i@8)
220 GL_STUB(RasterPos2iv, 67, RasterPos2iv@4)
221 GL_STUB(RasterPos2s, 68, RasterPos2s@8)
222 GL_STUB(RasterPos2sv, 69, RasterPos2sv@4)
223 GL_STUB(RasterPos3d, 70, RasterPos3d@24)
224 GL_STUB(RasterPos3dv, 71, RasterPos3dv@4)
225 GL_STUB(RasterPos3f, 72, RasterPos3f@12)
226 GL_STUB(RasterPos3fv, 73, RasterPos3fv@4)
227 GL_STUB(RasterPos3i, 74, RasterPos3i@12)
228 GL_STUB(RasterPos3iv, 75, RasterPos3iv@4)
229 GL_STUB(RasterPos3s, 76, RasterPos3s@12)
230 GL_STUB(RasterPos3sv, 77, RasterPos3sv@4)
231 GL_STUB(RasterPos4d, 78, RasterPos4d@32)
232 GL_STUB(RasterPos4dv, 79, RasterPos4dv@4)
233 GL_STUB(RasterPos4f, 80, RasterPos4f@16)
234 GL_STUB(RasterPos4fv, 81, RasterPos4fv@4)
235 GL_STUB(RasterPos4i, 82, RasterPos4i@16)
236 GL_STUB(RasterPos4iv, 83, RasterPos4iv@4)
237 GL_STUB(RasterPos4s, 84, RasterPos4s@16)
238 GL_STUB(RasterPos4sv, 85, RasterPos4sv@4)
239 GL_STUB(Rectd, 86, Rectd@32)
240 GL_STUB(Rectdv, 87, Rectdv@8)
241 GL_STUB(Rectf, 88, Rectf@16)
242 GL_STUB(Rectfv, 89, Rectfv@8)
243 GL_STUB(Recti, 90, Recti@16)
244 GL_STUB(Rectiv, 91, Rectiv@8)
245 GL_STUB(Rects, 92, Rects@16)
246 GL_STUB(Rectsv, 93, Rectsv@8)
247 GL_STUB(TexCoord1d, 94, TexCoord1d@8)
248 GL_STUB(TexCoord1dv, 95, TexCoord1dv@4)
249 GL_STUB(TexCoord1f, 96, TexCoord1f@4)
250 GL_STUB(TexCoord1fv, 97, TexCoord1fv@4)
251 GL_STUB(TexCoord1i, 98, TexCoord1i@4)
252 GL_STUB(TexCoord1iv, 99, TexCoord1iv@4)
253 GL_STUB(TexCoord1s, 100, TexCoord1s@4)
254 GL_STUB(TexCoord1sv, 101, TexCoord1sv@4)
255 GL_STUB(TexCoord2d, 102, TexCoord2d@16)
256 GL_STUB(TexCoord2dv, 103, TexCoord2dv@4)
257 GL_STUB(TexCoord2f, 104, TexCoord2f@8)
258 GL_STUB(TexCoord2fv, 105, TexCoord2fv@4)
259 GL_STUB(TexCoord2i, 106, TexCoord2i@8)
260 GL_STUB(TexCoord2iv, 107, TexCoord2iv@4)
261 GL_STUB(TexCoord2s, 108, TexCoord2s@8)
262 GL_STUB(TexCoord2sv, 109, TexCoord2sv@4)
263 GL_STUB(TexCoord3d, 110, TexCoord3d@24)
264 GL_STUB(TexCoord3dv, 111, TexCoord3dv@4)
265 GL_STUB(TexCoord3f, 112, TexCoord3f@12)
266 GL_STUB(TexCoord3fv, 113, TexCoord3fv@4)
267 GL_STUB(TexCoord3i, 114, TexCoord3i@12)
268 GL_STUB(TexCoord3iv, 115, TexCoord3iv@4)
269 GL_STUB(TexCoord3s, 116, TexCoord3s@12)
270 GL_STUB(TexCoord3sv, 117, TexCoord3sv@4)
271 GL_STUB(TexCoord4d, 118, TexCoord4d@32)
272 GL_STUB(TexCoord4dv, 119, TexCoord4dv@4)
273 GL_STUB(TexCoord4f, 120, TexCoord4f@16)
274 GL_STUB(TexCoord4fv, 121, TexCoord4fv@4)
275 GL_STUB(TexCoord4i, 122, TexCoord4i@16)
276 GL_STUB(TexCoord4iv, 123, TexCoord4iv@4)
277 GL_STUB(TexCoord4s, 124, TexCoord4s@16)
278 GL_STUB(TexCoord4sv, 125, TexCoord4sv@4)
279 GL_STUB(Vertex2d, 126, Vertex2d@16)
280 GL_STUB(Vertex2dv, 127, Vertex2dv@4)
281 GL_STUB(Vertex2f, 128, Vertex2f@8)
282 GL_STUB(Vertex2fv, 129, Vertex2fv@4)
283 GL_STUB(Vertex2i, 130, Vertex2i@8)
284 GL_STUB(Vertex2iv, 131, Vertex2iv@4)
285 GL_STUB(Vertex2s, 132, Vertex2s@8)
286 GL_STUB(Vertex2sv, 133, Vertex2sv@4)
287 GL_STUB(Vertex3d, 134, Vertex3d@24)
288 GL_STUB(Vertex3dv, 135, Vertex3dv@4)
289 GL_STUB(Vertex3f, 136, Vertex3f@12)
290 GL_STUB(Vertex3fv, 137, Vertex3fv@4)
291 GL_STUB(Vertex3i, 138, Vertex3i@12)
292 GL_STUB(Vertex3iv, 139, Vertex3iv@4)
293 GL_STUB(Vertex3s, 140, Vertex3s@12)
294 GL_STUB(Vertex3sv, 141, Vertex3sv@4)
295 GL_STUB(Vertex4d, 142, Vertex4d@32)
296 GL_STUB(Vertex4dv, 143, Vertex4dv@4)
297 GL_STUB(Vertex4f, 144, Vertex4f@16)
298 GL_STUB(Vertex4fv, 145, Vertex4fv@4)
299 GL_STUB(Vertex4i, 146, Vertex4i@16)
300 GL_STUB(Vertex4iv, 147, Vertex4iv@4)
301 GL_STUB(Vertex4s, 148, Vertex4s@16)
302 GL_STUB(Vertex4sv, 149, Vertex4sv@4)
303 GL_STUB(ClipPlane, 150, ClipPlane@8)
304 GL_STUB(ColorMaterial, 151, ColorMaterial@8)
305 GL_STUB(CullFace, 152, CullFace@4)
306 GL_STUB(Fogf, 153, Fogf@8)
307 GL_STUB(Fogfv, 154, Fogfv@8)
308 GL_STUB(Fogi, 155, Fogi@8)
309 GL_STUB(Fogiv, 156, Fogiv@8)
310 GL_STUB(FrontFace, 157, FrontFace@4)
311 GL_STUB(Hint, 158, Hint@8)
312 GL_STUB(Lightf, 159, Lightf@12)
313 GL_STUB(Lightfv, 160, Lightfv@12)
314 GL_STUB(Lighti, 161, Lighti@12)
315 GL_STUB(Lightiv, 162, Lightiv@12)
316 GL_STUB(LightModelf, 163, LightModelf@8)
317 GL_STUB(LightModelfv, 164, LightModelfv@8)
318 GL_STUB(LightModeli, 165, LightModeli@8)
319 GL_STUB(LightModeliv, 166, LightModeliv@8)
320 GL_STUB(LineStipple, 167, LineStipple@8)
321 GL_STUB(LineWidth, 168, LineWidth@4)
322 GL_STUB(Materialf, 169, Materialf@12)
323 GL_STUB(Materialfv, 170, Materialfv@12)
324 GL_STUB(Materiali, 171, Materiali@12)
325 GL_STUB(Materialiv, 172, Materialiv@12)
326 GL_STUB(PointSize, 173, PointSize@4)
327 GL_STUB(PolygonMode, 174, PolygonMode@8)
328 GL_STUB(PolygonStipple, 175, PolygonStipple@4)
329 GL_STUB(Scissor, 176, Scissor@16)
330 GL_STUB(ShadeModel, 177, ShadeModel@4)
331 GL_STUB(TexParameterf, 178, TexParameterf@12)
332 GL_STUB(TexParameterfv, 179, TexParameterfv@12)
333 GL_STUB(TexParameteri, 180, TexParameteri@12)
334 GL_STUB(TexParameteriv, 181, TexParameteriv@12)
335 GL_STUB(TexImage1D, 182, TexImage1D@32)
336 GL_STUB(TexImage2D, 183, TexImage2D@36)
337 GL_STUB(TexEnvf, 184, TexEnvf@12)
338 GL_STUB(TexEnvfv, 185, TexEnvfv@12)
339 GL_STUB(TexEnvi, 186, TexEnvi@12)
340 GL_STUB(TexEnviv, 187, TexEnviv@12)
341 GL_STUB(TexGend, 188, TexGend@16)
342 GL_STUB(TexGendv, 189, TexGendv@12)
343 GL_STUB(TexGenf, 190, TexGenf@12)
344 GL_STUB(TexGenfv, 191, TexGenfv@12)
345 GL_STUB(TexGeni, 192, TexGeni@12)
346 GL_STUB(TexGeniv, 193, TexGeniv@12)
347 GL_STUB(FeedbackBuffer, 194, FeedbackBuffer@12)
348 GL_STUB(SelectBuffer, 195, SelectBuffer@8)
349 GL_STUB(RenderMode, 196, RenderMode@4)
350 GL_STUB(InitNames, 197, InitNames@0)
351 GL_STUB(LoadName, 198, LoadName@4)
352 GL_STUB(PassThrough, 199, PassThrough@4)
353 GL_STUB(PopName, 200, PopName@0)
354 GL_STUB(PushName, 201, PushName@4)
355 GL_STUB(DrawBuffer, 202, DrawBuffer@4)
356 GL_STUB(Clear, 203, Clear@4)
357 GL_STUB(ClearAccum, 204, ClearAccum@16)
358 GL_STUB(ClearIndex, 205, ClearIndex@4)
359 GL_STUB(ClearColor, 206, ClearColor@16)
360 GL_STUB(ClearStencil, 207, ClearStencil@4)
361 GL_STUB(ClearDepth, 208, ClearDepth@8)
362 GL_STUB(StencilMask, 209, StencilMask@4)
363 GL_STUB(ColorMask, 210, ColorMask@16)
364 GL_STUB(DepthMask, 211, DepthMask@4)
365 GL_STUB(IndexMask, 212, IndexMask@4)
366 GL_STUB(Accum, 213, Accum@8)
367 GL_STUB(Disable, 214, Disable@4)
368 GL_STUB(Enable, 215, Enable@4)
369 GL_STUB(Finish, 216, Finish@0)
370 GL_STUB(Flush, 217, Flush@0)
371 GL_STUB(PopAttrib, 218, PopAttrib@0)
372 GL_STUB(PushAttrib, 219, PushAttrib@4)
373 GL_STUB(Map1d, 220, Map1d@32)
374 GL_STUB(Map1f, 221, Map1f@24)
375 GL_STUB(Map2d, 222, Map2d@56)
376 GL_STUB(Map2f, 223, Map2f@40)
377 GL_STUB(MapGrid1d, 224, MapGrid1d@20)
378 GL_STUB(MapGrid1f, 225, MapGrid1f@12)
379 GL_STUB(MapGrid2d, 226, MapGrid2d@40)
380 GL_STUB(MapGrid2f, 227, MapGrid2f@24)
381 GL_STUB(EvalCoord1d, 228, EvalCoord1d@8)
382 GL_STUB(EvalCoord1dv, 229, EvalCoord1dv@4)
383 GL_STUB(EvalCoord1f, 230, EvalCoord1f@4)
384 GL_STUB(EvalCoord1fv, 231, EvalCoord1fv@4)
385 GL_STUB(EvalCoord2d, 232, EvalCoord2d@16)
386 GL_STUB(EvalCoord2dv, 233, EvalCoord2dv@4)
387 GL_STUB(EvalCoord2f, 234, EvalCoord2f@8)
388 GL_STUB(EvalCoord2fv, 235, EvalCoord2fv@4)
389 GL_STUB(EvalMesh1, 236, EvalMesh1@12)
390 GL_STUB(EvalPoint1, 237, EvalPoint1@4)
391 GL_STUB(EvalMesh2, 238, EvalMesh2@20)
392 GL_STUB(EvalPoint2, 239, EvalPoint2@8)
393 GL_STUB(AlphaFunc, 240, AlphaFunc@8)
394 GL_STUB(BlendFunc, 241, BlendFunc@8)
395 GL_STUB(LogicOp, 242, LogicOp@4)
396 GL_STUB(StencilFunc, 243, StencilFunc@12)
397 GL_STUB(StencilOp, 244, StencilOp@12)
398 GL_STUB(DepthFunc, 245, DepthFunc@4)
399 GL_STUB(PixelZoom, 246, PixelZoom@8)
400 GL_STUB(PixelTransferf, 247, PixelTransferf@8)
401 GL_STUB(PixelTransferi, 248, PixelTransferi@8)
402 GL_STUB(PixelStoref, 249, PixelStoref@8)
403 GL_STUB(PixelStorei, 250, PixelStorei@8)
404 GL_STUB(PixelMapfv, 251, PixelMapfv@12)
405 GL_STUB(PixelMapuiv, 252, PixelMapuiv@12)
406 GL_STUB(PixelMapusv, 253, PixelMapusv@12)
407 GL_STUB(ReadBuffer, 254, ReadBuffer@4)
408 GL_STUB(CopyPixels, 255, CopyPixels@20)
409 GL_STUB(ReadPixels, 256, ReadPixels@28)
410 GL_STUB(DrawPixels, 257, DrawPixels@20)
411 GL_STUB(GetBooleanv, 258, GetBooleanv@8)
412 GL_STUB(GetClipPlane, 259, GetClipPlane@8)
413 GL_STUB(GetDoublev, 260, GetDoublev@8)
414 GL_STUB(GetError, 261, GetError@0)
415 GL_STUB(GetFloatv, 262, GetFloatv@8)
416 GL_STUB(GetIntegerv, 263, GetIntegerv@8)
417 GL_STUB(GetLightfv, 264, GetLightfv@12)
418 GL_STUB(GetLightiv, 265, GetLightiv@12)
419 GL_STUB(GetMapdv, 266, GetMapdv@12)
420 GL_STUB(GetMapfv, 267, GetMapfv@12)
421 GL_STUB(GetMapiv, 268, GetMapiv@12)
422 GL_STUB(GetMaterialfv, 269, GetMaterialfv@12)
423 GL_STUB(GetMaterialiv, 270, GetMaterialiv@12)
424 GL_STUB(GetPixelMapfv, 271, GetPixelMapfv@8)
425 GL_STUB(GetPixelMapuiv, 272, GetPixelMapuiv@8)
426 GL_STUB(GetPixelMapusv, 273, GetPixelMapusv@8)
427 GL_STUB(GetPolygonStipple, 274, GetPolygonStipple@4)
428 GL_STUB(GetString, 275, GetString@4)
429 GL_STUB(GetTexEnvfv, 276, GetTexEnvfv@12)
430 GL_STUB(GetTexEnviv, 277, GetTexEnviv@12)
431 GL_STUB(GetTexGendv, 278, GetTexGendv@12)
432 GL_STUB(GetTexGenfv, 279, GetTexGenfv@12)
433 GL_STUB(GetTexGeniv, 280, GetTexGeniv@12)
434 GL_STUB(GetTexImage, 281, GetTexImage@20)
435 GL_STUB(GetTexParameterfv, 282, GetTexParameterfv@12)
436 GL_STUB(GetTexParameteriv, 283, GetTexParameteriv@12)
437 GL_STUB(GetTexLevelParameterfv, 284, GetTexLevelParameterfv@16)
438 GL_STUB(GetTexLevelParameteriv, 285, GetTexLevelParameteriv@16)
439 GL_STUB(IsEnabled, 286, IsEnabled@4)
440 GL_STUB(IsList, 287, IsList@4)
441 GL_STUB(DepthRange, 288, DepthRange@16)
442 GL_STUB(Frustum, 289, Frustum@48)
443 GL_STUB(LoadIdentity, 290, LoadIdentity@0)
444 GL_STUB(LoadMatrixf, 291, LoadMatrixf@4)
445 GL_STUB(LoadMatrixd, 292, LoadMatrixd@4)
446 GL_STUB(MatrixMode, 293, MatrixMode@4)
447 GL_STUB(MultMatrixf, 294, MultMatrixf@4)
448 GL_STUB(MultMatrixd, 295, MultMatrixd@4)
449 GL_STUB(Ortho, 296, Ortho@48)
450 GL_STUB(PopMatrix, 297, PopMatrix@0)
451 GL_STUB(PushMatrix, 298, PushMatrix@0)
452 GL_STUB(Rotated, 299, Rotated@32)
453 GL_STUB(Rotatef, 300, Rotatef@16)
454 GL_STUB(Scaled, 301, Scaled@24)
455 GL_STUB(Scalef, 302, Scalef@12)
456 GL_STUB(Translated, 303, Translated@24)
457 GL_STUB(Translatef, 304, Translatef@12)
458 GL_STUB(Viewport, 305, Viewport@16)
459 GL_STUB(ArrayElement, 306, ArrayElement@4)
460 GL_STUB(BindTexture, 307, BindTexture@8)
461 GL_STUB(ColorPointer, 308, ColorPointer@16)
462 GL_STUB(DisableClientState, 309, DisableClientState@4)
463 GL_STUB(DrawArrays, 310, DrawArrays@12)
464 GL_STUB(DrawElements, 311, DrawElements@16)
465 GL_STUB(EdgeFlagPointer, 312, EdgeFlagPointer@8)
466 GL_STUB(EnableClientState, 313, EnableClientState@4)
467 GL_STUB(IndexPointer, 314, IndexPointer@12)
468 GL_STUB(Indexub, 315, Indexub@4)
469 GL_STUB(Indexubv, 316, Indexubv@4)
470 GL_STUB(InterleavedArrays, 317, InterleavedArrays@12)
471 GL_STUB(NormalPointer, 318, NormalPointer@12)
472 GL_STUB(PolygonOffset, 319, PolygonOffset@8)
473 GL_STUB(TexCoordPointer, 320, TexCoordPointer@16)
474 GL_STUB(VertexPointer, 321, VertexPointer@16)
475 GL_STUB(AreTexturesResident, 322, AreTexturesResident@12)
476 GL_STUB(CopyTexImage1D, 323, CopyTexImage1D@28)
477 GL_STUB(CopyTexImage2D, 324, CopyTexImage2D@32)
478 GL_STUB(CopyTexSubImage1D, 325, CopyTexSubImage1D@24)
479 GL_STUB(CopyTexSubImage2D, 326, CopyTexSubImage2D@32)
480 GL_STUB(DeleteTextures, 327, DeleteTextures@8)
481 GL_STUB(GenTextures, 328, GenTextures@8)
482 GL_STUB(GetPointerv, 329, GetPointerv@8)
483 GL_STUB(IsTexture, 330, IsTexture@4)
484 GL_STUB(PrioritizeTextures, 331, PrioritizeTextures@12)
485 GL_STUB(TexSubImage1D, 332, TexSubImage1D@28)
486 GL_STUB(TexSubImage2D, 333, TexSubImage2D@36)
487 GL_STUB(PopClientAttrib, 334, PopClientAttrib@0)
488 GL_STUB(PushClientAttrib, 335, PushClientAttrib@4)
489 GL_STUB(BlendColor, 336, BlendColor@16)
490 GL_STUB(BlendEquation, 337, BlendEquation@4)
491 GL_STUB(DrawRangeElements, 338, DrawRangeElements@24)
492 GL_STUB(ColorTable, 339, ColorTable@24)
493 GL_STUB(ColorTableParameterfv, 340, ColorTableParameterfv@12)
494 GL_STUB(ColorTableParameteriv, 341, ColorTableParameteriv@12)
495 GL_STUB(CopyColorTable, 342, CopyColorTable@20)
496 GL_STUB(GetColorTable, 343, GetColorTable@16)
497 GL_STUB(GetColorTableParameterfv, 344, GetColorTableParameterfv@12)
498 GL_STUB(GetColorTableParameteriv, 345, GetColorTableParameteriv@12)
499 GL_STUB(ColorSubTable, 346, ColorSubTable@24)
500 GL_STUB(CopyColorSubTable, 347, CopyColorSubTable@20)
501 GL_STUB(ConvolutionFilter1D, 348, ConvolutionFilter1D@24)
502 GL_STUB(ConvolutionFilter2D, 349, ConvolutionFilter2D@28)
503 GL_STUB(ConvolutionParameterf, 350, ConvolutionParameterf@12)
504 GL_STUB(ConvolutionParameterfv, 351, ConvolutionParameterfv@12)
505 GL_STUB(ConvolutionParameteri, 352, ConvolutionParameteri@12)
506 GL_STUB(ConvolutionParameteriv, 353, ConvolutionParameteriv@12)
507 GL_STUB(CopyConvolutionFilter1D, 354, CopyConvolutionFilter1D@20)
508 GL_STUB(CopyConvolutionFilter2D, 355, CopyConvolutionFilter2D@24)
509 GL_STUB(GetConvolutionFilter, 356, GetConvolutionFilter@16)
510 GL_STUB(GetConvolutionParameterfv, 357, GetConvolutionParameterfv@12)
511 GL_STUB(GetConvolutionParameteriv, 358, GetConvolutionParameteriv@12)
512 GL_STUB(GetSeparableFilter, 359, GetSeparableFilter@24)
513 GL_STUB(SeparableFilter2D, 360, SeparableFilter2D@32)
514 GL_STUB(GetHistogram, 361, GetHistogram@20)
515 GL_STUB(GetHistogramParameterfv, 362, GetHistogramParameterfv@12)
516 GL_STUB(GetHistogramParameteriv, 363, GetHistogramParameteriv@12)
517 GL_STUB(GetMinmax, 364, GetMinmax@20)
518 GL_STUB(GetMinmaxParameterfv, 365, GetMinmaxParameterfv@12)
519 GL_STUB(GetMinmaxParameteriv, 366, GetMinmaxParameteriv@12)
520 GL_STUB(Histogram, 367, Histogram@16)
521 GL_STUB(Minmax, 368, Minmax@12)
522 GL_STUB(ResetHistogram, 369, ResetHistogram@4)
523 GL_STUB(ResetMinmax, 370, ResetMinmax@4)
524 GL_STUB(TexImage3D, 371, TexImage3D@40)
525 GL_STUB(TexSubImage3D, 372, TexSubImage3D@44)
526 GL_STUB(CopyTexSubImage3D, 373, CopyTexSubImage3D@36)
527 GL_STUB(ActiveTextureARB, 374, ActiveTextureARB@4)
528 GL_STUB(ClientActiveTextureARB, 375, ClientActiveTextureARB@4)
529 GL_STUB(MultiTexCoord1dARB, 376, MultiTexCoord1dARB@12)
530 GL_STUB(MultiTexCoord1dvARB, 377, MultiTexCoord1dvARB@8)
531 GL_STUB(MultiTexCoord1fARB, 378, MultiTexCoord1fARB@8)
532 GL_STUB(MultiTexCoord1fvARB, 379, MultiTexCoord1fvARB@8)
533 GL_STUB(MultiTexCoord1iARB, 380, MultiTexCoord1iARB@8)
534 GL_STUB(MultiTexCoord1ivARB, 381, MultiTexCoord1ivARB@8)
535 GL_STUB(MultiTexCoord1sARB, 382, MultiTexCoord1sARB@8)
536 GL_STUB(MultiTexCoord1svARB, 383, MultiTexCoord1svARB@8)
537 GL_STUB(MultiTexCoord2dARB, 384, MultiTexCoord2dARB@20)
538 GL_STUB(MultiTexCoord2dvARB, 385, MultiTexCoord2dvARB@8)
539 GL_STUB(MultiTexCoord2fARB, 386, MultiTexCoord2fARB@12)
540 GL_STUB(MultiTexCoord2fvARB, 387, MultiTexCoord2fvARB@8)
541 GL_STUB(MultiTexCoord2iARB, 388, MultiTexCoord2iARB@12)
542 GL_STUB(MultiTexCoord2ivARB, 389, MultiTexCoord2ivARB@8)
543 GL_STUB(MultiTexCoord2sARB, 390, MultiTexCoord2sARB@12)
544 GL_STUB(MultiTexCoord2svARB, 391, MultiTexCoord2svARB@8)
545 GL_STUB(MultiTexCoord3dARB, 392, MultiTexCoord3dARB@28)
546 GL_STUB(MultiTexCoord3dvARB, 393, MultiTexCoord3dvARB@8)
547 GL_STUB(MultiTexCoord3fARB, 394, MultiTexCoord3fARB@16)
548 GL_STUB(MultiTexCoord3fvARB, 395, MultiTexCoord3fvARB@8)
549 GL_STUB(MultiTexCoord3iARB, 396, MultiTexCoord3iARB@16)
550 GL_STUB(MultiTexCoord3ivARB, 397, MultiTexCoord3ivARB@8)
551 GL_STUB(MultiTexCoord3sARB, 398, MultiTexCoord3sARB@16)
552 GL_STUB(MultiTexCoord3svARB, 399, MultiTexCoord3svARB@8)
553 GL_STUB(MultiTexCoord4dARB, 400, MultiTexCoord4dARB@36)
554 GL_STUB(MultiTexCoord4dvARB, 401, MultiTexCoord4dvARB@8)
555 GL_STUB(MultiTexCoord4fARB, 402, MultiTexCoord4fARB@20)
556 GL_STUB(MultiTexCoord4fvARB, 403, MultiTexCoord4fvARB@8)
557 GL_STUB(MultiTexCoord4iARB, 404, MultiTexCoord4iARB@20)
558 GL_STUB(MultiTexCoord4ivARB, 405, MultiTexCoord4ivARB@8)
559 GL_STUB(MultiTexCoord4sARB, 406, MultiTexCoord4sARB@20)
560 GL_STUB(MultiTexCoord4svARB, 407, MultiTexCoord4svARB@8)
561 GL_STUB(AttachShader, 408, AttachShader@8)
562 GL_STUB(CreateProgram, 409, CreateProgram@0)
563 GL_STUB(CreateShader, 410, CreateShader@4)
564 GL_STUB(DeleteProgram, 411, DeleteProgram@4)
565 GL_STUB(DeleteShader, 412, DeleteShader@4)
566 GL_STUB(DetachShader, 413, DetachShader@8)
567 GL_STUB(GetAttachedShaders, 414, GetAttachedShaders@16)
568 GL_STUB(GetProgramInfoLog, 415, GetProgramInfoLog@16)
569 GL_STUB(GetProgramiv, 416, GetProgramiv@12)
570 GL_STUB(GetShaderInfoLog, 417, GetShaderInfoLog@16)
571 GL_STUB(GetShaderiv, 418, GetShaderiv@12)
572 GL_STUB(IsProgram, 419, IsProgram@4)
573 GL_STUB(IsShader, 420, IsShader@4)
574 GL_STUB(StencilFuncSeparate, 421, StencilFuncSeparate@16)
575 GL_STUB(StencilMaskSeparate, 422, StencilMaskSeparate@8)
576 GL_STUB(StencilOpSeparate, 423, StencilOpSeparate@16)
577 GL_STUB(UniformMatrix2x3fv, 424, UniformMatrix2x3fv@16)
578 GL_STUB(UniformMatrix2x4fv, 425, UniformMatrix2x4fv@16)
579 GL_STUB(UniformMatrix3x2fv, 426, UniformMatrix3x2fv@16)
580 GL_STUB(UniformMatrix3x4fv, 427, UniformMatrix3x4fv@16)
581 GL_STUB(UniformMatrix4x2fv, 428, UniformMatrix4x2fv@16)
582 GL_STUB(UniformMatrix4x3fv, 429, UniformMatrix4x3fv@16)
583 GL_STUB(ClampColor, 430, ClampColor@8)
584 GL_STUB(ClearBufferfi, 431, ClearBufferfi@16)
585 GL_STUB(ClearBufferfv, 432, ClearBufferfv@12)
586 GL_STUB(ClearBufferiv, 433, ClearBufferiv@12)
587 GL_STUB(ClearBufferuiv, 434, ClearBufferuiv@12)
588 GL_STUB(GetStringi, 435, GetStringi@8)
589 GL_STUB(FramebufferTexture, 436, FramebufferTexture@16)
590 GL_STUB(GetBufferParameteri64v, 437, GetBufferParameteri64v@12)
591 GL_STUB(GetInteger64i_v, 438, GetInteger64i_v@12)
592 GL_STUB(VertexAttribDivisor, 439, VertexAttribDivisor@8)
593 GL_STUB(LoadTransposeMatrixdARB, 440, LoadTransposeMatrixdARB@4)
594 GL_STUB(LoadTransposeMatrixfARB, 441, LoadTransposeMatrixfARB@4)
595 GL_STUB(MultTransposeMatrixdARB, 442, MultTransposeMatrixdARB@4)
596 GL_STUB(MultTransposeMatrixfARB, 443, MultTransposeMatrixfARB@4)
597 GL_STUB(SampleCoverageARB, 444, SampleCoverageARB@8)
598 GL_STUB(CompressedTexImage1DARB, 445, CompressedTexImage1DARB@28)
599 GL_STUB(CompressedTexImage2DARB, 446, CompressedTexImage2DARB@32)
600 GL_STUB(CompressedTexImage3DARB, 447, CompressedTexImage3DARB@36)
601 GL_STUB(CompressedTexSubImage1DARB, 448, CompressedTexSubImage1DARB@28)
602 GL_STUB(CompressedTexSubImage2DARB, 449, CompressedTexSubImage2DARB@36)
603 GL_STUB(CompressedTexSubImage3DARB, 450, CompressedTexSubImage3DARB@44)
604 GL_STUB(GetCompressedTexImageARB, 451, GetCompressedTexImageARB@12)
605 GL_STUB(DisableVertexAttribArrayARB, 452, DisableVertexAttribArrayARB@4)
606 GL_STUB(EnableVertexAttribArrayARB, 453, EnableVertexAttribArrayARB@4)
607 GL_STUB(GetProgramEnvParameterdvARB, 454, GetProgramEnvParameterdvARB@12)
608 GL_STUB(GetProgramEnvParameterfvARB, 455, GetProgramEnvParameterfvARB@12)
609 GL_STUB(GetProgramLocalParameterdvARB, 456, GetProgramLocalParameterdvARB@12)
610 GL_STUB(GetProgramLocalParameterfvARB, 457, GetProgramLocalParameterfvARB@12)
611 GL_STUB(GetProgramStringARB, 458, GetProgramStringARB@12)
612 GL_STUB(GetProgramivARB, 459, GetProgramivARB@12)
613 GL_STUB(GetVertexAttribdvARB, 460, GetVertexAttribdvARB@12)
614 GL_STUB(GetVertexAttribfvARB, 461, GetVertexAttribfvARB@12)
615 GL_STUB(GetVertexAttribivARB, 462, GetVertexAttribivARB@12)
616 GL_STUB(ProgramEnvParameter4dARB, 463, ProgramEnvParameter4dARB@40)
617 GL_STUB(ProgramEnvParameter4dvARB, 464, ProgramEnvParameter4dvARB@12)
618 GL_STUB(ProgramEnvParameter4fARB, 465, ProgramEnvParameter4fARB@24)
619 GL_STUB(ProgramEnvParameter4fvARB, 466, ProgramEnvParameter4fvARB@12)
620 GL_STUB(ProgramLocalParameter4dARB, 467, ProgramLocalParameter4dARB@40)
621 GL_STUB(ProgramLocalParameter4dvARB, 468, ProgramLocalParameter4dvARB@12)
622 GL_STUB(ProgramLocalParameter4fARB, 469, ProgramLocalParameter4fARB@24)
623 GL_STUB(ProgramLocalParameter4fvARB, 470, ProgramLocalParameter4fvARB@12)
624 GL_STUB(ProgramStringARB, 471, ProgramStringARB@16)
625 GL_STUB(VertexAttrib1dARB, 472, VertexAttrib1dARB@12)
626 GL_STUB(VertexAttrib1dvARB, 473, VertexAttrib1dvARB@8)
627 GL_STUB(VertexAttrib1fARB, 474, VertexAttrib1fARB@8)
628 GL_STUB(VertexAttrib1fvARB, 475, VertexAttrib1fvARB@8)
629 GL_STUB(VertexAttrib1sARB, 476, VertexAttrib1sARB@8)
630 GL_STUB(VertexAttrib1svARB, 477, VertexAttrib1svARB@8)
631 GL_STUB(VertexAttrib2dARB, 478, VertexAttrib2dARB@20)
632 GL_STUB(VertexAttrib2dvARB, 479, VertexAttrib2dvARB@8)
633 GL_STUB(VertexAttrib2fARB, 480, VertexAttrib2fARB@12)
634 GL_STUB(VertexAttrib2fvARB, 481, VertexAttrib2fvARB@8)
635 GL_STUB(VertexAttrib2sARB, 482, VertexAttrib2sARB@12)
636 GL_STUB(VertexAttrib2svARB, 483, VertexAttrib2svARB@8)
637 GL_STUB(VertexAttrib3dARB, 484, VertexAttrib3dARB@28)
638 GL_STUB(VertexAttrib3dvARB, 485, VertexAttrib3dvARB@8)
639 GL_STUB(VertexAttrib3fARB, 486, VertexAttrib3fARB@16)
640 GL_STUB(VertexAttrib3fvARB, 487, VertexAttrib3fvARB@8)
641 GL_STUB(VertexAttrib3sARB, 488, VertexAttrib3sARB@16)
642 GL_STUB(VertexAttrib3svARB, 489, VertexAttrib3svARB@8)
643 GL_STUB(VertexAttrib4NbvARB, 490, VertexAttrib4NbvARB@8)
644 GL_STUB(VertexAttrib4NivARB, 491, VertexAttrib4NivARB@8)
645 GL_STUB(VertexAttrib4NsvARB, 492, VertexAttrib4NsvARB@8)
646 GL_STUB(VertexAttrib4NubARB, 493, VertexAttrib4NubARB@20)
647 GL_STUB(VertexAttrib4NubvARB, 494, VertexAttrib4NubvARB@8)
648 GL_STUB(VertexAttrib4NuivARB, 495, VertexAttrib4NuivARB@8)
649 GL_STUB(VertexAttrib4NusvARB, 496, VertexAttrib4NusvARB@8)
650 GL_STUB(VertexAttrib4bvARB, 497, VertexAttrib4bvARB@8)
651 GL_STUB(VertexAttrib4dARB, 498, VertexAttrib4dARB@36)
652 GL_STUB(VertexAttrib4dvARB, 499, VertexAttrib4dvARB@8)
653 GL_STUB(VertexAttrib4fARB, 500, VertexAttrib4fARB@20)
654 GL_STUB(VertexAttrib4fvARB, 501, VertexAttrib4fvARB@8)
655 GL_STUB(VertexAttrib4ivARB, 502, VertexAttrib4ivARB@8)
656 GL_STUB(VertexAttrib4sARB, 503, VertexAttrib4sARB@20)
657 GL_STUB(VertexAttrib4svARB, 504, VertexAttrib4svARB@8)
658 GL_STUB(VertexAttrib4ubvARB, 505, VertexAttrib4ubvARB@8)
659 GL_STUB(VertexAttrib4uivARB, 506, VertexAttrib4uivARB@8)
660 GL_STUB(VertexAttrib4usvARB, 507, VertexAttrib4usvARB@8)
661 GL_STUB(VertexAttribPointerARB, 508, VertexAttribPointerARB@24)
662 GL_STUB(BindBufferARB, 509, BindBufferARB@8)
663 GL_STUB(BufferDataARB, 510, BufferDataARB@16)
664 GL_STUB(BufferSubDataARB, 511, BufferSubDataARB@16)
665 GL_STUB(DeleteBuffersARB, 512, DeleteBuffersARB@8)
666 GL_STUB(GenBuffersARB, 513, GenBuffersARB@8)
667 GL_STUB(GetBufferParameterivARB, 514, GetBufferParameterivARB@12)
668 GL_STUB(GetBufferPointervARB, 515, GetBufferPointervARB@12)
669 GL_STUB(GetBufferSubDataARB, 516, GetBufferSubDataARB@16)
670 GL_STUB(IsBufferARB, 517, IsBufferARB@4)
671 GL_STUB(MapBufferARB, 518, MapBufferARB@8)
672 GL_STUB(UnmapBufferARB, 519, UnmapBufferARB@4)
673 GL_STUB(BeginQueryARB, 520, BeginQueryARB@8)
674 GL_STUB(DeleteQueriesARB, 521, DeleteQueriesARB@8)
675 GL_STUB(EndQueryARB, 522, EndQueryARB@4)
676 GL_STUB(GenQueriesARB, 523, GenQueriesARB@8)
677 GL_STUB(GetQueryObjectivARB, 524, GetQueryObjectivARB@12)
678 GL_STUB(GetQueryObjectuivARB, 525, GetQueryObjectuivARB@12)
679 GL_STUB(GetQueryivARB, 526, GetQueryivARB@12)
680 GL_STUB(IsQueryARB, 527, IsQueryARB@4)
681 GL_STUB(AttachObjectARB, 528, AttachObjectARB@8)
682 GL_STUB(CompileShaderARB, 529, CompileShaderARB@4)
683 GL_STUB(CreateProgramObjectARB, 530, CreateProgramObjectARB@0)
684 GL_STUB(CreateShaderObjectARB, 531, CreateShaderObjectARB@4)
685 GL_STUB(DeleteObjectARB, 532, DeleteObjectARB@4)
686 GL_STUB(DetachObjectARB, 533, DetachObjectARB@8)
687 GL_STUB(GetActiveUniformARB, 534, GetActiveUniformARB@28)
688 GL_STUB(GetAttachedObjectsARB, 535, GetAttachedObjectsARB@16)
689 GL_STUB(GetHandleARB, 536, GetHandleARB@4)
690 GL_STUB(GetInfoLogARB, 537, GetInfoLogARB@16)
691 GL_STUB(GetObjectParameterfvARB, 538, GetObjectParameterfvARB@12)
692 GL_STUB(GetObjectParameterivARB, 539, GetObjectParameterivARB@12)
693 GL_STUB(GetShaderSourceARB, 540, GetShaderSourceARB@16)
694 GL_STUB(GetUniformLocationARB, 541, GetUniformLocationARB@8)
695 GL_STUB(GetUniformfvARB, 542, GetUniformfvARB@12)
696 GL_STUB(GetUniformivARB, 543, GetUniformivARB@12)
697 GL_STUB(LinkProgramARB, 544, LinkProgramARB@4)
698 GL_STUB(ShaderSourceARB, 545, ShaderSourceARB@16)
699 GL_STUB(Uniform1fARB, 546, Uniform1fARB@8)
700 GL_STUB(Uniform1fvARB, 547, Uniform1fvARB@12)
701 GL_STUB(Uniform1iARB, 548, Uniform1iARB@8)
702 GL_STUB(Uniform1ivARB, 549, Uniform1ivARB@12)
703 GL_STUB(Uniform2fARB, 550, Uniform2fARB@12)
704 GL_STUB(Uniform2fvARB, 551, Uniform2fvARB@12)
705 GL_STUB(Uniform2iARB, 552, Uniform2iARB@12)
706 GL_STUB(Uniform2ivARB, 553, Uniform2ivARB@12)
707 GL_STUB(Uniform3fARB, 554, Uniform3fARB@16)
708 GL_STUB(Uniform3fvARB, 555, Uniform3fvARB@12)
709 GL_STUB(Uniform3iARB, 556, Uniform3iARB@16)
710 GL_STUB(Uniform3ivARB, 557, Uniform3ivARB@12)
711 GL_STUB(Uniform4fARB, 558, Uniform4fARB@20)
712 GL_STUB(Uniform4fvARB, 559, Uniform4fvARB@12)
713 GL_STUB(Uniform4iARB, 560, Uniform4iARB@20)
714 GL_STUB(Uniform4ivARB, 561, Uniform4ivARB@12)
715 GL_STUB(UniformMatrix2fvARB, 562, UniformMatrix2fvARB@16)
716 GL_STUB(UniformMatrix3fvARB, 563, UniformMatrix3fvARB@16)
717 GL_STUB(UniformMatrix4fvARB, 564, UniformMatrix4fvARB@16)
718 GL_STUB(UseProgramObjectARB, 565, UseProgramObjectARB@4)
719 GL_STUB(ValidateProgramARB, 566, ValidateProgramARB@4)
720 GL_STUB(BindAttribLocationARB, 567, BindAttribLocationARB@12)
721 GL_STUB(GetActiveAttribARB, 568, GetActiveAttribARB@28)
722 GL_STUB(GetAttribLocationARB, 569, GetAttribLocationARB@8)
723 GL_STUB(DrawBuffersARB, 570, DrawBuffersARB@8)
724 GL_STUB(ClampColorARB, 571, ClampColorARB@8)
725 GL_STUB(DrawArraysInstancedARB, 572, DrawArraysInstancedARB@16)
726 GL_STUB(DrawElementsInstancedARB, 573, DrawElementsInstancedARB@20)
727 GL_STUB(RenderbufferStorageMultisample, 574, RenderbufferStorageMultisample@20)
728 GL_STUB(FramebufferTextureARB, 575, FramebufferTextureARB@16)
729 GL_STUB(FramebufferTextureFaceARB, 576, FramebufferTextureFaceARB@20)
730 GL_STUB(ProgramParameteriARB, 577, ProgramParameteriARB@12)
731 GL_STUB(VertexAttribDivisorARB, 578, VertexAttribDivisorARB@8)
732 GL_STUB(FlushMappedBufferRange, 579, FlushMappedBufferRange@12)
733 GL_STUB(MapBufferRange, 580, MapBufferRange@16)
734 GL_STUB(TexBufferARB, 581, TexBufferARB@12)
735 GL_STUB(BindVertexArray, 582, BindVertexArray@4)
736 GL_STUB(GenVertexArrays, 583, GenVertexArrays@8)
737 GL_STUB(CopyBufferSubData, 584, CopyBufferSubData@20)
738 GL_STUB(ClientWaitSync, 585, ClientWaitSync@12)
739 GL_STUB(DeleteSync, 586, DeleteSync@4)
740 GL_STUB(FenceSync, 587, FenceSync@8)
741 GL_STUB(GetInteger64v, 588, GetInteger64v@8)
742 GL_STUB(GetSynciv, 589, GetSynciv@20)
743 GL_STUB(IsSync, 590, IsSync@4)
744 GL_STUB(WaitSync, 591, WaitSync@12)
745 GL_STUB(DrawElementsBaseVertex, 592, DrawElementsBaseVertex@20)
746 GL_STUB(DrawElementsInstancedBaseVertex, 593, DrawElementsInstancedBaseVertex@24)
747 GL_STUB(DrawRangeElementsBaseVertex, 594, DrawRangeElementsBaseVertex@28)
748 GL_STUB(MultiDrawElementsBaseVertex, 595, MultiDrawElementsBaseVertex@24)
749 GL_STUB(BlendEquationSeparateiARB, 596, BlendEquationSeparateiARB@12)
750 GL_STUB(BlendEquationiARB, 597, BlendEquationiARB@8)
751 GL_STUB(BlendFuncSeparateiARB, 598, BlendFuncSeparateiARB@20)
752 GL_STUB(BlendFunciARB, 599, BlendFunciARB@12)
753 GL_STUB(BindFragDataLocationIndexed, 600, BindFragDataLocationIndexed@16)
754 GL_STUB(GetFragDataIndex, 601, GetFragDataIndex@8)
755 GL_STUB(BindSampler, 602, BindSampler@8)
756 GL_STUB(DeleteSamplers, 603, DeleteSamplers@8)
757 GL_STUB(GenSamplers, 604, GenSamplers@8)
758 GL_STUB(GetSamplerParameterIiv, 605, GetSamplerParameterIiv@12)
759 GL_STUB(GetSamplerParameterIuiv, 606, GetSamplerParameterIuiv@12)
760 GL_STUB(GetSamplerParameterfv, 607, GetSamplerParameterfv@12)
761 GL_STUB(GetSamplerParameteriv, 608, GetSamplerParameteriv@12)
762 GL_STUB(IsSampler, 609, IsSampler@4)
763 GL_STUB(SamplerParameterIiv, 610, SamplerParameterIiv@12)
764 GL_STUB(SamplerParameterIuiv, 611, SamplerParameterIuiv@12)
765 GL_STUB(SamplerParameterf, 612, SamplerParameterf@12)
766 GL_STUB(SamplerParameterfv, 613, SamplerParameterfv@12)
767 GL_STUB(SamplerParameteri, 614, SamplerParameteri@12)
768 GL_STUB(SamplerParameteriv, 615, SamplerParameteriv@12)
769 GL_STUB(ColorP3ui, 616, ColorP3ui@8)
770 GL_STUB(ColorP3uiv, 617, ColorP3uiv@8)
771 GL_STUB(ColorP4ui, 618, ColorP4ui@8)
772 GL_STUB(ColorP4uiv, 619, ColorP4uiv@8)
773 GL_STUB(MultiTexCoordP1ui, 620, MultiTexCoordP1ui@12)
774 GL_STUB(MultiTexCoordP1uiv, 621, MultiTexCoordP1uiv@12)
775 GL_STUB(MultiTexCoordP2ui, 622, MultiTexCoordP2ui@12)
776 GL_STUB(MultiTexCoordP2uiv, 623, MultiTexCoordP2uiv@12)
777 GL_STUB(MultiTexCoordP3ui, 624, MultiTexCoordP3ui@12)
778 GL_STUB(MultiTexCoordP3uiv, 625, MultiTexCoordP3uiv@12)
779 GL_STUB(MultiTexCoordP4ui, 626, MultiTexCoordP4ui@12)
780 GL_STUB(MultiTexCoordP4uiv, 627, MultiTexCoordP4uiv@12)
781 GL_STUB(NormalP3ui, 628, NormalP3ui@8)
782 GL_STUB(NormalP3uiv, 629, NormalP3uiv@8)
783 GL_STUB(SecondaryColorP3ui, 630, SecondaryColorP3ui@8)
784 GL_STUB(SecondaryColorP3uiv, 631, SecondaryColorP3uiv@8)
785 GL_STUB(TexCoordP1ui, 632, TexCoordP1ui@8)
786 GL_STUB(TexCoordP1uiv, 633, TexCoordP1uiv@8)
787 GL_STUB(TexCoordP2ui, 634, TexCoordP2ui@8)
788 GL_STUB(TexCoordP2uiv, 635, TexCoordP2uiv@8)
789 GL_STUB(TexCoordP3ui, 636, TexCoordP3ui@8)
790 GL_STUB(TexCoordP3uiv, 637, TexCoordP3uiv@8)
791 GL_STUB(TexCoordP4ui, 638, TexCoordP4ui@8)
792 GL_STUB(TexCoordP4uiv, 639, TexCoordP4uiv@8)
793 GL_STUB(VertexAttribP1ui, 640, VertexAttribP1ui@16)
794 GL_STUB(VertexAttribP1uiv, 641, VertexAttribP1uiv@16)
795 GL_STUB(VertexAttribP2ui, 642, VertexAttribP2ui@16)
796 GL_STUB(VertexAttribP2uiv, 643, VertexAttribP2uiv@16)
797 GL_STUB(VertexAttribP3ui, 644, VertexAttribP3ui@16)
798 GL_STUB(VertexAttribP3uiv, 645, VertexAttribP3uiv@16)
799 GL_STUB(VertexAttribP4ui, 646, VertexAttribP4ui@16)
800 GL_STUB(VertexAttribP4uiv, 647, VertexAttribP4uiv@16)
801 GL_STUB(VertexP2ui, 648, VertexP2ui@8)
802 GL_STUB(VertexP2uiv, 649, VertexP2uiv@8)
803 GL_STUB(VertexP3ui, 650, VertexP3ui@8)
804 GL_STUB(VertexP3uiv, 651, VertexP3uiv@8)
805 GL_STUB(VertexP4ui, 652, VertexP4ui@8)
806 GL_STUB(VertexP4uiv, 653, VertexP4uiv@8)
807 GL_STUB(BindTransformFeedback, 654, BindTransformFeedback@8)
808 GL_STUB(DeleteTransformFeedbacks, 655, DeleteTransformFeedbacks@8)
809 GL_STUB(DrawTransformFeedback, 656, DrawTransformFeedback@8)
810 GL_STUB(GenTransformFeedbacks, 657, GenTransformFeedbacks@8)
811 GL_STUB(IsTransformFeedback, 658, IsTransformFeedback@4)
812 GL_STUB(PauseTransformFeedback, 659, PauseTransformFeedback@0)
813 GL_STUB(ResumeTransformFeedback, 660, ResumeTransformFeedback@0)
814 GL_STUB(ClearDepthf, 661, ClearDepthf@4)
815 GL_STUB(DepthRangef, 662, DepthRangef@8)
816 GL_STUB(GetShaderPrecisionFormat, 663, GetShaderPrecisionFormat@16)
817 GL_STUB(ReleaseShaderCompiler, 664, ReleaseShaderCompiler@0)
818 GL_STUB(ShaderBinary, 665, ShaderBinary@20)
819 GL_STUB(DebugMessageCallbackARB, 666, DebugMessageCallbackARB@8)
820 GL_STUB(DebugMessageControlARB, 667, DebugMessageControlARB@24)
821 GL_STUB(DebugMessageInsertARB, 668, DebugMessageInsertARB@24)
822 GL_STUB(GetDebugMessageLogARB, 669, GetDebugMessageLogARB@32)
823 GL_STUB(GetGraphicsResetStatusARB, 670, GetGraphicsResetStatusARB@0)
824 GL_STUB(GetnColorTableARB, 671, GetnColorTableARB@20)
825 GL_STUB(GetnCompressedTexImageARB, 672, GetnCompressedTexImageARB@16)
826 GL_STUB(GetnConvolutionFilterARB, 673, GetnConvolutionFilterARB@20)
827 GL_STUB(GetnHistogramARB, 674, GetnHistogramARB@24)
828 GL_STUB(GetnMapdvARB, 675, GetnMapdvARB@16)
829 GL_STUB(GetnMapfvARB, 676, GetnMapfvARB@16)
830 GL_STUB(GetnMapivARB, 677, GetnMapivARB@16)
831 GL_STUB(GetnMinmaxARB, 678, GetnMinmaxARB@24)
832 GL_STUB(GetnPixelMapfvARB, 679, GetnPixelMapfvARB@12)
833 GL_STUB(GetnPixelMapuivARB, 680, GetnPixelMapuivARB@12)
834 GL_STUB(GetnPixelMapusvARB, 681, GetnPixelMapusvARB@12)
835 GL_STUB(GetnPolygonStippleARB, 682, GetnPolygonStippleARB@8)
836 GL_STUB(GetnSeparableFilterARB, 683, GetnSeparableFilterARB@32)
837 GL_STUB(GetnTexImageARB, 684, GetnTexImageARB@24)
838 GL_STUB(GetnUniformdvARB, 685, GetnUniformdvARB@16)
839 GL_STUB(GetnUniformfvARB, 686, GetnUniformfvARB@16)
840 GL_STUB(GetnUniformivARB, 687, GetnUniformivARB@16)
841 GL_STUB(GetnUniformuivARB, 688, GetnUniformuivARB@16)
842 GL_STUB(ReadnPixelsARB, 689, ReadnPixelsARB@32)
843 GL_STUB(TexStorage1D, 690, TexStorage1D@16)
844 GL_STUB(TexStorage2D, 691, TexStorage2D@20)
845 GL_STUB(TexStorage3D, 692, TexStorage3D@24)
846 GL_STUB(TextureStorage1DEXT, 693, TextureStorage1DEXT@20)
847 GL_STUB(TextureStorage2DEXT, 694, TextureStorage2DEXT@24)
848 GL_STUB(TextureStorage3DEXT, 695, TextureStorage3DEXT@28)
849 GL_STUB(PolygonOffsetEXT, 696, PolygonOffsetEXT@8)
850 GL_STUB(_dispatch_stub_697, 697, _dispatch_stub_697@8)
851 HIDDEN(GL_PREFIX(_dispatch_stub_697, _dispatch_stub_697@8))
852 GL_STUB(_dispatch_stub_698, 698, _dispatch_stub_698@8)
853 HIDDEN(GL_PREFIX(_dispatch_stub_698, _dispatch_stub_698@8))
854 GL_STUB(_dispatch_stub_699, 699, _dispatch_stub_699@8)
855 HIDDEN(GL_PREFIX(_dispatch_stub_699, _dispatch_stub_699@8))
856 GL_STUB(_dispatch_stub_700, 700, _dispatch_stub_700@8)
857 HIDDEN(GL_PREFIX(_dispatch_stub_700, _dispatch_stub_700@8))
858 GL_STUB(_dispatch_stub_701, 701, _dispatch_stub_701@8)
859 HIDDEN(GL_PREFIX(_dispatch_stub_701, _dispatch_stub_701@8))
860 GL_STUB(_dispatch_stub_702, 702, _dispatch_stub_702@8)
861 HIDDEN(GL_PREFIX(_dispatch_stub_702, _dispatch_stub_702@8))
862 GL_STUB(_dispatch_stub_703, 703, _dispatch_stub_703@8)
863 HIDDEN(GL_PREFIX(_dispatch_stub_703, _dispatch_stub_703@8))
864 GL_STUB(_dispatch_stub_704, 704, _dispatch_stub_704@4)
865 HIDDEN(GL_PREFIX(_dispatch_stub_704, _dispatch_stub_704@4))
866 GL_STUB(ColorPointerEXT, 705, ColorPointerEXT@20)
867 GL_STUB(EdgeFlagPointerEXT, 706, EdgeFlagPointerEXT@12)
868 GL_STUB(IndexPointerEXT, 707, IndexPointerEXT@16)
869 GL_STUB(NormalPointerEXT, 708, NormalPointerEXT@16)
870 GL_STUB(TexCoordPointerEXT, 709, TexCoordPointerEXT@20)
871 GL_STUB(VertexPointerEXT, 710, VertexPointerEXT@20)
872 GL_STUB(PointParameterfEXT, 711, PointParameterfEXT@8)
873 GL_STUB(PointParameterfvEXT, 712, PointParameterfvEXT@8)
874 GL_STUB(LockArraysEXT, 713, LockArraysEXT@8)
875 GL_STUB(UnlockArraysEXT, 714, UnlockArraysEXT@0)
876 GL_STUB(SecondaryColor3bEXT, 715, SecondaryColor3bEXT@12)
877 GL_STUB(SecondaryColor3bvEXT, 716, SecondaryColor3bvEXT@4)
878 GL_STUB(SecondaryColor3dEXT, 717, SecondaryColor3dEXT@24)
879 GL_STUB(SecondaryColor3dvEXT, 718, SecondaryColor3dvEXT@4)
880 GL_STUB(SecondaryColor3fEXT, 719, SecondaryColor3fEXT@12)
881 GL_STUB(SecondaryColor3fvEXT, 720, SecondaryColor3fvEXT@4)
882 GL_STUB(SecondaryColor3iEXT, 721, SecondaryColor3iEXT@12)
883 GL_STUB(SecondaryColor3ivEXT, 722, SecondaryColor3ivEXT@4)
884 GL_STUB(SecondaryColor3sEXT, 723, SecondaryColor3sEXT@12)
885 GL_STUB(SecondaryColor3svEXT, 724, SecondaryColor3svEXT@4)
886 GL_STUB(SecondaryColor3ubEXT, 725, SecondaryColor3ubEXT@12)
887 GL_STUB(SecondaryColor3ubvEXT, 726, SecondaryColor3ubvEXT@4)
888 GL_STUB(SecondaryColor3uiEXT, 727, SecondaryColor3uiEXT@12)
889 GL_STUB(SecondaryColor3uivEXT, 728, SecondaryColor3uivEXT@4)
890 GL_STUB(SecondaryColor3usEXT, 729, SecondaryColor3usEXT@12)
891 GL_STUB(SecondaryColor3usvEXT, 730, SecondaryColor3usvEXT@4)
892 GL_STUB(SecondaryColorPointerEXT, 731, SecondaryColorPointerEXT@16)
893 GL_STUB(MultiDrawArraysEXT, 732, MultiDrawArraysEXT@16)
894 GL_STUB(MultiDrawElementsEXT, 733, MultiDrawElementsEXT@20)
895 GL_STUB(FogCoordPointerEXT, 734, FogCoordPointerEXT@12)
896 GL_STUB(FogCoorddEXT, 735, FogCoorddEXT@8)
897 GL_STUB(FogCoorddvEXT, 736, FogCoorddvEXT@4)
898 GL_STUB(FogCoordfEXT, 737, FogCoordfEXT@4)
899 GL_STUB(FogCoordfvEXT, 738, FogCoordfvEXT@4)
900 GL_STUB(_dispatch_stub_739, 739, _dispatch_stub_739@4)
901 HIDDEN(GL_PREFIX(_dispatch_stub_739, _dispatch_stub_739@4))
902 GL_STUB(BlendFuncSeparateEXT, 740, BlendFuncSeparateEXT@16)
903 GL_STUB(FlushVertexArrayRangeNV, 741, FlushVertexArrayRangeNV@0)
904 GL_STUB(VertexArrayRangeNV, 742, VertexArrayRangeNV@8)
905 GL_STUB(CombinerInputNV, 743, CombinerInputNV@24)
906 GL_STUB(CombinerOutputNV, 744, CombinerOutputNV@40)
907 GL_STUB(CombinerParameterfNV, 745, CombinerParameterfNV@8)
908 GL_STUB(CombinerParameterfvNV, 746, CombinerParameterfvNV@8)
909 GL_STUB(CombinerParameteriNV, 747, CombinerParameteriNV@8)
910 GL_STUB(CombinerParameterivNV, 748, CombinerParameterivNV@8)
911 GL_STUB(FinalCombinerInputNV, 749, FinalCombinerInputNV@16)
912 GL_STUB(GetCombinerInputParameterfvNV, 750, GetCombinerInputParameterfvNV@20)
913 GL_STUB(GetCombinerInputParameterivNV, 751, GetCombinerInputParameterivNV@20)
914 GL_STUB(GetCombinerOutputParameterfvNV, 752, GetCombinerOutputParameterfvNV@16)
915 GL_STUB(GetCombinerOutputParameterivNV, 753, GetCombinerOutputParameterivNV@16)
916 GL_STUB(GetFinalCombinerInputParameterfvNV, 754, GetFinalCombinerInputParameterfvNV@12)
917 GL_STUB(GetFinalCombinerInputParameterivNV, 755, GetFinalCombinerInputParameterivNV@12)
918 GL_STUB(ResizeBuffersMESA, 756, ResizeBuffersMESA@0)
919 GL_STUB(WindowPos2dMESA, 757, WindowPos2dMESA@16)
920 GL_STUB(WindowPos2dvMESA, 758, WindowPos2dvMESA@4)
921 GL_STUB(WindowPos2fMESA, 759, WindowPos2fMESA@8)
922 GL_STUB(WindowPos2fvMESA, 760, WindowPos2fvMESA@4)
923 GL_STUB(WindowPos2iMESA, 761, WindowPos2iMESA@8)
924 GL_STUB(WindowPos2ivMESA, 762, WindowPos2ivMESA@4)
925 GL_STUB(WindowPos2sMESA, 763, WindowPos2sMESA@8)
926 GL_STUB(WindowPos2svMESA, 764, WindowPos2svMESA@4)
927 GL_STUB(WindowPos3dMESA, 765, WindowPos3dMESA@24)
928 GL_STUB(WindowPos3dvMESA, 766, WindowPos3dvMESA@4)
929 GL_STUB(WindowPos3fMESA, 767, WindowPos3fMESA@12)
930 GL_STUB(WindowPos3fvMESA, 768, WindowPos3fvMESA@4)
931 GL_STUB(WindowPos3iMESA, 769, WindowPos3iMESA@12)
932 GL_STUB(WindowPos3ivMESA, 770, WindowPos3ivMESA@4)
933 GL_STUB(WindowPos3sMESA, 771, WindowPos3sMESA@12)
934 GL_STUB(WindowPos3svMESA, 772, WindowPos3svMESA@4)
935 GL_STUB(WindowPos4dMESA, 773, WindowPos4dMESA@32)
936 GL_STUB(WindowPos4dvMESA, 774, WindowPos4dvMESA@4)
937 GL_STUB(WindowPos4fMESA, 775, WindowPos4fMESA@16)
938 GL_STUB(WindowPos4fvMESA, 776, WindowPos4fvMESA@4)
939 GL_STUB(WindowPos4iMESA, 777, WindowPos4iMESA@16)
940 GL_STUB(WindowPos4ivMESA, 778, WindowPos4ivMESA@4)
941 GL_STUB(WindowPos4sMESA, 779, WindowPos4sMESA@16)
942 GL_STUB(WindowPos4svMESA, 780, WindowPos4svMESA@4)
943 GL_STUB(_dispatch_stub_781, 781, _dispatch_stub_781@20)
944 HIDDEN(GL_PREFIX(_dispatch_stub_781, _dispatch_stub_781@20))
945 GL_STUB(_dispatch_stub_782, 782, _dispatch_stub_782@24)
946 HIDDEN(GL_PREFIX(_dispatch_stub_782, _dispatch_stub_782@24))
947 GL_STUB(_dispatch_stub_783, 783, _dispatch_stub_783@8)
948 HIDDEN(GL_PREFIX(_dispatch_stub_783, _dispatch_stub_783@8))
949 GL_STUB(_dispatch_stub_784, 784, _dispatch_stub_784@4)
950 HIDDEN(GL_PREFIX(_dispatch_stub_784, _dispatch_stub_784@4))
951 GL_STUB(_dispatch_stub_785, 785, _dispatch_stub_785@8)
952 HIDDEN(GL_PREFIX(_dispatch_stub_785, _dispatch_stub_785@8))
953 GL_STUB(_dispatch_stub_786, 786, _dispatch_stub_786@12)
954 HIDDEN(GL_PREFIX(_dispatch_stub_786, _dispatch_stub_786@12))
955 GL_STUB(_dispatch_stub_787, 787, _dispatch_stub_787@4)
956 HIDDEN(GL_PREFIX(_dispatch_stub_787, _dispatch_stub_787@4))
957 GL_STUB(_dispatch_stub_788, 788, _dispatch_stub_788@8)
958 HIDDEN(GL_PREFIX(_dispatch_stub_788, _dispatch_stub_788@8))
959 GL_STUB(_dispatch_stub_789, 789, _dispatch_stub_789@4)
960 HIDDEN(GL_PREFIX(_dispatch_stub_789, _dispatch_stub_789@4))
961 GL_STUB(AreProgramsResidentNV, 790, AreProgramsResidentNV@12)
962 GL_STUB(BindProgramNV, 791, BindProgramNV@8)
963 GL_STUB(DeleteProgramsNV, 792, DeleteProgramsNV@8)
964 GL_STUB(ExecuteProgramNV, 793, ExecuteProgramNV@12)
965 GL_STUB(GenProgramsNV, 794, GenProgramsNV@8)
966 GL_STUB(GetProgramParameterdvNV, 795, GetProgramParameterdvNV@16)
967 GL_STUB(GetProgramParameterfvNV, 796, GetProgramParameterfvNV@16)
968 GL_STUB(GetProgramStringNV, 797, GetProgramStringNV@12)
969 GL_STUB(GetProgramivNV, 798, GetProgramivNV@12)
970 GL_STUB(GetTrackMatrixivNV, 799, GetTrackMatrixivNV@16)
971 GL_STUB(GetVertexAttribPointervNV, 800, GetVertexAttribPointervNV@12)
972 GL_STUB(GetVertexAttribdvNV, 801, GetVertexAttribdvNV@12)
973 GL_STUB(GetVertexAttribfvNV, 802, GetVertexAttribfvNV@12)
974 GL_STUB(GetVertexAttribivNV, 803, GetVertexAttribivNV@12)
975 GL_STUB(IsProgramNV, 804, IsProgramNV@4)
976 GL_STUB(LoadProgramNV, 805, LoadProgramNV@16)
977 GL_STUB(ProgramParameters4dvNV, 806, ProgramParameters4dvNV@16)
978 GL_STUB(ProgramParameters4fvNV, 807, ProgramParameters4fvNV@16)
979 GL_STUB(RequestResidentProgramsNV, 808, RequestResidentProgramsNV@8)
980 GL_STUB(TrackMatrixNV, 809, TrackMatrixNV@16)
981 GL_STUB(VertexAttrib1dNV, 810, VertexAttrib1dNV@12)
982 GL_STUB(VertexAttrib1dvNV, 811, VertexAttrib1dvNV@8)
983 GL_STUB(VertexAttrib1fNV, 812, VertexAttrib1fNV@8)
984 GL_STUB(VertexAttrib1fvNV, 813, VertexAttrib1fvNV@8)
985 GL_STUB(VertexAttrib1sNV, 814, VertexAttrib1sNV@8)
986 GL_STUB(VertexAttrib1svNV, 815, VertexAttrib1svNV@8)
987 GL_STUB(VertexAttrib2dNV, 816, VertexAttrib2dNV@20)
988 GL_STUB(VertexAttrib2dvNV, 817, VertexAttrib2dvNV@8)
989 GL_STUB(VertexAttrib2fNV, 818, VertexAttrib2fNV@12)
990 GL_STUB(VertexAttrib2fvNV, 819, VertexAttrib2fvNV@8)
991 GL_STUB(VertexAttrib2sNV, 820, VertexAttrib2sNV@12)
992 GL_STUB(VertexAttrib2svNV, 821, VertexAttrib2svNV@8)
993 GL_STUB(VertexAttrib3dNV, 822, VertexAttrib3dNV@28)
994 GL_STUB(VertexAttrib3dvNV, 823, VertexAttrib3dvNV@8)
995 GL_STUB(VertexAttrib3fNV, 824, VertexAttrib3fNV@16)
996 GL_STUB(VertexAttrib3fvNV, 825, VertexAttrib3fvNV@8)
997 GL_STUB(VertexAttrib3sNV, 826, VertexAttrib3sNV@16)
998 GL_STUB(VertexAttrib3svNV, 827, VertexAttrib3svNV@8)
999 GL_STUB(VertexAttrib4dNV, 828, VertexAttrib4dNV@36)
1000 GL_STUB(VertexAttrib4dvNV, 829, VertexAttrib4dvNV@8)
1001 GL_STUB(VertexAttrib4fNV, 830, VertexAttrib4fNV@20)
1002 GL_STUB(VertexAttrib4fvNV, 831, VertexAttrib4fvNV@8)
1003 GL_STUB(VertexAttrib4sNV, 832, VertexAttrib4sNV@20)
1004 GL_STUB(VertexAttrib4svNV, 833, VertexAttrib4svNV@8)
1005 GL_STUB(VertexAttrib4ubNV, 834, VertexAttrib4ubNV@20)
1006 GL_STUB(VertexAttrib4ubvNV, 835, VertexAttrib4ubvNV@8)
1007 GL_STUB(VertexAttribPointerNV, 836, VertexAttribPointerNV@20)
1008 GL_STUB(VertexAttribs1dvNV, 837, VertexAttribs1dvNV@12)
1009 GL_STUB(VertexAttribs1fvNV, 838, VertexAttribs1fvNV@12)
1010 GL_STUB(VertexAttribs1svNV, 839, VertexAttribs1svNV@12)
1011 GL_STUB(VertexAttribs2dvNV, 840, VertexAttribs2dvNV@12)
1012 GL_STUB(VertexAttribs2fvNV, 841, VertexAttribs2fvNV@12)
1013 GL_STUB(VertexAttribs2svNV, 842, VertexAttribs2svNV@12)
1014 GL_STUB(VertexAttribs3dvNV, 843, VertexAttribs3dvNV@12)
1015 GL_STUB(VertexAttribs3fvNV, 844, VertexAttribs3fvNV@12)
1016 GL_STUB(VertexAttribs3svNV, 845, VertexAttribs3svNV@12)
1017 GL_STUB(VertexAttribs4dvNV, 846, VertexAttribs4dvNV@12)
1018 GL_STUB(VertexAttribs4fvNV, 847, VertexAttribs4fvNV@12)
1019 GL_STUB(VertexAttribs4svNV, 848, VertexAttribs4svNV@12)
1020 GL_STUB(VertexAttribs4ubvNV, 849, VertexAttribs4ubvNV@12)
1021 GL_STUB(GetTexBumpParameterfvATI, 850, GetTexBumpParameterfvATI@8)
1022 GL_STUB(GetTexBumpParameterivATI, 851, GetTexBumpParameterivATI@8)
1023 GL_STUB(TexBumpParameterfvATI, 852, TexBumpParameterfvATI@8)
1024 GL_STUB(TexBumpParameterivATI, 853, TexBumpParameterivATI@8)
1025 GL_STUB(AlphaFragmentOp1ATI, 854, AlphaFragmentOp1ATI@24)
1026 GL_STUB(AlphaFragmentOp2ATI, 855, AlphaFragmentOp2ATI@36)
1027 GL_STUB(AlphaFragmentOp3ATI, 856, AlphaFragmentOp3ATI@48)
1028 GL_STUB(BeginFragmentShaderATI, 857, BeginFragmentShaderATI@0)
1029 GL_STUB(BindFragmentShaderATI, 858, BindFragmentShaderATI@4)
1030 GL_STUB(ColorFragmentOp1ATI, 859, ColorFragmentOp1ATI@28)
1031 GL_STUB(ColorFragmentOp2ATI, 860, ColorFragmentOp2ATI@40)
1032 GL_STUB(ColorFragmentOp3ATI, 861, ColorFragmentOp3ATI@52)
1033 GL_STUB(DeleteFragmentShaderATI, 862, DeleteFragmentShaderATI@4)
1034 GL_STUB(EndFragmentShaderATI, 863, EndFragmentShaderATI@0)
1035 GL_STUB(GenFragmentShadersATI, 864, GenFragmentShadersATI@4)
1036 GL_STUB(PassTexCoordATI, 865, PassTexCoordATI@12)
1037 GL_STUB(SampleMapATI, 866, SampleMapATI@12)
1038 GL_STUB(SetFragmentShaderConstantATI, 867, SetFragmentShaderConstantATI@8)
1039 GL_STUB(PointParameteriNV, 868, PointParameteriNV@8)
1040 GL_STUB(PointParameterivNV, 869, PointParameterivNV@8)
1041 GL_STUB(_dispatch_stub_870, 870, _dispatch_stub_870@4)
1042 HIDDEN(GL_PREFIX(_dispatch_stub_870, _dispatch_stub_870@4))
1043 GL_STUB(_dispatch_stub_871, 871, _dispatch_stub_871@4)
1044 HIDDEN(GL_PREFIX(_dispatch_stub_871, _dispatch_stub_871@4))
1045 GL_STUB(_dispatch_stub_872, 872, _dispatch_stub_872@8)
1046 HIDDEN(GL_PREFIX(_dispatch_stub_872, _dispatch_stub_872@8))
1047 GL_STUB(_dispatch_stub_873, 873, _dispatch_stub_873@8)
1048 HIDDEN(GL_PREFIX(_dispatch_stub_873, _dispatch_stub_873@8))
1049 GL_STUB(_dispatch_stub_874, 874, _dispatch_stub_874@4)
1050 HIDDEN(GL_PREFIX(_dispatch_stub_874, _dispatch_stub_874@4))
1051 GL_STUB(GetProgramNamedParameterdvNV, 875, GetProgramNamedParameterdvNV@16)
1052 GL_STUB(GetProgramNamedParameterfvNV, 876, GetProgramNamedParameterfvNV@16)
1053 GL_STUB(ProgramNamedParameter4dNV, 877, ProgramNamedParameter4dNV@44)
1054 GL_STUB(ProgramNamedParameter4dvNV, 878, ProgramNamedParameter4dvNV@16)
1055 GL_STUB(ProgramNamedParameter4fNV, 879, ProgramNamedParameter4fNV@28)
1056 GL_STUB(ProgramNamedParameter4fvNV, 880, ProgramNamedParameter4fvNV@16)
1057 GL_STUB(PrimitiveRestartIndexNV, 881, PrimitiveRestartIndexNV@4)
1058 GL_STUB(PrimitiveRestartNV, 882, PrimitiveRestartNV@0)
1059 GL_STUB(_dispatch_stub_883, 883, _dispatch_stub_883@16)
1060 HIDDEN(GL_PREFIX(_dispatch_stub_883, _dispatch_stub_883@16))
1061 GL_STUB(_dispatch_stub_884, 884, _dispatch_stub_884@8)
1062 HIDDEN(GL_PREFIX(_dispatch_stub_884, _dispatch_stub_884@8))
1063 GL_STUB(BindFramebufferEXT, 885, BindFramebufferEXT@8)
1064 GL_STUB(BindRenderbufferEXT, 886, BindRenderbufferEXT@8)
1065 GL_STUB(CheckFramebufferStatusEXT, 887, CheckFramebufferStatusEXT@4)
1066 GL_STUB(DeleteFramebuffersEXT, 888, DeleteFramebuffersEXT@8)
1067 GL_STUB(DeleteRenderbuffersEXT, 889, DeleteRenderbuffersEXT@8)
1068 GL_STUB(FramebufferRenderbufferEXT, 890, FramebufferRenderbufferEXT@16)
1069 GL_STUB(FramebufferTexture1DEXT, 891, FramebufferTexture1DEXT@20)
1070 GL_STUB(FramebufferTexture2DEXT, 892, FramebufferTexture2DEXT@20)
1071 GL_STUB(FramebufferTexture3DEXT, 893, FramebufferTexture3DEXT@24)
1072 GL_STUB(GenFramebuffersEXT, 894, GenFramebuffersEXT@8)
1073 GL_STUB(GenRenderbuffersEXT, 895, GenRenderbuffersEXT@8)
1074 GL_STUB(GenerateMipmapEXT, 896, GenerateMipmapEXT@4)
1075 GL_STUB(GetFramebufferAttachmentParameterivEXT, 897, GetFramebufferAttachmentParameterivEXT@16)
1076 GL_STUB(GetRenderbufferParameterivEXT, 898, GetRenderbufferParameterivEXT@12)
1077 GL_STUB(IsFramebufferEXT, 899, IsFramebufferEXT@4)
1078 GL_STUB(IsRenderbufferEXT, 900, IsRenderbufferEXT@4)
1079 GL_STUB(RenderbufferStorageEXT, 901, RenderbufferStorageEXT@16)
1080 GL_STUB(_dispatch_stub_902, 902, _dispatch_stub_902@40)
1081 HIDDEN(GL_PREFIX(_dispatch_stub_902, _dispatch_stub_902@40))
1082 GL_STUB(_dispatch_stub_903, 903, _dispatch_stub_903@12)
1083 HIDDEN(GL_PREFIX(_dispatch_stub_903, _dispatch_stub_903@12))
1084 GL_STUB(_dispatch_stub_904, 904, _dispatch_stub_904@12)
1085 HIDDEN(GL_PREFIX(_dispatch_stub_904, _dispatch_stub_904@12))
1086 GL_STUB(BindFragDataLocationEXT, 905, BindFragDataLocationEXT@12)
1087 GL_STUB(GetFragDataLocationEXT, 906, GetFragDataLocationEXT@8)
1088 GL_STUB(GetUniformuivEXT, 907, GetUniformuivEXT@12)
1089 GL_STUB(GetVertexAttribIivEXT, 908, GetVertexAttribIivEXT@12)
1090 GL_STUB(GetVertexAttribIuivEXT, 909, GetVertexAttribIuivEXT@12)
1091 GL_STUB(Uniform1uiEXT, 910, Uniform1uiEXT@8)
1092 GL_STUB(Uniform1uivEXT, 911, Uniform1uivEXT@12)
1093 GL_STUB(Uniform2uiEXT, 912, Uniform2uiEXT@12)
1094 GL_STUB(Uniform2uivEXT, 913, Uniform2uivEXT@12)
1095 GL_STUB(Uniform3uiEXT, 914, Uniform3uiEXT@16)
1096 GL_STUB(Uniform3uivEXT, 915, Uniform3uivEXT@12)
1097 GL_STUB(Uniform4uiEXT, 916, Uniform4uiEXT@20)
1098 GL_STUB(Uniform4uivEXT, 917, Uniform4uivEXT@12)
1099 GL_STUB(VertexAttribI1iEXT, 918, VertexAttribI1iEXT@8)
1100 GL_STUB(VertexAttribI1ivEXT, 919, VertexAttribI1ivEXT@8)
1101 GL_STUB(VertexAttribI1uiEXT, 920, VertexAttribI1uiEXT@8)
1102 GL_STUB(VertexAttribI1uivEXT, 921, VertexAttribI1uivEXT@8)
1103 GL_STUB(VertexAttribI2iEXT, 922, VertexAttribI2iEXT@12)
1104 GL_STUB(VertexAttribI2ivEXT, 923, VertexAttribI2ivEXT@8)
1105 GL_STUB(VertexAttribI2uiEXT, 924, VertexAttribI2uiEXT@12)
1106 GL_STUB(VertexAttribI2uivEXT, 925, VertexAttribI2uivEXT@8)
1107 GL_STUB(VertexAttribI3iEXT, 926, VertexAttribI3iEXT@16)
1108 GL_STUB(VertexAttribI3ivEXT, 927, VertexAttribI3ivEXT@8)
1109 GL_STUB(VertexAttribI3uiEXT, 928, VertexAttribI3uiEXT@16)
1110 GL_STUB(VertexAttribI3uivEXT, 929, VertexAttribI3uivEXT@8)
1111 GL_STUB(VertexAttribI4bvEXT, 930, VertexAttribI4bvEXT@8)
1112 GL_STUB(VertexAttribI4iEXT, 931, VertexAttribI4iEXT@20)
1113 GL_STUB(VertexAttribI4ivEXT, 932, VertexAttribI4ivEXT@8)
1114 GL_STUB(VertexAttribI4svEXT, 933, VertexAttribI4svEXT@8)
1115 GL_STUB(VertexAttribI4ubvEXT, 934, VertexAttribI4ubvEXT@8)
1116 GL_STUB(VertexAttribI4uiEXT, 935, VertexAttribI4uiEXT@20)
1117 GL_STUB(VertexAttribI4uivEXT, 936, VertexAttribI4uivEXT@8)
1118 GL_STUB(VertexAttribI4usvEXT, 937, VertexAttribI4usvEXT@8)
1119 GL_STUB(VertexAttribIPointerEXT, 938, VertexAttribIPointerEXT@20)
1120 GL_STUB(FramebufferTextureLayerEXT, 939, FramebufferTextureLayerEXT@20)
1121 GL_STUB(ColorMaskIndexedEXT, 940, ColorMaskIndexedEXT@20)
1122 GL_STUB(DisableIndexedEXT, 941, DisableIndexedEXT@8)
1123 GL_STUB(EnableIndexedEXT, 942, EnableIndexedEXT@8)
1124 GL_STUB(GetBooleanIndexedvEXT, 943, GetBooleanIndexedvEXT@12)
1125 GL_STUB(GetIntegerIndexedvEXT, 944, GetIntegerIndexedvEXT@12)
1126 GL_STUB(IsEnabledIndexedEXT, 945, IsEnabledIndexedEXT@8)
1127 GL_STUB(ClearColorIiEXT, 946, ClearColorIiEXT@16)
1128 GL_STUB(ClearColorIuiEXT, 947, ClearColorIuiEXT@16)
1129 GL_STUB(GetTexParameterIivEXT, 948, GetTexParameterIivEXT@12)
1130 GL_STUB(GetTexParameterIuivEXT, 949, GetTexParameterIuivEXT@12)
1131 GL_STUB(TexParameterIivEXT, 950, TexParameterIivEXT@12)
1132 GL_STUB(TexParameterIuivEXT, 951, TexParameterIuivEXT@12)
1133 GL_STUB(BeginConditionalRenderNV, 952, BeginConditionalRenderNV@8)
1134 GL_STUB(EndConditionalRenderNV, 953, EndConditionalRenderNV@0)
1135 GL_STUB(BeginTransformFeedbackEXT, 954, BeginTransformFeedbackEXT@4)
1136 GL_STUB(BindBufferBaseEXT, 955, BindBufferBaseEXT@12)
1137 GL_STUB(BindBufferOffsetEXT, 956, BindBufferOffsetEXT@16)
1138 GL_STUB(BindBufferRangeEXT, 957, BindBufferRangeEXT@20)
1139 GL_STUB(EndTransformFeedbackEXT, 958, EndTransformFeedbackEXT@0)
1140 GL_STUB(GetTransformFeedbackVaryingEXT, 959, GetTransformFeedbackVaryingEXT@28)
1141 GL_STUB(TransformFeedbackVaryingsEXT, 960, TransformFeedbackVaryingsEXT@16)
1142 GL_STUB(ProvokingVertexEXT, 961, ProvokingVertexEXT@4)
1143 GL_STUB(_dispatch_stub_962, 962, _dispatch_stub_962@12)
1144 HIDDEN(GL_PREFIX(_dispatch_stub_962, _dispatch_stub_962@12))
1145 GL_STUB(_dispatch_stub_963, 963, _dispatch_stub_963@12)
1146 HIDDEN(GL_PREFIX(_dispatch_stub_963, _dispatch_stub_963@12))
1147 GL_STUB(GetObjectParameterivAPPLE, 964, GetObjectParameterivAPPLE@16)
1148 GL_STUB(ObjectPurgeableAPPLE, 965, ObjectPurgeableAPPLE@12)
1149 GL_STUB(ObjectUnpurgeableAPPLE, 966, ObjectUnpurgeableAPPLE@12)
1150 GL_STUB(ActiveProgramEXT, 967, ActiveProgramEXT@4)
1151 GL_STUB(CreateShaderProgramEXT, 968, CreateShaderProgramEXT@8)
1152 GL_STUB(UseShaderProgramEXT, 969, UseShaderProgramEXT@8)
1153 GL_STUB(TextureBarrierNV, 970, TextureBarrierNV@0)
1154 GL_STUB(_dispatch_stub_971, 971, _dispatch_stub_971@16)
1155 HIDDEN(GL_PREFIX(_dispatch_stub_971, _dispatch_stub_971@16))
1156 GL_STUB(_dispatch_stub_972, 972, _dispatch_stub_972@16)
1157 HIDDEN(GL_PREFIX(_dispatch_stub_972, _dispatch_stub_972@16))
1158 GL_STUB(_dispatch_stub_973, 973, _dispatch_stub_973@16)
1159 HIDDEN(GL_PREFIX(_dispatch_stub_973, _dispatch_stub_973@16))
1160 GL_STUB(_dispatch_stub_974, 974, _dispatch_stub_974@12)
1161 HIDDEN(GL_PREFIX(_dispatch_stub_974, _dispatch_stub_974@12))
1162 GL_STUB(_dispatch_stub_975, 975, _dispatch_stub_975@12)
1163 HIDDEN(GL_PREFIX(_dispatch_stub_975, _dispatch_stub_975@12))
1164 GL_STUB(EGLImageTargetRenderbufferStorageOES, 976, EGLImageTargetRenderbufferStorageOES@8)
1165 GL_STUB(EGLImageTargetTexture2DOES, 977, EGLImageTargetTexture2DOES@8)
1166 GL_STUB_ALIAS(ArrayElementEXT, 306, ArrayElementEXT@4, ArrayElement, ArrayElement@4)
1167 GL_STUB_ALIAS(BindTextureEXT, 307, BindTextureEXT@8, BindTexture, BindTexture@8)
1168 GL_STUB_ALIAS(DrawArraysEXT, 310, DrawArraysEXT@12, DrawArrays, DrawArrays@12)
1169 #ifndef GLX_INDIRECT_RENDERING
1170 GL_STUB_ALIAS(AreTexturesResidentEXT, 322, AreTexturesResidentEXT@12, AreTexturesResident, AreTexturesResident@12)
1171 #endif
1172 GL_STUB_ALIAS(CopyTexImage1DEXT, 323, CopyTexImage1DEXT@28, CopyTexImage1D, CopyTexImage1D@28)
1173 GL_STUB_ALIAS(CopyTexImage2DEXT, 324, CopyTexImage2DEXT@32, CopyTexImage2D, CopyTexImage2D@32)
1174 GL_STUB_ALIAS(CopyTexSubImage1DEXT, 325, CopyTexSubImage1DEXT@24, CopyTexSubImage1D, CopyTexSubImage1D@24)
1175 GL_STUB_ALIAS(CopyTexSubImage2DEXT, 326, CopyTexSubImage2DEXT@32, CopyTexSubImage2D, CopyTexSubImage2D@32)
1176 #ifndef GLX_INDIRECT_RENDERING
1177 GL_STUB_ALIAS(DeleteTexturesEXT, 327, DeleteTexturesEXT@8, DeleteTextures, DeleteTextures@8)
1178 #endif
1179 #ifndef GLX_INDIRECT_RENDERING
1180 GL_STUB_ALIAS(GenTexturesEXT, 328, GenTexturesEXT@8, GenTextures, GenTextures@8)
1181 #endif
1182 GL_STUB_ALIAS(GetPointervEXT, 329, GetPointervEXT@8, GetPointerv, GetPointerv@8)
1183 #ifndef GLX_INDIRECT_RENDERING
1184 GL_STUB_ALIAS(IsTextureEXT, 330, IsTextureEXT@4, IsTexture, IsTexture@4)
1185 #endif
1186 GL_STUB_ALIAS(PrioritizeTexturesEXT, 331, PrioritizeTexturesEXT@12, PrioritizeTextures, PrioritizeTextures@12)
1187 GL_STUB_ALIAS(TexSubImage1DEXT, 332, TexSubImage1DEXT@28, TexSubImage1D, TexSubImage1D@28)
1188 GL_STUB_ALIAS(TexSubImage2DEXT, 333, TexSubImage2DEXT@36, TexSubImage2D, TexSubImage2D@36)
1189 GL_STUB_ALIAS(BlendColorEXT, 336, BlendColorEXT@16, BlendColor, BlendColor@16)
1190 GL_STUB_ALIAS(BlendEquationEXT, 337, BlendEquationEXT@4, BlendEquation, BlendEquation@4)
1191 GL_STUB_ALIAS(DrawRangeElementsEXT, 338, DrawRangeElementsEXT@24, DrawRangeElements, DrawRangeElements@24)
1192 GL_STUB_ALIAS(ColorTableEXT, 339, ColorTableEXT@24, ColorTable, ColorTable@24)
1193 #ifndef GLX_INDIRECT_RENDERING
1194 GL_STUB_ALIAS(GetColorTableEXT, 343, GetColorTableEXT@16, GetColorTable, GetColorTable@16)
1195 #endif
1196 #ifndef GLX_INDIRECT_RENDERING
1197 GL_STUB_ALIAS(GetColorTableParameterfvEXT, 344, GetColorTableParameterfvEXT@12, GetColorTableParameterfv, GetColorTableParameterfv@12)
1198 #endif
1199 #ifndef GLX_INDIRECT_RENDERING
1200 GL_STUB_ALIAS(GetColorTableParameterivEXT, 345, GetColorTableParameterivEXT@12, GetColorTableParameteriv, GetColorTableParameteriv@12)
1201 #endif
1202 GL_STUB_ALIAS(TexImage3DEXT, 371, TexImage3DEXT@40, TexImage3D, TexImage3D@40)
1203 GL_STUB_ALIAS(TexSubImage3DEXT, 372, TexSubImage3DEXT@44, TexSubImage3D, TexSubImage3D@44)
1204 GL_STUB_ALIAS(CopyTexSubImage3DEXT, 373, CopyTexSubImage3DEXT@36, CopyTexSubImage3D, CopyTexSubImage3D@36)
1205 GL_STUB_ALIAS(ActiveTexture, 374, ActiveTexture@4, ActiveTextureARB, ActiveTextureARB@4)
1206 GL_STUB_ALIAS(ClientActiveTexture, 375, ClientActiveTexture@4, ClientActiveTextureARB, ClientActiveTextureARB@4)
1207 GL_STUB_ALIAS(MultiTexCoord1d, 376, MultiTexCoord1d@12, MultiTexCoord1dARB, MultiTexCoord1dARB@12)
1208 GL_STUB_ALIAS(MultiTexCoord1dv, 377, MultiTexCoord1dv@8, MultiTexCoord1dvARB, MultiTexCoord1dvARB@8)
1209 GL_STUB_ALIAS(MultiTexCoord1f, 378, MultiTexCoord1f@8, MultiTexCoord1fARB, MultiTexCoord1fARB@8)
1210 GL_STUB_ALIAS(MultiTexCoord1fv, 379, MultiTexCoord1fv@8, MultiTexCoord1fvARB, MultiTexCoord1fvARB@8)
1211 GL_STUB_ALIAS(MultiTexCoord1i, 380, MultiTexCoord1i@8, MultiTexCoord1iARB, MultiTexCoord1iARB@8)
1212 GL_STUB_ALIAS(MultiTexCoord1iv, 381, MultiTexCoord1iv@8, MultiTexCoord1ivARB, MultiTexCoord1ivARB@8)
1213 GL_STUB_ALIAS(MultiTexCoord1s, 382, MultiTexCoord1s@8, MultiTexCoord1sARB, MultiTexCoord1sARB@8)
1214 GL_STUB_ALIAS(MultiTexCoord1sv, 383, MultiTexCoord1sv@8, MultiTexCoord1svARB, MultiTexCoord1svARB@8)
1215 GL_STUB_ALIAS(MultiTexCoord2d, 384, MultiTexCoord2d@20, MultiTexCoord2dARB, MultiTexCoord2dARB@20)
1216 GL_STUB_ALIAS(MultiTexCoord2dv, 385, MultiTexCoord2dv@8, MultiTexCoord2dvARB, MultiTexCoord2dvARB@8)
1217 GL_STUB_ALIAS(MultiTexCoord2f, 386, MultiTexCoord2f@12, MultiTexCoord2fARB, MultiTexCoord2fARB@12)
1218 GL_STUB_ALIAS(MultiTexCoord2fv, 387, MultiTexCoord2fv@8, MultiTexCoord2fvARB, MultiTexCoord2fvARB@8)
1219 GL_STUB_ALIAS(MultiTexCoord2i, 388, MultiTexCoord2i@12, MultiTexCoord2iARB, MultiTexCoord2iARB@12)
1220 GL_STUB_ALIAS(MultiTexCoord2iv, 389, MultiTexCoord2iv@8, MultiTexCoord2ivARB, MultiTexCoord2ivARB@8)
1221 GL_STUB_ALIAS(MultiTexCoord2s, 390, MultiTexCoord2s@12, MultiTexCoord2sARB, MultiTexCoord2sARB@12)
1222 GL_STUB_ALIAS(MultiTexCoord2sv, 391, MultiTexCoord2sv@8, MultiTexCoord2svARB, MultiTexCoord2svARB@8)
1223 GL_STUB_ALIAS(MultiTexCoord3d, 392, MultiTexCoord3d@28, MultiTexCoord3dARB, MultiTexCoord3dARB@28)
1224 GL_STUB_ALIAS(MultiTexCoord3dv, 393, MultiTexCoord3dv@8, MultiTexCoord3dvARB, MultiTexCoord3dvARB@8)
1225 GL_STUB_ALIAS(MultiTexCoord3f, 394, MultiTexCoord3f@16, MultiTexCoord3fARB, MultiTexCoord3fARB@16)
1226 GL_STUB_ALIAS(MultiTexCoord3fv, 395, MultiTexCoord3fv@8, MultiTexCoord3fvARB, MultiTexCoord3fvARB@8)
1227 GL_STUB_ALIAS(MultiTexCoord3i, 396, MultiTexCoord3i@16, MultiTexCoord3iARB, MultiTexCoord3iARB@16)
1228 GL_STUB_ALIAS(MultiTexCoord3iv, 397, MultiTexCoord3iv@8, MultiTexCoord3ivARB, MultiTexCoord3ivARB@8)
1229 GL_STUB_ALIAS(MultiTexCoord3s, 398, MultiTexCoord3s@16, MultiTexCoord3sARB, MultiTexCoord3sARB@16)
1230 GL_STUB_ALIAS(MultiTexCoord3sv, 399, MultiTexCoord3sv@8, MultiTexCoord3svARB, MultiTexCoord3svARB@8)
1231 GL_STUB_ALIAS(MultiTexCoord4d, 400, MultiTexCoord4d@36, MultiTexCoord4dARB, MultiTexCoord4dARB@36)
1232 GL_STUB_ALIAS(MultiTexCoord4dv, 401, MultiTexCoord4dv@8, MultiTexCoord4dvARB, MultiTexCoord4dvARB@8)
1233 GL_STUB_ALIAS(MultiTexCoord4f, 402, MultiTexCoord4f@20, MultiTexCoord4fARB, MultiTexCoord4fARB@20)
1234 GL_STUB_ALIAS(MultiTexCoord4fv, 403, MultiTexCoord4fv@8, MultiTexCoord4fvARB, MultiTexCoord4fvARB@8)
1235 GL_STUB_ALIAS(MultiTexCoord4i, 404, MultiTexCoord4i@20, MultiTexCoord4iARB, MultiTexCoord4iARB@20)
1236 GL_STUB_ALIAS(MultiTexCoord4iv, 405, MultiTexCoord4iv@8, MultiTexCoord4ivARB, MultiTexCoord4ivARB@8)
1237 GL_STUB_ALIAS(MultiTexCoord4s, 406, MultiTexCoord4s@20, MultiTexCoord4sARB, MultiTexCoord4sARB@20)
1238 GL_STUB_ALIAS(MultiTexCoord4sv, 407, MultiTexCoord4sv@8, MultiTexCoord4svARB, MultiTexCoord4svARB@8)
1239 GL_STUB_ALIAS(LoadTransposeMatrixd, 440, LoadTransposeMatrixd@4, LoadTransposeMatrixdARB, LoadTransposeMatrixdARB@4)
1240 GL_STUB_ALIAS(LoadTransposeMatrixf, 441, LoadTransposeMatrixf@4, LoadTransposeMatrixfARB, LoadTransposeMatrixfARB@4)
1241 GL_STUB_ALIAS(MultTransposeMatrixd, 442, MultTransposeMatrixd@4, MultTransposeMatrixdARB, MultTransposeMatrixdARB@4)
1242 GL_STUB_ALIAS(MultTransposeMatrixf, 443, MultTransposeMatrixf@4, MultTransposeMatrixfARB, MultTransposeMatrixfARB@4)
1243 GL_STUB_ALIAS(SampleCoverage, 444, SampleCoverage@8, SampleCoverageARB, SampleCoverageARB@8)
1244 GL_STUB_ALIAS(CompressedTexImage1D, 445, CompressedTexImage1D@28, CompressedTexImage1DARB, CompressedTexImage1DARB@28)
1245 GL_STUB_ALIAS(CompressedTexImage2D, 446, CompressedTexImage2D@32, CompressedTexImage2DARB, CompressedTexImage2DARB@32)
1246 GL_STUB_ALIAS(CompressedTexImage3D, 447, CompressedTexImage3D@36, CompressedTexImage3DARB, CompressedTexImage3DARB@36)
1247 GL_STUB_ALIAS(CompressedTexSubImage1D, 448, CompressedTexSubImage1D@28, CompressedTexSubImage1DARB, CompressedTexSubImage1DARB@28)
1248 GL_STUB_ALIAS(CompressedTexSubImage2D, 449, CompressedTexSubImage2D@36, CompressedTexSubImage2DARB, CompressedTexSubImage2DARB@36)
1249 GL_STUB_ALIAS(CompressedTexSubImage3D, 450, CompressedTexSubImage3D@44, CompressedTexSubImage3DARB, CompressedTexSubImage3DARB@44)
1250 GL_STUB_ALIAS(GetCompressedTexImage, 451, GetCompressedTexImage@12, GetCompressedTexImageARB, GetCompressedTexImageARB@12)
1251 GL_STUB_ALIAS(DisableVertexAttribArray, 452, DisableVertexAttribArray@4, DisableVertexAttribArrayARB, DisableVertexAttribArrayARB@4)
1252 GL_STUB_ALIAS(EnableVertexAttribArray, 453, EnableVertexAttribArray@4, EnableVertexAttribArrayARB, EnableVertexAttribArrayARB@4)
1253 GL_STUB_ALIAS(GetVertexAttribdv, 460, GetVertexAttribdv@12, GetVertexAttribdvARB, GetVertexAttribdvARB@12)
1254 GL_STUB_ALIAS(GetVertexAttribfv, 461, GetVertexAttribfv@12, GetVertexAttribfvARB, GetVertexAttribfvARB@12)
1255 GL_STUB_ALIAS(GetVertexAttribiv, 462, GetVertexAttribiv@12, GetVertexAttribivARB, GetVertexAttribivARB@12)
1256 GL_STUB_ALIAS(ProgramParameter4dNV, 463, ProgramParameter4dNV@40, ProgramEnvParameter4dARB, ProgramEnvParameter4dARB@40)
1257 GL_STUB_ALIAS(ProgramParameter4dvNV, 464, ProgramParameter4dvNV@12, ProgramEnvParameter4dvARB, ProgramEnvParameter4dvARB@12)
1258 GL_STUB_ALIAS(ProgramParameter4fNV, 465, ProgramParameter4fNV@24, ProgramEnvParameter4fARB, ProgramEnvParameter4fARB@24)
1259 GL_STUB_ALIAS(ProgramParameter4fvNV, 466, ProgramParameter4fvNV@12, ProgramEnvParameter4fvARB, ProgramEnvParameter4fvARB@12)
1260 GL_STUB_ALIAS(VertexAttrib1d, 472, VertexAttrib1d@12, VertexAttrib1dARB, VertexAttrib1dARB@12)
1261 GL_STUB_ALIAS(VertexAttrib1dv, 473, VertexAttrib1dv@8, VertexAttrib1dvARB, VertexAttrib1dvARB@8)
1262 GL_STUB_ALIAS(VertexAttrib1f, 474, VertexAttrib1f@8, VertexAttrib1fARB, VertexAttrib1fARB@8)
1263 GL_STUB_ALIAS(VertexAttrib1fv, 475, VertexAttrib1fv@8, VertexAttrib1fvARB, VertexAttrib1fvARB@8)
1264 GL_STUB_ALIAS(VertexAttrib1s, 476, VertexAttrib1s@8, VertexAttrib1sARB, VertexAttrib1sARB@8)
1265 GL_STUB_ALIAS(VertexAttrib1sv, 477, VertexAttrib1sv@8, VertexAttrib1svARB, VertexAttrib1svARB@8)
1266 GL_STUB_ALIAS(VertexAttrib2d, 478, VertexAttrib2d@20, VertexAttrib2dARB, VertexAttrib2dARB@20)
1267 GL_STUB_ALIAS(VertexAttrib2dv, 479, VertexAttrib2dv@8, VertexAttrib2dvARB, VertexAttrib2dvARB@8)
1268 GL_STUB_ALIAS(VertexAttrib2f, 480, VertexAttrib2f@12, VertexAttrib2fARB, VertexAttrib2fARB@12)
1269 GL_STUB_ALIAS(VertexAttrib2fv, 481, VertexAttrib2fv@8, VertexAttrib2fvARB, VertexAttrib2fvARB@8)
1270 GL_STUB_ALIAS(VertexAttrib2s, 482, VertexAttrib2s@12, VertexAttrib2sARB, VertexAttrib2sARB@12)
1271 GL_STUB_ALIAS(VertexAttrib2sv, 483, VertexAttrib2sv@8, VertexAttrib2svARB, VertexAttrib2svARB@8)
1272 GL_STUB_ALIAS(VertexAttrib3d, 484, VertexAttrib3d@28, VertexAttrib3dARB, VertexAttrib3dARB@28)
1273 GL_STUB_ALIAS(VertexAttrib3dv, 485, VertexAttrib3dv@8, VertexAttrib3dvARB, VertexAttrib3dvARB@8)
1274 GL_STUB_ALIAS(VertexAttrib3f, 486, VertexAttrib3f@16, VertexAttrib3fARB, VertexAttrib3fARB@16)
1275 GL_STUB_ALIAS(VertexAttrib3fv, 487, VertexAttrib3fv@8, VertexAttrib3fvARB, VertexAttrib3fvARB@8)
1276 GL_STUB_ALIAS(VertexAttrib3s, 488, VertexAttrib3s@16, VertexAttrib3sARB, VertexAttrib3sARB@16)
1277 GL_STUB_ALIAS(VertexAttrib3sv, 489, VertexAttrib3sv@8, VertexAttrib3svARB, VertexAttrib3svARB@8)
1278 GL_STUB_ALIAS(VertexAttrib4Nbv, 490, VertexAttrib4Nbv@8, VertexAttrib4NbvARB, VertexAttrib4NbvARB@8)
1279 GL_STUB_ALIAS(VertexAttrib4Niv, 491, VertexAttrib4Niv@8, VertexAttrib4NivARB, VertexAttrib4NivARB@8)
1280 GL_STUB_ALIAS(VertexAttrib4Nsv, 492, VertexAttrib4Nsv@8, VertexAttrib4NsvARB, VertexAttrib4NsvARB@8)
1281 GL_STUB_ALIAS(VertexAttrib4Nub, 493, VertexAttrib4Nub@20, VertexAttrib4NubARB, VertexAttrib4NubARB@20)
1282 GL_STUB_ALIAS(VertexAttrib4Nubv, 494, VertexAttrib4Nubv@8, VertexAttrib4NubvARB, VertexAttrib4NubvARB@8)
1283 GL_STUB_ALIAS(VertexAttrib4Nuiv, 495, VertexAttrib4Nuiv@8, VertexAttrib4NuivARB, VertexAttrib4NuivARB@8)
1284 GL_STUB_ALIAS(VertexAttrib4Nusv, 496, VertexAttrib4Nusv@8, VertexAttrib4NusvARB, VertexAttrib4NusvARB@8)
1285 GL_STUB_ALIAS(VertexAttrib4bv, 497, VertexAttrib4bv@8, VertexAttrib4bvARB, VertexAttrib4bvARB@8)
1286 GL_STUB_ALIAS(VertexAttrib4d, 498, VertexAttrib4d@36, VertexAttrib4dARB, VertexAttrib4dARB@36)
1287 GL_STUB_ALIAS(VertexAttrib4dv, 499, VertexAttrib4dv@8, VertexAttrib4dvARB, VertexAttrib4dvARB@8)
1288 GL_STUB_ALIAS(VertexAttrib4f, 500, VertexAttrib4f@20, VertexAttrib4fARB, VertexAttrib4fARB@20)
1289 GL_STUB_ALIAS(VertexAttrib4fv, 501, VertexAttrib4fv@8, VertexAttrib4fvARB, VertexAttrib4fvARB@8)
1290 GL_STUB_ALIAS(VertexAttrib4iv, 502, VertexAttrib4iv@8, VertexAttrib4ivARB, VertexAttrib4ivARB@8)
1291 GL_STUB_ALIAS(VertexAttrib4s, 503, VertexAttrib4s@20, VertexAttrib4sARB, VertexAttrib4sARB@20)
1292 GL_STUB_ALIAS(VertexAttrib4sv, 504, VertexAttrib4sv@8, VertexAttrib4svARB, VertexAttrib4svARB@8)
1293 GL_STUB_ALIAS(VertexAttrib4ubv, 505, VertexAttrib4ubv@8, VertexAttrib4ubvARB, VertexAttrib4ubvARB@8)
1294 GL_STUB_ALIAS(VertexAttrib4uiv, 506, VertexAttrib4uiv@8, VertexAttrib4uivARB, VertexAttrib4uivARB@8)
1295 GL_STUB_ALIAS(VertexAttrib4usv, 507, VertexAttrib4usv@8, VertexAttrib4usvARB, VertexAttrib4usvARB@8)
1296 GL_STUB_ALIAS(VertexAttribPointer, 508, VertexAttribPointer@24, VertexAttribPointerARB, VertexAttribPointerARB@24)
1297 GL_STUB_ALIAS(BindBuffer, 509, BindBuffer@8, BindBufferARB, BindBufferARB@8)
1298 GL_STUB_ALIAS(BufferData, 510, BufferData@16, BufferDataARB, BufferDataARB@16)
1299 GL_STUB_ALIAS(BufferSubData, 511, BufferSubData@16, BufferSubDataARB, BufferSubDataARB@16)
1300 GL_STUB_ALIAS(DeleteBuffers, 512, DeleteBuffers@8, DeleteBuffersARB, DeleteBuffersARB@8)
1301 GL_STUB_ALIAS(GenBuffers, 513, GenBuffers@8, GenBuffersARB, GenBuffersARB@8)
1302 GL_STUB_ALIAS(GetBufferParameteriv, 514, GetBufferParameteriv@12, GetBufferParameterivARB, GetBufferParameterivARB@12)
1303 GL_STUB_ALIAS(GetBufferPointerv, 515, GetBufferPointerv@12, GetBufferPointervARB, GetBufferPointervARB@12)
1304 GL_STUB_ALIAS(GetBufferSubData, 516, GetBufferSubData@16, GetBufferSubDataARB, GetBufferSubDataARB@16)
1305 GL_STUB_ALIAS(IsBuffer, 517, IsBuffer@4, IsBufferARB, IsBufferARB@4)
1306 GL_STUB_ALIAS(MapBuffer, 518, MapBuffer@8, MapBufferARB, MapBufferARB@8)
1307 GL_STUB_ALIAS(UnmapBuffer, 519, UnmapBuffer@4, UnmapBufferARB, UnmapBufferARB@4)
1308 GL_STUB_ALIAS(BeginQuery, 520, BeginQuery@8, BeginQueryARB, BeginQueryARB@8)
1309 GL_STUB_ALIAS(DeleteQueries, 521, DeleteQueries@8, DeleteQueriesARB, DeleteQueriesARB@8)
1310 GL_STUB_ALIAS(EndQuery, 522, EndQuery@4, EndQueryARB, EndQueryARB@4)
1311 GL_STUB_ALIAS(GenQueries, 523, GenQueries@8, GenQueriesARB, GenQueriesARB@8)
1312 GL_STUB_ALIAS(GetQueryObjectiv, 524, GetQueryObjectiv@12, GetQueryObjectivARB, GetQueryObjectivARB@12)
1313 GL_STUB_ALIAS(GetQueryObjectuiv, 525, GetQueryObjectuiv@12, GetQueryObjectuivARB, GetQueryObjectuivARB@12)
1314 GL_STUB_ALIAS(GetQueryiv, 526, GetQueryiv@12, GetQueryivARB, GetQueryivARB@12)
1315 GL_STUB_ALIAS(IsQuery, 527, IsQuery@4, IsQueryARB, IsQueryARB@4)
1316 GL_STUB_ALIAS(CompileShader, 529, CompileShader@4, CompileShaderARB, CompileShaderARB@4)
1317 GL_STUB_ALIAS(GetActiveUniform, 534, GetActiveUniform@28, GetActiveUniformARB, GetActiveUniformARB@28)
1318 GL_STUB_ALIAS(GetShaderSource, 540, GetShaderSource@16, GetShaderSourceARB, GetShaderSourceARB@16)
1319 GL_STUB_ALIAS(GetUniformLocation, 541, GetUniformLocation@8, GetUniformLocationARB, GetUniformLocationARB@8)
1320 GL_STUB_ALIAS(GetUniformfv, 542, GetUniformfv@12, GetUniformfvARB, GetUniformfvARB@12)
1321 GL_STUB_ALIAS(GetUniformiv, 543, GetUniformiv@12, GetUniformivARB, GetUniformivARB@12)
1322 GL_STUB_ALIAS(LinkProgram, 544, LinkProgram@4, LinkProgramARB, LinkProgramARB@4)
1323 GL_STUB_ALIAS(ShaderSource, 545, ShaderSource@16, ShaderSourceARB, ShaderSourceARB@16)
1324 GL_STUB_ALIAS(Uniform1f, 546, Uniform1f@8, Uniform1fARB, Uniform1fARB@8)
1325 GL_STUB_ALIAS(Uniform1fv, 547, Uniform1fv@12, Uniform1fvARB, Uniform1fvARB@12)
1326 GL_STUB_ALIAS(Uniform1i, 548, Uniform1i@8, Uniform1iARB, Uniform1iARB@8)
1327 GL_STUB_ALIAS(Uniform1iv, 549, Uniform1iv@12, Uniform1ivARB, Uniform1ivARB@12)
1328 GL_STUB_ALIAS(Uniform2f, 550, Uniform2f@12, Uniform2fARB, Uniform2fARB@12)
1329 GL_STUB_ALIAS(Uniform2fv, 551, Uniform2fv@12, Uniform2fvARB, Uniform2fvARB@12)
1330 GL_STUB_ALIAS(Uniform2i, 552, Uniform2i@12, Uniform2iARB, Uniform2iARB@12)
1331 GL_STUB_ALIAS(Uniform2iv, 553, Uniform2iv@12, Uniform2ivARB, Uniform2ivARB@12)
1332 GL_STUB_ALIAS(Uniform3f, 554, Uniform3f@16, Uniform3fARB, Uniform3fARB@16)
1333 GL_STUB_ALIAS(Uniform3fv, 555, Uniform3fv@12, Uniform3fvARB, Uniform3fvARB@12)
1334 GL_STUB_ALIAS(Uniform3i, 556, Uniform3i@16, Uniform3iARB, Uniform3iARB@16)
1335 GL_STUB_ALIAS(Uniform3iv, 557, Uniform3iv@12, Uniform3ivARB, Uniform3ivARB@12)
1336 GL_STUB_ALIAS(Uniform4f, 558, Uniform4f@20, Uniform4fARB, Uniform4fARB@20)
1337 GL_STUB_ALIAS(Uniform4fv, 559, Uniform4fv@12, Uniform4fvARB, Uniform4fvARB@12)
1338 GL_STUB_ALIAS(Uniform4i, 560, Uniform4i@20, Uniform4iARB, Uniform4iARB@20)
1339 GL_STUB_ALIAS(Uniform4iv, 561, Uniform4iv@12, Uniform4ivARB, Uniform4ivARB@12)
1340 GL_STUB_ALIAS(UniformMatrix2fv, 562, UniformMatrix2fv@16, UniformMatrix2fvARB, UniformMatrix2fvARB@16)
1341 GL_STUB_ALIAS(UniformMatrix3fv, 563, UniformMatrix3fv@16, UniformMatrix3fvARB, UniformMatrix3fvARB@16)
1342 GL_STUB_ALIAS(UniformMatrix4fv, 564, UniformMatrix4fv@16, UniformMatrix4fvARB, UniformMatrix4fvARB@16)
1343 GL_STUB_ALIAS(UseProgram, 565, UseProgram@4, UseProgramObjectARB, UseProgramObjectARB@4)
1344 GL_STUB_ALIAS(ValidateProgram, 566, ValidateProgram@4, ValidateProgramARB, ValidateProgramARB@4)
1345 GL_STUB_ALIAS(BindAttribLocation, 567, BindAttribLocation@12, BindAttribLocationARB, BindAttribLocationARB@12)
1346 GL_STUB_ALIAS(GetActiveAttrib, 568, GetActiveAttrib@28, GetActiveAttribARB, GetActiveAttribARB@28)
1347 GL_STUB_ALIAS(GetAttribLocation, 569, GetAttribLocation@8, GetAttribLocationARB, GetAttribLocationARB@8)
1348 GL_STUB_ALIAS(DrawBuffers, 570, DrawBuffers@8, DrawBuffersARB, DrawBuffersARB@8)
1349 GL_STUB_ALIAS(DrawBuffersATI, 570, DrawBuffersATI@8, DrawBuffersARB, DrawBuffersARB@8)
1350 GL_STUB_ALIAS(DrawBuffersNV, 570, DrawBuffersNV@8, DrawBuffersARB, DrawBuffersARB@8)
1351 GL_STUB_ALIAS(DrawArraysInstancedEXT, 572, DrawArraysInstancedEXT@16, DrawArraysInstancedARB, DrawArraysInstancedARB@16)
1352 GL_STUB_ALIAS(DrawArraysInstanced, 572, DrawArraysInstanced@16, DrawArraysInstancedARB, DrawArraysInstancedARB@16)
1353 GL_STUB_ALIAS(DrawElementsInstancedEXT, 573, DrawElementsInstancedEXT@20, DrawElementsInstancedARB, DrawElementsInstancedARB@20)
1354 GL_STUB_ALIAS(DrawElementsInstanced, 573, DrawElementsInstanced@20, DrawElementsInstancedARB, DrawElementsInstancedARB@20)
1355 GL_STUB_ALIAS(RenderbufferStorageMultisampleEXT, 574, RenderbufferStorageMultisampleEXT@20, RenderbufferStorageMultisample, RenderbufferStorageMultisample@20)
1356 GL_STUB_ALIAS(TexBuffer, 581, TexBuffer@12, TexBufferARB, TexBufferARB@12)
1357 GL_STUB_ALIAS(BlendEquationSeparateIndexedAMD, 596, BlendEquationSeparateIndexedAMD@12, BlendEquationSeparateiARB, BlendEquationSeparateiARB@12)
1358 GL_STUB_ALIAS(BlendEquationIndexedAMD, 597, BlendEquationIndexedAMD@8, BlendEquationiARB, BlendEquationiARB@8)
1359 GL_STUB_ALIAS(BlendFuncSeparateIndexedAMD, 598, BlendFuncSeparateIndexedAMD@20, BlendFuncSeparateiARB, BlendFuncSeparateiARB@20)
1360 GL_STUB_ALIAS(BlendFuncIndexedAMD, 599, BlendFuncIndexedAMD@12, BlendFunciARB, BlendFunciARB@12)
1361 GL_STUB_ALIAS(PointParameterf, 711, PointParameterf@8, PointParameterfEXT, PointParameterfEXT@8)
1362 GL_STUB_ALIAS(PointParameterfARB, 711, PointParameterfARB@8, PointParameterfEXT, PointParameterfEXT@8)
1363 GL_STUB_ALIAS(PointParameterfv, 712, PointParameterfv@8, PointParameterfvEXT, PointParameterfvEXT@8)
1364 GL_STUB_ALIAS(PointParameterfvARB, 712, PointParameterfvARB@8, PointParameterfvEXT, PointParameterfvEXT@8)
1365 GL_STUB_ALIAS(SecondaryColor3b, 715, SecondaryColor3b@12, SecondaryColor3bEXT, SecondaryColor3bEXT@12)
1366 GL_STUB_ALIAS(SecondaryColor3bv, 716, SecondaryColor3bv@4, SecondaryColor3bvEXT, SecondaryColor3bvEXT@4)
1367 GL_STUB_ALIAS(SecondaryColor3d, 717, SecondaryColor3d@24, SecondaryColor3dEXT, SecondaryColor3dEXT@24)
1368 GL_STUB_ALIAS(SecondaryColor3dv, 718, SecondaryColor3dv@4, SecondaryColor3dvEXT, SecondaryColor3dvEXT@4)
1369 GL_STUB_ALIAS(SecondaryColor3f, 719, SecondaryColor3f@12, SecondaryColor3fEXT, SecondaryColor3fEXT@12)
1370 GL_STUB_ALIAS(SecondaryColor3fv, 720, SecondaryColor3fv@4, SecondaryColor3fvEXT, SecondaryColor3fvEXT@4)
1371 GL_STUB_ALIAS(SecondaryColor3i, 721, SecondaryColor3i@12, SecondaryColor3iEXT, SecondaryColor3iEXT@12)
1372 GL_STUB_ALIAS(SecondaryColor3iv, 722, SecondaryColor3iv@4, SecondaryColor3ivEXT, SecondaryColor3ivEXT@4)
1373 GL_STUB_ALIAS(SecondaryColor3s, 723, SecondaryColor3s@12, SecondaryColor3sEXT, SecondaryColor3sEXT@12)
1374 GL_STUB_ALIAS(SecondaryColor3sv, 724, SecondaryColor3sv@4, SecondaryColor3svEXT, SecondaryColor3svEXT@4)
1375 GL_STUB_ALIAS(SecondaryColor3ub, 725, SecondaryColor3ub@12, SecondaryColor3ubEXT, SecondaryColor3ubEXT@12)
1376 GL_STUB_ALIAS(SecondaryColor3ubv, 726, SecondaryColor3ubv@4, SecondaryColor3ubvEXT, SecondaryColor3ubvEXT@4)
1377 GL_STUB_ALIAS(SecondaryColor3ui, 727, SecondaryColor3ui@12, SecondaryColor3uiEXT, SecondaryColor3uiEXT@12)
1378 GL_STUB_ALIAS(SecondaryColor3uiv, 728, SecondaryColor3uiv@4, SecondaryColor3uivEXT, SecondaryColor3uivEXT@4)
1379 GL_STUB_ALIAS(SecondaryColor3us, 729, SecondaryColor3us@12, SecondaryColor3usEXT, SecondaryColor3usEXT@12)
1380 GL_STUB_ALIAS(SecondaryColor3usv, 730, SecondaryColor3usv@4, SecondaryColor3usvEXT, SecondaryColor3usvEXT@4)
1381 GL_STUB_ALIAS(SecondaryColorPointer, 731, SecondaryColorPointer@16, SecondaryColorPointerEXT, SecondaryColorPointerEXT@16)
1382 GL_STUB_ALIAS(MultiDrawArrays, 732, MultiDrawArrays@16, MultiDrawArraysEXT, MultiDrawArraysEXT@16)
1383 GL_STUB_ALIAS(MultiDrawElements, 733, MultiDrawElements@20, MultiDrawElementsEXT, MultiDrawElementsEXT@20)
1384 GL_STUB_ALIAS(FogCoordPointer, 734, FogCoordPointer@12, FogCoordPointerEXT, FogCoordPointerEXT@12)
1385 GL_STUB_ALIAS(FogCoordd, 735, FogCoordd@8, FogCoorddEXT, FogCoorddEXT@8)
1386 GL_STUB_ALIAS(FogCoorddv, 736, FogCoorddv@4, FogCoorddvEXT, FogCoorddvEXT@4)
1387 GL_STUB_ALIAS(FogCoordf, 737, FogCoordf@4, FogCoordfEXT, FogCoordfEXT@4)
1388 GL_STUB_ALIAS(FogCoordfv, 738, FogCoordfv@4, FogCoordfvEXT, FogCoordfvEXT@4)
1389 GL_STUB_ALIAS(BlendFuncSeparate, 740, BlendFuncSeparate@16, BlendFuncSeparateEXT, BlendFuncSeparateEXT@16)
1390 GL_STUB_ALIAS(WindowPos2d, 757, WindowPos2d@16, WindowPos2dMESA, WindowPos2dMESA@16)
1391 GL_STUB_ALIAS(WindowPos2dARB, 757, WindowPos2dARB@16, WindowPos2dMESA, WindowPos2dMESA@16)
1392 GL_STUB_ALIAS(WindowPos2dv, 758, WindowPos2dv@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
1393 GL_STUB_ALIAS(WindowPos2dvARB, 758, WindowPos2dvARB@4, WindowPos2dvMESA, WindowPos2dvMESA@4)
1394 GL_STUB_ALIAS(WindowPos2f, 759, WindowPos2f@8, WindowPos2fMESA, WindowPos2fMESA@8)
1395 GL_STUB_ALIAS(WindowPos2fARB, 759, WindowPos2fARB@8, WindowPos2fMESA, WindowPos2fMESA@8)
1396 GL_STUB_ALIAS(WindowPos2fv, 760, WindowPos2fv@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
1397 GL_STUB_ALIAS(WindowPos2fvARB, 760, WindowPos2fvARB@4, WindowPos2fvMESA, WindowPos2fvMESA@4)
1398 GL_STUB_ALIAS(WindowPos2i, 761, WindowPos2i@8, WindowPos2iMESA, WindowPos2iMESA@8)
1399 GL_STUB_ALIAS(WindowPos2iARB, 761, WindowPos2iARB@8, WindowPos2iMESA, WindowPos2iMESA@8)
1400 GL_STUB_ALIAS(WindowPos2iv, 762, WindowPos2iv@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
1401 GL_STUB_ALIAS(WindowPos2ivARB, 762, WindowPos2ivARB@4, WindowPos2ivMESA, WindowPos2ivMESA@4)
1402 GL_STUB_ALIAS(WindowPos2s, 763, WindowPos2s@8, WindowPos2sMESA, WindowPos2sMESA@8)
1403 GL_STUB_ALIAS(WindowPos2sARB, 763, WindowPos2sARB@8, WindowPos2sMESA, WindowPos2sMESA@8)
1404 GL_STUB_ALIAS(WindowPos2sv, 764, WindowPos2sv@4, WindowPos2svMESA, WindowPos2svMESA@4)
1405 GL_STUB_ALIAS(WindowPos2svARB, 764, WindowPos2svARB@4, WindowPos2svMESA, WindowPos2svMESA@4)
1406 GL_STUB_ALIAS(WindowPos3d, 765, WindowPos3d@24, WindowPos3dMESA, WindowPos3dMESA@24)
1407 GL_STUB_ALIAS(WindowPos3dARB, 765, WindowPos3dARB@24, WindowPos3dMESA, WindowPos3dMESA@24)
1408 GL_STUB_ALIAS(WindowPos3dv, 766, WindowPos3dv@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
1409 GL_STUB_ALIAS(WindowPos3dvARB, 766, WindowPos3dvARB@4, WindowPos3dvMESA, WindowPos3dvMESA@4)
1410 GL_STUB_ALIAS(WindowPos3f, 767, WindowPos3f@12, WindowPos3fMESA, WindowPos3fMESA@12)
1411 GL_STUB_ALIAS(WindowPos3fARB, 767, WindowPos3fARB@12, WindowPos3fMESA, WindowPos3fMESA@12)
1412 GL_STUB_ALIAS(WindowPos3fv, 768, WindowPos3fv@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
1413 GL_STUB_ALIAS(WindowPos3fvARB, 768, WindowPos3fvARB@4, WindowPos3fvMESA, WindowPos3fvMESA@4)
1414 GL_STUB_ALIAS(WindowPos3i, 769, WindowPos3i@12, WindowPos3iMESA, WindowPos3iMESA@12)
1415 GL_STUB_ALIAS(WindowPos3iARB, 769, WindowPos3iARB@12, WindowPos3iMESA, WindowPos3iMESA@12)
1416 GL_STUB_ALIAS(WindowPos3iv, 770, WindowPos3iv@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
1417 GL_STUB_ALIAS(WindowPos3ivARB, 770, WindowPos3ivARB@4, WindowPos3ivMESA, WindowPos3ivMESA@4)
1418 GL_STUB_ALIAS(WindowPos3s, 771, WindowPos3s@12, WindowPos3sMESA, WindowPos3sMESA@12)
1419 GL_STUB_ALIAS(WindowPos3sARB, 771, WindowPos3sARB@12, WindowPos3sMESA, WindowPos3sMESA@12)
1420 GL_STUB_ALIAS(WindowPos3sv, 772, WindowPos3sv@4, WindowPos3svMESA, WindowPos3svMESA@4)
1421 GL_STUB_ALIAS(WindowPos3svARB, 772, WindowPos3svARB@4, WindowPos3svMESA, WindowPos3svMESA@4)
1422 GL_STUB_ALIAS(BindProgramARB, 791, BindProgramARB@8, BindProgramNV, BindProgramNV@8)
1423 GL_STUB_ALIAS(DeleteProgramsARB, 792, DeleteProgramsARB@8, DeleteProgramsNV, DeleteProgramsNV@8)
1424 GL_STUB_ALIAS(GenProgramsARB, 794, GenProgramsARB@8, GenProgramsNV, GenProgramsNV@8)
1425 GL_STUB_ALIAS(GetVertexAttribPointerv, 800, GetVertexAttribPointerv@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
1426 GL_STUB_ALIAS(GetVertexAttribPointervARB, 800, GetVertexAttribPointervARB@12, GetVertexAttribPointervNV, GetVertexAttribPointervNV@12)
1427 GL_STUB_ALIAS(IsProgramARB, 804, IsProgramARB@4, IsProgramNV, IsProgramNV@4)
1428 GL_STUB_ALIAS(PointParameteri, 868, PointParameteri@8, PointParameteriNV, PointParameteriNV@8)
1429 GL_STUB_ALIAS(PointParameteriv, 869, PointParameteriv@8, PointParameterivNV, PointParameterivNV@8)
1430 GL_STUB_ALIAS(DeleteVertexArrays, 872, DeleteVertexArrays@8, _dispatch_stub_872, _dispatch_stub_872@8)
1431 GL_STUB_ALIAS(IsVertexArray, 874, IsVertexArray@4, _dispatch_stub_874, _dispatch_stub_874@4)
1432 GL_STUB_ALIAS(PrimitiveRestartIndex, 881, PrimitiveRestartIndex@4, PrimitiveRestartIndexNV, PrimitiveRestartIndexNV@4)
1433 GL_STUB_ALIAS(BlendEquationSeparate, 884, BlendEquationSeparate@8, _dispatch_stub_884, _dispatch_stub_884@8)
1434 GL_STUB_ALIAS(BindFramebuffer, 885, BindFramebuffer@8, BindFramebufferEXT, BindFramebufferEXT@8)
1435 GL_STUB_ALIAS(BindRenderbuffer, 886, BindRenderbuffer@8, BindRenderbufferEXT, BindRenderbufferEXT@8)
1436 GL_STUB_ALIAS(CheckFramebufferStatus, 887, CheckFramebufferStatus@4, CheckFramebufferStatusEXT, CheckFramebufferStatusEXT@4)
1437 GL_STUB_ALIAS(DeleteFramebuffers, 888, DeleteFramebuffers@8, DeleteFramebuffersEXT, DeleteFramebuffersEXT@8)
1438 GL_STUB_ALIAS(DeleteRenderbuffers, 889, DeleteRenderbuffers@8, DeleteRenderbuffersEXT, DeleteRenderbuffersEXT@8)
1439 GL_STUB_ALIAS(FramebufferRenderbuffer, 890, FramebufferRenderbuffer@16, FramebufferRenderbufferEXT, FramebufferRenderbufferEXT@16)
1440 GL_STUB_ALIAS(FramebufferTexture1D, 891, FramebufferTexture1D@20, FramebufferTexture1DEXT, FramebufferTexture1DEXT@20)
1441 GL_STUB_ALIAS(FramebufferTexture2D, 892, FramebufferTexture2D@20, FramebufferTexture2DEXT, FramebufferTexture2DEXT@20)
1442 GL_STUB_ALIAS(FramebufferTexture3D, 893, FramebufferTexture3D@24, FramebufferTexture3DEXT, FramebufferTexture3DEXT@24)
1443 GL_STUB_ALIAS(GenFramebuffers, 894, GenFramebuffers@8, GenFramebuffersEXT, GenFramebuffersEXT@8)
1444 GL_STUB_ALIAS(GenRenderbuffers, 895, GenRenderbuffers@8, GenRenderbuffersEXT, GenRenderbuffersEXT@8)
1445 GL_STUB_ALIAS(GenerateMipmap, 896, GenerateMipmap@4, GenerateMipmapEXT, GenerateMipmapEXT@4)
1446 GL_STUB_ALIAS(GetFramebufferAttachmentParameteriv, 897, GetFramebufferAttachmentParameteriv@16, GetFramebufferAttachmentParameterivEXT, GetFramebufferAttachmentParameterivEXT@16)
1447 GL_STUB_ALIAS(GetRenderbufferParameteriv, 898, GetRenderbufferParameteriv@12, GetRenderbufferParameterivEXT, GetRenderbufferParameterivEXT@12)
1448 GL_STUB_ALIAS(IsFramebuffer, 899, IsFramebuffer@4, IsFramebufferEXT, IsFramebufferEXT@4)
1449 GL_STUB_ALIAS(IsRenderbuffer, 900, IsRenderbuffer@4, IsRenderbufferEXT, IsRenderbufferEXT@4)
1450 GL_STUB_ALIAS(RenderbufferStorage, 901, RenderbufferStorage@16, RenderbufferStorageEXT, RenderbufferStorageEXT@16)
1451 GL_STUB_ALIAS(BlitFramebuffer, 902, BlitFramebuffer@40, _dispatch_stub_902, _dispatch_stub_902@40)
1452 GL_STUB_ALIAS(BindFragDataLocation, 905, BindFragDataLocation@12, BindFragDataLocationEXT, BindFragDataLocationEXT@12)
1453 GL_STUB_ALIAS(GetFragDataLocation, 906, GetFragDataLocation@8, GetFragDataLocationEXT, GetFragDataLocationEXT@8)
1454 GL_STUB_ALIAS(GetUniformuiv, 907, GetUniformuiv@12, GetUniformuivEXT, GetUniformuivEXT@12)
1455 GL_STUB_ALIAS(GetVertexAttribIiv, 908, GetVertexAttribIiv@12, GetVertexAttribIivEXT, GetVertexAttribIivEXT@12)
1456 GL_STUB_ALIAS(GetVertexAttribIuiv, 909, GetVertexAttribIuiv@12, GetVertexAttribIuivEXT, GetVertexAttribIuivEXT@12)
1457 GL_STUB_ALIAS(Uniform1ui, 910, Uniform1ui@8, Uniform1uiEXT, Uniform1uiEXT@8)
1458 GL_STUB_ALIAS(Uniform1uiv, 911, Uniform1uiv@12, Uniform1uivEXT, Uniform1uivEXT@12)
1459 GL_STUB_ALIAS(Uniform2ui, 912, Uniform2ui@12, Uniform2uiEXT, Uniform2uiEXT@12)
1460 GL_STUB_ALIAS(Uniform2uiv, 913, Uniform2uiv@12, Uniform2uivEXT, Uniform2uivEXT@12)
1461 GL_STUB_ALIAS(Uniform3ui, 914, Uniform3ui@16, Uniform3uiEXT, Uniform3uiEXT@16)
1462 GL_STUB_ALIAS(Uniform3uiv, 915, Uniform3uiv@12, Uniform3uivEXT, Uniform3uivEXT@12)
1463 GL_STUB_ALIAS(Uniform4ui, 916, Uniform4ui@20, Uniform4uiEXT, Uniform4uiEXT@20)
1464 GL_STUB_ALIAS(Uniform4uiv, 917, Uniform4uiv@12, Uniform4uivEXT, Uniform4uivEXT@12)
1465 GL_STUB_ALIAS(VertexAttribI1i, 918, VertexAttribI1i@8, VertexAttribI1iEXT, VertexAttribI1iEXT@8)
1466 GL_STUB_ALIAS(VertexAttribI1iv, 919, VertexAttribI1iv@8, VertexAttribI1ivEXT, VertexAttribI1ivEXT@8)
1467 GL_STUB_ALIAS(VertexAttribI1ui, 920, VertexAttribI1ui@8, VertexAttribI1uiEXT, VertexAttribI1uiEXT@8)
1468 GL_STUB_ALIAS(VertexAttribI1uiv, 921, VertexAttribI1uiv@8, VertexAttribI1uivEXT, VertexAttribI1uivEXT@8)
1469 GL_STUB_ALIAS(VertexAttribI2i, 922, VertexAttribI2i@12, VertexAttribI2iEXT, VertexAttribI2iEXT@12)
1470 GL_STUB_ALIAS(VertexAttribI2iv, 923, VertexAttribI2iv@8, VertexAttribI2ivEXT, VertexAttribI2ivEXT@8)
1471 GL_STUB_ALIAS(VertexAttribI2ui, 924, VertexAttribI2ui@12, VertexAttribI2uiEXT, VertexAttribI2uiEXT@12)
1472 GL_STUB_ALIAS(VertexAttribI2uiv, 925, VertexAttribI2uiv@8, VertexAttribI2uivEXT, VertexAttribI2uivEXT@8)
1473 GL_STUB_ALIAS(VertexAttribI3i, 926, VertexAttribI3i@16, VertexAttribI3iEXT, VertexAttribI3iEXT@16)
1474 GL_STUB_ALIAS(VertexAttribI3iv, 927, VertexAttribI3iv@8, VertexAttribI3ivEXT, VertexAttribI3ivEXT@8)
1475 GL_STUB_ALIAS(VertexAttribI3ui, 928, VertexAttribI3ui@16, VertexAttribI3uiEXT, VertexAttribI3uiEXT@16)
1476 GL_STUB_ALIAS(VertexAttribI3uiv, 929, VertexAttribI3uiv@8, VertexAttribI3uivEXT, VertexAttribI3uivEXT@8)
1477 GL_STUB_ALIAS(VertexAttribI4bv, 930, VertexAttribI4bv@8, VertexAttribI4bvEXT, VertexAttribI4bvEXT@8)
1478 GL_STUB_ALIAS(VertexAttribI4i, 931, VertexAttribI4i@20, VertexAttribI4iEXT, VertexAttribI4iEXT@20)
1479 GL_STUB_ALIAS(VertexAttribI4iv, 932, VertexAttribI4iv@8, VertexAttribI4ivEXT, VertexAttribI4ivEXT@8)
1480 GL_STUB_ALIAS(VertexAttribI4sv, 933, VertexAttribI4sv@8, VertexAttribI4svEXT, VertexAttribI4svEXT@8)
1481 GL_STUB_ALIAS(VertexAttribI4ubv, 934, VertexAttribI4ubv@8, VertexAttribI4ubvEXT, VertexAttribI4ubvEXT@8)
1482 GL_STUB_ALIAS(VertexAttribI4ui, 935, VertexAttribI4ui@20, VertexAttribI4uiEXT, VertexAttribI4uiEXT@20)
1483 GL_STUB_ALIAS(VertexAttribI4uiv, 936, VertexAttribI4uiv@8, VertexAttribI4uivEXT, VertexAttribI4uivEXT@8)
1484 GL_STUB_ALIAS(VertexAttribI4usv, 937, VertexAttribI4usv@8, VertexAttribI4usvEXT, VertexAttribI4usvEXT@8)
1485 GL_STUB_ALIAS(VertexAttribIPointer, 938, VertexAttribIPointer@20, VertexAttribIPointerEXT, VertexAttribIPointerEXT@20)
1486 GL_STUB_ALIAS(FramebufferTextureLayer, 939, FramebufferTextureLayer@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
1487 GL_STUB_ALIAS(FramebufferTextureLayerARB, 939, FramebufferTextureLayerARB@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20)
1488 GL_STUB_ALIAS(ColorMaski, 940, ColorMaski@20, ColorMaskIndexedEXT, ColorMaskIndexedEXT@20)
1489 GL_STUB_ALIAS(Disablei, 941, Disablei@8, DisableIndexedEXT, DisableIndexedEXT@8)
1490 GL_STUB_ALIAS(Enablei, 942, Enablei@8, EnableIndexedEXT, EnableIndexedEXT@8)
1491 GL_STUB_ALIAS(GetBooleani_v, 943, GetBooleani_v@12, GetBooleanIndexedvEXT, GetBooleanIndexedvEXT@12)
1492 GL_STUB_ALIAS(GetIntegeri_v, 944, GetIntegeri_v@12, GetIntegerIndexedvEXT, GetIntegerIndexedvEXT@12)
1493 GL_STUB_ALIAS(IsEnabledi, 945, IsEnabledi@8, IsEnabledIndexedEXT, IsEnabledIndexedEXT@8)
1494 GL_STUB_ALIAS(GetTexParameterIiv, 948, GetTexParameterIiv@12, GetTexParameterIivEXT, GetTexParameterIivEXT@12)
1495 GL_STUB_ALIAS(GetTexParameterIuiv, 949, GetTexParameterIuiv@12, GetTexParameterIuivEXT, GetTexParameterIuivEXT@12)
1496 GL_STUB_ALIAS(TexParameterIiv, 950, TexParameterIiv@12, TexParameterIivEXT, TexParameterIivEXT@12)
1497 GL_STUB_ALIAS(TexParameterIuiv, 951, TexParameterIuiv@12, TexParameterIuivEXT, TexParameterIuivEXT@12)
1498 GL_STUB_ALIAS(BeginConditionalRender, 952, BeginConditionalRender@8, BeginConditionalRenderNV, BeginConditionalRenderNV@8)
1499 GL_STUB_ALIAS(EndConditionalRender, 953, EndConditionalRender@0, EndConditionalRenderNV, EndConditionalRenderNV@0)
1500 GL_STUB_ALIAS(BeginTransformFeedback, 954, BeginTransformFeedback@4, BeginTransformFeedbackEXT, BeginTransformFeedbackEXT@4)
1501 GL_STUB_ALIAS(BindBufferBase, 955, BindBufferBase@12, BindBufferBaseEXT, BindBufferBaseEXT@12)
1502 GL_STUB_ALIAS(BindBufferRange, 957, BindBufferRange@20, BindBufferRangeEXT, BindBufferRangeEXT@20)
1503 GL_STUB_ALIAS(EndTransformFeedback, 958, EndTransformFeedback@0, EndTransformFeedbackEXT, EndTransformFeedbackEXT@0)
1504 GL_STUB_ALIAS(GetTransformFeedbackVarying, 959, GetTransformFeedbackVarying@28, GetTransformFeedbackVaryingEXT, GetTransformFeedbackVaryingEXT@28)
1505 GL_STUB_ALIAS(TransformFeedbackVaryings, 960, TransformFeedbackVaryings@16, TransformFeedbackVaryingsEXT, TransformFeedbackVaryingsEXT@16)
1506 GL_STUB_ALIAS(ProvokingVertex, 961, ProvokingVertex@4, ProvokingVertexEXT, ProvokingVertexEXT@4)
1507
1508 GLOBL GLNAME(gl_dispatch_functions_end)
1509 HIDDEN(GLNAME(gl_dispatch_functions_end))
1510 ALIGNTEXT16
1511 GLNAME(gl_dispatch_functions_end):
1512
1513 #if defined(GLX_USE_TLS) && defined(__linux__)
1514 .section ".note.ABI-tag", "a"
1515 .p2align 2
1516 .long 1f - 0f /* name length */
1517 .long 3f - 2f /* data length */
1518 .long 1 /* note length */
1519 0: .asciz "GNU" /* vendor name */
1520 1: .p2align 2
1521 2: .long 0 /* note data: the ABI tag */
1522 .long 2,4,20 /* Minimum kernel version w/TLS */
1523 3: .p2align 2 /* pad out section */
1524 #endif /* GLX_USE_TLS */
1525
1526 #if defined (__ELF__) && defined (__linux__)
1527 .section .note.GNU-stack,"",%progbits
1528 #endif