blob: bb08a81ef11d953f45a6b3e3cc29672a666329e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
|
LIBRARY libGL
VERSION LIBRARY_VERSION
EXPORTS
glClearIndex @ 1
glClearColor @ 2
glClear @ 3
glIndexMask @ 4
glColorMask @ 5
glAlphaFunc @ 6
glBlendFunc @ 7
glLogicOp @ 8
glCullFace @ 9
glFrontFace @ 10
glPointSize @ 11
glLineWidth @ 12
glLineStipple @ 13
glPolygonMode @ 14
glPolygonStipple @ 15
glGetPolygonStipple @ 16
glEdgeFlag @ 17
glEdgeFlagv @ 18
glScissor @ 19
glClipPlane @ 20
glGetClipPlane @ 21
glDrawBuffer @ 22
glReadBuffer @ 23
glEnable @ 24
glDisable @ 25
glIsEnabled @ 26
glGetBooleanv @ 27
glGetDoublev @ 28
glGetFloatv @ 29
glGetIntegerv @ 30
glPushAttrib @ 31
glPopAttrib @ 32
glRenderMode @ 33
glGetError @ 34
glGetString @ 35
glFinish @ 36
glFlush @ 37
glHint @ 38
glClearDepth @ 39
glDepthFunc @ 40
glDepthMask @ 41
glDepthRange @ 42
glClearAccum @ 43
glAccum @ 44
glMatrixMode @ 45
glOrtho @ 46
glFrustum @ 47
glViewport @ 48
glPushMatrix @ 49
glPopMatrix @ 50
glLoadIdentity @ 51
glLoadMatrixd @ 52
glLoadMatrixf @ 53
glMultMatrixd @ 54
glMultMatrixf @ 55
glRotated @ 56
glRotatef @ 57
glScaled @ 58
glScalef @ 59
glTranslated @ 60
glTranslatef @ 61
glIsList @ 62
glDeleteLists @ 63
glGenLists @ 64
glNewList @ 65
glEndList @ 66
glCallList @ 67
glCallLists @ 68
glListBase @ 69
glBegin @ 70
glEnd @ 71
glVertex2d @ 72
glVertex2f @ 73
glVertex2i @ 74
glVertex2s @ 75
glVertex3d @ 76
glVertex3f @ 77
glVertex3i @ 78
glVertex3s @ 79
glVertex4d @ 80
glVertex4f @ 81
glVertex4i @ 82
glVertex4s @ 83
glVertex2dv @ 84
glVertex2fv @ 85
glVertex2iv @ 86
glVertex2sv @ 87
glVertex3dv @ 88
glVertex3fv @ 89
glVertex3iv @ 90
glVertex3sv @ 91
glVertex4dv @ 92
glVertex4fv @ 93
glVertex4iv @ 94
glVertex4sv @ 95
glNormal3b @ 96
glNormal3d @ 97
glNormal3f @ 98
glNormal3i @ 99
glNormal3s @ 100
glNormal3bv @ 101
glNormal3dv @ 102
glNormal3fv @ 103
glNormal3iv @ 104
glNormal3sv @ 105
glIndexd @ 106
glIndexf @ 107
glIndexi @ 108
glIndexs @ 109
glIndexdv @ 110
glIndexfv @ 111
glIndexiv @ 112
glIndexsv @ 113
glColor3b @ 114
glColor3d @ 115
glColor3f @ 116
glColor3i @ 117
glColor3s @ 118
glColor3ub @ 119
glColor3ui @ 120
glColor3us @ 121
glColor4b @ 122
glColor4d @ 123
glColor4f @ 124
glColor4i @ 125
glColor4s @ 126
glColor4ub @ 127
glColor4ui @ 128
glColor4us @ 129
glColor3bv @ 130
glColor3dv @ 131
glColor3fv @ 132
glColor3iv @ 133
glColor3sv @ 134
glColor3ubv @ 135
glColor3uiv @ 136
glColor3usv @ 137
glColor4bv @ 138
glColor4dv @ 139
glColor4fv @ 140
glColor4iv @ 141
glColor4sv @ 142
glColor4ubv @ 143
glColor4uiv @ 144
glColor4usv @ 145
glTexCoord1d @ 146
glTexCoord1f @ 147
glTexCoord1i @ 148
glTexCoord1s @ 149
glTexCoord2d @ 150
glTexCoord2f @ 151
glTexCoord2i @ 152
glTexCoord2s @ 153
glTexCoord3d @ 154
glTexCoord3f @ 155
glTexCoord3i @ 156
glTexCoord3s @ 157
glTexCoord4d @ 158
glTexCoord4f @ 159
glTexCoord4i @ 160
glTexCoord4s @ 161
glTexCoord1dv @ 162
glTexCoord1fv @ 163
glTexCoord1iv @ 164
glTexCoord1sv @ 165
glTexCoord2dv @ 166
glTexCoord2fv @ 167
glTexCoord2iv @ 168
glTexCoord2sv @ 169
glTexCoord3dv @ 170
glTexCoord3fv @ 171
glTexCoord3iv @ 172
glTexCoord3sv @ 173
glTexCoord4dv @ 174
glTexCoord4fv @ 175
glTexCoord4iv @ 176
glTexCoord4sv @ 177
glRasterPos2d @ 178
glRasterPos2f @ 179
glRasterPos2i @ 180
glRasterPos2s @ 181
glRasterPos3d @ 182
glRasterPos3f @ 183
glRasterPos3i @ 184
glRasterPos3s @ 185
glRasterPos4d @ 186
glRasterPos4f @ 187
glRasterPos4i @ 188
glRasterPos4s @ 189
glRasterPos2dv @ 190
glRasterPos2fv @ 191
glRasterPos2iv @ 192
glRasterPos2sv @ 193
glRasterPos3dv @ 194
glRasterPos3fv @ 195
glRasterPos3iv @ 196
glRasterPos3sv @ 197
glRasterPos4dv @ 198
glRasterPos4fv @ 199
glRasterPos4iv @ 200
glRasterPos4sv @ 201
glRectd @ 202
glRectf @ 203
glRecti @ 204
glRects @ 205
glRectdv @ 206
glRectfv @ 207
glRectiv @ 208
glRectsv @ 209
glShadeModel @ 210
glLightf @ 211
glLighti @ 212
glLightfv @ 213
glLightiv @ 214
glGetLightfv @ 215
glGetLightiv @ 216
glLightModelf @ 217
glLightModeli @ 218
glLightModelfv @ 219
glLightModeliv @ 220
glMaterialf @ 221
glMateriali @ 222
glMaterialfv @ 223
glMaterialiv @ 224
glGetMaterialfv @ 225
glGetMaterialiv @ 226
glColorMaterial @ 227
glPixelZoom @ 228
glPixelStoref @ 229
glPixelStorei @ 230
glPixelTransferf @ 231
glPixelTransferi @ 232
glPixelMapfv @ 233
glPixelMapuiv @ 234
glPixelMapusv @ 235
glGetPixelMapfv @ 236
glGetPixelMapuiv @ 237
glGetPixelMapusv @ 238
glBitmap @ 239
glReadPixels @ 240
glDrawPixels @ 241
glCopyPixels @ 242
glStencilFunc @ 243
glStencilMask @ 244
glStencilOp @ 245
glClearStencil @ 246
glTexGend @ 247
glTexGenf @ 248
glTexGeni @ 249
glTexGendv @ 250
glTexGenfv @ 251
glTexGeniv @ 252
glGetTexGendv @ 253
glGetTexGenfv @ 254
glGetTexGeniv @ 255
glTexEnvf @ 256
glTexEnvi @ 257
glTexEnvfv @ 258
glTexEnviv @ 259
glGetTexEnvfv @ 260
glGetTexEnviv @ 261
glTexParameterf @ 262
glTexParameteri @ 263
glTexParameterfv @ 264
glTexParameteriv @ 265
glGetTexParameterfv @ 266
glGetTexParameteriv @ 267
glGetTexLevelParameterfv @ 268
glGetTexLevelParameteriv @ 269
glTexImage1D @ 270
glTexImage2D @ 271
glGetTexImage @ 272
glMap1d @ 273
glMap1f @ 274
glMap2d @ 275
glMap2f @ 276
glGetMapdv @ 277
glGetMapfv @ 278
glGetMapiv @ 279
glEvalCoord1d @ 280
glEvalCoord1f @ 281
glEvalCoord1dv @ 282
glEvalCoord1fv @ 283
glEvalCoord2d @ 284
glEvalCoord2f @ 285
glEvalCoord2dv @ 286
glEvalCoord2fv @ 287
glMapGrid1d @ 288
glMapGrid1f @ 289
glMapGrid2d @ 290
glMapGrid2f @ 291
glEvalPoint1 @ 292
glEvalPoint2 @ 293
glEvalMesh1 @ 294
glEvalMesh2 @ 295
glFogf @ 296
glFogi @ 297
glFogfv @ 298
glFogiv @ 299
glFeedbackBuffer @ 300
glPassThrough @ 301
glSelectBuffer @ 302
glInitNames @ 303
glLoadName @ 304
glPushName @ 305
glPopName @ 306
; glBlendEquationEXT @ 307
; glBlendColorEXT @ 308
glPolygonOffset @ 309
; glVertexPointerEXT @ 310
; glNormalPointerEXT @ 311
; glColorPointerEXT @ 312
; glIndexPointerEXT @ 313
; glTexCoordPointerEXT @ 314
; glEdgeFlagPointerEXT @ 315
; glGetPointervEXT @ 316
; glArrayElementEXT @ 317
; glDrawArraysEXT @ 318
; OSMesaCreateContext @ 319
; OSMesaDestroyContext @ 320
; OSMesaMakeCurrent @ 321
; XMesaCreateContext @ 322
; XMesaDestroyContext @ 323
; XMesaMakeCurrent @ 326
; XMesaGetCurrentContext @ 327
; XMesaSwapBuffers @ 328
; XMesaGetBackBuffer @ 329
glXChooseVisual @ 330
glXCreateContext @ 331
glXDestroyContext @ 332
glXMakeCurrent @ 333
glXCopyContext @ 334
glXSwapBuffers @ 335
glXCreateGLXPixmap @ 336
glXDestroyGLXPixmap @ 337
glXQueryExtension @ 338
glXQueryVersion @ 339
glXIsDirect @ 340
glXGetConfig @ 341
glXGetCurrentContext @ 342
glXGetCurrentDrawable @ 343
glXWaitGL @ 344
glXWaitX @ 345
glXUseXFont @ 346
glXQueryExtensionsString @ 347
glXQueryServerString @ 348
glXGetClientString @ 349
glPushClientAttrib @ 350
glPopClientAttrib @ 351
glIndexub @ 352
glIndexubv @ 353
glVertexPointer @ 354
glNormalPointer @ 355
glColorPointer @ 356
glIndexPointer @ 357
glTexCoordPointer @ 358
glEdgeFlagPointer @ 359
glGetPointerv @ 360
glArrayElement @ 361
glDrawArrays @ 362
glDrawElements @ 363
glInterleavedArrays @ 364
glGenTextures @ 365
glDeleteTextures @ 366
glBindTexture @ 367
glPrioritizeTextures @ 368
glAreTexturesResident @ 369
glIsTexture @ 370
glTexSubImage1D @ 371
glTexSubImage2D @ 372
glCopyTexImage1D @ 373
glCopyTexImage2D @ 374
glCopyTexSubImage1D @ 375
glCopyTexSubImage2D @ 376
; glWindowPos2iMESA @ 377
; glWindowPos2sMESA @ 378
; glWindowPos2fMESA @ 379
; glWindowPos2dMESA @ 380
; glWindowPos2ivMESA @ 381
; glWindowPos2svMESA @ 382
; glWindowPos2fvMESA @ 383
; glWindowPos2dvMESA @ 384
; glWindowPos3iMESA @ 385
; glWindowPos3sMESA @ 386
; glWindowPos3fMESA @ 387
; glWindowPos3dMESA @ 388
; glWindowPos3ivMESA @ 389
; glWindowPos3svMESA @ 390
; glWindowPos3fvMESA @ 391
; glWindowPos3dvMESA @ 392
; glWindowPos4iMESA @ 393
; glWindowPos4sMESA @ 394
; glWindowPos4fMESA @ 395
; glWindowPos4dMESA @ 396
; glWindowPos4ivMESA @ 397
; glWindowPos4svMESA @ 398
; glWindowPos4fvMESA @ 399
; glWindowPos4dvMESA @ 400
; glXCreateGLXPixmapMESA @ 401
; glXReleaseBuffersMESA @ 402
; OSMesaGetCurrentContext @ 403
; OSMesaPixelStore @ 404
; OSMesaGetIntegerv @ 405
; XMesaCreateVisual @ 406
; XMesaDestroyVisual @ 407
; XMesaCreateWindowBuffer @ 408
; XMesaCreatePixmapBuffer @ 409
; XMesaDestroyBuffer @ 410
; XMesaGetCurrentBuffer @ 411
; XMesaFlush @ 412
; XMesaGetString @ 413
; glPolygonOffsetEXT @ 414
glDisableClientState @ 450
glEnableClientState @ 451
glXFreeContextEXT @ 452
glXGetContextIDEXT @ 453
glXGetCurrentDisplay @ 454
glXImportContextEXT @ 455
glXQueryContextInfoEXT @ 456
glXGetCurrentDrawableEXT @ 457
glCopyTexSubImage3D @ 458
glDrawRangeElements @ 459
glTexSubImage3D @ 460
glBlendColorEXT @ 461
glBlendEquationEXT @ 462
glTexImage3D @ 463
/* $XFree86: xc/lib/GL/GL-def.cpp,v 1.1 2000/08/09 23:40:11 dawes Exp $ */
|