ucrtbase: Store exception record in ExceptionInformation[6] during unwinding.
[wine.git] / dlls / opengl32 / unixlib.h
blob301038ca102bb1a0de285c55362d401caddb1f79
1 /* Automatically generated from http://www.opengl.org/registry files; DO NOT EDIT! */
3 #ifndef __WINE_OPENGL32_UNIXLIB_H
4 #define __WINE_OPENGL32_UNIXLIB_H
6 #include <stdarg.h>
7 #include <stddef.h>
9 #include "ntstatus.h"
10 #define WIN32_NO_STATUS
11 #include "windef.h"
12 #include "winbase.h"
13 #include "winternl.h"
14 #include "wingdi.h"
16 #include "wine/wgl.h"
17 #include "wine/unixlib.h"
19 struct wglCopyContext_params
21 TEB *teb;
22 HGLRC hglrcSrc;
23 HGLRC hglrcDst;
24 UINT mask;
25 BOOL ret;
28 struct wglCreateContext_params
30 TEB *teb;
31 HDC hDc;
32 HGLRC ret;
35 struct wglDeleteContext_params
37 TEB *teb;
38 HGLRC oldContext;
39 BOOL ret;
42 struct wglGetPixelFormat_params
44 TEB *teb;
45 HDC hdc;
46 int ret;
49 struct wglGetProcAddress_params
51 TEB *teb;
52 LPCSTR lpszProc;
53 PROC ret;
56 struct wglMakeCurrent_params
58 TEB *teb;
59 HDC hDc;
60 HGLRC newContext;
61 BOOL ret;
64 struct wglSetPixelFormat_params
66 TEB *teb;
67 HDC hdc;
68 int ipfd;
69 const PIXELFORMATDESCRIPTOR *ppfd;
70 BOOL ret;
73 struct wglShareLists_params
75 TEB *teb;
76 HGLRC hrcSrvShare;
77 HGLRC hrcSrvSource;
78 BOOL ret;
81 struct wglSwapBuffers_params
83 TEB *teb;
84 HDC hdc;
85 BOOL ret;
88 struct glAccum_params
90 TEB *teb;
91 GLenum op;
92 GLfloat value;
95 struct glAlphaFunc_params
97 TEB *teb;
98 GLenum func;
99 GLfloat ref;
102 struct glAreTexturesResident_params
104 TEB *teb;
105 GLsizei n;
106 const GLuint *textures;
107 GLboolean *residences;
108 GLboolean ret;
111 struct glArrayElement_params
113 TEB *teb;
114 GLint i;
117 struct glBegin_params
119 TEB *teb;
120 GLenum mode;
123 struct glBindTexture_params
125 TEB *teb;
126 GLenum target;
127 GLuint texture;
130 struct glBitmap_params
132 TEB *teb;
133 GLsizei width;
134 GLsizei height;
135 GLfloat xorig;
136 GLfloat yorig;
137 GLfloat xmove;
138 GLfloat ymove;
139 const GLubyte *bitmap;
142 struct glBlendFunc_params
144 TEB *teb;
145 GLenum sfactor;
146 GLenum dfactor;
149 struct glCallList_params
151 TEB *teb;
152 GLuint list;
155 struct glCallLists_params
157 TEB *teb;
158 GLsizei n;
159 GLenum type;
160 const void *lists;
163 struct glClear_params
165 TEB *teb;
166 GLbitfield mask;
169 struct glClearAccum_params
171 TEB *teb;
172 GLfloat red;
173 GLfloat green;
174 GLfloat blue;
175 GLfloat alpha;
178 struct glClearColor_params
180 TEB *teb;
181 GLfloat red;
182 GLfloat green;
183 GLfloat blue;
184 GLfloat alpha;
187 struct glClearDepth_params
189 TEB *teb;
190 GLdouble depth;
193 struct glClearIndex_params
195 TEB *teb;
196 GLfloat c;
199 struct glClearStencil_params
201 TEB *teb;
202 GLint s;
205 struct glClipPlane_params
207 TEB *teb;
208 GLenum plane;
209 const GLdouble *equation;
212 struct glColor3b_params
214 TEB *teb;
215 GLbyte red;
216 GLbyte green;
217 GLbyte blue;
220 struct glColor3bv_params
222 TEB *teb;
223 const GLbyte *v;
226 struct glColor3d_params
228 TEB *teb;
229 GLdouble red;
230 GLdouble green;
231 GLdouble blue;
234 struct glColor3dv_params
236 TEB *teb;
237 const GLdouble *v;
240 struct glColor3f_params
242 TEB *teb;
243 GLfloat red;
244 GLfloat green;
245 GLfloat blue;
248 struct glColor3fv_params
250 TEB *teb;
251 const GLfloat *v;
254 struct glColor3i_params
256 TEB *teb;
257 GLint red;
258 GLint green;
259 GLint blue;
262 struct glColor3iv_params
264 TEB *teb;
265 const GLint *v;
268 struct glColor3s_params
270 TEB *teb;
271 GLshort red;
272 GLshort green;
273 GLshort blue;
276 struct glColor3sv_params
278 TEB *teb;
279 const GLshort *v;
282 struct glColor3ub_params
284 TEB *teb;
285 GLubyte red;
286 GLubyte green;
287 GLubyte blue;
290 struct glColor3ubv_params
292 TEB *teb;
293 const GLubyte *v;
296 struct glColor3ui_params
298 TEB *teb;
299 GLuint red;
300 GLuint green;
301 GLuint blue;
304 struct glColor3uiv_params
306 TEB *teb;
307 const GLuint *v;
310 struct glColor3us_params
312 TEB *teb;
313 GLushort red;
314 GLushort green;
315 GLushort blue;
318 struct glColor3usv_params
320 TEB *teb;
321 const GLushort *v;
324 struct glColor4b_params
326 TEB *teb;
327 GLbyte red;
328 GLbyte green;
329 GLbyte blue;
330 GLbyte alpha;
333 struct glColor4bv_params
335 TEB *teb;
336 const GLbyte *v;
339 struct glColor4d_params
341 TEB *teb;
342 GLdouble red;
343 GLdouble green;
344 GLdouble blue;
345 GLdouble alpha;
348 struct glColor4dv_params
350 TEB *teb;
351 const GLdouble *v;
354 struct glColor4f_params
356 TEB *teb;
357 GLfloat red;
358 GLfloat green;
359 GLfloat blue;
360 GLfloat alpha;
363 struct glColor4fv_params
365 TEB *teb;
366 const GLfloat *v;
369 struct glColor4i_params
371 TEB *teb;
372 GLint red;
373 GLint green;
374 GLint blue;
375 GLint alpha;
378 struct glColor4iv_params
380 TEB *teb;
381 const GLint *v;
384 struct glColor4s_params
386 TEB *teb;
387 GLshort red;
388 GLshort green;
389 GLshort blue;
390 GLshort alpha;
393 struct glColor4sv_params
395 TEB *teb;
396 const GLshort *v;
399 struct glColor4ub_params
401 TEB *teb;
402 GLubyte red;
403 GLubyte green;
404 GLubyte blue;
405 GLubyte alpha;
408 struct glColor4ubv_params
410 TEB *teb;
411 const GLubyte *v;
414 struct glColor4ui_params
416 TEB *teb;
417 GLuint red;
418 GLuint green;
419 GLuint blue;
420 GLuint alpha;
423 struct glColor4uiv_params
425 TEB *teb;
426 const GLuint *v;
429 struct glColor4us_params
431 TEB *teb;
432 GLushort red;
433 GLushort green;
434 GLushort blue;
435 GLushort alpha;
438 struct glColor4usv_params
440 TEB *teb;
441 const GLushort *v;
444 struct glColorMask_params
446 TEB *teb;
447 GLboolean red;
448 GLboolean green;
449 GLboolean blue;
450 GLboolean alpha;
453 struct glColorMaterial_params
455 TEB *teb;
456 GLenum face;
457 GLenum mode;
460 struct glColorPointer_params
462 TEB *teb;
463 GLint size;
464 GLenum type;
465 GLsizei stride;
466 const void *pointer;
469 struct glCopyPixels_params
471 TEB *teb;
472 GLint x;
473 GLint y;
474 GLsizei width;
475 GLsizei height;
476 GLenum type;
479 struct glCopyTexImage1D_params
481 TEB *teb;
482 GLenum target;
483 GLint level;
484 GLenum internalformat;
485 GLint x;
486 GLint y;
487 GLsizei width;
488 GLint border;
491 struct glCopyTexImage2D_params
493 TEB *teb;
494 GLenum target;
495 GLint level;
496 GLenum internalformat;
497 GLint x;
498 GLint y;
499 GLsizei width;
500 GLsizei height;
501 GLint border;
504 struct glCopyTexSubImage1D_params
506 TEB *teb;
507 GLenum target;
508 GLint level;
509 GLint xoffset;
510 GLint x;
511 GLint y;
512 GLsizei width;
515 struct glCopyTexSubImage2D_params
517 TEB *teb;
518 GLenum target;
519 GLint level;
520 GLint xoffset;
521 GLint yoffset;
522 GLint x;
523 GLint y;
524 GLsizei width;
525 GLsizei height;
528 struct glCullFace_params
530 TEB *teb;
531 GLenum mode;
534 struct glDeleteLists_params
536 TEB *teb;
537 GLuint list;
538 GLsizei range;
541 struct glDeleteTextures_params
543 TEB *teb;
544 GLsizei n;
545 const GLuint *textures;
548 struct glDepthFunc_params
550 TEB *teb;
551 GLenum func;
554 struct glDepthMask_params
556 TEB *teb;
557 GLboolean flag;
560 struct glDepthRange_params
562 TEB *teb;
563 GLdouble n;
564 GLdouble f;
567 struct glDisable_params
569 TEB *teb;
570 GLenum cap;
573 struct glDisableClientState_params
575 TEB *teb;
576 GLenum array;
579 struct glDrawArrays_params
581 TEB *teb;
582 GLenum mode;
583 GLint first;
584 GLsizei count;
587 struct glDrawBuffer_params
589 TEB *teb;
590 GLenum buf;
593 struct glDrawElements_params
595 TEB *teb;
596 GLenum mode;
597 GLsizei count;
598 GLenum type;
599 const void *indices;
602 struct glDrawPixels_params
604 TEB *teb;
605 GLsizei width;
606 GLsizei height;
607 GLenum format;
608 GLenum type;
609 const void *pixels;
612 struct glEdgeFlag_params
614 TEB *teb;
615 GLboolean flag;
618 struct glEdgeFlagPointer_params
620 TEB *teb;
621 GLsizei stride;
622 const void *pointer;
625 struct glEdgeFlagv_params
627 TEB *teb;
628 const GLboolean *flag;
631 struct glEnable_params
633 TEB *teb;
634 GLenum cap;
637 struct glEnableClientState_params
639 TEB *teb;
640 GLenum array;
643 struct glEnd_params
645 TEB *teb;
648 struct glEndList_params
650 TEB *teb;
653 struct glEvalCoord1d_params
655 TEB *teb;
656 GLdouble u;
659 struct glEvalCoord1dv_params
661 TEB *teb;
662 const GLdouble *u;
665 struct glEvalCoord1f_params
667 TEB *teb;
668 GLfloat u;
671 struct glEvalCoord1fv_params
673 TEB *teb;
674 const GLfloat *u;
677 struct glEvalCoord2d_params
679 TEB *teb;
680 GLdouble u;
681 GLdouble v;
684 struct glEvalCoord2dv_params
686 TEB *teb;
687 const GLdouble *u;
690 struct glEvalCoord2f_params
692 TEB *teb;
693 GLfloat u;
694 GLfloat v;
697 struct glEvalCoord2fv_params
699 TEB *teb;
700 const GLfloat *u;
703 struct glEvalMesh1_params
705 TEB *teb;
706 GLenum mode;
707 GLint i1;
708 GLint i2;
711 struct glEvalMesh2_params
713 TEB *teb;
714 GLenum mode;
715 GLint i1;
716 GLint i2;
717 GLint j1;
718 GLint j2;
721 struct glEvalPoint1_params
723 TEB *teb;
724 GLint i;
727 struct glEvalPoint2_params
729 TEB *teb;
730 GLint i;
731 GLint j;
734 struct glFeedbackBuffer_params
736 TEB *teb;
737 GLsizei size;
738 GLenum type;
739 GLfloat *buffer;
742 struct glFinish_params
744 TEB *teb;
747 struct glFlush_params
749 TEB *teb;
752 struct glFogf_params
754 TEB *teb;
755 GLenum pname;
756 GLfloat param;
759 struct glFogfv_params
761 TEB *teb;
762 GLenum pname;
763 const GLfloat *params;
766 struct glFogi_params
768 TEB *teb;
769 GLenum pname;
770 GLint param;
773 struct glFogiv_params
775 TEB *teb;
776 GLenum pname;
777 const GLint *params;
780 struct glFrontFace_params
782 TEB *teb;
783 GLenum mode;
786 struct glFrustum_params
788 TEB *teb;
789 GLdouble left;
790 GLdouble right;
791 GLdouble bottom;
792 GLdouble top;
793 GLdouble zNear;
794 GLdouble zFar;
797 struct glGenLists_params
799 TEB *teb;
800 GLsizei range;
801 GLuint ret;
804 struct glGenTextures_params
806 TEB *teb;
807 GLsizei n;
808 GLuint *textures;
811 struct glGetBooleanv_params
813 TEB *teb;
814 GLenum pname;
815 GLboolean *data;
818 struct glGetClipPlane_params
820 TEB *teb;
821 GLenum plane;
822 GLdouble *equation;
825 struct glGetDoublev_params
827 TEB *teb;
828 GLenum pname;
829 GLdouble *data;
832 struct glGetError_params
834 TEB *teb;
835 GLenum ret;
838 struct glGetFloatv_params
840 TEB *teb;
841 GLenum pname;
842 GLfloat *data;
845 struct glGetIntegerv_params
847 TEB *teb;
848 GLenum pname;
849 GLint *data;
852 struct glGetLightfv_params
854 TEB *teb;
855 GLenum light;
856 GLenum pname;
857 GLfloat *params;
860 struct glGetLightiv_params
862 TEB *teb;
863 GLenum light;
864 GLenum pname;
865 GLint *params;
868 struct glGetMapdv_params
870 TEB *teb;
871 GLenum target;
872 GLenum query;
873 GLdouble *v;
876 struct glGetMapfv_params
878 TEB *teb;
879 GLenum target;
880 GLenum query;
881 GLfloat *v;
884 struct glGetMapiv_params
886 TEB *teb;
887 GLenum target;
888 GLenum query;
889 GLint *v;
892 struct glGetMaterialfv_params
894 TEB *teb;
895 GLenum face;
896 GLenum pname;
897 GLfloat *params;
900 struct glGetMaterialiv_params
902 TEB *teb;
903 GLenum face;
904 GLenum pname;
905 GLint *params;
908 struct glGetPixelMapfv_params
910 TEB *teb;
911 GLenum map;
912 GLfloat *values;
915 struct glGetPixelMapuiv_params
917 TEB *teb;
918 GLenum map;
919 GLuint *values;
922 struct glGetPixelMapusv_params
924 TEB *teb;
925 GLenum map;
926 GLushort *values;
929 struct glGetPointerv_params
931 TEB *teb;
932 GLenum pname;
933 void **params;
936 struct glGetPolygonStipple_params
938 TEB *teb;
939 GLubyte *mask;
942 struct glGetString_params
944 TEB *teb;
945 GLenum name;
946 const GLubyte *ret;
949 struct glGetTexEnvfv_params
951 TEB *teb;
952 GLenum target;
953 GLenum pname;
954 GLfloat *params;
957 struct glGetTexEnviv_params
959 TEB *teb;
960 GLenum target;
961 GLenum pname;
962 GLint *params;
965 struct glGetTexGendv_params
967 TEB *teb;
968 GLenum coord;
969 GLenum pname;
970 GLdouble *params;
973 struct glGetTexGenfv_params
975 TEB *teb;
976 GLenum coord;
977 GLenum pname;
978 GLfloat *params;
981 struct glGetTexGeniv_params
983 TEB *teb;
984 GLenum coord;
985 GLenum pname;
986 GLint *params;
989 struct glGetTexImage_params
991 TEB *teb;
992 GLenum target;
993 GLint level;
994 GLenum format;
995 GLenum type;
996 void *pixels;
999 struct glGetTexLevelParameterfv_params
1001 TEB *teb;
1002 GLenum target;
1003 GLint level;
1004 GLenum pname;
1005 GLfloat *params;
1008 struct glGetTexLevelParameteriv_params
1010 TEB *teb;
1011 GLenum target;
1012 GLint level;
1013 GLenum pname;
1014 GLint *params;
1017 struct glGetTexParameterfv_params
1019 TEB *teb;
1020 GLenum target;
1021 GLenum pname;
1022 GLfloat *params;
1025 struct glGetTexParameteriv_params
1027 TEB *teb;
1028 GLenum target;
1029 GLenum pname;
1030 GLint *params;
1033 struct glHint_params
1035 TEB *teb;
1036 GLenum target;
1037 GLenum mode;
1040 struct glIndexMask_params
1042 TEB *teb;
1043 GLuint mask;
1046 struct glIndexPointer_params
1048 TEB *teb;
1049 GLenum type;
1050 GLsizei stride;
1051 const void *pointer;
1054 struct glIndexd_params
1056 TEB *teb;
1057 GLdouble c;
1060 struct glIndexdv_params
1062 TEB *teb;
1063 const GLdouble *c;
1066 struct glIndexf_params
1068 TEB *teb;
1069 GLfloat c;
1072 struct glIndexfv_params
1074 TEB *teb;
1075 const GLfloat *c;
1078 struct glIndexi_params
1080 TEB *teb;
1081 GLint c;
1084 struct glIndexiv_params
1086 TEB *teb;
1087 const GLint *c;
1090 struct glIndexs_params
1092 TEB *teb;
1093 GLshort c;
1096 struct glIndexsv_params
1098 TEB *teb;
1099 const GLshort *c;
1102 struct glIndexub_params
1104 TEB *teb;
1105 GLubyte c;
1108 struct glIndexubv_params
1110 TEB *teb;
1111 const GLubyte *c;
1114 struct glInitNames_params
1116 TEB *teb;
1119 struct glInterleavedArrays_params
1121 TEB *teb;
1122 GLenum format;
1123 GLsizei stride;
1124 const void *pointer;
1127 struct glIsEnabled_params
1129 TEB *teb;
1130 GLenum cap;
1131 GLboolean ret;
1134 struct glIsList_params
1136 TEB *teb;
1137 GLuint list;
1138 GLboolean ret;
1141 struct glIsTexture_params
1143 TEB *teb;
1144 GLuint texture;
1145 GLboolean ret;
1148 struct glLightModelf_params
1150 TEB *teb;
1151 GLenum pname;
1152 GLfloat param;
1155 struct glLightModelfv_params
1157 TEB *teb;
1158 GLenum pname;
1159 const GLfloat *params;
1162 struct glLightModeli_params
1164 TEB *teb;
1165 GLenum pname;
1166 GLint param;
1169 struct glLightModeliv_params
1171 TEB *teb;
1172 GLenum pname;
1173 const GLint *params;
1176 struct glLightf_params
1178 TEB *teb;
1179 GLenum light;
1180 GLenum pname;
1181 GLfloat param;
1184 struct glLightfv_params
1186 TEB *teb;
1187 GLenum light;
1188 GLenum pname;
1189 const GLfloat *params;
1192 struct glLighti_params
1194 TEB *teb;
1195 GLenum light;
1196 GLenum pname;
1197 GLint param;
1200 struct glLightiv_params
1202 TEB *teb;
1203 GLenum light;
1204 GLenum pname;
1205 const GLint *params;
1208 struct glLineStipple_params
1210 TEB *teb;
1211 GLint factor;
1212 GLushort pattern;
1215 struct glLineWidth_params
1217 TEB *teb;
1218 GLfloat width;
1221 struct glListBase_params
1223 TEB *teb;
1224 GLuint base;
1227 struct glLoadIdentity_params
1229 TEB *teb;
1232 struct glLoadMatrixd_params
1234 TEB *teb;
1235 const GLdouble *m;
1238 struct glLoadMatrixf_params
1240 TEB *teb;
1241 const GLfloat *m;
1244 struct glLoadName_params
1246 TEB *teb;
1247 GLuint name;
1250 struct glLogicOp_params
1252 TEB *teb;
1253 GLenum opcode;
1256 struct glMap1d_params
1258 TEB *teb;
1259 GLenum target;
1260 GLdouble u1;
1261 GLdouble u2;
1262 GLint stride;
1263 GLint order;
1264 const GLdouble *points;
1267 struct glMap1f_params
1269 TEB *teb;
1270 GLenum target;
1271 GLfloat u1;
1272 GLfloat u2;
1273 GLint stride;
1274 GLint order;
1275 const GLfloat *points;
1278 struct glMap2d_params
1280 TEB *teb;
1281 GLenum target;
1282 GLdouble u1;
1283 GLdouble u2;
1284 GLint ustride;
1285 GLint uorder;
1286 GLdouble v1;
1287 GLdouble v2;
1288 GLint vstride;
1289 GLint vorder;
1290 const GLdouble *points;
1293 struct glMap2f_params
1295 TEB *teb;
1296 GLenum target;
1297 GLfloat u1;
1298 GLfloat u2;
1299 GLint ustride;
1300 GLint uorder;
1301 GLfloat v1;
1302 GLfloat v2;
1303 GLint vstride;
1304 GLint vorder;
1305 const GLfloat *points;
1308 struct glMapGrid1d_params
1310 TEB *teb;
1311 GLint un;
1312 GLdouble u1;
1313 GLdouble u2;
1316 struct glMapGrid1f_params
1318 TEB *teb;
1319 GLint un;
1320 GLfloat u1;
1321 GLfloat u2;
1324 struct glMapGrid2d_params
1326 TEB *teb;
1327 GLint un;
1328 GLdouble u1;
1329 GLdouble u2;
1330 GLint vn;
1331 GLdouble v1;
1332 GLdouble v2;
1335 struct glMapGrid2f_params
1337 TEB *teb;
1338 GLint un;
1339 GLfloat u1;
1340 GLfloat u2;
1341 GLint vn;
1342 GLfloat v1;
1343 GLfloat v2;
1346 struct glMaterialf_params
1348 TEB *teb;
1349 GLenum face;
1350 GLenum pname;
1351 GLfloat param;
1354 struct glMaterialfv_params
1356 TEB *teb;
1357 GLenum face;
1358 GLenum pname;
1359 const GLfloat *params;
1362 struct glMateriali_params
1364 TEB *teb;
1365 GLenum face;
1366 GLenum pname;
1367 GLint param;
1370 struct glMaterialiv_params
1372 TEB *teb;
1373 GLenum face;
1374 GLenum pname;
1375 const GLint *params;
1378 struct glMatrixMode_params
1380 TEB *teb;
1381 GLenum mode;
1384 struct glMultMatrixd_params
1386 TEB *teb;
1387 const GLdouble *m;
1390 struct glMultMatrixf_params
1392 TEB *teb;
1393 const GLfloat *m;
1396 struct glNewList_params
1398 TEB *teb;
1399 GLuint list;
1400 GLenum mode;
1403 struct glNormal3b_params
1405 TEB *teb;
1406 GLbyte nx;
1407 GLbyte ny;
1408 GLbyte nz;
1411 struct glNormal3bv_params
1413 TEB *teb;
1414 const GLbyte *v;
1417 struct glNormal3d_params
1419 TEB *teb;
1420 GLdouble nx;
1421 GLdouble ny;
1422 GLdouble nz;
1425 struct glNormal3dv_params
1427 TEB *teb;
1428 const GLdouble *v;
1431 struct glNormal3f_params
1433 TEB *teb;
1434 GLfloat nx;
1435 GLfloat ny;
1436 GLfloat nz;
1439 struct glNormal3fv_params
1441 TEB *teb;
1442 const GLfloat *v;
1445 struct glNormal3i_params
1447 TEB *teb;
1448 GLint nx;
1449 GLint ny;
1450 GLint nz;
1453 struct glNormal3iv_params
1455 TEB *teb;
1456 const GLint *v;
1459 struct glNormal3s_params
1461 TEB *teb;
1462 GLshort nx;
1463 GLshort ny;
1464 GLshort nz;
1467 struct glNormal3sv_params
1469 TEB *teb;
1470 const GLshort *v;
1473 struct glNormalPointer_params
1475 TEB *teb;
1476 GLenum type;
1477 GLsizei stride;
1478 const void *pointer;
1481 struct glOrtho_params
1483 TEB *teb;
1484 GLdouble left;
1485 GLdouble right;
1486 GLdouble bottom;
1487 GLdouble top;
1488 GLdouble zNear;
1489 GLdouble zFar;
1492 struct glPassThrough_params
1494 TEB *teb;
1495 GLfloat token;
1498 struct glPixelMapfv_params
1500 TEB *teb;
1501 GLenum map;
1502 GLsizei mapsize;
1503 const GLfloat *values;
1506 struct glPixelMapuiv_params
1508 TEB *teb;
1509 GLenum map;
1510 GLsizei mapsize;
1511 const GLuint *values;
1514 struct glPixelMapusv_params
1516 TEB *teb;
1517 GLenum map;
1518 GLsizei mapsize;
1519 const GLushort *values;
1522 struct glPixelStoref_params
1524 TEB *teb;
1525 GLenum pname;
1526 GLfloat param;
1529 struct glPixelStorei_params
1531 TEB *teb;
1532 GLenum pname;
1533 GLint param;
1536 struct glPixelTransferf_params
1538 TEB *teb;
1539 GLenum pname;
1540 GLfloat param;
1543 struct glPixelTransferi_params
1545 TEB *teb;
1546 GLenum pname;
1547 GLint param;
1550 struct glPixelZoom_params
1552 TEB *teb;
1553 GLfloat xfactor;
1554 GLfloat yfactor;
1557 struct glPointSize_params
1559 TEB *teb;
1560 GLfloat size;
1563 struct glPolygonMode_params
1565 TEB *teb;
1566 GLenum face;
1567 GLenum mode;
1570 struct glPolygonOffset_params
1572 TEB *teb;
1573 GLfloat factor;
1574 GLfloat units;
1577 struct glPolygonStipple_params
1579 TEB *teb;
1580 const GLubyte *mask;
1583 struct glPopAttrib_params
1585 TEB *teb;
1588 struct glPopClientAttrib_params
1590 TEB *teb;
1593 struct glPopMatrix_params
1595 TEB *teb;
1598 struct glPopName_params
1600 TEB *teb;
1603 struct glPrioritizeTextures_params
1605 TEB *teb;
1606 GLsizei n;
1607 const GLuint *textures;
1608 const GLfloat *priorities;
1611 struct glPushAttrib_params
1613 TEB *teb;
1614 GLbitfield mask;
1617 struct glPushClientAttrib_params
1619 TEB *teb;
1620 GLbitfield mask;
1623 struct glPushMatrix_params
1625 TEB *teb;
1628 struct glPushName_params
1630 TEB *teb;
1631 GLuint name;
1634 struct glRasterPos2d_params
1636 TEB *teb;
1637 GLdouble x;
1638 GLdouble y;
1641 struct glRasterPos2dv_params
1643 TEB *teb;
1644 const GLdouble *v;
1647 struct glRasterPos2f_params
1649 TEB *teb;
1650 GLfloat x;
1651 GLfloat y;
1654 struct glRasterPos2fv_params
1656 TEB *teb;
1657 const GLfloat *v;
1660 struct glRasterPos2i_params
1662 TEB *teb;
1663 GLint x;
1664 GLint y;
1667 struct glRasterPos2iv_params
1669 TEB *teb;
1670 const GLint *v;
1673 struct glRasterPos2s_params
1675 TEB *teb;
1676 GLshort x;
1677 GLshort y;
1680 struct glRasterPos2sv_params
1682 TEB *teb;
1683 const GLshort *v;
1686 struct glRasterPos3d_params
1688 TEB *teb;
1689 GLdouble x;
1690 GLdouble y;
1691 GLdouble z;
1694 struct glRasterPos3dv_params
1696 TEB *teb;
1697 const GLdouble *v;
1700 struct glRasterPos3f_params
1702 TEB *teb;
1703 GLfloat x;
1704 GLfloat y;
1705 GLfloat z;
1708 struct glRasterPos3fv_params
1710 TEB *teb;
1711 const GLfloat *v;
1714 struct glRasterPos3i_params
1716 TEB *teb;
1717 GLint x;
1718 GLint y;
1719 GLint z;
1722 struct glRasterPos3iv_params
1724 TEB *teb;
1725 const GLint *v;
1728 struct glRasterPos3s_params
1730 TEB *teb;
1731 GLshort x;
1732 GLshort y;
1733 GLshort z;
1736 struct glRasterPos3sv_params
1738 TEB *teb;
1739 const GLshort *v;
1742 struct glRasterPos4d_params
1744 TEB *teb;
1745 GLdouble x;
1746 GLdouble y;
1747 GLdouble z;
1748 GLdouble w;
1751 struct glRasterPos4dv_params
1753 TEB *teb;
1754 const GLdouble *v;
1757 struct glRasterPos4f_params
1759 TEB *teb;
1760 GLfloat x;
1761 GLfloat y;
1762 GLfloat z;
1763 GLfloat w;
1766 struct glRasterPos4fv_params
1768 TEB *teb;
1769 const GLfloat *v;
1772 struct glRasterPos4i_params
1774 TEB *teb;
1775 GLint x;
1776 GLint y;
1777 GLint z;
1778 GLint w;
1781 struct glRasterPos4iv_params
1783 TEB *teb;
1784 const GLint *v;
1787 struct glRasterPos4s_params
1789 TEB *teb;
1790 GLshort x;
1791 GLshort y;
1792 GLshort z;
1793 GLshort w;
1796 struct glRasterPos4sv_params
1798 TEB *teb;
1799 const GLshort *v;
1802 struct glReadBuffer_params
1804 TEB *teb;
1805 GLenum src;
1808 struct glReadPixels_params
1810 TEB *teb;
1811 GLint x;
1812 GLint y;
1813 GLsizei width;
1814 GLsizei height;
1815 GLenum format;
1816 GLenum type;
1817 void *pixels;
1820 struct glRectd_params
1822 TEB *teb;
1823 GLdouble x1;
1824 GLdouble y1;
1825 GLdouble x2;
1826 GLdouble y2;
1829 struct glRectdv_params
1831 TEB *teb;
1832 const GLdouble *v1;
1833 const GLdouble *v2;
1836 struct glRectf_params
1838 TEB *teb;
1839 GLfloat x1;
1840 GLfloat y1;
1841 GLfloat x2;
1842 GLfloat y2;
1845 struct glRectfv_params
1847 TEB *teb;
1848 const GLfloat *v1;
1849 const GLfloat *v2;
1852 struct glRecti_params
1854 TEB *teb;
1855 GLint x1;
1856 GLint y1;
1857 GLint x2;
1858 GLint y2;
1861 struct glRectiv_params
1863 TEB *teb;
1864 const GLint *v1;
1865 const GLint *v2;
1868 struct glRects_params
1870 TEB *teb;
1871 GLshort x1;
1872 GLshort y1;
1873 GLshort x2;
1874 GLshort y2;
1877 struct glRectsv_params
1879 TEB *teb;
1880 const GLshort *v1;
1881 const GLshort *v2;
1884 struct glRenderMode_params
1886 TEB *teb;
1887 GLenum mode;
1888 GLint ret;
1891 struct glRotated_params
1893 TEB *teb;
1894 GLdouble angle;
1895 GLdouble x;
1896 GLdouble y;
1897 GLdouble z;
1900 struct glRotatef_params
1902 TEB *teb;
1903 GLfloat angle;
1904 GLfloat x;
1905 GLfloat y;
1906 GLfloat z;
1909 struct glScaled_params
1911 TEB *teb;
1912 GLdouble x;
1913 GLdouble y;
1914 GLdouble z;
1917 struct glScalef_params
1919 TEB *teb;
1920 GLfloat x;
1921 GLfloat y;
1922 GLfloat z;
1925 struct glScissor_params
1927 TEB *teb;
1928 GLint x;
1929 GLint y;
1930 GLsizei width;
1931 GLsizei height;
1934 struct glSelectBuffer_params
1936 TEB *teb;
1937 GLsizei size;
1938 GLuint *buffer;
1941 struct glShadeModel_params
1943 TEB *teb;
1944 GLenum mode;
1947 struct glStencilFunc_params
1949 TEB *teb;
1950 GLenum func;
1951 GLint ref;
1952 GLuint mask;
1955 struct glStencilMask_params
1957 TEB *teb;
1958 GLuint mask;
1961 struct glStencilOp_params
1963 TEB *teb;
1964 GLenum fail;
1965 GLenum zfail;
1966 GLenum zpass;
1969 struct glTexCoord1d_params
1971 TEB *teb;
1972 GLdouble s;
1975 struct glTexCoord1dv_params
1977 TEB *teb;
1978 const GLdouble *v;
1981 struct glTexCoord1f_params
1983 TEB *teb;
1984 GLfloat s;
1987 struct glTexCoord1fv_params
1989 TEB *teb;
1990 const GLfloat *v;
1993 struct glTexCoord1i_params
1995 TEB *teb;
1996 GLint s;
1999 struct glTexCoord1iv_params
2001 TEB *teb;
2002 const GLint *v;
2005 struct glTexCoord1s_params
2007 TEB *teb;
2008 GLshort s;
2011 struct glTexCoord1sv_params
2013 TEB *teb;
2014 const GLshort *v;
2017 struct glTexCoord2d_params
2019 TEB *teb;
2020 GLdouble s;
2021 GLdouble t;
2024 struct glTexCoord2dv_params
2026 TEB *teb;
2027 const GLdouble *v;
2030 struct glTexCoord2f_params
2032 TEB *teb;
2033 GLfloat s;
2034 GLfloat t;
2037 struct glTexCoord2fv_params
2039 TEB *teb;
2040 const GLfloat *v;
2043 struct glTexCoord2i_params
2045 TEB *teb;
2046 GLint s;
2047 GLint t;
2050 struct glTexCoord2iv_params
2052 TEB *teb;
2053 const GLint *v;
2056 struct glTexCoord2s_params
2058 TEB *teb;
2059 GLshort s;
2060 GLshort t;
2063 struct glTexCoord2sv_params
2065 TEB *teb;
2066 const GLshort *v;
2069 struct glTexCoord3d_params
2071 TEB *teb;
2072 GLdouble s;
2073 GLdouble t;
2074 GLdouble r;
2077 struct glTexCoord3dv_params
2079 TEB *teb;
2080 const GLdouble *v;
2083 struct glTexCoord3f_params
2085 TEB *teb;
2086 GLfloat s;
2087 GLfloat t;
2088 GLfloat r;
2091 struct glTexCoord3fv_params
2093 TEB *teb;
2094 const GLfloat *v;
2097 struct glTexCoord3i_params
2099 TEB *teb;
2100 GLint s;
2101 GLint t;
2102 GLint r;
2105 struct glTexCoord3iv_params
2107 TEB *teb;
2108 const GLint *v;
2111 struct glTexCoord3s_params
2113 TEB *teb;
2114 GLshort s;
2115 GLshort t;
2116 GLshort r;
2119 struct glTexCoord3sv_params
2121 TEB *teb;
2122 const GLshort *v;
2125 struct glTexCoord4d_params
2127 TEB *teb;
2128 GLdouble s;
2129 GLdouble t;
2130 GLdouble r;
2131 GLdouble q;
2134 struct glTexCoord4dv_params
2136 TEB *teb;
2137 const GLdouble *v;
2140 struct glTexCoord4f_params
2142 TEB *teb;
2143 GLfloat s;
2144 GLfloat t;
2145 GLfloat r;
2146 GLfloat q;
2149 struct glTexCoord4fv_params
2151 TEB *teb;
2152 const GLfloat *v;
2155 struct glTexCoord4i_params
2157 TEB *teb;
2158 GLint s;
2159 GLint t;
2160 GLint r;
2161 GLint q;
2164 struct glTexCoord4iv_params
2166 TEB *teb;
2167 const GLint *v;
2170 struct glTexCoord4s_params
2172 TEB *teb;
2173 GLshort s;
2174 GLshort t;
2175 GLshort r;
2176 GLshort q;
2179 struct glTexCoord4sv_params
2181 TEB *teb;
2182 const GLshort *v;
2185 struct glTexCoordPointer_params
2187 TEB *teb;
2188 GLint size;
2189 GLenum type;
2190 GLsizei stride;
2191 const void *pointer;
2194 struct glTexEnvf_params
2196 TEB *teb;
2197 GLenum target;
2198 GLenum pname;
2199 GLfloat param;
2202 struct glTexEnvfv_params
2204 TEB *teb;
2205 GLenum target;
2206 GLenum pname;
2207 const GLfloat *params;
2210 struct glTexEnvi_params
2212 TEB *teb;
2213 GLenum target;
2214 GLenum pname;
2215 GLint param;
2218 struct glTexEnviv_params
2220 TEB *teb;
2221 GLenum target;
2222 GLenum pname;
2223 const GLint *params;
2226 struct glTexGend_params
2228 TEB *teb;
2229 GLenum coord;
2230 GLenum pname;
2231 GLdouble param;
2234 struct glTexGendv_params
2236 TEB *teb;
2237 GLenum coord;
2238 GLenum pname;
2239 const GLdouble *params;
2242 struct glTexGenf_params
2244 TEB *teb;
2245 GLenum coord;
2246 GLenum pname;
2247 GLfloat param;
2250 struct glTexGenfv_params
2252 TEB *teb;
2253 GLenum coord;
2254 GLenum pname;
2255 const GLfloat *params;
2258 struct glTexGeni_params
2260 TEB *teb;
2261 GLenum coord;
2262 GLenum pname;
2263 GLint param;
2266 struct glTexGeniv_params
2268 TEB *teb;
2269 GLenum coord;
2270 GLenum pname;
2271 const GLint *params;
2274 struct glTexImage1D_params
2276 TEB *teb;
2277 GLenum target;
2278 GLint level;
2279 GLint internalformat;
2280 GLsizei width;
2281 GLint border;
2282 GLenum format;
2283 GLenum type;
2284 const void *pixels;
2287 struct glTexImage2D_params
2289 TEB *teb;
2290 GLenum target;
2291 GLint level;
2292 GLint internalformat;
2293 GLsizei width;
2294 GLsizei height;
2295 GLint border;
2296 GLenum format;
2297 GLenum type;
2298 const void *pixels;
2301 struct glTexParameterf_params
2303 TEB *teb;
2304 GLenum target;
2305 GLenum pname;
2306 GLfloat param;
2309 struct glTexParameterfv_params
2311 TEB *teb;
2312 GLenum target;
2313 GLenum pname;
2314 const GLfloat *params;
2317 struct glTexParameteri_params
2319 TEB *teb;
2320 GLenum target;
2321 GLenum pname;
2322 GLint param;
2325 struct glTexParameteriv_params
2327 TEB *teb;
2328 GLenum target;
2329 GLenum pname;
2330 const GLint *params;
2333 struct glTexSubImage1D_params
2335 TEB *teb;
2336 GLenum target;
2337 GLint level;
2338 GLint xoffset;
2339 GLsizei width;
2340 GLenum format;
2341 GLenum type;
2342 const void *pixels;
2345 struct glTexSubImage2D_params
2347 TEB *teb;
2348 GLenum target;
2349 GLint level;
2350 GLint xoffset;
2351 GLint yoffset;
2352 GLsizei width;
2353 GLsizei height;
2354 GLenum format;
2355 GLenum type;
2356 const void *pixels;
2359 struct glTranslated_params
2361 TEB *teb;
2362 GLdouble x;
2363 GLdouble y;
2364 GLdouble z;
2367 struct glTranslatef_params
2369 TEB *teb;
2370 GLfloat x;
2371 GLfloat y;
2372 GLfloat z;
2375 struct glVertex2d_params
2377 TEB *teb;
2378 GLdouble x;
2379 GLdouble y;
2382 struct glVertex2dv_params
2384 TEB *teb;
2385 const GLdouble *v;
2388 struct glVertex2f_params
2390 TEB *teb;
2391 GLfloat x;
2392 GLfloat y;
2395 struct glVertex2fv_params
2397 TEB *teb;
2398 const GLfloat *v;
2401 struct glVertex2i_params
2403 TEB *teb;
2404 GLint x;
2405 GLint y;
2408 struct glVertex2iv_params
2410 TEB *teb;
2411 const GLint *v;
2414 struct glVertex2s_params
2416 TEB *teb;
2417 GLshort x;
2418 GLshort y;
2421 struct glVertex2sv_params
2423 TEB *teb;
2424 const GLshort *v;
2427 struct glVertex3d_params
2429 TEB *teb;
2430 GLdouble x;
2431 GLdouble y;
2432 GLdouble z;
2435 struct glVertex3dv_params
2437 TEB *teb;
2438 const GLdouble *v;
2441 struct glVertex3f_params
2443 TEB *teb;
2444 GLfloat x;
2445 GLfloat y;
2446 GLfloat z;
2449 struct glVertex3fv_params
2451 TEB *teb;
2452 const GLfloat *v;
2455 struct glVertex3i_params
2457 TEB *teb;
2458 GLint x;
2459 GLint y;
2460 GLint z;
2463 struct glVertex3iv_params
2465 TEB *teb;
2466 const GLint *v;
2469 struct glVertex3s_params
2471 TEB *teb;
2472 GLshort x;
2473 GLshort y;
2474 GLshort z;
2477 struct glVertex3sv_params
2479 TEB *teb;
2480 const GLshort *v;
2483 struct glVertex4d_params
2485 TEB *teb;
2486 GLdouble x;
2487 GLdouble y;
2488 GLdouble z;
2489 GLdouble w;
2492 struct glVertex4dv_params
2494 TEB *teb;
2495 const GLdouble *v;
2498 struct glVertex4f_params
2500 TEB *teb;
2501 GLfloat x;
2502 GLfloat y;
2503 GLfloat z;
2504 GLfloat w;
2507 struct glVertex4fv_params
2509 TEB *teb;
2510 const GLfloat *v;
2513 struct glVertex4i_params
2515 TEB *teb;
2516 GLint x;
2517 GLint y;
2518 GLint z;
2519 GLint w;
2522 struct glVertex4iv_params
2524 TEB *teb;
2525 const GLint *v;
2528 struct glVertex4s_params
2530 TEB *teb;
2531 GLshort x;
2532 GLshort y;
2533 GLshort z;
2534 GLshort w;
2537 struct glVertex4sv_params
2539 TEB *teb;
2540 const GLshort *v;
2543 struct glVertexPointer_params
2545 TEB *teb;
2546 GLint size;
2547 GLenum type;
2548 GLsizei stride;
2549 const void *pointer;
2552 struct glViewport_params
2554 TEB *teb;
2555 GLint x;
2556 GLint y;
2557 GLsizei width;
2558 GLsizei height;
2561 struct glAccumxOES_params
2563 TEB *teb;
2564 GLenum op;
2565 GLfixed value;
2568 struct glAcquireKeyedMutexWin32EXT_params
2570 TEB *teb;
2571 GLuint memory;
2572 GLuint64 key;
2573 GLuint timeout;
2574 GLboolean ret;
2577 struct glActiveProgramEXT_params
2579 TEB *teb;
2580 GLuint program;
2583 struct glActiveShaderProgram_params
2585 TEB *teb;
2586 GLuint pipeline;
2587 GLuint program;
2590 struct glActiveStencilFaceEXT_params
2592 TEB *teb;
2593 GLenum face;
2596 struct glActiveTexture_params
2598 TEB *teb;
2599 GLenum texture;
2602 struct glActiveTextureARB_params
2604 TEB *teb;
2605 GLenum texture;
2608 struct glActiveVaryingNV_params
2610 TEB *teb;
2611 GLuint program;
2612 const GLchar *name;
2615 struct glAlphaFragmentOp1ATI_params
2617 TEB *teb;
2618 GLenum op;
2619 GLuint dst;
2620 GLuint dstMod;
2621 GLuint arg1;
2622 GLuint arg1Rep;
2623 GLuint arg1Mod;
2626 struct glAlphaFragmentOp2ATI_params
2628 TEB *teb;
2629 GLenum op;
2630 GLuint dst;
2631 GLuint dstMod;
2632 GLuint arg1;
2633 GLuint arg1Rep;
2634 GLuint arg1Mod;
2635 GLuint arg2;
2636 GLuint arg2Rep;
2637 GLuint arg2Mod;
2640 struct glAlphaFragmentOp3ATI_params
2642 TEB *teb;
2643 GLenum op;
2644 GLuint dst;
2645 GLuint dstMod;
2646 GLuint arg1;
2647 GLuint arg1Rep;
2648 GLuint arg1Mod;
2649 GLuint arg2;
2650 GLuint arg2Rep;
2651 GLuint arg2Mod;
2652 GLuint arg3;
2653 GLuint arg3Rep;
2654 GLuint arg3Mod;
2657 struct glAlphaFuncxOES_params
2659 TEB *teb;
2660 GLenum func;
2661 GLfixed ref;
2664 struct glAlphaToCoverageDitherControlNV_params
2666 TEB *teb;
2667 GLenum mode;
2670 struct glApplyFramebufferAttachmentCMAAINTEL_params
2672 TEB *teb;
2675 struct glApplyTextureEXT_params
2677 TEB *teb;
2678 GLenum mode;
2681 struct glAreProgramsResidentNV_params
2683 TEB *teb;
2684 GLsizei n;
2685 const GLuint *programs;
2686 GLboolean *residences;
2687 GLboolean ret;
2690 struct glAreTexturesResidentEXT_params
2692 TEB *teb;
2693 GLsizei n;
2694 const GLuint *textures;
2695 GLboolean *residences;
2696 GLboolean ret;
2699 struct glArrayElementEXT_params
2701 TEB *teb;
2702 GLint i;
2705 struct glArrayObjectATI_params
2707 TEB *teb;
2708 GLenum array;
2709 GLint size;
2710 GLenum type;
2711 GLsizei stride;
2712 GLuint buffer;
2713 GLuint offset;
2716 struct glAsyncCopyBufferSubDataNVX_params
2718 TEB *teb;
2719 GLsizei waitSemaphoreCount;
2720 const GLuint *waitSemaphoreArray;
2721 const GLuint64 *fenceValueArray;
2722 GLuint readGpu;
2723 GLbitfield writeGpuMask;
2724 GLuint readBuffer;
2725 GLuint writeBuffer;
2726 GLintptr readOffset;
2727 GLintptr writeOffset;
2728 GLsizeiptr size;
2729 GLsizei signalSemaphoreCount;
2730 const GLuint *signalSemaphoreArray;
2731 const GLuint64 *signalValueArray;
2732 GLuint ret;
2735 struct glAsyncCopyImageSubDataNVX_params
2737 TEB *teb;
2738 GLsizei waitSemaphoreCount;
2739 const GLuint *waitSemaphoreArray;
2740 const GLuint64 *waitValueArray;
2741 GLuint srcGpu;
2742 GLbitfield dstGpuMask;
2743 GLuint srcName;
2744 GLenum srcTarget;
2745 GLint srcLevel;
2746 GLint srcX;
2747 GLint srcY;
2748 GLint srcZ;
2749 GLuint dstName;
2750 GLenum dstTarget;
2751 GLint dstLevel;
2752 GLint dstX;
2753 GLint dstY;
2754 GLint dstZ;
2755 GLsizei srcWidth;
2756 GLsizei srcHeight;
2757 GLsizei srcDepth;
2758 GLsizei signalSemaphoreCount;
2759 const GLuint *signalSemaphoreArray;
2760 const GLuint64 *signalValueArray;
2761 GLuint ret;
2764 struct glAsyncMarkerSGIX_params
2766 TEB *teb;
2767 GLuint marker;
2770 struct glAttachObjectARB_params
2772 TEB *teb;
2773 GLhandleARB containerObj;
2774 GLhandleARB obj;
2777 struct glAttachShader_params
2779 TEB *teb;
2780 GLuint program;
2781 GLuint shader;
2784 struct glBeginConditionalRender_params
2786 TEB *teb;
2787 GLuint id;
2788 GLenum mode;
2791 struct glBeginConditionalRenderNV_params
2793 TEB *teb;
2794 GLuint id;
2795 GLenum mode;
2798 struct glBeginConditionalRenderNVX_params
2800 TEB *teb;
2801 GLuint id;
2804 struct glBeginFragmentShaderATI_params
2806 TEB *teb;
2809 struct glBeginOcclusionQueryNV_params
2811 TEB *teb;
2812 GLuint id;
2815 struct glBeginPerfMonitorAMD_params
2817 TEB *teb;
2818 GLuint monitor;
2821 struct glBeginPerfQueryINTEL_params
2823 TEB *teb;
2824 GLuint queryHandle;
2827 struct glBeginQuery_params
2829 TEB *teb;
2830 GLenum target;
2831 GLuint id;
2834 struct glBeginQueryARB_params
2836 TEB *teb;
2837 GLenum target;
2838 GLuint id;
2841 struct glBeginQueryIndexed_params
2843 TEB *teb;
2844 GLenum target;
2845 GLuint index;
2846 GLuint id;
2849 struct glBeginTransformFeedback_params
2851 TEB *teb;
2852 GLenum primitiveMode;
2855 struct glBeginTransformFeedbackEXT_params
2857 TEB *teb;
2858 GLenum primitiveMode;
2861 struct glBeginTransformFeedbackNV_params
2863 TEB *teb;
2864 GLenum primitiveMode;
2867 struct glBeginVertexShaderEXT_params
2869 TEB *teb;
2872 struct glBeginVideoCaptureNV_params
2874 TEB *teb;
2875 GLuint video_capture_slot;
2878 struct glBindAttribLocation_params
2880 TEB *teb;
2881 GLuint program;
2882 GLuint index;
2883 const GLchar *name;
2886 struct glBindAttribLocationARB_params
2888 TEB *teb;
2889 GLhandleARB programObj;
2890 GLuint index;
2891 const GLcharARB *name;
2894 struct glBindBuffer_params
2896 TEB *teb;
2897 GLenum target;
2898 GLuint buffer;
2901 struct glBindBufferARB_params
2903 TEB *teb;
2904 GLenum target;
2905 GLuint buffer;
2908 struct glBindBufferBase_params
2910 TEB *teb;
2911 GLenum target;
2912 GLuint index;
2913 GLuint buffer;
2916 struct glBindBufferBaseEXT_params
2918 TEB *teb;
2919 GLenum target;
2920 GLuint index;
2921 GLuint buffer;
2924 struct glBindBufferBaseNV_params
2926 TEB *teb;
2927 GLenum target;
2928 GLuint index;
2929 GLuint buffer;
2932 struct glBindBufferOffsetEXT_params
2934 TEB *teb;
2935 GLenum target;
2936 GLuint index;
2937 GLuint buffer;
2938 GLintptr offset;
2941 struct glBindBufferOffsetNV_params
2943 TEB *teb;
2944 GLenum target;
2945 GLuint index;
2946 GLuint buffer;
2947 GLintptr offset;
2950 struct glBindBufferRange_params
2952 TEB *teb;
2953 GLenum target;
2954 GLuint index;
2955 GLuint buffer;
2956 GLintptr offset;
2957 GLsizeiptr size;
2960 struct glBindBufferRangeEXT_params
2962 TEB *teb;
2963 GLenum target;
2964 GLuint index;
2965 GLuint buffer;
2966 GLintptr offset;
2967 GLsizeiptr size;
2970 struct glBindBufferRangeNV_params
2972 TEB *teb;
2973 GLenum target;
2974 GLuint index;
2975 GLuint buffer;
2976 GLintptr offset;
2977 GLsizeiptr size;
2980 struct glBindBuffersBase_params
2982 TEB *teb;
2983 GLenum target;
2984 GLuint first;
2985 GLsizei count;
2986 const GLuint *buffers;
2989 struct glBindBuffersRange_params
2991 TEB *teb;
2992 GLenum target;
2993 GLuint first;
2994 GLsizei count;
2995 const GLuint *buffers;
2996 const GLintptr *offsets;
2997 const GLsizeiptr *sizes;
3000 struct glBindFragDataLocation_params
3002 TEB *teb;
3003 GLuint program;
3004 GLuint color;
3005 const GLchar *name;
3008 struct glBindFragDataLocationEXT_params
3010 TEB *teb;
3011 GLuint program;
3012 GLuint color;
3013 const GLchar *name;
3016 struct glBindFragDataLocationIndexed_params
3018 TEB *teb;
3019 GLuint program;
3020 GLuint colorNumber;
3021 GLuint index;
3022 const GLchar *name;
3025 struct glBindFragmentShaderATI_params
3027 TEB *teb;
3028 GLuint id;
3031 struct glBindFramebuffer_params
3033 TEB *teb;
3034 GLenum target;
3035 GLuint framebuffer;
3038 struct glBindFramebufferEXT_params
3040 TEB *teb;
3041 GLenum target;
3042 GLuint framebuffer;
3045 struct glBindImageTexture_params
3047 TEB *teb;
3048 GLuint unit;
3049 GLuint texture;
3050 GLint level;
3051 GLboolean layered;
3052 GLint layer;
3053 GLenum access;
3054 GLenum format;
3057 struct glBindImageTextureEXT_params
3059 TEB *teb;
3060 GLuint index;
3061 GLuint texture;
3062 GLint level;
3063 GLboolean layered;
3064 GLint layer;
3065 GLenum access;
3066 GLint format;
3069 struct glBindImageTextures_params
3071 TEB *teb;
3072 GLuint first;
3073 GLsizei count;
3074 const GLuint *textures;
3077 struct glBindLightParameterEXT_params
3079 TEB *teb;
3080 GLenum light;
3081 GLenum value;
3082 GLuint ret;
3085 struct glBindMaterialParameterEXT_params
3087 TEB *teb;
3088 GLenum face;
3089 GLenum value;
3090 GLuint ret;
3093 struct glBindMultiTextureEXT_params
3095 TEB *teb;
3096 GLenum texunit;
3097 GLenum target;
3098 GLuint texture;
3101 struct glBindParameterEXT_params
3103 TEB *teb;
3104 GLenum value;
3105 GLuint ret;
3108 struct glBindProgramARB_params
3110 TEB *teb;
3111 GLenum target;
3112 GLuint program;
3115 struct glBindProgramNV_params
3117 TEB *teb;
3118 GLenum target;
3119 GLuint id;
3122 struct glBindProgramPipeline_params
3124 TEB *teb;
3125 GLuint pipeline;
3128 struct glBindRenderbuffer_params
3130 TEB *teb;
3131 GLenum target;
3132 GLuint renderbuffer;
3135 struct glBindRenderbufferEXT_params
3137 TEB *teb;
3138 GLenum target;
3139 GLuint renderbuffer;
3142 struct glBindSampler_params
3144 TEB *teb;
3145 GLuint unit;
3146 GLuint sampler;
3149 struct glBindSamplers_params
3151 TEB *teb;
3152 GLuint first;
3153 GLsizei count;
3154 const GLuint *samplers;
3157 struct glBindShadingRateImageNV_params
3159 TEB *teb;
3160 GLuint texture;
3163 struct glBindTexGenParameterEXT_params
3165 TEB *teb;
3166 GLenum unit;
3167 GLenum coord;
3168 GLenum value;
3169 GLuint ret;
3172 struct glBindTextureEXT_params
3174 TEB *teb;
3175 GLenum target;
3176 GLuint texture;
3179 struct glBindTextureUnit_params
3181 TEB *teb;
3182 GLuint unit;
3183 GLuint texture;
3186 struct glBindTextureUnitParameterEXT_params
3188 TEB *teb;
3189 GLenum unit;
3190 GLenum value;
3191 GLuint ret;
3194 struct glBindTextures_params
3196 TEB *teb;
3197 GLuint first;
3198 GLsizei count;
3199 const GLuint *textures;
3202 struct glBindTransformFeedback_params
3204 TEB *teb;
3205 GLenum target;
3206 GLuint id;
3209 struct glBindTransformFeedbackNV_params
3211 TEB *teb;
3212 GLenum target;
3213 GLuint id;
3216 struct glBindVertexArray_params
3218 TEB *teb;
3219 GLuint array;
3222 struct glBindVertexArrayAPPLE_params
3224 TEB *teb;
3225 GLuint array;
3228 struct glBindVertexBuffer_params
3230 TEB *teb;
3231 GLuint bindingindex;
3232 GLuint buffer;
3233 GLintptr offset;
3234 GLsizei stride;
3237 struct glBindVertexBuffers_params
3239 TEB *teb;
3240 GLuint first;
3241 GLsizei count;
3242 const GLuint *buffers;
3243 const GLintptr *offsets;
3244 const GLsizei *strides;
3247 struct glBindVertexShaderEXT_params
3249 TEB *teb;
3250 GLuint id;
3253 struct glBindVideoCaptureStreamBufferNV_params
3255 TEB *teb;
3256 GLuint video_capture_slot;
3257 GLuint stream;
3258 GLenum frame_region;
3259 GLintptrARB offset;
3262 struct glBindVideoCaptureStreamTextureNV_params
3264 TEB *teb;
3265 GLuint video_capture_slot;
3266 GLuint stream;
3267 GLenum frame_region;
3268 GLenum target;
3269 GLuint texture;
3272 struct glBinormal3bEXT_params
3274 TEB *teb;
3275 GLbyte bx;
3276 GLbyte by;
3277 GLbyte bz;
3280 struct glBinormal3bvEXT_params
3282 TEB *teb;
3283 const GLbyte *v;
3286 struct glBinormal3dEXT_params
3288 TEB *teb;
3289 GLdouble bx;
3290 GLdouble by;
3291 GLdouble bz;
3294 struct glBinormal3dvEXT_params
3296 TEB *teb;
3297 const GLdouble *v;
3300 struct glBinormal3fEXT_params
3302 TEB *teb;
3303 GLfloat bx;
3304 GLfloat by;
3305 GLfloat bz;
3308 struct glBinormal3fvEXT_params
3310 TEB *teb;
3311 const GLfloat *v;
3314 struct glBinormal3iEXT_params
3316 TEB *teb;
3317 GLint bx;
3318 GLint by;
3319 GLint bz;
3322 struct glBinormal3ivEXT_params
3324 TEB *teb;
3325 const GLint *v;
3328 struct glBinormal3sEXT_params
3330 TEB *teb;
3331 GLshort bx;
3332 GLshort by;
3333 GLshort bz;
3336 struct glBinormal3svEXT_params
3338 TEB *teb;
3339 const GLshort *v;
3342 struct glBinormalPointerEXT_params
3344 TEB *teb;
3345 GLenum type;
3346 GLsizei stride;
3347 const void *pointer;
3350 struct glBitmapxOES_params
3352 TEB *teb;
3353 GLsizei width;
3354 GLsizei height;
3355 GLfixed xorig;
3356 GLfixed yorig;
3357 GLfixed xmove;
3358 GLfixed ymove;
3359 const GLubyte *bitmap;
3362 struct glBlendBarrierKHR_params
3364 TEB *teb;
3367 struct glBlendBarrierNV_params
3369 TEB *teb;
3372 struct glBlendColor_params
3374 TEB *teb;
3375 GLfloat red;
3376 GLfloat green;
3377 GLfloat blue;
3378 GLfloat alpha;
3381 struct glBlendColorEXT_params
3383 TEB *teb;
3384 GLfloat red;
3385 GLfloat green;
3386 GLfloat blue;
3387 GLfloat alpha;
3390 struct glBlendColorxOES_params
3392 TEB *teb;
3393 GLfixed red;
3394 GLfixed green;
3395 GLfixed blue;
3396 GLfixed alpha;
3399 struct glBlendEquation_params
3401 TEB *teb;
3402 GLenum mode;
3405 struct glBlendEquationEXT_params
3407 TEB *teb;
3408 GLenum mode;
3411 struct glBlendEquationIndexedAMD_params
3413 TEB *teb;
3414 GLuint buf;
3415 GLenum mode;
3418 struct glBlendEquationSeparate_params
3420 TEB *teb;
3421 GLenum modeRGB;
3422 GLenum modeAlpha;
3425 struct glBlendEquationSeparateEXT_params
3427 TEB *teb;
3428 GLenum modeRGB;
3429 GLenum modeAlpha;
3432 struct glBlendEquationSeparateIndexedAMD_params
3434 TEB *teb;
3435 GLuint buf;
3436 GLenum modeRGB;
3437 GLenum modeAlpha;
3440 struct glBlendEquationSeparatei_params
3442 TEB *teb;
3443 GLuint buf;
3444 GLenum modeRGB;
3445 GLenum modeAlpha;
3448 struct glBlendEquationSeparateiARB_params
3450 TEB *teb;
3451 GLuint buf;
3452 GLenum modeRGB;
3453 GLenum modeAlpha;
3456 struct glBlendEquationi_params
3458 TEB *teb;
3459 GLuint buf;
3460 GLenum mode;
3463 struct glBlendEquationiARB_params
3465 TEB *teb;
3466 GLuint buf;
3467 GLenum mode;
3470 struct glBlendFuncIndexedAMD_params
3472 TEB *teb;
3473 GLuint buf;
3474 GLenum src;
3475 GLenum dst;
3478 struct glBlendFuncSeparate_params
3480 TEB *teb;
3481 GLenum sfactorRGB;
3482 GLenum dfactorRGB;
3483 GLenum sfactorAlpha;
3484 GLenum dfactorAlpha;
3487 struct glBlendFuncSeparateEXT_params
3489 TEB *teb;
3490 GLenum sfactorRGB;
3491 GLenum dfactorRGB;
3492 GLenum sfactorAlpha;
3493 GLenum dfactorAlpha;
3496 struct glBlendFuncSeparateINGR_params
3498 TEB *teb;
3499 GLenum sfactorRGB;
3500 GLenum dfactorRGB;
3501 GLenum sfactorAlpha;
3502 GLenum dfactorAlpha;
3505 struct glBlendFuncSeparateIndexedAMD_params
3507 TEB *teb;
3508 GLuint buf;
3509 GLenum srcRGB;
3510 GLenum dstRGB;
3511 GLenum srcAlpha;
3512 GLenum dstAlpha;
3515 struct glBlendFuncSeparatei_params
3517 TEB *teb;
3518 GLuint buf;
3519 GLenum srcRGB;
3520 GLenum dstRGB;
3521 GLenum srcAlpha;
3522 GLenum dstAlpha;
3525 struct glBlendFuncSeparateiARB_params
3527 TEB *teb;
3528 GLuint buf;
3529 GLenum srcRGB;
3530 GLenum dstRGB;
3531 GLenum srcAlpha;
3532 GLenum dstAlpha;
3535 struct glBlendFunci_params
3537 TEB *teb;
3538 GLuint buf;
3539 GLenum src;
3540 GLenum dst;
3543 struct glBlendFunciARB_params
3545 TEB *teb;
3546 GLuint buf;
3547 GLenum src;
3548 GLenum dst;
3551 struct glBlendParameteriNV_params
3553 TEB *teb;
3554 GLenum pname;
3555 GLint value;
3558 struct glBlitFramebuffer_params
3560 TEB *teb;
3561 GLint srcX0;
3562 GLint srcY0;
3563 GLint srcX1;
3564 GLint srcY1;
3565 GLint dstX0;
3566 GLint dstY0;
3567 GLint dstX1;
3568 GLint dstY1;
3569 GLbitfield mask;
3570 GLenum filter;
3573 struct glBlitFramebufferEXT_params
3575 TEB *teb;
3576 GLint srcX0;
3577 GLint srcY0;
3578 GLint srcX1;
3579 GLint srcY1;
3580 GLint dstX0;
3581 GLint dstY0;
3582 GLint dstX1;
3583 GLint dstY1;
3584 GLbitfield mask;
3585 GLenum filter;
3588 struct glBlitNamedFramebuffer_params
3590 TEB *teb;
3591 GLuint readFramebuffer;
3592 GLuint drawFramebuffer;
3593 GLint srcX0;
3594 GLint srcY0;
3595 GLint srcX1;
3596 GLint srcY1;
3597 GLint dstX0;
3598 GLint dstY0;
3599 GLint dstX1;
3600 GLint dstY1;
3601 GLbitfield mask;
3602 GLenum filter;
3605 struct glBufferAddressRangeNV_params
3607 TEB *teb;
3608 GLenum pname;
3609 GLuint index;
3610 GLuint64EXT address;
3611 GLsizeiptr length;
3614 struct glBufferAttachMemoryNV_params
3616 TEB *teb;
3617 GLenum target;
3618 GLuint memory;
3619 GLuint64 offset;
3622 struct glBufferData_params
3624 TEB *teb;
3625 GLenum target;
3626 GLsizeiptr size;
3627 const void *data;
3628 GLenum usage;
3631 struct glBufferDataARB_params
3633 TEB *teb;
3634 GLenum target;
3635 GLsizeiptrARB size;
3636 const void *data;
3637 GLenum usage;
3640 struct glBufferPageCommitmentARB_params
3642 TEB *teb;
3643 GLenum target;
3644 GLintptr offset;
3645 GLsizeiptr size;
3646 GLboolean commit;
3649 struct glBufferParameteriAPPLE_params
3651 TEB *teb;
3652 GLenum target;
3653 GLenum pname;
3654 GLint param;
3657 struct glBufferRegionEnabled_params
3659 TEB *teb;
3660 GLuint ret;
3663 struct glBufferStorage_params
3665 TEB *teb;
3666 GLenum target;
3667 GLsizeiptr size;
3668 const void *data;
3669 GLbitfield flags;
3672 struct glBufferStorageExternalEXT_params
3674 TEB *teb;
3675 GLenum target;
3676 GLintptr offset;
3677 GLsizeiptr size;
3678 GLeglClientBufferEXT clientBuffer;
3679 GLbitfield flags;
3682 struct glBufferStorageMemEXT_params
3684 TEB *teb;
3685 GLenum target;
3686 GLsizeiptr size;
3687 GLuint memory;
3688 GLuint64 offset;
3691 struct glBufferSubData_params
3693 TEB *teb;
3694 GLenum target;
3695 GLintptr offset;
3696 GLsizeiptr size;
3697 const void *data;
3700 struct glBufferSubDataARB_params
3702 TEB *teb;
3703 GLenum target;
3704 GLintptrARB offset;
3705 GLsizeiptrARB size;
3706 const void *data;
3709 struct glCallCommandListNV_params
3711 TEB *teb;
3712 GLuint list;
3715 struct glCheckFramebufferStatus_params
3717 TEB *teb;
3718 GLenum target;
3719 GLenum ret;
3722 struct glCheckFramebufferStatusEXT_params
3724 TEB *teb;
3725 GLenum target;
3726 GLenum ret;
3729 struct glCheckNamedFramebufferStatus_params
3731 TEB *teb;
3732 GLuint framebuffer;
3733 GLenum target;
3734 GLenum ret;
3737 struct glCheckNamedFramebufferStatusEXT_params
3739 TEB *teb;
3740 GLuint framebuffer;
3741 GLenum target;
3742 GLenum ret;
3745 struct glClampColor_params
3747 TEB *teb;
3748 GLenum target;
3749 GLenum clamp;
3752 struct glClampColorARB_params
3754 TEB *teb;
3755 GLenum target;
3756 GLenum clamp;
3759 struct glClearAccumxOES_params
3761 TEB *teb;
3762 GLfixed red;
3763 GLfixed green;
3764 GLfixed blue;
3765 GLfixed alpha;
3768 struct glClearBufferData_params
3770 TEB *teb;
3771 GLenum target;
3772 GLenum internalformat;
3773 GLenum format;
3774 GLenum type;
3775 const void *data;
3778 struct glClearBufferSubData_params
3780 TEB *teb;
3781 GLenum target;
3782 GLenum internalformat;
3783 GLintptr offset;
3784 GLsizeiptr size;
3785 GLenum format;
3786 GLenum type;
3787 const void *data;
3790 struct glClearBufferfi_params
3792 TEB *teb;
3793 GLenum buffer;
3794 GLint drawbuffer;
3795 GLfloat depth;
3796 GLint stencil;
3799 struct glClearBufferfv_params
3801 TEB *teb;
3802 GLenum buffer;
3803 GLint drawbuffer;
3804 const GLfloat *value;
3807 struct glClearBufferiv_params
3809 TEB *teb;
3810 GLenum buffer;
3811 GLint drawbuffer;
3812 const GLint *value;
3815 struct glClearBufferuiv_params
3817 TEB *teb;
3818 GLenum buffer;
3819 GLint drawbuffer;
3820 const GLuint *value;
3823 struct glClearColorIiEXT_params
3825 TEB *teb;
3826 GLint red;
3827 GLint green;
3828 GLint blue;
3829 GLint alpha;
3832 struct glClearColorIuiEXT_params
3834 TEB *teb;
3835 GLuint red;
3836 GLuint green;
3837 GLuint blue;
3838 GLuint alpha;
3841 struct glClearColorxOES_params
3843 TEB *teb;
3844 GLfixed red;
3845 GLfixed green;
3846 GLfixed blue;
3847 GLfixed alpha;
3850 struct glClearDepthdNV_params
3852 TEB *teb;
3853 GLdouble depth;
3856 struct glClearDepthf_params
3858 TEB *teb;
3859 GLfloat d;
3862 struct glClearDepthfOES_params
3864 TEB *teb;
3865 GLclampf depth;
3868 struct glClearDepthxOES_params
3870 TEB *teb;
3871 GLfixed depth;
3874 struct glClearNamedBufferData_params
3876 TEB *teb;
3877 GLuint buffer;
3878 GLenum internalformat;
3879 GLenum format;
3880 GLenum type;
3881 const void *data;
3884 struct glClearNamedBufferDataEXT_params
3886 TEB *teb;
3887 GLuint buffer;
3888 GLenum internalformat;
3889 GLenum format;
3890 GLenum type;
3891 const void *data;
3894 struct glClearNamedBufferSubData_params
3896 TEB *teb;
3897 GLuint buffer;
3898 GLenum internalformat;
3899 GLintptr offset;
3900 GLsizeiptr size;
3901 GLenum format;
3902 GLenum type;
3903 const void *data;
3906 struct glClearNamedBufferSubDataEXT_params
3908 TEB *teb;
3909 GLuint buffer;
3910 GLenum internalformat;
3911 GLsizeiptr offset;
3912 GLsizeiptr size;
3913 GLenum format;
3914 GLenum type;
3915 const void *data;
3918 struct glClearNamedFramebufferfi_params
3920 TEB *teb;
3921 GLuint framebuffer;
3922 GLenum buffer;
3923 GLint drawbuffer;
3924 GLfloat depth;
3925 GLint stencil;
3928 struct glClearNamedFramebufferfv_params
3930 TEB *teb;
3931 GLuint framebuffer;
3932 GLenum buffer;
3933 GLint drawbuffer;
3934 const GLfloat *value;
3937 struct glClearNamedFramebufferiv_params
3939 TEB *teb;
3940 GLuint framebuffer;
3941 GLenum buffer;
3942 GLint drawbuffer;
3943 const GLint *value;
3946 struct glClearNamedFramebufferuiv_params
3948 TEB *teb;
3949 GLuint framebuffer;
3950 GLenum buffer;
3951 GLint drawbuffer;
3952 const GLuint *value;
3955 struct glClearTexImage_params
3957 TEB *teb;
3958 GLuint texture;
3959 GLint level;
3960 GLenum format;
3961 GLenum type;
3962 const void *data;
3965 struct glClearTexSubImage_params
3967 TEB *teb;
3968 GLuint texture;
3969 GLint level;
3970 GLint xoffset;
3971 GLint yoffset;
3972 GLint zoffset;
3973 GLsizei width;
3974 GLsizei height;
3975 GLsizei depth;
3976 GLenum format;
3977 GLenum type;
3978 const void *data;
3981 struct glClientActiveTexture_params
3983 TEB *teb;
3984 GLenum texture;
3987 struct glClientActiveTextureARB_params
3989 TEB *teb;
3990 GLenum texture;
3993 struct glClientActiveVertexStreamATI_params
3995 TEB *teb;
3996 GLenum stream;
3999 struct glClientAttribDefaultEXT_params
4001 TEB *teb;
4002 GLbitfield mask;
4005 struct glClientWaitSemaphoreui64NVX_params
4007 TEB *teb;
4008 GLsizei fenceObjectCount;
4009 const GLuint *semaphoreArray;
4010 const GLuint64 *fenceValueArray;
4013 struct glClientWaitSync_params
4015 TEB *teb;
4016 GLsync sync;
4017 GLbitfield flags;
4018 GLuint64 timeout;
4019 GLenum ret;
4022 struct glClipControl_params
4024 TEB *teb;
4025 GLenum origin;
4026 GLenum depth;
4029 struct glClipPlanefOES_params
4031 TEB *teb;
4032 GLenum plane;
4033 const GLfloat *equation;
4036 struct glClipPlanexOES_params
4038 TEB *teb;
4039 GLenum plane;
4040 const GLfixed *equation;
4043 struct glColor3fVertex3fSUN_params
4045 TEB *teb;
4046 GLfloat r;
4047 GLfloat g;
4048 GLfloat b;
4049 GLfloat x;
4050 GLfloat y;
4051 GLfloat z;
4054 struct glColor3fVertex3fvSUN_params
4056 TEB *teb;
4057 const GLfloat *c;
4058 const GLfloat *v;
4061 struct glColor3hNV_params
4063 TEB *teb;
4064 GLhalfNV red;
4065 GLhalfNV green;
4066 GLhalfNV blue;
4069 struct glColor3hvNV_params
4071 TEB *teb;
4072 const GLhalfNV *v;
4075 struct glColor3xOES_params
4077 TEB *teb;
4078 GLfixed red;
4079 GLfixed green;
4080 GLfixed blue;
4083 struct glColor3xvOES_params
4085 TEB *teb;
4086 const GLfixed *components;
4089 struct glColor4fNormal3fVertex3fSUN_params
4091 TEB *teb;
4092 GLfloat r;
4093 GLfloat g;
4094 GLfloat b;
4095 GLfloat a;
4096 GLfloat nx;
4097 GLfloat ny;
4098 GLfloat nz;
4099 GLfloat x;
4100 GLfloat y;
4101 GLfloat z;
4104 struct glColor4fNormal3fVertex3fvSUN_params
4106 TEB *teb;
4107 const GLfloat *c;
4108 const GLfloat *n;
4109 const GLfloat *v;
4112 struct glColor4hNV_params
4114 TEB *teb;
4115 GLhalfNV red;
4116 GLhalfNV green;
4117 GLhalfNV blue;
4118 GLhalfNV alpha;
4121 struct glColor4hvNV_params
4123 TEB *teb;
4124 const GLhalfNV *v;
4127 struct glColor4ubVertex2fSUN_params
4129 TEB *teb;
4130 GLubyte r;
4131 GLubyte g;
4132 GLubyte b;
4133 GLubyte a;
4134 GLfloat x;
4135 GLfloat y;
4138 struct glColor4ubVertex2fvSUN_params
4140 TEB *teb;
4141 const GLubyte *c;
4142 const GLfloat *v;
4145 struct glColor4ubVertex3fSUN_params
4147 TEB *teb;
4148 GLubyte r;
4149 GLubyte g;
4150 GLubyte b;
4151 GLubyte a;
4152 GLfloat x;
4153 GLfloat y;
4154 GLfloat z;
4157 struct glColor4ubVertex3fvSUN_params
4159 TEB *teb;
4160 const GLubyte *c;
4161 const GLfloat *v;
4164 struct glColor4xOES_params
4166 TEB *teb;
4167 GLfixed red;
4168 GLfixed green;
4169 GLfixed blue;
4170 GLfixed alpha;
4173 struct glColor4xvOES_params
4175 TEB *teb;
4176 const GLfixed *components;
4179 struct glColorFormatNV_params
4181 TEB *teb;
4182 GLint size;
4183 GLenum type;
4184 GLsizei stride;
4187 struct glColorFragmentOp1ATI_params
4189 TEB *teb;
4190 GLenum op;
4191 GLuint dst;
4192 GLuint dstMask;
4193 GLuint dstMod;
4194 GLuint arg1;
4195 GLuint arg1Rep;
4196 GLuint arg1Mod;
4199 struct glColorFragmentOp2ATI_params
4201 TEB *teb;
4202 GLenum op;
4203 GLuint dst;
4204 GLuint dstMask;
4205 GLuint dstMod;
4206 GLuint arg1;
4207 GLuint arg1Rep;
4208 GLuint arg1Mod;
4209 GLuint arg2;
4210 GLuint arg2Rep;
4211 GLuint arg2Mod;
4214 struct glColorFragmentOp3ATI_params
4216 TEB *teb;
4217 GLenum op;
4218 GLuint dst;
4219 GLuint dstMask;
4220 GLuint dstMod;
4221 GLuint arg1;
4222 GLuint arg1Rep;
4223 GLuint arg1Mod;
4224 GLuint arg2;
4225 GLuint arg2Rep;
4226 GLuint arg2Mod;
4227 GLuint arg3;
4228 GLuint arg3Rep;
4229 GLuint arg3Mod;
4232 struct glColorMaskIndexedEXT_params
4234 TEB *teb;
4235 GLuint index;
4236 GLboolean r;
4237 GLboolean g;
4238 GLboolean b;
4239 GLboolean a;
4242 struct glColorMaski_params
4244 TEB *teb;
4245 GLuint index;
4246 GLboolean r;
4247 GLboolean g;
4248 GLboolean b;
4249 GLboolean a;
4252 struct glColorP3ui_params
4254 TEB *teb;
4255 GLenum type;
4256 GLuint color;
4259 struct glColorP3uiv_params
4261 TEB *teb;
4262 GLenum type;
4263 const GLuint *color;
4266 struct glColorP4ui_params
4268 TEB *teb;
4269 GLenum type;
4270 GLuint color;
4273 struct glColorP4uiv_params
4275 TEB *teb;
4276 GLenum type;
4277 const GLuint *color;
4280 struct glColorPointerEXT_params
4282 TEB *teb;
4283 GLint size;
4284 GLenum type;
4285 GLsizei stride;
4286 GLsizei count;
4287 const void *pointer;
4290 struct glColorPointerListIBM_params
4292 TEB *teb;
4293 GLint size;
4294 GLenum type;
4295 GLint stride;
4296 const void **pointer;
4297 GLint ptrstride;
4300 struct glColorPointervINTEL_params
4302 TEB *teb;
4303 GLint size;
4304 GLenum type;
4305 const void **pointer;
4308 struct glColorSubTable_params
4310 TEB *teb;
4311 GLenum target;
4312 GLsizei start;
4313 GLsizei count;
4314 GLenum format;
4315 GLenum type;
4316 const void *data;
4319 struct glColorSubTableEXT_params
4321 TEB *teb;
4322 GLenum target;
4323 GLsizei start;
4324 GLsizei count;
4325 GLenum format;
4326 GLenum type;
4327 const void *data;
4330 struct glColorTable_params
4332 TEB *teb;
4333 GLenum target;
4334 GLenum internalformat;
4335 GLsizei width;
4336 GLenum format;
4337 GLenum type;
4338 const void *table;
4341 struct glColorTableEXT_params
4343 TEB *teb;
4344 GLenum target;
4345 GLenum internalFormat;
4346 GLsizei width;
4347 GLenum format;
4348 GLenum type;
4349 const void *table;
4352 struct glColorTableParameterfv_params
4354 TEB *teb;
4355 GLenum target;
4356 GLenum pname;
4357 const GLfloat *params;
4360 struct glColorTableParameterfvSGI_params
4362 TEB *teb;
4363 GLenum target;
4364 GLenum pname;
4365 const GLfloat *params;
4368 struct glColorTableParameteriv_params
4370 TEB *teb;
4371 GLenum target;
4372 GLenum pname;
4373 const GLint *params;
4376 struct glColorTableParameterivSGI_params
4378 TEB *teb;
4379 GLenum target;
4380 GLenum pname;
4381 const GLint *params;
4384 struct glColorTableSGI_params
4386 TEB *teb;
4387 GLenum target;
4388 GLenum internalformat;
4389 GLsizei width;
4390 GLenum format;
4391 GLenum type;
4392 const void *table;
4395 struct glCombinerInputNV_params
4397 TEB *teb;
4398 GLenum stage;
4399 GLenum portion;
4400 GLenum variable;
4401 GLenum input;
4402 GLenum mapping;
4403 GLenum componentUsage;
4406 struct glCombinerOutputNV_params
4408 TEB *teb;
4409 GLenum stage;
4410 GLenum portion;
4411 GLenum abOutput;
4412 GLenum cdOutput;
4413 GLenum sumOutput;
4414 GLenum scale;
4415 GLenum bias;
4416 GLboolean abDotProduct;
4417 GLboolean cdDotProduct;
4418 GLboolean muxSum;
4421 struct glCombinerParameterfNV_params
4423 TEB *teb;
4424 GLenum pname;
4425 GLfloat param;
4428 struct glCombinerParameterfvNV_params
4430 TEB *teb;
4431 GLenum pname;
4432 const GLfloat *params;
4435 struct glCombinerParameteriNV_params
4437 TEB *teb;
4438 GLenum pname;
4439 GLint param;
4442 struct glCombinerParameterivNV_params
4444 TEB *teb;
4445 GLenum pname;
4446 const GLint *params;
4449 struct glCombinerStageParameterfvNV_params
4451 TEB *teb;
4452 GLenum stage;
4453 GLenum pname;
4454 const GLfloat *params;
4457 struct glCommandListSegmentsNV_params
4459 TEB *teb;
4460 GLuint list;
4461 GLuint segments;
4464 struct glCompileCommandListNV_params
4466 TEB *teb;
4467 GLuint list;
4470 struct glCompileShader_params
4472 TEB *teb;
4473 GLuint shader;
4476 struct glCompileShaderARB_params
4478 TEB *teb;
4479 GLhandleARB shaderObj;
4482 struct glCompileShaderIncludeARB_params
4484 TEB *teb;
4485 GLuint shader;
4486 GLsizei count;
4487 const GLchar *const*path;
4488 const GLint *length;
4491 struct glCompressedMultiTexImage1DEXT_params
4493 TEB *teb;
4494 GLenum texunit;
4495 GLenum target;
4496 GLint level;
4497 GLenum internalformat;
4498 GLsizei width;
4499 GLint border;
4500 GLsizei imageSize;
4501 const void *bits;
4504 struct glCompressedMultiTexImage2DEXT_params
4506 TEB *teb;
4507 GLenum texunit;
4508 GLenum target;
4509 GLint level;
4510 GLenum internalformat;
4511 GLsizei width;
4512 GLsizei height;
4513 GLint border;
4514 GLsizei imageSize;
4515 const void *bits;
4518 struct glCompressedMultiTexImage3DEXT_params
4520 TEB *teb;
4521 GLenum texunit;
4522 GLenum target;
4523 GLint level;
4524 GLenum internalformat;
4525 GLsizei width;
4526 GLsizei height;
4527 GLsizei depth;
4528 GLint border;
4529 GLsizei imageSize;
4530 const void *bits;
4533 struct glCompressedMultiTexSubImage1DEXT_params
4535 TEB *teb;
4536 GLenum texunit;
4537 GLenum target;
4538 GLint level;
4539 GLint xoffset;
4540 GLsizei width;
4541 GLenum format;
4542 GLsizei imageSize;
4543 const void *bits;
4546 struct glCompressedMultiTexSubImage2DEXT_params
4548 TEB *teb;
4549 GLenum texunit;
4550 GLenum target;
4551 GLint level;
4552 GLint xoffset;
4553 GLint yoffset;
4554 GLsizei width;
4555 GLsizei height;
4556 GLenum format;
4557 GLsizei imageSize;
4558 const void *bits;
4561 struct glCompressedMultiTexSubImage3DEXT_params
4563 TEB *teb;
4564 GLenum texunit;
4565 GLenum target;
4566 GLint level;
4567 GLint xoffset;
4568 GLint yoffset;
4569 GLint zoffset;
4570 GLsizei width;
4571 GLsizei height;
4572 GLsizei depth;
4573 GLenum format;
4574 GLsizei imageSize;
4575 const void *bits;
4578 struct glCompressedTexImage1D_params
4580 TEB *teb;
4581 GLenum target;
4582 GLint level;
4583 GLenum internalformat;
4584 GLsizei width;
4585 GLint border;
4586 GLsizei imageSize;
4587 const void *data;
4590 struct glCompressedTexImage1DARB_params
4592 TEB *teb;
4593 GLenum target;
4594 GLint level;
4595 GLenum internalformat;
4596 GLsizei width;
4597 GLint border;
4598 GLsizei imageSize;
4599 const void *data;
4602 struct glCompressedTexImage2D_params
4604 TEB *teb;
4605 GLenum target;
4606 GLint level;
4607 GLenum internalformat;
4608 GLsizei width;
4609 GLsizei height;
4610 GLint border;
4611 GLsizei imageSize;
4612 const void *data;
4615 struct glCompressedTexImage2DARB_params
4617 TEB *teb;
4618 GLenum target;
4619 GLint level;
4620 GLenum internalformat;
4621 GLsizei width;
4622 GLsizei height;
4623 GLint border;
4624 GLsizei imageSize;
4625 const void *data;
4628 struct glCompressedTexImage3D_params
4630 TEB *teb;
4631 GLenum target;
4632 GLint level;
4633 GLenum internalformat;
4634 GLsizei width;
4635 GLsizei height;
4636 GLsizei depth;
4637 GLint border;
4638 GLsizei imageSize;
4639 const void *data;
4642 struct glCompressedTexImage3DARB_params
4644 TEB *teb;
4645 GLenum target;
4646 GLint level;
4647 GLenum internalformat;
4648 GLsizei width;
4649 GLsizei height;
4650 GLsizei depth;
4651 GLint border;
4652 GLsizei imageSize;
4653 const void *data;
4656 struct glCompressedTexSubImage1D_params
4658 TEB *teb;
4659 GLenum target;
4660 GLint level;
4661 GLint xoffset;
4662 GLsizei width;
4663 GLenum format;
4664 GLsizei imageSize;
4665 const void *data;
4668 struct glCompressedTexSubImage1DARB_params
4670 TEB *teb;
4671 GLenum target;
4672 GLint level;
4673 GLint xoffset;
4674 GLsizei width;
4675 GLenum format;
4676 GLsizei imageSize;
4677 const void *data;
4680 struct glCompressedTexSubImage2D_params
4682 TEB *teb;
4683 GLenum target;
4684 GLint level;
4685 GLint xoffset;
4686 GLint yoffset;
4687 GLsizei width;
4688 GLsizei height;
4689 GLenum format;
4690 GLsizei imageSize;
4691 const void *data;
4694 struct glCompressedTexSubImage2DARB_params
4696 TEB *teb;
4697 GLenum target;
4698 GLint level;
4699 GLint xoffset;
4700 GLint yoffset;
4701 GLsizei width;
4702 GLsizei height;
4703 GLenum format;
4704 GLsizei imageSize;
4705 const void *data;
4708 struct glCompressedTexSubImage3D_params
4710 TEB *teb;
4711 GLenum target;
4712 GLint level;
4713 GLint xoffset;
4714 GLint yoffset;
4715 GLint zoffset;
4716 GLsizei width;
4717 GLsizei height;
4718 GLsizei depth;
4719 GLenum format;
4720 GLsizei imageSize;
4721 const void *data;
4724 struct glCompressedTexSubImage3DARB_params
4726 TEB *teb;
4727 GLenum target;
4728 GLint level;
4729 GLint xoffset;
4730 GLint yoffset;
4731 GLint zoffset;
4732 GLsizei width;
4733 GLsizei height;
4734 GLsizei depth;
4735 GLenum format;
4736 GLsizei imageSize;
4737 const void *data;
4740 struct glCompressedTextureImage1DEXT_params
4742 TEB *teb;
4743 GLuint texture;
4744 GLenum target;
4745 GLint level;
4746 GLenum internalformat;
4747 GLsizei width;
4748 GLint border;
4749 GLsizei imageSize;
4750 const void *bits;
4753 struct glCompressedTextureImage2DEXT_params
4755 TEB *teb;
4756 GLuint texture;
4757 GLenum target;
4758 GLint level;
4759 GLenum internalformat;
4760 GLsizei width;
4761 GLsizei height;
4762 GLint border;
4763 GLsizei imageSize;
4764 const void *bits;
4767 struct glCompressedTextureImage3DEXT_params
4769 TEB *teb;
4770 GLuint texture;
4771 GLenum target;
4772 GLint level;
4773 GLenum internalformat;
4774 GLsizei width;
4775 GLsizei height;
4776 GLsizei depth;
4777 GLint border;
4778 GLsizei imageSize;
4779 const void *bits;
4782 struct glCompressedTextureSubImage1D_params
4784 TEB *teb;
4785 GLuint texture;
4786 GLint level;
4787 GLint xoffset;
4788 GLsizei width;
4789 GLenum format;
4790 GLsizei imageSize;
4791 const void *data;
4794 struct glCompressedTextureSubImage1DEXT_params
4796 TEB *teb;
4797 GLuint texture;
4798 GLenum target;
4799 GLint level;
4800 GLint xoffset;
4801 GLsizei width;
4802 GLenum format;
4803 GLsizei imageSize;
4804 const void *bits;
4807 struct glCompressedTextureSubImage2D_params
4809 TEB *teb;
4810 GLuint texture;
4811 GLint level;
4812 GLint xoffset;
4813 GLint yoffset;
4814 GLsizei width;
4815 GLsizei height;
4816 GLenum format;
4817 GLsizei imageSize;
4818 const void *data;
4821 struct glCompressedTextureSubImage2DEXT_params
4823 TEB *teb;
4824 GLuint texture;
4825 GLenum target;
4826 GLint level;
4827 GLint xoffset;
4828 GLint yoffset;
4829 GLsizei width;
4830 GLsizei height;
4831 GLenum format;
4832 GLsizei imageSize;
4833 const void *bits;
4836 struct glCompressedTextureSubImage3D_params
4838 TEB *teb;
4839 GLuint texture;
4840 GLint level;
4841 GLint xoffset;
4842 GLint yoffset;
4843 GLint zoffset;
4844 GLsizei width;
4845 GLsizei height;
4846 GLsizei depth;
4847 GLenum format;
4848 GLsizei imageSize;
4849 const void *data;
4852 struct glCompressedTextureSubImage3DEXT_params
4854 TEB *teb;
4855 GLuint texture;
4856 GLenum target;
4857 GLint level;
4858 GLint xoffset;
4859 GLint yoffset;
4860 GLint zoffset;
4861 GLsizei width;
4862 GLsizei height;
4863 GLsizei depth;
4864 GLenum format;
4865 GLsizei imageSize;
4866 const void *bits;
4869 struct glConservativeRasterParameterfNV_params
4871 TEB *teb;
4872 GLenum pname;
4873 GLfloat value;
4876 struct glConservativeRasterParameteriNV_params
4878 TEB *teb;
4879 GLenum pname;
4880 GLint param;
4883 struct glConvolutionFilter1D_params
4885 TEB *teb;
4886 GLenum target;
4887 GLenum internalformat;
4888 GLsizei width;
4889 GLenum format;
4890 GLenum type;
4891 const void *image;
4894 struct glConvolutionFilter1DEXT_params
4896 TEB *teb;
4897 GLenum target;
4898 GLenum internalformat;
4899 GLsizei width;
4900 GLenum format;
4901 GLenum type;
4902 const void *image;
4905 struct glConvolutionFilter2D_params
4907 TEB *teb;
4908 GLenum target;
4909 GLenum internalformat;
4910 GLsizei width;
4911 GLsizei height;
4912 GLenum format;
4913 GLenum type;
4914 const void *image;
4917 struct glConvolutionFilter2DEXT_params
4919 TEB *teb;
4920 GLenum target;
4921 GLenum internalformat;
4922 GLsizei width;
4923 GLsizei height;
4924 GLenum format;
4925 GLenum type;
4926 const void *image;
4929 struct glConvolutionParameterf_params
4931 TEB *teb;
4932 GLenum target;
4933 GLenum pname;
4934 GLfloat params;
4937 struct glConvolutionParameterfEXT_params
4939 TEB *teb;
4940 GLenum target;
4941 GLenum pname;
4942 GLfloat params;
4945 struct glConvolutionParameterfv_params
4947 TEB *teb;
4948 GLenum target;
4949 GLenum pname;
4950 const GLfloat *params;
4953 struct glConvolutionParameterfvEXT_params
4955 TEB *teb;
4956 GLenum target;
4957 GLenum pname;
4958 const GLfloat *params;
4961 struct glConvolutionParameteri_params
4963 TEB *teb;
4964 GLenum target;
4965 GLenum pname;
4966 GLint params;
4969 struct glConvolutionParameteriEXT_params
4971 TEB *teb;
4972 GLenum target;
4973 GLenum pname;
4974 GLint params;
4977 struct glConvolutionParameteriv_params
4979 TEB *teb;
4980 GLenum target;
4981 GLenum pname;
4982 const GLint *params;
4985 struct glConvolutionParameterivEXT_params
4987 TEB *teb;
4988 GLenum target;
4989 GLenum pname;
4990 const GLint *params;
4993 struct glConvolutionParameterxOES_params
4995 TEB *teb;
4996 GLenum target;
4997 GLenum pname;
4998 GLfixed param;
5001 struct glConvolutionParameterxvOES_params
5003 TEB *teb;
5004 GLenum target;
5005 GLenum pname;
5006 const GLfixed *params;
5009 struct glCopyBufferSubData_params
5011 TEB *teb;
5012 GLenum readTarget;
5013 GLenum writeTarget;
5014 GLintptr readOffset;
5015 GLintptr writeOffset;
5016 GLsizeiptr size;
5019 struct glCopyColorSubTable_params
5021 TEB *teb;
5022 GLenum target;
5023 GLsizei start;
5024 GLint x;
5025 GLint y;
5026 GLsizei width;
5029 struct glCopyColorSubTableEXT_params
5031 TEB *teb;
5032 GLenum target;
5033 GLsizei start;
5034 GLint x;
5035 GLint y;
5036 GLsizei width;
5039 struct glCopyColorTable_params
5041 TEB *teb;
5042 GLenum target;
5043 GLenum internalformat;
5044 GLint x;
5045 GLint y;
5046 GLsizei width;
5049 struct glCopyColorTableSGI_params
5051 TEB *teb;
5052 GLenum target;
5053 GLenum internalformat;
5054 GLint x;
5055 GLint y;
5056 GLsizei width;
5059 struct glCopyConvolutionFilter1D_params
5061 TEB *teb;
5062 GLenum target;
5063 GLenum internalformat;
5064 GLint x;
5065 GLint y;
5066 GLsizei width;
5069 struct glCopyConvolutionFilter1DEXT_params
5071 TEB *teb;
5072 GLenum target;
5073 GLenum internalformat;
5074 GLint x;
5075 GLint y;
5076 GLsizei width;
5079 struct glCopyConvolutionFilter2D_params
5081 TEB *teb;
5082 GLenum target;
5083 GLenum internalformat;
5084 GLint x;
5085 GLint y;
5086 GLsizei width;
5087 GLsizei height;
5090 struct glCopyConvolutionFilter2DEXT_params
5092 TEB *teb;
5093 GLenum target;
5094 GLenum internalformat;
5095 GLint x;
5096 GLint y;
5097 GLsizei width;
5098 GLsizei height;
5101 struct glCopyImageSubData_params
5103 TEB *teb;
5104 GLuint srcName;
5105 GLenum srcTarget;
5106 GLint srcLevel;
5107 GLint srcX;
5108 GLint srcY;
5109 GLint srcZ;
5110 GLuint dstName;
5111 GLenum dstTarget;
5112 GLint dstLevel;
5113 GLint dstX;
5114 GLint dstY;
5115 GLint dstZ;
5116 GLsizei srcWidth;
5117 GLsizei srcHeight;
5118 GLsizei srcDepth;
5121 struct glCopyImageSubDataNV_params
5123 TEB *teb;
5124 GLuint srcName;
5125 GLenum srcTarget;
5126 GLint srcLevel;
5127 GLint srcX;
5128 GLint srcY;
5129 GLint srcZ;
5130 GLuint dstName;
5131 GLenum dstTarget;
5132 GLint dstLevel;
5133 GLint dstX;
5134 GLint dstY;
5135 GLint dstZ;
5136 GLsizei width;
5137 GLsizei height;
5138 GLsizei depth;
5141 struct glCopyMultiTexImage1DEXT_params
5143 TEB *teb;
5144 GLenum texunit;
5145 GLenum target;
5146 GLint level;
5147 GLenum internalformat;
5148 GLint x;
5149 GLint y;
5150 GLsizei width;
5151 GLint border;
5154 struct glCopyMultiTexImage2DEXT_params
5156 TEB *teb;
5157 GLenum texunit;
5158 GLenum target;
5159 GLint level;
5160 GLenum internalformat;
5161 GLint x;
5162 GLint y;
5163 GLsizei width;
5164 GLsizei height;
5165 GLint border;
5168 struct glCopyMultiTexSubImage1DEXT_params
5170 TEB *teb;
5171 GLenum texunit;
5172 GLenum target;
5173 GLint level;
5174 GLint xoffset;
5175 GLint x;
5176 GLint y;
5177 GLsizei width;
5180 struct glCopyMultiTexSubImage2DEXT_params
5182 TEB *teb;
5183 GLenum texunit;
5184 GLenum target;
5185 GLint level;
5186 GLint xoffset;
5187 GLint yoffset;
5188 GLint x;
5189 GLint y;
5190 GLsizei width;
5191 GLsizei height;
5194 struct glCopyMultiTexSubImage3DEXT_params
5196 TEB *teb;
5197 GLenum texunit;
5198 GLenum target;
5199 GLint level;
5200 GLint xoffset;
5201 GLint yoffset;
5202 GLint zoffset;
5203 GLint x;
5204 GLint y;
5205 GLsizei width;
5206 GLsizei height;
5209 struct glCopyNamedBufferSubData_params
5211 TEB *teb;
5212 GLuint readBuffer;
5213 GLuint writeBuffer;
5214 GLintptr readOffset;
5215 GLintptr writeOffset;
5216 GLsizeiptr size;
5219 struct glCopyPathNV_params
5221 TEB *teb;
5222 GLuint resultPath;
5223 GLuint srcPath;
5226 struct glCopyTexImage1DEXT_params
5228 TEB *teb;
5229 GLenum target;
5230 GLint level;
5231 GLenum internalformat;
5232 GLint x;
5233 GLint y;
5234 GLsizei width;
5235 GLint border;
5238 struct glCopyTexImage2DEXT_params
5240 TEB *teb;
5241 GLenum target;
5242 GLint level;
5243 GLenum internalformat;
5244 GLint x;
5245 GLint y;
5246 GLsizei width;
5247 GLsizei height;
5248 GLint border;
5251 struct glCopyTexSubImage1DEXT_params
5253 TEB *teb;
5254 GLenum target;
5255 GLint level;
5256 GLint xoffset;
5257 GLint x;
5258 GLint y;
5259 GLsizei width;
5262 struct glCopyTexSubImage2DEXT_params
5264 TEB *teb;
5265 GLenum target;
5266 GLint level;
5267 GLint xoffset;
5268 GLint yoffset;
5269 GLint x;
5270 GLint y;
5271 GLsizei width;
5272 GLsizei height;
5275 struct glCopyTexSubImage3D_params
5277 TEB *teb;
5278 GLenum target;
5279 GLint level;
5280 GLint xoffset;
5281 GLint yoffset;
5282 GLint zoffset;
5283 GLint x;
5284 GLint y;
5285 GLsizei width;
5286 GLsizei height;
5289 struct glCopyTexSubImage3DEXT_params
5291 TEB *teb;
5292 GLenum target;
5293 GLint level;
5294 GLint xoffset;
5295 GLint yoffset;
5296 GLint zoffset;
5297 GLint x;
5298 GLint y;
5299 GLsizei width;
5300 GLsizei height;
5303 struct glCopyTextureImage1DEXT_params
5305 TEB *teb;
5306 GLuint texture;
5307 GLenum target;
5308 GLint level;
5309 GLenum internalformat;
5310 GLint x;
5311 GLint y;
5312 GLsizei width;
5313 GLint border;
5316 struct glCopyTextureImage2DEXT_params
5318 TEB *teb;
5319 GLuint texture;
5320 GLenum target;
5321 GLint level;
5322 GLenum internalformat;
5323 GLint x;
5324 GLint y;
5325 GLsizei width;
5326 GLsizei height;
5327 GLint border;
5330 struct glCopyTextureSubImage1D_params
5332 TEB *teb;
5333 GLuint texture;
5334 GLint level;
5335 GLint xoffset;
5336 GLint x;
5337 GLint y;
5338 GLsizei width;
5341 struct glCopyTextureSubImage1DEXT_params
5343 TEB *teb;
5344 GLuint texture;
5345 GLenum target;
5346 GLint level;
5347 GLint xoffset;
5348 GLint x;
5349 GLint y;
5350 GLsizei width;
5353 struct glCopyTextureSubImage2D_params
5355 TEB *teb;
5356 GLuint texture;
5357 GLint level;
5358 GLint xoffset;
5359 GLint yoffset;
5360 GLint x;
5361 GLint y;
5362 GLsizei width;
5363 GLsizei height;
5366 struct glCopyTextureSubImage2DEXT_params
5368 TEB *teb;
5369 GLuint texture;
5370 GLenum target;
5371 GLint level;
5372 GLint xoffset;
5373 GLint yoffset;
5374 GLint x;
5375 GLint y;
5376 GLsizei width;
5377 GLsizei height;
5380 struct glCopyTextureSubImage3D_params
5382 TEB *teb;
5383 GLuint texture;
5384 GLint level;
5385 GLint xoffset;
5386 GLint yoffset;
5387 GLint zoffset;
5388 GLint x;
5389 GLint y;
5390 GLsizei width;
5391 GLsizei height;
5394 struct glCopyTextureSubImage3DEXT_params
5396 TEB *teb;
5397 GLuint texture;
5398 GLenum target;
5399 GLint level;
5400 GLint xoffset;
5401 GLint yoffset;
5402 GLint zoffset;
5403 GLint x;
5404 GLint y;
5405 GLsizei width;
5406 GLsizei height;
5409 struct glCoverFillPathInstancedNV_params
5411 TEB *teb;
5412 GLsizei numPaths;
5413 GLenum pathNameType;
5414 const void *paths;
5415 GLuint pathBase;
5416 GLenum coverMode;
5417 GLenum transformType;
5418 const GLfloat *transformValues;
5421 struct glCoverFillPathNV_params
5423 TEB *teb;
5424 GLuint path;
5425 GLenum coverMode;
5428 struct glCoverStrokePathInstancedNV_params
5430 TEB *teb;
5431 GLsizei numPaths;
5432 GLenum pathNameType;
5433 const void *paths;
5434 GLuint pathBase;
5435 GLenum coverMode;
5436 GLenum transformType;
5437 const GLfloat *transformValues;
5440 struct glCoverStrokePathNV_params
5442 TEB *teb;
5443 GLuint path;
5444 GLenum coverMode;
5447 struct glCoverageModulationNV_params
5449 TEB *teb;
5450 GLenum components;
5453 struct glCoverageModulationTableNV_params
5455 TEB *teb;
5456 GLsizei n;
5457 const GLfloat *v;
5460 struct glCreateBuffers_params
5462 TEB *teb;
5463 GLsizei n;
5464 GLuint *buffers;
5467 struct glCreateCommandListsNV_params
5469 TEB *teb;
5470 GLsizei n;
5471 GLuint *lists;
5474 struct glCreateFramebuffers_params
5476 TEB *teb;
5477 GLsizei n;
5478 GLuint *framebuffers;
5481 struct glCreateMemoryObjectsEXT_params
5483 TEB *teb;
5484 GLsizei n;
5485 GLuint *memoryObjects;
5488 struct glCreatePerfQueryINTEL_params
5490 TEB *teb;
5491 GLuint queryId;
5492 GLuint *queryHandle;
5495 struct glCreateProgram_params
5497 TEB *teb;
5498 GLuint ret;
5501 struct glCreateProgramObjectARB_params
5503 TEB *teb;
5504 GLhandleARB ret;
5507 struct glCreateProgramPipelines_params
5509 TEB *teb;
5510 GLsizei n;
5511 GLuint *pipelines;
5514 struct glCreateProgressFenceNVX_params
5516 TEB *teb;
5517 GLuint ret;
5520 struct glCreateQueries_params
5522 TEB *teb;
5523 GLenum target;
5524 GLsizei n;
5525 GLuint *ids;
5528 struct glCreateRenderbuffers_params
5530 TEB *teb;
5531 GLsizei n;
5532 GLuint *renderbuffers;
5535 struct glCreateSamplers_params
5537 TEB *teb;
5538 GLsizei n;
5539 GLuint *samplers;
5542 struct glCreateShader_params
5544 TEB *teb;
5545 GLenum type;
5546 GLuint ret;
5549 struct glCreateShaderObjectARB_params
5551 TEB *teb;
5552 GLenum shaderType;
5553 GLhandleARB ret;
5556 struct glCreateShaderProgramEXT_params
5558 TEB *teb;
5559 GLenum type;
5560 const GLchar *string;
5561 GLuint ret;
5564 struct glCreateShaderProgramv_params
5566 TEB *teb;
5567 GLenum type;
5568 GLsizei count;
5569 const GLchar *const*strings;
5570 GLuint ret;
5573 struct glCreateStatesNV_params
5575 TEB *teb;
5576 GLsizei n;
5577 GLuint *states;
5580 struct glCreateSyncFromCLeventARB_params
5582 TEB *teb;
5583 struct _cl_context *context;
5584 struct _cl_event *event;
5585 GLbitfield flags;
5586 GLsync ret;
5589 struct glCreateTextures_params
5591 TEB *teb;
5592 GLenum target;
5593 GLsizei n;
5594 GLuint *textures;
5597 struct glCreateTransformFeedbacks_params
5599 TEB *teb;
5600 GLsizei n;
5601 GLuint *ids;
5604 struct glCreateVertexArrays_params
5606 TEB *teb;
5607 GLsizei n;
5608 GLuint *arrays;
5611 struct glCullParameterdvEXT_params
5613 TEB *teb;
5614 GLenum pname;
5615 GLdouble *params;
5618 struct glCullParameterfvEXT_params
5620 TEB *teb;
5621 GLenum pname;
5622 GLfloat *params;
5625 struct glCurrentPaletteMatrixARB_params
5627 TEB *teb;
5628 GLint index;
5631 struct glDebugMessageCallback_params
5633 TEB *teb;
5634 GLDEBUGPROC callback;
5635 const void *userParam;
5638 struct glDebugMessageCallbackAMD_params
5640 TEB *teb;
5641 GLDEBUGPROCAMD callback;
5642 void *userParam;
5645 struct glDebugMessageCallbackARB_params
5647 TEB *teb;
5648 GLDEBUGPROCARB callback;
5649 const void *userParam;
5652 struct glDebugMessageControl_params
5654 TEB *teb;
5655 GLenum source;
5656 GLenum type;
5657 GLenum severity;
5658 GLsizei count;
5659 const GLuint *ids;
5660 GLboolean enabled;
5663 struct glDebugMessageControlARB_params
5665 TEB *teb;
5666 GLenum source;
5667 GLenum type;
5668 GLenum severity;
5669 GLsizei count;
5670 const GLuint *ids;
5671 GLboolean enabled;
5674 struct glDebugMessageEnableAMD_params
5676 TEB *teb;
5677 GLenum category;
5678 GLenum severity;
5679 GLsizei count;
5680 const GLuint *ids;
5681 GLboolean enabled;
5684 struct glDebugMessageInsert_params
5686 TEB *teb;
5687 GLenum source;
5688 GLenum type;
5689 GLuint id;
5690 GLenum severity;
5691 GLsizei length;
5692 const GLchar *buf;
5695 struct glDebugMessageInsertAMD_params
5697 TEB *teb;
5698 GLenum category;
5699 GLenum severity;
5700 GLuint id;
5701 GLsizei length;
5702 const GLchar *buf;
5705 struct glDebugMessageInsertARB_params
5707 TEB *teb;
5708 GLenum source;
5709 GLenum type;
5710 GLuint id;
5711 GLenum severity;
5712 GLsizei length;
5713 const GLchar *buf;
5716 struct glDeformSGIX_params
5718 TEB *teb;
5719 GLbitfield mask;
5722 struct glDeformationMap3dSGIX_params
5724 TEB *teb;
5725 GLenum target;
5726 GLdouble u1;
5727 GLdouble u2;
5728 GLint ustride;
5729 GLint uorder;
5730 GLdouble v1;
5731 GLdouble v2;
5732 GLint vstride;
5733 GLint vorder;
5734 GLdouble w1;
5735 GLdouble w2;
5736 GLint wstride;
5737 GLint worder;
5738 const GLdouble *points;
5741 struct glDeformationMap3fSGIX_params
5743 TEB *teb;
5744 GLenum target;
5745 GLfloat u1;
5746 GLfloat u2;
5747 GLint ustride;
5748 GLint uorder;
5749 GLfloat v1;
5750 GLfloat v2;
5751 GLint vstride;
5752 GLint vorder;
5753 GLfloat w1;
5754 GLfloat w2;
5755 GLint wstride;
5756 GLint worder;
5757 const GLfloat *points;
5760 struct glDeleteAsyncMarkersSGIX_params
5762 TEB *teb;
5763 GLuint marker;
5764 GLsizei range;
5767 struct glDeleteBufferRegion_params
5769 TEB *teb;
5770 GLenum region;
5773 struct glDeleteBuffers_params
5775 TEB *teb;
5776 GLsizei n;
5777 const GLuint *buffers;
5780 struct glDeleteBuffersARB_params
5782 TEB *teb;
5783 GLsizei n;
5784 const GLuint *buffers;
5787 struct glDeleteCommandListsNV_params
5789 TEB *teb;
5790 GLsizei n;
5791 const GLuint *lists;
5794 struct glDeleteFencesAPPLE_params
5796 TEB *teb;
5797 GLsizei n;
5798 const GLuint *fences;
5801 struct glDeleteFencesNV_params
5803 TEB *teb;
5804 GLsizei n;
5805 const GLuint *fences;
5808 struct glDeleteFragmentShaderATI_params
5810 TEB *teb;
5811 GLuint id;
5814 struct glDeleteFramebuffers_params
5816 TEB *teb;
5817 GLsizei n;
5818 const GLuint *framebuffers;
5821 struct glDeleteFramebuffersEXT_params
5823 TEB *teb;
5824 GLsizei n;
5825 const GLuint *framebuffers;
5828 struct glDeleteMemoryObjectsEXT_params
5830 TEB *teb;
5831 GLsizei n;
5832 const GLuint *memoryObjects;
5835 struct glDeleteNamedStringARB_params
5837 TEB *teb;
5838 GLint namelen;
5839 const GLchar *name;
5842 struct glDeleteNamesAMD_params
5844 TEB *teb;
5845 GLenum identifier;
5846 GLuint num;
5847 const GLuint *names;
5850 struct glDeleteObjectARB_params
5852 TEB *teb;
5853 GLhandleARB obj;
5856 struct glDeleteObjectBufferATI_params
5858 TEB *teb;
5859 GLuint buffer;
5862 struct glDeleteOcclusionQueriesNV_params
5864 TEB *teb;
5865 GLsizei n;
5866 const GLuint *ids;
5869 struct glDeletePathsNV_params
5871 TEB *teb;
5872 GLuint path;
5873 GLsizei range;
5876 struct glDeletePerfMonitorsAMD_params
5878 TEB *teb;
5879 GLsizei n;
5880 GLuint *monitors;
5883 struct glDeletePerfQueryINTEL_params
5885 TEB *teb;
5886 GLuint queryHandle;
5889 struct glDeleteProgram_params
5891 TEB *teb;
5892 GLuint program;
5895 struct glDeleteProgramPipelines_params
5897 TEB *teb;
5898 GLsizei n;
5899 const GLuint *pipelines;
5902 struct glDeleteProgramsARB_params
5904 TEB *teb;
5905 GLsizei n;
5906 const GLuint *programs;
5909 struct glDeleteProgramsNV_params
5911 TEB *teb;
5912 GLsizei n;
5913 const GLuint *programs;
5916 struct glDeleteQueries_params
5918 TEB *teb;
5919 GLsizei n;
5920 const GLuint *ids;
5923 struct glDeleteQueriesARB_params
5925 TEB *teb;
5926 GLsizei n;
5927 const GLuint *ids;
5930 struct glDeleteQueryResourceTagNV_params
5932 TEB *teb;
5933 GLsizei n;
5934 const GLint *tagIds;
5937 struct glDeleteRenderbuffers_params
5939 TEB *teb;
5940 GLsizei n;
5941 const GLuint *renderbuffers;
5944 struct glDeleteRenderbuffersEXT_params
5946 TEB *teb;
5947 GLsizei n;
5948 const GLuint *renderbuffers;
5951 struct glDeleteSamplers_params
5953 TEB *teb;
5954 GLsizei count;
5955 const GLuint *samplers;
5958 struct glDeleteSemaphoresEXT_params
5960 TEB *teb;
5961 GLsizei n;
5962 const GLuint *semaphores;
5965 struct glDeleteShader_params
5967 TEB *teb;
5968 GLuint shader;
5971 struct glDeleteStatesNV_params
5973 TEB *teb;
5974 GLsizei n;
5975 const GLuint *states;
5978 struct glDeleteSync_params
5980 TEB *teb;
5981 GLsync sync;
5984 struct glDeleteTexturesEXT_params
5986 TEB *teb;
5987 GLsizei n;
5988 const GLuint *textures;
5991 struct glDeleteTransformFeedbacks_params
5993 TEB *teb;
5994 GLsizei n;
5995 const GLuint *ids;
5998 struct glDeleteTransformFeedbacksNV_params
6000 TEB *teb;
6001 GLsizei n;
6002 const GLuint *ids;
6005 struct glDeleteVertexArrays_params
6007 TEB *teb;
6008 GLsizei n;
6009 const GLuint *arrays;
6012 struct glDeleteVertexArraysAPPLE_params
6014 TEB *teb;
6015 GLsizei n;
6016 const GLuint *arrays;
6019 struct glDeleteVertexShaderEXT_params
6021 TEB *teb;
6022 GLuint id;
6025 struct glDepthBoundsEXT_params
6027 TEB *teb;
6028 GLclampd zmin;
6029 GLclampd zmax;
6032 struct glDepthBoundsdNV_params
6034 TEB *teb;
6035 GLdouble zmin;
6036 GLdouble zmax;
6039 struct glDepthRangeArraydvNV_params
6041 TEB *teb;
6042 GLuint first;
6043 GLsizei count;
6044 const GLdouble *v;
6047 struct glDepthRangeArrayv_params
6049 TEB *teb;
6050 GLuint first;
6051 GLsizei count;
6052 const GLdouble *v;
6055 struct glDepthRangeIndexed_params
6057 TEB *teb;
6058 GLuint index;
6059 GLdouble n;
6060 GLdouble f;
6063 struct glDepthRangeIndexeddNV_params
6065 TEB *teb;
6066 GLuint index;
6067 GLdouble n;
6068 GLdouble f;
6071 struct glDepthRangedNV_params
6073 TEB *teb;
6074 GLdouble zNear;
6075 GLdouble zFar;
6078 struct glDepthRangef_params
6080 TEB *teb;
6081 GLfloat n;
6082 GLfloat f;
6085 struct glDepthRangefOES_params
6087 TEB *teb;
6088 GLclampf n;
6089 GLclampf f;
6092 struct glDepthRangexOES_params
6094 TEB *teb;
6095 GLfixed n;
6096 GLfixed f;
6099 struct glDetachObjectARB_params
6101 TEB *teb;
6102 GLhandleARB containerObj;
6103 GLhandleARB attachedObj;
6106 struct glDetachShader_params
6108 TEB *teb;
6109 GLuint program;
6110 GLuint shader;
6113 struct glDetailTexFuncSGIS_params
6115 TEB *teb;
6116 GLenum target;
6117 GLsizei n;
6118 const GLfloat *points;
6121 struct glDisableClientStateIndexedEXT_params
6123 TEB *teb;
6124 GLenum array;
6125 GLuint index;
6128 struct glDisableClientStateiEXT_params
6130 TEB *teb;
6131 GLenum array;
6132 GLuint index;
6135 struct glDisableIndexedEXT_params
6137 TEB *teb;
6138 GLenum target;
6139 GLuint index;
6142 struct glDisableVariantClientStateEXT_params
6144 TEB *teb;
6145 GLuint id;
6148 struct glDisableVertexArrayAttrib_params
6150 TEB *teb;
6151 GLuint vaobj;
6152 GLuint index;
6155 struct glDisableVertexArrayAttribEXT_params
6157 TEB *teb;
6158 GLuint vaobj;
6159 GLuint index;
6162 struct glDisableVertexArrayEXT_params
6164 TEB *teb;
6165 GLuint vaobj;
6166 GLenum array;
6169 struct glDisableVertexAttribAPPLE_params
6171 TEB *teb;
6172 GLuint index;
6173 GLenum pname;
6176 struct glDisableVertexAttribArray_params
6178 TEB *teb;
6179 GLuint index;
6182 struct glDisableVertexAttribArrayARB_params
6184 TEB *teb;
6185 GLuint index;
6188 struct glDisablei_params
6190 TEB *teb;
6191 GLenum target;
6192 GLuint index;
6195 struct glDispatchCompute_params
6197 TEB *teb;
6198 GLuint num_groups_x;
6199 GLuint num_groups_y;
6200 GLuint num_groups_z;
6203 struct glDispatchComputeGroupSizeARB_params
6205 TEB *teb;
6206 GLuint num_groups_x;
6207 GLuint num_groups_y;
6208 GLuint num_groups_z;
6209 GLuint group_size_x;
6210 GLuint group_size_y;
6211 GLuint group_size_z;
6214 struct glDispatchComputeIndirect_params
6216 TEB *teb;
6217 GLintptr indirect;
6220 struct glDrawArraysEXT_params
6222 TEB *teb;
6223 GLenum mode;
6224 GLint first;
6225 GLsizei count;
6228 struct glDrawArraysIndirect_params
6230 TEB *teb;
6231 GLenum mode;
6232 const void *indirect;
6235 struct glDrawArraysInstanced_params
6237 TEB *teb;
6238 GLenum mode;
6239 GLint first;
6240 GLsizei count;
6241 GLsizei instancecount;
6244 struct glDrawArraysInstancedARB_params
6246 TEB *teb;
6247 GLenum mode;
6248 GLint first;
6249 GLsizei count;
6250 GLsizei primcount;
6253 struct glDrawArraysInstancedBaseInstance_params
6255 TEB *teb;
6256 GLenum mode;
6257 GLint first;
6258 GLsizei count;
6259 GLsizei instancecount;
6260 GLuint baseinstance;
6263 struct glDrawArraysInstancedEXT_params
6265 TEB *teb;
6266 GLenum mode;
6267 GLint start;
6268 GLsizei count;
6269 GLsizei primcount;
6272 struct glDrawBufferRegion_params
6274 TEB *teb;
6275 GLenum region;
6276 GLint x;
6277 GLint y;
6278 GLsizei width;
6279 GLsizei height;
6280 GLint xDest;
6281 GLint yDest;
6284 struct glDrawBuffers_params
6286 TEB *teb;
6287 GLsizei n;
6288 const GLenum *bufs;
6291 struct glDrawBuffersARB_params
6293 TEB *teb;
6294 GLsizei n;
6295 const GLenum *bufs;
6298 struct glDrawBuffersATI_params
6300 TEB *teb;
6301 GLsizei n;
6302 const GLenum *bufs;
6305 struct glDrawCommandsAddressNV_params
6307 TEB *teb;
6308 GLenum primitiveMode;
6309 const GLuint64 *indirects;
6310 const GLsizei *sizes;
6311 GLuint count;
6314 struct glDrawCommandsNV_params
6316 TEB *teb;
6317 GLenum primitiveMode;
6318 GLuint buffer;
6319 const GLintptr *indirects;
6320 const GLsizei *sizes;
6321 GLuint count;
6324 struct glDrawCommandsStatesAddressNV_params
6326 TEB *teb;
6327 const GLuint64 *indirects;
6328 const GLsizei *sizes;
6329 const GLuint *states;
6330 const GLuint *fbos;
6331 GLuint count;
6334 struct glDrawCommandsStatesNV_params
6336 TEB *teb;
6337 GLuint buffer;
6338 const GLintptr *indirects;
6339 const GLsizei *sizes;
6340 const GLuint *states;
6341 const GLuint *fbos;
6342 GLuint count;
6345 struct glDrawElementArrayAPPLE_params
6347 TEB *teb;
6348 GLenum mode;
6349 GLint first;
6350 GLsizei count;
6353 struct glDrawElementArrayATI_params
6355 TEB *teb;
6356 GLenum mode;
6357 GLsizei count;
6360 struct glDrawElementsBaseVertex_params
6362 TEB *teb;
6363 GLenum mode;
6364 GLsizei count;
6365 GLenum type;
6366 const void *indices;
6367 GLint basevertex;
6370 struct glDrawElementsIndirect_params
6372 TEB *teb;
6373 GLenum mode;
6374 GLenum type;
6375 const void *indirect;
6378 struct glDrawElementsInstanced_params
6380 TEB *teb;
6381 GLenum mode;
6382 GLsizei count;
6383 GLenum type;
6384 const void *indices;
6385 GLsizei instancecount;
6388 struct glDrawElementsInstancedARB_params
6390 TEB *teb;
6391 GLenum mode;
6392 GLsizei count;
6393 GLenum type;
6394 const void *indices;
6395 GLsizei primcount;
6398 struct glDrawElementsInstancedBaseInstance_params
6400 TEB *teb;
6401 GLenum mode;
6402 GLsizei count;
6403 GLenum type;
6404 const void *indices;
6405 GLsizei instancecount;
6406 GLuint baseinstance;
6409 struct glDrawElementsInstancedBaseVertex_params
6411 TEB *teb;
6412 GLenum mode;
6413 GLsizei count;
6414 GLenum type;
6415 const void *indices;
6416 GLsizei instancecount;
6417 GLint basevertex;
6420 struct glDrawElementsInstancedBaseVertexBaseInstance_params
6422 TEB *teb;
6423 GLenum mode;
6424 GLsizei count;
6425 GLenum type;
6426 const void *indices;
6427 GLsizei instancecount;
6428 GLint basevertex;
6429 GLuint baseinstance;
6432 struct glDrawElementsInstancedEXT_params
6434 TEB *teb;
6435 GLenum mode;
6436 GLsizei count;
6437 GLenum type;
6438 const void *indices;
6439 GLsizei primcount;
6442 struct glDrawMeshArraysSUN_params
6444 TEB *teb;
6445 GLenum mode;
6446 GLint first;
6447 GLsizei count;
6448 GLsizei width;
6451 struct glDrawMeshTasksIndirectNV_params
6453 TEB *teb;
6454 GLintptr indirect;
6457 struct glDrawMeshTasksNV_params
6459 TEB *teb;
6460 GLuint first;
6461 GLuint count;
6464 struct glDrawRangeElementArrayAPPLE_params
6466 TEB *teb;
6467 GLenum mode;
6468 GLuint start;
6469 GLuint end;
6470 GLint first;
6471 GLsizei count;
6474 struct glDrawRangeElementArrayATI_params
6476 TEB *teb;
6477 GLenum mode;
6478 GLuint start;
6479 GLuint end;
6480 GLsizei count;
6483 struct glDrawRangeElements_params
6485 TEB *teb;
6486 GLenum mode;
6487 GLuint start;
6488 GLuint end;
6489 GLsizei count;
6490 GLenum type;
6491 const void *indices;
6494 struct glDrawRangeElementsBaseVertex_params
6496 TEB *teb;
6497 GLenum mode;
6498 GLuint start;
6499 GLuint end;
6500 GLsizei count;
6501 GLenum type;
6502 const void *indices;
6503 GLint basevertex;
6506 struct glDrawRangeElementsEXT_params
6508 TEB *teb;
6509 GLenum mode;
6510 GLuint start;
6511 GLuint end;
6512 GLsizei count;
6513 GLenum type;
6514 const void *indices;
6517 struct glDrawTextureNV_params
6519 TEB *teb;
6520 GLuint texture;
6521 GLuint sampler;
6522 GLfloat x0;
6523 GLfloat y0;
6524 GLfloat x1;
6525 GLfloat y1;
6526 GLfloat z;
6527 GLfloat s0;
6528 GLfloat t0;
6529 GLfloat s1;
6530 GLfloat t1;
6533 struct glDrawTransformFeedback_params
6535 TEB *teb;
6536 GLenum mode;
6537 GLuint id;
6540 struct glDrawTransformFeedbackInstanced_params
6542 TEB *teb;
6543 GLenum mode;
6544 GLuint id;
6545 GLsizei instancecount;
6548 struct glDrawTransformFeedbackNV_params
6550 TEB *teb;
6551 GLenum mode;
6552 GLuint id;
6555 struct glDrawTransformFeedbackStream_params
6557 TEB *teb;
6558 GLenum mode;
6559 GLuint id;
6560 GLuint stream;
6563 struct glDrawTransformFeedbackStreamInstanced_params
6565 TEB *teb;
6566 GLenum mode;
6567 GLuint id;
6568 GLuint stream;
6569 GLsizei instancecount;
6572 struct glDrawVkImageNV_params
6574 TEB *teb;
6575 GLuint64 vkImage;
6576 GLuint sampler;
6577 GLfloat x0;
6578 GLfloat y0;
6579 GLfloat x1;
6580 GLfloat y1;
6581 GLfloat z;
6582 GLfloat s0;
6583 GLfloat t0;
6584 GLfloat s1;
6585 GLfloat t1;
6588 struct glEGLImageTargetTexStorageEXT_params
6590 TEB *teb;
6591 GLenum target;
6592 GLeglImageOES image;
6593 const GLint* attrib_list;
6596 struct glEGLImageTargetTextureStorageEXT_params
6598 TEB *teb;
6599 GLuint texture;
6600 GLeglImageOES image;
6601 const GLint* attrib_list;
6604 struct glEdgeFlagFormatNV_params
6606 TEB *teb;
6607 GLsizei stride;
6610 struct glEdgeFlagPointerEXT_params
6612 TEB *teb;
6613 GLsizei stride;
6614 GLsizei count;
6615 const GLboolean *pointer;
6618 struct glEdgeFlagPointerListIBM_params
6620 TEB *teb;
6621 GLint stride;
6622 const GLboolean **pointer;
6623 GLint ptrstride;
6626 struct glElementPointerAPPLE_params
6628 TEB *teb;
6629 GLenum type;
6630 const void *pointer;
6633 struct glElementPointerATI_params
6635 TEB *teb;
6636 GLenum type;
6637 const void *pointer;
6640 struct glEnableClientStateIndexedEXT_params
6642 TEB *teb;
6643 GLenum array;
6644 GLuint index;
6647 struct glEnableClientStateiEXT_params
6649 TEB *teb;
6650 GLenum array;
6651 GLuint index;
6654 struct glEnableIndexedEXT_params
6656 TEB *teb;
6657 GLenum target;
6658 GLuint index;
6661 struct glEnableVariantClientStateEXT_params
6663 TEB *teb;
6664 GLuint id;
6667 struct glEnableVertexArrayAttrib_params
6669 TEB *teb;
6670 GLuint vaobj;
6671 GLuint index;
6674 struct glEnableVertexArrayAttribEXT_params
6676 TEB *teb;
6677 GLuint vaobj;
6678 GLuint index;
6681 struct glEnableVertexArrayEXT_params
6683 TEB *teb;
6684 GLuint vaobj;
6685 GLenum array;
6688 struct glEnableVertexAttribAPPLE_params
6690 TEB *teb;
6691 GLuint index;
6692 GLenum pname;
6695 struct glEnableVertexAttribArray_params
6697 TEB *teb;
6698 GLuint index;
6701 struct glEnableVertexAttribArrayARB_params
6703 TEB *teb;
6704 GLuint index;
6707 struct glEnablei_params
6709 TEB *teb;
6710 GLenum target;
6711 GLuint index;
6714 struct glEndConditionalRender_params
6716 TEB *teb;
6719 struct glEndConditionalRenderNV_params
6721 TEB *teb;
6724 struct glEndConditionalRenderNVX_params
6726 TEB *teb;
6729 struct glEndFragmentShaderATI_params
6731 TEB *teb;
6734 struct glEndOcclusionQueryNV_params
6736 TEB *teb;
6739 struct glEndPerfMonitorAMD_params
6741 TEB *teb;
6742 GLuint monitor;
6745 struct glEndPerfQueryINTEL_params
6747 TEB *teb;
6748 GLuint queryHandle;
6751 struct glEndQuery_params
6753 TEB *teb;
6754 GLenum target;
6757 struct glEndQueryARB_params
6759 TEB *teb;
6760 GLenum target;
6763 struct glEndQueryIndexed_params
6765 TEB *teb;
6766 GLenum target;
6767 GLuint index;
6770 struct glEndTransformFeedback_params
6772 TEB *teb;
6775 struct glEndTransformFeedbackEXT_params
6777 TEB *teb;
6780 struct glEndTransformFeedbackNV_params
6782 TEB *teb;
6785 struct glEndVertexShaderEXT_params
6787 TEB *teb;
6790 struct glEndVideoCaptureNV_params
6792 TEB *teb;
6793 GLuint video_capture_slot;
6796 struct glEvalCoord1xOES_params
6798 TEB *teb;
6799 GLfixed u;
6802 struct glEvalCoord1xvOES_params
6804 TEB *teb;
6805 const GLfixed *coords;
6808 struct glEvalCoord2xOES_params
6810 TEB *teb;
6811 GLfixed u;
6812 GLfixed v;
6815 struct glEvalCoord2xvOES_params
6817 TEB *teb;
6818 const GLfixed *coords;
6821 struct glEvalMapsNV_params
6823 TEB *teb;
6824 GLenum target;
6825 GLenum mode;
6828 struct glEvaluateDepthValuesARB_params
6830 TEB *teb;
6833 struct glExecuteProgramNV_params
6835 TEB *teb;
6836 GLenum target;
6837 GLuint id;
6838 const GLfloat *params;
6841 struct glExtractComponentEXT_params
6843 TEB *teb;
6844 GLuint res;
6845 GLuint src;
6846 GLuint num;
6849 struct glFeedbackBufferxOES_params
6851 TEB *teb;
6852 GLsizei n;
6853 GLenum type;
6854 const GLfixed *buffer;
6857 struct glFenceSync_params
6859 TEB *teb;
6860 GLenum condition;
6861 GLbitfield flags;
6862 GLsync ret;
6865 struct glFinalCombinerInputNV_params
6867 TEB *teb;
6868 GLenum variable;
6869 GLenum input;
6870 GLenum mapping;
6871 GLenum componentUsage;
6874 struct glFinishAsyncSGIX_params
6876 TEB *teb;
6877 GLuint *markerp;
6878 GLint ret;
6881 struct glFinishFenceAPPLE_params
6883 TEB *teb;
6884 GLuint fence;
6887 struct glFinishFenceNV_params
6889 TEB *teb;
6890 GLuint fence;
6893 struct glFinishObjectAPPLE_params
6895 TEB *teb;
6896 GLenum object;
6897 GLint name;
6900 struct glFinishTextureSUNX_params
6902 TEB *teb;
6905 struct glFlushMappedBufferRange_params
6907 TEB *teb;
6908 GLenum target;
6909 GLintptr offset;
6910 GLsizeiptr length;
6913 struct glFlushMappedBufferRangeAPPLE_params
6915 TEB *teb;
6916 GLenum target;
6917 GLintptr offset;
6918 GLsizeiptr size;
6921 struct glFlushMappedNamedBufferRange_params
6923 TEB *teb;
6924 GLuint buffer;
6925 GLintptr offset;
6926 GLsizeiptr length;
6929 struct glFlushMappedNamedBufferRangeEXT_params
6931 TEB *teb;
6932 GLuint buffer;
6933 GLintptr offset;
6934 GLsizeiptr length;
6937 struct glFlushPixelDataRangeNV_params
6939 TEB *teb;
6940 GLenum target;
6943 struct glFlushRasterSGIX_params
6945 TEB *teb;
6948 struct glFlushStaticDataIBM_params
6950 TEB *teb;
6951 GLenum target;
6954 struct glFlushVertexArrayRangeAPPLE_params
6956 TEB *teb;
6957 GLsizei length;
6958 void *pointer;
6961 struct glFlushVertexArrayRangeNV_params
6963 TEB *teb;
6966 struct glFogCoordFormatNV_params
6968 TEB *teb;
6969 GLenum type;
6970 GLsizei stride;
6973 struct glFogCoordPointer_params
6975 TEB *teb;
6976 GLenum type;
6977 GLsizei stride;
6978 const void *pointer;
6981 struct glFogCoordPointerEXT_params
6983 TEB *teb;
6984 GLenum type;
6985 GLsizei stride;
6986 const void *pointer;
6989 struct glFogCoordPointerListIBM_params
6991 TEB *teb;
6992 GLenum type;
6993 GLint stride;
6994 const void **pointer;
6995 GLint ptrstride;
6998 struct glFogCoordd_params
7000 TEB *teb;
7001 GLdouble coord;
7004 struct glFogCoorddEXT_params
7006 TEB *teb;
7007 GLdouble coord;
7010 struct glFogCoorddv_params
7012 TEB *teb;
7013 const GLdouble *coord;
7016 struct glFogCoorddvEXT_params
7018 TEB *teb;
7019 const GLdouble *coord;
7022 struct glFogCoordf_params
7024 TEB *teb;
7025 GLfloat coord;
7028 struct glFogCoordfEXT_params
7030 TEB *teb;
7031 GLfloat coord;
7034 struct glFogCoordfv_params
7036 TEB *teb;
7037 const GLfloat *coord;
7040 struct glFogCoordfvEXT_params
7042 TEB *teb;
7043 const GLfloat *coord;
7046 struct glFogCoordhNV_params
7048 TEB *teb;
7049 GLhalfNV fog;
7052 struct glFogCoordhvNV_params
7054 TEB *teb;
7055 const GLhalfNV *fog;
7058 struct glFogFuncSGIS_params
7060 TEB *teb;
7061 GLsizei n;
7062 const GLfloat *points;
7065 struct glFogxOES_params
7067 TEB *teb;
7068 GLenum pname;
7069 GLfixed param;
7072 struct glFogxvOES_params
7074 TEB *teb;
7075 GLenum pname;
7076 const GLfixed *param;
7079 struct glFragmentColorMaterialSGIX_params
7081 TEB *teb;
7082 GLenum face;
7083 GLenum mode;
7086 struct glFragmentCoverageColorNV_params
7088 TEB *teb;
7089 GLuint color;
7092 struct glFragmentLightModelfSGIX_params
7094 TEB *teb;
7095 GLenum pname;
7096 GLfloat param;
7099 struct glFragmentLightModelfvSGIX_params
7101 TEB *teb;
7102 GLenum pname;
7103 const GLfloat *params;
7106 struct glFragmentLightModeliSGIX_params
7108 TEB *teb;
7109 GLenum pname;
7110 GLint param;
7113 struct glFragmentLightModelivSGIX_params
7115 TEB *teb;
7116 GLenum pname;
7117 const GLint *params;
7120 struct glFragmentLightfSGIX_params
7122 TEB *teb;
7123 GLenum light;
7124 GLenum pname;
7125 GLfloat param;
7128 struct glFragmentLightfvSGIX_params
7130 TEB *teb;
7131 GLenum light;
7132 GLenum pname;
7133 const GLfloat *params;
7136 struct glFragmentLightiSGIX_params
7138 TEB *teb;
7139 GLenum light;
7140 GLenum pname;
7141 GLint param;
7144 struct glFragmentLightivSGIX_params
7146 TEB *teb;
7147 GLenum light;
7148 GLenum pname;
7149 const GLint *params;
7152 struct glFragmentMaterialfSGIX_params
7154 TEB *teb;
7155 GLenum face;
7156 GLenum pname;
7157 GLfloat param;
7160 struct glFragmentMaterialfvSGIX_params
7162 TEB *teb;
7163 GLenum face;
7164 GLenum pname;
7165 const GLfloat *params;
7168 struct glFragmentMaterialiSGIX_params
7170 TEB *teb;
7171 GLenum face;
7172 GLenum pname;
7173 GLint param;
7176 struct glFragmentMaterialivSGIX_params
7178 TEB *teb;
7179 GLenum face;
7180 GLenum pname;
7181 const GLint *params;
7184 struct glFrameTerminatorGREMEDY_params
7186 TEB *teb;
7189 struct glFrameZoomSGIX_params
7191 TEB *teb;
7192 GLint factor;
7195 struct glFramebufferDrawBufferEXT_params
7197 TEB *teb;
7198 GLuint framebuffer;
7199 GLenum mode;
7202 struct glFramebufferDrawBuffersEXT_params
7204 TEB *teb;
7205 GLuint framebuffer;
7206 GLsizei n;
7207 const GLenum *bufs;
7210 struct glFramebufferFetchBarrierEXT_params
7212 TEB *teb;
7215 struct glFramebufferParameteri_params
7217 TEB *teb;
7218 GLenum target;
7219 GLenum pname;
7220 GLint param;
7223 struct glFramebufferParameteriMESA_params
7225 TEB *teb;
7226 GLenum target;
7227 GLenum pname;
7228 GLint param;
7231 struct glFramebufferReadBufferEXT_params
7233 TEB *teb;
7234 GLuint framebuffer;
7235 GLenum mode;
7238 struct glFramebufferRenderbuffer_params
7240 TEB *teb;
7241 GLenum target;
7242 GLenum attachment;
7243 GLenum renderbuffertarget;
7244 GLuint renderbuffer;
7247 struct glFramebufferRenderbufferEXT_params
7249 TEB *teb;
7250 GLenum target;
7251 GLenum attachment;
7252 GLenum renderbuffertarget;
7253 GLuint renderbuffer;
7256 struct glFramebufferSampleLocationsfvARB_params
7258 TEB *teb;
7259 GLenum target;
7260 GLuint start;
7261 GLsizei count;
7262 const GLfloat *v;
7265 struct glFramebufferSampleLocationsfvNV_params
7267 TEB *teb;
7268 GLenum target;
7269 GLuint start;
7270 GLsizei count;
7271 const GLfloat *v;
7274 struct glFramebufferSamplePositionsfvAMD_params
7276 TEB *teb;
7277 GLenum target;
7278 GLuint numsamples;
7279 GLuint pixelindex;
7280 const GLfloat *values;
7283 struct glFramebufferTexture_params
7285 TEB *teb;
7286 GLenum target;
7287 GLenum attachment;
7288 GLuint texture;
7289 GLint level;
7292 struct glFramebufferTexture1D_params
7294 TEB *teb;
7295 GLenum target;
7296 GLenum attachment;
7297 GLenum textarget;
7298 GLuint texture;
7299 GLint level;
7302 struct glFramebufferTexture1DEXT_params
7304 TEB *teb;
7305 GLenum target;
7306 GLenum attachment;
7307 GLenum textarget;
7308 GLuint texture;
7309 GLint level;
7312 struct glFramebufferTexture2D_params
7314 TEB *teb;
7315 GLenum target;
7316 GLenum attachment;
7317 GLenum textarget;
7318 GLuint texture;
7319 GLint level;
7322 struct glFramebufferTexture2DEXT_params
7324 TEB *teb;
7325 GLenum target;
7326 GLenum attachment;
7327 GLenum textarget;
7328 GLuint texture;
7329 GLint level;
7332 struct glFramebufferTexture3D_params
7334 TEB *teb;
7335 GLenum target;
7336 GLenum attachment;
7337 GLenum textarget;
7338 GLuint texture;
7339 GLint level;
7340 GLint zoffset;
7343 struct glFramebufferTexture3DEXT_params
7345 TEB *teb;
7346 GLenum target;
7347 GLenum attachment;
7348 GLenum textarget;
7349 GLuint texture;
7350 GLint level;
7351 GLint zoffset;
7354 struct glFramebufferTextureARB_params
7356 TEB *teb;
7357 GLenum target;
7358 GLenum attachment;
7359 GLuint texture;
7360 GLint level;
7363 struct glFramebufferTextureEXT_params
7365 TEB *teb;
7366 GLenum target;
7367 GLenum attachment;
7368 GLuint texture;
7369 GLint level;
7372 struct glFramebufferTextureFaceARB_params
7374 TEB *teb;
7375 GLenum target;
7376 GLenum attachment;
7377 GLuint texture;
7378 GLint level;
7379 GLenum face;
7382 struct glFramebufferTextureFaceEXT_params
7384 TEB *teb;
7385 GLenum target;
7386 GLenum attachment;
7387 GLuint texture;
7388 GLint level;
7389 GLenum face;
7392 struct glFramebufferTextureLayer_params
7394 TEB *teb;
7395 GLenum target;
7396 GLenum attachment;
7397 GLuint texture;
7398 GLint level;
7399 GLint layer;
7402 struct glFramebufferTextureLayerARB_params
7404 TEB *teb;
7405 GLenum target;
7406 GLenum attachment;
7407 GLuint texture;
7408 GLint level;
7409 GLint layer;
7412 struct glFramebufferTextureLayerEXT_params
7414 TEB *teb;
7415 GLenum target;
7416 GLenum attachment;
7417 GLuint texture;
7418 GLint level;
7419 GLint layer;
7422 struct glFramebufferTextureMultiviewOVR_params
7424 TEB *teb;
7425 GLenum target;
7426 GLenum attachment;
7427 GLuint texture;
7428 GLint level;
7429 GLint baseViewIndex;
7430 GLsizei numViews;
7433 struct glFreeObjectBufferATI_params
7435 TEB *teb;
7436 GLuint buffer;
7439 struct glFrustumfOES_params
7441 TEB *teb;
7442 GLfloat l;
7443 GLfloat r;
7444 GLfloat b;
7445 GLfloat t;
7446 GLfloat n;
7447 GLfloat f;
7450 struct glFrustumxOES_params
7452 TEB *teb;
7453 GLfixed l;
7454 GLfixed r;
7455 GLfixed b;
7456 GLfixed t;
7457 GLfixed n;
7458 GLfixed f;
7461 struct glGenAsyncMarkersSGIX_params
7463 TEB *teb;
7464 GLsizei range;
7465 GLuint ret;
7468 struct glGenBuffers_params
7470 TEB *teb;
7471 GLsizei n;
7472 GLuint *buffers;
7475 struct glGenBuffersARB_params
7477 TEB *teb;
7478 GLsizei n;
7479 GLuint *buffers;
7482 struct glGenFencesAPPLE_params
7484 TEB *teb;
7485 GLsizei n;
7486 GLuint *fences;
7489 struct glGenFencesNV_params
7491 TEB *teb;
7492 GLsizei n;
7493 GLuint *fences;
7496 struct glGenFragmentShadersATI_params
7498 TEB *teb;
7499 GLuint range;
7500 GLuint ret;
7503 struct glGenFramebuffers_params
7505 TEB *teb;
7506 GLsizei n;
7507 GLuint *framebuffers;
7510 struct glGenFramebuffersEXT_params
7512 TEB *teb;
7513 GLsizei n;
7514 GLuint *framebuffers;
7517 struct glGenNamesAMD_params
7519 TEB *teb;
7520 GLenum identifier;
7521 GLuint num;
7522 GLuint *names;
7525 struct glGenOcclusionQueriesNV_params
7527 TEB *teb;
7528 GLsizei n;
7529 GLuint *ids;
7532 struct glGenPathsNV_params
7534 TEB *teb;
7535 GLsizei range;
7536 GLuint ret;
7539 struct glGenPerfMonitorsAMD_params
7541 TEB *teb;
7542 GLsizei n;
7543 GLuint *monitors;
7546 struct glGenProgramPipelines_params
7548 TEB *teb;
7549 GLsizei n;
7550 GLuint *pipelines;
7553 struct glGenProgramsARB_params
7555 TEB *teb;
7556 GLsizei n;
7557 GLuint *programs;
7560 struct glGenProgramsNV_params
7562 TEB *teb;
7563 GLsizei n;
7564 GLuint *programs;
7567 struct glGenQueries_params
7569 TEB *teb;
7570 GLsizei n;
7571 GLuint *ids;
7574 struct glGenQueriesARB_params
7576 TEB *teb;
7577 GLsizei n;
7578 GLuint *ids;
7581 struct glGenQueryResourceTagNV_params
7583 TEB *teb;
7584 GLsizei n;
7585 GLint *tagIds;
7588 struct glGenRenderbuffers_params
7590 TEB *teb;
7591 GLsizei n;
7592 GLuint *renderbuffers;
7595 struct glGenRenderbuffersEXT_params
7597 TEB *teb;
7598 GLsizei n;
7599 GLuint *renderbuffers;
7602 struct glGenSamplers_params
7604 TEB *teb;
7605 GLsizei count;
7606 GLuint *samplers;
7609 struct glGenSemaphoresEXT_params
7611 TEB *teb;
7612 GLsizei n;
7613 GLuint *semaphores;
7616 struct glGenSymbolsEXT_params
7618 TEB *teb;
7619 GLenum datatype;
7620 GLenum storagetype;
7621 GLenum range;
7622 GLuint components;
7623 GLuint ret;
7626 struct glGenTexturesEXT_params
7628 TEB *teb;
7629 GLsizei n;
7630 GLuint *textures;
7633 struct glGenTransformFeedbacks_params
7635 TEB *teb;
7636 GLsizei n;
7637 GLuint *ids;
7640 struct glGenTransformFeedbacksNV_params
7642 TEB *teb;
7643 GLsizei n;
7644 GLuint *ids;
7647 struct glGenVertexArrays_params
7649 TEB *teb;
7650 GLsizei n;
7651 GLuint *arrays;
7654 struct glGenVertexArraysAPPLE_params
7656 TEB *teb;
7657 GLsizei n;
7658 GLuint *arrays;
7661 struct glGenVertexShadersEXT_params
7663 TEB *teb;
7664 GLuint range;
7665 GLuint ret;
7668 struct glGenerateMipmap_params
7670 TEB *teb;
7671 GLenum target;
7674 struct glGenerateMipmapEXT_params
7676 TEB *teb;
7677 GLenum target;
7680 struct glGenerateMultiTexMipmapEXT_params
7682 TEB *teb;
7683 GLenum texunit;
7684 GLenum target;
7687 struct glGenerateTextureMipmap_params
7689 TEB *teb;
7690 GLuint texture;
7693 struct glGenerateTextureMipmapEXT_params
7695 TEB *teb;
7696 GLuint texture;
7697 GLenum target;
7700 struct glGetActiveAtomicCounterBufferiv_params
7702 TEB *teb;
7703 GLuint program;
7704 GLuint bufferIndex;
7705 GLenum pname;
7706 GLint *params;
7709 struct glGetActiveAttrib_params
7711 TEB *teb;
7712 GLuint program;
7713 GLuint index;
7714 GLsizei bufSize;
7715 GLsizei *length;
7716 GLint *size;
7717 GLenum *type;
7718 GLchar *name;
7721 struct glGetActiveAttribARB_params
7723 TEB *teb;
7724 GLhandleARB programObj;
7725 GLuint index;
7726 GLsizei maxLength;
7727 GLsizei *length;
7728 GLint *size;
7729 GLenum *type;
7730 GLcharARB *name;
7733 struct glGetActiveSubroutineName_params
7735 TEB *teb;
7736 GLuint program;
7737 GLenum shadertype;
7738 GLuint index;
7739 GLsizei bufSize;
7740 GLsizei *length;
7741 GLchar *name;
7744 struct glGetActiveSubroutineUniformName_params
7746 TEB *teb;
7747 GLuint program;
7748 GLenum shadertype;
7749 GLuint index;
7750 GLsizei bufSize;
7751 GLsizei *length;
7752 GLchar *name;
7755 struct glGetActiveSubroutineUniformiv_params
7757 TEB *teb;
7758 GLuint program;
7759 GLenum shadertype;
7760 GLuint index;
7761 GLenum pname;
7762 GLint *values;
7765 struct glGetActiveUniform_params
7767 TEB *teb;
7768 GLuint program;
7769 GLuint index;
7770 GLsizei bufSize;
7771 GLsizei *length;
7772 GLint *size;
7773 GLenum *type;
7774 GLchar *name;
7777 struct glGetActiveUniformARB_params
7779 TEB *teb;
7780 GLhandleARB programObj;
7781 GLuint index;
7782 GLsizei maxLength;
7783 GLsizei *length;
7784 GLint *size;
7785 GLenum *type;
7786 GLcharARB *name;
7789 struct glGetActiveUniformBlockName_params
7791 TEB *teb;
7792 GLuint program;
7793 GLuint uniformBlockIndex;
7794 GLsizei bufSize;
7795 GLsizei *length;
7796 GLchar *uniformBlockName;
7799 struct glGetActiveUniformBlockiv_params
7801 TEB *teb;
7802 GLuint program;
7803 GLuint uniformBlockIndex;
7804 GLenum pname;
7805 GLint *params;
7808 struct glGetActiveUniformName_params
7810 TEB *teb;
7811 GLuint program;
7812 GLuint uniformIndex;
7813 GLsizei bufSize;
7814 GLsizei *length;
7815 GLchar *uniformName;
7818 struct glGetActiveUniformsiv_params
7820 TEB *teb;
7821 GLuint program;
7822 GLsizei uniformCount;
7823 const GLuint *uniformIndices;
7824 GLenum pname;
7825 GLint *params;
7828 struct glGetActiveVaryingNV_params
7830 TEB *teb;
7831 GLuint program;
7832 GLuint index;
7833 GLsizei bufSize;
7834 GLsizei *length;
7835 GLsizei *size;
7836 GLenum *type;
7837 GLchar *name;
7840 struct glGetArrayObjectfvATI_params
7842 TEB *teb;
7843 GLenum array;
7844 GLenum pname;
7845 GLfloat *params;
7848 struct glGetArrayObjectivATI_params
7850 TEB *teb;
7851 GLenum array;
7852 GLenum pname;
7853 GLint *params;
7856 struct glGetAttachedObjectsARB_params
7858 TEB *teb;
7859 GLhandleARB containerObj;
7860 GLsizei maxCount;
7861 GLsizei *count;
7862 GLhandleARB *obj;
7865 struct glGetAttachedShaders_params
7867 TEB *teb;
7868 GLuint program;
7869 GLsizei maxCount;
7870 GLsizei *count;
7871 GLuint *shaders;
7874 struct glGetAttribLocation_params
7876 TEB *teb;
7877 GLuint program;
7878 const GLchar *name;
7879 GLint ret;
7882 struct glGetAttribLocationARB_params
7884 TEB *teb;
7885 GLhandleARB programObj;
7886 const GLcharARB *name;
7887 GLint ret;
7890 struct glGetBooleanIndexedvEXT_params
7892 TEB *teb;
7893 GLenum target;
7894 GLuint index;
7895 GLboolean *data;
7898 struct glGetBooleani_v_params
7900 TEB *teb;
7901 GLenum target;
7902 GLuint index;
7903 GLboolean *data;
7906 struct glGetBufferParameteri64v_params
7908 TEB *teb;
7909 GLenum target;
7910 GLenum pname;
7911 GLint64 *params;
7914 struct glGetBufferParameteriv_params
7916 TEB *teb;
7917 GLenum target;
7918 GLenum pname;
7919 GLint *params;
7922 struct glGetBufferParameterivARB_params
7924 TEB *teb;
7925 GLenum target;
7926 GLenum pname;
7927 GLint *params;
7930 struct glGetBufferParameterui64vNV_params
7932 TEB *teb;
7933 GLenum target;
7934 GLenum pname;
7935 GLuint64EXT *params;
7938 struct glGetBufferPointerv_params
7940 TEB *teb;
7941 GLenum target;
7942 GLenum pname;
7943 void **params;
7946 struct glGetBufferPointervARB_params
7948 TEB *teb;
7949 GLenum target;
7950 GLenum pname;
7951 void **params;
7954 struct glGetBufferSubData_params
7956 TEB *teb;
7957 GLenum target;
7958 GLintptr offset;
7959 GLsizeiptr size;
7960 void *data;
7963 struct glGetBufferSubDataARB_params
7965 TEB *teb;
7966 GLenum target;
7967 GLintptrARB offset;
7968 GLsizeiptrARB size;
7969 void *data;
7972 struct glGetClipPlanefOES_params
7974 TEB *teb;
7975 GLenum plane;
7976 GLfloat *equation;
7979 struct glGetClipPlanexOES_params
7981 TEB *teb;
7982 GLenum plane;
7983 GLfixed *equation;
7986 struct glGetColorTable_params
7988 TEB *teb;
7989 GLenum target;
7990 GLenum format;
7991 GLenum type;
7992 void *table;
7995 struct glGetColorTableEXT_params
7997 TEB *teb;
7998 GLenum target;
7999 GLenum format;
8000 GLenum type;
8001 void *data;
8004 struct glGetColorTableParameterfv_params
8006 TEB *teb;
8007 GLenum target;
8008 GLenum pname;
8009 GLfloat *params;
8012 struct glGetColorTableParameterfvEXT_params
8014 TEB *teb;
8015 GLenum target;
8016 GLenum pname;
8017 GLfloat *params;
8020 struct glGetColorTableParameterfvSGI_params
8022 TEB *teb;
8023 GLenum target;
8024 GLenum pname;
8025 GLfloat *params;
8028 struct glGetColorTableParameteriv_params
8030 TEB *teb;
8031 GLenum target;
8032 GLenum pname;
8033 GLint *params;
8036 struct glGetColorTableParameterivEXT_params
8038 TEB *teb;
8039 GLenum target;
8040 GLenum pname;
8041 GLint *params;
8044 struct glGetColorTableParameterivSGI_params
8046 TEB *teb;
8047 GLenum target;
8048 GLenum pname;
8049 GLint *params;
8052 struct glGetColorTableSGI_params
8054 TEB *teb;
8055 GLenum target;
8056 GLenum format;
8057 GLenum type;
8058 void *table;
8061 struct glGetCombinerInputParameterfvNV_params
8063 TEB *teb;
8064 GLenum stage;
8065 GLenum portion;
8066 GLenum variable;
8067 GLenum pname;
8068 GLfloat *params;
8071 struct glGetCombinerInputParameterivNV_params
8073 TEB *teb;
8074 GLenum stage;
8075 GLenum portion;
8076 GLenum variable;
8077 GLenum pname;
8078 GLint *params;
8081 struct glGetCombinerOutputParameterfvNV_params
8083 TEB *teb;
8084 GLenum stage;
8085 GLenum portion;
8086 GLenum pname;
8087 GLfloat *params;
8090 struct glGetCombinerOutputParameterivNV_params
8092 TEB *teb;
8093 GLenum stage;
8094 GLenum portion;
8095 GLenum pname;
8096 GLint *params;
8099 struct glGetCombinerStageParameterfvNV_params
8101 TEB *teb;
8102 GLenum stage;
8103 GLenum pname;
8104 GLfloat *params;
8107 struct glGetCommandHeaderNV_params
8109 TEB *teb;
8110 GLenum tokenID;
8111 GLuint size;
8112 GLuint ret;
8115 struct glGetCompressedMultiTexImageEXT_params
8117 TEB *teb;
8118 GLenum texunit;
8119 GLenum target;
8120 GLint lod;
8121 void *img;
8124 struct glGetCompressedTexImage_params
8126 TEB *teb;
8127 GLenum target;
8128 GLint level;
8129 void *img;
8132 struct glGetCompressedTexImageARB_params
8134 TEB *teb;
8135 GLenum target;
8136 GLint level;
8137 void *img;
8140 struct glGetCompressedTextureImage_params
8142 TEB *teb;
8143 GLuint texture;
8144 GLint level;
8145 GLsizei bufSize;
8146 void *pixels;
8149 struct glGetCompressedTextureImageEXT_params
8151 TEB *teb;
8152 GLuint texture;
8153 GLenum target;
8154 GLint lod;
8155 void *img;
8158 struct glGetCompressedTextureSubImage_params
8160 TEB *teb;
8161 GLuint texture;
8162 GLint level;
8163 GLint xoffset;
8164 GLint yoffset;
8165 GLint zoffset;
8166 GLsizei width;
8167 GLsizei height;
8168 GLsizei depth;
8169 GLsizei bufSize;
8170 void *pixels;
8173 struct glGetConvolutionFilter_params
8175 TEB *teb;
8176 GLenum target;
8177 GLenum format;
8178 GLenum type;
8179 void *image;
8182 struct glGetConvolutionFilterEXT_params
8184 TEB *teb;
8185 GLenum target;
8186 GLenum format;
8187 GLenum type;
8188 void *image;
8191 struct glGetConvolutionParameterfv_params
8193 TEB *teb;
8194 GLenum target;
8195 GLenum pname;
8196 GLfloat *params;
8199 struct glGetConvolutionParameterfvEXT_params
8201 TEB *teb;
8202 GLenum target;
8203 GLenum pname;
8204 GLfloat *params;
8207 struct glGetConvolutionParameteriv_params
8209 TEB *teb;
8210 GLenum target;
8211 GLenum pname;
8212 GLint *params;
8215 struct glGetConvolutionParameterivEXT_params
8217 TEB *teb;
8218 GLenum target;
8219 GLenum pname;
8220 GLint *params;
8223 struct glGetConvolutionParameterxvOES_params
8225 TEB *teb;
8226 GLenum target;
8227 GLenum pname;
8228 GLfixed *params;
8231 struct glGetCoverageModulationTableNV_params
8233 TEB *teb;
8234 GLsizei bufSize;
8235 GLfloat *v;
8238 struct glGetDebugMessageLog_params
8240 TEB *teb;
8241 GLuint count;
8242 GLsizei bufSize;
8243 GLenum *sources;
8244 GLenum *types;
8245 GLuint *ids;
8246 GLenum *severities;
8247 GLsizei *lengths;
8248 GLchar *messageLog;
8249 GLuint ret;
8252 struct glGetDebugMessageLogAMD_params
8254 TEB *teb;
8255 GLuint count;
8256 GLsizei bufSize;
8257 GLenum *categories;
8258 GLuint *severities;
8259 GLuint *ids;
8260 GLsizei *lengths;
8261 GLchar *message;
8262 GLuint ret;
8265 struct glGetDebugMessageLogARB_params
8267 TEB *teb;
8268 GLuint count;
8269 GLsizei bufSize;
8270 GLenum *sources;
8271 GLenum *types;
8272 GLuint *ids;
8273 GLenum *severities;
8274 GLsizei *lengths;
8275 GLchar *messageLog;
8276 GLuint ret;
8279 struct glGetDetailTexFuncSGIS_params
8281 TEB *teb;
8282 GLenum target;
8283 GLfloat *points;
8286 struct glGetDoubleIndexedvEXT_params
8288 TEB *teb;
8289 GLenum target;
8290 GLuint index;
8291 GLdouble *data;
8294 struct glGetDoublei_v_params
8296 TEB *teb;
8297 GLenum target;
8298 GLuint index;
8299 GLdouble *data;
8302 struct glGetDoublei_vEXT_params
8304 TEB *teb;
8305 GLenum pname;
8306 GLuint index;
8307 GLdouble *params;
8310 struct glGetFenceivNV_params
8312 TEB *teb;
8313 GLuint fence;
8314 GLenum pname;
8315 GLint *params;
8318 struct glGetFinalCombinerInputParameterfvNV_params
8320 TEB *teb;
8321 GLenum variable;
8322 GLenum pname;
8323 GLfloat *params;
8326 struct glGetFinalCombinerInputParameterivNV_params
8328 TEB *teb;
8329 GLenum variable;
8330 GLenum pname;
8331 GLint *params;
8334 struct glGetFirstPerfQueryIdINTEL_params
8336 TEB *teb;
8337 GLuint *queryId;
8340 struct glGetFixedvOES_params
8342 TEB *teb;
8343 GLenum pname;
8344 GLfixed *params;
8347 struct glGetFloatIndexedvEXT_params
8349 TEB *teb;
8350 GLenum target;
8351 GLuint index;
8352 GLfloat *data;
8355 struct glGetFloati_v_params
8357 TEB *teb;
8358 GLenum target;
8359 GLuint index;
8360 GLfloat *data;
8363 struct glGetFloati_vEXT_params
8365 TEB *teb;
8366 GLenum pname;
8367 GLuint index;
8368 GLfloat *params;
8371 struct glGetFogFuncSGIS_params
8373 TEB *teb;
8374 GLfloat *points;
8377 struct glGetFragDataIndex_params
8379 TEB *teb;
8380 GLuint program;
8381 const GLchar *name;
8382 GLint ret;
8385 struct glGetFragDataLocation_params
8387 TEB *teb;
8388 GLuint program;
8389 const GLchar *name;
8390 GLint ret;
8393 struct glGetFragDataLocationEXT_params
8395 TEB *teb;
8396 GLuint program;
8397 const GLchar *name;
8398 GLint ret;
8401 struct glGetFragmentLightfvSGIX_params
8403 TEB *teb;
8404 GLenum light;
8405 GLenum pname;
8406 GLfloat *params;
8409 struct glGetFragmentLightivSGIX_params
8411 TEB *teb;
8412 GLenum light;
8413 GLenum pname;
8414 GLint *params;
8417 struct glGetFragmentMaterialfvSGIX_params
8419 TEB *teb;
8420 GLenum face;
8421 GLenum pname;
8422 GLfloat *params;
8425 struct glGetFragmentMaterialivSGIX_params
8427 TEB *teb;
8428 GLenum face;
8429 GLenum pname;
8430 GLint *params;
8433 struct glGetFramebufferAttachmentParameteriv_params
8435 TEB *teb;
8436 GLenum target;
8437 GLenum attachment;
8438 GLenum pname;
8439 GLint *params;
8442 struct glGetFramebufferAttachmentParameterivEXT_params
8444 TEB *teb;
8445 GLenum target;
8446 GLenum attachment;
8447 GLenum pname;
8448 GLint *params;
8451 struct glGetFramebufferParameterfvAMD_params
8453 TEB *teb;
8454 GLenum target;
8455 GLenum pname;
8456 GLuint numsamples;
8457 GLuint pixelindex;
8458 GLsizei size;
8459 GLfloat *values;
8462 struct glGetFramebufferParameteriv_params
8464 TEB *teb;
8465 GLenum target;
8466 GLenum pname;
8467 GLint *params;
8470 struct glGetFramebufferParameterivEXT_params
8472 TEB *teb;
8473 GLuint framebuffer;
8474 GLenum pname;
8475 GLint *params;
8478 struct glGetFramebufferParameterivMESA_params
8480 TEB *teb;
8481 GLenum target;
8482 GLenum pname;
8483 GLint *params;
8486 struct glGetGraphicsResetStatus_params
8488 TEB *teb;
8489 GLenum ret;
8492 struct glGetGraphicsResetStatusARB_params
8494 TEB *teb;
8495 GLenum ret;
8498 struct glGetHandleARB_params
8500 TEB *teb;
8501 GLenum pname;
8502 GLhandleARB ret;
8505 struct glGetHistogram_params
8507 TEB *teb;
8508 GLenum target;
8509 GLboolean reset;
8510 GLenum format;
8511 GLenum type;
8512 void *values;
8515 struct glGetHistogramEXT_params
8517 TEB *teb;
8518 GLenum target;
8519 GLboolean reset;
8520 GLenum format;
8521 GLenum type;
8522 void *values;
8525 struct glGetHistogramParameterfv_params
8527 TEB *teb;
8528 GLenum target;
8529 GLenum pname;
8530 GLfloat *params;
8533 struct glGetHistogramParameterfvEXT_params
8535 TEB *teb;
8536 GLenum target;
8537 GLenum pname;
8538 GLfloat *params;
8541 struct glGetHistogramParameteriv_params
8543 TEB *teb;
8544 GLenum target;
8545 GLenum pname;
8546 GLint *params;
8549 struct glGetHistogramParameterivEXT_params
8551 TEB *teb;
8552 GLenum target;
8553 GLenum pname;
8554 GLint *params;
8557 struct glGetHistogramParameterxvOES_params
8559 TEB *teb;
8560 GLenum target;
8561 GLenum pname;
8562 GLfixed *params;
8565 struct glGetImageHandleARB_params
8567 TEB *teb;
8568 GLuint texture;
8569 GLint level;
8570 GLboolean layered;
8571 GLint layer;
8572 GLenum format;
8573 GLuint64 ret;
8576 struct glGetImageHandleNV_params
8578 TEB *teb;
8579 GLuint texture;
8580 GLint level;
8581 GLboolean layered;
8582 GLint layer;
8583 GLenum format;
8584 GLuint64 ret;
8587 struct glGetImageTransformParameterfvHP_params
8589 TEB *teb;
8590 GLenum target;
8591 GLenum pname;
8592 GLfloat *params;
8595 struct glGetImageTransformParameterivHP_params
8597 TEB *teb;
8598 GLenum target;
8599 GLenum pname;
8600 GLint *params;
8603 struct glGetInfoLogARB_params
8605 TEB *teb;
8606 GLhandleARB obj;
8607 GLsizei maxLength;
8608 GLsizei *length;
8609 GLcharARB *infoLog;
8612 struct glGetInstrumentsSGIX_params
8614 TEB *teb;
8615 GLint ret;
8618 struct glGetInteger64i_v_params
8620 TEB *teb;
8621 GLenum target;
8622 GLuint index;
8623 GLint64 *data;
8626 struct glGetInteger64v_params
8628 TEB *teb;
8629 GLenum pname;
8630 GLint64 *data;
8633 struct glGetIntegerIndexedvEXT_params
8635 TEB *teb;
8636 GLenum target;
8637 GLuint index;
8638 GLint *data;
8641 struct glGetIntegeri_v_params
8643 TEB *teb;
8644 GLenum target;
8645 GLuint index;
8646 GLint *data;
8649 struct glGetIntegerui64i_vNV_params
8651 TEB *teb;
8652 GLenum value;
8653 GLuint index;
8654 GLuint64EXT *result;
8657 struct glGetIntegerui64vNV_params
8659 TEB *teb;
8660 GLenum value;
8661 GLuint64EXT *result;
8664 struct glGetInternalformatSampleivNV_params
8666 TEB *teb;
8667 GLenum target;
8668 GLenum internalformat;
8669 GLsizei samples;
8670 GLenum pname;
8671 GLsizei count;
8672 GLint *params;
8675 struct glGetInternalformati64v_params
8677 TEB *teb;
8678 GLenum target;
8679 GLenum internalformat;
8680 GLenum pname;
8681 GLsizei count;
8682 GLint64 *params;
8685 struct glGetInternalformativ_params
8687 TEB *teb;
8688 GLenum target;
8689 GLenum internalformat;
8690 GLenum pname;
8691 GLsizei count;
8692 GLint *params;
8695 struct glGetInvariantBooleanvEXT_params
8697 TEB *teb;
8698 GLuint id;
8699 GLenum value;
8700 GLboolean *data;
8703 struct glGetInvariantFloatvEXT_params
8705 TEB *teb;
8706 GLuint id;
8707 GLenum value;
8708 GLfloat *data;
8711 struct glGetInvariantIntegervEXT_params
8713 TEB *teb;
8714 GLuint id;
8715 GLenum value;
8716 GLint *data;
8719 struct glGetLightxOES_params
8721 TEB *teb;
8722 GLenum light;
8723 GLenum pname;
8724 GLfixed *params;
8727 struct glGetListParameterfvSGIX_params
8729 TEB *teb;
8730 GLuint list;
8731 GLenum pname;
8732 GLfloat *params;
8735 struct glGetListParameterivSGIX_params
8737 TEB *teb;
8738 GLuint list;
8739 GLenum pname;
8740 GLint *params;
8743 struct glGetLocalConstantBooleanvEXT_params
8745 TEB *teb;
8746 GLuint id;
8747 GLenum value;
8748 GLboolean *data;
8751 struct glGetLocalConstantFloatvEXT_params
8753 TEB *teb;
8754 GLuint id;
8755 GLenum value;
8756 GLfloat *data;
8759 struct glGetLocalConstantIntegervEXT_params
8761 TEB *teb;
8762 GLuint id;
8763 GLenum value;
8764 GLint *data;
8767 struct glGetMapAttribParameterfvNV_params
8769 TEB *teb;
8770 GLenum target;
8771 GLuint index;
8772 GLenum pname;
8773 GLfloat *params;
8776 struct glGetMapAttribParameterivNV_params
8778 TEB *teb;
8779 GLenum target;
8780 GLuint index;
8781 GLenum pname;
8782 GLint *params;
8785 struct glGetMapControlPointsNV_params
8787 TEB *teb;
8788 GLenum target;
8789 GLuint index;
8790 GLenum type;
8791 GLsizei ustride;
8792 GLsizei vstride;
8793 GLboolean packed;
8794 void *points;
8797 struct glGetMapParameterfvNV_params
8799 TEB *teb;
8800 GLenum target;
8801 GLenum pname;
8802 GLfloat *params;
8805 struct glGetMapParameterivNV_params
8807 TEB *teb;
8808 GLenum target;
8809 GLenum pname;
8810 GLint *params;
8813 struct glGetMapxvOES_params
8815 TEB *teb;
8816 GLenum target;
8817 GLenum query;
8818 GLfixed *v;
8821 struct glGetMaterialxOES_params
8823 TEB *teb;
8824 GLenum face;
8825 GLenum pname;
8826 GLfixed param;
8829 struct glGetMemoryObjectDetachedResourcesuivNV_params
8831 TEB *teb;
8832 GLuint memory;
8833 GLenum pname;
8834 GLint first;
8835 GLsizei count;
8836 GLuint *params;
8839 struct glGetMemoryObjectParameterivEXT_params
8841 TEB *teb;
8842 GLuint memoryObject;
8843 GLenum pname;
8844 GLint *params;
8847 struct glGetMinmax_params
8849 TEB *teb;
8850 GLenum target;
8851 GLboolean reset;
8852 GLenum format;
8853 GLenum type;
8854 void *values;
8857 struct glGetMinmaxEXT_params
8859 TEB *teb;
8860 GLenum target;
8861 GLboolean reset;
8862 GLenum format;
8863 GLenum type;
8864 void *values;
8867 struct glGetMinmaxParameterfv_params
8869 TEB *teb;
8870 GLenum target;
8871 GLenum pname;
8872 GLfloat *params;
8875 struct glGetMinmaxParameterfvEXT_params
8877 TEB *teb;
8878 GLenum target;
8879 GLenum pname;
8880 GLfloat *params;
8883 struct glGetMinmaxParameteriv_params
8885 TEB *teb;
8886 GLenum target;
8887 GLenum pname;
8888 GLint *params;
8891 struct glGetMinmaxParameterivEXT_params
8893 TEB *teb;
8894 GLenum target;
8895 GLenum pname;
8896 GLint *params;
8899 struct glGetMultiTexEnvfvEXT_params
8901 TEB *teb;
8902 GLenum texunit;
8903 GLenum target;
8904 GLenum pname;
8905 GLfloat *params;
8908 struct glGetMultiTexEnvivEXT_params
8910 TEB *teb;
8911 GLenum texunit;
8912 GLenum target;
8913 GLenum pname;
8914 GLint *params;
8917 struct glGetMultiTexGendvEXT_params
8919 TEB *teb;
8920 GLenum texunit;
8921 GLenum coord;
8922 GLenum pname;
8923 GLdouble *params;
8926 struct glGetMultiTexGenfvEXT_params
8928 TEB *teb;
8929 GLenum texunit;
8930 GLenum coord;
8931 GLenum pname;
8932 GLfloat *params;
8935 struct glGetMultiTexGenivEXT_params
8937 TEB *teb;
8938 GLenum texunit;
8939 GLenum coord;
8940 GLenum pname;
8941 GLint *params;
8944 struct glGetMultiTexImageEXT_params
8946 TEB *teb;
8947 GLenum texunit;
8948 GLenum target;
8949 GLint level;
8950 GLenum format;
8951 GLenum type;
8952 void *pixels;
8955 struct glGetMultiTexLevelParameterfvEXT_params
8957 TEB *teb;
8958 GLenum texunit;
8959 GLenum target;
8960 GLint level;
8961 GLenum pname;
8962 GLfloat *params;
8965 struct glGetMultiTexLevelParameterivEXT_params
8967 TEB *teb;
8968 GLenum texunit;
8969 GLenum target;
8970 GLint level;
8971 GLenum pname;
8972 GLint *params;
8975 struct glGetMultiTexParameterIivEXT_params
8977 TEB *teb;
8978 GLenum texunit;
8979 GLenum target;
8980 GLenum pname;
8981 GLint *params;
8984 struct glGetMultiTexParameterIuivEXT_params
8986 TEB *teb;
8987 GLenum texunit;
8988 GLenum target;
8989 GLenum pname;
8990 GLuint *params;
8993 struct glGetMultiTexParameterfvEXT_params
8995 TEB *teb;
8996 GLenum texunit;
8997 GLenum target;
8998 GLenum pname;
8999 GLfloat *params;
9002 struct glGetMultiTexParameterivEXT_params
9004 TEB *teb;
9005 GLenum texunit;
9006 GLenum target;
9007 GLenum pname;
9008 GLint *params;
9011 struct glGetMultisamplefv_params
9013 TEB *teb;
9014 GLenum pname;
9015 GLuint index;
9016 GLfloat *val;
9019 struct glGetMultisamplefvNV_params
9021 TEB *teb;
9022 GLenum pname;
9023 GLuint index;
9024 GLfloat *val;
9027 struct glGetNamedBufferParameteri64v_params
9029 TEB *teb;
9030 GLuint buffer;
9031 GLenum pname;
9032 GLint64 *params;
9035 struct glGetNamedBufferParameteriv_params
9037 TEB *teb;
9038 GLuint buffer;
9039 GLenum pname;
9040 GLint *params;
9043 struct glGetNamedBufferParameterivEXT_params
9045 TEB *teb;
9046 GLuint buffer;
9047 GLenum pname;
9048 GLint *params;
9051 struct glGetNamedBufferParameterui64vNV_params
9053 TEB *teb;
9054 GLuint buffer;
9055 GLenum pname;
9056 GLuint64EXT *params;
9059 struct glGetNamedBufferPointerv_params
9061 TEB *teb;
9062 GLuint buffer;
9063 GLenum pname;
9064 void **params;
9067 struct glGetNamedBufferPointervEXT_params
9069 TEB *teb;
9070 GLuint buffer;
9071 GLenum pname;
9072 void **params;
9075 struct glGetNamedBufferSubData_params
9077 TEB *teb;
9078 GLuint buffer;
9079 GLintptr offset;
9080 GLsizeiptr size;
9081 void *data;
9084 struct glGetNamedBufferSubDataEXT_params
9086 TEB *teb;
9087 GLuint buffer;
9088 GLintptr offset;
9089 GLsizeiptr size;
9090 void *data;
9093 struct glGetNamedFramebufferAttachmentParameteriv_params
9095 TEB *teb;
9096 GLuint framebuffer;
9097 GLenum attachment;
9098 GLenum pname;
9099 GLint *params;
9102 struct glGetNamedFramebufferAttachmentParameterivEXT_params
9104 TEB *teb;
9105 GLuint framebuffer;
9106 GLenum attachment;
9107 GLenum pname;
9108 GLint *params;
9111 struct glGetNamedFramebufferParameterfvAMD_params
9113 TEB *teb;
9114 GLuint framebuffer;
9115 GLenum pname;
9116 GLuint numsamples;
9117 GLuint pixelindex;
9118 GLsizei size;
9119 GLfloat *values;
9122 struct glGetNamedFramebufferParameteriv_params
9124 TEB *teb;
9125 GLuint framebuffer;
9126 GLenum pname;
9127 GLint *param;
9130 struct glGetNamedFramebufferParameterivEXT_params
9132 TEB *teb;
9133 GLuint framebuffer;
9134 GLenum pname;
9135 GLint *params;
9138 struct glGetNamedProgramLocalParameterIivEXT_params
9140 TEB *teb;
9141 GLuint program;
9142 GLenum target;
9143 GLuint index;
9144 GLint *params;
9147 struct glGetNamedProgramLocalParameterIuivEXT_params
9149 TEB *teb;
9150 GLuint program;
9151 GLenum target;
9152 GLuint index;
9153 GLuint *params;
9156 struct glGetNamedProgramLocalParameterdvEXT_params
9158 TEB *teb;
9159 GLuint program;
9160 GLenum target;
9161 GLuint index;
9162 GLdouble *params;
9165 struct glGetNamedProgramLocalParameterfvEXT_params
9167 TEB *teb;
9168 GLuint program;
9169 GLenum target;
9170 GLuint index;
9171 GLfloat *params;
9174 struct glGetNamedProgramStringEXT_params
9176 TEB *teb;
9177 GLuint program;
9178 GLenum target;
9179 GLenum pname;
9180 void *string;
9183 struct glGetNamedProgramivEXT_params
9185 TEB *teb;
9186 GLuint program;
9187 GLenum target;
9188 GLenum pname;
9189 GLint *params;
9192 struct glGetNamedRenderbufferParameteriv_params
9194 TEB *teb;
9195 GLuint renderbuffer;
9196 GLenum pname;
9197 GLint *params;
9200 struct glGetNamedRenderbufferParameterivEXT_params
9202 TEB *teb;
9203 GLuint renderbuffer;
9204 GLenum pname;
9205 GLint *params;
9208 struct glGetNamedStringARB_params
9210 TEB *teb;
9211 GLint namelen;
9212 const GLchar *name;
9213 GLsizei bufSize;
9214 GLint *stringlen;
9215 GLchar *string;
9218 struct glGetNamedStringivARB_params
9220 TEB *teb;
9221 GLint namelen;
9222 const GLchar *name;
9223 GLenum pname;
9224 GLint *params;
9227 struct glGetNextPerfQueryIdINTEL_params
9229 TEB *teb;
9230 GLuint queryId;
9231 GLuint *nextQueryId;
9234 struct glGetObjectBufferfvATI_params
9236 TEB *teb;
9237 GLuint buffer;
9238 GLenum pname;
9239 GLfloat *params;
9242 struct glGetObjectBufferivATI_params
9244 TEB *teb;
9245 GLuint buffer;
9246 GLenum pname;
9247 GLint *params;
9250 struct glGetObjectLabel_params
9252 TEB *teb;
9253 GLenum identifier;
9254 GLuint name;
9255 GLsizei bufSize;
9256 GLsizei *length;
9257 GLchar *label;
9260 struct glGetObjectLabelEXT_params
9262 TEB *teb;
9263 GLenum type;
9264 GLuint object;
9265 GLsizei bufSize;
9266 GLsizei *length;
9267 GLchar *label;
9270 struct glGetObjectParameterfvARB_params
9272 TEB *teb;
9273 GLhandleARB obj;
9274 GLenum pname;
9275 GLfloat *params;
9278 struct glGetObjectParameterivAPPLE_params
9280 TEB *teb;
9281 GLenum objectType;
9282 GLuint name;
9283 GLenum pname;
9284 GLint *params;
9287 struct glGetObjectParameterivARB_params
9289 TEB *teb;
9290 GLhandleARB obj;
9291 GLenum pname;
9292 GLint *params;
9295 struct glGetObjectPtrLabel_params
9297 TEB *teb;
9298 const void *ptr;
9299 GLsizei bufSize;
9300 GLsizei *length;
9301 GLchar *label;
9304 struct glGetOcclusionQueryivNV_params
9306 TEB *teb;
9307 GLuint id;
9308 GLenum pname;
9309 GLint *params;
9312 struct glGetOcclusionQueryuivNV_params
9314 TEB *teb;
9315 GLuint id;
9316 GLenum pname;
9317 GLuint *params;
9320 struct glGetPathColorGenfvNV_params
9322 TEB *teb;
9323 GLenum color;
9324 GLenum pname;
9325 GLfloat *value;
9328 struct glGetPathColorGenivNV_params
9330 TEB *teb;
9331 GLenum color;
9332 GLenum pname;
9333 GLint *value;
9336 struct glGetPathCommandsNV_params
9338 TEB *teb;
9339 GLuint path;
9340 GLubyte *commands;
9343 struct glGetPathCoordsNV_params
9345 TEB *teb;
9346 GLuint path;
9347 GLfloat *coords;
9350 struct glGetPathDashArrayNV_params
9352 TEB *teb;
9353 GLuint path;
9354 GLfloat *dashArray;
9357 struct glGetPathLengthNV_params
9359 TEB *teb;
9360 GLuint path;
9361 GLsizei startSegment;
9362 GLsizei numSegments;
9363 GLfloat ret;
9366 struct glGetPathMetricRangeNV_params
9368 TEB *teb;
9369 GLbitfield metricQueryMask;
9370 GLuint firstPathName;
9371 GLsizei numPaths;
9372 GLsizei stride;
9373 GLfloat *metrics;
9376 struct glGetPathMetricsNV_params
9378 TEB *teb;
9379 GLbitfield metricQueryMask;
9380 GLsizei numPaths;
9381 GLenum pathNameType;
9382 const void *paths;
9383 GLuint pathBase;
9384 GLsizei stride;
9385 GLfloat *metrics;
9388 struct glGetPathParameterfvNV_params
9390 TEB *teb;
9391 GLuint path;
9392 GLenum pname;
9393 GLfloat *value;
9396 struct glGetPathParameterivNV_params
9398 TEB *teb;
9399 GLuint path;
9400 GLenum pname;
9401 GLint *value;
9404 struct glGetPathSpacingNV_params
9406 TEB *teb;
9407 GLenum pathListMode;
9408 GLsizei numPaths;
9409 GLenum pathNameType;
9410 const void *paths;
9411 GLuint pathBase;
9412 GLfloat advanceScale;
9413 GLfloat kerningScale;
9414 GLenum transformType;
9415 GLfloat *returnedSpacing;
9418 struct glGetPathTexGenfvNV_params
9420 TEB *teb;
9421 GLenum texCoordSet;
9422 GLenum pname;
9423 GLfloat *value;
9426 struct glGetPathTexGenivNV_params
9428 TEB *teb;
9429 GLenum texCoordSet;
9430 GLenum pname;
9431 GLint *value;
9434 struct glGetPerfCounterInfoINTEL_params
9436 TEB *teb;
9437 GLuint queryId;
9438 GLuint counterId;
9439 GLuint counterNameLength;
9440 GLchar *counterName;
9441 GLuint counterDescLength;
9442 GLchar *counterDesc;
9443 GLuint *counterOffset;
9444 GLuint *counterDataSize;
9445 GLuint *counterTypeEnum;
9446 GLuint *counterDataTypeEnum;
9447 GLuint64 *rawCounterMaxValue;
9450 struct glGetPerfMonitorCounterDataAMD_params
9452 TEB *teb;
9453 GLuint monitor;
9454 GLenum pname;
9455 GLsizei dataSize;
9456 GLuint *data;
9457 GLint *bytesWritten;
9460 struct glGetPerfMonitorCounterInfoAMD_params
9462 TEB *teb;
9463 GLuint group;
9464 GLuint counter;
9465 GLenum pname;
9466 void *data;
9469 struct glGetPerfMonitorCounterStringAMD_params
9471 TEB *teb;
9472 GLuint group;
9473 GLuint counter;
9474 GLsizei bufSize;
9475 GLsizei *length;
9476 GLchar *counterString;
9479 struct glGetPerfMonitorCountersAMD_params
9481 TEB *teb;
9482 GLuint group;
9483 GLint *numCounters;
9484 GLint *maxActiveCounters;
9485 GLsizei counterSize;
9486 GLuint *counters;
9489 struct glGetPerfMonitorGroupStringAMD_params
9491 TEB *teb;
9492 GLuint group;
9493 GLsizei bufSize;
9494 GLsizei *length;
9495 GLchar *groupString;
9498 struct glGetPerfMonitorGroupsAMD_params
9500 TEB *teb;
9501 GLint *numGroups;
9502 GLsizei groupsSize;
9503 GLuint *groups;
9506 struct glGetPerfQueryDataINTEL_params
9508 TEB *teb;
9509 GLuint queryHandle;
9510 GLuint flags;
9511 GLsizei dataSize;
9512 void *data;
9513 GLuint *bytesWritten;
9516 struct glGetPerfQueryIdByNameINTEL_params
9518 TEB *teb;
9519 GLchar *queryName;
9520 GLuint *queryId;
9523 struct glGetPerfQueryInfoINTEL_params
9525 TEB *teb;
9526 GLuint queryId;
9527 GLuint queryNameLength;
9528 GLchar *queryName;
9529 GLuint *dataSize;
9530 GLuint *noCounters;
9531 GLuint *noInstances;
9532 GLuint *capsMask;
9535 struct glGetPixelMapxv_params
9537 TEB *teb;
9538 GLenum map;
9539 GLint size;
9540 GLfixed *values;
9543 struct glGetPixelTexGenParameterfvSGIS_params
9545 TEB *teb;
9546 GLenum pname;
9547 GLfloat *params;
9550 struct glGetPixelTexGenParameterivSGIS_params
9552 TEB *teb;
9553 GLenum pname;
9554 GLint *params;
9557 struct glGetPixelTransformParameterfvEXT_params
9559 TEB *teb;
9560 GLenum target;
9561 GLenum pname;
9562 GLfloat *params;
9565 struct glGetPixelTransformParameterivEXT_params
9567 TEB *teb;
9568 GLenum target;
9569 GLenum pname;
9570 GLint *params;
9573 struct glGetPointerIndexedvEXT_params
9575 TEB *teb;
9576 GLenum target;
9577 GLuint index;
9578 void **data;
9581 struct glGetPointeri_vEXT_params
9583 TEB *teb;
9584 GLenum pname;
9585 GLuint index;
9586 void **params;
9589 struct glGetPointervEXT_params
9591 TEB *teb;
9592 GLenum pname;
9593 void **params;
9596 struct glGetProgramBinary_params
9598 TEB *teb;
9599 GLuint program;
9600 GLsizei bufSize;
9601 GLsizei *length;
9602 GLenum *binaryFormat;
9603 void *binary;
9606 struct glGetProgramEnvParameterIivNV_params
9608 TEB *teb;
9609 GLenum target;
9610 GLuint index;
9611 GLint *params;
9614 struct glGetProgramEnvParameterIuivNV_params
9616 TEB *teb;
9617 GLenum target;
9618 GLuint index;
9619 GLuint *params;
9622 struct glGetProgramEnvParameterdvARB_params
9624 TEB *teb;
9625 GLenum target;
9626 GLuint index;
9627 GLdouble *params;
9630 struct glGetProgramEnvParameterfvARB_params
9632 TEB *teb;
9633 GLenum target;
9634 GLuint index;
9635 GLfloat *params;
9638 struct glGetProgramInfoLog_params
9640 TEB *teb;
9641 GLuint program;
9642 GLsizei bufSize;
9643 GLsizei *length;
9644 GLchar *infoLog;
9647 struct glGetProgramInterfaceiv_params
9649 TEB *teb;
9650 GLuint program;
9651 GLenum programInterface;
9652 GLenum pname;
9653 GLint *params;
9656 struct glGetProgramLocalParameterIivNV_params
9658 TEB *teb;
9659 GLenum target;
9660 GLuint index;
9661 GLint *params;
9664 struct glGetProgramLocalParameterIuivNV_params
9666 TEB *teb;
9667 GLenum target;
9668 GLuint index;
9669 GLuint *params;
9672 struct glGetProgramLocalParameterdvARB_params
9674 TEB *teb;
9675 GLenum target;
9676 GLuint index;
9677 GLdouble *params;
9680 struct glGetProgramLocalParameterfvARB_params
9682 TEB *teb;
9683 GLenum target;
9684 GLuint index;
9685 GLfloat *params;
9688 struct glGetProgramNamedParameterdvNV_params
9690 TEB *teb;
9691 GLuint id;
9692 GLsizei len;
9693 const GLubyte *name;
9694 GLdouble *params;
9697 struct glGetProgramNamedParameterfvNV_params
9699 TEB *teb;
9700 GLuint id;
9701 GLsizei len;
9702 const GLubyte *name;
9703 GLfloat *params;
9706 struct glGetProgramParameterdvNV_params
9708 TEB *teb;
9709 GLenum target;
9710 GLuint index;
9711 GLenum pname;
9712 GLdouble *params;
9715 struct glGetProgramParameterfvNV_params
9717 TEB *teb;
9718 GLenum target;
9719 GLuint index;
9720 GLenum pname;
9721 GLfloat *params;
9724 struct glGetProgramPipelineInfoLog_params
9726 TEB *teb;
9727 GLuint pipeline;
9728 GLsizei bufSize;
9729 GLsizei *length;
9730 GLchar *infoLog;
9733 struct glGetProgramPipelineiv_params
9735 TEB *teb;
9736 GLuint pipeline;
9737 GLenum pname;
9738 GLint *params;
9741 struct glGetProgramResourceIndex_params
9743 TEB *teb;
9744 GLuint program;
9745 GLenum programInterface;
9746 const GLchar *name;
9747 GLuint ret;
9750 struct glGetProgramResourceLocation_params
9752 TEB *teb;
9753 GLuint program;
9754 GLenum programInterface;
9755 const GLchar *name;
9756 GLint ret;
9759 struct glGetProgramResourceLocationIndex_params
9761 TEB *teb;
9762 GLuint program;
9763 GLenum programInterface;
9764 const GLchar *name;
9765 GLint ret;
9768 struct glGetProgramResourceName_params
9770 TEB *teb;
9771 GLuint program;
9772 GLenum programInterface;
9773 GLuint index;
9774 GLsizei bufSize;
9775 GLsizei *length;
9776 GLchar *name;
9779 struct glGetProgramResourcefvNV_params
9781 TEB *teb;
9782 GLuint program;
9783 GLenum programInterface;
9784 GLuint index;
9785 GLsizei propCount;
9786 const GLenum *props;
9787 GLsizei count;
9788 GLsizei *length;
9789 GLfloat *params;
9792 struct glGetProgramResourceiv_params
9794 TEB *teb;
9795 GLuint program;
9796 GLenum programInterface;
9797 GLuint index;
9798 GLsizei propCount;
9799 const GLenum *props;
9800 GLsizei count;
9801 GLsizei *length;
9802 GLint *params;
9805 struct glGetProgramStageiv_params
9807 TEB *teb;
9808 GLuint program;
9809 GLenum shadertype;
9810 GLenum pname;
9811 GLint *values;
9814 struct glGetProgramStringARB_params
9816 TEB *teb;
9817 GLenum target;
9818 GLenum pname;
9819 void *string;
9822 struct glGetProgramStringNV_params
9824 TEB *teb;
9825 GLuint id;
9826 GLenum pname;
9827 GLubyte *program;
9830 struct glGetProgramSubroutineParameteruivNV_params
9832 TEB *teb;
9833 GLenum target;
9834 GLuint index;
9835 GLuint *param;
9838 struct glGetProgramiv_params
9840 TEB *teb;
9841 GLuint program;
9842 GLenum pname;
9843 GLint *params;
9846 struct glGetProgramivARB_params
9848 TEB *teb;
9849 GLenum target;
9850 GLenum pname;
9851 GLint *params;
9854 struct glGetProgramivNV_params
9856 TEB *teb;
9857 GLuint id;
9858 GLenum pname;
9859 GLint *params;
9862 struct glGetQueryBufferObjecti64v_params
9864 TEB *teb;
9865 GLuint id;
9866 GLuint buffer;
9867 GLenum pname;
9868 GLintptr offset;
9871 struct glGetQueryBufferObjectiv_params
9873 TEB *teb;
9874 GLuint id;
9875 GLuint buffer;
9876 GLenum pname;
9877 GLintptr offset;
9880 struct glGetQueryBufferObjectui64v_params
9882 TEB *teb;
9883 GLuint id;
9884 GLuint buffer;
9885 GLenum pname;
9886 GLintptr offset;
9889 struct glGetQueryBufferObjectuiv_params
9891 TEB *teb;
9892 GLuint id;
9893 GLuint buffer;
9894 GLenum pname;
9895 GLintptr offset;
9898 struct glGetQueryIndexediv_params
9900 TEB *teb;
9901 GLenum target;
9902 GLuint index;
9903 GLenum pname;
9904 GLint *params;
9907 struct glGetQueryObjecti64v_params
9909 TEB *teb;
9910 GLuint id;
9911 GLenum pname;
9912 GLint64 *params;
9915 struct glGetQueryObjecti64vEXT_params
9917 TEB *teb;
9918 GLuint id;
9919 GLenum pname;
9920 GLint64 *params;
9923 struct glGetQueryObjectiv_params
9925 TEB *teb;
9926 GLuint id;
9927 GLenum pname;
9928 GLint *params;
9931 struct glGetQueryObjectivARB_params
9933 TEB *teb;
9934 GLuint id;
9935 GLenum pname;
9936 GLint *params;
9939 struct glGetQueryObjectui64v_params
9941 TEB *teb;
9942 GLuint id;
9943 GLenum pname;
9944 GLuint64 *params;
9947 struct glGetQueryObjectui64vEXT_params
9949 TEB *teb;
9950 GLuint id;
9951 GLenum pname;
9952 GLuint64 *params;
9955 struct glGetQueryObjectuiv_params
9957 TEB *teb;
9958 GLuint id;
9959 GLenum pname;
9960 GLuint *params;
9963 struct glGetQueryObjectuivARB_params
9965 TEB *teb;
9966 GLuint id;
9967 GLenum pname;
9968 GLuint *params;
9971 struct glGetQueryiv_params
9973 TEB *teb;
9974 GLenum target;
9975 GLenum pname;
9976 GLint *params;
9979 struct glGetQueryivARB_params
9981 TEB *teb;
9982 GLenum target;
9983 GLenum pname;
9984 GLint *params;
9987 struct glGetRenderbufferParameteriv_params
9989 TEB *teb;
9990 GLenum target;
9991 GLenum pname;
9992 GLint *params;
9995 struct glGetRenderbufferParameterivEXT_params
9997 TEB *teb;
9998 GLenum target;
9999 GLenum pname;
10000 GLint *params;
10003 struct glGetSamplerParameterIiv_params
10005 TEB *teb;
10006 GLuint sampler;
10007 GLenum pname;
10008 GLint *params;
10011 struct glGetSamplerParameterIuiv_params
10013 TEB *teb;
10014 GLuint sampler;
10015 GLenum pname;
10016 GLuint *params;
10019 struct glGetSamplerParameterfv_params
10021 TEB *teb;
10022 GLuint sampler;
10023 GLenum pname;
10024 GLfloat *params;
10027 struct glGetSamplerParameteriv_params
10029 TEB *teb;
10030 GLuint sampler;
10031 GLenum pname;
10032 GLint *params;
10035 struct glGetSemaphoreParameterui64vEXT_params
10037 TEB *teb;
10038 GLuint semaphore;
10039 GLenum pname;
10040 GLuint64 *params;
10043 struct glGetSeparableFilter_params
10045 TEB *teb;
10046 GLenum target;
10047 GLenum format;
10048 GLenum type;
10049 void *row;
10050 void *column;
10051 void *span;
10054 struct glGetSeparableFilterEXT_params
10056 TEB *teb;
10057 GLenum target;
10058 GLenum format;
10059 GLenum type;
10060 void *row;
10061 void *column;
10062 void *span;
10065 struct glGetShaderInfoLog_params
10067 TEB *teb;
10068 GLuint shader;
10069 GLsizei bufSize;
10070 GLsizei *length;
10071 GLchar *infoLog;
10074 struct glGetShaderPrecisionFormat_params
10076 TEB *teb;
10077 GLenum shadertype;
10078 GLenum precisiontype;
10079 GLint *range;
10080 GLint *precision;
10083 struct glGetShaderSource_params
10085 TEB *teb;
10086 GLuint shader;
10087 GLsizei bufSize;
10088 GLsizei *length;
10089 GLchar *source;
10092 struct glGetShaderSourceARB_params
10094 TEB *teb;
10095 GLhandleARB obj;
10096 GLsizei maxLength;
10097 GLsizei *length;
10098 GLcharARB *source;
10101 struct glGetShaderiv_params
10103 TEB *teb;
10104 GLuint shader;
10105 GLenum pname;
10106 GLint *params;
10109 struct glGetShadingRateImagePaletteNV_params
10111 TEB *teb;
10112 GLuint viewport;
10113 GLuint entry;
10114 GLenum *rate;
10117 struct glGetShadingRateSampleLocationivNV_params
10119 TEB *teb;
10120 GLenum rate;
10121 GLuint samples;
10122 GLuint index;
10123 GLint *location;
10126 struct glGetSharpenTexFuncSGIS_params
10128 TEB *teb;
10129 GLenum target;
10130 GLfloat *points;
10133 struct glGetStageIndexNV_params
10135 TEB *teb;
10136 GLenum shadertype;
10137 GLushort ret;
10140 struct glGetStringi_params
10142 TEB *teb;
10143 GLenum name;
10144 GLuint index;
10145 const GLubyte *ret;
10148 struct glGetSubroutineIndex_params
10150 TEB *teb;
10151 GLuint program;
10152 GLenum shadertype;
10153 const GLchar *name;
10154 GLuint ret;
10157 struct glGetSubroutineUniformLocation_params
10159 TEB *teb;
10160 GLuint program;
10161 GLenum shadertype;
10162 const GLchar *name;
10163 GLint ret;
10166 struct glGetSynciv_params
10168 TEB *teb;
10169 GLsync sync;
10170 GLenum pname;
10171 GLsizei count;
10172 GLsizei *length;
10173 GLint *values;
10176 struct glGetTexBumpParameterfvATI_params
10178 TEB *teb;
10179 GLenum pname;
10180 GLfloat *param;
10183 struct glGetTexBumpParameterivATI_params
10185 TEB *teb;
10186 GLenum pname;
10187 GLint *param;
10190 struct glGetTexEnvxvOES_params
10192 TEB *teb;
10193 GLenum target;
10194 GLenum pname;
10195 GLfixed *params;
10198 struct glGetTexFilterFuncSGIS_params
10200 TEB *teb;
10201 GLenum target;
10202 GLenum filter;
10203 GLfloat *weights;
10206 struct glGetTexGenxvOES_params
10208 TEB *teb;
10209 GLenum coord;
10210 GLenum pname;
10211 GLfixed *params;
10214 struct glGetTexLevelParameterxvOES_params
10216 TEB *teb;
10217 GLenum target;
10218 GLint level;
10219 GLenum pname;
10220 GLfixed *params;
10223 struct glGetTexParameterIiv_params
10225 TEB *teb;
10226 GLenum target;
10227 GLenum pname;
10228 GLint *params;
10231 struct glGetTexParameterIivEXT_params
10233 TEB *teb;
10234 GLenum target;
10235 GLenum pname;
10236 GLint *params;
10239 struct glGetTexParameterIuiv_params
10241 TEB *teb;
10242 GLenum target;
10243 GLenum pname;
10244 GLuint *params;
10247 struct glGetTexParameterIuivEXT_params
10249 TEB *teb;
10250 GLenum target;
10251 GLenum pname;
10252 GLuint *params;
10255 struct glGetTexParameterPointervAPPLE_params
10257 TEB *teb;
10258 GLenum target;
10259 GLenum pname;
10260 void **params;
10263 struct glGetTexParameterxvOES_params
10265 TEB *teb;
10266 GLenum target;
10267 GLenum pname;
10268 GLfixed *params;
10271 struct glGetTextureHandleARB_params
10273 TEB *teb;
10274 GLuint texture;
10275 GLuint64 ret;
10278 struct glGetTextureHandleNV_params
10280 TEB *teb;
10281 GLuint texture;
10282 GLuint64 ret;
10285 struct glGetTextureImage_params
10287 TEB *teb;
10288 GLuint texture;
10289 GLint level;
10290 GLenum format;
10291 GLenum type;
10292 GLsizei bufSize;
10293 void *pixels;
10296 struct glGetTextureImageEXT_params
10298 TEB *teb;
10299 GLuint texture;
10300 GLenum target;
10301 GLint level;
10302 GLenum format;
10303 GLenum type;
10304 void *pixels;
10307 struct glGetTextureLevelParameterfv_params
10309 TEB *teb;
10310 GLuint texture;
10311 GLint level;
10312 GLenum pname;
10313 GLfloat *params;
10316 struct glGetTextureLevelParameterfvEXT_params
10318 TEB *teb;
10319 GLuint texture;
10320 GLenum target;
10321 GLint level;
10322 GLenum pname;
10323 GLfloat *params;
10326 struct glGetTextureLevelParameteriv_params
10328 TEB *teb;
10329 GLuint texture;
10330 GLint level;
10331 GLenum pname;
10332 GLint *params;
10335 struct glGetTextureLevelParameterivEXT_params
10337 TEB *teb;
10338 GLuint texture;
10339 GLenum target;
10340 GLint level;
10341 GLenum pname;
10342 GLint *params;
10345 struct glGetTextureParameterIiv_params
10347 TEB *teb;
10348 GLuint texture;
10349 GLenum pname;
10350 GLint *params;
10353 struct glGetTextureParameterIivEXT_params
10355 TEB *teb;
10356 GLuint texture;
10357 GLenum target;
10358 GLenum pname;
10359 GLint *params;
10362 struct glGetTextureParameterIuiv_params
10364 TEB *teb;
10365 GLuint texture;
10366 GLenum pname;
10367 GLuint *params;
10370 struct glGetTextureParameterIuivEXT_params
10372 TEB *teb;
10373 GLuint texture;
10374 GLenum target;
10375 GLenum pname;
10376 GLuint *params;
10379 struct glGetTextureParameterfv_params
10381 TEB *teb;
10382 GLuint texture;
10383 GLenum pname;
10384 GLfloat *params;
10387 struct glGetTextureParameterfvEXT_params
10389 TEB *teb;
10390 GLuint texture;
10391 GLenum target;
10392 GLenum pname;
10393 GLfloat *params;
10396 struct glGetTextureParameteriv_params
10398 TEB *teb;
10399 GLuint texture;
10400 GLenum pname;
10401 GLint *params;
10404 struct glGetTextureParameterivEXT_params
10406 TEB *teb;
10407 GLuint texture;
10408 GLenum target;
10409 GLenum pname;
10410 GLint *params;
10413 struct glGetTextureSamplerHandleARB_params
10415 TEB *teb;
10416 GLuint texture;
10417 GLuint sampler;
10418 GLuint64 ret;
10421 struct glGetTextureSamplerHandleNV_params
10423 TEB *teb;
10424 GLuint texture;
10425 GLuint sampler;
10426 GLuint64 ret;
10429 struct glGetTextureSubImage_params
10431 TEB *teb;
10432 GLuint texture;
10433 GLint level;
10434 GLint xoffset;
10435 GLint yoffset;
10436 GLint zoffset;
10437 GLsizei width;
10438 GLsizei height;
10439 GLsizei depth;
10440 GLenum format;
10441 GLenum type;
10442 GLsizei bufSize;
10443 void *pixels;
10446 struct glGetTrackMatrixivNV_params
10448 TEB *teb;
10449 GLenum target;
10450 GLuint address;
10451 GLenum pname;
10452 GLint *params;
10455 struct glGetTransformFeedbackVarying_params
10457 TEB *teb;
10458 GLuint program;
10459 GLuint index;
10460 GLsizei bufSize;
10461 GLsizei *length;
10462 GLsizei *size;
10463 GLenum *type;
10464 GLchar *name;
10467 struct glGetTransformFeedbackVaryingEXT_params
10469 TEB *teb;
10470 GLuint program;
10471 GLuint index;
10472 GLsizei bufSize;
10473 GLsizei *length;
10474 GLsizei *size;
10475 GLenum *type;
10476 GLchar *name;
10479 struct glGetTransformFeedbackVaryingNV_params
10481 TEB *teb;
10482 GLuint program;
10483 GLuint index;
10484 GLint *location;
10487 struct glGetTransformFeedbacki64_v_params
10489 TEB *teb;
10490 GLuint xfb;
10491 GLenum pname;
10492 GLuint index;
10493 GLint64 *param;
10496 struct glGetTransformFeedbacki_v_params
10498 TEB *teb;
10499 GLuint xfb;
10500 GLenum pname;
10501 GLuint index;
10502 GLint *param;
10505 struct glGetTransformFeedbackiv_params
10507 TEB *teb;
10508 GLuint xfb;
10509 GLenum pname;
10510 GLint *param;
10513 struct glGetUniformBlockIndex_params
10515 TEB *teb;
10516 GLuint program;
10517 const GLchar *uniformBlockName;
10518 GLuint ret;
10521 struct glGetUniformBufferSizeEXT_params
10523 TEB *teb;
10524 GLuint program;
10525 GLint location;
10526 GLint ret;
10529 struct glGetUniformIndices_params
10531 TEB *teb;
10532 GLuint program;
10533 GLsizei uniformCount;
10534 const GLchar *const*uniformNames;
10535 GLuint *uniformIndices;
10538 struct glGetUniformLocation_params
10540 TEB *teb;
10541 GLuint program;
10542 const GLchar *name;
10543 GLint ret;
10546 struct glGetUniformLocationARB_params
10548 TEB *teb;
10549 GLhandleARB programObj;
10550 const GLcharARB *name;
10551 GLint ret;
10554 struct glGetUniformOffsetEXT_params
10556 TEB *teb;
10557 GLuint program;
10558 GLint location;
10559 GLintptr ret;
10562 struct glGetUniformSubroutineuiv_params
10564 TEB *teb;
10565 GLenum shadertype;
10566 GLint location;
10567 GLuint *params;
10570 struct glGetUniformdv_params
10572 TEB *teb;
10573 GLuint program;
10574 GLint location;
10575 GLdouble *params;
10578 struct glGetUniformfv_params
10580 TEB *teb;
10581 GLuint program;
10582 GLint location;
10583 GLfloat *params;
10586 struct glGetUniformfvARB_params
10588 TEB *teb;
10589 GLhandleARB programObj;
10590 GLint location;
10591 GLfloat *params;
10594 struct glGetUniformi64vARB_params
10596 TEB *teb;
10597 GLuint program;
10598 GLint location;
10599 GLint64 *params;
10602 struct glGetUniformi64vNV_params
10604 TEB *teb;
10605 GLuint program;
10606 GLint location;
10607 GLint64EXT *params;
10610 struct glGetUniformiv_params
10612 TEB *teb;
10613 GLuint program;
10614 GLint location;
10615 GLint *params;
10618 struct glGetUniformivARB_params
10620 TEB *teb;
10621 GLhandleARB programObj;
10622 GLint location;
10623 GLint *params;
10626 struct glGetUniformui64vARB_params
10628 TEB *teb;
10629 GLuint program;
10630 GLint location;
10631 GLuint64 *params;
10634 struct glGetUniformui64vNV_params
10636 TEB *teb;
10637 GLuint program;
10638 GLint location;
10639 GLuint64EXT *params;
10642 struct glGetUniformuiv_params
10644 TEB *teb;
10645 GLuint program;
10646 GLint location;
10647 GLuint *params;
10650 struct glGetUniformuivEXT_params
10652 TEB *teb;
10653 GLuint program;
10654 GLint location;
10655 GLuint *params;
10658 struct glGetUnsignedBytei_vEXT_params
10660 TEB *teb;
10661 GLenum target;
10662 GLuint index;
10663 GLubyte *data;
10666 struct glGetUnsignedBytevEXT_params
10668 TEB *teb;
10669 GLenum pname;
10670 GLubyte *data;
10673 struct glGetVariantArrayObjectfvATI_params
10675 TEB *teb;
10676 GLuint id;
10677 GLenum pname;
10678 GLfloat *params;
10681 struct glGetVariantArrayObjectivATI_params
10683 TEB *teb;
10684 GLuint id;
10685 GLenum pname;
10686 GLint *params;
10689 struct glGetVariantBooleanvEXT_params
10691 TEB *teb;
10692 GLuint id;
10693 GLenum value;
10694 GLboolean *data;
10697 struct glGetVariantFloatvEXT_params
10699 TEB *teb;
10700 GLuint id;
10701 GLenum value;
10702 GLfloat *data;
10705 struct glGetVariantIntegervEXT_params
10707 TEB *teb;
10708 GLuint id;
10709 GLenum value;
10710 GLint *data;
10713 struct glGetVariantPointervEXT_params
10715 TEB *teb;
10716 GLuint id;
10717 GLenum value;
10718 void **data;
10721 struct glGetVaryingLocationNV_params
10723 TEB *teb;
10724 GLuint program;
10725 const GLchar *name;
10726 GLint ret;
10729 struct glGetVertexArrayIndexed64iv_params
10731 TEB *teb;
10732 GLuint vaobj;
10733 GLuint index;
10734 GLenum pname;
10735 GLint64 *param;
10738 struct glGetVertexArrayIndexediv_params
10740 TEB *teb;
10741 GLuint vaobj;
10742 GLuint index;
10743 GLenum pname;
10744 GLint *param;
10747 struct glGetVertexArrayIntegeri_vEXT_params
10749 TEB *teb;
10750 GLuint vaobj;
10751 GLuint index;
10752 GLenum pname;
10753 GLint *param;
10756 struct glGetVertexArrayIntegervEXT_params
10758 TEB *teb;
10759 GLuint vaobj;
10760 GLenum pname;
10761 GLint *param;
10764 struct glGetVertexArrayPointeri_vEXT_params
10766 TEB *teb;
10767 GLuint vaobj;
10768 GLuint index;
10769 GLenum pname;
10770 void **param;
10773 struct glGetVertexArrayPointervEXT_params
10775 TEB *teb;
10776 GLuint vaobj;
10777 GLenum pname;
10778 void **param;
10781 struct glGetVertexArrayiv_params
10783 TEB *teb;
10784 GLuint vaobj;
10785 GLenum pname;
10786 GLint *param;
10789 struct glGetVertexAttribArrayObjectfvATI_params
10791 TEB *teb;
10792 GLuint index;
10793 GLenum pname;
10794 GLfloat *params;
10797 struct glGetVertexAttribArrayObjectivATI_params
10799 TEB *teb;
10800 GLuint index;
10801 GLenum pname;
10802 GLint *params;
10805 struct glGetVertexAttribIiv_params
10807 TEB *teb;
10808 GLuint index;
10809 GLenum pname;
10810 GLint *params;
10813 struct glGetVertexAttribIivEXT_params
10815 TEB *teb;
10816 GLuint index;
10817 GLenum pname;
10818 GLint *params;
10821 struct glGetVertexAttribIuiv_params
10823 TEB *teb;
10824 GLuint index;
10825 GLenum pname;
10826 GLuint *params;
10829 struct glGetVertexAttribIuivEXT_params
10831 TEB *teb;
10832 GLuint index;
10833 GLenum pname;
10834 GLuint *params;
10837 struct glGetVertexAttribLdv_params
10839 TEB *teb;
10840 GLuint index;
10841 GLenum pname;
10842 GLdouble *params;
10845 struct glGetVertexAttribLdvEXT_params
10847 TEB *teb;
10848 GLuint index;
10849 GLenum pname;
10850 GLdouble *params;
10853 struct glGetVertexAttribLi64vNV_params
10855 TEB *teb;
10856 GLuint index;
10857 GLenum pname;
10858 GLint64EXT *params;
10861 struct glGetVertexAttribLui64vARB_params
10863 TEB *teb;
10864 GLuint index;
10865 GLenum pname;
10866 GLuint64EXT *params;
10869 struct glGetVertexAttribLui64vNV_params
10871 TEB *teb;
10872 GLuint index;
10873 GLenum pname;
10874 GLuint64EXT *params;
10877 struct glGetVertexAttribPointerv_params
10879 TEB *teb;
10880 GLuint index;
10881 GLenum pname;
10882 void **pointer;
10885 struct glGetVertexAttribPointervARB_params
10887 TEB *teb;
10888 GLuint index;
10889 GLenum pname;
10890 void **pointer;
10893 struct glGetVertexAttribPointervNV_params
10895 TEB *teb;
10896 GLuint index;
10897 GLenum pname;
10898 void **pointer;
10901 struct glGetVertexAttribdv_params
10903 TEB *teb;
10904 GLuint index;
10905 GLenum pname;
10906 GLdouble *params;
10909 struct glGetVertexAttribdvARB_params
10911 TEB *teb;
10912 GLuint index;
10913 GLenum pname;
10914 GLdouble *params;
10917 struct glGetVertexAttribdvNV_params
10919 TEB *teb;
10920 GLuint index;
10921 GLenum pname;
10922 GLdouble *params;
10925 struct glGetVertexAttribfv_params
10927 TEB *teb;
10928 GLuint index;
10929 GLenum pname;
10930 GLfloat *params;
10933 struct glGetVertexAttribfvARB_params
10935 TEB *teb;
10936 GLuint index;
10937 GLenum pname;
10938 GLfloat *params;
10941 struct glGetVertexAttribfvNV_params
10943 TEB *teb;
10944 GLuint index;
10945 GLenum pname;
10946 GLfloat *params;
10949 struct glGetVertexAttribiv_params
10951 TEB *teb;
10952 GLuint index;
10953 GLenum pname;
10954 GLint *params;
10957 struct glGetVertexAttribivARB_params
10959 TEB *teb;
10960 GLuint index;
10961 GLenum pname;
10962 GLint *params;
10965 struct glGetVertexAttribivNV_params
10967 TEB *teb;
10968 GLuint index;
10969 GLenum pname;
10970 GLint *params;
10973 struct glGetVideoCaptureStreamdvNV_params
10975 TEB *teb;
10976 GLuint video_capture_slot;
10977 GLuint stream;
10978 GLenum pname;
10979 GLdouble *params;
10982 struct glGetVideoCaptureStreamfvNV_params
10984 TEB *teb;
10985 GLuint video_capture_slot;
10986 GLuint stream;
10987 GLenum pname;
10988 GLfloat *params;
10991 struct glGetVideoCaptureStreamivNV_params
10993 TEB *teb;
10994 GLuint video_capture_slot;
10995 GLuint stream;
10996 GLenum pname;
10997 GLint *params;
11000 struct glGetVideoCaptureivNV_params
11002 TEB *teb;
11003 GLuint video_capture_slot;
11004 GLenum pname;
11005 GLint *params;
11008 struct glGetVideoi64vNV_params
11010 TEB *teb;
11011 GLuint video_slot;
11012 GLenum pname;
11013 GLint64EXT *params;
11016 struct glGetVideoivNV_params
11018 TEB *teb;
11019 GLuint video_slot;
11020 GLenum pname;
11021 GLint *params;
11024 struct glGetVideoui64vNV_params
11026 TEB *teb;
11027 GLuint video_slot;
11028 GLenum pname;
11029 GLuint64EXT *params;
11032 struct glGetVideouivNV_params
11034 TEB *teb;
11035 GLuint video_slot;
11036 GLenum pname;
11037 GLuint *params;
11040 struct glGetVkProcAddrNV_params
11042 TEB *teb;
11043 const GLchar *name;
11044 GLVULKANPROCNV ret;
11047 struct glGetnColorTable_params
11049 TEB *teb;
11050 GLenum target;
11051 GLenum format;
11052 GLenum type;
11053 GLsizei bufSize;
11054 void *table;
11057 struct glGetnColorTableARB_params
11059 TEB *teb;
11060 GLenum target;
11061 GLenum format;
11062 GLenum type;
11063 GLsizei bufSize;
11064 void *table;
11067 struct glGetnCompressedTexImage_params
11069 TEB *teb;
11070 GLenum target;
11071 GLint lod;
11072 GLsizei bufSize;
11073 void *pixels;
11076 struct glGetnCompressedTexImageARB_params
11078 TEB *teb;
11079 GLenum target;
11080 GLint lod;
11081 GLsizei bufSize;
11082 void *img;
11085 struct glGetnConvolutionFilter_params
11087 TEB *teb;
11088 GLenum target;
11089 GLenum format;
11090 GLenum type;
11091 GLsizei bufSize;
11092 void *image;
11095 struct glGetnConvolutionFilterARB_params
11097 TEB *teb;
11098 GLenum target;
11099 GLenum format;
11100 GLenum type;
11101 GLsizei bufSize;
11102 void *image;
11105 struct glGetnHistogram_params
11107 TEB *teb;
11108 GLenum target;
11109 GLboolean reset;
11110 GLenum format;
11111 GLenum type;
11112 GLsizei bufSize;
11113 void *values;
11116 struct glGetnHistogramARB_params
11118 TEB *teb;
11119 GLenum target;
11120 GLboolean reset;
11121 GLenum format;
11122 GLenum type;
11123 GLsizei bufSize;
11124 void *values;
11127 struct glGetnMapdv_params
11129 TEB *teb;
11130 GLenum target;
11131 GLenum query;
11132 GLsizei bufSize;
11133 GLdouble *v;
11136 struct glGetnMapdvARB_params
11138 TEB *teb;
11139 GLenum target;
11140 GLenum query;
11141 GLsizei bufSize;
11142 GLdouble *v;
11145 struct glGetnMapfv_params
11147 TEB *teb;
11148 GLenum target;
11149 GLenum query;
11150 GLsizei bufSize;
11151 GLfloat *v;
11154 struct glGetnMapfvARB_params
11156 TEB *teb;
11157 GLenum target;
11158 GLenum query;
11159 GLsizei bufSize;
11160 GLfloat *v;
11163 struct glGetnMapiv_params
11165 TEB *teb;
11166 GLenum target;
11167 GLenum query;
11168 GLsizei bufSize;
11169 GLint *v;
11172 struct glGetnMapivARB_params
11174 TEB *teb;
11175 GLenum target;
11176 GLenum query;
11177 GLsizei bufSize;
11178 GLint *v;
11181 struct glGetnMinmax_params
11183 TEB *teb;
11184 GLenum target;
11185 GLboolean reset;
11186 GLenum format;
11187 GLenum type;
11188 GLsizei bufSize;
11189 void *values;
11192 struct glGetnMinmaxARB_params
11194 TEB *teb;
11195 GLenum target;
11196 GLboolean reset;
11197 GLenum format;
11198 GLenum type;
11199 GLsizei bufSize;
11200 void *values;
11203 struct glGetnPixelMapfv_params
11205 TEB *teb;
11206 GLenum map;
11207 GLsizei bufSize;
11208 GLfloat *values;
11211 struct glGetnPixelMapfvARB_params
11213 TEB *teb;
11214 GLenum map;
11215 GLsizei bufSize;
11216 GLfloat *values;
11219 struct glGetnPixelMapuiv_params
11221 TEB *teb;
11222 GLenum map;
11223 GLsizei bufSize;
11224 GLuint *values;
11227 struct glGetnPixelMapuivARB_params
11229 TEB *teb;
11230 GLenum map;
11231 GLsizei bufSize;
11232 GLuint *values;
11235 struct glGetnPixelMapusv_params
11237 TEB *teb;
11238 GLenum map;
11239 GLsizei bufSize;
11240 GLushort *values;
11243 struct glGetnPixelMapusvARB_params
11245 TEB *teb;
11246 GLenum map;
11247 GLsizei bufSize;
11248 GLushort *values;
11251 struct glGetnPolygonStipple_params
11253 TEB *teb;
11254 GLsizei bufSize;
11255 GLubyte *pattern;
11258 struct glGetnPolygonStippleARB_params
11260 TEB *teb;
11261 GLsizei bufSize;
11262 GLubyte *pattern;
11265 struct glGetnSeparableFilter_params
11267 TEB *teb;
11268 GLenum target;
11269 GLenum format;
11270 GLenum type;
11271 GLsizei rowBufSize;
11272 void *row;
11273 GLsizei columnBufSize;
11274 void *column;
11275 void *span;
11278 struct glGetnSeparableFilterARB_params
11280 TEB *teb;
11281 GLenum target;
11282 GLenum format;
11283 GLenum type;
11284 GLsizei rowBufSize;
11285 void *row;
11286 GLsizei columnBufSize;
11287 void *column;
11288 void *span;
11291 struct glGetnTexImage_params
11293 TEB *teb;
11294 GLenum target;
11295 GLint level;
11296 GLenum format;
11297 GLenum type;
11298 GLsizei bufSize;
11299 void *pixels;
11302 struct glGetnTexImageARB_params
11304 TEB *teb;
11305 GLenum target;
11306 GLint level;
11307 GLenum format;
11308 GLenum type;
11309 GLsizei bufSize;
11310 void *img;
11313 struct glGetnUniformdv_params
11315 TEB *teb;
11316 GLuint program;
11317 GLint location;
11318 GLsizei bufSize;
11319 GLdouble *params;
11322 struct glGetnUniformdvARB_params
11324 TEB *teb;
11325 GLuint program;
11326 GLint location;
11327 GLsizei bufSize;
11328 GLdouble *params;
11331 struct glGetnUniformfv_params
11333 TEB *teb;
11334 GLuint program;
11335 GLint location;
11336 GLsizei bufSize;
11337 GLfloat *params;
11340 struct glGetnUniformfvARB_params
11342 TEB *teb;
11343 GLuint program;
11344 GLint location;
11345 GLsizei bufSize;
11346 GLfloat *params;
11349 struct glGetnUniformi64vARB_params
11351 TEB *teb;
11352 GLuint program;
11353 GLint location;
11354 GLsizei bufSize;
11355 GLint64 *params;
11358 struct glGetnUniformiv_params
11360 TEB *teb;
11361 GLuint program;
11362 GLint location;
11363 GLsizei bufSize;
11364 GLint *params;
11367 struct glGetnUniformivARB_params
11369 TEB *teb;
11370 GLuint program;
11371 GLint location;
11372 GLsizei bufSize;
11373 GLint *params;
11376 struct glGetnUniformui64vARB_params
11378 TEB *teb;
11379 GLuint program;
11380 GLint location;
11381 GLsizei bufSize;
11382 GLuint64 *params;
11385 struct glGetnUniformuiv_params
11387 TEB *teb;
11388 GLuint program;
11389 GLint location;
11390 GLsizei bufSize;
11391 GLuint *params;
11394 struct glGetnUniformuivARB_params
11396 TEB *teb;
11397 GLuint program;
11398 GLint location;
11399 GLsizei bufSize;
11400 GLuint *params;
11403 struct glGlobalAlphaFactorbSUN_params
11405 TEB *teb;
11406 GLbyte factor;
11409 struct glGlobalAlphaFactordSUN_params
11411 TEB *teb;
11412 GLdouble factor;
11415 struct glGlobalAlphaFactorfSUN_params
11417 TEB *teb;
11418 GLfloat factor;
11421 struct glGlobalAlphaFactoriSUN_params
11423 TEB *teb;
11424 GLint factor;
11427 struct glGlobalAlphaFactorsSUN_params
11429 TEB *teb;
11430 GLshort factor;
11433 struct glGlobalAlphaFactorubSUN_params
11435 TEB *teb;
11436 GLubyte factor;
11439 struct glGlobalAlphaFactoruiSUN_params
11441 TEB *teb;
11442 GLuint factor;
11445 struct glGlobalAlphaFactorusSUN_params
11447 TEB *teb;
11448 GLushort factor;
11451 struct glHintPGI_params
11453 TEB *teb;
11454 GLenum target;
11455 GLint mode;
11458 struct glHistogram_params
11460 TEB *teb;
11461 GLenum target;
11462 GLsizei width;
11463 GLenum internalformat;
11464 GLboolean sink;
11467 struct glHistogramEXT_params
11469 TEB *teb;
11470 GLenum target;
11471 GLsizei width;
11472 GLenum internalformat;
11473 GLboolean sink;
11476 struct glIglooInterfaceSGIX_params
11478 TEB *teb;
11479 GLenum pname;
11480 const void *params;
11483 struct glImageTransformParameterfHP_params
11485 TEB *teb;
11486 GLenum target;
11487 GLenum pname;
11488 GLfloat param;
11491 struct glImageTransformParameterfvHP_params
11493 TEB *teb;
11494 GLenum target;
11495 GLenum pname;
11496 const GLfloat *params;
11499 struct glImageTransformParameteriHP_params
11501 TEB *teb;
11502 GLenum target;
11503 GLenum pname;
11504 GLint param;
11507 struct glImageTransformParameterivHP_params
11509 TEB *teb;
11510 GLenum target;
11511 GLenum pname;
11512 const GLint *params;
11515 struct glImportMemoryFdEXT_params
11517 TEB *teb;
11518 GLuint memory;
11519 GLuint64 size;
11520 GLenum handleType;
11521 GLint fd;
11524 struct glImportMemoryWin32HandleEXT_params
11526 TEB *teb;
11527 GLuint memory;
11528 GLuint64 size;
11529 GLenum handleType;
11530 void *handle;
11533 struct glImportMemoryWin32NameEXT_params
11535 TEB *teb;
11536 GLuint memory;
11537 GLuint64 size;
11538 GLenum handleType;
11539 const void *name;
11542 struct glImportSemaphoreFdEXT_params
11544 TEB *teb;
11545 GLuint semaphore;
11546 GLenum handleType;
11547 GLint fd;
11550 struct glImportSemaphoreWin32HandleEXT_params
11552 TEB *teb;
11553 GLuint semaphore;
11554 GLenum handleType;
11555 void *handle;
11558 struct glImportSemaphoreWin32NameEXT_params
11560 TEB *teb;
11561 GLuint semaphore;
11562 GLenum handleType;
11563 const void *name;
11566 struct glImportSyncEXT_params
11568 TEB *teb;
11569 GLenum external_sync_type;
11570 GLintptr external_sync;
11571 GLbitfield flags;
11572 GLsync ret;
11575 struct glIndexFormatNV_params
11577 TEB *teb;
11578 GLenum type;
11579 GLsizei stride;
11582 struct glIndexFuncEXT_params
11584 TEB *teb;
11585 GLenum func;
11586 GLclampf ref;
11589 struct glIndexMaterialEXT_params
11591 TEB *teb;
11592 GLenum face;
11593 GLenum mode;
11596 struct glIndexPointerEXT_params
11598 TEB *teb;
11599 GLenum type;
11600 GLsizei stride;
11601 GLsizei count;
11602 const void *pointer;
11605 struct glIndexPointerListIBM_params
11607 TEB *teb;
11608 GLenum type;
11609 GLint stride;
11610 const void **pointer;
11611 GLint ptrstride;
11614 struct glIndexxOES_params
11616 TEB *teb;
11617 GLfixed component;
11620 struct glIndexxvOES_params
11622 TEB *teb;
11623 const GLfixed *component;
11626 struct glInsertComponentEXT_params
11628 TEB *teb;
11629 GLuint res;
11630 GLuint src;
11631 GLuint num;
11634 struct glInsertEventMarkerEXT_params
11636 TEB *teb;
11637 GLsizei length;
11638 const GLchar *marker;
11641 struct glInstrumentsBufferSGIX_params
11643 TEB *teb;
11644 GLsizei size;
11645 GLint *buffer;
11648 struct glInterpolatePathsNV_params
11650 TEB *teb;
11651 GLuint resultPath;
11652 GLuint pathA;
11653 GLuint pathB;
11654 GLfloat weight;
11657 struct glInvalidateBufferData_params
11659 TEB *teb;
11660 GLuint buffer;
11663 struct glInvalidateBufferSubData_params
11665 TEB *teb;
11666 GLuint buffer;
11667 GLintptr offset;
11668 GLsizeiptr length;
11671 struct glInvalidateFramebuffer_params
11673 TEB *teb;
11674 GLenum target;
11675 GLsizei numAttachments;
11676 const GLenum *attachments;
11679 struct glInvalidateNamedFramebufferData_params
11681 TEB *teb;
11682 GLuint framebuffer;
11683 GLsizei numAttachments;
11684 const GLenum *attachments;
11687 struct glInvalidateNamedFramebufferSubData_params
11689 TEB *teb;
11690 GLuint framebuffer;
11691 GLsizei numAttachments;
11692 const GLenum *attachments;
11693 GLint x;
11694 GLint y;
11695 GLsizei width;
11696 GLsizei height;
11699 struct glInvalidateSubFramebuffer_params
11701 TEB *teb;
11702 GLenum target;
11703 GLsizei numAttachments;
11704 const GLenum *attachments;
11705 GLint x;
11706 GLint y;
11707 GLsizei width;
11708 GLsizei height;
11711 struct glInvalidateTexImage_params
11713 TEB *teb;
11714 GLuint texture;
11715 GLint level;
11718 struct glInvalidateTexSubImage_params
11720 TEB *teb;
11721 GLuint texture;
11722 GLint level;
11723 GLint xoffset;
11724 GLint yoffset;
11725 GLint zoffset;
11726 GLsizei width;
11727 GLsizei height;
11728 GLsizei depth;
11731 struct glIsAsyncMarkerSGIX_params
11733 TEB *teb;
11734 GLuint marker;
11735 GLboolean ret;
11738 struct glIsBuffer_params
11740 TEB *teb;
11741 GLuint buffer;
11742 GLboolean ret;
11745 struct glIsBufferARB_params
11747 TEB *teb;
11748 GLuint buffer;
11749 GLboolean ret;
11752 struct glIsBufferResidentNV_params
11754 TEB *teb;
11755 GLenum target;
11756 GLboolean ret;
11759 struct glIsCommandListNV_params
11761 TEB *teb;
11762 GLuint list;
11763 GLboolean ret;
11766 struct glIsEnabledIndexedEXT_params
11768 TEB *teb;
11769 GLenum target;
11770 GLuint index;
11771 GLboolean ret;
11774 struct glIsEnabledi_params
11776 TEB *teb;
11777 GLenum target;
11778 GLuint index;
11779 GLboolean ret;
11782 struct glIsFenceAPPLE_params
11784 TEB *teb;
11785 GLuint fence;
11786 GLboolean ret;
11789 struct glIsFenceNV_params
11791 TEB *teb;
11792 GLuint fence;
11793 GLboolean ret;
11796 struct glIsFramebuffer_params
11798 TEB *teb;
11799 GLuint framebuffer;
11800 GLboolean ret;
11803 struct glIsFramebufferEXT_params
11805 TEB *teb;
11806 GLuint framebuffer;
11807 GLboolean ret;
11810 struct glIsImageHandleResidentARB_params
11812 TEB *teb;
11813 GLuint64 handle;
11814 GLboolean ret;
11817 struct glIsImageHandleResidentNV_params
11819 TEB *teb;
11820 GLuint64 handle;
11821 GLboolean ret;
11824 struct glIsMemoryObjectEXT_params
11826 TEB *teb;
11827 GLuint memoryObject;
11828 GLboolean ret;
11831 struct glIsNameAMD_params
11833 TEB *teb;
11834 GLenum identifier;
11835 GLuint name;
11836 GLboolean ret;
11839 struct glIsNamedBufferResidentNV_params
11841 TEB *teb;
11842 GLuint buffer;
11843 GLboolean ret;
11846 struct glIsNamedStringARB_params
11848 TEB *teb;
11849 GLint namelen;
11850 const GLchar *name;
11851 GLboolean ret;
11854 struct glIsObjectBufferATI_params
11856 TEB *teb;
11857 GLuint buffer;
11858 GLboolean ret;
11861 struct glIsOcclusionQueryNV_params
11863 TEB *teb;
11864 GLuint id;
11865 GLboolean ret;
11868 struct glIsPathNV_params
11870 TEB *teb;
11871 GLuint path;
11872 GLboolean ret;
11875 struct glIsPointInFillPathNV_params
11877 TEB *teb;
11878 GLuint path;
11879 GLuint mask;
11880 GLfloat x;
11881 GLfloat y;
11882 GLboolean ret;
11885 struct glIsPointInStrokePathNV_params
11887 TEB *teb;
11888 GLuint path;
11889 GLfloat x;
11890 GLfloat y;
11891 GLboolean ret;
11894 struct glIsProgram_params
11896 TEB *teb;
11897 GLuint program;
11898 GLboolean ret;
11901 struct glIsProgramARB_params
11903 TEB *teb;
11904 GLuint program;
11905 GLboolean ret;
11908 struct glIsProgramNV_params
11910 TEB *teb;
11911 GLuint id;
11912 GLboolean ret;
11915 struct glIsProgramPipeline_params
11917 TEB *teb;
11918 GLuint pipeline;
11919 GLboolean ret;
11922 struct glIsQuery_params
11924 TEB *teb;
11925 GLuint id;
11926 GLboolean ret;
11929 struct glIsQueryARB_params
11931 TEB *teb;
11932 GLuint id;
11933 GLboolean ret;
11936 struct glIsRenderbuffer_params
11938 TEB *teb;
11939 GLuint renderbuffer;
11940 GLboolean ret;
11943 struct glIsRenderbufferEXT_params
11945 TEB *teb;
11946 GLuint renderbuffer;
11947 GLboolean ret;
11950 struct glIsSampler_params
11952 TEB *teb;
11953 GLuint sampler;
11954 GLboolean ret;
11957 struct glIsSemaphoreEXT_params
11959 TEB *teb;
11960 GLuint semaphore;
11961 GLboolean ret;
11964 struct glIsShader_params
11966 TEB *teb;
11967 GLuint shader;
11968 GLboolean ret;
11971 struct glIsStateNV_params
11973 TEB *teb;
11974 GLuint state;
11975 GLboolean ret;
11978 struct glIsSync_params
11980 TEB *teb;
11981 GLsync sync;
11982 GLboolean ret;
11985 struct glIsTextureEXT_params
11987 TEB *teb;
11988 GLuint texture;
11989 GLboolean ret;
11992 struct glIsTextureHandleResidentARB_params
11994 TEB *teb;
11995 GLuint64 handle;
11996 GLboolean ret;
11999 struct glIsTextureHandleResidentNV_params
12001 TEB *teb;
12002 GLuint64 handle;
12003 GLboolean ret;
12006 struct glIsTransformFeedback_params
12008 TEB *teb;
12009 GLuint id;
12010 GLboolean ret;
12013 struct glIsTransformFeedbackNV_params
12015 TEB *teb;
12016 GLuint id;
12017 GLboolean ret;
12020 struct glIsVariantEnabledEXT_params
12022 TEB *teb;
12023 GLuint id;
12024 GLenum cap;
12025 GLboolean ret;
12028 struct glIsVertexArray_params
12030 TEB *teb;
12031 GLuint array;
12032 GLboolean ret;
12035 struct glIsVertexArrayAPPLE_params
12037 TEB *teb;
12038 GLuint array;
12039 GLboolean ret;
12042 struct glIsVertexAttribEnabledAPPLE_params
12044 TEB *teb;
12045 GLuint index;
12046 GLenum pname;
12047 GLboolean ret;
12050 struct glLGPUCopyImageSubDataNVX_params
12052 TEB *teb;
12053 GLuint sourceGpu;
12054 GLbitfield destinationGpuMask;
12055 GLuint srcName;
12056 GLenum srcTarget;
12057 GLint srcLevel;
12058 GLint srcX;
12059 GLint srxY;
12060 GLint srcZ;
12061 GLuint dstName;
12062 GLenum dstTarget;
12063 GLint dstLevel;
12064 GLint dstX;
12065 GLint dstY;
12066 GLint dstZ;
12067 GLsizei width;
12068 GLsizei height;
12069 GLsizei depth;
12072 struct glLGPUInterlockNVX_params
12074 TEB *teb;
12077 struct glLGPUNamedBufferSubDataNVX_params
12079 TEB *teb;
12080 GLbitfield gpuMask;
12081 GLuint buffer;
12082 GLintptr offset;
12083 GLsizeiptr size;
12084 const void *data;
12087 struct glLabelObjectEXT_params
12089 TEB *teb;
12090 GLenum type;
12091 GLuint object;
12092 GLsizei length;
12093 const GLchar *label;
12096 struct glLightEnviSGIX_params
12098 TEB *teb;
12099 GLenum pname;
12100 GLint param;
12103 struct glLightModelxOES_params
12105 TEB *teb;
12106 GLenum pname;
12107 GLfixed param;
12110 struct glLightModelxvOES_params
12112 TEB *teb;
12113 GLenum pname;
12114 const GLfixed *param;
12117 struct glLightxOES_params
12119 TEB *teb;
12120 GLenum light;
12121 GLenum pname;
12122 GLfixed param;
12125 struct glLightxvOES_params
12127 TEB *teb;
12128 GLenum light;
12129 GLenum pname;
12130 const GLfixed *params;
12133 struct glLineWidthxOES_params
12135 TEB *teb;
12136 GLfixed width;
12139 struct glLinkProgram_params
12141 TEB *teb;
12142 GLuint program;
12145 struct glLinkProgramARB_params
12147 TEB *teb;
12148 GLhandleARB programObj;
12151 struct glListDrawCommandsStatesClientNV_params
12153 TEB *teb;
12154 GLuint list;
12155 GLuint segment;
12156 const void **indirects;
12157 const GLsizei *sizes;
12158 const GLuint *states;
12159 const GLuint *fbos;
12160 GLuint count;
12163 struct glListParameterfSGIX_params
12165 TEB *teb;
12166 GLuint list;
12167 GLenum pname;
12168 GLfloat param;
12171 struct glListParameterfvSGIX_params
12173 TEB *teb;
12174 GLuint list;
12175 GLenum pname;
12176 const GLfloat *params;
12179 struct glListParameteriSGIX_params
12181 TEB *teb;
12182 GLuint list;
12183 GLenum pname;
12184 GLint param;
12187 struct glListParameterivSGIX_params
12189 TEB *teb;
12190 GLuint list;
12191 GLenum pname;
12192 const GLint *params;
12195 struct glLoadIdentityDeformationMapSGIX_params
12197 TEB *teb;
12198 GLbitfield mask;
12201 struct glLoadMatrixxOES_params
12203 TEB *teb;
12204 const GLfixed *m;
12207 struct glLoadProgramNV_params
12209 TEB *teb;
12210 GLenum target;
12211 GLuint id;
12212 GLsizei len;
12213 const GLubyte *program;
12216 struct glLoadTransposeMatrixd_params
12218 TEB *teb;
12219 const GLdouble *m;
12222 struct glLoadTransposeMatrixdARB_params
12224 TEB *teb;
12225 const GLdouble *m;
12228 struct glLoadTransposeMatrixf_params
12230 TEB *teb;
12231 const GLfloat *m;
12234 struct glLoadTransposeMatrixfARB_params
12236 TEB *teb;
12237 const GLfloat *m;
12240 struct glLoadTransposeMatrixxOES_params
12242 TEB *teb;
12243 const GLfixed *m;
12246 struct glLockArraysEXT_params
12248 TEB *teb;
12249 GLint first;
12250 GLsizei count;
12253 struct glMTexCoord2fSGIS_params
12255 TEB *teb;
12256 GLenum target;
12257 GLfloat s;
12258 GLfloat t;
12261 struct glMTexCoord2fvSGIS_params
12263 TEB *teb;
12264 GLenum target;
12265 GLfloat * v;
12268 struct glMakeBufferNonResidentNV_params
12270 TEB *teb;
12271 GLenum target;
12274 struct glMakeBufferResidentNV_params
12276 TEB *teb;
12277 GLenum target;
12278 GLenum access;
12281 struct glMakeImageHandleNonResidentARB_params
12283 TEB *teb;
12284 GLuint64 handle;
12287 struct glMakeImageHandleNonResidentNV_params
12289 TEB *teb;
12290 GLuint64 handle;
12293 struct glMakeImageHandleResidentARB_params
12295 TEB *teb;
12296 GLuint64 handle;
12297 GLenum access;
12300 struct glMakeImageHandleResidentNV_params
12302 TEB *teb;
12303 GLuint64 handle;
12304 GLenum access;
12307 struct glMakeNamedBufferNonResidentNV_params
12309 TEB *teb;
12310 GLuint buffer;
12313 struct glMakeNamedBufferResidentNV_params
12315 TEB *teb;
12316 GLuint buffer;
12317 GLenum access;
12320 struct glMakeTextureHandleNonResidentARB_params
12322 TEB *teb;
12323 GLuint64 handle;
12326 struct glMakeTextureHandleNonResidentNV_params
12328 TEB *teb;
12329 GLuint64 handle;
12332 struct glMakeTextureHandleResidentARB_params
12334 TEB *teb;
12335 GLuint64 handle;
12338 struct glMakeTextureHandleResidentNV_params
12340 TEB *teb;
12341 GLuint64 handle;
12344 struct glMap1xOES_params
12346 TEB *teb;
12347 GLenum target;
12348 GLfixed u1;
12349 GLfixed u2;
12350 GLint stride;
12351 GLint order;
12352 GLfixed points;
12355 struct glMap2xOES_params
12357 TEB *teb;
12358 GLenum target;
12359 GLfixed u1;
12360 GLfixed u2;
12361 GLint ustride;
12362 GLint uorder;
12363 GLfixed v1;
12364 GLfixed v2;
12365 GLint vstride;
12366 GLint vorder;
12367 GLfixed points;
12370 struct glMapBuffer_params
12372 TEB *teb;
12373 GLenum target;
12374 GLenum access;
12375 void *ret;
12378 struct glMapBufferARB_params
12380 TEB *teb;
12381 GLenum target;
12382 GLenum access;
12383 void *ret;
12386 struct glMapBufferRange_params
12388 TEB *teb;
12389 GLenum target;
12390 GLintptr offset;
12391 GLsizeiptr length;
12392 GLbitfield access;
12393 void *ret;
12396 struct glMapControlPointsNV_params
12398 TEB *teb;
12399 GLenum target;
12400 GLuint index;
12401 GLenum type;
12402 GLsizei ustride;
12403 GLsizei vstride;
12404 GLint uorder;
12405 GLint vorder;
12406 GLboolean packed;
12407 const void *points;
12410 struct glMapGrid1xOES_params
12412 TEB *teb;
12413 GLint n;
12414 GLfixed u1;
12415 GLfixed u2;
12418 struct glMapGrid2xOES_params
12420 TEB *teb;
12421 GLint n;
12422 GLfixed u1;
12423 GLfixed u2;
12424 GLfixed v1;
12425 GLfixed v2;
12428 struct glMapNamedBuffer_params
12430 TEB *teb;
12431 GLuint buffer;
12432 GLenum access;
12433 void *ret;
12436 struct glMapNamedBufferEXT_params
12438 TEB *teb;
12439 GLuint buffer;
12440 GLenum access;
12441 void *ret;
12444 struct glMapNamedBufferRange_params
12446 TEB *teb;
12447 GLuint buffer;
12448 GLintptr offset;
12449 GLsizeiptr length;
12450 GLbitfield access;
12451 void *ret;
12454 struct glMapNamedBufferRangeEXT_params
12456 TEB *teb;
12457 GLuint buffer;
12458 GLintptr offset;
12459 GLsizeiptr length;
12460 GLbitfield access;
12461 void *ret;
12464 struct glMapObjectBufferATI_params
12466 TEB *teb;
12467 GLuint buffer;
12468 void *ret;
12471 struct glMapParameterfvNV_params
12473 TEB *teb;
12474 GLenum target;
12475 GLenum pname;
12476 const GLfloat *params;
12479 struct glMapParameterivNV_params
12481 TEB *teb;
12482 GLenum target;
12483 GLenum pname;
12484 const GLint *params;
12487 struct glMapTexture2DINTEL_params
12489 TEB *teb;
12490 GLuint texture;
12491 GLint level;
12492 GLbitfield access;
12493 GLint *stride;
12494 GLenum *layout;
12495 void *ret;
12498 struct glMapVertexAttrib1dAPPLE_params
12500 TEB *teb;
12501 GLuint index;
12502 GLuint size;
12503 GLdouble u1;
12504 GLdouble u2;
12505 GLint stride;
12506 GLint order;
12507 const GLdouble *points;
12510 struct glMapVertexAttrib1fAPPLE_params
12512 TEB *teb;
12513 GLuint index;
12514 GLuint size;
12515 GLfloat u1;
12516 GLfloat u2;
12517 GLint stride;
12518 GLint order;
12519 const GLfloat *points;
12522 struct glMapVertexAttrib2dAPPLE_params
12524 TEB *teb;
12525 GLuint index;
12526 GLuint size;
12527 GLdouble u1;
12528 GLdouble u2;
12529 GLint ustride;
12530 GLint uorder;
12531 GLdouble v1;
12532 GLdouble v2;
12533 GLint vstride;
12534 GLint vorder;
12535 const GLdouble *points;
12538 struct glMapVertexAttrib2fAPPLE_params
12540 TEB *teb;
12541 GLuint index;
12542 GLuint size;
12543 GLfloat u1;
12544 GLfloat u2;
12545 GLint ustride;
12546 GLint uorder;
12547 GLfloat v1;
12548 GLfloat v2;
12549 GLint vstride;
12550 GLint vorder;
12551 const GLfloat *points;
12554 struct glMaterialxOES_params
12556 TEB *teb;
12557 GLenum face;
12558 GLenum pname;
12559 GLfixed param;
12562 struct glMaterialxvOES_params
12564 TEB *teb;
12565 GLenum face;
12566 GLenum pname;
12567 const GLfixed *param;
12570 struct glMatrixFrustumEXT_params
12572 TEB *teb;
12573 GLenum mode;
12574 GLdouble left;
12575 GLdouble right;
12576 GLdouble bottom;
12577 GLdouble top;
12578 GLdouble zNear;
12579 GLdouble zFar;
12582 struct glMatrixIndexPointerARB_params
12584 TEB *teb;
12585 GLint size;
12586 GLenum type;
12587 GLsizei stride;
12588 const void *pointer;
12591 struct glMatrixIndexubvARB_params
12593 TEB *teb;
12594 GLint size;
12595 const GLubyte *indices;
12598 struct glMatrixIndexuivARB_params
12600 TEB *teb;
12601 GLint size;
12602 const GLuint *indices;
12605 struct glMatrixIndexusvARB_params
12607 TEB *teb;
12608 GLint size;
12609 const GLushort *indices;
12612 struct glMatrixLoad3x2fNV_params
12614 TEB *teb;
12615 GLenum matrixMode;
12616 const GLfloat *m;
12619 struct glMatrixLoad3x3fNV_params
12621 TEB *teb;
12622 GLenum matrixMode;
12623 const GLfloat *m;
12626 struct glMatrixLoadIdentityEXT_params
12628 TEB *teb;
12629 GLenum mode;
12632 struct glMatrixLoadTranspose3x3fNV_params
12634 TEB *teb;
12635 GLenum matrixMode;
12636 const GLfloat *m;
12639 struct glMatrixLoadTransposedEXT_params
12641 TEB *teb;
12642 GLenum mode;
12643 const GLdouble *m;
12646 struct glMatrixLoadTransposefEXT_params
12648 TEB *teb;
12649 GLenum mode;
12650 const GLfloat *m;
12653 struct glMatrixLoaddEXT_params
12655 TEB *teb;
12656 GLenum mode;
12657 const GLdouble *m;
12660 struct glMatrixLoadfEXT_params
12662 TEB *teb;
12663 GLenum mode;
12664 const GLfloat *m;
12667 struct glMatrixMult3x2fNV_params
12669 TEB *teb;
12670 GLenum matrixMode;
12671 const GLfloat *m;
12674 struct glMatrixMult3x3fNV_params
12676 TEB *teb;
12677 GLenum matrixMode;
12678 const GLfloat *m;
12681 struct glMatrixMultTranspose3x3fNV_params
12683 TEB *teb;
12684 GLenum matrixMode;
12685 const GLfloat *m;
12688 struct glMatrixMultTransposedEXT_params
12690 TEB *teb;
12691 GLenum mode;
12692 const GLdouble *m;
12695 struct glMatrixMultTransposefEXT_params
12697 TEB *teb;
12698 GLenum mode;
12699 const GLfloat *m;
12702 struct glMatrixMultdEXT_params
12704 TEB *teb;
12705 GLenum mode;
12706 const GLdouble *m;
12709 struct glMatrixMultfEXT_params
12711 TEB *teb;
12712 GLenum mode;
12713 const GLfloat *m;
12716 struct glMatrixOrthoEXT_params
12718 TEB *teb;
12719 GLenum mode;
12720 GLdouble left;
12721 GLdouble right;
12722 GLdouble bottom;
12723 GLdouble top;
12724 GLdouble zNear;
12725 GLdouble zFar;
12728 struct glMatrixPopEXT_params
12730 TEB *teb;
12731 GLenum mode;
12734 struct glMatrixPushEXT_params
12736 TEB *teb;
12737 GLenum mode;
12740 struct glMatrixRotatedEXT_params
12742 TEB *teb;
12743 GLenum mode;
12744 GLdouble angle;
12745 GLdouble x;
12746 GLdouble y;
12747 GLdouble z;
12750 struct glMatrixRotatefEXT_params
12752 TEB *teb;
12753 GLenum mode;
12754 GLfloat angle;
12755 GLfloat x;
12756 GLfloat y;
12757 GLfloat z;
12760 struct glMatrixScaledEXT_params
12762 TEB *teb;
12763 GLenum mode;
12764 GLdouble x;
12765 GLdouble y;
12766 GLdouble z;
12769 struct glMatrixScalefEXT_params
12771 TEB *teb;
12772 GLenum mode;
12773 GLfloat x;
12774 GLfloat y;
12775 GLfloat z;
12778 struct glMatrixTranslatedEXT_params
12780 TEB *teb;
12781 GLenum mode;
12782 GLdouble x;
12783 GLdouble y;
12784 GLdouble z;
12787 struct glMatrixTranslatefEXT_params
12789 TEB *teb;
12790 GLenum mode;
12791 GLfloat x;
12792 GLfloat y;
12793 GLfloat z;
12796 struct glMaxShaderCompilerThreadsARB_params
12798 TEB *teb;
12799 GLuint count;
12802 struct glMaxShaderCompilerThreadsKHR_params
12804 TEB *teb;
12805 GLuint count;
12808 struct glMemoryBarrier_params
12810 TEB *teb;
12811 GLbitfield barriers;
12814 struct glMemoryBarrierByRegion_params
12816 TEB *teb;
12817 GLbitfield barriers;
12820 struct glMemoryBarrierEXT_params
12822 TEB *teb;
12823 GLbitfield barriers;
12826 struct glMemoryObjectParameterivEXT_params
12828 TEB *teb;
12829 GLuint memoryObject;
12830 GLenum pname;
12831 const GLint *params;
12834 struct glMinSampleShading_params
12836 TEB *teb;
12837 GLfloat value;
12840 struct glMinSampleShadingARB_params
12842 TEB *teb;
12843 GLfloat value;
12846 struct glMinmax_params
12848 TEB *teb;
12849 GLenum target;
12850 GLenum internalformat;
12851 GLboolean sink;
12854 struct glMinmaxEXT_params
12856 TEB *teb;
12857 GLenum target;
12858 GLenum internalformat;
12859 GLboolean sink;
12862 struct glMultMatrixxOES_params
12864 TEB *teb;
12865 const GLfixed *m;
12868 struct glMultTransposeMatrixd_params
12870 TEB *teb;
12871 const GLdouble *m;
12874 struct glMultTransposeMatrixdARB_params
12876 TEB *teb;
12877 const GLdouble *m;
12880 struct glMultTransposeMatrixf_params
12882 TEB *teb;
12883 const GLfloat *m;
12886 struct glMultTransposeMatrixfARB_params
12888 TEB *teb;
12889 const GLfloat *m;
12892 struct glMultTransposeMatrixxOES_params
12894 TEB *teb;
12895 const GLfixed *m;
12898 struct glMultiDrawArrays_params
12900 TEB *teb;
12901 GLenum mode;
12902 const GLint *first;
12903 const GLsizei *count;
12904 GLsizei drawcount;
12907 struct glMultiDrawArraysEXT_params
12909 TEB *teb;
12910 GLenum mode;
12911 const GLint *first;
12912 const GLsizei *count;
12913 GLsizei primcount;
12916 struct glMultiDrawArraysIndirect_params
12918 TEB *teb;
12919 GLenum mode;
12920 const void *indirect;
12921 GLsizei drawcount;
12922 GLsizei stride;
12925 struct glMultiDrawArraysIndirectAMD_params
12927 TEB *teb;
12928 GLenum mode;
12929 const void *indirect;
12930 GLsizei primcount;
12931 GLsizei stride;
12934 struct glMultiDrawArraysIndirectBindlessCountNV_params
12936 TEB *teb;
12937 GLenum mode;
12938 const void *indirect;
12939 GLsizei drawCount;
12940 GLsizei maxDrawCount;
12941 GLsizei stride;
12942 GLint vertexBufferCount;
12945 struct glMultiDrawArraysIndirectBindlessNV_params
12947 TEB *teb;
12948 GLenum mode;
12949 const void *indirect;
12950 GLsizei drawCount;
12951 GLsizei stride;
12952 GLint vertexBufferCount;
12955 struct glMultiDrawArraysIndirectCount_params
12957 TEB *teb;
12958 GLenum mode;
12959 const void *indirect;
12960 GLintptr drawcount;
12961 GLsizei maxdrawcount;
12962 GLsizei stride;
12965 struct glMultiDrawArraysIndirectCountARB_params
12967 TEB *teb;
12968 GLenum mode;
12969 const void *indirect;
12970 GLintptr drawcount;
12971 GLsizei maxdrawcount;
12972 GLsizei stride;
12975 struct glMultiDrawElementArrayAPPLE_params
12977 TEB *teb;
12978 GLenum mode;
12979 const GLint *first;
12980 const GLsizei *count;
12981 GLsizei primcount;
12984 struct glMultiDrawElements_params
12986 TEB *teb;
12987 GLenum mode;
12988 const GLsizei *count;
12989 GLenum type;
12990 const void *const*indices;
12991 GLsizei drawcount;
12994 struct glMultiDrawElementsBaseVertex_params
12996 TEB *teb;
12997 GLenum mode;
12998 const GLsizei *count;
12999 GLenum type;
13000 const void *const*indices;
13001 GLsizei drawcount;
13002 const GLint *basevertex;
13005 struct glMultiDrawElementsEXT_params
13007 TEB *teb;
13008 GLenum mode;
13009 const GLsizei *count;
13010 GLenum type;
13011 const void *const*indices;
13012 GLsizei primcount;
13015 struct glMultiDrawElementsIndirect_params
13017 TEB *teb;
13018 GLenum mode;
13019 GLenum type;
13020 const void *indirect;
13021 GLsizei drawcount;
13022 GLsizei stride;
13025 struct glMultiDrawElementsIndirectAMD_params
13027 TEB *teb;
13028 GLenum mode;
13029 GLenum type;
13030 const void *indirect;
13031 GLsizei primcount;
13032 GLsizei stride;
13035 struct glMultiDrawElementsIndirectBindlessCountNV_params
13037 TEB *teb;
13038 GLenum mode;
13039 GLenum type;
13040 const void *indirect;
13041 GLsizei drawCount;
13042 GLsizei maxDrawCount;
13043 GLsizei stride;
13044 GLint vertexBufferCount;
13047 struct glMultiDrawElementsIndirectBindlessNV_params
13049 TEB *teb;
13050 GLenum mode;
13051 GLenum type;
13052 const void *indirect;
13053 GLsizei drawCount;
13054 GLsizei stride;
13055 GLint vertexBufferCount;
13058 struct glMultiDrawElementsIndirectCount_params
13060 TEB *teb;
13061 GLenum mode;
13062 GLenum type;
13063 const void *indirect;
13064 GLintptr drawcount;
13065 GLsizei maxdrawcount;
13066 GLsizei stride;
13069 struct glMultiDrawElementsIndirectCountARB_params
13071 TEB *teb;
13072 GLenum mode;
13073 GLenum type;
13074 const void *indirect;
13075 GLintptr drawcount;
13076 GLsizei maxdrawcount;
13077 GLsizei stride;
13080 struct glMultiDrawMeshTasksIndirectCountNV_params
13082 TEB *teb;
13083 GLintptr indirect;
13084 GLintptr drawcount;
13085 GLsizei maxdrawcount;
13086 GLsizei stride;
13089 struct glMultiDrawMeshTasksIndirectNV_params
13091 TEB *teb;
13092 GLintptr indirect;
13093 GLsizei drawcount;
13094 GLsizei stride;
13097 struct glMultiDrawRangeElementArrayAPPLE_params
13099 TEB *teb;
13100 GLenum mode;
13101 GLuint start;
13102 GLuint end;
13103 const GLint *first;
13104 const GLsizei *count;
13105 GLsizei primcount;
13108 struct glMultiModeDrawArraysIBM_params
13110 TEB *teb;
13111 const GLenum *mode;
13112 const GLint *first;
13113 const GLsizei *count;
13114 GLsizei primcount;
13115 GLint modestride;
13118 struct glMultiModeDrawElementsIBM_params
13120 TEB *teb;
13121 const GLenum *mode;
13122 const GLsizei *count;
13123 GLenum type;
13124 const void *const*indices;
13125 GLsizei primcount;
13126 GLint modestride;
13129 struct glMultiTexBufferEXT_params
13131 TEB *teb;
13132 GLenum texunit;
13133 GLenum target;
13134 GLenum internalformat;
13135 GLuint buffer;
13138 struct glMultiTexCoord1bOES_params
13140 TEB *teb;
13141 GLenum texture;
13142 GLbyte s;
13145 struct glMultiTexCoord1bvOES_params
13147 TEB *teb;
13148 GLenum texture;
13149 const GLbyte *coords;
13152 struct glMultiTexCoord1d_params
13154 TEB *teb;
13155 GLenum target;
13156 GLdouble s;
13159 struct glMultiTexCoord1dARB_params
13161 TEB *teb;
13162 GLenum target;
13163 GLdouble s;
13166 struct glMultiTexCoord1dSGIS_params
13168 TEB *teb;
13169 GLenum target;
13170 GLdouble s;
13173 struct glMultiTexCoord1dv_params
13175 TEB *teb;
13176 GLenum target;
13177 const GLdouble *v;
13180 struct glMultiTexCoord1dvARB_params
13182 TEB *teb;
13183 GLenum target;
13184 const GLdouble *v;
13187 struct glMultiTexCoord1dvSGIS_params
13189 TEB *teb;
13190 GLenum target;
13191 GLdouble * v;
13194 struct glMultiTexCoord1f_params
13196 TEB *teb;
13197 GLenum target;
13198 GLfloat s;
13201 struct glMultiTexCoord1fARB_params
13203 TEB *teb;
13204 GLenum target;
13205 GLfloat s;
13208 struct glMultiTexCoord1fSGIS_params
13210 TEB *teb;
13211 GLenum target;
13212 GLfloat s;
13215 struct glMultiTexCoord1fv_params
13217 TEB *teb;
13218 GLenum target;
13219 const GLfloat *v;
13222 struct glMultiTexCoord1fvARB_params
13224 TEB *teb;
13225 GLenum target;
13226 const GLfloat *v;
13229 struct glMultiTexCoord1fvSGIS_params
13231 TEB *teb;
13232 GLenum target;
13233 const GLfloat * v;
13236 struct glMultiTexCoord1hNV_params
13238 TEB *teb;
13239 GLenum target;
13240 GLhalfNV s;
13243 struct glMultiTexCoord1hvNV_params
13245 TEB *teb;
13246 GLenum target;
13247 const GLhalfNV *v;
13250 struct glMultiTexCoord1i_params
13252 TEB *teb;
13253 GLenum target;
13254 GLint s;
13257 struct glMultiTexCoord1iARB_params
13259 TEB *teb;
13260 GLenum target;
13261 GLint s;
13264 struct glMultiTexCoord1iSGIS_params
13266 TEB *teb;
13267 GLenum target;
13268 GLint s;
13271 struct glMultiTexCoord1iv_params
13273 TEB *teb;
13274 GLenum target;
13275 const GLint *v;
13278 struct glMultiTexCoord1ivARB_params
13280 TEB *teb;
13281 GLenum target;
13282 const GLint *v;
13285 struct glMultiTexCoord1ivSGIS_params
13287 TEB *teb;
13288 GLenum target;
13289 GLint * v;
13292 struct glMultiTexCoord1s_params
13294 TEB *teb;
13295 GLenum target;
13296 GLshort s;
13299 struct glMultiTexCoord1sARB_params
13301 TEB *teb;
13302 GLenum target;
13303 GLshort s;
13306 struct glMultiTexCoord1sSGIS_params
13308 TEB *teb;
13309 GLenum target;
13310 GLshort s;
13313 struct glMultiTexCoord1sv_params
13315 TEB *teb;
13316 GLenum target;
13317 const GLshort *v;
13320 struct glMultiTexCoord1svARB_params
13322 TEB *teb;
13323 GLenum target;
13324 const GLshort *v;
13327 struct glMultiTexCoord1svSGIS_params
13329 TEB *teb;
13330 GLenum target;
13331 GLshort * v;
13334 struct glMultiTexCoord1xOES_params
13336 TEB *teb;
13337 GLenum texture;
13338 GLfixed s;
13341 struct glMultiTexCoord1xvOES_params
13343 TEB *teb;
13344 GLenum texture;
13345 const GLfixed *coords;
13348 struct glMultiTexCoord2bOES_params
13350 TEB *teb;
13351 GLenum texture;
13352 GLbyte s;
13353 GLbyte t;
13356 struct glMultiTexCoord2bvOES_params
13358 TEB *teb;
13359 GLenum texture;
13360 const GLbyte *coords;
13363 struct glMultiTexCoord2d_params
13365 TEB *teb;
13366 GLenum target;
13367 GLdouble s;
13368 GLdouble t;
13371 struct glMultiTexCoord2dARB_params
13373 TEB *teb;
13374 GLenum target;
13375 GLdouble s;
13376 GLdouble t;
13379 struct glMultiTexCoord2dSGIS_params
13381 TEB *teb;
13382 GLenum target;
13383 GLdouble s;
13384 GLdouble t;
13387 struct glMultiTexCoord2dv_params
13389 TEB *teb;
13390 GLenum target;
13391 const GLdouble *v;
13394 struct glMultiTexCoord2dvARB_params
13396 TEB *teb;
13397 GLenum target;
13398 const GLdouble *v;
13401 struct glMultiTexCoord2dvSGIS_params
13403 TEB *teb;
13404 GLenum target;
13405 GLdouble * v;
13408 struct glMultiTexCoord2f_params
13410 TEB *teb;
13411 GLenum target;
13412 GLfloat s;
13413 GLfloat t;
13416 struct glMultiTexCoord2fARB_params
13418 TEB *teb;
13419 GLenum target;
13420 GLfloat s;
13421 GLfloat t;
13424 struct glMultiTexCoord2fSGIS_params
13426 TEB *teb;
13427 GLenum target;
13428 GLfloat s;
13429 GLfloat t;
13432 struct glMultiTexCoord2fv_params
13434 TEB *teb;
13435 GLenum target;
13436 const GLfloat *v;
13439 struct glMultiTexCoord2fvARB_params
13441 TEB *teb;
13442 GLenum target;
13443 const GLfloat *v;
13446 struct glMultiTexCoord2fvSGIS_params
13448 TEB *teb;
13449 GLenum target;
13450 GLfloat * v;
13453 struct glMultiTexCoord2hNV_params
13455 TEB *teb;
13456 GLenum target;
13457 GLhalfNV s;
13458 GLhalfNV t;
13461 struct glMultiTexCoord2hvNV_params
13463 TEB *teb;
13464 GLenum target;
13465 const GLhalfNV *v;
13468 struct glMultiTexCoord2i_params
13470 TEB *teb;
13471 GLenum target;
13472 GLint s;
13473 GLint t;
13476 struct glMultiTexCoord2iARB_params
13478 TEB *teb;
13479 GLenum target;
13480 GLint s;
13481 GLint t;
13484 struct glMultiTexCoord2iSGIS_params
13486 TEB *teb;
13487 GLenum target;
13488 GLint s;
13489 GLint t;
13492 struct glMultiTexCoord2iv_params
13494 TEB *teb;
13495 GLenum target;
13496 const GLint *v;
13499 struct glMultiTexCoord2ivARB_params
13501 TEB *teb;
13502 GLenum target;
13503 const GLint *v;
13506 struct glMultiTexCoord2ivSGIS_params
13508 TEB *teb;
13509 GLenum target;
13510 GLint * v;
13513 struct glMultiTexCoord2s_params
13515 TEB *teb;
13516 GLenum target;
13517 GLshort s;
13518 GLshort t;
13521 struct glMultiTexCoord2sARB_params
13523 TEB *teb;
13524 GLenum target;
13525 GLshort s;
13526 GLshort t;
13529 struct glMultiTexCoord2sSGIS_params
13531 TEB *teb;
13532 GLenum target;
13533 GLshort s;
13534 GLshort t;
13537 struct glMultiTexCoord2sv_params
13539 TEB *teb;
13540 GLenum target;
13541 const GLshort *v;
13544 struct glMultiTexCoord2svARB_params
13546 TEB *teb;
13547 GLenum target;
13548 const GLshort *v;
13551 struct glMultiTexCoord2svSGIS_params
13553 TEB *teb;
13554 GLenum target;
13555 GLshort * v;
13558 struct glMultiTexCoord2xOES_params
13560 TEB *teb;
13561 GLenum texture;
13562 GLfixed s;
13563 GLfixed t;
13566 struct glMultiTexCoord2xvOES_params
13568 TEB *teb;
13569 GLenum texture;
13570 const GLfixed *coords;
13573 struct glMultiTexCoord3bOES_params
13575 TEB *teb;
13576 GLenum texture;
13577 GLbyte s;
13578 GLbyte t;
13579 GLbyte r;
13582 struct glMultiTexCoord3bvOES_params
13584 TEB *teb;
13585 GLenum texture;
13586 const GLbyte *coords;
13589 struct glMultiTexCoord3d_params
13591 TEB *teb;
13592 GLenum target;
13593 GLdouble s;
13594 GLdouble t;
13595 GLdouble r;
13598 struct glMultiTexCoord3dARB_params
13600 TEB *teb;
13601 GLenum target;
13602 GLdouble s;
13603 GLdouble t;
13604 GLdouble r;
13607 struct glMultiTexCoord3dSGIS_params
13609 TEB *teb;
13610 GLenum target;
13611 GLdouble s;
13612 GLdouble t;
13613 GLdouble r;
13616 struct glMultiTexCoord3dv_params
13618 TEB *teb;
13619 GLenum target;
13620 const GLdouble *v;
13623 struct glMultiTexCoord3dvARB_params
13625 TEB *teb;
13626 GLenum target;
13627 const GLdouble *v;
13630 struct glMultiTexCoord3dvSGIS_params
13632 TEB *teb;
13633 GLenum target;
13634 GLdouble * v;
13637 struct glMultiTexCoord3f_params
13639 TEB *teb;
13640 GLenum target;
13641 GLfloat s;
13642 GLfloat t;
13643 GLfloat r;
13646 struct glMultiTexCoord3fARB_params
13648 TEB *teb;
13649 GLenum target;
13650 GLfloat s;
13651 GLfloat t;
13652 GLfloat r;
13655 struct glMultiTexCoord3fSGIS_params
13657 TEB *teb;
13658 GLenum target;
13659 GLfloat s;
13660 GLfloat t;
13661 GLfloat r;
13664 struct glMultiTexCoord3fv_params
13666 TEB *teb;
13667 GLenum target;
13668 const GLfloat *v;
13671 struct glMultiTexCoord3fvARB_params
13673 TEB *teb;
13674 GLenum target;
13675 const GLfloat *v;
13678 struct glMultiTexCoord3fvSGIS_params
13680 TEB *teb;
13681 GLenum target;
13682 GLfloat * v;
13685 struct glMultiTexCoord3hNV_params
13687 TEB *teb;
13688 GLenum target;
13689 GLhalfNV s;
13690 GLhalfNV t;
13691 GLhalfNV r;
13694 struct glMultiTexCoord3hvNV_params
13696 TEB *teb;
13697 GLenum target;
13698 const GLhalfNV *v;
13701 struct glMultiTexCoord3i_params
13703 TEB *teb;
13704 GLenum target;
13705 GLint s;
13706 GLint t;
13707 GLint r;
13710 struct glMultiTexCoord3iARB_params
13712 TEB *teb;
13713 GLenum target;
13714 GLint s;
13715 GLint t;
13716 GLint r;
13719 struct glMultiTexCoord3iSGIS_params
13721 TEB *teb;
13722 GLenum target;
13723 GLint s;
13724 GLint t;
13725 GLint r;
13728 struct glMultiTexCoord3iv_params
13730 TEB *teb;
13731 GLenum target;
13732 const GLint *v;
13735 struct glMultiTexCoord3ivARB_params
13737 TEB *teb;
13738 GLenum target;
13739 const GLint *v;
13742 struct glMultiTexCoord3ivSGIS_params
13744 TEB *teb;
13745 GLenum target;
13746 GLint * v;
13749 struct glMultiTexCoord3s_params
13751 TEB *teb;
13752 GLenum target;
13753 GLshort s;
13754 GLshort t;
13755 GLshort r;
13758 struct glMultiTexCoord3sARB_params
13760 TEB *teb;
13761 GLenum target;
13762 GLshort s;
13763 GLshort t;
13764 GLshort r;
13767 struct glMultiTexCoord3sSGIS_params
13769 TEB *teb;
13770 GLenum target;
13771 GLshort s;
13772 GLshort t;
13773 GLshort r;
13776 struct glMultiTexCoord3sv_params
13778 TEB *teb;
13779 GLenum target;
13780 const GLshort *v;
13783 struct glMultiTexCoord3svARB_params
13785 TEB *teb;
13786 GLenum target;
13787 const GLshort *v;
13790 struct glMultiTexCoord3svSGIS_params
13792 TEB *teb;
13793 GLenum target;
13794 GLshort * v;
13797 struct glMultiTexCoord3xOES_params
13799 TEB *teb;
13800 GLenum texture;
13801 GLfixed s;
13802 GLfixed t;
13803 GLfixed r;
13806 struct glMultiTexCoord3xvOES_params
13808 TEB *teb;
13809 GLenum texture;
13810 const GLfixed *coords;
13813 struct glMultiTexCoord4bOES_params
13815 TEB *teb;
13816 GLenum texture;
13817 GLbyte s;
13818 GLbyte t;
13819 GLbyte r;
13820 GLbyte q;
13823 struct glMultiTexCoord4bvOES_params
13825 TEB *teb;
13826 GLenum texture;
13827 const GLbyte *coords;
13830 struct glMultiTexCoord4d_params
13832 TEB *teb;
13833 GLenum target;
13834 GLdouble s;
13835 GLdouble t;
13836 GLdouble r;
13837 GLdouble q;
13840 struct glMultiTexCoord4dARB_params
13842 TEB *teb;
13843 GLenum target;
13844 GLdouble s;
13845 GLdouble t;
13846 GLdouble r;
13847 GLdouble q;
13850 struct glMultiTexCoord4dSGIS_params
13852 TEB *teb;
13853 GLenum target;
13854 GLdouble s;
13855 GLdouble t;
13856 GLdouble r;
13857 GLdouble q;
13860 struct glMultiTexCoord4dv_params
13862 TEB *teb;
13863 GLenum target;
13864 const GLdouble *v;
13867 struct glMultiTexCoord4dvARB_params
13869 TEB *teb;
13870 GLenum target;
13871 const GLdouble *v;
13874 struct glMultiTexCoord4dvSGIS_params
13876 TEB *teb;
13877 GLenum target;
13878 GLdouble * v;
13881 struct glMultiTexCoord4f_params
13883 TEB *teb;
13884 GLenum target;
13885 GLfloat s;
13886 GLfloat t;
13887 GLfloat r;
13888 GLfloat q;
13891 struct glMultiTexCoord4fARB_params
13893 TEB *teb;
13894 GLenum target;
13895 GLfloat s;
13896 GLfloat t;
13897 GLfloat r;
13898 GLfloat q;
13901 struct glMultiTexCoord4fSGIS_params
13903 TEB *teb;
13904 GLenum target;
13905 GLfloat s;
13906 GLfloat t;
13907 GLfloat r;
13908 GLfloat q;
13911 struct glMultiTexCoord4fv_params
13913 TEB *teb;
13914 GLenum target;
13915 const GLfloat *v;
13918 struct glMultiTexCoord4fvARB_params
13920 TEB *teb;
13921 GLenum target;
13922 const GLfloat *v;
13925 struct glMultiTexCoord4fvSGIS_params
13927 TEB *teb;
13928 GLenum target;
13929 GLfloat * v;
13932 struct glMultiTexCoord4hNV_params
13934 TEB *teb;
13935 GLenum target;
13936 GLhalfNV s;
13937 GLhalfNV t;
13938 GLhalfNV r;
13939 GLhalfNV q;
13942 struct glMultiTexCoord4hvNV_params
13944 TEB *teb;
13945 GLenum target;
13946 const GLhalfNV *v;
13949 struct glMultiTexCoord4i_params
13951 TEB *teb;
13952 GLenum target;
13953 GLint s;
13954 GLint t;
13955 GLint r;
13956 GLint q;
13959 struct glMultiTexCoord4iARB_params
13961 TEB *teb;
13962 GLenum target;
13963 GLint s;
13964 GLint t;
13965 GLint r;
13966 GLint q;
13969 struct glMultiTexCoord4iSGIS_params
13971 TEB *teb;
13972 GLenum target;
13973 GLint s;
13974 GLint t;
13975 GLint r;
13976 GLint q;
13979 struct glMultiTexCoord4iv_params
13981 TEB *teb;
13982 GLenum target;
13983 const GLint *v;
13986 struct glMultiTexCoord4ivARB_params
13988 TEB *teb;
13989 GLenum target;
13990 const GLint *v;
13993 struct glMultiTexCoord4ivSGIS_params
13995 TEB *teb;
13996 GLenum target;
13997 GLint * v;
14000 struct glMultiTexCoord4s_params
14002 TEB *teb;
14003 GLenum target;
14004 GLshort s;
14005 GLshort t;
14006 GLshort r;
14007 GLshort q;
14010 struct glMultiTexCoord4sARB_params
14012 TEB *teb;
14013 GLenum target;
14014 GLshort s;
14015 GLshort t;
14016 GLshort r;
14017 GLshort q;
14020 struct glMultiTexCoord4sSGIS_params
14022 TEB *teb;
14023 GLenum target;
14024 GLshort s;
14025 GLshort t;
14026 GLshort r;
14027 GLshort q;
14030 struct glMultiTexCoord4sv_params
14032 TEB *teb;
14033 GLenum target;
14034 const GLshort *v;
14037 struct glMultiTexCoord4svARB_params
14039 TEB *teb;
14040 GLenum target;
14041 const GLshort *v;
14044 struct glMultiTexCoord4svSGIS_params
14046 TEB *teb;
14047 GLenum target;
14048 GLshort * v;
14051 struct glMultiTexCoord4xOES_params
14053 TEB *teb;
14054 GLenum texture;
14055 GLfixed s;
14056 GLfixed t;
14057 GLfixed r;
14058 GLfixed q;
14061 struct glMultiTexCoord4xvOES_params
14063 TEB *teb;
14064 GLenum texture;
14065 const GLfixed *coords;
14068 struct glMultiTexCoordP1ui_params
14070 TEB *teb;
14071 GLenum texture;
14072 GLenum type;
14073 GLuint coords;
14076 struct glMultiTexCoordP1uiv_params
14078 TEB *teb;
14079 GLenum texture;
14080 GLenum type;
14081 const GLuint *coords;
14084 struct glMultiTexCoordP2ui_params
14086 TEB *teb;
14087 GLenum texture;
14088 GLenum type;
14089 GLuint coords;
14092 struct glMultiTexCoordP2uiv_params
14094 TEB *teb;
14095 GLenum texture;
14096 GLenum type;
14097 const GLuint *coords;
14100 struct glMultiTexCoordP3ui_params
14102 TEB *teb;
14103 GLenum texture;
14104 GLenum type;
14105 GLuint coords;
14108 struct glMultiTexCoordP3uiv_params
14110 TEB *teb;
14111 GLenum texture;
14112 GLenum type;
14113 const GLuint *coords;
14116 struct glMultiTexCoordP4ui_params
14118 TEB *teb;
14119 GLenum texture;
14120 GLenum type;
14121 GLuint coords;
14124 struct glMultiTexCoordP4uiv_params
14126 TEB *teb;
14127 GLenum texture;
14128 GLenum type;
14129 const GLuint *coords;
14132 struct glMultiTexCoordPointerEXT_params
14134 TEB *teb;
14135 GLenum texunit;
14136 GLint size;
14137 GLenum type;
14138 GLsizei stride;
14139 const void *pointer;
14142 struct glMultiTexCoordPointerSGIS_params
14144 TEB *teb;
14145 GLenum target;
14146 GLint size;
14147 GLenum type;
14148 GLsizei stride;
14149 GLvoid * pointer;
14152 struct glMultiTexEnvfEXT_params
14154 TEB *teb;
14155 GLenum texunit;
14156 GLenum target;
14157 GLenum pname;
14158 GLfloat param;
14161 struct glMultiTexEnvfvEXT_params
14163 TEB *teb;
14164 GLenum texunit;
14165 GLenum target;
14166 GLenum pname;
14167 const GLfloat *params;
14170 struct glMultiTexEnviEXT_params
14172 TEB *teb;
14173 GLenum texunit;
14174 GLenum target;
14175 GLenum pname;
14176 GLint param;
14179 struct glMultiTexEnvivEXT_params
14181 TEB *teb;
14182 GLenum texunit;
14183 GLenum target;
14184 GLenum pname;
14185 const GLint *params;
14188 struct glMultiTexGendEXT_params
14190 TEB *teb;
14191 GLenum texunit;
14192 GLenum coord;
14193 GLenum pname;
14194 GLdouble param;
14197 struct glMultiTexGendvEXT_params
14199 TEB *teb;
14200 GLenum texunit;
14201 GLenum coord;
14202 GLenum pname;
14203 const GLdouble *params;
14206 struct glMultiTexGenfEXT_params
14208 TEB *teb;
14209 GLenum texunit;
14210 GLenum coord;
14211 GLenum pname;
14212 GLfloat param;
14215 struct glMultiTexGenfvEXT_params
14217 TEB *teb;
14218 GLenum texunit;
14219 GLenum coord;
14220 GLenum pname;
14221 const GLfloat *params;
14224 struct glMultiTexGeniEXT_params
14226 TEB *teb;
14227 GLenum texunit;
14228 GLenum coord;
14229 GLenum pname;
14230 GLint param;
14233 struct glMultiTexGenivEXT_params
14235 TEB *teb;
14236 GLenum texunit;
14237 GLenum coord;
14238 GLenum pname;
14239 const GLint *params;
14242 struct glMultiTexImage1DEXT_params
14244 TEB *teb;
14245 GLenum texunit;
14246 GLenum target;
14247 GLint level;
14248 GLint internalformat;
14249 GLsizei width;
14250 GLint border;
14251 GLenum format;
14252 GLenum type;
14253 const void *pixels;
14256 struct glMultiTexImage2DEXT_params
14258 TEB *teb;
14259 GLenum texunit;
14260 GLenum target;
14261 GLint level;
14262 GLint internalformat;
14263 GLsizei width;
14264 GLsizei height;
14265 GLint border;
14266 GLenum format;
14267 GLenum type;
14268 const void *pixels;
14271 struct glMultiTexImage3DEXT_params
14273 TEB *teb;
14274 GLenum texunit;
14275 GLenum target;
14276 GLint level;
14277 GLint internalformat;
14278 GLsizei width;
14279 GLsizei height;
14280 GLsizei depth;
14281 GLint border;
14282 GLenum format;
14283 GLenum type;
14284 const void *pixels;
14287 struct glMultiTexParameterIivEXT_params
14289 TEB *teb;
14290 GLenum texunit;
14291 GLenum target;
14292 GLenum pname;
14293 const GLint *params;
14296 struct glMultiTexParameterIuivEXT_params
14298 TEB *teb;
14299 GLenum texunit;
14300 GLenum target;
14301 GLenum pname;
14302 const GLuint *params;
14305 struct glMultiTexParameterfEXT_params
14307 TEB *teb;
14308 GLenum texunit;
14309 GLenum target;
14310 GLenum pname;
14311 GLfloat param;
14314 struct glMultiTexParameterfvEXT_params
14316 TEB *teb;
14317 GLenum texunit;
14318 GLenum target;
14319 GLenum pname;
14320 const GLfloat *params;
14323 struct glMultiTexParameteriEXT_params
14325 TEB *teb;
14326 GLenum texunit;
14327 GLenum target;
14328 GLenum pname;
14329 GLint param;
14332 struct glMultiTexParameterivEXT_params
14334 TEB *teb;
14335 GLenum texunit;
14336 GLenum target;
14337 GLenum pname;
14338 const GLint *params;
14341 struct glMultiTexRenderbufferEXT_params
14343 TEB *teb;
14344 GLenum texunit;
14345 GLenum target;
14346 GLuint renderbuffer;
14349 struct glMultiTexSubImage1DEXT_params
14351 TEB *teb;
14352 GLenum texunit;
14353 GLenum target;
14354 GLint level;
14355 GLint xoffset;
14356 GLsizei width;
14357 GLenum format;
14358 GLenum type;
14359 const void *pixels;
14362 struct glMultiTexSubImage2DEXT_params
14364 TEB *teb;
14365 GLenum texunit;
14366 GLenum target;
14367 GLint level;
14368 GLint xoffset;
14369 GLint yoffset;
14370 GLsizei width;
14371 GLsizei height;
14372 GLenum format;
14373 GLenum type;
14374 const void *pixels;
14377 struct glMultiTexSubImage3DEXT_params
14379 TEB *teb;
14380 GLenum texunit;
14381 GLenum target;
14382 GLint level;
14383 GLint xoffset;
14384 GLint yoffset;
14385 GLint zoffset;
14386 GLsizei width;
14387 GLsizei height;
14388 GLsizei depth;
14389 GLenum format;
14390 GLenum type;
14391 const void *pixels;
14394 struct glMulticastBarrierNV_params
14396 TEB *teb;
14399 struct glMulticastBlitFramebufferNV_params
14401 TEB *teb;
14402 GLuint srcGpu;
14403 GLuint dstGpu;
14404 GLint srcX0;
14405 GLint srcY0;
14406 GLint srcX1;
14407 GLint srcY1;
14408 GLint dstX0;
14409 GLint dstY0;
14410 GLint dstX1;
14411 GLint dstY1;
14412 GLbitfield mask;
14413 GLenum filter;
14416 struct glMulticastBufferSubDataNV_params
14418 TEB *teb;
14419 GLbitfield gpuMask;
14420 GLuint buffer;
14421 GLintptr offset;
14422 GLsizeiptr size;
14423 const void *data;
14426 struct glMulticastCopyBufferSubDataNV_params
14428 TEB *teb;
14429 GLuint readGpu;
14430 GLbitfield writeGpuMask;
14431 GLuint readBuffer;
14432 GLuint writeBuffer;
14433 GLintptr readOffset;
14434 GLintptr writeOffset;
14435 GLsizeiptr size;
14438 struct glMulticastCopyImageSubDataNV_params
14440 TEB *teb;
14441 GLuint srcGpu;
14442 GLbitfield dstGpuMask;
14443 GLuint srcName;
14444 GLenum srcTarget;
14445 GLint srcLevel;
14446 GLint srcX;
14447 GLint srcY;
14448 GLint srcZ;
14449 GLuint dstName;
14450 GLenum dstTarget;
14451 GLint dstLevel;
14452 GLint dstX;
14453 GLint dstY;
14454 GLint dstZ;
14455 GLsizei srcWidth;
14456 GLsizei srcHeight;
14457 GLsizei srcDepth;
14460 struct glMulticastFramebufferSampleLocationsfvNV_params
14462 TEB *teb;
14463 GLuint gpu;
14464 GLuint framebuffer;
14465 GLuint start;
14466 GLsizei count;
14467 const GLfloat *v;
14470 struct glMulticastGetQueryObjecti64vNV_params
14472 TEB *teb;
14473 GLuint gpu;
14474 GLuint id;
14475 GLenum pname;
14476 GLint64 *params;
14479 struct glMulticastGetQueryObjectivNV_params
14481 TEB *teb;
14482 GLuint gpu;
14483 GLuint id;
14484 GLenum pname;
14485 GLint *params;
14488 struct glMulticastGetQueryObjectui64vNV_params
14490 TEB *teb;
14491 GLuint gpu;
14492 GLuint id;
14493 GLenum pname;
14494 GLuint64 *params;
14497 struct glMulticastGetQueryObjectuivNV_params
14499 TEB *teb;
14500 GLuint gpu;
14501 GLuint id;
14502 GLenum pname;
14503 GLuint *params;
14506 struct glMulticastScissorArrayvNVX_params
14508 TEB *teb;
14509 GLuint gpu;
14510 GLuint first;
14511 GLsizei count;
14512 const GLint *v;
14515 struct glMulticastViewportArrayvNVX_params
14517 TEB *teb;
14518 GLuint gpu;
14519 GLuint first;
14520 GLsizei count;
14521 const GLfloat *v;
14524 struct glMulticastViewportPositionWScaleNVX_params
14526 TEB *teb;
14527 GLuint gpu;
14528 GLuint index;
14529 GLfloat xcoeff;
14530 GLfloat ycoeff;
14533 struct glMulticastWaitSyncNV_params
14535 TEB *teb;
14536 GLuint signalGpu;
14537 GLbitfield waitGpuMask;
14540 struct glNamedBufferAttachMemoryNV_params
14542 TEB *teb;
14543 GLuint buffer;
14544 GLuint memory;
14545 GLuint64 offset;
14548 struct glNamedBufferData_params
14550 TEB *teb;
14551 GLuint buffer;
14552 GLsizeiptr size;
14553 const void *data;
14554 GLenum usage;
14557 struct glNamedBufferDataEXT_params
14559 TEB *teb;
14560 GLuint buffer;
14561 GLsizeiptr size;
14562 const void *data;
14563 GLenum usage;
14566 struct glNamedBufferPageCommitmentARB_params
14568 TEB *teb;
14569 GLuint buffer;
14570 GLintptr offset;
14571 GLsizeiptr size;
14572 GLboolean commit;
14575 struct glNamedBufferPageCommitmentEXT_params
14577 TEB *teb;
14578 GLuint buffer;
14579 GLintptr offset;
14580 GLsizeiptr size;
14581 GLboolean commit;
14584 struct glNamedBufferStorage_params
14586 TEB *teb;
14587 GLuint buffer;
14588 GLsizeiptr size;
14589 const void *data;
14590 GLbitfield flags;
14593 struct glNamedBufferStorageEXT_params
14595 TEB *teb;
14596 GLuint buffer;
14597 GLsizeiptr size;
14598 const void *data;
14599 GLbitfield flags;
14602 struct glNamedBufferStorageExternalEXT_params
14604 TEB *teb;
14605 GLuint buffer;
14606 GLintptr offset;
14607 GLsizeiptr size;
14608 GLeglClientBufferEXT clientBuffer;
14609 GLbitfield flags;
14612 struct glNamedBufferStorageMemEXT_params
14614 TEB *teb;
14615 GLuint buffer;
14616 GLsizeiptr size;
14617 GLuint memory;
14618 GLuint64 offset;
14621 struct glNamedBufferSubData_params
14623 TEB *teb;
14624 GLuint buffer;
14625 GLintptr offset;
14626 GLsizeiptr size;
14627 const void *data;
14630 struct glNamedBufferSubDataEXT_params
14632 TEB *teb;
14633 GLuint buffer;
14634 GLintptr offset;
14635 GLsizeiptr size;
14636 const void *data;
14639 struct glNamedCopyBufferSubDataEXT_params
14641 TEB *teb;
14642 GLuint readBuffer;
14643 GLuint writeBuffer;
14644 GLintptr readOffset;
14645 GLintptr writeOffset;
14646 GLsizeiptr size;
14649 struct glNamedFramebufferDrawBuffer_params
14651 TEB *teb;
14652 GLuint framebuffer;
14653 GLenum buf;
14656 struct glNamedFramebufferDrawBuffers_params
14658 TEB *teb;
14659 GLuint framebuffer;
14660 GLsizei n;
14661 const GLenum *bufs;
14664 struct glNamedFramebufferParameteri_params
14666 TEB *teb;
14667 GLuint framebuffer;
14668 GLenum pname;
14669 GLint param;
14672 struct glNamedFramebufferParameteriEXT_params
14674 TEB *teb;
14675 GLuint framebuffer;
14676 GLenum pname;
14677 GLint param;
14680 struct glNamedFramebufferReadBuffer_params
14682 TEB *teb;
14683 GLuint framebuffer;
14684 GLenum src;
14687 struct glNamedFramebufferRenderbuffer_params
14689 TEB *teb;
14690 GLuint framebuffer;
14691 GLenum attachment;
14692 GLenum renderbuffertarget;
14693 GLuint renderbuffer;
14696 struct glNamedFramebufferRenderbufferEXT_params
14698 TEB *teb;
14699 GLuint framebuffer;
14700 GLenum attachment;
14701 GLenum renderbuffertarget;
14702 GLuint renderbuffer;
14705 struct glNamedFramebufferSampleLocationsfvARB_params
14707 TEB *teb;
14708 GLuint framebuffer;
14709 GLuint start;
14710 GLsizei count;
14711 const GLfloat *v;
14714 struct glNamedFramebufferSampleLocationsfvNV_params
14716 TEB *teb;
14717 GLuint framebuffer;
14718 GLuint start;
14719 GLsizei count;
14720 const GLfloat *v;
14723 struct glNamedFramebufferSamplePositionsfvAMD_params
14725 TEB *teb;
14726 GLuint framebuffer;
14727 GLuint numsamples;
14728 GLuint pixelindex;
14729 const GLfloat *values;
14732 struct glNamedFramebufferTexture_params
14734 TEB *teb;
14735 GLuint framebuffer;
14736 GLenum attachment;
14737 GLuint texture;
14738 GLint level;
14741 struct glNamedFramebufferTexture1DEXT_params
14743 TEB *teb;
14744 GLuint framebuffer;
14745 GLenum attachment;
14746 GLenum textarget;
14747 GLuint texture;
14748 GLint level;
14751 struct glNamedFramebufferTexture2DEXT_params
14753 TEB *teb;
14754 GLuint framebuffer;
14755 GLenum attachment;
14756 GLenum textarget;
14757 GLuint texture;
14758 GLint level;
14761 struct glNamedFramebufferTexture3DEXT_params
14763 TEB *teb;
14764 GLuint framebuffer;
14765 GLenum attachment;
14766 GLenum textarget;
14767 GLuint texture;
14768 GLint level;
14769 GLint zoffset;
14772 struct glNamedFramebufferTextureEXT_params
14774 TEB *teb;
14775 GLuint framebuffer;
14776 GLenum attachment;
14777 GLuint texture;
14778 GLint level;
14781 struct glNamedFramebufferTextureFaceEXT_params
14783 TEB *teb;
14784 GLuint framebuffer;
14785 GLenum attachment;
14786 GLuint texture;
14787 GLint level;
14788 GLenum face;
14791 struct glNamedFramebufferTextureLayer_params
14793 TEB *teb;
14794 GLuint framebuffer;
14795 GLenum attachment;
14796 GLuint texture;
14797 GLint level;
14798 GLint layer;
14801 struct glNamedFramebufferTextureLayerEXT_params
14803 TEB *teb;
14804 GLuint framebuffer;
14805 GLenum attachment;
14806 GLuint texture;
14807 GLint level;
14808 GLint layer;
14811 struct glNamedProgramLocalParameter4dEXT_params
14813 TEB *teb;
14814 GLuint program;
14815 GLenum target;
14816 GLuint index;
14817 GLdouble x;
14818 GLdouble y;
14819 GLdouble z;
14820 GLdouble w;
14823 struct glNamedProgramLocalParameter4dvEXT_params
14825 TEB *teb;
14826 GLuint program;
14827 GLenum target;
14828 GLuint index;
14829 const GLdouble *params;
14832 struct glNamedProgramLocalParameter4fEXT_params
14834 TEB *teb;
14835 GLuint program;
14836 GLenum target;
14837 GLuint index;
14838 GLfloat x;
14839 GLfloat y;
14840 GLfloat z;
14841 GLfloat w;
14844 struct glNamedProgramLocalParameter4fvEXT_params
14846 TEB *teb;
14847 GLuint program;
14848 GLenum target;
14849 GLuint index;
14850 const GLfloat *params;
14853 struct glNamedProgramLocalParameterI4iEXT_params
14855 TEB *teb;
14856 GLuint program;
14857 GLenum target;
14858 GLuint index;
14859 GLint x;
14860 GLint y;
14861 GLint z;
14862 GLint w;
14865 struct glNamedProgramLocalParameterI4ivEXT_params
14867 TEB *teb;
14868 GLuint program;
14869 GLenum target;
14870 GLuint index;
14871 const GLint *params;
14874 struct glNamedProgramLocalParameterI4uiEXT_params
14876 TEB *teb;
14877 GLuint program;
14878 GLenum target;
14879 GLuint index;
14880 GLuint x;
14881 GLuint y;
14882 GLuint z;
14883 GLuint w;
14886 struct glNamedProgramLocalParameterI4uivEXT_params
14888 TEB *teb;
14889 GLuint program;
14890 GLenum target;
14891 GLuint index;
14892 const GLuint *params;
14895 struct glNamedProgramLocalParameters4fvEXT_params
14897 TEB *teb;
14898 GLuint program;
14899 GLenum target;
14900 GLuint index;
14901 GLsizei count;
14902 const GLfloat *params;
14905 struct glNamedProgramLocalParametersI4ivEXT_params
14907 TEB *teb;
14908 GLuint program;
14909 GLenum target;
14910 GLuint index;
14911 GLsizei count;
14912 const GLint *params;
14915 struct glNamedProgramLocalParametersI4uivEXT_params
14917 TEB *teb;
14918 GLuint program;
14919 GLenum target;
14920 GLuint index;
14921 GLsizei count;
14922 const GLuint *params;
14925 struct glNamedProgramStringEXT_params
14927 TEB *teb;
14928 GLuint program;
14929 GLenum target;
14930 GLenum format;
14931 GLsizei len;
14932 const void *string;
14935 struct glNamedRenderbufferStorage_params
14937 TEB *teb;
14938 GLuint renderbuffer;
14939 GLenum internalformat;
14940 GLsizei width;
14941 GLsizei height;
14944 struct glNamedRenderbufferStorageEXT_params
14946 TEB *teb;
14947 GLuint renderbuffer;
14948 GLenum internalformat;
14949 GLsizei width;
14950 GLsizei height;
14953 struct glNamedRenderbufferStorageMultisample_params
14955 TEB *teb;
14956 GLuint renderbuffer;
14957 GLsizei samples;
14958 GLenum internalformat;
14959 GLsizei width;
14960 GLsizei height;
14963 struct glNamedRenderbufferStorageMultisampleAdvancedAMD_params
14965 TEB *teb;
14966 GLuint renderbuffer;
14967 GLsizei samples;
14968 GLsizei storageSamples;
14969 GLenum internalformat;
14970 GLsizei width;
14971 GLsizei height;
14974 struct glNamedRenderbufferStorageMultisampleCoverageEXT_params
14976 TEB *teb;
14977 GLuint renderbuffer;
14978 GLsizei coverageSamples;
14979 GLsizei colorSamples;
14980 GLenum internalformat;
14981 GLsizei width;
14982 GLsizei height;
14985 struct glNamedRenderbufferStorageMultisampleEXT_params
14987 TEB *teb;
14988 GLuint renderbuffer;
14989 GLsizei samples;
14990 GLenum internalformat;
14991 GLsizei width;
14992 GLsizei height;
14995 struct glNamedStringARB_params
14997 TEB *teb;
14998 GLenum type;
14999 GLint namelen;
15000 const GLchar *name;
15001 GLint stringlen;
15002 const GLchar *string;
15005 struct glNewBufferRegion_params
15007 TEB *teb;
15008 GLenum type;
15009 GLuint ret;
15012 struct glNewObjectBufferATI_params
15014 TEB *teb;
15015 GLsizei size;
15016 const void *pointer;
15017 GLenum usage;
15018 GLuint ret;
15021 struct glNormal3fVertex3fSUN_params
15023 TEB *teb;
15024 GLfloat nx;
15025 GLfloat ny;
15026 GLfloat nz;
15027 GLfloat x;
15028 GLfloat y;
15029 GLfloat z;
15032 struct glNormal3fVertex3fvSUN_params
15034 TEB *teb;
15035 const GLfloat *n;
15036 const GLfloat *v;
15039 struct glNormal3hNV_params
15041 TEB *teb;
15042 GLhalfNV nx;
15043 GLhalfNV ny;
15044 GLhalfNV nz;
15047 struct glNormal3hvNV_params
15049 TEB *teb;
15050 const GLhalfNV *v;
15053 struct glNormal3xOES_params
15055 TEB *teb;
15056 GLfixed nx;
15057 GLfixed ny;
15058 GLfixed nz;
15061 struct glNormal3xvOES_params
15063 TEB *teb;
15064 const GLfixed *coords;
15067 struct glNormalFormatNV_params
15069 TEB *teb;
15070 GLenum type;
15071 GLsizei stride;
15074 struct glNormalP3ui_params
15076 TEB *teb;
15077 GLenum type;
15078 GLuint coords;
15081 struct glNormalP3uiv_params
15083 TEB *teb;
15084 GLenum type;
15085 const GLuint *coords;
15088 struct glNormalPointerEXT_params
15090 TEB *teb;
15091 GLenum type;
15092 GLsizei stride;
15093 GLsizei count;
15094 const void *pointer;
15097 struct glNormalPointerListIBM_params
15099 TEB *teb;
15100 GLenum type;
15101 GLint stride;
15102 const void **pointer;
15103 GLint ptrstride;
15106 struct glNormalPointervINTEL_params
15108 TEB *teb;
15109 GLenum type;
15110 const void **pointer;
15113 struct glNormalStream3bATI_params
15115 TEB *teb;
15116 GLenum stream;
15117 GLbyte nx;
15118 GLbyte ny;
15119 GLbyte nz;
15122 struct glNormalStream3bvATI_params
15124 TEB *teb;
15125 GLenum stream;
15126 const GLbyte *coords;
15129 struct glNormalStream3dATI_params
15131 TEB *teb;
15132 GLenum stream;
15133 GLdouble nx;
15134 GLdouble ny;
15135 GLdouble nz;
15138 struct glNormalStream3dvATI_params
15140 TEB *teb;
15141 GLenum stream;
15142 const GLdouble *coords;
15145 struct glNormalStream3fATI_params
15147 TEB *teb;
15148 GLenum stream;
15149 GLfloat nx;
15150 GLfloat ny;
15151 GLfloat nz;
15154 struct glNormalStream3fvATI_params
15156 TEB *teb;
15157 GLenum stream;
15158 const GLfloat *coords;
15161 struct glNormalStream3iATI_params
15163 TEB *teb;
15164 GLenum stream;
15165 GLint nx;
15166 GLint ny;
15167 GLint nz;
15170 struct glNormalStream3ivATI_params
15172 TEB *teb;
15173 GLenum stream;
15174 const GLint *coords;
15177 struct glNormalStream3sATI_params
15179 TEB *teb;
15180 GLenum stream;
15181 GLshort nx;
15182 GLshort ny;
15183 GLshort nz;
15186 struct glNormalStream3svATI_params
15188 TEB *teb;
15189 GLenum stream;
15190 const GLshort *coords;
15193 struct glObjectLabel_params
15195 TEB *teb;
15196 GLenum identifier;
15197 GLuint name;
15198 GLsizei length;
15199 const GLchar *label;
15202 struct glObjectPtrLabel_params
15204 TEB *teb;
15205 const void *ptr;
15206 GLsizei length;
15207 const GLchar *label;
15210 struct glObjectPurgeableAPPLE_params
15212 TEB *teb;
15213 GLenum objectType;
15214 GLuint name;
15215 GLenum option;
15216 GLenum ret;
15219 struct glObjectUnpurgeableAPPLE_params
15221 TEB *teb;
15222 GLenum objectType;
15223 GLuint name;
15224 GLenum option;
15225 GLenum ret;
15228 struct glOrthofOES_params
15230 TEB *teb;
15231 GLfloat l;
15232 GLfloat r;
15233 GLfloat b;
15234 GLfloat t;
15235 GLfloat n;
15236 GLfloat f;
15239 struct glOrthoxOES_params
15241 TEB *teb;
15242 GLfixed l;
15243 GLfixed r;
15244 GLfixed b;
15245 GLfixed t;
15246 GLfixed n;
15247 GLfixed f;
15250 struct glPNTrianglesfATI_params
15252 TEB *teb;
15253 GLenum pname;
15254 GLfloat param;
15257 struct glPNTrianglesiATI_params
15259 TEB *teb;
15260 GLenum pname;
15261 GLint param;
15264 struct glPassTexCoordATI_params
15266 TEB *teb;
15267 GLuint dst;
15268 GLuint coord;
15269 GLenum swizzle;
15272 struct glPassThroughxOES_params
15274 TEB *teb;
15275 GLfixed token;
15278 struct glPatchParameterfv_params
15280 TEB *teb;
15281 GLenum pname;
15282 const GLfloat *values;
15285 struct glPatchParameteri_params
15287 TEB *teb;
15288 GLenum pname;
15289 GLint value;
15292 struct glPathColorGenNV_params
15294 TEB *teb;
15295 GLenum color;
15296 GLenum genMode;
15297 GLenum colorFormat;
15298 const GLfloat *coeffs;
15301 struct glPathCommandsNV_params
15303 TEB *teb;
15304 GLuint path;
15305 GLsizei numCommands;
15306 const GLubyte *commands;
15307 GLsizei numCoords;
15308 GLenum coordType;
15309 const void *coords;
15312 struct glPathCoordsNV_params
15314 TEB *teb;
15315 GLuint path;
15316 GLsizei numCoords;
15317 GLenum coordType;
15318 const void *coords;
15321 struct glPathCoverDepthFuncNV_params
15323 TEB *teb;
15324 GLenum func;
15327 struct glPathDashArrayNV_params
15329 TEB *teb;
15330 GLuint path;
15331 GLsizei dashCount;
15332 const GLfloat *dashArray;
15335 struct glPathFogGenNV_params
15337 TEB *teb;
15338 GLenum genMode;
15341 struct glPathGlyphIndexArrayNV_params
15343 TEB *teb;
15344 GLuint firstPathName;
15345 GLenum fontTarget;
15346 const void *fontName;
15347 GLbitfield fontStyle;
15348 GLuint firstGlyphIndex;
15349 GLsizei numGlyphs;
15350 GLuint pathParameterTemplate;
15351 GLfloat emScale;
15352 GLenum ret;
15355 struct glPathGlyphIndexRangeNV_params
15357 TEB *teb;
15358 GLenum fontTarget;
15359 const void *fontName;
15360 GLbitfield fontStyle;
15361 GLuint pathParameterTemplate;
15362 GLfloat emScale;
15363 GLuint baseAndCount[2];
15364 GLenum ret;
15367 struct glPathGlyphRangeNV_params
15369 TEB *teb;
15370 GLuint firstPathName;
15371 GLenum fontTarget;
15372 const void *fontName;
15373 GLbitfield fontStyle;
15374 GLuint firstGlyph;
15375 GLsizei numGlyphs;
15376 GLenum handleMissingGlyphs;
15377 GLuint pathParameterTemplate;
15378 GLfloat emScale;
15381 struct glPathGlyphsNV_params
15383 TEB *teb;
15384 GLuint firstPathName;
15385 GLenum fontTarget;
15386 const void *fontName;
15387 GLbitfield fontStyle;
15388 GLsizei numGlyphs;
15389 GLenum type;
15390 const void *charcodes;
15391 GLenum handleMissingGlyphs;
15392 GLuint pathParameterTemplate;
15393 GLfloat emScale;
15396 struct glPathMemoryGlyphIndexArrayNV_params
15398 TEB *teb;
15399 GLuint firstPathName;
15400 GLenum fontTarget;
15401 GLsizeiptr fontSize;
15402 const void *fontData;
15403 GLsizei faceIndex;
15404 GLuint firstGlyphIndex;
15405 GLsizei numGlyphs;
15406 GLuint pathParameterTemplate;
15407 GLfloat emScale;
15408 GLenum ret;
15411 struct glPathParameterfNV_params
15413 TEB *teb;
15414 GLuint path;
15415 GLenum pname;
15416 GLfloat value;
15419 struct glPathParameterfvNV_params
15421 TEB *teb;
15422 GLuint path;
15423 GLenum pname;
15424 const GLfloat *value;
15427 struct glPathParameteriNV_params
15429 TEB *teb;
15430 GLuint path;
15431 GLenum pname;
15432 GLint value;
15435 struct glPathParameterivNV_params
15437 TEB *teb;
15438 GLuint path;
15439 GLenum pname;
15440 const GLint *value;
15443 struct glPathStencilDepthOffsetNV_params
15445 TEB *teb;
15446 GLfloat factor;
15447 GLfloat units;
15450 struct glPathStencilFuncNV_params
15452 TEB *teb;
15453 GLenum func;
15454 GLint ref;
15455 GLuint mask;
15458 struct glPathStringNV_params
15460 TEB *teb;
15461 GLuint path;
15462 GLenum format;
15463 GLsizei length;
15464 const void *pathString;
15467 struct glPathSubCommandsNV_params
15469 TEB *teb;
15470 GLuint path;
15471 GLsizei commandStart;
15472 GLsizei commandsToDelete;
15473 GLsizei numCommands;
15474 const GLubyte *commands;
15475 GLsizei numCoords;
15476 GLenum coordType;
15477 const void *coords;
15480 struct glPathSubCoordsNV_params
15482 TEB *teb;
15483 GLuint path;
15484 GLsizei coordStart;
15485 GLsizei numCoords;
15486 GLenum coordType;
15487 const void *coords;
15490 struct glPathTexGenNV_params
15492 TEB *teb;
15493 GLenum texCoordSet;
15494 GLenum genMode;
15495 GLint components;
15496 const GLfloat *coeffs;
15499 struct glPauseTransformFeedback_params
15501 TEB *teb;
15504 struct glPauseTransformFeedbackNV_params
15506 TEB *teb;
15509 struct glPixelDataRangeNV_params
15511 TEB *teb;
15512 GLenum target;
15513 GLsizei length;
15514 const void *pointer;
15517 struct glPixelMapx_params
15519 TEB *teb;
15520 GLenum map;
15521 GLint size;
15522 const GLfixed *values;
15525 struct glPixelStorex_params
15527 TEB *teb;
15528 GLenum pname;
15529 GLfixed param;
15532 struct glPixelTexGenParameterfSGIS_params
15534 TEB *teb;
15535 GLenum pname;
15536 GLfloat param;
15539 struct glPixelTexGenParameterfvSGIS_params
15541 TEB *teb;
15542 GLenum pname;
15543 const GLfloat *params;
15546 struct glPixelTexGenParameteriSGIS_params
15548 TEB *teb;
15549 GLenum pname;
15550 GLint param;
15553 struct glPixelTexGenParameterivSGIS_params
15555 TEB *teb;
15556 GLenum pname;
15557 const GLint *params;
15560 struct glPixelTexGenSGIX_params
15562 TEB *teb;
15563 GLenum mode;
15566 struct glPixelTransferxOES_params
15568 TEB *teb;
15569 GLenum pname;
15570 GLfixed param;
15573 struct glPixelTransformParameterfEXT_params
15575 TEB *teb;
15576 GLenum target;
15577 GLenum pname;
15578 GLfloat param;
15581 struct glPixelTransformParameterfvEXT_params
15583 TEB *teb;
15584 GLenum target;
15585 GLenum pname;
15586 const GLfloat *params;
15589 struct glPixelTransformParameteriEXT_params
15591 TEB *teb;
15592 GLenum target;
15593 GLenum pname;
15594 GLint param;
15597 struct glPixelTransformParameterivEXT_params
15599 TEB *teb;
15600 GLenum target;
15601 GLenum pname;
15602 const GLint *params;
15605 struct glPixelZoomxOES_params
15607 TEB *teb;
15608 GLfixed xfactor;
15609 GLfixed yfactor;
15612 struct glPointAlongPathNV_params
15614 TEB *teb;
15615 GLuint path;
15616 GLsizei startSegment;
15617 GLsizei numSegments;
15618 GLfloat distance;
15619 GLfloat *x;
15620 GLfloat *y;
15621 GLfloat *tangentX;
15622 GLfloat *tangentY;
15623 GLboolean ret;
15626 struct glPointParameterf_params
15628 TEB *teb;
15629 GLenum pname;
15630 GLfloat param;
15633 struct glPointParameterfARB_params
15635 TEB *teb;
15636 GLenum pname;
15637 GLfloat param;
15640 struct glPointParameterfEXT_params
15642 TEB *teb;
15643 GLenum pname;
15644 GLfloat param;
15647 struct glPointParameterfSGIS_params
15649 TEB *teb;
15650 GLenum pname;
15651 GLfloat param;
15654 struct glPointParameterfv_params
15656 TEB *teb;
15657 GLenum pname;
15658 const GLfloat *params;
15661 struct glPointParameterfvARB_params
15663 TEB *teb;
15664 GLenum pname;
15665 const GLfloat *params;
15668 struct glPointParameterfvEXT_params
15670 TEB *teb;
15671 GLenum pname;
15672 const GLfloat *params;
15675 struct glPointParameterfvSGIS_params
15677 TEB *teb;
15678 GLenum pname;
15679 const GLfloat *params;
15682 struct glPointParameteri_params
15684 TEB *teb;
15685 GLenum pname;
15686 GLint param;
15689 struct glPointParameteriNV_params
15691 TEB *teb;
15692 GLenum pname;
15693 GLint param;
15696 struct glPointParameteriv_params
15698 TEB *teb;
15699 GLenum pname;
15700 const GLint *params;
15703 struct glPointParameterivNV_params
15705 TEB *teb;
15706 GLenum pname;
15707 const GLint *params;
15710 struct glPointParameterxvOES_params
15712 TEB *teb;
15713 GLenum pname;
15714 const GLfixed *params;
15717 struct glPointSizexOES_params
15719 TEB *teb;
15720 GLfixed size;
15723 struct glPollAsyncSGIX_params
15725 TEB *teb;
15726 GLuint *markerp;
15727 GLint ret;
15730 struct glPollInstrumentsSGIX_params
15732 TEB *teb;
15733 GLint *marker_p;
15734 GLint ret;
15737 struct glPolygonOffsetClamp_params
15739 TEB *teb;
15740 GLfloat factor;
15741 GLfloat units;
15742 GLfloat clamp;
15745 struct glPolygonOffsetClampEXT_params
15747 TEB *teb;
15748 GLfloat factor;
15749 GLfloat units;
15750 GLfloat clamp;
15753 struct glPolygonOffsetEXT_params
15755 TEB *teb;
15756 GLfloat factor;
15757 GLfloat bias;
15760 struct glPolygonOffsetxOES_params
15762 TEB *teb;
15763 GLfixed factor;
15764 GLfixed units;
15767 struct glPopDebugGroup_params
15769 TEB *teb;
15772 struct glPopGroupMarkerEXT_params
15774 TEB *teb;
15777 struct glPresentFrameDualFillNV_params
15779 TEB *teb;
15780 GLuint video_slot;
15781 GLuint64EXT minPresentTime;
15782 GLuint beginPresentTimeId;
15783 GLuint presentDurationId;
15784 GLenum type;
15785 GLenum target0;
15786 GLuint fill0;
15787 GLenum target1;
15788 GLuint fill1;
15789 GLenum target2;
15790 GLuint fill2;
15791 GLenum target3;
15792 GLuint fill3;
15795 struct glPresentFrameKeyedNV_params
15797 TEB *teb;
15798 GLuint video_slot;
15799 GLuint64EXT minPresentTime;
15800 GLuint beginPresentTimeId;
15801 GLuint presentDurationId;
15802 GLenum type;
15803 GLenum target0;
15804 GLuint fill0;
15805 GLuint key0;
15806 GLenum target1;
15807 GLuint fill1;
15808 GLuint key1;
15811 struct glPrimitiveBoundingBoxARB_params
15813 TEB *teb;
15814 GLfloat minX;
15815 GLfloat minY;
15816 GLfloat minZ;
15817 GLfloat minW;
15818 GLfloat maxX;
15819 GLfloat maxY;
15820 GLfloat maxZ;
15821 GLfloat maxW;
15824 struct glPrimitiveRestartIndex_params
15826 TEB *teb;
15827 GLuint index;
15830 struct glPrimitiveRestartIndexNV_params
15832 TEB *teb;
15833 GLuint index;
15836 struct glPrimitiveRestartNV_params
15838 TEB *teb;
15841 struct glPrioritizeTexturesEXT_params
15843 TEB *teb;
15844 GLsizei n;
15845 const GLuint *textures;
15846 const GLclampf *priorities;
15849 struct glPrioritizeTexturesxOES_params
15851 TEB *teb;
15852 GLsizei n;
15853 const GLuint *textures;
15854 const GLfixed *priorities;
15857 struct glProgramBinary_params
15859 TEB *teb;
15860 GLuint program;
15861 GLenum binaryFormat;
15862 const void *binary;
15863 GLsizei length;
15866 struct glProgramBufferParametersIivNV_params
15868 TEB *teb;
15869 GLenum target;
15870 GLuint bindingIndex;
15871 GLuint wordIndex;
15872 GLsizei count;
15873 const GLint *params;
15876 struct glProgramBufferParametersIuivNV_params
15878 TEB *teb;
15879 GLenum target;
15880 GLuint bindingIndex;
15881 GLuint wordIndex;
15882 GLsizei count;
15883 const GLuint *params;
15886 struct glProgramBufferParametersfvNV_params
15888 TEB *teb;
15889 GLenum target;
15890 GLuint bindingIndex;
15891 GLuint wordIndex;
15892 GLsizei count;
15893 const GLfloat *params;
15896 struct glProgramEnvParameter4dARB_params
15898 TEB *teb;
15899 GLenum target;
15900 GLuint index;
15901 GLdouble x;
15902 GLdouble y;
15903 GLdouble z;
15904 GLdouble w;
15907 struct glProgramEnvParameter4dvARB_params
15909 TEB *teb;
15910 GLenum target;
15911 GLuint index;
15912 const GLdouble *params;
15915 struct glProgramEnvParameter4fARB_params
15917 TEB *teb;
15918 GLenum target;
15919 GLuint index;
15920 GLfloat x;
15921 GLfloat y;
15922 GLfloat z;
15923 GLfloat w;
15926 struct glProgramEnvParameter4fvARB_params
15928 TEB *teb;
15929 GLenum target;
15930 GLuint index;
15931 const GLfloat *params;
15934 struct glProgramEnvParameterI4iNV_params
15936 TEB *teb;
15937 GLenum target;
15938 GLuint index;
15939 GLint x;
15940 GLint y;
15941 GLint z;
15942 GLint w;
15945 struct glProgramEnvParameterI4ivNV_params
15947 TEB *teb;
15948 GLenum target;
15949 GLuint index;
15950 const GLint *params;
15953 struct glProgramEnvParameterI4uiNV_params
15955 TEB *teb;
15956 GLenum target;
15957 GLuint index;
15958 GLuint x;
15959 GLuint y;
15960 GLuint z;
15961 GLuint w;
15964 struct glProgramEnvParameterI4uivNV_params
15966 TEB *teb;
15967 GLenum target;
15968 GLuint index;
15969 const GLuint *params;
15972 struct glProgramEnvParameters4fvEXT_params
15974 TEB *teb;
15975 GLenum target;
15976 GLuint index;
15977 GLsizei count;
15978 const GLfloat *params;
15981 struct glProgramEnvParametersI4ivNV_params
15983 TEB *teb;
15984 GLenum target;
15985 GLuint index;
15986 GLsizei count;
15987 const GLint *params;
15990 struct glProgramEnvParametersI4uivNV_params
15992 TEB *teb;
15993 GLenum target;
15994 GLuint index;
15995 GLsizei count;
15996 const GLuint *params;
15999 struct glProgramLocalParameter4dARB_params
16001 TEB *teb;
16002 GLenum target;
16003 GLuint index;
16004 GLdouble x;
16005 GLdouble y;
16006 GLdouble z;
16007 GLdouble w;
16010 struct glProgramLocalParameter4dvARB_params
16012 TEB *teb;
16013 GLenum target;
16014 GLuint index;
16015 const GLdouble *params;
16018 struct glProgramLocalParameter4fARB_params
16020 TEB *teb;
16021 GLenum target;
16022 GLuint index;
16023 GLfloat x;
16024 GLfloat y;
16025 GLfloat z;
16026 GLfloat w;
16029 struct glProgramLocalParameter4fvARB_params
16031 TEB *teb;
16032 GLenum target;
16033 GLuint index;
16034 const GLfloat *params;
16037 struct glProgramLocalParameterI4iNV_params
16039 TEB *teb;
16040 GLenum target;
16041 GLuint index;
16042 GLint x;
16043 GLint y;
16044 GLint z;
16045 GLint w;
16048 struct glProgramLocalParameterI4ivNV_params
16050 TEB *teb;
16051 GLenum target;
16052 GLuint index;
16053 const GLint *params;
16056 struct glProgramLocalParameterI4uiNV_params
16058 TEB *teb;
16059 GLenum target;
16060 GLuint index;
16061 GLuint x;
16062 GLuint y;
16063 GLuint z;
16064 GLuint w;
16067 struct glProgramLocalParameterI4uivNV_params
16069 TEB *teb;
16070 GLenum target;
16071 GLuint index;
16072 const GLuint *params;
16075 struct glProgramLocalParameters4fvEXT_params
16077 TEB *teb;
16078 GLenum target;
16079 GLuint index;
16080 GLsizei count;
16081 const GLfloat *params;
16084 struct glProgramLocalParametersI4ivNV_params
16086 TEB *teb;
16087 GLenum target;
16088 GLuint index;
16089 GLsizei count;
16090 const GLint *params;
16093 struct glProgramLocalParametersI4uivNV_params
16095 TEB *teb;
16096 GLenum target;
16097 GLuint index;
16098 GLsizei count;
16099 const GLuint *params;
16102 struct glProgramNamedParameter4dNV_params
16104 TEB *teb;
16105 GLuint id;
16106 GLsizei len;
16107 const GLubyte *name;
16108 GLdouble x;
16109 GLdouble y;
16110 GLdouble z;
16111 GLdouble w;
16114 struct glProgramNamedParameter4dvNV_params
16116 TEB *teb;
16117 GLuint id;
16118 GLsizei len;
16119 const GLubyte *name;
16120 const GLdouble *v;
16123 struct glProgramNamedParameter4fNV_params
16125 TEB *teb;
16126 GLuint id;
16127 GLsizei len;
16128 const GLubyte *name;
16129 GLfloat x;
16130 GLfloat y;
16131 GLfloat z;
16132 GLfloat w;
16135 struct glProgramNamedParameter4fvNV_params
16137 TEB *teb;
16138 GLuint id;
16139 GLsizei len;
16140 const GLubyte *name;
16141 const GLfloat *v;
16144 struct glProgramParameter4dNV_params
16146 TEB *teb;
16147 GLenum target;
16148 GLuint index;
16149 GLdouble x;
16150 GLdouble y;
16151 GLdouble z;
16152 GLdouble w;
16155 struct glProgramParameter4dvNV_params
16157 TEB *teb;
16158 GLenum target;
16159 GLuint index;
16160 const GLdouble *v;
16163 struct glProgramParameter4fNV_params
16165 TEB *teb;
16166 GLenum target;
16167 GLuint index;
16168 GLfloat x;
16169 GLfloat y;
16170 GLfloat z;
16171 GLfloat w;
16174 struct glProgramParameter4fvNV_params
16176 TEB *teb;
16177 GLenum target;
16178 GLuint index;
16179 const GLfloat *v;
16182 struct glProgramParameteri_params
16184 TEB *teb;
16185 GLuint program;
16186 GLenum pname;
16187 GLint value;
16190 struct glProgramParameteriARB_params
16192 TEB *teb;
16193 GLuint program;
16194 GLenum pname;
16195 GLint value;
16198 struct glProgramParameteriEXT_params
16200 TEB *teb;
16201 GLuint program;
16202 GLenum pname;
16203 GLint value;
16206 struct glProgramParameters4dvNV_params
16208 TEB *teb;
16209 GLenum target;
16210 GLuint index;
16211 GLsizei count;
16212 const GLdouble *v;
16215 struct glProgramParameters4fvNV_params
16217 TEB *teb;
16218 GLenum target;
16219 GLuint index;
16220 GLsizei count;
16221 const GLfloat *v;
16224 struct glProgramPathFragmentInputGenNV_params
16226 TEB *teb;
16227 GLuint program;
16228 GLint location;
16229 GLenum genMode;
16230 GLint components;
16231 const GLfloat *coeffs;
16234 struct glProgramStringARB_params
16236 TEB *teb;
16237 GLenum target;
16238 GLenum format;
16239 GLsizei len;
16240 const void *string;
16243 struct glProgramSubroutineParametersuivNV_params
16245 TEB *teb;
16246 GLenum target;
16247 GLsizei count;
16248 const GLuint *params;
16251 struct glProgramUniform1d_params
16253 TEB *teb;
16254 GLuint program;
16255 GLint location;
16256 GLdouble v0;
16259 struct glProgramUniform1dEXT_params
16261 TEB *teb;
16262 GLuint program;
16263 GLint location;
16264 GLdouble x;
16267 struct glProgramUniform1dv_params
16269 TEB *teb;
16270 GLuint program;
16271 GLint location;
16272 GLsizei count;
16273 const GLdouble *value;
16276 struct glProgramUniform1dvEXT_params
16278 TEB *teb;
16279 GLuint program;
16280 GLint location;
16281 GLsizei count;
16282 const GLdouble *value;
16285 struct glProgramUniform1f_params
16287 TEB *teb;
16288 GLuint program;
16289 GLint location;
16290 GLfloat v0;
16293 struct glProgramUniform1fEXT_params
16295 TEB *teb;
16296 GLuint program;
16297 GLint location;
16298 GLfloat v0;
16301 struct glProgramUniform1fv_params
16303 TEB *teb;
16304 GLuint program;
16305 GLint location;
16306 GLsizei count;
16307 const GLfloat *value;
16310 struct glProgramUniform1fvEXT_params
16312 TEB *teb;
16313 GLuint program;
16314 GLint location;
16315 GLsizei count;
16316 const GLfloat *value;
16319 struct glProgramUniform1i_params
16321 TEB *teb;
16322 GLuint program;
16323 GLint location;
16324 GLint v0;
16327 struct glProgramUniform1i64ARB_params
16329 TEB *teb;
16330 GLuint program;
16331 GLint location;
16332 GLint64 x;
16335 struct glProgramUniform1i64NV_params
16337 TEB *teb;
16338 GLuint program;
16339 GLint location;
16340 GLint64EXT x;
16343 struct glProgramUniform1i64vARB_params
16345 TEB *teb;
16346 GLuint program;
16347 GLint location;
16348 GLsizei count;
16349 const GLint64 *value;
16352 struct glProgramUniform1i64vNV_params
16354 TEB *teb;
16355 GLuint program;
16356 GLint location;
16357 GLsizei count;
16358 const GLint64EXT *value;
16361 struct glProgramUniform1iEXT_params
16363 TEB *teb;
16364 GLuint program;
16365 GLint location;
16366 GLint v0;
16369 struct glProgramUniform1iv_params
16371 TEB *teb;
16372 GLuint program;
16373 GLint location;
16374 GLsizei count;
16375 const GLint *value;
16378 struct glProgramUniform1ivEXT_params
16380 TEB *teb;
16381 GLuint program;
16382 GLint location;
16383 GLsizei count;
16384 const GLint *value;
16387 struct glProgramUniform1ui_params
16389 TEB *teb;
16390 GLuint program;
16391 GLint location;
16392 GLuint v0;
16395 struct glProgramUniform1ui64ARB_params
16397 TEB *teb;
16398 GLuint program;
16399 GLint location;
16400 GLuint64 x;
16403 struct glProgramUniform1ui64NV_params
16405 TEB *teb;
16406 GLuint program;
16407 GLint location;
16408 GLuint64EXT x;
16411 struct glProgramUniform1ui64vARB_params
16413 TEB *teb;
16414 GLuint program;
16415 GLint location;
16416 GLsizei count;
16417 const GLuint64 *value;
16420 struct glProgramUniform1ui64vNV_params
16422 TEB *teb;
16423 GLuint program;
16424 GLint location;
16425 GLsizei count;
16426 const GLuint64EXT *value;
16429 struct glProgramUniform1uiEXT_params
16431 TEB *teb;
16432 GLuint program;
16433 GLint location;
16434 GLuint v0;
16437 struct glProgramUniform1uiv_params
16439 TEB *teb;
16440 GLuint program;
16441 GLint location;
16442 GLsizei count;
16443 const GLuint *value;
16446 struct glProgramUniform1uivEXT_params
16448 TEB *teb;
16449 GLuint program;
16450 GLint location;
16451 GLsizei count;
16452 const GLuint *value;
16455 struct glProgramUniform2d_params
16457 TEB *teb;
16458 GLuint program;
16459 GLint location;
16460 GLdouble v0;
16461 GLdouble v1;
16464 struct glProgramUniform2dEXT_params
16466 TEB *teb;
16467 GLuint program;
16468 GLint location;
16469 GLdouble x;
16470 GLdouble y;
16473 struct glProgramUniform2dv_params
16475 TEB *teb;
16476 GLuint program;
16477 GLint location;
16478 GLsizei count;
16479 const GLdouble *value;
16482 struct glProgramUniform2dvEXT_params
16484 TEB *teb;
16485 GLuint program;
16486 GLint location;
16487 GLsizei count;
16488 const GLdouble *value;
16491 struct glProgramUniform2f_params
16493 TEB *teb;
16494 GLuint program;
16495 GLint location;
16496 GLfloat v0;
16497 GLfloat v1;
16500 struct glProgramUniform2fEXT_params
16502 TEB *teb;
16503 GLuint program;
16504 GLint location;
16505 GLfloat v0;
16506 GLfloat v1;
16509 struct glProgramUniform2fv_params
16511 TEB *teb;
16512 GLuint program;
16513 GLint location;
16514 GLsizei count;
16515 const GLfloat *value;
16518 struct glProgramUniform2fvEXT_params
16520 TEB *teb;
16521 GLuint program;
16522 GLint location;
16523 GLsizei count;
16524 const GLfloat *value;
16527 struct glProgramUniform2i_params
16529 TEB *teb;
16530 GLuint program;
16531 GLint location;
16532 GLint v0;
16533 GLint v1;
16536 struct glProgramUniform2i64ARB_params
16538 TEB *teb;
16539 GLuint program;
16540 GLint location;
16541 GLint64 x;
16542 GLint64 y;
16545 struct glProgramUniform2i64NV_params
16547 TEB *teb;
16548 GLuint program;
16549 GLint location;
16550 GLint64EXT x;
16551 GLint64EXT y;
16554 struct glProgramUniform2i64vARB_params
16556 TEB *teb;
16557 GLuint program;
16558 GLint location;
16559 GLsizei count;
16560 const GLint64 *value;
16563 struct glProgramUniform2i64vNV_params
16565 TEB *teb;
16566 GLuint program;
16567 GLint location;
16568 GLsizei count;
16569 const GLint64EXT *value;
16572 struct glProgramUniform2iEXT_params
16574 TEB *teb;
16575 GLuint program;
16576 GLint location;
16577 GLint v0;
16578 GLint v1;
16581 struct glProgramUniform2iv_params
16583 TEB *teb;
16584 GLuint program;
16585 GLint location;
16586 GLsizei count;
16587 const GLint *value;
16590 struct glProgramUniform2ivEXT_params
16592 TEB *teb;
16593 GLuint program;
16594 GLint location;
16595 GLsizei count;
16596 const GLint *value;
16599 struct glProgramUniform2ui_params
16601 TEB *teb;
16602 GLuint program;
16603 GLint location;
16604 GLuint v0;
16605 GLuint v1;
16608 struct glProgramUniform2ui64ARB_params
16610 TEB *teb;
16611 GLuint program;
16612 GLint location;
16613 GLuint64 x;
16614 GLuint64 y;
16617 struct glProgramUniform2ui64NV_params
16619 TEB *teb;
16620 GLuint program;
16621 GLint location;
16622 GLuint64EXT x;
16623 GLuint64EXT y;
16626 struct glProgramUniform2ui64vARB_params
16628 TEB *teb;
16629 GLuint program;
16630 GLint location;
16631 GLsizei count;
16632 const GLuint64 *value;
16635 struct glProgramUniform2ui64vNV_params
16637 TEB *teb;
16638 GLuint program;
16639 GLint location;
16640 GLsizei count;
16641 const GLuint64EXT *value;
16644 struct glProgramUniform2uiEXT_params
16646 TEB *teb;
16647 GLuint program;
16648 GLint location;
16649 GLuint v0;
16650 GLuint v1;
16653 struct glProgramUniform2uiv_params
16655 TEB *teb;
16656 GLuint program;
16657 GLint location;
16658 GLsizei count;
16659 const GLuint *value;
16662 struct glProgramUniform2uivEXT_params
16664 TEB *teb;
16665 GLuint program;
16666 GLint location;
16667 GLsizei count;
16668 const GLuint *value;
16671 struct glProgramUniform3d_params
16673 TEB *teb;
16674 GLuint program;
16675 GLint location;
16676 GLdouble v0;
16677 GLdouble v1;
16678 GLdouble v2;
16681 struct glProgramUniform3dEXT_params
16683 TEB *teb;
16684 GLuint program;
16685 GLint location;
16686 GLdouble x;
16687 GLdouble y;
16688 GLdouble z;
16691 struct glProgramUniform3dv_params
16693 TEB *teb;
16694 GLuint program;
16695 GLint location;
16696 GLsizei count;
16697 const GLdouble *value;
16700 struct glProgramUniform3dvEXT_params
16702 TEB *teb;
16703 GLuint program;
16704 GLint location;
16705 GLsizei count;
16706 const GLdouble *value;
16709 struct glProgramUniform3f_params
16711 TEB *teb;
16712 GLuint program;
16713 GLint location;
16714 GLfloat v0;
16715 GLfloat v1;
16716 GLfloat v2;
16719 struct glProgramUniform3fEXT_params
16721 TEB *teb;
16722 GLuint program;
16723 GLint location;
16724 GLfloat v0;
16725 GLfloat v1;
16726 GLfloat v2;
16729 struct glProgramUniform3fv_params
16731 TEB *teb;
16732 GLuint program;
16733 GLint location;
16734 GLsizei count;
16735 const GLfloat *value;
16738 struct glProgramUniform3fvEXT_params
16740 TEB *teb;
16741 GLuint program;
16742 GLint location;
16743 GLsizei count;
16744 const GLfloat *value;
16747 struct glProgramUniform3i_params
16749 TEB *teb;
16750 GLuint program;
16751 GLint location;
16752 GLint v0;
16753 GLint v1;
16754 GLint v2;
16757 struct glProgramUniform3i64ARB_params
16759 TEB *teb;
16760 GLuint program;
16761 GLint location;
16762 GLint64 x;
16763 GLint64 y;
16764 GLint64 z;
16767 struct glProgramUniform3i64NV_params
16769 TEB *teb;
16770 GLuint program;
16771 GLint location;
16772 GLint64EXT x;
16773 GLint64EXT y;
16774 GLint64EXT z;
16777 struct glProgramUniform3i64vARB_params
16779 TEB *teb;
16780 GLuint program;
16781 GLint location;
16782 GLsizei count;
16783 const GLint64 *value;
16786 struct glProgramUniform3i64vNV_params
16788 TEB *teb;
16789 GLuint program;
16790 GLint location;
16791 GLsizei count;
16792 const GLint64EXT *value;
16795 struct glProgramUniform3iEXT_params
16797 TEB *teb;
16798 GLuint program;
16799 GLint location;
16800 GLint v0;
16801 GLint v1;
16802 GLint v2;
16805 struct glProgramUniform3iv_params
16807 TEB *teb;
16808 GLuint program;
16809 GLint location;
16810 GLsizei count;
16811 const GLint *value;
16814 struct glProgramUniform3ivEXT_params
16816 TEB *teb;
16817 GLuint program;
16818 GLint location;
16819 GLsizei count;
16820 const GLint *value;
16823 struct glProgramUniform3ui_params
16825 TEB *teb;
16826 GLuint program;
16827 GLint location;
16828 GLuint v0;
16829 GLuint v1;
16830 GLuint v2;
16833 struct glProgramUniform3ui64ARB_params
16835 TEB *teb;
16836 GLuint program;
16837 GLint location;
16838 GLuint64 x;
16839 GLuint64 y;
16840 GLuint64 z;
16843 struct glProgramUniform3ui64NV_params
16845 TEB *teb;
16846 GLuint program;
16847 GLint location;
16848 GLuint64EXT x;
16849 GLuint64EXT y;
16850 GLuint64EXT z;
16853 struct glProgramUniform3ui64vARB_params
16855 TEB *teb;
16856 GLuint program;
16857 GLint location;
16858 GLsizei count;
16859 const GLuint64 *value;
16862 struct glProgramUniform3ui64vNV_params
16864 TEB *teb;
16865 GLuint program;
16866 GLint location;
16867 GLsizei count;
16868 const GLuint64EXT *value;
16871 struct glProgramUniform3uiEXT_params
16873 TEB *teb;
16874 GLuint program;
16875 GLint location;
16876 GLuint v0;
16877 GLuint v1;
16878 GLuint v2;
16881 struct glProgramUniform3uiv_params
16883 TEB *teb;
16884 GLuint program;
16885 GLint location;
16886 GLsizei count;
16887 const GLuint *value;
16890 struct glProgramUniform3uivEXT_params
16892 TEB *teb;
16893 GLuint program;
16894 GLint location;
16895 GLsizei count;
16896 const GLuint *value;
16899 struct glProgramUniform4d_params
16901 TEB *teb;
16902 GLuint program;
16903 GLint location;
16904 GLdouble v0;
16905 GLdouble v1;
16906 GLdouble v2;
16907 GLdouble v3;
16910 struct glProgramUniform4dEXT_params
16912 TEB *teb;
16913 GLuint program;
16914 GLint location;
16915 GLdouble x;
16916 GLdouble y;
16917 GLdouble z;
16918 GLdouble w;
16921 struct glProgramUniform4dv_params
16923 TEB *teb;
16924 GLuint program;
16925 GLint location;
16926 GLsizei count;
16927 const GLdouble *value;
16930 struct glProgramUniform4dvEXT_params
16932 TEB *teb;
16933 GLuint program;
16934 GLint location;
16935 GLsizei count;
16936 const GLdouble *value;
16939 struct glProgramUniform4f_params
16941 TEB *teb;
16942 GLuint program;
16943 GLint location;
16944 GLfloat v0;
16945 GLfloat v1;
16946 GLfloat v2;
16947 GLfloat v3;
16950 struct glProgramUniform4fEXT_params
16952 TEB *teb;
16953 GLuint program;
16954 GLint location;
16955 GLfloat v0;
16956 GLfloat v1;
16957 GLfloat v2;
16958 GLfloat v3;
16961 struct glProgramUniform4fv_params
16963 TEB *teb;
16964 GLuint program;
16965 GLint location;
16966 GLsizei count;
16967 const GLfloat *value;
16970 struct glProgramUniform4fvEXT_params
16972 TEB *teb;
16973 GLuint program;
16974 GLint location;
16975 GLsizei count;
16976 const GLfloat *value;
16979 struct glProgramUniform4i_params
16981 TEB *teb;
16982 GLuint program;
16983 GLint location;
16984 GLint v0;
16985 GLint v1;
16986 GLint v2;
16987 GLint v3;
16990 struct glProgramUniform4i64ARB_params
16992 TEB *teb;
16993 GLuint program;
16994 GLint location;
16995 GLint64 x;
16996 GLint64 y;
16997 GLint64 z;
16998 GLint64 w;
17001 struct glProgramUniform4i64NV_params
17003 TEB *teb;
17004 GLuint program;
17005 GLint location;
17006 GLint64EXT x;
17007 GLint64EXT y;
17008 GLint64EXT z;
17009 GLint64EXT w;
17012 struct glProgramUniform4i64vARB_params
17014 TEB *teb;
17015 GLuint program;
17016 GLint location;
17017 GLsizei count;
17018 const GLint64 *value;
17021 struct glProgramUniform4i64vNV_params
17023 TEB *teb;
17024 GLuint program;
17025 GLint location;
17026 GLsizei count;
17027 const GLint64EXT *value;
17030 struct glProgramUniform4iEXT_params
17032 TEB *teb;
17033 GLuint program;
17034 GLint location;
17035 GLint v0;
17036 GLint v1;
17037 GLint v2;
17038 GLint v3;
17041 struct glProgramUniform4iv_params
17043 TEB *teb;
17044 GLuint program;
17045 GLint location;
17046 GLsizei count;
17047 const GLint *value;
17050 struct glProgramUniform4ivEXT_params
17052 TEB *teb;
17053 GLuint program;
17054 GLint location;
17055 GLsizei count;
17056 const GLint *value;
17059 struct glProgramUniform4ui_params
17061 TEB *teb;
17062 GLuint program;
17063 GLint location;
17064 GLuint v0;
17065 GLuint v1;
17066 GLuint v2;
17067 GLuint v3;
17070 struct glProgramUniform4ui64ARB_params
17072 TEB *teb;
17073 GLuint program;
17074 GLint location;
17075 GLuint64 x;
17076 GLuint64 y;
17077 GLuint64 z;
17078 GLuint64 w;
17081 struct glProgramUniform4ui64NV_params
17083 TEB *teb;
17084 GLuint program;
17085 GLint location;
17086 GLuint64EXT x;
17087 GLuint64EXT y;
17088 GLuint64EXT z;
17089 GLuint64EXT w;
17092 struct glProgramUniform4ui64vARB_params
17094 TEB *teb;
17095 GLuint program;
17096 GLint location;
17097 GLsizei count;
17098 const GLuint64 *value;
17101 struct glProgramUniform4ui64vNV_params
17103 TEB *teb;
17104 GLuint program;
17105 GLint location;
17106 GLsizei count;
17107 const GLuint64EXT *value;
17110 struct glProgramUniform4uiEXT_params
17112 TEB *teb;
17113 GLuint program;
17114 GLint location;
17115 GLuint v0;
17116 GLuint v1;
17117 GLuint v2;
17118 GLuint v3;
17121 struct glProgramUniform4uiv_params
17123 TEB *teb;
17124 GLuint program;
17125 GLint location;
17126 GLsizei count;
17127 const GLuint *value;
17130 struct glProgramUniform4uivEXT_params
17132 TEB *teb;
17133 GLuint program;
17134 GLint location;
17135 GLsizei count;
17136 const GLuint *value;
17139 struct glProgramUniformHandleui64ARB_params
17141 TEB *teb;
17142 GLuint program;
17143 GLint location;
17144 GLuint64 value;
17147 struct glProgramUniformHandleui64NV_params
17149 TEB *teb;
17150 GLuint program;
17151 GLint location;
17152 GLuint64 value;
17155 struct glProgramUniformHandleui64vARB_params
17157 TEB *teb;
17158 GLuint program;
17159 GLint location;
17160 GLsizei count;
17161 const GLuint64 *values;
17164 struct glProgramUniformHandleui64vNV_params
17166 TEB *teb;
17167 GLuint program;
17168 GLint location;
17169 GLsizei count;
17170 const GLuint64 *values;
17173 struct glProgramUniformMatrix2dv_params
17175 TEB *teb;
17176 GLuint program;
17177 GLint location;
17178 GLsizei count;
17179 GLboolean transpose;
17180 const GLdouble *value;
17183 struct glProgramUniformMatrix2dvEXT_params
17185 TEB *teb;
17186 GLuint program;
17187 GLint location;
17188 GLsizei count;
17189 GLboolean transpose;
17190 const GLdouble *value;
17193 struct glProgramUniformMatrix2fv_params
17195 TEB *teb;
17196 GLuint program;
17197 GLint location;
17198 GLsizei count;
17199 GLboolean transpose;
17200 const GLfloat *value;
17203 struct glProgramUniformMatrix2fvEXT_params
17205 TEB *teb;
17206 GLuint program;
17207 GLint location;
17208 GLsizei count;
17209 GLboolean transpose;
17210 const GLfloat *value;
17213 struct glProgramUniformMatrix2x3dv_params
17215 TEB *teb;
17216 GLuint program;
17217 GLint location;
17218 GLsizei count;
17219 GLboolean transpose;
17220 const GLdouble *value;
17223 struct glProgramUniformMatrix2x3dvEXT_params
17225 TEB *teb;
17226 GLuint program;
17227 GLint location;
17228 GLsizei count;
17229 GLboolean transpose;
17230 const GLdouble *value;
17233 struct glProgramUniformMatrix2x3fv_params
17235 TEB *teb;
17236 GLuint program;
17237 GLint location;
17238 GLsizei count;
17239 GLboolean transpose;
17240 const GLfloat *value;
17243 struct glProgramUniformMatrix2x3fvEXT_params
17245 TEB *teb;
17246 GLuint program;
17247 GLint location;
17248 GLsizei count;
17249 GLboolean transpose;
17250 const GLfloat *value;
17253 struct glProgramUniformMatrix2x4dv_params
17255 TEB *teb;
17256 GLuint program;
17257 GLint location;
17258 GLsizei count;
17259 GLboolean transpose;
17260 const GLdouble *value;
17263 struct glProgramUniformMatrix2x4dvEXT_params
17265 TEB *teb;
17266 GLuint program;
17267 GLint location;
17268 GLsizei count;
17269 GLboolean transpose;
17270 const GLdouble *value;
17273 struct glProgramUniformMatrix2x4fv_params
17275 TEB *teb;
17276 GLuint program;
17277 GLint location;
17278 GLsizei count;
17279 GLboolean transpose;
17280 const GLfloat *value;
17283 struct glProgramUniformMatrix2x4fvEXT_params
17285 TEB *teb;
17286 GLuint program;
17287 GLint location;
17288 GLsizei count;
17289 GLboolean transpose;
17290 const GLfloat *value;
17293 struct glProgramUniformMatrix3dv_params
17295 TEB *teb;
17296 GLuint program;
17297 GLint location;
17298 GLsizei count;
17299 GLboolean transpose;
17300 const GLdouble *value;
17303 struct glProgramUniformMatrix3dvEXT_params
17305 TEB *teb;
17306 GLuint program;
17307 GLint location;
17308 GLsizei count;
17309 GLboolean transpose;
17310 const GLdouble *value;
17313 struct glProgramUniformMatrix3fv_params
17315 TEB *teb;
17316 GLuint program;
17317 GLint location;
17318 GLsizei count;
17319 GLboolean transpose;
17320 const GLfloat *value;
17323 struct glProgramUniformMatrix3fvEXT_params
17325 TEB *teb;
17326 GLuint program;
17327 GLint location;
17328 GLsizei count;
17329 GLboolean transpose;
17330 const GLfloat *value;
17333 struct glProgramUniformMatrix3x2dv_params
17335 TEB *teb;
17336 GLuint program;
17337 GLint location;
17338 GLsizei count;
17339 GLboolean transpose;
17340 const GLdouble *value;
17343 struct glProgramUniformMatrix3x2dvEXT_params
17345 TEB *teb;
17346 GLuint program;
17347 GLint location;
17348 GLsizei count;
17349 GLboolean transpose;
17350 const GLdouble *value;
17353 struct glProgramUniformMatrix3x2fv_params
17355 TEB *teb;
17356 GLuint program;
17357 GLint location;
17358 GLsizei count;
17359 GLboolean transpose;
17360 const GLfloat *value;
17363 struct glProgramUniformMatrix3x2fvEXT_params
17365 TEB *teb;
17366 GLuint program;
17367 GLint location;
17368 GLsizei count;
17369 GLboolean transpose;
17370 const GLfloat *value;
17373 struct glProgramUniformMatrix3x4dv_params
17375 TEB *teb;
17376 GLuint program;
17377 GLint location;
17378 GLsizei count;
17379 GLboolean transpose;
17380 const GLdouble *value;
17383 struct glProgramUniformMatrix3x4dvEXT_params
17385 TEB *teb;
17386 GLuint program;
17387 GLint location;
17388 GLsizei count;
17389 GLboolean transpose;
17390 const GLdouble *value;
17393 struct glProgramUniformMatrix3x4fv_params
17395 TEB *teb;
17396 GLuint program;
17397 GLint location;
17398 GLsizei count;
17399 GLboolean transpose;
17400 const GLfloat *value;
17403 struct glProgramUniformMatrix3x4fvEXT_params
17405 TEB *teb;
17406 GLuint program;
17407 GLint location;
17408 GLsizei count;
17409 GLboolean transpose;
17410 const GLfloat *value;
17413 struct glProgramUniformMatrix4dv_params
17415 TEB *teb;
17416 GLuint program;
17417 GLint location;
17418 GLsizei count;
17419 GLboolean transpose;
17420 const GLdouble *value;
17423 struct glProgramUniformMatrix4dvEXT_params
17425 TEB *teb;
17426 GLuint program;
17427 GLint location;
17428 GLsizei count;
17429 GLboolean transpose;
17430 const GLdouble *value;
17433 struct glProgramUniformMatrix4fv_params
17435 TEB *teb;
17436 GLuint program;
17437 GLint location;
17438 GLsizei count;
17439 GLboolean transpose;
17440 const GLfloat *value;
17443 struct glProgramUniformMatrix4fvEXT_params
17445 TEB *teb;
17446 GLuint program;
17447 GLint location;
17448 GLsizei count;
17449 GLboolean transpose;
17450 const GLfloat *value;
17453 struct glProgramUniformMatrix4x2dv_params
17455 TEB *teb;
17456 GLuint program;
17457 GLint location;
17458 GLsizei count;
17459 GLboolean transpose;
17460 const GLdouble *value;
17463 struct glProgramUniformMatrix4x2dvEXT_params
17465 TEB *teb;
17466 GLuint program;
17467 GLint location;
17468 GLsizei count;
17469 GLboolean transpose;
17470 const GLdouble *value;
17473 struct glProgramUniformMatrix4x2fv_params
17475 TEB *teb;
17476 GLuint program;
17477 GLint location;
17478 GLsizei count;
17479 GLboolean transpose;
17480 const GLfloat *value;
17483 struct glProgramUniformMatrix4x2fvEXT_params
17485 TEB *teb;
17486 GLuint program;
17487 GLint location;
17488 GLsizei count;
17489 GLboolean transpose;
17490 const GLfloat *value;
17493 struct glProgramUniformMatrix4x3dv_params
17495 TEB *teb;
17496 GLuint program;
17497 GLint location;
17498 GLsizei count;
17499 GLboolean transpose;
17500 const GLdouble *value;
17503 struct glProgramUniformMatrix4x3dvEXT_params
17505 TEB *teb;
17506 GLuint program;
17507 GLint location;
17508 GLsizei count;
17509 GLboolean transpose;
17510 const GLdouble *value;
17513 struct glProgramUniformMatrix4x3fv_params
17515 TEB *teb;
17516 GLuint program;
17517 GLint location;
17518 GLsizei count;
17519 GLboolean transpose;
17520 const GLfloat *value;
17523 struct glProgramUniformMatrix4x3fvEXT_params
17525 TEB *teb;
17526 GLuint program;
17527 GLint location;
17528 GLsizei count;
17529 GLboolean transpose;
17530 const GLfloat *value;
17533 struct glProgramUniformui64NV_params
17535 TEB *teb;
17536 GLuint program;
17537 GLint location;
17538 GLuint64EXT value;
17541 struct glProgramUniformui64vNV_params
17543 TEB *teb;
17544 GLuint program;
17545 GLint location;
17546 GLsizei count;
17547 const GLuint64EXT *value;
17550 struct glProgramVertexLimitNV_params
17552 TEB *teb;
17553 GLenum target;
17554 GLint limit;
17557 struct glProvokingVertex_params
17559 TEB *teb;
17560 GLenum mode;
17563 struct glProvokingVertexEXT_params
17565 TEB *teb;
17566 GLenum mode;
17569 struct glPushClientAttribDefaultEXT_params
17571 TEB *teb;
17572 GLbitfield mask;
17575 struct glPushDebugGroup_params
17577 TEB *teb;
17578 GLenum source;
17579 GLuint id;
17580 GLsizei length;
17581 const GLchar *message;
17584 struct glPushGroupMarkerEXT_params
17586 TEB *teb;
17587 GLsizei length;
17588 const GLchar *marker;
17591 struct glQueryCounter_params
17593 TEB *teb;
17594 GLuint id;
17595 GLenum target;
17598 struct glQueryMatrixxOES_params
17600 TEB *teb;
17601 GLfixed *mantissa;
17602 GLint *exponent;
17603 GLbitfield ret;
17606 struct glQueryObjectParameteruiAMD_params
17608 TEB *teb;
17609 GLenum target;
17610 GLuint id;
17611 GLenum pname;
17612 GLuint param;
17615 struct glQueryResourceNV_params
17617 TEB *teb;
17618 GLenum queryType;
17619 GLint tagId;
17620 GLuint count;
17621 GLint *buffer;
17622 GLint ret;
17625 struct glQueryResourceTagNV_params
17627 TEB *teb;
17628 GLint tagId;
17629 const GLchar *tagString;
17632 struct glRasterPos2xOES_params
17634 TEB *teb;
17635 GLfixed x;
17636 GLfixed y;
17639 struct glRasterPos2xvOES_params
17641 TEB *teb;
17642 const GLfixed *coords;
17645 struct glRasterPos3xOES_params
17647 TEB *teb;
17648 GLfixed x;
17649 GLfixed y;
17650 GLfixed z;
17653 struct glRasterPos3xvOES_params
17655 TEB *teb;
17656 const GLfixed *coords;
17659 struct glRasterPos4xOES_params
17661 TEB *teb;
17662 GLfixed x;
17663 GLfixed y;
17664 GLfixed z;
17665 GLfixed w;
17668 struct glRasterPos4xvOES_params
17670 TEB *teb;
17671 const GLfixed *coords;
17674 struct glRasterSamplesEXT_params
17676 TEB *teb;
17677 GLuint samples;
17678 GLboolean fixedsamplelocations;
17681 struct glReadBufferRegion_params
17683 TEB *teb;
17684 GLenum region;
17685 GLint x;
17686 GLint y;
17687 GLsizei width;
17688 GLsizei height;
17691 struct glReadInstrumentsSGIX_params
17693 TEB *teb;
17694 GLint marker;
17697 struct glReadnPixels_params
17699 TEB *teb;
17700 GLint x;
17701 GLint y;
17702 GLsizei width;
17703 GLsizei height;
17704 GLenum format;
17705 GLenum type;
17706 GLsizei bufSize;
17707 void *data;
17710 struct glReadnPixelsARB_params
17712 TEB *teb;
17713 GLint x;
17714 GLint y;
17715 GLsizei width;
17716 GLsizei height;
17717 GLenum format;
17718 GLenum type;
17719 GLsizei bufSize;
17720 void *data;
17723 struct glRectxOES_params
17725 TEB *teb;
17726 GLfixed x1;
17727 GLfixed y1;
17728 GLfixed x2;
17729 GLfixed y2;
17732 struct glRectxvOES_params
17734 TEB *teb;
17735 const GLfixed *v1;
17736 const GLfixed *v2;
17739 struct glReferencePlaneSGIX_params
17741 TEB *teb;
17742 const GLdouble *equation;
17745 struct glReleaseKeyedMutexWin32EXT_params
17747 TEB *teb;
17748 GLuint memory;
17749 GLuint64 key;
17750 GLboolean ret;
17753 struct glReleaseShaderCompiler_params
17755 TEB *teb;
17758 struct glRenderGpuMaskNV_params
17760 TEB *teb;
17761 GLbitfield mask;
17764 struct glRenderbufferStorage_params
17766 TEB *teb;
17767 GLenum target;
17768 GLenum internalformat;
17769 GLsizei width;
17770 GLsizei height;
17773 struct glRenderbufferStorageEXT_params
17775 TEB *teb;
17776 GLenum target;
17777 GLenum internalformat;
17778 GLsizei width;
17779 GLsizei height;
17782 struct glRenderbufferStorageMultisample_params
17784 TEB *teb;
17785 GLenum target;
17786 GLsizei samples;
17787 GLenum internalformat;
17788 GLsizei width;
17789 GLsizei height;
17792 struct glRenderbufferStorageMultisampleAdvancedAMD_params
17794 TEB *teb;
17795 GLenum target;
17796 GLsizei samples;
17797 GLsizei storageSamples;
17798 GLenum internalformat;
17799 GLsizei width;
17800 GLsizei height;
17803 struct glRenderbufferStorageMultisampleCoverageNV_params
17805 TEB *teb;
17806 GLenum target;
17807 GLsizei coverageSamples;
17808 GLsizei colorSamples;
17809 GLenum internalformat;
17810 GLsizei width;
17811 GLsizei height;
17814 struct glRenderbufferStorageMultisampleEXT_params
17816 TEB *teb;
17817 GLenum target;
17818 GLsizei samples;
17819 GLenum internalformat;
17820 GLsizei width;
17821 GLsizei height;
17824 struct glReplacementCodePointerSUN_params
17826 TEB *teb;
17827 GLenum type;
17828 GLsizei stride;
17829 const void **pointer;
17832 struct glReplacementCodeubSUN_params
17834 TEB *teb;
17835 GLubyte code;
17838 struct glReplacementCodeubvSUN_params
17840 TEB *teb;
17841 const GLubyte *code;
17844 struct glReplacementCodeuiColor3fVertex3fSUN_params
17846 TEB *teb;
17847 GLuint rc;
17848 GLfloat r;
17849 GLfloat g;
17850 GLfloat b;
17851 GLfloat x;
17852 GLfloat y;
17853 GLfloat z;
17856 struct glReplacementCodeuiColor3fVertex3fvSUN_params
17858 TEB *teb;
17859 const GLuint *rc;
17860 const GLfloat *c;
17861 const GLfloat *v;
17864 struct glReplacementCodeuiColor4fNormal3fVertex3fSUN_params
17866 TEB *teb;
17867 GLuint rc;
17868 GLfloat r;
17869 GLfloat g;
17870 GLfloat b;
17871 GLfloat a;
17872 GLfloat nx;
17873 GLfloat ny;
17874 GLfloat nz;
17875 GLfloat x;
17876 GLfloat y;
17877 GLfloat z;
17880 struct glReplacementCodeuiColor4fNormal3fVertex3fvSUN_params
17882 TEB *teb;
17883 const GLuint *rc;
17884 const GLfloat *c;
17885 const GLfloat *n;
17886 const GLfloat *v;
17889 struct glReplacementCodeuiColor4ubVertex3fSUN_params
17891 TEB *teb;
17892 GLuint rc;
17893 GLubyte r;
17894 GLubyte g;
17895 GLubyte b;
17896 GLubyte a;
17897 GLfloat x;
17898 GLfloat y;
17899 GLfloat z;
17902 struct glReplacementCodeuiColor4ubVertex3fvSUN_params
17904 TEB *teb;
17905 const GLuint *rc;
17906 const GLubyte *c;
17907 const GLfloat *v;
17910 struct glReplacementCodeuiNormal3fVertex3fSUN_params
17912 TEB *teb;
17913 GLuint rc;
17914 GLfloat nx;
17915 GLfloat ny;
17916 GLfloat nz;
17917 GLfloat x;
17918 GLfloat y;
17919 GLfloat z;
17922 struct glReplacementCodeuiNormal3fVertex3fvSUN_params
17924 TEB *teb;
17925 const GLuint *rc;
17926 const GLfloat *n;
17927 const GLfloat *v;
17930 struct glReplacementCodeuiSUN_params
17932 TEB *teb;
17933 GLuint code;
17936 struct glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN_params
17938 TEB *teb;
17939 GLuint rc;
17940 GLfloat s;
17941 GLfloat t;
17942 GLfloat r;
17943 GLfloat g;
17944 GLfloat b;
17945 GLfloat a;
17946 GLfloat nx;
17947 GLfloat ny;
17948 GLfloat nz;
17949 GLfloat x;
17950 GLfloat y;
17951 GLfloat z;
17954 struct glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN_params
17956 TEB *teb;
17957 const GLuint *rc;
17958 const GLfloat *tc;
17959 const GLfloat *c;
17960 const GLfloat *n;
17961 const GLfloat *v;
17964 struct glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN_params
17966 TEB *teb;
17967 GLuint rc;
17968 GLfloat s;
17969 GLfloat t;
17970 GLfloat nx;
17971 GLfloat ny;
17972 GLfloat nz;
17973 GLfloat x;
17974 GLfloat y;
17975 GLfloat z;
17978 struct glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN_params
17980 TEB *teb;
17981 const GLuint *rc;
17982 const GLfloat *tc;
17983 const GLfloat *n;
17984 const GLfloat *v;
17987 struct glReplacementCodeuiTexCoord2fVertex3fSUN_params
17989 TEB *teb;
17990 GLuint rc;
17991 GLfloat s;
17992 GLfloat t;
17993 GLfloat x;
17994 GLfloat y;
17995 GLfloat z;
17998 struct glReplacementCodeuiTexCoord2fVertex3fvSUN_params
18000 TEB *teb;
18001 const GLuint *rc;
18002 const GLfloat *tc;
18003 const GLfloat *v;
18006 struct glReplacementCodeuiVertex3fSUN_params
18008 TEB *teb;
18009 GLuint rc;
18010 GLfloat x;
18011 GLfloat y;
18012 GLfloat z;
18015 struct glReplacementCodeuiVertex3fvSUN_params
18017 TEB *teb;
18018 const GLuint *rc;
18019 const GLfloat *v;
18022 struct glReplacementCodeuivSUN_params
18024 TEB *teb;
18025 const GLuint *code;
18028 struct glReplacementCodeusSUN_params
18030 TEB *teb;
18031 GLushort code;
18034 struct glReplacementCodeusvSUN_params
18036 TEB *teb;
18037 const GLushort *code;
18040 struct glRequestResidentProgramsNV_params
18042 TEB *teb;
18043 GLsizei n;
18044 const GLuint *programs;
18047 struct glResetHistogram_params
18049 TEB *teb;
18050 GLenum target;
18053 struct glResetHistogramEXT_params
18055 TEB *teb;
18056 GLenum target;
18059 struct glResetMemoryObjectParameterNV_params
18061 TEB *teb;
18062 GLuint memory;
18063 GLenum pname;
18066 struct glResetMinmax_params
18068 TEB *teb;
18069 GLenum target;
18072 struct glResetMinmaxEXT_params
18074 TEB *teb;
18075 GLenum target;
18078 struct glResizeBuffersMESA_params
18080 TEB *teb;
18083 struct glResolveDepthValuesNV_params
18085 TEB *teb;
18088 struct glResumeTransformFeedback_params
18090 TEB *teb;
18093 struct glResumeTransformFeedbackNV_params
18095 TEB *teb;
18098 struct glRotatexOES_params
18100 TEB *teb;
18101 GLfixed angle;
18102 GLfixed x;
18103 GLfixed y;
18104 GLfixed z;
18107 struct glSampleCoverage_params
18109 TEB *teb;
18110 GLfloat value;
18111 GLboolean invert;
18114 struct glSampleCoverageARB_params
18116 TEB *teb;
18117 GLfloat value;
18118 GLboolean invert;
18121 struct glSampleMapATI_params
18123 TEB *teb;
18124 GLuint dst;
18125 GLuint interp;
18126 GLenum swizzle;
18129 struct glSampleMaskEXT_params
18131 TEB *teb;
18132 GLclampf value;
18133 GLboolean invert;
18136 struct glSampleMaskIndexedNV_params
18138 TEB *teb;
18139 GLuint index;
18140 GLbitfield mask;
18143 struct glSampleMaskSGIS_params
18145 TEB *teb;
18146 GLclampf value;
18147 GLboolean invert;
18150 struct glSampleMaski_params
18152 TEB *teb;
18153 GLuint maskNumber;
18154 GLbitfield mask;
18157 struct glSamplePatternEXT_params
18159 TEB *teb;
18160 GLenum pattern;
18163 struct glSamplePatternSGIS_params
18165 TEB *teb;
18166 GLenum pattern;
18169 struct glSamplerParameterIiv_params
18171 TEB *teb;
18172 GLuint sampler;
18173 GLenum pname;
18174 const GLint *param;
18177 struct glSamplerParameterIuiv_params
18179 TEB *teb;
18180 GLuint sampler;
18181 GLenum pname;
18182 const GLuint *param;
18185 struct glSamplerParameterf_params
18187 TEB *teb;
18188 GLuint sampler;
18189 GLenum pname;
18190 GLfloat param;
18193 struct glSamplerParameterfv_params
18195 TEB *teb;
18196 GLuint sampler;
18197 GLenum pname;
18198 const GLfloat *param;
18201 struct glSamplerParameteri_params
18203 TEB *teb;
18204 GLuint sampler;
18205 GLenum pname;
18206 GLint param;
18209 struct glSamplerParameteriv_params
18211 TEB *teb;
18212 GLuint sampler;
18213 GLenum pname;
18214 const GLint *param;
18217 struct glScalexOES_params
18219 TEB *teb;
18220 GLfixed x;
18221 GLfixed y;
18222 GLfixed z;
18225 struct glScissorArrayv_params
18227 TEB *teb;
18228 GLuint first;
18229 GLsizei count;
18230 const GLint *v;
18233 struct glScissorExclusiveArrayvNV_params
18235 TEB *teb;
18236 GLuint first;
18237 GLsizei count;
18238 const GLint *v;
18241 struct glScissorExclusiveNV_params
18243 TEB *teb;
18244 GLint x;
18245 GLint y;
18246 GLsizei width;
18247 GLsizei height;
18250 struct glScissorIndexed_params
18252 TEB *teb;
18253 GLuint index;
18254 GLint left;
18255 GLint bottom;
18256 GLsizei width;
18257 GLsizei height;
18260 struct glScissorIndexedv_params
18262 TEB *teb;
18263 GLuint index;
18264 const GLint *v;
18267 struct glSecondaryColor3b_params
18269 TEB *teb;
18270 GLbyte red;
18271 GLbyte green;
18272 GLbyte blue;
18275 struct glSecondaryColor3bEXT_params
18277 TEB *teb;
18278 GLbyte red;
18279 GLbyte green;
18280 GLbyte blue;
18283 struct glSecondaryColor3bv_params
18285 TEB *teb;
18286 const GLbyte *v;
18289 struct glSecondaryColor3bvEXT_params
18291 TEB *teb;
18292 const GLbyte *v;
18295 struct glSecondaryColor3d_params
18297 TEB *teb;
18298 GLdouble red;
18299 GLdouble green;
18300 GLdouble blue;
18303 struct glSecondaryColor3dEXT_params
18305 TEB *teb;
18306 GLdouble red;
18307 GLdouble green;
18308 GLdouble blue;
18311 struct glSecondaryColor3dv_params
18313 TEB *teb;
18314 const GLdouble *v;
18317 struct glSecondaryColor3dvEXT_params
18319 TEB *teb;
18320 const GLdouble *v;
18323 struct glSecondaryColor3f_params
18325 TEB *teb;
18326 GLfloat red;
18327 GLfloat green;
18328 GLfloat blue;
18331 struct glSecondaryColor3fEXT_params
18333 TEB *teb;
18334 GLfloat red;
18335 GLfloat green;
18336 GLfloat blue;
18339 struct glSecondaryColor3fv_params
18341 TEB *teb;
18342 const GLfloat *v;
18345 struct glSecondaryColor3fvEXT_params
18347 TEB *teb;
18348 const GLfloat *v;
18351 struct glSecondaryColor3hNV_params
18353 TEB *teb;
18354 GLhalfNV red;
18355 GLhalfNV green;
18356 GLhalfNV blue;
18359 struct glSecondaryColor3hvNV_params
18361 TEB *teb;
18362 const GLhalfNV *v;
18365 struct glSecondaryColor3i_params
18367 TEB *teb;
18368 GLint red;
18369 GLint green;
18370 GLint blue;
18373 struct glSecondaryColor3iEXT_params
18375 TEB *teb;
18376 GLint red;
18377 GLint green;
18378 GLint blue;
18381 struct glSecondaryColor3iv_params
18383 TEB *teb;
18384 const GLint *v;
18387 struct glSecondaryColor3ivEXT_params
18389 TEB *teb;
18390 const GLint *v;
18393 struct glSecondaryColor3s_params
18395 TEB *teb;
18396 GLshort red;
18397 GLshort green;
18398 GLshort blue;
18401 struct glSecondaryColor3sEXT_params
18403 TEB *teb;
18404 GLshort red;
18405 GLshort green;
18406 GLshort blue;
18409 struct glSecondaryColor3sv_params
18411 TEB *teb;
18412 const GLshort *v;
18415 struct glSecondaryColor3svEXT_params
18417 TEB *teb;
18418 const GLshort *v;
18421 struct glSecondaryColor3ub_params
18423 TEB *teb;
18424 GLubyte red;
18425 GLubyte green;
18426 GLubyte blue;
18429 struct glSecondaryColor3ubEXT_params
18431 TEB *teb;
18432 GLubyte red;
18433 GLubyte green;
18434 GLubyte blue;
18437 struct glSecondaryColor3ubv_params
18439 TEB *teb;
18440 const GLubyte *v;
18443 struct glSecondaryColor3ubvEXT_params
18445 TEB *teb;
18446 const GLubyte *v;
18449 struct glSecondaryColor3ui_params
18451 TEB *teb;
18452 GLuint red;
18453 GLuint green;
18454 GLuint blue;
18457 struct glSecondaryColor3uiEXT_params
18459 TEB *teb;
18460 GLuint red;
18461 GLuint green;
18462 GLuint blue;
18465 struct glSecondaryColor3uiv_params
18467 TEB *teb;
18468 const GLuint *v;
18471 struct glSecondaryColor3uivEXT_params
18473 TEB *teb;
18474 const GLuint *v;
18477 struct glSecondaryColor3us_params
18479 TEB *teb;
18480 GLushort red;
18481 GLushort green;
18482 GLushort blue;
18485 struct glSecondaryColor3usEXT_params
18487 TEB *teb;
18488 GLushort red;
18489 GLushort green;
18490 GLushort blue;
18493 struct glSecondaryColor3usv_params
18495 TEB *teb;
18496 const GLushort *v;
18499 struct glSecondaryColor3usvEXT_params
18501 TEB *teb;
18502 const GLushort *v;
18505 struct glSecondaryColorFormatNV_params
18507 TEB *teb;
18508 GLint size;
18509 GLenum type;
18510 GLsizei stride;
18513 struct glSecondaryColorP3ui_params
18515 TEB *teb;
18516 GLenum type;
18517 GLuint color;
18520 struct glSecondaryColorP3uiv_params
18522 TEB *teb;
18523 GLenum type;
18524 const GLuint *color;
18527 struct glSecondaryColorPointer_params
18529 TEB *teb;
18530 GLint size;
18531 GLenum type;
18532 GLsizei stride;
18533 const void *pointer;
18536 struct glSecondaryColorPointerEXT_params
18538 TEB *teb;
18539 GLint size;
18540 GLenum type;
18541 GLsizei stride;
18542 const void *pointer;
18545 struct glSecondaryColorPointerListIBM_params
18547 TEB *teb;
18548 GLint size;
18549 GLenum type;
18550 GLint stride;
18551 const void **pointer;
18552 GLint ptrstride;
18555 struct glSelectPerfMonitorCountersAMD_params
18557 TEB *teb;
18558 GLuint monitor;
18559 GLboolean enable;
18560 GLuint group;
18561 GLint numCounters;
18562 GLuint *counterList;
18565 struct glSelectTextureCoordSetSGIS_params
18567 TEB *teb;
18568 GLenum target;
18571 struct glSelectTextureSGIS_params
18573 TEB *teb;
18574 GLenum target;
18577 struct glSemaphoreParameterui64vEXT_params
18579 TEB *teb;
18580 GLuint semaphore;
18581 GLenum pname;
18582 const GLuint64 *params;
18585 struct glSeparableFilter2D_params
18587 TEB *teb;
18588 GLenum target;
18589 GLenum internalformat;
18590 GLsizei width;
18591 GLsizei height;
18592 GLenum format;
18593 GLenum type;
18594 const void *row;
18595 const void *column;
18598 struct glSeparableFilter2DEXT_params
18600 TEB *teb;
18601 GLenum target;
18602 GLenum internalformat;
18603 GLsizei width;
18604 GLsizei height;
18605 GLenum format;
18606 GLenum type;
18607 const void *row;
18608 const void *column;
18611 struct glSetFenceAPPLE_params
18613 TEB *teb;
18614 GLuint fence;
18617 struct glSetFenceNV_params
18619 TEB *teb;
18620 GLuint fence;
18621 GLenum condition;
18624 struct glSetFragmentShaderConstantATI_params
18626 TEB *teb;
18627 GLuint dst;
18628 const GLfloat *value;
18631 struct glSetInvariantEXT_params
18633 TEB *teb;
18634 GLuint id;
18635 GLenum type;
18636 const void *addr;
18639 struct glSetLocalConstantEXT_params
18641 TEB *teb;
18642 GLuint id;
18643 GLenum type;
18644 const void *addr;
18647 struct glSetMultisamplefvAMD_params
18649 TEB *teb;
18650 GLenum pname;
18651 GLuint index;
18652 const GLfloat *val;
18655 struct glShaderBinary_params
18657 TEB *teb;
18658 GLsizei count;
18659 const GLuint *shaders;
18660 GLenum binaryformat;
18661 const void *binary;
18662 GLsizei length;
18665 struct glShaderOp1EXT_params
18667 TEB *teb;
18668 GLenum op;
18669 GLuint res;
18670 GLuint arg1;
18673 struct glShaderOp2EXT_params
18675 TEB *teb;
18676 GLenum op;
18677 GLuint res;
18678 GLuint arg1;
18679 GLuint arg2;
18682 struct glShaderOp3EXT_params
18684 TEB *teb;
18685 GLenum op;
18686 GLuint res;
18687 GLuint arg1;
18688 GLuint arg2;
18689 GLuint arg3;
18692 struct glShaderSource_params
18694 TEB *teb;
18695 GLuint shader;
18696 GLsizei count;
18697 const GLchar *const*string;
18698 const GLint *length;
18701 struct glShaderSourceARB_params
18703 TEB *teb;
18704 GLhandleARB shaderObj;
18705 GLsizei count;
18706 const GLcharARB **string;
18707 const GLint *length;
18710 struct glShaderStorageBlockBinding_params
18712 TEB *teb;
18713 GLuint program;
18714 GLuint storageBlockIndex;
18715 GLuint storageBlockBinding;
18718 struct glShadingRateImageBarrierNV_params
18720 TEB *teb;
18721 GLboolean synchronize;
18724 struct glShadingRateImagePaletteNV_params
18726 TEB *teb;
18727 GLuint viewport;
18728 GLuint first;
18729 GLsizei count;
18730 const GLenum *rates;
18733 struct glShadingRateSampleOrderCustomNV_params
18735 TEB *teb;
18736 GLenum rate;
18737 GLuint samples;
18738 const GLint *locations;
18741 struct glShadingRateSampleOrderNV_params
18743 TEB *teb;
18744 GLenum order;
18747 struct glSharpenTexFuncSGIS_params
18749 TEB *teb;
18750 GLenum target;
18751 GLsizei n;
18752 const GLfloat *points;
18755 struct glSignalSemaphoreEXT_params
18757 TEB *teb;
18758 GLuint semaphore;
18759 GLuint numBufferBarriers;
18760 const GLuint *buffers;
18761 GLuint numTextureBarriers;
18762 const GLuint *textures;
18763 const GLenum *dstLayouts;
18766 struct glSignalSemaphoreui64NVX_params
18768 TEB *teb;
18769 GLuint signalGpu;
18770 GLsizei fenceObjectCount;
18771 const GLuint *semaphoreArray;
18772 const GLuint64 *fenceValueArray;
18775 struct glSignalVkFenceNV_params
18777 TEB *teb;
18778 GLuint64 vkFence;
18781 struct glSignalVkSemaphoreNV_params
18783 TEB *teb;
18784 GLuint64 vkSemaphore;
18787 struct glSpecializeShader_params
18789 TEB *teb;
18790 GLuint shader;
18791 const GLchar *pEntryPoint;
18792 GLuint numSpecializationConstants;
18793 const GLuint *pConstantIndex;
18794 const GLuint *pConstantValue;
18797 struct glSpecializeShaderARB_params
18799 TEB *teb;
18800 GLuint shader;
18801 const GLchar *pEntryPoint;
18802 GLuint numSpecializationConstants;
18803 const GLuint *pConstantIndex;
18804 const GLuint *pConstantValue;
18807 struct glSpriteParameterfSGIX_params
18809 TEB *teb;
18810 GLenum pname;
18811 GLfloat param;
18814 struct glSpriteParameterfvSGIX_params
18816 TEB *teb;
18817 GLenum pname;
18818 const GLfloat *params;
18821 struct glSpriteParameteriSGIX_params
18823 TEB *teb;
18824 GLenum pname;
18825 GLint param;
18828 struct glSpriteParameterivSGIX_params
18830 TEB *teb;
18831 GLenum pname;
18832 const GLint *params;
18835 struct glStartInstrumentsSGIX_params
18837 TEB *teb;
18840 struct glStateCaptureNV_params
18842 TEB *teb;
18843 GLuint state;
18844 GLenum mode;
18847 struct glStencilClearTagEXT_params
18849 TEB *teb;
18850 GLsizei stencilTagBits;
18851 GLuint stencilClearTag;
18854 struct glStencilFillPathInstancedNV_params
18856 TEB *teb;
18857 GLsizei numPaths;
18858 GLenum pathNameType;
18859 const void *paths;
18860 GLuint pathBase;
18861 GLenum fillMode;
18862 GLuint mask;
18863 GLenum transformType;
18864 const GLfloat *transformValues;
18867 struct glStencilFillPathNV_params
18869 TEB *teb;
18870 GLuint path;
18871 GLenum fillMode;
18872 GLuint mask;
18875 struct glStencilFuncSeparate_params
18877 TEB *teb;
18878 GLenum face;
18879 GLenum func;
18880 GLint ref;
18881 GLuint mask;
18884 struct glStencilFuncSeparateATI_params
18886 TEB *teb;
18887 GLenum frontfunc;
18888 GLenum backfunc;
18889 GLint ref;
18890 GLuint mask;
18893 struct glStencilMaskSeparate_params
18895 TEB *teb;
18896 GLenum face;
18897 GLuint mask;
18900 struct glStencilOpSeparate_params
18902 TEB *teb;
18903 GLenum face;
18904 GLenum sfail;
18905 GLenum dpfail;
18906 GLenum dppass;
18909 struct glStencilOpSeparateATI_params
18911 TEB *teb;
18912 GLenum face;
18913 GLenum sfail;
18914 GLenum dpfail;
18915 GLenum dppass;
18918 struct glStencilOpValueAMD_params
18920 TEB *teb;
18921 GLenum face;
18922 GLuint value;
18925 struct glStencilStrokePathInstancedNV_params
18927 TEB *teb;
18928 GLsizei numPaths;
18929 GLenum pathNameType;
18930 const void *paths;
18931 GLuint pathBase;
18932 GLint reference;
18933 GLuint mask;
18934 GLenum transformType;
18935 const GLfloat *transformValues;
18938 struct glStencilStrokePathNV_params
18940 TEB *teb;
18941 GLuint path;
18942 GLint reference;
18943 GLuint mask;
18946 struct glStencilThenCoverFillPathInstancedNV_params
18948 TEB *teb;
18949 GLsizei numPaths;
18950 GLenum pathNameType;
18951 const void *paths;
18952 GLuint pathBase;
18953 GLenum fillMode;
18954 GLuint mask;
18955 GLenum coverMode;
18956 GLenum transformType;
18957 const GLfloat *transformValues;
18960 struct glStencilThenCoverFillPathNV_params
18962 TEB *teb;
18963 GLuint path;
18964 GLenum fillMode;
18965 GLuint mask;
18966 GLenum coverMode;
18969 struct glStencilThenCoverStrokePathInstancedNV_params
18971 TEB *teb;
18972 GLsizei numPaths;
18973 GLenum pathNameType;
18974 const void *paths;
18975 GLuint pathBase;
18976 GLint reference;
18977 GLuint mask;
18978 GLenum coverMode;
18979 GLenum transformType;
18980 const GLfloat *transformValues;
18983 struct glStencilThenCoverStrokePathNV_params
18985 TEB *teb;
18986 GLuint path;
18987 GLint reference;
18988 GLuint mask;
18989 GLenum coverMode;
18992 struct glStopInstrumentsSGIX_params
18994 TEB *teb;
18995 GLint marker;
18998 struct glStringMarkerGREMEDY_params
19000 TEB *teb;
19001 GLsizei len;
19002 const void *string;
19005 struct glSubpixelPrecisionBiasNV_params
19007 TEB *teb;
19008 GLuint xbits;
19009 GLuint ybits;
19012 struct glSwizzleEXT_params
19014 TEB *teb;
19015 GLuint res;
19016 GLuint in;
19017 GLenum outX;
19018 GLenum outY;
19019 GLenum outZ;
19020 GLenum outW;
19023 struct glSyncTextureINTEL_params
19025 TEB *teb;
19026 GLuint texture;
19029 struct glTagSampleBufferSGIX_params
19031 TEB *teb;
19034 struct glTangent3bEXT_params
19036 TEB *teb;
19037 GLbyte tx;
19038 GLbyte ty;
19039 GLbyte tz;
19042 struct glTangent3bvEXT_params
19044 TEB *teb;
19045 const GLbyte *v;
19048 struct glTangent3dEXT_params
19050 TEB *teb;
19051 GLdouble tx;
19052 GLdouble ty;
19053 GLdouble tz;
19056 struct glTangent3dvEXT_params
19058 TEB *teb;
19059 const GLdouble *v;
19062 struct glTangent3fEXT_params
19064 TEB *teb;
19065 GLfloat tx;
19066 GLfloat ty;
19067 GLfloat tz;
19070 struct glTangent3fvEXT_params
19072 TEB *teb;
19073 const GLfloat *v;
19076 struct glTangent3iEXT_params
19078 TEB *teb;
19079 GLint tx;
19080 GLint ty;
19081 GLint tz;
19084 struct glTangent3ivEXT_params
19086 TEB *teb;
19087 const GLint *v;
19090 struct glTangent3sEXT_params
19092 TEB *teb;
19093 GLshort tx;
19094 GLshort ty;
19095 GLshort tz;
19098 struct glTangent3svEXT_params
19100 TEB *teb;
19101 const GLshort *v;
19104 struct glTangentPointerEXT_params
19106 TEB *teb;
19107 GLenum type;
19108 GLsizei stride;
19109 const void *pointer;
19112 struct glTbufferMask3DFX_params
19114 TEB *teb;
19115 GLuint mask;
19118 struct glTessellationFactorAMD_params
19120 TEB *teb;
19121 GLfloat factor;
19124 struct glTessellationModeAMD_params
19126 TEB *teb;
19127 GLenum mode;
19130 struct glTestFenceAPPLE_params
19132 TEB *teb;
19133 GLuint fence;
19134 GLboolean ret;
19137 struct glTestFenceNV_params
19139 TEB *teb;
19140 GLuint fence;
19141 GLboolean ret;
19144 struct glTestObjectAPPLE_params
19146 TEB *teb;
19147 GLenum object;
19148 GLuint name;
19149 GLboolean ret;
19152 struct glTexAttachMemoryNV_params
19154 TEB *teb;
19155 GLenum target;
19156 GLuint memory;
19157 GLuint64 offset;
19160 struct glTexBuffer_params
19162 TEB *teb;
19163 GLenum target;
19164 GLenum internalformat;
19165 GLuint buffer;
19168 struct glTexBufferARB_params
19170 TEB *teb;
19171 GLenum target;
19172 GLenum internalformat;
19173 GLuint buffer;
19176 struct glTexBufferEXT_params
19178 TEB *teb;
19179 GLenum target;
19180 GLenum internalformat;
19181 GLuint buffer;
19184 struct glTexBufferRange_params
19186 TEB *teb;
19187 GLenum target;
19188 GLenum internalformat;
19189 GLuint buffer;
19190 GLintptr offset;
19191 GLsizeiptr size;
19194 struct glTexBumpParameterfvATI_params
19196 TEB *teb;
19197 GLenum pname;
19198 const GLfloat *param;
19201 struct glTexBumpParameterivATI_params
19203 TEB *teb;
19204 GLenum pname;
19205 const GLint *param;
19208 struct glTexCoord1bOES_params
19210 TEB *teb;
19211 GLbyte s;
19214 struct glTexCoord1bvOES_params
19216 TEB *teb;
19217 const GLbyte *coords;
19220 struct glTexCoord1hNV_params
19222 TEB *teb;
19223 GLhalfNV s;
19226 struct glTexCoord1hvNV_params
19228 TEB *teb;
19229 const GLhalfNV *v;
19232 struct glTexCoord1xOES_params
19234 TEB *teb;
19235 GLfixed s;
19238 struct glTexCoord1xvOES_params
19240 TEB *teb;
19241 const GLfixed *coords;
19244 struct glTexCoord2bOES_params
19246 TEB *teb;
19247 GLbyte s;
19248 GLbyte t;
19251 struct glTexCoord2bvOES_params
19253 TEB *teb;
19254 const GLbyte *coords;
19257 struct glTexCoord2fColor3fVertex3fSUN_params
19259 TEB *teb;
19260 GLfloat s;
19261 GLfloat t;
19262 GLfloat r;
19263 GLfloat g;
19264 GLfloat b;
19265 GLfloat x;
19266 GLfloat y;
19267 GLfloat z;
19270 struct glTexCoord2fColor3fVertex3fvSUN_params
19272 TEB *teb;
19273 const GLfloat *tc;
19274 const GLfloat *c;
19275 const GLfloat *v;
19278 struct glTexCoord2fColor4fNormal3fVertex3fSUN_params
19280 TEB *teb;
19281 GLfloat s;
19282 GLfloat t;
19283 GLfloat r;
19284 GLfloat g;
19285 GLfloat b;
19286 GLfloat a;
19287 GLfloat nx;
19288 GLfloat ny;
19289 GLfloat nz;
19290 GLfloat x;
19291 GLfloat y;
19292 GLfloat z;
19295 struct glTexCoord2fColor4fNormal3fVertex3fvSUN_params
19297 TEB *teb;
19298 const GLfloat *tc;
19299 const GLfloat *c;
19300 const GLfloat *n;
19301 const GLfloat *v;
19304 struct glTexCoord2fColor4ubVertex3fSUN_params
19306 TEB *teb;
19307 GLfloat s;
19308 GLfloat t;
19309 GLubyte r;
19310 GLubyte g;
19311 GLubyte b;
19312 GLubyte a;
19313 GLfloat x;
19314 GLfloat y;
19315 GLfloat z;
19318 struct glTexCoord2fColor4ubVertex3fvSUN_params
19320 TEB *teb;
19321 const GLfloat *tc;
19322 const GLubyte *c;
19323 const GLfloat *v;
19326 struct glTexCoord2fNormal3fVertex3fSUN_params
19328 TEB *teb;
19329 GLfloat s;
19330 GLfloat t;
19331 GLfloat nx;
19332 GLfloat ny;
19333 GLfloat nz;
19334 GLfloat x;
19335 GLfloat y;
19336 GLfloat z;
19339 struct glTexCoord2fNormal3fVertex3fvSUN_params
19341 TEB *teb;
19342 const GLfloat *tc;
19343 const GLfloat *n;
19344 const GLfloat *v;
19347 struct glTexCoord2fVertex3fSUN_params
19349 TEB *teb;
19350 GLfloat s;
19351 GLfloat t;
19352 GLfloat x;
19353 GLfloat y;
19354 GLfloat z;
19357 struct glTexCoord2fVertex3fvSUN_params
19359 TEB *teb;
19360 const GLfloat *tc;
19361 const GLfloat *v;
19364 struct glTexCoord2hNV_params
19366 TEB *teb;
19367 GLhalfNV s;
19368 GLhalfNV t;
19371 struct glTexCoord2hvNV_params
19373 TEB *teb;
19374 const GLhalfNV *v;
19377 struct glTexCoord2xOES_params
19379 TEB *teb;
19380 GLfixed s;
19381 GLfixed t;
19384 struct glTexCoord2xvOES_params
19386 TEB *teb;
19387 const GLfixed *coords;
19390 struct glTexCoord3bOES_params
19392 TEB *teb;
19393 GLbyte s;
19394 GLbyte t;
19395 GLbyte r;
19398 struct glTexCoord3bvOES_params
19400 TEB *teb;
19401 const GLbyte *coords;
19404 struct glTexCoord3hNV_params
19406 TEB *teb;
19407 GLhalfNV s;
19408 GLhalfNV t;
19409 GLhalfNV r;
19412 struct glTexCoord3hvNV_params
19414 TEB *teb;
19415 const GLhalfNV *v;
19418 struct glTexCoord3xOES_params
19420 TEB *teb;
19421 GLfixed s;
19422 GLfixed t;
19423 GLfixed r;
19426 struct glTexCoord3xvOES_params
19428 TEB *teb;
19429 const GLfixed *coords;
19432 struct glTexCoord4bOES_params
19434 TEB *teb;
19435 GLbyte s;
19436 GLbyte t;
19437 GLbyte r;
19438 GLbyte q;
19441 struct glTexCoord4bvOES_params
19443 TEB *teb;
19444 const GLbyte *coords;
19447 struct glTexCoord4fColor4fNormal3fVertex4fSUN_params
19449 TEB *teb;
19450 GLfloat s;
19451 GLfloat t;
19452 GLfloat p;
19453 GLfloat q;
19454 GLfloat r;
19455 GLfloat g;
19456 GLfloat b;
19457 GLfloat a;
19458 GLfloat nx;
19459 GLfloat ny;
19460 GLfloat nz;
19461 GLfloat x;
19462 GLfloat y;
19463 GLfloat z;
19464 GLfloat w;
19467 struct glTexCoord4fColor4fNormal3fVertex4fvSUN_params
19469 TEB *teb;
19470 const GLfloat *tc;
19471 const GLfloat *c;
19472 const GLfloat *n;
19473 const GLfloat *v;
19476 struct glTexCoord4fVertex4fSUN_params
19478 TEB *teb;
19479 GLfloat s;
19480 GLfloat t;
19481 GLfloat p;
19482 GLfloat q;
19483 GLfloat x;
19484 GLfloat y;
19485 GLfloat z;
19486 GLfloat w;
19489 struct glTexCoord4fVertex4fvSUN_params
19491 TEB *teb;
19492 const GLfloat *tc;
19493 const GLfloat *v;
19496 struct glTexCoord4hNV_params
19498 TEB *teb;
19499 GLhalfNV s;
19500 GLhalfNV t;
19501 GLhalfNV r;
19502 GLhalfNV q;
19505 struct glTexCoord4hvNV_params
19507 TEB *teb;
19508 const GLhalfNV *v;
19511 struct glTexCoord4xOES_params
19513 TEB *teb;
19514 GLfixed s;
19515 GLfixed t;
19516 GLfixed r;
19517 GLfixed q;
19520 struct glTexCoord4xvOES_params
19522 TEB *teb;
19523 const GLfixed *coords;
19526 struct glTexCoordFormatNV_params
19528 TEB *teb;
19529 GLint size;
19530 GLenum type;
19531 GLsizei stride;
19534 struct glTexCoordP1ui_params
19536 TEB *teb;
19537 GLenum type;
19538 GLuint coords;
19541 struct glTexCoordP1uiv_params
19543 TEB *teb;
19544 GLenum type;
19545 const GLuint *coords;
19548 struct glTexCoordP2ui_params
19550 TEB *teb;
19551 GLenum type;
19552 GLuint coords;
19555 struct glTexCoordP2uiv_params
19557 TEB *teb;
19558 GLenum type;
19559 const GLuint *coords;
19562 struct glTexCoordP3ui_params
19564 TEB *teb;
19565 GLenum type;
19566 GLuint coords;
19569 struct glTexCoordP3uiv_params
19571 TEB *teb;
19572 GLenum type;
19573 const GLuint *coords;
19576 struct glTexCoordP4ui_params
19578 TEB *teb;
19579 GLenum type;
19580 GLuint coords;
19583 struct glTexCoordP4uiv_params
19585 TEB *teb;
19586 GLenum type;
19587 const GLuint *coords;
19590 struct glTexCoordPointerEXT_params
19592 TEB *teb;
19593 GLint size;
19594 GLenum type;
19595 GLsizei stride;
19596 GLsizei count;
19597 const void *pointer;
19600 struct glTexCoordPointerListIBM_params
19602 TEB *teb;
19603 GLint size;
19604 GLenum type;
19605 GLint stride;
19606 const void **pointer;
19607 GLint ptrstride;
19610 struct glTexCoordPointervINTEL_params
19612 TEB *teb;
19613 GLint size;
19614 GLenum type;
19615 const void **pointer;
19618 struct glTexEnvxOES_params
19620 TEB *teb;
19621 GLenum target;
19622 GLenum pname;
19623 GLfixed param;
19626 struct glTexEnvxvOES_params
19628 TEB *teb;
19629 GLenum target;
19630 GLenum pname;
19631 const GLfixed *params;
19634 struct glTexFilterFuncSGIS_params
19636 TEB *teb;
19637 GLenum target;
19638 GLenum filter;
19639 GLsizei n;
19640 const GLfloat *weights;
19643 struct glTexGenxOES_params
19645 TEB *teb;
19646 GLenum coord;
19647 GLenum pname;
19648 GLfixed param;
19651 struct glTexGenxvOES_params
19653 TEB *teb;
19654 GLenum coord;
19655 GLenum pname;
19656 const GLfixed *params;
19659 struct glTexImage2DMultisample_params
19661 TEB *teb;
19662 GLenum target;
19663 GLsizei samples;
19664 GLenum internalformat;
19665 GLsizei width;
19666 GLsizei height;
19667 GLboolean fixedsamplelocations;
19670 struct glTexImage2DMultisampleCoverageNV_params
19672 TEB *teb;
19673 GLenum target;
19674 GLsizei coverageSamples;
19675 GLsizei colorSamples;
19676 GLint internalFormat;
19677 GLsizei width;
19678 GLsizei height;
19679 GLboolean fixedSampleLocations;
19682 struct glTexImage3D_params
19684 TEB *teb;
19685 GLenum target;
19686 GLint level;
19687 GLint internalformat;
19688 GLsizei width;
19689 GLsizei height;
19690 GLsizei depth;
19691 GLint border;
19692 GLenum format;
19693 GLenum type;
19694 const void *pixels;
19697 struct glTexImage3DEXT_params
19699 TEB *teb;
19700 GLenum target;
19701 GLint level;
19702 GLenum internalformat;
19703 GLsizei width;
19704 GLsizei height;
19705 GLsizei depth;
19706 GLint border;
19707 GLenum format;
19708 GLenum type;
19709 const void *pixels;
19712 struct glTexImage3DMultisample_params
19714 TEB *teb;
19715 GLenum target;
19716 GLsizei samples;
19717 GLenum internalformat;
19718 GLsizei width;
19719 GLsizei height;
19720 GLsizei depth;
19721 GLboolean fixedsamplelocations;
19724 struct glTexImage3DMultisampleCoverageNV_params
19726 TEB *teb;
19727 GLenum target;
19728 GLsizei coverageSamples;
19729 GLsizei colorSamples;
19730 GLint internalFormat;
19731 GLsizei width;
19732 GLsizei height;
19733 GLsizei depth;
19734 GLboolean fixedSampleLocations;
19737 struct glTexImage4DSGIS_params
19739 TEB *teb;
19740 GLenum target;
19741 GLint level;
19742 GLenum internalformat;
19743 GLsizei width;
19744 GLsizei height;
19745 GLsizei depth;
19746 GLsizei size4d;
19747 GLint border;
19748 GLenum format;
19749 GLenum type;
19750 const void *pixels;
19753 struct glTexPageCommitmentARB_params
19755 TEB *teb;
19756 GLenum target;
19757 GLint level;
19758 GLint xoffset;
19759 GLint yoffset;
19760 GLint zoffset;
19761 GLsizei width;
19762 GLsizei height;
19763 GLsizei depth;
19764 GLboolean commit;
19767 struct glTexParameterIiv_params
19769 TEB *teb;
19770 GLenum target;
19771 GLenum pname;
19772 const GLint *params;
19775 struct glTexParameterIivEXT_params
19777 TEB *teb;
19778 GLenum target;
19779 GLenum pname;
19780 const GLint *params;
19783 struct glTexParameterIuiv_params
19785 TEB *teb;
19786 GLenum target;
19787 GLenum pname;
19788 const GLuint *params;
19791 struct glTexParameterIuivEXT_params
19793 TEB *teb;
19794 GLenum target;
19795 GLenum pname;
19796 const GLuint *params;
19799 struct glTexParameterxOES_params
19801 TEB *teb;
19802 GLenum target;
19803 GLenum pname;
19804 GLfixed param;
19807 struct glTexParameterxvOES_params
19809 TEB *teb;
19810 GLenum target;
19811 GLenum pname;
19812 const GLfixed *params;
19815 struct glTexRenderbufferNV_params
19817 TEB *teb;
19818 GLenum target;
19819 GLuint renderbuffer;
19822 struct glTexStorage1D_params
19824 TEB *teb;
19825 GLenum target;
19826 GLsizei levels;
19827 GLenum internalformat;
19828 GLsizei width;
19831 struct glTexStorage2D_params
19833 TEB *teb;
19834 GLenum target;
19835 GLsizei levels;
19836 GLenum internalformat;
19837 GLsizei width;
19838 GLsizei height;
19841 struct glTexStorage2DMultisample_params
19843 TEB *teb;
19844 GLenum target;
19845 GLsizei samples;
19846 GLenum internalformat;
19847 GLsizei width;
19848 GLsizei height;
19849 GLboolean fixedsamplelocations;
19852 struct glTexStorage3D_params
19854 TEB *teb;
19855 GLenum target;
19856 GLsizei levels;
19857 GLenum internalformat;
19858 GLsizei width;
19859 GLsizei height;
19860 GLsizei depth;
19863 struct glTexStorage3DMultisample_params
19865 TEB *teb;
19866 GLenum target;
19867 GLsizei samples;
19868 GLenum internalformat;
19869 GLsizei width;
19870 GLsizei height;
19871 GLsizei depth;
19872 GLboolean fixedsamplelocations;
19875 struct glTexStorageMem1DEXT_params
19877 TEB *teb;
19878 GLenum target;
19879 GLsizei levels;
19880 GLenum internalFormat;
19881 GLsizei width;
19882 GLuint memory;
19883 GLuint64 offset;
19886 struct glTexStorageMem2DEXT_params
19888 TEB *teb;
19889 GLenum target;
19890 GLsizei levels;
19891 GLenum internalFormat;
19892 GLsizei width;
19893 GLsizei height;
19894 GLuint memory;
19895 GLuint64 offset;
19898 struct glTexStorageMem2DMultisampleEXT_params
19900 TEB *teb;
19901 GLenum target;
19902 GLsizei samples;
19903 GLenum internalFormat;
19904 GLsizei width;
19905 GLsizei height;
19906 GLboolean fixedSampleLocations;
19907 GLuint memory;
19908 GLuint64 offset;
19911 struct glTexStorageMem3DEXT_params
19913 TEB *teb;
19914 GLenum target;
19915 GLsizei levels;
19916 GLenum internalFormat;
19917 GLsizei width;
19918 GLsizei height;
19919 GLsizei depth;
19920 GLuint memory;
19921 GLuint64 offset;
19924 struct glTexStorageMem3DMultisampleEXT_params
19926 TEB *teb;
19927 GLenum target;
19928 GLsizei samples;
19929 GLenum internalFormat;
19930 GLsizei width;
19931 GLsizei height;
19932 GLsizei depth;
19933 GLboolean fixedSampleLocations;
19934 GLuint memory;
19935 GLuint64 offset;
19938 struct glTexStorageSparseAMD_params
19940 TEB *teb;
19941 GLenum target;
19942 GLenum internalFormat;
19943 GLsizei width;
19944 GLsizei height;
19945 GLsizei depth;
19946 GLsizei layers;
19947 GLbitfield flags;
19950 struct glTexSubImage1DEXT_params
19952 TEB *teb;
19953 GLenum target;
19954 GLint level;
19955 GLint xoffset;
19956 GLsizei width;
19957 GLenum format;
19958 GLenum type;
19959 const void *pixels;
19962 struct glTexSubImage2DEXT_params
19964 TEB *teb;
19965 GLenum target;
19966 GLint level;
19967 GLint xoffset;
19968 GLint yoffset;
19969 GLsizei width;
19970 GLsizei height;
19971 GLenum format;
19972 GLenum type;
19973 const void *pixels;
19976 struct glTexSubImage3D_params
19978 TEB *teb;
19979 GLenum target;
19980 GLint level;
19981 GLint xoffset;
19982 GLint yoffset;
19983 GLint zoffset;
19984 GLsizei width;
19985 GLsizei height;
19986 GLsizei depth;
19987 GLenum format;
19988 GLenum type;
19989 const void *pixels;
19992 struct glTexSubImage3DEXT_params
19994 TEB *teb;
19995 GLenum target;
19996 GLint level;
19997 GLint xoffset;
19998 GLint yoffset;
19999 GLint zoffset;
20000 GLsizei width;
20001 GLsizei height;
20002 GLsizei depth;
20003 GLenum format;
20004 GLenum type;
20005 const void *pixels;
20008 struct glTexSubImage4DSGIS_params
20010 TEB *teb;
20011 GLenum target;
20012 GLint level;
20013 GLint xoffset;
20014 GLint yoffset;
20015 GLint zoffset;
20016 GLint woffset;
20017 GLsizei width;
20018 GLsizei height;
20019 GLsizei depth;
20020 GLsizei size4d;
20021 GLenum format;
20022 GLenum type;
20023 const void *pixels;
20026 struct glTextureAttachMemoryNV_params
20028 TEB *teb;
20029 GLuint texture;
20030 GLuint memory;
20031 GLuint64 offset;
20034 struct glTextureBarrier_params
20036 TEB *teb;
20039 struct glTextureBarrierNV_params
20041 TEB *teb;
20044 struct glTextureBuffer_params
20046 TEB *teb;
20047 GLuint texture;
20048 GLenum internalformat;
20049 GLuint buffer;
20052 struct glTextureBufferEXT_params
20054 TEB *teb;
20055 GLuint texture;
20056 GLenum target;
20057 GLenum internalformat;
20058 GLuint buffer;
20061 struct glTextureBufferRange_params
20063 TEB *teb;
20064 GLuint texture;
20065 GLenum internalformat;
20066 GLuint buffer;
20067 GLintptr offset;
20068 GLsizeiptr size;
20071 struct glTextureBufferRangeEXT_params
20073 TEB *teb;
20074 GLuint texture;
20075 GLenum target;
20076 GLenum internalformat;
20077 GLuint buffer;
20078 GLintptr offset;
20079 GLsizeiptr size;
20082 struct glTextureColorMaskSGIS_params
20084 TEB *teb;
20085 GLboolean red;
20086 GLboolean green;
20087 GLboolean blue;
20088 GLboolean alpha;
20091 struct glTextureImage1DEXT_params
20093 TEB *teb;
20094 GLuint texture;
20095 GLenum target;
20096 GLint level;
20097 GLint internalformat;
20098 GLsizei width;
20099 GLint border;
20100 GLenum format;
20101 GLenum type;
20102 const void *pixels;
20105 struct glTextureImage2DEXT_params
20107 TEB *teb;
20108 GLuint texture;
20109 GLenum target;
20110 GLint level;
20111 GLint internalformat;
20112 GLsizei width;
20113 GLsizei height;
20114 GLint border;
20115 GLenum format;
20116 GLenum type;
20117 const void *pixels;
20120 struct glTextureImage2DMultisampleCoverageNV_params
20122 TEB *teb;
20123 GLuint texture;
20124 GLenum target;
20125 GLsizei coverageSamples;
20126 GLsizei colorSamples;
20127 GLint internalFormat;
20128 GLsizei width;
20129 GLsizei height;
20130 GLboolean fixedSampleLocations;
20133 struct glTextureImage2DMultisampleNV_params
20135 TEB *teb;
20136 GLuint texture;
20137 GLenum target;
20138 GLsizei samples;
20139 GLint internalFormat;
20140 GLsizei width;
20141 GLsizei height;
20142 GLboolean fixedSampleLocations;
20145 struct glTextureImage3DEXT_params
20147 TEB *teb;
20148 GLuint texture;
20149 GLenum target;
20150 GLint level;
20151 GLint internalformat;
20152 GLsizei width;
20153 GLsizei height;
20154 GLsizei depth;
20155 GLint border;
20156 GLenum format;
20157 GLenum type;
20158 const void *pixels;
20161 struct glTextureImage3DMultisampleCoverageNV_params
20163 TEB *teb;
20164 GLuint texture;
20165 GLenum target;
20166 GLsizei coverageSamples;
20167 GLsizei colorSamples;
20168 GLint internalFormat;
20169 GLsizei width;
20170 GLsizei height;
20171 GLsizei depth;
20172 GLboolean fixedSampleLocations;
20175 struct glTextureImage3DMultisampleNV_params
20177 TEB *teb;
20178 GLuint texture;
20179 GLenum target;
20180 GLsizei samples;
20181 GLint internalFormat;
20182 GLsizei width;
20183 GLsizei height;
20184 GLsizei depth;
20185 GLboolean fixedSampleLocations;
20188 struct glTextureLightEXT_params
20190 TEB *teb;
20191 GLenum pname;
20194 struct glTextureMaterialEXT_params
20196 TEB *teb;
20197 GLenum face;
20198 GLenum mode;
20201 struct glTextureNormalEXT_params
20203 TEB *teb;
20204 GLenum mode;
20207 struct glTexturePageCommitmentEXT_params
20209 TEB *teb;
20210 GLuint texture;
20211 GLint level;
20212 GLint xoffset;
20213 GLint yoffset;
20214 GLint zoffset;
20215 GLsizei width;
20216 GLsizei height;
20217 GLsizei depth;
20218 GLboolean commit;
20221 struct glTextureParameterIiv_params
20223 TEB *teb;
20224 GLuint texture;
20225 GLenum pname;
20226 const GLint *params;
20229 struct glTextureParameterIivEXT_params
20231 TEB *teb;
20232 GLuint texture;
20233 GLenum target;
20234 GLenum pname;
20235 const GLint *params;
20238 struct glTextureParameterIuiv_params
20240 TEB *teb;
20241 GLuint texture;
20242 GLenum pname;
20243 const GLuint *params;
20246 struct glTextureParameterIuivEXT_params
20248 TEB *teb;
20249 GLuint texture;
20250 GLenum target;
20251 GLenum pname;
20252 const GLuint *params;
20255 struct glTextureParameterf_params
20257 TEB *teb;
20258 GLuint texture;
20259 GLenum pname;
20260 GLfloat param;
20263 struct glTextureParameterfEXT_params
20265 TEB *teb;
20266 GLuint texture;
20267 GLenum target;
20268 GLenum pname;
20269 GLfloat param;
20272 struct glTextureParameterfv_params
20274 TEB *teb;
20275 GLuint texture;
20276 GLenum pname;
20277 const GLfloat *param;
20280 struct glTextureParameterfvEXT_params
20282 TEB *teb;
20283 GLuint texture;
20284 GLenum target;
20285 GLenum pname;
20286 const GLfloat *params;
20289 struct glTextureParameteri_params
20291 TEB *teb;
20292 GLuint texture;
20293 GLenum pname;
20294 GLint param;
20297 struct glTextureParameteriEXT_params
20299 TEB *teb;
20300 GLuint texture;
20301 GLenum target;
20302 GLenum pname;
20303 GLint param;
20306 struct glTextureParameteriv_params
20308 TEB *teb;
20309 GLuint texture;
20310 GLenum pname;
20311 const GLint *param;
20314 struct glTextureParameterivEXT_params
20316 TEB *teb;
20317 GLuint texture;
20318 GLenum target;
20319 GLenum pname;
20320 const GLint *params;
20323 struct glTextureRangeAPPLE_params
20325 TEB *teb;
20326 GLenum target;
20327 GLsizei length;
20328 const void *pointer;
20331 struct glTextureRenderbufferEXT_params
20333 TEB *teb;
20334 GLuint texture;
20335 GLenum target;
20336 GLuint renderbuffer;
20339 struct glTextureStorage1D_params
20341 TEB *teb;
20342 GLuint texture;
20343 GLsizei levels;
20344 GLenum internalformat;
20345 GLsizei width;
20348 struct glTextureStorage1DEXT_params
20350 TEB *teb;
20351 GLuint texture;
20352 GLenum target;
20353 GLsizei levels;
20354 GLenum internalformat;
20355 GLsizei width;
20358 struct glTextureStorage2D_params
20360 TEB *teb;
20361 GLuint texture;
20362 GLsizei levels;
20363 GLenum internalformat;
20364 GLsizei width;
20365 GLsizei height;
20368 struct glTextureStorage2DEXT_params
20370 TEB *teb;
20371 GLuint texture;
20372 GLenum target;
20373 GLsizei levels;
20374 GLenum internalformat;
20375 GLsizei width;
20376 GLsizei height;
20379 struct glTextureStorage2DMultisample_params
20381 TEB *teb;
20382 GLuint texture;
20383 GLsizei samples;
20384 GLenum internalformat;
20385 GLsizei width;
20386 GLsizei height;
20387 GLboolean fixedsamplelocations;
20390 struct glTextureStorage2DMultisampleEXT_params
20392 TEB *teb;
20393 GLuint texture;
20394 GLenum target;
20395 GLsizei samples;
20396 GLenum internalformat;
20397 GLsizei width;
20398 GLsizei height;
20399 GLboolean fixedsamplelocations;
20402 struct glTextureStorage3D_params
20404 TEB *teb;
20405 GLuint texture;
20406 GLsizei levels;
20407 GLenum internalformat;
20408 GLsizei width;
20409 GLsizei height;
20410 GLsizei depth;
20413 struct glTextureStorage3DEXT_params
20415 TEB *teb;
20416 GLuint texture;
20417 GLenum target;
20418 GLsizei levels;
20419 GLenum internalformat;
20420 GLsizei width;
20421 GLsizei height;
20422 GLsizei depth;
20425 struct glTextureStorage3DMultisample_params
20427 TEB *teb;
20428 GLuint texture;
20429 GLsizei samples;
20430 GLenum internalformat;
20431 GLsizei width;
20432 GLsizei height;
20433 GLsizei depth;
20434 GLboolean fixedsamplelocations;
20437 struct glTextureStorage3DMultisampleEXT_params
20439 TEB *teb;
20440 GLuint texture;
20441 GLenum target;
20442 GLsizei samples;
20443 GLenum internalformat;
20444 GLsizei width;
20445 GLsizei height;
20446 GLsizei depth;
20447 GLboolean fixedsamplelocations;
20450 struct glTextureStorageMem1DEXT_params
20452 TEB *teb;
20453 GLuint texture;
20454 GLsizei levels;
20455 GLenum internalFormat;
20456 GLsizei width;
20457 GLuint memory;
20458 GLuint64 offset;
20461 struct glTextureStorageMem2DEXT_params
20463 TEB *teb;
20464 GLuint texture;
20465 GLsizei levels;
20466 GLenum internalFormat;
20467 GLsizei width;
20468 GLsizei height;
20469 GLuint memory;
20470 GLuint64 offset;
20473 struct glTextureStorageMem2DMultisampleEXT_params
20475 TEB *teb;
20476 GLuint texture;
20477 GLsizei samples;
20478 GLenum internalFormat;
20479 GLsizei width;
20480 GLsizei height;
20481 GLboolean fixedSampleLocations;
20482 GLuint memory;
20483 GLuint64 offset;
20486 struct glTextureStorageMem3DEXT_params
20488 TEB *teb;
20489 GLuint texture;
20490 GLsizei levels;
20491 GLenum internalFormat;
20492 GLsizei width;
20493 GLsizei height;
20494 GLsizei depth;
20495 GLuint memory;
20496 GLuint64 offset;
20499 struct glTextureStorageMem3DMultisampleEXT_params
20501 TEB *teb;
20502 GLuint texture;
20503 GLsizei samples;
20504 GLenum internalFormat;
20505 GLsizei width;
20506 GLsizei height;
20507 GLsizei depth;
20508 GLboolean fixedSampleLocations;
20509 GLuint memory;
20510 GLuint64 offset;
20513 struct glTextureStorageSparseAMD_params
20515 TEB *teb;
20516 GLuint texture;
20517 GLenum target;
20518 GLenum internalFormat;
20519 GLsizei width;
20520 GLsizei height;
20521 GLsizei depth;
20522 GLsizei layers;
20523 GLbitfield flags;
20526 struct glTextureSubImage1D_params
20528 TEB *teb;
20529 GLuint texture;
20530 GLint level;
20531 GLint xoffset;
20532 GLsizei width;
20533 GLenum format;
20534 GLenum type;
20535 const void *pixels;
20538 struct glTextureSubImage1DEXT_params
20540 TEB *teb;
20541 GLuint texture;
20542 GLenum target;
20543 GLint level;
20544 GLint xoffset;
20545 GLsizei width;
20546 GLenum format;
20547 GLenum type;
20548 const void *pixels;
20551 struct glTextureSubImage2D_params
20553 TEB *teb;
20554 GLuint texture;
20555 GLint level;
20556 GLint xoffset;
20557 GLint yoffset;
20558 GLsizei width;
20559 GLsizei height;
20560 GLenum format;
20561 GLenum type;
20562 const void *pixels;
20565 struct glTextureSubImage2DEXT_params
20567 TEB *teb;
20568 GLuint texture;
20569 GLenum target;
20570 GLint level;
20571 GLint xoffset;
20572 GLint yoffset;
20573 GLsizei width;
20574 GLsizei height;
20575 GLenum format;
20576 GLenum type;
20577 const void *pixels;
20580 struct glTextureSubImage3D_params
20582 TEB *teb;
20583 GLuint texture;
20584 GLint level;
20585 GLint xoffset;
20586 GLint yoffset;
20587 GLint zoffset;
20588 GLsizei width;
20589 GLsizei height;
20590 GLsizei depth;
20591 GLenum format;
20592 GLenum type;
20593 const void *pixels;
20596 struct glTextureSubImage3DEXT_params
20598 TEB *teb;
20599 GLuint texture;
20600 GLenum target;
20601 GLint level;
20602 GLint xoffset;
20603 GLint yoffset;
20604 GLint zoffset;
20605 GLsizei width;
20606 GLsizei height;
20607 GLsizei depth;
20608 GLenum format;
20609 GLenum type;
20610 const void *pixels;
20613 struct glTextureView_params
20615 TEB *teb;
20616 GLuint texture;
20617 GLenum target;
20618 GLuint origtexture;
20619 GLenum internalformat;
20620 GLuint minlevel;
20621 GLuint numlevels;
20622 GLuint minlayer;
20623 GLuint numlayers;
20626 struct glTrackMatrixNV_params
20628 TEB *teb;
20629 GLenum target;
20630 GLuint address;
20631 GLenum matrix;
20632 GLenum transform;
20635 struct glTransformFeedbackAttribsNV_params
20637 TEB *teb;
20638 GLsizei count;
20639 const GLint *attribs;
20640 GLenum bufferMode;
20643 struct glTransformFeedbackBufferBase_params
20645 TEB *teb;
20646 GLuint xfb;
20647 GLuint index;
20648 GLuint buffer;
20651 struct glTransformFeedbackBufferRange_params
20653 TEB *teb;
20654 GLuint xfb;
20655 GLuint index;
20656 GLuint buffer;
20657 GLintptr offset;
20658 GLsizeiptr size;
20661 struct glTransformFeedbackStreamAttribsNV_params
20663 TEB *teb;
20664 GLsizei count;
20665 const GLint *attribs;
20666 GLsizei nbuffers;
20667 const GLint *bufstreams;
20668 GLenum bufferMode;
20671 struct glTransformFeedbackVaryings_params
20673 TEB *teb;
20674 GLuint program;
20675 GLsizei count;
20676 const GLchar *const*varyings;
20677 GLenum bufferMode;
20680 struct glTransformFeedbackVaryingsEXT_params
20682 TEB *teb;
20683 GLuint program;
20684 GLsizei count;
20685 const GLchar *const*varyings;
20686 GLenum bufferMode;
20689 struct glTransformFeedbackVaryingsNV_params
20691 TEB *teb;
20692 GLuint program;
20693 GLsizei count;
20694 const GLint *locations;
20695 GLenum bufferMode;
20698 struct glTransformPathNV_params
20700 TEB *teb;
20701 GLuint resultPath;
20702 GLuint srcPath;
20703 GLenum transformType;
20704 const GLfloat *transformValues;
20707 struct glTranslatexOES_params
20709 TEB *teb;
20710 GLfixed x;
20711 GLfixed y;
20712 GLfixed z;
20715 struct glUniform1d_params
20717 TEB *teb;
20718 GLint location;
20719 GLdouble x;
20722 struct glUniform1dv_params
20724 TEB *teb;
20725 GLint location;
20726 GLsizei count;
20727 const GLdouble *value;
20730 struct glUniform1f_params
20732 TEB *teb;
20733 GLint location;
20734 GLfloat v0;
20737 struct glUniform1fARB_params
20739 TEB *teb;
20740 GLint location;
20741 GLfloat v0;
20744 struct glUniform1fv_params
20746 TEB *teb;
20747 GLint location;
20748 GLsizei count;
20749 const GLfloat *value;
20752 struct glUniform1fvARB_params
20754 TEB *teb;
20755 GLint location;
20756 GLsizei count;
20757 const GLfloat *value;
20760 struct glUniform1i_params
20762 TEB *teb;
20763 GLint location;
20764 GLint v0;
20767 struct glUniform1i64ARB_params
20769 TEB *teb;
20770 GLint location;
20771 GLint64 x;
20774 struct glUniform1i64NV_params
20776 TEB *teb;
20777 GLint location;
20778 GLint64EXT x;
20781 struct glUniform1i64vARB_params
20783 TEB *teb;
20784 GLint location;
20785 GLsizei count;
20786 const GLint64 *value;
20789 struct glUniform1i64vNV_params
20791 TEB *teb;
20792 GLint location;
20793 GLsizei count;
20794 const GLint64EXT *value;
20797 struct glUniform1iARB_params
20799 TEB *teb;
20800 GLint location;
20801 GLint v0;
20804 struct glUniform1iv_params
20806 TEB *teb;
20807 GLint location;
20808 GLsizei count;
20809 const GLint *value;
20812 struct glUniform1ivARB_params
20814 TEB *teb;
20815 GLint location;
20816 GLsizei count;
20817 const GLint *value;
20820 struct glUniform1ui_params
20822 TEB *teb;
20823 GLint location;
20824 GLuint v0;
20827 struct glUniform1ui64ARB_params
20829 TEB *teb;
20830 GLint location;
20831 GLuint64 x;
20834 struct glUniform1ui64NV_params
20836 TEB *teb;
20837 GLint location;
20838 GLuint64EXT x;
20841 struct glUniform1ui64vARB_params
20843 TEB *teb;
20844 GLint location;
20845 GLsizei count;
20846 const GLuint64 *value;
20849 struct glUniform1ui64vNV_params
20851 TEB *teb;
20852 GLint location;
20853 GLsizei count;
20854 const GLuint64EXT *value;
20857 struct glUniform1uiEXT_params
20859 TEB *teb;
20860 GLint location;
20861 GLuint v0;
20864 struct glUniform1uiv_params
20866 TEB *teb;
20867 GLint location;
20868 GLsizei count;
20869 const GLuint *value;
20872 struct glUniform1uivEXT_params
20874 TEB *teb;
20875 GLint location;
20876 GLsizei count;
20877 const GLuint *value;
20880 struct glUniform2d_params
20882 TEB *teb;
20883 GLint location;
20884 GLdouble x;
20885 GLdouble y;
20888 struct glUniform2dv_params
20890 TEB *teb;
20891 GLint location;
20892 GLsizei count;
20893 const GLdouble *value;
20896 struct glUniform2f_params
20898 TEB *teb;
20899 GLint location;
20900 GLfloat v0;
20901 GLfloat v1;
20904 struct glUniform2fARB_params
20906 TEB *teb;
20907 GLint location;
20908 GLfloat v0;
20909 GLfloat v1;
20912 struct glUniform2fv_params
20914 TEB *teb;
20915 GLint location;
20916 GLsizei count;
20917 const GLfloat *value;
20920 struct glUniform2fvARB_params
20922 TEB *teb;
20923 GLint location;
20924 GLsizei count;
20925 const GLfloat *value;
20928 struct glUniform2i_params
20930 TEB *teb;
20931 GLint location;
20932 GLint v0;
20933 GLint v1;
20936 struct glUniform2i64ARB_params
20938 TEB *teb;
20939 GLint location;
20940 GLint64 x;
20941 GLint64 y;
20944 struct glUniform2i64NV_params
20946 TEB *teb;
20947 GLint location;
20948 GLint64EXT x;
20949 GLint64EXT y;
20952 struct glUniform2i64vARB_params
20954 TEB *teb;
20955 GLint location;
20956 GLsizei count;
20957 const GLint64 *value;
20960 struct glUniform2i64vNV_params
20962 TEB *teb;
20963 GLint location;
20964 GLsizei count;
20965 const GLint64EXT *value;
20968 struct glUniform2iARB_params
20970 TEB *teb;
20971 GLint location;
20972 GLint v0;
20973 GLint v1;
20976 struct glUniform2iv_params
20978 TEB *teb;
20979 GLint location;
20980 GLsizei count;
20981 const GLint *value;
20984 struct glUniform2ivARB_params
20986 TEB *teb;
20987 GLint location;
20988 GLsizei count;
20989 const GLint *value;
20992 struct glUniform2ui_params
20994 TEB *teb;
20995 GLint location;
20996 GLuint v0;
20997 GLuint v1;
21000 struct glUniform2ui64ARB_params
21002 TEB *teb;
21003 GLint location;
21004 GLuint64 x;
21005 GLuint64 y;
21008 struct glUniform2ui64NV_params
21010 TEB *teb;
21011 GLint location;
21012 GLuint64EXT x;
21013 GLuint64EXT y;
21016 struct glUniform2ui64vARB_params
21018 TEB *teb;
21019 GLint location;
21020 GLsizei count;
21021 const GLuint64 *value;
21024 struct glUniform2ui64vNV_params
21026 TEB *teb;
21027 GLint location;
21028 GLsizei count;
21029 const GLuint64EXT *value;
21032 struct glUniform2uiEXT_params
21034 TEB *teb;
21035 GLint location;
21036 GLuint v0;
21037 GLuint v1;
21040 struct glUniform2uiv_params
21042 TEB *teb;
21043 GLint location;
21044 GLsizei count;
21045 const GLuint *value;
21048 struct glUniform2uivEXT_params
21050 TEB *teb;
21051 GLint location;
21052 GLsizei count;
21053 const GLuint *value;
21056 struct glUniform3d_params
21058 TEB *teb;
21059 GLint location;
21060 GLdouble x;
21061 GLdouble y;
21062 GLdouble z;
21065 struct glUniform3dv_params
21067 TEB *teb;
21068 GLint location;
21069 GLsizei count;
21070 const GLdouble *value;
21073 struct glUniform3f_params
21075 TEB *teb;
21076 GLint location;
21077 GLfloat v0;
21078 GLfloat v1;
21079 GLfloat v2;
21082 struct glUniform3fARB_params
21084 TEB *teb;
21085 GLint location;
21086 GLfloat v0;
21087 GLfloat v1;
21088 GLfloat v2;
21091 struct glUniform3fv_params
21093 TEB *teb;
21094 GLint location;
21095 GLsizei count;
21096 const GLfloat *value;
21099 struct glUniform3fvARB_params
21101 TEB *teb;
21102 GLint location;
21103 GLsizei count;
21104 const GLfloat *value;
21107 struct glUniform3i_params
21109 TEB *teb;
21110 GLint location;
21111 GLint v0;
21112 GLint v1;
21113 GLint v2;
21116 struct glUniform3i64ARB_params
21118 TEB *teb;
21119 GLint location;
21120 GLint64 x;
21121 GLint64 y;
21122 GLint64 z;
21125 struct glUniform3i64NV_params
21127 TEB *teb;
21128 GLint location;
21129 GLint64EXT x;
21130 GLint64EXT y;
21131 GLint64EXT z;
21134 struct glUniform3i64vARB_params
21136 TEB *teb;
21137 GLint location;
21138 GLsizei count;
21139 const GLint64 *value;
21142 struct glUniform3i64vNV_params
21144 TEB *teb;
21145 GLint location;
21146 GLsizei count;
21147 const GLint64EXT *value;
21150 struct glUniform3iARB_params
21152 TEB *teb;
21153 GLint location;
21154 GLint v0;
21155 GLint v1;
21156 GLint v2;
21159 struct glUniform3iv_params
21161 TEB *teb;
21162 GLint location;
21163 GLsizei count;
21164 const GLint *value;
21167 struct glUniform3ivARB_params
21169 TEB *teb;
21170 GLint location;
21171 GLsizei count;
21172 const GLint *value;
21175 struct glUniform3ui_params
21177 TEB *teb;
21178 GLint location;
21179 GLuint v0;
21180 GLuint v1;
21181 GLuint v2;
21184 struct glUniform3ui64ARB_params
21186 TEB *teb;
21187 GLint location;
21188 GLuint64 x;
21189 GLuint64 y;
21190 GLuint64 z;
21193 struct glUniform3ui64NV_params
21195 TEB *teb;
21196 GLint location;
21197 GLuint64EXT x;
21198 GLuint64EXT y;
21199 GLuint64EXT z;
21202 struct glUniform3ui64vARB_params
21204 TEB *teb;
21205 GLint location;
21206 GLsizei count;
21207 const GLuint64 *value;
21210 struct glUniform3ui64vNV_params
21212 TEB *teb;
21213 GLint location;
21214 GLsizei count;
21215 const GLuint64EXT *value;
21218 struct glUniform3uiEXT_params
21220 TEB *teb;
21221 GLint location;
21222 GLuint v0;
21223 GLuint v1;
21224 GLuint v2;
21227 struct glUniform3uiv_params
21229 TEB *teb;
21230 GLint location;
21231 GLsizei count;
21232 const GLuint *value;
21235 struct glUniform3uivEXT_params
21237 TEB *teb;
21238 GLint location;
21239 GLsizei count;
21240 const GLuint *value;
21243 struct glUniform4d_params
21245 TEB *teb;
21246 GLint location;
21247 GLdouble x;
21248 GLdouble y;
21249 GLdouble z;
21250 GLdouble w;
21253 struct glUniform4dv_params
21255 TEB *teb;
21256 GLint location;
21257 GLsizei count;
21258 const GLdouble *value;
21261 struct glUniform4f_params
21263 TEB *teb;
21264 GLint location;
21265 GLfloat v0;
21266 GLfloat v1;
21267 GLfloat v2;
21268 GLfloat v3;
21271 struct glUniform4fARB_params
21273 TEB *teb;
21274 GLint location;
21275 GLfloat v0;
21276 GLfloat v1;
21277 GLfloat v2;
21278 GLfloat v3;
21281 struct glUniform4fv_params
21283 TEB *teb;
21284 GLint location;
21285 GLsizei count;
21286 const GLfloat *value;
21289 struct glUniform4fvARB_params
21291 TEB *teb;
21292 GLint location;
21293 GLsizei count;
21294 const GLfloat *value;
21297 struct glUniform4i_params
21299 TEB *teb;
21300 GLint location;
21301 GLint v0;
21302 GLint v1;
21303 GLint v2;
21304 GLint v3;
21307 struct glUniform4i64ARB_params
21309 TEB *teb;
21310 GLint location;
21311 GLint64 x;
21312 GLint64 y;
21313 GLint64 z;
21314 GLint64 w;
21317 struct glUniform4i64NV_params
21319 TEB *teb;
21320 GLint location;
21321 GLint64EXT x;
21322 GLint64EXT y;
21323 GLint64EXT z;
21324 GLint64EXT w;
21327 struct glUniform4i64vARB_params
21329 TEB *teb;
21330 GLint location;
21331 GLsizei count;
21332 const GLint64 *value;
21335 struct glUniform4i64vNV_params
21337 TEB *teb;
21338 GLint location;
21339 GLsizei count;
21340 const GLint64EXT *value;
21343 struct glUniform4iARB_params
21345 TEB *teb;
21346 GLint location;
21347 GLint v0;
21348 GLint v1;
21349 GLint v2;
21350 GLint v3;
21353 struct glUniform4iv_params
21355 TEB *teb;
21356 GLint location;
21357 GLsizei count;
21358 const GLint *value;
21361 struct glUniform4ivARB_params
21363 TEB *teb;
21364 GLint location;
21365 GLsizei count;
21366 const GLint *value;
21369 struct glUniform4ui_params
21371 TEB *teb;
21372 GLint location;
21373 GLuint v0;
21374 GLuint v1;
21375 GLuint v2;
21376 GLuint v3;
21379 struct glUniform4ui64ARB_params
21381 TEB *teb;
21382 GLint location;
21383 GLuint64 x;
21384 GLuint64 y;
21385 GLuint64 z;
21386 GLuint64 w;
21389 struct glUniform4ui64NV_params
21391 TEB *teb;
21392 GLint location;
21393 GLuint64EXT x;
21394 GLuint64EXT y;
21395 GLuint64EXT z;
21396 GLuint64EXT w;
21399 struct glUniform4ui64vARB_params
21401 TEB *teb;
21402 GLint location;
21403 GLsizei count;
21404 const GLuint64 *value;
21407 struct glUniform4ui64vNV_params
21409 TEB *teb;
21410 GLint location;
21411 GLsizei count;
21412 const GLuint64EXT *value;
21415 struct glUniform4uiEXT_params
21417 TEB *teb;
21418 GLint location;
21419 GLuint v0;
21420 GLuint v1;
21421 GLuint v2;
21422 GLuint v3;
21425 struct glUniform4uiv_params
21427 TEB *teb;
21428 GLint location;
21429 GLsizei count;
21430 const GLuint *value;
21433 struct glUniform4uivEXT_params
21435 TEB *teb;
21436 GLint location;
21437 GLsizei count;
21438 const GLuint *value;
21441 struct glUniformBlockBinding_params
21443 TEB *teb;
21444 GLuint program;
21445 GLuint uniformBlockIndex;
21446 GLuint uniformBlockBinding;
21449 struct glUniformBufferEXT_params
21451 TEB *teb;
21452 GLuint program;
21453 GLint location;
21454 GLuint buffer;
21457 struct glUniformHandleui64ARB_params
21459 TEB *teb;
21460 GLint location;
21461 GLuint64 value;
21464 struct glUniformHandleui64NV_params
21466 TEB *teb;
21467 GLint location;
21468 GLuint64 value;
21471 struct glUniformHandleui64vARB_params
21473 TEB *teb;
21474 GLint location;
21475 GLsizei count;
21476 const GLuint64 *value;
21479 struct glUniformHandleui64vNV_params
21481 TEB *teb;
21482 GLint location;
21483 GLsizei count;
21484 const GLuint64 *value;
21487 struct glUniformMatrix2dv_params
21489 TEB *teb;
21490 GLint location;
21491 GLsizei count;
21492 GLboolean transpose;
21493 const GLdouble *value;
21496 struct glUniformMatrix2fv_params
21498 TEB *teb;
21499 GLint location;
21500 GLsizei count;
21501 GLboolean transpose;
21502 const GLfloat *value;
21505 struct glUniformMatrix2fvARB_params
21507 TEB *teb;
21508 GLint location;
21509 GLsizei count;
21510 GLboolean transpose;
21511 const GLfloat *value;
21514 struct glUniformMatrix2x3dv_params
21516 TEB *teb;
21517 GLint location;
21518 GLsizei count;
21519 GLboolean transpose;
21520 const GLdouble *value;
21523 struct glUniformMatrix2x3fv_params
21525 TEB *teb;
21526 GLint location;
21527 GLsizei count;
21528 GLboolean transpose;
21529 const GLfloat *value;
21532 struct glUniformMatrix2x4dv_params
21534 TEB *teb;
21535 GLint location;
21536 GLsizei count;
21537 GLboolean transpose;
21538 const GLdouble *value;
21541 struct glUniformMatrix2x4fv_params
21543 TEB *teb;
21544 GLint location;
21545 GLsizei count;
21546 GLboolean transpose;
21547 const GLfloat *value;
21550 struct glUniformMatrix3dv_params
21552 TEB *teb;
21553 GLint location;
21554 GLsizei count;
21555 GLboolean transpose;
21556 const GLdouble *value;
21559 struct glUniformMatrix3fv_params
21561 TEB *teb;
21562 GLint location;
21563 GLsizei count;
21564 GLboolean transpose;
21565 const GLfloat *value;
21568 struct glUniformMatrix3fvARB_params
21570 TEB *teb;
21571 GLint location;
21572 GLsizei count;
21573 GLboolean transpose;
21574 const GLfloat *value;
21577 struct glUniformMatrix3x2dv_params
21579 TEB *teb;
21580 GLint location;
21581 GLsizei count;
21582 GLboolean transpose;
21583 const GLdouble *value;
21586 struct glUniformMatrix3x2fv_params
21588 TEB *teb;
21589 GLint location;
21590 GLsizei count;
21591 GLboolean transpose;
21592 const GLfloat *value;
21595 struct glUniformMatrix3x4dv_params
21597 TEB *teb;
21598 GLint location;
21599 GLsizei count;
21600 GLboolean transpose;
21601 const GLdouble *value;
21604 struct glUniformMatrix3x4fv_params
21606 TEB *teb;
21607 GLint location;
21608 GLsizei count;
21609 GLboolean transpose;
21610 const GLfloat *value;
21613 struct glUniformMatrix4dv_params
21615 TEB *teb;
21616 GLint location;
21617 GLsizei count;
21618 GLboolean transpose;
21619 const GLdouble *value;
21622 struct glUniformMatrix4fv_params
21624 TEB *teb;
21625 GLint location;
21626 GLsizei count;
21627 GLboolean transpose;
21628 const GLfloat *value;
21631 struct glUniformMatrix4fvARB_params
21633 TEB *teb;
21634 GLint location;
21635 GLsizei count;
21636 GLboolean transpose;
21637 const GLfloat *value;
21640 struct glUniformMatrix4x2dv_params
21642 TEB *teb;
21643 GLint location;
21644 GLsizei count;
21645 GLboolean transpose;
21646 const GLdouble *value;
21649 struct glUniformMatrix4x2fv_params
21651 TEB *teb;
21652 GLint location;
21653 GLsizei count;
21654 GLboolean transpose;
21655 const GLfloat *value;
21658 struct glUniformMatrix4x3dv_params
21660 TEB *teb;
21661 GLint location;
21662 GLsizei count;
21663 GLboolean transpose;
21664 const GLdouble *value;
21667 struct glUniformMatrix4x3fv_params
21669 TEB *teb;
21670 GLint location;
21671 GLsizei count;
21672 GLboolean transpose;
21673 const GLfloat *value;
21676 struct glUniformSubroutinesuiv_params
21678 TEB *teb;
21679 GLenum shadertype;
21680 GLsizei count;
21681 const GLuint *indices;
21684 struct glUniformui64NV_params
21686 TEB *teb;
21687 GLint location;
21688 GLuint64EXT value;
21691 struct glUniformui64vNV_params
21693 TEB *teb;
21694 GLint location;
21695 GLsizei count;
21696 const GLuint64EXT *value;
21699 struct glUnlockArraysEXT_params
21701 TEB *teb;
21704 struct glUnmapBuffer_params
21706 TEB *teb;
21707 GLenum target;
21708 GLboolean ret;
21711 struct glUnmapBufferARB_params
21713 TEB *teb;
21714 GLenum target;
21715 GLboolean ret;
21718 struct glUnmapNamedBuffer_params
21720 TEB *teb;
21721 GLuint buffer;
21722 GLboolean ret;
21725 struct glUnmapNamedBufferEXT_params
21727 TEB *teb;
21728 GLuint buffer;
21729 GLboolean ret;
21732 struct glUnmapObjectBufferATI_params
21734 TEB *teb;
21735 GLuint buffer;
21738 struct glUnmapTexture2DINTEL_params
21740 TEB *teb;
21741 GLuint texture;
21742 GLint level;
21745 struct glUpdateObjectBufferATI_params
21747 TEB *teb;
21748 GLuint buffer;
21749 GLuint offset;
21750 GLsizei size;
21751 const void *pointer;
21752 GLenum preserve;
21755 struct glUploadGpuMaskNVX_params
21757 TEB *teb;
21758 GLbitfield mask;
21761 struct glUseProgram_params
21763 TEB *teb;
21764 GLuint program;
21767 struct glUseProgramObjectARB_params
21769 TEB *teb;
21770 GLhandleARB programObj;
21773 struct glUseProgramStages_params
21775 TEB *teb;
21776 GLuint pipeline;
21777 GLbitfield stages;
21778 GLuint program;
21781 struct glUseShaderProgramEXT_params
21783 TEB *teb;
21784 GLenum type;
21785 GLuint program;
21788 struct glVDPAUFiniNV_params
21790 TEB *teb;
21793 struct glVDPAUGetSurfaceivNV_params
21795 TEB *teb;
21796 GLvdpauSurfaceNV surface;
21797 GLenum pname;
21798 GLsizei count;
21799 GLsizei *length;
21800 GLint *values;
21803 struct glVDPAUInitNV_params
21805 TEB *teb;
21806 const void *vdpDevice;
21807 const void *getProcAddress;
21810 struct glVDPAUIsSurfaceNV_params
21812 TEB *teb;
21813 GLvdpauSurfaceNV surface;
21814 GLboolean ret;
21817 struct glVDPAUMapSurfacesNV_params
21819 TEB *teb;
21820 GLsizei numSurfaces;
21821 const GLvdpauSurfaceNV *surfaces;
21824 struct glVDPAURegisterOutputSurfaceNV_params
21826 TEB *teb;
21827 const void *vdpSurface;
21828 GLenum target;
21829 GLsizei numTextureNames;
21830 const GLuint *textureNames;
21831 GLvdpauSurfaceNV ret;
21834 struct glVDPAURegisterVideoSurfaceNV_params
21836 TEB *teb;
21837 const void *vdpSurface;
21838 GLenum target;
21839 GLsizei numTextureNames;
21840 const GLuint *textureNames;
21841 GLvdpauSurfaceNV ret;
21844 struct glVDPAURegisterVideoSurfaceWithPictureStructureNV_params
21846 TEB *teb;
21847 const void *vdpSurface;
21848 GLenum target;
21849 GLsizei numTextureNames;
21850 const GLuint *textureNames;
21851 GLboolean isFrameStructure;
21852 GLvdpauSurfaceNV ret;
21855 struct glVDPAUSurfaceAccessNV_params
21857 TEB *teb;
21858 GLvdpauSurfaceNV surface;
21859 GLenum access;
21862 struct glVDPAUUnmapSurfacesNV_params
21864 TEB *teb;
21865 GLsizei numSurface;
21866 const GLvdpauSurfaceNV *surfaces;
21869 struct glVDPAUUnregisterSurfaceNV_params
21871 TEB *teb;
21872 GLvdpauSurfaceNV surface;
21875 struct glValidateProgram_params
21877 TEB *teb;
21878 GLuint program;
21881 struct glValidateProgramARB_params
21883 TEB *teb;
21884 GLhandleARB programObj;
21887 struct glValidateProgramPipeline_params
21889 TEB *teb;
21890 GLuint pipeline;
21893 struct glVariantArrayObjectATI_params
21895 TEB *teb;
21896 GLuint id;
21897 GLenum type;
21898 GLsizei stride;
21899 GLuint buffer;
21900 GLuint offset;
21903 struct glVariantPointerEXT_params
21905 TEB *teb;
21906 GLuint id;
21907 GLenum type;
21908 GLuint stride;
21909 const void *addr;
21912 struct glVariantbvEXT_params
21914 TEB *teb;
21915 GLuint id;
21916 const GLbyte *addr;
21919 struct glVariantdvEXT_params
21921 TEB *teb;
21922 GLuint id;
21923 const GLdouble *addr;
21926 struct glVariantfvEXT_params
21928 TEB *teb;
21929 GLuint id;
21930 const GLfloat *addr;
21933 struct glVariantivEXT_params
21935 TEB *teb;
21936 GLuint id;
21937 const GLint *addr;
21940 struct glVariantsvEXT_params
21942 TEB *teb;
21943 GLuint id;
21944 const GLshort *addr;
21947 struct glVariantubvEXT_params
21949 TEB *teb;
21950 GLuint id;
21951 const GLubyte *addr;
21954 struct glVariantuivEXT_params
21956 TEB *teb;
21957 GLuint id;
21958 const GLuint *addr;
21961 struct glVariantusvEXT_params
21963 TEB *teb;
21964 GLuint id;
21965 const GLushort *addr;
21968 struct glVertex2bOES_params
21970 TEB *teb;
21971 GLbyte x;
21972 GLbyte y;
21975 struct glVertex2bvOES_params
21977 TEB *teb;
21978 const GLbyte *coords;
21981 struct glVertex2hNV_params
21983 TEB *teb;
21984 GLhalfNV x;
21985 GLhalfNV y;
21988 struct glVertex2hvNV_params
21990 TEB *teb;
21991 const GLhalfNV *v;
21994 struct glVertex2xOES_params
21996 TEB *teb;
21997 GLfixed x;
22000 struct glVertex2xvOES_params
22002 TEB *teb;
22003 const GLfixed *coords;
22006 struct glVertex3bOES_params
22008 TEB *teb;
22009 GLbyte x;
22010 GLbyte y;
22011 GLbyte z;
22014 struct glVertex3bvOES_params
22016 TEB *teb;
22017 const GLbyte *coords;
22020 struct glVertex3hNV_params
22022 TEB *teb;
22023 GLhalfNV x;
22024 GLhalfNV y;
22025 GLhalfNV z;
22028 struct glVertex3hvNV_params
22030 TEB *teb;
22031 const GLhalfNV *v;
22034 struct glVertex3xOES_params
22036 TEB *teb;
22037 GLfixed x;
22038 GLfixed y;
22041 struct glVertex3xvOES_params
22043 TEB *teb;
22044 const GLfixed *coords;
22047 struct glVertex4bOES_params
22049 TEB *teb;
22050 GLbyte x;
22051 GLbyte y;
22052 GLbyte z;
22053 GLbyte w;
22056 struct glVertex4bvOES_params
22058 TEB *teb;
22059 const GLbyte *coords;
22062 struct glVertex4hNV_params
22064 TEB *teb;
22065 GLhalfNV x;
22066 GLhalfNV y;
22067 GLhalfNV z;
22068 GLhalfNV w;
22071 struct glVertex4hvNV_params
22073 TEB *teb;
22074 const GLhalfNV *v;
22077 struct glVertex4xOES_params
22079 TEB *teb;
22080 GLfixed x;
22081 GLfixed y;
22082 GLfixed z;
22085 struct glVertex4xvOES_params
22087 TEB *teb;
22088 const GLfixed *coords;
22091 struct glVertexArrayAttribBinding_params
22093 TEB *teb;
22094 GLuint vaobj;
22095 GLuint attribindex;
22096 GLuint bindingindex;
22099 struct glVertexArrayAttribFormat_params
22101 TEB *teb;
22102 GLuint vaobj;
22103 GLuint attribindex;
22104 GLint size;
22105 GLenum type;
22106 GLboolean normalized;
22107 GLuint relativeoffset;
22110 struct glVertexArrayAttribIFormat_params
22112 TEB *teb;
22113 GLuint vaobj;
22114 GLuint attribindex;
22115 GLint size;
22116 GLenum type;
22117 GLuint relativeoffset;
22120 struct glVertexArrayAttribLFormat_params
22122 TEB *teb;
22123 GLuint vaobj;
22124 GLuint attribindex;
22125 GLint size;
22126 GLenum type;
22127 GLuint relativeoffset;
22130 struct glVertexArrayBindVertexBufferEXT_params
22132 TEB *teb;
22133 GLuint vaobj;
22134 GLuint bindingindex;
22135 GLuint buffer;
22136 GLintptr offset;
22137 GLsizei stride;
22140 struct glVertexArrayBindingDivisor_params
22142 TEB *teb;
22143 GLuint vaobj;
22144 GLuint bindingindex;
22145 GLuint divisor;
22148 struct glVertexArrayColorOffsetEXT_params
22150 TEB *teb;
22151 GLuint vaobj;
22152 GLuint buffer;
22153 GLint size;
22154 GLenum type;
22155 GLsizei stride;
22156 GLintptr offset;
22159 struct glVertexArrayEdgeFlagOffsetEXT_params
22161 TEB *teb;
22162 GLuint vaobj;
22163 GLuint buffer;
22164 GLsizei stride;
22165 GLintptr offset;
22168 struct glVertexArrayElementBuffer_params
22170 TEB *teb;
22171 GLuint vaobj;
22172 GLuint buffer;
22175 struct glVertexArrayFogCoordOffsetEXT_params
22177 TEB *teb;
22178 GLuint vaobj;
22179 GLuint buffer;
22180 GLenum type;
22181 GLsizei stride;
22182 GLintptr offset;
22185 struct glVertexArrayIndexOffsetEXT_params
22187 TEB *teb;
22188 GLuint vaobj;
22189 GLuint buffer;
22190 GLenum type;
22191 GLsizei stride;
22192 GLintptr offset;
22195 struct glVertexArrayMultiTexCoordOffsetEXT_params
22197 TEB *teb;
22198 GLuint vaobj;
22199 GLuint buffer;
22200 GLenum texunit;
22201 GLint size;
22202 GLenum type;
22203 GLsizei stride;
22204 GLintptr offset;
22207 struct glVertexArrayNormalOffsetEXT_params
22209 TEB *teb;
22210 GLuint vaobj;
22211 GLuint buffer;
22212 GLenum type;
22213 GLsizei stride;
22214 GLintptr offset;
22217 struct glVertexArrayParameteriAPPLE_params
22219 TEB *teb;
22220 GLenum pname;
22221 GLint param;
22224 struct glVertexArrayRangeAPPLE_params
22226 TEB *teb;
22227 GLsizei length;
22228 void *pointer;
22231 struct glVertexArrayRangeNV_params
22233 TEB *teb;
22234 GLsizei length;
22235 const void *pointer;
22238 struct glVertexArraySecondaryColorOffsetEXT_params
22240 TEB *teb;
22241 GLuint vaobj;
22242 GLuint buffer;
22243 GLint size;
22244 GLenum type;
22245 GLsizei stride;
22246 GLintptr offset;
22249 struct glVertexArrayTexCoordOffsetEXT_params
22251 TEB *teb;
22252 GLuint vaobj;
22253 GLuint buffer;
22254 GLint size;
22255 GLenum type;
22256 GLsizei stride;
22257 GLintptr offset;
22260 struct glVertexArrayVertexAttribBindingEXT_params
22262 TEB *teb;
22263 GLuint vaobj;
22264 GLuint attribindex;
22265 GLuint bindingindex;
22268 struct glVertexArrayVertexAttribDivisorEXT_params
22270 TEB *teb;
22271 GLuint vaobj;
22272 GLuint index;
22273 GLuint divisor;
22276 struct glVertexArrayVertexAttribFormatEXT_params
22278 TEB *teb;
22279 GLuint vaobj;
22280 GLuint attribindex;
22281 GLint size;
22282 GLenum type;
22283 GLboolean normalized;
22284 GLuint relativeoffset;
22287 struct glVertexArrayVertexAttribIFormatEXT_params
22289 TEB *teb;
22290 GLuint vaobj;
22291 GLuint attribindex;
22292 GLint size;
22293 GLenum type;
22294 GLuint relativeoffset;
22297 struct glVertexArrayVertexAttribIOffsetEXT_params
22299 TEB *teb;
22300 GLuint vaobj;
22301 GLuint buffer;
22302 GLuint index;
22303 GLint size;
22304 GLenum type;
22305 GLsizei stride;
22306 GLintptr offset;
22309 struct glVertexArrayVertexAttribLFormatEXT_params
22311 TEB *teb;
22312 GLuint vaobj;
22313 GLuint attribindex;
22314 GLint size;
22315 GLenum type;
22316 GLuint relativeoffset;
22319 struct glVertexArrayVertexAttribLOffsetEXT_params
22321 TEB *teb;
22322 GLuint vaobj;
22323 GLuint buffer;
22324 GLuint index;
22325 GLint size;
22326 GLenum type;
22327 GLsizei stride;
22328 GLintptr offset;
22331 struct glVertexArrayVertexAttribOffsetEXT_params
22333 TEB *teb;
22334 GLuint vaobj;
22335 GLuint buffer;
22336 GLuint index;
22337 GLint size;
22338 GLenum type;
22339 GLboolean normalized;
22340 GLsizei stride;
22341 GLintptr offset;
22344 struct glVertexArrayVertexBindingDivisorEXT_params
22346 TEB *teb;
22347 GLuint vaobj;
22348 GLuint bindingindex;
22349 GLuint divisor;
22352 struct glVertexArrayVertexBuffer_params
22354 TEB *teb;
22355 GLuint vaobj;
22356 GLuint bindingindex;
22357 GLuint buffer;
22358 GLintptr offset;
22359 GLsizei stride;
22362 struct glVertexArrayVertexBuffers_params
22364 TEB *teb;
22365 GLuint vaobj;
22366 GLuint first;
22367 GLsizei count;
22368 const GLuint *buffers;
22369 const GLintptr *offsets;
22370 const GLsizei *strides;
22373 struct glVertexArrayVertexOffsetEXT_params
22375 TEB *teb;
22376 GLuint vaobj;
22377 GLuint buffer;
22378 GLint size;
22379 GLenum type;
22380 GLsizei stride;
22381 GLintptr offset;
22384 struct glVertexAttrib1d_params
22386 TEB *teb;
22387 GLuint index;
22388 GLdouble x;
22391 struct glVertexAttrib1dARB_params
22393 TEB *teb;
22394 GLuint index;
22395 GLdouble x;
22398 struct glVertexAttrib1dNV_params
22400 TEB *teb;
22401 GLuint index;
22402 GLdouble x;
22405 struct glVertexAttrib1dv_params
22407 TEB *teb;
22408 GLuint index;
22409 const GLdouble *v;
22412 struct glVertexAttrib1dvARB_params
22414 TEB *teb;
22415 GLuint index;
22416 const GLdouble *v;
22419 struct glVertexAttrib1dvNV_params
22421 TEB *teb;
22422 GLuint index;
22423 const GLdouble *v;
22426 struct glVertexAttrib1f_params
22428 TEB *teb;
22429 GLuint index;
22430 GLfloat x;
22433 struct glVertexAttrib1fARB_params
22435 TEB *teb;
22436 GLuint index;
22437 GLfloat x;
22440 struct glVertexAttrib1fNV_params
22442 TEB *teb;
22443 GLuint index;
22444 GLfloat x;
22447 struct glVertexAttrib1fv_params
22449 TEB *teb;
22450 GLuint index;
22451 const GLfloat *v;
22454 struct glVertexAttrib1fvARB_params
22456 TEB *teb;
22457 GLuint index;
22458 const GLfloat *v;
22461 struct glVertexAttrib1fvNV_params
22463 TEB *teb;
22464 GLuint index;
22465 const GLfloat *v;
22468 struct glVertexAttrib1hNV_params
22470 TEB *teb;
22471 GLuint index;
22472 GLhalfNV x;
22475 struct glVertexAttrib1hvNV_params
22477 TEB *teb;
22478 GLuint index;
22479 const GLhalfNV *v;
22482 struct glVertexAttrib1s_params
22484 TEB *teb;
22485 GLuint index;
22486 GLshort x;
22489 struct glVertexAttrib1sARB_params
22491 TEB *teb;
22492 GLuint index;
22493 GLshort x;
22496 struct glVertexAttrib1sNV_params
22498 TEB *teb;
22499 GLuint index;
22500 GLshort x;
22503 struct glVertexAttrib1sv_params
22505 TEB *teb;
22506 GLuint index;
22507 const GLshort *v;
22510 struct glVertexAttrib1svARB_params
22512 TEB *teb;
22513 GLuint index;
22514 const GLshort *v;
22517 struct glVertexAttrib1svNV_params
22519 TEB *teb;
22520 GLuint index;
22521 const GLshort *v;
22524 struct glVertexAttrib2d_params
22526 TEB *teb;
22527 GLuint index;
22528 GLdouble x;
22529 GLdouble y;
22532 struct glVertexAttrib2dARB_params
22534 TEB *teb;
22535 GLuint index;
22536 GLdouble x;
22537 GLdouble y;
22540 struct glVertexAttrib2dNV_params
22542 TEB *teb;
22543 GLuint index;
22544 GLdouble x;
22545 GLdouble y;
22548 struct glVertexAttrib2dv_params
22550 TEB *teb;
22551 GLuint index;
22552 const GLdouble *v;
22555 struct glVertexAttrib2dvARB_params
22557 TEB *teb;
22558 GLuint index;
22559 const GLdouble *v;
22562 struct glVertexAttrib2dvNV_params
22564 TEB *teb;
22565 GLuint index;
22566 const GLdouble *v;
22569 struct glVertexAttrib2f_params
22571 TEB *teb;
22572 GLuint index;
22573 GLfloat x;
22574 GLfloat y;
22577 struct glVertexAttrib2fARB_params
22579 TEB *teb;
22580 GLuint index;
22581 GLfloat x;
22582 GLfloat y;
22585 struct glVertexAttrib2fNV_params
22587 TEB *teb;
22588 GLuint index;
22589 GLfloat x;
22590 GLfloat y;
22593 struct glVertexAttrib2fv_params
22595 TEB *teb;
22596 GLuint index;
22597 const GLfloat *v;
22600 struct glVertexAttrib2fvARB_params
22602 TEB *teb;
22603 GLuint index;
22604 const GLfloat *v;
22607 struct glVertexAttrib2fvNV_params
22609 TEB *teb;
22610 GLuint index;
22611 const GLfloat *v;
22614 struct glVertexAttrib2hNV_params
22616 TEB *teb;
22617 GLuint index;
22618 GLhalfNV x;
22619 GLhalfNV y;
22622 struct glVertexAttrib2hvNV_params
22624 TEB *teb;
22625 GLuint index;
22626 const GLhalfNV *v;
22629 struct glVertexAttrib2s_params
22631 TEB *teb;
22632 GLuint index;
22633 GLshort x;
22634 GLshort y;
22637 struct glVertexAttrib2sARB_params
22639 TEB *teb;
22640 GLuint index;
22641 GLshort x;
22642 GLshort y;
22645 struct glVertexAttrib2sNV_params
22647 TEB *teb;
22648 GLuint index;
22649 GLshort x;
22650 GLshort y;
22653 struct glVertexAttrib2sv_params
22655 TEB *teb;
22656 GLuint index;
22657 const GLshort *v;
22660 struct glVertexAttrib2svARB_params
22662 TEB *teb;
22663 GLuint index;
22664 const GLshort *v;
22667 struct glVertexAttrib2svNV_params
22669 TEB *teb;
22670 GLuint index;
22671 const GLshort *v;
22674 struct glVertexAttrib3d_params
22676 TEB *teb;
22677 GLuint index;
22678 GLdouble x;
22679 GLdouble y;
22680 GLdouble z;
22683 struct glVertexAttrib3dARB_params
22685 TEB *teb;
22686 GLuint index;
22687 GLdouble x;
22688 GLdouble y;
22689 GLdouble z;
22692 struct glVertexAttrib3dNV_params
22694 TEB *teb;
22695 GLuint index;
22696 GLdouble x;
22697 GLdouble y;
22698 GLdouble z;
22701 struct glVertexAttrib3dv_params
22703 TEB *teb;
22704 GLuint index;
22705 const GLdouble *v;
22708 struct glVertexAttrib3dvARB_params
22710 TEB *teb;
22711 GLuint index;
22712 const GLdouble *v;
22715 struct glVertexAttrib3dvNV_params
22717 TEB *teb;
22718 GLuint index;
22719 const GLdouble *v;
22722 struct glVertexAttrib3f_params
22724 TEB *teb;
22725 GLuint index;
22726 GLfloat x;
22727 GLfloat y;
22728 GLfloat z;
22731 struct glVertexAttrib3fARB_params
22733 TEB *teb;
22734 GLuint index;
22735 GLfloat x;
22736 GLfloat y;
22737 GLfloat z;
22740 struct glVertexAttrib3fNV_params
22742 TEB *teb;
22743 GLuint index;
22744 GLfloat x;
22745 GLfloat y;
22746 GLfloat z;
22749 struct glVertexAttrib3fv_params
22751 TEB *teb;
22752 GLuint index;
22753 const GLfloat *v;
22756 struct glVertexAttrib3fvARB_params
22758 TEB *teb;
22759 GLuint index;
22760 const GLfloat *v;
22763 struct glVertexAttrib3fvNV_params
22765 TEB *teb;
22766 GLuint index;
22767 const GLfloat *v;
22770 struct glVertexAttrib3hNV_params
22772 TEB *teb;
22773 GLuint index;
22774 GLhalfNV x;
22775 GLhalfNV y;
22776 GLhalfNV z;
22779 struct glVertexAttrib3hvNV_params
22781 TEB *teb;
22782 GLuint index;
22783 const GLhalfNV *v;
22786 struct glVertexAttrib3s_params
22788 TEB *teb;
22789 GLuint index;
22790 GLshort x;
22791 GLshort y;
22792 GLshort z;
22795 struct glVertexAttrib3sARB_params
22797 TEB *teb;
22798 GLuint index;
22799 GLshort x;
22800 GLshort y;
22801 GLshort z;
22804 struct glVertexAttrib3sNV_params
22806 TEB *teb;
22807 GLuint index;
22808 GLshort x;
22809 GLshort y;
22810 GLshort z;
22813 struct glVertexAttrib3sv_params
22815 TEB *teb;
22816 GLuint index;
22817 const GLshort *v;
22820 struct glVertexAttrib3svARB_params
22822 TEB *teb;
22823 GLuint index;
22824 const GLshort *v;
22827 struct glVertexAttrib3svNV_params
22829 TEB *teb;
22830 GLuint index;
22831 const GLshort *v;
22834 struct glVertexAttrib4Nbv_params
22836 TEB *teb;
22837 GLuint index;
22838 const GLbyte *v;
22841 struct glVertexAttrib4NbvARB_params
22843 TEB *teb;
22844 GLuint index;
22845 const GLbyte *v;
22848 struct glVertexAttrib4Niv_params
22850 TEB *teb;
22851 GLuint index;
22852 const GLint *v;
22855 struct glVertexAttrib4NivARB_params
22857 TEB *teb;
22858 GLuint index;
22859 const GLint *v;
22862 struct glVertexAttrib4Nsv_params
22864 TEB *teb;
22865 GLuint index;
22866 const GLshort *v;
22869 struct glVertexAttrib4NsvARB_params
22871 TEB *teb;
22872 GLuint index;
22873 const GLshort *v;
22876 struct glVertexAttrib4Nub_params
22878 TEB *teb;
22879 GLuint index;
22880 GLubyte x;
22881 GLubyte y;
22882 GLubyte z;
22883 GLubyte w;
22886 struct glVertexAttrib4NubARB_params
22888 TEB *teb;
22889 GLuint index;
22890 GLubyte x;
22891 GLubyte y;
22892 GLubyte z;
22893 GLubyte w;
22896 struct glVertexAttrib4Nubv_params
22898 TEB *teb;
22899 GLuint index;
22900 const GLubyte *v;
22903 struct glVertexAttrib4NubvARB_params
22905 TEB *teb;
22906 GLuint index;
22907 const GLubyte *v;
22910 struct glVertexAttrib4Nuiv_params
22912 TEB *teb;
22913 GLuint index;
22914 const GLuint *v;
22917 struct glVertexAttrib4NuivARB_params
22919 TEB *teb;
22920 GLuint index;
22921 const GLuint *v;
22924 struct glVertexAttrib4Nusv_params
22926 TEB *teb;
22927 GLuint index;
22928 const GLushort *v;
22931 struct glVertexAttrib4NusvARB_params
22933 TEB *teb;
22934 GLuint index;
22935 const GLushort *v;
22938 struct glVertexAttrib4bv_params
22940 TEB *teb;
22941 GLuint index;
22942 const GLbyte *v;
22945 struct glVertexAttrib4bvARB_params
22947 TEB *teb;
22948 GLuint index;
22949 const GLbyte *v;
22952 struct glVertexAttrib4d_params
22954 TEB *teb;
22955 GLuint index;
22956 GLdouble x;
22957 GLdouble y;
22958 GLdouble z;
22959 GLdouble w;
22962 struct glVertexAttrib4dARB_params
22964 TEB *teb;
22965 GLuint index;
22966 GLdouble x;
22967 GLdouble y;
22968 GLdouble z;
22969 GLdouble w;
22972 struct glVertexAttrib4dNV_params
22974 TEB *teb;
22975 GLuint index;
22976 GLdouble x;
22977 GLdouble y;
22978 GLdouble z;
22979 GLdouble w;
22982 struct glVertexAttrib4dv_params
22984 TEB *teb;
22985 GLuint index;
22986 const GLdouble *v;
22989 struct glVertexAttrib4dvARB_params
22991 TEB *teb;
22992 GLuint index;
22993 const GLdouble *v;
22996 struct glVertexAttrib4dvNV_params
22998 TEB *teb;
22999 GLuint index;
23000 const GLdouble *v;
23003 struct glVertexAttrib4f_params
23005 TEB *teb;
23006 GLuint index;
23007 GLfloat x;
23008 GLfloat y;
23009 GLfloat z;
23010 GLfloat w;
23013 struct glVertexAttrib4fARB_params
23015 TEB *teb;
23016 GLuint index;
23017 GLfloat x;
23018 GLfloat y;
23019 GLfloat z;
23020 GLfloat w;
23023 struct glVertexAttrib4fNV_params
23025 TEB *teb;
23026 GLuint index;
23027 GLfloat x;
23028 GLfloat y;
23029 GLfloat z;
23030 GLfloat w;
23033 struct glVertexAttrib4fv_params
23035 TEB *teb;
23036 GLuint index;
23037 const GLfloat *v;
23040 struct glVertexAttrib4fvARB_params
23042 TEB *teb;
23043 GLuint index;
23044 const GLfloat *v;
23047 struct glVertexAttrib4fvNV_params
23049 TEB *teb;
23050 GLuint index;
23051 const GLfloat *v;
23054 struct glVertexAttrib4hNV_params
23056 TEB *teb;
23057 GLuint index;
23058 GLhalfNV x;
23059 GLhalfNV y;
23060 GLhalfNV z;
23061 GLhalfNV w;
23064 struct glVertexAttrib4hvNV_params
23066 TEB *teb;
23067 GLuint index;
23068 const GLhalfNV *v;
23071 struct glVertexAttrib4iv_params
23073 TEB *teb;
23074 GLuint index;
23075 const GLint *v;
23078 struct glVertexAttrib4ivARB_params
23080 TEB *teb;
23081 GLuint index;
23082 const GLint *v;
23085 struct glVertexAttrib4s_params
23087 TEB *teb;
23088 GLuint index;
23089 GLshort x;
23090 GLshort y;
23091 GLshort z;
23092 GLshort w;
23095 struct glVertexAttrib4sARB_params
23097 TEB *teb;
23098 GLuint index;
23099 GLshort x;
23100 GLshort y;
23101 GLshort z;
23102 GLshort w;
23105 struct glVertexAttrib4sNV_params
23107 TEB *teb;
23108 GLuint index;
23109 GLshort x;
23110 GLshort y;
23111 GLshort z;
23112 GLshort w;
23115 struct glVertexAttrib4sv_params
23117 TEB *teb;
23118 GLuint index;
23119 const GLshort *v;
23122 struct glVertexAttrib4svARB_params
23124 TEB *teb;
23125 GLuint index;
23126 const GLshort *v;
23129 struct glVertexAttrib4svNV_params
23131 TEB *teb;
23132 GLuint index;
23133 const GLshort *v;
23136 struct glVertexAttrib4ubNV_params
23138 TEB *teb;
23139 GLuint index;
23140 GLubyte x;
23141 GLubyte y;
23142 GLubyte z;
23143 GLubyte w;
23146 struct glVertexAttrib4ubv_params
23148 TEB *teb;
23149 GLuint index;
23150 const GLubyte *v;
23153 struct glVertexAttrib4ubvARB_params
23155 TEB *teb;
23156 GLuint index;
23157 const GLubyte *v;
23160 struct glVertexAttrib4ubvNV_params
23162 TEB *teb;
23163 GLuint index;
23164 const GLubyte *v;
23167 struct glVertexAttrib4uiv_params
23169 TEB *teb;
23170 GLuint index;
23171 const GLuint *v;
23174 struct glVertexAttrib4uivARB_params
23176 TEB *teb;
23177 GLuint index;
23178 const GLuint *v;
23181 struct glVertexAttrib4usv_params
23183 TEB *teb;
23184 GLuint index;
23185 const GLushort *v;
23188 struct glVertexAttrib4usvARB_params
23190 TEB *teb;
23191 GLuint index;
23192 const GLushort *v;
23195 struct glVertexAttribArrayObjectATI_params
23197 TEB *teb;
23198 GLuint index;
23199 GLint size;
23200 GLenum type;
23201 GLboolean normalized;
23202 GLsizei stride;
23203 GLuint buffer;
23204 GLuint offset;
23207 struct glVertexAttribBinding_params
23209 TEB *teb;
23210 GLuint attribindex;
23211 GLuint bindingindex;
23214 struct glVertexAttribDivisor_params
23216 TEB *teb;
23217 GLuint index;
23218 GLuint divisor;
23221 struct glVertexAttribDivisorARB_params
23223 TEB *teb;
23224 GLuint index;
23225 GLuint divisor;
23228 struct glVertexAttribFormat_params
23230 TEB *teb;
23231 GLuint attribindex;
23232 GLint size;
23233 GLenum type;
23234 GLboolean normalized;
23235 GLuint relativeoffset;
23238 struct glVertexAttribFormatNV_params
23240 TEB *teb;
23241 GLuint index;
23242 GLint size;
23243 GLenum type;
23244 GLboolean normalized;
23245 GLsizei stride;
23248 struct glVertexAttribI1i_params
23250 TEB *teb;
23251 GLuint index;
23252 GLint x;
23255 struct glVertexAttribI1iEXT_params
23257 TEB *teb;
23258 GLuint index;
23259 GLint x;
23262 struct glVertexAttribI1iv_params
23264 TEB *teb;
23265 GLuint index;
23266 const GLint *v;
23269 struct glVertexAttribI1ivEXT_params
23271 TEB *teb;
23272 GLuint index;
23273 const GLint *v;
23276 struct glVertexAttribI1ui_params
23278 TEB *teb;
23279 GLuint index;
23280 GLuint x;
23283 struct glVertexAttribI1uiEXT_params
23285 TEB *teb;
23286 GLuint index;
23287 GLuint x;
23290 struct glVertexAttribI1uiv_params
23292 TEB *teb;
23293 GLuint index;
23294 const GLuint *v;
23297 struct glVertexAttribI1uivEXT_params
23299 TEB *teb;
23300 GLuint index;
23301 const GLuint *v;
23304 struct glVertexAttribI2i_params
23306 TEB *teb;
23307 GLuint index;
23308 GLint x;
23309 GLint y;
23312 struct glVertexAttribI2iEXT_params
23314 TEB *teb;
23315 GLuint index;
23316 GLint x;
23317 GLint y;
23320 struct glVertexAttribI2iv_params
23322 TEB *teb;
23323 GLuint index;
23324 const GLint *v;
23327 struct glVertexAttribI2ivEXT_params
23329 TEB *teb;
23330 GLuint index;
23331 const GLint *v;
23334 struct glVertexAttribI2ui_params
23336 TEB *teb;
23337 GLuint index;
23338 GLuint x;
23339 GLuint y;
23342 struct glVertexAttribI2uiEXT_params
23344 TEB *teb;
23345 GLuint index;
23346 GLuint x;
23347 GLuint y;
23350 struct glVertexAttribI2uiv_params
23352 TEB *teb;
23353 GLuint index;
23354 const GLuint *v;
23357 struct glVertexAttribI2uivEXT_params
23359 TEB *teb;
23360 GLuint index;
23361 const GLuint *v;
23364 struct glVertexAttribI3i_params
23366 TEB *teb;
23367 GLuint index;
23368 GLint x;
23369 GLint y;
23370 GLint z;
23373 struct glVertexAttribI3iEXT_params
23375 TEB *teb;
23376 GLuint index;
23377 GLint x;
23378 GLint y;
23379 GLint z;
23382 struct glVertexAttribI3iv_params
23384 TEB *teb;
23385 GLuint index;
23386 const GLint *v;
23389 struct glVertexAttribI3ivEXT_params
23391 TEB *teb;
23392 GLuint index;
23393 const GLint *v;
23396 struct glVertexAttribI3ui_params
23398 TEB *teb;
23399 GLuint index;
23400 GLuint x;
23401 GLuint y;
23402 GLuint z;
23405 struct glVertexAttribI3uiEXT_params
23407 TEB *teb;
23408 GLuint index;
23409 GLuint x;
23410 GLuint y;
23411 GLuint z;
23414 struct glVertexAttribI3uiv_params
23416 TEB *teb;
23417 GLuint index;
23418 const GLuint *v;
23421 struct glVertexAttribI3uivEXT_params
23423 TEB *teb;
23424 GLuint index;
23425 const GLuint *v;
23428 struct glVertexAttribI4bv_params
23430 TEB *teb;
23431 GLuint index;
23432 const GLbyte *v;
23435 struct glVertexAttribI4bvEXT_params
23437 TEB *teb;
23438 GLuint index;
23439 const GLbyte *v;
23442 struct glVertexAttribI4i_params
23444 TEB *teb;
23445 GLuint index;
23446 GLint x;
23447 GLint y;
23448 GLint z;
23449 GLint w;
23452 struct glVertexAttribI4iEXT_params
23454 TEB *teb;
23455 GLuint index;
23456 GLint x;
23457 GLint y;
23458 GLint z;
23459 GLint w;
23462 struct glVertexAttribI4iv_params
23464 TEB *teb;
23465 GLuint index;
23466 const GLint *v;
23469 struct glVertexAttribI4ivEXT_params
23471 TEB *teb;
23472 GLuint index;
23473 const GLint *v;
23476 struct glVertexAttribI4sv_params
23478 TEB *teb;
23479 GLuint index;
23480 const GLshort *v;
23483 struct glVertexAttribI4svEXT_params
23485 TEB *teb;
23486 GLuint index;
23487 const GLshort *v;
23490 struct glVertexAttribI4ubv_params
23492 TEB *teb;
23493 GLuint index;
23494 const GLubyte *v;
23497 struct glVertexAttribI4ubvEXT_params
23499 TEB *teb;
23500 GLuint index;
23501 const GLubyte *v;
23504 struct glVertexAttribI4ui_params
23506 TEB *teb;
23507 GLuint index;
23508 GLuint x;
23509 GLuint y;
23510 GLuint z;
23511 GLuint w;
23514 struct glVertexAttribI4uiEXT_params
23516 TEB *teb;
23517 GLuint index;
23518 GLuint x;
23519 GLuint y;
23520 GLuint z;
23521 GLuint w;
23524 struct glVertexAttribI4uiv_params
23526 TEB *teb;
23527 GLuint index;
23528 const GLuint *v;
23531 struct glVertexAttribI4uivEXT_params
23533 TEB *teb;
23534 GLuint index;
23535 const GLuint *v;
23538 struct glVertexAttribI4usv_params
23540 TEB *teb;
23541 GLuint index;
23542 const GLushort *v;
23545 struct glVertexAttribI4usvEXT_params
23547 TEB *teb;
23548 GLuint index;
23549 const GLushort *v;
23552 struct glVertexAttribIFormat_params
23554 TEB *teb;
23555 GLuint attribindex;
23556 GLint size;
23557 GLenum type;
23558 GLuint relativeoffset;
23561 struct glVertexAttribIFormatNV_params
23563 TEB *teb;
23564 GLuint index;
23565 GLint size;
23566 GLenum type;
23567 GLsizei stride;
23570 struct glVertexAttribIPointer_params
23572 TEB *teb;
23573 GLuint index;
23574 GLint size;
23575 GLenum type;
23576 GLsizei stride;
23577 const void *pointer;
23580 struct glVertexAttribIPointerEXT_params
23582 TEB *teb;
23583 GLuint index;
23584 GLint size;
23585 GLenum type;
23586 GLsizei stride;
23587 const void *pointer;
23590 struct glVertexAttribL1d_params
23592 TEB *teb;
23593 GLuint index;
23594 GLdouble x;
23597 struct glVertexAttribL1dEXT_params
23599 TEB *teb;
23600 GLuint index;
23601 GLdouble x;
23604 struct glVertexAttribL1dv_params
23606 TEB *teb;
23607 GLuint index;
23608 const GLdouble *v;
23611 struct glVertexAttribL1dvEXT_params
23613 TEB *teb;
23614 GLuint index;
23615 const GLdouble *v;
23618 struct glVertexAttribL1i64NV_params
23620 TEB *teb;
23621 GLuint index;
23622 GLint64EXT x;
23625 struct glVertexAttribL1i64vNV_params
23627 TEB *teb;
23628 GLuint index;
23629 const GLint64EXT *v;
23632 struct glVertexAttribL1ui64ARB_params
23634 TEB *teb;
23635 GLuint index;
23636 GLuint64EXT x;
23639 struct glVertexAttribL1ui64NV_params
23641 TEB *teb;
23642 GLuint index;
23643 GLuint64EXT x;
23646 struct glVertexAttribL1ui64vARB_params
23648 TEB *teb;
23649 GLuint index;
23650 const GLuint64EXT *v;
23653 struct glVertexAttribL1ui64vNV_params
23655 TEB *teb;
23656 GLuint index;
23657 const GLuint64EXT *v;
23660 struct glVertexAttribL2d_params
23662 TEB *teb;
23663 GLuint index;
23664 GLdouble x;
23665 GLdouble y;
23668 struct glVertexAttribL2dEXT_params
23670 TEB *teb;
23671 GLuint index;
23672 GLdouble x;
23673 GLdouble y;
23676 struct glVertexAttribL2dv_params
23678 TEB *teb;
23679 GLuint index;
23680 const GLdouble *v;
23683 struct glVertexAttribL2dvEXT_params
23685 TEB *teb;
23686 GLuint index;
23687 const GLdouble *v;
23690 struct glVertexAttribL2i64NV_params
23692 TEB *teb;
23693 GLuint index;
23694 GLint64EXT x;
23695 GLint64EXT y;
23698 struct glVertexAttribL2i64vNV_params
23700 TEB *teb;
23701 GLuint index;
23702 const GLint64EXT *v;
23705 struct glVertexAttribL2ui64NV_params
23707 TEB *teb;
23708 GLuint index;
23709 GLuint64EXT x;
23710 GLuint64EXT y;
23713 struct glVertexAttribL2ui64vNV_params
23715 TEB *teb;
23716 GLuint index;
23717 const GLuint64EXT *v;
23720 struct glVertexAttribL3d_params
23722 TEB *teb;
23723 GLuint index;
23724 GLdouble x;
23725 GLdouble y;
23726 GLdouble z;
23729 struct glVertexAttribL3dEXT_params
23731 TEB *teb;
23732 GLuint index;
23733 GLdouble x;
23734 GLdouble y;
23735 GLdouble z;
23738 struct glVertexAttribL3dv_params
23740 TEB *teb;
23741 GLuint index;
23742 const GLdouble *v;
23745 struct glVertexAttribL3dvEXT_params
23747 TEB *teb;
23748 GLuint index;
23749 const GLdouble *v;
23752 struct glVertexAttribL3i64NV_params
23754 TEB *teb;
23755 GLuint index;
23756 GLint64EXT x;
23757 GLint64EXT y;
23758 GLint64EXT z;
23761 struct glVertexAttribL3i64vNV_params
23763 TEB *teb;
23764 GLuint index;
23765 const GLint64EXT *v;
23768 struct glVertexAttribL3ui64NV_params
23770 TEB *teb;
23771 GLuint index;
23772 GLuint64EXT x;
23773 GLuint64EXT y;
23774 GLuint64EXT z;
23777 struct glVertexAttribL3ui64vNV_params
23779 TEB *teb;
23780 GLuint index;
23781 const GLuint64EXT *v;
23784 struct glVertexAttribL4d_params
23786 TEB *teb;
23787 GLuint index;
23788 GLdouble x;
23789 GLdouble y;
23790 GLdouble z;
23791 GLdouble w;
23794 struct glVertexAttribL4dEXT_params
23796 TEB *teb;
23797 GLuint index;
23798 GLdouble x;
23799 GLdouble y;
23800 GLdouble z;
23801 GLdouble w;
23804 struct glVertexAttribL4dv_params
23806 TEB *teb;
23807 GLuint index;
23808 const GLdouble *v;
23811 struct glVertexAttribL4dvEXT_params
23813 TEB *teb;
23814 GLuint index;
23815 const GLdouble *v;
23818 struct glVertexAttribL4i64NV_params
23820 TEB *teb;
23821 GLuint index;
23822 GLint64EXT x;
23823 GLint64EXT y;
23824 GLint64EXT z;
23825 GLint64EXT w;
23828 struct glVertexAttribL4i64vNV_params
23830 TEB *teb;
23831 GLuint index;
23832 const GLint64EXT *v;
23835 struct glVertexAttribL4ui64NV_params
23837 TEB *teb;
23838 GLuint index;
23839 GLuint64EXT x;
23840 GLuint64EXT y;
23841 GLuint64EXT z;
23842 GLuint64EXT w;
23845 struct glVertexAttribL4ui64vNV_params
23847 TEB *teb;
23848 GLuint index;
23849 const GLuint64EXT *v;
23852 struct glVertexAttribLFormat_params
23854 TEB *teb;
23855 GLuint attribindex;
23856 GLint size;
23857 GLenum type;
23858 GLuint relativeoffset;
23861 struct glVertexAttribLFormatNV_params
23863 TEB *teb;
23864 GLuint index;
23865 GLint size;
23866 GLenum type;
23867 GLsizei stride;
23870 struct glVertexAttribLPointer_params
23872 TEB *teb;
23873 GLuint index;
23874 GLint size;
23875 GLenum type;
23876 GLsizei stride;
23877 const void *pointer;
23880 struct glVertexAttribLPointerEXT_params
23882 TEB *teb;
23883 GLuint index;
23884 GLint size;
23885 GLenum type;
23886 GLsizei stride;
23887 const void *pointer;
23890 struct glVertexAttribP1ui_params
23892 TEB *teb;
23893 GLuint index;
23894 GLenum type;
23895 GLboolean normalized;
23896 GLuint value;
23899 struct glVertexAttribP1uiv_params
23901 TEB *teb;
23902 GLuint index;
23903 GLenum type;
23904 GLboolean normalized;
23905 const GLuint *value;
23908 struct glVertexAttribP2ui_params
23910 TEB *teb;
23911 GLuint index;
23912 GLenum type;
23913 GLboolean normalized;
23914 GLuint value;
23917 struct glVertexAttribP2uiv_params
23919 TEB *teb;
23920 GLuint index;
23921 GLenum type;
23922 GLboolean normalized;
23923 const GLuint *value;
23926 struct glVertexAttribP3ui_params
23928 TEB *teb;
23929 GLuint index;
23930 GLenum type;
23931 GLboolean normalized;
23932 GLuint value;
23935 struct glVertexAttribP3uiv_params
23937 TEB *teb;
23938 GLuint index;
23939 GLenum type;
23940 GLboolean normalized;
23941 const GLuint *value;
23944 struct glVertexAttribP4ui_params
23946 TEB *teb;
23947 GLuint index;
23948 GLenum type;
23949 GLboolean normalized;
23950 GLuint value;
23953 struct glVertexAttribP4uiv_params
23955 TEB *teb;
23956 GLuint index;
23957 GLenum type;
23958 GLboolean normalized;
23959 const GLuint *value;
23962 struct glVertexAttribParameteriAMD_params
23964 TEB *teb;
23965 GLuint index;
23966 GLenum pname;
23967 GLint param;
23970 struct glVertexAttribPointer_params
23972 TEB *teb;
23973 GLuint index;
23974 GLint size;
23975 GLenum type;
23976 GLboolean normalized;
23977 GLsizei stride;
23978 const void *pointer;
23981 struct glVertexAttribPointerARB_params
23983 TEB *teb;
23984 GLuint index;
23985 GLint size;
23986 GLenum type;
23987 GLboolean normalized;
23988 GLsizei stride;
23989 const void *pointer;
23992 struct glVertexAttribPointerNV_params
23994 TEB *teb;
23995 GLuint index;
23996 GLint fsize;
23997 GLenum type;
23998 GLsizei stride;
23999 const void *pointer;
24002 struct glVertexAttribs1dvNV_params
24004 TEB *teb;
24005 GLuint index;
24006 GLsizei count;
24007 const GLdouble *v;
24010 struct glVertexAttribs1fvNV_params
24012 TEB *teb;
24013 GLuint index;
24014 GLsizei count;
24015 const GLfloat *v;
24018 struct glVertexAttribs1hvNV_params
24020 TEB *teb;
24021 GLuint index;
24022 GLsizei n;
24023 const GLhalfNV *v;
24026 struct glVertexAttribs1svNV_params
24028 TEB *teb;
24029 GLuint index;
24030 GLsizei count;
24031 const GLshort *v;
24034 struct glVertexAttribs2dvNV_params
24036 TEB *teb;
24037 GLuint index;
24038 GLsizei count;
24039 const GLdouble *v;
24042 struct glVertexAttribs2fvNV_params
24044 TEB *teb;
24045 GLuint index;
24046 GLsizei count;
24047 const GLfloat *v;
24050 struct glVertexAttribs2hvNV_params
24052 TEB *teb;
24053 GLuint index;
24054 GLsizei n;
24055 const GLhalfNV *v;
24058 struct glVertexAttribs2svNV_params
24060 TEB *teb;
24061 GLuint index;
24062 GLsizei count;
24063 const GLshort *v;
24066 struct glVertexAttribs3dvNV_params
24068 TEB *teb;
24069 GLuint index;
24070 GLsizei count;
24071 const GLdouble *v;
24074 struct glVertexAttribs3fvNV_params
24076 TEB *teb;
24077 GLuint index;
24078 GLsizei count;
24079 const GLfloat *v;
24082 struct glVertexAttribs3hvNV_params
24084 TEB *teb;
24085 GLuint index;
24086 GLsizei n;
24087 const GLhalfNV *v;
24090 struct glVertexAttribs3svNV_params
24092 TEB *teb;
24093 GLuint index;
24094 GLsizei count;
24095 const GLshort *v;
24098 struct glVertexAttribs4dvNV_params
24100 TEB *teb;
24101 GLuint index;
24102 GLsizei count;
24103 const GLdouble *v;
24106 struct glVertexAttribs4fvNV_params
24108 TEB *teb;
24109 GLuint index;
24110 GLsizei count;
24111 const GLfloat *v;
24114 struct glVertexAttribs4hvNV_params
24116 TEB *teb;
24117 GLuint index;
24118 GLsizei n;
24119 const GLhalfNV *v;
24122 struct glVertexAttribs4svNV_params
24124 TEB *teb;
24125 GLuint index;
24126 GLsizei count;
24127 const GLshort *v;
24130 struct glVertexAttribs4ubvNV_params
24132 TEB *teb;
24133 GLuint index;
24134 GLsizei count;
24135 const GLubyte *v;
24138 struct glVertexBindingDivisor_params
24140 TEB *teb;
24141 GLuint bindingindex;
24142 GLuint divisor;
24145 struct glVertexBlendARB_params
24147 TEB *teb;
24148 GLint count;
24151 struct glVertexBlendEnvfATI_params
24153 TEB *teb;
24154 GLenum pname;
24155 GLfloat param;
24158 struct glVertexBlendEnviATI_params
24160 TEB *teb;
24161 GLenum pname;
24162 GLint param;
24165 struct glVertexFormatNV_params
24167 TEB *teb;
24168 GLint size;
24169 GLenum type;
24170 GLsizei stride;
24173 struct glVertexP2ui_params
24175 TEB *teb;
24176 GLenum type;
24177 GLuint value;
24180 struct glVertexP2uiv_params
24182 TEB *teb;
24183 GLenum type;
24184 const GLuint *value;
24187 struct glVertexP3ui_params
24189 TEB *teb;
24190 GLenum type;
24191 GLuint value;
24194 struct glVertexP3uiv_params
24196 TEB *teb;
24197 GLenum type;
24198 const GLuint *value;
24201 struct glVertexP4ui_params
24203 TEB *teb;
24204 GLenum type;
24205 GLuint value;
24208 struct glVertexP4uiv_params
24210 TEB *teb;
24211 GLenum type;
24212 const GLuint *value;
24215 struct glVertexPointerEXT_params
24217 TEB *teb;
24218 GLint size;
24219 GLenum type;
24220 GLsizei stride;
24221 GLsizei count;
24222 const void *pointer;
24225 struct glVertexPointerListIBM_params
24227 TEB *teb;
24228 GLint size;
24229 GLenum type;
24230 GLint stride;
24231 const void **pointer;
24232 GLint ptrstride;
24235 struct glVertexPointervINTEL_params
24237 TEB *teb;
24238 GLint size;
24239 GLenum type;
24240 const void **pointer;
24243 struct glVertexStream1dATI_params
24245 TEB *teb;
24246 GLenum stream;
24247 GLdouble x;
24250 struct glVertexStream1dvATI_params
24252 TEB *teb;
24253 GLenum stream;
24254 const GLdouble *coords;
24257 struct glVertexStream1fATI_params
24259 TEB *teb;
24260 GLenum stream;
24261 GLfloat x;
24264 struct glVertexStream1fvATI_params
24266 TEB *teb;
24267 GLenum stream;
24268 const GLfloat *coords;
24271 struct glVertexStream1iATI_params
24273 TEB *teb;
24274 GLenum stream;
24275 GLint x;
24278 struct glVertexStream1ivATI_params
24280 TEB *teb;
24281 GLenum stream;
24282 const GLint *coords;
24285 struct glVertexStream1sATI_params
24287 TEB *teb;
24288 GLenum stream;
24289 GLshort x;
24292 struct glVertexStream1svATI_params
24294 TEB *teb;
24295 GLenum stream;
24296 const GLshort *coords;
24299 struct glVertexStream2dATI_params
24301 TEB *teb;
24302 GLenum stream;
24303 GLdouble x;
24304 GLdouble y;
24307 struct glVertexStream2dvATI_params
24309 TEB *teb;
24310 GLenum stream;
24311 const GLdouble *coords;
24314 struct glVertexStream2fATI_params
24316 TEB *teb;
24317 GLenum stream;
24318 GLfloat x;
24319 GLfloat y;
24322 struct glVertexStream2fvATI_params
24324 TEB *teb;
24325 GLenum stream;
24326 const GLfloat *coords;
24329 struct glVertexStream2iATI_params
24331 TEB *teb;
24332 GLenum stream;
24333 GLint x;
24334 GLint y;
24337 struct glVertexStream2ivATI_params
24339 TEB *teb;
24340 GLenum stream;
24341 const GLint *coords;
24344 struct glVertexStream2sATI_params
24346 TEB *teb;
24347 GLenum stream;
24348 GLshort x;
24349 GLshort y;
24352 struct glVertexStream2svATI_params
24354 TEB *teb;
24355 GLenum stream;
24356 const GLshort *coords;
24359 struct glVertexStream3dATI_params
24361 TEB *teb;
24362 GLenum stream;
24363 GLdouble x;
24364 GLdouble y;
24365 GLdouble z;
24368 struct glVertexStream3dvATI_params
24370 TEB *teb;
24371 GLenum stream;
24372 const GLdouble *coords;
24375 struct glVertexStream3fATI_params
24377 TEB *teb;
24378 GLenum stream;
24379 GLfloat x;
24380 GLfloat y;
24381 GLfloat z;
24384 struct glVertexStream3fvATI_params
24386 TEB *teb;
24387 GLenum stream;
24388 const GLfloat *coords;
24391 struct glVertexStream3iATI_params
24393 TEB *teb;
24394 GLenum stream;
24395 GLint x;
24396 GLint y;
24397 GLint z;
24400 struct glVertexStream3ivATI_params
24402 TEB *teb;
24403 GLenum stream;
24404 const GLint *coords;
24407 struct glVertexStream3sATI_params
24409 TEB *teb;
24410 GLenum stream;
24411 GLshort x;
24412 GLshort y;
24413 GLshort z;
24416 struct glVertexStream3svATI_params
24418 TEB *teb;
24419 GLenum stream;
24420 const GLshort *coords;
24423 struct glVertexStream4dATI_params
24425 TEB *teb;
24426 GLenum stream;
24427 GLdouble x;
24428 GLdouble y;
24429 GLdouble z;
24430 GLdouble w;
24433 struct glVertexStream4dvATI_params
24435 TEB *teb;
24436 GLenum stream;
24437 const GLdouble *coords;
24440 struct glVertexStream4fATI_params
24442 TEB *teb;
24443 GLenum stream;
24444 GLfloat x;
24445 GLfloat y;
24446 GLfloat z;
24447 GLfloat w;
24450 struct glVertexStream4fvATI_params
24452 TEB *teb;
24453 GLenum stream;
24454 const GLfloat *coords;
24457 struct glVertexStream4iATI_params
24459 TEB *teb;
24460 GLenum stream;
24461 GLint x;
24462 GLint y;
24463 GLint z;
24464 GLint w;
24467 struct glVertexStream4ivATI_params
24469 TEB *teb;
24470 GLenum stream;
24471 const GLint *coords;
24474 struct glVertexStream4sATI_params
24476 TEB *teb;
24477 GLenum stream;
24478 GLshort x;
24479 GLshort y;
24480 GLshort z;
24481 GLshort w;
24484 struct glVertexStream4svATI_params
24486 TEB *teb;
24487 GLenum stream;
24488 const GLshort *coords;
24491 struct glVertexWeightPointerEXT_params
24493 TEB *teb;
24494 GLint size;
24495 GLenum type;
24496 GLsizei stride;
24497 const void *pointer;
24500 struct glVertexWeightfEXT_params
24502 TEB *teb;
24503 GLfloat weight;
24506 struct glVertexWeightfvEXT_params
24508 TEB *teb;
24509 const GLfloat *weight;
24512 struct glVertexWeighthNV_params
24514 TEB *teb;
24515 GLhalfNV weight;
24518 struct glVertexWeighthvNV_params
24520 TEB *teb;
24521 const GLhalfNV *weight;
24524 struct glVideoCaptureNV_params
24526 TEB *teb;
24527 GLuint video_capture_slot;
24528 GLuint *sequence_num;
24529 GLuint64EXT *capture_time;
24530 GLenum ret;
24533 struct glVideoCaptureStreamParameterdvNV_params
24535 TEB *teb;
24536 GLuint video_capture_slot;
24537 GLuint stream;
24538 GLenum pname;
24539 const GLdouble *params;
24542 struct glVideoCaptureStreamParameterfvNV_params
24544 TEB *teb;
24545 GLuint video_capture_slot;
24546 GLuint stream;
24547 GLenum pname;
24548 const GLfloat *params;
24551 struct glVideoCaptureStreamParameterivNV_params
24553 TEB *teb;
24554 GLuint video_capture_slot;
24555 GLuint stream;
24556 GLenum pname;
24557 const GLint *params;
24560 struct glViewportArrayv_params
24562 TEB *teb;
24563 GLuint first;
24564 GLsizei count;
24565 const GLfloat *v;
24568 struct glViewportIndexedf_params
24570 TEB *teb;
24571 GLuint index;
24572 GLfloat x;
24573 GLfloat y;
24574 GLfloat w;
24575 GLfloat h;
24578 struct glViewportIndexedfv_params
24580 TEB *teb;
24581 GLuint index;
24582 const GLfloat *v;
24585 struct glViewportPositionWScaleNV_params
24587 TEB *teb;
24588 GLuint index;
24589 GLfloat xcoeff;
24590 GLfloat ycoeff;
24593 struct glViewportSwizzleNV_params
24595 TEB *teb;
24596 GLuint index;
24597 GLenum swizzlex;
24598 GLenum swizzley;
24599 GLenum swizzlez;
24600 GLenum swizzlew;
24603 struct glWaitSemaphoreEXT_params
24605 TEB *teb;
24606 GLuint semaphore;
24607 GLuint numBufferBarriers;
24608 const GLuint *buffers;
24609 GLuint numTextureBarriers;
24610 const GLuint *textures;
24611 const GLenum *srcLayouts;
24614 struct glWaitSemaphoreui64NVX_params
24616 TEB *teb;
24617 GLuint waitGpu;
24618 GLsizei fenceObjectCount;
24619 const GLuint *semaphoreArray;
24620 const GLuint64 *fenceValueArray;
24623 struct glWaitSync_params
24625 TEB *teb;
24626 GLsync sync;
24627 GLbitfield flags;
24628 GLuint64 timeout;
24631 struct glWaitVkSemaphoreNV_params
24633 TEB *teb;
24634 GLuint64 vkSemaphore;
24637 struct glWeightPathsNV_params
24639 TEB *teb;
24640 GLuint resultPath;
24641 GLsizei numPaths;
24642 const GLuint *paths;
24643 const GLfloat *weights;
24646 struct glWeightPointerARB_params
24648 TEB *teb;
24649 GLint size;
24650 GLenum type;
24651 GLsizei stride;
24652 const void *pointer;
24655 struct glWeightbvARB_params
24657 TEB *teb;
24658 GLint size;
24659 const GLbyte *weights;
24662 struct glWeightdvARB_params
24664 TEB *teb;
24665 GLint size;
24666 const GLdouble *weights;
24669 struct glWeightfvARB_params
24671 TEB *teb;
24672 GLint size;
24673 const GLfloat *weights;
24676 struct glWeightivARB_params
24678 TEB *teb;
24679 GLint size;
24680 const GLint *weights;
24683 struct glWeightsvARB_params
24685 TEB *teb;
24686 GLint size;
24687 const GLshort *weights;
24690 struct glWeightubvARB_params
24692 TEB *teb;
24693 GLint size;
24694 const GLubyte *weights;
24697 struct glWeightuivARB_params
24699 TEB *teb;
24700 GLint size;
24701 const GLuint *weights;
24704 struct glWeightusvARB_params
24706 TEB *teb;
24707 GLint size;
24708 const GLushort *weights;
24711 struct glWindowPos2d_params
24713 TEB *teb;
24714 GLdouble x;
24715 GLdouble y;
24718 struct glWindowPos2dARB_params
24720 TEB *teb;
24721 GLdouble x;
24722 GLdouble y;
24725 struct glWindowPos2dMESA_params
24727 TEB *teb;
24728 GLdouble x;
24729 GLdouble y;
24732 struct glWindowPos2dv_params
24734 TEB *teb;
24735 const GLdouble *v;
24738 struct glWindowPos2dvARB_params
24740 TEB *teb;
24741 const GLdouble *v;
24744 struct glWindowPos2dvMESA_params
24746 TEB *teb;
24747 const GLdouble *v;
24750 struct glWindowPos2f_params
24752 TEB *teb;
24753 GLfloat x;
24754 GLfloat y;
24757 struct glWindowPos2fARB_params
24759 TEB *teb;
24760 GLfloat x;
24761 GLfloat y;
24764 struct glWindowPos2fMESA_params
24766 TEB *teb;
24767 GLfloat x;
24768 GLfloat y;
24771 struct glWindowPos2fv_params
24773 TEB *teb;
24774 const GLfloat *v;
24777 struct glWindowPos2fvARB_params
24779 TEB *teb;
24780 const GLfloat *v;
24783 struct glWindowPos2fvMESA_params
24785 TEB *teb;
24786 const GLfloat *v;
24789 struct glWindowPos2i_params
24791 TEB *teb;
24792 GLint x;
24793 GLint y;
24796 struct glWindowPos2iARB_params
24798 TEB *teb;
24799 GLint x;
24800 GLint y;
24803 struct glWindowPos2iMESA_params
24805 TEB *teb;
24806 GLint x;
24807 GLint y;
24810 struct glWindowPos2iv_params
24812 TEB *teb;
24813 const GLint *v;
24816 struct glWindowPos2ivARB_params
24818 TEB *teb;
24819 const GLint *v;
24822 struct glWindowPos2ivMESA_params
24824 TEB *teb;
24825 const GLint *v;
24828 struct glWindowPos2s_params
24830 TEB *teb;
24831 GLshort x;
24832 GLshort y;
24835 struct glWindowPos2sARB_params
24837 TEB *teb;
24838 GLshort x;
24839 GLshort y;
24842 struct glWindowPos2sMESA_params
24844 TEB *teb;
24845 GLshort x;
24846 GLshort y;
24849 struct glWindowPos2sv_params
24851 TEB *teb;
24852 const GLshort *v;
24855 struct glWindowPos2svARB_params
24857 TEB *teb;
24858 const GLshort *v;
24861 struct glWindowPos2svMESA_params
24863 TEB *teb;
24864 const GLshort *v;
24867 struct glWindowPos3d_params
24869 TEB *teb;
24870 GLdouble x;
24871 GLdouble y;
24872 GLdouble z;
24875 struct glWindowPos3dARB_params
24877 TEB *teb;
24878 GLdouble x;
24879 GLdouble y;
24880 GLdouble z;
24883 struct glWindowPos3dMESA_params
24885 TEB *teb;
24886 GLdouble x;
24887 GLdouble y;
24888 GLdouble z;
24891 struct glWindowPos3dv_params
24893 TEB *teb;
24894 const GLdouble *v;
24897 struct glWindowPos3dvARB_params
24899 TEB *teb;
24900 const GLdouble *v;
24903 struct glWindowPos3dvMESA_params
24905 TEB *teb;
24906 const GLdouble *v;
24909 struct glWindowPos3f_params
24911 TEB *teb;
24912 GLfloat x;
24913 GLfloat y;
24914 GLfloat z;
24917 struct glWindowPos3fARB_params
24919 TEB *teb;
24920 GLfloat x;
24921 GLfloat y;
24922 GLfloat z;
24925 struct glWindowPos3fMESA_params
24927 TEB *teb;
24928 GLfloat x;
24929 GLfloat y;
24930 GLfloat z;
24933 struct glWindowPos3fv_params
24935 TEB *teb;
24936 const GLfloat *v;
24939 struct glWindowPos3fvARB_params
24941 TEB *teb;
24942 const GLfloat *v;
24945 struct glWindowPos3fvMESA_params
24947 TEB *teb;
24948 const GLfloat *v;
24951 struct glWindowPos3i_params
24953 TEB *teb;
24954 GLint x;
24955 GLint y;
24956 GLint z;
24959 struct glWindowPos3iARB_params
24961 TEB *teb;
24962 GLint x;
24963 GLint y;
24964 GLint z;
24967 struct glWindowPos3iMESA_params
24969 TEB *teb;
24970 GLint x;
24971 GLint y;
24972 GLint z;
24975 struct glWindowPos3iv_params
24977 TEB *teb;
24978 const GLint *v;
24981 struct glWindowPos3ivARB_params
24983 TEB *teb;
24984 const GLint *v;
24987 struct glWindowPos3ivMESA_params
24989 TEB *teb;
24990 const GLint *v;
24993 struct glWindowPos3s_params
24995 TEB *teb;
24996 GLshort x;
24997 GLshort y;
24998 GLshort z;
25001 struct glWindowPos3sARB_params
25003 TEB *teb;
25004 GLshort x;
25005 GLshort y;
25006 GLshort z;
25009 struct glWindowPos3sMESA_params
25011 TEB *teb;
25012 GLshort x;
25013 GLshort y;
25014 GLshort z;
25017 struct glWindowPos3sv_params
25019 TEB *teb;
25020 const GLshort *v;
25023 struct glWindowPos3svARB_params
25025 TEB *teb;
25026 const GLshort *v;
25029 struct glWindowPos3svMESA_params
25031 TEB *teb;
25032 const GLshort *v;
25035 struct glWindowPos4dMESA_params
25037 TEB *teb;
25038 GLdouble x;
25039 GLdouble y;
25040 GLdouble z;
25041 GLdouble w;
25044 struct glWindowPos4dvMESA_params
25046 TEB *teb;
25047 const GLdouble *v;
25050 struct glWindowPos4fMESA_params
25052 TEB *teb;
25053 GLfloat x;
25054 GLfloat y;
25055 GLfloat z;
25056 GLfloat w;
25059 struct glWindowPos4fvMESA_params
25061 TEB *teb;
25062 const GLfloat *v;
25065 struct glWindowPos4iMESA_params
25067 TEB *teb;
25068 GLint x;
25069 GLint y;
25070 GLint z;
25071 GLint w;
25074 struct glWindowPos4ivMESA_params
25076 TEB *teb;
25077 const GLint *v;
25080 struct glWindowPos4sMESA_params
25082 TEB *teb;
25083 GLshort x;
25084 GLshort y;
25085 GLshort z;
25086 GLshort w;
25089 struct glWindowPos4svMESA_params
25091 TEB *teb;
25092 const GLshort *v;
25095 struct glWindowRectanglesEXT_params
25097 TEB *teb;
25098 GLenum mode;
25099 GLsizei count;
25100 const GLint *box;
25103 struct glWriteMaskEXT_params
25105 TEB *teb;
25106 GLuint res;
25107 GLuint in;
25108 GLenum outX;
25109 GLenum outY;
25110 GLenum outZ;
25111 GLenum outW;
25114 struct wglAllocateMemoryNV_params
25116 TEB *teb;
25117 GLsizei size;
25118 GLfloat readfreq;
25119 GLfloat writefreq;
25120 GLfloat priority;
25121 void *ret;
25124 struct wglBindTexImageARB_params
25126 TEB *teb;
25127 HPBUFFERARB hPbuffer;
25128 int iBuffer;
25129 BOOL ret;
25132 struct wglChoosePixelFormatARB_params
25134 TEB *teb;
25135 HDC hdc;
25136 const int *piAttribIList;
25137 const FLOAT *pfAttribFList;
25138 UINT nMaxFormats;
25139 int *piFormats;
25140 UINT *nNumFormats;
25141 BOOL ret;
25144 struct wglCreateContextAttribsARB_params
25146 TEB *teb;
25147 HDC hDC;
25148 HGLRC hShareContext;
25149 const int *attribList;
25150 HGLRC ret;
25153 struct wglCreatePbufferARB_params
25155 TEB *teb;
25156 HDC hDC;
25157 int iPixelFormat;
25158 int iWidth;
25159 int iHeight;
25160 const int *piAttribList;
25161 HPBUFFERARB ret;
25164 struct wglDestroyPbufferARB_params
25166 TEB *teb;
25167 HPBUFFERARB hPbuffer;
25168 BOOL ret;
25171 struct wglFreeMemoryNV_params
25173 TEB *teb;
25174 void *pointer;
25177 struct wglGetCurrentReadDCARB_params
25179 TEB *teb;
25180 HDC ret;
25183 struct wglGetExtensionsStringARB_params
25185 TEB *teb;
25186 HDC hdc;
25187 const char *ret;
25190 struct wglGetExtensionsStringEXT_params
25192 TEB *teb;
25193 const char *ret;
25196 struct wglGetPbufferDCARB_params
25198 TEB *teb;
25199 HPBUFFERARB hPbuffer;
25200 HDC ret;
25203 struct wglGetPixelFormatAttribfvARB_params
25205 TEB *teb;
25206 HDC hdc;
25207 int iPixelFormat;
25208 int iLayerPlane;
25209 UINT nAttributes;
25210 const int *piAttributes;
25211 FLOAT *pfValues;
25212 BOOL ret;
25215 struct wglGetPixelFormatAttribivARB_params
25217 TEB *teb;
25218 HDC hdc;
25219 int iPixelFormat;
25220 int iLayerPlane;
25221 UINT nAttributes;
25222 const int *piAttributes;
25223 int *piValues;
25224 BOOL ret;
25227 struct wglGetSwapIntervalEXT_params
25229 TEB *teb;
25230 int ret;
25233 struct wglMakeContextCurrentARB_params
25235 TEB *teb;
25236 HDC hDrawDC;
25237 HDC hReadDC;
25238 HGLRC hglrc;
25239 BOOL ret;
25242 struct wglQueryCurrentRendererIntegerWINE_params
25244 TEB *teb;
25245 GLenum attribute;
25246 GLuint *value;
25247 BOOL ret;
25250 struct wglQueryCurrentRendererStringWINE_params
25252 TEB *teb;
25253 GLenum attribute;
25254 const GLchar *ret;
25257 struct wglQueryPbufferARB_params
25259 TEB *teb;
25260 HPBUFFERARB hPbuffer;
25261 int iAttribute;
25262 int *piValue;
25263 BOOL ret;
25266 struct wglQueryRendererIntegerWINE_params
25268 TEB *teb;
25269 HDC dc;
25270 GLint renderer;
25271 GLenum attribute;
25272 GLuint *value;
25273 BOOL ret;
25276 struct wglQueryRendererStringWINE_params
25278 TEB *teb;
25279 HDC dc;
25280 GLint renderer;
25281 GLenum attribute;
25282 const GLchar *ret;
25285 struct wglReleasePbufferDCARB_params
25287 TEB *teb;
25288 HPBUFFERARB hPbuffer;
25289 HDC hDC;
25290 int ret;
25293 struct wglReleaseTexImageARB_params
25295 TEB *teb;
25296 HPBUFFERARB hPbuffer;
25297 int iBuffer;
25298 BOOL ret;
25301 struct wglSetPbufferAttribARB_params
25303 TEB *teb;
25304 HPBUFFERARB hPbuffer;
25305 const int *piAttribList;
25306 BOOL ret;
25309 struct wglSetPixelFormatWINE_params
25311 TEB *teb;
25312 HDC hdc;
25313 int format;
25314 BOOL ret;
25317 struct wglSwapIntervalEXT_params
25319 TEB *teb;
25320 int interval;
25321 BOOL ret;
25324 struct get_pixel_formats_params
25326 TEB *teb;
25327 HDC hdc;
25328 struct wgl_pixel_format *formats;
25329 unsigned int max_formats;
25330 unsigned int num_formats;
25331 unsigned int num_onscreen_formats;
25334 enum unix_funcs
25336 unix_thread_attach,
25337 unix_process_detach,
25338 unix_get_pixel_formats,
25339 unix_wglCopyContext,
25340 unix_wglCreateContext,
25341 unix_wglDeleteContext,
25342 unix_wglGetPixelFormat,
25343 unix_wglGetProcAddress,
25344 unix_wglMakeCurrent,
25345 unix_wglSetPixelFormat,
25346 unix_wglShareLists,
25347 unix_wglSwapBuffers,
25348 unix_glAccum,
25349 unix_glAlphaFunc,
25350 unix_glAreTexturesResident,
25351 unix_glArrayElement,
25352 unix_glBegin,
25353 unix_glBindTexture,
25354 unix_glBitmap,
25355 unix_glBlendFunc,
25356 unix_glCallList,
25357 unix_glCallLists,
25358 unix_glClear,
25359 unix_glClearAccum,
25360 unix_glClearColor,
25361 unix_glClearDepth,
25362 unix_glClearIndex,
25363 unix_glClearStencil,
25364 unix_glClipPlane,
25365 unix_glColor3b,
25366 unix_glColor3bv,
25367 unix_glColor3d,
25368 unix_glColor3dv,
25369 unix_glColor3f,
25370 unix_glColor3fv,
25371 unix_glColor3i,
25372 unix_glColor3iv,
25373 unix_glColor3s,
25374 unix_glColor3sv,
25375 unix_glColor3ub,
25376 unix_glColor3ubv,
25377 unix_glColor3ui,
25378 unix_glColor3uiv,
25379 unix_glColor3us,
25380 unix_glColor3usv,
25381 unix_glColor4b,
25382 unix_glColor4bv,
25383 unix_glColor4d,
25384 unix_glColor4dv,
25385 unix_glColor4f,
25386 unix_glColor4fv,
25387 unix_glColor4i,
25388 unix_glColor4iv,
25389 unix_glColor4s,
25390 unix_glColor4sv,
25391 unix_glColor4ub,
25392 unix_glColor4ubv,
25393 unix_glColor4ui,
25394 unix_glColor4uiv,
25395 unix_glColor4us,
25396 unix_glColor4usv,
25397 unix_glColorMask,
25398 unix_glColorMaterial,
25399 unix_glColorPointer,
25400 unix_glCopyPixels,
25401 unix_glCopyTexImage1D,
25402 unix_glCopyTexImage2D,
25403 unix_glCopyTexSubImage1D,
25404 unix_glCopyTexSubImage2D,
25405 unix_glCullFace,
25406 unix_glDeleteLists,
25407 unix_glDeleteTextures,
25408 unix_glDepthFunc,
25409 unix_glDepthMask,
25410 unix_glDepthRange,
25411 unix_glDisable,
25412 unix_glDisableClientState,
25413 unix_glDrawArrays,
25414 unix_glDrawBuffer,
25415 unix_glDrawElements,
25416 unix_glDrawPixels,
25417 unix_glEdgeFlag,
25418 unix_glEdgeFlagPointer,
25419 unix_glEdgeFlagv,
25420 unix_glEnable,
25421 unix_glEnableClientState,
25422 unix_glEnd,
25423 unix_glEndList,
25424 unix_glEvalCoord1d,
25425 unix_glEvalCoord1dv,
25426 unix_glEvalCoord1f,
25427 unix_glEvalCoord1fv,
25428 unix_glEvalCoord2d,
25429 unix_glEvalCoord2dv,
25430 unix_glEvalCoord2f,
25431 unix_glEvalCoord2fv,
25432 unix_glEvalMesh1,
25433 unix_glEvalMesh2,
25434 unix_glEvalPoint1,
25435 unix_glEvalPoint2,
25436 unix_glFeedbackBuffer,
25437 unix_glFinish,
25438 unix_glFlush,
25439 unix_glFogf,
25440 unix_glFogfv,
25441 unix_glFogi,
25442 unix_glFogiv,
25443 unix_glFrontFace,
25444 unix_glFrustum,
25445 unix_glGenLists,
25446 unix_glGenTextures,
25447 unix_glGetBooleanv,
25448 unix_glGetClipPlane,
25449 unix_glGetDoublev,
25450 unix_glGetError,
25451 unix_glGetFloatv,
25452 unix_glGetIntegerv,
25453 unix_glGetLightfv,
25454 unix_glGetLightiv,
25455 unix_glGetMapdv,
25456 unix_glGetMapfv,
25457 unix_glGetMapiv,
25458 unix_glGetMaterialfv,
25459 unix_glGetMaterialiv,
25460 unix_glGetPixelMapfv,
25461 unix_glGetPixelMapuiv,
25462 unix_glGetPixelMapusv,
25463 unix_glGetPointerv,
25464 unix_glGetPolygonStipple,
25465 unix_glGetString,
25466 unix_glGetTexEnvfv,
25467 unix_glGetTexEnviv,
25468 unix_glGetTexGendv,
25469 unix_glGetTexGenfv,
25470 unix_glGetTexGeniv,
25471 unix_glGetTexImage,
25472 unix_glGetTexLevelParameterfv,
25473 unix_glGetTexLevelParameteriv,
25474 unix_glGetTexParameterfv,
25475 unix_glGetTexParameteriv,
25476 unix_glHint,
25477 unix_glIndexMask,
25478 unix_glIndexPointer,
25479 unix_glIndexd,
25480 unix_glIndexdv,
25481 unix_glIndexf,
25482 unix_glIndexfv,
25483 unix_glIndexi,
25484 unix_glIndexiv,
25485 unix_glIndexs,
25486 unix_glIndexsv,
25487 unix_glIndexub,
25488 unix_glIndexubv,
25489 unix_glInitNames,
25490 unix_glInterleavedArrays,
25491 unix_glIsEnabled,
25492 unix_glIsList,
25493 unix_glIsTexture,
25494 unix_glLightModelf,
25495 unix_glLightModelfv,
25496 unix_glLightModeli,
25497 unix_glLightModeliv,
25498 unix_glLightf,
25499 unix_glLightfv,
25500 unix_glLighti,
25501 unix_glLightiv,
25502 unix_glLineStipple,
25503 unix_glLineWidth,
25504 unix_glListBase,
25505 unix_glLoadIdentity,
25506 unix_glLoadMatrixd,
25507 unix_glLoadMatrixf,
25508 unix_glLoadName,
25509 unix_glLogicOp,
25510 unix_glMap1d,
25511 unix_glMap1f,
25512 unix_glMap2d,
25513 unix_glMap2f,
25514 unix_glMapGrid1d,
25515 unix_glMapGrid1f,
25516 unix_glMapGrid2d,
25517 unix_glMapGrid2f,
25518 unix_glMaterialf,
25519 unix_glMaterialfv,
25520 unix_glMateriali,
25521 unix_glMaterialiv,
25522 unix_glMatrixMode,
25523 unix_glMultMatrixd,
25524 unix_glMultMatrixf,
25525 unix_glNewList,
25526 unix_glNormal3b,
25527 unix_glNormal3bv,
25528 unix_glNormal3d,
25529 unix_glNormal3dv,
25530 unix_glNormal3f,
25531 unix_glNormal3fv,
25532 unix_glNormal3i,
25533 unix_glNormal3iv,
25534 unix_glNormal3s,
25535 unix_glNormal3sv,
25536 unix_glNormalPointer,
25537 unix_glOrtho,
25538 unix_glPassThrough,
25539 unix_glPixelMapfv,
25540 unix_glPixelMapuiv,
25541 unix_glPixelMapusv,
25542 unix_glPixelStoref,
25543 unix_glPixelStorei,
25544 unix_glPixelTransferf,
25545 unix_glPixelTransferi,
25546 unix_glPixelZoom,
25547 unix_glPointSize,
25548 unix_glPolygonMode,
25549 unix_glPolygonOffset,
25550 unix_glPolygonStipple,
25551 unix_glPopAttrib,
25552 unix_glPopClientAttrib,
25553 unix_glPopMatrix,
25554 unix_glPopName,
25555 unix_glPrioritizeTextures,
25556 unix_glPushAttrib,
25557 unix_glPushClientAttrib,
25558 unix_glPushMatrix,
25559 unix_glPushName,
25560 unix_glRasterPos2d,
25561 unix_glRasterPos2dv,
25562 unix_glRasterPos2f,
25563 unix_glRasterPos2fv,
25564 unix_glRasterPos2i,
25565 unix_glRasterPos2iv,
25566 unix_glRasterPos2s,
25567 unix_glRasterPos2sv,
25568 unix_glRasterPos3d,
25569 unix_glRasterPos3dv,
25570 unix_glRasterPos3f,
25571 unix_glRasterPos3fv,
25572 unix_glRasterPos3i,
25573 unix_glRasterPos3iv,
25574 unix_glRasterPos3s,
25575 unix_glRasterPos3sv,
25576 unix_glRasterPos4d,
25577 unix_glRasterPos4dv,
25578 unix_glRasterPos4f,
25579 unix_glRasterPos4fv,
25580 unix_glRasterPos4i,
25581 unix_glRasterPos4iv,
25582 unix_glRasterPos4s,
25583 unix_glRasterPos4sv,
25584 unix_glReadBuffer,
25585 unix_glReadPixels,
25586 unix_glRectd,
25587 unix_glRectdv,
25588 unix_glRectf,
25589 unix_glRectfv,
25590 unix_glRecti,
25591 unix_glRectiv,
25592 unix_glRects,
25593 unix_glRectsv,
25594 unix_glRenderMode,
25595 unix_glRotated,
25596 unix_glRotatef,
25597 unix_glScaled,
25598 unix_glScalef,
25599 unix_glScissor,
25600 unix_glSelectBuffer,
25601 unix_glShadeModel,
25602 unix_glStencilFunc,
25603 unix_glStencilMask,
25604 unix_glStencilOp,
25605 unix_glTexCoord1d,
25606 unix_glTexCoord1dv,
25607 unix_glTexCoord1f,
25608 unix_glTexCoord1fv,
25609 unix_glTexCoord1i,
25610 unix_glTexCoord1iv,
25611 unix_glTexCoord1s,
25612 unix_glTexCoord1sv,
25613 unix_glTexCoord2d,
25614 unix_glTexCoord2dv,
25615 unix_glTexCoord2f,
25616 unix_glTexCoord2fv,
25617 unix_glTexCoord2i,
25618 unix_glTexCoord2iv,
25619 unix_glTexCoord2s,
25620 unix_glTexCoord2sv,
25621 unix_glTexCoord3d,
25622 unix_glTexCoord3dv,
25623 unix_glTexCoord3f,
25624 unix_glTexCoord3fv,
25625 unix_glTexCoord3i,
25626 unix_glTexCoord3iv,
25627 unix_glTexCoord3s,
25628 unix_glTexCoord3sv,
25629 unix_glTexCoord4d,
25630 unix_glTexCoord4dv,
25631 unix_glTexCoord4f,
25632 unix_glTexCoord4fv,
25633 unix_glTexCoord4i,
25634 unix_glTexCoord4iv,
25635 unix_glTexCoord4s,
25636 unix_glTexCoord4sv,
25637 unix_glTexCoordPointer,
25638 unix_glTexEnvf,
25639 unix_glTexEnvfv,
25640 unix_glTexEnvi,
25641 unix_glTexEnviv,
25642 unix_glTexGend,
25643 unix_glTexGendv,
25644 unix_glTexGenf,
25645 unix_glTexGenfv,
25646 unix_glTexGeni,
25647 unix_glTexGeniv,
25648 unix_glTexImage1D,
25649 unix_glTexImage2D,
25650 unix_glTexParameterf,
25651 unix_glTexParameterfv,
25652 unix_glTexParameteri,
25653 unix_glTexParameteriv,
25654 unix_glTexSubImage1D,
25655 unix_glTexSubImage2D,
25656 unix_glTranslated,
25657 unix_glTranslatef,
25658 unix_glVertex2d,
25659 unix_glVertex2dv,
25660 unix_glVertex2f,
25661 unix_glVertex2fv,
25662 unix_glVertex2i,
25663 unix_glVertex2iv,
25664 unix_glVertex2s,
25665 unix_glVertex2sv,
25666 unix_glVertex3d,
25667 unix_glVertex3dv,
25668 unix_glVertex3f,
25669 unix_glVertex3fv,
25670 unix_glVertex3i,
25671 unix_glVertex3iv,
25672 unix_glVertex3s,
25673 unix_glVertex3sv,
25674 unix_glVertex4d,
25675 unix_glVertex4dv,
25676 unix_glVertex4f,
25677 unix_glVertex4fv,
25678 unix_glVertex4i,
25679 unix_glVertex4iv,
25680 unix_glVertex4s,
25681 unix_glVertex4sv,
25682 unix_glVertexPointer,
25683 unix_glViewport,
25684 unix_glAccumxOES,
25685 unix_glAcquireKeyedMutexWin32EXT,
25686 unix_glActiveProgramEXT,
25687 unix_glActiveShaderProgram,
25688 unix_glActiveStencilFaceEXT,
25689 unix_glActiveTexture,
25690 unix_glActiveTextureARB,
25691 unix_glActiveVaryingNV,
25692 unix_glAlphaFragmentOp1ATI,
25693 unix_glAlphaFragmentOp2ATI,
25694 unix_glAlphaFragmentOp3ATI,
25695 unix_glAlphaFuncxOES,
25696 unix_glAlphaToCoverageDitherControlNV,
25697 unix_glApplyFramebufferAttachmentCMAAINTEL,
25698 unix_glApplyTextureEXT,
25699 unix_glAreProgramsResidentNV,
25700 unix_glAreTexturesResidentEXT,
25701 unix_glArrayElementEXT,
25702 unix_glArrayObjectATI,
25703 unix_glAsyncCopyBufferSubDataNVX,
25704 unix_glAsyncCopyImageSubDataNVX,
25705 unix_glAsyncMarkerSGIX,
25706 unix_glAttachObjectARB,
25707 unix_glAttachShader,
25708 unix_glBeginConditionalRender,
25709 unix_glBeginConditionalRenderNV,
25710 unix_glBeginConditionalRenderNVX,
25711 unix_glBeginFragmentShaderATI,
25712 unix_glBeginOcclusionQueryNV,
25713 unix_glBeginPerfMonitorAMD,
25714 unix_glBeginPerfQueryINTEL,
25715 unix_glBeginQuery,
25716 unix_glBeginQueryARB,
25717 unix_glBeginQueryIndexed,
25718 unix_glBeginTransformFeedback,
25719 unix_glBeginTransformFeedbackEXT,
25720 unix_glBeginTransformFeedbackNV,
25721 unix_glBeginVertexShaderEXT,
25722 unix_glBeginVideoCaptureNV,
25723 unix_glBindAttribLocation,
25724 unix_glBindAttribLocationARB,
25725 unix_glBindBuffer,
25726 unix_glBindBufferARB,
25727 unix_glBindBufferBase,
25728 unix_glBindBufferBaseEXT,
25729 unix_glBindBufferBaseNV,
25730 unix_glBindBufferOffsetEXT,
25731 unix_glBindBufferOffsetNV,
25732 unix_glBindBufferRange,
25733 unix_glBindBufferRangeEXT,
25734 unix_glBindBufferRangeNV,
25735 unix_glBindBuffersBase,
25736 unix_glBindBuffersRange,
25737 unix_glBindFragDataLocation,
25738 unix_glBindFragDataLocationEXT,
25739 unix_glBindFragDataLocationIndexed,
25740 unix_glBindFragmentShaderATI,
25741 unix_glBindFramebuffer,
25742 unix_glBindFramebufferEXT,
25743 unix_glBindImageTexture,
25744 unix_glBindImageTextureEXT,
25745 unix_glBindImageTextures,
25746 unix_glBindLightParameterEXT,
25747 unix_glBindMaterialParameterEXT,
25748 unix_glBindMultiTextureEXT,
25749 unix_glBindParameterEXT,
25750 unix_glBindProgramARB,
25751 unix_glBindProgramNV,
25752 unix_glBindProgramPipeline,
25753 unix_glBindRenderbuffer,
25754 unix_glBindRenderbufferEXT,
25755 unix_glBindSampler,
25756 unix_glBindSamplers,
25757 unix_glBindShadingRateImageNV,
25758 unix_glBindTexGenParameterEXT,
25759 unix_glBindTextureEXT,
25760 unix_glBindTextureUnit,
25761 unix_glBindTextureUnitParameterEXT,
25762 unix_glBindTextures,
25763 unix_glBindTransformFeedback,
25764 unix_glBindTransformFeedbackNV,
25765 unix_glBindVertexArray,
25766 unix_glBindVertexArrayAPPLE,
25767 unix_glBindVertexBuffer,
25768 unix_glBindVertexBuffers,
25769 unix_glBindVertexShaderEXT,
25770 unix_glBindVideoCaptureStreamBufferNV,
25771 unix_glBindVideoCaptureStreamTextureNV,
25772 unix_glBinormal3bEXT,
25773 unix_glBinormal3bvEXT,
25774 unix_glBinormal3dEXT,
25775 unix_glBinormal3dvEXT,
25776 unix_glBinormal3fEXT,
25777 unix_glBinormal3fvEXT,
25778 unix_glBinormal3iEXT,
25779 unix_glBinormal3ivEXT,
25780 unix_glBinormal3sEXT,
25781 unix_glBinormal3svEXT,
25782 unix_glBinormalPointerEXT,
25783 unix_glBitmapxOES,
25784 unix_glBlendBarrierKHR,
25785 unix_glBlendBarrierNV,
25786 unix_glBlendColor,
25787 unix_glBlendColorEXT,
25788 unix_glBlendColorxOES,
25789 unix_glBlendEquation,
25790 unix_glBlendEquationEXT,
25791 unix_glBlendEquationIndexedAMD,
25792 unix_glBlendEquationSeparate,
25793 unix_glBlendEquationSeparateEXT,
25794 unix_glBlendEquationSeparateIndexedAMD,
25795 unix_glBlendEquationSeparatei,
25796 unix_glBlendEquationSeparateiARB,
25797 unix_glBlendEquationi,
25798 unix_glBlendEquationiARB,
25799 unix_glBlendFuncIndexedAMD,
25800 unix_glBlendFuncSeparate,
25801 unix_glBlendFuncSeparateEXT,
25802 unix_glBlendFuncSeparateINGR,
25803 unix_glBlendFuncSeparateIndexedAMD,
25804 unix_glBlendFuncSeparatei,
25805 unix_glBlendFuncSeparateiARB,
25806 unix_glBlendFunci,
25807 unix_glBlendFunciARB,
25808 unix_glBlendParameteriNV,
25809 unix_glBlitFramebuffer,
25810 unix_glBlitFramebufferEXT,
25811 unix_glBlitNamedFramebuffer,
25812 unix_glBufferAddressRangeNV,
25813 unix_glBufferAttachMemoryNV,
25814 unix_glBufferData,
25815 unix_glBufferDataARB,
25816 unix_glBufferPageCommitmentARB,
25817 unix_glBufferParameteriAPPLE,
25818 unix_glBufferRegionEnabled,
25819 unix_glBufferStorage,
25820 unix_glBufferStorageExternalEXT,
25821 unix_glBufferStorageMemEXT,
25822 unix_glBufferSubData,
25823 unix_glBufferSubDataARB,
25824 unix_glCallCommandListNV,
25825 unix_glCheckFramebufferStatus,
25826 unix_glCheckFramebufferStatusEXT,
25827 unix_glCheckNamedFramebufferStatus,
25828 unix_glCheckNamedFramebufferStatusEXT,
25829 unix_glClampColor,
25830 unix_glClampColorARB,
25831 unix_glClearAccumxOES,
25832 unix_glClearBufferData,
25833 unix_glClearBufferSubData,
25834 unix_glClearBufferfi,
25835 unix_glClearBufferfv,
25836 unix_glClearBufferiv,
25837 unix_glClearBufferuiv,
25838 unix_glClearColorIiEXT,
25839 unix_glClearColorIuiEXT,
25840 unix_glClearColorxOES,
25841 unix_glClearDepthdNV,
25842 unix_glClearDepthf,
25843 unix_glClearDepthfOES,
25844 unix_glClearDepthxOES,
25845 unix_glClearNamedBufferData,
25846 unix_glClearNamedBufferDataEXT,
25847 unix_glClearNamedBufferSubData,
25848 unix_glClearNamedBufferSubDataEXT,
25849 unix_glClearNamedFramebufferfi,
25850 unix_glClearNamedFramebufferfv,
25851 unix_glClearNamedFramebufferiv,
25852 unix_glClearNamedFramebufferuiv,
25853 unix_glClearTexImage,
25854 unix_glClearTexSubImage,
25855 unix_glClientActiveTexture,
25856 unix_glClientActiveTextureARB,
25857 unix_glClientActiveVertexStreamATI,
25858 unix_glClientAttribDefaultEXT,
25859 unix_glClientWaitSemaphoreui64NVX,
25860 unix_glClientWaitSync,
25861 unix_glClipControl,
25862 unix_glClipPlanefOES,
25863 unix_glClipPlanexOES,
25864 unix_glColor3fVertex3fSUN,
25865 unix_glColor3fVertex3fvSUN,
25866 unix_glColor3hNV,
25867 unix_glColor3hvNV,
25868 unix_glColor3xOES,
25869 unix_glColor3xvOES,
25870 unix_glColor4fNormal3fVertex3fSUN,
25871 unix_glColor4fNormal3fVertex3fvSUN,
25872 unix_glColor4hNV,
25873 unix_glColor4hvNV,
25874 unix_glColor4ubVertex2fSUN,
25875 unix_glColor4ubVertex2fvSUN,
25876 unix_glColor4ubVertex3fSUN,
25877 unix_glColor4ubVertex3fvSUN,
25878 unix_glColor4xOES,
25879 unix_glColor4xvOES,
25880 unix_glColorFormatNV,
25881 unix_glColorFragmentOp1ATI,
25882 unix_glColorFragmentOp2ATI,
25883 unix_glColorFragmentOp3ATI,
25884 unix_glColorMaskIndexedEXT,
25885 unix_glColorMaski,
25886 unix_glColorP3ui,
25887 unix_glColorP3uiv,
25888 unix_glColorP4ui,
25889 unix_glColorP4uiv,
25890 unix_glColorPointerEXT,
25891 unix_glColorPointerListIBM,
25892 unix_glColorPointervINTEL,
25893 unix_glColorSubTable,
25894 unix_glColorSubTableEXT,
25895 unix_glColorTable,
25896 unix_glColorTableEXT,
25897 unix_glColorTableParameterfv,
25898 unix_glColorTableParameterfvSGI,
25899 unix_glColorTableParameteriv,
25900 unix_glColorTableParameterivSGI,
25901 unix_glColorTableSGI,
25902 unix_glCombinerInputNV,
25903 unix_glCombinerOutputNV,
25904 unix_glCombinerParameterfNV,
25905 unix_glCombinerParameterfvNV,
25906 unix_glCombinerParameteriNV,
25907 unix_glCombinerParameterivNV,
25908 unix_glCombinerStageParameterfvNV,
25909 unix_glCommandListSegmentsNV,
25910 unix_glCompileCommandListNV,
25911 unix_glCompileShader,
25912 unix_glCompileShaderARB,
25913 unix_glCompileShaderIncludeARB,
25914 unix_glCompressedMultiTexImage1DEXT,
25915 unix_glCompressedMultiTexImage2DEXT,
25916 unix_glCompressedMultiTexImage3DEXT,
25917 unix_glCompressedMultiTexSubImage1DEXT,
25918 unix_glCompressedMultiTexSubImage2DEXT,
25919 unix_glCompressedMultiTexSubImage3DEXT,
25920 unix_glCompressedTexImage1D,
25921 unix_glCompressedTexImage1DARB,
25922 unix_glCompressedTexImage2D,
25923 unix_glCompressedTexImage2DARB,
25924 unix_glCompressedTexImage3D,
25925 unix_glCompressedTexImage3DARB,
25926 unix_glCompressedTexSubImage1D,
25927 unix_glCompressedTexSubImage1DARB,
25928 unix_glCompressedTexSubImage2D,
25929 unix_glCompressedTexSubImage2DARB,
25930 unix_glCompressedTexSubImage3D,
25931 unix_glCompressedTexSubImage3DARB,
25932 unix_glCompressedTextureImage1DEXT,
25933 unix_glCompressedTextureImage2DEXT,
25934 unix_glCompressedTextureImage3DEXT,
25935 unix_glCompressedTextureSubImage1D,
25936 unix_glCompressedTextureSubImage1DEXT,
25937 unix_glCompressedTextureSubImage2D,
25938 unix_glCompressedTextureSubImage2DEXT,
25939 unix_glCompressedTextureSubImage3D,
25940 unix_glCompressedTextureSubImage3DEXT,
25941 unix_glConservativeRasterParameterfNV,
25942 unix_glConservativeRasterParameteriNV,
25943 unix_glConvolutionFilter1D,
25944 unix_glConvolutionFilter1DEXT,
25945 unix_glConvolutionFilter2D,
25946 unix_glConvolutionFilter2DEXT,
25947 unix_glConvolutionParameterf,
25948 unix_glConvolutionParameterfEXT,
25949 unix_glConvolutionParameterfv,
25950 unix_glConvolutionParameterfvEXT,
25951 unix_glConvolutionParameteri,
25952 unix_glConvolutionParameteriEXT,
25953 unix_glConvolutionParameteriv,
25954 unix_glConvolutionParameterivEXT,
25955 unix_glConvolutionParameterxOES,
25956 unix_glConvolutionParameterxvOES,
25957 unix_glCopyBufferSubData,
25958 unix_glCopyColorSubTable,
25959 unix_glCopyColorSubTableEXT,
25960 unix_glCopyColorTable,
25961 unix_glCopyColorTableSGI,
25962 unix_glCopyConvolutionFilter1D,
25963 unix_glCopyConvolutionFilter1DEXT,
25964 unix_glCopyConvolutionFilter2D,
25965 unix_glCopyConvolutionFilter2DEXT,
25966 unix_glCopyImageSubData,
25967 unix_glCopyImageSubDataNV,
25968 unix_glCopyMultiTexImage1DEXT,
25969 unix_glCopyMultiTexImage2DEXT,
25970 unix_glCopyMultiTexSubImage1DEXT,
25971 unix_glCopyMultiTexSubImage2DEXT,
25972 unix_glCopyMultiTexSubImage3DEXT,
25973 unix_glCopyNamedBufferSubData,
25974 unix_glCopyPathNV,
25975 unix_glCopyTexImage1DEXT,
25976 unix_glCopyTexImage2DEXT,
25977 unix_glCopyTexSubImage1DEXT,
25978 unix_glCopyTexSubImage2DEXT,
25979 unix_glCopyTexSubImage3D,
25980 unix_glCopyTexSubImage3DEXT,
25981 unix_glCopyTextureImage1DEXT,
25982 unix_glCopyTextureImage2DEXT,
25983 unix_glCopyTextureSubImage1D,
25984 unix_glCopyTextureSubImage1DEXT,
25985 unix_glCopyTextureSubImage2D,
25986 unix_glCopyTextureSubImage2DEXT,
25987 unix_glCopyTextureSubImage3D,
25988 unix_glCopyTextureSubImage3DEXT,
25989 unix_glCoverFillPathInstancedNV,
25990 unix_glCoverFillPathNV,
25991 unix_glCoverStrokePathInstancedNV,
25992 unix_glCoverStrokePathNV,
25993 unix_glCoverageModulationNV,
25994 unix_glCoverageModulationTableNV,
25995 unix_glCreateBuffers,
25996 unix_glCreateCommandListsNV,
25997 unix_glCreateFramebuffers,
25998 unix_glCreateMemoryObjectsEXT,
25999 unix_glCreatePerfQueryINTEL,
26000 unix_glCreateProgram,
26001 unix_glCreateProgramObjectARB,
26002 unix_glCreateProgramPipelines,
26003 unix_glCreateProgressFenceNVX,
26004 unix_glCreateQueries,
26005 unix_glCreateRenderbuffers,
26006 unix_glCreateSamplers,
26007 unix_glCreateShader,
26008 unix_glCreateShaderObjectARB,
26009 unix_glCreateShaderProgramEXT,
26010 unix_glCreateShaderProgramv,
26011 unix_glCreateStatesNV,
26012 unix_glCreateSyncFromCLeventARB,
26013 unix_glCreateTextures,
26014 unix_glCreateTransformFeedbacks,
26015 unix_glCreateVertexArrays,
26016 unix_glCullParameterdvEXT,
26017 unix_glCullParameterfvEXT,
26018 unix_glCurrentPaletteMatrixARB,
26019 unix_glDebugMessageCallback,
26020 unix_glDebugMessageCallbackAMD,
26021 unix_glDebugMessageCallbackARB,
26022 unix_glDebugMessageControl,
26023 unix_glDebugMessageControlARB,
26024 unix_glDebugMessageEnableAMD,
26025 unix_glDebugMessageInsert,
26026 unix_glDebugMessageInsertAMD,
26027 unix_glDebugMessageInsertARB,
26028 unix_glDeformSGIX,
26029 unix_glDeformationMap3dSGIX,
26030 unix_glDeformationMap3fSGIX,
26031 unix_glDeleteAsyncMarkersSGIX,
26032 unix_glDeleteBufferRegion,
26033 unix_glDeleteBuffers,
26034 unix_glDeleteBuffersARB,
26035 unix_glDeleteCommandListsNV,
26036 unix_glDeleteFencesAPPLE,
26037 unix_glDeleteFencesNV,
26038 unix_glDeleteFragmentShaderATI,
26039 unix_glDeleteFramebuffers,
26040 unix_glDeleteFramebuffersEXT,
26041 unix_glDeleteMemoryObjectsEXT,
26042 unix_glDeleteNamedStringARB,
26043 unix_glDeleteNamesAMD,
26044 unix_glDeleteObjectARB,
26045 unix_glDeleteObjectBufferATI,
26046 unix_glDeleteOcclusionQueriesNV,
26047 unix_glDeletePathsNV,
26048 unix_glDeletePerfMonitorsAMD,
26049 unix_glDeletePerfQueryINTEL,
26050 unix_glDeleteProgram,
26051 unix_glDeleteProgramPipelines,
26052 unix_glDeleteProgramsARB,
26053 unix_glDeleteProgramsNV,
26054 unix_glDeleteQueries,
26055 unix_glDeleteQueriesARB,
26056 unix_glDeleteQueryResourceTagNV,
26057 unix_glDeleteRenderbuffers,
26058 unix_glDeleteRenderbuffersEXT,
26059 unix_glDeleteSamplers,
26060 unix_glDeleteSemaphoresEXT,
26061 unix_glDeleteShader,
26062 unix_glDeleteStatesNV,
26063 unix_glDeleteSync,
26064 unix_glDeleteTexturesEXT,
26065 unix_glDeleteTransformFeedbacks,
26066 unix_glDeleteTransformFeedbacksNV,
26067 unix_glDeleteVertexArrays,
26068 unix_glDeleteVertexArraysAPPLE,
26069 unix_glDeleteVertexShaderEXT,
26070 unix_glDepthBoundsEXT,
26071 unix_glDepthBoundsdNV,
26072 unix_glDepthRangeArraydvNV,
26073 unix_glDepthRangeArrayv,
26074 unix_glDepthRangeIndexed,
26075 unix_glDepthRangeIndexeddNV,
26076 unix_glDepthRangedNV,
26077 unix_glDepthRangef,
26078 unix_glDepthRangefOES,
26079 unix_glDepthRangexOES,
26080 unix_glDetachObjectARB,
26081 unix_glDetachShader,
26082 unix_glDetailTexFuncSGIS,
26083 unix_glDisableClientStateIndexedEXT,
26084 unix_glDisableClientStateiEXT,
26085 unix_glDisableIndexedEXT,
26086 unix_glDisableVariantClientStateEXT,
26087 unix_glDisableVertexArrayAttrib,
26088 unix_glDisableVertexArrayAttribEXT,
26089 unix_glDisableVertexArrayEXT,
26090 unix_glDisableVertexAttribAPPLE,
26091 unix_glDisableVertexAttribArray,
26092 unix_glDisableVertexAttribArrayARB,
26093 unix_glDisablei,
26094 unix_glDispatchCompute,
26095 unix_glDispatchComputeGroupSizeARB,
26096 unix_glDispatchComputeIndirect,
26097 unix_glDrawArraysEXT,
26098 unix_glDrawArraysIndirect,
26099 unix_glDrawArraysInstanced,
26100 unix_glDrawArraysInstancedARB,
26101 unix_glDrawArraysInstancedBaseInstance,
26102 unix_glDrawArraysInstancedEXT,
26103 unix_glDrawBufferRegion,
26104 unix_glDrawBuffers,
26105 unix_glDrawBuffersARB,
26106 unix_glDrawBuffersATI,
26107 unix_glDrawCommandsAddressNV,
26108 unix_glDrawCommandsNV,
26109 unix_glDrawCommandsStatesAddressNV,
26110 unix_glDrawCommandsStatesNV,
26111 unix_glDrawElementArrayAPPLE,
26112 unix_glDrawElementArrayATI,
26113 unix_glDrawElementsBaseVertex,
26114 unix_glDrawElementsIndirect,
26115 unix_glDrawElementsInstanced,
26116 unix_glDrawElementsInstancedARB,
26117 unix_glDrawElementsInstancedBaseInstance,
26118 unix_glDrawElementsInstancedBaseVertex,
26119 unix_glDrawElementsInstancedBaseVertexBaseInstance,
26120 unix_glDrawElementsInstancedEXT,
26121 unix_glDrawMeshArraysSUN,
26122 unix_glDrawMeshTasksIndirectNV,
26123 unix_glDrawMeshTasksNV,
26124 unix_glDrawRangeElementArrayAPPLE,
26125 unix_glDrawRangeElementArrayATI,
26126 unix_glDrawRangeElements,
26127 unix_glDrawRangeElementsBaseVertex,
26128 unix_glDrawRangeElementsEXT,
26129 unix_glDrawTextureNV,
26130 unix_glDrawTransformFeedback,
26131 unix_glDrawTransformFeedbackInstanced,
26132 unix_glDrawTransformFeedbackNV,
26133 unix_glDrawTransformFeedbackStream,
26134 unix_glDrawTransformFeedbackStreamInstanced,
26135 unix_glDrawVkImageNV,
26136 unix_glEGLImageTargetTexStorageEXT,
26137 unix_glEGLImageTargetTextureStorageEXT,
26138 unix_glEdgeFlagFormatNV,
26139 unix_glEdgeFlagPointerEXT,
26140 unix_glEdgeFlagPointerListIBM,
26141 unix_glElementPointerAPPLE,
26142 unix_glElementPointerATI,
26143 unix_glEnableClientStateIndexedEXT,
26144 unix_glEnableClientStateiEXT,
26145 unix_glEnableIndexedEXT,
26146 unix_glEnableVariantClientStateEXT,
26147 unix_glEnableVertexArrayAttrib,
26148 unix_glEnableVertexArrayAttribEXT,
26149 unix_glEnableVertexArrayEXT,
26150 unix_glEnableVertexAttribAPPLE,
26151 unix_glEnableVertexAttribArray,
26152 unix_glEnableVertexAttribArrayARB,
26153 unix_glEnablei,
26154 unix_glEndConditionalRender,
26155 unix_glEndConditionalRenderNV,
26156 unix_glEndConditionalRenderNVX,
26157 unix_glEndFragmentShaderATI,
26158 unix_glEndOcclusionQueryNV,
26159 unix_glEndPerfMonitorAMD,
26160 unix_glEndPerfQueryINTEL,
26161 unix_glEndQuery,
26162 unix_glEndQueryARB,
26163 unix_glEndQueryIndexed,
26164 unix_glEndTransformFeedback,
26165 unix_glEndTransformFeedbackEXT,
26166 unix_glEndTransformFeedbackNV,
26167 unix_glEndVertexShaderEXT,
26168 unix_glEndVideoCaptureNV,
26169 unix_glEvalCoord1xOES,
26170 unix_glEvalCoord1xvOES,
26171 unix_glEvalCoord2xOES,
26172 unix_glEvalCoord2xvOES,
26173 unix_glEvalMapsNV,
26174 unix_glEvaluateDepthValuesARB,
26175 unix_glExecuteProgramNV,
26176 unix_glExtractComponentEXT,
26177 unix_glFeedbackBufferxOES,
26178 unix_glFenceSync,
26179 unix_glFinalCombinerInputNV,
26180 unix_glFinishAsyncSGIX,
26181 unix_glFinishFenceAPPLE,
26182 unix_glFinishFenceNV,
26183 unix_glFinishObjectAPPLE,
26184 unix_glFinishTextureSUNX,
26185 unix_glFlushMappedBufferRange,
26186 unix_glFlushMappedBufferRangeAPPLE,
26187 unix_glFlushMappedNamedBufferRange,
26188 unix_glFlushMappedNamedBufferRangeEXT,
26189 unix_glFlushPixelDataRangeNV,
26190 unix_glFlushRasterSGIX,
26191 unix_glFlushStaticDataIBM,
26192 unix_glFlushVertexArrayRangeAPPLE,
26193 unix_glFlushVertexArrayRangeNV,
26194 unix_glFogCoordFormatNV,
26195 unix_glFogCoordPointer,
26196 unix_glFogCoordPointerEXT,
26197 unix_glFogCoordPointerListIBM,
26198 unix_glFogCoordd,
26199 unix_glFogCoorddEXT,
26200 unix_glFogCoorddv,
26201 unix_glFogCoorddvEXT,
26202 unix_glFogCoordf,
26203 unix_glFogCoordfEXT,
26204 unix_glFogCoordfv,
26205 unix_glFogCoordfvEXT,
26206 unix_glFogCoordhNV,
26207 unix_glFogCoordhvNV,
26208 unix_glFogFuncSGIS,
26209 unix_glFogxOES,
26210 unix_glFogxvOES,
26211 unix_glFragmentColorMaterialSGIX,
26212 unix_glFragmentCoverageColorNV,
26213 unix_glFragmentLightModelfSGIX,
26214 unix_glFragmentLightModelfvSGIX,
26215 unix_glFragmentLightModeliSGIX,
26216 unix_glFragmentLightModelivSGIX,
26217 unix_glFragmentLightfSGIX,
26218 unix_glFragmentLightfvSGIX,
26219 unix_glFragmentLightiSGIX,
26220 unix_glFragmentLightivSGIX,
26221 unix_glFragmentMaterialfSGIX,
26222 unix_glFragmentMaterialfvSGIX,
26223 unix_glFragmentMaterialiSGIX,
26224 unix_glFragmentMaterialivSGIX,
26225 unix_glFrameTerminatorGREMEDY,
26226 unix_glFrameZoomSGIX,
26227 unix_glFramebufferDrawBufferEXT,
26228 unix_glFramebufferDrawBuffersEXT,
26229 unix_glFramebufferFetchBarrierEXT,
26230 unix_glFramebufferParameteri,
26231 unix_glFramebufferParameteriMESA,
26232 unix_glFramebufferReadBufferEXT,
26233 unix_glFramebufferRenderbuffer,
26234 unix_glFramebufferRenderbufferEXT,
26235 unix_glFramebufferSampleLocationsfvARB,
26236 unix_glFramebufferSampleLocationsfvNV,
26237 unix_glFramebufferSamplePositionsfvAMD,
26238 unix_glFramebufferTexture,
26239 unix_glFramebufferTexture1D,
26240 unix_glFramebufferTexture1DEXT,
26241 unix_glFramebufferTexture2D,
26242 unix_glFramebufferTexture2DEXT,
26243 unix_glFramebufferTexture3D,
26244 unix_glFramebufferTexture3DEXT,
26245 unix_glFramebufferTextureARB,
26246 unix_glFramebufferTextureEXT,
26247 unix_glFramebufferTextureFaceARB,
26248 unix_glFramebufferTextureFaceEXT,
26249 unix_glFramebufferTextureLayer,
26250 unix_glFramebufferTextureLayerARB,
26251 unix_glFramebufferTextureLayerEXT,
26252 unix_glFramebufferTextureMultiviewOVR,
26253 unix_glFreeObjectBufferATI,
26254 unix_glFrustumfOES,
26255 unix_glFrustumxOES,
26256 unix_glGenAsyncMarkersSGIX,
26257 unix_glGenBuffers,
26258 unix_glGenBuffersARB,
26259 unix_glGenFencesAPPLE,
26260 unix_glGenFencesNV,
26261 unix_glGenFragmentShadersATI,
26262 unix_glGenFramebuffers,
26263 unix_glGenFramebuffersEXT,
26264 unix_glGenNamesAMD,
26265 unix_glGenOcclusionQueriesNV,
26266 unix_glGenPathsNV,
26267 unix_glGenPerfMonitorsAMD,
26268 unix_glGenProgramPipelines,
26269 unix_glGenProgramsARB,
26270 unix_glGenProgramsNV,
26271 unix_glGenQueries,
26272 unix_glGenQueriesARB,
26273 unix_glGenQueryResourceTagNV,
26274 unix_glGenRenderbuffers,
26275 unix_glGenRenderbuffersEXT,
26276 unix_glGenSamplers,
26277 unix_glGenSemaphoresEXT,
26278 unix_glGenSymbolsEXT,
26279 unix_glGenTexturesEXT,
26280 unix_glGenTransformFeedbacks,
26281 unix_glGenTransformFeedbacksNV,
26282 unix_glGenVertexArrays,
26283 unix_glGenVertexArraysAPPLE,
26284 unix_glGenVertexShadersEXT,
26285 unix_glGenerateMipmap,
26286 unix_glGenerateMipmapEXT,
26287 unix_glGenerateMultiTexMipmapEXT,
26288 unix_glGenerateTextureMipmap,
26289 unix_glGenerateTextureMipmapEXT,
26290 unix_glGetActiveAtomicCounterBufferiv,
26291 unix_glGetActiveAttrib,
26292 unix_glGetActiveAttribARB,
26293 unix_glGetActiveSubroutineName,
26294 unix_glGetActiveSubroutineUniformName,
26295 unix_glGetActiveSubroutineUniformiv,
26296 unix_glGetActiveUniform,
26297 unix_glGetActiveUniformARB,
26298 unix_glGetActiveUniformBlockName,
26299 unix_glGetActiveUniformBlockiv,
26300 unix_glGetActiveUniformName,
26301 unix_glGetActiveUniformsiv,
26302 unix_glGetActiveVaryingNV,
26303 unix_glGetArrayObjectfvATI,
26304 unix_glGetArrayObjectivATI,
26305 unix_glGetAttachedObjectsARB,
26306 unix_glGetAttachedShaders,
26307 unix_glGetAttribLocation,
26308 unix_glGetAttribLocationARB,
26309 unix_glGetBooleanIndexedvEXT,
26310 unix_glGetBooleani_v,
26311 unix_glGetBufferParameteri64v,
26312 unix_glGetBufferParameteriv,
26313 unix_glGetBufferParameterivARB,
26314 unix_glGetBufferParameterui64vNV,
26315 unix_glGetBufferPointerv,
26316 unix_glGetBufferPointervARB,
26317 unix_glGetBufferSubData,
26318 unix_glGetBufferSubDataARB,
26319 unix_glGetClipPlanefOES,
26320 unix_glGetClipPlanexOES,
26321 unix_glGetColorTable,
26322 unix_glGetColorTableEXT,
26323 unix_glGetColorTableParameterfv,
26324 unix_glGetColorTableParameterfvEXT,
26325 unix_glGetColorTableParameterfvSGI,
26326 unix_glGetColorTableParameteriv,
26327 unix_glGetColorTableParameterivEXT,
26328 unix_glGetColorTableParameterivSGI,
26329 unix_glGetColorTableSGI,
26330 unix_glGetCombinerInputParameterfvNV,
26331 unix_glGetCombinerInputParameterivNV,
26332 unix_glGetCombinerOutputParameterfvNV,
26333 unix_glGetCombinerOutputParameterivNV,
26334 unix_glGetCombinerStageParameterfvNV,
26335 unix_glGetCommandHeaderNV,
26336 unix_glGetCompressedMultiTexImageEXT,
26337 unix_glGetCompressedTexImage,
26338 unix_glGetCompressedTexImageARB,
26339 unix_glGetCompressedTextureImage,
26340 unix_glGetCompressedTextureImageEXT,
26341 unix_glGetCompressedTextureSubImage,
26342 unix_glGetConvolutionFilter,
26343 unix_glGetConvolutionFilterEXT,
26344 unix_glGetConvolutionParameterfv,
26345 unix_glGetConvolutionParameterfvEXT,
26346 unix_glGetConvolutionParameteriv,
26347 unix_glGetConvolutionParameterivEXT,
26348 unix_glGetConvolutionParameterxvOES,
26349 unix_glGetCoverageModulationTableNV,
26350 unix_glGetDebugMessageLog,
26351 unix_glGetDebugMessageLogAMD,
26352 unix_glGetDebugMessageLogARB,
26353 unix_glGetDetailTexFuncSGIS,
26354 unix_glGetDoubleIndexedvEXT,
26355 unix_glGetDoublei_v,
26356 unix_glGetDoublei_vEXT,
26357 unix_glGetFenceivNV,
26358 unix_glGetFinalCombinerInputParameterfvNV,
26359 unix_glGetFinalCombinerInputParameterivNV,
26360 unix_glGetFirstPerfQueryIdINTEL,
26361 unix_glGetFixedvOES,
26362 unix_glGetFloatIndexedvEXT,
26363 unix_glGetFloati_v,
26364 unix_glGetFloati_vEXT,
26365 unix_glGetFogFuncSGIS,
26366 unix_glGetFragDataIndex,
26367 unix_glGetFragDataLocation,
26368 unix_glGetFragDataLocationEXT,
26369 unix_glGetFragmentLightfvSGIX,
26370 unix_glGetFragmentLightivSGIX,
26371 unix_glGetFragmentMaterialfvSGIX,
26372 unix_glGetFragmentMaterialivSGIX,
26373 unix_glGetFramebufferAttachmentParameteriv,
26374 unix_glGetFramebufferAttachmentParameterivEXT,
26375 unix_glGetFramebufferParameterfvAMD,
26376 unix_glGetFramebufferParameteriv,
26377 unix_glGetFramebufferParameterivEXT,
26378 unix_glGetFramebufferParameterivMESA,
26379 unix_glGetGraphicsResetStatus,
26380 unix_glGetGraphicsResetStatusARB,
26381 unix_glGetHandleARB,
26382 unix_glGetHistogram,
26383 unix_glGetHistogramEXT,
26384 unix_glGetHistogramParameterfv,
26385 unix_glGetHistogramParameterfvEXT,
26386 unix_glGetHistogramParameteriv,
26387 unix_glGetHistogramParameterivEXT,
26388 unix_glGetHistogramParameterxvOES,
26389 unix_glGetImageHandleARB,
26390 unix_glGetImageHandleNV,
26391 unix_glGetImageTransformParameterfvHP,
26392 unix_glGetImageTransformParameterivHP,
26393 unix_glGetInfoLogARB,
26394 unix_glGetInstrumentsSGIX,
26395 unix_glGetInteger64i_v,
26396 unix_glGetInteger64v,
26397 unix_glGetIntegerIndexedvEXT,
26398 unix_glGetIntegeri_v,
26399 unix_glGetIntegerui64i_vNV,
26400 unix_glGetIntegerui64vNV,
26401 unix_glGetInternalformatSampleivNV,
26402 unix_glGetInternalformati64v,
26403 unix_glGetInternalformativ,
26404 unix_glGetInvariantBooleanvEXT,
26405 unix_glGetInvariantFloatvEXT,
26406 unix_glGetInvariantIntegervEXT,
26407 unix_glGetLightxOES,
26408 unix_glGetListParameterfvSGIX,
26409 unix_glGetListParameterivSGIX,
26410 unix_glGetLocalConstantBooleanvEXT,
26411 unix_glGetLocalConstantFloatvEXT,
26412 unix_glGetLocalConstantIntegervEXT,
26413 unix_glGetMapAttribParameterfvNV,
26414 unix_glGetMapAttribParameterivNV,
26415 unix_glGetMapControlPointsNV,
26416 unix_glGetMapParameterfvNV,
26417 unix_glGetMapParameterivNV,
26418 unix_glGetMapxvOES,
26419 unix_glGetMaterialxOES,
26420 unix_glGetMemoryObjectDetachedResourcesuivNV,
26421 unix_glGetMemoryObjectParameterivEXT,
26422 unix_glGetMinmax,
26423 unix_glGetMinmaxEXT,
26424 unix_glGetMinmaxParameterfv,
26425 unix_glGetMinmaxParameterfvEXT,
26426 unix_glGetMinmaxParameteriv,
26427 unix_glGetMinmaxParameterivEXT,
26428 unix_glGetMultiTexEnvfvEXT,
26429 unix_glGetMultiTexEnvivEXT,
26430 unix_glGetMultiTexGendvEXT,
26431 unix_glGetMultiTexGenfvEXT,
26432 unix_glGetMultiTexGenivEXT,
26433 unix_glGetMultiTexImageEXT,
26434 unix_glGetMultiTexLevelParameterfvEXT,
26435 unix_glGetMultiTexLevelParameterivEXT,
26436 unix_glGetMultiTexParameterIivEXT,
26437 unix_glGetMultiTexParameterIuivEXT,
26438 unix_glGetMultiTexParameterfvEXT,
26439 unix_glGetMultiTexParameterivEXT,
26440 unix_glGetMultisamplefv,
26441 unix_glGetMultisamplefvNV,
26442 unix_glGetNamedBufferParameteri64v,
26443 unix_glGetNamedBufferParameteriv,
26444 unix_glGetNamedBufferParameterivEXT,
26445 unix_glGetNamedBufferParameterui64vNV,
26446 unix_glGetNamedBufferPointerv,
26447 unix_glGetNamedBufferPointervEXT,
26448 unix_glGetNamedBufferSubData,
26449 unix_glGetNamedBufferSubDataEXT,
26450 unix_glGetNamedFramebufferAttachmentParameteriv,
26451 unix_glGetNamedFramebufferAttachmentParameterivEXT,
26452 unix_glGetNamedFramebufferParameterfvAMD,
26453 unix_glGetNamedFramebufferParameteriv,
26454 unix_glGetNamedFramebufferParameterivEXT,
26455 unix_glGetNamedProgramLocalParameterIivEXT,
26456 unix_glGetNamedProgramLocalParameterIuivEXT,
26457 unix_glGetNamedProgramLocalParameterdvEXT,
26458 unix_glGetNamedProgramLocalParameterfvEXT,
26459 unix_glGetNamedProgramStringEXT,
26460 unix_glGetNamedProgramivEXT,
26461 unix_glGetNamedRenderbufferParameteriv,
26462 unix_glGetNamedRenderbufferParameterivEXT,
26463 unix_glGetNamedStringARB,
26464 unix_glGetNamedStringivARB,
26465 unix_glGetNextPerfQueryIdINTEL,
26466 unix_glGetObjectBufferfvATI,
26467 unix_glGetObjectBufferivATI,
26468 unix_glGetObjectLabel,
26469 unix_glGetObjectLabelEXT,
26470 unix_glGetObjectParameterfvARB,
26471 unix_glGetObjectParameterivAPPLE,
26472 unix_glGetObjectParameterivARB,
26473 unix_glGetObjectPtrLabel,
26474 unix_glGetOcclusionQueryivNV,
26475 unix_glGetOcclusionQueryuivNV,
26476 unix_glGetPathColorGenfvNV,
26477 unix_glGetPathColorGenivNV,
26478 unix_glGetPathCommandsNV,
26479 unix_glGetPathCoordsNV,
26480 unix_glGetPathDashArrayNV,
26481 unix_glGetPathLengthNV,
26482 unix_glGetPathMetricRangeNV,
26483 unix_glGetPathMetricsNV,
26484 unix_glGetPathParameterfvNV,
26485 unix_glGetPathParameterivNV,
26486 unix_glGetPathSpacingNV,
26487 unix_glGetPathTexGenfvNV,
26488 unix_glGetPathTexGenivNV,
26489 unix_glGetPerfCounterInfoINTEL,
26490 unix_glGetPerfMonitorCounterDataAMD,
26491 unix_glGetPerfMonitorCounterInfoAMD,
26492 unix_glGetPerfMonitorCounterStringAMD,
26493 unix_glGetPerfMonitorCountersAMD,
26494 unix_glGetPerfMonitorGroupStringAMD,
26495 unix_glGetPerfMonitorGroupsAMD,
26496 unix_glGetPerfQueryDataINTEL,
26497 unix_glGetPerfQueryIdByNameINTEL,
26498 unix_glGetPerfQueryInfoINTEL,
26499 unix_glGetPixelMapxv,
26500 unix_glGetPixelTexGenParameterfvSGIS,
26501 unix_glGetPixelTexGenParameterivSGIS,
26502 unix_glGetPixelTransformParameterfvEXT,
26503 unix_glGetPixelTransformParameterivEXT,
26504 unix_glGetPointerIndexedvEXT,
26505 unix_glGetPointeri_vEXT,
26506 unix_glGetPointervEXT,
26507 unix_glGetProgramBinary,
26508 unix_glGetProgramEnvParameterIivNV,
26509 unix_glGetProgramEnvParameterIuivNV,
26510 unix_glGetProgramEnvParameterdvARB,
26511 unix_glGetProgramEnvParameterfvARB,
26512 unix_glGetProgramInfoLog,
26513 unix_glGetProgramInterfaceiv,
26514 unix_glGetProgramLocalParameterIivNV,
26515 unix_glGetProgramLocalParameterIuivNV,
26516 unix_glGetProgramLocalParameterdvARB,
26517 unix_glGetProgramLocalParameterfvARB,
26518 unix_glGetProgramNamedParameterdvNV,
26519 unix_glGetProgramNamedParameterfvNV,
26520 unix_glGetProgramParameterdvNV,
26521 unix_glGetProgramParameterfvNV,
26522 unix_glGetProgramPipelineInfoLog,
26523 unix_glGetProgramPipelineiv,
26524 unix_glGetProgramResourceIndex,
26525 unix_glGetProgramResourceLocation,
26526 unix_glGetProgramResourceLocationIndex,
26527 unix_glGetProgramResourceName,
26528 unix_glGetProgramResourcefvNV,
26529 unix_glGetProgramResourceiv,
26530 unix_glGetProgramStageiv,
26531 unix_glGetProgramStringARB,
26532 unix_glGetProgramStringNV,
26533 unix_glGetProgramSubroutineParameteruivNV,
26534 unix_glGetProgramiv,
26535 unix_glGetProgramivARB,
26536 unix_glGetProgramivNV,
26537 unix_glGetQueryBufferObjecti64v,
26538 unix_glGetQueryBufferObjectiv,
26539 unix_glGetQueryBufferObjectui64v,
26540 unix_glGetQueryBufferObjectuiv,
26541 unix_glGetQueryIndexediv,
26542 unix_glGetQueryObjecti64v,
26543 unix_glGetQueryObjecti64vEXT,
26544 unix_glGetQueryObjectiv,
26545 unix_glGetQueryObjectivARB,
26546 unix_glGetQueryObjectui64v,
26547 unix_glGetQueryObjectui64vEXT,
26548 unix_glGetQueryObjectuiv,
26549 unix_glGetQueryObjectuivARB,
26550 unix_glGetQueryiv,
26551 unix_glGetQueryivARB,
26552 unix_glGetRenderbufferParameteriv,
26553 unix_glGetRenderbufferParameterivEXT,
26554 unix_glGetSamplerParameterIiv,
26555 unix_glGetSamplerParameterIuiv,
26556 unix_glGetSamplerParameterfv,
26557 unix_glGetSamplerParameteriv,
26558 unix_glGetSemaphoreParameterui64vEXT,
26559 unix_glGetSeparableFilter,
26560 unix_glGetSeparableFilterEXT,
26561 unix_glGetShaderInfoLog,
26562 unix_glGetShaderPrecisionFormat,
26563 unix_glGetShaderSource,
26564 unix_glGetShaderSourceARB,
26565 unix_glGetShaderiv,
26566 unix_glGetShadingRateImagePaletteNV,
26567 unix_glGetShadingRateSampleLocationivNV,
26568 unix_glGetSharpenTexFuncSGIS,
26569 unix_glGetStageIndexNV,
26570 unix_glGetStringi,
26571 unix_glGetSubroutineIndex,
26572 unix_glGetSubroutineUniformLocation,
26573 unix_glGetSynciv,
26574 unix_glGetTexBumpParameterfvATI,
26575 unix_glGetTexBumpParameterivATI,
26576 unix_glGetTexEnvxvOES,
26577 unix_glGetTexFilterFuncSGIS,
26578 unix_glGetTexGenxvOES,
26579 unix_glGetTexLevelParameterxvOES,
26580 unix_glGetTexParameterIiv,
26581 unix_glGetTexParameterIivEXT,
26582 unix_glGetTexParameterIuiv,
26583 unix_glGetTexParameterIuivEXT,
26584 unix_glGetTexParameterPointervAPPLE,
26585 unix_glGetTexParameterxvOES,
26586 unix_glGetTextureHandleARB,
26587 unix_glGetTextureHandleNV,
26588 unix_glGetTextureImage,
26589 unix_glGetTextureImageEXT,
26590 unix_glGetTextureLevelParameterfv,
26591 unix_glGetTextureLevelParameterfvEXT,
26592 unix_glGetTextureLevelParameteriv,
26593 unix_glGetTextureLevelParameterivEXT,
26594 unix_glGetTextureParameterIiv,
26595 unix_glGetTextureParameterIivEXT,
26596 unix_glGetTextureParameterIuiv,
26597 unix_glGetTextureParameterIuivEXT,
26598 unix_glGetTextureParameterfv,
26599 unix_glGetTextureParameterfvEXT,
26600 unix_glGetTextureParameteriv,
26601 unix_glGetTextureParameterivEXT,
26602 unix_glGetTextureSamplerHandleARB,
26603 unix_glGetTextureSamplerHandleNV,
26604 unix_glGetTextureSubImage,
26605 unix_glGetTrackMatrixivNV,
26606 unix_glGetTransformFeedbackVarying,
26607 unix_glGetTransformFeedbackVaryingEXT,
26608 unix_glGetTransformFeedbackVaryingNV,
26609 unix_glGetTransformFeedbacki64_v,
26610 unix_glGetTransformFeedbacki_v,
26611 unix_glGetTransformFeedbackiv,
26612 unix_glGetUniformBlockIndex,
26613 unix_glGetUniformBufferSizeEXT,
26614 unix_glGetUniformIndices,
26615 unix_glGetUniformLocation,
26616 unix_glGetUniformLocationARB,
26617 unix_glGetUniformOffsetEXT,
26618 unix_glGetUniformSubroutineuiv,
26619 unix_glGetUniformdv,
26620 unix_glGetUniformfv,
26621 unix_glGetUniformfvARB,
26622 unix_glGetUniformi64vARB,
26623 unix_glGetUniformi64vNV,
26624 unix_glGetUniformiv,
26625 unix_glGetUniformivARB,
26626 unix_glGetUniformui64vARB,
26627 unix_glGetUniformui64vNV,
26628 unix_glGetUniformuiv,
26629 unix_glGetUniformuivEXT,
26630 unix_glGetUnsignedBytei_vEXT,
26631 unix_glGetUnsignedBytevEXT,
26632 unix_glGetVariantArrayObjectfvATI,
26633 unix_glGetVariantArrayObjectivATI,
26634 unix_glGetVariantBooleanvEXT,
26635 unix_glGetVariantFloatvEXT,
26636 unix_glGetVariantIntegervEXT,
26637 unix_glGetVariantPointervEXT,
26638 unix_glGetVaryingLocationNV,
26639 unix_glGetVertexArrayIndexed64iv,
26640 unix_glGetVertexArrayIndexediv,
26641 unix_glGetVertexArrayIntegeri_vEXT,
26642 unix_glGetVertexArrayIntegervEXT,
26643 unix_glGetVertexArrayPointeri_vEXT,
26644 unix_glGetVertexArrayPointervEXT,
26645 unix_glGetVertexArrayiv,
26646 unix_glGetVertexAttribArrayObjectfvATI,
26647 unix_glGetVertexAttribArrayObjectivATI,
26648 unix_glGetVertexAttribIiv,
26649 unix_glGetVertexAttribIivEXT,
26650 unix_glGetVertexAttribIuiv,
26651 unix_glGetVertexAttribIuivEXT,
26652 unix_glGetVertexAttribLdv,
26653 unix_glGetVertexAttribLdvEXT,
26654 unix_glGetVertexAttribLi64vNV,
26655 unix_glGetVertexAttribLui64vARB,
26656 unix_glGetVertexAttribLui64vNV,
26657 unix_glGetVertexAttribPointerv,
26658 unix_glGetVertexAttribPointervARB,
26659 unix_glGetVertexAttribPointervNV,
26660 unix_glGetVertexAttribdv,
26661 unix_glGetVertexAttribdvARB,
26662 unix_glGetVertexAttribdvNV,
26663 unix_glGetVertexAttribfv,
26664 unix_glGetVertexAttribfvARB,
26665 unix_glGetVertexAttribfvNV,
26666 unix_glGetVertexAttribiv,
26667 unix_glGetVertexAttribivARB,
26668 unix_glGetVertexAttribivNV,
26669 unix_glGetVideoCaptureStreamdvNV,
26670 unix_glGetVideoCaptureStreamfvNV,
26671 unix_glGetVideoCaptureStreamivNV,
26672 unix_glGetVideoCaptureivNV,
26673 unix_glGetVideoi64vNV,
26674 unix_glGetVideoivNV,
26675 unix_glGetVideoui64vNV,
26676 unix_glGetVideouivNV,
26677 unix_glGetVkProcAddrNV,
26678 unix_glGetnColorTable,
26679 unix_glGetnColorTableARB,
26680 unix_glGetnCompressedTexImage,
26681 unix_glGetnCompressedTexImageARB,
26682 unix_glGetnConvolutionFilter,
26683 unix_glGetnConvolutionFilterARB,
26684 unix_glGetnHistogram,
26685 unix_glGetnHistogramARB,
26686 unix_glGetnMapdv,
26687 unix_glGetnMapdvARB,
26688 unix_glGetnMapfv,
26689 unix_glGetnMapfvARB,
26690 unix_glGetnMapiv,
26691 unix_glGetnMapivARB,
26692 unix_glGetnMinmax,
26693 unix_glGetnMinmaxARB,
26694 unix_glGetnPixelMapfv,
26695 unix_glGetnPixelMapfvARB,
26696 unix_glGetnPixelMapuiv,
26697 unix_glGetnPixelMapuivARB,
26698 unix_glGetnPixelMapusv,
26699 unix_glGetnPixelMapusvARB,
26700 unix_glGetnPolygonStipple,
26701 unix_glGetnPolygonStippleARB,
26702 unix_glGetnSeparableFilter,
26703 unix_glGetnSeparableFilterARB,
26704 unix_glGetnTexImage,
26705 unix_glGetnTexImageARB,
26706 unix_glGetnUniformdv,
26707 unix_glGetnUniformdvARB,
26708 unix_glGetnUniformfv,
26709 unix_glGetnUniformfvARB,
26710 unix_glGetnUniformi64vARB,
26711 unix_glGetnUniformiv,
26712 unix_glGetnUniformivARB,
26713 unix_glGetnUniformui64vARB,
26714 unix_glGetnUniformuiv,
26715 unix_glGetnUniformuivARB,
26716 unix_glGlobalAlphaFactorbSUN,
26717 unix_glGlobalAlphaFactordSUN,
26718 unix_glGlobalAlphaFactorfSUN,
26719 unix_glGlobalAlphaFactoriSUN,
26720 unix_glGlobalAlphaFactorsSUN,
26721 unix_glGlobalAlphaFactorubSUN,
26722 unix_glGlobalAlphaFactoruiSUN,
26723 unix_glGlobalAlphaFactorusSUN,
26724 unix_glHintPGI,
26725 unix_glHistogram,
26726 unix_glHistogramEXT,
26727 unix_glIglooInterfaceSGIX,
26728 unix_glImageTransformParameterfHP,
26729 unix_glImageTransformParameterfvHP,
26730 unix_glImageTransformParameteriHP,
26731 unix_glImageTransformParameterivHP,
26732 unix_glImportMemoryFdEXT,
26733 unix_glImportMemoryWin32HandleEXT,
26734 unix_glImportMemoryWin32NameEXT,
26735 unix_glImportSemaphoreFdEXT,
26736 unix_glImportSemaphoreWin32HandleEXT,
26737 unix_glImportSemaphoreWin32NameEXT,
26738 unix_glImportSyncEXT,
26739 unix_glIndexFormatNV,
26740 unix_glIndexFuncEXT,
26741 unix_glIndexMaterialEXT,
26742 unix_glIndexPointerEXT,
26743 unix_glIndexPointerListIBM,
26744 unix_glIndexxOES,
26745 unix_glIndexxvOES,
26746 unix_glInsertComponentEXT,
26747 unix_glInsertEventMarkerEXT,
26748 unix_glInstrumentsBufferSGIX,
26749 unix_glInterpolatePathsNV,
26750 unix_glInvalidateBufferData,
26751 unix_glInvalidateBufferSubData,
26752 unix_glInvalidateFramebuffer,
26753 unix_glInvalidateNamedFramebufferData,
26754 unix_glInvalidateNamedFramebufferSubData,
26755 unix_glInvalidateSubFramebuffer,
26756 unix_glInvalidateTexImage,
26757 unix_glInvalidateTexSubImage,
26758 unix_glIsAsyncMarkerSGIX,
26759 unix_glIsBuffer,
26760 unix_glIsBufferARB,
26761 unix_glIsBufferResidentNV,
26762 unix_glIsCommandListNV,
26763 unix_glIsEnabledIndexedEXT,
26764 unix_glIsEnabledi,
26765 unix_glIsFenceAPPLE,
26766 unix_glIsFenceNV,
26767 unix_glIsFramebuffer,
26768 unix_glIsFramebufferEXT,
26769 unix_glIsImageHandleResidentARB,
26770 unix_glIsImageHandleResidentNV,
26771 unix_glIsMemoryObjectEXT,
26772 unix_glIsNameAMD,
26773 unix_glIsNamedBufferResidentNV,
26774 unix_glIsNamedStringARB,
26775 unix_glIsObjectBufferATI,
26776 unix_glIsOcclusionQueryNV,
26777 unix_glIsPathNV,
26778 unix_glIsPointInFillPathNV,
26779 unix_glIsPointInStrokePathNV,
26780 unix_glIsProgram,
26781 unix_glIsProgramARB,
26782 unix_glIsProgramNV,
26783 unix_glIsProgramPipeline,
26784 unix_glIsQuery,
26785 unix_glIsQueryARB,
26786 unix_glIsRenderbuffer,
26787 unix_glIsRenderbufferEXT,
26788 unix_glIsSampler,
26789 unix_glIsSemaphoreEXT,
26790 unix_glIsShader,
26791 unix_glIsStateNV,
26792 unix_glIsSync,
26793 unix_glIsTextureEXT,
26794 unix_glIsTextureHandleResidentARB,
26795 unix_glIsTextureHandleResidentNV,
26796 unix_glIsTransformFeedback,
26797 unix_glIsTransformFeedbackNV,
26798 unix_glIsVariantEnabledEXT,
26799 unix_glIsVertexArray,
26800 unix_glIsVertexArrayAPPLE,
26801 unix_glIsVertexAttribEnabledAPPLE,
26802 unix_glLGPUCopyImageSubDataNVX,
26803 unix_glLGPUInterlockNVX,
26804 unix_glLGPUNamedBufferSubDataNVX,
26805 unix_glLabelObjectEXT,
26806 unix_glLightEnviSGIX,
26807 unix_glLightModelxOES,
26808 unix_glLightModelxvOES,
26809 unix_glLightxOES,
26810 unix_glLightxvOES,
26811 unix_glLineWidthxOES,
26812 unix_glLinkProgram,
26813 unix_glLinkProgramARB,
26814 unix_glListDrawCommandsStatesClientNV,
26815 unix_glListParameterfSGIX,
26816 unix_glListParameterfvSGIX,
26817 unix_glListParameteriSGIX,
26818 unix_glListParameterivSGIX,
26819 unix_glLoadIdentityDeformationMapSGIX,
26820 unix_glLoadMatrixxOES,
26821 unix_glLoadProgramNV,
26822 unix_glLoadTransposeMatrixd,
26823 unix_glLoadTransposeMatrixdARB,
26824 unix_glLoadTransposeMatrixf,
26825 unix_glLoadTransposeMatrixfARB,
26826 unix_glLoadTransposeMatrixxOES,
26827 unix_glLockArraysEXT,
26828 unix_glMTexCoord2fSGIS,
26829 unix_glMTexCoord2fvSGIS,
26830 unix_glMakeBufferNonResidentNV,
26831 unix_glMakeBufferResidentNV,
26832 unix_glMakeImageHandleNonResidentARB,
26833 unix_glMakeImageHandleNonResidentNV,
26834 unix_glMakeImageHandleResidentARB,
26835 unix_glMakeImageHandleResidentNV,
26836 unix_glMakeNamedBufferNonResidentNV,
26837 unix_glMakeNamedBufferResidentNV,
26838 unix_glMakeTextureHandleNonResidentARB,
26839 unix_glMakeTextureHandleNonResidentNV,
26840 unix_glMakeTextureHandleResidentARB,
26841 unix_glMakeTextureHandleResidentNV,
26842 unix_glMap1xOES,
26843 unix_glMap2xOES,
26844 unix_glMapBuffer,
26845 unix_glMapBufferARB,
26846 unix_glMapBufferRange,
26847 unix_glMapControlPointsNV,
26848 unix_glMapGrid1xOES,
26849 unix_glMapGrid2xOES,
26850 unix_glMapNamedBuffer,
26851 unix_glMapNamedBufferEXT,
26852 unix_glMapNamedBufferRange,
26853 unix_glMapNamedBufferRangeEXT,
26854 unix_glMapObjectBufferATI,
26855 unix_glMapParameterfvNV,
26856 unix_glMapParameterivNV,
26857 unix_glMapTexture2DINTEL,
26858 unix_glMapVertexAttrib1dAPPLE,
26859 unix_glMapVertexAttrib1fAPPLE,
26860 unix_glMapVertexAttrib2dAPPLE,
26861 unix_glMapVertexAttrib2fAPPLE,
26862 unix_glMaterialxOES,
26863 unix_glMaterialxvOES,
26864 unix_glMatrixFrustumEXT,
26865 unix_glMatrixIndexPointerARB,
26866 unix_glMatrixIndexubvARB,
26867 unix_glMatrixIndexuivARB,
26868 unix_glMatrixIndexusvARB,
26869 unix_glMatrixLoad3x2fNV,
26870 unix_glMatrixLoad3x3fNV,
26871 unix_glMatrixLoadIdentityEXT,
26872 unix_glMatrixLoadTranspose3x3fNV,
26873 unix_glMatrixLoadTransposedEXT,
26874 unix_glMatrixLoadTransposefEXT,
26875 unix_glMatrixLoaddEXT,
26876 unix_glMatrixLoadfEXT,
26877 unix_glMatrixMult3x2fNV,
26878 unix_glMatrixMult3x3fNV,
26879 unix_glMatrixMultTranspose3x3fNV,
26880 unix_glMatrixMultTransposedEXT,
26881 unix_glMatrixMultTransposefEXT,
26882 unix_glMatrixMultdEXT,
26883 unix_glMatrixMultfEXT,
26884 unix_glMatrixOrthoEXT,
26885 unix_glMatrixPopEXT,
26886 unix_glMatrixPushEXT,
26887 unix_glMatrixRotatedEXT,
26888 unix_glMatrixRotatefEXT,
26889 unix_glMatrixScaledEXT,
26890 unix_glMatrixScalefEXT,
26891 unix_glMatrixTranslatedEXT,
26892 unix_glMatrixTranslatefEXT,
26893 unix_glMaxShaderCompilerThreadsARB,
26894 unix_glMaxShaderCompilerThreadsKHR,
26895 unix_glMemoryBarrier,
26896 unix_glMemoryBarrierByRegion,
26897 unix_glMemoryBarrierEXT,
26898 unix_glMemoryObjectParameterivEXT,
26899 unix_glMinSampleShading,
26900 unix_glMinSampleShadingARB,
26901 unix_glMinmax,
26902 unix_glMinmaxEXT,
26903 unix_glMultMatrixxOES,
26904 unix_glMultTransposeMatrixd,
26905 unix_glMultTransposeMatrixdARB,
26906 unix_glMultTransposeMatrixf,
26907 unix_glMultTransposeMatrixfARB,
26908 unix_glMultTransposeMatrixxOES,
26909 unix_glMultiDrawArrays,
26910 unix_glMultiDrawArraysEXT,
26911 unix_glMultiDrawArraysIndirect,
26912 unix_glMultiDrawArraysIndirectAMD,
26913 unix_glMultiDrawArraysIndirectBindlessCountNV,
26914 unix_glMultiDrawArraysIndirectBindlessNV,
26915 unix_glMultiDrawArraysIndirectCount,
26916 unix_glMultiDrawArraysIndirectCountARB,
26917 unix_glMultiDrawElementArrayAPPLE,
26918 unix_glMultiDrawElements,
26919 unix_glMultiDrawElementsBaseVertex,
26920 unix_glMultiDrawElementsEXT,
26921 unix_glMultiDrawElementsIndirect,
26922 unix_glMultiDrawElementsIndirectAMD,
26923 unix_glMultiDrawElementsIndirectBindlessCountNV,
26924 unix_glMultiDrawElementsIndirectBindlessNV,
26925 unix_glMultiDrawElementsIndirectCount,
26926 unix_glMultiDrawElementsIndirectCountARB,
26927 unix_glMultiDrawMeshTasksIndirectCountNV,
26928 unix_glMultiDrawMeshTasksIndirectNV,
26929 unix_glMultiDrawRangeElementArrayAPPLE,
26930 unix_glMultiModeDrawArraysIBM,
26931 unix_glMultiModeDrawElementsIBM,
26932 unix_glMultiTexBufferEXT,
26933 unix_glMultiTexCoord1bOES,
26934 unix_glMultiTexCoord1bvOES,
26935 unix_glMultiTexCoord1d,
26936 unix_glMultiTexCoord1dARB,
26937 unix_glMultiTexCoord1dSGIS,
26938 unix_glMultiTexCoord1dv,
26939 unix_glMultiTexCoord1dvARB,
26940 unix_glMultiTexCoord1dvSGIS,
26941 unix_glMultiTexCoord1f,
26942 unix_glMultiTexCoord1fARB,
26943 unix_glMultiTexCoord1fSGIS,
26944 unix_glMultiTexCoord1fv,
26945 unix_glMultiTexCoord1fvARB,
26946 unix_glMultiTexCoord1fvSGIS,
26947 unix_glMultiTexCoord1hNV,
26948 unix_glMultiTexCoord1hvNV,
26949 unix_glMultiTexCoord1i,
26950 unix_glMultiTexCoord1iARB,
26951 unix_glMultiTexCoord1iSGIS,
26952 unix_glMultiTexCoord1iv,
26953 unix_glMultiTexCoord1ivARB,
26954 unix_glMultiTexCoord1ivSGIS,
26955 unix_glMultiTexCoord1s,
26956 unix_glMultiTexCoord1sARB,
26957 unix_glMultiTexCoord1sSGIS,
26958 unix_glMultiTexCoord1sv,
26959 unix_glMultiTexCoord1svARB,
26960 unix_glMultiTexCoord1svSGIS,
26961 unix_glMultiTexCoord1xOES,
26962 unix_glMultiTexCoord1xvOES,
26963 unix_glMultiTexCoord2bOES,
26964 unix_glMultiTexCoord2bvOES,
26965 unix_glMultiTexCoord2d,
26966 unix_glMultiTexCoord2dARB,
26967 unix_glMultiTexCoord2dSGIS,
26968 unix_glMultiTexCoord2dv,
26969 unix_glMultiTexCoord2dvARB,
26970 unix_glMultiTexCoord2dvSGIS,
26971 unix_glMultiTexCoord2f,
26972 unix_glMultiTexCoord2fARB,
26973 unix_glMultiTexCoord2fSGIS,
26974 unix_glMultiTexCoord2fv,
26975 unix_glMultiTexCoord2fvARB,
26976 unix_glMultiTexCoord2fvSGIS,
26977 unix_glMultiTexCoord2hNV,
26978 unix_glMultiTexCoord2hvNV,
26979 unix_glMultiTexCoord2i,
26980 unix_glMultiTexCoord2iARB,
26981 unix_glMultiTexCoord2iSGIS,
26982 unix_glMultiTexCoord2iv,
26983 unix_glMultiTexCoord2ivARB,
26984 unix_glMultiTexCoord2ivSGIS,
26985 unix_glMultiTexCoord2s,
26986 unix_glMultiTexCoord2sARB,
26987 unix_glMultiTexCoord2sSGIS,
26988 unix_glMultiTexCoord2sv,
26989 unix_glMultiTexCoord2svARB,
26990 unix_glMultiTexCoord2svSGIS,
26991 unix_glMultiTexCoord2xOES,
26992 unix_glMultiTexCoord2xvOES,
26993 unix_glMultiTexCoord3bOES,
26994 unix_glMultiTexCoord3bvOES,
26995 unix_glMultiTexCoord3d,
26996 unix_glMultiTexCoord3dARB,
26997 unix_glMultiTexCoord3dSGIS,
26998 unix_glMultiTexCoord3dv,
26999 unix_glMultiTexCoord3dvARB,
27000 unix_glMultiTexCoord3dvSGIS,
27001 unix_glMultiTexCoord3f,
27002 unix_glMultiTexCoord3fARB,
27003 unix_glMultiTexCoord3fSGIS,
27004 unix_glMultiTexCoord3fv,
27005 unix_glMultiTexCoord3fvARB,
27006 unix_glMultiTexCoord3fvSGIS,
27007 unix_glMultiTexCoord3hNV,
27008 unix_glMultiTexCoord3hvNV,
27009 unix_glMultiTexCoord3i,
27010 unix_glMultiTexCoord3iARB,
27011 unix_glMultiTexCoord3iSGIS,
27012 unix_glMultiTexCoord3iv,
27013 unix_glMultiTexCoord3ivARB,
27014 unix_glMultiTexCoord3ivSGIS,
27015 unix_glMultiTexCoord3s,
27016 unix_glMultiTexCoord3sARB,
27017 unix_glMultiTexCoord3sSGIS,
27018 unix_glMultiTexCoord3sv,
27019 unix_glMultiTexCoord3svARB,
27020 unix_glMultiTexCoord3svSGIS,
27021 unix_glMultiTexCoord3xOES,
27022 unix_glMultiTexCoord3xvOES,
27023 unix_glMultiTexCoord4bOES,
27024 unix_glMultiTexCoord4bvOES,
27025 unix_glMultiTexCoord4d,
27026 unix_glMultiTexCoord4dARB,
27027 unix_glMultiTexCoord4dSGIS,
27028 unix_glMultiTexCoord4dv,
27029 unix_glMultiTexCoord4dvARB,
27030 unix_glMultiTexCoord4dvSGIS,
27031 unix_glMultiTexCoord4f,
27032 unix_glMultiTexCoord4fARB,
27033 unix_glMultiTexCoord4fSGIS,
27034 unix_glMultiTexCoord4fv,
27035 unix_glMultiTexCoord4fvARB,
27036 unix_glMultiTexCoord4fvSGIS,
27037 unix_glMultiTexCoord4hNV,
27038 unix_glMultiTexCoord4hvNV,
27039 unix_glMultiTexCoord4i,
27040 unix_glMultiTexCoord4iARB,
27041 unix_glMultiTexCoord4iSGIS,
27042 unix_glMultiTexCoord4iv,
27043 unix_glMultiTexCoord4ivARB,
27044 unix_glMultiTexCoord4ivSGIS,
27045 unix_glMultiTexCoord4s,
27046 unix_glMultiTexCoord4sARB,
27047 unix_glMultiTexCoord4sSGIS,
27048 unix_glMultiTexCoord4sv,
27049 unix_glMultiTexCoord4svARB,
27050 unix_glMultiTexCoord4svSGIS,
27051 unix_glMultiTexCoord4xOES,
27052 unix_glMultiTexCoord4xvOES,
27053 unix_glMultiTexCoordP1ui,
27054 unix_glMultiTexCoordP1uiv,
27055 unix_glMultiTexCoordP2ui,
27056 unix_glMultiTexCoordP2uiv,
27057 unix_glMultiTexCoordP3ui,
27058 unix_glMultiTexCoordP3uiv,
27059 unix_glMultiTexCoordP4ui,
27060 unix_glMultiTexCoordP4uiv,
27061 unix_glMultiTexCoordPointerEXT,
27062 unix_glMultiTexCoordPointerSGIS,
27063 unix_glMultiTexEnvfEXT,
27064 unix_glMultiTexEnvfvEXT,
27065 unix_glMultiTexEnviEXT,
27066 unix_glMultiTexEnvivEXT,
27067 unix_glMultiTexGendEXT,
27068 unix_glMultiTexGendvEXT,
27069 unix_glMultiTexGenfEXT,
27070 unix_glMultiTexGenfvEXT,
27071 unix_glMultiTexGeniEXT,
27072 unix_glMultiTexGenivEXT,
27073 unix_glMultiTexImage1DEXT,
27074 unix_glMultiTexImage2DEXT,
27075 unix_glMultiTexImage3DEXT,
27076 unix_glMultiTexParameterIivEXT,
27077 unix_glMultiTexParameterIuivEXT,
27078 unix_glMultiTexParameterfEXT,
27079 unix_glMultiTexParameterfvEXT,
27080 unix_glMultiTexParameteriEXT,
27081 unix_glMultiTexParameterivEXT,
27082 unix_glMultiTexRenderbufferEXT,
27083 unix_glMultiTexSubImage1DEXT,
27084 unix_glMultiTexSubImage2DEXT,
27085 unix_glMultiTexSubImage3DEXT,
27086 unix_glMulticastBarrierNV,
27087 unix_glMulticastBlitFramebufferNV,
27088 unix_glMulticastBufferSubDataNV,
27089 unix_glMulticastCopyBufferSubDataNV,
27090 unix_glMulticastCopyImageSubDataNV,
27091 unix_glMulticastFramebufferSampleLocationsfvNV,
27092 unix_glMulticastGetQueryObjecti64vNV,
27093 unix_glMulticastGetQueryObjectivNV,
27094 unix_glMulticastGetQueryObjectui64vNV,
27095 unix_glMulticastGetQueryObjectuivNV,
27096 unix_glMulticastScissorArrayvNVX,
27097 unix_glMulticastViewportArrayvNVX,
27098 unix_glMulticastViewportPositionWScaleNVX,
27099 unix_glMulticastWaitSyncNV,
27100 unix_glNamedBufferAttachMemoryNV,
27101 unix_glNamedBufferData,
27102 unix_glNamedBufferDataEXT,
27103 unix_glNamedBufferPageCommitmentARB,
27104 unix_glNamedBufferPageCommitmentEXT,
27105 unix_glNamedBufferStorage,
27106 unix_glNamedBufferStorageEXT,
27107 unix_glNamedBufferStorageExternalEXT,
27108 unix_glNamedBufferStorageMemEXT,
27109 unix_glNamedBufferSubData,
27110 unix_glNamedBufferSubDataEXT,
27111 unix_glNamedCopyBufferSubDataEXT,
27112 unix_glNamedFramebufferDrawBuffer,
27113 unix_glNamedFramebufferDrawBuffers,
27114 unix_glNamedFramebufferParameteri,
27115 unix_glNamedFramebufferParameteriEXT,
27116 unix_glNamedFramebufferReadBuffer,
27117 unix_glNamedFramebufferRenderbuffer,
27118 unix_glNamedFramebufferRenderbufferEXT,
27119 unix_glNamedFramebufferSampleLocationsfvARB,
27120 unix_glNamedFramebufferSampleLocationsfvNV,
27121 unix_glNamedFramebufferSamplePositionsfvAMD,
27122 unix_glNamedFramebufferTexture,
27123 unix_glNamedFramebufferTexture1DEXT,
27124 unix_glNamedFramebufferTexture2DEXT,
27125 unix_glNamedFramebufferTexture3DEXT,
27126 unix_glNamedFramebufferTextureEXT,
27127 unix_glNamedFramebufferTextureFaceEXT,
27128 unix_glNamedFramebufferTextureLayer,
27129 unix_glNamedFramebufferTextureLayerEXT,
27130 unix_glNamedProgramLocalParameter4dEXT,
27131 unix_glNamedProgramLocalParameter4dvEXT,
27132 unix_glNamedProgramLocalParameter4fEXT,
27133 unix_glNamedProgramLocalParameter4fvEXT,
27134 unix_glNamedProgramLocalParameterI4iEXT,
27135 unix_glNamedProgramLocalParameterI4ivEXT,
27136 unix_glNamedProgramLocalParameterI4uiEXT,
27137 unix_glNamedProgramLocalParameterI4uivEXT,
27138 unix_glNamedProgramLocalParameters4fvEXT,
27139 unix_glNamedProgramLocalParametersI4ivEXT,
27140 unix_glNamedProgramLocalParametersI4uivEXT,
27141 unix_glNamedProgramStringEXT,
27142 unix_glNamedRenderbufferStorage,
27143 unix_glNamedRenderbufferStorageEXT,
27144 unix_glNamedRenderbufferStorageMultisample,
27145 unix_glNamedRenderbufferStorageMultisampleAdvancedAMD,
27146 unix_glNamedRenderbufferStorageMultisampleCoverageEXT,
27147 unix_glNamedRenderbufferStorageMultisampleEXT,
27148 unix_glNamedStringARB,
27149 unix_glNewBufferRegion,
27150 unix_glNewObjectBufferATI,
27151 unix_glNormal3fVertex3fSUN,
27152 unix_glNormal3fVertex3fvSUN,
27153 unix_glNormal3hNV,
27154 unix_glNormal3hvNV,
27155 unix_glNormal3xOES,
27156 unix_glNormal3xvOES,
27157 unix_glNormalFormatNV,
27158 unix_glNormalP3ui,
27159 unix_glNormalP3uiv,
27160 unix_glNormalPointerEXT,
27161 unix_glNormalPointerListIBM,
27162 unix_glNormalPointervINTEL,
27163 unix_glNormalStream3bATI,
27164 unix_glNormalStream3bvATI,
27165 unix_glNormalStream3dATI,
27166 unix_glNormalStream3dvATI,
27167 unix_glNormalStream3fATI,
27168 unix_glNormalStream3fvATI,
27169 unix_glNormalStream3iATI,
27170 unix_glNormalStream3ivATI,
27171 unix_glNormalStream3sATI,
27172 unix_glNormalStream3svATI,
27173 unix_glObjectLabel,
27174 unix_glObjectPtrLabel,
27175 unix_glObjectPurgeableAPPLE,
27176 unix_glObjectUnpurgeableAPPLE,
27177 unix_glOrthofOES,
27178 unix_glOrthoxOES,
27179 unix_glPNTrianglesfATI,
27180 unix_glPNTrianglesiATI,
27181 unix_glPassTexCoordATI,
27182 unix_glPassThroughxOES,
27183 unix_glPatchParameterfv,
27184 unix_glPatchParameteri,
27185 unix_glPathColorGenNV,
27186 unix_glPathCommandsNV,
27187 unix_glPathCoordsNV,
27188 unix_glPathCoverDepthFuncNV,
27189 unix_glPathDashArrayNV,
27190 unix_glPathFogGenNV,
27191 unix_glPathGlyphIndexArrayNV,
27192 unix_glPathGlyphIndexRangeNV,
27193 unix_glPathGlyphRangeNV,
27194 unix_glPathGlyphsNV,
27195 unix_glPathMemoryGlyphIndexArrayNV,
27196 unix_glPathParameterfNV,
27197 unix_glPathParameterfvNV,
27198 unix_glPathParameteriNV,
27199 unix_glPathParameterivNV,
27200 unix_glPathStencilDepthOffsetNV,
27201 unix_glPathStencilFuncNV,
27202 unix_glPathStringNV,
27203 unix_glPathSubCommandsNV,
27204 unix_glPathSubCoordsNV,
27205 unix_glPathTexGenNV,
27206 unix_glPauseTransformFeedback,
27207 unix_glPauseTransformFeedbackNV,
27208 unix_glPixelDataRangeNV,
27209 unix_glPixelMapx,
27210 unix_glPixelStorex,
27211 unix_glPixelTexGenParameterfSGIS,
27212 unix_glPixelTexGenParameterfvSGIS,
27213 unix_glPixelTexGenParameteriSGIS,
27214 unix_glPixelTexGenParameterivSGIS,
27215 unix_glPixelTexGenSGIX,
27216 unix_glPixelTransferxOES,
27217 unix_glPixelTransformParameterfEXT,
27218 unix_glPixelTransformParameterfvEXT,
27219 unix_glPixelTransformParameteriEXT,
27220 unix_glPixelTransformParameterivEXT,
27221 unix_glPixelZoomxOES,
27222 unix_glPointAlongPathNV,
27223 unix_glPointParameterf,
27224 unix_glPointParameterfARB,
27225 unix_glPointParameterfEXT,
27226 unix_glPointParameterfSGIS,
27227 unix_glPointParameterfv,
27228 unix_glPointParameterfvARB,
27229 unix_glPointParameterfvEXT,
27230 unix_glPointParameterfvSGIS,
27231 unix_glPointParameteri,
27232 unix_glPointParameteriNV,
27233 unix_glPointParameteriv,
27234 unix_glPointParameterivNV,
27235 unix_glPointParameterxvOES,
27236 unix_glPointSizexOES,
27237 unix_glPollAsyncSGIX,
27238 unix_glPollInstrumentsSGIX,
27239 unix_glPolygonOffsetClamp,
27240 unix_glPolygonOffsetClampEXT,
27241 unix_glPolygonOffsetEXT,
27242 unix_glPolygonOffsetxOES,
27243 unix_glPopDebugGroup,
27244 unix_glPopGroupMarkerEXT,
27245 unix_glPresentFrameDualFillNV,
27246 unix_glPresentFrameKeyedNV,
27247 unix_glPrimitiveBoundingBoxARB,
27248 unix_glPrimitiveRestartIndex,
27249 unix_glPrimitiveRestartIndexNV,
27250 unix_glPrimitiveRestartNV,
27251 unix_glPrioritizeTexturesEXT,
27252 unix_glPrioritizeTexturesxOES,
27253 unix_glProgramBinary,
27254 unix_glProgramBufferParametersIivNV,
27255 unix_glProgramBufferParametersIuivNV,
27256 unix_glProgramBufferParametersfvNV,
27257 unix_glProgramEnvParameter4dARB,
27258 unix_glProgramEnvParameter4dvARB,
27259 unix_glProgramEnvParameter4fARB,
27260 unix_glProgramEnvParameter4fvARB,
27261 unix_glProgramEnvParameterI4iNV,
27262 unix_glProgramEnvParameterI4ivNV,
27263 unix_glProgramEnvParameterI4uiNV,
27264 unix_glProgramEnvParameterI4uivNV,
27265 unix_glProgramEnvParameters4fvEXT,
27266 unix_glProgramEnvParametersI4ivNV,
27267 unix_glProgramEnvParametersI4uivNV,
27268 unix_glProgramLocalParameter4dARB,
27269 unix_glProgramLocalParameter4dvARB,
27270 unix_glProgramLocalParameter4fARB,
27271 unix_glProgramLocalParameter4fvARB,
27272 unix_glProgramLocalParameterI4iNV,
27273 unix_glProgramLocalParameterI4ivNV,
27274 unix_glProgramLocalParameterI4uiNV,
27275 unix_glProgramLocalParameterI4uivNV,
27276 unix_glProgramLocalParameters4fvEXT,
27277 unix_glProgramLocalParametersI4ivNV,
27278 unix_glProgramLocalParametersI4uivNV,
27279 unix_glProgramNamedParameter4dNV,
27280 unix_glProgramNamedParameter4dvNV,
27281 unix_glProgramNamedParameter4fNV,
27282 unix_glProgramNamedParameter4fvNV,
27283 unix_glProgramParameter4dNV,
27284 unix_glProgramParameter4dvNV,
27285 unix_glProgramParameter4fNV,
27286 unix_glProgramParameter4fvNV,
27287 unix_glProgramParameteri,
27288 unix_glProgramParameteriARB,
27289 unix_glProgramParameteriEXT,
27290 unix_glProgramParameters4dvNV,
27291 unix_glProgramParameters4fvNV,
27292 unix_glProgramPathFragmentInputGenNV,
27293 unix_glProgramStringARB,
27294 unix_glProgramSubroutineParametersuivNV,
27295 unix_glProgramUniform1d,
27296 unix_glProgramUniform1dEXT,
27297 unix_glProgramUniform1dv,
27298 unix_glProgramUniform1dvEXT,
27299 unix_glProgramUniform1f,
27300 unix_glProgramUniform1fEXT,
27301 unix_glProgramUniform1fv,
27302 unix_glProgramUniform1fvEXT,
27303 unix_glProgramUniform1i,
27304 unix_glProgramUniform1i64ARB,
27305 unix_glProgramUniform1i64NV,
27306 unix_glProgramUniform1i64vARB,
27307 unix_glProgramUniform1i64vNV,
27308 unix_glProgramUniform1iEXT,
27309 unix_glProgramUniform1iv,
27310 unix_glProgramUniform1ivEXT,
27311 unix_glProgramUniform1ui,
27312 unix_glProgramUniform1ui64ARB,
27313 unix_glProgramUniform1ui64NV,
27314 unix_glProgramUniform1ui64vARB,
27315 unix_glProgramUniform1ui64vNV,
27316 unix_glProgramUniform1uiEXT,
27317 unix_glProgramUniform1uiv,
27318 unix_glProgramUniform1uivEXT,
27319 unix_glProgramUniform2d,
27320 unix_glProgramUniform2dEXT,
27321 unix_glProgramUniform2dv,
27322 unix_glProgramUniform2dvEXT,
27323 unix_glProgramUniform2f,
27324 unix_glProgramUniform2fEXT,
27325 unix_glProgramUniform2fv,
27326 unix_glProgramUniform2fvEXT,
27327 unix_glProgramUniform2i,
27328 unix_glProgramUniform2i64ARB,
27329 unix_glProgramUniform2i64NV,
27330 unix_glProgramUniform2i64vARB,
27331 unix_glProgramUniform2i64vNV,
27332 unix_glProgramUniform2iEXT,
27333 unix_glProgramUniform2iv,
27334 unix_glProgramUniform2ivEXT,
27335 unix_glProgramUniform2ui,
27336 unix_glProgramUniform2ui64ARB,
27337 unix_glProgramUniform2ui64NV,
27338 unix_glProgramUniform2ui64vARB,
27339 unix_glProgramUniform2ui64vNV,
27340 unix_glProgramUniform2uiEXT,
27341 unix_glProgramUniform2uiv,
27342 unix_glProgramUniform2uivEXT,
27343 unix_glProgramUniform3d,
27344 unix_glProgramUniform3dEXT,
27345 unix_glProgramUniform3dv,
27346 unix_glProgramUniform3dvEXT,
27347 unix_glProgramUniform3f,
27348 unix_glProgramUniform3fEXT,
27349 unix_glProgramUniform3fv,
27350 unix_glProgramUniform3fvEXT,
27351 unix_glProgramUniform3i,
27352 unix_glProgramUniform3i64ARB,
27353 unix_glProgramUniform3i64NV,
27354 unix_glProgramUniform3i64vARB,
27355 unix_glProgramUniform3i64vNV,
27356 unix_glProgramUniform3iEXT,
27357 unix_glProgramUniform3iv,
27358 unix_glProgramUniform3ivEXT,
27359 unix_glProgramUniform3ui,
27360 unix_glProgramUniform3ui64ARB,
27361 unix_glProgramUniform3ui64NV,
27362 unix_glProgramUniform3ui64vARB,
27363 unix_glProgramUniform3ui64vNV,
27364 unix_glProgramUniform3uiEXT,
27365 unix_glProgramUniform3uiv,
27366 unix_glProgramUniform3uivEXT,
27367 unix_glProgramUniform4d,
27368 unix_glProgramUniform4dEXT,
27369 unix_glProgramUniform4dv,
27370 unix_glProgramUniform4dvEXT,
27371 unix_glProgramUniform4f,
27372 unix_glProgramUniform4fEXT,
27373 unix_glProgramUniform4fv,
27374 unix_glProgramUniform4fvEXT,
27375 unix_glProgramUniform4i,
27376 unix_glProgramUniform4i64ARB,
27377 unix_glProgramUniform4i64NV,
27378 unix_glProgramUniform4i64vARB,
27379 unix_glProgramUniform4i64vNV,
27380 unix_glProgramUniform4iEXT,
27381 unix_glProgramUniform4iv,
27382 unix_glProgramUniform4ivEXT,
27383 unix_glProgramUniform4ui,
27384 unix_glProgramUniform4ui64ARB,
27385 unix_glProgramUniform4ui64NV,
27386 unix_glProgramUniform4ui64vARB,
27387 unix_glProgramUniform4ui64vNV,
27388 unix_glProgramUniform4uiEXT,
27389 unix_glProgramUniform4uiv,
27390 unix_glProgramUniform4uivEXT,
27391 unix_glProgramUniformHandleui64ARB,
27392 unix_glProgramUniformHandleui64NV,
27393 unix_glProgramUniformHandleui64vARB,
27394 unix_glProgramUniformHandleui64vNV,
27395 unix_glProgramUniformMatrix2dv,
27396 unix_glProgramUniformMatrix2dvEXT,
27397 unix_glProgramUniformMatrix2fv,
27398 unix_glProgramUniformMatrix2fvEXT,
27399 unix_glProgramUniformMatrix2x3dv,
27400 unix_glProgramUniformMatrix2x3dvEXT,
27401 unix_glProgramUniformMatrix2x3fv,
27402 unix_glProgramUniformMatrix2x3fvEXT,
27403 unix_glProgramUniformMatrix2x4dv,
27404 unix_glProgramUniformMatrix2x4dvEXT,
27405 unix_glProgramUniformMatrix2x4fv,
27406 unix_glProgramUniformMatrix2x4fvEXT,
27407 unix_glProgramUniformMatrix3dv,
27408 unix_glProgramUniformMatrix3dvEXT,
27409 unix_glProgramUniformMatrix3fv,
27410 unix_glProgramUniformMatrix3fvEXT,
27411 unix_glProgramUniformMatrix3x2dv,
27412 unix_glProgramUniformMatrix3x2dvEXT,
27413 unix_glProgramUniformMatrix3x2fv,
27414 unix_glProgramUniformMatrix3x2fvEXT,
27415 unix_glProgramUniformMatrix3x4dv,
27416 unix_glProgramUniformMatrix3x4dvEXT,
27417 unix_glProgramUniformMatrix3x4fv,
27418 unix_glProgramUniformMatrix3x4fvEXT,
27419 unix_glProgramUniformMatrix4dv,
27420 unix_glProgramUniformMatrix4dvEXT,
27421 unix_glProgramUniformMatrix4fv,
27422 unix_glProgramUniformMatrix4fvEXT,
27423 unix_glProgramUniformMatrix4x2dv,
27424 unix_glProgramUniformMatrix4x2dvEXT,
27425 unix_glProgramUniformMatrix4x2fv,
27426 unix_glProgramUniformMatrix4x2fvEXT,
27427 unix_glProgramUniformMatrix4x3dv,
27428 unix_glProgramUniformMatrix4x3dvEXT,
27429 unix_glProgramUniformMatrix4x3fv,
27430 unix_glProgramUniformMatrix4x3fvEXT,
27431 unix_glProgramUniformui64NV,
27432 unix_glProgramUniformui64vNV,
27433 unix_glProgramVertexLimitNV,
27434 unix_glProvokingVertex,
27435 unix_glProvokingVertexEXT,
27436 unix_glPushClientAttribDefaultEXT,
27437 unix_glPushDebugGroup,
27438 unix_glPushGroupMarkerEXT,
27439 unix_glQueryCounter,
27440 unix_glQueryMatrixxOES,
27441 unix_glQueryObjectParameteruiAMD,
27442 unix_glQueryResourceNV,
27443 unix_glQueryResourceTagNV,
27444 unix_glRasterPos2xOES,
27445 unix_glRasterPos2xvOES,
27446 unix_glRasterPos3xOES,
27447 unix_glRasterPos3xvOES,
27448 unix_glRasterPos4xOES,
27449 unix_glRasterPos4xvOES,
27450 unix_glRasterSamplesEXT,
27451 unix_glReadBufferRegion,
27452 unix_glReadInstrumentsSGIX,
27453 unix_glReadnPixels,
27454 unix_glReadnPixelsARB,
27455 unix_glRectxOES,
27456 unix_glRectxvOES,
27457 unix_glReferencePlaneSGIX,
27458 unix_glReleaseKeyedMutexWin32EXT,
27459 unix_glReleaseShaderCompiler,
27460 unix_glRenderGpuMaskNV,
27461 unix_glRenderbufferStorage,
27462 unix_glRenderbufferStorageEXT,
27463 unix_glRenderbufferStorageMultisample,
27464 unix_glRenderbufferStorageMultisampleAdvancedAMD,
27465 unix_glRenderbufferStorageMultisampleCoverageNV,
27466 unix_glRenderbufferStorageMultisampleEXT,
27467 unix_glReplacementCodePointerSUN,
27468 unix_glReplacementCodeubSUN,
27469 unix_glReplacementCodeubvSUN,
27470 unix_glReplacementCodeuiColor3fVertex3fSUN,
27471 unix_glReplacementCodeuiColor3fVertex3fvSUN,
27472 unix_glReplacementCodeuiColor4fNormal3fVertex3fSUN,
27473 unix_glReplacementCodeuiColor4fNormal3fVertex3fvSUN,
27474 unix_glReplacementCodeuiColor4ubVertex3fSUN,
27475 unix_glReplacementCodeuiColor4ubVertex3fvSUN,
27476 unix_glReplacementCodeuiNormal3fVertex3fSUN,
27477 unix_glReplacementCodeuiNormal3fVertex3fvSUN,
27478 unix_glReplacementCodeuiSUN,
27479 unix_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN,
27480 unix_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN,
27481 unix_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN,
27482 unix_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN,
27483 unix_glReplacementCodeuiTexCoord2fVertex3fSUN,
27484 unix_glReplacementCodeuiTexCoord2fVertex3fvSUN,
27485 unix_glReplacementCodeuiVertex3fSUN,
27486 unix_glReplacementCodeuiVertex3fvSUN,
27487 unix_glReplacementCodeuivSUN,
27488 unix_glReplacementCodeusSUN,
27489 unix_glReplacementCodeusvSUN,
27490 unix_glRequestResidentProgramsNV,
27491 unix_glResetHistogram,
27492 unix_glResetHistogramEXT,
27493 unix_glResetMemoryObjectParameterNV,
27494 unix_glResetMinmax,
27495 unix_glResetMinmaxEXT,
27496 unix_glResizeBuffersMESA,
27497 unix_glResolveDepthValuesNV,
27498 unix_glResumeTransformFeedback,
27499 unix_glResumeTransformFeedbackNV,
27500 unix_glRotatexOES,
27501 unix_glSampleCoverage,
27502 unix_glSampleCoverageARB,
27503 unix_glSampleMapATI,
27504 unix_glSampleMaskEXT,
27505 unix_glSampleMaskIndexedNV,
27506 unix_glSampleMaskSGIS,
27507 unix_glSampleMaski,
27508 unix_glSamplePatternEXT,
27509 unix_glSamplePatternSGIS,
27510 unix_glSamplerParameterIiv,
27511 unix_glSamplerParameterIuiv,
27512 unix_glSamplerParameterf,
27513 unix_glSamplerParameterfv,
27514 unix_glSamplerParameteri,
27515 unix_glSamplerParameteriv,
27516 unix_glScalexOES,
27517 unix_glScissorArrayv,
27518 unix_glScissorExclusiveArrayvNV,
27519 unix_glScissorExclusiveNV,
27520 unix_glScissorIndexed,
27521 unix_glScissorIndexedv,
27522 unix_glSecondaryColor3b,
27523 unix_glSecondaryColor3bEXT,
27524 unix_glSecondaryColor3bv,
27525 unix_glSecondaryColor3bvEXT,
27526 unix_glSecondaryColor3d,
27527 unix_glSecondaryColor3dEXT,
27528 unix_glSecondaryColor3dv,
27529 unix_glSecondaryColor3dvEXT,
27530 unix_glSecondaryColor3f,
27531 unix_glSecondaryColor3fEXT,
27532 unix_glSecondaryColor3fv,
27533 unix_glSecondaryColor3fvEXT,
27534 unix_glSecondaryColor3hNV,
27535 unix_glSecondaryColor3hvNV,
27536 unix_glSecondaryColor3i,
27537 unix_glSecondaryColor3iEXT,
27538 unix_glSecondaryColor3iv,
27539 unix_glSecondaryColor3ivEXT,
27540 unix_glSecondaryColor3s,
27541 unix_glSecondaryColor3sEXT,
27542 unix_glSecondaryColor3sv,
27543 unix_glSecondaryColor3svEXT,
27544 unix_glSecondaryColor3ub,
27545 unix_glSecondaryColor3ubEXT,
27546 unix_glSecondaryColor3ubv,
27547 unix_glSecondaryColor3ubvEXT,
27548 unix_glSecondaryColor3ui,
27549 unix_glSecondaryColor3uiEXT,
27550 unix_glSecondaryColor3uiv,
27551 unix_glSecondaryColor3uivEXT,
27552 unix_glSecondaryColor3us,
27553 unix_glSecondaryColor3usEXT,
27554 unix_glSecondaryColor3usv,
27555 unix_glSecondaryColor3usvEXT,
27556 unix_glSecondaryColorFormatNV,
27557 unix_glSecondaryColorP3ui,
27558 unix_glSecondaryColorP3uiv,
27559 unix_glSecondaryColorPointer,
27560 unix_glSecondaryColorPointerEXT,
27561 unix_glSecondaryColorPointerListIBM,
27562 unix_glSelectPerfMonitorCountersAMD,
27563 unix_glSelectTextureCoordSetSGIS,
27564 unix_glSelectTextureSGIS,
27565 unix_glSemaphoreParameterui64vEXT,
27566 unix_glSeparableFilter2D,
27567 unix_glSeparableFilter2DEXT,
27568 unix_glSetFenceAPPLE,
27569 unix_glSetFenceNV,
27570 unix_glSetFragmentShaderConstantATI,
27571 unix_glSetInvariantEXT,
27572 unix_glSetLocalConstantEXT,
27573 unix_glSetMultisamplefvAMD,
27574 unix_glShaderBinary,
27575 unix_glShaderOp1EXT,
27576 unix_glShaderOp2EXT,
27577 unix_glShaderOp3EXT,
27578 unix_glShaderSource,
27579 unix_glShaderSourceARB,
27580 unix_glShaderStorageBlockBinding,
27581 unix_glShadingRateImageBarrierNV,
27582 unix_glShadingRateImagePaletteNV,
27583 unix_glShadingRateSampleOrderCustomNV,
27584 unix_glShadingRateSampleOrderNV,
27585 unix_glSharpenTexFuncSGIS,
27586 unix_glSignalSemaphoreEXT,
27587 unix_glSignalSemaphoreui64NVX,
27588 unix_glSignalVkFenceNV,
27589 unix_glSignalVkSemaphoreNV,
27590 unix_glSpecializeShader,
27591 unix_glSpecializeShaderARB,
27592 unix_glSpriteParameterfSGIX,
27593 unix_glSpriteParameterfvSGIX,
27594 unix_glSpriteParameteriSGIX,
27595 unix_glSpriteParameterivSGIX,
27596 unix_glStartInstrumentsSGIX,
27597 unix_glStateCaptureNV,
27598 unix_glStencilClearTagEXT,
27599 unix_glStencilFillPathInstancedNV,
27600 unix_glStencilFillPathNV,
27601 unix_glStencilFuncSeparate,
27602 unix_glStencilFuncSeparateATI,
27603 unix_glStencilMaskSeparate,
27604 unix_glStencilOpSeparate,
27605 unix_glStencilOpSeparateATI,
27606 unix_glStencilOpValueAMD,
27607 unix_glStencilStrokePathInstancedNV,
27608 unix_glStencilStrokePathNV,
27609 unix_glStencilThenCoverFillPathInstancedNV,
27610 unix_glStencilThenCoverFillPathNV,
27611 unix_glStencilThenCoverStrokePathInstancedNV,
27612 unix_glStencilThenCoverStrokePathNV,
27613 unix_glStopInstrumentsSGIX,
27614 unix_glStringMarkerGREMEDY,
27615 unix_glSubpixelPrecisionBiasNV,
27616 unix_glSwizzleEXT,
27617 unix_glSyncTextureINTEL,
27618 unix_glTagSampleBufferSGIX,
27619 unix_glTangent3bEXT,
27620 unix_glTangent3bvEXT,
27621 unix_glTangent3dEXT,
27622 unix_glTangent3dvEXT,
27623 unix_glTangent3fEXT,
27624 unix_glTangent3fvEXT,
27625 unix_glTangent3iEXT,
27626 unix_glTangent3ivEXT,
27627 unix_glTangent3sEXT,
27628 unix_glTangent3svEXT,
27629 unix_glTangentPointerEXT,
27630 unix_glTbufferMask3DFX,
27631 unix_glTessellationFactorAMD,
27632 unix_glTessellationModeAMD,
27633 unix_glTestFenceAPPLE,
27634 unix_glTestFenceNV,
27635 unix_glTestObjectAPPLE,
27636 unix_glTexAttachMemoryNV,
27637 unix_glTexBuffer,
27638 unix_glTexBufferARB,
27639 unix_glTexBufferEXT,
27640 unix_glTexBufferRange,
27641 unix_glTexBumpParameterfvATI,
27642 unix_glTexBumpParameterivATI,
27643 unix_glTexCoord1bOES,
27644 unix_glTexCoord1bvOES,
27645 unix_glTexCoord1hNV,
27646 unix_glTexCoord1hvNV,
27647 unix_glTexCoord1xOES,
27648 unix_glTexCoord1xvOES,
27649 unix_glTexCoord2bOES,
27650 unix_glTexCoord2bvOES,
27651 unix_glTexCoord2fColor3fVertex3fSUN,
27652 unix_glTexCoord2fColor3fVertex3fvSUN,
27653 unix_glTexCoord2fColor4fNormal3fVertex3fSUN,
27654 unix_glTexCoord2fColor4fNormal3fVertex3fvSUN,
27655 unix_glTexCoord2fColor4ubVertex3fSUN,
27656 unix_glTexCoord2fColor4ubVertex3fvSUN,
27657 unix_glTexCoord2fNormal3fVertex3fSUN,
27658 unix_glTexCoord2fNormal3fVertex3fvSUN,
27659 unix_glTexCoord2fVertex3fSUN,
27660 unix_glTexCoord2fVertex3fvSUN,
27661 unix_glTexCoord2hNV,
27662 unix_glTexCoord2hvNV,
27663 unix_glTexCoord2xOES,
27664 unix_glTexCoord2xvOES,
27665 unix_glTexCoord3bOES,
27666 unix_glTexCoord3bvOES,
27667 unix_glTexCoord3hNV,
27668 unix_glTexCoord3hvNV,
27669 unix_glTexCoord3xOES,
27670 unix_glTexCoord3xvOES,
27671 unix_glTexCoord4bOES,
27672 unix_glTexCoord4bvOES,
27673 unix_glTexCoord4fColor4fNormal3fVertex4fSUN,
27674 unix_glTexCoord4fColor4fNormal3fVertex4fvSUN,
27675 unix_glTexCoord4fVertex4fSUN,
27676 unix_glTexCoord4fVertex4fvSUN,
27677 unix_glTexCoord4hNV,
27678 unix_glTexCoord4hvNV,
27679 unix_glTexCoord4xOES,
27680 unix_glTexCoord4xvOES,
27681 unix_glTexCoordFormatNV,
27682 unix_glTexCoordP1ui,
27683 unix_glTexCoordP1uiv,
27684 unix_glTexCoordP2ui,
27685 unix_glTexCoordP2uiv,
27686 unix_glTexCoordP3ui,
27687 unix_glTexCoordP3uiv,
27688 unix_glTexCoordP4ui,
27689 unix_glTexCoordP4uiv,
27690 unix_glTexCoordPointerEXT,
27691 unix_glTexCoordPointerListIBM,
27692 unix_glTexCoordPointervINTEL,
27693 unix_glTexEnvxOES,
27694 unix_glTexEnvxvOES,
27695 unix_glTexFilterFuncSGIS,
27696 unix_glTexGenxOES,
27697 unix_glTexGenxvOES,
27698 unix_glTexImage2DMultisample,
27699 unix_glTexImage2DMultisampleCoverageNV,
27700 unix_glTexImage3D,
27701 unix_glTexImage3DEXT,
27702 unix_glTexImage3DMultisample,
27703 unix_glTexImage3DMultisampleCoverageNV,
27704 unix_glTexImage4DSGIS,
27705 unix_glTexPageCommitmentARB,
27706 unix_glTexParameterIiv,
27707 unix_glTexParameterIivEXT,
27708 unix_glTexParameterIuiv,
27709 unix_glTexParameterIuivEXT,
27710 unix_glTexParameterxOES,
27711 unix_glTexParameterxvOES,
27712 unix_glTexRenderbufferNV,
27713 unix_glTexStorage1D,
27714 unix_glTexStorage2D,
27715 unix_glTexStorage2DMultisample,
27716 unix_glTexStorage3D,
27717 unix_glTexStorage3DMultisample,
27718 unix_glTexStorageMem1DEXT,
27719 unix_glTexStorageMem2DEXT,
27720 unix_glTexStorageMem2DMultisampleEXT,
27721 unix_glTexStorageMem3DEXT,
27722 unix_glTexStorageMem3DMultisampleEXT,
27723 unix_glTexStorageSparseAMD,
27724 unix_glTexSubImage1DEXT,
27725 unix_glTexSubImage2DEXT,
27726 unix_glTexSubImage3D,
27727 unix_glTexSubImage3DEXT,
27728 unix_glTexSubImage4DSGIS,
27729 unix_glTextureAttachMemoryNV,
27730 unix_glTextureBarrier,
27731 unix_glTextureBarrierNV,
27732 unix_glTextureBuffer,
27733 unix_glTextureBufferEXT,
27734 unix_glTextureBufferRange,
27735 unix_glTextureBufferRangeEXT,
27736 unix_glTextureColorMaskSGIS,
27737 unix_glTextureImage1DEXT,
27738 unix_glTextureImage2DEXT,
27739 unix_glTextureImage2DMultisampleCoverageNV,
27740 unix_glTextureImage2DMultisampleNV,
27741 unix_glTextureImage3DEXT,
27742 unix_glTextureImage3DMultisampleCoverageNV,
27743 unix_glTextureImage3DMultisampleNV,
27744 unix_glTextureLightEXT,
27745 unix_glTextureMaterialEXT,
27746 unix_glTextureNormalEXT,
27747 unix_glTexturePageCommitmentEXT,
27748 unix_glTextureParameterIiv,
27749 unix_glTextureParameterIivEXT,
27750 unix_glTextureParameterIuiv,
27751 unix_glTextureParameterIuivEXT,
27752 unix_glTextureParameterf,
27753 unix_glTextureParameterfEXT,
27754 unix_glTextureParameterfv,
27755 unix_glTextureParameterfvEXT,
27756 unix_glTextureParameteri,
27757 unix_glTextureParameteriEXT,
27758 unix_glTextureParameteriv,
27759 unix_glTextureParameterivEXT,
27760 unix_glTextureRangeAPPLE,
27761 unix_glTextureRenderbufferEXT,
27762 unix_glTextureStorage1D,
27763 unix_glTextureStorage1DEXT,
27764 unix_glTextureStorage2D,
27765 unix_glTextureStorage2DEXT,
27766 unix_glTextureStorage2DMultisample,
27767 unix_glTextureStorage2DMultisampleEXT,
27768 unix_glTextureStorage3D,
27769 unix_glTextureStorage3DEXT,
27770 unix_glTextureStorage3DMultisample,
27771 unix_glTextureStorage3DMultisampleEXT,
27772 unix_glTextureStorageMem1DEXT,
27773 unix_glTextureStorageMem2DEXT,
27774 unix_glTextureStorageMem2DMultisampleEXT,
27775 unix_glTextureStorageMem3DEXT,
27776 unix_glTextureStorageMem3DMultisampleEXT,
27777 unix_glTextureStorageSparseAMD,
27778 unix_glTextureSubImage1D,
27779 unix_glTextureSubImage1DEXT,
27780 unix_glTextureSubImage2D,
27781 unix_glTextureSubImage2DEXT,
27782 unix_glTextureSubImage3D,
27783 unix_glTextureSubImage3DEXT,
27784 unix_glTextureView,
27785 unix_glTrackMatrixNV,
27786 unix_glTransformFeedbackAttribsNV,
27787 unix_glTransformFeedbackBufferBase,
27788 unix_glTransformFeedbackBufferRange,
27789 unix_glTransformFeedbackStreamAttribsNV,
27790 unix_glTransformFeedbackVaryings,
27791 unix_glTransformFeedbackVaryingsEXT,
27792 unix_glTransformFeedbackVaryingsNV,
27793 unix_glTransformPathNV,
27794 unix_glTranslatexOES,
27795 unix_glUniform1d,
27796 unix_glUniform1dv,
27797 unix_glUniform1f,
27798 unix_glUniform1fARB,
27799 unix_glUniform1fv,
27800 unix_glUniform1fvARB,
27801 unix_glUniform1i,
27802 unix_glUniform1i64ARB,
27803 unix_glUniform1i64NV,
27804 unix_glUniform1i64vARB,
27805 unix_glUniform1i64vNV,
27806 unix_glUniform1iARB,
27807 unix_glUniform1iv,
27808 unix_glUniform1ivARB,
27809 unix_glUniform1ui,
27810 unix_glUniform1ui64ARB,
27811 unix_glUniform1ui64NV,
27812 unix_glUniform1ui64vARB,
27813 unix_glUniform1ui64vNV,
27814 unix_glUniform1uiEXT,
27815 unix_glUniform1uiv,
27816 unix_glUniform1uivEXT,
27817 unix_glUniform2d,
27818 unix_glUniform2dv,
27819 unix_glUniform2f,
27820 unix_glUniform2fARB,
27821 unix_glUniform2fv,
27822 unix_glUniform2fvARB,
27823 unix_glUniform2i,
27824 unix_glUniform2i64ARB,
27825 unix_glUniform2i64NV,
27826 unix_glUniform2i64vARB,
27827 unix_glUniform2i64vNV,
27828 unix_glUniform2iARB,
27829 unix_glUniform2iv,
27830 unix_glUniform2ivARB,
27831 unix_glUniform2ui,
27832 unix_glUniform2ui64ARB,
27833 unix_glUniform2ui64NV,
27834 unix_glUniform2ui64vARB,
27835 unix_glUniform2ui64vNV,
27836 unix_glUniform2uiEXT,
27837 unix_glUniform2uiv,
27838 unix_glUniform2uivEXT,
27839 unix_glUniform3d,
27840 unix_glUniform3dv,
27841 unix_glUniform3f,
27842 unix_glUniform3fARB,
27843 unix_glUniform3fv,
27844 unix_glUniform3fvARB,
27845 unix_glUniform3i,
27846 unix_glUniform3i64ARB,
27847 unix_glUniform3i64NV,
27848 unix_glUniform3i64vARB,
27849 unix_glUniform3i64vNV,
27850 unix_glUniform3iARB,
27851 unix_glUniform3iv,
27852 unix_glUniform3ivARB,
27853 unix_glUniform3ui,
27854 unix_glUniform3ui64ARB,
27855 unix_glUniform3ui64NV,
27856 unix_glUniform3ui64vARB,
27857 unix_glUniform3ui64vNV,
27858 unix_glUniform3uiEXT,
27859 unix_glUniform3uiv,
27860 unix_glUniform3uivEXT,
27861 unix_glUniform4d,
27862 unix_glUniform4dv,
27863 unix_glUniform4f,
27864 unix_glUniform4fARB,
27865 unix_glUniform4fv,
27866 unix_glUniform4fvARB,
27867 unix_glUniform4i,
27868 unix_glUniform4i64ARB,
27869 unix_glUniform4i64NV,
27870 unix_glUniform4i64vARB,
27871 unix_glUniform4i64vNV,
27872 unix_glUniform4iARB,
27873 unix_glUniform4iv,
27874 unix_glUniform4ivARB,
27875 unix_glUniform4ui,
27876 unix_glUniform4ui64ARB,
27877 unix_glUniform4ui64NV,
27878 unix_glUniform4ui64vARB,
27879 unix_glUniform4ui64vNV,
27880 unix_glUniform4uiEXT,
27881 unix_glUniform4uiv,
27882 unix_glUniform4uivEXT,
27883 unix_glUniformBlockBinding,
27884 unix_glUniformBufferEXT,
27885 unix_glUniformHandleui64ARB,
27886 unix_glUniformHandleui64NV,
27887 unix_glUniformHandleui64vARB,
27888 unix_glUniformHandleui64vNV,
27889 unix_glUniformMatrix2dv,
27890 unix_glUniformMatrix2fv,
27891 unix_glUniformMatrix2fvARB,
27892 unix_glUniformMatrix2x3dv,
27893 unix_glUniformMatrix2x3fv,
27894 unix_glUniformMatrix2x4dv,
27895 unix_glUniformMatrix2x4fv,
27896 unix_glUniformMatrix3dv,
27897 unix_glUniformMatrix3fv,
27898 unix_glUniformMatrix3fvARB,
27899 unix_glUniformMatrix3x2dv,
27900 unix_glUniformMatrix3x2fv,
27901 unix_glUniformMatrix3x4dv,
27902 unix_glUniformMatrix3x4fv,
27903 unix_glUniformMatrix4dv,
27904 unix_glUniformMatrix4fv,
27905 unix_glUniformMatrix4fvARB,
27906 unix_glUniformMatrix4x2dv,
27907 unix_glUniformMatrix4x2fv,
27908 unix_glUniformMatrix4x3dv,
27909 unix_glUniformMatrix4x3fv,
27910 unix_glUniformSubroutinesuiv,
27911 unix_glUniformui64NV,
27912 unix_glUniformui64vNV,
27913 unix_glUnlockArraysEXT,
27914 unix_glUnmapBuffer,
27915 unix_glUnmapBufferARB,
27916 unix_glUnmapNamedBuffer,
27917 unix_glUnmapNamedBufferEXT,
27918 unix_glUnmapObjectBufferATI,
27919 unix_glUnmapTexture2DINTEL,
27920 unix_glUpdateObjectBufferATI,
27921 unix_glUploadGpuMaskNVX,
27922 unix_glUseProgram,
27923 unix_glUseProgramObjectARB,
27924 unix_glUseProgramStages,
27925 unix_glUseShaderProgramEXT,
27926 unix_glVDPAUFiniNV,
27927 unix_glVDPAUGetSurfaceivNV,
27928 unix_glVDPAUInitNV,
27929 unix_glVDPAUIsSurfaceNV,
27930 unix_glVDPAUMapSurfacesNV,
27931 unix_glVDPAURegisterOutputSurfaceNV,
27932 unix_glVDPAURegisterVideoSurfaceNV,
27933 unix_glVDPAURegisterVideoSurfaceWithPictureStructureNV,
27934 unix_glVDPAUSurfaceAccessNV,
27935 unix_glVDPAUUnmapSurfacesNV,
27936 unix_glVDPAUUnregisterSurfaceNV,
27937 unix_glValidateProgram,
27938 unix_glValidateProgramARB,
27939 unix_glValidateProgramPipeline,
27940 unix_glVariantArrayObjectATI,
27941 unix_glVariantPointerEXT,
27942 unix_glVariantbvEXT,
27943 unix_glVariantdvEXT,
27944 unix_glVariantfvEXT,
27945 unix_glVariantivEXT,
27946 unix_glVariantsvEXT,
27947 unix_glVariantubvEXT,
27948 unix_glVariantuivEXT,
27949 unix_glVariantusvEXT,
27950 unix_glVertex2bOES,
27951 unix_glVertex2bvOES,
27952 unix_glVertex2hNV,
27953 unix_glVertex2hvNV,
27954 unix_glVertex2xOES,
27955 unix_glVertex2xvOES,
27956 unix_glVertex3bOES,
27957 unix_glVertex3bvOES,
27958 unix_glVertex3hNV,
27959 unix_glVertex3hvNV,
27960 unix_glVertex3xOES,
27961 unix_glVertex3xvOES,
27962 unix_glVertex4bOES,
27963 unix_glVertex4bvOES,
27964 unix_glVertex4hNV,
27965 unix_glVertex4hvNV,
27966 unix_glVertex4xOES,
27967 unix_glVertex4xvOES,
27968 unix_glVertexArrayAttribBinding,
27969 unix_glVertexArrayAttribFormat,
27970 unix_glVertexArrayAttribIFormat,
27971 unix_glVertexArrayAttribLFormat,
27972 unix_glVertexArrayBindVertexBufferEXT,
27973 unix_glVertexArrayBindingDivisor,
27974 unix_glVertexArrayColorOffsetEXT,
27975 unix_glVertexArrayEdgeFlagOffsetEXT,
27976 unix_glVertexArrayElementBuffer,
27977 unix_glVertexArrayFogCoordOffsetEXT,
27978 unix_glVertexArrayIndexOffsetEXT,
27979 unix_glVertexArrayMultiTexCoordOffsetEXT,
27980 unix_glVertexArrayNormalOffsetEXT,
27981 unix_glVertexArrayParameteriAPPLE,
27982 unix_glVertexArrayRangeAPPLE,
27983 unix_glVertexArrayRangeNV,
27984 unix_glVertexArraySecondaryColorOffsetEXT,
27985 unix_glVertexArrayTexCoordOffsetEXT,
27986 unix_glVertexArrayVertexAttribBindingEXT,
27987 unix_glVertexArrayVertexAttribDivisorEXT,
27988 unix_glVertexArrayVertexAttribFormatEXT,
27989 unix_glVertexArrayVertexAttribIFormatEXT,
27990 unix_glVertexArrayVertexAttribIOffsetEXT,
27991 unix_glVertexArrayVertexAttribLFormatEXT,
27992 unix_glVertexArrayVertexAttribLOffsetEXT,
27993 unix_glVertexArrayVertexAttribOffsetEXT,
27994 unix_glVertexArrayVertexBindingDivisorEXT,
27995 unix_glVertexArrayVertexBuffer,
27996 unix_glVertexArrayVertexBuffers,
27997 unix_glVertexArrayVertexOffsetEXT,
27998 unix_glVertexAttrib1d,
27999 unix_glVertexAttrib1dARB,
28000 unix_glVertexAttrib1dNV,
28001 unix_glVertexAttrib1dv,
28002 unix_glVertexAttrib1dvARB,
28003 unix_glVertexAttrib1dvNV,
28004 unix_glVertexAttrib1f,
28005 unix_glVertexAttrib1fARB,
28006 unix_glVertexAttrib1fNV,
28007 unix_glVertexAttrib1fv,
28008 unix_glVertexAttrib1fvARB,
28009 unix_glVertexAttrib1fvNV,
28010 unix_glVertexAttrib1hNV,
28011 unix_glVertexAttrib1hvNV,
28012 unix_glVertexAttrib1s,
28013 unix_glVertexAttrib1sARB,
28014 unix_glVertexAttrib1sNV,
28015 unix_glVertexAttrib1sv,
28016 unix_glVertexAttrib1svARB,
28017 unix_glVertexAttrib1svNV,
28018 unix_glVertexAttrib2d,
28019 unix_glVertexAttrib2dARB,
28020 unix_glVertexAttrib2dNV,
28021 unix_glVertexAttrib2dv,
28022 unix_glVertexAttrib2dvARB,
28023 unix_glVertexAttrib2dvNV,
28024 unix_glVertexAttrib2f,
28025 unix_glVertexAttrib2fARB,
28026 unix_glVertexAttrib2fNV,
28027 unix_glVertexAttrib2fv,
28028 unix_glVertexAttrib2fvARB,
28029 unix_glVertexAttrib2fvNV,
28030 unix_glVertexAttrib2hNV,
28031 unix_glVertexAttrib2hvNV,
28032 unix_glVertexAttrib2s,
28033 unix_glVertexAttrib2sARB,
28034 unix_glVertexAttrib2sNV,
28035 unix_glVertexAttrib2sv,
28036 unix_glVertexAttrib2svARB,
28037 unix_glVertexAttrib2svNV,
28038 unix_glVertexAttrib3d,
28039 unix_glVertexAttrib3dARB,
28040 unix_glVertexAttrib3dNV,
28041 unix_glVertexAttrib3dv,
28042 unix_glVertexAttrib3dvARB,
28043 unix_glVertexAttrib3dvNV,
28044 unix_glVertexAttrib3f,
28045 unix_glVertexAttrib3fARB,
28046 unix_glVertexAttrib3fNV,
28047 unix_glVertexAttrib3fv,
28048 unix_glVertexAttrib3fvARB,
28049 unix_glVertexAttrib3fvNV,
28050 unix_glVertexAttrib3hNV,
28051 unix_glVertexAttrib3hvNV,
28052 unix_glVertexAttrib3s,
28053 unix_glVertexAttrib3sARB,
28054 unix_glVertexAttrib3sNV,
28055 unix_glVertexAttrib3sv,
28056 unix_glVertexAttrib3svARB,
28057 unix_glVertexAttrib3svNV,
28058 unix_glVertexAttrib4Nbv,
28059 unix_glVertexAttrib4NbvARB,
28060 unix_glVertexAttrib4Niv,
28061 unix_glVertexAttrib4NivARB,
28062 unix_glVertexAttrib4Nsv,
28063 unix_glVertexAttrib4NsvARB,
28064 unix_glVertexAttrib4Nub,
28065 unix_glVertexAttrib4NubARB,
28066 unix_glVertexAttrib4Nubv,
28067 unix_glVertexAttrib4NubvARB,
28068 unix_glVertexAttrib4Nuiv,
28069 unix_glVertexAttrib4NuivARB,
28070 unix_glVertexAttrib4Nusv,
28071 unix_glVertexAttrib4NusvARB,
28072 unix_glVertexAttrib4bv,
28073 unix_glVertexAttrib4bvARB,
28074 unix_glVertexAttrib4d,
28075 unix_glVertexAttrib4dARB,
28076 unix_glVertexAttrib4dNV,
28077 unix_glVertexAttrib4dv,
28078 unix_glVertexAttrib4dvARB,
28079 unix_glVertexAttrib4dvNV,
28080 unix_glVertexAttrib4f,
28081 unix_glVertexAttrib4fARB,
28082 unix_glVertexAttrib4fNV,
28083 unix_glVertexAttrib4fv,
28084 unix_glVertexAttrib4fvARB,
28085 unix_glVertexAttrib4fvNV,
28086 unix_glVertexAttrib4hNV,
28087 unix_glVertexAttrib4hvNV,
28088 unix_glVertexAttrib4iv,
28089 unix_glVertexAttrib4ivARB,
28090 unix_glVertexAttrib4s,
28091 unix_glVertexAttrib4sARB,
28092 unix_glVertexAttrib4sNV,
28093 unix_glVertexAttrib4sv,
28094 unix_glVertexAttrib4svARB,
28095 unix_glVertexAttrib4svNV,
28096 unix_glVertexAttrib4ubNV,
28097 unix_glVertexAttrib4ubv,
28098 unix_glVertexAttrib4ubvARB,
28099 unix_glVertexAttrib4ubvNV,
28100 unix_glVertexAttrib4uiv,
28101 unix_glVertexAttrib4uivARB,
28102 unix_glVertexAttrib4usv,
28103 unix_glVertexAttrib4usvARB,
28104 unix_glVertexAttribArrayObjectATI,
28105 unix_glVertexAttribBinding,
28106 unix_glVertexAttribDivisor,
28107 unix_glVertexAttribDivisorARB,
28108 unix_glVertexAttribFormat,
28109 unix_glVertexAttribFormatNV,
28110 unix_glVertexAttribI1i,
28111 unix_glVertexAttribI1iEXT,
28112 unix_glVertexAttribI1iv,
28113 unix_glVertexAttribI1ivEXT,
28114 unix_glVertexAttribI1ui,
28115 unix_glVertexAttribI1uiEXT,
28116 unix_glVertexAttribI1uiv,
28117 unix_glVertexAttribI1uivEXT,
28118 unix_glVertexAttribI2i,
28119 unix_glVertexAttribI2iEXT,
28120 unix_glVertexAttribI2iv,
28121 unix_glVertexAttribI2ivEXT,
28122 unix_glVertexAttribI2ui,
28123 unix_glVertexAttribI2uiEXT,
28124 unix_glVertexAttribI2uiv,
28125 unix_glVertexAttribI2uivEXT,
28126 unix_glVertexAttribI3i,
28127 unix_glVertexAttribI3iEXT,
28128 unix_glVertexAttribI3iv,
28129 unix_glVertexAttribI3ivEXT,
28130 unix_glVertexAttribI3ui,
28131 unix_glVertexAttribI3uiEXT,
28132 unix_glVertexAttribI3uiv,
28133 unix_glVertexAttribI3uivEXT,
28134 unix_glVertexAttribI4bv,
28135 unix_glVertexAttribI4bvEXT,
28136 unix_glVertexAttribI4i,
28137 unix_glVertexAttribI4iEXT,
28138 unix_glVertexAttribI4iv,
28139 unix_glVertexAttribI4ivEXT,
28140 unix_glVertexAttribI4sv,
28141 unix_glVertexAttribI4svEXT,
28142 unix_glVertexAttribI4ubv,
28143 unix_glVertexAttribI4ubvEXT,
28144 unix_glVertexAttribI4ui,
28145 unix_glVertexAttribI4uiEXT,
28146 unix_glVertexAttribI4uiv,
28147 unix_glVertexAttribI4uivEXT,
28148 unix_glVertexAttribI4usv,
28149 unix_glVertexAttribI4usvEXT,
28150 unix_glVertexAttribIFormat,
28151 unix_glVertexAttribIFormatNV,
28152 unix_glVertexAttribIPointer,
28153 unix_glVertexAttribIPointerEXT,
28154 unix_glVertexAttribL1d,
28155 unix_glVertexAttribL1dEXT,
28156 unix_glVertexAttribL1dv,
28157 unix_glVertexAttribL1dvEXT,
28158 unix_glVertexAttribL1i64NV,
28159 unix_glVertexAttribL1i64vNV,
28160 unix_glVertexAttribL1ui64ARB,
28161 unix_glVertexAttribL1ui64NV,
28162 unix_glVertexAttribL1ui64vARB,
28163 unix_glVertexAttribL1ui64vNV,
28164 unix_glVertexAttribL2d,
28165 unix_glVertexAttribL2dEXT,
28166 unix_glVertexAttribL2dv,
28167 unix_glVertexAttribL2dvEXT,
28168 unix_glVertexAttribL2i64NV,
28169 unix_glVertexAttribL2i64vNV,
28170 unix_glVertexAttribL2ui64NV,
28171 unix_glVertexAttribL2ui64vNV,
28172 unix_glVertexAttribL3d,
28173 unix_glVertexAttribL3dEXT,
28174 unix_glVertexAttribL3dv,
28175 unix_glVertexAttribL3dvEXT,
28176 unix_glVertexAttribL3i64NV,
28177 unix_glVertexAttribL3i64vNV,
28178 unix_glVertexAttribL3ui64NV,
28179 unix_glVertexAttribL3ui64vNV,
28180 unix_glVertexAttribL4d,
28181 unix_glVertexAttribL4dEXT,
28182 unix_glVertexAttribL4dv,
28183 unix_glVertexAttribL4dvEXT,
28184 unix_glVertexAttribL4i64NV,
28185 unix_glVertexAttribL4i64vNV,
28186 unix_glVertexAttribL4ui64NV,
28187 unix_glVertexAttribL4ui64vNV,
28188 unix_glVertexAttribLFormat,
28189 unix_glVertexAttribLFormatNV,
28190 unix_glVertexAttribLPointer,
28191 unix_glVertexAttribLPointerEXT,
28192 unix_glVertexAttribP1ui,
28193 unix_glVertexAttribP1uiv,
28194 unix_glVertexAttribP2ui,
28195 unix_glVertexAttribP2uiv,
28196 unix_glVertexAttribP3ui,
28197 unix_glVertexAttribP3uiv,
28198 unix_glVertexAttribP4ui,
28199 unix_glVertexAttribP4uiv,
28200 unix_glVertexAttribParameteriAMD,
28201 unix_glVertexAttribPointer,
28202 unix_glVertexAttribPointerARB,
28203 unix_glVertexAttribPointerNV,
28204 unix_glVertexAttribs1dvNV,
28205 unix_glVertexAttribs1fvNV,
28206 unix_glVertexAttribs1hvNV,
28207 unix_glVertexAttribs1svNV,
28208 unix_glVertexAttribs2dvNV,
28209 unix_glVertexAttribs2fvNV,
28210 unix_glVertexAttribs2hvNV,
28211 unix_glVertexAttribs2svNV,
28212 unix_glVertexAttribs3dvNV,
28213 unix_glVertexAttribs3fvNV,
28214 unix_glVertexAttribs3hvNV,
28215 unix_glVertexAttribs3svNV,
28216 unix_glVertexAttribs4dvNV,
28217 unix_glVertexAttribs4fvNV,
28218 unix_glVertexAttribs4hvNV,
28219 unix_glVertexAttribs4svNV,
28220 unix_glVertexAttribs4ubvNV,
28221 unix_glVertexBindingDivisor,
28222 unix_glVertexBlendARB,
28223 unix_glVertexBlendEnvfATI,
28224 unix_glVertexBlendEnviATI,
28225 unix_glVertexFormatNV,
28226 unix_glVertexP2ui,
28227 unix_glVertexP2uiv,
28228 unix_glVertexP3ui,
28229 unix_glVertexP3uiv,
28230 unix_glVertexP4ui,
28231 unix_glVertexP4uiv,
28232 unix_glVertexPointerEXT,
28233 unix_glVertexPointerListIBM,
28234 unix_glVertexPointervINTEL,
28235 unix_glVertexStream1dATI,
28236 unix_glVertexStream1dvATI,
28237 unix_glVertexStream1fATI,
28238 unix_glVertexStream1fvATI,
28239 unix_glVertexStream1iATI,
28240 unix_glVertexStream1ivATI,
28241 unix_glVertexStream1sATI,
28242 unix_glVertexStream1svATI,
28243 unix_glVertexStream2dATI,
28244 unix_glVertexStream2dvATI,
28245 unix_glVertexStream2fATI,
28246 unix_glVertexStream2fvATI,
28247 unix_glVertexStream2iATI,
28248 unix_glVertexStream2ivATI,
28249 unix_glVertexStream2sATI,
28250 unix_glVertexStream2svATI,
28251 unix_glVertexStream3dATI,
28252 unix_glVertexStream3dvATI,
28253 unix_glVertexStream3fATI,
28254 unix_glVertexStream3fvATI,
28255 unix_glVertexStream3iATI,
28256 unix_glVertexStream3ivATI,
28257 unix_glVertexStream3sATI,
28258 unix_glVertexStream3svATI,
28259 unix_glVertexStream4dATI,
28260 unix_glVertexStream4dvATI,
28261 unix_glVertexStream4fATI,
28262 unix_glVertexStream4fvATI,
28263 unix_glVertexStream4iATI,
28264 unix_glVertexStream4ivATI,
28265 unix_glVertexStream4sATI,
28266 unix_glVertexStream4svATI,
28267 unix_glVertexWeightPointerEXT,
28268 unix_glVertexWeightfEXT,
28269 unix_glVertexWeightfvEXT,
28270 unix_glVertexWeighthNV,
28271 unix_glVertexWeighthvNV,
28272 unix_glVideoCaptureNV,
28273 unix_glVideoCaptureStreamParameterdvNV,
28274 unix_glVideoCaptureStreamParameterfvNV,
28275 unix_glVideoCaptureStreamParameterivNV,
28276 unix_glViewportArrayv,
28277 unix_glViewportIndexedf,
28278 unix_glViewportIndexedfv,
28279 unix_glViewportPositionWScaleNV,
28280 unix_glViewportSwizzleNV,
28281 unix_glWaitSemaphoreEXT,
28282 unix_glWaitSemaphoreui64NVX,
28283 unix_glWaitSync,
28284 unix_glWaitVkSemaphoreNV,
28285 unix_glWeightPathsNV,
28286 unix_glWeightPointerARB,
28287 unix_glWeightbvARB,
28288 unix_glWeightdvARB,
28289 unix_glWeightfvARB,
28290 unix_glWeightivARB,
28291 unix_glWeightsvARB,
28292 unix_glWeightubvARB,
28293 unix_glWeightuivARB,
28294 unix_glWeightusvARB,
28295 unix_glWindowPos2d,
28296 unix_glWindowPos2dARB,
28297 unix_glWindowPos2dMESA,
28298 unix_glWindowPos2dv,
28299 unix_glWindowPos2dvARB,
28300 unix_glWindowPos2dvMESA,
28301 unix_glWindowPos2f,
28302 unix_glWindowPos2fARB,
28303 unix_glWindowPos2fMESA,
28304 unix_glWindowPos2fv,
28305 unix_glWindowPos2fvARB,
28306 unix_glWindowPos2fvMESA,
28307 unix_glWindowPos2i,
28308 unix_glWindowPos2iARB,
28309 unix_glWindowPos2iMESA,
28310 unix_glWindowPos2iv,
28311 unix_glWindowPos2ivARB,
28312 unix_glWindowPos2ivMESA,
28313 unix_glWindowPos2s,
28314 unix_glWindowPos2sARB,
28315 unix_glWindowPos2sMESA,
28316 unix_glWindowPos2sv,
28317 unix_glWindowPos2svARB,
28318 unix_glWindowPos2svMESA,
28319 unix_glWindowPos3d,
28320 unix_glWindowPos3dARB,
28321 unix_glWindowPos3dMESA,
28322 unix_glWindowPos3dv,
28323 unix_glWindowPos3dvARB,
28324 unix_glWindowPos3dvMESA,
28325 unix_glWindowPos3f,
28326 unix_glWindowPos3fARB,
28327 unix_glWindowPos3fMESA,
28328 unix_glWindowPos3fv,
28329 unix_glWindowPos3fvARB,
28330 unix_glWindowPos3fvMESA,
28331 unix_glWindowPos3i,
28332 unix_glWindowPos3iARB,
28333 unix_glWindowPos3iMESA,
28334 unix_glWindowPos3iv,
28335 unix_glWindowPos3ivARB,
28336 unix_glWindowPos3ivMESA,
28337 unix_glWindowPos3s,
28338 unix_glWindowPos3sARB,
28339 unix_glWindowPos3sMESA,
28340 unix_glWindowPos3sv,
28341 unix_glWindowPos3svARB,
28342 unix_glWindowPos3svMESA,
28343 unix_glWindowPos4dMESA,
28344 unix_glWindowPos4dvMESA,
28345 unix_glWindowPos4fMESA,
28346 unix_glWindowPos4fvMESA,
28347 unix_glWindowPos4iMESA,
28348 unix_glWindowPos4ivMESA,
28349 unix_glWindowPos4sMESA,
28350 unix_glWindowPos4svMESA,
28351 unix_glWindowRectanglesEXT,
28352 unix_glWriteMaskEXT,
28353 unix_wglAllocateMemoryNV,
28354 unix_wglBindTexImageARB,
28355 unix_wglChoosePixelFormatARB,
28356 unix_wglCreateContextAttribsARB,
28357 unix_wglCreatePbufferARB,
28358 unix_wglDestroyPbufferARB,
28359 unix_wglFreeMemoryNV,
28360 unix_wglGetCurrentReadDCARB,
28361 unix_wglGetExtensionsStringARB,
28362 unix_wglGetExtensionsStringEXT,
28363 unix_wglGetPbufferDCARB,
28364 unix_wglGetPixelFormatAttribfvARB,
28365 unix_wglGetPixelFormatAttribivARB,
28366 unix_wglGetSwapIntervalEXT,
28367 unix_wglMakeContextCurrentARB,
28368 unix_wglQueryCurrentRendererIntegerWINE,
28369 unix_wglQueryCurrentRendererStringWINE,
28370 unix_wglQueryPbufferARB,
28371 unix_wglQueryRendererIntegerWINE,
28372 unix_wglQueryRendererStringWINE,
28373 unix_wglReleasePbufferDCARB,
28374 unix_wglReleaseTexImageARB,
28375 unix_wglSetPbufferAttribARB,
28376 unix_wglSetPixelFormatWINE,
28377 unix_wglSwapIntervalEXT,
28380 typedef void (WINAPI *gl_debug_cb)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const void *);
28381 struct wine_gl_debug_message_params
28383 gl_debug_cb user_callback;
28384 const void *user_data;
28386 GLenum source;
28387 GLenum type;
28388 GLuint id;
28389 GLenum severity;
28390 GLsizei length;
28391 const GLchar *message;
28394 #define UNIX_CALL( func, params ) WINE_UNIX_CALL( unix_ ## func, params )
28396 #endif /* __WINE_OPENGL32_UNIXLIB_H */