Imported Upstream version 2.81
[platform/upstream/libbullet.git] / Glut / EmptyGL / GL / egl_tokens.h
1 #ifndef EGL_TOKENS_H
2 #define EGL_TOKENS_H
3
4 #define EGL_TOKEN_glClearIndex                  0x0
5 #define EGL_TOKEN_glClearColor                  0x1
6 #define EGL_TOKEN_glClear                       0x2
7 #define EGL_TOKEN_glIndexMask                   0x3
8 #define EGL_TOKEN_glColorMask                   0x4
9 #define EGL_TOKEN_glAlphaFunc                   0x5
10 #define EGL_TOKEN_glBlendFunc                   0x6
11 #define EGL_TOKEN_glLogicOp                     0x7
12 #define EGL_TOKEN_glCullFace                    0x8
13 #define EGL_TOKEN_glFrontFace                   0x9
14 #define EGL_TOKEN_glPointSize                   0xa
15 #define EGL_TOKEN_glLineWidth                   0xb
16 #define EGL_TOKEN_glLineStipple                 0xc
17 #define EGL_TOKEN_glPolygonMode                 0xd
18 #define EGL_TOKEN_glPolygonOffset               0xe
19 #define EGL_TOKEN_glPolygonStipple              0xf
20 #define EGL_TOKEN_glGetPolygonStipple           0x10
21 #define EGL_TOKEN_glEdgeFlag                    0x11
22 #define EGL_TOKEN_glEdgeFlagv                   0x12
23 #define EGL_TOKEN_glScissor                     0x13
24 #define EGL_TOKEN_glClipPlane                   0x14
25 #define EGL_TOKEN_glGetClipPlane                0x15
26 #define EGL_TOKEN_glDrawBuffer                  0x16
27 #define EGL_TOKEN_glReadBuffer                  0x17
28 #define EGL_TOKEN_glEnable                      0x18
29 #define EGL_TOKEN_glDisable                     0x19
30 #define EGL_TOKEN_glIsEnabled                   0x1a
31 #define EGL_TOKEN_glEnableClientState           0x1b
32 #define EGL_TOKEN_glDisableClientState          0x1c
33 #define EGL_TOKEN_glGetBooleanv                 0x1d
34 #define EGL_TOKEN_glGetDoublev                  0x1e
35 #define EGL_TOKEN_glGetFloatv                   0x1f
36 #define EGL_TOKEN_glGetIntegerv                 0x20
37 #define EGL_TOKEN_glPushAttrib                  0x21
38 #define EGL_TOKEN_glPopAttrib                   0x22
39 #define EGL_TOKEN_glPushClientAttrib            0x23
40 #define EGL_TOKEN_glPopClientAttrib             0x24
41 #define EGL_TOKEN_glRenderMode                  0x25
42 #define EGL_TOKEN_glGetError                    0x26
43 #define EGL_TOKEN_glGetString                   0x27
44 #define EGL_TOKEN_glFinish                      0x28
45 #define EGL_TOKEN_glFlush                       0x29
46 #define EGL_TOKEN_glHint                        0x2a
47 #define EGL_TOKEN_glClearDepth                  0x2b
48 #define EGL_TOKEN_glDepthFunc                   0x2c
49 #define EGL_TOKEN_glDepthMask                   0x2d
50 #define EGL_TOKEN_glDepthRange                  0x2e
51 #define EGL_TOKEN_glClearAccum                  0x2f
52 #define EGL_TOKEN_glAccum                       0x30
53 #define EGL_TOKEN_glMatrixMode                  0x31
54 #define EGL_TOKEN_glOrtho                       0x32
55 #define EGL_TOKEN_glFrustum                     0x33
56 #define EGL_TOKEN_glViewport                    0x34
57 #define EGL_TOKEN_glPushMatrix                  0x35
58 #define EGL_TOKEN_glPopMatrix                   0x36
59 #define EGL_TOKEN_glLoadIdentity                0x37
60 #define EGL_TOKEN_glLoadMatrixd                 0x38
61 #define EGL_TOKEN_glLoadMatrixf                 0x39
62 #define EGL_TOKEN_glMultMatrixd                 0x3a
63 #define EGL_TOKEN_glMultMatrixf                 0x3b
64 #define EGL_TOKEN_glRotated                     0x3c
65 #define EGL_TOKEN_glRotatef                     0x3d
66 #define EGL_TOKEN_glScaled                      0x3e
67 #define EGL_TOKEN_glScalef                      0x3f
68 #define EGL_TOKEN_glTranslated                  0x40
69 #define EGL_TOKEN_glTranslatef                  0x41
70 #define EGL_TOKEN_glIsList                      0x42
71 #define EGL_TOKEN_glDeleteLists                 0x43
72 #define EGL_TOKEN_glGenLists                    0x44
73 #define EGL_TOKEN_glNewList                     0x45
74 #define EGL_TOKEN_glEndList                     0x46
75 #define EGL_TOKEN_glCallList                    0x47
76 #define EGL_TOKEN_glCallLists                   0x48
77 #define EGL_TOKEN_glListBase                    0x49
78 #define EGL_TOKEN_glBegin                       0x4a
79 #define EGL_TOKEN_glEnd                         0x4b
80 #define EGL_TOKEN_glVertex2d                    0x4c
81 #define EGL_TOKEN_glVertex2f                    0x4d
82 #define EGL_TOKEN_glVertex2i                    0x4e
83 #define EGL_TOKEN_glVertex2s                    0x4f
84 #define EGL_TOKEN_glVertex3d                    0x50
85 #define EGL_TOKEN_glVertex3f                    0x51
86 #define EGL_TOKEN_glVertex3i                    0x52
87 #define EGL_TOKEN_glVertex3s                    0x53
88 #define EGL_TOKEN_glVertex4d                    0x54
89 #define EGL_TOKEN_glVertex4f                    0x55
90 #define EGL_TOKEN_glVertex4i                    0x56
91 #define EGL_TOKEN_glVertex4s                    0x57
92 #define EGL_TOKEN_glVertex2dv                   0x58
93 #define EGL_TOKEN_glVertex2fv                   0x59
94 #define EGL_TOKEN_glVertex2iv                   0x5a
95 #define EGL_TOKEN_glVertex2sv                   0x5b
96 #define EGL_TOKEN_glVertex3dv                   0x5c
97 #define EGL_TOKEN_glVertex3fv                   0x5d
98 #define EGL_TOKEN_glVertex3iv                   0x5e
99 #define EGL_TOKEN_glVertex3sv                   0x5f
100 #define EGL_TOKEN_glVertex4dv                   0x60
101 #define EGL_TOKEN_glVertex4fv                   0x61
102 #define EGL_TOKEN_glVertex4iv                   0x62
103 #define EGL_TOKEN_glVertex4sv                   0x63
104 #define EGL_TOKEN_glNormal3b                    0x64
105 #define EGL_TOKEN_glNormal3d                    0x65
106 #define EGL_TOKEN_glNormal3f                    0x66
107 #define EGL_TOKEN_glNormal3i                    0x67
108 #define EGL_TOKEN_glNormal3s                    0x68
109 #define EGL_TOKEN_glNormal3bv                   0x69
110 #define EGL_TOKEN_glNormal3dv                   0x6a
111 #define EGL_TOKEN_glNormal3fv                   0x6b
112 #define EGL_TOKEN_glNormal3iv                   0x6c
113 #define EGL_TOKEN_glNormal3sv                   0x6d
114 #define EGL_TOKEN_glIndexd                      0x6e
115 #define EGL_TOKEN_glIndexf                      0x6f
116 #define EGL_TOKEN_glIndexi                      0x70
117 #define EGL_TOKEN_glIndexs                      0x71
118 #define EGL_TOKEN_glIndexub                     0x72
119 #define EGL_TOKEN_glIndexdv                     0x73
120 #define EGL_TOKEN_glIndexfv                     0x74
121 #define EGL_TOKEN_glIndexiv                     0x75
122 #define EGL_TOKEN_glIndexsv                     0x76
123 #define EGL_TOKEN_glIndexubv                    0x77
124 #define EGL_TOKEN_glColor3b                     0x78
125 #define EGL_TOKEN_glColor3d                     0x79
126 #define EGL_TOKEN_glColor3f                     0x7a
127 #define EGL_TOKEN_glColor3i                     0x7b
128 #define EGL_TOKEN_glColor3s                     0x7c
129 #define EGL_TOKEN_glColor3ub                    0x7d
130 #define EGL_TOKEN_glColor3ui                    0x7e
131 #define EGL_TOKEN_glColor3us                    0x7f
132 #define EGL_TOKEN_glColor4b                     0x80
133 #define EGL_TOKEN_glColor4d                     0x81
134 #define EGL_TOKEN_glColor4f                     0x82
135 #define EGL_TOKEN_glColor4i                     0x83
136 #define EGL_TOKEN_glColor4s                     0x84
137 #define EGL_TOKEN_glColor4ub                    0x85
138 #define EGL_TOKEN_glColor4ui                    0x86
139 #define EGL_TOKEN_glColor4us                    0x87
140 #define EGL_TOKEN_glColor3bv                    0x88
141 #define EGL_TOKEN_glColor3dv                    0x89
142 #define EGL_TOKEN_glColor3fv                    0x8a
143 #define EGL_TOKEN_glColor3iv                    0x8b
144 #define EGL_TOKEN_glColor3sv                    0x8c
145 #define EGL_TOKEN_glColor3ubv                   0x8d
146 #define EGL_TOKEN_glColor3uiv                   0x8e
147 #define EGL_TOKEN_glColor3usv                   0x8f
148 #define EGL_TOKEN_glColor4bv                    0x90
149 #define EGL_TOKEN_glColor4dv                    0x91
150 #define EGL_TOKEN_glColor4fv                    0x92
151 #define EGL_TOKEN_glColor4iv                    0x93
152 #define EGL_TOKEN_glColor4sv                    0x94
153 #define EGL_TOKEN_glColor4ubv                   0x95
154 #define EGL_TOKEN_glColor4uiv                   0x96
155 #define EGL_TOKEN_glColor4usv                   0x97
156 #define EGL_TOKEN_glTexCoord1d                  0x98
157 #define EGL_TOKEN_glTexCoord1f                  0x99
158 #define EGL_TOKEN_glTexCoord1i                  0x9a
159 #define EGL_TOKEN_glTexCoord1s                  0x9b
160 #define EGL_TOKEN_glTexCoord2d                  0x9c
161 #define EGL_TOKEN_glTexCoord2f                  0x9d
162 #define EGL_TOKEN_glTexCoord2i                  0x9e
163 #define EGL_TOKEN_glTexCoord2s                  0x9f
164 #define EGL_TOKEN_glTexCoord3d                  0xa0
165 #define EGL_TOKEN_glTexCoord3f                  0xa1
166 #define EGL_TOKEN_glTexCoord3i                  0xa2
167 #define EGL_TOKEN_glTexCoord3s                  0xa3
168 #define EGL_TOKEN_glTexCoord4d                  0xa4
169 #define EGL_TOKEN_glTexCoord4f                  0xa5
170 #define EGL_TOKEN_glTexCoord4i                  0xa6
171 #define EGL_TOKEN_glTexCoord4s                  0xa7
172 #define EGL_TOKEN_glTexCoord1dv                 0xa8
173 #define EGL_TOKEN_glTexCoord1fv                 0xa9
174 #define EGL_TOKEN_glTexCoord1iv                 0xaa
175 #define EGL_TOKEN_glTexCoord1sv                 0xab
176 #define EGL_TOKEN_glTexCoord2dv                 0xac
177 #define EGL_TOKEN_glTexCoord2fv                 0xad
178 #define EGL_TOKEN_glTexCoord2iv                 0xae
179 #define EGL_TOKEN_glTexCoord2sv                 0xaf
180 #define EGL_TOKEN_glTexCoord3dv                 0xb0
181 #define EGL_TOKEN_glTexCoord3fv                 0xb1
182 #define EGL_TOKEN_glTexCoord3iv                 0xb2
183 #define EGL_TOKEN_glTexCoord3sv                 0xb3
184 #define EGL_TOKEN_glTexCoord4dv                 0xb4
185 #define EGL_TOKEN_glTexCoord4fv                 0xb5
186 #define EGL_TOKEN_glTexCoord4iv                 0xb6
187 #define EGL_TOKEN_glTexCoord4sv                 0xb7
188 #define EGL_TOKEN_glRasterPos2d                 0xb8
189 #define EGL_TOKEN_glRasterPos2f                 0xb9
190 #define EGL_TOKEN_glRasterPos2i                 0xba
191 #define EGL_TOKEN_glRasterPos2s                 0xbb
192 #define EGL_TOKEN_glRasterPos3d                 0xbc
193 #define EGL_TOKEN_glRasterPos3f                 0xbd
194 #define EGL_TOKEN_glRasterPos3i                 0xbe
195 #define EGL_TOKEN_glRasterPos3s                 0xbf
196 #define EGL_TOKEN_glRasterPos4d                 0xc0
197 #define EGL_TOKEN_glRasterPos4f                 0xc1
198 #define EGL_TOKEN_glRasterPos4i                 0xc2
199 #define EGL_TOKEN_glRasterPos4s                 0xc3
200 #define EGL_TOKEN_glRasterPos2dv                0xc4
201 #define EGL_TOKEN_glRasterPos2fv                0xc5
202 #define EGL_TOKEN_glRasterPos2iv                0xc6
203 #define EGL_TOKEN_glRasterPos2sv                0xc7
204 #define EGL_TOKEN_glRasterPos3dv                0xc8
205 #define EGL_TOKEN_glRasterPos3fv                0xc9
206 #define EGL_TOKEN_glRasterPos3iv                0xca
207 #define EGL_TOKEN_glRasterPos3sv                0xcb
208 #define EGL_TOKEN_glRasterPos4dv                0xcc
209 #define EGL_TOKEN_glRasterPos4fv                0xcd
210 #define EGL_TOKEN_glRasterPos4iv                0xce
211 #define EGL_TOKEN_glRasterPos4sv                0xcf
212 #define EGL_TOKEN_glRectd                       0xd0
213 #define EGL_TOKEN_glRectf                       0xd1
214 #define EGL_TOKEN_glRecti                       0xd2
215 #define EGL_TOKEN_glRects                       0xd3
216 #define EGL_TOKEN_glRectdv                      0xd4
217 #define EGL_TOKEN_glRectfv                      0xd5
218 #define EGL_TOKEN_glRectiv                      0xd6
219 #define EGL_TOKEN_glRectsv                      0xd7
220 #define EGL_TOKEN_glVertexPointer               0xd8
221 #define EGL_TOKEN_glNormalPointer               0xd9
222 #define EGL_TOKEN_glColorPointer                0xda
223 #define EGL_TOKEN_glIndexPointer                0xdb
224 #define EGL_TOKEN_glTexCoordPointer             0xdc
225 #define EGL_TOKEN_glEdgeFlagPointer             0xdd
226 #define EGL_TOKEN_glGetPointerv                 0xde
227 #define EGL_TOKEN_glArrayElement                0xdf
228 #define EGL_TOKEN_glDrawArrays                  0xe0
229 #define EGL_TOKEN_glDrawElements                0xe1
230 #define EGL_TOKEN_glInterleavedArrays           0xe2
231 #define EGL_TOKEN_glShadeModel                  0xe3
232 #define EGL_TOKEN_glLightf                      0xe4
233 #define EGL_TOKEN_glLighti                      0xe5
234 #define EGL_TOKEN_glLightfv                     0xe6
235 #define EGL_TOKEN_glLightiv                     0xe7
236 #define EGL_TOKEN_glGetLightfv                  0xe8
237 #define EGL_TOKEN_glGetLightiv                  0xe9
238 #define EGL_TOKEN_glLightModelf                 0xea
239 #define EGL_TOKEN_glLightModeli                 0xeb
240 #define EGL_TOKEN_glLightModelfv                0xec
241 #define EGL_TOKEN_glLightModeliv                0xed
242 #define EGL_TOKEN_glMaterialf                   0xee
243 #define EGL_TOKEN_glMateriali                   0xef
244 #define EGL_TOKEN_glMaterialfv                  0xf0
245 #define EGL_TOKEN_glMaterialiv                  0xf1
246 #define EGL_TOKEN_glGetMaterialfv               0xf2
247 #define EGL_TOKEN_glGetMaterialiv               0xf3
248 #define EGL_TOKEN_glColorMaterial               0xf4
249 #define EGL_TOKEN_glPixelZoom                   0xf5
250 #define EGL_TOKEN_glPixelStoref                 0xf6
251 #define EGL_TOKEN_glPixelStorei                 0xf7
252 #define EGL_TOKEN_glPixelTransferf              0xf8
253 #define EGL_TOKEN_glPixelTransferi              0xf9
254 #define EGL_TOKEN_glPixelMapfv                  0xfa
255 #define EGL_TOKEN_glPixelMapuiv                 0xfb
256 #define EGL_TOKEN_glPixelMapusv                 0xfc
257 #define EGL_TOKEN_glGetPixelMapfv               0xfd
258 #define EGL_TOKEN_glGetPixelMapuiv              0xfe
259 #define EGL_TOKEN_glGetPixelMapusv              0xff
260 #define EGL_TOKEN_glBitmap                      0x100
261 #define EGL_TOKEN_glReadPixels                  0x101
262 #define EGL_TOKEN_glDrawPixels                  0x102
263 #define EGL_TOKEN_glCopyPixels                  0x103
264 #define EGL_TOKEN_glStencilFunc                 0x104
265 #define EGL_TOKEN_glStencilMask                 0x105
266 #define EGL_TOKEN_glStencilOp                   0x106
267 #define EGL_TOKEN_glClearStencil                0x107
268 #define EGL_TOKEN_glTexGend                     0x108
269 #define EGL_TOKEN_glTexGenf                     0x109
270 #define EGL_TOKEN_glTexGeni                     0x10a
271 #define EGL_TOKEN_glTexGendv                    0x10b
272 #define EGL_TOKEN_glTexGenfv                    0x10c
273 #define EGL_TOKEN_glTexGeniv                    0x10d
274 #define EGL_TOKEN_glGetTexGendv                 0x10e
275 #define EGL_TOKEN_glGetTexGenfv                 0x10f
276 #define EGL_TOKEN_glGetTexGeniv                 0x110
277 #define EGL_TOKEN_glTexEnvf                     0x111
278 #define EGL_TOKEN_glTexEnvi                     0x112
279 #define EGL_TOKEN_glTexEnvfv                    0x113
280 #define EGL_TOKEN_glTexEnviv                    0x114
281 #define EGL_TOKEN_glGetTexEnvfv                 0x115
282 #define EGL_TOKEN_glGetTexEnviv                 0x116
283 #define EGL_TOKEN_glTexParameterf               0x117
284 #define EGL_TOKEN_glTexParameteri               0x118
285 #define EGL_TOKEN_glTexParameterfv              0x119
286 #define EGL_TOKEN_glTexParameteriv              0x11a
287 #define EGL_TOKEN_glGetTexParameterfv           0x11b
288 #define EGL_TOKEN_glGetTexParameteriv           0x11c
289 #define EGL_TOKEN_glGetTexLevelParameterfv      0x11d
290 #define EGL_TOKEN_glGetTexLevelParameteriv      0x11e
291 #define EGL_TOKEN_glTexImage1D                  0x11f
292 #define EGL_TOKEN_glTexImage2D                  0x120
293 #define EGL_TOKEN_glGetTexImage                 0x121
294 #define EGL_TOKEN_glGenTextures                 0x122
295 #define EGL_TOKEN_glDeleteTextures              0x123
296 #define EGL_TOKEN_glBindTexture                 0x124
297 #define EGL_TOKEN_glPrioritizeTextures          0x125
298 #define EGL_TOKEN_glAreTexturesResident         0x126
299 #define EGL_TOKEN_glIsTexture                   0x127
300 #define EGL_TOKEN_glTexSubImage1D               0x128
301 #define EGL_TOKEN_glTexSubImage2D               0x129
302 #define EGL_TOKEN_glCopyTexImage1D              0x12a
303 #define EGL_TOKEN_glCopyTexImage2D              0x12b
304 #define EGL_TOKEN_glCopyTexSubImage1D           0x12c
305 #define EGL_TOKEN_glCopyTexSubImage2D           0x12d
306 #define EGL_TOKEN_glMap1d                       0x12e
307 #define EGL_TOKEN_glMap1f                       0x12f
308 #define EGL_TOKEN_glMap2d                       0x130
309 #define EGL_TOKEN_glMap2f                       0x131
310 #define EGL_TOKEN_glGetMapdv                    0x132
311 #define EGL_TOKEN_glGetMapfv                    0x133
312 #define EGL_TOKEN_glGetMapiv                    0x134
313 #define EGL_TOKEN_glEvalCoord1d                 0x135
314 #define EGL_TOKEN_glEvalCoord1f                 0x136
315 #define EGL_TOKEN_glEvalCoord1dv                0x137
316 #define EGL_TOKEN_glEvalCoord1fv                0x138
317 #define EGL_TOKEN_glEvalCoord2d                 0x139
318 #define EGL_TOKEN_glEvalCoord2f                 0x13a
319 #define EGL_TOKEN_glEvalCoord2dv                0x13b
320 #define EGL_TOKEN_glEvalCoord2fv                0x13c
321 #define EGL_TOKEN_glMapGrid1d                   0x13d
322 #define EGL_TOKEN_glMapGrid1f                   0x13e
323 #define EGL_TOKEN_glMapGrid2d                   0x13f
324 #define EGL_TOKEN_glMapGrid2f                   0x140
325 #define EGL_TOKEN_glEvalPoint1                  0x141
326 #define EGL_TOKEN_glEvalPoint2                  0x142
327 #define EGL_TOKEN_glEvalMesh1                   0x143
328 #define EGL_TOKEN_glEvalMesh2                   0x144
329 #define EGL_TOKEN_glFogf                        0x145
330 #define EGL_TOKEN_glFogi                        0x146
331 #define EGL_TOKEN_glFogfv                       0x147
332 #define EGL_TOKEN_glFogiv                       0x148
333 #define EGL_TOKEN_glFeedbackBuffer              0x149
334 #define EGL_TOKEN_glPassThrough                 0x14a
335 #define EGL_TOKEN_glSelectBuffer                0x14b
336 #define EGL_TOKEN_glInitNames                   0x14c
337 #define EGL_TOKEN_glLoadName                    0x14d
338 #define EGL_TOKEN_glPushName                    0x14e
339 #define EGL_TOKEN_glPopName                     0x14f
340 #define EGL_TOKEN_glDrawRangeElements           0x150
341 #define EGL_TOKEN_glTexImage3D                  0x151
342 #define EGL_TOKEN_glTexSubImage3D               0x152
343 #define EGL_TOKEN_glCopyTexSubImage3D           0x153
344 #define EGL_TOKEN_glColorTable                  0x154
345 #define EGL_TOKEN_glColorSubTable               0x155
346 #define EGL_TOKEN_glColorTableParameteriv       0x156
347 #define EGL_TOKEN_glColorTableParameterfv       0x157
348 #define EGL_TOKEN_glCopyColorSubTable           0x158
349 #define EGL_TOKEN_glCopyColorTable              0x159
350 #define EGL_TOKEN_glGetColorTable               0x15a
351 #define EGL_TOKEN_glGetColorTableParameterfv    0x15b
352 #define EGL_TOKEN_glGetColorTableParameteriv    0x15c
353 #define EGL_TOKEN_glBlendEquation               0x15d
354 #define EGL_TOKEN_glBlendColor                  0x15e
355 #define EGL_TOKEN_glHistogram                   0x15f
356 #define EGL_TOKEN_glResetHistogram              0x160
357 #define EGL_TOKEN_glGetHistogram                0x161
358 #define EGL_TOKEN_glGetHistogramParameterfv     0x162
359 #define EGL_TOKEN_glGetHistogramParameteriv     0x163
360 #define EGL_TOKEN_glMinmax                      0x164
361 #define EGL_TOKEN_glResetMinmax                 0x165
362 #define EGL_TOKEN_glGetMinmax                   0x166
363 #define EGL_TOKEN_glGetMinmaxParameterfv        0x167
364 #define EGL_TOKEN_glGetMinmaxParameteriv        0x168
365 #define EGL_TOKEN_glConvolutionFilter1D         0x169
366 #define EGL_TOKEN_glConvolutionFilter2D         0x16a
367 #define EGL_TOKEN_glConvolutionParameterf       0x16b
368 #define EGL_TOKEN_glConvolutionParameterfv      0x16c
369 #define EGL_TOKEN_glConvolutionParameteri       0x16d
370 #define EGL_TOKEN_glConvolutionParameteriv      0x16e
371 #define EGL_TOKEN_glCopyConvolutionFilter1D     0x16f
372 #define EGL_TOKEN_glCopyConvolutionFilter2D     0x170
373 #define EGL_TOKEN_glGetConvolutionFilter        0x171
374 #define EGL_TOKEN_glGetConvolutionParameterfv   0x172
375 #define EGL_TOKEN_glGetConvolutionParameteriv   0x173
376 #define EGL_TOKEN_glSeparableFilter2D           0x174
377 #define EGL_TOKEN_glGetSeparableFilter          0x175
378 #define EGL_TOKEN_glActiveTexture               0x176
379 #define EGL_TOKEN_glClientActiveTexture         0x177
380 #define EGL_TOKEN_glCompressedTexImage1D        0x178
381 #define EGL_TOKEN_glCompressedTexImage2D        0x179
382 #define EGL_TOKEN_glCompressedTexImage3D        0x17a
383 #define EGL_TOKEN_glCompressedTexSubImage1D     0x17b
384 #define EGL_TOKEN_glCompressedTexSubImage2D     0x17c
385 #define EGL_TOKEN_glCompressedTexSubImage3D     0x17d
386 #define EGL_TOKEN_glGetCompressedTexImage       0x17e
387 #define EGL_TOKEN_glMultiTexCoord1d             0x17f
388 #define EGL_TOKEN_glMultiTexCoord1dv            0x180
389 #define EGL_TOKEN_glMultiTexCoord1f             0x181
390 #define EGL_TOKEN_glMultiTexCoord1fv            0x182
391 #define EGL_TOKEN_glMultiTexCoord1i             0x183
392 #define EGL_TOKEN_glMultiTexCoord1iv            0x184
393 #define EGL_TOKEN_glMultiTexCoord1s             0x185
394 #define EGL_TOKEN_glMultiTexCoord1sv            0x186
395 #define EGL_TOKEN_glMultiTexCoord2d             0x187
396 #define EGL_TOKEN_glMultiTexCoord2dv            0x188
397 #define EGL_TOKEN_glMultiTexCoord2f             0x189
398 #define EGL_TOKEN_glMultiTexCoord2fv            0x18a
399 #define EGL_TOKEN_glMultiTexCoord2i             0x18b
400 #define EGL_TOKEN_glMultiTexCoord2iv            0x18c
401 #define EGL_TOKEN_glMultiTexCoord2s             0x18d
402 #define EGL_TOKEN_glMultiTexCoord2sv            0x18e
403 #define EGL_TOKEN_glMultiTexCoord3d             0x18f
404 #define EGL_TOKEN_glMultiTexCoord3dv            0x190
405 #define EGL_TOKEN_glMultiTexCoord3f             0x191
406 #define EGL_TOKEN_glMultiTexCoord3fv            0x192
407 #define EGL_TOKEN_glMultiTexCoord3i             0x193
408 #define EGL_TOKEN_glMultiTexCoord3iv            0x194
409 #define EGL_TOKEN_glMultiTexCoord3s             0x195
410 #define EGL_TOKEN_glMultiTexCoord3sv            0x196
411 #define EGL_TOKEN_glMultiTexCoord4d             0x197
412 #define EGL_TOKEN_glMultiTexCoord4dv            0x198
413 #define EGL_TOKEN_glMultiTexCoord4f             0x199
414 #define EGL_TOKEN_glMultiTexCoord4fv            0x19a
415 #define EGL_TOKEN_glMultiTexCoord4i             0x19b
416 #define EGL_TOKEN_glMultiTexCoord4iv            0x19c
417 #define EGL_TOKEN_glMultiTexCoord4s             0x19d
418 #define EGL_TOKEN_glMultiTexCoord4sv            0x19e
419 #define EGL_TOKEN_glLoadTransposeMatrixd        0x19f
420 #define EGL_TOKEN_glLoadTransposeMatrixf        0x1a0
421 #define EGL_TOKEN_glMultTransposeMatrixd        0x1a1
422 #define EGL_TOKEN_glMultTransposeMatrixf        0x1a2
423 #define EGL_TOKEN_glSampleCoverage              0x1a3
424 #define EGL_TOKEN_glActiveTextureARB            0x1a4
425 #define EGL_TOKEN_glClientActiveTextureARB      0x1a5
426 #define EGL_TOKEN_glMultiTexCoord1dARB          0x1a6
427 #define EGL_TOKEN_glMultiTexCoord1dvARB         0x1a7
428 #define EGL_TOKEN_glMultiTexCoord1fARB          0x1a8
429 #define EGL_TOKEN_glMultiTexCoord1fvARB         0x1a9
430 #define EGL_TOKEN_glMultiTexCoord1iARB          0x1aa
431 #define EGL_TOKEN_glMultiTexCoord1ivARB         0x1ab
432 #define EGL_TOKEN_glMultiTexCoord1sARB          0x1ac
433 #define EGL_TOKEN_glMultiTexCoord1svARB         0x1ad
434 #define EGL_TOKEN_glMultiTexCoord2dARB          0x1ae
435 #define EGL_TOKEN_glMultiTexCoord2dvARB         0x1af
436 #define EGL_TOKEN_glMultiTexCoord2fARB          0x1b0
437 #define EGL_TOKEN_glMultiTexCoord2fvARB         0x1b1
438 #define EGL_TOKEN_glMultiTexCoord2iARB          0x1b2
439 #define EGL_TOKEN_glMultiTexCoord2ivARB         0x1b3
440 #define EGL_TOKEN_glMultiTexCoord2sARB          0x1b4
441 #define EGL_TOKEN_glMultiTexCoord2svARB         0x1b5
442 #define EGL_TOKEN_glMultiTexCoord3dARB          0x1b6
443 #define EGL_TOKEN_glMultiTexCoord3dvARB         0x1b7
444 #define EGL_TOKEN_glMultiTexCoord3fARB          0x1b8
445 #define EGL_TOKEN_glMultiTexCoord3fvARB         0x1b9
446 #define EGL_TOKEN_glMultiTexCoord3iARB          0x1ba
447 #define EGL_TOKEN_glMultiTexCoord3ivARB         0x1bb
448 #define EGL_TOKEN_glMultiTexCoord3sARB          0x1bc
449 #define EGL_TOKEN_glMultiTexCoord3svARB         0x1bd
450 #define EGL_TOKEN_glMultiTexCoord4dARB          0x1be
451 #define EGL_TOKEN_glMultiTexCoord4dvARB         0x1bf
452 #define EGL_TOKEN_glMultiTexCoord4fARB          0x1c0
453 #define EGL_TOKEN_glMultiTexCoord4fvARB         0x1c1
454 #define EGL_TOKEN_glMultiTexCoord4iARB          0x1c2
455 #define EGL_TOKEN_glMultiTexCoord4ivARB         0x1c3
456 #define EGL_TOKEN_glMultiTexCoord4sARB          0x1c4
457 #define EGL_TOKEN_glMultiTexCoord4svARB         0x1c5
458
459 #endif