1/* DO NOT EDIT - This file generated automatically by remap_helper.py (from Mesa) script */
2
3/*
4 * Copyright (C) 2009 Chia-I Wu <olv@0xlab.org>
5 * All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sub license,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
21 * Chia-I Wu,
22 * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
26 */
27
28#include "main/dispatch.h"
29#include "main/remap.h"
30
31/* this is internal to remap.c */
32#ifndef need_MESA_remap_table
33#error Only remap.c should include this file!
34#endif /* need_MESA_remap_table */
35
36
37static const char _mesa_function_pool[] =
38   /* _mesa_function_pool[0]: NewList (dynamic) */
39   "ii\0"
40   "glNewList\0"
41   "\0"
42   /* _mesa_function_pool[14]: EndList (offset 1) */
43   "\0"
44   "glEndList\0"
45   "\0"
46   /* _mesa_function_pool[26]: CallList (offset 2) */
47   "i\0"
48   "glCallList\0"
49   "\0"
50   /* _mesa_function_pool[40]: CallLists (offset 3) */
51   "iip\0"
52   "glCallLists\0"
53   "\0"
54   /* _mesa_function_pool[57]: DeleteLists (offset 4) */
55   "ii\0"
56   "glDeleteLists\0"
57   "\0"
58   /* _mesa_function_pool[75]: GenLists (offset 5) */
59   "i\0"
60   "glGenLists\0"
61   "\0"
62   /* _mesa_function_pool[89]: ListBase (offset 6) */
63   "i\0"
64   "glListBase\0"
65   "\0"
66   /* _mesa_function_pool[103]: Begin (offset 7) */
67   "i\0"
68   "glBegin\0"
69   "\0"
70   /* _mesa_function_pool[114]: Bitmap (offset 8) */
71   "iiffffp\0"
72   "glBitmap\0"
73   "\0"
74   /* _mesa_function_pool[132]: Color3b (offset 9) */
75   "iii\0"
76   "glColor3b\0"
77   "\0"
78   /* _mesa_function_pool[147]: Color3bv (offset 10) */
79   "p\0"
80   "glColor3bv\0"
81   "\0"
82   /* _mesa_function_pool[161]: Color3d (offset 11) */
83   "ddd\0"
84   "glColor3d\0"
85   "\0"
86   /* _mesa_function_pool[176]: Color3dv (offset 12) */
87   "p\0"
88   "glColor3dv\0"
89   "\0"
90   /* _mesa_function_pool[190]: Color3f (offset 13) */
91   "fff\0"
92   "glColor3f\0"
93   "\0"
94   /* _mesa_function_pool[205]: Color3fv (offset 14) */
95   "p\0"
96   "glColor3fv\0"
97   "\0"
98   /* _mesa_function_pool[219]: Color3i (offset 15) */
99   "iii\0"
100   "glColor3i\0"
101   "\0"
102   /* _mesa_function_pool[234]: Color3iv (offset 16) */
103   "p\0"
104   "glColor3iv\0"
105   "\0"
106   /* _mesa_function_pool[248]: Color3s (offset 17) */
107   "iii\0"
108   "glColor3s\0"
109   "\0"
110   /* _mesa_function_pool[263]: Color3sv (offset 18) */
111   "p\0"
112   "glColor3sv\0"
113   "\0"
114   /* _mesa_function_pool[277]: Color3ub (offset 19) */
115   "iii\0"
116   "glColor3ub\0"
117   "\0"
118   /* _mesa_function_pool[293]: Color3ubv (offset 20) */
119   "p\0"
120   "glColor3ubv\0"
121   "\0"
122   /* _mesa_function_pool[308]: Color3ui (offset 21) */
123   "iii\0"
124   "glColor3ui\0"
125   "\0"
126   /* _mesa_function_pool[324]: Color3uiv (offset 22) */
127   "p\0"
128   "glColor3uiv\0"
129   "\0"
130   /* _mesa_function_pool[339]: Color3us (offset 23) */
131   "iii\0"
132   "glColor3us\0"
133   "\0"
134   /* _mesa_function_pool[355]: Color3usv (offset 24) */
135   "p\0"
136   "glColor3usv\0"
137   "\0"
138   /* _mesa_function_pool[370]: Color4b (offset 25) */
139   "iiii\0"
140   "glColor4b\0"
141   "\0"
142   /* _mesa_function_pool[386]: Color4bv (offset 26) */
143   "p\0"
144   "glColor4bv\0"
145   "\0"
146   /* _mesa_function_pool[400]: Color4d (offset 27) */
147   "dddd\0"
148   "glColor4d\0"
149   "\0"
150   /* _mesa_function_pool[416]: Color4dv (offset 28) */
151   "p\0"
152   "glColor4dv\0"
153   "\0"
154   /* _mesa_function_pool[430]: Color4f (offset 29) */
155   "ffff\0"
156   "glColor4f\0"
157   "\0"
158   /* _mesa_function_pool[446]: Color4fv (offset 30) */
159   "p\0"
160   "glColor4fv\0"
161   "\0"
162   /* _mesa_function_pool[460]: Color4i (offset 31) */
163   "iiii\0"
164   "glColor4i\0"
165   "\0"
166   /* _mesa_function_pool[476]: Color4iv (offset 32) */
167   "p\0"
168   "glColor4iv\0"
169   "\0"
170   /* _mesa_function_pool[490]: Color4s (offset 33) */
171   "iiii\0"
172   "glColor4s\0"
173   "\0"
174   /* _mesa_function_pool[506]: Color4sv (offset 34) */
175   "p\0"
176   "glColor4sv\0"
177   "\0"
178   /* _mesa_function_pool[520]: Color4ub (offset 35) */
179   "iiii\0"
180   "glColor4ub\0"
181   "\0"
182   /* _mesa_function_pool[537]: Color4ubv (offset 36) */
183   "p\0"
184   "glColor4ubv\0"
185   "\0"
186   /* _mesa_function_pool[552]: Color4ui (offset 37) */
187   "iiii\0"
188   "glColor4ui\0"
189   "\0"
190   /* _mesa_function_pool[569]: Color4uiv (offset 38) */
191   "p\0"
192   "glColor4uiv\0"
193   "\0"
194   /* _mesa_function_pool[584]: Color4us (offset 39) */
195   "iiii\0"
196   "glColor4us\0"
197   "\0"
198   /* _mesa_function_pool[601]: Color4usv (offset 40) */
199   "p\0"
200   "glColor4usv\0"
201   "\0"
202   /* _mesa_function_pool[616]: EdgeFlag (offset 41) */
203   "i\0"
204   "glEdgeFlag\0"
205   "\0"
206   /* _mesa_function_pool[630]: EdgeFlagv (offset 42) */
207   "p\0"
208   "glEdgeFlagv\0"
209   "\0"
210   /* _mesa_function_pool[645]: End (offset 43) */
211   "\0"
212   "glEnd\0"
213   "\0"
214   /* _mesa_function_pool[653]: Indexd (offset 44) */
215   "d\0"
216   "glIndexd\0"
217   "\0"
218   /* _mesa_function_pool[665]: Indexdv (offset 45) */
219   "p\0"
220   "glIndexdv\0"
221   "\0"
222   /* _mesa_function_pool[678]: Indexf (offset 46) */
223   "f\0"
224   "glIndexf\0"
225   "\0"
226   /* _mesa_function_pool[690]: Indexfv (offset 47) */
227   "p\0"
228   "glIndexfv\0"
229   "\0"
230   /* _mesa_function_pool[703]: Indexi (offset 48) */
231   "i\0"
232   "glIndexi\0"
233   "\0"
234   /* _mesa_function_pool[715]: Indexiv (offset 49) */
235   "p\0"
236   "glIndexiv\0"
237   "\0"
238   /* _mesa_function_pool[728]: Indexs (offset 50) */
239   "i\0"
240   "glIndexs\0"
241   "\0"
242   /* _mesa_function_pool[740]: Indexsv (offset 51) */
243   "p\0"
244   "glIndexsv\0"
245   "\0"
246   /* _mesa_function_pool[753]: Normal3b (offset 52) */
247   "iii\0"
248   "glNormal3b\0"
249   "\0"
250   /* _mesa_function_pool[769]: Normal3bv (offset 53) */
251   "p\0"
252   "glNormal3bv\0"
253   "\0"
254   /* _mesa_function_pool[784]: Normal3d (offset 54) */
255   "ddd\0"
256   "glNormal3d\0"
257   "\0"
258   /* _mesa_function_pool[800]: Normal3dv (offset 55) */
259   "p\0"
260   "glNormal3dv\0"
261   "\0"
262   /* _mesa_function_pool[815]: Normal3f (offset 56) */
263   "fff\0"
264   "glNormal3f\0"
265   "\0"
266   /* _mesa_function_pool[831]: Normal3fv (offset 57) */
267   "p\0"
268   "glNormal3fv\0"
269   "\0"
270   /* _mesa_function_pool[846]: Normal3i (offset 58) */
271   "iii\0"
272   "glNormal3i\0"
273   "\0"
274   /* _mesa_function_pool[862]: Normal3iv (offset 59) */
275   "p\0"
276   "glNormal3iv\0"
277   "\0"
278   /* _mesa_function_pool[877]: Normal3s (offset 60) */
279   "iii\0"
280   "glNormal3s\0"
281   "\0"
282   /* _mesa_function_pool[893]: Normal3sv (offset 61) */
283   "p\0"
284   "glNormal3sv\0"
285   "\0"
286   /* _mesa_function_pool[908]: RasterPos2d (offset 62) */
287   "dd\0"
288   "glRasterPos2d\0"
289   "\0"
290   /* _mesa_function_pool[926]: RasterPos2dv (offset 63) */
291   "p\0"
292   "glRasterPos2dv\0"
293   "\0"
294   /* _mesa_function_pool[944]: RasterPos2f (offset 64) */
295   "ff\0"
296   "glRasterPos2f\0"
297   "\0"
298   /* _mesa_function_pool[962]: RasterPos2fv (offset 65) */
299   "p\0"
300   "glRasterPos2fv\0"
301   "\0"
302   /* _mesa_function_pool[980]: RasterPos2i (offset 66) */
303   "ii\0"
304   "glRasterPos2i\0"
305   "\0"
306   /* _mesa_function_pool[998]: RasterPos2iv (offset 67) */
307   "p\0"
308   "glRasterPos2iv\0"
309   "\0"
310   /* _mesa_function_pool[1016]: RasterPos2s (offset 68) */
311   "ii\0"
312   "glRasterPos2s\0"
313   "\0"
314   /* _mesa_function_pool[1034]: RasterPos2sv (offset 69) */
315   "p\0"
316   "glRasterPos2sv\0"
317   "\0"
318   /* _mesa_function_pool[1052]: RasterPos3d (offset 70) */
319   "ddd\0"
320   "glRasterPos3d\0"
321   "\0"
322   /* _mesa_function_pool[1071]: RasterPos3dv (offset 71) */
323   "p\0"
324   "glRasterPos3dv\0"
325   "\0"
326   /* _mesa_function_pool[1089]: RasterPos3f (offset 72) */
327   "fff\0"
328   "glRasterPos3f\0"
329   "\0"
330   /* _mesa_function_pool[1108]: RasterPos3fv (offset 73) */
331   "p\0"
332   "glRasterPos3fv\0"
333   "\0"
334   /* _mesa_function_pool[1126]: RasterPos3i (offset 74) */
335   "iii\0"
336   "glRasterPos3i\0"
337   "\0"
338   /* _mesa_function_pool[1145]: RasterPos3iv (offset 75) */
339   "p\0"
340   "glRasterPos3iv\0"
341   "\0"
342   /* _mesa_function_pool[1163]: RasterPos3s (offset 76) */
343   "iii\0"
344   "glRasterPos3s\0"
345   "\0"
346   /* _mesa_function_pool[1182]: RasterPos3sv (offset 77) */
347   "p\0"
348   "glRasterPos3sv\0"
349   "\0"
350   /* _mesa_function_pool[1200]: RasterPos4d (offset 78) */
351   "dddd\0"
352   "glRasterPos4d\0"
353   "\0"
354   /* _mesa_function_pool[1220]: RasterPos4dv (offset 79) */
355   "p\0"
356   "glRasterPos4dv\0"
357   "\0"
358   /* _mesa_function_pool[1238]: RasterPos4f (offset 80) */
359   "ffff\0"
360   "glRasterPos4f\0"
361   "\0"
362   /* _mesa_function_pool[1258]: RasterPos4fv (offset 81) */
363   "p\0"
364   "glRasterPos4fv\0"
365   "\0"
366   /* _mesa_function_pool[1276]: RasterPos4i (offset 82) */
367   "iiii\0"
368   "glRasterPos4i\0"
369   "\0"
370   /* _mesa_function_pool[1296]: RasterPos4iv (offset 83) */
371   "p\0"
372   "glRasterPos4iv\0"
373   "\0"
374   /* _mesa_function_pool[1314]: RasterPos4s (offset 84) */
375   "iiii\0"
376   "glRasterPos4s\0"
377   "\0"
378   /* _mesa_function_pool[1334]: RasterPos4sv (offset 85) */
379   "p\0"
380   "glRasterPos4sv\0"
381   "\0"
382   /* _mesa_function_pool[1352]: Rectd (offset 86) */
383   "dddd\0"
384   "glRectd\0"
385   "\0"
386   /* _mesa_function_pool[1366]: Rectdv (offset 87) */
387   "pp\0"
388   "glRectdv\0"
389   "\0"
390   /* _mesa_function_pool[1379]: Rectf (offset 88) */
391   "ffff\0"
392   "glRectf\0"
393   "\0"
394   /* _mesa_function_pool[1393]: Rectfv (offset 89) */
395   "pp\0"
396   "glRectfv\0"
397   "\0"
398   /* _mesa_function_pool[1406]: Recti (offset 90) */
399   "iiii\0"
400   "glRecti\0"
401   "\0"
402   /* _mesa_function_pool[1420]: Rectiv (offset 91) */
403   "pp\0"
404   "glRectiv\0"
405   "\0"
406   /* _mesa_function_pool[1433]: Rects (offset 92) */
407   "iiii\0"
408   "glRects\0"
409   "\0"
410   /* _mesa_function_pool[1447]: Rectsv (offset 93) */
411   "pp\0"
412   "glRectsv\0"
413   "\0"
414   /* _mesa_function_pool[1460]: TexCoord1d (offset 94) */
415   "d\0"
416   "glTexCoord1d\0"
417   "\0"
418   /* _mesa_function_pool[1476]: TexCoord1dv (offset 95) */
419   "p\0"
420   "glTexCoord1dv\0"
421   "\0"
422   /* _mesa_function_pool[1493]: TexCoord1f (offset 96) */
423   "f\0"
424   "glTexCoord1f\0"
425   "\0"
426   /* _mesa_function_pool[1509]: TexCoord1fv (offset 97) */
427   "p\0"
428   "glTexCoord1fv\0"
429   "\0"
430   /* _mesa_function_pool[1526]: TexCoord1i (offset 98) */
431   "i\0"
432   "glTexCoord1i\0"
433   "\0"
434   /* _mesa_function_pool[1542]: TexCoord1iv (offset 99) */
435   "p\0"
436   "glTexCoord1iv\0"
437   "\0"
438   /* _mesa_function_pool[1559]: TexCoord1s (offset 100) */
439   "i\0"
440   "glTexCoord1s\0"
441   "\0"
442   /* _mesa_function_pool[1575]: TexCoord1sv (offset 101) */
443   "p\0"
444   "glTexCoord1sv\0"
445   "\0"
446   /* _mesa_function_pool[1592]: TexCoord2d (offset 102) */
447   "dd\0"
448   "glTexCoord2d\0"
449   "\0"
450   /* _mesa_function_pool[1609]: TexCoord2dv (offset 103) */
451   "p\0"
452   "glTexCoord2dv\0"
453   "\0"
454   /* _mesa_function_pool[1626]: TexCoord2f (offset 104) */
455   "ff\0"
456   "glTexCoord2f\0"
457   "\0"
458   /* _mesa_function_pool[1643]: TexCoord2fv (offset 105) */
459   "p\0"
460   "glTexCoord2fv\0"
461   "\0"
462   /* _mesa_function_pool[1660]: TexCoord2i (offset 106) */
463   "ii\0"
464   "glTexCoord2i\0"
465   "\0"
466   /* _mesa_function_pool[1677]: TexCoord2iv (offset 107) */
467   "p\0"
468   "glTexCoord2iv\0"
469   "\0"
470   /* _mesa_function_pool[1694]: TexCoord2s (offset 108) */
471   "ii\0"
472   "glTexCoord2s\0"
473   "\0"
474   /* _mesa_function_pool[1711]: TexCoord2sv (offset 109) */
475   "p\0"
476   "glTexCoord2sv\0"
477   "\0"
478   /* _mesa_function_pool[1728]: TexCoord3d (offset 110) */
479   "ddd\0"
480   "glTexCoord3d\0"
481   "\0"
482   /* _mesa_function_pool[1746]: TexCoord3dv (offset 111) */
483   "p\0"
484   "glTexCoord3dv\0"
485   "\0"
486   /* _mesa_function_pool[1763]: TexCoord3f (offset 112) */
487   "fff\0"
488   "glTexCoord3f\0"
489   "\0"
490   /* _mesa_function_pool[1781]: TexCoord3fv (offset 113) */
491   "p\0"
492   "glTexCoord3fv\0"
493   "\0"
494   /* _mesa_function_pool[1798]: TexCoord3i (offset 114) */
495   "iii\0"
496   "glTexCoord3i\0"
497   "\0"
498   /* _mesa_function_pool[1816]: TexCoord3iv (offset 115) */
499   "p\0"
500   "glTexCoord3iv\0"
501   "\0"
502   /* _mesa_function_pool[1833]: TexCoord3s (offset 116) */
503   "iii\0"
504   "glTexCoord3s\0"
505   "\0"
506   /* _mesa_function_pool[1851]: TexCoord3sv (offset 117) */
507   "p\0"
508   "glTexCoord3sv\0"
509   "\0"
510   /* _mesa_function_pool[1868]: TexCoord4d (offset 118) */
511   "dddd\0"
512   "glTexCoord4d\0"
513   "\0"
514   /* _mesa_function_pool[1887]: TexCoord4dv (offset 119) */
515   "p\0"
516   "glTexCoord4dv\0"
517   "\0"
518   /* _mesa_function_pool[1904]: TexCoord4f (offset 120) */
519   "ffff\0"
520   "glTexCoord4f\0"
521   "\0"
522   /* _mesa_function_pool[1923]: TexCoord4fv (offset 121) */
523   "p\0"
524   "glTexCoord4fv\0"
525   "\0"
526   /* _mesa_function_pool[1940]: TexCoord4i (offset 122) */
527   "iiii\0"
528   "glTexCoord4i\0"
529   "\0"
530   /* _mesa_function_pool[1959]: TexCoord4iv (offset 123) */
531   "p\0"
532   "glTexCoord4iv\0"
533   "\0"
534   /* _mesa_function_pool[1976]: TexCoord4s (offset 124) */
535   "iiii\0"
536   "glTexCoord4s\0"
537   "\0"
538   /* _mesa_function_pool[1995]: TexCoord4sv (offset 125) */
539   "p\0"
540   "glTexCoord4sv\0"
541   "\0"
542   /* _mesa_function_pool[2012]: Vertex2d (offset 126) */
543   "dd\0"
544   "glVertex2d\0"
545   "\0"
546   /* _mesa_function_pool[2027]: Vertex2dv (offset 127) */
547   "p\0"
548   "glVertex2dv\0"
549   "\0"
550   /* _mesa_function_pool[2042]: Vertex2f (offset 128) */
551   "ff\0"
552   "glVertex2f\0"
553   "\0"
554   /* _mesa_function_pool[2057]: Vertex2fv (offset 129) */
555   "p\0"
556   "glVertex2fv\0"
557   "\0"
558   /* _mesa_function_pool[2072]: Vertex2i (offset 130) */
559   "ii\0"
560   "glVertex2i\0"
561   "\0"
562   /* _mesa_function_pool[2087]: Vertex2iv (offset 131) */
563   "p\0"
564   "glVertex2iv\0"
565   "\0"
566   /* _mesa_function_pool[2102]: Vertex2s (offset 132) */
567   "ii\0"
568   "glVertex2s\0"
569   "\0"
570   /* _mesa_function_pool[2117]: Vertex2sv (offset 133) */
571   "p\0"
572   "glVertex2sv\0"
573   "\0"
574   /* _mesa_function_pool[2132]: Vertex3d (offset 134) */
575   "ddd\0"
576   "glVertex3d\0"
577   "\0"
578   /* _mesa_function_pool[2148]: Vertex3dv (offset 135) */
579   "p\0"
580   "glVertex3dv\0"
581   "\0"
582   /* _mesa_function_pool[2163]: Vertex3f (offset 136) */
583   "fff\0"
584   "glVertex3f\0"
585   "\0"
586   /* _mesa_function_pool[2179]: Vertex3fv (offset 137) */
587   "p\0"
588   "glVertex3fv\0"
589   "\0"
590   /* _mesa_function_pool[2194]: Vertex3i (offset 138) */
591   "iii\0"
592   "glVertex3i\0"
593   "\0"
594   /* _mesa_function_pool[2210]: Vertex3iv (offset 139) */
595   "p\0"
596   "glVertex3iv\0"
597   "\0"
598   /* _mesa_function_pool[2225]: Vertex3s (offset 140) */
599   "iii\0"
600   "glVertex3s\0"
601   "\0"
602   /* _mesa_function_pool[2241]: Vertex3sv (offset 141) */
603   "p\0"
604   "glVertex3sv\0"
605   "\0"
606   /* _mesa_function_pool[2256]: Vertex4d (offset 142) */
607   "dddd\0"
608   "glVertex4d\0"
609   "\0"
610   /* _mesa_function_pool[2273]: Vertex4dv (offset 143) */
611   "p\0"
612   "glVertex4dv\0"
613   "\0"
614   /* _mesa_function_pool[2288]: Vertex4f (offset 144) */
615   "ffff\0"
616   "glVertex4f\0"
617   "\0"
618   /* _mesa_function_pool[2305]: Vertex4fv (offset 145) */
619   "p\0"
620   "glVertex4fv\0"
621   "\0"
622   /* _mesa_function_pool[2320]: Vertex4i (offset 146) */
623   "iiii\0"
624   "glVertex4i\0"
625   "\0"
626   /* _mesa_function_pool[2337]: Vertex4iv (offset 147) */
627   "p\0"
628   "glVertex4iv\0"
629   "\0"
630   /* _mesa_function_pool[2352]: Vertex4s (offset 148) */
631   "iiii\0"
632   "glVertex4s\0"
633   "\0"
634   /* _mesa_function_pool[2369]: Vertex4sv (offset 149) */
635   "p\0"
636   "glVertex4sv\0"
637   "\0"
638   /* _mesa_function_pool[2384]: ClipPlane (offset 150) */
639   "ip\0"
640   "glClipPlane\0"
641   "\0"
642   /* _mesa_function_pool[2400]: ColorMaterial (offset 151) */
643   "ii\0"
644   "glColorMaterial\0"
645   "\0"
646   /* _mesa_function_pool[2420]: CullFace (offset 152) */
647   "i\0"
648   "glCullFace\0"
649   "\0"
650   /* _mesa_function_pool[2434]: Fogf (offset 153) */
651   "if\0"
652   "glFogf\0"
653   "\0"
654   /* _mesa_function_pool[2445]: Fogfv (offset 154) */
655   "ip\0"
656   "glFogfv\0"
657   "\0"
658   /* _mesa_function_pool[2457]: Fogi (offset 155) */
659   "ii\0"
660   "glFogi\0"
661   "\0"
662   /* _mesa_function_pool[2468]: Fogiv (offset 156) */
663   "ip\0"
664   "glFogiv\0"
665   "\0"
666   /* _mesa_function_pool[2480]: FrontFace (offset 157) */
667   "i\0"
668   "glFrontFace\0"
669   "\0"
670   /* _mesa_function_pool[2495]: Hint (offset 158) */
671   "ii\0"
672   "glHint\0"
673   "\0"
674   /* _mesa_function_pool[2506]: Lightf (offset 159) */
675   "iif\0"
676   "glLightf\0"
677   "\0"
678   /* _mesa_function_pool[2520]: Lightfv (offset 160) */
679   "iip\0"
680   "glLightfv\0"
681   "\0"
682   /* _mesa_function_pool[2535]: Lighti (offset 161) */
683   "iii\0"
684   "glLighti\0"
685   "\0"
686   /* _mesa_function_pool[2549]: Lightiv (offset 162) */
687   "iip\0"
688   "glLightiv\0"
689   "\0"
690   /* _mesa_function_pool[2564]: LightModelf (offset 163) */
691   "if\0"
692   "glLightModelf\0"
693   "\0"
694   /* _mesa_function_pool[2582]: LightModelfv (offset 164) */
695   "ip\0"
696   "glLightModelfv\0"
697   "\0"
698   /* _mesa_function_pool[2601]: LightModeli (offset 165) */
699   "ii\0"
700   "glLightModeli\0"
701   "\0"
702   /* _mesa_function_pool[2619]: LightModeliv (offset 166) */
703   "ip\0"
704   "glLightModeliv\0"
705   "\0"
706   /* _mesa_function_pool[2638]: LineStipple (offset 167) */
707   "ii\0"
708   "glLineStipple\0"
709   "\0"
710   /* _mesa_function_pool[2656]: LineWidth (offset 168) */
711   "f\0"
712   "glLineWidth\0"
713   "\0"
714   /* _mesa_function_pool[2671]: Materialf (offset 169) */
715   "iif\0"
716   "glMaterialf\0"
717   "\0"
718   /* _mesa_function_pool[2688]: Materialfv (offset 170) */
719   "iip\0"
720   "glMaterialfv\0"
721   "\0"
722   /* _mesa_function_pool[2706]: Materiali (offset 171) */
723   "iii\0"
724   "glMateriali\0"
725   "\0"
726   /* _mesa_function_pool[2723]: Materialiv (offset 172) */
727   "iip\0"
728   "glMaterialiv\0"
729   "\0"
730   /* _mesa_function_pool[2741]: PointSize (offset 173) */
731   "f\0"
732   "glPointSize\0"
733   "\0"
734   /* _mesa_function_pool[2756]: PolygonMode (offset 174) */
735   "ii\0"
736   "glPolygonMode\0"
737   "\0"
738   /* _mesa_function_pool[2774]: PolygonStipple (offset 175) */
739   "p\0"
740   "glPolygonStipple\0"
741   "\0"
742   /* _mesa_function_pool[2794]: Scissor (offset 176) */
743   "iiii\0"
744   "glScissor\0"
745   "\0"
746   /* _mesa_function_pool[2810]: ShadeModel (offset 177) */
747   "i\0"
748   "glShadeModel\0"
749   "\0"
750   /* _mesa_function_pool[2826]: TexParameterf (offset 178) */
751   "iif\0"
752   "glTexParameterf\0"
753   "\0"
754   /* _mesa_function_pool[2847]: TexParameterfv (offset 179) */
755   "iip\0"
756   "glTexParameterfv\0"
757   "\0"
758   /* _mesa_function_pool[2869]: TexParameteri (offset 180) */
759   "iii\0"
760   "glTexParameteri\0"
761   "\0"
762   /* _mesa_function_pool[2890]: TexParameteriv (offset 181) */
763   "iip\0"
764   "glTexParameteriv\0"
765   "\0"
766   /* _mesa_function_pool[2912]: TexImage1D (offset 182) */
767   "iiiiiiip\0"
768   "glTexImage1D\0"
769   "\0"
770   /* _mesa_function_pool[2935]: TexImage2D (offset 183) */
771   "iiiiiiiip\0"
772   "glTexImage2D\0"
773   "\0"
774   /* _mesa_function_pool[2959]: TexEnvf (offset 184) */
775   "iif\0"
776   "glTexEnvf\0"
777   "\0"
778   /* _mesa_function_pool[2974]: TexEnvfv (offset 185) */
779   "iip\0"
780   "glTexEnvfv\0"
781   "\0"
782   /* _mesa_function_pool[2990]: TexEnvi (offset 186) */
783   "iii\0"
784   "glTexEnvi\0"
785   "\0"
786   /* _mesa_function_pool[3005]: TexEnviv (offset 187) */
787   "iip\0"
788   "glTexEnviv\0"
789   "\0"
790   /* _mesa_function_pool[3021]: TexGend (offset 188) */
791   "iid\0"
792   "glTexGend\0"
793   "\0"
794   /* _mesa_function_pool[3036]: TexGendv (offset 189) */
795   "iip\0"
796   "glTexGendv\0"
797   "\0"
798   /* _mesa_function_pool[3052]: TexGenf (offset 190) */
799   "iif\0"
800   "glTexGenf\0"
801   "glTexGenfOES\0"
802   "\0"
803   /* _mesa_function_pool[3080]: TexGenfv (offset 191) */
804   "iip\0"
805   "glTexGenfv\0"
806   "glTexGenfvOES\0"
807   "\0"
808   /* _mesa_function_pool[3110]: TexGeni (offset 192) */
809   "iii\0"
810   "glTexGeni\0"
811   "glTexGeniOES\0"
812   "\0"
813   /* _mesa_function_pool[3138]: TexGeniv (offset 193) */
814   "iip\0"
815   "glTexGeniv\0"
816   "glTexGenivOES\0"
817   "\0"
818   /* _mesa_function_pool[3168]: FeedbackBuffer (offset 194) */
819   "iip\0"
820   "glFeedbackBuffer\0"
821   "\0"
822   /* _mesa_function_pool[3190]: SelectBuffer (offset 195) */
823   "ip\0"
824   "glSelectBuffer\0"
825   "\0"
826   /* _mesa_function_pool[3209]: RenderMode (offset 196) */
827   "i\0"
828   "glRenderMode\0"
829   "\0"
830   /* _mesa_function_pool[3225]: InitNames (offset 197) */
831   "\0"
832   "glInitNames\0"
833   "\0"
834   /* _mesa_function_pool[3239]: LoadName (offset 198) */
835   "i\0"
836   "glLoadName\0"
837   "\0"
838   /* _mesa_function_pool[3253]: PassThrough (offset 199) */
839   "f\0"
840   "glPassThrough\0"
841   "\0"
842   /* _mesa_function_pool[3270]: PopName (offset 200) */
843   "\0"
844   "glPopName\0"
845   "\0"
846   /* _mesa_function_pool[3282]: PushName (offset 201) */
847   "i\0"
848   "glPushName\0"
849   "\0"
850   /* _mesa_function_pool[3296]: DrawBuffer (offset 202) */
851   "i\0"
852   "glDrawBuffer\0"
853   "\0"
854   /* _mesa_function_pool[3312]: Clear (offset 203) */
855   "i\0"
856   "glClear\0"
857   "\0"
858   /* _mesa_function_pool[3323]: ClearAccum (offset 204) */
859   "ffff\0"
860   "glClearAccum\0"
861   "\0"
862   /* _mesa_function_pool[3342]: ClearIndex (offset 205) */
863   "f\0"
864   "glClearIndex\0"
865   "\0"
866   /* _mesa_function_pool[3358]: ClearColor (offset 206) */
867   "ffff\0"
868   "glClearColor\0"
869   "\0"
870   /* _mesa_function_pool[3377]: ClearStencil (offset 207) */
871   "i\0"
872   "glClearStencil\0"
873   "\0"
874   /* _mesa_function_pool[3395]: ClearDepth (offset 208) */
875   "d\0"
876   "glClearDepth\0"
877   "\0"
878   /* _mesa_function_pool[3411]: StencilMask (offset 209) */
879   "i\0"
880   "glStencilMask\0"
881   "\0"
882   /* _mesa_function_pool[3428]: ColorMask (offset 210) */
883   "iiii\0"
884   "glColorMask\0"
885   "\0"
886   /* _mesa_function_pool[3446]: DepthMask (offset 211) */
887   "i\0"
888   "glDepthMask\0"
889   "\0"
890   /* _mesa_function_pool[3461]: IndexMask (offset 212) */
891   "i\0"
892   "glIndexMask\0"
893   "\0"
894   /* _mesa_function_pool[3476]: Accum (offset 213) */
895   "if\0"
896   "glAccum\0"
897   "\0"
898   /* _mesa_function_pool[3488]: Disable (offset 214) */
899   "i\0"
900   "glDisable\0"
901   "\0"
902   /* _mesa_function_pool[3501]: Enable (offset 215) */
903   "i\0"
904   "glEnable\0"
905   "\0"
906   /* _mesa_function_pool[3513]: Finish (offset 216) */
907   "\0"
908   "glFinish\0"
909   "\0"
910   /* _mesa_function_pool[3524]: Flush (offset 217) */
911   "\0"
912   "glFlush\0"
913   "\0"
914   /* _mesa_function_pool[3534]: PopAttrib (offset 218) */
915   "\0"
916   "glPopAttrib\0"
917   "\0"
918   /* _mesa_function_pool[3548]: PushAttrib (offset 219) */
919   "i\0"
920   "glPushAttrib\0"
921   "\0"
922   /* _mesa_function_pool[3564]: Map1d (offset 220) */
923   "iddiip\0"
924   "glMap1d\0"
925   "\0"
926   /* _mesa_function_pool[3580]: Map1f (offset 221) */
927   "iffiip\0"
928   "glMap1f\0"
929   "\0"
930   /* _mesa_function_pool[3596]: Map2d (offset 222) */
931   "iddiiddiip\0"
932   "glMap2d\0"
933   "\0"
934   /* _mesa_function_pool[3616]: Map2f (offset 223) */
935   "iffiiffiip\0"
936   "glMap2f\0"
937   "\0"
938   /* _mesa_function_pool[3636]: MapGrid1d (offset 224) */
939   "idd\0"
940   "glMapGrid1d\0"
941   "\0"
942   /* _mesa_function_pool[3653]: MapGrid1f (offset 225) */
943   "iff\0"
944   "glMapGrid1f\0"
945   "\0"
946   /* _mesa_function_pool[3670]: MapGrid2d (offset 226) */
947   "iddidd\0"
948   "glMapGrid2d\0"
949   "\0"
950   /* _mesa_function_pool[3690]: MapGrid2f (offset 227) */
951   "iffiff\0"
952   "glMapGrid2f\0"
953   "\0"
954   /* _mesa_function_pool[3710]: EvalCoord1d (offset 228) */
955   "d\0"
956   "glEvalCoord1d\0"
957   "\0"
958   /* _mesa_function_pool[3727]: EvalCoord1dv (offset 229) */
959   "p\0"
960   "glEvalCoord1dv\0"
961   "\0"
962   /* _mesa_function_pool[3745]: EvalCoord1f (offset 230) */
963   "f\0"
964   "glEvalCoord1f\0"
965   "\0"
966   /* _mesa_function_pool[3762]: EvalCoord1fv (offset 231) */
967   "p\0"
968   "glEvalCoord1fv\0"
969   "\0"
970   /* _mesa_function_pool[3780]: EvalCoord2d (offset 232) */
971   "dd\0"
972   "glEvalCoord2d\0"
973   "\0"
974   /* _mesa_function_pool[3798]: EvalCoord2dv (offset 233) */
975   "p\0"
976   "glEvalCoord2dv\0"
977   "\0"
978   /* _mesa_function_pool[3816]: EvalCoord2f (offset 234) */
979   "ff\0"
980   "glEvalCoord2f\0"
981   "\0"
982   /* _mesa_function_pool[3834]: EvalCoord2fv (offset 235) */
983   "p\0"
984   "glEvalCoord2fv\0"
985   "\0"
986   /* _mesa_function_pool[3852]: EvalMesh1 (offset 236) */
987   "iii\0"
988   "glEvalMesh1\0"
989   "\0"
990   /* _mesa_function_pool[3869]: EvalPoint1 (offset 237) */
991   "i\0"
992   "glEvalPoint1\0"
993   "\0"
994   /* _mesa_function_pool[3885]: EvalMesh2 (offset 238) */
995   "iiiii\0"
996   "glEvalMesh2\0"
997   "\0"
998   /* _mesa_function_pool[3904]: EvalPoint2 (offset 239) */
999   "ii\0"
1000   "glEvalPoint2\0"
1001   "\0"
1002   /* _mesa_function_pool[3921]: AlphaFunc (offset 240) */
1003   "if\0"
1004   "glAlphaFunc\0"
1005   "\0"
1006   /* _mesa_function_pool[3937]: BlendFunc (offset 241) */
1007   "ii\0"
1008   "glBlendFunc\0"
1009   "\0"
1010   /* _mesa_function_pool[3953]: LogicOp (offset 242) */
1011   "i\0"
1012   "glLogicOp\0"
1013   "\0"
1014   /* _mesa_function_pool[3966]: StencilFunc (offset 243) */
1015   "iii\0"
1016   "glStencilFunc\0"
1017   "\0"
1018   /* _mesa_function_pool[3985]: StencilOp (offset 244) */
1019   "iii\0"
1020   "glStencilOp\0"
1021   "\0"
1022   /* _mesa_function_pool[4002]: DepthFunc (offset 245) */
1023   "i\0"
1024   "glDepthFunc\0"
1025   "\0"
1026   /* _mesa_function_pool[4017]: PixelZoom (offset 246) */
1027   "ff\0"
1028   "glPixelZoom\0"
1029   "\0"
1030   /* _mesa_function_pool[4033]: PixelTransferf (offset 247) */
1031   "if\0"
1032   "glPixelTransferf\0"
1033   "\0"
1034   /* _mesa_function_pool[4054]: PixelTransferi (offset 248) */
1035   "ii\0"
1036   "glPixelTransferi\0"
1037   "\0"
1038   /* _mesa_function_pool[4075]: PixelStoref (offset 249) */
1039   "if\0"
1040   "glPixelStoref\0"
1041   "\0"
1042   /* _mesa_function_pool[4093]: PixelStorei (offset 250) */
1043   "ii\0"
1044   "glPixelStorei\0"
1045   "\0"
1046   /* _mesa_function_pool[4111]: PixelMapfv (offset 251) */
1047   "iip\0"
1048   "glPixelMapfv\0"
1049   "\0"
1050   /* _mesa_function_pool[4129]: PixelMapuiv (offset 252) */
1051   "iip\0"
1052   "glPixelMapuiv\0"
1053   "\0"
1054   /* _mesa_function_pool[4148]: PixelMapusv (offset 253) */
1055   "iip\0"
1056   "glPixelMapusv\0"
1057   "\0"
1058   /* _mesa_function_pool[4167]: ReadBuffer (offset 254) */
1059   "i\0"
1060   "glReadBuffer\0"
1061   "glReadBufferNV\0"
1062   "\0"
1063   /* _mesa_function_pool[4198]: CopyPixels (offset 255) */
1064   "iiiii\0"
1065   "glCopyPixels\0"
1066   "\0"
1067   /* _mesa_function_pool[4218]: ReadPixels (offset 256) */
1068   "iiiiiip\0"
1069   "glReadPixels\0"
1070   "\0"
1071   /* _mesa_function_pool[4240]: DrawPixels (offset 257) */
1072   "iiiip\0"
1073   "glDrawPixels\0"
1074   "\0"
1075   /* _mesa_function_pool[4260]: GetBooleanv (offset 258) */
1076   "ip\0"
1077   "glGetBooleanv\0"
1078   "\0"
1079   /* _mesa_function_pool[4278]: GetClipPlane (offset 259) */
1080   "ip\0"
1081   "glGetClipPlane\0"
1082   "\0"
1083   /* _mesa_function_pool[4297]: GetDoublev (offset 260) */
1084   "ip\0"
1085   "glGetDoublev\0"
1086   "\0"
1087   /* _mesa_function_pool[4314]: GetError (offset 261) */
1088   "\0"
1089   "glGetError\0"
1090   "\0"
1091   /* _mesa_function_pool[4327]: GetFloatv (offset 262) */
1092   "ip\0"
1093   "glGetFloatv\0"
1094   "\0"
1095   /* _mesa_function_pool[4343]: GetIntegerv (offset 263) */
1096   "ip\0"
1097   "glGetIntegerv\0"
1098   "\0"
1099   /* _mesa_function_pool[4361]: GetLightfv (offset 264) */
1100   "iip\0"
1101   "glGetLightfv\0"
1102   "\0"
1103   /* _mesa_function_pool[4379]: GetLightiv (offset 265) */
1104   "iip\0"
1105   "glGetLightiv\0"
1106   "\0"
1107   /* _mesa_function_pool[4397]: GetMapdv (offset 266) */
1108   "iip\0"
1109   "glGetMapdv\0"
1110   "\0"
1111   /* _mesa_function_pool[4413]: GetMapfv (offset 267) */
1112   "iip\0"
1113   "glGetMapfv\0"
1114   "\0"
1115   /* _mesa_function_pool[4429]: GetMapiv (offset 268) */
1116   "iip\0"
1117   "glGetMapiv\0"
1118   "\0"
1119   /* _mesa_function_pool[4445]: GetMaterialfv (offset 269) */
1120   "iip\0"
1121   "glGetMaterialfv\0"
1122   "\0"
1123   /* _mesa_function_pool[4466]: GetMaterialiv (offset 270) */
1124   "iip\0"
1125   "glGetMaterialiv\0"
1126   "\0"
1127   /* _mesa_function_pool[4487]: GetPixelMapfv (offset 271) */
1128   "ip\0"
1129   "glGetPixelMapfv\0"
1130   "\0"
1131   /* _mesa_function_pool[4507]: GetPixelMapuiv (offset 272) */
1132   "ip\0"
1133   "glGetPixelMapuiv\0"
1134   "\0"
1135   /* _mesa_function_pool[4528]: GetPixelMapusv (offset 273) */
1136   "ip\0"
1137   "glGetPixelMapusv\0"
1138   "\0"
1139   /* _mesa_function_pool[4549]: GetPolygonStipple (offset 274) */
1140   "p\0"
1141   "glGetPolygonStipple\0"
1142   "\0"
1143   /* _mesa_function_pool[4572]: GetString (offset 275) */
1144   "i\0"
1145   "glGetString\0"
1146   "\0"
1147   /* _mesa_function_pool[4587]: GetTexEnvfv (offset 276) */
1148   "iip\0"
1149   "glGetTexEnvfv\0"
1150   "\0"
1151   /* _mesa_function_pool[4606]: GetTexEnviv (offset 277) */
1152   "iip\0"
1153   "glGetTexEnviv\0"
1154   "\0"
1155   /* _mesa_function_pool[4625]: GetTexGendv (offset 278) */
1156   "iip\0"
1157   "glGetTexGendv\0"
1158   "\0"
1159   /* _mesa_function_pool[4644]: GetTexGenfv (offset 279) */
1160   "iip\0"
1161   "glGetTexGenfv\0"
1162   "glGetTexGenfvOES\0"
1163   "\0"
1164   /* _mesa_function_pool[4680]: GetTexGeniv (offset 280) */
1165   "iip\0"
1166   "glGetTexGeniv\0"
1167   "glGetTexGenivOES\0"
1168   "\0"
1169   /* _mesa_function_pool[4716]: GetTexImage (offset 281) */
1170   "iiiip\0"
1171   "glGetTexImage\0"
1172   "\0"
1173   /* _mesa_function_pool[4737]: GetTexParameterfv (offset 282) */
1174   "iip\0"
1175   "glGetTexParameterfv\0"
1176   "\0"
1177   /* _mesa_function_pool[4762]: GetTexParameteriv (offset 283) */
1178   "iip\0"
1179   "glGetTexParameteriv\0"
1180   "\0"
1181   /* _mesa_function_pool[4787]: GetTexLevelParameterfv (offset 284) */
1182   "iiip\0"
1183   "glGetTexLevelParameterfv\0"
1184   "\0"
1185   /* _mesa_function_pool[4818]: GetTexLevelParameteriv (offset 285) */
1186   "iiip\0"
1187   "glGetTexLevelParameteriv\0"
1188   "\0"
1189   /* _mesa_function_pool[4849]: IsEnabled (offset 286) */
1190   "i\0"
1191   "glIsEnabled\0"
1192   "\0"
1193   /* _mesa_function_pool[4864]: IsList (offset 287) */
1194   "i\0"
1195   "glIsList\0"
1196   "\0"
1197   /* _mesa_function_pool[4876]: DepthRange (offset 288) */
1198   "dd\0"
1199   "glDepthRange\0"
1200   "\0"
1201   /* _mesa_function_pool[4893]: Frustum (offset 289) */
1202   "dddddd\0"
1203   "glFrustum\0"
1204   "\0"
1205   /* _mesa_function_pool[4911]: LoadIdentity (offset 290) */
1206   "\0"
1207   "glLoadIdentity\0"
1208   "\0"
1209   /* _mesa_function_pool[4928]: LoadMatrixf (offset 291) */
1210   "p\0"
1211   "glLoadMatrixf\0"
1212   "\0"
1213   /* _mesa_function_pool[4945]: LoadMatrixd (offset 292) */
1214   "p\0"
1215   "glLoadMatrixd\0"
1216   "\0"
1217   /* _mesa_function_pool[4962]: MatrixMode (offset 293) */
1218   "i\0"
1219   "glMatrixMode\0"
1220   "\0"
1221   /* _mesa_function_pool[4978]: MultMatrixf (offset 294) */
1222   "p\0"
1223   "glMultMatrixf\0"
1224   "\0"
1225   /* _mesa_function_pool[4995]: MultMatrixd (offset 295) */
1226   "p\0"
1227   "glMultMatrixd\0"
1228   "\0"
1229   /* _mesa_function_pool[5012]: Ortho (offset 296) */
1230   "dddddd\0"
1231   "glOrtho\0"
1232   "\0"
1233   /* _mesa_function_pool[5028]: PopMatrix (offset 297) */
1234   "\0"
1235   "glPopMatrix\0"
1236   "\0"
1237   /* _mesa_function_pool[5042]: PushMatrix (offset 298) */
1238   "\0"
1239   "glPushMatrix\0"
1240   "\0"
1241   /* _mesa_function_pool[5057]: Rotated (offset 299) */
1242   "dddd\0"
1243   "glRotated\0"
1244   "\0"
1245   /* _mesa_function_pool[5073]: Rotatef (offset 300) */
1246   "ffff\0"
1247   "glRotatef\0"
1248   "\0"
1249   /* _mesa_function_pool[5089]: Scaled (offset 301) */
1250   "ddd\0"
1251   "glScaled\0"
1252   "\0"
1253   /* _mesa_function_pool[5103]: Scalef (offset 302) */
1254   "fff\0"
1255   "glScalef\0"
1256   "\0"
1257   /* _mesa_function_pool[5117]: Translated (offset 303) */
1258   "ddd\0"
1259   "glTranslated\0"
1260   "\0"
1261   /* _mesa_function_pool[5135]: Translatef (offset 304) */
1262   "fff\0"
1263   "glTranslatef\0"
1264   "\0"
1265   /* _mesa_function_pool[5153]: Viewport (offset 305) */
1266   "iiii\0"
1267   "glViewport\0"
1268   "\0"
1269   /* _mesa_function_pool[5170]: ArrayElement (offset 306) */
1270   "i\0"
1271   "glArrayElement\0"
1272   "glArrayElementEXT\0"
1273   "\0"
1274   /* _mesa_function_pool[5206]: ColorPointer (offset 308) */
1275   "iiip\0"
1276   "glColorPointer\0"
1277   "\0"
1278   /* _mesa_function_pool[5227]: DisableClientState (offset 309) */
1279   "i\0"
1280   "glDisableClientState\0"
1281   "\0"
1282   /* _mesa_function_pool[5251]: DrawArrays (offset 310) */
1283   "iii\0"
1284   "glDrawArrays\0"
1285   "glDrawArraysEXT\0"
1286   "\0"
1287   /* _mesa_function_pool[5285]: DrawElements (offset 311) */
1288   "iiip\0"
1289   "glDrawElements\0"
1290   "\0"
1291   /* _mesa_function_pool[5306]: EdgeFlagPointer (offset 312) */
1292   "ip\0"
1293   "glEdgeFlagPointer\0"
1294   "\0"
1295   /* _mesa_function_pool[5328]: EnableClientState (offset 313) */
1296   "i\0"
1297   "glEnableClientState\0"
1298   "\0"
1299   /* _mesa_function_pool[5351]: GetPointerv (offset 329) */
1300   "ip\0"
1301   "glGetPointerv\0"
1302   "glGetPointervKHR\0"
1303   "glGetPointervEXT\0"
1304   "\0"
1305   /* _mesa_function_pool[5403]: IndexPointer (offset 314) */
1306   "iip\0"
1307   "glIndexPointer\0"
1308   "\0"
1309   /* _mesa_function_pool[5423]: InterleavedArrays (offset 317) */
1310   "iip\0"
1311   "glInterleavedArrays\0"
1312   "\0"
1313   /* _mesa_function_pool[5448]: NormalPointer (offset 318) */
1314   "iip\0"
1315   "glNormalPointer\0"
1316   "\0"
1317   /* _mesa_function_pool[5469]: TexCoordPointer (offset 320) */
1318   "iiip\0"
1319   "glTexCoordPointer\0"
1320   "\0"
1321   /* _mesa_function_pool[5493]: VertexPointer (offset 321) */
1322   "iiip\0"
1323   "glVertexPointer\0"
1324   "\0"
1325   /* _mesa_function_pool[5515]: PolygonOffset (offset 319) */
1326   "ff\0"
1327   "glPolygonOffset\0"
1328   "\0"
1329   /* _mesa_function_pool[5535]: CopyTexImage1D (offset 323) */
1330   "iiiiiii\0"
1331   "glCopyTexImage1D\0"
1332   "glCopyTexImage1DEXT\0"
1333   "\0"
1334   /* _mesa_function_pool[5581]: CopyTexImage2D (offset 324) */
1335   "iiiiiiii\0"
1336   "glCopyTexImage2D\0"
1337   "glCopyTexImage2DEXT\0"
1338   "\0"
1339   /* _mesa_function_pool[5628]: CopyTexSubImage1D (offset 325) */
1340   "iiiiii\0"
1341   "glCopyTexSubImage1D\0"
1342   "glCopyTexSubImage1DEXT\0"
1343   "\0"
1344   /* _mesa_function_pool[5679]: CopyTexSubImage2D (offset 326) */
1345   "iiiiiiii\0"
1346   "glCopyTexSubImage2D\0"
1347   "glCopyTexSubImage2DEXT\0"
1348   "\0"
1349   /* _mesa_function_pool[5732]: TexSubImage1D (offset 332) */
1350   "iiiiiip\0"
1351   "glTexSubImage1D\0"
1352   "glTexSubImage1DEXT\0"
1353   "\0"
1354   /* _mesa_function_pool[5776]: TexSubImage2D (offset 333) */
1355   "iiiiiiiip\0"
1356   "glTexSubImage2D\0"
1357   "glTexSubImage2DEXT\0"
1358   "\0"
1359   /* _mesa_function_pool[5822]: AreTexturesResident (offset 322) */
1360   "ipp\0"
1361   "glAreTexturesResident\0"
1362   "glAreTexturesResidentEXT\0"
1363   "\0"
1364   /* _mesa_function_pool[5874]: BindTexture (offset 307) */
1365   "ii\0"
1366   "glBindTexture\0"
1367   "glBindTextureEXT\0"
1368   "\0"
1369   /* _mesa_function_pool[5909]: DeleteTextures (offset 327) */
1370   "ip\0"
1371   "glDeleteTextures\0"
1372   "glDeleteTexturesEXT\0"
1373   "\0"
1374   /* _mesa_function_pool[5950]: GenTextures (offset 328) */
1375   "ip\0"
1376   "glGenTextures\0"
1377   "glGenTexturesEXT\0"
1378   "\0"
1379   /* _mesa_function_pool[5985]: IsTexture (offset 330) */
1380   "i\0"
1381   "glIsTexture\0"
1382   "glIsTextureEXT\0"
1383   "\0"
1384   /* _mesa_function_pool[6015]: PrioritizeTextures (offset 331) */
1385   "ipp\0"
1386   "glPrioritizeTextures\0"
1387   "glPrioritizeTexturesEXT\0"
1388   "\0"
1389   /* _mesa_function_pool[6065]: Indexub (offset 315) */
1390   "i\0"
1391   "glIndexub\0"
1392   "\0"
1393   /* _mesa_function_pool[6078]: Indexubv (offset 316) */
1394   "p\0"
1395   "glIndexubv\0"
1396   "\0"
1397   /* _mesa_function_pool[6092]: PopClientAttrib (offset 334) */
1398   "\0"
1399   "glPopClientAttrib\0"
1400   "\0"
1401   /* _mesa_function_pool[6112]: PushClientAttrib (offset 335) */
1402   "i\0"
1403   "glPushClientAttrib\0"
1404   "\0"
1405   /* _mesa_function_pool[6134]: BlendColor (offset 336) */
1406   "ffff\0"
1407   "glBlendColor\0"
1408   "glBlendColorEXT\0"
1409   "\0"
1410   /* _mesa_function_pool[6169]: BlendEquation (offset 337) */
1411   "i\0"
1412   "glBlendEquation\0"
1413   "glBlendEquationEXT\0"
1414   "glBlendEquationOES\0"
1415   "\0"
1416   /* _mesa_function_pool[6226]: DrawRangeElements (offset 338) */
1417   "iiiiip\0"
1418   "glDrawRangeElements\0"
1419   "glDrawRangeElementsEXT\0"
1420   "\0"
1421   /* _mesa_function_pool[6277]: ColorTable (offset 339) */
1422   "iiiiip\0"
1423   "glColorTable\0"
1424   "glColorTableSGI\0"
1425   "glColorTableEXT\0"
1426   "\0"
1427   /* _mesa_function_pool[6330]: ColorTableParameterfv (offset 340) */
1428   "iip\0"
1429   "glColorTableParameterfv\0"
1430   "glColorTableParameterfvSGI\0"
1431   "\0"
1432   /* _mesa_function_pool[6386]: ColorTableParameteriv (offset 341) */
1433   "iip\0"
1434   "glColorTableParameteriv\0"
1435   "glColorTableParameterivSGI\0"
1436   "\0"
1437   /* _mesa_function_pool[6442]: CopyColorTable (offset 342) */
1438   "iiiii\0"
1439   "glCopyColorTable\0"
1440   "glCopyColorTableSGI\0"
1441   "\0"
1442   /* _mesa_function_pool[6486]: GetColorTable (offset 343) */
1443   "iiip\0"
1444   "glGetColorTable\0"
1445   "glGetColorTableSGI\0"
1446   "glGetColorTableEXT\0"
1447   "\0"
1448   /* _mesa_function_pool[6546]: GetColorTableParameterfv (offset 344) */
1449   "iip\0"
1450   "glGetColorTableParameterfv\0"
1451   "glGetColorTableParameterfvSGI\0"
1452   "glGetColorTableParameterfvEXT\0"
1453   "\0"
1454   /* _mesa_function_pool[6638]: GetColorTableParameteriv (offset 345) */
1455   "iip\0"
1456   "glGetColorTableParameteriv\0"
1457   "glGetColorTableParameterivSGI\0"
1458   "glGetColorTableParameterivEXT\0"
1459   "\0"
1460   /* _mesa_function_pool[6730]: ColorSubTable (offset 346) */
1461   "iiiiip\0"
1462   "glColorSubTable\0"
1463   "glColorSubTableEXT\0"
1464   "\0"
1465   /* _mesa_function_pool[6773]: CopyColorSubTable (offset 347) */
1466   "iiiii\0"
1467   "glCopyColorSubTable\0"
1468   "glCopyColorSubTableEXT\0"
1469   "\0"
1470   /* _mesa_function_pool[6823]: ConvolutionFilter1D (offset 348) */
1471   "iiiiip\0"
1472   "glConvolutionFilter1D\0"
1473   "glConvolutionFilter1DEXT\0"
1474   "\0"
1475   /* _mesa_function_pool[6878]: ConvolutionFilter2D (offset 349) */
1476   "iiiiiip\0"
1477   "glConvolutionFilter2D\0"
1478   "glConvolutionFilter2DEXT\0"
1479   "\0"
1480   /* _mesa_function_pool[6934]: ConvolutionParameterf (offset 350) */
1481   "iif\0"
1482   "glConvolutionParameterf\0"
1483   "glConvolutionParameterfEXT\0"
1484   "\0"
1485   /* _mesa_function_pool[6990]: ConvolutionParameterfv (offset 351) */
1486   "iip\0"
1487   "glConvolutionParameterfv\0"
1488   "glConvolutionParameterfvEXT\0"
1489   "\0"
1490   /* _mesa_function_pool[7048]: ConvolutionParameteri (offset 352) */
1491   "iii\0"
1492   "glConvolutionParameteri\0"
1493   "glConvolutionParameteriEXT\0"
1494   "\0"
1495   /* _mesa_function_pool[7104]: ConvolutionParameteriv (offset 353) */
1496   "iip\0"
1497   "glConvolutionParameteriv\0"
1498   "glConvolutionParameterivEXT\0"
1499   "\0"
1500   /* _mesa_function_pool[7162]: CopyConvolutionFilter1D (offset 354) */
1501   "iiiii\0"
1502   "glCopyConvolutionFilter1D\0"
1503   "glCopyConvolutionFilter1DEXT\0"
1504   "\0"
1505   /* _mesa_function_pool[7224]: CopyConvolutionFilter2D (offset 355) */
1506   "iiiiii\0"
1507   "glCopyConvolutionFilter2D\0"
1508   "glCopyConvolutionFilter2DEXT\0"
1509   "\0"
1510   /* _mesa_function_pool[7287]: GetConvolutionFilter (offset 356) */
1511   "iiip\0"
1512   "glGetConvolutionFilter\0"
1513   "glGetConvolutionFilterEXT\0"
1514   "\0"
1515   /* _mesa_function_pool[7342]: GetConvolutionParameterfv (offset 357) */
1516   "iip\0"
1517   "glGetConvolutionParameterfv\0"
1518   "glGetConvolutionParameterfvEXT\0"
1519   "\0"
1520   /* _mesa_function_pool[7406]: GetConvolutionParameteriv (offset 358) */
1521   "iip\0"
1522   "glGetConvolutionParameteriv\0"
1523   "glGetConvolutionParameterivEXT\0"
1524   "\0"
1525   /* _mesa_function_pool[7470]: GetSeparableFilter (offset 359) */
1526   "iiippp\0"
1527   "glGetSeparableFilter\0"
1528   "glGetSeparableFilterEXT\0"
1529   "\0"
1530   /* _mesa_function_pool[7523]: SeparableFilter2D (offset 360) */
1531   "iiiiiipp\0"
1532   "glSeparableFilter2D\0"
1533   "glSeparableFilter2DEXT\0"
1534   "\0"
1535   /* _mesa_function_pool[7576]: GetHistogram (offset 361) */
1536   "iiiip\0"
1537   "glGetHistogram\0"
1538   "glGetHistogramEXT\0"
1539   "\0"
1540   /* _mesa_function_pool[7616]: GetHistogramParameterfv (offset 362) */
1541   "iip\0"
1542   "glGetHistogramParameterfv\0"
1543   "glGetHistogramParameterfvEXT\0"
1544   "\0"
1545   /* _mesa_function_pool[7676]: GetHistogramParameteriv (offset 363) */
1546   "iip\0"
1547   "glGetHistogramParameteriv\0"
1548   "glGetHistogramParameterivEXT\0"
1549   "\0"
1550   /* _mesa_function_pool[7736]: GetMinmax (offset 364) */
1551   "iiiip\0"
1552   "glGetMinmax\0"
1553   "glGetMinmaxEXT\0"
1554   "\0"
1555   /* _mesa_function_pool[7770]: GetMinmaxParameterfv (offset 365) */
1556   "iip\0"
1557   "glGetMinmaxParameterfv\0"
1558   "glGetMinmaxParameterfvEXT\0"
1559   "\0"
1560   /* _mesa_function_pool[7824]: GetMinmaxParameteriv (offset 366) */
1561   "iip\0"
1562   "glGetMinmaxParameteriv\0"
1563   "glGetMinmaxParameterivEXT\0"
1564   "\0"
1565   /* _mesa_function_pool[7878]: Histogram (offset 367) */
1566   "iiii\0"
1567   "glHistogram\0"
1568   "glHistogramEXT\0"
1569   "\0"
1570   /* _mesa_function_pool[7911]: Minmax (offset 368) */
1571   "iii\0"
1572   "glMinmax\0"
1573   "glMinmaxEXT\0"
1574   "\0"
1575   /* _mesa_function_pool[7937]: ResetHistogram (offset 369) */
1576   "i\0"
1577   "glResetHistogram\0"
1578   "glResetHistogramEXT\0"
1579   "\0"
1580   /* _mesa_function_pool[7977]: ResetMinmax (offset 370) */
1581   "i\0"
1582   "glResetMinmax\0"
1583   "glResetMinmaxEXT\0"
1584   "\0"
1585   /* _mesa_function_pool[8011]: TexImage3D (offset 371) */
1586   "iiiiiiiiip\0"
1587   "glTexImage3D\0"
1588   "glTexImage3DEXT\0"
1589   "glTexImage3DOES\0"
1590   "\0"
1591   /* _mesa_function_pool[8068]: TexSubImage3D (offset 372) */
1592   "iiiiiiiiiip\0"
1593   "glTexSubImage3D\0"
1594   "glTexSubImage3DEXT\0"
1595   "glTexSubImage3DOES\0"
1596   "\0"
1597   /* _mesa_function_pool[8135]: CopyTexSubImage3D (offset 373) */
1598   "iiiiiiiii\0"
1599   "glCopyTexSubImage3D\0"
1600   "glCopyTexSubImage3DEXT\0"
1601   "glCopyTexSubImage3DOES\0"
1602   "\0"
1603   /* _mesa_function_pool[8212]: ActiveTexture (offset 374) */
1604   "i\0"
1605   "glActiveTexture\0"
1606   "glActiveTextureARB\0"
1607   "\0"
1608   /* _mesa_function_pool[8250]: ClientActiveTexture (offset 375) */
1609   "i\0"
1610   "glClientActiveTexture\0"
1611   "glClientActiveTextureARB\0"
1612   "\0"
1613   /* _mesa_function_pool[8300]: MultiTexCoord1d (offset 376) */
1614   "id\0"
1615   "glMultiTexCoord1d\0"
1616   "glMultiTexCoord1dARB\0"
1617   "\0"
1618   /* _mesa_function_pool[8343]: MultiTexCoord1dv (offset 377) */
1619   "ip\0"
1620   "glMultiTexCoord1dv\0"
1621   "glMultiTexCoord1dvARB\0"
1622   "\0"
1623   /* _mesa_function_pool[8388]: MultiTexCoord1fARB (offset 378) */
1624   "if\0"
1625   "glMultiTexCoord1f\0"
1626   "glMultiTexCoord1fARB\0"
1627   "\0"
1628   /* _mesa_function_pool[8431]: MultiTexCoord1fvARB (offset 379) */
1629   "ip\0"
1630   "glMultiTexCoord1fv\0"
1631   "glMultiTexCoord1fvARB\0"
1632   "\0"
1633   /* _mesa_function_pool[8476]: MultiTexCoord1i (offset 380) */
1634   "ii\0"
1635   "glMultiTexCoord1i\0"
1636   "glMultiTexCoord1iARB\0"
1637   "\0"
1638   /* _mesa_function_pool[8519]: MultiTexCoord1iv (offset 381) */
1639   "ip\0"
1640   "glMultiTexCoord1iv\0"
1641   "glMultiTexCoord1ivARB\0"
1642   "\0"
1643   /* _mesa_function_pool[8564]: MultiTexCoord1s (offset 382) */
1644   "ii\0"
1645   "glMultiTexCoord1s\0"
1646   "glMultiTexCoord1sARB\0"
1647   "\0"
1648   /* _mesa_function_pool[8607]: MultiTexCoord1sv (offset 383) */
1649   "ip\0"
1650   "glMultiTexCoord1sv\0"
1651   "glMultiTexCoord1svARB\0"
1652   "\0"
1653   /* _mesa_function_pool[8652]: MultiTexCoord2d (offset 384) */
1654   "idd\0"
1655   "glMultiTexCoord2d\0"
1656   "glMultiTexCoord2dARB\0"
1657   "\0"
1658   /* _mesa_function_pool[8696]: MultiTexCoord2dv (offset 385) */
1659   "ip\0"
1660   "glMultiTexCoord2dv\0"
1661   "glMultiTexCoord2dvARB\0"
1662   "\0"
1663   /* _mesa_function_pool[8741]: MultiTexCoord2fARB (offset 386) */
1664   "iff\0"
1665   "glMultiTexCoord2f\0"
1666   "glMultiTexCoord2fARB\0"
1667   "\0"
1668   /* _mesa_function_pool[8785]: MultiTexCoord2fvARB (offset 387) */
1669   "ip\0"
1670   "glMultiTexCoord2fv\0"
1671   "glMultiTexCoord2fvARB\0"
1672   "\0"
1673   /* _mesa_function_pool[8830]: MultiTexCoord2i (offset 388) */
1674   "iii\0"
1675   "glMultiTexCoord2i\0"
1676   "glMultiTexCoord2iARB\0"
1677   "\0"
1678   /* _mesa_function_pool[8874]: MultiTexCoord2iv (offset 389) */
1679   "ip\0"
1680   "glMultiTexCoord2iv\0"
1681   "glMultiTexCoord2ivARB\0"
1682   "\0"
1683   /* _mesa_function_pool[8919]: MultiTexCoord2s (offset 390) */
1684   "iii\0"
1685   "glMultiTexCoord2s\0"
1686   "glMultiTexCoord2sARB\0"
1687   "\0"
1688   /* _mesa_function_pool[8963]: MultiTexCoord2sv (offset 391) */
1689   "ip\0"
1690   "glMultiTexCoord2sv\0"
1691   "glMultiTexCoord2svARB\0"
1692   "\0"
1693   /* _mesa_function_pool[9008]: MultiTexCoord3d (offset 392) */
1694   "iddd\0"
1695   "glMultiTexCoord3d\0"
1696   "glMultiTexCoord3dARB\0"
1697   "\0"
1698   /* _mesa_function_pool[9053]: MultiTexCoord3dv (offset 393) */
1699   "ip\0"
1700   "glMultiTexCoord3dv\0"
1701   "glMultiTexCoord3dvARB\0"
1702   "\0"
1703   /* _mesa_function_pool[9098]: MultiTexCoord3fARB (offset 394) */
1704   "ifff\0"
1705   "glMultiTexCoord3f\0"
1706   "glMultiTexCoord3fARB\0"
1707   "\0"
1708   /* _mesa_function_pool[9143]: MultiTexCoord3fvARB (offset 395) */
1709   "ip\0"
1710   "glMultiTexCoord3fv\0"
1711   "glMultiTexCoord3fvARB\0"
1712   "\0"
1713   /* _mesa_function_pool[9188]: MultiTexCoord3i (offset 396) */
1714   "iiii\0"
1715   "glMultiTexCoord3i\0"
1716   "glMultiTexCoord3iARB\0"
1717   "\0"
1718   /* _mesa_function_pool[9233]: MultiTexCoord3iv (offset 397) */
1719   "ip\0"
1720   "glMultiTexCoord3iv\0"
1721   "glMultiTexCoord3ivARB\0"
1722   "\0"
1723   /* _mesa_function_pool[9278]: MultiTexCoord3s (offset 398) */
1724   "iiii\0"
1725   "glMultiTexCoord3s\0"
1726   "glMultiTexCoord3sARB\0"
1727   "\0"
1728   /* _mesa_function_pool[9323]: MultiTexCoord3sv (offset 399) */
1729   "ip\0"
1730   "glMultiTexCoord3sv\0"
1731   "glMultiTexCoord3svARB\0"
1732   "\0"
1733   /* _mesa_function_pool[9368]: MultiTexCoord4d (offset 400) */
1734   "idddd\0"
1735   "glMultiTexCoord4d\0"
1736   "glMultiTexCoord4dARB\0"
1737   "\0"
1738   /* _mesa_function_pool[9414]: MultiTexCoord4dv (offset 401) */
1739   "ip\0"
1740   "glMultiTexCoord4dv\0"
1741   "glMultiTexCoord4dvARB\0"
1742   "\0"
1743   /* _mesa_function_pool[9459]: MultiTexCoord4fARB (offset 402) */
1744   "iffff\0"
1745   "glMultiTexCoord4f\0"
1746   "glMultiTexCoord4fARB\0"
1747   "\0"
1748   /* _mesa_function_pool[9505]: MultiTexCoord4fvARB (offset 403) */
1749   "ip\0"
1750   "glMultiTexCoord4fv\0"
1751   "glMultiTexCoord4fvARB\0"
1752   "\0"
1753   /* _mesa_function_pool[9550]: MultiTexCoord4i (offset 404) */
1754   "iiiii\0"
1755   "glMultiTexCoord4i\0"
1756   "glMultiTexCoord4iARB\0"
1757   "\0"
1758   /* _mesa_function_pool[9596]: MultiTexCoord4iv (offset 405) */
1759   "ip\0"
1760   "glMultiTexCoord4iv\0"
1761   "glMultiTexCoord4ivARB\0"
1762   "\0"
1763   /* _mesa_function_pool[9641]: MultiTexCoord4s (offset 406) */
1764   "iiiii\0"
1765   "glMultiTexCoord4s\0"
1766   "glMultiTexCoord4sARB\0"
1767   "\0"
1768   /* _mesa_function_pool[9687]: MultiTexCoord4sv (offset 407) */
1769   "ip\0"
1770   "glMultiTexCoord4sv\0"
1771   "glMultiTexCoord4svARB\0"
1772   "\0"
1773   /* _mesa_function_pool[9732]: LoadTransposeMatrixf (will be remapped) */
1774   "p\0"
1775   "glLoadTransposeMatrixf\0"
1776   "glLoadTransposeMatrixfARB\0"
1777   "\0"
1778   /* _mesa_function_pool[9784]: LoadTransposeMatrixd (will be remapped) */
1779   "p\0"
1780   "glLoadTransposeMatrixd\0"
1781   "glLoadTransposeMatrixdARB\0"
1782   "\0"
1783   /* _mesa_function_pool[9836]: MultTransposeMatrixf (will be remapped) */
1784   "p\0"
1785   "glMultTransposeMatrixf\0"
1786   "glMultTransposeMatrixfARB\0"
1787   "\0"
1788   /* _mesa_function_pool[9888]: MultTransposeMatrixd (will be remapped) */
1789   "p\0"
1790   "glMultTransposeMatrixd\0"
1791   "glMultTransposeMatrixdARB\0"
1792   "\0"
1793   /* _mesa_function_pool[9940]: SampleCoverage (will be remapped) */
1794   "fi\0"
1795   "glSampleCoverage\0"
1796   "glSampleCoverageARB\0"
1797   "\0"
1798   /* _mesa_function_pool[9981]: CompressedTexImage3D (will be remapped) */
1799   "iiiiiiiip\0"
1800   "glCompressedTexImage3D\0"
1801   "glCompressedTexImage3DARB\0"
1802   "glCompressedTexImage3DOES\0"
1803   "\0"
1804   /* _mesa_function_pool[10067]: CompressedTexImage2D (will be remapped) */
1805   "iiiiiiip\0"
1806   "glCompressedTexImage2D\0"
1807   "glCompressedTexImage2DARB\0"
1808   "\0"
1809   /* _mesa_function_pool[10126]: CompressedTexImage1D (will be remapped) */
1810   "iiiiiip\0"
1811   "glCompressedTexImage1D\0"
1812   "glCompressedTexImage1DARB\0"
1813   "\0"
1814   /* _mesa_function_pool[10184]: CompressedTexSubImage3D (will be remapped) */
1815   "iiiiiiiiiip\0"
1816   "glCompressedTexSubImage3D\0"
1817   "glCompressedTexSubImage3DARB\0"
1818   "glCompressedTexSubImage3DOES\0"
1819   "\0"
1820   /* _mesa_function_pool[10281]: CompressedTexSubImage2D (will be remapped) */
1821   "iiiiiiiip\0"
1822   "glCompressedTexSubImage2D\0"
1823   "glCompressedTexSubImage2DARB\0"
1824   "\0"
1825   /* _mesa_function_pool[10347]: CompressedTexSubImage1D (will be remapped) */
1826   "iiiiiip\0"
1827   "glCompressedTexSubImage1D\0"
1828   "glCompressedTexSubImage1DARB\0"
1829   "\0"
1830   /* _mesa_function_pool[10411]: GetCompressedTexImage (will be remapped) */
1831   "iip\0"
1832   "glGetCompressedTexImage\0"
1833   "glGetCompressedTexImageARB\0"
1834   "\0"
1835   /* _mesa_function_pool[10467]: BlendFuncSeparate (will be remapped) */
1836   "iiii\0"
1837   "glBlendFuncSeparate\0"
1838   "glBlendFuncSeparateEXT\0"
1839   "glBlendFuncSeparateINGR\0"
1840   "glBlendFuncSeparateOES\0"
1841   "\0"
1842   /* _mesa_function_pool[10563]: FogCoordfEXT (will be remapped) */
1843   "f\0"
1844   "glFogCoordf\0"
1845   "glFogCoordfEXT\0"
1846   "\0"
1847   /* _mesa_function_pool[10593]: FogCoordfvEXT (will be remapped) */
1848   "p\0"
1849   "glFogCoordfv\0"
1850   "glFogCoordfvEXT\0"
1851   "\0"
1852   /* _mesa_function_pool[10625]: FogCoordd (will be remapped) */
1853   "d\0"
1854   "glFogCoordd\0"
1855   "glFogCoorddEXT\0"
1856   "\0"
1857   /* _mesa_function_pool[10655]: FogCoorddv (will be remapped) */
1858   "p\0"
1859   "glFogCoorddv\0"
1860   "glFogCoorddvEXT\0"
1861   "\0"
1862   /* _mesa_function_pool[10687]: FogCoordPointer (will be remapped) */
1863   "iip\0"
1864   "glFogCoordPointer\0"
1865   "glFogCoordPointerEXT\0"
1866   "\0"
1867   /* _mesa_function_pool[10731]: MultiDrawArrays (will be remapped) */
1868   "ippi\0"
1869   "glMultiDrawArrays\0"
1870   "glMultiDrawArraysEXT\0"
1871   "\0"
1872   /* _mesa_function_pool[10776]: MultiDrawElementsEXT (will be remapped) */
1873   "ipipi\0"
1874   "glMultiDrawElements\0"
1875   "glMultiDrawElementsEXT\0"
1876   "\0"
1877   /* _mesa_function_pool[10826]: PointParameterf (will be remapped) */
1878   "if\0"
1879   "glPointParameterf\0"
1880   "glPointParameterfARB\0"
1881   "glPointParameterfEXT\0"
1882   "glPointParameterfSGIS\0"
1883   "\0"
1884   /* _mesa_function_pool[10912]: PointParameterfv (will be remapped) */
1885   "ip\0"
1886   "glPointParameterfv\0"
1887   "glPointParameterfvARB\0"
1888   "glPointParameterfvEXT\0"
1889   "glPointParameterfvSGIS\0"
1890   "\0"
1891   /* _mesa_function_pool[11002]: PointParameteri (will be remapped) */
1892   "ii\0"
1893   "glPointParameteri\0"
1894   "glPointParameteriNV\0"
1895   "\0"
1896   /* _mesa_function_pool[11044]: PointParameteriv (will be remapped) */
1897   "ip\0"
1898   "glPointParameteriv\0"
1899   "glPointParameterivNV\0"
1900   "\0"
1901   /* _mesa_function_pool[11088]: SecondaryColor3b (will be remapped) */
1902   "iii\0"
1903   "glSecondaryColor3b\0"
1904   "glSecondaryColor3bEXT\0"
1905   "\0"
1906   /* _mesa_function_pool[11134]: SecondaryColor3bv (will be remapped) */
1907   "p\0"
1908   "glSecondaryColor3bv\0"
1909   "glSecondaryColor3bvEXT\0"
1910   "\0"
1911   /* _mesa_function_pool[11180]: SecondaryColor3d (will be remapped) */
1912   "ddd\0"
1913   "glSecondaryColor3d\0"
1914   "glSecondaryColor3dEXT\0"
1915   "\0"
1916   /* _mesa_function_pool[11226]: SecondaryColor3dv (will be remapped) */
1917   "p\0"
1918   "glSecondaryColor3dv\0"
1919   "glSecondaryColor3dvEXT\0"
1920   "\0"
1921   /* _mesa_function_pool[11272]: SecondaryColor3fEXT (will be remapped) */
1922   "fff\0"
1923   "glSecondaryColor3f\0"
1924   "glSecondaryColor3fEXT\0"
1925   "\0"
1926   /* _mesa_function_pool[11318]: SecondaryColor3fvEXT (will be remapped) */
1927   "p\0"
1928   "glSecondaryColor3fv\0"
1929   "glSecondaryColor3fvEXT\0"
1930   "\0"
1931   /* _mesa_function_pool[11364]: SecondaryColor3i (will be remapped) */
1932   "iii\0"
1933   "glSecondaryColor3i\0"
1934   "glSecondaryColor3iEXT\0"
1935   "\0"
1936   /* _mesa_function_pool[11410]: SecondaryColor3iv (will be remapped) */
1937   "p\0"
1938   "glSecondaryColor3iv\0"
1939   "glSecondaryColor3ivEXT\0"
1940   "\0"
1941   /* _mesa_function_pool[11456]: SecondaryColor3s (will be remapped) */
1942   "iii\0"
1943   "glSecondaryColor3s\0"
1944   "glSecondaryColor3sEXT\0"
1945   "\0"
1946   /* _mesa_function_pool[11502]: SecondaryColor3sv (will be remapped) */
1947   "p\0"
1948   "glSecondaryColor3sv\0"
1949   "glSecondaryColor3svEXT\0"
1950   "\0"
1951   /* _mesa_function_pool[11548]: SecondaryColor3ub (will be remapped) */
1952   "iii\0"
1953   "glSecondaryColor3ub\0"
1954   "glSecondaryColor3ubEXT\0"
1955   "\0"
1956   /* _mesa_function_pool[11596]: SecondaryColor3ubv (will be remapped) */
1957   "p\0"
1958   "glSecondaryColor3ubv\0"
1959   "glSecondaryColor3ubvEXT\0"
1960   "\0"
1961   /* _mesa_function_pool[11644]: SecondaryColor3ui (will be remapped) */
1962   "iii\0"
1963   "glSecondaryColor3ui\0"
1964   "glSecondaryColor3uiEXT\0"
1965   "\0"
1966   /* _mesa_function_pool[11692]: SecondaryColor3uiv (will be remapped) */
1967   "p\0"
1968   "glSecondaryColor3uiv\0"
1969   "glSecondaryColor3uivEXT\0"
1970   "\0"
1971   /* _mesa_function_pool[11740]: SecondaryColor3us (will be remapped) */
1972   "iii\0"
1973   "glSecondaryColor3us\0"
1974   "glSecondaryColor3usEXT\0"
1975   "\0"
1976   /* _mesa_function_pool[11788]: SecondaryColor3usv (will be remapped) */
1977   "p\0"
1978   "glSecondaryColor3usv\0"
1979   "glSecondaryColor3usvEXT\0"
1980   "\0"
1981   /* _mesa_function_pool[11836]: SecondaryColorPointer (will be remapped) */
1982   "iiip\0"
1983   "glSecondaryColorPointer\0"
1984   "glSecondaryColorPointerEXT\0"
1985   "\0"
1986   /* _mesa_function_pool[11893]: WindowPos2d (will be remapped) */
1987   "dd\0"
1988   "glWindowPos2d\0"
1989   "glWindowPos2dARB\0"
1990   "glWindowPos2dMESA\0"
1991   "\0"
1992   /* _mesa_function_pool[11946]: WindowPos2dv (will be remapped) */
1993   "p\0"
1994   "glWindowPos2dv\0"
1995   "glWindowPos2dvARB\0"
1996   "glWindowPos2dvMESA\0"
1997   "\0"
1998   /* _mesa_function_pool[12001]: WindowPos2f (will be remapped) */
1999   "ff\0"
2000   "glWindowPos2f\0"
2001   "glWindowPos2fARB\0"
2002   "glWindowPos2fMESA\0"
2003   "\0"
2004   /* _mesa_function_pool[12054]: WindowPos2fv (will be remapped) */
2005   "p\0"
2006   "glWindowPos2fv\0"
2007   "glWindowPos2fvARB\0"
2008   "glWindowPos2fvMESA\0"
2009   "\0"
2010   /* _mesa_function_pool[12109]: WindowPos2i (will be remapped) */
2011   "ii\0"
2012   "glWindowPos2i\0"
2013   "glWindowPos2iARB\0"
2014   "glWindowPos2iMESA\0"
2015   "\0"
2016   /* _mesa_function_pool[12162]: WindowPos2iv (will be remapped) */
2017   "p\0"
2018   "glWindowPos2iv\0"
2019   "glWindowPos2ivARB\0"
2020   "glWindowPos2ivMESA\0"
2021   "\0"
2022   /* _mesa_function_pool[12217]: WindowPos2s (will be remapped) */
2023   "ii\0"
2024   "glWindowPos2s\0"
2025   "glWindowPos2sARB\0"
2026   "glWindowPos2sMESA\0"
2027   "\0"
2028   /* _mesa_function_pool[12270]: WindowPos2sv (will be remapped) */
2029   "p\0"
2030   "glWindowPos2sv\0"
2031   "glWindowPos2svARB\0"
2032   "glWindowPos2svMESA\0"
2033   "\0"
2034   /* _mesa_function_pool[12325]: WindowPos3d (will be remapped) */
2035   "ddd\0"
2036   "glWindowPos3d\0"
2037   "glWindowPos3dARB\0"
2038   "glWindowPos3dMESA\0"
2039   "\0"
2040   /* _mesa_function_pool[12379]: WindowPos3dv (will be remapped) */
2041   "p\0"
2042   "glWindowPos3dv\0"
2043   "glWindowPos3dvARB\0"
2044   "glWindowPos3dvMESA\0"
2045   "\0"
2046   /* _mesa_function_pool[12434]: WindowPos3f (will be remapped) */
2047   "fff\0"
2048   "glWindowPos3f\0"
2049   "glWindowPos3fARB\0"
2050   "glWindowPos3fMESA\0"
2051   "\0"
2052   /* _mesa_function_pool[12488]: WindowPos3fv (will be remapped) */
2053   "p\0"
2054   "glWindowPos3fv\0"
2055   "glWindowPos3fvARB\0"
2056   "glWindowPos3fvMESA\0"
2057   "\0"
2058   /* _mesa_function_pool[12543]: WindowPos3i (will be remapped) */
2059   "iii\0"
2060   "glWindowPos3i\0"
2061   "glWindowPos3iARB\0"
2062   "glWindowPos3iMESA\0"
2063   "\0"
2064   /* _mesa_function_pool[12597]: WindowPos3iv (will be remapped) */
2065   "p\0"
2066   "glWindowPos3iv\0"
2067   "glWindowPos3ivARB\0"
2068   "glWindowPos3ivMESA\0"
2069   "\0"
2070   /* _mesa_function_pool[12652]: WindowPos3s (will be remapped) */
2071   "iii\0"
2072   "glWindowPos3s\0"
2073   "glWindowPos3sARB\0"
2074   "glWindowPos3sMESA\0"
2075   "\0"
2076   /* _mesa_function_pool[12706]: WindowPos3sv (will be remapped) */
2077   "p\0"
2078   "glWindowPos3sv\0"
2079   "glWindowPos3svARB\0"
2080   "glWindowPos3svMESA\0"
2081   "\0"
2082   /* _mesa_function_pool[12761]: BindBuffer (will be remapped) */
2083   "ii\0"
2084   "glBindBuffer\0"
2085   "glBindBufferARB\0"
2086   "\0"
2087   /* _mesa_function_pool[12794]: BufferData (will be remapped) */
2088   "iipi\0"
2089   "glBufferData\0"
2090   "glBufferDataARB\0"
2091   "\0"
2092   /* _mesa_function_pool[12829]: BufferSubData (will be remapped) */
2093   "iiip\0"
2094   "glBufferSubData\0"
2095   "glBufferSubDataARB\0"
2096   "\0"
2097   /* _mesa_function_pool[12870]: DeleteBuffers (will be remapped) */
2098   "ip\0"
2099   "glDeleteBuffers\0"
2100   "glDeleteBuffersARB\0"
2101   "\0"
2102   /* _mesa_function_pool[12909]: GenBuffers (will be remapped) */
2103   "ip\0"
2104   "glGenBuffers\0"
2105   "glGenBuffersARB\0"
2106   "\0"
2107   /* _mesa_function_pool[12942]: GetBufferParameteriv (will be remapped) */
2108   "iip\0"
2109   "glGetBufferParameteriv\0"
2110   "glGetBufferParameterivARB\0"
2111   "\0"
2112   /* _mesa_function_pool[12996]: GetBufferPointerv (will be remapped) */
2113   "iip\0"
2114   "glGetBufferPointerv\0"
2115   "glGetBufferPointervARB\0"
2116   "glGetBufferPointervOES\0"
2117   "\0"
2118   /* _mesa_function_pool[13067]: GetBufferSubData (will be remapped) */
2119   "iiip\0"
2120   "glGetBufferSubData\0"
2121   "glGetBufferSubDataARB\0"
2122   "\0"
2123   /* _mesa_function_pool[13114]: IsBuffer (will be remapped) */
2124   "i\0"
2125   "glIsBuffer\0"
2126   "glIsBufferARB\0"
2127   "\0"
2128   /* _mesa_function_pool[13142]: MapBuffer (will be remapped) */
2129   "ii\0"
2130   "glMapBuffer\0"
2131   "glMapBufferARB\0"
2132   "glMapBufferOES\0"
2133   "\0"
2134   /* _mesa_function_pool[13188]: UnmapBuffer (will be remapped) */
2135   "i\0"
2136   "glUnmapBuffer\0"
2137   "glUnmapBufferARB\0"
2138   "glUnmapBufferOES\0"
2139   "\0"
2140   /* _mesa_function_pool[13239]: GenQueries (will be remapped) */
2141   "ip\0"
2142   "glGenQueries\0"
2143   "glGenQueriesARB\0"
2144   "glGenQueriesEXT\0"
2145   "\0"
2146   /* _mesa_function_pool[13288]: DeleteQueries (will be remapped) */
2147   "ip\0"
2148   "glDeleteQueries\0"
2149   "glDeleteQueriesARB\0"
2150   "glDeleteQueriesEXT\0"
2151   "\0"
2152   /* _mesa_function_pool[13346]: IsQuery (will be remapped) */
2153   "i\0"
2154   "glIsQuery\0"
2155   "glIsQueryARB\0"
2156   "glIsQueryEXT\0"
2157   "\0"
2158   /* _mesa_function_pool[13385]: BeginQuery (will be remapped) */
2159   "ii\0"
2160   "glBeginQuery\0"
2161   "glBeginQueryARB\0"
2162   "glBeginQueryEXT\0"
2163   "\0"
2164   /* _mesa_function_pool[13434]: EndQuery (will be remapped) */
2165   "i\0"
2166   "glEndQuery\0"
2167   "glEndQueryARB\0"
2168   "glEndQueryEXT\0"
2169   "\0"
2170   /* _mesa_function_pool[13476]: GetQueryiv (will be remapped) */
2171   "iip\0"
2172   "glGetQueryiv\0"
2173   "glGetQueryivARB\0"
2174   "glGetQueryivEXT\0"
2175   "\0"
2176   /* _mesa_function_pool[13526]: GetQueryObjectiv (will be remapped) */
2177   "iip\0"
2178   "glGetQueryObjectiv\0"
2179   "glGetQueryObjectivARB\0"
2180   "glGetQueryObjectivEXT\0"
2181   "\0"
2182   /* _mesa_function_pool[13594]: GetQueryObjectuiv (will be remapped) */
2183   "iip\0"
2184   "glGetQueryObjectuiv\0"
2185   "glGetQueryObjectuivARB\0"
2186   "glGetQueryObjectuivEXT\0"
2187   "\0"
2188   /* _mesa_function_pool[13665]: BlendEquationSeparate (will be remapped) */
2189   "ii\0"
2190   "glBlendEquationSeparate\0"
2191   "glBlendEquationSeparateEXT\0"
2192   "glBlendEquationSeparateATI\0"
2193   "glBlendEquationSeparateOES\0"
2194   "\0"
2195   /* _mesa_function_pool[13774]: DrawBuffers (will be remapped) */
2196   "ip\0"
2197   "glDrawBuffers\0"
2198   "glDrawBuffersARB\0"
2199   "glDrawBuffersATI\0"
2200   "glDrawBuffersNV\0"
2201   "glDrawBuffersEXT\0"
2202   "\0"
2203   /* _mesa_function_pool[13859]: StencilFuncSeparate (will be remapped) */
2204   "iiii\0"
2205   "glStencilFuncSeparate\0"
2206   "\0"
2207   /* _mesa_function_pool[13887]: StencilOpSeparate (will be remapped) */
2208   "iiii\0"
2209   "glStencilOpSeparate\0"
2210   "glStencilOpSeparateATI\0"
2211   "\0"
2212   /* _mesa_function_pool[13936]: StencilMaskSeparate (will be remapped) */
2213   "ii\0"
2214   "glStencilMaskSeparate\0"
2215   "\0"
2216   /* _mesa_function_pool[13962]: AttachShader (will be remapped) */
2217   "ii\0"
2218   "glAttachShader\0"
2219   "\0"
2220   /* _mesa_function_pool[13981]: BindAttribLocation (will be remapped) */
2221   "iip\0"
2222   "glBindAttribLocation\0"
2223   "glBindAttribLocationARB\0"
2224   "\0"
2225   /* _mesa_function_pool[14031]: CompileShader (will be remapped) */
2226   "i\0"
2227   "glCompileShader\0"
2228   "glCompileShaderARB\0"
2229   "\0"
2230   /* _mesa_function_pool[14069]: CreateProgram (will be remapped) */
2231   "\0"
2232   "glCreateProgram\0"
2233   "\0"
2234   /* _mesa_function_pool[14087]: CreateShader (will be remapped) */
2235   "i\0"
2236   "glCreateShader\0"
2237   "\0"
2238   /* _mesa_function_pool[14105]: DeleteProgram (will be remapped) */
2239   "i\0"
2240   "glDeleteProgram\0"
2241   "\0"
2242   /* _mesa_function_pool[14124]: DeleteShader (will be remapped) */
2243   "i\0"
2244   "glDeleteShader\0"
2245   "\0"
2246   /* _mesa_function_pool[14142]: DetachShader (will be remapped) */
2247   "ii\0"
2248   "glDetachShader\0"
2249   "\0"
2250   /* _mesa_function_pool[14161]: DisableVertexAttribArray (will be remapped) */
2251   "i\0"
2252   "glDisableVertexAttribArray\0"
2253   "glDisableVertexAttribArrayARB\0"
2254   "\0"
2255   /* _mesa_function_pool[14221]: EnableVertexAttribArray (will be remapped) */
2256   "i\0"
2257   "glEnableVertexAttribArray\0"
2258   "glEnableVertexAttribArrayARB\0"
2259   "\0"
2260   /* _mesa_function_pool[14279]: GetActiveAttrib (will be remapped) */
2261   "iiipppp\0"
2262   "glGetActiveAttrib\0"
2263   "glGetActiveAttribARB\0"
2264   "\0"
2265   /* _mesa_function_pool[14327]: GetActiveUniform (will be remapped) */
2266   "iiipppp\0"
2267   "glGetActiveUniform\0"
2268   "glGetActiveUniformARB\0"
2269   "\0"
2270   /* _mesa_function_pool[14377]: GetAttachedShaders (will be remapped) */
2271   "iipp\0"
2272   "glGetAttachedShaders\0"
2273   "\0"
2274   /* _mesa_function_pool[14404]: GetAttribLocation (will be remapped) */
2275   "ip\0"
2276   "glGetAttribLocation\0"
2277   "glGetAttribLocationARB\0"
2278   "\0"
2279   /* _mesa_function_pool[14451]: GetProgramiv (will be remapped) */
2280   "iip\0"
2281   "glGetProgramiv\0"
2282   "\0"
2283   /* _mesa_function_pool[14471]: GetProgramInfoLog (will be remapped) */
2284   "iipp\0"
2285   "glGetProgramInfoLog\0"
2286   "\0"
2287   /* _mesa_function_pool[14497]: GetShaderiv (will be remapped) */
2288   "iip\0"
2289   "glGetShaderiv\0"
2290   "\0"
2291   /* _mesa_function_pool[14516]: GetShaderInfoLog (will be remapped) */
2292   "iipp\0"
2293   "glGetShaderInfoLog\0"
2294   "\0"
2295   /* _mesa_function_pool[14541]: GetShaderSource (will be remapped) */
2296   "iipp\0"
2297   "glGetShaderSource\0"
2298   "glGetShaderSourceARB\0"
2299   "\0"
2300   /* _mesa_function_pool[14586]: GetUniformLocation (will be remapped) */
2301   "ip\0"
2302   "glGetUniformLocation\0"
2303   "glGetUniformLocationARB\0"
2304   "\0"
2305   /* _mesa_function_pool[14635]: GetUniformfv (will be remapped) */
2306   "iip\0"
2307   "glGetUniformfv\0"
2308   "glGetUniformfvARB\0"
2309   "\0"
2310   /* _mesa_function_pool[14673]: GetUniformiv (will be remapped) */
2311   "iip\0"
2312   "glGetUniformiv\0"
2313   "glGetUniformivARB\0"
2314   "\0"
2315   /* _mesa_function_pool[14711]: GetVertexAttribdv (will be remapped) */
2316   "iip\0"
2317   "glGetVertexAttribdv\0"
2318   "glGetVertexAttribdvARB\0"
2319   "\0"
2320   /* _mesa_function_pool[14759]: GetVertexAttribfv (will be remapped) */
2321   "iip\0"
2322   "glGetVertexAttribfv\0"
2323   "glGetVertexAttribfvARB\0"
2324   "\0"
2325   /* _mesa_function_pool[14807]: GetVertexAttribiv (will be remapped) */
2326   "iip\0"
2327   "glGetVertexAttribiv\0"
2328   "glGetVertexAttribivARB\0"
2329   "\0"
2330   /* _mesa_function_pool[14855]: GetVertexAttribPointerv (will be remapped) */
2331   "iip\0"
2332   "glGetVertexAttribPointerv\0"
2333   "glGetVertexAttribPointervARB\0"
2334   "glGetVertexAttribPointervNV\0"
2335   "\0"
2336   /* _mesa_function_pool[14943]: IsProgram (will be remapped) */
2337   "i\0"
2338   "glIsProgram\0"
2339   "\0"
2340   /* _mesa_function_pool[14958]: IsShader (will be remapped) */
2341   "i\0"
2342   "glIsShader\0"
2343   "\0"
2344   /* _mesa_function_pool[14972]: LinkProgram (will be remapped) */
2345   "i\0"
2346   "glLinkProgram\0"
2347   "glLinkProgramARB\0"
2348   "\0"
2349   /* _mesa_function_pool[15006]: ShaderSource (will be remapped) */
2350   "iipp\0"
2351   "glShaderSource\0"
2352   "glShaderSourceARB\0"
2353   "\0"
2354   /* _mesa_function_pool[15045]: UseProgram (will be remapped) */
2355   "i\0"
2356   "glUseProgram\0"
2357   "glUseProgramObjectARB\0"
2358   "\0"
2359   /* _mesa_function_pool[15083]: Uniform1f (will be remapped) */
2360   "if\0"
2361   "glUniform1f\0"
2362   "glUniform1fARB\0"
2363   "\0"
2364   /* _mesa_function_pool[15114]: Uniform2f (will be remapped) */
2365   "iff\0"
2366   "glUniform2f\0"
2367   "glUniform2fARB\0"
2368   "\0"
2369   /* _mesa_function_pool[15146]: Uniform3f (will be remapped) */
2370   "ifff\0"
2371   "glUniform3f\0"
2372   "glUniform3fARB\0"
2373   "\0"
2374   /* _mesa_function_pool[15179]: Uniform4f (will be remapped) */
2375   "iffff\0"
2376   "glUniform4f\0"
2377   "glUniform4fARB\0"
2378   "\0"
2379   /* _mesa_function_pool[15213]: Uniform1i (will be remapped) */
2380   "ii\0"
2381   "glUniform1i\0"
2382   "glUniform1iARB\0"
2383   "\0"
2384   /* _mesa_function_pool[15244]: Uniform2i (will be remapped) */
2385   "iii\0"
2386   "glUniform2i\0"
2387   "glUniform2iARB\0"
2388   "\0"
2389   /* _mesa_function_pool[15276]: Uniform3i (will be remapped) */
2390   "iiii\0"
2391   "glUniform3i\0"
2392   "glUniform3iARB\0"
2393   "\0"
2394   /* _mesa_function_pool[15309]: Uniform4i (will be remapped) */
2395   "iiiii\0"
2396   "glUniform4i\0"
2397   "glUniform4iARB\0"
2398   "\0"
2399   /* _mesa_function_pool[15343]: Uniform1fv (will be remapped) */
2400   "iip\0"
2401   "glUniform1fv\0"
2402   "glUniform1fvARB\0"
2403   "\0"
2404   /* _mesa_function_pool[15377]: Uniform2fv (will be remapped) */
2405   "iip\0"
2406   "glUniform2fv\0"
2407   "glUniform2fvARB\0"
2408   "\0"
2409   /* _mesa_function_pool[15411]: Uniform3fv (will be remapped) */
2410   "iip\0"
2411   "glUniform3fv\0"
2412   "glUniform3fvARB\0"
2413   "\0"
2414   /* _mesa_function_pool[15445]: Uniform4fv (will be remapped) */
2415   "iip\0"
2416   "glUniform4fv\0"
2417   "glUniform4fvARB\0"
2418   "\0"
2419   /* _mesa_function_pool[15479]: Uniform1iv (will be remapped) */
2420   "iip\0"
2421   "glUniform1iv\0"
2422   "glUniform1ivARB\0"
2423   "\0"
2424   /* _mesa_function_pool[15513]: Uniform2iv (will be remapped) */
2425   "iip\0"
2426   "glUniform2iv\0"
2427   "glUniform2ivARB\0"
2428   "\0"
2429   /* _mesa_function_pool[15547]: Uniform3iv (will be remapped) */
2430   "iip\0"
2431   "glUniform3iv\0"
2432   "glUniform3ivARB\0"
2433   "\0"
2434   /* _mesa_function_pool[15581]: Uniform4iv (will be remapped) */
2435   "iip\0"
2436   "glUniform4iv\0"
2437   "glUniform4ivARB\0"
2438   "\0"
2439   /* _mesa_function_pool[15615]: UniformMatrix2fv (will be remapped) */
2440   "iiip\0"
2441   "glUniformMatrix2fv\0"
2442   "glUniformMatrix2fvARB\0"
2443   "\0"
2444   /* _mesa_function_pool[15662]: UniformMatrix3fv (will be remapped) */
2445   "iiip\0"
2446   "glUniformMatrix3fv\0"
2447   "glUniformMatrix3fvARB\0"
2448   "\0"
2449   /* _mesa_function_pool[15709]: UniformMatrix4fv (will be remapped) */
2450   "iiip\0"
2451   "glUniformMatrix4fv\0"
2452   "glUniformMatrix4fvARB\0"
2453   "\0"
2454   /* _mesa_function_pool[15756]: ValidateProgram (will be remapped) */
2455   "i\0"
2456   "glValidateProgram\0"
2457   "glValidateProgramARB\0"
2458   "\0"
2459   /* _mesa_function_pool[15798]: VertexAttrib1d (will be remapped) */
2460   "id\0"
2461   "glVertexAttrib1d\0"
2462   "glVertexAttrib1dARB\0"
2463   "\0"
2464   /* _mesa_function_pool[15839]: VertexAttrib1dv (will be remapped) */
2465   "ip\0"
2466   "glVertexAttrib1dv\0"
2467   "glVertexAttrib1dvARB\0"
2468   "\0"
2469   /* _mesa_function_pool[15882]: VertexAttrib1fARB (will be remapped) */
2470   "if\0"
2471   "glVertexAttrib1f\0"
2472   "glVertexAttrib1fARB\0"
2473   "\0"
2474   /* _mesa_function_pool[15923]: VertexAttrib1fvARB (will be remapped) */
2475   "ip\0"
2476   "glVertexAttrib1fv\0"
2477   "glVertexAttrib1fvARB\0"
2478   "\0"
2479   /* _mesa_function_pool[15966]: VertexAttrib1s (will be remapped) */
2480   "ii\0"
2481   "glVertexAttrib1s\0"
2482   "glVertexAttrib1sARB\0"
2483   "\0"
2484   /* _mesa_function_pool[16007]: VertexAttrib1sv (will be remapped) */
2485   "ip\0"
2486   "glVertexAttrib1sv\0"
2487   "glVertexAttrib1svARB\0"
2488   "\0"
2489   /* _mesa_function_pool[16050]: VertexAttrib2d (will be remapped) */
2490   "idd\0"
2491   "glVertexAttrib2d\0"
2492   "glVertexAttrib2dARB\0"
2493   "\0"
2494   /* _mesa_function_pool[16092]: VertexAttrib2dv (will be remapped) */
2495   "ip\0"
2496   "glVertexAttrib2dv\0"
2497   "glVertexAttrib2dvARB\0"
2498   "\0"
2499   /* _mesa_function_pool[16135]: VertexAttrib2fARB (will be remapped) */
2500   "iff\0"
2501   "glVertexAttrib2f\0"
2502   "glVertexAttrib2fARB\0"
2503   "\0"
2504   /* _mesa_function_pool[16177]: VertexAttrib2fvARB (will be remapped) */
2505   "ip\0"
2506   "glVertexAttrib2fv\0"
2507   "glVertexAttrib2fvARB\0"
2508   "\0"
2509   /* _mesa_function_pool[16220]: VertexAttrib2s (will be remapped) */
2510   "iii\0"
2511   "glVertexAttrib2s\0"
2512   "glVertexAttrib2sARB\0"
2513   "\0"
2514   /* _mesa_function_pool[16262]: VertexAttrib2sv (will be remapped) */
2515   "ip\0"
2516   "glVertexAttrib2sv\0"
2517   "glVertexAttrib2svARB\0"
2518   "\0"
2519   /* _mesa_function_pool[16305]: VertexAttrib3d (will be remapped) */
2520   "iddd\0"
2521   "glVertexAttrib3d\0"
2522   "glVertexAttrib3dARB\0"
2523   "\0"
2524   /* _mesa_function_pool[16348]: VertexAttrib3dv (will be remapped) */
2525   "ip\0"
2526   "glVertexAttrib3dv\0"
2527   "glVertexAttrib3dvARB\0"
2528   "\0"
2529   /* _mesa_function_pool[16391]: VertexAttrib3fARB (will be remapped) */
2530   "ifff\0"
2531   "glVertexAttrib3f\0"
2532   "glVertexAttrib3fARB\0"
2533   "\0"
2534   /* _mesa_function_pool[16434]: VertexAttrib3fvARB (will be remapped) */
2535   "ip\0"
2536   "glVertexAttrib3fv\0"
2537   "glVertexAttrib3fvARB\0"
2538   "\0"
2539   /* _mesa_function_pool[16477]: VertexAttrib3s (will be remapped) */
2540   "iiii\0"
2541   "glVertexAttrib3s\0"
2542   "glVertexAttrib3sARB\0"
2543   "\0"
2544   /* _mesa_function_pool[16520]: VertexAttrib3sv (will be remapped) */
2545   "ip\0"
2546   "glVertexAttrib3sv\0"
2547   "glVertexAttrib3svARB\0"
2548   "\0"
2549   /* _mesa_function_pool[16563]: VertexAttrib4Nbv (will be remapped) */
2550   "ip\0"
2551   "glVertexAttrib4Nbv\0"
2552   "glVertexAttrib4NbvARB\0"
2553   "\0"
2554   /* _mesa_function_pool[16608]: VertexAttrib4Niv (will be remapped) */
2555   "ip\0"
2556   "glVertexAttrib4Niv\0"
2557   "glVertexAttrib4NivARB\0"
2558   "\0"
2559   /* _mesa_function_pool[16653]: VertexAttrib4Nsv (will be remapped) */
2560   "ip\0"
2561   "glVertexAttrib4Nsv\0"
2562   "glVertexAttrib4NsvARB\0"
2563   "\0"
2564   /* _mesa_function_pool[16698]: VertexAttrib4Nub (will be remapped) */
2565   "iiiii\0"
2566   "glVertexAttrib4Nub\0"
2567   "glVertexAttrib4NubARB\0"
2568   "\0"
2569   /* _mesa_function_pool[16746]: VertexAttrib4Nubv (will be remapped) */
2570   "ip\0"
2571   "glVertexAttrib4Nubv\0"
2572   "glVertexAttrib4NubvARB\0"
2573   "\0"
2574   /* _mesa_function_pool[16793]: VertexAttrib4Nuiv (will be remapped) */
2575   "ip\0"
2576   "glVertexAttrib4Nuiv\0"
2577   "glVertexAttrib4NuivARB\0"
2578   "\0"
2579   /* _mesa_function_pool[16840]: VertexAttrib4Nusv (will be remapped) */
2580   "ip\0"
2581   "glVertexAttrib4Nusv\0"
2582   "glVertexAttrib4NusvARB\0"
2583   "\0"
2584   /* _mesa_function_pool[16887]: VertexAttrib4bv (will be remapped) */
2585   "ip\0"
2586   "glVertexAttrib4bv\0"
2587   "glVertexAttrib4bvARB\0"
2588   "\0"
2589   /* _mesa_function_pool[16930]: VertexAttrib4d (will be remapped) */
2590   "idddd\0"
2591   "glVertexAttrib4d\0"
2592   "glVertexAttrib4dARB\0"
2593   "\0"
2594   /* _mesa_function_pool[16974]: VertexAttrib4dv (will be remapped) */
2595   "ip\0"
2596   "glVertexAttrib4dv\0"
2597   "glVertexAttrib4dvARB\0"
2598   "\0"
2599   /* _mesa_function_pool[17017]: VertexAttrib4fARB (will be remapped) */
2600   "iffff\0"
2601   "glVertexAttrib4f\0"
2602   "glVertexAttrib4fARB\0"
2603   "\0"
2604   /* _mesa_function_pool[17061]: VertexAttrib4fvARB (will be remapped) */
2605   "ip\0"
2606   "glVertexAttrib4fv\0"
2607   "glVertexAttrib4fvARB\0"
2608   "\0"
2609   /* _mesa_function_pool[17104]: VertexAttrib4iv (will be remapped) */
2610   "ip\0"
2611   "glVertexAttrib4iv\0"
2612   "glVertexAttrib4ivARB\0"
2613   "\0"
2614   /* _mesa_function_pool[17147]: VertexAttrib4s (will be remapped) */
2615   "iiiii\0"
2616   "glVertexAttrib4s\0"
2617   "glVertexAttrib4sARB\0"
2618   "\0"
2619   /* _mesa_function_pool[17191]: VertexAttrib4sv (will be remapped) */
2620   "ip\0"
2621   "glVertexAttrib4sv\0"
2622   "glVertexAttrib4svARB\0"
2623   "\0"
2624   /* _mesa_function_pool[17234]: VertexAttrib4ubv (will be remapped) */
2625   "ip\0"
2626   "glVertexAttrib4ubv\0"
2627   "glVertexAttrib4ubvARB\0"
2628   "\0"
2629   /* _mesa_function_pool[17279]: VertexAttrib4uiv (will be remapped) */
2630   "ip\0"
2631   "glVertexAttrib4uiv\0"
2632   "glVertexAttrib4uivARB\0"
2633   "\0"
2634   /* _mesa_function_pool[17324]: VertexAttrib4usv (will be remapped) */
2635   "ip\0"
2636   "glVertexAttrib4usv\0"
2637   "glVertexAttrib4usvARB\0"
2638   "\0"
2639   /* _mesa_function_pool[17369]: VertexAttribPointer (will be remapped) */
2640   "iiiiip\0"
2641   "glVertexAttribPointer\0"
2642   "glVertexAttribPointerARB\0"
2643   "\0"
2644   /* _mesa_function_pool[17424]: UniformMatrix2x3fv (will be remapped) */
2645   "iiip\0"
2646   "glUniformMatrix2x3fv\0"
2647   "\0"
2648   /* _mesa_function_pool[17451]: UniformMatrix3x2fv (will be remapped) */
2649   "iiip\0"
2650   "glUniformMatrix3x2fv\0"
2651   "\0"
2652   /* _mesa_function_pool[17478]: UniformMatrix2x4fv (will be remapped) */
2653   "iiip\0"
2654   "glUniformMatrix2x4fv\0"
2655   "\0"
2656   /* _mesa_function_pool[17505]: UniformMatrix4x2fv (will be remapped) */
2657   "iiip\0"
2658   "glUniformMatrix4x2fv\0"
2659   "\0"
2660   /* _mesa_function_pool[17532]: UniformMatrix3x4fv (will be remapped) */
2661   "iiip\0"
2662   "glUniformMatrix3x4fv\0"
2663   "\0"
2664   /* _mesa_function_pool[17559]: UniformMatrix4x3fv (will be remapped) */
2665   "iiip\0"
2666   "glUniformMatrix4x3fv\0"
2667   "\0"
2668   /* _mesa_function_pool[17586]: WeightbvARB (dynamic) */
2669   "ip\0"
2670   "glWeightbvARB\0"
2671   "\0"
2672   /* _mesa_function_pool[17604]: WeightsvARB (dynamic) */
2673   "ip\0"
2674   "glWeightsvARB\0"
2675   "\0"
2676   /* _mesa_function_pool[17622]: WeightivARB (dynamic) */
2677   "ip\0"
2678   "glWeightivARB\0"
2679   "\0"
2680   /* _mesa_function_pool[17640]: WeightfvARB (dynamic) */
2681   "ip\0"
2682   "glWeightfvARB\0"
2683   "\0"
2684   /* _mesa_function_pool[17658]: WeightdvARB (dynamic) */
2685   "ip\0"
2686   "glWeightdvARB\0"
2687   "\0"
2688   /* _mesa_function_pool[17676]: WeightubvARB (dynamic) */
2689   "ip\0"
2690   "glWeightubvARB\0"
2691   "\0"
2692   /* _mesa_function_pool[17695]: WeightusvARB (dynamic) */
2693   "ip\0"
2694   "glWeightusvARB\0"
2695   "\0"
2696   /* _mesa_function_pool[17714]: WeightuivARB (dynamic) */
2697   "ip\0"
2698   "glWeightuivARB\0"
2699   "\0"
2700   /* _mesa_function_pool[17733]: WeightPointerARB (dynamic) */
2701   "iiip\0"
2702   "glWeightPointerARB\0"
2703   "glWeightPointerOES\0"
2704   "\0"
2705   /* _mesa_function_pool[17777]: VertexBlendARB (dynamic) */
2706   "i\0"
2707   "glVertexBlendARB\0"
2708   "\0"
2709   /* _mesa_function_pool[17797]: CurrentPaletteMatrixARB (dynamic) */
2710   "i\0"
2711   "glCurrentPaletteMatrixARB\0"
2712   "glCurrentPaletteMatrixOES\0"
2713   "\0"
2714   /* _mesa_function_pool[17852]: MatrixIndexubvARB (dynamic) */
2715   "ip\0"
2716   "glMatrixIndexubvARB\0"
2717   "\0"
2718   /* _mesa_function_pool[17876]: MatrixIndexusvARB (dynamic) */
2719   "ip\0"
2720   "glMatrixIndexusvARB\0"
2721   "\0"
2722   /* _mesa_function_pool[17900]: MatrixIndexuivARB (dynamic) */
2723   "ip\0"
2724   "glMatrixIndexuivARB\0"
2725   "\0"
2726   /* _mesa_function_pool[17924]: MatrixIndexPointerARB (dynamic) */
2727   "iiip\0"
2728   "glMatrixIndexPointerARB\0"
2729   "glMatrixIndexPointerOES\0"
2730   "\0"
2731   /* _mesa_function_pool[17978]: ProgramStringARB (will be remapped) */
2732   "iiip\0"
2733   "glProgramStringARB\0"
2734   "\0"
2735   /* _mesa_function_pool[18003]: BindProgramARB (will be remapped) */
2736   "ii\0"
2737   "glBindProgramARB\0"
2738   "glBindProgramNV\0"
2739   "\0"
2740   /* _mesa_function_pool[18040]: DeleteProgramsARB (will be remapped) */
2741   "ip\0"
2742   "glDeleteProgramsARB\0"
2743   "glDeleteProgramsNV\0"
2744   "\0"
2745   /* _mesa_function_pool[18083]: GenProgramsARB (will be remapped) */
2746   "ip\0"
2747   "glGenProgramsARB\0"
2748   "glGenProgramsNV\0"
2749   "\0"
2750   /* _mesa_function_pool[18120]: IsProgramARB (will be remapped) */
2751   "i\0"
2752   "glIsProgramARB\0"
2753   "glIsProgramNV\0"
2754   "\0"
2755   /* _mesa_function_pool[18152]: ProgramEnvParameter4dARB (will be remapped) */
2756   "iidddd\0"
2757   "glProgramEnvParameter4dARB\0"
2758   "glProgramParameter4dNV\0"
2759   "\0"
2760   /* _mesa_function_pool[18210]: ProgramEnvParameter4dvARB (will be remapped) */
2761   "iip\0"
2762   "glProgramEnvParameter4dvARB\0"
2763   "glProgramParameter4dvNV\0"
2764   "\0"
2765   /* _mesa_function_pool[18267]: ProgramEnvParameter4fARB (will be remapped) */
2766   "iiffff\0"
2767   "glProgramEnvParameter4fARB\0"
2768   "glProgramParameter4fNV\0"
2769   "\0"
2770   /* _mesa_function_pool[18325]: ProgramEnvParameter4fvARB (will be remapped) */
2771   "iip\0"
2772   "glProgramEnvParameter4fvARB\0"
2773   "glProgramParameter4fvNV\0"
2774   "\0"
2775   /* _mesa_function_pool[18382]: ProgramLocalParameter4dARB (will be remapped) */
2776   "iidddd\0"
2777   "glProgramLocalParameter4dARB\0"
2778   "\0"
2779   /* _mesa_function_pool[18419]: ProgramLocalParameter4dvARB (will be remapped) */
2780   "iip\0"
2781   "glProgramLocalParameter4dvARB\0"
2782   "\0"
2783   /* _mesa_function_pool[18454]: ProgramLocalParameter4fARB (will be remapped) */
2784   "iiffff\0"
2785   "glProgramLocalParameter4fARB\0"
2786   "\0"
2787   /* _mesa_function_pool[18491]: ProgramLocalParameter4fvARB (will be remapped) */
2788   "iip\0"
2789   "glProgramLocalParameter4fvARB\0"
2790   "\0"
2791   /* _mesa_function_pool[18526]: GetProgramEnvParameterdvARB (will be remapped) */
2792   "iip\0"
2793   "glGetProgramEnvParameterdvARB\0"
2794   "\0"
2795   /* _mesa_function_pool[18561]: GetProgramEnvParameterfvARB (will be remapped) */
2796   "iip\0"
2797   "glGetProgramEnvParameterfvARB\0"
2798   "\0"
2799   /* _mesa_function_pool[18596]: GetProgramLocalParameterdvARB (will be remapped) */
2800   "iip\0"
2801   "glGetProgramLocalParameterdvARB\0"
2802   "\0"
2803   /* _mesa_function_pool[18633]: GetProgramLocalParameterfvARB (will be remapped) */
2804   "iip\0"
2805   "glGetProgramLocalParameterfvARB\0"
2806   "\0"
2807   /* _mesa_function_pool[18670]: GetProgramivARB (will be remapped) */
2808   "iip\0"
2809   "glGetProgramivARB\0"
2810   "\0"
2811   /* _mesa_function_pool[18693]: GetProgramStringARB (will be remapped) */
2812   "iip\0"
2813   "glGetProgramStringARB\0"
2814   "\0"
2815   /* _mesa_function_pool[18720]: DeleteObjectARB (will be remapped) */
2816   "i\0"
2817   "glDeleteObjectARB\0"
2818   "\0"
2819   /* _mesa_function_pool[18741]: GetHandleARB (will be remapped) */
2820   "i\0"
2821   "glGetHandleARB\0"
2822   "\0"
2823   /* _mesa_function_pool[18759]: DetachObjectARB (will be remapped) */
2824   "ii\0"
2825   "glDetachObjectARB\0"
2826   "\0"
2827   /* _mesa_function_pool[18781]: CreateShaderObjectARB (will be remapped) */
2828   "i\0"
2829   "glCreateShaderObjectARB\0"
2830   "\0"
2831   /* _mesa_function_pool[18808]: CreateProgramObjectARB (will be remapped) */
2832   "\0"
2833   "glCreateProgramObjectARB\0"
2834   "\0"
2835   /* _mesa_function_pool[18835]: AttachObjectARB (will be remapped) */
2836   "ii\0"
2837   "glAttachObjectARB\0"
2838   "\0"
2839   /* _mesa_function_pool[18857]: GetObjectParameterfvARB (will be remapped) */
2840   "iip\0"
2841   "glGetObjectParameterfvARB\0"
2842   "\0"
2843   /* _mesa_function_pool[18888]: GetObjectParameterivARB (will be remapped) */
2844   "iip\0"
2845   "glGetObjectParameterivARB\0"
2846   "\0"
2847   /* _mesa_function_pool[18919]: GetInfoLogARB (will be remapped) */
2848   "iipp\0"
2849   "glGetInfoLogARB\0"
2850   "\0"
2851   /* _mesa_function_pool[18941]: GetAttachedObjectsARB (will be remapped) */
2852   "iipp\0"
2853   "glGetAttachedObjectsARB\0"
2854   "\0"
2855   /* _mesa_function_pool[18971]: ClampColor (will be remapped) */
2856   "ii\0"
2857   "glClampColorARB\0"
2858   "glClampColor\0"
2859   "\0"
2860   /* _mesa_function_pool[19004]: DrawArraysInstancedARB (will be remapped) */
2861   "iiii\0"
2862   "glDrawArraysInstancedARB\0"
2863   "glDrawArraysInstancedEXT\0"
2864   "glDrawArraysInstanced\0"
2865   "\0"
2866   /* _mesa_function_pool[19082]: DrawElementsInstancedARB (will be remapped) */
2867   "iiipi\0"
2868   "glDrawElementsInstancedARB\0"
2869   "glDrawElementsInstancedEXT\0"
2870   "glDrawElementsInstanced\0"
2871   "\0"
2872   /* _mesa_function_pool[19167]: IsRenderbuffer (will be remapped) */
2873   "i\0"
2874   "glIsRenderbuffer\0"
2875   "glIsRenderbufferEXT\0"
2876   "glIsRenderbufferOES\0"
2877   "\0"
2878   /* _mesa_function_pool[19227]: BindRenderbuffer (will be remapped) */
2879   "ii\0"
2880   "glBindRenderbuffer\0"
2881   "glBindRenderbufferOES\0"
2882   "\0"
2883   /* _mesa_function_pool[19272]: DeleteRenderbuffers (will be remapped) */
2884   "ip\0"
2885   "glDeleteRenderbuffers\0"
2886   "glDeleteRenderbuffersEXT\0"
2887   "glDeleteRenderbuffersOES\0"
2888   "\0"
2889   /* _mesa_function_pool[19348]: GenRenderbuffers (will be remapped) */
2890   "ip\0"
2891   "glGenRenderbuffers\0"
2892   "glGenRenderbuffersEXT\0"
2893   "glGenRenderbuffersOES\0"
2894   "\0"
2895   /* _mesa_function_pool[19415]: RenderbufferStorage (will be remapped) */
2896   "iiii\0"
2897   "glRenderbufferStorage\0"
2898   "glRenderbufferStorageEXT\0"
2899   "glRenderbufferStorageOES\0"
2900   "\0"
2901   /* _mesa_function_pool[19493]: RenderbufferStorageMultisample (will be remapped) */
2902   "iiiii\0"
2903   "glRenderbufferStorageMultisample\0"
2904   "glRenderbufferStorageMultisampleEXT\0"
2905   "\0"
2906   /* _mesa_function_pool[19569]: GetRenderbufferParameteriv (will be remapped) */
2907   "iip\0"
2908   "glGetRenderbufferParameteriv\0"
2909   "glGetRenderbufferParameterivEXT\0"
2910   "glGetRenderbufferParameterivOES\0"
2911   "\0"
2912   /* _mesa_function_pool[19667]: IsFramebuffer (will be remapped) */
2913   "i\0"
2914   "glIsFramebuffer\0"
2915   "glIsFramebufferEXT\0"
2916   "glIsFramebufferOES\0"
2917   "\0"
2918   /* _mesa_function_pool[19724]: BindFramebuffer (will be remapped) */
2919   "ii\0"
2920   "glBindFramebuffer\0"
2921   "glBindFramebufferOES\0"
2922   "\0"
2923   /* _mesa_function_pool[19767]: DeleteFramebuffers (will be remapped) */
2924   "ip\0"
2925   "glDeleteFramebuffers\0"
2926   "glDeleteFramebuffersEXT\0"
2927   "glDeleteFramebuffersOES\0"
2928   "\0"
2929   /* _mesa_function_pool[19840]: GenFramebuffers (will be remapped) */
2930   "ip\0"
2931   "glGenFramebuffers\0"
2932   "glGenFramebuffersEXT\0"
2933   "glGenFramebuffersOES\0"
2934   "\0"
2935   /* _mesa_function_pool[19904]: CheckFramebufferStatus (will be remapped) */
2936   "i\0"
2937   "glCheckFramebufferStatus\0"
2938   "glCheckFramebufferStatusEXT\0"
2939   "glCheckFramebufferStatusOES\0"
2940   "\0"
2941   /* _mesa_function_pool[19988]: FramebufferTexture1D (will be remapped) */
2942   "iiiii\0"
2943   "glFramebufferTexture1D\0"
2944   "glFramebufferTexture1DEXT\0"
2945   "\0"
2946   /* _mesa_function_pool[20044]: FramebufferTexture2D (will be remapped) */
2947   "iiiii\0"
2948   "glFramebufferTexture2D\0"
2949   "glFramebufferTexture2DEXT\0"
2950   "glFramebufferTexture2DOES\0"
2951   "\0"
2952   /* _mesa_function_pool[20126]: FramebufferTexture3D (will be remapped) */
2953   "iiiiii\0"
2954   "glFramebufferTexture3D\0"
2955   "glFramebufferTexture3DEXT\0"
2956   "glFramebufferTexture3DOES\0"
2957   "\0"
2958   /* _mesa_function_pool[20209]: FramebufferTextureLayer (will be remapped) */
2959   "iiiii\0"
2960   "glFramebufferTextureLayer\0"
2961   "glFramebufferTextureLayerEXT\0"
2962   "\0"
2963   /* _mesa_function_pool[20271]: FramebufferRenderbuffer (will be remapped) */
2964   "iiii\0"
2965   "glFramebufferRenderbuffer\0"
2966   "glFramebufferRenderbufferEXT\0"
2967   "glFramebufferRenderbufferOES\0"
2968   "\0"
2969   /* _mesa_function_pool[20361]: GetFramebufferAttachmentParameteriv (will be remapped) */
2970   "iiip\0"
2971   "glGetFramebufferAttachmentParameteriv\0"
2972   "glGetFramebufferAttachmentParameterivEXT\0"
2973   "glGetFramebufferAttachmentParameterivOES\0"
2974   "\0"
2975   /* _mesa_function_pool[20487]: BlitFramebuffer (will be remapped) */
2976   "iiiiiiiiii\0"
2977   "glBlitFramebuffer\0"
2978   "glBlitFramebufferEXT\0"
2979   "\0"
2980   /* _mesa_function_pool[20538]: GenerateMipmap (will be remapped) */
2981   "i\0"
2982   "glGenerateMipmap\0"
2983   "glGenerateMipmapEXT\0"
2984   "glGenerateMipmapOES\0"
2985   "\0"
2986   /* _mesa_function_pool[20598]: VertexAttribDivisor (will be remapped) */
2987   "ii\0"
2988   "glVertexAttribDivisorARB\0"
2989   "glVertexAttribDivisor\0"
2990   "\0"
2991   /* _mesa_function_pool[20649]: VertexArrayVertexAttribDivisorEXT (will be remapped) */
2992   "iii\0"
2993   "glVertexArrayVertexAttribDivisorEXT\0"
2994   "\0"
2995   /* _mesa_function_pool[20690]: MapBufferRange (will be remapped) */
2996   "iiii\0"
2997   "glMapBufferRange\0"
2998   "glMapBufferRangeEXT\0"
2999   "\0"
3000   /* _mesa_function_pool[20733]: FlushMappedBufferRange (will be remapped) */
3001   "iii\0"
3002   "glFlushMappedBufferRange\0"
3003   "glFlushMappedBufferRangeEXT\0"
3004   "\0"
3005   /* _mesa_function_pool[20791]: TexBuffer (will be remapped) */
3006   "iii\0"
3007   "glTexBufferARB\0"
3008   "glTexBuffer\0"
3009   "glTexBufferEXT\0"
3010   "glTexBufferOES\0"
3011   "\0"
3012   /* _mesa_function_pool[20853]: BindVertexArray (will be remapped) */
3013   "i\0"
3014   "glBindVertexArray\0"
3015   "glBindVertexArrayOES\0"
3016   "\0"
3017   /* _mesa_function_pool[20895]: DeleteVertexArrays (will be remapped) */
3018   "ip\0"
3019   "glDeleteVertexArrays\0"
3020   "glDeleteVertexArraysOES\0"
3021   "\0"
3022   /* _mesa_function_pool[20944]: GenVertexArrays (will be remapped) */
3023   "ip\0"
3024   "glGenVertexArrays\0"
3025   "glGenVertexArraysOES\0"
3026   "\0"
3027   /* _mesa_function_pool[20987]: IsVertexArray (will be remapped) */
3028   "i\0"
3029   "glIsVertexArray\0"
3030   "glIsVertexArrayOES\0"
3031   "\0"
3032   /* _mesa_function_pool[21025]: GetUniformIndices (will be remapped) */
3033   "iipp\0"
3034   "glGetUniformIndices\0"
3035   "\0"
3036   /* _mesa_function_pool[21051]: GetActiveUniformsiv (will be remapped) */
3037   "iipip\0"
3038   "glGetActiveUniformsiv\0"
3039   "\0"
3040   /* _mesa_function_pool[21080]: GetActiveUniformName (will be remapped) */
3041   "iiipp\0"
3042   "glGetActiveUniformName\0"
3043   "\0"
3044   /* _mesa_function_pool[21110]: GetUniformBlockIndex (will be remapped) */
3045   "ip\0"
3046   "glGetUniformBlockIndex\0"
3047   "\0"
3048   /* _mesa_function_pool[21137]: GetActiveUniformBlockiv (will be remapped) */
3049   "iiip\0"
3050   "glGetActiveUniformBlockiv\0"
3051   "\0"
3052   /* _mesa_function_pool[21169]: GetActiveUniformBlockName (will be remapped) */
3053   "iiipp\0"
3054   "glGetActiveUniformBlockName\0"
3055   "\0"
3056   /* _mesa_function_pool[21204]: UniformBlockBinding (will be remapped) */
3057   "iii\0"
3058   "glUniformBlockBinding\0"
3059   "\0"
3060   /* _mesa_function_pool[21231]: CopyBufferSubData (will be remapped) */
3061   "iiiii\0"
3062   "glCopyBufferSubData\0"
3063   "\0"
3064   /* _mesa_function_pool[21258]: DrawElementsBaseVertex (will be remapped) */
3065   "iiipi\0"
3066   "glDrawElementsBaseVertex\0"
3067   "glDrawElementsBaseVertexEXT\0"
3068   "glDrawElementsBaseVertexOES\0"
3069   "\0"
3070   /* _mesa_function_pool[21346]: DrawRangeElementsBaseVertex (will be remapped) */
3071   "iiiiipi\0"
3072   "glDrawRangeElementsBaseVertex\0"
3073   "glDrawRangeElementsBaseVertexEXT\0"
3074   "glDrawRangeElementsBaseVertexOES\0"
3075   "\0"
3076   /* _mesa_function_pool[21451]: MultiDrawElementsBaseVertex (will be remapped) */
3077   "ipipip\0"
3078   "glMultiDrawElementsBaseVertex\0"
3079   "glMultiDrawElementsBaseVertexEXT\0"
3080   "\0"
3081   /* _mesa_function_pool[21522]: DrawElementsInstancedBaseVertex (will be remapped) */
3082   "iiipii\0"
3083   "glDrawElementsInstancedBaseVertex\0"
3084   "glDrawElementsInstancedBaseVertexEXT\0"
3085   "glDrawElementsInstancedBaseVertexOES\0"
3086   "\0"
3087   /* _mesa_function_pool[21638]: FenceSync (will be remapped) */
3088   "ii\0"
3089   "glFenceSync\0"
3090   "\0"
3091   /* _mesa_function_pool[21654]: IsSync (will be remapped) */
3092   "i\0"
3093   "glIsSync\0"
3094   "\0"
3095   /* _mesa_function_pool[21666]: DeleteSync (will be remapped) */
3096   "i\0"
3097   "glDeleteSync\0"
3098   "\0"
3099   /* _mesa_function_pool[21682]: ClientWaitSync (will be remapped) */
3100   "iii\0"
3101   "glClientWaitSync\0"
3102   "\0"
3103   /* _mesa_function_pool[21704]: WaitSync (will be remapped) */
3104   "iii\0"
3105   "glWaitSync\0"
3106   "\0"
3107   /* _mesa_function_pool[21720]: GetInteger64v (will be remapped) */
3108   "ip\0"
3109   "glGetInteger64v\0"
3110   "glGetInteger64vEXT\0"
3111   "\0"
3112   /* _mesa_function_pool[21759]: GetSynciv (will be remapped) */
3113   "iiipp\0"
3114   "glGetSynciv\0"
3115   "\0"
3116   /* _mesa_function_pool[21778]: TexImage2DMultisample (will be remapped) */
3117   "iiiiii\0"
3118   "glTexImage2DMultisample\0"
3119   "\0"
3120   /* _mesa_function_pool[21810]: TexImage3DMultisample (will be remapped) */
3121   "iiiiiii\0"
3122   "glTexImage3DMultisample\0"
3123   "\0"
3124   /* _mesa_function_pool[21843]: GetMultisamplefv (will be remapped) */
3125   "iip\0"
3126   "glGetMultisamplefv\0"
3127   "\0"
3128   /* _mesa_function_pool[21867]: SampleMaski (will be remapped) */
3129   "ii\0"
3130   "glSampleMaski\0"
3131   "\0"
3132   /* _mesa_function_pool[21885]: BlendEquationiARB (will be remapped) */
3133   "ii\0"
3134   "glBlendEquationiARB\0"
3135   "glBlendEquationIndexedAMD\0"
3136   "glBlendEquationi\0"
3137   "glBlendEquationiEXT\0"
3138   "glBlendEquationiOES\0"
3139   "\0"
3140   /* _mesa_function_pool[21992]: BlendEquationSeparateiARB (will be remapped) */
3141   "iii\0"
3142   "glBlendEquationSeparateiARB\0"
3143   "glBlendEquationSeparateIndexedAMD\0"
3144   "glBlendEquationSeparatei\0"
3145   "glBlendEquationSeparateiEXT\0"
3146   "glBlendEquationSeparateiOES\0"
3147   "\0"
3148   /* _mesa_function_pool[22140]: BlendFunciARB (will be remapped) */
3149   "iii\0"
3150   "glBlendFunciARB\0"
3151   "glBlendFuncIndexedAMD\0"
3152   "glBlendFunci\0"
3153   "glBlendFunciEXT\0"
3154   "glBlendFunciOES\0"
3155   "\0"
3156   /* _mesa_function_pool[22228]: BlendFuncSeparateiARB (will be remapped) */
3157   "iiiii\0"
3158   "glBlendFuncSeparateiARB\0"
3159   "glBlendFuncSeparateIndexedAMD\0"
3160   "glBlendFuncSeparatei\0"
3161   "glBlendFuncSeparateiEXT\0"
3162   "glBlendFuncSeparateiOES\0"
3163   "\0"
3164   /* _mesa_function_pool[22358]: MinSampleShading (will be remapped) */
3165   "f\0"
3166   "glMinSampleShadingARB\0"
3167   "glMinSampleShading\0"
3168   "glMinSampleShadingOES\0"
3169   "\0"
3170   /* _mesa_function_pool[22424]: NamedStringARB (will be remapped) */
3171   "iipip\0"
3172   "glNamedStringARB\0"
3173   "\0"
3174   /* _mesa_function_pool[22448]: DeleteNamedStringARB (will be remapped) */
3175   "ip\0"
3176   "glDeleteNamedStringARB\0"
3177   "\0"
3178   /* _mesa_function_pool[22475]: CompileShaderIncludeARB (will be remapped) */
3179   "iipp\0"
3180   "glCompileShaderIncludeARB\0"
3181   "\0"
3182   /* _mesa_function_pool[22507]: IsNamedStringARB (will be remapped) */
3183   "ip\0"
3184   "glIsNamedStringARB\0"
3185   "\0"
3186   /* _mesa_function_pool[22530]: GetNamedStringARB (will be remapped) */
3187   "ipipp\0"
3188   "glGetNamedStringARB\0"
3189   "\0"
3190   /* _mesa_function_pool[22557]: GetNamedStringivARB (will be remapped) */
3191   "ipip\0"
3192   "glGetNamedStringivARB\0"
3193   "\0"
3194   /* _mesa_function_pool[22585]: BindFragDataLocationIndexed (will be remapped) */
3195   "iiip\0"
3196   "glBindFragDataLocationIndexed\0"
3197   "glBindFragDataLocationIndexedEXT\0"
3198   "\0"
3199   /* _mesa_function_pool[22654]: GetFragDataIndex (will be remapped) */
3200   "ip\0"
3201   "glGetFragDataIndex\0"
3202   "glGetFragDataIndexEXT\0"
3203   "\0"
3204   /* _mesa_function_pool[22699]: GenSamplers (will be remapped) */
3205   "ip\0"
3206   "glGenSamplers\0"
3207   "\0"
3208   /* _mesa_function_pool[22717]: DeleteSamplers (will be remapped) */
3209   "ip\0"
3210   "glDeleteSamplers\0"
3211   "\0"
3212   /* _mesa_function_pool[22738]: IsSampler (will be remapped) */
3213   "i\0"
3214   "glIsSampler\0"
3215   "\0"
3216   /* _mesa_function_pool[22753]: BindSampler (will be remapped) */
3217   "ii\0"
3218   "glBindSampler\0"
3219   "\0"
3220   /* _mesa_function_pool[22771]: SamplerParameteri (will be remapped) */
3221   "iii\0"
3222   "glSamplerParameteri\0"
3223   "\0"
3224   /* _mesa_function_pool[22796]: SamplerParameterf (will be remapped) */
3225   "iif\0"
3226   "glSamplerParameterf\0"
3227   "\0"
3228   /* _mesa_function_pool[22821]: SamplerParameteriv (will be remapped) */
3229   "iip\0"
3230   "glSamplerParameteriv\0"
3231   "\0"
3232   /* _mesa_function_pool[22847]: SamplerParameterfv (will be remapped) */
3233   "iip\0"
3234   "glSamplerParameterfv\0"
3235   "\0"
3236   /* _mesa_function_pool[22873]: SamplerParameterIiv (will be remapped) */
3237   "iip\0"
3238   "glSamplerParameterIiv\0"
3239   "glSamplerParameterIivEXT\0"
3240   "glSamplerParameterIivOES\0"
3241   "\0"
3242   /* _mesa_function_pool[22950]: SamplerParameterIuiv (will be remapped) */
3243   "iip\0"
3244   "glSamplerParameterIuiv\0"
3245   "glSamplerParameterIuivEXT\0"
3246   "glSamplerParameterIuivOES\0"
3247   "\0"
3248   /* _mesa_function_pool[23030]: GetSamplerParameteriv (will be remapped) */
3249   "iip\0"
3250   "glGetSamplerParameteriv\0"
3251   "\0"
3252   /* _mesa_function_pool[23059]: GetSamplerParameterfv (will be remapped) */
3253   "iip\0"
3254   "glGetSamplerParameterfv\0"
3255   "\0"
3256   /* _mesa_function_pool[23088]: GetSamplerParameterIiv (will be remapped) */
3257   "iip\0"
3258   "glGetSamplerParameterIiv\0"
3259   "glGetSamplerParameterIivEXT\0"
3260   "glGetSamplerParameterIivOES\0"
3261   "\0"
3262   /* _mesa_function_pool[23174]: GetSamplerParameterIuiv (will be remapped) */
3263   "iip\0"
3264   "glGetSamplerParameterIuiv\0"
3265   "glGetSamplerParameterIuivEXT\0"
3266   "glGetSamplerParameterIuivOES\0"
3267   "\0"
3268   /* _mesa_function_pool[23263]: GetQueryObjecti64v (will be remapped) */
3269   "iip\0"
3270   "glGetQueryObjecti64v\0"
3271   "glGetQueryObjecti64vEXT\0"
3272   "\0"
3273   /* _mesa_function_pool[23313]: GetQueryObjectui64v (will be remapped) */
3274   "iip\0"
3275   "glGetQueryObjectui64v\0"
3276   "glGetQueryObjectui64vEXT\0"
3277   "\0"
3278   /* _mesa_function_pool[23365]: QueryCounter (will be remapped) */
3279   "ii\0"
3280   "glQueryCounter\0"
3281   "glQueryCounterEXT\0"
3282   "\0"
3283   /* _mesa_function_pool[23402]: VertexP2ui (will be remapped) */
3284   "ii\0"
3285   "glVertexP2ui\0"
3286   "\0"
3287   /* _mesa_function_pool[23419]: VertexP3ui (will be remapped) */
3288   "ii\0"
3289   "glVertexP3ui\0"
3290   "\0"
3291   /* _mesa_function_pool[23436]: VertexP4ui (will be remapped) */
3292   "ii\0"
3293   "glVertexP4ui\0"
3294   "\0"
3295   /* _mesa_function_pool[23453]: VertexP2uiv (will be remapped) */
3296   "ip\0"
3297   "glVertexP2uiv\0"
3298   "\0"
3299   /* _mesa_function_pool[23471]: VertexP3uiv (will be remapped) */
3300   "ip\0"
3301   "glVertexP3uiv\0"
3302   "\0"
3303   /* _mesa_function_pool[23489]: VertexP4uiv (will be remapped) */
3304   "ip\0"
3305   "glVertexP4uiv\0"
3306   "\0"
3307   /* _mesa_function_pool[23507]: TexCoordP1ui (will be remapped) */
3308   "ii\0"
3309   "glTexCoordP1ui\0"
3310   "\0"
3311   /* _mesa_function_pool[23526]: TexCoordP2ui (will be remapped) */
3312   "ii\0"
3313   "glTexCoordP2ui\0"
3314   "\0"
3315   /* _mesa_function_pool[23545]: TexCoordP3ui (will be remapped) */
3316   "ii\0"
3317   "glTexCoordP3ui\0"
3318   "\0"
3319   /* _mesa_function_pool[23564]: TexCoordP4ui (will be remapped) */
3320   "ii\0"
3321   "glTexCoordP4ui\0"
3322   "\0"
3323   /* _mesa_function_pool[23583]: TexCoordP1uiv (will be remapped) */
3324   "ip\0"
3325   "glTexCoordP1uiv\0"
3326   "\0"
3327   /* _mesa_function_pool[23603]: TexCoordP2uiv (will be remapped) */
3328   "ip\0"
3329   "glTexCoordP2uiv\0"
3330   "\0"
3331   /* _mesa_function_pool[23623]: TexCoordP3uiv (will be remapped) */
3332   "ip\0"
3333   "glTexCoordP3uiv\0"
3334   "\0"
3335   /* _mesa_function_pool[23643]: TexCoordP4uiv (will be remapped) */
3336   "ip\0"
3337   "glTexCoordP4uiv\0"
3338   "\0"
3339   /* _mesa_function_pool[23663]: MultiTexCoordP1ui (will be remapped) */
3340   "iii\0"
3341   "glMultiTexCoordP1ui\0"
3342   "\0"
3343   /* _mesa_function_pool[23688]: MultiTexCoordP2ui (will be remapped) */
3344   "iii\0"
3345   "glMultiTexCoordP2ui\0"
3346   "\0"
3347   /* _mesa_function_pool[23713]: MultiTexCoordP3ui (will be remapped) */
3348   "iii\0"
3349   "glMultiTexCoordP3ui\0"
3350   "\0"
3351   /* _mesa_function_pool[23738]: MultiTexCoordP4ui (will be remapped) */
3352   "iii\0"
3353   "glMultiTexCoordP4ui\0"
3354   "\0"
3355   /* _mesa_function_pool[23763]: MultiTexCoordP1uiv (will be remapped) */
3356   "iip\0"
3357   "glMultiTexCoordP1uiv\0"
3358   "\0"
3359   /* _mesa_function_pool[23789]: MultiTexCoordP2uiv (will be remapped) */
3360   "iip\0"
3361   "glMultiTexCoordP2uiv\0"
3362   "\0"
3363   /* _mesa_function_pool[23815]: MultiTexCoordP3uiv (will be remapped) */
3364   "iip\0"
3365   "glMultiTexCoordP3uiv\0"
3366   "\0"
3367   /* _mesa_function_pool[23841]: MultiTexCoordP4uiv (will be remapped) */
3368   "iip\0"
3369   "glMultiTexCoordP4uiv\0"
3370   "\0"
3371   /* _mesa_function_pool[23867]: NormalP3ui (will be remapped) */
3372   "ii\0"
3373   "glNormalP3ui\0"
3374   "\0"
3375   /* _mesa_function_pool[23884]: NormalP3uiv (will be remapped) */
3376   "ip\0"
3377   "glNormalP3uiv\0"
3378   "\0"
3379   /* _mesa_function_pool[23902]: ColorP3ui (will be remapped) */
3380   "ii\0"
3381   "glColorP3ui\0"
3382   "\0"
3383   /* _mesa_function_pool[23918]: ColorP4ui (will be remapped) */
3384   "ii\0"
3385   "glColorP4ui\0"
3386   "\0"
3387   /* _mesa_function_pool[23934]: ColorP3uiv (will be remapped) */
3388   "ip\0"
3389   "glColorP3uiv\0"
3390   "\0"
3391   /* _mesa_function_pool[23951]: ColorP4uiv (will be remapped) */
3392   "ip\0"
3393   "glColorP4uiv\0"
3394   "\0"
3395   /* _mesa_function_pool[23968]: SecondaryColorP3ui (will be remapped) */
3396   "ii\0"
3397   "glSecondaryColorP3ui\0"
3398   "\0"
3399   /* _mesa_function_pool[23993]: SecondaryColorP3uiv (will be remapped) */
3400   "ip\0"
3401   "glSecondaryColorP3uiv\0"
3402   "\0"
3403   /* _mesa_function_pool[24019]: VertexAttribP1ui (will be remapped) */
3404   "iiii\0"
3405   "glVertexAttribP1ui\0"
3406   "\0"
3407   /* _mesa_function_pool[24044]: VertexAttribP2ui (will be remapped) */
3408   "iiii\0"
3409   "glVertexAttribP2ui\0"
3410   "\0"
3411   /* _mesa_function_pool[24069]: VertexAttribP3ui (will be remapped) */
3412   "iiii\0"
3413   "glVertexAttribP3ui\0"
3414   "\0"
3415   /* _mesa_function_pool[24094]: VertexAttribP4ui (will be remapped) */
3416   "iiii\0"
3417   "glVertexAttribP4ui\0"
3418   "\0"
3419   /* _mesa_function_pool[24119]: VertexAttribP1uiv (will be remapped) */
3420   "iiip\0"
3421   "glVertexAttribP1uiv\0"
3422   "\0"
3423   /* _mesa_function_pool[24145]: VertexAttribP2uiv (will be remapped) */
3424   "iiip\0"
3425   "glVertexAttribP2uiv\0"
3426   "\0"
3427   /* _mesa_function_pool[24171]: VertexAttribP3uiv (will be remapped) */
3428   "iiip\0"
3429   "glVertexAttribP3uiv\0"
3430   "\0"
3431   /* _mesa_function_pool[24197]: VertexAttribP4uiv (will be remapped) */
3432   "iiip\0"
3433   "glVertexAttribP4uiv\0"
3434   "\0"
3435   /* _mesa_function_pool[24223]: GetSubroutineUniformLocation (will be remapped) */
3436   "iip\0"
3437   "glGetSubroutineUniformLocation\0"
3438   "\0"
3439   /* _mesa_function_pool[24259]: GetSubroutineIndex (will be remapped) */
3440   "iip\0"
3441   "glGetSubroutineIndex\0"
3442   "\0"
3443   /* _mesa_function_pool[24285]: GetActiveSubroutineUniformiv (will be remapped) */
3444   "iiiip\0"
3445   "glGetActiveSubroutineUniformiv\0"
3446   "\0"
3447   /* _mesa_function_pool[24323]: GetActiveSubroutineUniformName (will be remapped) */
3448   "iiiipp\0"
3449   "glGetActiveSubroutineUniformName\0"
3450   "\0"
3451   /* _mesa_function_pool[24364]: GetActiveSubroutineName (will be remapped) */
3452   "iiiipp\0"
3453   "glGetActiveSubroutineName\0"
3454   "\0"
3455   /* _mesa_function_pool[24398]: UniformSubroutinesuiv (will be remapped) */
3456   "iip\0"
3457   "glUniformSubroutinesuiv\0"
3458   "\0"
3459   /* _mesa_function_pool[24427]: GetUniformSubroutineuiv (will be remapped) */
3460   "iip\0"
3461   "glGetUniformSubroutineuiv\0"
3462   "\0"
3463   /* _mesa_function_pool[24458]: GetProgramStageiv (will be remapped) */
3464   "iiip\0"
3465   "glGetProgramStageiv\0"
3466   "\0"
3467   /* _mesa_function_pool[24484]: PatchParameteri (will be remapped) */
3468   "ii\0"
3469   "glPatchParameteri\0"
3470   "glPatchParameteriEXT\0"
3471   "glPatchParameteriOES\0"
3472   "\0"
3473   /* _mesa_function_pool[24548]: PatchParameterfv (will be remapped) */
3474   "ip\0"
3475   "glPatchParameterfv\0"
3476   "\0"
3477   /* _mesa_function_pool[24571]: DrawArraysIndirect (will be remapped) */
3478   "ip\0"
3479   "glDrawArraysIndirect\0"
3480   "\0"
3481   /* _mesa_function_pool[24596]: DrawElementsIndirect (will be remapped) */
3482   "iip\0"
3483   "glDrawElementsIndirect\0"
3484   "\0"
3485   /* _mesa_function_pool[24624]: MultiDrawArraysIndirect (will be remapped) */
3486   "ipii\0"
3487   "glMultiDrawArraysIndirect\0"
3488   "glMultiDrawArraysIndirectAMD\0"
3489   "\0"
3490   /* _mesa_function_pool[24685]: MultiDrawElementsIndirect (will be remapped) */
3491   "iipii\0"
3492   "glMultiDrawElementsIndirect\0"
3493   "glMultiDrawElementsIndirectAMD\0"
3494   "\0"
3495   /* _mesa_function_pool[24751]: Uniform1d (will be remapped) */
3496   "id\0"
3497   "glUniform1d\0"
3498   "\0"
3499   /* _mesa_function_pool[24767]: Uniform2d (will be remapped) */
3500   "idd\0"
3501   "glUniform2d\0"
3502   "\0"
3503   /* _mesa_function_pool[24784]: Uniform3d (will be remapped) */
3504   "iddd\0"
3505   "glUniform3d\0"
3506   "\0"
3507   /* _mesa_function_pool[24802]: Uniform4d (will be remapped) */
3508   "idddd\0"
3509   "glUniform4d\0"
3510   "\0"
3511   /* _mesa_function_pool[24821]: Uniform1dv (will be remapped) */
3512   "iip\0"
3513   "glUniform1dv\0"
3514   "\0"
3515   /* _mesa_function_pool[24839]: Uniform2dv (will be remapped) */
3516   "iip\0"
3517   "glUniform2dv\0"
3518   "\0"
3519   /* _mesa_function_pool[24857]: Uniform3dv (will be remapped) */
3520   "iip\0"
3521   "glUniform3dv\0"
3522   "\0"
3523   /* _mesa_function_pool[24875]: Uniform4dv (will be remapped) */
3524   "iip\0"
3525   "glUniform4dv\0"
3526   "\0"
3527   /* _mesa_function_pool[24893]: UniformMatrix2dv (will be remapped) */
3528   "iiip\0"
3529   "glUniformMatrix2dv\0"
3530   "\0"
3531   /* _mesa_function_pool[24918]: UniformMatrix3dv (will be remapped) */
3532   "iiip\0"
3533   "glUniformMatrix3dv\0"
3534   "\0"
3535   /* _mesa_function_pool[24943]: UniformMatrix4dv (will be remapped) */
3536   "iiip\0"
3537   "glUniformMatrix4dv\0"
3538   "\0"
3539   /* _mesa_function_pool[24968]: UniformMatrix2x3dv (will be remapped) */
3540   "iiip\0"
3541   "glUniformMatrix2x3dv\0"
3542   "\0"
3543   /* _mesa_function_pool[24995]: UniformMatrix2x4dv (will be remapped) */
3544   "iiip\0"
3545   "glUniformMatrix2x4dv\0"
3546   "\0"
3547   /* _mesa_function_pool[25022]: UniformMatrix3x2dv (will be remapped) */
3548   "iiip\0"
3549   "glUniformMatrix3x2dv\0"
3550   "\0"
3551   /* _mesa_function_pool[25049]: UniformMatrix3x4dv (will be remapped) */
3552   "iiip\0"
3553   "glUniformMatrix3x4dv\0"
3554   "\0"
3555   /* _mesa_function_pool[25076]: UniformMatrix4x2dv (will be remapped) */
3556   "iiip\0"
3557   "glUniformMatrix4x2dv\0"
3558   "\0"
3559   /* _mesa_function_pool[25103]: UniformMatrix4x3dv (will be remapped) */
3560   "iiip\0"
3561   "glUniformMatrix4x3dv\0"
3562   "\0"
3563   /* _mesa_function_pool[25130]: GetUniformdv (will be remapped) */
3564   "iip\0"
3565   "glGetUniformdv\0"
3566   "\0"
3567   /* _mesa_function_pool[25150]: ProgramUniform1d (will be remapped) */
3568   "iid\0"
3569   "glProgramUniform1dEXT\0"
3570   "glProgramUniform1d\0"
3571   "\0"
3572   /* _mesa_function_pool[25196]: ProgramUniform2d (will be remapped) */
3573   "iidd\0"
3574   "glProgramUniform2dEXT\0"
3575   "glProgramUniform2d\0"
3576   "\0"
3577   /* _mesa_function_pool[25243]: ProgramUniform3d (will be remapped) */
3578   "iiddd\0"
3579   "glProgramUniform3dEXT\0"
3580   "glProgramUniform3d\0"
3581   "\0"
3582   /* _mesa_function_pool[25291]: ProgramUniform4d (will be remapped) */
3583   "iidddd\0"
3584   "glProgramUniform4dEXT\0"
3585   "glProgramUniform4d\0"
3586   "\0"
3587   /* _mesa_function_pool[25340]: ProgramUniform1dv (will be remapped) */
3588   "iiip\0"
3589   "glProgramUniform1dvEXT\0"
3590   "glProgramUniform1dv\0"
3591   "\0"
3592   /* _mesa_function_pool[25389]: ProgramUniform2dv (will be remapped) */
3593   "iiip\0"
3594   "glProgramUniform2dvEXT\0"
3595   "glProgramUniform2dv\0"
3596   "\0"
3597   /* _mesa_function_pool[25438]: ProgramUniform3dv (will be remapped) */
3598   "iiip\0"
3599   "glProgramUniform3dvEXT\0"
3600   "glProgramUniform3dv\0"
3601   "\0"
3602   /* _mesa_function_pool[25487]: ProgramUniform4dv (will be remapped) */
3603   "iiip\0"
3604   "glProgramUniform4dvEXT\0"
3605   "glProgramUniform4dv\0"
3606   "\0"
3607   /* _mesa_function_pool[25536]: ProgramUniformMatrix2dv (will be remapped) */
3608   "iiiip\0"
3609   "glProgramUniformMatrix2dvEXT\0"
3610   "glProgramUniformMatrix2dv\0"
3611   "\0"
3612   /* _mesa_function_pool[25598]: ProgramUniformMatrix3dv (will be remapped) */
3613   "iiiip\0"
3614   "glProgramUniformMatrix3dvEXT\0"
3615   "glProgramUniformMatrix3dv\0"
3616   "\0"
3617   /* _mesa_function_pool[25660]: ProgramUniformMatrix4dv (will be remapped) */
3618   "iiiip\0"
3619   "glProgramUniformMatrix4dvEXT\0"
3620   "glProgramUniformMatrix4dv\0"
3621   "\0"
3622   /* _mesa_function_pool[25722]: ProgramUniformMatrix2x3dv (will be remapped) */
3623   "iiiip\0"
3624   "glProgramUniformMatrix2x3dvEXT\0"
3625   "glProgramUniformMatrix2x3dv\0"
3626   "\0"
3627   /* _mesa_function_pool[25788]: ProgramUniformMatrix2x4dv (will be remapped) */
3628   "iiiip\0"
3629   "glProgramUniformMatrix2x4dvEXT\0"
3630   "glProgramUniformMatrix2x4dv\0"
3631   "\0"
3632   /* _mesa_function_pool[25854]: ProgramUniformMatrix3x2dv (will be remapped) */
3633   "iiiip\0"
3634   "glProgramUniformMatrix3x2dvEXT\0"
3635   "glProgramUniformMatrix3x2dv\0"
3636   "\0"
3637   /* _mesa_function_pool[25920]: ProgramUniformMatrix3x4dv (will be remapped) */
3638   "iiiip\0"
3639   "glProgramUniformMatrix3x4dvEXT\0"
3640   "glProgramUniformMatrix3x4dv\0"
3641   "\0"
3642   /* _mesa_function_pool[25986]: ProgramUniformMatrix4x2dv (will be remapped) */
3643   "iiiip\0"
3644   "glProgramUniformMatrix4x2dvEXT\0"
3645   "glProgramUniformMatrix4x2dv\0"
3646   "\0"
3647   /* _mesa_function_pool[26052]: ProgramUniformMatrix4x3dv (will be remapped) */
3648   "iiiip\0"
3649   "glProgramUniformMatrix4x3dvEXT\0"
3650   "glProgramUniformMatrix4x3dv\0"
3651   "\0"
3652   /* _mesa_function_pool[26118]: DrawTransformFeedbackStream (will be remapped) */
3653   "iii\0"
3654   "glDrawTransformFeedbackStream\0"
3655   "\0"
3656   /* _mesa_function_pool[26153]: BeginQueryIndexed (will be remapped) */
3657   "iii\0"
3658   "glBeginQueryIndexed\0"
3659   "\0"
3660   /* _mesa_function_pool[26178]: EndQueryIndexed (will be remapped) */
3661   "ii\0"
3662   "glEndQueryIndexed\0"
3663   "\0"
3664   /* _mesa_function_pool[26200]: GetQueryIndexediv (will be remapped) */
3665   "iiip\0"
3666   "glGetQueryIndexediv\0"
3667   "\0"
3668   /* _mesa_function_pool[26226]: UseProgramStages (will be remapped) */
3669   "iii\0"
3670   "glUseProgramStages\0"
3671   "glUseProgramStagesEXT\0"
3672   "\0"
3673   /* _mesa_function_pool[26272]: ActiveShaderProgram (will be remapped) */
3674   "ii\0"
3675   "glActiveShaderProgram\0"
3676   "glActiveShaderProgramEXT\0"
3677   "\0"
3678   /* _mesa_function_pool[26323]: CreateShaderProgramv (will be remapped) */
3679   "iip\0"
3680   "glCreateShaderProgramv\0"
3681   "glCreateShaderProgramvEXT\0"
3682   "\0"
3683   /* _mesa_function_pool[26377]: BindProgramPipeline (will be remapped) */
3684   "i\0"
3685   "glBindProgramPipeline\0"
3686   "glBindProgramPipelineEXT\0"
3687   "\0"
3688   /* _mesa_function_pool[26427]: DeleteProgramPipelines (will be remapped) */
3689   "ip\0"
3690   "glDeleteProgramPipelines\0"
3691   "glDeleteProgramPipelinesEXT\0"
3692   "\0"
3693   /* _mesa_function_pool[26484]: GenProgramPipelines (will be remapped) */
3694   "ip\0"
3695   "glGenProgramPipelines\0"
3696   "glGenProgramPipelinesEXT\0"
3697   "\0"
3698   /* _mesa_function_pool[26535]: IsProgramPipeline (will be remapped) */
3699   "i\0"
3700   "glIsProgramPipeline\0"
3701   "glIsProgramPipelineEXT\0"
3702   "\0"
3703   /* _mesa_function_pool[26581]: GetProgramPipelineiv (will be remapped) */
3704   "iip\0"
3705   "glGetProgramPipelineiv\0"
3706   "glGetProgramPipelineivEXT\0"
3707   "\0"
3708   /* _mesa_function_pool[26635]: ProgramUniform1i (will be remapped) */
3709   "iii\0"
3710   "glProgramUniform1i\0"
3711   "glProgramUniform1iEXT\0"
3712   "\0"
3713   /* _mesa_function_pool[26681]: ProgramUniform2i (will be remapped) */
3714   "iiii\0"
3715   "glProgramUniform2i\0"
3716   "glProgramUniform2iEXT\0"
3717   "\0"
3718   /* _mesa_function_pool[26728]: ProgramUniform3i (will be remapped) */
3719   "iiiii\0"
3720   "glProgramUniform3i\0"
3721   "glProgramUniform3iEXT\0"
3722   "\0"
3723   /* _mesa_function_pool[26776]: ProgramUniform4i (will be remapped) */
3724   "iiiiii\0"
3725   "glProgramUniform4i\0"
3726   "glProgramUniform4iEXT\0"
3727   "\0"
3728   /* _mesa_function_pool[26825]: ProgramUniform1ui (will be remapped) */
3729   "iii\0"
3730   "glProgramUniform1ui\0"
3731   "glProgramUniform1uiEXT\0"
3732   "\0"
3733   /* _mesa_function_pool[26873]: ProgramUniform2ui (will be remapped) */
3734   "iiii\0"
3735   "glProgramUniform2ui\0"
3736   "glProgramUniform2uiEXT\0"
3737   "\0"
3738   /* _mesa_function_pool[26922]: ProgramUniform3ui (will be remapped) */
3739   "iiiii\0"
3740   "glProgramUniform3ui\0"
3741   "glProgramUniform3uiEXT\0"
3742   "\0"
3743   /* _mesa_function_pool[26972]: ProgramUniform4ui (will be remapped) */
3744   "iiiiii\0"
3745   "glProgramUniform4ui\0"
3746   "glProgramUniform4uiEXT\0"
3747   "\0"
3748   /* _mesa_function_pool[27023]: ProgramUniform1f (will be remapped) */
3749   "iif\0"
3750   "glProgramUniform1f\0"
3751   "glProgramUniform1fEXT\0"
3752   "\0"
3753   /* _mesa_function_pool[27069]: ProgramUniform2f (will be remapped) */
3754   "iiff\0"
3755   "glProgramUniform2f\0"
3756   "glProgramUniform2fEXT\0"
3757   "\0"
3758   /* _mesa_function_pool[27116]: ProgramUniform3f (will be remapped) */
3759   "iifff\0"
3760   "glProgramUniform3f\0"
3761   "glProgramUniform3fEXT\0"
3762   "\0"
3763   /* _mesa_function_pool[27164]: ProgramUniform4f (will be remapped) */
3764   "iiffff\0"
3765   "glProgramUniform4f\0"
3766   "glProgramUniform4fEXT\0"
3767   "\0"
3768   /* _mesa_function_pool[27213]: ProgramUniform1iv (will be remapped) */
3769   "iiip\0"
3770   "glProgramUniform1iv\0"
3771   "glProgramUniform1ivEXT\0"
3772   "\0"
3773   /* _mesa_function_pool[27262]: ProgramUniform2iv (will be remapped) */
3774   "iiip\0"
3775   "glProgramUniform2iv\0"
3776   "glProgramUniform2ivEXT\0"
3777   "\0"
3778   /* _mesa_function_pool[27311]: ProgramUniform3iv (will be remapped) */
3779   "iiip\0"
3780   "glProgramUniform3iv\0"
3781   "glProgramUniform3ivEXT\0"
3782   "\0"
3783   /* _mesa_function_pool[27360]: ProgramUniform4iv (will be remapped) */
3784   "iiip\0"
3785   "glProgramUniform4iv\0"
3786   "glProgramUniform4ivEXT\0"
3787   "\0"
3788   /* _mesa_function_pool[27409]: ProgramUniform1uiv (will be remapped) */
3789   "iiip\0"
3790   "glProgramUniform1uiv\0"
3791   "glProgramUniform1uivEXT\0"
3792   "\0"
3793   /* _mesa_function_pool[27460]: ProgramUniform2uiv (will be remapped) */
3794   "iiip\0"
3795   "glProgramUniform2uiv\0"
3796   "glProgramUniform2uivEXT\0"
3797   "\0"
3798   /* _mesa_function_pool[27511]: ProgramUniform3uiv (will be remapped) */
3799   "iiip\0"
3800   "glProgramUniform3uiv\0"
3801   "glProgramUniform3uivEXT\0"
3802   "\0"
3803   /* _mesa_function_pool[27562]: ProgramUniform4uiv (will be remapped) */
3804   "iiip\0"
3805   "glProgramUniform4uiv\0"
3806   "glProgramUniform4uivEXT\0"
3807   "\0"
3808   /* _mesa_function_pool[27613]: ProgramUniform1fv (will be remapped) */
3809   "iiip\0"
3810   "glProgramUniform1fv\0"
3811   "glProgramUniform1fvEXT\0"
3812   "\0"
3813   /* _mesa_function_pool[27662]: ProgramUniform2fv (will be remapped) */
3814   "iiip\0"
3815   "glProgramUniform2fv\0"
3816   "glProgramUniform2fvEXT\0"
3817   "\0"
3818   /* _mesa_function_pool[27711]: ProgramUniform3fv (will be remapped) */
3819   "iiip\0"
3820   "glProgramUniform3fv\0"
3821   "glProgramUniform3fvEXT\0"
3822   "\0"
3823   /* _mesa_function_pool[27760]: ProgramUniform4fv (will be remapped) */
3824   "iiip\0"
3825   "glProgramUniform4fv\0"
3826   "glProgramUniform4fvEXT\0"
3827   "\0"
3828   /* _mesa_function_pool[27809]: ProgramUniformMatrix2fv (will be remapped) */
3829   "iiiip\0"
3830   "glProgramUniformMatrix2fv\0"
3831   "glProgramUniformMatrix2fvEXT\0"
3832   "\0"
3833   /* _mesa_function_pool[27871]: ProgramUniformMatrix3fv (will be remapped) */
3834   "iiiip\0"
3835   "glProgramUniformMatrix3fv\0"
3836   "glProgramUniformMatrix3fvEXT\0"
3837   "\0"
3838   /* _mesa_function_pool[27933]: ProgramUniformMatrix4fv (will be remapped) */
3839   "iiiip\0"
3840   "glProgramUniformMatrix4fv\0"
3841   "glProgramUniformMatrix4fvEXT\0"
3842   "\0"
3843   /* _mesa_function_pool[27995]: ProgramUniformMatrix2x3fv (will be remapped) */
3844   "iiiip\0"
3845   "glProgramUniformMatrix2x3fv\0"
3846   "glProgramUniformMatrix2x3fvEXT\0"
3847   "\0"
3848   /* _mesa_function_pool[28061]: ProgramUniformMatrix3x2fv (will be remapped) */
3849   "iiiip\0"
3850   "glProgramUniformMatrix3x2fv\0"
3851   "glProgramUniformMatrix3x2fvEXT\0"
3852   "\0"
3853   /* _mesa_function_pool[28127]: ProgramUniformMatrix2x4fv (will be remapped) */
3854   "iiiip\0"
3855   "glProgramUniformMatrix2x4fv\0"
3856   "glProgramUniformMatrix2x4fvEXT\0"
3857   "\0"
3858   /* _mesa_function_pool[28193]: ProgramUniformMatrix4x2fv (will be remapped) */
3859   "iiiip\0"
3860   "glProgramUniformMatrix4x2fv\0"
3861   "glProgramUniformMatrix4x2fvEXT\0"
3862   "\0"
3863   /* _mesa_function_pool[28259]: ProgramUniformMatrix3x4fv (will be remapped) */
3864   "iiiip\0"
3865   "glProgramUniformMatrix3x4fv\0"
3866   "glProgramUniformMatrix3x4fvEXT\0"
3867   "\0"
3868   /* _mesa_function_pool[28325]: ProgramUniformMatrix4x3fv (will be remapped) */
3869   "iiiip\0"
3870   "glProgramUniformMatrix4x3fv\0"
3871   "glProgramUniformMatrix4x3fvEXT\0"
3872   "\0"
3873   /* _mesa_function_pool[28391]: ValidateProgramPipeline (will be remapped) */
3874   "i\0"
3875   "glValidateProgramPipeline\0"
3876   "glValidateProgramPipelineEXT\0"
3877   "\0"
3878   /* _mesa_function_pool[28449]: GetProgramPipelineInfoLog (will be remapped) */
3879   "iipp\0"
3880   "glGetProgramPipelineInfoLog\0"
3881   "glGetProgramPipelineInfoLogEXT\0"
3882   "\0"
3883   /* _mesa_function_pool[28514]: VertexAttribL1d (will be remapped) */
3884   "id\0"
3885   "glVertexAttribL1d\0"
3886   "glVertexAttribL1dEXT\0"
3887   "\0"
3888   /* _mesa_function_pool[28557]: VertexAttribL2d (will be remapped) */
3889   "idd\0"
3890   "glVertexAttribL2d\0"
3891   "glVertexAttribL2dEXT\0"
3892   "\0"
3893   /* _mesa_function_pool[28601]: VertexAttribL3d (will be remapped) */
3894   "iddd\0"
3895   "glVertexAttribL3d\0"
3896   "glVertexAttribL3dEXT\0"
3897   "\0"
3898   /* _mesa_function_pool[28646]: VertexAttribL4d (will be remapped) */
3899   "idddd\0"
3900   "glVertexAttribL4d\0"
3901   "glVertexAttribL4dEXT\0"
3902   "\0"
3903   /* _mesa_function_pool[28692]: VertexAttribL1dv (will be remapped) */
3904   "ip\0"
3905   "glVertexAttribL1dv\0"
3906   "glVertexAttribL1dvEXT\0"
3907   "\0"
3908   /* _mesa_function_pool[28737]: VertexAttribL2dv (will be remapped) */
3909   "ip\0"
3910   "glVertexAttribL2dv\0"
3911   "glVertexAttribL2dvEXT\0"
3912   "\0"
3913   /* _mesa_function_pool[28782]: VertexAttribL3dv (will be remapped) */
3914   "ip\0"
3915   "glVertexAttribL3dv\0"
3916   "glVertexAttribL3dvEXT\0"
3917   "\0"
3918   /* _mesa_function_pool[28827]: VertexAttribL4dv (will be remapped) */
3919   "ip\0"
3920   "glVertexAttribL4dv\0"
3921   "glVertexAttribL4dvEXT\0"
3922   "\0"
3923   /* _mesa_function_pool[28872]: VertexAttribLPointer (will be remapped) */
3924   "iiiip\0"
3925   "glVertexAttribLPointer\0"
3926   "glVertexAttribLPointerEXT\0"
3927   "\0"
3928   /* _mesa_function_pool[28928]: GetVertexAttribLdv (will be remapped) */
3929   "iip\0"
3930   "glGetVertexAttribLdv\0"
3931   "glGetVertexAttribLdvEXT\0"
3932   "\0"
3933   /* _mesa_function_pool[28978]: VertexArrayVertexAttribLOffsetEXT (will be remapped) */
3934   "iiiiiii\0"
3935   "glVertexArrayVertexAttribLOffsetEXT\0"
3936   "\0"
3937   /* _mesa_function_pool[29023]: GetShaderPrecisionFormat (will be remapped) */
3938   "iipp\0"
3939   "glGetShaderPrecisionFormat\0"
3940   "\0"
3941   /* _mesa_function_pool[29056]: ReleaseShaderCompiler (will be remapped) */
3942   "\0"
3943   "glReleaseShaderCompiler\0"
3944   "\0"
3945   /* _mesa_function_pool[29082]: ShaderBinary (will be remapped) */
3946   "ipipi\0"
3947   "glShaderBinary\0"
3948   "\0"
3949   /* _mesa_function_pool[29104]: ClearDepthf (will be remapped) */
3950   "f\0"
3951   "glClearDepthf\0"
3952   "glClearDepthfOES\0"
3953   "\0"
3954   /* _mesa_function_pool[29138]: DepthRangef (will be remapped) */
3955   "ff\0"
3956   "glDepthRangef\0"
3957   "glDepthRangefOES\0"
3958   "\0"
3959   /* _mesa_function_pool[29173]: GetProgramBinary (will be remapped) */
3960   "iippp\0"
3961   "glGetProgramBinary\0"
3962   "glGetProgramBinaryOES\0"
3963   "\0"
3964   /* _mesa_function_pool[29221]: ProgramBinary (will be remapped) */
3965   "iipi\0"
3966   "glProgramBinary\0"
3967   "glProgramBinaryOES\0"
3968   "\0"
3969   /* _mesa_function_pool[29262]: ProgramParameteri (will be remapped) */
3970   "iii\0"
3971   "glProgramParameteri\0"
3972   "glProgramParameteriEXT\0"
3973   "\0"
3974   /* _mesa_function_pool[29310]: DebugMessageControl (will be remapped) */
3975   "iiiipi\0"
3976   "glDebugMessageControlARB\0"
3977   "glDebugMessageControl\0"
3978   "glDebugMessageControlKHR\0"
3979   "\0"
3980   /* _mesa_function_pool[29390]: DebugMessageInsert (will be remapped) */
3981   "iiiiip\0"
3982   "glDebugMessageInsertARB\0"
3983   "glDebugMessageInsert\0"
3984   "glDebugMessageInsertKHR\0"
3985   "\0"
3986   /* _mesa_function_pool[29467]: DebugMessageCallback (will be remapped) */
3987   "pp\0"
3988   "glDebugMessageCallbackARB\0"
3989   "glDebugMessageCallback\0"
3990   "glDebugMessageCallbackKHR\0"
3991   "\0"
3992   /* _mesa_function_pool[29546]: GetDebugMessageLog (will be remapped) */
3993   "iipppppp\0"
3994   "glGetDebugMessageLogARB\0"
3995   "glGetDebugMessageLog\0"
3996   "glGetDebugMessageLogKHR\0"
3997   "\0"
3998   /* _mesa_function_pool[29625]: GetGraphicsResetStatusARB (will be remapped) */
3999   "\0"
4000   "glGetGraphicsResetStatusARB\0"
4001   "glGetGraphicsResetStatus\0"
4002   "glGetGraphicsResetStatusKHR\0"
4003   "glGetGraphicsResetStatusEXT\0"
4004   "\0"
4005   /* _mesa_function_pool[29736]: GetnMapdvARB (will be remapped) */
4006   "iiip\0"
4007   "glGetnMapdvARB\0"
4008   "\0"
4009   /* _mesa_function_pool[29757]: GetnMapfvARB (will be remapped) */
4010   "iiip\0"
4011   "glGetnMapfvARB\0"
4012   "\0"
4013   /* _mesa_function_pool[29778]: GetnMapivARB (will be remapped) */
4014   "iiip\0"
4015   "glGetnMapivARB\0"
4016   "\0"
4017   /* _mesa_function_pool[29799]: GetnPixelMapfvARB (will be remapped) */
4018   "iip\0"
4019   "glGetnPixelMapfvARB\0"
4020   "\0"
4021   /* _mesa_function_pool[29824]: GetnPixelMapuivARB (will be remapped) */
4022   "iip\0"
4023   "glGetnPixelMapuivARB\0"
4024   "\0"
4025   /* _mesa_function_pool[29850]: GetnPixelMapusvARB (will be remapped) */
4026   "iip\0"
4027   "glGetnPixelMapusvARB\0"
4028   "\0"
4029   /* _mesa_function_pool[29876]: GetnPolygonStippleARB (will be remapped) */
4030   "ip\0"
4031   "glGetnPolygonStippleARB\0"
4032   "\0"
4033   /* _mesa_function_pool[29904]: GetnTexImageARB (will be remapped) */
4034   "iiiiip\0"
4035   "glGetnTexImageARB\0"
4036   "\0"
4037   /* _mesa_function_pool[29930]: ReadnPixelsARB (will be remapped) */
4038   "iiiiiiip\0"
4039   "glReadnPixelsARB\0"
4040   "glReadnPixels\0"
4041   "glReadnPixelsKHR\0"
4042   "glReadnPixelsEXT\0"
4043   "\0"
4044   /* _mesa_function_pool[30005]: GetnColorTableARB (will be remapped) */
4045   "iiiip\0"
4046   "glGetnColorTableARB\0"
4047   "\0"
4048   /* _mesa_function_pool[30032]: GetnConvolutionFilterARB (will be remapped) */
4049   "iiiip\0"
4050   "glGetnConvolutionFilterARB\0"
4051   "\0"
4052   /* _mesa_function_pool[30066]: GetnSeparableFilterARB (will be remapped) */
4053   "iiiipipp\0"
4054   "glGetnSeparableFilterARB\0"
4055   "\0"
4056   /* _mesa_function_pool[30101]: GetnHistogramARB (will be remapped) */
4057   "iiiiip\0"
4058   "glGetnHistogramARB\0"
4059   "\0"
4060   /* _mesa_function_pool[30128]: GetnMinmaxARB (will be remapped) */
4061   "iiiiip\0"
4062   "glGetnMinmaxARB\0"
4063   "\0"
4064   /* _mesa_function_pool[30152]: GetnCompressedTexImageARB (will be remapped) */
4065   "iiip\0"
4066   "glGetnCompressedTexImageARB\0"
4067   "\0"
4068   /* _mesa_function_pool[30186]: GetnUniformfvARB (will be remapped) */
4069   "iiip\0"
4070   "glGetnUniformfvARB\0"
4071   "glGetnUniformfv\0"
4072   "glGetnUniformfvKHR\0"
4073   "glGetnUniformfvEXT\0"
4074   "\0"
4075   /* _mesa_function_pool[30265]: GetnUniformivARB (will be remapped) */
4076   "iiip\0"
4077   "glGetnUniformivARB\0"
4078   "glGetnUniformiv\0"
4079   "glGetnUniformivKHR\0"
4080   "glGetnUniformivEXT\0"
4081   "\0"
4082   /* _mesa_function_pool[30344]: GetnUniformuivARB (will be remapped) */
4083   "iiip\0"
4084   "glGetnUniformuivARB\0"
4085   "glGetnUniformuiv\0"
4086   "glGetnUniformuivKHR\0"
4087   "\0"
4088   /* _mesa_function_pool[30407]: GetnUniformdvARB (will be remapped) */
4089   "iiip\0"
4090   "glGetnUniformdvARB\0"
4091   "\0"
4092   /* _mesa_function_pool[30432]: DrawArraysInstancedBaseInstance (will be remapped) */
4093   "iiiii\0"
4094   "glDrawArraysInstancedBaseInstance\0"
4095   "glDrawArraysInstancedBaseInstanceEXT\0"
4096   "\0"
4097   /* _mesa_function_pool[30510]: DrawElementsInstancedBaseInstance (will be remapped) */
4098   "iiipii\0"
4099   "glDrawElementsInstancedBaseInstance\0"
4100   "glDrawElementsInstancedBaseInstanceEXT\0"
4101   "\0"
4102   /* _mesa_function_pool[30593]: DrawElementsInstancedBaseVertexBaseInstance (will be remapped) */
4103   "iiipiii\0"
4104   "glDrawElementsInstancedBaseVertexBaseInstance\0"
4105   "glDrawElementsInstancedBaseVertexBaseInstanceEXT\0"
4106   "\0"
4107   /* _mesa_function_pool[30697]: DrawTransformFeedbackInstanced (will be remapped) */
4108   "iii\0"
4109   "glDrawTransformFeedbackInstanced\0"
4110   "\0"
4111   /* _mesa_function_pool[30735]: DrawTransformFeedbackStreamInstanced (will be remapped) */
4112   "iiii\0"
4113   "glDrawTransformFeedbackStreamInstanced\0"
4114   "\0"
4115   /* _mesa_function_pool[30780]: GetInternalformativ (will be remapped) */
4116   "iiiip\0"
4117   "glGetInternalformativ\0"
4118   "\0"
4119   /* _mesa_function_pool[30809]: GetActiveAtomicCounterBufferiv (will be remapped) */
4120   "iiip\0"
4121   "glGetActiveAtomicCounterBufferiv\0"
4122   "\0"
4123   /* _mesa_function_pool[30848]: BindImageTexture (will be remapped) */
4124   "iiiiiii\0"
4125   "glBindImageTexture\0"
4126   "\0"
4127   /* _mesa_function_pool[30876]: MemoryBarrier (will be remapped) */
4128   "i\0"
4129   "glMemoryBarrier\0"
4130   "glMemoryBarrierEXT\0"
4131   "\0"
4132   /* _mesa_function_pool[30914]: TexStorage1D (will be remapped) */
4133   "iiii\0"
4134   "glTexStorage1D\0"
4135   "\0"
4136   /* _mesa_function_pool[30935]: TexStorage2D (will be remapped) */
4137   "iiiii\0"
4138   "glTexStorage2D\0"
4139   "\0"
4140   /* _mesa_function_pool[30957]: TexStorage3D (will be remapped) */
4141   "iiiiii\0"
4142   "glTexStorage3D\0"
4143   "\0"
4144   /* _mesa_function_pool[30980]: TextureStorage1DEXT (will be remapped) */
4145   "iiiii\0"
4146   "glTextureStorage1DEXT\0"
4147   "\0"
4148   /* _mesa_function_pool[31009]: TextureStorage2DEXT (will be remapped) */
4149   "iiiiii\0"
4150   "glTextureStorage2DEXT\0"
4151   "\0"
4152   /* _mesa_function_pool[31039]: TextureStorage3DEXT (will be remapped) */
4153   "iiiiiii\0"
4154   "glTextureStorage3DEXT\0"
4155   "\0"
4156   /* _mesa_function_pool[31070]: PushDebugGroup (will be remapped) */
4157   "iiip\0"
4158   "glPushDebugGroup\0"
4159   "glPushDebugGroupKHR\0"
4160   "\0"
4161   /* _mesa_function_pool[31113]: PopDebugGroup (will be remapped) */
4162   "\0"
4163   "glPopDebugGroup\0"
4164   "glPopDebugGroupKHR\0"
4165   "\0"
4166   /* _mesa_function_pool[31150]: ObjectLabel (will be remapped) */
4167   "iiip\0"
4168   "glObjectLabel\0"
4169   "glObjectLabelKHR\0"
4170   "\0"
4171   /* _mesa_function_pool[31187]: GetObjectLabel (will be remapped) */
4172   "iiipp\0"
4173   "glGetObjectLabel\0"
4174   "glGetObjectLabelKHR\0"
4175   "\0"
4176   /* _mesa_function_pool[31231]: ObjectPtrLabel (will be remapped) */
4177   "pip\0"
4178   "glObjectPtrLabel\0"
4179   "glObjectPtrLabelKHR\0"
4180   "\0"
4181   /* _mesa_function_pool[31273]: GetObjectPtrLabel (will be remapped) */
4182   "pipp\0"
4183   "glGetObjectPtrLabel\0"
4184   "glGetObjectPtrLabelKHR\0"
4185   "\0"
4186   /* _mesa_function_pool[31322]: ClearBufferData (will be remapped) */
4187   "iiiip\0"
4188   "glClearBufferData\0"
4189   "\0"
4190   /* _mesa_function_pool[31347]: ClearBufferSubData (will be remapped) */
4191   "iiiiiip\0"
4192   "glClearBufferSubData\0"
4193   "\0"
4194   /* _mesa_function_pool[31377]: ClearNamedBufferDataEXT (will be remapped) */
4195   "iiiip\0"
4196   "glClearNamedBufferDataEXT\0"
4197   "\0"
4198   /* _mesa_function_pool[31410]: ClearNamedBufferSubDataEXT (will be remapped) */
4199   "iiiiiip\0"
4200   "glClearNamedBufferSubDataEXT\0"
4201   "\0"
4202   /* _mesa_function_pool[31448]: DispatchCompute (will be remapped) */
4203   "iii\0"
4204   "glDispatchCompute\0"
4205   "\0"
4206   /* _mesa_function_pool[31471]: DispatchComputeIndirect (will be remapped) */
4207   "i\0"
4208   "glDispatchComputeIndirect\0"
4209   "\0"
4210   /* _mesa_function_pool[31500]: CopyImageSubData (will be remapped) */
4211   "iiiiiiiiiiiiiii\0"
4212   "glCopyImageSubData\0"
4213   "glCopyImageSubDataEXT\0"
4214   "glCopyImageSubDataOES\0"
4215   "\0"
4216   /* _mesa_function_pool[31580]: TextureView (will be remapped) */
4217   "iiiiiiii\0"
4218   "glTextureView\0"
4219   "glTextureViewOES\0"
4220   "glTextureViewEXT\0"
4221   "\0"
4222   /* _mesa_function_pool[31638]: BindVertexBuffer (will be remapped) */
4223   "iiii\0"
4224   "glBindVertexBuffer\0"
4225   "\0"
4226   /* _mesa_function_pool[31663]: VertexAttribFormat (will be remapped) */
4227   "iiiii\0"
4228   "glVertexAttribFormat\0"
4229   "\0"
4230   /* _mesa_function_pool[31691]: VertexAttribIFormat (will be remapped) */
4231   "iiii\0"
4232   "glVertexAttribIFormat\0"
4233   "\0"
4234   /* _mesa_function_pool[31719]: VertexAttribLFormat (will be remapped) */
4235   "iiii\0"
4236   "glVertexAttribLFormat\0"
4237   "\0"
4238   /* _mesa_function_pool[31747]: VertexAttribBinding (will be remapped) */
4239   "ii\0"
4240   "glVertexAttribBinding\0"
4241   "\0"
4242   /* _mesa_function_pool[31773]: VertexBindingDivisor (will be remapped) */
4243   "ii\0"
4244   "glVertexBindingDivisor\0"
4245   "\0"
4246   /* _mesa_function_pool[31800]: VertexArrayBindVertexBufferEXT (will be remapped) */
4247   "iiiii\0"
4248   "glVertexArrayBindVertexBufferEXT\0"
4249   "\0"
4250   /* _mesa_function_pool[31840]: VertexArrayVertexAttribFormatEXT (will be remapped) */
4251   "iiiiii\0"
4252   "glVertexArrayVertexAttribFormatEXT\0"
4253   "\0"
4254   /* _mesa_function_pool[31883]: VertexArrayVertexAttribIFormatEXT (will be remapped) */
4255   "iiiii\0"
4256   "glVertexArrayVertexAttribIFormatEXT\0"
4257   "\0"
4258   /* _mesa_function_pool[31926]: VertexArrayVertexAttribLFormatEXT (will be remapped) */
4259   "iiiii\0"
4260   "glVertexArrayVertexAttribLFormatEXT\0"
4261   "\0"
4262   /* _mesa_function_pool[31969]: VertexArrayVertexAttribBindingEXT (will be remapped) */
4263   "iii\0"
4264   "glVertexArrayVertexAttribBindingEXT\0"
4265   "\0"
4266   /* _mesa_function_pool[32010]: VertexArrayVertexBindingDivisorEXT (will be remapped) */
4267   "iii\0"
4268   "glVertexArrayVertexBindingDivisorEXT\0"
4269   "\0"
4270   /* _mesa_function_pool[32052]: FramebufferParameteri (will be remapped) */
4271   "iii\0"
4272   "glFramebufferParameteri\0"
4273   "\0"
4274   /* _mesa_function_pool[32081]: GetFramebufferParameteriv (will be remapped) */
4275   "iip\0"
4276   "glGetFramebufferParameteriv\0"
4277   "\0"
4278   /* _mesa_function_pool[32114]: NamedFramebufferParameteriEXT (will be remapped) */
4279   "iii\0"
4280   "glNamedFramebufferParameteriEXT\0"
4281   "\0"
4282   /* _mesa_function_pool[32151]: GetNamedFramebufferParameterivEXT (will be remapped) */
4283   "iip\0"
4284   "glGetNamedFramebufferParameterivEXT\0"
4285   "\0"
4286   /* _mesa_function_pool[32192]: GetInternalformati64v (will be remapped) */
4287   "iiiip\0"
4288   "glGetInternalformati64v\0"
4289   "\0"
4290   /* _mesa_function_pool[32223]: InvalidateTexSubImage (will be remapped) */
4291   "iiiiiiii\0"
4292   "glInvalidateTexSubImage\0"
4293   "\0"
4294   /* _mesa_function_pool[32257]: InvalidateTexImage (will be remapped) */
4295   "ii\0"
4296   "glInvalidateTexImage\0"
4297   "\0"
4298   /* _mesa_function_pool[32282]: InvalidateBufferSubData (will be remapped) */
4299   "iii\0"
4300   "glInvalidateBufferSubData\0"
4301   "\0"
4302   /* _mesa_function_pool[32313]: InvalidateBufferData (will be remapped) */
4303   "i\0"
4304   "glInvalidateBufferData\0"
4305   "\0"
4306   /* _mesa_function_pool[32339]: InvalidateSubFramebuffer (will be remapped) */
4307   "iipiiii\0"
4308   "glInvalidateSubFramebuffer\0"
4309   "\0"
4310   /* _mesa_function_pool[32375]: InvalidateFramebuffer (will be remapped) */
4311   "iip\0"
4312   "glInvalidateFramebuffer\0"
4313   "\0"
4314   /* _mesa_function_pool[32404]: GetProgramInterfaceiv (will be remapped) */
4315   "iiip\0"
4316   "glGetProgramInterfaceiv\0"
4317   "\0"
4318   /* _mesa_function_pool[32434]: GetProgramResourceIndex (will be remapped) */
4319   "iip\0"
4320   "glGetProgramResourceIndex\0"
4321   "\0"
4322   /* _mesa_function_pool[32465]: GetProgramResourceName (will be remapped) */
4323   "iiiipp\0"
4324   "glGetProgramResourceName\0"
4325   "\0"
4326   /* _mesa_function_pool[32498]: GetProgramResourceiv (will be remapped) */
4327   "iiiipipp\0"
4328   "glGetProgramResourceiv\0"
4329   "\0"
4330   /* _mesa_function_pool[32531]: GetProgramResourceLocation (will be remapped) */
4331   "iip\0"
4332   "glGetProgramResourceLocation\0"
4333   "\0"
4334   /* _mesa_function_pool[32565]: GetProgramResourceLocationIndex (will be remapped) */
4335   "iip\0"
4336   "glGetProgramResourceLocationIndex\0"
4337   "glGetProgramResourceLocationIndexEXT\0"
4338   "\0"
4339   /* _mesa_function_pool[32641]: ShaderStorageBlockBinding (will be remapped) */
4340   "iii\0"
4341   "glShaderStorageBlockBinding\0"
4342   "\0"
4343   /* _mesa_function_pool[32674]: TexBufferRange (will be remapped) */
4344   "iiiii\0"
4345   "glTexBufferRange\0"
4346   "glTexBufferRangeEXT\0"
4347   "glTexBufferRangeOES\0"
4348   "\0"
4349   /* _mesa_function_pool[32738]: TextureBufferRangeEXT (will be remapped) */
4350   "iiiiii\0"
4351   "glTextureBufferRangeEXT\0"
4352   "\0"
4353   /* _mesa_function_pool[32770]: TexStorage2DMultisample (will be remapped) */
4354   "iiiiii\0"
4355   "glTexStorage2DMultisample\0"
4356   "\0"
4357   /* _mesa_function_pool[32804]: TexStorage3DMultisample (will be remapped) */
4358   "iiiiiii\0"
4359   "glTexStorage3DMultisample\0"
4360   "glTexStorage3DMultisampleOES\0"
4361   "\0"
4362   /* _mesa_function_pool[32868]: TextureStorage2DMultisampleEXT (will be remapped) */
4363   "iiiiiii\0"
4364   "glTextureStorage2DMultisampleEXT\0"
4365   "\0"
4366   /* _mesa_function_pool[32910]: TextureStorage3DMultisampleEXT (will be remapped) */
4367   "iiiiiiii\0"
4368   "glTextureStorage3DMultisampleEXT\0"
4369   "\0"
4370   /* _mesa_function_pool[32953]: BufferStorage (will be remapped) */
4371   "iipi\0"
4372   "glBufferStorage\0"
4373   "glBufferStorageEXT\0"
4374   "\0"
4375   /* _mesa_function_pool[32994]: NamedBufferStorageEXT (will be remapped) */
4376   "iipi\0"
4377   "glNamedBufferStorageEXT\0"
4378   "\0"
4379   /* _mesa_function_pool[33024]: ClearTexImage (will be remapped) */
4380   "iiiip\0"
4381   "glClearTexImage\0"
4382   "glClearTexImageEXT\0"
4383   "\0"
4384   /* _mesa_function_pool[33066]: ClearTexSubImage (will be remapped) */
4385   "iiiiiiiiiip\0"
4386   "glClearTexSubImage\0"
4387   "glClearTexSubImageEXT\0"
4388   "\0"
4389   /* _mesa_function_pool[33120]: BindBuffersBase (will be remapped) */
4390   "iiip\0"
4391   "glBindBuffersBase\0"
4392   "\0"
4393   /* _mesa_function_pool[33144]: BindBuffersRange (will be remapped) */
4394   "iiippp\0"
4395   "glBindBuffersRange\0"
4396   "\0"
4397   /* _mesa_function_pool[33171]: BindTextures (will be remapped) */
4398   "iip\0"
4399   "glBindTextures\0"
4400   "\0"
4401   /* _mesa_function_pool[33191]: BindSamplers (will be remapped) */
4402   "iip\0"
4403   "glBindSamplers\0"
4404   "\0"
4405   /* _mesa_function_pool[33211]: BindImageTextures (will be remapped) */
4406   "iip\0"
4407   "glBindImageTextures\0"
4408   "\0"
4409   /* _mesa_function_pool[33236]: BindVertexBuffers (will be remapped) */
4410   "iippp\0"
4411   "glBindVertexBuffers\0"
4412   "\0"
4413   /* _mesa_function_pool[33263]: GetTextureHandleARB (will be remapped) */
4414   "i\0"
4415   "glGetTextureHandleARB\0"
4416   "\0"
4417   /* _mesa_function_pool[33288]: GetTextureSamplerHandleARB (will be remapped) */
4418   "ii\0"
4419   "glGetTextureSamplerHandleARB\0"
4420   "\0"
4421   /* _mesa_function_pool[33321]: MakeTextureHandleResidentARB (will be remapped) */
4422   "i\0"
4423   "glMakeTextureHandleResidentARB\0"
4424   "\0"
4425   /* _mesa_function_pool[33355]: MakeTextureHandleNonResidentARB (will be remapped) */
4426   "i\0"
4427   "glMakeTextureHandleNonResidentARB\0"
4428   "\0"
4429   /* _mesa_function_pool[33392]: GetImageHandleARB (will be remapped) */
4430   "iiiii\0"
4431   "glGetImageHandleARB\0"
4432   "\0"
4433   /* _mesa_function_pool[33419]: MakeImageHandleResidentARB (will be remapped) */
4434   "ii\0"
4435   "glMakeImageHandleResidentARB\0"
4436   "\0"
4437   /* _mesa_function_pool[33452]: MakeImageHandleNonResidentARB (will be remapped) */
4438   "i\0"
4439   "glMakeImageHandleNonResidentARB\0"
4440   "\0"
4441   /* _mesa_function_pool[33487]: UniformHandleui64ARB (will be remapped) */
4442   "ii\0"
4443   "glUniformHandleui64ARB\0"
4444   "\0"
4445   /* _mesa_function_pool[33514]: UniformHandleui64vARB (will be remapped) */
4446   "iip\0"
4447   "glUniformHandleui64vARB\0"
4448   "\0"
4449   /* _mesa_function_pool[33543]: ProgramUniformHandleui64ARB (will be remapped) */
4450   "iii\0"
4451   "glProgramUniformHandleui64ARB\0"
4452   "\0"
4453   /* _mesa_function_pool[33578]: ProgramUniformHandleui64vARB (will be remapped) */
4454   "iiip\0"
4455   "glProgramUniformHandleui64vARB\0"
4456   "\0"
4457   /* _mesa_function_pool[33615]: IsTextureHandleResidentARB (will be remapped) */
4458   "i\0"
4459   "glIsTextureHandleResidentARB\0"
4460   "\0"
4461   /* _mesa_function_pool[33647]: IsImageHandleResidentARB (will be remapped) */
4462   "i\0"
4463   "glIsImageHandleResidentARB\0"
4464   "\0"
4465   /* _mesa_function_pool[33677]: VertexAttribL1ui64ARB (will be remapped) */
4466   "ii\0"
4467   "glVertexAttribL1ui64ARB\0"
4468   "\0"
4469   /* _mesa_function_pool[33705]: VertexAttribL1ui64vARB (will be remapped) */
4470   "ip\0"
4471   "glVertexAttribL1ui64vARB\0"
4472   "\0"
4473   /* _mesa_function_pool[33734]: GetVertexAttribLui64vARB (will be remapped) */
4474   "iip\0"
4475   "glGetVertexAttribLui64vARB\0"
4476   "\0"
4477   /* _mesa_function_pool[33766]: DispatchComputeGroupSizeARB (will be remapped) */
4478   "iiiiii\0"
4479   "glDispatchComputeGroupSizeARB\0"
4480   "\0"
4481   /* _mesa_function_pool[33804]: MultiDrawArraysIndirectCountARB (will be remapped) */
4482   "iiiii\0"
4483   "glMultiDrawArraysIndirectCountARB\0"
4484   "glMultiDrawArraysIndirectCount\0"
4485   "\0"
4486   /* _mesa_function_pool[33876]: MultiDrawElementsIndirectCountARB (will be remapped) */
4487   "iiiiii\0"
4488   "glMultiDrawElementsIndirectCountARB\0"
4489   "glMultiDrawElementsIndirectCount\0"
4490   "\0"
4491   /* _mesa_function_pool[33953]: ClipControl (will be remapped) */
4492   "ii\0"
4493   "glClipControl\0"
4494   "glClipControlEXT\0"
4495   "\0"
4496   /* _mesa_function_pool[33988]: CreateTransformFeedbacks (will be remapped) */
4497   "ip\0"
4498   "glCreateTransformFeedbacks\0"
4499   "\0"
4500   /* _mesa_function_pool[34019]: TransformFeedbackBufferBase (will be remapped) */
4501   "iii\0"
4502   "glTransformFeedbackBufferBase\0"
4503   "\0"
4504   /* _mesa_function_pool[34054]: TransformFeedbackBufferRange (will be remapped) */
4505   "iiiii\0"
4506   "glTransformFeedbackBufferRange\0"
4507   "\0"
4508   /* _mesa_function_pool[34092]: GetTransformFeedbackiv (will be remapped) */
4509   "iip\0"
4510   "glGetTransformFeedbackiv\0"
4511   "\0"
4512   /* _mesa_function_pool[34122]: GetTransformFeedbacki_v (will be remapped) */
4513   "iiip\0"
4514   "glGetTransformFeedbacki_v\0"
4515   "\0"
4516   /* _mesa_function_pool[34154]: GetTransformFeedbacki64_v (will be remapped) */
4517   "iiip\0"
4518   "glGetTransformFeedbacki64_v\0"
4519   "\0"
4520   /* _mesa_function_pool[34188]: CreateBuffers (will be remapped) */
4521   "ip\0"
4522   "glCreateBuffers\0"
4523   "\0"
4524   /* _mesa_function_pool[34208]: NamedBufferStorage (will be remapped) */
4525   "iipi\0"
4526   "glNamedBufferStorage\0"
4527   "\0"
4528   /* _mesa_function_pool[34235]: NamedBufferData (will be remapped) */
4529   "iipi\0"
4530   "glNamedBufferData\0"
4531   "\0"
4532   /* _mesa_function_pool[34259]: NamedBufferSubData (will be remapped) */
4533   "iiip\0"
4534   "glNamedBufferSubData\0"
4535   "\0"
4536   /* _mesa_function_pool[34286]: CopyNamedBufferSubData (will be remapped) */
4537   "iiiii\0"
4538   "glCopyNamedBufferSubData\0"
4539   "\0"
4540   /* _mesa_function_pool[34318]: ClearNamedBufferData (will be remapped) */
4541   "iiiip\0"
4542   "glClearNamedBufferData\0"
4543   "\0"
4544   /* _mesa_function_pool[34348]: ClearNamedBufferSubData (will be remapped) */
4545   "iiiiiip\0"
4546   "glClearNamedBufferSubData\0"
4547   "\0"
4548   /* _mesa_function_pool[34383]: MapNamedBuffer (will be remapped) */
4549   "ii\0"
4550   "glMapNamedBuffer\0"
4551   "\0"
4552   /* _mesa_function_pool[34404]: MapNamedBufferRange (will be remapped) */
4553   "iiii\0"
4554   "glMapNamedBufferRange\0"
4555   "\0"
4556   /* _mesa_function_pool[34432]: UnmapNamedBufferEXT (will be remapped) */
4557   "i\0"
4558   "glUnmapNamedBuffer\0"
4559   "glUnmapNamedBufferEXT\0"
4560   "\0"
4561   /* _mesa_function_pool[34476]: FlushMappedNamedBufferRange (will be remapped) */
4562   "iii\0"
4563   "glFlushMappedNamedBufferRange\0"
4564   "\0"
4565   /* _mesa_function_pool[34511]: GetNamedBufferParameteriv (will be remapped) */
4566   "iip\0"
4567   "glGetNamedBufferParameteriv\0"
4568   "\0"
4569   /* _mesa_function_pool[34544]: GetNamedBufferParameteri64v (will be remapped) */
4570   "iip\0"
4571   "glGetNamedBufferParameteri64v\0"
4572   "\0"
4573   /* _mesa_function_pool[34579]: GetNamedBufferPointerv (will be remapped) */
4574   "iip\0"
4575   "glGetNamedBufferPointerv\0"
4576   "\0"
4577   /* _mesa_function_pool[34609]: GetNamedBufferSubData (will be remapped) */
4578   "iiip\0"
4579   "glGetNamedBufferSubData\0"
4580   "\0"
4581   /* _mesa_function_pool[34639]: CreateFramebuffers (will be remapped) */
4582   "ip\0"
4583   "glCreateFramebuffers\0"
4584   "\0"
4585   /* _mesa_function_pool[34664]: NamedFramebufferRenderbuffer (will be remapped) */
4586   "iiii\0"
4587   "glNamedFramebufferRenderbuffer\0"
4588   "\0"
4589   /* _mesa_function_pool[34701]: NamedFramebufferParameteri (will be remapped) */
4590   "iii\0"
4591   "glNamedFramebufferParameteri\0"
4592   "\0"
4593   /* _mesa_function_pool[34735]: NamedFramebufferTexture (will be remapped) */
4594   "iiii\0"
4595   "glNamedFramebufferTexture\0"
4596   "\0"
4597   /* _mesa_function_pool[34767]: NamedFramebufferTextureLayer (will be remapped) */
4598   "iiiii\0"
4599   "glNamedFramebufferTextureLayer\0"
4600   "\0"
4601   /* _mesa_function_pool[34805]: NamedFramebufferDrawBuffer (will be remapped) */
4602   "ii\0"
4603   "glNamedFramebufferDrawBuffer\0"
4604   "\0"
4605   /* _mesa_function_pool[34838]: NamedFramebufferDrawBuffers (will be remapped) */
4606   "iip\0"
4607   "glNamedFramebufferDrawBuffers\0"
4608   "\0"
4609   /* _mesa_function_pool[34873]: NamedFramebufferReadBuffer (will be remapped) */
4610   "ii\0"
4611   "glNamedFramebufferReadBuffer\0"
4612   "\0"
4613   /* _mesa_function_pool[34906]: InvalidateNamedFramebufferData (will be remapped) */
4614   "iip\0"
4615   "glInvalidateNamedFramebufferData\0"
4616   "\0"
4617   /* _mesa_function_pool[34944]: InvalidateNamedFramebufferSubData (will be remapped) */
4618   "iipiiii\0"
4619   "glInvalidateNamedFramebufferSubData\0"
4620   "\0"
4621   /* _mesa_function_pool[34989]: ClearNamedFramebufferiv (will be remapped) */
4622   "iiip\0"
4623   "glClearNamedFramebufferiv\0"
4624   "\0"
4625   /* _mesa_function_pool[35021]: ClearNamedFramebufferuiv (will be remapped) */
4626   "iiip\0"
4627   "glClearNamedFramebufferuiv\0"
4628   "\0"
4629   /* _mesa_function_pool[35054]: ClearNamedFramebufferfv (will be remapped) */
4630   "iiip\0"
4631   "glClearNamedFramebufferfv\0"
4632   "\0"
4633   /* _mesa_function_pool[35086]: ClearNamedFramebufferfi (will be remapped) */
4634   "iiifi\0"
4635   "glClearNamedFramebufferfi\0"
4636   "\0"
4637   /* _mesa_function_pool[35119]: BlitNamedFramebuffer (will be remapped) */
4638   "iiiiiiiiiiii\0"
4639   "glBlitNamedFramebuffer\0"
4640   "\0"
4641   /* _mesa_function_pool[35156]: CheckNamedFramebufferStatus (will be remapped) */
4642   "ii\0"
4643   "glCheckNamedFramebufferStatus\0"
4644   "\0"
4645   /* _mesa_function_pool[35190]: GetNamedFramebufferParameteriv (will be remapped) */
4646   "iip\0"
4647   "glGetNamedFramebufferParameteriv\0"
4648   "\0"
4649   /* _mesa_function_pool[35228]: GetNamedFramebufferAttachmentParameteriv (will be remapped) */
4650   "iiip\0"
4651   "glGetNamedFramebufferAttachmentParameteriv\0"
4652   "\0"
4653   /* _mesa_function_pool[35277]: CreateRenderbuffers (will be remapped) */
4654   "ip\0"
4655   "glCreateRenderbuffers\0"
4656   "\0"
4657   /* _mesa_function_pool[35303]: NamedRenderbufferStorage (will be remapped) */
4658   "iiii\0"
4659   "glNamedRenderbufferStorage\0"
4660   "\0"
4661   /* _mesa_function_pool[35336]: NamedRenderbufferStorageMultisample (will be remapped) */
4662   "iiiii\0"
4663   "glNamedRenderbufferStorageMultisample\0"
4664   "\0"
4665   /* _mesa_function_pool[35381]: GetNamedRenderbufferParameteriv (will be remapped) */
4666   "iip\0"
4667   "glGetNamedRenderbufferParameteriv\0"
4668   "\0"
4669   /* _mesa_function_pool[35420]: CreateTextures (will be remapped) */
4670   "iip\0"
4671   "glCreateTextures\0"
4672   "\0"
4673   /* _mesa_function_pool[35442]: TextureBuffer (will be remapped) */
4674   "iii\0"
4675   "glTextureBuffer\0"
4676   "\0"
4677   /* _mesa_function_pool[35463]: TextureBufferRange (will be remapped) */
4678   "iiiii\0"
4679   "glTextureBufferRange\0"
4680   "\0"
4681   /* _mesa_function_pool[35491]: TextureStorage1D (will be remapped) */
4682   "iiii\0"
4683   "glTextureStorage1D\0"
4684   "\0"
4685   /* _mesa_function_pool[35516]: TextureStorage2D (will be remapped) */
4686   "iiiii\0"
4687   "glTextureStorage2D\0"
4688   "\0"
4689   /* _mesa_function_pool[35542]: TextureStorage3D (will be remapped) */
4690   "iiiiii\0"
4691   "glTextureStorage3D\0"
4692   "\0"
4693   /* _mesa_function_pool[35569]: TextureStorage2DMultisample (will be remapped) */
4694   "iiiiii\0"
4695   "glTextureStorage2DMultisample\0"
4696   "\0"
4697   /* _mesa_function_pool[35607]: TextureStorage3DMultisample (will be remapped) */
4698   "iiiiiii\0"
4699   "glTextureStorage3DMultisample\0"
4700   "\0"
4701   /* _mesa_function_pool[35646]: TextureSubImage1D (will be remapped) */
4702   "iiiiiip\0"
4703   "glTextureSubImage1D\0"
4704   "\0"
4705   /* _mesa_function_pool[35675]: TextureSubImage2D (will be remapped) */
4706   "iiiiiiiip\0"
4707   "glTextureSubImage2D\0"
4708   "\0"
4709   /* _mesa_function_pool[35706]: TextureSubImage3D (will be remapped) */
4710   "iiiiiiiiiip\0"
4711   "glTextureSubImage3D\0"
4712   "\0"
4713   /* _mesa_function_pool[35739]: CompressedTextureSubImage1D (will be remapped) */
4714   "iiiiiip\0"
4715   "glCompressedTextureSubImage1D\0"
4716   "\0"
4717   /* _mesa_function_pool[35778]: CompressedTextureSubImage2D (will be remapped) */
4718   "iiiiiiiip\0"
4719   "glCompressedTextureSubImage2D\0"
4720   "\0"
4721   /* _mesa_function_pool[35819]: CompressedTextureSubImage3D (will be remapped) */
4722   "iiiiiiiiiip\0"
4723   "glCompressedTextureSubImage3D\0"
4724   "\0"
4725   /* _mesa_function_pool[35862]: CopyTextureSubImage1D (will be remapped) */
4726   "iiiiii\0"
4727   "glCopyTextureSubImage1D\0"
4728   "\0"
4729   /* _mesa_function_pool[35894]: CopyTextureSubImage2D (will be remapped) */
4730   "iiiiiiii\0"
4731   "glCopyTextureSubImage2D\0"
4732   "\0"
4733   /* _mesa_function_pool[35928]: CopyTextureSubImage3D (will be remapped) */
4734   "iiiiiiiii\0"
4735   "glCopyTextureSubImage3D\0"
4736   "\0"
4737   /* _mesa_function_pool[35963]: TextureParameterf (will be remapped) */
4738   "iif\0"
4739   "glTextureParameterf\0"
4740   "\0"
4741   /* _mesa_function_pool[35988]: TextureParameterfv (will be remapped) */
4742   "iip\0"
4743   "glTextureParameterfv\0"
4744   "\0"
4745   /* _mesa_function_pool[36014]: TextureParameteri (will be remapped) */
4746   "iii\0"
4747   "glTextureParameteri\0"
4748   "\0"
4749   /* _mesa_function_pool[36039]: TextureParameterIiv (will be remapped) */
4750   "iip\0"
4751   "glTextureParameterIiv\0"
4752   "\0"
4753   /* _mesa_function_pool[36066]: TextureParameterIuiv (will be remapped) */
4754   "iip\0"
4755   "glTextureParameterIuiv\0"
4756   "\0"
4757   /* _mesa_function_pool[36094]: TextureParameteriv (will be remapped) */
4758   "iip\0"
4759   "glTextureParameteriv\0"
4760   "\0"
4761   /* _mesa_function_pool[36120]: GenerateTextureMipmap (will be remapped) */
4762   "i\0"
4763   "glGenerateTextureMipmap\0"
4764   "\0"
4765   /* _mesa_function_pool[36147]: BindTextureUnit (will be remapped) */
4766   "ii\0"
4767   "glBindTextureUnit\0"
4768   "\0"
4769   /* _mesa_function_pool[36169]: GetTextureImage (will be remapped) */
4770   "iiiiip\0"
4771   "glGetTextureImage\0"
4772   "\0"
4773   /* _mesa_function_pool[36195]: GetCompressedTextureImage (will be remapped) */
4774   "iiip\0"
4775   "glGetCompressedTextureImage\0"
4776   "\0"
4777   /* _mesa_function_pool[36229]: GetTextureLevelParameterfv (will be remapped) */
4778   "iiip\0"
4779   "glGetTextureLevelParameterfv\0"
4780   "\0"
4781   /* _mesa_function_pool[36264]: GetTextureLevelParameteriv (will be remapped) */
4782   "iiip\0"
4783   "glGetTextureLevelParameteriv\0"
4784   "\0"
4785   /* _mesa_function_pool[36299]: GetTextureParameterfv (will be remapped) */
4786   "iip\0"
4787   "glGetTextureParameterfv\0"
4788   "\0"
4789   /* _mesa_function_pool[36328]: GetTextureParameterIiv (will be remapped) */
4790   "iip\0"
4791   "glGetTextureParameterIiv\0"
4792   "\0"
4793   /* _mesa_function_pool[36358]: GetTextureParameterIuiv (will be remapped) */
4794   "iip\0"
4795   "glGetTextureParameterIuiv\0"
4796   "\0"
4797   /* _mesa_function_pool[36389]: GetTextureParameteriv (will be remapped) */
4798   "iip\0"
4799   "glGetTextureParameteriv\0"
4800   "\0"
4801   /* _mesa_function_pool[36418]: CreateVertexArrays (will be remapped) */
4802   "ip\0"
4803   "glCreateVertexArrays\0"
4804   "\0"
4805   /* _mesa_function_pool[36443]: DisableVertexArrayAttrib (will be remapped) */
4806   "ii\0"
4807   "glDisableVertexArrayAttrib\0"
4808   "\0"
4809   /* _mesa_function_pool[36474]: EnableVertexArrayAttrib (will be remapped) */
4810   "ii\0"
4811   "glEnableVertexArrayAttrib\0"
4812   "\0"
4813   /* _mesa_function_pool[36504]: VertexArrayElementBuffer (will be remapped) */
4814   "ii\0"
4815   "glVertexArrayElementBuffer\0"
4816   "\0"
4817   /* _mesa_function_pool[36535]: VertexArrayVertexBuffer (will be remapped) */
4818   "iiiii\0"
4819   "glVertexArrayVertexBuffer\0"
4820   "\0"
4821   /* _mesa_function_pool[36568]: VertexArrayVertexBuffers (will be remapped) */
4822   "iiippp\0"
4823   "glVertexArrayVertexBuffers\0"
4824   "\0"
4825   /* _mesa_function_pool[36603]: VertexArrayAttribFormat (will be remapped) */
4826   "iiiiii\0"
4827   "glVertexArrayAttribFormat\0"
4828   "\0"
4829   /* _mesa_function_pool[36637]: VertexArrayAttribIFormat (will be remapped) */
4830   "iiiii\0"
4831   "glVertexArrayAttribIFormat\0"
4832   "\0"
4833   /* _mesa_function_pool[36671]: VertexArrayAttribLFormat (will be remapped) */
4834   "iiiii\0"
4835   "glVertexArrayAttribLFormat\0"
4836   "\0"
4837   /* _mesa_function_pool[36705]: VertexArrayAttribBinding (will be remapped) */
4838   "iii\0"
4839   "glVertexArrayAttribBinding\0"
4840   "\0"
4841   /* _mesa_function_pool[36737]: VertexArrayBindingDivisor (will be remapped) */
4842   "iii\0"
4843   "glVertexArrayBindingDivisor\0"
4844   "\0"
4845   /* _mesa_function_pool[36770]: GetVertexArrayiv (will be remapped) */
4846   "iip\0"
4847   "glGetVertexArrayiv\0"
4848   "\0"
4849   /* _mesa_function_pool[36794]: GetVertexArrayIndexediv (will be remapped) */
4850   "iiip\0"
4851   "glGetVertexArrayIndexediv\0"
4852   "\0"
4853   /* _mesa_function_pool[36826]: GetVertexArrayIndexed64iv (will be remapped) */
4854   "iiip\0"
4855   "glGetVertexArrayIndexed64iv\0"
4856   "\0"
4857   /* _mesa_function_pool[36860]: CreateSamplers (will be remapped) */
4858   "ip\0"
4859   "glCreateSamplers\0"
4860   "\0"
4861   /* _mesa_function_pool[36881]: CreateProgramPipelines (will be remapped) */
4862   "ip\0"
4863   "glCreateProgramPipelines\0"
4864   "\0"
4865   /* _mesa_function_pool[36910]: CreateQueries (will be remapped) */
4866   "iip\0"
4867   "glCreateQueries\0"
4868   "\0"
4869   /* _mesa_function_pool[36931]: GetQueryBufferObjectiv (will be remapped) */
4870   "iiii\0"
4871   "glGetQueryBufferObjectiv\0"
4872   "\0"
4873   /* _mesa_function_pool[36962]: GetQueryBufferObjectuiv (will be remapped) */
4874   "iiii\0"
4875   "glGetQueryBufferObjectuiv\0"
4876   "\0"
4877   /* _mesa_function_pool[36994]: GetQueryBufferObjecti64v (will be remapped) */
4878   "iiii\0"
4879   "glGetQueryBufferObjecti64v\0"
4880   "\0"
4881   /* _mesa_function_pool[37027]: GetQueryBufferObjectui64v (will be remapped) */
4882   "iiii\0"
4883   "glGetQueryBufferObjectui64v\0"
4884   "\0"
4885   /* _mesa_function_pool[37061]: GetTextureSubImage (will be remapped) */
4886   "iiiiiiiiiiip\0"
4887   "glGetTextureSubImage\0"
4888   "\0"
4889   /* _mesa_function_pool[37096]: GetCompressedTextureSubImage (will be remapped) */
4890   "iiiiiiiiip\0"
4891   "glGetCompressedTextureSubImage\0"
4892   "\0"
4893   /* _mesa_function_pool[37139]: TextureBarrierNV (will be remapped) */
4894   "\0"
4895   "glTextureBarrier\0"
4896   "glTextureBarrierNV\0"
4897   "\0"
4898   /* _mesa_function_pool[37177]: BufferPageCommitmentARB (will be remapped) */
4899   "iiii\0"
4900   "glBufferPageCommitmentARB\0"
4901   "\0"
4902   /* _mesa_function_pool[37209]: NamedBufferPageCommitmentEXT (will be remapped) */
4903   "iiii\0"
4904   "glNamedBufferPageCommitmentEXT\0"
4905   "\0"
4906   /* _mesa_function_pool[37246]: NamedBufferPageCommitmentARB (will be remapped) */
4907   "iiii\0"
4908   "glNamedBufferPageCommitmentARB\0"
4909   "\0"
4910   /* _mesa_function_pool[37283]: PrimitiveBoundingBox (will be remapped) */
4911   "ffffffff\0"
4912   "glPrimitiveBoundingBox\0"
4913   "glPrimitiveBoundingBoxARB\0"
4914   "glPrimitiveBoundingBoxEXT\0"
4915   "glPrimitiveBoundingBoxOES\0"
4916   "\0"
4917   /* _mesa_function_pool[37394]: BlendBarrier (will be remapped) */
4918   "\0"
4919   "glBlendBarrier\0"
4920   "glBlendBarrierKHR\0"
4921   "\0"
4922   /* _mesa_function_pool[37429]: Uniform1i64ARB (will be remapped) */
4923   "ii\0"
4924   "glUniform1i64ARB\0"
4925   "glUniform1i64NV\0"
4926   "\0"
4927   /* _mesa_function_pool[37466]: Uniform2i64ARB (will be remapped) */
4928   "iii\0"
4929   "glUniform2i64ARB\0"
4930   "glUniform2i64NV\0"
4931   "\0"
4932   /* _mesa_function_pool[37504]: Uniform3i64ARB (will be remapped) */
4933   "iiii\0"
4934   "glUniform3i64ARB\0"
4935   "glUniform3i64NV\0"
4936   "\0"
4937   /* _mesa_function_pool[37543]: Uniform4i64ARB (will be remapped) */
4938   "iiiii\0"
4939   "glUniform4i64ARB\0"
4940   "glUniform4i64NV\0"
4941   "\0"
4942   /* _mesa_function_pool[37583]: Uniform1i64vARB (will be remapped) */
4943   "iip\0"
4944   "glUniform1i64vARB\0"
4945   "glUniform1i64vNV\0"
4946   "\0"
4947   /* _mesa_function_pool[37623]: Uniform2i64vARB (will be remapped) */
4948   "iip\0"
4949   "glUniform2i64vARB\0"
4950   "glUniform2i64vNV\0"
4951   "\0"
4952   /* _mesa_function_pool[37663]: Uniform3i64vARB (will be remapped) */
4953   "iip\0"
4954   "glUniform3i64vARB\0"
4955   "glUniform3i64vNV\0"
4956   "\0"
4957   /* _mesa_function_pool[37703]: Uniform4i64vARB (will be remapped) */
4958   "iip\0"
4959   "glUniform4i64vARB\0"
4960   "glUniform4i64vNV\0"
4961   "\0"
4962   /* _mesa_function_pool[37743]: Uniform1ui64ARB (will be remapped) */
4963   "ii\0"
4964   "glUniform1ui64ARB\0"
4965   "glUniform1ui64NV\0"
4966   "\0"
4967   /* _mesa_function_pool[37782]: Uniform2ui64ARB (will be remapped) */
4968   "iii\0"
4969   "glUniform2ui64ARB\0"
4970   "glUniform2ui64NV\0"
4971   "\0"
4972   /* _mesa_function_pool[37822]: Uniform3ui64ARB (will be remapped) */
4973   "iiii\0"
4974   "glUniform3ui64ARB\0"
4975   "glUniform3ui64NV\0"
4976   "\0"
4977   /* _mesa_function_pool[37863]: Uniform4ui64ARB (will be remapped) */
4978   "iiiii\0"
4979   "glUniform4ui64ARB\0"
4980   "glUniform4ui64NV\0"
4981   "\0"
4982   /* _mesa_function_pool[37905]: Uniform1ui64vARB (will be remapped) */
4983   "iip\0"
4984   "glUniform1ui64vARB\0"
4985   "glUniform1ui64vNV\0"
4986   "\0"
4987   /* _mesa_function_pool[37947]: Uniform2ui64vARB (will be remapped) */
4988   "iip\0"
4989   "glUniform2ui64vARB\0"
4990   "glUniform2ui64vNV\0"
4991   "\0"
4992   /* _mesa_function_pool[37989]: Uniform3ui64vARB (will be remapped) */
4993   "iip\0"
4994   "glUniform3ui64vARB\0"
4995   "glUniform3ui64vNV\0"
4996   "\0"
4997   /* _mesa_function_pool[38031]: Uniform4ui64vARB (will be remapped) */
4998   "iip\0"
4999   "glUniform4ui64vARB\0"
5000   "glUniform4ui64vNV\0"
5001   "\0"
5002   /* _mesa_function_pool[38073]: GetUniformi64vARB (will be remapped) */
5003   "iip\0"
5004   "glGetUniformi64vARB\0"
5005   "glGetUniformi64vNV\0"
5006   "\0"
5007   /* _mesa_function_pool[38117]: GetUniformui64vARB (will be remapped) */
5008   "iip\0"
5009   "glGetUniformui64vARB\0"
5010   "glGetUniformui64vNV\0"
5011   "\0"
5012   /* _mesa_function_pool[38163]: GetnUniformi64vARB (will be remapped) */
5013   "iiip\0"
5014   "glGetnUniformi64vARB\0"
5015   "\0"
5016   /* _mesa_function_pool[38190]: GetnUniformui64vARB (will be remapped) */
5017   "iiip\0"
5018   "glGetnUniformui64vARB\0"
5019   "\0"
5020   /* _mesa_function_pool[38218]: ProgramUniform1i64ARB (will be remapped) */
5021   "iii\0"
5022   "glProgramUniform1i64ARB\0"
5023   "glProgramUniform1i64NV\0"
5024   "\0"
5025   /* _mesa_function_pool[38270]: ProgramUniform2i64ARB (will be remapped) */
5026   "iiii\0"
5027   "glProgramUniform2i64ARB\0"
5028   "glProgramUniform2i64NV\0"
5029   "\0"
5030   /* _mesa_function_pool[38323]: ProgramUniform3i64ARB (will be remapped) */
5031   "iiiii\0"
5032   "glProgramUniform3i64ARB\0"
5033   "glProgramUniform3i64NV\0"
5034   "\0"
5035   /* _mesa_function_pool[38377]: ProgramUniform4i64ARB (will be remapped) */
5036   "iiiiii\0"
5037   "glProgramUniform4i64ARB\0"
5038   "glProgramUniform4i64NV\0"
5039   "\0"
5040   /* _mesa_function_pool[38432]: ProgramUniform1i64vARB (will be remapped) */
5041   "iiip\0"
5042   "glProgramUniform1i64vARB\0"
5043   "glProgramUniform1i64vNV\0"
5044   "\0"
5045   /* _mesa_function_pool[38487]: ProgramUniform2i64vARB (will be remapped) */
5046   "iiip\0"
5047   "glProgramUniform2i64vARB\0"
5048   "glProgramUniform2i64vNV\0"
5049   "\0"
5050   /* _mesa_function_pool[38542]: ProgramUniform3i64vARB (will be remapped) */
5051   "iiip\0"
5052   "glProgramUniform3i64vARB\0"
5053   "glProgramUniform3i64vNV\0"
5054   "\0"
5055   /* _mesa_function_pool[38597]: ProgramUniform4i64vARB (will be remapped) */
5056   "iiip\0"
5057   "glProgramUniform4i64vARB\0"
5058   "glProgramUniform4i64vNV\0"
5059   "\0"
5060   /* _mesa_function_pool[38652]: ProgramUniform1ui64ARB (will be remapped) */
5061   "iii\0"
5062   "glProgramUniform1ui64ARB\0"
5063   "glProgramUniform1ui64NV\0"
5064   "\0"
5065   /* _mesa_function_pool[38706]: ProgramUniform2ui64ARB (will be remapped) */
5066   "iiii\0"
5067   "glProgramUniform2ui64ARB\0"
5068   "glProgramUniform2ui64NV\0"
5069   "\0"
5070   /* _mesa_function_pool[38761]: ProgramUniform3ui64ARB (will be remapped) */
5071   "iiiii\0"
5072   "glProgramUniform3ui64ARB\0"
5073   "glProgramUniform3ui64NV\0"
5074   "\0"
5075   /* _mesa_function_pool[38817]: ProgramUniform4ui64ARB (will be remapped) */
5076   "iiiiii\0"
5077   "glProgramUniform4ui64ARB\0"
5078   "glProgramUniform4ui64NV\0"
5079   "\0"
5080   /* _mesa_function_pool[38874]: ProgramUniform1ui64vARB (will be remapped) */
5081   "iiip\0"
5082   "glProgramUniform1ui64vARB\0"
5083   "glProgramUniform1ui64vNV\0"
5084   "\0"
5085   /* _mesa_function_pool[38931]: ProgramUniform2ui64vARB (will be remapped) */
5086   "iiip\0"
5087   "glProgramUniform2ui64vARB\0"
5088   "glProgramUniform2ui64vNV\0"
5089   "\0"
5090   /* _mesa_function_pool[38988]: ProgramUniform3ui64vARB (will be remapped) */
5091   "iiip\0"
5092   "glProgramUniform3ui64vARB\0"
5093   "glProgramUniform3ui64vNV\0"
5094   "\0"
5095   /* _mesa_function_pool[39045]: ProgramUniform4ui64vARB (will be remapped) */
5096   "iiip\0"
5097   "glProgramUniform4ui64vARB\0"
5098   "glProgramUniform4ui64vNV\0"
5099   "\0"
5100   /* _mesa_function_pool[39102]: MaxShaderCompilerThreadsKHR (will be remapped) */
5101   "i\0"
5102   "glMaxShaderCompilerThreadsKHR\0"
5103   "glMaxShaderCompilerThreadsARB\0"
5104   "\0"
5105   /* _mesa_function_pool[39165]: SpecializeShaderARB (will be remapped) */
5106   "ipipp\0"
5107   "glSpecializeShaderARB\0"
5108   "glSpecializeShader\0"
5109   "\0"
5110   /* _mesa_function_pool[39213]: GetTexFilterFuncSGIS (dynamic) */
5111   "iip\0"
5112   "glGetTexFilterFuncSGIS\0"
5113   "\0"
5114   /* _mesa_function_pool[39241]: TexFilterFuncSGIS (dynamic) */
5115   "iiip\0"
5116   "glTexFilterFuncSGIS\0"
5117   "\0"
5118   /* _mesa_function_pool[39267]: PixelTexGenParameteriSGIS (dynamic) */
5119   "ii\0"
5120   "glPixelTexGenParameteriSGIS\0"
5121   "\0"
5122   /* _mesa_function_pool[39299]: PixelTexGenParameterivSGIS (dynamic) */
5123   "ip\0"
5124   "glPixelTexGenParameterivSGIS\0"
5125   "\0"
5126   /* _mesa_function_pool[39332]: PixelTexGenParameterfSGIS (dynamic) */
5127   "if\0"
5128   "glPixelTexGenParameterfSGIS\0"
5129   "\0"
5130   /* _mesa_function_pool[39364]: PixelTexGenParameterfvSGIS (dynamic) */
5131   "ip\0"
5132   "glPixelTexGenParameterfvSGIS\0"
5133   "\0"
5134   /* _mesa_function_pool[39397]: GetPixelTexGenParameterivSGIS (dynamic) */
5135   "ip\0"
5136   "glGetPixelTexGenParameterivSGIS\0"
5137   "\0"
5138   /* _mesa_function_pool[39433]: GetPixelTexGenParameterfvSGIS (dynamic) */
5139   "ip\0"
5140   "glGetPixelTexGenParameterfvSGIS\0"
5141   "\0"
5142   /* _mesa_function_pool[39469]: TexImage4DSGIS (dynamic) */
5143   "iiiiiiiiiip\0"
5144   "glTexImage4DSGIS\0"
5145   "\0"
5146   /* _mesa_function_pool[39499]: TexSubImage4DSGIS (dynamic) */
5147   "iiiiiiiiiiiip\0"
5148   "glTexSubImage4DSGIS\0"
5149   "\0"
5150   /* _mesa_function_pool[39534]: DetailTexFuncSGIS (dynamic) */
5151   "iip\0"
5152   "glDetailTexFuncSGIS\0"
5153   "\0"
5154   /* _mesa_function_pool[39559]: GetDetailTexFuncSGIS (dynamic) */
5155   "ip\0"
5156   "glGetDetailTexFuncSGIS\0"
5157   "\0"
5158   /* _mesa_function_pool[39586]: SharpenTexFuncSGIS (dynamic) */
5159   "iip\0"
5160   "glSharpenTexFuncSGIS\0"
5161   "\0"
5162   /* _mesa_function_pool[39612]: GetSharpenTexFuncSGIS (dynamic) */
5163   "ip\0"
5164   "glGetSharpenTexFuncSGIS\0"
5165   "\0"
5166   /* _mesa_function_pool[39640]: SampleMaskSGIS (will be remapped) */
5167   "fi\0"
5168   "glSampleMaskSGIS\0"
5169   "glSampleMaskEXT\0"
5170   "\0"
5171   /* _mesa_function_pool[39677]: SamplePatternSGIS (will be remapped) */
5172   "i\0"
5173   "glSamplePatternSGIS\0"
5174   "glSamplePatternEXT\0"
5175   "\0"
5176   /* _mesa_function_pool[39719]: ColorPointerEXT (will be remapped) */
5177   "iiiip\0"
5178   "glColorPointerEXT\0"
5179   "\0"
5180   /* _mesa_function_pool[39744]: EdgeFlagPointerEXT (will be remapped) */
5181   "iip\0"
5182   "glEdgeFlagPointerEXT\0"
5183   "\0"
5184   /* _mesa_function_pool[39770]: IndexPointerEXT (will be remapped) */
5185   "iiip\0"
5186   "glIndexPointerEXT\0"
5187   "\0"
5188   /* _mesa_function_pool[39794]: NormalPointerEXT (will be remapped) */
5189   "iiip\0"
5190   "glNormalPointerEXT\0"
5191   "\0"
5192   /* _mesa_function_pool[39819]: TexCoordPointerEXT (will be remapped) */
5193   "iiiip\0"
5194   "glTexCoordPointerEXT\0"
5195   "\0"
5196   /* _mesa_function_pool[39847]: VertexPointerEXT (will be remapped) */
5197   "iiiip\0"
5198   "glVertexPointerEXT\0"
5199   "\0"
5200   /* _mesa_function_pool[39873]: SpriteParameterfSGIX (dynamic) */
5201   "if\0"
5202   "glSpriteParameterfSGIX\0"
5203   "\0"
5204   /* _mesa_function_pool[39900]: SpriteParameterfvSGIX (dynamic) */
5205   "ip\0"
5206   "glSpriteParameterfvSGIX\0"
5207   "\0"
5208   /* _mesa_function_pool[39928]: SpriteParameteriSGIX (dynamic) */
5209   "ii\0"
5210   "glSpriteParameteriSGIX\0"
5211   "\0"
5212   /* _mesa_function_pool[39955]: SpriteParameterivSGIX (dynamic) */
5213   "ip\0"
5214   "glSpriteParameterivSGIX\0"
5215   "\0"
5216   /* _mesa_function_pool[39983]: GetInstrumentsSGIX (dynamic) */
5217   "\0"
5218   "glGetInstrumentsSGIX\0"
5219   "\0"
5220   /* _mesa_function_pool[40006]: InstrumentsBufferSGIX (dynamic) */
5221   "ip\0"
5222   "glInstrumentsBufferSGIX\0"
5223   "\0"
5224   /* _mesa_function_pool[40034]: PollInstrumentsSGIX (dynamic) */
5225   "p\0"
5226   "glPollInstrumentsSGIX\0"
5227   "\0"
5228   /* _mesa_function_pool[40059]: ReadInstrumentsSGIX (dynamic) */
5229   "i\0"
5230   "glReadInstrumentsSGIX\0"
5231   "\0"
5232   /* _mesa_function_pool[40084]: StartInstrumentsSGIX (dynamic) */
5233   "\0"
5234   "glStartInstrumentsSGIX\0"
5235   "\0"
5236   /* _mesa_function_pool[40109]: StopInstrumentsSGIX (dynamic) */
5237   "i\0"
5238   "glStopInstrumentsSGIX\0"
5239   "\0"
5240   /* _mesa_function_pool[40134]: FrameZoomSGIX (dynamic) */
5241   "i\0"
5242   "glFrameZoomSGIX\0"
5243   "\0"
5244   /* _mesa_function_pool[40153]: TagSampleBufferSGIX (dynamic) */
5245   "\0"
5246   "glTagSampleBufferSGIX\0"
5247   "\0"
5248   /* _mesa_function_pool[40177]: ReferencePlaneSGIX (dynamic) */
5249   "p\0"
5250   "glReferencePlaneSGIX\0"
5251   "\0"
5252   /* _mesa_function_pool[40201]: FlushRasterSGIX (dynamic) */
5253   "\0"
5254   "glFlushRasterSGIX\0"
5255   "\0"
5256   /* _mesa_function_pool[40221]: FogFuncSGIS (dynamic) */
5257   "ip\0"
5258   "glFogFuncSGIS\0"
5259   "\0"
5260   /* _mesa_function_pool[40239]: GetFogFuncSGIS (dynamic) */
5261   "p\0"
5262   "glGetFogFuncSGIS\0"
5263   "\0"
5264   /* _mesa_function_pool[40259]: ImageTransformParameteriHP (dynamic) */
5265   "iii\0"
5266   "glImageTransformParameteriHP\0"
5267   "\0"
5268   /* _mesa_function_pool[40293]: ImageTransformParameterfHP (dynamic) */
5269   "iif\0"
5270   "glImageTransformParameterfHP\0"
5271   "\0"
5272   /* _mesa_function_pool[40327]: ImageTransformParameterivHP (dynamic) */
5273   "iip\0"
5274   "glImageTransformParameterivHP\0"
5275   "\0"
5276   /* _mesa_function_pool[40362]: ImageTransformParameterfvHP (dynamic) */
5277   "iip\0"
5278   "glImageTransformParameterfvHP\0"
5279   "\0"
5280   /* _mesa_function_pool[40397]: GetImageTransformParameterivHP (dynamic) */
5281   "iip\0"
5282   "glGetImageTransformParameterivHP\0"
5283   "\0"
5284   /* _mesa_function_pool[40435]: GetImageTransformParameterfvHP (dynamic) */
5285   "iip\0"
5286   "glGetImageTransformParameterfvHP\0"
5287   "\0"
5288   /* _mesa_function_pool[40473]: HintPGI (dynamic) */
5289   "ii\0"
5290   "glHintPGI\0"
5291   "\0"
5292   /* _mesa_function_pool[40487]: GetListParameterfvSGIX (dynamic) */
5293   "iip\0"
5294   "glGetListParameterfvSGIX\0"
5295   "\0"
5296   /* _mesa_function_pool[40517]: GetListParameterivSGIX (dynamic) */
5297   "iip\0"
5298   "glGetListParameterivSGIX\0"
5299   "\0"
5300   /* _mesa_function_pool[40547]: ListParameterfSGIX (dynamic) */
5301   "iif\0"
5302   "glListParameterfSGIX\0"
5303   "\0"
5304   /* _mesa_function_pool[40573]: ListParameterfvSGIX (dynamic) */
5305   "iip\0"
5306   "glListParameterfvSGIX\0"
5307   "\0"
5308   /* _mesa_function_pool[40600]: ListParameteriSGIX (dynamic) */
5309   "iii\0"
5310   "glListParameteriSGIX\0"
5311   "\0"
5312   /* _mesa_function_pool[40626]: ListParameterivSGIX (dynamic) */
5313   "iip\0"
5314   "glListParameterivSGIX\0"
5315   "\0"
5316   /* _mesa_function_pool[40653]: IndexMaterialEXT (dynamic) */
5317   "ii\0"
5318   "glIndexMaterialEXT\0"
5319   "\0"
5320   /* _mesa_function_pool[40676]: IndexFuncEXT (dynamic) */
5321   "if\0"
5322   "glIndexFuncEXT\0"
5323   "\0"
5324   /* _mesa_function_pool[40695]: LockArraysEXT (will be remapped) */
5325   "ii\0"
5326   "glLockArraysEXT\0"
5327   "\0"
5328   /* _mesa_function_pool[40715]: UnlockArraysEXT (will be remapped) */
5329   "\0"
5330   "glUnlockArraysEXT\0"
5331   "\0"
5332   /* _mesa_function_pool[40735]: CullParameterdvEXT (dynamic) */
5333   "ip\0"
5334   "glCullParameterdvEXT\0"
5335   "\0"
5336   /* _mesa_function_pool[40760]: CullParameterfvEXT (dynamic) */
5337   "ip\0"
5338   "glCullParameterfvEXT\0"
5339   "\0"
5340   /* _mesa_function_pool[40785]: ViewportArrayv (will be remapped) */
5341   "iip\0"
5342   "glViewportArrayv\0"
5343   "glViewportArrayvOES\0"
5344   "\0"
5345   /* _mesa_function_pool[40827]: ViewportIndexedf (will be remapped) */
5346   "iffff\0"
5347   "glViewportIndexedf\0"
5348   "glViewportIndexedfOES\0"
5349   "\0"
5350   /* _mesa_function_pool[40875]: ViewportIndexedfv (will be remapped) */
5351   "ip\0"
5352   "glViewportIndexedfv\0"
5353   "glViewportIndexedfvOES\0"
5354   "\0"
5355   /* _mesa_function_pool[40922]: ScissorArrayv (will be remapped) */
5356   "iip\0"
5357   "glScissorArrayv\0"
5358   "glScissorArrayvOES\0"
5359   "\0"
5360   /* _mesa_function_pool[40962]: ScissorIndexed (will be remapped) */
5361   "iiiii\0"
5362   "glScissorIndexed\0"
5363   "glScissorIndexedOES\0"
5364   "\0"
5365   /* _mesa_function_pool[41006]: ScissorIndexedv (will be remapped) */
5366   "ip\0"
5367   "glScissorIndexedv\0"
5368   "glScissorIndexedvOES\0"
5369   "\0"
5370   /* _mesa_function_pool[41049]: DepthRangeArrayv (will be remapped) */
5371   "iip\0"
5372   "glDepthRangeArrayv\0"
5373   "\0"
5374   /* _mesa_function_pool[41073]: DepthRangeIndexed (will be remapped) */
5375   "idd\0"
5376   "glDepthRangeIndexed\0"
5377   "\0"
5378   /* _mesa_function_pool[41098]: GetFloati_v (will be remapped) */
5379   "iip\0"
5380   "glGetFloati_v\0"
5381   "glGetFloatIndexedvEXT\0"
5382   "glGetFloati_vEXT\0"
5383   "glGetFloati_vOES\0"
5384   "\0"
5385   /* _mesa_function_pool[41173]: GetDoublei_v (will be remapped) */
5386   "iip\0"
5387   "glGetDoublei_v\0"
5388   "glGetDoubleIndexedvEXT\0"
5389   "glGetDoublei_vEXT\0"
5390   "\0"
5391   /* _mesa_function_pool[41234]: FragmentColorMaterialSGIX (dynamic) */
5392   "ii\0"
5393   "glFragmentColorMaterialSGIX\0"
5394   "\0"
5395   /* _mesa_function_pool[41266]: FragmentLightfSGIX (dynamic) */
5396   "iif\0"
5397   "glFragmentLightfSGIX\0"
5398   "\0"
5399   /* _mesa_function_pool[41292]: FragmentLightfvSGIX (dynamic) */
5400   "iip\0"
5401   "glFragmentLightfvSGIX\0"
5402   "\0"
5403   /* _mesa_function_pool[41319]: FragmentLightiSGIX (dynamic) */
5404   "iii\0"
5405   "glFragmentLightiSGIX\0"
5406   "\0"
5407   /* _mesa_function_pool[41345]: FragmentLightivSGIX (dynamic) */
5408   "iip\0"
5409   "glFragmentLightivSGIX\0"
5410   "\0"
5411   /* _mesa_function_pool[41372]: FragmentLightModelfSGIX (dynamic) */
5412   "if\0"
5413   "glFragmentLightModelfSGIX\0"
5414   "\0"
5415   /* _mesa_function_pool[41402]: FragmentLightModelfvSGIX (dynamic) */
5416   "ip\0"
5417   "glFragmentLightModelfvSGIX\0"
5418   "\0"
5419   /* _mesa_function_pool[41433]: FragmentLightModeliSGIX (dynamic) */
5420   "ii\0"
5421   "glFragmentLightModeliSGIX\0"
5422   "\0"
5423   /* _mesa_function_pool[41463]: FragmentLightModelivSGIX (dynamic) */
5424   "ip\0"
5425   "glFragmentLightModelivSGIX\0"
5426   "\0"
5427   /* _mesa_function_pool[41494]: FragmentMaterialfSGIX (dynamic) */
5428   "iif\0"
5429   "glFragmentMaterialfSGIX\0"
5430   "\0"
5431   /* _mesa_function_pool[41523]: FragmentMaterialfvSGIX (dynamic) */
5432   "iip\0"
5433   "glFragmentMaterialfvSGIX\0"
5434   "\0"
5435   /* _mesa_function_pool[41553]: FragmentMaterialiSGIX (dynamic) */
5436   "iii\0"
5437   "glFragmentMaterialiSGIX\0"
5438   "\0"
5439   /* _mesa_function_pool[41582]: FragmentMaterialivSGIX (dynamic) */
5440   "iip\0"
5441   "glFragmentMaterialivSGIX\0"
5442   "\0"
5443   /* _mesa_function_pool[41612]: GetFragmentLightfvSGIX (dynamic) */
5444   "iip\0"
5445   "glGetFragmentLightfvSGIX\0"
5446   "\0"
5447   /* _mesa_function_pool[41642]: GetFragmentLightivSGIX (dynamic) */
5448   "iip\0"
5449   "glGetFragmentLightivSGIX\0"
5450   "\0"
5451   /* _mesa_function_pool[41672]: GetFragmentMaterialfvSGIX (dynamic) */
5452   "iip\0"
5453   "glGetFragmentMaterialfvSGIX\0"
5454   "\0"
5455   /* _mesa_function_pool[41705]: GetFragmentMaterialivSGIX (dynamic) */
5456   "iip\0"
5457   "glGetFragmentMaterialivSGIX\0"
5458   "\0"
5459   /* _mesa_function_pool[41738]: LightEnviSGIX (dynamic) */
5460   "ii\0"
5461   "glLightEnviSGIX\0"
5462   "\0"
5463   /* _mesa_function_pool[41758]: ApplyTextureEXT (dynamic) */
5464   "i\0"
5465   "glApplyTextureEXT\0"
5466   "\0"
5467   /* _mesa_function_pool[41779]: TextureLightEXT (dynamic) */
5468   "i\0"
5469   "glTextureLightEXT\0"
5470   "\0"
5471   /* _mesa_function_pool[41800]: TextureMaterialEXT (dynamic) */
5472   "ii\0"
5473   "glTextureMaterialEXT\0"
5474   "\0"
5475   /* _mesa_function_pool[41825]: AsyncMarkerSGIX (dynamic) */
5476   "i\0"
5477   "glAsyncMarkerSGIX\0"
5478   "\0"
5479   /* _mesa_function_pool[41846]: FinishAsyncSGIX (dynamic) */
5480   "p\0"
5481   "glFinishAsyncSGIX\0"
5482   "\0"
5483   /* _mesa_function_pool[41867]: PollAsyncSGIX (dynamic) */
5484   "p\0"
5485   "glPollAsyncSGIX\0"
5486   "\0"
5487   /* _mesa_function_pool[41886]: GenAsyncMarkersSGIX (dynamic) */
5488   "i\0"
5489   "glGenAsyncMarkersSGIX\0"
5490   "\0"
5491   /* _mesa_function_pool[41911]: DeleteAsyncMarkersSGIX (dynamic) */
5492   "ii\0"
5493   "glDeleteAsyncMarkersSGIX\0"
5494   "\0"
5495   /* _mesa_function_pool[41940]: IsAsyncMarkerSGIX (dynamic) */
5496   "i\0"
5497   "glIsAsyncMarkerSGIX\0"
5498   "\0"
5499   /* _mesa_function_pool[41963]: VertexPointervINTEL (dynamic) */
5500   "iip\0"
5501   "glVertexPointervINTEL\0"
5502   "\0"
5503   /* _mesa_function_pool[41990]: NormalPointervINTEL (dynamic) */
5504   "ip\0"
5505   "glNormalPointervINTEL\0"
5506   "\0"
5507   /* _mesa_function_pool[42016]: ColorPointervINTEL (dynamic) */
5508   "iip\0"
5509   "glColorPointervINTEL\0"
5510   "\0"
5511   /* _mesa_function_pool[42042]: TexCoordPointervINTEL (dynamic) */
5512   "iip\0"
5513   "glTexCoordPointervINTEL\0"
5514   "\0"
5515   /* _mesa_function_pool[42071]: PixelTransformParameteriEXT (dynamic) */
5516   "iii\0"
5517   "glPixelTransformParameteriEXT\0"
5518   "\0"
5519   /* _mesa_function_pool[42106]: PixelTransformParameterfEXT (dynamic) */
5520   "iif\0"
5521   "glPixelTransformParameterfEXT\0"
5522   "\0"
5523   /* _mesa_function_pool[42141]: PixelTransformParameterivEXT (dynamic) */
5524   "iip\0"
5525   "glPixelTransformParameterivEXT\0"
5526   "\0"
5527   /* _mesa_function_pool[42177]: PixelTransformParameterfvEXT (dynamic) */
5528   "iip\0"
5529   "glPixelTransformParameterfvEXT\0"
5530   "\0"
5531   /* _mesa_function_pool[42213]: TextureNormalEXT (dynamic) */
5532   "i\0"
5533   "glTextureNormalEXT\0"
5534   "\0"
5535   /* _mesa_function_pool[42235]: Tangent3bEXT (dynamic) */
5536   "iii\0"
5537   "glTangent3bEXT\0"
5538   "\0"
5539   /* _mesa_function_pool[42255]: Tangent3bvEXT (dynamic) */
5540   "p\0"
5541   "glTangent3bvEXT\0"
5542   "\0"
5543   /* _mesa_function_pool[42274]: Tangent3dEXT (dynamic) */
5544   "ddd\0"
5545   "glTangent3dEXT\0"
5546   "\0"
5547   /* _mesa_function_pool[42294]: Tangent3dvEXT (dynamic) */
5548   "p\0"
5549   "glTangent3dvEXT\0"
5550   "\0"
5551   /* _mesa_function_pool[42313]: Tangent3fEXT (dynamic) */
5552   "fff\0"
5553   "glTangent3fEXT\0"
5554   "\0"
5555   /* _mesa_function_pool[42333]: Tangent3fvEXT (dynamic) */
5556   "p\0"
5557   "glTangent3fvEXT\0"
5558   "\0"
5559   /* _mesa_function_pool[42352]: Tangent3iEXT (dynamic) */
5560   "iii\0"
5561   "glTangent3iEXT\0"
5562   "\0"
5563   /* _mesa_function_pool[42372]: Tangent3ivEXT (dynamic) */
5564   "p\0"
5565   "glTangent3ivEXT\0"
5566   "\0"
5567   /* _mesa_function_pool[42391]: Tangent3sEXT (dynamic) */
5568   "iii\0"
5569   "glTangent3sEXT\0"
5570   "\0"
5571   /* _mesa_function_pool[42411]: Tangent3svEXT (dynamic) */
5572   "p\0"
5573   "glTangent3svEXT\0"
5574   "\0"
5575   /* _mesa_function_pool[42430]: Binormal3bEXT (dynamic) */
5576   "iii\0"
5577   "glBinormal3bEXT\0"
5578   "\0"
5579   /* _mesa_function_pool[42451]: Binormal3bvEXT (dynamic) */
5580   "p\0"
5581   "glBinormal3bvEXT\0"
5582   "\0"
5583   /* _mesa_function_pool[42471]: Binormal3dEXT (dynamic) */
5584   "ddd\0"
5585   "glBinormal3dEXT\0"
5586   "\0"
5587   /* _mesa_function_pool[42492]: Binormal3dvEXT (dynamic) */
5588   "p\0"
5589   "glBinormal3dvEXT\0"
5590   "\0"
5591   /* _mesa_function_pool[42512]: Binormal3fEXT (dynamic) */
5592   "fff\0"
5593   "glBinormal3fEXT\0"
5594   "\0"
5595   /* _mesa_function_pool[42533]: Binormal3fvEXT (dynamic) */
5596   "p\0"
5597   "glBinormal3fvEXT\0"
5598   "\0"
5599   /* _mesa_function_pool[42553]: Binormal3iEXT (dynamic) */
5600   "iii\0"
5601   "glBinormal3iEXT\0"
5602   "\0"
5603   /* _mesa_function_pool[42574]: Binormal3ivEXT (dynamic) */
5604   "p\0"
5605   "glBinormal3ivEXT\0"
5606   "\0"
5607   /* _mesa_function_pool[42594]: Binormal3sEXT (dynamic) */
5608   "iii\0"
5609   "glBinormal3sEXT\0"
5610   "\0"
5611   /* _mesa_function_pool[42615]: Binormal3svEXT (dynamic) */
5612   "p\0"
5613   "glBinormal3svEXT\0"
5614   "\0"
5615   /* _mesa_function_pool[42635]: TangentPointerEXT (dynamic) */
5616   "iip\0"
5617   "glTangentPointerEXT\0"
5618   "\0"
5619   /* _mesa_function_pool[42660]: BinormalPointerEXT (dynamic) */
5620   "iip\0"
5621   "glBinormalPointerEXT\0"
5622   "\0"
5623   /* _mesa_function_pool[42686]: PixelTexGenSGIX (dynamic) */
5624   "i\0"
5625   "glPixelTexGenSGIX\0"
5626   "\0"
5627   /* _mesa_function_pool[42707]: FinishTextureSUNX (dynamic) */
5628   "\0"
5629   "glFinishTextureSUNX\0"
5630   "\0"
5631   /* _mesa_function_pool[42729]: GlobalAlphaFactorbSUN (dynamic) */
5632   "i\0"
5633   "glGlobalAlphaFactorbSUN\0"
5634   "\0"
5635   /* _mesa_function_pool[42756]: GlobalAlphaFactorsSUN (dynamic) */
5636   "i\0"
5637   "glGlobalAlphaFactorsSUN\0"
5638   "\0"
5639   /* _mesa_function_pool[42783]: GlobalAlphaFactoriSUN (dynamic) */
5640   "i\0"
5641   "glGlobalAlphaFactoriSUN\0"
5642   "\0"
5643   /* _mesa_function_pool[42810]: GlobalAlphaFactorfSUN (dynamic) */
5644   "f\0"
5645   "glGlobalAlphaFactorfSUN\0"
5646   "\0"
5647   /* _mesa_function_pool[42837]: GlobalAlphaFactordSUN (dynamic) */
5648   "d\0"
5649   "glGlobalAlphaFactordSUN\0"
5650   "\0"
5651   /* _mesa_function_pool[42864]: GlobalAlphaFactorubSUN (dynamic) */
5652   "i\0"
5653   "glGlobalAlphaFactorubSUN\0"
5654   "\0"
5655   /* _mesa_function_pool[42892]: GlobalAlphaFactorusSUN (dynamic) */
5656   "i\0"
5657   "glGlobalAlphaFactorusSUN\0"
5658   "\0"
5659   /* _mesa_function_pool[42920]: GlobalAlphaFactoruiSUN (dynamic) */
5660   "i\0"
5661   "glGlobalAlphaFactoruiSUN\0"
5662   "\0"
5663   /* _mesa_function_pool[42948]: ReplacementCodeuiSUN (dynamic) */
5664   "i\0"
5665   "glReplacementCodeuiSUN\0"
5666   "\0"
5667   /* _mesa_function_pool[42974]: ReplacementCodeusSUN (dynamic) */
5668   "i\0"
5669   "glReplacementCodeusSUN\0"
5670   "\0"
5671   /* _mesa_function_pool[43000]: ReplacementCodeubSUN (dynamic) */
5672   "i\0"
5673   "glReplacementCodeubSUN\0"
5674   "\0"
5675   /* _mesa_function_pool[43026]: ReplacementCodeuivSUN (dynamic) */
5676   "p\0"
5677   "glReplacementCodeuivSUN\0"
5678   "\0"
5679   /* _mesa_function_pool[43053]: ReplacementCodeusvSUN (dynamic) */
5680   "p\0"
5681   "glReplacementCodeusvSUN\0"
5682   "\0"
5683   /* _mesa_function_pool[43080]: ReplacementCodeubvSUN (dynamic) */
5684   "p\0"
5685   "glReplacementCodeubvSUN\0"
5686   "\0"
5687   /* _mesa_function_pool[43107]: ReplacementCodePointerSUN (dynamic) */
5688   "iip\0"
5689   "glReplacementCodePointerSUN\0"
5690   "\0"
5691   /* _mesa_function_pool[43140]: Color4ubVertex2fSUN (dynamic) */
5692   "iiiiff\0"
5693   "glColor4ubVertex2fSUN\0"
5694   "\0"
5695   /* _mesa_function_pool[43170]: Color4ubVertex2fvSUN (dynamic) */
5696   "pp\0"
5697   "glColor4ubVertex2fvSUN\0"
5698   "\0"
5699   /* _mesa_function_pool[43197]: Color4ubVertex3fSUN (dynamic) */
5700   "iiiifff\0"
5701   "glColor4ubVertex3fSUN\0"
5702   "\0"
5703   /* _mesa_function_pool[43228]: Color4ubVertex3fvSUN (dynamic) */
5704   "pp\0"
5705   "glColor4ubVertex3fvSUN\0"
5706   "\0"
5707   /* _mesa_function_pool[43255]: Color3fVertex3fSUN (dynamic) */
5708   "ffffff\0"
5709   "glColor3fVertex3fSUN\0"
5710   "\0"
5711   /* _mesa_function_pool[43284]: Color3fVertex3fvSUN (dynamic) */
5712   "pp\0"
5713   "glColor3fVertex3fvSUN\0"
5714   "\0"
5715   /* _mesa_function_pool[43310]: Normal3fVertex3fSUN (dynamic) */
5716   "ffffff\0"
5717   "glNormal3fVertex3fSUN\0"
5718   "\0"
5719   /* _mesa_function_pool[43340]: Normal3fVertex3fvSUN (dynamic) */
5720   "pp\0"
5721   "glNormal3fVertex3fvSUN\0"
5722   "\0"
5723   /* _mesa_function_pool[43367]: Color4fNormal3fVertex3fSUN (dynamic) */
5724   "ffffffffff\0"
5725   "glColor4fNormal3fVertex3fSUN\0"
5726   "\0"
5727   /* _mesa_function_pool[43408]: Color4fNormal3fVertex3fvSUN (dynamic) */
5728   "ppp\0"
5729   "glColor4fNormal3fVertex3fvSUN\0"
5730   "\0"
5731   /* _mesa_function_pool[43443]: TexCoord2fVertex3fSUN (dynamic) */
5732   "fffff\0"
5733   "glTexCoord2fVertex3fSUN\0"
5734   "\0"
5735   /* _mesa_function_pool[43474]: TexCoord2fVertex3fvSUN (dynamic) */
5736   "pp\0"
5737   "glTexCoord2fVertex3fvSUN\0"
5738   "\0"
5739   /* _mesa_function_pool[43503]: TexCoord4fVertex4fSUN (dynamic) */
5740   "ffffffff\0"
5741   "glTexCoord4fVertex4fSUN\0"
5742   "\0"
5743   /* _mesa_function_pool[43537]: TexCoord4fVertex4fvSUN (dynamic) */
5744   "pp\0"
5745   "glTexCoord4fVertex4fvSUN\0"
5746   "\0"
5747   /* _mesa_function_pool[43566]: TexCoord2fColor4ubVertex3fSUN (dynamic) */
5748   "ffiiiifff\0"
5749   "glTexCoord2fColor4ubVertex3fSUN\0"
5750   "\0"
5751   /* _mesa_function_pool[43609]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */
5752   "ppp\0"
5753   "glTexCoord2fColor4ubVertex3fvSUN\0"
5754   "\0"
5755   /* _mesa_function_pool[43647]: TexCoord2fColor3fVertex3fSUN (dynamic) */
5756   "ffffffff\0"
5757   "glTexCoord2fColor3fVertex3fSUN\0"
5758   "\0"
5759   /* _mesa_function_pool[43688]: TexCoord2fColor3fVertex3fvSUN (dynamic) */
5760   "ppp\0"
5761   "glTexCoord2fColor3fVertex3fvSUN\0"
5762   "\0"
5763   /* _mesa_function_pool[43725]: TexCoord2fNormal3fVertex3fSUN (dynamic) */
5764   "ffffffff\0"
5765   "glTexCoord2fNormal3fVertex3fSUN\0"
5766   "\0"
5767   /* _mesa_function_pool[43767]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */
5768   "ppp\0"
5769   "glTexCoord2fNormal3fVertex3fvSUN\0"
5770   "\0"
5771   /* _mesa_function_pool[43805]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
5772   "ffffffffffff\0"
5773   "glTexCoord2fColor4fNormal3fVertex3fSUN\0"
5774   "\0"
5775   /* _mesa_function_pool[43858]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
5776   "pppp\0"
5777   "glTexCoord2fColor4fNormal3fVertex3fvSUN\0"
5778   "\0"
5779   /* _mesa_function_pool[43904]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */
5780   "fffffffffffffff\0"
5781   "glTexCoord4fColor4fNormal3fVertex4fSUN\0"
5782   "\0"
5783   /* _mesa_function_pool[43960]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */
5784   "pppp\0"
5785   "glTexCoord4fColor4fNormal3fVertex4fvSUN\0"
5786   "\0"
5787   /* _mesa_function_pool[44006]: ReplacementCodeuiVertex3fSUN (dynamic) */
5788   "ifff\0"
5789   "glReplacementCodeuiVertex3fSUN\0"
5790   "\0"
5791   /* _mesa_function_pool[44043]: ReplacementCodeuiVertex3fvSUN (dynamic) */
5792   "pp\0"
5793   "glReplacementCodeuiVertex3fvSUN\0"
5794   "\0"
5795   /* _mesa_function_pool[44079]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */
5796   "iiiiifff\0"
5797   "glReplacementCodeuiColor4ubVertex3fSUN\0"
5798   "\0"
5799   /* _mesa_function_pool[44128]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */
5800   "ppp\0"
5801   "glReplacementCodeuiColor4ubVertex3fvSUN\0"
5802   "\0"
5803   /* _mesa_function_pool[44173]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */
5804   "iffffff\0"
5805   "glReplacementCodeuiColor3fVertex3fSUN\0"
5806   "\0"
5807   /* _mesa_function_pool[44220]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */
5808   "ppp\0"
5809   "glReplacementCodeuiColor3fVertex3fvSUN\0"
5810   "\0"
5811   /* _mesa_function_pool[44264]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */
5812   "iffffff\0"
5813   "glReplacementCodeuiNormal3fVertex3fSUN\0"
5814   "\0"
5815   /* _mesa_function_pool[44312]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */
5816   "ppp\0"
5817   "glReplacementCodeuiNormal3fVertex3fvSUN\0"
5818   "\0"
5819   /* _mesa_function_pool[44357]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */
5820   "iffffffffff\0"
5821   "glReplacementCodeuiColor4fNormal3fVertex3fSUN\0"
5822   "\0"
5823   /* _mesa_function_pool[44416]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */
5824   "pppp\0"
5825   "glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0"
5826   "\0"
5827   /* _mesa_function_pool[44469]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */
5828   "ifffff\0"
5829   "glReplacementCodeuiTexCoord2fVertex3fSUN\0"
5830   "\0"
5831   /* _mesa_function_pool[44518]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */
5832   "ppp\0"
5833   "glReplacementCodeuiTexCoord2fVertex3fvSUN\0"
5834   "\0"
5835   /* _mesa_function_pool[44565]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */
5836   "iffffffff\0"
5837   "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0"
5838   "\0"
5839   /* _mesa_function_pool[44625]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */
5840   "pppp\0"
5841   "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN\0"
5842   "\0"
5843   /* _mesa_function_pool[44681]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */
5844   "iffffffffffff\0"
5845   "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0"
5846   "\0"
5847   /* _mesa_function_pool[44752]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */
5848   "ppppp\0"
5849   "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0"
5850   "\0"
5851   /* _mesa_function_pool[44816]: FramebufferSampleLocationsfvARB (will be remapped) */
5852   "iiip\0"
5853   "glFramebufferSampleLocationsfvARB\0"
5854   "glFramebufferSampleLocationsfvNV\0"
5855   "\0"
5856   /* _mesa_function_pool[44889]: NamedFramebufferSampleLocationsfvARB (will be remapped) */
5857   "iiip\0"
5858   "glNamedFramebufferSampleLocationsfvARB\0"
5859   "glNamedFramebufferSampleLocationsfvNV\0"
5860   "\0"
5861   /* _mesa_function_pool[44972]: EvaluateDepthValuesARB (will be remapped) */
5862   "\0"
5863   "glEvaluateDepthValuesARB\0"
5864   "glResolveDepthValuesNV\0"
5865   "\0"
5866   /* _mesa_function_pool[45022]: VertexWeightfEXT (dynamic) */
5867   "f\0"
5868   "glVertexWeightfEXT\0"
5869   "\0"
5870   /* _mesa_function_pool[45044]: VertexWeightfvEXT (dynamic) */
5871   "p\0"
5872   "glVertexWeightfvEXT\0"
5873   "\0"
5874   /* _mesa_function_pool[45067]: VertexWeightPointerEXT (dynamic) */
5875   "iiip\0"
5876   "glVertexWeightPointerEXT\0"
5877   "\0"
5878   /* _mesa_function_pool[45098]: FlushVertexArrayRangeNV (dynamic) */
5879   "\0"
5880   "glFlushVertexArrayRangeNV\0"
5881   "\0"
5882   /* _mesa_function_pool[45126]: VertexArrayRangeNV (dynamic) */
5883   "ip\0"
5884   "glVertexArrayRangeNV\0"
5885   "\0"
5886   /* _mesa_function_pool[45151]: CombinerParameterfvNV (dynamic) */
5887   "ip\0"
5888   "glCombinerParameterfvNV\0"
5889   "\0"
5890   /* _mesa_function_pool[45179]: CombinerParameterfNV (dynamic) */
5891   "if\0"
5892   "glCombinerParameterfNV\0"
5893   "\0"
5894   /* _mesa_function_pool[45206]: CombinerParameterivNV (dynamic) */
5895   "ip\0"
5896   "glCombinerParameterivNV\0"
5897   "\0"
5898   /* _mesa_function_pool[45234]: CombinerParameteriNV (dynamic) */
5899   "ii\0"
5900   "glCombinerParameteriNV\0"
5901   "\0"
5902   /* _mesa_function_pool[45261]: CombinerInputNV (dynamic) */
5903   "iiiiii\0"
5904   "glCombinerInputNV\0"
5905   "\0"
5906   /* _mesa_function_pool[45287]: CombinerOutputNV (dynamic) */
5907   "iiiiiiiiii\0"
5908   "glCombinerOutputNV\0"
5909   "\0"
5910   /* _mesa_function_pool[45318]: FinalCombinerInputNV (dynamic) */
5911   "iiii\0"
5912   "glFinalCombinerInputNV\0"
5913   "\0"
5914   /* _mesa_function_pool[45347]: GetCombinerInputParameterfvNV (dynamic) */
5915   "iiiip\0"
5916   "glGetCombinerInputParameterfvNV\0"
5917   "\0"
5918   /* _mesa_function_pool[45386]: GetCombinerInputParameterivNV (dynamic) */
5919   "iiiip\0"
5920   "glGetCombinerInputParameterivNV\0"
5921   "\0"
5922   /* _mesa_function_pool[45425]: GetCombinerOutputParameterfvNV (dynamic) */
5923   "iiip\0"
5924   "glGetCombinerOutputParameterfvNV\0"
5925   "\0"
5926   /* _mesa_function_pool[45464]: GetCombinerOutputParameterivNV (dynamic) */
5927   "iiip\0"
5928   "glGetCombinerOutputParameterivNV\0"
5929   "\0"
5930   /* _mesa_function_pool[45503]: GetFinalCombinerInputParameterfvNV (dynamic) */
5931   "iip\0"
5932   "glGetFinalCombinerInputParameterfvNV\0"
5933   "\0"
5934   /* _mesa_function_pool[45545]: GetFinalCombinerInputParameterivNV (dynamic) */
5935   "iip\0"
5936   "glGetFinalCombinerInputParameterivNV\0"
5937   "\0"
5938   /* _mesa_function_pool[45587]: ResizeBuffersMESA (will be remapped) */
5939   "\0"
5940   "glResizeBuffersMESA\0"
5941   "\0"
5942   /* _mesa_function_pool[45609]: WindowPos4dMESA (will be remapped) */
5943   "dddd\0"
5944   "glWindowPos4dMESA\0"
5945   "\0"
5946   /* _mesa_function_pool[45633]: WindowPos4dvMESA (will be remapped) */
5947   "p\0"
5948   "glWindowPos4dvMESA\0"
5949   "\0"
5950   /* _mesa_function_pool[45655]: WindowPos4fMESA (will be remapped) */
5951   "ffff\0"
5952   "glWindowPos4fMESA\0"
5953   "\0"
5954   /* _mesa_function_pool[45679]: WindowPos4fvMESA (will be remapped) */
5955   "p\0"
5956   "glWindowPos4fvMESA\0"
5957   "\0"
5958   /* _mesa_function_pool[45701]: WindowPos4iMESA (will be remapped) */
5959   "iiii\0"
5960   "glWindowPos4iMESA\0"
5961   "\0"
5962   /* _mesa_function_pool[45725]: WindowPos4ivMESA (will be remapped) */
5963   "p\0"
5964   "glWindowPos4ivMESA\0"
5965   "\0"
5966   /* _mesa_function_pool[45747]: WindowPos4sMESA (will be remapped) */
5967   "iiii\0"
5968   "glWindowPos4sMESA\0"
5969   "\0"
5970   /* _mesa_function_pool[45771]: WindowPos4svMESA (will be remapped) */
5971   "p\0"
5972   "glWindowPos4svMESA\0"
5973   "\0"
5974   /* _mesa_function_pool[45793]: MultiModeDrawArraysIBM (will be remapped) */
5975   "pppii\0"
5976   "glMultiModeDrawArraysIBM\0"
5977   "\0"
5978   /* _mesa_function_pool[45825]: MultiModeDrawElementsIBM (will be remapped) */
5979   "ppipii\0"
5980   "glMultiModeDrawElementsIBM\0"
5981   "\0"
5982   /* _mesa_function_pool[45860]: ColorPointerListIBM (dynamic) */
5983   "iiipi\0"
5984   "glColorPointerListIBM\0"
5985   "\0"
5986   /* _mesa_function_pool[45889]: SecondaryColorPointerListIBM (dynamic) */
5987   "iiipi\0"
5988   "glSecondaryColorPointerListIBM\0"
5989   "\0"
5990   /* _mesa_function_pool[45927]: EdgeFlagPointerListIBM (dynamic) */
5991   "ipi\0"
5992   "glEdgeFlagPointerListIBM\0"
5993   "\0"
5994   /* _mesa_function_pool[45957]: FogCoordPointerListIBM (dynamic) */
5995   "iipi\0"
5996   "glFogCoordPointerListIBM\0"
5997   "\0"
5998   /* _mesa_function_pool[45988]: IndexPointerListIBM (dynamic) */
5999   "iipi\0"
6000   "glIndexPointerListIBM\0"
6001   "\0"
6002   /* _mesa_function_pool[46016]: NormalPointerListIBM (dynamic) */
6003   "iipi\0"
6004   "glNormalPointerListIBM\0"
6005   "\0"
6006   /* _mesa_function_pool[46045]: TexCoordPointerListIBM (dynamic) */
6007   "iiipi\0"
6008   "glTexCoordPointerListIBM\0"
6009   "\0"
6010   /* _mesa_function_pool[46077]: VertexPointerListIBM (dynamic) */
6011   "iiipi\0"
6012   "glVertexPointerListIBM\0"
6013   "\0"
6014   /* _mesa_function_pool[46107]: TbufferMask3DFX (dynamic) */
6015   "i\0"
6016   "glTbufferMask3DFX\0"
6017   "\0"
6018   /* _mesa_function_pool[46128]: TextureColorMaskSGIS (dynamic) */
6019   "iiii\0"
6020   "glTextureColorMaskSGIS\0"
6021   "\0"
6022   /* _mesa_function_pool[46157]: DeleteFencesNV (dynamic) */
6023   "ip\0"
6024   "glDeleteFencesNV\0"
6025   "\0"
6026   /* _mesa_function_pool[46178]: GenFencesNV (dynamic) */
6027   "ip\0"
6028   "glGenFencesNV\0"
6029   "\0"
6030   /* _mesa_function_pool[46196]: IsFenceNV (dynamic) */
6031   "i\0"
6032   "glIsFenceNV\0"
6033   "\0"
6034   /* _mesa_function_pool[46211]: TestFenceNV (dynamic) */
6035   "i\0"
6036   "glTestFenceNV\0"
6037   "\0"
6038   /* _mesa_function_pool[46228]: GetFenceivNV (dynamic) */
6039   "iip\0"
6040   "glGetFenceivNV\0"
6041   "\0"
6042   /* _mesa_function_pool[46248]: FinishFenceNV (dynamic) */
6043   "i\0"
6044   "glFinishFenceNV\0"
6045   "\0"
6046   /* _mesa_function_pool[46267]: SetFenceNV (dynamic) */
6047   "ii\0"
6048   "glSetFenceNV\0"
6049   "\0"
6050   /* _mesa_function_pool[46284]: MapControlPointsNV (dynamic) */
6051   "iiiiiiiip\0"
6052   "glMapControlPointsNV\0"
6053   "\0"
6054   /* _mesa_function_pool[46316]: MapParameterivNV (dynamic) */
6055   "iip\0"
6056   "glMapParameterivNV\0"
6057   "\0"
6058   /* _mesa_function_pool[46340]: MapParameterfvNV (dynamic) */
6059   "iip\0"
6060   "glMapParameterfvNV\0"
6061   "\0"
6062   /* _mesa_function_pool[46364]: GetMapControlPointsNV (dynamic) */
6063   "iiiiiip\0"
6064   "glGetMapControlPointsNV\0"
6065   "\0"
6066   /* _mesa_function_pool[46397]: GetMapParameterivNV (dynamic) */
6067   "iip\0"
6068   "glGetMapParameterivNV\0"
6069   "\0"
6070   /* _mesa_function_pool[46424]: GetMapParameterfvNV (dynamic) */
6071   "iip\0"
6072   "glGetMapParameterfvNV\0"
6073   "\0"
6074   /* _mesa_function_pool[46451]: GetMapAttribParameterivNV (dynamic) */
6075   "iiip\0"
6076   "glGetMapAttribParameterivNV\0"
6077   "\0"
6078   /* _mesa_function_pool[46485]: GetMapAttribParameterfvNV (dynamic) */
6079   "iiip\0"
6080   "glGetMapAttribParameterfvNV\0"
6081   "\0"
6082   /* _mesa_function_pool[46519]: EvalMapsNV (dynamic) */
6083   "ii\0"
6084   "glEvalMapsNV\0"
6085   "\0"
6086   /* _mesa_function_pool[46536]: CombinerStageParameterfvNV (dynamic) */
6087   "iip\0"
6088   "glCombinerStageParameterfvNV\0"
6089   "\0"
6090   /* _mesa_function_pool[46570]: GetCombinerStageParameterfvNV (dynamic) */
6091   "iip\0"
6092   "glGetCombinerStageParameterfvNV\0"
6093   "\0"
6094   /* _mesa_function_pool[46607]: AreProgramsResidentNV (will be remapped) */
6095   "ipp\0"
6096   "glAreProgramsResidentNV\0"
6097   "\0"
6098   /* _mesa_function_pool[46636]: ExecuteProgramNV (will be remapped) */
6099   "iip\0"
6100   "glExecuteProgramNV\0"
6101   "\0"
6102   /* _mesa_function_pool[46660]: GetProgramParameterdvNV (will be remapped) */
6103   "iiip\0"
6104   "glGetProgramParameterdvNV\0"
6105   "\0"
6106   /* _mesa_function_pool[46692]: GetProgramParameterfvNV (will be remapped) */
6107   "iiip\0"
6108   "glGetProgramParameterfvNV\0"
6109   "\0"
6110   /* _mesa_function_pool[46724]: GetProgramivNV (will be remapped) */
6111   "iip\0"
6112   "glGetProgramivNV\0"
6113   "\0"
6114   /* _mesa_function_pool[46746]: GetProgramStringNV (will be remapped) */
6115   "iip\0"
6116   "glGetProgramStringNV\0"
6117   "\0"
6118   /* _mesa_function_pool[46772]: GetTrackMatrixivNV (will be remapped) */
6119   "iiip\0"
6120   "glGetTrackMatrixivNV\0"
6121   "\0"
6122   /* _mesa_function_pool[46799]: GetVertexAttribdvNV (will be remapped) */
6123   "iip\0"
6124   "glGetVertexAttribdvNV\0"
6125   "\0"
6126   /* _mesa_function_pool[46826]: GetVertexAttribfvNV (will be remapped) */
6127   "iip\0"
6128   "glGetVertexAttribfvNV\0"
6129   "\0"
6130   /* _mesa_function_pool[46853]: GetVertexAttribivNV (will be remapped) */
6131   "iip\0"
6132   "glGetVertexAttribivNV\0"
6133   "\0"
6134   /* _mesa_function_pool[46880]: LoadProgramNV (will be remapped) */
6135   "iiip\0"
6136   "glLoadProgramNV\0"
6137   "\0"
6138   /* _mesa_function_pool[46902]: ProgramParameters4dvNV (will be remapped) */
6139   "iiip\0"
6140   "glProgramParameters4dvNV\0"
6141   "\0"
6142   /* _mesa_function_pool[46933]: ProgramParameters4fvNV (will be remapped) */
6143   "iiip\0"
6144   "glProgramParameters4fvNV\0"
6145   "\0"
6146   /* _mesa_function_pool[46964]: RequestResidentProgramsNV (will be remapped) */
6147   "ip\0"
6148   "glRequestResidentProgramsNV\0"
6149   "\0"
6150   /* _mesa_function_pool[46996]: TrackMatrixNV (will be remapped) */
6151   "iiii\0"
6152   "glTrackMatrixNV\0"
6153   "\0"
6154   /* _mesa_function_pool[47018]: VertexAttribPointerNV (will be remapped) */
6155   "iiiip\0"
6156   "glVertexAttribPointerNV\0"
6157   "\0"
6158   /* _mesa_function_pool[47049]: VertexAttrib1sNV (will be remapped) */
6159   "ii\0"
6160   "glVertexAttrib1sNV\0"
6161   "\0"
6162   /* _mesa_function_pool[47072]: VertexAttrib1svNV (will be remapped) */
6163   "ip\0"
6164   "glVertexAttrib1svNV\0"
6165   "\0"
6166   /* _mesa_function_pool[47096]: VertexAttrib2sNV (will be remapped) */
6167   "iii\0"
6168   "glVertexAttrib2sNV\0"
6169   "\0"
6170   /* _mesa_function_pool[47120]: VertexAttrib2svNV (will be remapped) */
6171   "ip\0"
6172   "glVertexAttrib2svNV\0"
6173   "\0"
6174   /* _mesa_function_pool[47144]: VertexAttrib3sNV (will be remapped) */
6175   "iiii\0"
6176   "glVertexAttrib3sNV\0"
6177   "\0"
6178   /* _mesa_function_pool[47169]: VertexAttrib3svNV (will be remapped) */
6179   "ip\0"
6180   "glVertexAttrib3svNV\0"
6181   "\0"
6182   /* _mesa_function_pool[47193]: VertexAttrib4sNV (will be remapped) */
6183   "iiiii\0"
6184   "glVertexAttrib4sNV\0"
6185   "\0"
6186   /* _mesa_function_pool[47219]: VertexAttrib4svNV (will be remapped) */
6187   "ip\0"
6188   "glVertexAttrib4svNV\0"
6189   "\0"
6190   /* _mesa_function_pool[47243]: VertexAttrib1fNV (will be remapped) */
6191   "if\0"
6192   "glVertexAttrib1fNV\0"
6193   "\0"
6194   /* _mesa_function_pool[47266]: VertexAttrib1fvNV (will be remapped) */
6195   "ip\0"
6196   "glVertexAttrib1fvNV\0"
6197   "\0"
6198   /* _mesa_function_pool[47290]: VertexAttrib2fNV (will be remapped) */
6199   "iff\0"
6200   "glVertexAttrib2fNV\0"
6201   "\0"
6202   /* _mesa_function_pool[47314]: VertexAttrib2fvNV (will be remapped) */
6203   "ip\0"
6204   "glVertexAttrib2fvNV\0"
6205   "\0"
6206   /* _mesa_function_pool[47338]: VertexAttrib3fNV (will be remapped) */
6207   "ifff\0"
6208   "glVertexAttrib3fNV\0"
6209   "\0"
6210   /* _mesa_function_pool[47363]: VertexAttrib3fvNV (will be remapped) */
6211   "ip\0"
6212   "glVertexAttrib3fvNV\0"
6213   "\0"
6214   /* _mesa_function_pool[47387]: VertexAttrib4fNV (will be remapped) */
6215   "iffff\0"
6216   "glVertexAttrib4fNV\0"
6217   "\0"
6218   /* _mesa_function_pool[47413]: VertexAttrib4fvNV (will be remapped) */
6219   "ip\0"
6220   "glVertexAttrib4fvNV\0"
6221   "\0"
6222   /* _mesa_function_pool[47437]: VertexAttrib1dNV (will be remapped) */
6223   "id\0"
6224   "glVertexAttrib1dNV\0"
6225   "\0"
6226   /* _mesa_function_pool[47460]: VertexAttrib1dvNV (will be remapped) */
6227   "ip\0"
6228   "glVertexAttrib1dvNV\0"
6229   "\0"
6230   /* _mesa_function_pool[47484]: VertexAttrib2dNV (will be remapped) */
6231   "idd\0"
6232   "glVertexAttrib2dNV\0"
6233   "\0"
6234   /* _mesa_function_pool[47508]: VertexAttrib2dvNV (will be remapped) */
6235   "ip\0"
6236   "glVertexAttrib2dvNV\0"
6237   "\0"
6238   /* _mesa_function_pool[47532]: VertexAttrib3dNV (will be remapped) */
6239   "iddd\0"
6240   "glVertexAttrib3dNV\0"
6241   "\0"
6242   /* _mesa_function_pool[47557]: VertexAttrib3dvNV (will be remapped) */
6243   "ip\0"
6244   "glVertexAttrib3dvNV\0"
6245   "\0"
6246   /* _mesa_function_pool[47581]: VertexAttrib4dNV (will be remapped) */
6247   "idddd\0"
6248   "glVertexAttrib4dNV\0"
6249   "\0"
6250   /* _mesa_function_pool[47607]: VertexAttrib4dvNV (will be remapped) */
6251   "ip\0"
6252   "glVertexAttrib4dvNV\0"
6253   "\0"
6254   /* _mesa_function_pool[47631]: VertexAttrib4ubNV (will be remapped) */
6255   "iiiii\0"
6256   "glVertexAttrib4ubNV\0"
6257   "\0"
6258   /* _mesa_function_pool[47658]: VertexAttrib4ubvNV (will be remapped) */
6259   "ip\0"
6260   "glVertexAttrib4ubvNV\0"
6261   "\0"
6262   /* _mesa_function_pool[47683]: VertexAttribs1svNV (will be remapped) */
6263   "iip\0"
6264   "glVertexAttribs1svNV\0"
6265   "\0"
6266   /* _mesa_function_pool[47709]: VertexAttribs2svNV (will be remapped) */
6267   "iip\0"
6268   "glVertexAttribs2svNV\0"
6269   "\0"
6270   /* _mesa_function_pool[47735]: VertexAttribs3svNV (will be remapped) */
6271   "iip\0"
6272   "glVertexAttribs3svNV\0"
6273   "\0"
6274   /* _mesa_function_pool[47761]: VertexAttribs4svNV (will be remapped) */
6275   "iip\0"
6276   "glVertexAttribs4svNV\0"
6277   "\0"
6278   /* _mesa_function_pool[47787]: VertexAttribs1fvNV (will be remapped) */
6279   "iip\0"
6280   "glVertexAttribs1fvNV\0"
6281   "\0"
6282   /* _mesa_function_pool[47813]: VertexAttribs2fvNV (will be remapped) */
6283   "iip\0"
6284   "glVertexAttribs2fvNV\0"
6285   "\0"
6286   /* _mesa_function_pool[47839]: VertexAttribs3fvNV (will be remapped) */
6287   "iip\0"
6288   "glVertexAttribs3fvNV\0"
6289   "\0"
6290   /* _mesa_function_pool[47865]: VertexAttribs4fvNV (will be remapped) */
6291   "iip\0"
6292   "glVertexAttribs4fvNV\0"
6293   "\0"
6294   /* _mesa_function_pool[47891]: VertexAttribs1dvNV (will be remapped) */
6295   "iip\0"
6296   "glVertexAttribs1dvNV\0"
6297   "\0"
6298   /* _mesa_function_pool[47917]: VertexAttribs2dvNV (will be remapped) */
6299   "iip\0"
6300   "glVertexAttribs2dvNV\0"
6301   "\0"
6302   /* _mesa_function_pool[47943]: VertexAttribs3dvNV (will be remapped) */
6303   "iip\0"
6304   "glVertexAttribs3dvNV\0"
6305   "\0"
6306   /* _mesa_function_pool[47969]: VertexAttribs4dvNV (will be remapped) */
6307   "iip\0"
6308   "glVertexAttribs4dvNV\0"
6309   "\0"
6310   /* _mesa_function_pool[47995]: VertexAttribs4ubvNV (will be remapped) */
6311   "iip\0"
6312   "glVertexAttribs4ubvNV\0"
6313   "\0"
6314   /* _mesa_function_pool[48022]: TexBumpParameterfvATI (will be remapped) */
6315   "ip\0"
6316   "glTexBumpParameterfvATI\0"
6317   "\0"
6318   /* _mesa_function_pool[48050]: TexBumpParameterivATI (will be remapped) */
6319   "ip\0"
6320   "glTexBumpParameterivATI\0"
6321   "\0"
6322   /* _mesa_function_pool[48078]: GetTexBumpParameterfvATI (will be remapped) */
6323   "ip\0"
6324   "glGetTexBumpParameterfvATI\0"
6325   "\0"
6326   /* _mesa_function_pool[48109]: GetTexBumpParameterivATI (will be remapped) */
6327   "ip\0"
6328   "glGetTexBumpParameterivATI\0"
6329   "\0"
6330   /* _mesa_function_pool[48140]: GenFragmentShadersATI (will be remapped) */
6331   "i\0"
6332   "glGenFragmentShadersATI\0"
6333   "\0"
6334   /* _mesa_function_pool[48167]: BindFragmentShaderATI (will be remapped) */
6335   "i\0"
6336   "glBindFragmentShaderATI\0"
6337   "\0"
6338   /* _mesa_function_pool[48194]: DeleteFragmentShaderATI (will be remapped) */
6339   "i\0"
6340   "glDeleteFragmentShaderATI\0"
6341   "\0"
6342   /* _mesa_function_pool[48223]: BeginFragmentShaderATI (will be remapped) */
6343   "\0"
6344   "glBeginFragmentShaderATI\0"
6345   "\0"
6346   /* _mesa_function_pool[48250]: EndFragmentShaderATI (will be remapped) */
6347   "\0"
6348   "glEndFragmentShaderATI\0"
6349   "\0"
6350   /* _mesa_function_pool[48275]: PassTexCoordATI (will be remapped) */
6351   "iii\0"
6352   "glPassTexCoordATI\0"
6353   "\0"
6354   /* _mesa_function_pool[48298]: SampleMapATI (will be remapped) */
6355   "iii\0"
6356   "glSampleMapATI\0"
6357   "\0"
6358   /* _mesa_function_pool[48318]: ColorFragmentOp1ATI (will be remapped) */
6359   "iiiiiii\0"
6360   "glColorFragmentOp1ATI\0"
6361   "\0"
6362   /* _mesa_function_pool[48349]: ColorFragmentOp2ATI (will be remapped) */
6363   "iiiiiiiiii\0"
6364   "glColorFragmentOp2ATI\0"
6365   "\0"
6366   /* _mesa_function_pool[48383]: ColorFragmentOp3ATI (will be remapped) */
6367   "iiiiiiiiiiiii\0"
6368   "glColorFragmentOp3ATI\0"
6369   "\0"
6370   /* _mesa_function_pool[48420]: AlphaFragmentOp1ATI (will be remapped) */
6371   "iiiiii\0"
6372   "glAlphaFragmentOp1ATI\0"
6373   "\0"
6374   /* _mesa_function_pool[48450]: AlphaFragmentOp2ATI (will be remapped) */
6375   "iiiiiiiii\0"
6376   "glAlphaFragmentOp2ATI\0"
6377   "\0"
6378   /* _mesa_function_pool[48483]: AlphaFragmentOp3ATI (will be remapped) */
6379   "iiiiiiiiiiii\0"
6380   "glAlphaFragmentOp3ATI\0"
6381   "\0"
6382   /* _mesa_function_pool[48519]: SetFragmentShaderConstantATI (will be remapped) */
6383   "ip\0"
6384   "glSetFragmentShaderConstantATI\0"
6385   "\0"
6386   /* _mesa_function_pool[48554]: DrawMeshArraysSUN (dynamic) */
6387   "iiii\0"
6388   "glDrawMeshArraysSUN\0"
6389   "\0"
6390   /* _mesa_function_pool[48580]: ActiveStencilFaceEXT (will be remapped) */
6391   "i\0"
6392   "glActiveStencilFaceEXT\0"
6393   "\0"
6394   /* _mesa_function_pool[48606]: ObjectPurgeableAPPLE (will be remapped) */
6395   "iii\0"
6396   "glObjectPurgeableAPPLE\0"
6397   "\0"
6398   /* _mesa_function_pool[48634]: ObjectUnpurgeableAPPLE (will be remapped) */
6399   "iii\0"
6400   "glObjectUnpurgeableAPPLE\0"
6401   "\0"
6402   /* _mesa_function_pool[48664]: GetObjectParameterivAPPLE (will be remapped) */
6403   "iiip\0"
6404   "glGetObjectParameterivAPPLE\0"
6405   "\0"
6406   /* _mesa_function_pool[48698]: BindVertexArrayAPPLE (dynamic) */
6407   "i\0"
6408   "glBindVertexArrayAPPLE\0"
6409   "\0"
6410   /* _mesa_function_pool[48724]: DeleteVertexArraysAPPLE (dynamic) */
6411   "ip\0"
6412   "glDeleteVertexArraysAPPLE\0"
6413   "\0"
6414   /* _mesa_function_pool[48754]: GenVertexArraysAPPLE (dynamic) */
6415   "ip\0"
6416   "glGenVertexArraysAPPLE\0"
6417   "\0"
6418   /* _mesa_function_pool[48781]: IsVertexArrayAPPLE (dynamic) */
6419   "i\0"
6420   "glIsVertexArrayAPPLE\0"
6421   "\0"
6422   /* _mesa_function_pool[48805]: ProgramNamedParameter4fNV (will be remapped) */
6423   "iipffff\0"
6424   "glProgramNamedParameter4fNV\0"
6425   "\0"
6426   /* _mesa_function_pool[48842]: ProgramNamedParameter4dNV (will be remapped) */
6427   "iipdddd\0"
6428   "glProgramNamedParameter4dNV\0"
6429   "\0"
6430   /* _mesa_function_pool[48879]: ProgramNamedParameter4fvNV (will be remapped) */
6431   "iipp\0"
6432   "glProgramNamedParameter4fvNV\0"
6433   "\0"
6434   /* _mesa_function_pool[48914]: ProgramNamedParameter4dvNV (will be remapped) */
6435   "iipp\0"
6436   "glProgramNamedParameter4dvNV\0"
6437   "\0"
6438   /* _mesa_function_pool[48949]: GetProgramNamedParameterfvNV (will be remapped) */
6439   "iipp\0"
6440   "glGetProgramNamedParameterfvNV\0"
6441   "\0"
6442   /* _mesa_function_pool[48986]: GetProgramNamedParameterdvNV (will be remapped) */
6443   "iipp\0"
6444   "glGetProgramNamedParameterdvNV\0"
6445   "\0"
6446   /* _mesa_function_pool[49023]: DepthBoundsEXT (will be remapped) */
6447   "dd\0"
6448   "glDepthBoundsEXT\0"
6449   "\0"
6450   /* _mesa_function_pool[49044]: BindRenderbufferEXT (will be remapped) */
6451   "ii\0"
6452   "glBindRenderbufferEXT\0"
6453   "\0"
6454   /* _mesa_function_pool[49070]: BindFramebufferEXT (will be remapped) */
6455   "ii\0"
6456   "glBindFramebufferEXT\0"
6457   "\0"
6458   /* _mesa_function_pool[49095]: StringMarkerGREMEDY (will be remapped) */
6459   "ip\0"
6460   "glStringMarkerGREMEDY\0"
6461   "\0"
6462   /* _mesa_function_pool[49121]: ProvokingVertex (will be remapped) */
6463   "i\0"
6464   "glProvokingVertexEXT\0"
6465   "glProvokingVertex\0"
6466   "\0"
6467   /* _mesa_function_pool[49163]: ColorMaski (will be remapped) */
6468   "iiiii\0"
6469   "glColorMaskIndexedEXT\0"
6470   "glColorMaski\0"
6471   "glColorMaskiEXT\0"
6472   "glColorMaskiOES\0"
6473   "\0"
6474   /* _mesa_function_pool[49237]: GetBooleani_v (will be remapped) */
6475   "iip\0"
6476   "glGetBooleanIndexedvEXT\0"
6477   "glGetBooleani_v\0"
6478   "\0"
6479   /* _mesa_function_pool[49282]: GetIntegeri_v (will be remapped) */
6480   "iip\0"
6481   "glGetIntegerIndexedvEXT\0"
6482   "glGetIntegeri_v\0"
6483   "\0"
6484   /* _mesa_function_pool[49327]: Enablei (will be remapped) */
6485   "ii\0"
6486   "glEnableIndexedEXT\0"
6487   "glEnablei\0"
6488   "glEnableiEXT\0"
6489   "glEnableiOES\0"
6490   "\0"
6491   /* _mesa_function_pool[49386]: Disablei (will be remapped) */
6492   "ii\0"
6493   "glDisableIndexedEXT\0"
6494   "glDisablei\0"
6495   "glDisableiEXT\0"
6496   "glDisableiOES\0"
6497   "\0"
6498   /* _mesa_function_pool[49449]: IsEnabledi (will be remapped) */
6499   "ii\0"
6500   "glIsEnabledIndexedEXT\0"
6501   "glIsEnabledi\0"
6502   "glIsEnablediEXT\0"
6503   "glIsEnablediOES\0"
6504   "\0"
6505   /* _mesa_function_pool[49520]: BufferParameteriAPPLE (will be remapped) */
6506   "iii\0"
6507   "glBufferParameteriAPPLE\0"
6508   "\0"
6509   /* _mesa_function_pool[49549]: FlushMappedBufferRangeAPPLE (will be remapped) */
6510   "iii\0"
6511   "glFlushMappedBufferRangeAPPLE\0"
6512   "\0"
6513   /* _mesa_function_pool[49584]: GetPerfMonitorGroupsAMD (will be remapped) */
6514   "pip\0"
6515   "glGetPerfMonitorGroupsAMD\0"
6516   "\0"
6517   /* _mesa_function_pool[49615]: GetPerfMonitorCountersAMD (will be remapped) */
6518   "ippip\0"
6519   "glGetPerfMonitorCountersAMD\0"
6520   "\0"
6521   /* _mesa_function_pool[49650]: GetPerfMonitorGroupStringAMD (will be remapped) */
6522   "iipp\0"
6523   "glGetPerfMonitorGroupStringAMD\0"
6524   "\0"
6525   /* _mesa_function_pool[49687]: GetPerfMonitorCounterStringAMD (will be remapped) */
6526   "iiipp\0"
6527   "glGetPerfMonitorCounterStringAMD\0"
6528   "\0"
6529   /* _mesa_function_pool[49727]: GetPerfMonitorCounterInfoAMD (will be remapped) */
6530   "iiip\0"
6531   "glGetPerfMonitorCounterInfoAMD\0"
6532   "\0"
6533   /* _mesa_function_pool[49764]: GenPerfMonitorsAMD (will be remapped) */
6534   "ip\0"
6535   "glGenPerfMonitorsAMD\0"
6536   "\0"
6537   /* _mesa_function_pool[49789]: DeletePerfMonitorsAMD (will be remapped) */
6538   "ip\0"
6539   "glDeletePerfMonitorsAMD\0"
6540   "\0"
6541   /* _mesa_function_pool[49817]: SelectPerfMonitorCountersAMD (will be remapped) */
6542   "iiiip\0"
6543   "glSelectPerfMonitorCountersAMD\0"
6544   "\0"
6545   /* _mesa_function_pool[49855]: BeginPerfMonitorAMD (will be remapped) */
6546   "i\0"
6547   "glBeginPerfMonitorAMD\0"
6548   "\0"
6549   /* _mesa_function_pool[49880]: EndPerfMonitorAMD (will be remapped) */
6550   "i\0"
6551   "glEndPerfMonitorAMD\0"
6552   "\0"
6553   /* _mesa_function_pool[49903]: GetPerfMonitorCounterDataAMD (will be remapped) */
6554   "iiipp\0"
6555   "glGetPerfMonitorCounterDataAMD\0"
6556   "\0"
6557   /* _mesa_function_pool[49941]: TextureRangeAPPLE (dynamic) */
6558   "iip\0"
6559   "glTextureRangeAPPLE\0"
6560   "\0"
6561   /* _mesa_function_pool[49966]: GetTexParameterPointervAPPLE (dynamic) */
6562   "iip\0"
6563   "glGetTexParameterPointervAPPLE\0"
6564   "\0"
6565   /* _mesa_function_pool[50002]: UseShaderProgramEXT (will be remapped) */
6566   "ii\0"
6567   "glUseShaderProgramEXT\0"
6568   "\0"
6569   /* _mesa_function_pool[50028]: ActiveProgramEXT (will be remapped) */
6570   "i\0"
6571   "glActiveProgramEXT\0"
6572   "\0"
6573   /* _mesa_function_pool[50050]: CreateShaderProgramEXT (will be remapped) */
6574   "ip\0"
6575   "glCreateShaderProgramEXT\0"
6576   "\0"
6577   /* _mesa_function_pool[50079]: CopyImageSubDataNV (will be remapped) */
6578   "iiiiiiiiiiiiiii\0"
6579   "glCopyImageSubDataNV\0"
6580   "\0"
6581   /* _mesa_function_pool[50117]: MatrixLoadfEXT (will be remapped) */
6582   "ip\0"
6583   "glMatrixLoadfEXT\0"
6584   "\0"
6585   /* _mesa_function_pool[50138]: MatrixLoaddEXT (will be remapped) */
6586   "ip\0"
6587   "glMatrixLoaddEXT\0"
6588   "\0"
6589   /* _mesa_function_pool[50159]: MatrixMultfEXT (will be remapped) */
6590   "ip\0"
6591   "glMatrixMultfEXT\0"
6592   "\0"
6593   /* _mesa_function_pool[50180]: MatrixMultdEXT (will be remapped) */
6594   "ip\0"
6595   "glMatrixMultdEXT\0"
6596   "\0"
6597   /* _mesa_function_pool[50201]: MatrixLoadIdentityEXT (will be remapped) */
6598   "i\0"
6599   "glMatrixLoadIdentityEXT\0"
6600   "\0"
6601   /* _mesa_function_pool[50228]: MatrixRotatefEXT (will be remapped) */
6602   "iffff\0"
6603   "glMatrixRotatefEXT\0"
6604   "\0"
6605   /* _mesa_function_pool[50254]: MatrixRotatedEXT (will be remapped) */
6606   "idddd\0"
6607   "glMatrixRotatedEXT\0"
6608   "\0"
6609   /* _mesa_function_pool[50280]: MatrixScalefEXT (will be remapped) */
6610   "ifff\0"
6611   "glMatrixScalefEXT\0"
6612   "\0"
6613   /* _mesa_function_pool[50304]: MatrixScaledEXT (will be remapped) */
6614   "iddd\0"
6615   "glMatrixScaledEXT\0"
6616   "\0"
6617   /* _mesa_function_pool[50328]: MatrixTranslatefEXT (will be remapped) */
6618   "ifff\0"
6619   "glMatrixTranslatefEXT\0"
6620   "\0"
6621   /* _mesa_function_pool[50356]: MatrixTranslatedEXT (will be remapped) */
6622   "iddd\0"
6623   "glMatrixTranslatedEXT\0"
6624   "\0"
6625   /* _mesa_function_pool[50384]: MatrixOrthoEXT (will be remapped) */
6626   "idddddd\0"
6627   "glMatrixOrthoEXT\0"
6628   "\0"
6629   /* _mesa_function_pool[50410]: MatrixFrustumEXT (will be remapped) */
6630   "idddddd\0"
6631   "glMatrixFrustumEXT\0"
6632   "\0"
6633   /* _mesa_function_pool[50438]: MatrixPushEXT (will be remapped) */
6634   "i\0"
6635   "glMatrixPushEXT\0"
6636   "\0"
6637   /* _mesa_function_pool[50457]: MatrixPopEXT (will be remapped) */
6638   "i\0"
6639   "glMatrixPopEXT\0"
6640   "\0"
6641   /* _mesa_function_pool[50475]: ClientAttribDefaultEXT (will be remapped) */
6642   "i\0"
6643   "glClientAttribDefaultEXT\0"
6644   "\0"
6645   /* _mesa_function_pool[50503]: PushClientAttribDefaultEXT (will be remapped) */
6646   "i\0"
6647   "glPushClientAttribDefaultEXT\0"
6648   "\0"
6649   /* _mesa_function_pool[50535]: GetTextureParameterivEXT (will be remapped) */
6650   "iiip\0"
6651   "glGetTextureParameterivEXT\0"
6652   "\0"
6653   /* _mesa_function_pool[50568]: GetTextureParameterfvEXT (will be remapped) */
6654   "iiip\0"
6655   "glGetTextureParameterfvEXT\0"
6656   "\0"
6657   /* _mesa_function_pool[50601]: GetTextureLevelParameterivEXT (will be remapped) */
6658   "iiiip\0"
6659   "glGetTextureLevelParameterivEXT\0"
6660   "\0"
6661   /* _mesa_function_pool[50640]: GetTextureLevelParameterfvEXT (will be remapped) */
6662   "iiiip\0"
6663   "glGetTextureLevelParameterfvEXT\0"
6664   "\0"
6665   /* _mesa_function_pool[50679]: TextureParameteriEXT (will be remapped) */
6666   "iiii\0"
6667   "glTextureParameteriEXT\0"
6668   "\0"
6669   /* _mesa_function_pool[50708]: TextureParameterivEXT (will be remapped) */
6670   "iiip\0"
6671   "glTextureParameterivEXT\0"
6672   "\0"
6673   /* _mesa_function_pool[50738]: TextureParameterfEXT (will be remapped) */
6674   "iiif\0"
6675   "glTextureParameterfEXT\0"
6676   "\0"
6677   /* _mesa_function_pool[50767]: TextureParameterfvEXT (will be remapped) */
6678   "iiip\0"
6679   "glTextureParameterfvEXT\0"
6680   "\0"
6681   /* _mesa_function_pool[50797]: TextureImage1DEXT (will be remapped) */
6682   "iiiiiiiip\0"
6683   "glTextureImage1DEXT\0"
6684   "\0"
6685   /* _mesa_function_pool[50828]: TextureImage2DEXT (will be remapped) */
6686   "iiiiiiiiip\0"
6687   "glTextureImage2DEXT\0"
6688   "\0"
6689   /* _mesa_function_pool[50860]: TextureImage3DEXT (will be remapped) */
6690   "iiiiiiiiiip\0"
6691   "glTextureImage3DEXT\0"
6692   "\0"
6693   /* _mesa_function_pool[50893]: TextureSubImage1DEXT (will be remapped) */
6694   "iiiiiiip\0"
6695   "glTextureSubImage1DEXT\0"
6696   "\0"
6697   /* _mesa_function_pool[50926]: TextureSubImage2DEXT (will be remapped) */
6698   "iiiiiiiiip\0"
6699   "glTextureSubImage2DEXT\0"
6700   "\0"
6701   /* _mesa_function_pool[50961]: TextureSubImage3DEXT (will be remapped) */
6702   "iiiiiiiiiiip\0"
6703   "glTextureSubImage3DEXT\0"
6704   "\0"
6705   /* _mesa_function_pool[50998]: CopyTextureImage1DEXT (will be remapped) */
6706   "iiiiiiii\0"
6707   "glCopyTextureImage1DEXT\0"
6708   "\0"
6709   /* _mesa_function_pool[51032]: CopyTextureImage2DEXT (will be remapped) */
6710   "iiiiiiiii\0"
6711   "glCopyTextureImage2DEXT\0"
6712   "\0"
6713   /* _mesa_function_pool[51067]: CopyTextureSubImage1DEXT (will be remapped) */
6714   "iiiiiii\0"
6715   "glCopyTextureSubImage1DEXT\0"
6716   "\0"
6717   /* _mesa_function_pool[51103]: CopyTextureSubImage2DEXT (will be remapped) */
6718   "iiiiiiiii\0"
6719   "glCopyTextureSubImage2DEXT\0"
6720   "\0"
6721   /* _mesa_function_pool[51141]: CopyTextureSubImage3DEXT (will be remapped) */
6722   "iiiiiiiiii\0"
6723   "glCopyTextureSubImage3DEXT\0"
6724   "\0"
6725   /* _mesa_function_pool[51180]: GetTextureImageEXT (will be remapped) */
6726   "iiiiip\0"
6727   "glGetTextureImageEXT\0"
6728   "\0"
6729   /* _mesa_function_pool[51209]: BindMultiTextureEXT (will be remapped) */
6730   "iii\0"
6731   "glBindMultiTextureEXT\0"
6732   "\0"
6733   /* _mesa_function_pool[51236]: EnableClientStateiEXT (will be remapped) */
6734   "ii\0"
6735   "glEnableClientStateIndexedEXT\0"
6736   "glEnableClientStateiEXT\0"
6737   "\0"
6738   /* _mesa_function_pool[51294]: DisableClientStateiEXT (will be remapped) */
6739   "ii\0"
6740   "glDisableClientStateIndexedEXT\0"
6741   "glDisableClientStateiEXT\0"
6742   "\0"
6743   /* _mesa_function_pool[51354]: GetPointerIndexedvEXT (will be remapped) */
6744   "iip\0"
6745   "glGetPointerIndexedvEXT\0"
6746   "glGetPointeri_vEXT\0"
6747   "\0"
6748   /* _mesa_function_pool[51402]: MultiTexEnviEXT (will be remapped) */
6749   "iiii\0"
6750   "glMultiTexEnviEXT\0"
6751   "\0"
6752   /* _mesa_function_pool[51426]: MultiTexEnvivEXT (will be remapped) */
6753   "iiip\0"
6754   "glMultiTexEnvivEXT\0"
6755   "\0"
6756   /* _mesa_function_pool[51451]: MultiTexEnvfEXT (will be remapped) */
6757   "iiif\0"
6758   "glMultiTexEnvfEXT\0"
6759   "\0"
6760   /* _mesa_function_pool[51475]: MultiTexEnvfvEXT (will be remapped) */
6761   "iiip\0"
6762   "glMultiTexEnvfvEXT\0"
6763   "\0"
6764   /* _mesa_function_pool[51500]: GetMultiTexEnvivEXT (will be remapped) */
6765   "iiip\0"
6766   "glGetMultiTexEnvivEXT\0"
6767   "\0"
6768   /* _mesa_function_pool[51528]: GetMultiTexEnvfvEXT (will be remapped) */
6769   "iiip\0"
6770   "glGetMultiTexEnvfvEXT\0"
6771   "\0"
6772   /* _mesa_function_pool[51556]: MultiTexParameteriEXT (will be remapped) */
6773   "iiii\0"
6774   "glMultiTexParameteriEXT\0"
6775   "\0"
6776   /* _mesa_function_pool[51586]: MultiTexParameterivEXT (will be remapped) */
6777   "iiip\0"
6778   "glMultiTexParameterivEXT\0"
6779   "\0"
6780   /* _mesa_function_pool[51617]: MultiTexParameterfEXT (will be remapped) */
6781   "iiif\0"
6782   "glMultiTexParameterfEXT\0"
6783   "\0"
6784   /* _mesa_function_pool[51647]: MultiTexParameterfvEXT (will be remapped) */
6785   "iiip\0"
6786   "glMultiTexParameterfvEXT\0"
6787   "\0"
6788   /* _mesa_function_pool[51678]: GetMultiTexParameterivEXT (will be remapped) */
6789   "iiip\0"
6790   "glGetMultiTexParameterivEXT\0"
6791   "\0"
6792   /* _mesa_function_pool[51712]: GetMultiTexParameterfvEXT (will be remapped) */
6793   "iiip\0"
6794   "glGetMultiTexParameterfvEXT\0"
6795   "\0"
6796   /* _mesa_function_pool[51746]: GetMultiTexImageEXT (will be remapped) */
6797   "iiiiip\0"
6798   "glGetMultiTexImageEXT\0"
6799   "\0"
6800   /* _mesa_function_pool[51776]: GetMultiTexLevelParameterivEXT (will be remapped) */
6801   "iiiip\0"
6802   "glGetMultiTexLevelParameterivEXT\0"
6803   "\0"
6804   /* _mesa_function_pool[51816]: GetMultiTexLevelParameterfvEXT (will be remapped) */
6805   "iiiip\0"
6806   "glGetMultiTexLevelParameterfvEXT\0"
6807   "\0"
6808   /* _mesa_function_pool[51856]: MultiTexImage1DEXT (will be remapped) */
6809   "iiiiiiiip\0"
6810   "glMultiTexImage1DEXT\0"
6811   "\0"
6812   /* _mesa_function_pool[51888]: MultiTexImage2DEXT (will be remapped) */
6813   "iiiiiiiiip\0"
6814   "glMultiTexImage2DEXT\0"
6815   "\0"
6816   /* _mesa_function_pool[51921]: MultiTexImage3DEXT (will be remapped) */
6817   "iiiiiiiiiip\0"
6818   "glMultiTexImage3DEXT\0"
6819   "\0"
6820   /* _mesa_function_pool[51955]: MultiTexSubImage1DEXT (will be remapped) */
6821   "iiiiiiip\0"
6822   "glMultiTexSubImage1DEXT\0"
6823   "\0"
6824   /* _mesa_function_pool[51989]: MultiTexSubImage2DEXT (will be remapped) */
6825   "iiiiiiiiip\0"
6826   "glMultiTexSubImage2DEXT\0"
6827   "\0"
6828   /* _mesa_function_pool[52025]: MultiTexSubImage3DEXT (will be remapped) */
6829   "iiiiiiiiiiip\0"
6830   "glMultiTexSubImage3DEXT\0"
6831   "\0"
6832   /* _mesa_function_pool[52063]: CopyMultiTexImage1DEXT (will be remapped) */
6833   "iiiiiiii\0"
6834   "glCopyMultiTexImage1DEXT\0"
6835   "\0"
6836   /* _mesa_function_pool[52098]: CopyMultiTexImage2DEXT (will be remapped) */
6837   "iiiiiiiii\0"
6838   "glCopyMultiTexImage2DEXT\0"
6839   "\0"
6840   /* _mesa_function_pool[52134]: CopyMultiTexSubImage1DEXT (will be remapped) */
6841   "iiiiiii\0"
6842   "glCopyMultiTexSubImage1DEXT\0"
6843   "\0"
6844   /* _mesa_function_pool[52171]: CopyMultiTexSubImage2DEXT (will be remapped) */
6845   "iiiiiiiii\0"
6846   "glCopyMultiTexSubImage2DEXT\0"
6847   "\0"
6848   /* _mesa_function_pool[52210]: CopyMultiTexSubImage3DEXT (will be remapped) */
6849   "iiiiiiiiii\0"
6850   "glCopyMultiTexSubImage3DEXT\0"
6851   "\0"
6852   /* _mesa_function_pool[52250]: MultiTexGendEXT (will be remapped) */
6853   "iiid\0"
6854   "glMultiTexGendEXT\0"
6855   "\0"
6856   /* _mesa_function_pool[52274]: MultiTexGendvEXT (will be remapped) */
6857   "iiip\0"
6858   "glMultiTexGendvEXT\0"
6859   "\0"
6860   /* _mesa_function_pool[52299]: MultiTexGenfEXT (will be remapped) */
6861   "iiif\0"
6862   "glMultiTexGenfEXT\0"
6863   "\0"
6864   /* _mesa_function_pool[52323]: MultiTexGenfvEXT (will be remapped) */
6865   "iiip\0"
6866   "glMultiTexGenfvEXT\0"
6867   "\0"
6868   /* _mesa_function_pool[52348]: MultiTexGeniEXT (will be remapped) */
6869   "iiii\0"
6870   "glMultiTexGeniEXT\0"
6871   "\0"
6872   /* _mesa_function_pool[52372]: MultiTexGenivEXT (will be remapped) */
6873   "iiip\0"
6874   "glMultiTexGenivEXT\0"
6875   "\0"
6876   /* _mesa_function_pool[52397]: GetMultiTexGendvEXT (will be remapped) */
6877   "iiip\0"
6878   "glGetMultiTexGendvEXT\0"
6879   "\0"
6880   /* _mesa_function_pool[52425]: GetMultiTexGenfvEXT (will be remapped) */
6881   "iiip\0"
6882   "glGetMultiTexGenfvEXT\0"
6883   "\0"
6884   /* _mesa_function_pool[52453]: GetMultiTexGenivEXT (will be remapped) */
6885   "iiip\0"
6886   "glGetMultiTexGenivEXT\0"
6887   "\0"
6888   /* _mesa_function_pool[52481]: MultiTexCoordPointerEXT (will be remapped) */
6889   "iiiip\0"
6890   "glMultiTexCoordPointerEXT\0"
6891   "\0"
6892   /* _mesa_function_pool[52514]: MatrixLoadTransposefEXT (will be remapped) */
6893   "ip\0"
6894   "glMatrixLoadTransposefEXT\0"
6895   "\0"
6896   /* _mesa_function_pool[52544]: MatrixLoadTransposedEXT (will be remapped) */
6897   "ip\0"
6898   "glMatrixLoadTransposedEXT\0"
6899   "\0"
6900   /* _mesa_function_pool[52574]: MatrixMultTransposefEXT (will be remapped) */
6901   "ip\0"
6902   "glMatrixMultTransposefEXT\0"
6903   "\0"
6904   /* _mesa_function_pool[52604]: MatrixMultTransposedEXT (will be remapped) */
6905   "ip\0"
6906   "glMatrixMultTransposedEXT\0"
6907   "\0"
6908   /* _mesa_function_pool[52634]: CompressedTextureImage1DEXT (will be remapped) */
6909   "iiiiiiip\0"
6910   "glCompressedTextureImage1DEXT\0"
6911   "\0"
6912   /* _mesa_function_pool[52674]: CompressedTextureImage2DEXT (will be remapped) */
6913   "iiiiiiiip\0"
6914   "glCompressedTextureImage2DEXT\0"
6915   "\0"
6916   /* _mesa_function_pool[52715]: CompressedTextureImage3DEXT (will be remapped) */
6917   "iiiiiiiiip\0"
6918   "glCompressedTextureImage3DEXT\0"
6919   "\0"
6920   /* _mesa_function_pool[52757]: CompressedTextureSubImage1DEXT (will be remapped) */
6921   "iiiiiiip\0"
6922   "glCompressedTextureSubImage1DEXT\0"
6923   "\0"
6924   /* _mesa_function_pool[52800]: CompressedTextureSubImage2DEXT (will be remapped) */
6925   "iiiiiiiiip\0"
6926   "glCompressedTextureSubImage2DEXT\0"
6927   "\0"
6928   /* _mesa_function_pool[52845]: CompressedTextureSubImage3DEXT (will be remapped) */
6929   "iiiiiiiiiiip\0"
6930   "glCompressedTextureSubImage3DEXT\0"
6931   "\0"
6932   /* _mesa_function_pool[52892]: GetCompressedTextureImageEXT (will be remapped) */
6933   "iiip\0"
6934   "glGetCompressedTextureImageEXT\0"
6935   "\0"
6936   /* _mesa_function_pool[52929]: CompressedMultiTexImage1DEXT (will be remapped) */
6937   "iiiiiiip\0"
6938   "glCompressedMultiTexImage1DEXT\0"
6939   "\0"
6940   /* _mesa_function_pool[52970]: CompressedMultiTexImage2DEXT (will be remapped) */
6941   "iiiiiiiip\0"
6942   "glCompressedMultiTexImage2DEXT\0"
6943   "\0"
6944   /* _mesa_function_pool[53012]: CompressedMultiTexImage3DEXT (will be remapped) */
6945   "iiiiiiiiip\0"
6946   "glCompressedMultiTexImage3DEXT\0"
6947   "\0"
6948   /* _mesa_function_pool[53055]: CompressedMultiTexSubImage1DEXT (will be remapped) */
6949   "iiiiiiip\0"
6950   "glCompressedMultiTexSubImage1DEXT\0"
6951   "\0"
6952   /* _mesa_function_pool[53099]: CompressedMultiTexSubImage2DEXT (will be remapped) */
6953   "iiiiiiiiip\0"
6954   "glCompressedMultiTexSubImage2DEXT\0"
6955   "\0"
6956   /* _mesa_function_pool[53145]: CompressedMultiTexSubImage3DEXT (will be remapped) */
6957   "iiiiiiiiiiip\0"
6958   "glCompressedMultiTexSubImage3DEXT\0"
6959   "\0"
6960   /* _mesa_function_pool[53193]: GetCompressedMultiTexImageEXT (will be remapped) */
6961   "iiip\0"
6962   "glGetCompressedMultiTexImageEXT\0"
6963   "\0"
6964   /* _mesa_function_pool[53231]: NamedBufferDataEXT (will be remapped) */
6965   "iipi\0"
6966   "glNamedBufferDataEXT\0"
6967   "\0"
6968   /* _mesa_function_pool[53258]: NamedBufferSubDataEXT (will be remapped) */
6969   "iiip\0"
6970   "glNamedBufferSubDataEXT\0"
6971   "\0"
6972   /* _mesa_function_pool[53288]: MapNamedBufferEXT (will be remapped) */
6973   "ii\0"
6974   "glMapNamedBufferEXT\0"
6975   "\0"
6976   /* _mesa_function_pool[53312]: GetNamedBufferSubDataEXT (will be remapped) */
6977   "iiip\0"
6978   "glGetNamedBufferSubDataEXT\0"
6979   "\0"
6980   /* _mesa_function_pool[53345]: GetNamedBufferPointervEXT (will be remapped) */
6981   "iip\0"
6982   "glGetNamedBufferPointervEXT\0"
6983   "\0"
6984   /* _mesa_function_pool[53378]: GetNamedBufferParameterivEXT (will be remapped) */
6985   "iip\0"
6986   "glGetNamedBufferParameterivEXT\0"
6987   "\0"
6988   /* _mesa_function_pool[53414]: FlushMappedNamedBufferRangeEXT (will be remapped) */
6989   "iii\0"
6990   "glFlushMappedNamedBufferRangeEXT\0"
6991   "\0"
6992   /* _mesa_function_pool[53452]: MapNamedBufferRangeEXT (will be remapped) */
6993   "iiii\0"
6994   "glMapNamedBufferRangeEXT\0"
6995   "\0"
6996   /* _mesa_function_pool[53483]: FramebufferDrawBufferEXT (will be remapped) */
6997   "ii\0"
6998   "glFramebufferDrawBufferEXT\0"
6999   "\0"
7000   /* _mesa_function_pool[53514]: FramebufferDrawBuffersEXT (will be remapped) */
7001   "iip\0"
7002   "glFramebufferDrawBuffersEXT\0"
7003   "\0"
7004   /* _mesa_function_pool[53547]: FramebufferReadBufferEXT (will be remapped) */
7005   "ii\0"
7006   "glFramebufferReadBufferEXT\0"
7007   "\0"
7008   /* _mesa_function_pool[53578]: GetFramebufferParameterivEXT (will be remapped) */
7009   "iip\0"
7010   "glGetFramebufferParameterivEXT\0"
7011   "\0"
7012   /* _mesa_function_pool[53614]: CheckNamedFramebufferStatusEXT (will be remapped) */
7013   "ii\0"
7014   "glCheckNamedFramebufferStatusEXT\0"
7015   "\0"
7016   /* _mesa_function_pool[53651]: NamedFramebufferTexture1DEXT (will be remapped) */
7017   "iiiii\0"
7018   "glNamedFramebufferTexture1DEXT\0"
7019   "\0"
7020   /* _mesa_function_pool[53689]: NamedFramebufferTexture2DEXT (will be remapped) */
7021   "iiiii\0"
7022   "glNamedFramebufferTexture2DEXT\0"
7023   "\0"
7024   /* _mesa_function_pool[53727]: NamedFramebufferTexture3DEXT (will be remapped) */
7025   "iiiiii\0"
7026   "glNamedFramebufferTexture3DEXT\0"
7027   "\0"
7028   /* _mesa_function_pool[53766]: NamedFramebufferRenderbufferEXT (will be remapped) */
7029   "iiii\0"
7030   "glNamedFramebufferRenderbufferEXT\0"
7031   "\0"
7032   /* _mesa_function_pool[53806]: GetNamedFramebufferAttachmentParameterivEXT (will be remapped) */
7033   "iiip\0"
7034   "glGetNamedFramebufferAttachmentParameterivEXT\0"
7035   "\0"
7036   /* _mesa_function_pool[53858]: NamedRenderbufferStorageEXT (will be remapped) */
7037   "iiii\0"
7038   "glNamedRenderbufferStorageEXT\0"
7039   "\0"
7040   /* _mesa_function_pool[53894]: GetNamedRenderbufferParameterivEXT (will be remapped) */
7041   "iip\0"
7042   "glGetNamedRenderbufferParameterivEXT\0"
7043   "\0"
7044   /* _mesa_function_pool[53936]: GenerateTextureMipmapEXT (will be remapped) */
7045   "ii\0"
7046   "glGenerateTextureMipmapEXT\0"
7047   "\0"
7048   /* _mesa_function_pool[53967]: GenerateMultiTexMipmapEXT (will be remapped) */
7049   "ii\0"
7050   "glGenerateMultiTexMipmapEXT\0"
7051   "\0"
7052   /* _mesa_function_pool[53999]: NamedRenderbufferStorageMultisampleEXT (will be remapped) */
7053   "iiiii\0"
7054   "glNamedRenderbufferStorageMultisampleEXT\0"
7055   "\0"
7056   /* _mesa_function_pool[54047]: NamedCopyBufferSubDataEXT (will be remapped) */
7057   "iiiii\0"
7058   "glNamedCopyBufferSubDataEXT\0"
7059   "\0"
7060   /* _mesa_function_pool[54082]: VertexArrayVertexOffsetEXT (will be remapped) */
7061   "iiiiii\0"
7062   "glVertexArrayVertexOffsetEXT\0"
7063   "\0"
7064   /* _mesa_function_pool[54119]: VertexArrayColorOffsetEXT (will be remapped) */
7065   "iiiiii\0"
7066   "glVertexArrayColorOffsetEXT\0"
7067   "\0"
7068   /* _mesa_function_pool[54155]: VertexArrayEdgeFlagOffsetEXT (will be remapped) */
7069   "iiii\0"
7070   "glVertexArrayEdgeFlagOffsetEXT\0"
7071   "\0"
7072   /* _mesa_function_pool[54192]: VertexArrayIndexOffsetEXT (will be remapped) */
7073   "iiiii\0"
7074   "glVertexArrayIndexOffsetEXT\0"
7075   "\0"
7076   /* _mesa_function_pool[54227]: VertexArrayNormalOffsetEXT (will be remapped) */
7077   "iiiii\0"
7078   "glVertexArrayNormalOffsetEXT\0"
7079   "\0"
7080   /* _mesa_function_pool[54263]: VertexArrayTexCoordOffsetEXT (will be remapped) */
7081   "iiiiii\0"
7082   "glVertexArrayTexCoordOffsetEXT\0"
7083   "\0"
7084   /* _mesa_function_pool[54302]: VertexArrayMultiTexCoordOffsetEXT (will be remapped) */
7085   "iiiiiii\0"
7086   "glVertexArrayMultiTexCoordOffsetEXT\0"
7087   "\0"
7088   /* _mesa_function_pool[54347]: VertexArrayFogCoordOffsetEXT (will be remapped) */
7089   "iiiii\0"
7090   "glVertexArrayFogCoordOffsetEXT\0"
7091   "\0"
7092   /* _mesa_function_pool[54385]: VertexArraySecondaryColorOffsetEXT (will be remapped) */
7093   "iiiiii\0"
7094   "glVertexArraySecondaryColorOffsetEXT\0"
7095   "\0"
7096   /* _mesa_function_pool[54430]: VertexArrayVertexAttribOffsetEXT (will be remapped) */
7097   "iiiiiiii\0"
7098   "glVertexArrayVertexAttribOffsetEXT\0"
7099   "\0"
7100   /* _mesa_function_pool[54475]: VertexArrayVertexAttribIOffsetEXT (will be remapped) */
7101   "iiiiiii\0"
7102   "glVertexArrayVertexAttribIOffsetEXT\0"
7103   "\0"
7104   /* _mesa_function_pool[54520]: EnableVertexArrayEXT (will be remapped) */
7105   "ii\0"
7106   "glEnableVertexArrayEXT\0"
7107   "\0"
7108   /* _mesa_function_pool[54547]: DisableVertexArrayEXT (will be remapped) */
7109   "ii\0"
7110   "glDisableVertexArrayEXT\0"
7111   "\0"
7112   /* _mesa_function_pool[54575]: EnableVertexArrayAttribEXT (will be remapped) */
7113   "ii\0"
7114   "glEnableVertexArrayAttribEXT\0"
7115   "\0"
7116   /* _mesa_function_pool[54608]: DisableVertexArrayAttribEXT (will be remapped) */
7117   "ii\0"
7118   "glDisableVertexArrayAttribEXT\0"
7119   "\0"
7120   /* _mesa_function_pool[54642]: GetVertexArrayIntegervEXT (will be remapped) */
7121   "iip\0"
7122   "glGetVertexArrayIntegervEXT\0"
7123   "\0"
7124   /* _mesa_function_pool[54675]: GetVertexArrayPointervEXT (will be remapped) */
7125   "iip\0"
7126   "glGetVertexArrayPointervEXT\0"
7127   "\0"
7128   /* _mesa_function_pool[54708]: GetVertexArrayIntegeri_vEXT (will be remapped) */
7129   "iiip\0"
7130   "glGetVertexArrayIntegeri_vEXT\0"
7131   "\0"
7132   /* _mesa_function_pool[54744]: GetVertexArrayPointeri_vEXT (will be remapped) */
7133   "iiip\0"
7134   "glGetVertexArrayPointeri_vEXT\0"
7135   "\0"
7136   /* _mesa_function_pool[54780]: NamedProgramStringEXT (will be remapped) */
7137   "iiiip\0"
7138   "glNamedProgramStringEXT\0"
7139   "\0"
7140   /* _mesa_function_pool[54811]: GetNamedProgramStringEXT (will be remapped) */
7141   "iiip\0"
7142   "glGetNamedProgramStringEXT\0"
7143   "\0"
7144   /* _mesa_function_pool[54844]: NamedProgramLocalParameter4fEXT (will be remapped) */
7145   "iiiffff\0"
7146   "glNamedProgramLocalParameter4fEXT\0"
7147   "\0"
7148   /* _mesa_function_pool[54887]: NamedProgramLocalParameter4fvEXT (will be remapped) */
7149   "iiip\0"
7150   "glNamedProgramLocalParameter4fvEXT\0"
7151   "\0"
7152   /* _mesa_function_pool[54928]: GetNamedProgramLocalParameterfvEXT (will be remapped) */
7153   "iiip\0"
7154   "glGetNamedProgramLocalParameterfvEXT\0"
7155   "\0"
7156   /* _mesa_function_pool[54971]: NamedProgramLocalParameter4dEXT (will be remapped) */
7157   "iiidddd\0"
7158   "glNamedProgramLocalParameter4dEXT\0"
7159   "\0"
7160   /* _mesa_function_pool[55014]: NamedProgramLocalParameter4dvEXT (will be remapped) */
7161   "iiip\0"
7162   "glNamedProgramLocalParameter4dvEXT\0"
7163   "\0"
7164   /* _mesa_function_pool[55055]: GetNamedProgramLocalParameterdvEXT (will be remapped) */
7165   "iiip\0"
7166   "glGetNamedProgramLocalParameterdvEXT\0"
7167   "\0"
7168   /* _mesa_function_pool[55098]: GetNamedProgramivEXT (will be remapped) */
7169   "iiip\0"
7170   "glGetNamedProgramivEXT\0"
7171   "\0"
7172   /* _mesa_function_pool[55127]: TextureBufferEXT (will be remapped) */
7173   "iiii\0"
7174   "glTextureBufferEXT\0"
7175   "\0"
7176   /* _mesa_function_pool[55152]: MultiTexBufferEXT (will be remapped) */
7177   "iiii\0"
7178   "glMultiTexBufferEXT\0"
7179   "\0"
7180   /* _mesa_function_pool[55178]: TextureParameterIivEXT (will be remapped) */
7181   "iiip\0"
7182   "glTextureParameterIivEXT\0"
7183   "\0"
7184   /* _mesa_function_pool[55209]: TextureParameterIuivEXT (will be remapped) */
7185   "iiip\0"
7186   "glTextureParameterIuivEXT\0"
7187   "\0"
7188   /* _mesa_function_pool[55241]: GetTextureParameterIivEXT (will be remapped) */
7189   "iiip\0"
7190   "glGetTextureParameterIivEXT\0"
7191   "\0"
7192   /* _mesa_function_pool[55275]: GetTextureParameterIuivEXT (will be remapped) */
7193   "iiip\0"
7194   "glGetTextureParameterIuivEXT\0"
7195   "\0"
7196   /* _mesa_function_pool[55310]: MultiTexParameterIivEXT (will be remapped) */
7197   "iiip\0"
7198   "glMultiTexParameterIivEXT\0"
7199   "\0"
7200   /* _mesa_function_pool[55342]: MultiTexParameterIuivEXT (will be remapped) */
7201   "iiip\0"
7202   "glMultiTexParameterIuivEXT\0"
7203   "\0"
7204   /* _mesa_function_pool[55375]: GetMultiTexParameterIivEXT (will be remapped) */
7205   "iiip\0"
7206   "glGetMultiTexParameterIivEXT\0"
7207   "\0"
7208   /* _mesa_function_pool[55410]: GetMultiTexParameterIuivEXT (will be remapped) */
7209   "iiip\0"
7210   "glGetMultiTexParameterIuivEXT\0"
7211   "\0"
7212   /* _mesa_function_pool[55446]: NamedProgramLocalParameters4fvEXT (will be remapped) */
7213   "iiiip\0"
7214   "glNamedProgramLocalParameters4fvEXT\0"
7215   "\0"
7216   /* _mesa_function_pool[55489]: BindImageTextureEXT (will be remapped) */
7217   "iiiiiii\0"
7218   "glBindImageTextureEXT\0"
7219   "\0"
7220   /* _mesa_function_pool[55520]: SubpixelPrecisionBiasNV (will be remapped) */
7221   "ii\0"
7222   "glSubpixelPrecisionBiasNV\0"
7223   "\0"
7224   /* _mesa_function_pool[55550]: ConservativeRasterParameterfNV (will be remapped) */
7225   "if\0"
7226   "glConservativeRasterParameterfNV\0"
7227   "\0"
7228   /* _mesa_function_pool[55587]: ConservativeRasterParameteriNV (will be remapped) */
7229   "ii\0"
7230   "glConservativeRasterParameteriNV\0"
7231   "\0"
7232   /* _mesa_function_pool[55624]: GetFirstPerfQueryIdINTEL (will be remapped) */
7233   "p\0"
7234   "glGetFirstPerfQueryIdINTEL\0"
7235   "\0"
7236   /* _mesa_function_pool[55654]: GetNextPerfQueryIdINTEL (will be remapped) */
7237   "ip\0"
7238   "glGetNextPerfQueryIdINTEL\0"
7239   "\0"
7240   /* _mesa_function_pool[55684]: GetPerfQueryIdByNameINTEL (will be remapped) */
7241   "pp\0"
7242   "glGetPerfQueryIdByNameINTEL\0"
7243   "\0"
7244   /* _mesa_function_pool[55716]: GetPerfQueryInfoINTEL (will be remapped) */
7245   "iippppp\0"
7246   "glGetPerfQueryInfoINTEL\0"
7247   "\0"
7248   /* _mesa_function_pool[55749]: GetPerfCounterInfoINTEL (will be remapped) */
7249   "iiipipppppp\0"
7250   "glGetPerfCounterInfoINTEL\0"
7251   "\0"
7252   /* _mesa_function_pool[55788]: CreatePerfQueryINTEL (will be remapped) */
7253   "ip\0"
7254   "glCreatePerfQueryINTEL\0"
7255   "\0"
7256   /* _mesa_function_pool[55815]: DeletePerfQueryINTEL (will be remapped) */
7257   "i\0"
7258   "glDeletePerfQueryINTEL\0"
7259   "\0"
7260   /* _mesa_function_pool[55841]: BeginPerfQueryINTEL (will be remapped) */
7261   "i\0"
7262   "glBeginPerfQueryINTEL\0"
7263   "\0"
7264   /* _mesa_function_pool[55866]: EndPerfQueryINTEL (will be remapped) */
7265   "i\0"
7266   "glEndPerfQueryINTEL\0"
7267   "\0"
7268   /* _mesa_function_pool[55889]: GetPerfQueryDataINTEL (will be remapped) */
7269   "iiipp\0"
7270   "glGetPerfQueryDataINTEL\0"
7271   "\0"
7272   /* _mesa_function_pool[55920]: AlphaToCoverageDitherControlNV (will be remapped) */
7273   "i\0"
7274   "glAlphaToCoverageDitherControlNV\0"
7275   "\0"
7276   /* _mesa_function_pool[55956]: PolygonOffsetClampEXT (will be remapped) */
7277   "fff\0"
7278   "glPolygonOffsetClampEXT\0"
7279   "glPolygonOffsetClamp\0"
7280   "\0"
7281   /* _mesa_function_pool[56006]: WindowRectanglesEXT (will be remapped) */
7282   "iip\0"
7283   "glWindowRectanglesEXT\0"
7284   "\0"
7285   /* _mesa_function_pool[56033]: FramebufferFetchBarrierEXT (will be remapped) */
7286   "\0"
7287   "glFramebufferFetchBarrierEXT\0"
7288   "\0"
7289   /* _mesa_function_pool[56064]: RenderbufferStorageMultisampleAdvancedAMD (will be remapped) */
7290   "iiiiii\0"
7291   "glRenderbufferStorageMultisampleAdvancedAMD\0"
7292   "\0"
7293   /* _mesa_function_pool[56116]: NamedRenderbufferStorageMultisampleAdvancedAMD (will be remapped) */
7294   "iiiiii\0"
7295   "glNamedRenderbufferStorageMultisampleAdvancedAMD\0"
7296   "\0"
7297   /* _mesa_function_pool[56173]: StencilFuncSeparateATI (will be remapped) */
7298   "iiii\0"
7299   "glStencilFuncSeparateATI\0"
7300   "\0"
7301   /* _mesa_function_pool[56204]: ProgramEnvParameters4fvEXT (will be remapped) */
7302   "iiip\0"
7303   "glProgramEnvParameters4fvEXT\0"
7304   "\0"
7305   /* _mesa_function_pool[56239]: ProgramLocalParameters4fvEXT (will be remapped) */
7306   "iiip\0"
7307   "glProgramLocalParameters4fvEXT\0"
7308   "\0"
7309   /* _mesa_function_pool[56276]: IglooInterfaceSGIX (dynamic) */
7310   "ip\0"
7311   "glIglooInterfaceSGIX\0"
7312   "\0"
7313   /* _mesa_function_pool[56301]: DeformationMap3dSGIX (dynamic) */
7314   "iddiiddiiddiip\0"
7315   "glDeformationMap3dSGIX\0"
7316   "\0"
7317   /* _mesa_function_pool[56340]: DeformationMap3fSGIX (dynamic) */
7318   "iffiiffiiffiip\0"
7319   "glDeformationMap3fSGIX\0"
7320   "\0"
7321   /* _mesa_function_pool[56379]: DeformSGIX (dynamic) */
7322   "i\0"
7323   "glDeformSGIX\0"
7324   "\0"
7325   /* _mesa_function_pool[56395]: LoadIdentityDeformationMapSGIX (dynamic) */
7326   "i\0"
7327   "glLoadIdentityDeformationMapSGIX\0"
7328   "\0"
7329   /* _mesa_function_pool[56431]: InternalBufferSubDataCopyMESA (will be remapped) */
7330   "iiiiiii\0"
7331   "glInternalBufferSubDataCopyMESA\0"
7332   "\0"
7333   /* _mesa_function_pool[56472]: InternalSetError (will be remapped) */
7334   "i\0"
7335   "glInternalSetError\0"
7336   "\0"
7337   /* _mesa_function_pool[56494]: EGLImageTargetTexture2DOES (will be remapped) */
7338   "ip\0"
7339   "glEGLImageTargetTexture2DOES\0"
7340   "\0"
7341   /* _mesa_function_pool[56527]: EGLImageTargetRenderbufferStorageOES (will be remapped) */
7342   "ip\0"
7343   "glEGLImageTargetRenderbufferStorageOES\0"
7344   "\0"
7345   /* _mesa_function_pool[56570]: EGLImageTargetTexStorageEXT (will be remapped) */
7346   "ipp\0"
7347   "glEGLImageTargetTexStorageEXT\0"
7348   "\0"
7349   /* _mesa_function_pool[56605]: EGLImageTargetTextureStorageEXT (will be remapped) */
7350   "ipp\0"
7351   "glEGLImageTargetTextureStorageEXT\0"
7352   "\0"
7353   /* _mesa_function_pool[56644]: ClearColorIiEXT (will be remapped) */
7354   "iiii\0"
7355   "glClearColorIiEXT\0"
7356   "\0"
7357   /* _mesa_function_pool[56668]: ClearColorIuiEXT (will be remapped) */
7358   "iiii\0"
7359   "glClearColorIuiEXT\0"
7360   "\0"
7361   /* _mesa_function_pool[56693]: TexParameterIiv (will be remapped) */
7362   "iip\0"
7363   "glTexParameterIivEXT\0"
7364   "glTexParameterIiv\0"
7365   "glTexParameterIivOES\0"
7366   "\0"
7367   /* _mesa_function_pool[56758]: TexParameterIuiv (will be remapped) */
7368   "iip\0"
7369   "glTexParameterIuivEXT\0"
7370   "glTexParameterIuiv\0"
7371   "glTexParameterIuivOES\0"
7372   "\0"
7373   /* _mesa_function_pool[56826]: GetTexParameterIiv (will be remapped) */
7374   "iip\0"
7375   "glGetTexParameterIivEXT\0"
7376   "glGetTexParameterIiv\0"
7377   "glGetTexParameterIivOES\0"
7378   "\0"
7379   /* _mesa_function_pool[56900]: GetTexParameterIuiv (will be remapped) */
7380   "iip\0"
7381   "glGetTexParameterIuivEXT\0"
7382   "glGetTexParameterIuiv\0"
7383   "glGetTexParameterIuivOES\0"
7384   "\0"
7385   /* _mesa_function_pool[56977]: VertexAttribI1iEXT (will be remapped) */
7386   "ii\0"
7387   "glVertexAttribI1iEXT\0"
7388   "glVertexAttribI1i\0"
7389   "\0"
7390   /* _mesa_function_pool[57020]: VertexAttribI2iEXT (will be remapped) */
7391   "iii\0"
7392   "glVertexAttribI2iEXT\0"
7393   "glVertexAttribI2i\0"
7394   "\0"
7395   /* _mesa_function_pool[57064]: VertexAttribI3iEXT (will be remapped) */
7396   "iiii\0"
7397   "glVertexAttribI3iEXT\0"
7398   "glVertexAttribI3i\0"
7399   "\0"
7400   /* _mesa_function_pool[57109]: VertexAttribI4iEXT (will be remapped) */
7401   "iiiii\0"
7402   "glVertexAttribI4iEXT\0"
7403   "glVertexAttribI4i\0"
7404   "\0"
7405   /* _mesa_function_pool[57155]: VertexAttribI1uiEXT (will be remapped) */
7406   "ii\0"
7407   "glVertexAttribI1uiEXT\0"
7408   "glVertexAttribI1ui\0"
7409   "\0"
7410   /* _mesa_function_pool[57200]: VertexAttribI2uiEXT (will be remapped) */
7411   "iii\0"
7412   "glVertexAttribI2uiEXT\0"
7413   "glVertexAttribI2ui\0"
7414   "\0"
7415   /* _mesa_function_pool[57246]: VertexAttribI3uiEXT (will be remapped) */
7416   "iiii\0"
7417   "glVertexAttribI3uiEXT\0"
7418   "glVertexAttribI3ui\0"
7419   "\0"
7420   /* _mesa_function_pool[57293]: VertexAttribI4uiEXT (will be remapped) */
7421   "iiiii\0"
7422   "glVertexAttribI4uiEXT\0"
7423   "glVertexAttribI4ui\0"
7424   "\0"
7425   /* _mesa_function_pool[57341]: VertexAttribI1iv (will be remapped) */
7426   "ip\0"
7427   "glVertexAttribI1ivEXT\0"
7428   "glVertexAttribI1iv\0"
7429   "\0"
7430   /* _mesa_function_pool[57386]: VertexAttribI2ivEXT (will be remapped) */
7431   "ip\0"
7432   "glVertexAttribI2ivEXT\0"
7433   "glVertexAttribI2iv\0"
7434   "\0"
7435   /* _mesa_function_pool[57431]: VertexAttribI3ivEXT (will be remapped) */
7436   "ip\0"
7437   "glVertexAttribI3ivEXT\0"
7438   "glVertexAttribI3iv\0"
7439   "\0"
7440   /* _mesa_function_pool[57476]: VertexAttribI4ivEXT (will be remapped) */
7441   "ip\0"
7442   "glVertexAttribI4ivEXT\0"
7443   "glVertexAttribI4iv\0"
7444   "\0"
7445   /* _mesa_function_pool[57521]: VertexAttribI1uiv (will be remapped) */
7446   "ip\0"
7447   "glVertexAttribI1uivEXT\0"
7448   "glVertexAttribI1uiv\0"
7449   "\0"
7450   /* _mesa_function_pool[57568]: VertexAttribI2uivEXT (will be remapped) */
7451   "ip\0"
7452   "glVertexAttribI2uivEXT\0"
7453   "glVertexAttribI2uiv\0"
7454   "\0"
7455   /* _mesa_function_pool[57615]: VertexAttribI3uivEXT (will be remapped) */
7456   "ip\0"
7457   "glVertexAttribI3uivEXT\0"
7458   "glVertexAttribI3uiv\0"
7459   "\0"
7460   /* _mesa_function_pool[57662]: VertexAttribI4uivEXT (will be remapped) */
7461   "ip\0"
7462   "glVertexAttribI4uivEXT\0"
7463   "glVertexAttribI4uiv\0"
7464   "\0"
7465   /* _mesa_function_pool[57709]: VertexAttribI4bv (will be remapped) */
7466   "ip\0"
7467   "glVertexAttribI4bvEXT\0"
7468   "glVertexAttribI4bv\0"
7469   "\0"
7470   /* _mesa_function_pool[57754]: VertexAttribI4sv (will be remapped) */
7471   "ip\0"
7472   "glVertexAttribI4svEXT\0"
7473   "glVertexAttribI4sv\0"
7474   "\0"
7475   /* _mesa_function_pool[57799]: VertexAttribI4ubv (will be remapped) */
7476   "ip\0"
7477   "glVertexAttribI4ubvEXT\0"
7478   "glVertexAttribI4ubv\0"
7479   "\0"
7480   /* _mesa_function_pool[57846]: VertexAttribI4usv (will be remapped) */
7481   "ip\0"
7482   "glVertexAttribI4usvEXT\0"
7483   "glVertexAttribI4usv\0"
7484   "\0"
7485   /* _mesa_function_pool[57893]: VertexAttribIPointer (will be remapped) */
7486   "iiiip\0"
7487   "glVertexAttribIPointerEXT\0"
7488   "glVertexAttribIPointer\0"
7489   "\0"
7490   /* _mesa_function_pool[57949]: GetVertexAttribIiv (will be remapped) */
7491   "iip\0"
7492   "glGetVertexAttribIivEXT\0"
7493   "glGetVertexAttribIiv\0"
7494   "\0"
7495   /* _mesa_function_pool[57999]: GetVertexAttribIuiv (will be remapped) */
7496   "iip\0"
7497   "glGetVertexAttribIuivEXT\0"
7498   "glGetVertexAttribIuiv\0"
7499   "\0"
7500   /* _mesa_function_pool[58051]: Uniform1ui (will be remapped) */
7501   "ii\0"
7502   "glUniform1uiEXT\0"
7503   "glUniform1ui\0"
7504   "\0"
7505   /* _mesa_function_pool[58084]: Uniform2ui (will be remapped) */
7506   "iii\0"
7507   "glUniform2uiEXT\0"
7508   "glUniform2ui\0"
7509   "\0"
7510   /* _mesa_function_pool[58118]: Uniform3ui (will be remapped) */
7511   "iiii\0"
7512   "glUniform3uiEXT\0"
7513   "glUniform3ui\0"
7514   "\0"
7515   /* _mesa_function_pool[58153]: Uniform4ui (will be remapped) */
7516   "iiiii\0"
7517   "glUniform4uiEXT\0"
7518   "glUniform4ui\0"
7519   "\0"
7520   /* _mesa_function_pool[58189]: Uniform1uiv (will be remapped) */
7521   "iip\0"
7522   "glUniform1uivEXT\0"
7523   "glUniform1uiv\0"
7524   "\0"
7525   /* _mesa_function_pool[58225]: Uniform2uiv (will be remapped) */
7526   "iip\0"
7527   "glUniform2uivEXT\0"
7528   "glUniform2uiv\0"
7529   "\0"
7530   /* _mesa_function_pool[58261]: Uniform3uiv (will be remapped) */
7531   "iip\0"
7532   "glUniform3uivEXT\0"
7533   "glUniform3uiv\0"
7534   "\0"
7535   /* _mesa_function_pool[58297]: Uniform4uiv (will be remapped) */
7536   "iip\0"
7537   "glUniform4uivEXT\0"
7538   "glUniform4uiv\0"
7539   "\0"
7540   /* _mesa_function_pool[58333]: GetUniformuiv (will be remapped) */
7541   "iip\0"
7542   "glGetUniformuivEXT\0"
7543   "glGetUniformuiv\0"
7544   "\0"
7545   /* _mesa_function_pool[58373]: BindFragDataLocation (will be remapped) */
7546   "iip\0"
7547   "glBindFragDataLocationEXT\0"
7548   "glBindFragDataLocation\0"
7549   "\0"
7550   /* _mesa_function_pool[58427]: GetFragDataLocation (will be remapped) */
7551   "ip\0"
7552   "glGetFragDataLocationEXT\0"
7553   "glGetFragDataLocation\0"
7554   "\0"
7555   /* _mesa_function_pool[58478]: ClearBufferiv (will be remapped) */
7556   "iip\0"
7557   "glClearBufferiv\0"
7558   "\0"
7559   /* _mesa_function_pool[58499]: ClearBufferuiv (will be remapped) */
7560   "iip\0"
7561   "glClearBufferuiv\0"
7562   "\0"
7563   /* _mesa_function_pool[58521]: ClearBufferfv (will be remapped) */
7564   "iip\0"
7565   "glClearBufferfv\0"
7566   "\0"
7567   /* _mesa_function_pool[58542]: ClearBufferfi (will be remapped) */
7568   "iifi\0"
7569   "glClearBufferfi\0"
7570   "\0"
7571   /* _mesa_function_pool[58564]: GetStringi (will be remapped) */
7572   "ii\0"
7573   "glGetStringi\0"
7574   "\0"
7575   /* _mesa_function_pool[58581]: BeginTransformFeedback (will be remapped) */
7576   "i\0"
7577   "glBeginTransformFeedback\0"
7578   "glBeginTransformFeedbackEXT\0"
7579   "\0"
7580   /* _mesa_function_pool[58637]: EndTransformFeedback (will be remapped) */
7581   "\0"
7582   "glEndTransformFeedback\0"
7583   "glEndTransformFeedbackEXT\0"
7584   "\0"
7585   /* _mesa_function_pool[58688]: BindBufferRange (will be remapped) */
7586   "iiiii\0"
7587   "glBindBufferRange\0"
7588   "glBindBufferRangeEXT\0"
7589   "\0"
7590   /* _mesa_function_pool[58734]: BindBufferBase (will be remapped) */
7591   "iii\0"
7592   "glBindBufferBase\0"
7593   "glBindBufferBaseEXT\0"
7594   "\0"
7595   /* _mesa_function_pool[58776]: TransformFeedbackVaryings (will be remapped) */
7596   "iipi\0"
7597   "glTransformFeedbackVaryings\0"
7598   "glTransformFeedbackVaryingsEXT\0"
7599   "\0"
7600   /* _mesa_function_pool[58841]: GetTransformFeedbackVarying (will be remapped) */
7601   "iiipppp\0"
7602   "glGetTransformFeedbackVarying\0"
7603   "glGetTransformFeedbackVaryingEXT\0"
7604   "\0"
7605   /* _mesa_function_pool[58913]: BeginConditionalRender (will be remapped) */
7606   "ii\0"
7607   "glBeginConditionalRender\0"
7608   "glBeginConditionalRenderNV\0"
7609   "\0"
7610   /* _mesa_function_pool[58969]: EndConditionalRender (will be remapped) */
7611   "\0"
7612   "glEndConditionalRender\0"
7613   "glEndConditionalRenderNV\0"
7614   "\0"
7615   /* _mesa_function_pool[59019]: PrimitiveRestartIndex (will be remapped) */
7616   "i\0"
7617   "glPrimitiveRestartIndex\0"
7618   "glPrimitiveRestartIndexNV\0"
7619   "\0"
7620   /* _mesa_function_pool[59072]: GetInteger64i_v (will be remapped) */
7621   "iip\0"
7622   "glGetInteger64i_v\0"
7623   "\0"
7624   /* _mesa_function_pool[59095]: GetBufferParameteri64v (will be remapped) */
7625   "iip\0"
7626   "glGetBufferParameteri64v\0"
7627   "\0"
7628   /* _mesa_function_pool[59125]: FramebufferTexture (will be remapped) */
7629   "iiii\0"
7630   "glFramebufferTexture\0"
7631   "glFramebufferTextureEXT\0"
7632   "glFramebufferTextureOES\0"
7633   "\0"
7634   /* _mesa_function_pool[59200]: PrimitiveRestartNV (will be remapped) */
7635   "\0"
7636   "glPrimitiveRestartNV\0"
7637   "\0"
7638   /* _mesa_function_pool[59223]: BindBufferOffsetEXT (will be remapped) */
7639   "iiii\0"
7640   "glBindBufferOffsetEXT\0"
7641   "\0"
7642   /* _mesa_function_pool[59251]: BindTransformFeedback (will be remapped) */
7643   "ii\0"
7644   "glBindTransformFeedback\0"
7645   "\0"
7646   /* _mesa_function_pool[59279]: DeleteTransformFeedbacks (will be remapped) */
7647   "ip\0"
7648   "glDeleteTransformFeedbacks\0"
7649   "\0"
7650   /* _mesa_function_pool[59310]: GenTransformFeedbacks (will be remapped) */
7651   "ip\0"
7652   "glGenTransformFeedbacks\0"
7653   "\0"
7654   /* _mesa_function_pool[59338]: IsTransformFeedback (will be remapped) */
7655   "i\0"
7656   "glIsTransformFeedback\0"
7657   "\0"
7658   /* _mesa_function_pool[59363]: PauseTransformFeedback (will be remapped) */
7659   "\0"
7660   "glPauseTransformFeedback\0"
7661   "\0"
7662   /* _mesa_function_pool[59390]: ResumeTransformFeedback (will be remapped) */
7663   "\0"
7664   "glResumeTransformFeedback\0"
7665   "\0"
7666   /* _mesa_function_pool[59418]: DrawTransformFeedback (will be remapped) */
7667   "ii\0"
7668   "glDrawTransformFeedback\0"
7669   "\0"
7670   /* _mesa_function_pool[59446]: VDPAUInitNV (will be remapped) */
7671   "pp\0"
7672   "glVDPAUInitNV\0"
7673   "\0"
7674   /* _mesa_function_pool[59464]: VDPAUFiniNV (will be remapped) */
7675   "\0"
7676   "glVDPAUFiniNV\0"
7677   "\0"
7678   /* _mesa_function_pool[59480]: VDPAURegisterVideoSurfaceNV (will be remapped) */
7679   "piip\0"
7680   "glVDPAURegisterVideoSurfaceNV\0"
7681   "\0"
7682   /* _mesa_function_pool[59516]: VDPAURegisterOutputSurfaceNV (will be remapped) */
7683   "piip\0"
7684   "glVDPAURegisterOutputSurfaceNV\0"
7685   "\0"
7686   /* _mesa_function_pool[59553]: VDPAUIsSurfaceNV (will be remapped) */
7687   "i\0"
7688   "glVDPAUIsSurfaceNV\0"
7689   "\0"
7690   /* _mesa_function_pool[59575]: VDPAUUnregisterSurfaceNV (will be remapped) */
7691   "i\0"
7692   "glVDPAUUnregisterSurfaceNV\0"
7693   "\0"
7694   /* _mesa_function_pool[59605]: VDPAUGetSurfaceivNV (will be remapped) */
7695   "iiipp\0"
7696   "glVDPAUGetSurfaceivNV\0"
7697   "\0"
7698   /* _mesa_function_pool[59634]: VDPAUSurfaceAccessNV (will be remapped) */
7699   "ii\0"
7700   "glVDPAUSurfaceAccessNV\0"
7701   "\0"
7702   /* _mesa_function_pool[59661]: VDPAUMapSurfacesNV (will be remapped) */
7703   "ip\0"
7704   "glVDPAUMapSurfacesNV\0"
7705   "\0"
7706   /* _mesa_function_pool[59686]: VDPAUUnmapSurfacesNV (will be remapped) */
7707   "ip\0"
7708   "glVDPAUUnmapSurfacesNV\0"
7709   "\0"
7710   /* _mesa_function_pool[59713]: GetUnsignedBytevEXT (will be remapped) */
7711   "ip\0"
7712   "glGetUnsignedBytevEXT\0"
7713   "\0"
7714   /* _mesa_function_pool[59739]: GetUnsignedBytei_vEXT (will be remapped) */
7715   "iip\0"
7716   "glGetUnsignedBytei_vEXT\0"
7717   "\0"
7718   /* _mesa_function_pool[59768]: DeleteMemoryObjectsEXT (will be remapped) */
7719   "ip\0"
7720   "glDeleteMemoryObjectsEXT\0"
7721   "\0"
7722   /* _mesa_function_pool[59797]: IsMemoryObjectEXT (will be remapped) */
7723   "i\0"
7724   "glIsMemoryObjectEXT\0"
7725   "\0"
7726   /* _mesa_function_pool[59820]: CreateMemoryObjectsEXT (will be remapped) */
7727   "ip\0"
7728   "glCreateMemoryObjectsEXT\0"
7729   "\0"
7730   /* _mesa_function_pool[59849]: MemoryObjectParameterivEXT (will be remapped) */
7731   "iip\0"
7732   "glMemoryObjectParameterivEXT\0"
7733   "\0"
7734   /* _mesa_function_pool[59883]: GetMemoryObjectParameterivEXT (will be remapped) */
7735   "iip\0"
7736   "glGetMemoryObjectParameterivEXT\0"
7737   "\0"
7738   /* _mesa_function_pool[59920]: TexStorageMem2DEXT (will be remapped) */
7739   "iiiiiii\0"
7740   "glTexStorageMem2DEXT\0"
7741   "\0"
7742   /* _mesa_function_pool[59950]: TexStorageMem2DMultisampleEXT (will be remapped) */
7743   "iiiiiiii\0"
7744   "glTexStorageMem2DMultisampleEXT\0"
7745   "\0"
7746   /* _mesa_function_pool[59992]: TexStorageMem3DEXT (will be remapped) */
7747   "iiiiiiii\0"
7748   "glTexStorageMem3DEXT\0"
7749   "\0"
7750   /* _mesa_function_pool[60023]: TexStorageMem3DMultisampleEXT (will be remapped) */
7751   "iiiiiiiii\0"
7752   "glTexStorageMem3DMultisampleEXT\0"
7753   "\0"
7754   /* _mesa_function_pool[60066]: BufferStorageMemEXT (will be remapped) */
7755   "iiii\0"
7756   "glBufferStorageMemEXT\0"
7757   "\0"
7758   /* _mesa_function_pool[60094]: TextureStorageMem2DEXT (will be remapped) */
7759   "iiiiiii\0"
7760   "glTextureStorageMem2DEXT\0"
7761   "\0"
7762   /* _mesa_function_pool[60128]: TextureStorageMem2DMultisampleEXT (will be remapped) */
7763   "iiiiiiii\0"
7764   "glTextureStorageMem2DMultisampleEXT\0"
7765   "\0"
7766   /* _mesa_function_pool[60174]: TextureStorageMem3DEXT (will be remapped) */
7767   "iiiiiiii\0"
7768   "glTextureStorageMem3DEXT\0"
7769   "\0"
7770   /* _mesa_function_pool[60209]: TextureStorageMem3DMultisampleEXT (will be remapped) */
7771   "iiiiiiiii\0"
7772   "glTextureStorageMem3DMultisampleEXT\0"
7773   "\0"
7774   /* _mesa_function_pool[60256]: NamedBufferStorageMemEXT (will be remapped) */
7775   "iiii\0"
7776   "glNamedBufferStorageMemEXT\0"
7777   "\0"
7778   /* _mesa_function_pool[60289]: TexStorageMem1DEXT (will be remapped) */
7779   "iiiiii\0"
7780   "glTexStorageMem1DEXT\0"
7781   "\0"
7782   /* _mesa_function_pool[60318]: TextureStorageMem1DEXT (will be remapped) */
7783   "iiiiii\0"
7784   "glTextureStorageMem1DEXT\0"
7785   "\0"
7786   /* _mesa_function_pool[60351]: GenSemaphoresEXT (will be remapped) */
7787   "ip\0"
7788   "glGenSemaphoresEXT\0"
7789   "\0"
7790   /* _mesa_function_pool[60374]: DeleteSemaphoresEXT (will be remapped) */
7791   "ip\0"
7792   "glDeleteSemaphoresEXT\0"
7793   "\0"
7794   /* _mesa_function_pool[60400]: IsSemaphoreEXT (will be remapped) */
7795   "i\0"
7796   "glIsSemaphoreEXT\0"
7797   "\0"
7798   /* _mesa_function_pool[60420]: SemaphoreParameterui64vEXT (will be remapped) */
7799   "iip\0"
7800   "glSemaphoreParameterui64vEXT\0"
7801   "\0"
7802   /* _mesa_function_pool[60454]: GetSemaphoreParameterui64vEXT (will be remapped) */
7803   "iip\0"
7804   "glGetSemaphoreParameterui64vEXT\0"
7805   "\0"
7806   /* _mesa_function_pool[60491]: WaitSemaphoreEXT (will be remapped) */
7807   "iipipp\0"
7808   "glWaitSemaphoreEXT\0"
7809   "\0"
7810   /* _mesa_function_pool[60518]: SignalSemaphoreEXT (will be remapped) */
7811   "iipipp\0"
7812   "glSignalSemaphoreEXT\0"
7813   "\0"
7814   /* _mesa_function_pool[60547]: ImportMemoryFdEXT (will be remapped) */
7815   "iiii\0"
7816   "glImportMemoryFdEXT\0"
7817   "\0"
7818   /* _mesa_function_pool[60573]: ImportSemaphoreFdEXT (will be remapped) */
7819   "iii\0"
7820   "glImportSemaphoreFdEXT\0"
7821   "\0"
7822   /* _mesa_function_pool[60601]: ViewportSwizzleNV (will be remapped) */
7823   "iiiii\0"
7824   "glViewportSwizzleNV\0"
7825   "\0"
7826   /* _mesa_function_pool[60628]: Vertex2hNV (will be remapped) */
7827   "dd\0"
7828   "glVertex2hNV\0"
7829   "\0"
7830   /* _mesa_function_pool[60645]: Vertex2hvNV (will be remapped) */
7831   "p\0"
7832   "glVertex2hvNV\0"
7833   "\0"
7834   /* _mesa_function_pool[60662]: Vertex3hNV (will be remapped) */
7835   "ddd\0"
7836   "glVertex3hNV\0"
7837   "\0"
7838   /* _mesa_function_pool[60680]: Vertex3hvNV (will be remapped) */
7839   "p\0"
7840   "glVertex3hvNV\0"
7841   "\0"
7842   /* _mesa_function_pool[60697]: Vertex4hNV (will be remapped) */
7843   "dddd\0"
7844   "glVertex4hNV\0"
7845   "\0"
7846   /* _mesa_function_pool[60716]: Vertex4hvNV (will be remapped) */
7847   "p\0"
7848   "glVertex4hvNV\0"
7849   "\0"
7850   /* _mesa_function_pool[60733]: Normal3hNV (will be remapped) */
7851   "ddd\0"
7852   "glNormal3hNV\0"
7853   "\0"
7854   /* _mesa_function_pool[60751]: Normal3hvNV (will be remapped) */
7855   "p\0"
7856   "glNormal3hvNV\0"
7857   "\0"
7858   /* _mesa_function_pool[60768]: Color3hNV (will be remapped) */
7859   "ddd\0"
7860   "glColor3hNV\0"
7861   "\0"
7862   /* _mesa_function_pool[60785]: Color3hvNV (will be remapped) */
7863   "p\0"
7864   "glColor3hvNV\0"
7865   "\0"
7866   /* _mesa_function_pool[60801]: Color4hNV (will be remapped) */
7867   "dddd\0"
7868   "glColor4hNV\0"
7869   "\0"
7870   /* _mesa_function_pool[60819]: Color4hvNV (will be remapped) */
7871   "p\0"
7872   "glColor4hvNV\0"
7873   "\0"
7874   /* _mesa_function_pool[60835]: TexCoord1hNV (will be remapped) */
7875   "d\0"
7876   "glTexCoord1hNV\0"
7877   "\0"
7878   /* _mesa_function_pool[60853]: TexCoord1hvNV (will be remapped) */
7879   "p\0"
7880   "glTexCoord1hvNV\0"
7881   "\0"
7882   /* _mesa_function_pool[60872]: TexCoord2hNV (will be remapped) */
7883   "dd\0"
7884   "glTexCoord2hNV\0"
7885   "\0"
7886   /* _mesa_function_pool[60891]: TexCoord2hvNV (will be remapped) */
7887   "p\0"
7888   "glTexCoord2hvNV\0"
7889   "\0"
7890   /* _mesa_function_pool[60910]: TexCoord3hNV (will be remapped) */
7891   "ddd\0"
7892   "glTexCoord3hNV\0"
7893   "\0"
7894   /* _mesa_function_pool[60930]: TexCoord3hvNV (will be remapped) */
7895   "p\0"
7896   "glTexCoord3hvNV\0"
7897   "\0"
7898   /* _mesa_function_pool[60949]: TexCoord4hNV (will be remapped) */
7899   "dddd\0"
7900   "glTexCoord4hNV\0"
7901   "\0"
7902   /* _mesa_function_pool[60970]: TexCoord4hvNV (will be remapped) */
7903   "p\0"
7904   "glTexCoord4hvNV\0"
7905   "\0"
7906   /* _mesa_function_pool[60989]: MultiTexCoord1hNV (will be remapped) */
7907   "id\0"
7908   "glMultiTexCoord1hNV\0"
7909   "\0"
7910   /* _mesa_function_pool[61013]: MultiTexCoord1hvNV (will be remapped) */
7911   "ip\0"
7912   "glMultiTexCoord1hvNV\0"
7913   "\0"
7914   /* _mesa_function_pool[61038]: MultiTexCoord2hNV (will be remapped) */
7915   "idd\0"
7916   "glMultiTexCoord2hNV\0"
7917   "\0"
7918   /* _mesa_function_pool[61063]: MultiTexCoord2hvNV (will be remapped) */
7919   "ip\0"
7920   "glMultiTexCoord2hvNV\0"
7921   "\0"
7922   /* _mesa_function_pool[61088]: MultiTexCoord3hNV (will be remapped) */
7923   "iddd\0"
7924   "glMultiTexCoord3hNV\0"
7925   "\0"
7926   /* _mesa_function_pool[61114]: MultiTexCoord3hvNV (will be remapped) */
7927   "ip\0"
7928   "glMultiTexCoord3hvNV\0"
7929   "\0"
7930   /* _mesa_function_pool[61139]: MultiTexCoord4hNV (will be remapped) */
7931   "idddd\0"
7932   "glMultiTexCoord4hNV\0"
7933   "\0"
7934   /* _mesa_function_pool[61166]: MultiTexCoord4hvNV (will be remapped) */
7935   "ip\0"
7936   "glMultiTexCoord4hvNV\0"
7937   "\0"
7938   /* _mesa_function_pool[61191]: VertexAttrib1hNV (will be remapped) */
7939   "id\0"
7940   "glVertexAttrib1hNV\0"
7941   "\0"
7942   /* _mesa_function_pool[61214]: VertexAttrib1hvNV (will be remapped) */
7943   "ip\0"
7944   "glVertexAttrib1hvNV\0"
7945   "\0"
7946   /* _mesa_function_pool[61238]: VertexAttrib2hNV (will be remapped) */
7947   "idd\0"
7948   "glVertexAttrib2hNV\0"
7949   "\0"
7950   /* _mesa_function_pool[61262]: VertexAttrib2hvNV (will be remapped) */
7951   "ip\0"
7952   "glVertexAttrib2hvNV\0"
7953   "\0"
7954   /* _mesa_function_pool[61286]: VertexAttrib3hNV (will be remapped) */
7955   "iddd\0"
7956   "glVertexAttrib3hNV\0"
7957   "\0"
7958   /* _mesa_function_pool[61311]: VertexAttrib3hvNV (will be remapped) */
7959   "ip\0"
7960   "glVertexAttrib3hvNV\0"
7961   "\0"
7962   /* _mesa_function_pool[61335]: VertexAttrib4hNV (will be remapped) */
7963   "idddd\0"
7964   "glVertexAttrib4hNV\0"
7965   "\0"
7966   /* _mesa_function_pool[61361]: VertexAttrib4hvNV (will be remapped) */
7967   "ip\0"
7968   "glVertexAttrib4hvNV\0"
7969   "\0"
7970   /* _mesa_function_pool[61385]: VertexAttribs1hvNV (will be remapped) */
7971   "iip\0"
7972   "glVertexAttribs1hvNV\0"
7973   "\0"
7974   /* _mesa_function_pool[61411]: VertexAttribs2hvNV (will be remapped) */
7975   "iip\0"
7976   "glVertexAttribs2hvNV\0"
7977   "\0"
7978   /* _mesa_function_pool[61437]: VertexAttribs3hvNV (will be remapped) */
7979   "iip\0"
7980   "glVertexAttribs3hvNV\0"
7981   "\0"
7982   /* _mesa_function_pool[61463]: VertexAttribs4hvNV (will be remapped) */
7983   "iip\0"
7984   "glVertexAttribs4hvNV\0"
7985   "\0"
7986   /* _mesa_function_pool[61489]: FogCoordhNV (will be remapped) */
7987   "d\0"
7988   "glFogCoordhNV\0"
7989   "\0"
7990   /* _mesa_function_pool[61506]: FogCoordhvNV (will be remapped) */
7991   "p\0"
7992   "glFogCoordhvNV\0"
7993   "\0"
7994   /* _mesa_function_pool[61524]: SecondaryColor3hNV (will be remapped) */
7995   "ddd\0"
7996   "glSecondaryColor3hNV\0"
7997   "\0"
7998   /* _mesa_function_pool[61550]: SecondaryColor3hvNV (will be remapped) */
7999   "p\0"
8000   "glSecondaryColor3hvNV\0"
8001   "\0"
8002   /* _mesa_function_pool[61575]: MemoryBarrierByRegion (will be remapped) */
8003   "i\0"
8004   "glMemoryBarrierByRegion\0"
8005   "\0"
8006   /* _mesa_function_pool[61602]: AlphaFuncx (will be remapped) */
8007   "ii\0"
8008   "glAlphaFuncxOES\0"
8009   "glAlphaFuncx\0"
8010   "\0"
8011   /* _mesa_function_pool[61635]: ClearColorx (will be remapped) */
8012   "iiii\0"
8013   "glClearColorxOES\0"
8014   "glClearColorx\0"
8015   "\0"
8016   /* _mesa_function_pool[61672]: ClearDepthx (will be remapped) */
8017   "i\0"
8018   "glClearDepthxOES\0"
8019   "glClearDepthx\0"
8020   "\0"
8021   /* _mesa_function_pool[61706]: Color4x (will be remapped) */
8022   "iiii\0"
8023   "glColor4xOES\0"
8024   "glColor4x\0"
8025   "\0"
8026   /* _mesa_function_pool[61735]: DepthRangex (will be remapped) */
8027   "ii\0"
8028   "glDepthRangexOES\0"
8029   "glDepthRangex\0"
8030   "\0"
8031   /* _mesa_function_pool[61770]: Fogx (will be remapped) */
8032   "ii\0"
8033   "glFogxOES\0"
8034   "glFogx\0"
8035   "\0"
8036   /* _mesa_function_pool[61791]: Fogxv (will be remapped) */
8037   "ip\0"
8038   "glFogxvOES\0"
8039   "glFogxv\0"
8040   "\0"
8041   /* _mesa_function_pool[61814]: Frustumx (will be remapped) */
8042   "iiiiii\0"
8043   "glFrustumxOES\0"
8044   "glFrustumx\0"
8045   "\0"
8046   /* _mesa_function_pool[61847]: LightModelx (will be remapped) */
8047   "ii\0"
8048   "glLightModelxOES\0"
8049   "glLightModelx\0"
8050   "\0"
8051   /* _mesa_function_pool[61882]: LightModelxv (will be remapped) */
8052   "ip\0"
8053   "glLightModelxvOES\0"
8054   "glLightModelxv\0"
8055   "\0"
8056   /* _mesa_function_pool[61919]: Lightx (will be remapped) */
8057   "iii\0"
8058   "glLightxOES\0"
8059   "glLightx\0"
8060   "\0"
8061   /* _mesa_function_pool[61945]: Lightxv (will be remapped) */
8062   "iip\0"
8063   "glLightxvOES\0"
8064   "glLightxv\0"
8065   "\0"
8066   /* _mesa_function_pool[61973]: LineWidthx (will be remapped) */
8067   "i\0"
8068   "glLineWidthxOES\0"
8069   "glLineWidthx\0"
8070   "\0"
8071   /* _mesa_function_pool[62005]: LoadMatrixx (will be remapped) */
8072   "p\0"
8073   "glLoadMatrixxOES\0"
8074   "glLoadMatrixx\0"
8075   "\0"
8076   /* _mesa_function_pool[62039]: Materialx (will be remapped) */
8077   "iii\0"
8078   "glMaterialxOES\0"
8079   "glMaterialx\0"
8080   "\0"
8081   /* _mesa_function_pool[62071]: Materialxv (will be remapped) */
8082   "iip\0"
8083   "glMaterialxvOES\0"
8084   "glMaterialxv\0"
8085   "\0"
8086   /* _mesa_function_pool[62105]: MultMatrixx (will be remapped) */
8087   "p\0"
8088   "glMultMatrixxOES\0"
8089   "glMultMatrixx\0"
8090   "\0"
8091   /* _mesa_function_pool[62139]: MultiTexCoord4x (will be remapped) */
8092   "iiiii\0"
8093   "glMultiTexCoord4xOES\0"
8094   "glMultiTexCoord4x\0"
8095   "\0"
8096   /* _mesa_function_pool[62185]: Normal3x (will be remapped) */
8097   "iii\0"
8098   "glNormal3xOES\0"
8099   "glNormal3x\0"
8100   "\0"
8101   /* _mesa_function_pool[62215]: Orthox (will be remapped) */
8102   "iiiiii\0"
8103   "glOrthoxOES\0"
8104   "glOrthox\0"
8105   "\0"
8106   /* _mesa_function_pool[62244]: PointSizex (will be remapped) */
8107   "i\0"
8108   "glPointSizexOES\0"
8109   "glPointSizex\0"
8110   "\0"
8111   /* _mesa_function_pool[62276]: PolygonOffsetx (will be remapped) */
8112   "ii\0"
8113   "glPolygonOffsetxOES\0"
8114   "glPolygonOffsetx\0"
8115   "\0"
8116   /* _mesa_function_pool[62317]: Rotatex (will be remapped) */
8117   "iiii\0"
8118   "glRotatexOES\0"
8119   "glRotatex\0"
8120   "\0"
8121   /* _mesa_function_pool[62346]: SampleCoveragex (will be remapped) */
8122   "ii\0"
8123   "glSampleCoveragexOES\0"
8124   "glSampleCoveragex\0"
8125   "\0"
8126   /* _mesa_function_pool[62389]: Scalex (will be remapped) */
8127   "iii\0"
8128   "glScalexOES\0"
8129   "glScalex\0"
8130   "\0"
8131   /* _mesa_function_pool[62415]: TexEnvx (will be remapped) */
8132   "iii\0"
8133   "glTexEnvxOES\0"
8134   "glTexEnvx\0"
8135   "\0"
8136   /* _mesa_function_pool[62443]: TexEnvxv (will be remapped) */
8137   "iip\0"
8138   "glTexEnvxvOES\0"
8139   "glTexEnvxv\0"
8140   "\0"
8141   /* _mesa_function_pool[62473]: TexParameterx (will be remapped) */
8142   "iii\0"
8143   "glTexParameterxOES\0"
8144   "glTexParameterx\0"
8145   "\0"
8146   /* _mesa_function_pool[62513]: Translatex (will be remapped) */
8147   "iii\0"
8148   "glTranslatexOES\0"
8149   "glTranslatex\0"
8150   "\0"
8151   /* _mesa_function_pool[62547]: ClipPlanex (will be remapped) */
8152   "ip\0"
8153   "glClipPlanexOES\0"
8154   "glClipPlanex\0"
8155   "\0"
8156   /* _mesa_function_pool[62580]: GetClipPlanex (will be remapped) */
8157   "ip\0"
8158   "glGetClipPlanexOES\0"
8159   "glGetClipPlanex\0"
8160   "\0"
8161   /* _mesa_function_pool[62619]: GetFixedv (will be remapped) */
8162   "ip\0"
8163   "glGetFixedvOES\0"
8164   "glGetFixedv\0"
8165   "\0"
8166   /* _mesa_function_pool[62650]: GetLightxv (will be remapped) */
8167   "iip\0"
8168   "glGetLightxvOES\0"
8169   "glGetLightxv\0"
8170   "\0"
8171   /* _mesa_function_pool[62684]: GetMaterialxv (will be remapped) */
8172   "iip\0"
8173   "glGetMaterialxvOES\0"
8174   "glGetMaterialxv\0"
8175   "\0"
8176   /* _mesa_function_pool[62724]: GetTexEnvxv (will be remapped) */
8177   "iip\0"
8178   "glGetTexEnvxvOES\0"
8179   "glGetTexEnvxv\0"
8180   "\0"
8181   /* _mesa_function_pool[62760]: GetTexParameterxv (will be remapped) */
8182   "iip\0"
8183   "glGetTexParameterxvOES\0"
8184   "glGetTexParameterxv\0"
8185   "\0"
8186   /* _mesa_function_pool[62808]: PointParameterx (will be remapped) */
8187   "ii\0"
8188   "glPointParameterxOES\0"
8189   "glPointParameterx\0"
8190   "\0"
8191   /* _mesa_function_pool[62851]: PointParameterxv (will be remapped) */
8192   "ip\0"
8193   "glPointParameterxvOES\0"
8194   "glPointParameterxv\0"
8195   "\0"
8196   /* _mesa_function_pool[62896]: TexParameterxv (will be remapped) */
8197   "iip\0"
8198   "glTexParameterxvOES\0"
8199   "glTexParameterxv\0"
8200   "\0"
8201   /* _mesa_function_pool[62938]: GetTexGenxvOES (will be remapped) */
8202   "iip\0"
8203   "glGetTexGenxvOES\0"
8204   "\0"
8205   /* _mesa_function_pool[62960]: TexGenxOES (will be remapped) */
8206   "iii\0"
8207   "glTexGenxOES\0"
8208   "\0"
8209   /* _mesa_function_pool[62978]: TexGenxvOES (will be remapped) */
8210   "iip\0"
8211   "glTexGenxvOES\0"
8212   "\0"
8213   /* _mesa_function_pool[62997]: ClipPlanef (will be remapped) */
8214   "ip\0"
8215   "glClipPlanefOES\0"
8216   "glClipPlanef\0"
8217   "\0"
8218   /* _mesa_function_pool[63030]: GetClipPlanef (will be remapped) */
8219   "ip\0"
8220   "glGetClipPlanefOES\0"
8221   "glGetClipPlanef\0"
8222   "\0"
8223   /* _mesa_function_pool[63069]: Frustumf (will be remapped) */
8224   "ffffff\0"
8225   "glFrustumfOES\0"
8226   "glFrustumf\0"
8227   "\0"
8228   /* _mesa_function_pool[63102]: Orthof (will be remapped) */
8229   "ffffff\0"
8230   "glOrthofOES\0"
8231   "glOrthof\0"
8232   "\0"
8233   /* _mesa_function_pool[63131]: DrawTexiOES (will be remapped) */
8234   "iiiii\0"
8235   "glDrawTexiOES\0"
8236   "\0"
8237   /* _mesa_function_pool[63152]: DrawTexivOES (will be remapped) */
8238   "p\0"
8239   "glDrawTexivOES\0"
8240   "\0"
8241   /* _mesa_function_pool[63170]: DrawTexfOES (will be remapped) */
8242   "fffff\0"
8243   "glDrawTexfOES\0"
8244   "\0"
8245   /* _mesa_function_pool[63191]: DrawTexfvOES (will be remapped) */
8246   "p\0"
8247   "glDrawTexfvOES\0"
8248   "\0"
8249   /* _mesa_function_pool[63209]: DrawTexsOES (will be remapped) */
8250   "iiiii\0"
8251   "glDrawTexsOES\0"
8252   "\0"
8253   /* _mesa_function_pool[63230]: DrawTexsvOES (will be remapped) */
8254   "p\0"
8255   "glDrawTexsvOES\0"
8256   "\0"
8257   /* _mesa_function_pool[63248]: DrawTexxOES (will be remapped) */
8258   "iiiii\0"
8259   "glDrawTexxOES\0"
8260   "\0"
8261   /* _mesa_function_pool[63269]: DrawTexxvOES (will be remapped) */
8262   "p\0"
8263   "glDrawTexxvOES\0"
8264   "\0"
8265   /* _mesa_function_pool[63287]: LoadPaletteFromModelViewMatrixOES (dynamic) */
8266   "\0"
8267   "glLoadPaletteFromModelViewMatrixOES\0"
8268   "\0"
8269   /* _mesa_function_pool[63325]: PointSizePointerOES (will be remapped) */
8270   "iip\0"
8271   "glPointSizePointerOES\0"
8272   "\0"
8273   /* _mesa_function_pool[63352]: QueryMatrixxOES (will be remapped) */
8274   "pp\0"
8275   "glQueryMatrixxOES\0"
8276   "\0"
8277   /* _mesa_function_pool[63374]: DiscardFramebufferEXT (will be remapped) */
8278   "iip\0"
8279   "glDiscardFramebufferEXT\0"
8280   "\0"
8281   /* _mesa_function_pool[63403]: FramebufferTexture2DMultisampleEXT (will be remapped) */
8282   "iiiiii\0"
8283   "glFramebufferTexture2DMultisampleEXT\0"
8284   "\0"
8285   /* _mesa_function_pool[63448]: DepthRangeArrayfvOES (will be remapped) */
8286   "iip\0"
8287   "glDepthRangeArrayfvOES\0"
8288   "\0"
8289   /* _mesa_function_pool[63476]: DepthRangeIndexedfOES (will be remapped) */
8290   "iff\0"
8291   "glDepthRangeIndexedfOES\0"
8292   "\0"
8293   /* _mesa_function_pool[63505]: FramebufferParameteriMESA (will be remapped) */
8294   "iii\0"
8295   "glFramebufferParameteriMESA\0"
8296   "\0"
8297   /* _mesa_function_pool[63538]: GetFramebufferParameterivMESA (will be remapped) */
8298   "iip\0"
8299   "glGetFramebufferParameterivMESA\0"
8300   "\0"
8301   ;
8302
8303/* these functions need to be remapped */
8304static const struct gl_function_pool_remap MESA_remap_table_functions[] = {
8305   { 10126, CompressedTexImage1D_remap_index },
8306   { 10067, CompressedTexImage2D_remap_index },
8307   {  9981, CompressedTexImage3D_remap_index },
8308   { 10347, CompressedTexSubImage1D_remap_index },
8309   { 10281, CompressedTexSubImage2D_remap_index },
8310   { 10184, CompressedTexSubImage3D_remap_index },
8311   { 10411, GetCompressedTexImage_remap_index },
8312   {  9784, LoadTransposeMatrixd_remap_index },
8313   {  9732, LoadTransposeMatrixf_remap_index },
8314   {  9888, MultTransposeMatrixd_remap_index },
8315   {  9836, MultTransposeMatrixf_remap_index },
8316   {  9940, SampleCoverage_remap_index },
8317   { 10467, BlendFuncSeparate_remap_index },
8318   { 10687, FogCoordPointer_remap_index },
8319   { 10625, FogCoordd_remap_index },
8320   { 10655, FogCoorddv_remap_index },
8321   { 10731, MultiDrawArrays_remap_index },
8322   { 10826, PointParameterf_remap_index },
8323   { 10912, PointParameterfv_remap_index },
8324   { 11002, PointParameteri_remap_index },
8325   { 11044, PointParameteriv_remap_index },
8326   { 11088, SecondaryColor3b_remap_index },
8327   { 11134, SecondaryColor3bv_remap_index },
8328   { 11180, SecondaryColor3d_remap_index },
8329   { 11226, SecondaryColor3dv_remap_index },
8330   { 11364, SecondaryColor3i_remap_index },
8331   { 11410, SecondaryColor3iv_remap_index },
8332   { 11456, SecondaryColor3s_remap_index },
8333   { 11502, SecondaryColor3sv_remap_index },
8334   { 11548, SecondaryColor3ub_remap_index },
8335   { 11596, SecondaryColor3ubv_remap_index },
8336   { 11644, SecondaryColor3ui_remap_index },
8337   { 11692, SecondaryColor3uiv_remap_index },
8338   { 11740, SecondaryColor3us_remap_index },
8339   { 11788, SecondaryColor3usv_remap_index },
8340   { 11836, SecondaryColorPointer_remap_index },
8341   { 11893, WindowPos2d_remap_index },
8342   { 11946, WindowPos2dv_remap_index },
8343   { 12001, WindowPos2f_remap_index },
8344   { 12054, WindowPos2fv_remap_index },
8345   { 12109, WindowPos2i_remap_index },
8346   { 12162, WindowPos2iv_remap_index },
8347   { 12217, WindowPos2s_remap_index },
8348   { 12270, WindowPos2sv_remap_index },
8349   { 12325, WindowPos3d_remap_index },
8350   { 12379, WindowPos3dv_remap_index },
8351   { 12434, WindowPos3f_remap_index },
8352   { 12488, WindowPos3fv_remap_index },
8353   { 12543, WindowPos3i_remap_index },
8354   { 12597, WindowPos3iv_remap_index },
8355   { 12652, WindowPos3s_remap_index },
8356   { 12706, WindowPos3sv_remap_index },
8357   { 13385, BeginQuery_remap_index },
8358   { 12761, BindBuffer_remap_index },
8359   { 12794, BufferData_remap_index },
8360   { 12829, BufferSubData_remap_index },
8361   { 12870, DeleteBuffers_remap_index },
8362   { 13288, DeleteQueries_remap_index },
8363   { 13434, EndQuery_remap_index },
8364   { 12909, GenBuffers_remap_index },
8365   { 13239, GenQueries_remap_index },
8366   { 12942, GetBufferParameteriv_remap_index },
8367   { 12996, GetBufferPointerv_remap_index },
8368   { 13067, GetBufferSubData_remap_index },
8369   { 13526, GetQueryObjectiv_remap_index },
8370   { 13594, GetQueryObjectuiv_remap_index },
8371   { 13476, GetQueryiv_remap_index },
8372   { 13114, IsBuffer_remap_index },
8373   { 13346, IsQuery_remap_index },
8374   { 13142, MapBuffer_remap_index },
8375   { 13188, UnmapBuffer_remap_index },
8376   { 13962, AttachShader_remap_index },
8377   { 13981, BindAttribLocation_remap_index },
8378   { 13665, BlendEquationSeparate_remap_index },
8379   { 14031, CompileShader_remap_index },
8380   { 14069, CreateProgram_remap_index },
8381   { 14087, CreateShader_remap_index },
8382   { 14105, DeleteProgram_remap_index },
8383   { 14124, DeleteShader_remap_index },
8384   { 14142, DetachShader_remap_index },
8385   { 14161, DisableVertexAttribArray_remap_index },
8386   { 13774, DrawBuffers_remap_index },
8387   { 14221, EnableVertexAttribArray_remap_index },
8388   { 14279, GetActiveAttrib_remap_index },
8389   { 14327, GetActiveUniform_remap_index },
8390   { 14377, GetAttachedShaders_remap_index },
8391   { 14404, GetAttribLocation_remap_index },
8392   { 14471, GetProgramInfoLog_remap_index },
8393   { 14451, GetProgramiv_remap_index },
8394   { 14516, GetShaderInfoLog_remap_index },
8395   { 14541, GetShaderSource_remap_index },
8396   { 14497, GetShaderiv_remap_index },
8397   { 14586, GetUniformLocation_remap_index },
8398   { 14635, GetUniformfv_remap_index },
8399   { 14673, GetUniformiv_remap_index },
8400   { 14855, GetVertexAttribPointerv_remap_index },
8401   { 14711, GetVertexAttribdv_remap_index },
8402   { 14759, GetVertexAttribfv_remap_index },
8403   { 14807, GetVertexAttribiv_remap_index },
8404   { 14943, IsProgram_remap_index },
8405   { 14958, IsShader_remap_index },
8406   { 14972, LinkProgram_remap_index },
8407   { 15006, ShaderSource_remap_index },
8408   { 13859, StencilFuncSeparate_remap_index },
8409   { 13936, StencilMaskSeparate_remap_index },
8410   { 13887, StencilOpSeparate_remap_index },
8411   { 15083, Uniform1f_remap_index },
8412   { 15343, Uniform1fv_remap_index },
8413   { 15213, Uniform1i_remap_index },
8414   { 15479, Uniform1iv_remap_index },
8415   { 15114, Uniform2f_remap_index },
8416   { 15377, Uniform2fv_remap_index },
8417   { 15244, Uniform2i_remap_index },
8418   { 15513, Uniform2iv_remap_index },
8419   { 15146, Uniform3f_remap_index },
8420   { 15411, Uniform3fv_remap_index },
8421   { 15276, Uniform3i_remap_index },
8422   { 15547, Uniform3iv_remap_index },
8423   { 15179, Uniform4f_remap_index },
8424   { 15445, Uniform4fv_remap_index },
8425   { 15309, Uniform4i_remap_index },
8426   { 15581, Uniform4iv_remap_index },
8427   { 15615, UniformMatrix2fv_remap_index },
8428   { 15662, UniformMatrix3fv_remap_index },
8429   { 15709, UniformMatrix4fv_remap_index },
8430   { 15045, UseProgram_remap_index },
8431   { 15756, ValidateProgram_remap_index },
8432   { 15798, VertexAttrib1d_remap_index },
8433   { 15839, VertexAttrib1dv_remap_index },
8434   { 15966, VertexAttrib1s_remap_index },
8435   { 16007, VertexAttrib1sv_remap_index },
8436   { 16050, VertexAttrib2d_remap_index },
8437   { 16092, VertexAttrib2dv_remap_index },
8438   { 16220, VertexAttrib2s_remap_index },
8439   { 16262, VertexAttrib2sv_remap_index },
8440   { 16305, VertexAttrib3d_remap_index },
8441   { 16348, VertexAttrib3dv_remap_index },
8442   { 16477, VertexAttrib3s_remap_index },
8443   { 16520, VertexAttrib3sv_remap_index },
8444   { 16563, VertexAttrib4Nbv_remap_index },
8445   { 16608, VertexAttrib4Niv_remap_index },
8446   { 16653, VertexAttrib4Nsv_remap_index },
8447   { 16698, VertexAttrib4Nub_remap_index },
8448   { 16746, VertexAttrib4Nubv_remap_index },
8449   { 16793, VertexAttrib4Nuiv_remap_index },
8450   { 16840, VertexAttrib4Nusv_remap_index },
8451   { 16887, VertexAttrib4bv_remap_index },
8452   { 16930, VertexAttrib4d_remap_index },
8453   { 16974, VertexAttrib4dv_remap_index },
8454   { 17104, VertexAttrib4iv_remap_index },
8455   { 17147, VertexAttrib4s_remap_index },
8456   { 17191, VertexAttrib4sv_remap_index },
8457   { 17234, VertexAttrib4ubv_remap_index },
8458   { 17279, VertexAttrib4uiv_remap_index },
8459   { 17324, VertexAttrib4usv_remap_index },
8460   { 17369, VertexAttribPointer_remap_index },
8461   { 17424, UniformMatrix2x3fv_remap_index },
8462   { 17478, UniformMatrix2x4fv_remap_index },
8463   { 17451, UniformMatrix3x2fv_remap_index },
8464   { 17532, UniformMatrix3x4fv_remap_index },
8465   { 17505, UniformMatrix4x2fv_remap_index },
8466   { 17559, UniformMatrix4x3fv_remap_index },
8467   { 58913, BeginConditionalRender_remap_index },
8468   { 58581, BeginTransformFeedback_remap_index },
8469   { 58734, BindBufferBase_remap_index },
8470   { 58688, BindBufferRange_remap_index },
8471   { 58373, BindFragDataLocation_remap_index },
8472   { 18971, ClampColor_remap_index },
8473   { 58542, ClearBufferfi_remap_index },
8474   { 58521, ClearBufferfv_remap_index },
8475   { 58478, ClearBufferiv_remap_index },
8476   { 58499, ClearBufferuiv_remap_index },
8477   { 49163, ColorMaski_remap_index },
8478   { 49386, Disablei_remap_index },
8479   { 49327, Enablei_remap_index },
8480   { 58969, EndConditionalRender_remap_index },
8481   { 58637, EndTransformFeedback_remap_index },
8482   { 49237, GetBooleani_v_remap_index },
8483   { 58427, GetFragDataLocation_remap_index },
8484   { 49282, GetIntegeri_v_remap_index },
8485   { 58564, GetStringi_remap_index },
8486   { 56826, GetTexParameterIiv_remap_index },
8487   { 56900, GetTexParameterIuiv_remap_index },
8488   { 58841, GetTransformFeedbackVarying_remap_index },
8489   { 58333, GetUniformuiv_remap_index },
8490   { 57949, GetVertexAttribIiv_remap_index },
8491   { 57999, GetVertexAttribIuiv_remap_index },
8492   { 49449, IsEnabledi_remap_index },
8493   { 56693, TexParameterIiv_remap_index },
8494   { 56758, TexParameterIuiv_remap_index },
8495   { 58776, TransformFeedbackVaryings_remap_index },
8496   { 58051, Uniform1ui_remap_index },
8497   { 58189, Uniform1uiv_remap_index },
8498   { 58084, Uniform2ui_remap_index },
8499   { 58225, Uniform2uiv_remap_index },
8500   { 58118, Uniform3ui_remap_index },
8501   { 58261, Uniform3uiv_remap_index },
8502   { 58153, Uniform4ui_remap_index },
8503   { 58297, Uniform4uiv_remap_index },
8504   { 57341, VertexAttribI1iv_remap_index },
8505   { 57521, VertexAttribI1uiv_remap_index },
8506   { 57709, VertexAttribI4bv_remap_index },
8507   { 57754, VertexAttribI4sv_remap_index },
8508   { 57799, VertexAttribI4ubv_remap_index },
8509   { 57846, VertexAttribI4usv_remap_index },
8510   { 57893, VertexAttribIPointer_remap_index },
8511   { 59019, PrimitiveRestartIndex_remap_index },
8512   { 20791, TexBuffer_remap_index },
8513   { 59125, FramebufferTexture_remap_index },
8514   { 59095, GetBufferParameteri64v_remap_index },
8515   { 59072, GetInteger64i_v_remap_index },
8516   { 20598, VertexAttribDivisor_remap_index },
8517   { 22358, MinSampleShading_remap_index },
8518   { 61575, MemoryBarrierByRegion_remap_index },
8519   { 18003, BindProgramARB_remap_index },
8520   { 18040, DeleteProgramsARB_remap_index },
8521   { 18083, GenProgramsARB_remap_index },
8522   { 18526, GetProgramEnvParameterdvARB_remap_index },
8523   { 18561, GetProgramEnvParameterfvARB_remap_index },
8524   { 18596, GetProgramLocalParameterdvARB_remap_index },
8525   { 18633, GetProgramLocalParameterfvARB_remap_index },
8526   { 18693, GetProgramStringARB_remap_index },
8527   { 18670, GetProgramivARB_remap_index },
8528   { 18120, IsProgramARB_remap_index },
8529   { 18152, ProgramEnvParameter4dARB_remap_index },
8530   { 18210, ProgramEnvParameter4dvARB_remap_index },
8531   { 18267, ProgramEnvParameter4fARB_remap_index },
8532   { 18325, ProgramEnvParameter4fvARB_remap_index },
8533   { 18382, ProgramLocalParameter4dARB_remap_index },
8534   { 18419, ProgramLocalParameter4dvARB_remap_index },
8535   { 18454, ProgramLocalParameter4fARB_remap_index },
8536   { 18491, ProgramLocalParameter4fvARB_remap_index },
8537   { 17978, ProgramStringARB_remap_index },
8538   { 15882, VertexAttrib1fARB_remap_index },
8539   { 15923, VertexAttrib1fvARB_remap_index },
8540   { 16135, VertexAttrib2fARB_remap_index },
8541   { 16177, VertexAttrib2fvARB_remap_index },
8542   { 16391, VertexAttrib3fARB_remap_index },
8543   { 16434, VertexAttrib3fvARB_remap_index },
8544   { 17017, VertexAttrib4fARB_remap_index },
8545   { 17061, VertexAttrib4fvARB_remap_index },
8546   { 18835, AttachObjectARB_remap_index },
8547   { 18808, CreateProgramObjectARB_remap_index },
8548   { 18781, CreateShaderObjectARB_remap_index },
8549   { 18720, DeleteObjectARB_remap_index },
8550   { 18759, DetachObjectARB_remap_index },
8551   { 18941, GetAttachedObjectsARB_remap_index },
8552   { 18741, GetHandleARB_remap_index },
8553   { 18919, GetInfoLogARB_remap_index },
8554   { 18857, GetObjectParameterfvARB_remap_index },
8555   { 18888, GetObjectParameterivARB_remap_index },
8556   { 19004, DrawArraysInstancedARB_remap_index },
8557   { 19082, DrawElementsInstancedARB_remap_index },
8558   { 19724, BindFramebuffer_remap_index },
8559   { 19227, BindRenderbuffer_remap_index },
8560   { 20487, BlitFramebuffer_remap_index },
8561   { 19904, CheckFramebufferStatus_remap_index },
8562   { 19767, DeleteFramebuffers_remap_index },
8563   { 19272, DeleteRenderbuffers_remap_index },
8564   { 20271, FramebufferRenderbuffer_remap_index },
8565   { 19988, FramebufferTexture1D_remap_index },
8566   { 20044, FramebufferTexture2D_remap_index },
8567   { 20126, FramebufferTexture3D_remap_index },
8568   { 20209, FramebufferTextureLayer_remap_index },
8569   { 19840, GenFramebuffers_remap_index },
8570   { 19348, GenRenderbuffers_remap_index },
8571   { 20538, GenerateMipmap_remap_index },
8572   { 20361, GetFramebufferAttachmentParameteriv_remap_index },
8573   { 19569, GetRenderbufferParameteriv_remap_index },
8574   { 19667, IsFramebuffer_remap_index },
8575   { 19167, IsRenderbuffer_remap_index },
8576   { 19415, RenderbufferStorage_remap_index },
8577   { 19493, RenderbufferStorageMultisample_remap_index },
8578   { 20733, FlushMappedBufferRange_remap_index },
8579   { 20690, MapBufferRange_remap_index },
8580   { 20853, BindVertexArray_remap_index },
8581   { 20895, DeleteVertexArrays_remap_index },
8582   { 20944, GenVertexArrays_remap_index },
8583   { 20987, IsVertexArray_remap_index },
8584   { 21169, GetActiveUniformBlockName_remap_index },
8585   { 21137, GetActiveUniformBlockiv_remap_index },
8586   { 21080, GetActiveUniformName_remap_index },
8587   { 21051, GetActiveUniformsiv_remap_index },
8588   { 21110, GetUniformBlockIndex_remap_index },
8589   { 21025, GetUniformIndices_remap_index },
8590   { 21204, UniformBlockBinding_remap_index },
8591   { 21231, CopyBufferSubData_remap_index },
8592   { 21682, ClientWaitSync_remap_index },
8593   { 21666, DeleteSync_remap_index },
8594   { 21638, FenceSync_remap_index },
8595   { 21720, GetInteger64v_remap_index },
8596   { 21759, GetSynciv_remap_index },
8597   { 21654, IsSync_remap_index },
8598   { 21704, WaitSync_remap_index },
8599   { 21258, DrawElementsBaseVertex_remap_index },
8600   { 21522, DrawElementsInstancedBaseVertex_remap_index },
8601   { 21346, DrawRangeElementsBaseVertex_remap_index },
8602   { 21451, MultiDrawElementsBaseVertex_remap_index },
8603   { 49121, ProvokingVertex_remap_index },
8604   { 21843, GetMultisamplefv_remap_index },
8605   { 21867, SampleMaski_remap_index },
8606   { 21778, TexImage2DMultisample_remap_index },
8607   { 21810, TexImage3DMultisample_remap_index },
8608   { 21992, BlendEquationSeparateiARB_remap_index },
8609   { 21885, BlendEquationiARB_remap_index },
8610   { 22228, BlendFuncSeparateiARB_remap_index },
8611   { 22140, BlendFunciARB_remap_index },
8612   { 22585, BindFragDataLocationIndexed_remap_index },
8613   { 22654, GetFragDataIndex_remap_index },
8614   { 22753, BindSampler_remap_index },
8615   { 22717, DeleteSamplers_remap_index },
8616   { 22699, GenSamplers_remap_index },
8617   { 23088, GetSamplerParameterIiv_remap_index },
8618   { 23174, GetSamplerParameterIuiv_remap_index },
8619   { 23059, GetSamplerParameterfv_remap_index },
8620   { 23030, GetSamplerParameteriv_remap_index },
8621   { 22738, IsSampler_remap_index },
8622   { 22873, SamplerParameterIiv_remap_index },
8623   { 22950, SamplerParameterIuiv_remap_index },
8624   { 22796, SamplerParameterf_remap_index },
8625   { 22847, SamplerParameterfv_remap_index },
8626   { 22771, SamplerParameteri_remap_index },
8627   { 22821, SamplerParameteriv_remap_index },
8628   { 23263, GetQueryObjecti64v_remap_index },
8629   { 23313, GetQueryObjectui64v_remap_index },
8630   { 23365, QueryCounter_remap_index },
8631   { 23902, ColorP3ui_remap_index },
8632   { 23934, ColorP3uiv_remap_index },
8633   { 23918, ColorP4ui_remap_index },
8634   { 23951, ColorP4uiv_remap_index },
8635   { 23663, MultiTexCoordP1ui_remap_index },
8636   { 23763, MultiTexCoordP1uiv_remap_index },
8637   { 23688, MultiTexCoordP2ui_remap_index },
8638   { 23789, MultiTexCoordP2uiv_remap_index },
8639   { 23713, MultiTexCoordP3ui_remap_index },
8640   { 23815, MultiTexCoordP3uiv_remap_index },
8641   { 23738, MultiTexCoordP4ui_remap_index },
8642   { 23841, MultiTexCoordP4uiv_remap_index },
8643   { 23867, NormalP3ui_remap_index },
8644   { 23884, NormalP3uiv_remap_index },
8645   { 23968, SecondaryColorP3ui_remap_index },
8646   { 23993, SecondaryColorP3uiv_remap_index },
8647   { 23507, TexCoordP1ui_remap_index },
8648   { 23583, TexCoordP1uiv_remap_index },
8649   { 23526, TexCoordP2ui_remap_index },
8650   { 23603, TexCoordP2uiv_remap_index },
8651   { 23545, TexCoordP3ui_remap_index },
8652   { 23623, TexCoordP3uiv_remap_index },
8653   { 23564, TexCoordP4ui_remap_index },
8654   { 23643, TexCoordP4uiv_remap_index },
8655   { 24019, VertexAttribP1ui_remap_index },
8656   { 24119, VertexAttribP1uiv_remap_index },
8657   { 24044, VertexAttribP2ui_remap_index },
8658   { 24145, VertexAttribP2uiv_remap_index },
8659   { 24069, VertexAttribP3ui_remap_index },
8660   { 24171, VertexAttribP3uiv_remap_index },
8661   { 24094, VertexAttribP4ui_remap_index },
8662   { 24197, VertexAttribP4uiv_remap_index },
8663   { 23402, VertexP2ui_remap_index },
8664   { 23453, VertexP2uiv_remap_index },
8665   { 23419, VertexP3ui_remap_index },
8666   { 23471, VertexP3uiv_remap_index },
8667   { 23436, VertexP4ui_remap_index },
8668   { 23489, VertexP4uiv_remap_index },
8669   { 24571, DrawArraysIndirect_remap_index },
8670   { 24596, DrawElementsIndirect_remap_index },
8671   { 25130, GetUniformdv_remap_index },
8672   { 24751, Uniform1d_remap_index },
8673   { 24821, Uniform1dv_remap_index },
8674   { 24767, Uniform2d_remap_index },
8675   { 24839, Uniform2dv_remap_index },
8676   { 24784, Uniform3d_remap_index },
8677   { 24857, Uniform3dv_remap_index },
8678   { 24802, Uniform4d_remap_index },
8679   { 24875, Uniform4dv_remap_index },
8680   { 24893, UniformMatrix2dv_remap_index },
8681   { 24968, UniformMatrix2x3dv_remap_index },
8682   { 24995, UniformMatrix2x4dv_remap_index },
8683   { 24918, UniformMatrix3dv_remap_index },
8684   { 25022, UniformMatrix3x2dv_remap_index },
8685   { 25049, UniformMatrix3x4dv_remap_index },
8686   { 24943, UniformMatrix4dv_remap_index },
8687   { 25076, UniformMatrix4x2dv_remap_index },
8688   { 25103, UniformMatrix4x3dv_remap_index },
8689   { 24364, GetActiveSubroutineName_remap_index },
8690   { 24323, GetActiveSubroutineUniformName_remap_index },
8691   { 24285, GetActiveSubroutineUniformiv_remap_index },
8692   { 24458, GetProgramStageiv_remap_index },
8693   { 24259, GetSubroutineIndex_remap_index },
8694   { 24223, GetSubroutineUniformLocation_remap_index },
8695   { 24427, GetUniformSubroutineuiv_remap_index },
8696   { 24398, UniformSubroutinesuiv_remap_index },
8697   { 24548, PatchParameterfv_remap_index },
8698   { 24484, PatchParameteri_remap_index },
8699   { 59251, BindTransformFeedback_remap_index },
8700   { 59279, DeleteTransformFeedbacks_remap_index },
8701   { 59418, DrawTransformFeedback_remap_index },
8702   { 59310, GenTransformFeedbacks_remap_index },
8703   { 59338, IsTransformFeedback_remap_index },
8704   { 59363, PauseTransformFeedback_remap_index },
8705   { 59390, ResumeTransformFeedback_remap_index },
8706   { 26153, BeginQueryIndexed_remap_index },
8707   { 26118, DrawTransformFeedbackStream_remap_index },
8708   { 26178, EndQueryIndexed_remap_index },
8709   { 26200, GetQueryIndexediv_remap_index },
8710   { 29104, ClearDepthf_remap_index },
8711   { 29138, DepthRangef_remap_index },
8712   { 29023, GetShaderPrecisionFormat_remap_index },
8713   { 29056, ReleaseShaderCompiler_remap_index },
8714   { 29082, ShaderBinary_remap_index },
8715   { 29173, GetProgramBinary_remap_index },
8716   { 29221, ProgramBinary_remap_index },
8717   { 29262, ProgramParameteri_remap_index },
8718   { 28928, GetVertexAttribLdv_remap_index },
8719   { 28514, VertexAttribL1d_remap_index },
8720   { 28692, VertexAttribL1dv_remap_index },
8721   { 28557, VertexAttribL2d_remap_index },
8722   { 28737, VertexAttribL2dv_remap_index },
8723   { 28601, VertexAttribL3d_remap_index },
8724   { 28782, VertexAttribL3dv_remap_index },
8725   { 28646, VertexAttribL4d_remap_index },
8726   { 28827, VertexAttribL4dv_remap_index },
8727   { 28872, VertexAttribLPointer_remap_index },
8728   { 41049, DepthRangeArrayv_remap_index },
8729   { 41073, DepthRangeIndexed_remap_index },
8730   { 41173, GetDoublei_v_remap_index },
8731   { 41098, GetFloati_v_remap_index },
8732   { 40922, ScissorArrayv_remap_index },
8733   { 40962, ScissorIndexed_remap_index },
8734   { 41006, ScissorIndexedv_remap_index },
8735   { 40785, ViewportArrayv_remap_index },
8736   { 40827, ViewportIndexedf_remap_index },
8737   { 40875, ViewportIndexedfv_remap_index },
8738   { 29625, GetGraphicsResetStatusARB_remap_index },
8739   { 30005, GetnColorTableARB_remap_index },
8740   { 30152, GetnCompressedTexImageARB_remap_index },
8741   { 30032, GetnConvolutionFilterARB_remap_index },
8742   { 30101, GetnHistogramARB_remap_index },
8743   { 29736, GetnMapdvARB_remap_index },
8744   { 29757, GetnMapfvARB_remap_index },
8745   { 29778, GetnMapivARB_remap_index },
8746   { 30128, GetnMinmaxARB_remap_index },
8747   { 29799, GetnPixelMapfvARB_remap_index },
8748   { 29824, GetnPixelMapuivARB_remap_index },
8749   { 29850, GetnPixelMapusvARB_remap_index },
8750   { 29876, GetnPolygonStippleARB_remap_index },
8751   { 30066, GetnSeparableFilterARB_remap_index },
8752   { 29904, GetnTexImageARB_remap_index },
8753   { 30407, GetnUniformdvARB_remap_index },
8754   { 30186, GetnUniformfvARB_remap_index },
8755   { 30265, GetnUniformivARB_remap_index },
8756   { 30344, GetnUniformuivARB_remap_index },
8757   { 29930, ReadnPixelsARB_remap_index },
8758   { 30432, DrawArraysInstancedBaseInstance_remap_index },
8759   { 30510, DrawElementsInstancedBaseInstance_remap_index },
8760   { 30593, DrawElementsInstancedBaseVertexBaseInstance_remap_index },
8761   { 30697, DrawTransformFeedbackInstanced_remap_index },
8762   { 30735, DrawTransformFeedbackStreamInstanced_remap_index },
8763   { 30780, GetInternalformativ_remap_index },
8764   { 30809, GetActiveAtomicCounterBufferiv_remap_index },
8765   { 30848, BindImageTexture_remap_index },
8766   { 30876, MemoryBarrier_remap_index },
8767   { 30914, TexStorage1D_remap_index },
8768   { 30935, TexStorage2D_remap_index },
8769   { 30957, TexStorage3D_remap_index },
8770   { 30980, TextureStorage1DEXT_remap_index },
8771   { 31009, TextureStorage2DEXT_remap_index },
8772   { 31039, TextureStorage3DEXT_remap_index },
8773   { 31322, ClearBufferData_remap_index },
8774   { 31347, ClearBufferSubData_remap_index },
8775   { 31448, DispatchCompute_remap_index },
8776   { 31471, DispatchComputeIndirect_remap_index },
8777   { 31500, CopyImageSubData_remap_index },
8778   { 31580, TextureView_remap_index },
8779   { 31638, BindVertexBuffer_remap_index },
8780   { 31747, VertexAttribBinding_remap_index },
8781   { 31663, VertexAttribFormat_remap_index },
8782   { 31691, VertexAttribIFormat_remap_index },
8783   { 31719, VertexAttribLFormat_remap_index },
8784   { 31773, VertexBindingDivisor_remap_index },
8785   { 32052, FramebufferParameteri_remap_index },
8786   { 32081, GetFramebufferParameteriv_remap_index },
8787   { 32192, GetInternalformati64v_remap_index },
8788   { 24624, MultiDrawArraysIndirect_remap_index },
8789   { 24685, MultiDrawElementsIndirect_remap_index },
8790   { 32404, GetProgramInterfaceiv_remap_index },
8791   { 32434, GetProgramResourceIndex_remap_index },
8792   { 32531, GetProgramResourceLocation_remap_index },
8793   { 32565, GetProgramResourceLocationIndex_remap_index },
8794   { 32465, GetProgramResourceName_remap_index },
8795   { 32498, GetProgramResourceiv_remap_index },
8796   { 32641, ShaderStorageBlockBinding_remap_index },
8797   { 32674, TexBufferRange_remap_index },
8798   { 32770, TexStorage2DMultisample_remap_index },
8799   { 32804, TexStorage3DMultisample_remap_index },
8800   { 32953, BufferStorage_remap_index },
8801   { 33024, ClearTexImage_remap_index },
8802   { 33066, ClearTexSubImage_remap_index },
8803   { 33120, BindBuffersBase_remap_index },
8804   { 33144, BindBuffersRange_remap_index },
8805   { 33211, BindImageTextures_remap_index },
8806   { 33191, BindSamplers_remap_index },
8807   { 33171, BindTextures_remap_index },
8808   { 33236, BindVertexBuffers_remap_index },
8809   { 33392, GetImageHandleARB_remap_index },
8810   { 33263, GetTextureHandleARB_remap_index },
8811   { 33288, GetTextureSamplerHandleARB_remap_index },
8812   { 33734, GetVertexAttribLui64vARB_remap_index },
8813   { 33647, IsImageHandleResidentARB_remap_index },
8814   { 33615, IsTextureHandleResidentARB_remap_index },
8815   { 33452, MakeImageHandleNonResidentARB_remap_index },
8816   { 33419, MakeImageHandleResidentARB_remap_index },
8817   { 33355, MakeTextureHandleNonResidentARB_remap_index },
8818   { 33321, MakeTextureHandleResidentARB_remap_index },
8819   { 33543, ProgramUniformHandleui64ARB_remap_index },
8820   { 33578, ProgramUniformHandleui64vARB_remap_index },
8821   { 33487, UniformHandleui64ARB_remap_index },
8822   { 33514, UniformHandleui64vARB_remap_index },
8823   { 33677, VertexAttribL1ui64ARB_remap_index },
8824   { 33705, VertexAttribL1ui64vARB_remap_index },
8825   { 33766, DispatchComputeGroupSizeARB_remap_index },
8826   { 33804, MultiDrawArraysIndirectCountARB_remap_index },
8827   { 33876, MultiDrawElementsIndirectCountARB_remap_index },
8828   { 33953, ClipControl_remap_index },
8829   { 36147, BindTextureUnit_remap_index },
8830   { 35119, BlitNamedFramebuffer_remap_index },
8831   { 35156, CheckNamedFramebufferStatus_remap_index },
8832   { 34318, ClearNamedBufferData_remap_index },
8833   { 34348, ClearNamedBufferSubData_remap_index },
8834   { 35086, ClearNamedFramebufferfi_remap_index },
8835   { 35054, ClearNamedFramebufferfv_remap_index },
8836   { 34989, ClearNamedFramebufferiv_remap_index },
8837   { 35021, ClearNamedFramebufferuiv_remap_index },
8838   { 35739, CompressedTextureSubImage1D_remap_index },
8839   { 35778, CompressedTextureSubImage2D_remap_index },
8840   { 35819, CompressedTextureSubImage3D_remap_index },
8841   { 34286, CopyNamedBufferSubData_remap_index },
8842   { 35862, CopyTextureSubImage1D_remap_index },
8843   { 35894, CopyTextureSubImage2D_remap_index },
8844   { 35928, CopyTextureSubImage3D_remap_index },
8845   { 34188, CreateBuffers_remap_index },
8846   { 34639, CreateFramebuffers_remap_index },
8847   { 36881, CreateProgramPipelines_remap_index },
8848   { 36910, CreateQueries_remap_index },
8849   { 35277, CreateRenderbuffers_remap_index },
8850   { 36860, CreateSamplers_remap_index },
8851   { 35420, CreateTextures_remap_index },
8852   { 33988, CreateTransformFeedbacks_remap_index },
8853   { 36418, CreateVertexArrays_remap_index },
8854   { 36443, DisableVertexArrayAttrib_remap_index },
8855   { 36474, EnableVertexArrayAttrib_remap_index },
8856   { 34476, FlushMappedNamedBufferRange_remap_index },
8857   { 36120, GenerateTextureMipmap_remap_index },
8858   { 36195, GetCompressedTextureImage_remap_index },
8859   { 34544, GetNamedBufferParameteri64v_remap_index },
8860   { 34511, GetNamedBufferParameteriv_remap_index },
8861   { 34579, GetNamedBufferPointerv_remap_index },
8862   { 34609, GetNamedBufferSubData_remap_index },
8863   { 35228, GetNamedFramebufferAttachmentParameteriv_remap_index },
8864   { 35190, GetNamedFramebufferParameteriv_remap_index },
8865   { 35381, GetNamedRenderbufferParameteriv_remap_index },
8866   { 36994, GetQueryBufferObjecti64v_remap_index },
8867   { 36931, GetQueryBufferObjectiv_remap_index },
8868   { 37027, GetQueryBufferObjectui64v_remap_index },
8869   { 36962, GetQueryBufferObjectuiv_remap_index },
8870   { 36169, GetTextureImage_remap_index },
8871   { 36229, GetTextureLevelParameterfv_remap_index },
8872   { 36264, GetTextureLevelParameteriv_remap_index },
8873   { 36328, GetTextureParameterIiv_remap_index },
8874   { 36358, GetTextureParameterIuiv_remap_index },
8875   { 36299, GetTextureParameterfv_remap_index },
8876   { 36389, GetTextureParameteriv_remap_index },
8877   { 34154, GetTransformFeedbacki64_v_remap_index },
8878   { 34122, GetTransformFeedbacki_v_remap_index },
8879   { 34092, GetTransformFeedbackiv_remap_index },
8880   { 36826, GetVertexArrayIndexed64iv_remap_index },
8881   { 36794, GetVertexArrayIndexediv_remap_index },
8882   { 36770, GetVertexArrayiv_remap_index },
8883   { 34906, InvalidateNamedFramebufferData_remap_index },
8884   { 34944, InvalidateNamedFramebufferSubData_remap_index },
8885   { 34383, MapNamedBuffer_remap_index },
8886   { 34404, MapNamedBufferRange_remap_index },
8887   { 34235, NamedBufferData_remap_index },
8888   { 34208, NamedBufferStorage_remap_index },
8889   { 34259, NamedBufferSubData_remap_index },
8890   { 34805, NamedFramebufferDrawBuffer_remap_index },
8891   { 34838, NamedFramebufferDrawBuffers_remap_index },
8892   { 34701, NamedFramebufferParameteri_remap_index },
8893   { 34873, NamedFramebufferReadBuffer_remap_index },
8894   { 34664, NamedFramebufferRenderbuffer_remap_index },
8895   { 34735, NamedFramebufferTexture_remap_index },
8896   { 34767, NamedFramebufferTextureLayer_remap_index },
8897   { 35303, NamedRenderbufferStorage_remap_index },
8898   { 35336, NamedRenderbufferStorageMultisample_remap_index },
8899   { 35442, TextureBuffer_remap_index },
8900   { 35463, TextureBufferRange_remap_index },
8901   { 36039, TextureParameterIiv_remap_index },
8902   { 36066, TextureParameterIuiv_remap_index },
8903   { 35963, TextureParameterf_remap_index },
8904   { 35988, TextureParameterfv_remap_index },
8905   { 36014, TextureParameteri_remap_index },
8906   { 36094, TextureParameteriv_remap_index },
8907   { 35491, TextureStorage1D_remap_index },
8908   { 35516, TextureStorage2D_remap_index },
8909   { 35569, TextureStorage2DMultisample_remap_index },
8910   { 35542, TextureStorage3D_remap_index },
8911   { 35607, TextureStorage3DMultisample_remap_index },
8912   { 35646, TextureSubImage1D_remap_index },
8913   { 35675, TextureSubImage2D_remap_index },
8914   { 35706, TextureSubImage3D_remap_index },
8915   { 34019, TransformFeedbackBufferBase_remap_index },
8916   { 34054, TransformFeedbackBufferRange_remap_index },
8917   { 34432, UnmapNamedBufferEXT_remap_index },
8918   { 36705, VertexArrayAttribBinding_remap_index },
8919   { 36603, VertexArrayAttribFormat_remap_index },
8920   { 36637, VertexArrayAttribIFormat_remap_index },
8921   { 36671, VertexArrayAttribLFormat_remap_index },
8922   { 36737, VertexArrayBindingDivisor_remap_index },
8923   { 36504, VertexArrayElementBuffer_remap_index },
8924   { 36535, VertexArrayVertexBuffer_remap_index },
8925   { 36568, VertexArrayVertexBuffers_remap_index },
8926   { 37096, GetCompressedTextureSubImage_remap_index },
8927   { 37061, GetTextureSubImage_remap_index },
8928   { 37177, BufferPageCommitmentARB_remap_index },
8929   { 37246, NamedBufferPageCommitmentARB_remap_index },
8930   { 38073, GetUniformi64vARB_remap_index },
8931   { 38117, GetUniformui64vARB_remap_index },
8932   { 38163, GetnUniformi64vARB_remap_index },
8933   { 38190, GetnUniformui64vARB_remap_index },
8934   { 38218, ProgramUniform1i64ARB_remap_index },
8935   { 38432, ProgramUniform1i64vARB_remap_index },
8936   { 38652, ProgramUniform1ui64ARB_remap_index },
8937   { 38874, ProgramUniform1ui64vARB_remap_index },
8938   { 38270, ProgramUniform2i64ARB_remap_index },
8939   { 38487, ProgramUniform2i64vARB_remap_index },
8940   { 38706, ProgramUniform2ui64ARB_remap_index },
8941   { 38931, ProgramUniform2ui64vARB_remap_index },
8942   { 38323, ProgramUniform3i64ARB_remap_index },
8943   { 38542, ProgramUniform3i64vARB_remap_index },
8944   { 38761, ProgramUniform3ui64ARB_remap_index },
8945   { 38988, ProgramUniform3ui64vARB_remap_index },
8946   { 38377, ProgramUniform4i64ARB_remap_index },
8947   { 38597, ProgramUniform4i64vARB_remap_index },
8948   { 38817, ProgramUniform4ui64ARB_remap_index },
8949   { 39045, ProgramUniform4ui64vARB_remap_index },
8950   { 37429, Uniform1i64ARB_remap_index },
8951   { 37583, Uniform1i64vARB_remap_index },
8952   { 37743, Uniform1ui64ARB_remap_index },
8953   { 37905, Uniform1ui64vARB_remap_index },
8954   { 37466, Uniform2i64ARB_remap_index },
8955   { 37623, Uniform2i64vARB_remap_index },
8956   { 37782, Uniform2ui64ARB_remap_index },
8957   { 37947, Uniform2ui64vARB_remap_index },
8958   { 37504, Uniform3i64ARB_remap_index },
8959   { 37663, Uniform3i64vARB_remap_index },
8960   { 37822, Uniform3ui64ARB_remap_index },
8961   { 37989, Uniform3ui64vARB_remap_index },
8962   { 37543, Uniform4i64ARB_remap_index },
8963   { 37703, Uniform4i64vARB_remap_index },
8964   { 37863, Uniform4ui64ARB_remap_index },
8965   { 38031, Uniform4ui64vARB_remap_index },
8966   { 44972, EvaluateDepthValuesARB_remap_index },
8967   { 44816, FramebufferSampleLocationsfvARB_remap_index },
8968   { 44889, NamedFramebufferSampleLocationsfvARB_remap_index },
8969   { 39165, SpecializeShaderARB_remap_index },
8970   { 32313, InvalidateBufferData_remap_index },
8971   { 32282, InvalidateBufferSubData_remap_index },
8972   { 32375, InvalidateFramebuffer_remap_index },
8973   { 32339, InvalidateSubFramebuffer_remap_index },
8974   { 32257, InvalidateTexImage_remap_index },
8975   { 32223, InvalidateTexSubImage_remap_index },
8976   { 63170, DrawTexfOES_remap_index },
8977   { 63191, DrawTexfvOES_remap_index },
8978   { 63131, DrawTexiOES_remap_index },
8979   { 63152, DrawTexivOES_remap_index },
8980   { 63209, DrawTexsOES_remap_index },
8981   { 63230, DrawTexsvOES_remap_index },
8982   { 63248, DrawTexxOES_remap_index },
8983   { 63269, DrawTexxvOES_remap_index },
8984   { 63325, PointSizePointerOES_remap_index },
8985   { 63352, QueryMatrixxOES_remap_index },
8986   { 39640, SampleMaskSGIS_remap_index },
8987   { 39677, SamplePatternSGIS_remap_index },
8988   { 39719, ColorPointerEXT_remap_index },
8989   { 39744, EdgeFlagPointerEXT_remap_index },
8990   { 39770, IndexPointerEXT_remap_index },
8991   { 39794, NormalPointerEXT_remap_index },
8992   { 39819, TexCoordPointerEXT_remap_index },
8993   { 39847, VertexPointerEXT_remap_index },
8994   { 63374, DiscardFramebufferEXT_remap_index },
8995   { 26272, ActiveShaderProgram_remap_index },
8996   { 26377, BindProgramPipeline_remap_index },
8997   { 26323, CreateShaderProgramv_remap_index },
8998   { 26427, DeleteProgramPipelines_remap_index },
8999   { 26484, GenProgramPipelines_remap_index },
9000   { 28449, GetProgramPipelineInfoLog_remap_index },
9001   { 26581, GetProgramPipelineiv_remap_index },
9002   { 26535, IsProgramPipeline_remap_index },
9003   { 40695, LockArraysEXT_remap_index },
9004   { 25150, ProgramUniform1d_remap_index },
9005   { 25340, ProgramUniform1dv_remap_index },
9006   { 27023, ProgramUniform1f_remap_index },
9007   { 27613, ProgramUniform1fv_remap_index },
9008   { 26635, ProgramUniform1i_remap_index },
9009   { 27213, ProgramUniform1iv_remap_index },
9010   { 26825, ProgramUniform1ui_remap_index },
9011   { 27409, ProgramUniform1uiv_remap_index },
9012   { 25196, ProgramUniform2d_remap_index },
9013   { 25389, ProgramUniform2dv_remap_index },
9014   { 27069, ProgramUniform2f_remap_index },
9015   { 27662, ProgramUniform2fv_remap_index },
9016   { 26681, ProgramUniform2i_remap_index },
9017   { 27262, ProgramUniform2iv_remap_index },
9018   { 26873, ProgramUniform2ui_remap_index },
9019   { 27460, ProgramUniform2uiv_remap_index },
9020   { 25243, ProgramUniform3d_remap_index },
9021   { 25438, ProgramUniform3dv_remap_index },
9022   { 27116, ProgramUniform3f_remap_index },
9023   { 27711, ProgramUniform3fv_remap_index },
9024   { 26728, ProgramUniform3i_remap_index },
9025   { 27311, ProgramUniform3iv_remap_index },
9026   { 26922, ProgramUniform3ui_remap_index },
9027   { 27511, ProgramUniform3uiv_remap_index },
9028   { 25291, ProgramUniform4d_remap_index },
9029   { 25487, ProgramUniform4dv_remap_index },
9030   { 27164, ProgramUniform4f_remap_index },
9031   { 27760, ProgramUniform4fv_remap_index },
9032   { 26776, ProgramUniform4i_remap_index },
9033   { 27360, ProgramUniform4iv_remap_index },
9034   { 26972, ProgramUniform4ui_remap_index },
9035   { 27562, ProgramUniform4uiv_remap_index },
9036   { 25536, ProgramUniformMatrix2dv_remap_index },
9037   { 27809, ProgramUniformMatrix2fv_remap_index },
9038   { 25722, ProgramUniformMatrix2x3dv_remap_index },
9039   { 27995, ProgramUniformMatrix2x3fv_remap_index },
9040   { 25788, ProgramUniformMatrix2x4dv_remap_index },
9041   { 28127, ProgramUniformMatrix2x4fv_remap_index },
9042   { 25598, ProgramUniformMatrix3dv_remap_index },
9043   { 27871, ProgramUniformMatrix3fv_remap_index },
9044   { 25854, ProgramUniformMatrix3x2dv_remap_index },
9045   { 28061, ProgramUniformMatrix3x2fv_remap_index },
9046   { 25920, ProgramUniformMatrix3x4dv_remap_index },
9047   { 28259, ProgramUniformMatrix3x4fv_remap_index },
9048   { 25660, ProgramUniformMatrix4dv_remap_index },
9049   { 27933, ProgramUniformMatrix4fv_remap_index },
9050   { 25986, ProgramUniformMatrix4x2dv_remap_index },
9051   { 28193, ProgramUniformMatrix4x2fv_remap_index },
9052   { 26052, ProgramUniformMatrix4x3dv_remap_index },
9053   { 28325, ProgramUniformMatrix4x3fv_remap_index },
9054   { 40715, UnlockArraysEXT_remap_index },
9055   { 26226, UseProgramStages_remap_index },
9056   { 28391, ValidateProgramPipeline_remap_index },
9057   { 63403, FramebufferTexture2DMultisampleEXT_remap_index },
9058   { 29467, DebugMessageCallback_remap_index },
9059   { 29310, DebugMessageControl_remap_index },
9060   { 29390, DebugMessageInsert_remap_index },
9061   { 29546, GetDebugMessageLog_remap_index },
9062   { 31187, GetObjectLabel_remap_index },
9063   { 31273, GetObjectPtrLabel_remap_index },
9064   { 31150, ObjectLabel_remap_index },
9065   { 31231, ObjectPtrLabel_remap_index },
9066   { 31113, PopDebugGroup_remap_index },
9067   { 31070, PushDebugGroup_remap_index },
9068   { 11272, SecondaryColor3fEXT_remap_index },
9069   { 11318, SecondaryColor3fvEXT_remap_index },
9070   { 10776, MultiDrawElementsEXT_remap_index },
9071   { 10563, FogCoordfEXT_remap_index },
9072   { 10593, FogCoordfvEXT_remap_index },
9073   { 45587, ResizeBuffersMESA_remap_index },
9074   { 45609, WindowPos4dMESA_remap_index },
9075   { 45633, WindowPos4dvMESA_remap_index },
9076   { 45655, WindowPos4fMESA_remap_index },
9077   { 45679, WindowPos4fvMESA_remap_index },
9078   { 45701, WindowPos4iMESA_remap_index },
9079   { 45725, WindowPos4ivMESA_remap_index },
9080   { 45747, WindowPos4sMESA_remap_index },
9081   { 45771, WindowPos4svMESA_remap_index },
9082   { 45793, MultiModeDrawArraysIBM_remap_index },
9083   { 45825, MultiModeDrawElementsIBM_remap_index },
9084   { 46607, AreProgramsResidentNV_remap_index },
9085   { 46636, ExecuteProgramNV_remap_index },
9086   { 46660, GetProgramParameterdvNV_remap_index },
9087   { 46692, GetProgramParameterfvNV_remap_index },
9088   { 46746, GetProgramStringNV_remap_index },
9089   { 46724, GetProgramivNV_remap_index },
9090   { 46772, GetTrackMatrixivNV_remap_index },
9091   { 46799, GetVertexAttribdvNV_remap_index },
9092   { 46826, GetVertexAttribfvNV_remap_index },
9093   { 46853, GetVertexAttribivNV_remap_index },
9094   { 46880, LoadProgramNV_remap_index },
9095   { 46902, ProgramParameters4dvNV_remap_index },
9096   { 46933, ProgramParameters4fvNV_remap_index },
9097   { 46964, RequestResidentProgramsNV_remap_index },
9098   { 46996, TrackMatrixNV_remap_index },
9099   { 47437, VertexAttrib1dNV_remap_index },
9100   { 47460, VertexAttrib1dvNV_remap_index },
9101   { 47243, VertexAttrib1fNV_remap_index },
9102   { 47266, VertexAttrib1fvNV_remap_index },
9103   { 47049, VertexAttrib1sNV_remap_index },
9104   { 47072, VertexAttrib1svNV_remap_index },
9105   { 47484, VertexAttrib2dNV_remap_index },
9106   { 47508, VertexAttrib2dvNV_remap_index },
9107   { 47290, VertexAttrib2fNV_remap_index },
9108   { 47314, VertexAttrib2fvNV_remap_index },
9109   { 47096, VertexAttrib2sNV_remap_index },
9110   { 47120, VertexAttrib2svNV_remap_index },
9111   { 47532, VertexAttrib3dNV_remap_index },
9112   { 47557, VertexAttrib3dvNV_remap_index },
9113   { 47338, VertexAttrib3fNV_remap_index },
9114   { 47363, VertexAttrib3fvNV_remap_index },
9115   { 47144, VertexAttrib3sNV_remap_index },
9116   { 47169, VertexAttrib3svNV_remap_index },
9117   { 47581, VertexAttrib4dNV_remap_index },
9118   { 47607, VertexAttrib4dvNV_remap_index },
9119   { 47387, VertexAttrib4fNV_remap_index },
9120   { 47413, VertexAttrib4fvNV_remap_index },
9121   { 47193, VertexAttrib4sNV_remap_index },
9122   { 47219, VertexAttrib4svNV_remap_index },
9123   { 47631, VertexAttrib4ubNV_remap_index },
9124   { 47658, VertexAttrib4ubvNV_remap_index },
9125   { 47018, VertexAttribPointerNV_remap_index },
9126   { 47891, VertexAttribs1dvNV_remap_index },
9127   { 47787, VertexAttribs1fvNV_remap_index },
9128   { 47683, VertexAttribs1svNV_remap_index },
9129   { 47917, VertexAttribs2dvNV_remap_index },
9130   { 47813, VertexAttribs2fvNV_remap_index },
9131   { 47709, VertexAttribs2svNV_remap_index },
9132   { 47943, VertexAttribs3dvNV_remap_index },
9133   { 47839, VertexAttribs3fvNV_remap_index },
9134   { 47735, VertexAttribs3svNV_remap_index },
9135   { 47969, VertexAttribs4dvNV_remap_index },
9136   { 47865, VertexAttribs4fvNV_remap_index },
9137   { 47761, VertexAttribs4svNV_remap_index },
9138   { 47995, VertexAttribs4ubvNV_remap_index },
9139   { 48078, GetTexBumpParameterfvATI_remap_index },
9140   { 48109, GetTexBumpParameterivATI_remap_index },
9141   { 48022, TexBumpParameterfvATI_remap_index },
9142   { 48050, TexBumpParameterivATI_remap_index },
9143   { 48420, AlphaFragmentOp1ATI_remap_index },
9144   { 48450, AlphaFragmentOp2ATI_remap_index },
9145   { 48483, AlphaFragmentOp3ATI_remap_index },
9146   { 48223, BeginFragmentShaderATI_remap_index },
9147   { 48167, BindFragmentShaderATI_remap_index },
9148   { 48318, ColorFragmentOp1ATI_remap_index },
9149   { 48349, ColorFragmentOp2ATI_remap_index },
9150   { 48383, ColorFragmentOp3ATI_remap_index },
9151   { 48194, DeleteFragmentShaderATI_remap_index },
9152   { 48250, EndFragmentShaderATI_remap_index },
9153   { 48140, GenFragmentShadersATI_remap_index },
9154   { 48275, PassTexCoordATI_remap_index },
9155   { 48298, SampleMapATI_remap_index },
9156   { 48519, SetFragmentShaderConstantATI_remap_index },
9157   { 63448, DepthRangeArrayfvOES_remap_index },
9158   { 63476, DepthRangeIndexedfOES_remap_index },
9159   { 48580, ActiveStencilFaceEXT_remap_index },
9160   { 48986, GetProgramNamedParameterdvNV_remap_index },
9161   { 48949, GetProgramNamedParameterfvNV_remap_index },
9162   { 48842, ProgramNamedParameter4dNV_remap_index },
9163   { 48914, ProgramNamedParameter4dvNV_remap_index },
9164   { 48805, ProgramNamedParameter4fNV_remap_index },
9165   { 48879, ProgramNamedParameter4fvNV_remap_index },
9166   { 59200, PrimitiveRestartNV_remap_index },
9167   { 62938, GetTexGenxvOES_remap_index },
9168   { 62960, TexGenxOES_remap_index },
9169   { 62978, TexGenxvOES_remap_index },
9170   { 49023, DepthBoundsEXT_remap_index },
9171   { 49070, BindFramebufferEXT_remap_index },
9172   { 49044, BindRenderbufferEXT_remap_index },
9173   { 49095, StringMarkerGREMEDY_remap_index },
9174   { 49520, BufferParameteriAPPLE_remap_index },
9175   { 49549, FlushMappedBufferRangeAPPLE_remap_index },
9176   { 56977, VertexAttribI1iEXT_remap_index },
9177   { 57155, VertexAttribI1uiEXT_remap_index },
9178   { 57020, VertexAttribI2iEXT_remap_index },
9179   { 57386, VertexAttribI2ivEXT_remap_index },
9180   { 57200, VertexAttribI2uiEXT_remap_index },
9181   { 57568, VertexAttribI2uivEXT_remap_index },
9182   { 57064, VertexAttribI3iEXT_remap_index },
9183   { 57431, VertexAttribI3ivEXT_remap_index },
9184   { 57246, VertexAttribI3uiEXT_remap_index },
9185   { 57615, VertexAttribI3uivEXT_remap_index },
9186   { 57109, VertexAttribI4iEXT_remap_index },
9187   { 57476, VertexAttribI4ivEXT_remap_index },
9188   { 57293, VertexAttribI4uiEXT_remap_index },
9189   { 57662, VertexAttribI4uivEXT_remap_index },
9190   { 56644, ClearColorIiEXT_remap_index },
9191   { 56668, ClearColorIuiEXT_remap_index },
9192   { 59223, BindBufferOffsetEXT_remap_index },
9193   { 49855, BeginPerfMonitorAMD_remap_index },
9194   { 49789, DeletePerfMonitorsAMD_remap_index },
9195   { 49880, EndPerfMonitorAMD_remap_index },
9196   { 49764, GenPerfMonitorsAMD_remap_index },
9197   { 49903, GetPerfMonitorCounterDataAMD_remap_index },
9198   { 49727, GetPerfMonitorCounterInfoAMD_remap_index },
9199   { 49687, GetPerfMonitorCounterStringAMD_remap_index },
9200   { 49615, GetPerfMonitorCountersAMD_remap_index },
9201   { 49650, GetPerfMonitorGroupStringAMD_remap_index },
9202   { 49584, GetPerfMonitorGroupsAMD_remap_index },
9203   { 49817, SelectPerfMonitorCountersAMD_remap_index },
9204   { 48664, GetObjectParameterivAPPLE_remap_index },
9205   { 48606, ObjectPurgeableAPPLE_remap_index },
9206   { 48634, ObjectUnpurgeableAPPLE_remap_index },
9207   { 50028, ActiveProgramEXT_remap_index },
9208   { 50050, CreateShaderProgramEXT_remap_index },
9209   { 50002, UseShaderProgramEXT_remap_index },
9210   { 37139, TextureBarrierNV_remap_index },
9211   { 59464, VDPAUFiniNV_remap_index },
9212   { 59605, VDPAUGetSurfaceivNV_remap_index },
9213   { 59446, VDPAUInitNV_remap_index },
9214   { 59553, VDPAUIsSurfaceNV_remap_index },
9215   { 59661, VDPAUMapSurfacesNV_remap_index },
9216   { 59516, VDPAURegisterOutputSurfaceNV_remap_index },
9217   { 59480, VDPAURegisterVideoSurfaceNV_remap_index },
9218   { 59634, VDPAUSurfaceAccessNV_remap_index },
9219   { 59686, VDPAUUnmapSurfacesNV_remap_index },
9220   { 59575, VDPAUUnregisterSurfaceNV_remap_index },
9221   { 55841, BeginPerfQueryINTEL_remap_index },
9222   { 55788, CreatePerfQueryINTEL_remap_index },
9223   { 55815, DeletePerfQueryINTEL_remap_index },
9224   { 55866, EndPerfQueryINTEL_remap_index },
9225   { 55624, GetFirstPerfQueryIdINTEL_remap_index },
9226   { 55654, GetNextPerfQueryIdINTEL_remap_index },
9227   { 55749, GetPerfCounterInfoINTEL_remap_index },
9228   { 55889, GetPerfQueryDataINTEL_remap_index },
9229   { 55684, GetPerfQueryIdByNameINTEL_remap_index },
9230   { 55716, GetPerfQueryInfoINTEL_remap_index },
9231   { 55956, PolygonOffsetClampEXT_remap_index },
9232   { 55520, SubpixelPrecisionBiasNV_remap_index },
9233   { 55550, ConservativeRasterParameterfNV_remap_index },
9234   { 55587, ConservativeRasterParameteriNV_remap_index },
9235   { 56006, WindowRectanglesEXT_remap_index },
9236   { 60066, BufferStorageMemEXT_remap_index },
9237   { 59820, CreateMemoryObjectsEXT_remap_index },
9238   { 59768, DeleteMemoryObjectsEXT_remap_index },
9239   { 60374, DeleteSemaphoresEXT_remap_index },
9240   { 60351, GenSemaphoresEXT_remap_index },
9241   { 59883, GetMemoryObjectParameterivEXT_remap_index },
9242   { 60454, GetSemaphoreParameterui64vEXT_remap_index },
9243   { 59739, GetUnsignedBytei_vEXT_remap_index },
9244   { 59713, GetUnsignedBytevEXT_remap_index },
9245   { 59797, IsMemoryObjectEXT_remap_index },
9246   { 60400, IsSemaphoreEXT_remap_index },
9247   { 59849, MemoryObjectParameterivEXT_remap_index },
9248   { 60256, NamedBufferStorageMemEXT_remap_index },
9249   { 60420, SemaphoreParameterui64vEXT_remap_index },
9250   { 60518, SignalSemaphoreEXT_remap_index },
9251   { 60289, TexStorageMem1DEXT_remap_index },
9252   { 59920, TexStorageMem2DEXT_remap_index },
9253   { 59950, TexStorageMem2DMultisampleEXT_remap_index },
9254   { 59992, TexStorageMem3DEXT_remap_index },
9255   { 60023, TexStorageMem3DMultisampleEXT_remap_index },
9256   { 60318, TextureStorageMem1DEXT_remap_index },
9257   { 60094, TextureStorageMem2DEXT_remap_index },
9258   { 60128, TextureStorageMem2DMultisampleEXT_remap_index },
9259   { 60174, TextureStorageMem3DEXT_remap_index },
9260   { 60209, TextureStorageMem3DMultisampleEXT_remap_index },
9261   { 60491, WaitSemaphoreEXT_remap_index },
9262   { 60547, ImportMemoryFdEXT_remap_index },
9263   { 60573, ImportSemaphoreFdEXT_remap_index },
9264   { 56033, FramebufferFetchBarrierEXT_remap_index },
9265   { 56116, NamedRenderbufferStorageMultisampleAdvancedAMD_remap_index },
9266   { 56064, RenderbufferStorageMultisampleAdvancedAMD_remap_index },
9267   { 56173, StencilFuncSeparateATI_remap_index },
9268   { 56204, ProgramEnvParameters4fvEXT_remap_index },
9269   { 56239, ProgramLocalParameters4fvEXT_remap_index },
9270   { 56527, EGLImageTargetRenderbufferStorageOES_remap_index },
9271   { 56494, EGLImageTargetTexture2DOES_remap_index },
9272   { 61602, AlphaFuncx_remap_index },
9273   { 61635, ClearColorx_remap_index },
9274   { 61672, ClearDepthx_remap_index },
9275   { 61706, Color4x_remap_index },
9276   { 61735, DepthRangex_remap_index },
9277   { 61770, Fogx_remap_index },
9278   { 61791, Fogxv_remap_index },
9279   { 63069, Frustumf_remap_index },
9280   { 61814, Frustumx_remap_index },
9281   { 61847, LightModelx_remap_index },
9282   { 61882, LightModelxv_remap_index },
9283   { 61919, Lightx_remap_index },
9284   { 61945, Lightxv_remap_index },
9285   { 61973, LineWidthx_remap_index },
9286   { 62005, LoadMatrixx_remap_index },
9287   { 62039, Materialx_remap_index },
9288   { 62071, Materialxv_remap_index },
9289   { 62105, MultMatrixx_remap_index },
9290   { 62139, MultiTexCoord4x_remap_index },
9291   { 62185, Normal3x_remap_index },
9292   { 63102, Orthof_remap_index },
9293   { 62215, Orthox_remap_index },
9294   { 62244, PointSizex_remap_index },
9295   { 62276, PolygonOffsetx_remap_index },
9296   { 62317, Rotatex_remap_index },
9297   { 62346, SampleCoveragex_remap_index },
9298   { 62389, Scalex_remap_index },
9299   { 62415, TexEnvx_remap_index },
9300   { 62443, TexEnvxv_remap_index },
9301   { 62473, TexParameterx_remap_index },
9302   { 62513, Translatex_remap_index },
9303   { 62997, ClipPlanef_remap_index },
9304   { 62547, ClipPlanex_remap_index },
9305   { 63030, GetClipPlanef_remap_index },
9306   { 62580, GetClipPlanex_remap_index },
9307   { 62619, GetFixedv_remap_index },
9308   { 62650, GetLightxv_remap_index },
9309   { 62684, GetMaterialxv_remap_index },
9310   { 62724, GetTexEnvxv_remap_index },
9311   { 62760, GetTexParameterxv_remap_index },
9312   { 62808, PointParameterx_remap_index },
9313   { 62851, PointParameterxv_remap_index },
9314   { 62896, TexParameterxv_remap_index },
9315   { 37394, BlendBarrier_remap_index },
9316   { 37283, PrimitiveBoundingBox_remap_index },
9317   { 39102, MaxShaderCompilerThreadsKHR_remap_index },
9318   { 50117, MatrixLoadfEXT_remap_index },
9319   { 50138, MatrixLoaddEXT_remap_index },
9320   { 50159, MatrixMultfEXT_remap_index },
9321   { 50180, MatrixMultdEXT_remap_index },
9322   { 50201, MatrixLoadIdentityEXT_remap_index },
9323   { 50228, MatrixRotatefEXT_remap_index },
9324   { 50254, MatrixRotatedEXT_remap_index },
9325   { 50280, MatrixScalefEXT_remap_index },
9326   { 50304, MatrixScaledEXT_remap_index },
9327   { 50328, MatrixTranslatefEXT_remap_index },
9328   { 50356, MatrixTranslatedEXT_remap_index },
9329   { 50384, MatrixOrthoEXT_remap_index },
9330   { 50410, MatrixFrustumEXT_remap_index },
9331   { 50438, MatrixPushEXT_remap_index },
9332   { 50457, MatrixPopEXT_remap_index },
9333   { 52514, MatrixLoadTransposefEXT_remap_index },
9334   { 52544, MatrixLoadTransposedEXT_remap_index },
9335   { 52574, MatrixMultTransposefEXT_remap_index },
9336   { 52604, MatrixMultTransposedEXT_remap_index },
9337   { 51209, BindMultiTextureEXT_remap_index },
9338   { 53231, NamedBufferDataEXT_remap_index },
9339   { 53258, NamedBufferSubDataEXT_remap_index },
9340   { 32994, NamedBufferStorageEXT_remap_index },
9341   { 53452, MapNamedBufferRangeEXT_remap_index },
9342   { 50797, TextureImage1DEXT_remap_index },
9343   { 50828, TextureImage2DEXT_remap_index },
9344   { 50860, TextureImage3DEXT_remap_index },
9345   { 50893, TextureSubImage1DEXT_remap_index },
9346   { 50926, TextureSubImage2DEXT_remap_index },
9347   { 50961, TextureSubImage3DEXT_remap_index },
9348   { 50998, CopyTextureImage1DEXT_remap_index },
9349   { 51032, CopyTextureImage2DEXT_remap_index },
9350   { 51067, CopyTextureSubImage1DEXT_remap_index },
9351   { 51103, CopyTextureSubImage2DEXT_remap_index },
9352   { 51141, CopyTextureSubImage3DEXT_remap_index },
9353   { 53288, MapNamedBufferEXT_remap_index },
9354   { 50535, GetTextureParameterivEXT_remap_index },
9355   { 50568, GetTextureParameterfvEXT_remap_index },
9356   { 50679, TextureParameteriEXT_remap_index },
9357   { 50708, TextureParameterivEXT_remap_index },
9358   { 50738, TextureParameterfEXT_remap_index },
9359   { 50767, TextureParameterfvEXT_remap_index },
9360   { 51180, GetTextureImageEXT_remap_index },
9361   { 50601, GetTextureLevelParameterivEXT_remap_index },
9362   { 50640, GetTextureLevelParameterfvEXT_remap_index },
9363   { 53312, GetNamedBufferSubDataEXT_remap_index },
9364   { 53345, GetNamedBufferPointervEXT_remap_index },
9365   { 53378, GetNamedBufferParameterivEXT_remap_index },
9366   { 53414, FlushMappedNamedBufferRangeEXT_remap_index },
9367   { 53483, FramebufferDrawBufferEXT_remap_index },
9368   { 53514, FramebufferDrawBuffersEXT_remap_index },
9369   { 53547, FramebufferReadBufferEXT_remap_index },
9370   { 53578, GetFramebufferParameterivEXT_remap_index },
9371   { 53614, CheckNamedFramebufferStatusEXT_remap_index },
9372   { 53651, NamedFramebufferTexture1DEXT_remap_index },
9373   { 53689, NamedFramebufferTexture2DEXT_remap_index },
9374   { 53727, NamedFramebufferTexture3DEXT_remap_index },
9375   { 53766, NamedFramebufferRenderbufferEXT_remap_index },
9376   { 53806, GetNamedFramebufferAttachmentParameterivEXT_remap_index },
9377   { 51236, EnableClientStateiEXT_remap_index },
9378   { 51294, DisableClientStateiEXT_remap_index },
9379   { 51354, GetPointerIndexedvEXT_remap_index },
9380   { 51402, MultiTexEnviEXT_remap_index },
9381   { 51426, MultiTexEnvivEXT_remap_index },
9382   { 51451, MultiTexEnvfEXT_remap_index },
9383   { 51475, MultiTexEnvfvEXT_remap_index },
9384   { 51500, GetMultiTexEnvivEXT_remap_index },
9385   { 51528, GetMultiTexEnvfvEXT_remap_index },
9386   { 51556, MultiTexParameteriEXT_remap_index },
9387   { 51586, MultiTexParameterivEXT_remap_index },
9388   { 51617, MultiTexParameterfEXT_remap_index },
9389   { 51647, MultiTexParameterfvEXT_remap_index },
9390   { 51746, GetMultiTexImageEXT_remap_index },
9391   { 51856, MultiTexImage1DEXT_remap_index },
9392   { 51888, MultiTexImage2DEXT_remap_index },
9393   { 51921, MultiTexImage3DEXT_remap_index },
9394   { 51955, MultiTexSubImage1DEXT_remap_index },
9395   { 51989, MultiTexSubImage2DEXT_remap_index },
9396   { 52025, MultiTexSubImage3DEXT_remap_index },
9397   { 51678, GetMultiTexParameterivEXT_remap_index },
9398   { 51712, GetMultiTexParameterfvEXT_remap_index },
9399   { 52063, CopyMultiTexImage1DEXT_remap_index },
9400   { 52098, CopyMultiTexImage2DEXT_remap_index },
9401   { 52134, CopyMultiTexSubImage1DEXT_remap_index },
9402   { 52171, CopyMultiTexSubImage2DEXT_remap_index },
9403   { 52210, CopyMultiTexSubImage3DEXT_remap_index },
9404   { 52250, MultiTexGendEXT_remap_index },
9405   { 52274, MultiTexGendvEXT_remap_index },
9406   { 52299, MultiTexGenfEXT_remap_index },
9407   { 52323, MultiTexGenfvEXT_remap_index },
9408   { 52348, MultiTexGeniEXT_remap_index },
9409   { 52372, MultiTexGenivEXT_remap_index },
9410   { 52397, GetMultiTexGendvEXT_remap_index },
9411   { 52425, GetMultiTexGenfvEXT_remap_index },
9412   { 52453, GetMultiTexGenivEXT_remap_index },
9413   { 52481, MultiTexCoordPointerEXT_remap_index },
9414   { 55489, BindImageTextureEXT_remap_index },
9415   { 52634, CompressedTextureImage1DEXT_remap_index },
9416   { 52674, CompressedTextureImage2DEXT_remap_index },
9417   { 52715, CompressedTextureImage3DEXT_remap_index },
9418   { 52757, CompressedTextureSubImage1DEXT_remap_index },
9419   { 52800, CompressedTextureSubImage2DEXT_remap_index },
9420   { 52845, CompressedTextureSubImage3DEXT_remap_index },
9421   { 52892, GetCompressedTextureImageEXT_remap_index },
9422   { 52929, CompressedMultiTexImage1DEXT_remap_index },
9423   { 52970, CompressedMultiTexImage2DEXT_remap_index },
9424   { 53012, CompressedMultiTexImage3DEXT_remap_index },
9425   { 53055, CompressedMultiTexSubImage1DEXT_remap_index },
9426   { 53099, CompressedMultiTexSubImage2DEXT_remap_index },
9427   { 53145, CompressedMultiTexSubImage3DEXT_remap_index },
9428   { 53193, GetCompressedMultiTexImageEXT_remap_index },
9429   { 51776, GetMultiTexLevelParameterivEXT_remap_index },
9430   { 51816, GetMultiTexLevelParameterfvEXT_remap_index },
9431   { 63505, FramebufferParameteriMESA_remap_index },
9432   { 63538, GetFramebufferParameterivMESA_remap_index },
9433   { 53858, NamedRenderbufferStorageEXT_remap_index },
9434   { 53894, GetNamedRenderbufferParameterivEXT_remap_index },
9435   { 50475, ClientAttribDefaultEXT_remap_index },
9436   { 50503, PushClientAttribDefaultEXT_remap_index },
9437   { 54780, NamedProgramStringEXT_remap_index },
9438   { 54811, GetNamedProgramStringEXT_remap_index },
9439   { 54844, NamedProgramLocalParameter4fEXT_remap_index },
9440   { 54887, NamedProgramLocalParameter4fvEXT_remap_index },
9441   { 54928, GetNamedProgramLocalParameterfvEXT_remap_index },
9442   { 54971, NamedProgramLocalParameter4dEXT_remap_index },
9443   { 55014, NamedProgramLocalParameter4dvEXT_remap_index },
9444   { 55055, GetNamedProgramLocalParameterdvEXT_remap_index },
9445   { 55098, GetNamedProgramivEXT_remap_index },
9446   { 55127, TextureBufferEXT_remap_index },
9447   { 55152, MultiTexBufferEXT_remap_index },
9448   { 55178, TextureParameterIivEXT_remap_index },
9449   { 55209, TextureParameterIuivEXT_remap_index },
9450   { 55241, GetTextureParameterIivEXT_remap_index },
9451   { 55275, GetTextureParameterIuivEXT_remap_index },
9452   { 55310, MultiTexParameterIivEXT_remap_index },
9453   { 55342, MultiTexParameterIuivEXT_remap_index },
9454   { 55375, GetMultiTexParameterIivEXT_remap_index },
9455   { 55410, GetMultiTexParameterIuivEXT_remap_index },
9456   { 55446, NamedProgramLocalParameters4fvEXT_remap_index },
9457   { 53936, GenerateTextureMipmapEXT_remap_index },
9458   { 53967, GenerateMultiTexMipmapEXT_remap_index },
9459   { 53999, NamedRenderbufferStorageMultisampleEXT_remap_index },
9460   { 54047, NamedCopyBufferSubDataEXT_remap_index },
9461   { 54082, VertexArrayVertexOffsetEXT_remap_index },
9462   { 54119, VertexArrayColorOffsetEXT_remap_index },
9463   { 54155, VertexArrayEdgeFlagOffsetEXT_remap_index },
9464   { 54192, VertexArrayIndexOffsetEXT_remap_index },
9465   { 54227, VertexArrayNormalOffsetEXT_remap_index },
9466   { 54263, VertexArrayTexCoordOffsetEXT_remap_index },
9467   { 54302, VertexArrayMultiTexCoordOffsetEXT_remap_index },
9468   { 54347, VertexArrayFogCoordOffsetEXT_remap_index },
9469   { 54385, VertexArraySecondaryColorOffsetEXT_remap_index },
9470   { 54430, VertexArrayVertexAttribOffsetEXT_remap_index },
9471   { 54475, VertexArrayVertexAttribIOffsetEXT_remap_index },
9472   { 54520, EnableVertexArrayEXT_remap_index },
9473   { 54547, DisableVertexArrayEXT_remap_index },
9474   { 54575, EnableVertexArrayAttribEXT_remap_index },
9475   { 54608, DisableVertexArrayAttribEXT_remap_index },
9476   { 54642, GetVertexArrayIntegervEXT_remap_index },
9477   { 54675, GetVertexArrayPointervEXT_remap_index },
9478   { 54708, GetVertexArrayIntegeri_vEXT_remap_index },
9479   { 54744, GetVertexArrayPointeri_vEXT_remap_index },
9480   { 31377, ClearNamedBufferDataEXT_remap_index },
9481   { 31410, ClearNamedBufferSubDataEXT_remap_index },
9482   { 32114, NamedFramebufferParameteriEXT_remap_index },
9483   { 32151, GetNamedFramebufferParameterivEXT_remap_index },
9484   { 28978, VertexArrayVertexAttribLOffsetEXT_remap_index },
9485   { 20649, VertexArrayVertexAttribDivisorEXT_remap_index },
9486   { 32738, TextureBufferRangeEXT_remap_index },
9487   { 32868, TextureStorage2DMultisampleEXT_remap_index },
9488   { 32910, TextureStorage3DMultisampleEXT_remap_index },
9489   { 31800, VertexArrayBindVertexBufferEXT_remap_index },
9490   { 31840, VertexArrayVertexAttribFormatEXT_remap_index },
9491   { 31883, VertexArrayVertexAttribIFormatEXT_remap_index },
9492   { 31926, VertexArrayVertexAttribLFormatEXT_remap_index },
9493   { 31969, VertexArrayVertexAttribBindingEXT_remap_index },
9494   { 32010, VertexArrayVertexBindingDivisorEXT_remap_index },
9495   { 37209, NamedBufferPageCommitmentEXT_remap_index },
9496   { 22424, NamedStringARB_remap_index },
9497   { 22448, DeleteNamedStringARB_remap_index },
9498   { 22475, CompileShaderIncludeARB_remap_index },
9499   { 22507, IsNamedStringARB_remap_index },
9500   { 22530, GetNamedStringARB_remap_index },
9501   { 22557, GetNamedStringivARB_remap_index },
9502   { 56570, EGLImageTargetTexStorageEXT_remap_index },
9503   { 56605, EGLImageTargetTextureStorageEXT_remap_index },
9504   { 50079, CopyImageSubDataNV_remap_index },
9505   { 60601, ViewportSwizzleNV_remap_index },
9506   { 55920, AlphaToCoverageDitherControlNV_remap_index },
9507   { 56431, InternalBufferSubDataCopyMESA_remap_index },
9508   { 60628, Vertex2hNV_remap_index },
9509   { 60645, Vertex2hvNV_remap_index },
9510   { 60662, Vertex3hNV_remap_index },
9511   { 60680, Vertex3hvNV_remap_index },
9512   { 60697, Vertex4hNV_remap_index },
9513   { 60716, Vertex4hvNV_remap_index },
9514   { 60733, Normal3hNV_remap_index },
9515   { 60751, Normal3hvNV_remap_index },
9516   { 60768, Color3hNV_remap_index },
9517   { 60785, Color3hvNV_remap_index },
9518   { 60801, Color4hNV_remap_index },
9519   { 60819, Color4hvNV_remap_index },
9520   { 60835, TexCoord1hNV_remap_index },
9521   { 60853, TexCoord1hvNV_remap_index },
9522   { 60872, TexCoord2hNV_remap_index },
9523   { 60891, TexCoord2hvNV_remap_index },
9524   { 60910, TexCoord3hNV_remap_index },
9525   { 60930, TexCoord3hvNV_remap_index },
9526   { 60949, TexCoord4hNV_remap_index },
9527   { 60970, TexCoord4hvNV_remap_index },
9528   { 60989, MultiTexCoord1hNV_remap_index },
9529   { 61013, MultiTexCoord1hvNV_remap_index },
9530   { 61038, MultiTexCoord2hNV_remap_index },
9531   { 61063, MultiTexCoord2hvNV_remap_index },
9532   { 61088, MultiTexCoord3hNV_remap_index },
9533   { 61114, MultiTexCoord3hvNV_remap_index },
9534   { 61139, MultiTexCoord4hNV_remap_index },
9535   { 61166, MultiTexCoord4hvNV_remap_index },
9536   { 61489, FogCoordhNV_remap_index },
9537   { 61506, FogCoordhvNV_remap_index },
9538   { 61524, SecondaryColor3hNV_remap_index },
9539   { 61550, SecondaryColor3hvNV_remap_index },
9540   { 56472, InternalSetError_remap_index },
9541   { 61191, VertexAttrib1hNV_remap_index },
9542   { 61214, VertexAttrib1hvNV_remap_index },
9543   { 61238, VertexAttrib2hNV_remap_index },
9544   { 61262, VertexAttrib2hvNV_remap_index },
9545   { 61286, VertexAttrib3hNV_remap_index },
9546   { 61311, VertexAttrib3hvNV_remap_index },
9547   { 61335, VertexAttrib4hNV_remap_index },
9548   { 61361, VertexAttrib4hvNV_remap_index },
9549   { 61385, VertexAttribs1hvNV_remap_index },
9550   { 61411, VertexAttribs2hvNV_remap_index },
9551   { 61437, VertexAttribs3hvNV_remap_index },
9552   { 61463, VertexAttribs4hvNV_remap_index },
9553   {    -1, -1 }
9554};
9555
9556