Added some forgotten types for export.
[cl-glfw.git] / lib / opengl.lisp
blobbfc568b5aeac7d2bbfe63faea8344ed4ccd9ad67
1 (defpackage #:opengl
2 (:use #:cffi #:cl)
3 (:nicknames #:gl)
4 (:shadow boolean byte float char string)
5 (:export
6 enum boolean bitfield byte short int sizei ubyte ushort uint float clampf
7 double clampd void uint64 int64 intptr sizeiptr handle char string half
9 +current-bit+
10 +point-bit+
11 +line-bit+
12 +polygon-bit+
13 +polygon-stipple-bit+
14 +pixel-mode-bit+
15 +lighting-bit+
16 +fog-bit+
17 +depth-buffer-bit+
18 +accum-buffer-bit+
19 +stencil-buffer-bit+
20 +viewport-bit+
21 +transform-bit+
22 +enable-bit+
23 +color-buffer-bit+
24 +hint-bit+
25 +eval-bit+
26 +list-bit+
27 +texture-bit+
28 +scissor-bit+
29 +all-attrib-bits+
30 +client-pixel-store-bit+
31 +client-vertex-array-bit+
32 +client-all-attrib-bits+
33 +false+
34 +true+
35 +points+
36 +lines+
37 +line-loop+
38 +line-strip+
39 +triangles+
40 +triangle-strip+
41 +triangle-fan+
42 +quads+
43 +quad-strip+
44 +polygon+
45 +accum+
46 +load+
47 +return+
48 +mult+
49 +add+
50 +never+
51 +less+
52 +equal+
53 +lequal+
54 +greater+
55 +notequal+
56 +gequal+
57 +always+
58 +zero+
59 +one+
60 +src-color+
61 +one-minus-src-color+
62 +src-alpha+
63 +one-minus-src-alpha+
64 +dst-alpha+
65 +one-minus-dst-alpha+
66 +constant-color-ext+
67 +one-minus-constant-color-ext+
68 +constant-alpha-ext+
69 +one-minus-constant-alpha-ext+
70 +dst-color+
71 +one-minus-dst-color+
72 +src-alpha-saturate+
73 +logic-op+
74 +func-add-ext+
75 +min-ext+
76 +max-ext+
77 +func-subtract-ext+
78 +func-reverse-subtract-ext+
79 +alpha-min-sgix+
80 +alpha-max-sgix+
81 +front+
82 +back+
83 +front-and-back+
84 +ambient+
85 +diffuse+
86 +specular+
87 +emission+
88 +ambient-and-diffuse+
89 +byte+
90 +unsigned-byte+
91 +short+
92 +unsigned-short+
93 +int+
94 +unsigned-int+
95 +float+
96 +double+
97 +color-table-scale-sgi+
98 +color-table-bias-sgi+
99 +color-table-sgi+
100 +post-convolution-color-table-sgi+
101 +post-color-matrix-color-table-sgi+
102 +proxy-color-table-sgi+
103 +proxy-post-convolution-color-table-sgi+
104 +proxy-post-color-matrix-color-table-sgi+
105 +texture-color-table-sgi+
106 +proxy-texture-color-table-sgi+
107 +reduce-ext+
108 +convolution-border-mode-ext+
109 +convolution-filter-scale-ext+
110 +convolution-filter-bias-ext+
111 +convolution-1d-ext+
112 +convolution-2d-ext+
113 +none+
114 +front-left+
115 +front-right+
116 +back-left+
117 +back-right+
118 +left+
119 +right+
120 +aux0+
121 +aux1+
122 +aux2+
123 +aux3+
124 +fog+
125 +lighting+
126 +texture-1d+
127 +texture-2d+
128 +line-stipple+
129 +polygon-stipple+
130 +cull-face+
131 +alpha-test+
132 +blend+
133 +index-logic-op+
134 +color-logic-op+
135 +dither+
136 +stencil-test+
137 +depth-test+
138 +clip-plane0+
139 +clip-plane1+
140 +clip-plane2+
141 +clip-plane3+
142 +clip-plane4+
143 +clip-plane5+
144 +light0+
145 +light1+
146 +light2+
147 +light3+
148 +light4+
149 +light5+
150 +light6+
151 +light7+
152 +texture-gen-s+
153 +texture-gen-t+
154 +texture-gen-r+
155 +texture-gen-q+
156 +map1-vertex-3+
157 +map1-vertex-4+
158 +map1-color-4+
159 +map1-index+
160 +map1-normal+
161 +map1-texture-coord-1+
162 +map1-texture-coord-2+
163 +map1-texture-coord-3+
164 +map1-texture-coord-4+
165 +map2-vertex-3+
166 +map2-vertex-4+
167 +map2-color-4+
168 +map2-index+
169 +map2-normal+
170 +map2-texture-coord-1+
171 +map2-texture-coord-2+
172 +map2-texture-coord-3+
173 +map2-texture-coord-4+
174 +point-smooth+
175 +line-smooth+
176 +polygon-smooth+
177 +scissor-test+
178 +color-material+
179 +normalize+
180 +auto-normal+
181 +polygon-offset-point+
182 +polygon-offset-line+
183 +polygon-offset-fill+
184 +vertex-array+
185 +normal-array+
186 +color-array+
187 +index-array+
188 +texture-coord-array+
189 +edge-flag-array+
190 +separable-2d-ext+
191 +histogram-ext+
192 +minmax-ext+
193 +rescale-normal-ext+
194 +shared-texture-palette-ext+
195 +texture-3d-ext+
196 +multisample-sgis+
197 +sample-alpha-to-mask-sgis+
198 +sample-alpha-to-one-sgis+
199 +sample-mask-sgis+
200 +texture-4d-sgis+
201 +async-histogram-sgix+
202 +async-tex-image-sgix+
203 +async-draw-pixels-sgix+
204 +async-read-pixels-sgix+
205 +calligraphic-fragment-sgix+
206 +fog-offset-sgix+
207 +fragment-lighting-sgix+
208 +fragment-color-material-sgix+
209 +fragment-light0-sgix+
210 +fragment-light1-sgix+
211 +fragment-light2-sgix+
212 +fragment-light3-sgix+
213 +fragment-light4-sgix+
214 +fragment-light5-sgix+
215 +fragment-light6-sgix+
216 +fragment-light7-sgix+
217 +framezoom-sgix+
218 +interlace-sgix+
219 +ir-instrument1-sgix+
220 +pixel-tex-gen-sgix+
221 +pixel-texture-sgis+
222 +reference-plane-sgix+
223 +sprite-sgix+
224 +no-error+
225 +invalid-enum+
226 +invalid-value+
227 +invalid-operation+
228 +stack-overflow+
229 +stack-underflow+
230 +out-of-memory+
231 +table-too-large-ext+
232 +texture-too-large-ext+
233 +2d+
234 +3d+
235 +3d-color+
236 +3d-color-texture+
237 +4d-color-texture+
238 +pass-through-token+
239 +point-token+
240 +line-token+
241 +polygon-token+
242 +bitmap-token+
243 +draw-pixel-token+
244 +copy-pixel-token+
245 +line-reset-token+
246 +texture-deformation-bit-sgix+
247 +geometry-deformation-bit-sgix+
248 +geometry-deformation-sgix+
249 +texture-deformation-sgix+
250 +linear+
251 +exp+
252 +exp2+
253 +fog-func-sgis+
254 +fog-color+
255 +fog-density+
256 +fog-end+
257 +fog-index+
258 +fog-mode+
259 +fog-start+
260 +fog-offset-value-sgix+
261 +fragment-light-model-local-viewer-sgix+
262 +fragment-light-model-two-side-sgix+
263 +fragment-light-model-ambient-sgix+
264 +fragment-light-model-normal-interpolation-sgix+
265 +cw+
266 +ccw+
267 +color-table-format-sgi+
268 +color-table-width-sgi+
269 +color-table-red-size-sgi+
270 +color-table-green-size-sgi+
271 +color-table-blue-size-sgi+
272 +color-table-alpha-size-sgi+
273 +color-table-luminance-size-sgi+
274 +color-table-intensity-size-sgi+
275 +convolution-format-ext+
276 +convolution-width-ext+
277 +convolution-height-ext+
278 +max-convolution-width-ext+
279 +max-convolution-height-ext+
280 +histogram-width-ext+
281 +histogram-format-ext+
282 +histogram-red-size-ext+
283 +histogram-green-size-ext+
284 +histogram-blue-size-ext+
285 +histogram-alpha-size-ext+
286 +histogram-luminance-size-ext+
287 +histogram-sink-ext+
288 +coeff+
289 +order+
290 +domain+
291 +minmax-format-ext+
292 +minmax-sink-ext+
293 +pixel-map-i-to-i+
294 +pixel-map-s-to-s+
295 +pixel-map-i-to-r+
296 +pixel-map-i-to-g+
297 +pixel-map-i-to-b+
298 +pixel-map-i-to-a+
299 +pixel-map-r-to-r+
300 +pixel-map-g-to-g+
301 +pixel-map-b-to-b+
302 +pixel-map-a-to-a+
303 +vertex-array-pointer+
304 +normal-array-pointer+
305 +color-array-pointer+
306 +index-array-pointer+
307 +texture-coord-array-pointer+
308 +edge-flag-array-pointer+
309 +feedback-buffer-pointer+
310 +selection-buffer-pointer+
311 +instrument-buffer-pointer-sgix+
312 +current-color+
313 +current-index+
314 +current-normal+
315 +current-texture-coords+
316 +current-raster-color+
317 +current-raster-index+
318 +current-raster-texture-coords+
319 +current-raster-position+
320 +current-raster-position-valid+
321 +current-raster-distance+
322 +point-size+
323 +point-size-range+
324 +point-size-granularity+
325 +line-width+
326 +line-width-range+
327 +line-width-granularity+
328 +line-stipple-pattern+
329 +line-stipple-repeat+
330 +smooth-point-size-range+
331 +smooth-point-size-granularity+
332 +smooth-line-width-range+
333 +smooth-line-width-granularity+
334 +aliased-point-size-range+
335 +aliased-line-width-range+
336 +list-mode+
337 +max-list-nesting+
338 +list-base+
339 +list-index+
340 +polygon-mode+
341 +edge-flag+
342 +cull-face-mode+
343 +front-face+
344 +light-model-local-viewer+
345 +light-model-two-side+
346 +light-model-ambient+
347 +shade-model+
348 +color-material-face+
349 +color-material-parameter+
350 +depth-range+
351 +depth-writemask+
352 +depth-clear-value+
353 +depth-func+
354 +accum-clear-value+
355 +stencil-clear-value+
356 +stencil-func+
357 +stencil-value-mask+
358 +stencil-fail+
359 +stencil-pass-depth-fail+
360 +stencil-pass-depth-pass+
361 +stencil-ref+
362 +stencil-writemask+
363 +matrix-mode+
364 +viewport+
365 +modelview-stack-depth+
366 +projection-stack-depth+
367 +texture-stack-depth+
368 +modelview-matrix+
369 +projection-matrix+
370 +texture-matrix+
371 +attrib-stack-depth+
372 +client-attrib-stack-depth+
373 +alpha-test-func+
374 +alpha-test-ref+
375 +blend-dst+
376 +blend-src+
377 +logic-op-mode+
378 +aux-buffers+
379 +draw-buffer+
380 +read-buffer+
381 +scissor-box+
382 +index-clear-value+
383 +index-writemask+
384 +color-clear-value+
385 +color-writemask+
386 +index-mode+
387 +rgba-mode+
388 +doublebuffer+
389 +stereo+
390 +render-mode+
391 +perspective-correction-hint+
392 +point-smooth-hint+
393 +line-smooth-hint+
394 +polygon-smooth-hint+
395 +fog-hint+
396 +pixel-map-i-to-i-size+
397 +pixel-map-s-to-s-size+
398 +pixel-map-i-to-r-size+
399 +pixel-map-i-to-g-size+
400 +pixel-map-i-to-b-size+
401 +pixel-map-i-to-a-size+
402 +pixel-map-r-to-r-size+
403 +pixel-map-g-to-g-size+
404 +pixel-map-b-to-b-size+
405 +pixel-map-a-to-a-size+
406 +unpack-swap-bytes+
407 +unpack-lsb-first+
408 +unpack-row-length+
409 +unpack-skip-rows+
410 +unpack-skip-pixels+
411 +unpack-alignment+
412 +pack-swap-bytes+
413 +pack-lsb-first+
414 +pack-row-length+
415 +pack-skip-rows+
416 +pack-skip-pixels+
417 +pack-alignment+
418 +map-color+
419 +map-stencil+
420 +index-shift+
421 +index-offset+
422 +red-scale+
423 +red-bias+
424 +zoom-x+
425 +zoom-y+
426 +green-scale+
427 +green-bias+
428 +blue-scale+
429 +blue-bias+
430 +alpha-scale+
431 +alpha-bias+
432 +depth-scale+
433 +depth-bias+
434 +max-eval-order+
435 +max-lights+
436 +max-clip-planes+
437 +max-texture-size+
438 +max-pixel-map-table+
439 +max-attrib-stack-depth+
440 +max-modelview-stack-depth+
441 +max-name-stack-depth+
442 +max-projection-stack-depth+
443 +max-texture-stack-depth+
444 +max-viewport-dims+
445 +max-client-attrib-stack-depth+
446 +subpixel-bits+
447 +index-bits+
448 +red-bits+
449 +green-bits+
450 +blue-bits+
451 +alpha-bits+
452 +depth-bits+
453 +stencil-bits+
454 +accum-red-bits+
455 +accum-green-bits+
456 +accum-blue-bits+
457 +accum-alpha-bits+
458 +name-stack-depth+
459 +map1-grid-domain+
460 +map1-grid-segments+
461 +map2-grid-domain+
462 +map2-grid-segments+
463 +feedback-buffer-size+
464 +feedback-buffer-type+
465 +selection-buffer-size+
466 +polygon-offset-units+
467 +polygon-offset-factor+
468 +texture-binding-1d+
469 +texture-binding-2d+
470 +texture-binding-3d+
471 +vertex-array-size+
472 +vertex-array-type+
473 +vertex-array-stride+
474 +normal-array-type+
475 +normal-array-stride+
476 +color-array-size+
477 +color-array-type+
478 +color-array-stride+
479 +index-array-type+
480 +index-array-stride+
481 +texture-coord-array-size+
482 +texture-coord-array-type+
483 +texture-coord-array-stride+
484 +edge-flag-array-stride+
485 +light-model-color-control+
486 +blend-color-ext+
487 +blend-equation-ext+
488 +pack-cmyk-hint-ext+
489 +unpack-cmyk-hint-ext+
490 +post-convolution-red-scale-ext+
491 +post-convolution-green-scale-ext+
492 +post-convolution-blue-scale-ext+
493 +post-convolution-alpha-scale-ext+
494 +post-convolution-red-bias-ext+
495 +post-convolution-green-bias-ext+
496 +post-convolution-blue-bias-ext+
497 +post-convolution-alpha-bias-ext+
498 +polygon-offset-bias-ext+
499 +texture-3d-binding-ext+
500 +pack-skip-images-ext+
501 +pack-image-height-ext+
502 +unpack-skip-images-ext+
503 +unpack-image-height-ext+
504 +max-3d-texture-size-ext+
505 +vertex-array-count-ext+
506 +normal-array-count-ext+
507 +color-array-count-ext+
508 +index-array-count-ext+
509 +texture-coord-array-count-ext+
510 +edge-flag-array-count-ext+
511 +detail-texture-2d-binding-sgis+
512 +fog-func-points-sgis+
513 +max-fog-func-points-sgis+
514 +generate-mipmap-hint-sgis+
515 +sample-buffers-sgis+
516 +samples-sgis+
517 +sample-mask-value-sgis+
518 +sample-mask-invert-sgis+
519 +sample-pattern-sgis+
520 +point-size-min-sgis+
521 +point-size-max-sgis+
522 +point-fade-threshold-size-sgis+
523 +distance-attenuation-sgis+
524 +pack-skip-volumes-sgis+
525 +pack-image-depth-sgis+
526 +unpack-skip-volumes-sgis+
527 +unpack-image-depth-sgis+
528 +max-4d-texture-size-sgis+
529 +texture-4d-binding-sgis+
530 +async-marker-sgix+
531 +max-async-histogram-sgix+
532 +max-async-tex-image-sgix+
533 +max-async-draw-pixels-sgix+
534 +max-async-read-pixels-sgix+
535 +max-clipmap-virtual-depth-sgix+
536 +max-clipmap-depth-sgix+
537 +convolution-hint-sgix+
538 +fragment-color-material-face-sgix+
539 +fragment-color-material-parameter-sgix+
540 +max-fragment-lights-sgix+
541 +max-active-lights-sgix+
542 +light-env-mode-sgix+
543 +framezoom-factor-sgix+
544 +max-framezoom-factor-sgix+
545 +instrument-measurements-sgix+
546 +pixel-tex-gen-mode-sgix+
547 +pixel-tile-best-alignment-sgix+
548 +pixel-tile-cache-increment-sgix+
549 +pixel-tile-width-sgix+
550 +pixel-tile-height-sgix+
551 +pixel-tile-grid-width-sgix+
552 +pixel-tile-grid-height-sgix+
553 +pixel-tile-grid-depth-sgix+
554 +pixel-tile-cache-size-sgix+
555 +deformations-mask-sgix+
556 +reference-plane-equation-sgix+
557 +sprite-mode-sgix+
558 +sprite-axis-sgix+
559 +sprite-translation-sgix+
560 +pack-subsample-rate-sgix+
561 +unpack-subsample-rate-sgix+
562 +pack-resample-sgix+
563 +unpack-resample-sgix+
564 +post-texture-filter-bias-range-sgix+
565 +post-texture-filter-scale-range-sgix+
566 +vertex-preclip-sgix+
567 +vertex-preclip-hint-sgix+
568 +color-matrix-sgi+
569 +color-matrix-stack-depth-sgi+
570 +max-color-matrix-stack-depth-sgi+
571 +post-color-matrix-red-scale-sgi+
572 +post-color-matrix-green-scale-sgi+
573 +post-color-matrix-blue-scale-sgi+
574 +post-color-matrix-alpha-scale-sgi+
575 +post-color-matrix-red-bias-sgi+
576 +post-color-matrix-green-bias-sgi+
577 +post-color-matrix-blue-bias-sgi+
578 +post-color-matrix-alpha-bias-sgi+
579 +texture-mag-filter+
580 +texture-min-filter+
581 +texture-wrap-s+
582 +texture-wrap-t+
583 +texture-width+
584 +texture-height+
585 +texture-internal-format+
586 +texture-components+
587 +texture-border-color+
588 +texture-border+
589 +texture-red-size+
590 +texture-green-size+
591 +texture-blue-size+
592 +texture-alpha-size+
593 +texture-luminance-size+
594 +texture-intensity-size+
595 +texture-priority+
596 +texture-resident+
597 +texture-depth-ext+
598 +texture-wrap-r-ext+
599 +detail-texture-level-sgis+
600 +detail-texture-mode-sgis+
601 +detail-texture-func-points-sgis+
602 +generate-mipmap-sgis+
603 +sharpen-texture-func-points-sgis+
604 +texture-filter4-size-sgis+
605 +texture-min-lod-sgis+
606 +texture-max-lod-sgis+
607 +texture-base-level-sgis+
608 +texture-max-level-sgis+
609 +dual-texture-select-sgis+
610 +quad-texture-select-sgis+
611 +texture-4dsize-sgis+
612 +texture-wrap-q-sgis+
613 +texture-clipmap-center-sgix+
614 +texture-clipmap-frame-sgix+
615 +texture-clipmap-offset-sgix+
616 +texture-clipmap-virtual-depth-sgix+
617 +texture-clipmap-lod-offset-sgix+
618 +texture-clipmap-depth-sgix+
619 +texture-compare-sgix+
620 +texture-compare-operator-sgix+
621 +texture-lequal-r-sgix+
622 +texture-gequal-r-sgix+
623 +shadow-ambient-sgix+
624 +texture-max-clamp-s-sgix+
625 +texture-max-clamp-t-sgix+
626 +texture-max-clamp-r-sgix+
627 +texture-lod-bias-s-sgix+
628 +texture-lod-bias-t-sgix+
629 +texture-lod-bias-r-sgix+
630 +post-texture-filter-bias-sgix+
631 +post-texture-filter-scale-sgix+
632 +dont-care+
633 +fastest+
634 +nicest+
635 +texture-multi-buffer-hint-sgix+
636 +proxy-histogram-ext+
637 +replace+
638 +modulate+
639 +single-color+
640 +separate-specular-color+
641 +position+
642 +spot-direction+
643 +spot-exponent+
644 +spot-cutoff+
645 +constant-attenuation+
646 +linear-attenuation+
647 +quadratic-attenuation+
648 +compile+
649 +compile-and-execute+
650 +2-bytes+
651 +3-bytes+
652 +4-bytes+
653 +double-ext+
654 +list-priority-sgix+
655 +clear+
656 +and+
657 +and-reverse+
658 +copy+
659 +and-inverted+
660 +noop+
661 +xor+
662 +or+
663 +nor+
664 +equiv+
665 +invert+
666 +or-reverse+
667 +copy-inverted+
668 +or-inverted+
669 +nand+
670 +set+
671 +shininess+
672 +color-indexes+
673 +modelview+
674 +projection+
675 +texture+
676 +point+
677 +line+
678 +fill+
679 +color+
680 +depth+
681 +stencil+
682 +color-index+
683 +stencil-index+
684 +depth-component+
685 +red+
686 +green+
687 +blue+
688 +alpha+
689 +rgb+
690 +rgba+
691 +luminance+
692 +luminance-alpha+
693 +abgr-ext+
694 +cmyk-ext+
695 +cmyka-ext+
696 +r5-g6-b5-icc-sgix+
697 +r5-g6-b5-a8-icc-sgix+
698 +alpha16-icc-sgix+
699 +luminance16-icc-sgix+
700 +luminance16-alpha8-icc-sgix+
701 +ycrcb-422-sgix+
702 +ycrcb-444-sgix+
703 +resample-replicate-sgix+
704 +resample-zero-fill-sgix+
705 +resample-decimate-sgix+
706 +pixel-subsample-4444-sgix+
707 +pixel-subsample-2424-sgix+
708 +pixel-subsample-4242-sgix+
709 +pixel-tex-gen-alpha-replace-sgix+
710 +pixel-tex-gen-alpha-no-replace-sgix+
711 +pixel-tex-gen-alpha-ms-sgix+
712 +pixel-tex-gen-alpha-ls-sgix+
713 +pixel-fragment-rgb-source-sgis+
714 +pixel-fragment-alpha-source-sgis+
715 +bitmap+
716 +unsigned-byte-3-3-2-ext+
717 +unsigned-short-4-4-4-4-ext+
718 +unsigned-short-5-5-5-1-ext+
719 +unsigned-int-8-8-8-8-ext+
720 +unsigned-int-10-10-10-2-ext+
721 +render+
722 +feedback+
723 +select+
724 +1pass-sgis+
725 +2pass-0-sgis+
726 +2pass-1-sgis+
727 +4pass-0-sgis+
728 +4pass-1-sgis+
729 +4pass-2-sgis+
730 +4pass-3-sgis+
731 +flat+
732 +smooth+
733 +keep+
734 +incr+
735 +decr+
736 +vendor+
737 +renderer+
738 +version+
739 +extensions+
740 +s+
741 +t+
742 +r+
743 +q+
744 +decal+
745 +replace-ext+
746 +texture-env-bias-sgix+
747 +texture-env-mode+
748 +texture-env-color+
749 +texture-env+
750 +filter4-sgis+
751 +eye-linear+
752 +object-linear+
753 +sphere-map+
754 +eye-distance-to-point-sgis+
755 +object-distance-to-point-sgis+
756 +eye-distance-to-line-sgis+
757 +object-distance-to-line-sgis+
758 +texture-gen-mode+
759 +object-plane+
760 +eye-plane+
761 +eye-point-sgis+
762 +object-point-sgis+
763 +eye-line-sgis+
764 +object-line-sgis+
765 +nearest+
766 +linear-detail-sgis+
767 +linear-detail-alpha-sgis+
768 +linear-detail-color-sgis+
769 +linear-sharpen-sgis+
770 +linear-sharpen-alpha-sgis+
771 +linear-sharpen-color-sgis+
772 +pixel-tex-gen-q-ceiling-sgix+
773 +pixel-tex-gen-q-round-sgix+
774 +pixel-tex-gen-q-floor-sgix+
775 +nearest-mipmap-nearest+
776 +linear-mipmap-nearest+
777 +nearest-mipmap-linear+
778 +linear-mipmap-linear+
779 +linear-clipmap-linear-sgix+
780 +nearest-clipmap-nearest-sgix+
781 +nearest-clipmap-linear-sgix+
782 +linear-clipmap-nearest-sgix+
783 +proxy-texture-1d+
784 +proxy-texture-2d+
785 +proxy-texture-3d-ext+
786 +detail-texture-2d-sgis+
787 +proxy-texture-4d-sgis+
788 +clamp+
789 +repeat+
790 +clamp-to-border-sgis+
791 +clamp-to-edge-sgis+
792 +r3-g3-b2+
793 +alpha4+
794 +alpha8+
795 +alpha12+
796 +alpha16+
797 +luminance4+
798 +luminance8+
799 +luminance12+
800 +luminance16+
801 +luminance4-alpha4+
802 +luminance6-alpha2+
803 +luminance8-alpha8+
804 +luminance12-alpha4+
805 +luminance12-alpha12+
806 +luminance16-alpha16+
807 +intensity+
808 +intensity4+
809 +intensity8+
810 +intensity12+
811 +intensity16+
812 +rgb4+
813 +rgb5+
814 +rgb8+
815 +rgb10+
816 +rgb12+
817 +rgb16+
818 +rgba2+
819 +rgba4+
820 +rgb5-a1+
821 +rgba8+
822 +rgb10-a2+
823 +rgba12+
824 +rgba16+
825 +rgb2-ext+
826 +dual-alpha4-sgis+
827 +dual-alpha8-sgis+
828 +dual-alpha12-sgis+
829 +dual-alpha16-sgis+
830 +dual-luminance4-sgis+
831 +dual-luminance8-sgis+
832 +dual-luminance12-sgis+
833 +dual-luminance16-sgis+
834 +dual-intensity4-sgis+
835 +dual-intensity8-sgis+
836 +dual-intensity12-sgis+
837 +dual-intensity16-sgis+
838 +dual-luminance-alpha4-sgis+
839 +dual-luminance-alpha8-sgis+
840 +quad-alpha4-sgis+
841 +quad-alpha8-sgis+
842 +quad-luminance4-sgis+
843 +quad-luminance8-sgis+
844 +quad-intensity4-sgis+
845 +quad-intensity8-sgis+
846 +depth-component16-sgix+
847 +depth-component24-sgix+
848 +depth-component32-sgix+
849 +rgb-icc-sgix+
850 +rgba-icc-sgix+
851 +alpha-icc-sgix+
852 +luminance-icc-sgix+
853 +intensity-icc-sgix+
854 +luminance-alpha-icc-sgix+
855 +intensity16-icc-sgix+
856 +v2f+
857 +v3f+
858 +c4ub-v2f+
859 +c4ub-v3f+
860 +c3f-v3f+
861 +n3f-v3f+
862 +c4f-n3f-v3f+
863 +t2f-v3f+
864 +t4f-v4f+
865 +t2f-c4ub-v3f+
866 +t2f-c3f-v3f+
867 +t2f-n3f-v3f+
868 +t2f-c4f-n3f-v3f+
869 +t4f-c4f-n3f-v4f+
870 +func-subtract+
871 +func-reverse-subtract+
872 +unsigned-byte-3-3-2+
873 +unsigned-short-4-4-4-4+
874 +unsigned-short-5-5-5-1+
875 +unsigned-int-8-8-8-8+
876 +unsigned-int-10-10-10-2+
877 +unsigned-byte-2-3-3-rev+
878 +unsigned-byte-2-3-3-rev-ext+
879 +unsigned-short-5-6-5+
880 +unsigned-short-5-6-5-ext+
881 +unsigned-short-5-6-5-rev+
882 +unsigned-short-5-6-5-rev-ext+
883 +unsigned-short-4-4-4-4-rev+
884 +unsigned-short-4-4-4-4-rev-ext+
885 +unsigned-short-1-5-5-5-rev+
886 +unsigned-short-1-5-5-5-rev-ext+
887 +unsigned-int-8-8-8-8-rev+
888 +unsigned-int-8-8-8-8-rev-ext+
889 +unsigned-int-2-10-10-10-rev+
890 +unsigned-int-2-10-10-10-rev-ext+
891 +rescale-normal+
892 +alpha4-ext+
893 +alpha8-ext+
894 +alpha12-ext+
895 +alpha16-ext+
896 +luminance4-ext+
897 +luminance8-ext+
898 +luminance12-ext+
899 +luminance16-ext+
900 +luminance4-alpha4-ext+
901 +luminance6-alpha2-ext+
902 +luminance8-alpha8-ext+
903 +luminance12-alpha4-ext+
904 +luminance12-alpha12-ext+
905 +luminance16-alpha16-ext+
906 +intensity-ext+
907 +intensity4-ext+
908 +intensity8-ext+
909 +intensity12-ext+
910 +intensity16-ext+
911 +rgb4-ext+
912 +rgb5-ext+
913 +rgb8-ext+
914 +rgb10-ext+
915 +rgb12-ext+
916 +rgb16-ext+
917 +rgba2-ext+
918 +rgba4-ext+
919 +rgb5-a1-ext+
920 +rgba8-ext+
921 +rgb10-a2-ext+
922 +rgba12-ext+
923 +rgba16-ext+
924 +texture-red-size-ext+
925 +texture-green-size-ext+
926 +texture-blue-size-ext+
927 +texture-alpha-size-ext+
928 +texture-luminance-size-ext+
929 +texture-intensity-size-ext+
930 +proxy-texture-1d-ext+
931 +proxy-texture-2d-ext+
932 +color-matrix+
933 +color-matrix-stack-depth+
934 +max-color-matrix-stack-depth+
935 +post-color-matrix-red-scale+
936 +post-color-matrix-green-scale+
937 +post-color-matrix-blue-scale+
938 +post-color-matrix-alpha-scale+
939 +post-color-matrix-red-bias+
940 +post-color-matrix-green-bias+
941 +post-color-matrix-blue-bias+
942 +post-color-matrix-alpha-bias+
943 +bgr+
944 +bgr-ext+
945 +bgra+
946 +bgra-ext+
947 +clamp-to-border+
948 +clamp-to-border-arb+
949 +clamp-to-edge+
950 +texture-min-lod+
951 +texture-max-lod+
952 +texture-base-level+
953 +texture-max-level+
954 +ignore-border-hp+
955 +constant-border+
956 +constant-border-hp+
957 +replicate-border+
958 +replicate-border-hp+
959 +convolution-border-color+
960 +convolution-border-color-hp+
961 +generate-mipmap+
962 +generate-mipmap-hint+
963 +max-deformation-order-sgix+
964 +depth-component16+
965 +depth-component24+
966 +depth-component32+
967 +light-model-color-control-ext+
968 +single-color-ext+
969 +separate-specular-color-ext+
970 +fog-factor-to-alpha-sgix+
971 +compressed-rgb-s3tc-dxt1-ext+
972 +compressed-rgba-s3tc-dxt1-ext+
973 +compressed-rgba-s3tc-dxt3-ext+
974 +compressed-rgba-s3tc-dxt5-ext+
975 +constant-color+
976 +one-minus-constant-color+
977 +constant-alpha+
978 +one-minus-constant-alpha+
979 +blend-color+
980 +func-add+
981 +min+
982 +max+
983 +blend-equation+
984 +convolution-1d+
985 +convolution-2d+
986 +separable-2d+
987 +convolution-border-mode+
988 +convolution-filter-scale+
989 +convolution-filter-bias+
990 +reduce+
991 +convolution-format+
992 +convolution-width+
993 +convolution-height+
994 +max-convolution-width+
995 +max-convolution-height+
996 +post-convolution-red-scale+
997 +post-convolution-green-scale+
998 +post-convolution-blue-scale+
999 +post-convolution-alpha-scale+
1000 +post-convolution-red-bias+
1001 +post-convolution-green-bias+
1002 +post-convolution-blue-bias+
1003 +post-convolution-alpha-bias+
1004 +histogram+
1005 +proxy-histogram+
1006 +histogram-width+
1007 +histogram-format+
1008 +histogram-red-size+
1009 +histogram-green-size+
1010 +histogram-blue-size+
1011 +histogram-alpha-size+
1012 +histogram-luminance-size+
1013 +histogram-sink+
1014 +minmax+
1015 +minmax-format+
1016 +minmax-sink+
1017 +table-too-large+
1018 +color-table+
1019 +post-convolution-color-table+
1020 +post-color-matrix-color-table+
1021 +proxy-color-table+
1022 +proxy-post-convolution-color-table+
1023 +proxy-post-color-matrix-color-table+
1024 +color-table-scale+
1025 +color-table-bias+
1026 +color-table-format+
1027 +color-table-width+
1028 +color-table-red-size+
1029 +color-table-green-size+
1030 +color-table-blue-size+
1031 +color-table-alpha-size+
1032 +color-table-luminance-size+
1033 +color-table-intensity-size+
1034 +normal-map-arb+
1035 +reflection-map-arb+
1036 +texture-cube-map-arb+
1037 +texture-binding-cube-map-arb+
1038 +texture-cube-map-positive-x-arb+
1039 +texture-cube-map-negative-x-arb+
1040 +texture-cube-map-positive-y-arb+
1041 +texture-cube-map-negative-y-arb+
1042 +texture-cube-map-positive-z-arb+
1043 +texture-cube-map-negative-z-arb+
1044 +proxy-texture-cube-map-arb+
1045 +max-cube-map-texture-size-arb+
1046 +combine-arb+
1047 +combine-rgb-arb+
1048 +combine-alpha-arb+
1049 +source0-rgb-arb+
1050 +source1-rgb-arb+
1051 +source2-rgb-arb+
1052 +source0-alpha-arb+
1053 +source1-alpha-arb+
1054 +source2-alpha-arb+
1055 +operand0-rgb-arb+
1056 +operand1-rgb-arb+
1057 +operand2-rgb-arb+
1058 +operand0-alpha-arb+
1059 +operand1-alpha-arb+
1060 +operand2-alpha-arb+
1061 +rgb-scale-arb+
1062 +add-signed-arb+
1063 +interpolate-arb+
1064 +subtract-arb+
1065 +constant-arb+
1066 +primary-color-arb+
1067 +previous-arb+
1068 +dot3-rgb-arb+
1069 +dot3-rgba-arb+
1070 +mirrored-repeat-arb+
1071 +depth-component16-arb+
1072 +depth-component24-arb+
1073 +depth-component32-arb+
1074 +texture-depth-size-arb+
1075 +depth-texture-mode-arb+
1076 +texture-compare-mode-arb+
1077 +texture-compare-func-arb+
1078 +compare-r-to-texture-arb+
1079 +texture-compare-fail-value-arb+
1080 +fragment-program-arb+
1081 +program-alu-instructions-arb+
1082 +program-tex-instructions-arb+
1083 +program-tex-indirections-arb+
1084 +program-native-alu-instructions-arb+
1085 +program-native-tex-instructions-arb+
1086 +program-native-tex-indirections-arb+
1087 +max-program-alu-instructions-arb+
1088 +max-program-tex-instructions-arb+
1089 +max-program-tex-indirections-arb+
1090 +max-program-native-alu-instructions-arb+
1091 +max-program-native-tex-instructions-arb+
1092 +max-program-native-tex-indirections-arb+
1093 +max-texture-coords-arb+
1094 +max-texture-image-units-arb+
1095 +fragment-shader-arb+
1096 +max-fragment-uniform-components-arb+
1097 +fragment-shader-derivative-hint-arb+
1098 +shading-language-version-arb+
1099 +point-sprite-arb+
1100 +coord-replace-arb+
1101 +texture-rectangle-arb+
1102 +texture-binding-rectangle-arb+
1103 +proxy-texture-rectangle-arb+
1104 +max-rectangle-texture-size-arb+
1105 +half-float-arb+
1106 +texture-red-type-arb+
1107 +texture-green-type-arb+
1108 +texture-blue-type-arb+
1109 +texture-alpha-type-arb+
1110 +texture-luminance-type-arb+
1111 +texture-intensity-type-arb+
1112 +texture-depth-type-arb+
1113 +unsigned-normalized-arb+
1114 +rgba32f-arb+
1115 +rgb32f-arb+
1116 +alpha32f-arb+
1117 +intensity32f-arb+
1118 +luminance32f-arb+
1119 +luminance-alpha32f-arb+
1120 +rgba16f-arb+
1121 +rgb16f-arb+
1122 +alpha16f-arb+
1123 +intensity16f-arb+
1124 +luminance16f-arb+
1125 +luminance-alpha16f-arb+
1126 +pixel-pack-buffer-arb+
1127 +pixel-unpack-buffer-arb+
1128 +pixel-pack-buffer-binding-arb+
1129 +pixel-unpack-buffer-binding-arb+
1130 +vertex-data-hint-pgi+
1131 +vertex-consistent-hint-pgi+
1132 +material-side-hint-pgi+
1133 +max-vertex-hint-pgi+
1134 +color3-bit-pgi+
1135 +color4-bit-pgi+
1136 +edgeflag-bit-pgi+
1137 +index-bit-pgi+
1138 +mat-ambient-bit-pgi+
1139 +mat-ambient-and-diffuse-bit-pgi+
1140 +mat-diffuse-bit-pgi+
1141 +mat-emission-bit-pgi+
1142 +mat-color-indexes-bit-pgi+
1143 +mat-shininess-bit-pgi+
1144 +mat-specular-bit-pgi+
1145 +normal-bit-pgi+
1146 +texcoord1-bit-pgi+
1147 +texcoord2-bit-pgi+
1148 +texcoord3-bit-pgi+
1149 +texcoord4-bit-pgi+
1150 +vertex23-bit-pgi+
1151 +vertex4-bit-pgi+
1152 +clip-volume-clipping-hint-ext+
1153 +iui-v2f-ext+
1154 +iui-v3f-ext+
1155 +iui-n3f-v2f-ext+
1156 +iui-n3f-v3f-ext+
1157 +t2f-iui-v2f-ext+
1158 +t2f-iui-v3f-ext+
1159 +t2f-iui-n3f-v2f-ext+
1160 +t2f-iui-n3f-v3f-ext+
1161 +raster-position-unclipped-ibm+
1162 +texture-lighting-mode-hp+
1163 +texture-post-specular-hp+
1164 +texture-pre-specular-hp+
1165 +phong-win+
1166 +phong-hint-win+
1167 +fog-specular-texture-win+
1168 +occlusion-test-hp+
1169 +occlusion-test-result-hp+
1170 +screen-coordinates-rend+
1171 +inverted-screen-w-rend+
1172 +combine-ext+
1173 +combine-rgb-ext+
1174 +combine-alpha-ext+
1175 +rgb-scale-ext+
1176 +add-signed-ext+
1177 +interpolate-ext+
1178 +constant-ext+
1179 +primary-color-ext+
1180 +previous-ext+
1181 +source0-rgb-ext+
1182 +source1-rgb-ext+
1183 +source2-rgb-ext+
1184 +source0-alpha-ext+
1185 +source1-alpha-ext+
1186 +source2-alpha-ext+
1187 +operand0-rgb-ext+
1188 +operand1-rgb-ext+
1189 +operand2-rgb-ext+
1190 +operand0-alpha-ext+
1191 +operand1-alpha-ext+
1192 +operand2-alpha-ext+
1193 +light-model-specular-vector-apple+
1194 +transform-hint-apple+
1195 +fog-scale-sgix+
1196 +fog-scale-value-sgix+
1197 +red-min-clamp-ingr+
1198 +green-min-clamp-ingr+
1199 +blue-min-clamp-ingr+
1200 +alpha-min-clamp-ingr+
1201 +red-max-clamp-ingr+
1202 +green-max-clamp-ingr+
1203 +blue-max-clamp-ingr+
1204 +alpha-max-clamp-ingr+
1205 +interlace-read-ingr+
1206 +incr-wrap-ext+
1207 +decr-wrap-ext+
1208 +422-ext+
1209 +422-rev-ext+
1210 +422-average-ext+
1211 +422-rev-average-ext+
1212 +normal-map-nv+
1213 +reflection-map-nv+
1214 +normal-map-ext+
1215 +reflection-map-ext+
1216 +texture-cube-map-ext+
1217 +texture-binding-cube-map-ext+
1218 +texture-cube-map-positive-x-ext+
1219 +texture-cube-map-negative-x-ext+
1220 +texture-cube-map-positive-y-ext+
1221 +texture-cube-map-negative-y-ext+
1222 +texture-cube-map-positive-z-ext+
1223 +texture-cube-map-negative-z-ext+
1224 +proxy-texture-cube-map-ext+
1225 +max-cube-map-texture-size-ext+
1226 +wrap-border-sun+
1227 +max-texture-lod-bias-ext+
1228 +texture-filter-control-ext+
1229 +texture-lod-bias-ext+
1230 +texture-max-anisotropy-ext+
1231 +max-texture-max-anisotropy-ext+
1232 +max-shininess-nv+
1233 +max-spot-exponent-nv+
1234 +fog-distance-mode-nv+
1235 +eye-radial-nv+
1236 +eye-plane-absolute-nv+
1237 +emboss-light-nv+
1238 +emboss-constant-nv+
1239 +emboss-map-nv+
1240 +combine4-nv+
1241 +source3-rgb-nv+
1242 +source3-alpha-nv+
1243 +operand3-rgb-nv+
1244 +operand3-alpha-nv+
1245 +cull-vertex-ibm+
1246 +ycrcb-sgix+
1247 +ycrcba-sgix+
1248 +depth-pass-instrument-sgix+
1249 +depth-pass-instrument-counters-sgix+
1250 +depth-pass-instrument-max-sgix+
1251 +compressed-rgb-fxt1-3dfx+
1252 +compressed-rgba-fxt1-3dfx+
1253 +multisample-3dfx+
1254 +sample-buffers-3dfx+
1255 +samples-3dfx+
1256 +multisample-bit-3dfx+
1257 +dot3-rgb-ext+
1258 +dot3-rgba-ext+
1259 +mirror-clamp-ati+
1260 +mirror-clamp-to-edge-ati+
1261 +mirrored-repeat-ibm+
1262 +depth-stencil-nv+
1263 +unsigned-int-24-8-nv+
1264 +texture-rectangle-nv+
1265 +texture-binding-rectangle-nv+
1266 +proxy-texture-rectangle-nv+
1267 +max-rectangle-texture-size-nv+
1268 +offset-texture-rectangle-nv+
1269 +offset-texture-rectangle-scale-nv+
1270 +dot-product-texture-rectangle-nv+
1271 +rgba-unsigned-dot-product-mapping-nv+
1272 +unsigned-int-s8-s8-8-8-nv+
1273 +unsigned-int-8-8-s8-s8-rev-nv+
1274 +dsdt-mag-intensity-nv+
1275 +shader-consistent-nv+
1276 +texture-shader-nv+
1277 +shader-operation-nv+
1278 +cull-modes-nv+
1279 +offset-texture-matrix-nv+
1280 +offset-texture-scale-nv+
1281 +offset-texture-bias-nv+
1282 +offset-texture-2d-matrix-nv+
1283 +offset-texture-2d-scale-nv+
1284 +offset-texture-2d-bias-nv+
1285 +previous-texture-input-nv+
1286 +const-eye-nv+
1287 +pass-through-nv+
1288 +cull-fragment-nv+
1289 +offset-texture-2d-nv+
1290 +dependent-ar-texture-2d-nv+
1291 +dependent-gb-texture-2d-nv+
1292 +dot-product-nv+
1293 +dot-product-depth-replace-nv+
1294 +dot-product-texture-2d-nv+
1295 +dot-product-texture-cube-map-nv+
1296 +dot-product-diffuse-cube-map-nv+
1297 +dot-product-reflect-cube-map-nv+
1298 +dot-product-const-eye-reflect-cube-map-nv+
1299 +hilo-nv+
1300 +dsdt-nv+
1301 +dsdt-mag-nv+
1302 +dsdt-mag-vib-nv+
1303 +hilo16-nv+
1304 +signed-hilo-nv+
1305 +signed-hilo16-nv+
1306 +signed-rgba-nv+
1307 +signed-rgba8-nv+
1308 +signed-rgb-nv+
1309 +signed-rgb8-nv+
1310 +signed-luminance-nv+
1311 +signed-luminance8-nv+
1312 +signed-luminance-alpha-nv+
1313 +signed-luminance8-alpha8-nv+
1314 +signed-alpha-nv+
1315 +signed-alpha8-nv+
1316 +signed-intensity-nv+
1317 +signed-intensity8-nv+
1318 +dsdt8-nv+
1319 +dsdt8-mag8-nv+
1320 +dsdt8-mag8-intensity8-nv+
1321 +signed-rgb-unsigned-alpha-nv+
1322 +signed-rgb8-unsigned-alpha8-nv+
1323 +hi-scale-nv+
1324 +lo-scale-nv+
1325 +ds-scale-nv+
1326 +dt-scale-nv+
1327 +magnitude-scale-nv+
1328 +vibrance-scale-nv+
1329 +hi-bias-nv+
1330 +lo-bias-nv+
1331 +ds-bias-nv+
1332 +dt-bias-nv+
1333 +magnitude-bias-nv+
1334 +vibrance-bias-nv+
1335 +texture-border-values-nv+
1336 +texture-hi-size-nv+
1337 +texture-lo-size-nv+
1338 +texture-ds-size-nv+
1339 +texture-dt-size-nv+
1340 +texture-mag-size-nv+
1341 +dot-product-texture-3d-nv+
1342 +vertex-array-range-without-flush-nv+
1343 +scalebias-hint-sgix+
1344 +interlace-oml+
1345 +interlace-read-oml+
1346 +format-subsample-24-24-oml+
1347 +format-subsample-244-244-oml+
1348 +pack-resample-oml+
1349 +unpack-resample-oml+
1350 +resample-replicate-oml+
1351 +resample-zero-fill-oml+
1352 +resample-average-oml+
1353 +resample-decimate-oml+
1354 +depth-stencil-to-rgba-nv+
1355 +depth-stencil-to-bgra-nv+
1356 +slice-accum-sun+
1357 +multisample-filter-hint-nv+
1358 +depth-clamp-nv+
1359 +offset-projective-texture-2d-nv+
1360 +offset-projective-texture-2d-scale-nv+
1361 +offset-projective-texture-rectangle-nv+
1362 +offset-projective-texture-rectangle-scale-nv+
1363 +offset-hilo-texture-2d-nv+
1364 +offset-hilo-texture-rectangle-nv+
1365 +offset-hilo-projective-texture-2d-nv+
1366 +offset-hilo-projective-texture-rectangle-nv+
1367 +dependent-hilo-texture-2d-nv+
1368 +dependent-rgb-texture-3d-nv+
1369 +dependent-rgb-texture-cube-map-nv+
1370 +dot-product-pass-through-nv+
1371 +dot-product-texture-1d-nv+
1372 +dot-product-affine-depth-replace-nv+
1373 +hilo8-nv+
1374 +signed-hilo8-nv+
1375 +force-blue-to-one-nv+
1376 +text-fragment-shader-ati+
1377 +unpack-client-storage-apple+
1378 +ycbcr-422-apple+
1379 +unsigned-short-8-8-apple+
1380 +unsigned-short-8-8-rev-apple+
1381 +rgb-s3tc+
1382 +rgb4-s3tc+
1383 +rgba-s3tc+
1384 +rgba4-s3tc+
1385 +type-rgba-float-ati+
1386 +color-clear-unclamped-value-ati+
1387 +modulate-add-ati+
1388 +modulate-signed-add-ati+
1389 +modulate-subtract-ati+
1390 +rgba-float32-ati+
1391 +rgb-float32-ati+
1392 +alpha-float32-ati+
1393 +intensity-float32-ati+
1394 +luminance-float32-ati+
1395 +luminance-alpha-float32-ati+
1396 +rgba-float16-ati+
1397 +rgb-float16-ati+
1398 +alpha-float16-ati+
1399 +intensity-float16-ati+
1400 +luminance-float16-ati+
1401 +luminance-alpha-float16-ati+
1402 +float-r-nv+
1403 +float-rg-nv+
1404 +float-rgb-nv+
1405 +float-rgba-nv+
1406 +float-r16-nv+
1407 +float-r32-nv+
1408 +float-rg16-nv+
1409 +float-rg32-nv+
1410 +float-rgb16-nv+
1411 +float-rgb32-nv+
1412 +float-rgba16-nv+
1413 +float-rgba32-nv+
1414 +texture-float-components-nv+
1415 +float-clear-color-value-nv+
1416 +float-rgba-mode-nv+
1417 +texture-unsigned-remap-mode-nv+
1418 +implementation-color-read-type-oes+
1419 +implementation-color-read-format-oes+
1420 +mirror-clamp-ext+
1421 +mirror-clamp-to-edge-ext+
1422 +mirror-clamp-to-border-ext+
1423 +pack-invert-mesa+
1424 +unsigned-short-8-8-mesa+
1425 +unsigned-short-8-8-rev-mesa+
1426 +ycbcr-mesa+
1427 +pixel-pack-buffer-ext+
1428 +pixel-unpack-buffer-ext+
1429 +pixel-pack-buffer-binding-ext+
1430 +pixel-unpack-buffer-binding-ext+
1431 +max-program-exec-instructions-nv+
1432 +max-program-call-depth-nv+
1433 +max-program-if-depth-nv+
1434 +max-program-loop-depth-nv+
1435 +max-program-loop-count-nv+
1436 +max-vertex-texture-image-units-arb+
1437 +depth-stencil-ext+
1438 +unsigned-int-24-8-ext+
1439 +depth24-stencil8-ext+
1440 +texture-stencil-size-ext+
1441 +srgb-ext+
1442 +srgb8-ext+
1443 +srgb-alpha-ext+
1444 +srgb8-alpha8-ext+
1445 +sluminance-alpha-ext+
1446 +sluminance8-alpha8-ext+
1447 +sluminance-ext+
1448 +sluminance8-ext+
1449 +compressed-srgb-ext+
1450 +compressed-srgb-alpha-ext+
1451 +compressed-sluminance-ext+
1452 +compressed-sluminance-alpha-ext+
1453 +compressed-srgb-s3tc-dxt1-ext+
1454 +compressed-srgb-alpha-s3tc-dxt1-ext+
1455 +compressed-srgb-alpha-s3tc-dxt3-ext+
1456 +compressed-srgb-alpha-s3tc-dxt5-ext+
1457 +texture-1d-stack-mesax+
1458 +texture-2d-stack-mesax+
1459 +proxy-texture-1d-stack-mesax+
1460 +proxy-texture-2d-stack-mesax+
1461 +texture-1d-stack-binding-mesax+
1462 +texture-2d-stack-binding-mesax+
1463 +r11f-g11f-b10f-ext+
1464 +unsigned-int-10f-11f-11f-rev-ext+
1465 +rgba-signed-components-ext+
1466 +texture-1d-array-ext+
1467 +proxy-texture-1d-array-ext+
1468 +texture-2d-array-ext+
1469 +proxy-texture-2d-array-ext+
1470 +texture-binding-1d-array-ext+
1471 +texture-binding-2d-array-ext+
1472 +max-array-texture-layers-ext+
1473 +compare-ref-depth-to-texture-ext+
1474 +framebuffer-attachment-texture-layer-ext+
1475 +compressed-luminance-latc1-ext+
1476 +compressed-signed-luminance-latc1-ext+
1477 +compressed-luminance-alpha-latc2-ext+
1478 +compressed-signed-luminance-alpha-latc2-ext+
1479 +compressed-red-rgtc1-ext+
1480 +compressed-signed-red-rgtc1-ext+
1481 +compressed-red-green-rgtc2-ext+
1482 +compressed-signed-red-green-rgtc2-ext+
1483 +rgb9-e5-ext+
1484 +unsigned-int-5-9-9-9-rev-ext+
1485 +texture-shared-size-ext+
1486 +framebuffer-srgb-ext+
1487 +framebuffer-srgb-capable-ext+
1488 list-base
1489 gen-lists
1490 delete-lists
1491 call-lists
1492 call-list
1493 end-list
1494 new-list
1495 vertex-4sv
1496 vertex-4s
1497 vertex-4iv
1498 vertex-4i
1499 vertex-4fv
1500 vertex-4f
1501 vertex-4dv
1502 vertex-4d
1503 vertex-3sv
1504 vertex-3s
1505 vertex-3iv
1506 vertex-3i
1507 vertex-3fv
1508 vertex-3f
1509 vertex-3dv
1510 vertex-3d
1511 vertex-2sv
1512 vertex-2s
1513 vertex-2iv
1514 vertex-2i
1515 vertex-2fv
1516 vertex-2f
1517 vertex-2dv
1518 vertex-2d
1519 tex-coord-4sv
1520 tex-coord-4s
1521 tex-coord-4iv
1522 tex-coord-4i
1523 tex-coord-4fv
1524 tex-coord-4f
1525 tex-coord-4dv
1526 tex-coord-4d
1527 tex-coord-3sv
1528 tex-coord-3s
1529 tex-coord-3iv
1530 tex-coord-3i
1531 tex-coord-3fv
1532 tex-coord-3f
1533 tex-coord-3dv
1534 tex-coord-3d
1535 tex-coord-2sv
1536 tex-coord-2s
1537 tex-coord-2iv
1538 tex-coord-2i
1539 tex-coord-2fv
1540 tex-coord-2f
1541 tex-coord-2dv
1542 tex-coord-2d
1543 tex-coord-1sv
1544 tex-coord-1s
1545 tex-coord-1iv
1546 tex-coord-1i
1547 tex-coord-1fv
1548 tex-coord-1f
1549 tex-coord-1dv
1550 tex-coord-1d
1551 rect-sv
1552 rect-s
1553 rect-iv
1554 rect-i
1555 rect-fv
1556 rect-f
1557 rect-dv
1558 rect-d
1559 raster-pos-4sv
1560 raster-pos-4s
1561 raster-pos-4iv
1562 raster-pos-4i
1563 raster-pos-4fv
1564 raster-pos-4f
1565 raster-pos-4dv
1566 raster-pos-4d
1567 raster-pos-3sv
1568 raster-pos-3s
1569 raster-pos-3iv
1570 raster-pos-3i
1571 raster-pos-3fv
1572 raster-pos-3f
1573 raster-pos-3dv
1574 raster-pos-3d
1575 raster-pos-2sv
1576 raster-pos-2s
1577 raster-pos-2iv
1578 raster-pos-2i
1579 raster-pos-2fv
1580 raster-pos-2f
1581 raster-pos-2dv
1582 raster-pos-2d
1583 normal-3sv
1584 normal-3s
1585 normal-3iv
1586 normal-3i
1587 normal-3fv
1588 normal-3f
1589 normal-3dv
1590 normal-3d
1591 normal-3bv
1592 normal-3b
1593 index-sv
1594 index-s
1595 index-iv
1596 index-i
1597 index-fv
1598 index-f
1599 index-dv
1600 index-d
1601 end
1602 edge-flagv
1603 edge-flag
1604 color-4usv
1605 color-4us
1606 color-4uiv
1607 color-4ui
1608 color-4ubv
1609 color-4ub
1610 color-4sv
1611 color-4s
1612 color-4iv
1613 color-4i
1614 color-4fv
1615 color-4f
1616 color-4dv
1617 color-4d
1618 color-4bv
1619 color-4b
1620 color-3usv
1621 color-3us
1622 color-3uiv
1623 color-3ui
1624 color-3ubv
1625 color-3ub
1626 color-3sv
1627 color-3s
1628 color-3iv
1629 color-3i
1630 color-3fv
1631 color-3f
1632 color-3dv
1633 color-3d
1634 color-3bv
1635 color-3b
1636 bitmap
1637 begin
1638 tex-gen-iv
1639 tex-gen-i
1640 tex-gen-fv
1641 tex-gen-f
1642 tex-gen-dv
1643 tex-gen-d
1644 tex-env-iv
1645 tex-env-i
1646 tex-env-fv
1647 tex-env-f
1648 tex-image-2d
1649 tex-image-1d
1650 tex-parameter-iv
1651 tex-parameter-i
1652 tex-parameter-fv
1653 tex-parameter-f
1654 shade-model
1655 scissor
1656 polygon-stipple
1657 polygon-mode
1658 point-size
1659 material-iv
1660 material-i
1661 material-fv
1662 material-f
1663 line-width
1664 line-stipple
1665 light-model-iv
1666 light-model-i
1667 light-model-fv
1668 light-model-f
1669 light-iv
1670 light-i
1671 light-fv
1672 light-f
1673 hint
1674 front-face
1675 fog-iv
1676 fog-i
1677 fog-fv
1678 fog-f
1679 cull-face
1680 color-material
1681 clip-plane
1682 push-name
1683 pop-name
1684 pass-through
1685 load-name
1686 init-names
1687 render-mode
1688 select-buffer
1689 feedback-buffer
1690 index-mask
1691 depth-mask
1692 color-mask
1693 stencil-mask
1694 clear-depth
1695 clear-stencil
1696 clear-color
1697 clear-index
1698 clear-accum
1699 clear
1700 draw-buffer
1701 push-attrib
1702 pop-attrib
1703 flush
1704 finish
1705 enable
1706 disable
1707 accum
1708 eval-point-2
1709 eval-mesh-2
1710 eval-point-1
1711 eval-mesh-1
1712 eval-coord-2fv
1713 eval-coord-2f
1714 eval-coord-2dv
1715 eval-coord-2d
1716 eval-coord-1fv
1717 eval-coord-1f
1718 eval-coord-1dv
1719 eval-coord-1d
1720 map-grid-2f
1721 map-grid-2d
1722 map-grid-1f
1723 map-grid-1d
1724 map-2f
1725 map-2d
1726 map-1f
1727 map-1d
1728 depth-func
1729 stencil-op
1730 stencil-func
1731 logic-op
1732 blend-func
1733 alpha-func
1734 draw-pixels
1735 read-pixels
1736 copy-pixels
1737 read-buffer
1738 pixel-map-usv
1739 pixel-map-uiv
1740 pixel-map-fv
1741 pixel-store-i
1742 pixel-store-f
1743 pixel-transfer-i
1744 pixel-transfer-f
1745 pixel-zoom
1746 is-list
1747 is-enabled
1748 get-tex-level-parameter-iv
1749 get-tex-level-parameter-fv
1750 get-tex-parameter-iv
1751 get-tex-parameter-fv
1752 get-tex-image
1753 get-tex-gen-iv
1754 get-tex-gen-fv
1755 get-tex-gen-dv
1756 get-tex-env-iv
1757 get-tex-env-fv
1758 get-string
1759 get-polygon-stipple
1760 get-pixel-map-usv
1761 get-pixel-map-uiv
1762 get-pixel-map-fv
1763 get-material-iv
1764 get-material-fv
1765 get-map-iv
1766 get-map-fv
1767 get-map-dv
1768 get-light-iv
1769 get-light-fv
1770 get-integerv
1771 get-floatv
1772 get-error
1773 get-doublev
1774 get-clip-plane
1775 get-booleanv
1776 viewport
1777 translate-f
1778 translate-d
1779 scale-f
1780 scale-d
1781 rotate-f
1782 rotate-d
1783 push-matrix
1784 pop-matrix
1785 ortho
1786 mult-matrix-d
1787 mult-matrix-f
1788 matrix-mode
1789 load-matrix-d
1790 load-matrix-f
1791 load-identity
1792 frustum
1793 depth-range
1794 push-client-attrib
1795 pop-client-attrib
1796 index-ubv
1797 index-ub
1798 prioritize-textures
1799 is-texture
1800 gen-textures
1801 delete-textures
1802 bind-texture
1803 are-textures-resident
1804 tex-sub-image-2d
1805 tex-sub-image-1d
1806 copy-tex-sub-image-2d
1807 copy-tex-sub-image-1d
1808 copy-tex-image-2d
1809 copy-tex-image-1d
1810 polygon-offset
1811 vertex-pointer
1812 tex-coord-pointer
1813 normal-pointer
1814 interleaved-arrays
1815 index-pointer
1816 get-pointerv
1817 enable-client-state
1818 edge-flag-pointer
1819 draw-elements
1820 draw-arrays
1821 disable-client-state
1822 color-pointer
1823 array-element
1824 +max-elements-vertices+
1825 +max-elements-indices+
1826 copy-tex-sub-image-3d
1827 tex-sub-image-3d
1828 tex-image-3d
1829 reset-minmax
1830 reset-histogram
1831 minmax
1832 histogram
1833 get-minmax-parameter-iv
1834 get-minmax-parameter-fv
1835 get-minmax
1836 get-histogram-parameter-iv
1837 get-histogram-parameter-fv
1838 get-histogram
1839 separable-filter-2d
1840 get-separable-filter
1841 get-convolution-parameter-iv
1842 get-convolution-parameter-fv
1843 get-convolution-filter
1844 copy-convolution-filter-2d
1845 copy-convolution-filter-1d
1846 convolution-parameter-iv
1847 convolution-parameter-i
1848 convolution-parameter-fv
1849 convolution-parameter-f
1850 convolution-filter-2d
1851 convolution-filter-1d
1852 copy-color-sub-table
1853 color-sub-table
1854 get-color-table-parameter-iv
1855 get-color-table-parameter-fv
1856 get-color-table
1857 copy-color-table
1858 color-table-parameter-iv
1859 color-table-parameter-fv
1860 color-table
1861 draw-range-elements
1862 blend-equation
1863 blend-color
1864 +texture0+
1865 +texture1+
1866 +texture2+
1867 +texture3+
1868 +texture4+
1869 +texture5+
1870 +texture6+
1871 +texture7+
1872 +texture8+
1873 +texture9+
1874 +texture10+
1875 +texture11+
1876 +texture12+
1877 +texture13+
1878 +texture14+
1879 +texture15+
1880 +texture16+
1881 +texture17+
1882 +texture18+
1883 +texture19+
1884 +texture20+
1885 +texture21+
1886 +texture22+
1887 +texture23+
1888 +texture24+
1889 +texture25+
1890 +texture26+
1891 +texture27+
1892 +texture28+
1893 +texture29+
1894 +texture30+
1895 +texture31+
1896 +active-texture+
1897 +client-active-texture+
1898 +max-texture-units+
1899 +transpose-modelview-matrix+
1900 +transpose-projection-matrix+
1901 +transpose-texture-matrix+
1902 +transpose-color-matrix+
1903 +multisample-bit+
1904 +normal-map+
1905 +reflection-map+
1906 +texture-cube-map+
1907 +texture-binding-cube-map+
1908 +texture-cube-map-positive-x+
1909 +texture-cube-map-negative-x+
1910 +texture-cube-map-positive-y+
1911 +texture-cube-map-negative-y+
1912 +texture-cube-map-positive-z+
1913 +texture-cube-map-negative-z+
1914 +proxy-texture-cube-map+
1915 +max-cube-map-texture-size+
1916 +compressed-alpha+
1917 +compressed-luminance+
1918 +compressed-luminance-alpha+
1919 +compressed-intensity+
1920 +compressed-rgb+
1921 +compressed-rgba+
1922 +texture-compression-hint+
1923 +texture-compressed-image-size+
1924 +texture-compressed+
1925 +num-compressed-texture-formats+
1926 +compressed-texture-formats+
1927 +combine+
1928 +combine-rgb+
1929 +combine-alpha+
1930 +source0-rgb+
1931 +source1-rgb+
1932 +source2-rgb+
1933 +source0-alpha+
1934 +source1-alpha+
1935 +source2-alpha+
1936 +operand0-rgb+
1937 +operand1-rgb+
1938 +operand2-rgb+
1939 +operand0-alpha+
1940 +operand1-alpha+
1941 +operand2-alpha+
1942 +rgb-scale+
1943 +add-signed+
1944 +interpolate+
1945 +subtract+
1946 +constant+
1947 +primary-color+
1948 +previous+
1949 +dot3-rgb+
1950 +dot3-rgba+
1951 get-compressed-tex-image
1952 compressed-tex-sub-image-1d
1953 compressed-tex-sub-image-2d
1954 compressed-tex-sub-image-3d
1955 compressed-tex-image-1d
1956 compressed-tex-image-2d
1957 compressed-tex-image-3d
1958 sample-coverage
1959 mult-transpose-matrix-d
1960 mult-transpose-matrix-f
1961 load-transpose-matrix-d
1962 load-transpose-matrix-f
1963 multi-tex-coord-4sv
1964 multi-tex-coord-4s
1965 multi-tex-coord-4iv
1966 multi-tex-coord-4i
1967 multi-tex-coord-4fv
1968 multi-tex-coord-4f
1969 multi-tex-coord-4dv
1970 multi-tex-coord-4d
1971 multi-tex-coord-3sv
1972 multi-tex-coord-3s
1973 multi-tex-coord-3iv
1974 multi-tex-coord-3i
1975 multi-tex-coord-3fv
1976 multi-tex-coord-3f
1977 multi-tex-coord-3dv
1978 multi-tex-coord-3d
1979 multi-tex-coord-2sv
1980 multi-tex-coord-2s
1981 multi-tex-coord-2iv
1982 multi-tex-coord-2i
1983 multi-tex-coord-2fv
1984 multi-tex-coord-2f
1985 multi-tex-coord-2dv
1986 multi-tex-coord-2d
1987 multi-tex-coord-1sv
1988 multi-tex-coord-1s
1989 multi-tex-coord-1iv
1990 multi-tex-coord-1i
1991 multi-tex-coord-1fv
1992 multi-tex-coord-1f
1993 multi-tex-coord-1dv
1994 multi-tex-coord-1d
1995 client-active-texture
1996 active-texture
1997 +blend-dst-rgb+
1998 +blend-src-rgb+
1999 +blend-dst-alpha+
2000 +blend-src-alpha+
2001 +mirrored-repeat+
2002 +fog-coordinate-source+
2003 +fog-coordinate+
2004 +fragment-depth+
2005 +current-fog-coordinate+
2006 +fog-coordinate-array-type+
2007 +fog-coordinate-array-stride+
2008 +fog-coordinate-array-pointer+
2009 +fog-coordinate-array+
2010 +color-sum+
2011 +current-secondary-color+
2012 +secondary-color-array-size+
2013 +secondary-color-array-type+
2014 +secondary-color-array-stride+
2015 +secondary-color-array-pointer+
2016 +secondary-color-array+
2017 +max-texture-lod-bias+
2018 +texture-filter-control+
2019 +texture-lod-bias+
2020 +incr-wrap+
2021 +decr-wrap+
2022 +texture-depth-size+
2023 +depth-texture-mode+
2024 +texture-compare-mode+
2025 +texture-compare-func+
2026 +compare-r-to-texture+
2027 window-pos-3sv
2028 window-pos-3s
2029 window-pos-3iv
2030 window-pos-3i
2031 window-pos-3fv
2032 window-pos-3f
2033 window-pos-3dv
2034 window-pos-3d
2035 window-pos-2sv
2036 window-pos-2s
2037 window-pos-2iv
2038 window-pos-2i
2039 window-pos-2fv
2040 window-pos-2f
2041 window-pos-2dv
2042 window-pos-2d
2043 secondary-color-pointer
2044 secondary-color-3usv
2045 secondary-color-3us
2046 secondary-color-3uiv
2047 secondary-color-3ui
2048 secondary-color-3ubv
2049 secondary-color-3ub
2050 secondary-color-3sv
2051 secondary-color-3s
2052 secondary-color-3iv
2053 secondary-color-3i
2054 secondary-color-3fv
2055 secondary-color-3f
2056 secondary-color-3dv
2057 secondary-color-3d
2058 secondary-color-3bv
2059 secondary-color-3b
2060 point-parameter-iv
2061 point-parameter-i
2062 point-parameter-fv
2063 point-parameter-f
2064 multi-draw-elements
2065 multi-draw-arrays
2066 fog-coord-pointer
2067 fog-coord-dv
2068 fog-coord-d
2069 fog-coord-fv
2070 fog-coord-f
2071 blend-func-separate
2072 +buffer-size+
2073 +buffer-usage+
2074 +query-counter-bits+
2075 +current-query+
2076 +query-result+
2077 +query-result-available+
2078 +array-buffer+
2079 +element-array-buffer+
2080 +array-buffer-binding+
2081 +element-array-buffer-binding+
2082 +vertex-array-buffer-binding+
2083 +normal-array-buffer-binding+
2084 +color-array-buffer-binding+
2085 +index-array-buffer-binding+
2086 +texture-coord-array-buffer-binding+
2087 +edge-flag-array-buffer-binding+
2088 +secondary-color-array-buffer-binding+
2089 +fog-coordinate-array-buffer-binding+
2090 +weight-array-buffer-binding+
2091 +vertex-attrib-array-buffer-binding+
2092 +read-only+
2093 +write-only+
2094 +read-write+
2095 +buffer-access+
2096 +buffer-mapped+
2097 +buffer-map-pointer+
2098 +stream-draw+
2099 +stream-read+
2100 +stream-copy+
2101 +static-draw+
2102 +static-read+
2103 +static-copy+
2104 +dynamic-draw+
2105 +dynamic-read+
2106 +dynamic-copy+
2107 +samples-passed+
2108 +fog-coord-src+
2109 +fog-coord+
2110 +current-fog-coord+
2111 +fog-coord-array-type+
2112 +fog-coord-array-stride+
2113 +fog-coord-array-pointer+
2114 +fog-coord-array+
2115 +fog-coord-array-buffer-binding+
2116 +src0-rgb+
2117 +src1-rgb+
2118 +src2-rgb+
2119 +src0-alpha+
2120 +src1-alpha+
2121 +src2-alpha+
2122 get-buffer-pointerv
2123 get-buffer-parameter-iv
2124 unmap-buffer
2125 map-buffer
2126 get-buffer-sub-data
2127 buffer-sub-data
2128 buffer-data
2129 is-buffer
2130 gen-buffers
2131 delete-buffers
2132 bind-buffer
2133 get-query-object-uiv
2134 get-query-object-iv
2135 get-query-iv
2136 end-query
2137 begin-query
2138 is-query
2139 delete-queries
2140 gen-queries
2141 +blend-equation-rgb+
2142 +vertex-attrib-array-enabled+
2143 +vertex-attrib-array-size+
2144 +vertex-attrib-array-stride+
2145 +vertex-attrib-array-type+
2146 +current-vertex-attrib+
2147 +vertex-program-point-size+
2148 +vertex-program-two-side+
2149 +vertex-attrib-array-pointer+
2150 +stencil-back-func+
2151 +stencil-back-fail+
2152 +stencil-back-pass-depth-fail+
2153 +stencil-back-pass-depth-pass+
2154 +max-draw-buffers+
2155 +draw-buffer0+
2156 +draw-buffer1+
2157 +draw-buffer2+
2158 +draw-buffer3+
2159 +draw-buffer4+
2160 +draw-buffer5+
2161 +draw-buffer6+
2162 +draw-buffer7+
2163 +draw-buffer8+
2164 +draw-buffer9+
2165 +draw-buffer10+
2166 +draw-buffer11+
2167 +draw-buffer12+
2168 +draw-buffer13+
2169 +draw-buffer14+
2170 +draw-buffer15+
2171 +blend-equation-alpha+
2172 +point-sprite+
2173 +coord-replace+
2174 +max-vertex-attribs+
2175 +vertex-attrib-array-normalized+
2176 +max-texture-coords+
2177 +max-texture-image-units+
2178 +fragment-shader+
2179 +vertex-shader+
2180 +max-fragment-uniform-components+
2181 +max-vertex-uniform-components+
2182 +max-varying-floats+
2183 +max-vertex-texture-image-units+
2184 +max-combined-texture-image-units+
2185 +shader-type+
2186 +float-vec2+
2187 +float-vec3+
2188 +float-vec4+
2189 +int-vec2+
2190 +int-vec3+
2191 +int-vec4+
2192 +bool+
2193 +bool-vec2+
2194 +bool-vec3+
2195 +bool-vec4+
2196 +float-mat2+
2197 +float-mat3+
2198 +float-mat4+
2199 +sampler-1d+
2200 +sampler-2d+
2201 +sampler-3d+
2202 +sampler-cube+
2203 +sampler-1d-shadow+
2204 +sampler-2d-shadow+
2205 +delete-status+
2206 +compile-status+
2207 +link-status+
2208 +validate-status+
2209 +info-log-length+
2210 +attached-shaders+
2211 +active-uniforms+
2212 +active-uniform-max-length+
2213 +shader-source-length+
2214 +active-attributes+
2215 +active-attribute-max-length+
2216 +fragment-shader-derivative-hint+
2217 +shading-language-version+
2218 +current-program+
2219 +point-sprite-coord-origin+
2220 +lower-left+
2221 +upper-left+
2222 +stencil-back-ref+
2223 +stencil-back-value-mask+
2224 +stencil-back-writemask+
2225 vertex-attrib-pointer
2226 vertex-attrib-4usv
2227 vertex-attrib-4uiv
2228 vertex-attrib-4ubv
2229 vertex-attrib-4sv
2230 vertex-attrib-4s
2231 vertex-attrib-4iv
2232 vertex-attrib-4fv
2233 vertex-attrib-4f
2234 vertex-attrib-4dv
2235 vertex-attrib-4d
2236 vertex-attrib-4bv
2237 vertex-attrib-4n-usv
2238 vertex-attrib-4n-uiv
2239 vertex-attrib-4n-ubv
2240 vertex-attrib-4n-ub
2241 vertex-attrib-4n-sv
2242 vertex-attrib-4n-iv
2243 vertex-attrib-4n-bv
2244 vertex-attrib-3sv
2245 vertex-attrib-3s
2246 vertex-attrib-3fv
2247 vertex-attrib-3f
2248 vertex-attrib-3dv
2249 vertex-attrib-3d
2250 vertex-attrib-2sv
2251 vertex-attrib-2s
2252 vertex-attrib-2fv
2253 vertex-attrib-2f
2254 vertex-attrib-2dv
2255 vertex-attrib-2d
2256 vertex-attrib-1sv
2257 vertex-attrib-1s
2258 vertex-attrib-1fv
2259 vertex-attrib-1f
2260 vertex-attrib-1dv
2261 vertex-attrib-1d
2262 validate-program
2263 uniform-matrix-4fv
2264 uniform-matrix-3fv
2265 uniform-matrix-2fv
2266 uniform-4iv
2267 uniform-3iv
2268 uniform-2iv
2269 uniform-1iv
2270 uniform-4fv
2271 uniform-3fv
2272 uniform-2fv
2273 uniform-1fv
2274 uniform-4i
2275 uniform-3i
2276 uniform-2i
2277 uniform-1i
2278 uniform-4f
2279 uniform-3f
2280 uniform-2f
2281 uniform-1f
2282 use-program
2283 shader-source
2284 link-program
2285 is-shader
2286 is-program
2287 get-vertex-attrib-pointerv
2288 get-vertex-attrib-iv
2289 get-vertex-attrib-fv
2290 get-vertex-attrib-dv
2291 get-uniform-iv
2292 get-uniform-fv
2293 get-uniform-location
2294 get-shader-source
2295 get-shader-info-log
2296 get-shader-iv
2297 get-program-info-log
2298 get-program-iv
2299 get-attrib-location
2300 get-attached-shaders
2301 get-active-uniform
2302 get-active-attrib
2303 enable-vertex-attrib-array
2304 disable-vertex-attrib-array
2305 detach-shader
2306 delete-shader
2307 delete-program
2308 create-shader
2309 create-program
2310 compile-shader
2311 bind-attrib-location
2312 attach-shader
2313 stencil-mask-separate
2314 stencil-func-separate
2315 stencil-op-separate
2316 draw-buffers
2317 blend-equation-separate
2318 +current-raster-secondary-color+
2319 +pixel-pack-buffer+
2320 +pixel-unpack-buffer+
2321 +pixel-pack-buffer-binding+
2322 +pixel-unpack-buffer-binding+
2323 +float-mat2x3+
2324 +float-mat2x4+
2325 +float-mat3x2+
2326 +float-mat3x4+
2327 +float-mat4x2+
2328 +float-mat4x3+
2329 +srgb+
2330 +srgb8+
2331 +srgb-alpha+
2332 +srgb8-alpha8+
2333 +sluminance-alpha+
2334 +sluminance8-alpha8+
2335 +sluminance+
2336 +sluminance8+
2337 +compressed-srgb+
2338 +compressed-srgb-alpha+
2339 +compressed-sluminance+
2340 +compressed-sluminance-alpha+
2341 uniform-matrix-4x-3fv
2342 uniform-matrix-3x-4fv
2343 uniform-matrix-4x-2fv
2344 uniform-matrix-2x-4fv
2345 uniform-matrix-3x-2fv
2346 uniform-matrix-2x-3fv
2347 blend-func-separate-ingr
2348 igloo-interface-sgix
2349 +rgba32ui-ext+
2350 +rgb32ui-ext+
2351 +alpha32ui-ext+
2352 +intensity32ui-ext+
2353 +luminance32ui-ext+
2354 +luminance-alpha32ui-ext+
2355 +rgba16ui-ext+
2356 +rgb16ui-ext+
2357 +alpha16ui-ext+
2358 +intensity16ui-ext+
2359 +luminance16ui-ext+
2360 +luminance-alpha16ui-ext+
2361 +rgba8ui-ext+
2362 +rgb8ui-ext+
2363 +alpha8ui-ext+
2364 +intensity8ui-ext+
2365 +luminance8ui-ext+
2366 +luminance-alpha8ui-ext+
2367 +rgba32i-ext+
2368 +rgb32i-ext+
2369 +alpha32i-ext+
2370 +intensity32i-ext+
2371 +luminance32i-ext+
2372 +luminance-alpha32i-ext+
2373 +rgba16i-ext+
2374 +rgb16i-ext+
2375 +alpha16i-ext+
2376 +intensity16i-ext+
2377 +luminance16i-ext+
2378 +luminance-alpha16i-ext+
2379 +rgba8i-ext+
2380 +rgb8i-ext+
2381 +alpha8i-ext+
2382 +intensity8i-ext+
2383 +luminance8i-ext+
2384 +luminance-alpha8i-ext+
2385 +red-integer-ext+
2386 +green-integer-ext+
2387 +blue-integer-ext+
2388 +alpha-integer-ext+
2389 +rgb-integer-ext+
2390 +rgba-integer-ext+
2391 +bgr-integer-ext+
2392 +bgra-integer-ext+
2393 +luminance-integer-ext+
2394 +luminance-alpha-integer-ext+
2395 +rgba-integer-mode-ext+
2396 clear-color-i-ui-ext
2397 clear-color-i-i-ext
2398 get-tex-parameter-i-uiv-ext
2399 get-tex-parameter-i-iv-ext
2400 tex-parameter-i-uiv-ext
2401 tex-parameter-i-iv-ext
2402 +max-vertex-bindable-uniforms-ext+
2403 +max-fragment-bindable-uniforms-ext+
2404 +max-geometry-bindable-uniforms-ext+
2405 +max-bindable-uniform-size-ext+
2406 +uniform-buffer-ext+
2407 +uniform-buffer-binding-ext+
2408 get-uniform-offset-ext
2409 get-uniform-buffer-size-ext
2410 uniform-buffer-ext
2411 +back-primary-color-nv+
2412 +back-secondary-color-nv+
2413 +texture-coord-nv+
2414 +clip-distance-nv+
2415 +vertex-id-nv+
2416 +primitive-id-nv+
2417 +generic-attrib-nv+
2418 +transform-feedback-attribs-nv+
2419 +transform-feedback-buffer-mode-nv+
2420 +max-transform-feedback-separate-components-nv+
2421 +active-varyings-nv+
2422 +active-varying-max-length-nv+
2423 +transform-feedback-varyings-nv+
2424 +transform-feedback-buffer-start-nv+
2425 +transform-feedback-buffer-size-nv+
2426 +transform-feedback-record-nv+
2427 +primitives-generated-nv+
2428 +transform-feedback-primitives-written-nv+
2429 +rasterizer-discard-nv+
2430 +max-transform-feedback-interleaved-attribs-nv+
2431 +max-transform-feedback-separate-attribs-nv+
2432 +interleaved-attribs-nv+
2433 +separate-attribs-nv+
2434 +transform-feedback-buffer-nv+
2435 +transform-feedback-buffer-binding-nv+
2436 get-transform-feedback-varying-nv
2437 get-active-varying-nv
2438 get-varying-location-nv
2439 active-varying-nv
2440 transform-feedback-varyings-nv
2441 bind-buffer-base-nv
2442 bind-buffer-offset-nv
2443 bind-buffer-range-nv
2444 transform-feedback-attribs-nv
2445 end-transform-feedback-nv
2446 begin-transform-feedback-nv
2447 is-enabled-indexed-ext
2448 disable-indexed-ext
2449 enable-indexed-ext
2450 get-integer-indexed-v-ext
2451 get-boolean-indexed-v-ext
2452 color-mask-indexed-ext
2453 +max-program-parameter-buffer-bindings-nv+
2454 +max-program-parameter-buffer-size-nv+
2455 +vertex-program-parameter-buffer-nv+
2456 +geometry-program-parameter-buffer-nv+
2457 +fragment-program-parameter-buffer-nv+
2458 program-buffer-parameters-i-uiv-nv
2459 program-buffer-parameters-i-iv-nv
2460 program-buffer-parameters-fv-nv
2461 +renderbuffer-coverage-samples-nv+
2462 +renderbuffer-color-samples-nv+
2463 +max-multisample-coverage-modes-nv+
2464 +multisample-coverage-modes-nv+
2465 renderbuffer-storage-multisample-coverage-nv
2466 +depth-component32f-nv+
2467 +depth32f-stencil8-nv+
2468 +float-32-unsigned-int-24-8-rev-nv+
2469 +depth-buffer-float-mode-nv+
2470 depth-bounds-d-nv
2471 clear-depth-d-nv
2472 depth-ranged-nv
2473 +texture-buffer-ext+
2474 +max-texture-buffer-size-ext+
2475 +texture-binding-buffer-ext+
2476 +texture-buffer-data-store-binding-ext+
2477 +texture-buffer-format-ext+
2478 tex-buffer-ext
2479 draw-elements-instanced-ext
2480 draw-arrays-instanced-ext
2481 +sampler-1d-array-ext+
2482 +sampler-2d-array-ext+
2483 +sampler-buffer-ext+
2484 +sampler-1d-array-shadow-ext+
2485 +sampler-2d-array-shadow-ext+
2486 +sampler-cube-shadow-ext+
2487 +unsigned-int-vec2-ext+
2488 +unsigned-int-vec3-ext+
2489 +unsigned-int-vec4-ext+
2490 +int-sampler-1d-ext+
2491 +int-sampler-2d-ext+
2492 +int-sampler-3d-ext+
2493 +int-sampler-cube-ext+
2494 +int-sampler-2d-rect-ext+
2495 +int-sampler-1d-array-ext+
2496 +int-sampler-2d-array-ext+
2497 +int-sampler-buffer-ext+
2498 +unsigned-int-sampler-1d-ext+
2499 +unsigned-int-sampler-2d-ext+
2500 +unsigned-int-sampler-3d-ext+
2501 +unsigned-int-sampler-cube-ext+
2502 +unsigned-int-sampler-2d-rect-ext+
2503 +unsigned-int-sampler-1d-array-ext+
2504 +unsigned-int-sampler-2d-array-ext+
2505 +unsigned-int-sampler-buffer-ext+
2506 uniform-4uiv-ext
2507 uniform-3uiv-ext
2508 uniform-2uiv-ext
2509 uniform-1uiv-ext
2510 uniform-4ui-ext
2511 uniform-3ui-ext
2512 uniform-2ui-ext
2513 uniform-1ui-ext
2514 get-frag-data-location-ext
2515 bind-frag-data-location-ext
2516 get-uniform-uiv-ext
2517 +vertex-attrib-array-integer-nv+
2518 get-vertex-attrib-i-uiv-ext
2519 get-vertex-attrib-i-iv-ext
2520 vertex-attrib-ipointer-ext
2521 vertex-attrib-i-4usv-ext
2522 vertex-attrib-i-4ubv-ext
2523 vertex-attrib-i-4sv-ext
2524 vertex-attrib-i-4bv-ext
2525 vertex-attrib-i-4uiv-ext
2526 vertex-attrib-i-3uiv-ext
2527 vertex-attrib-i-2uiv-ext
2528 vertex-attrib-i-1uiv-ext
2529 vertex-attrib-i-4iv-ext
2530 vertex-attrib-i-3iv-ext
2531 vertex-attrib-i-2iv-ext
2532 vertex-attrib-i-1iv-ext
2533 vertex-attrib-i-4ui-ext
2534 vertex-attrib-i-3ui-ext
2535 vertex-attrib-i-2ui-ext
2536 vertex-attrib-i-1ui-ext
2537 vertex-attrib-i-4i-ext
2538 vertex-attrib-i-3i-ext
2539 vertex-attrib-i-2i-ext
2540 vertex-attrib-i-1i-ext
2541 +geometry-shader-ext+
2542 +max-geometry-varying-components-ext+
2543 +max-vertex-varying-components-ext+
2544 +max-varying-components-ext+
2545 +max-geometry-uniform-components-ext+
2546 +max-geometry-output-vertices-ext+
2547 +max-geometry-total-output-components-ext+
2548 program-parameter-i-ext
2549 +lines-adjacency-ext+
2550 +line-strip-adjacency-ext+
2551 +triangles-adjacency-ext+
2552 +triangle-strip-adjacency-ext+
2553 +geometry-program-nv+
2554 +max-program-output-vertices-nv+
2555 +max-program-total-output-components-nv+
2556 +geometry-vertices-out-ext+
2557 +geometry-input-type-ext+
2558 +geometry-output-type-ext+
2559 +max-geometry-texture-image-units-ext+
2560 +framebuffer-attachment-layered-ext+
2561 +framebuffer-incomplete-layer-targets-ext+
2562 +framebuffer-incomplete-layer-count-ext+
2563 +program-point-size-ext+
2564 framebuffer-texture-face-ext
2565 framebuffer-texture-layer-ext
2566 framebuffer-texture-ext
2567 program-vertex-limit-nv
2568 +min-program-texel-offset-nv+
2569 +max-program-texel-offset-nv+
2570 +program-attrib-components-nv+
2571 +program-result-components-nv+
2572 +max-program-attrib-components-nv+
2573 +max-program-result-components-nv+
2574 +max-program-generic-attribs-nv+
2575 +max-program-generic-results-nv+
2576 get-program-env-parameter-i-uiv-nv
2577 get-program-env-parameter-i-iv-nv
2578 get-program-local-parameter-i-uiv-nv
2579 get-program-local-parameter-i-iv-nv
2580 program-env-parameters-i-4uiv-nv
2581 program-env-parameter-i-4uiv-nv
2582 program-env-parameter-i-4ui-nv
2583 program-env-parameters-i-4iv-nv
2584 program-env-parameter-i-4iv-nv
2585 program-env-parameter-i-4i-nv
2586 program-local-parameters-i-4uiv-nv
2587 program-local-parameter-i-4uiv-nv
2588 program-local-parameter-i-4ui-nv
2589 program-local-parameters-i-4iv-nv
2590 program-local-parameter-i-4iv-nv
2591 program-local-parameter-i-4i-nv
2592 +buffer-serialized-modify-apple+
2593 +buffer-flushing-unmap-apple+
2594 flush-mapped-buffer-range-apple
2595 buffer-parameter-i-apple
2596 program-local-parameters-4fv-ext
2597 program-env-parameters-4fv-ext
2598 +time-elapsed-ext+
2599 get-query-objectui-64v-ext
2600 get-query-objecti-64v-ext
2601 +renderbuffer-samples-ext+
2602 +framebuffer-incomplete-multisample-ext+
2603 +max-samples-ext+
2604 renderbuffer-storage-multisample-ext
2605 +read-framebuffer-ext+
2606 +draw-framebuffer-ext+
2607 +read-framebuffer-binding-ext+
2608 +draw-framebuffer-binding-ext+
2609 blit-framebuffer-ext
2610 +stencil-tag-bits-ext+
2611 +stencil-clear-tag-value-ext+
2612 stencil-clear-tag-ext
2613 string-marker-gremedy
2614 +invalid-framebuffer-operation-ext+
2615 +max-renderbuffer-size-ext+
2616 +framebuffer-binding-ext+
2617 +renderbuffer-binding-ext+
2618 +framebuffer-attachment-object-type-ext+
2619 +framebuffer-attachment-object-name-ext+
2620 +framebuffer-attachment-texture-level-ext+
2621 +framebuffer-attachment-texture-cube-map-face-ext+
2622 +framebuffer-attachment-texture-3d-zoffset-ext+
2623 +framebuffer-complete-ext+
2624 +framebuffer-incomplete-attachment-ext+
2625 +framebuffer-incomplete-missing-attachment-ext+
2626 +framebuffer-incomplete-dimensions-ext+
2627 +framebuffer-incomplete-formats-ext+
2628 +framebuffer-incomplete-draw-buffer-ext+
2629 +framebuffer-incomplete-read-buffer-ext+
2630 +framebuffer-unsupported-ext+
2631 +max-color-attachments-ext+
2632 +color-attachment0-ext+
2633 +color-attachment1-ext+
2634 +color-attachment2-ext+
2635 +color-attachment3-ext+
2636 +color-attachment4-ext+
2637 +color-attachment5-ext+
2638 +color-attachment6-ext+
2639 +color-attachment7-ext+
2640 +color-attachment8-ext+
2641 +color-attachment9-ext+
2642 +color-attachment10-ext+
2643 +color-attachment11-ext+
2644 +color-attachment12-ext+
2645 +color-attachment13-ext+
2646 +color-attachment14-ext+
2647 +color-attachment15-ext+
2648 +depth-attachment-ext+
2649 +stencil-attachment-ext+
2650 +framebuffer-ext+
2651 +renderbuffer-ext+
2652 +renderbuffer-width-ext+
2653 +renderbuffer-height-ext+
2654 +renderbuffer-internal-format-ext+
2655 +stencil-index1-ext+
2656 +stencil-index4-ext+
2657 +stencil-index8-ext+
2658 +stencil-index16-ext+
2659 +renderbuffer-red-size-ext+
2660 +renderbuffer-green-size-ext+
2661 +renderbuffer-blue-size-ext+
2662 +renderbuffer-alpha-size-ext+
2663 +renderbuffer-depth-size-ext+
2664 +renderbuffer-stencil-size-ext+
2665 generate-mipmap-ext
2666 get-framebuffer-attachment-parameter-iv-ext
2667 framebuffer-renderbuffer-ext
2668 framebuffer-texture-3d-ext
2669 framebuffer-texture-2d-ext
2670 framebuffer-texture-1d-ext
2671 check-framebuffer-status-ext
2672 gen-framebuffers-ext
2673 delete-framebuffers-ext
2674 bind-framebuffer-ext
2675 is-framebuffer-ext
2676 get-renderbuffer-parameter-iv-ext
2677 renderbuffer-storage-ext
2678 gen-renderbuffers-ext
2679 delete-renderbuffers-ext
2680 bind-renderbuffer-ext
2681 is-renderbuffer-ext
2682 +blend-equation-rgb-ext+
2683 +blend-equation-alpha-ext+
2684 blend-equation-separate-ext
2685 +depth-bounds-test-ext+
2686 +depth-bounds-ext+
2687 depth-bounds-ext
2688 get-vertex-attrib-array-object-iv-ati
2689 get-vertex-attrib-array-object-fv-ati
2690 vertex-attrib-array-object-ati
2691 +stencil-back-func-ati+
2692 +stencil-back-fail-ati+
2693 +stencil-back-pass-depth-fail-ati+
2694 +stencil-back-pass-depth-pass-ati+
2695 stencil-func-separate-ati
2696 stencil-op-separate-ati
2697 unmap-object-buffer-ati
2698 map-object-buffer-ati
2699 +primitive-restart-nv+
2700 +primitive-restart-index-nv+
2701 primitive-restart-index-nv
2702 primitive-restart-nv
2703 +write-pixel-data-range-nv+
2704 +read-pixel-data-range-nv+
2705 +write-pixel-data-range-length-nv+
2706 +read-pixel-data-range-length-nv+
2707 +write-pixel-data-range-pointer-nv+
2708 +read-pixel-data-range-pointer-nv+
2709 flush-pixel-data-range-nv
2710 pixel-data-range-nv
2711 +half-float-nv+
2712 vertex-attribs-4hv-nv
2713 vertex-attribs-3hv-nv
2714 vertex-attribs-2hv-nv
2715 vertex-attribs-1hv-nv
2716 vertex-attrib-4hv-nv
2717 vertex-attrib-4h-nv
2718 vertex-attrib-3hv-nv
2719 vertex-attrib-3h-nv
2720 vertex-attrib-2hv-nv
2721 vertex-attrib-2h-nv
2722 vertex-attrib-1hv-nv
2723 vertex-attrib-1h-nv
2724 vertex-weight-hv-nv
2725 vertex-weight-h-nv
2726 secondary-color-3hv-nv
2727 secondary-color-3h-nv
2728 fog-coord-hv-nv
2729 fog-coord-h-nv
2730 multi-tex-coord-4hv-nv
2731 multi-tex-coord-4h-nv
2732 multi-tex-coord-3hv-nv
2733 multi-tex-coord-3h-nv
2734 multi-tex-coord-2hv-nv
2735 multi-tex-coord-2h-nv
2736 multi-tex-coord-1hv-nv
2737 multi-tex-coord-1h-nv
2738 tex-coord-4hv-nv
2739 tex-coord-4h-nv
2740 tex-coord-3hv-nv
2741 tex-coord-3h-nv
2742 tex-coord-2hv-nv
2743 tex-coord-2h-nv
2744 tex-coord-1hv-nv
2745 tex-coord-1h-nv
2746 color-4hv-nv
2747 color-4h-nv
2748 color-3hv-nv
2749 color-3h-nv
2750 normal-3hv-nv
2751 normal-3h-nv
2752 vertex-4hv-nv
2753 vertex-4h-nv
2754 vertex-3hv-nv
2755 vertex-3h-nv
2756 vertex-2hv-nv
2757 vertex-2h-nv
2758 +max-fragment-program-local-parameters-nv+
2759 +fragment-program-nv+
2760 +max-texture-coords-nv+
2761 +max-texture-image-units-nv+
2762 +fragment-program-binding-nv+
2763 +program-error-string-nv+
2764 get-program-named-parameter-dv-nv
2765 get-program-named-parameter-fv-nv
2766 program-named-parameter-4dv-nv
2767 program-named-parameter-4fv-nv
2768 program-named-parameter-4d-nv
2769 program-named-parameter-4f-nv
2770 +max-draw-buffers-ati+
2771 +draw-buffer0-ati+
2772 +draw-buffer1-ati+
2773 +draw-buffer2-ati+
2774 +draw-buffer3-ati+
2775 +draw-buffer4-ati+
2776 +draw-buffer5-ati+
2777 +draw-buffer6-ati+
2778 +draw-buffer7-ati+
2779 +draw-buffer8-ati+
2780 +draw-buffer9-ati+
2781 +draw-buffer10-ati+
2782 +draw-buffer11-ati+
2783 +draw-buffer12-ati+
2784 +draw-buffer13-ati+
2785 +draw-buffer14-ati+
2786 +draw-buffer15-ati+
2787 draw-buffers-ati
2788 +vertex-array-range-apple+
2789 +vertex-array-range-length-apple+
2790 +vertex-array-storage-hint-apple+
2791 +vertex-array-range-pointer-apple+
2792 +storage-cached-apple+
2793 +storage-shared-apple+
2794 vertex-array-parameter-i-apple
2795 flush-vertex-array-range-apple
2796 vertex-array-range-apple
2797 +vertex-array-binding-apple+
2798 is-vertex-array-apple
2799 gen-vertex-arrays-apple
2800 delete-vertex-arrays-apple
2801 bind-vertex-array-apple
2802 +draw-pixels-apple+
2803 +fence-apple+
2804 finish-object-apple
2805 test-object-apple
2806 finish-fence-apple
2807 test-fence-apple
2808 is-fence-apple
2809 set-fence-apple
2810 delete-fences-apple
2811 gen-fences-apple
2812 +element-array-apple+
2813 +element-array-type-apple+
2814 +element-array-pointer-apple+
2815 multi-draw-range-element-array-apple
2816 multi-draw-element-array-apple
2817 draw-range-element-array-apple
2818 draw-element-array-apple
2819 element-pointer-apple
2820 +stencil-test-two-side-ext+
2821 +active-stencil-face-ext+
2822 active-stencil-face-ext
2823 +point-sprite-nv+
2824 +coord-replace-nv+
2825 +point-sprite-r-mode-nv+
2826 point-parameter-iv-nv
2827 point-parameter-i-nv
2828 +pixel-counter-bits-nv+
2829 +current-occlusion-query-id-nv+
2830 +pixel-count-nv+
2831 +pixel-count-available-nv+
2832 get-occlusion-query-uiv-nv
2833 get-occlusion-query-iv-nv
2834 end-occlusion-query-nv
2835 begin-occlusion-query-nv
2836 is-occlusion-query-nv
2837 delete-occlusion-queries-nv
2838 gen-occlusion-queries-nv
2839 +quad-mesh-sun+
2840 +triangle-mesh-sun+
2841 draw-mesh-arrays-sun
2842 +element-array-ati+
2843 +element-array-type-ati+
2844 +element-array-pointer-ati+
2845 draw-range-element-array-ati
2846 draw-element-array-ati
2847 element-pointer-ati
2848 +max-vertex-streams-ati+
2849 +vertex-stream0-ati+
2850 +vertex-stream1-ati+
2851 +vertex-stream2-ati+
2852 +vertex-stream3-ati+
2853 +vertex-stream4-ati+
2854 +vertex-stream5-ati+
2855 +vertex-stream6-ati+
2856 +vertex-stream7-ati+
2857 +vertex-source-ati+
2858 vertex-blend-env-f-ati
2859 vertex-blend-env-i-ati
2860 client-active-vertex-stream-ati
2861 normal-stream-3dv-ati
2862 normal-stream-3d-ati
2863 normal-stream-3fv-ati
2864 normal-stream-3f-ati
2865 normal-stream-3iv-ati
2866 normal-stream-3i-ati
2867 normal-stream-3sv-ati
2868 normal-stream-3s-ati
2869 normal-stream-3bv-ati
2870 normal-stream-3b-ati
2871 vertex-stream-4dv-ati
2872 vertex-stream-4d-ati
2873 vertex-stream-4fv-ati
2874 vertex-stream-4f-ati
2875 vertex-stream-4iv-ati
2876 vertex-stream-4i-ati
2877 vertex-stream-4sv-ati
2878 vertex-stream-4s-ati
2879 vertex-stream-3dv-ati
2880 vertex-stream-3d-ati
2881 vertex-stream-3fv-ati
2882 vertex-stream-3f-ati
2883 vertex-stream-3iv-ati
2884 vertex-stream-3i-ati
2885 vertex-stream-3sv-ati
2886 vertex-stream-3s-ati
2887 vertex-stream-2dv-ati
2888 vertex-stream-2d-ati
2889 vertex-stream-2fv-ati
2890 vertex-stream-2f-ati
2891 vertex-stream-2iv-ati
2892 vertex-stream-2i-ati
2893 vertex-stream-2sv-ati
2894 vertex-stream-2s-ati
2895 vertex-stream-1dv-ati
2896 vertex-stream-1d-ati
2897 vertex-stream-1fv-ati
2898 vertex-stream-1f-ati
2899 vertex-stream-1iv-ati
2900 vertex-stream-1i-ati
2901 vertex-stream-1sv-ati
2902 vertex-stream-1s-ati
2903 +vertex-shader-ext+
2904 +vertex-shader-binding-ext+
2905 +op-index-ext+
2906 +op-negate-ext+
2907 +op-dot3-ext+
2908 +op-dot4-ext+
2909 +op-mul-ext+
2910 +op-add-ext+
2911 +op-madd-ext+
2912 +op-frac-ext+
2913 +op-max-ext+
2914 +op-min-ext+
2915 +op-set-ge-ext+
2916 +op-set-lt-ext+
2917 +op-clamp-ext+
2918 +op-floor-ext+
2919 +op-round-ext+
2920 +op-exp-base-2-ext+
2921 +op-log-base-2-ext+
2922 +op-power-ext+
2923 +op-recip-ext+
2924 +op-recip-sqrt-ext+
2925 +op-sub-ext+
2926 +op-cross-product-ext+
2927 +op-multiply-matrix-ext+
2928 +op-mov-ext+
2929 +output-vertex-ext+
2930 +output-color0-ext+
2931 +output-color1-ext+
2932 +output-texture-coord0-ext+
2933 +output-texture-coord1-ext+
2934 +output-texture-coord2-ext+
2935 +output-texture-coord3-ext+
2936 +output-texture-coord4-ext+
2937 +output-texture-coord5-ext+
2938 +output-texture-coord6-ext+
2939 +output-texture-coord7-ext+
2940 +output-texture-coord8-ext+
2941 +output-texture-coord9-ext+
2942 +output-texture-coord10-ext+
2943 +output-texture-coord11-ext+
2944 +output-texture-coord12-ext+
2945 +output-texture-coord13-ext+
2946 +output-texture-coord14-ext+
2947 +output-texture-coord15-ext+
2948 +output-texture-coord16-ext+
2949 +output-texture-coord17-ext+
2950 +output-texture-coord18-ext+
2951 +output-texture-coord19-ext+
2952 +output-texture-coord20-ext+
2953 +output-texture-coord21-ext+
2954 +output-texture-coord22-ext+
2955 +output-texture-coord23-ext+
2956 +output-texture-coord24-ext+
2957 +output-texture-coord25-ext+
2958 +output-texture-coord26-ext+
2959 +output-texture-coord27-ext+
2960 +output-texture-coord28-ext+
2961 +output-texture-coord29-ext+
2962 +output-texture-coord30-ext+
2963 +output-texture-coord31-ext+
2964 +output-fog-ext+
2965 +scalar-ext+
2966 +vector-ext+
2967 +matrix-ext+
2968 +variant-ext+
2969 +invariant-ext+
2970 +local-constant-ext+
2971 +local-ext+
2972 +max-vertex-shader-instructions-ext+
2973 +max-vertex-shader-variants-ext+
2974 +max-vertex-shader-invariants-ext+
2975 +max-vertex-shader-local-constants-ext+
2976 +max-vertex-shader-locals-ext+
2977 +max-optimized-vertex-shader-instructions-ext+
2978 +max-optimized-vertex-shader-variants-ext+
2979 +max-optimized-vertex-shader-local-constants-ext+
2980 +max-optimized-vertex-shader-invariants-ext+
2981 +max-optimized-vertex-shader-locals-ext+
2982 +vertex-shader-instructions-ext+
2983 +vertex-shader-variants-ext+
2984 +vertex-shader-invariants-ext+
2985 +vertex-shader-local-constants-ext+
2986 +vertex-shader-locals-ext+
2987 +vertex-shader-optimized-ext+
2988 +x-ext+
2989 +y-ext+
2990 +z-ext+
2991 +w-ext+
2992 +negative-x-ext+
2993 +negative-y-ext+
2994 +negative-z-ext+
2995 +negative-w-ext+
2996 +zero-ext+
2997 +one-ext+
2998 +negative-one-ext+
2999 +normalized-range-ext+
3000 +full-range-ext+
3001 +current-vertex-ext+
3002 +mvp-matrix-ext+
3003 +variant-value-ext+
3004 +variant-datatype-ext+
3005 +variant-array-stride-ext+
3006 +variant-array-type-ext+
3007 +variant-array-ext+
3008 +variant-array-pointer-ext+
3009 +invariant-value-ext+
3010 +invariant-datatype-ext+
3011 +local-constant-value-ext+
3012 +local-constant-datatype-ext+
3013 get-local-constant-floatv-ext
3014 get-local-constant-integerv-ext
3015 get-local-constant-booleanv-ext
3016 get-invariant-floatv-ext
3017 get-invariant-integerv-ext
3018 get-invariant-booleanv-ext
3019 get-variant-pointerv-ext
3020 get-variant-floatv-ext
3021 get-variant-integerv-ext
3022 get-variant-booleanv-ext
3023 is-variant-enabled-ext
3024 bind-parameter-ext
3025 bind-texture-unit-parameter-ext
3026 bind-tex-gen-parameter-ext
3027 bind-material-parameter-ext
3028 bind-light-parameter-ext
3029 disable-variant-client-state-ext
3030 enable-variant-client-state-ext
3031 variant-pointer-ext
3032 variant-uiv-ext
3033 variant-usv-ext
3034 variant-ubv-ext
3035 variant-dv-ext
3036 variant-fv-ext
3037 variant-iv-ext
3038 variant-sv-ext
3039 variant-bv-ext
3040 set-local-constant-ext
3041 set-invariant-ext
3042 gen-symbols-ext
3043 extract-component-ext
3044 insert-component-ext
3045 write-mask-ext
3046 swizzle-ext
3047 shader-op-3-ext
3048 shader-op-2-ext
3049 shader-op-1-ext
3050 delete-vertex-shader-ext
3051 gen-vertex-shaders-ext
3052 bind-vertex-shader-ext
3053 end-vertex-shader-ext
3054 begin-vertex-shader-ext
3055 +static-ati+
3056 +dynamic-ati+
3057 +preserve-ati+
3058 +discard-ati+
3059 +object-buffer-size-ati+
3060 +object-buffer-usage-ati+
3061 +array-object-buffer-ati+
3062 +array-object-offset-ati+
3063 get-variant-array-object-iv-ati
3064 get-variant-array-object-fv-ati
3065 variant-array-object-ati
3066 get-array-object-iv-ati
3067 get-array-object-fv-ati
3068 array-object-ati
3069 free-object-buffer-ati
3070 get-object-buffer-iv-ati
3071 get-object-buffer-fv-ati
3072 update-object-buffer-ati
3073 is-object-buffer-ati
3074 new-object-buffer-ati
3075 +pn-triangles-ati+
3076 +max-pn-triangles-tesselation-level-ati+
3077 +pn-triangles-point-mode-ati+
3078 +pn-triangles-normal-mode-ati+
3079 +pn-triangles-tesselation-level-ati+
3080 +pn-triangles-point-mode-linear-ati+
3081 +pn-triangles-point-mode-cubic-ati+
3082 +pn-triangles-normal-mode-linear-ati+
3083 +pn-triangles-normal-mode-quadratic-ati+
3084 pntriangles-f-ati
3085 pntriangles-i-ati
3086 +fragment-shader-ati+
3087 +reg-0-ati+
3088 +reg-1-ati+
3089 +reg-2-ati+
3090 +reg-3-ati+
3091 +reg-4-ati+
3092 +reg-5-ati+
3093 +reg-6-ati+
3094 +reg-7-ati+
3095 +reg-8-ati+
3096 +reg-9-ati+
3097 +reg-10-ati+
3098 +reg-11-ati+
3099 +reg-12-ati+
3100 +reg-13-ati+
3101 +reg-14-ati+
3102 +reg-15-ati+
3103 +reg-16-ati+
3104 +reg-17-ati+
3105 +reg-18-ati+
3106 +reg-19-ati+
3107 +reg-20-ati+
3108 +reg-21-ati+
3109 +reg-22-ati+
3110 +reg-23-ati+
3111 +reg-24-ati+
3112 +reg-25-ati+
3113 +reg-26-ati+
3114 +reg-27-ati+
3115 +reg-28-ati+
3116 +reg-29-ati+
3117 +reg-30-ati+
3118 +reg-31-ati+
3119 +con-0-ati+
3120 +con-1-ati+
3121 +con-2-ati+
3122 +con-3-ati+
3123 +con-4-ati+
3124 +con-5-ati+
3125 +con-6-ati+
3126 +con-7-ati+
3127 +con-8-ati+
3128 +con-9-ati+
3129 +con-10-ati+
3130 +con-11-ati+
3131 +con-12-ati+
3132 +con-13-ati+
3133 +con-14-ati+
3134 +con-15-ati+
3135 +con-16-ati+
3136 +con-17-ati+
3137 +con-18-ati+
3138 +con-19-ati+
3139 +con-20-ati+
3140 +con-21-ati+
3141 +con-22-ati+
3142 +con-23-ati+
3143 +con-24-ati+
3144 +con-25-ati+
3145 +con-26-ati+
3146 +con-27-ati+
3147 +con-28-ati+
3148 +con-29-ati+
3149 +con-30-ati+
3150 +con-31-ati+
3151 +mov-ati+
3152 +add-ati+
3153 +mul-ati+
3154 +sub-ati+
3155 +dot3-ati+
3156 +dot4-ati+
3157 +mad-ati+
3158 +lerp-ati+
3159 +cnd-ati+
3160 +cnd0-ati+
3161 +dot2-add-ati+
3162 +secondary-interpolator-ati+
3163 +num-fragment-registers-ati+
3164 +num-fragment-constants-ati+
3165 +num-passes-ati+
3166 +num-instructions-per-pass-ati+
3167 +num-instructions-total-ati+
3168 +num-input-interpolator-components-ati+
3169 +num-loopback-components-ati+
3170 +color-alpha-pairing-ati+
3171 +swizzle-str-ati+
3172 +swizzle-stq-ati+
3173 +swizzle-str-dr-ati+
3174 +swizzle-stq-dq-ati+
3175 +swizzle-strq-ati+
3176 +swizzle-strq-dq-ati+
3177 +red-bit-ati+
3178 +green-bit-ati+
3179 +blue-bit-ati+
3180 +4x-bit-ati+
3181 +8x-bit-ati+
3182 +half-bit-ati+
3183 +quarter-bit-ati+
3184 +eighth-bit-ati+
3185 +saturate-bit-ati+
3186 +2x-bit-ati+
3187 +comp-bit-ati+
3188 +negate-bit-ati+
3189 +bias-bit-ati+
3190 set-fragment-shader-constant-ati
3191 alpha-fragment-op-3-ati
3192 alpha-fragment-op-2-ati
3193 alpha-fragment-op-1-ati
3194 color-fragment-op-3-ati
3195 color-fragment-op-2-ati
3196 color-fragment-op-1-ati
3197 sample-map-ati
3198 pass-tex-coord-ati
3199 end-fragment-shader-ati
3200 begin-fragment-shader-ati
3201 delete-fragment-shader-ati
3202 bind-fragment-shader-ati
3203 gen-fragment-shaders-ati
3204 +bump-rot-matrix-ati+
3205 +bump-rot-matrix-size-ati+
3206 +bump-num-tex-units-ati+
3207 +bump-tex-units-ati+
3208 +dudv-ati+
3209 +du8dv8-ati+
3210 +bump-envmap-ati+
3211 +bump-target-ati+
3212 get-tex-bump-parameter-fv-ati
3213 get-tex-bump-parameter-iv-ati
3214 tex-bump-parameter-fv-ati
3215 tex-bump-parameter-iv-ati
3216 +vertex-program-nv+
3217 +vertex-state-program-nv+
3218 +attrib-array-size-nv+
3219 +attrib-array-stride-nv+
3220 +attrib-array-type-nv+
3221 +current-attrib-nv+
3222 +program-length-nv+
3223 +program-string-nv+
3224 +modelview-projection-nv+
3225 +identity-nv+
3226 +inverse-nv+
3227 +transpose-nv+
3228 +inverse-transpose-nv+
3229 +max-track-matrix-stack-depth-nv+
3230 +max-track-matrices-nv+
3231 +matrix0-nv+
3232 +matrix1-nv+
3233 +matrix2-nv+
3234 +matrix3-nv+
3235 +matrix4-nv+
3236 +matrix5-nv+
3237 +matrix6-nv+
3238 +matrix7-nv+
3239 +current-matrix-stack-depth-nv+
3240 +current-matrix-nv+
3241 +vertex-program-point-size-nv+
3242 +vertex-program-two-side-nv+
3243 +program-parameter-nv+
3244 +attrib-array-pointer-nv+
3245 +program-target-nv+
3246 +program-resident-nv+
3247 +track-matrix-nv+
3248 +track-matrix-transform-nv+
3249 +vertex-program-binding-nv+
3250 +program-error-position-nv+
3251 +vertex-attrib-array0-nv+
3252 +vertex-attrib-array1-nv+
3253 +vertex-attrib-array2-nv+
3254 +vertex-attrib-array3-nv+
3255 +vertex-attrib-array4-nv+
3256 +vertex-attrib-array5-nv+
3257 +vertex-attrib-array6-nv+
3258 +vertex-attrib-array7-nv+
3259 +vertex-attrib-array8-nv+
3260 +vertex-attrib-array9-nv+
3261 +vertex-attrib-array10-nv+
3262 +vertex-attrib-array11-nv+
3263 +vertex-attrib-array12-nv+
3264 +vertex-attrib-array13-nv+
3265 +vertex-attrib-array14-nv+
3266 +vertex-attrib-array15-nv+
3267 +map1-vertex-attrib0-4-nv+
3268 +map1-vertex-attrib1-4-nv+
3269 +map1-vertex-attrib2-4-nv+
3270 +map1-vertex-attrib3-4-nv+
3271 +map1-vertex-attrib4-4-nv+
3272 +map1-vertex-attrib5-4-nv+
3273 +map1-vertex-attrib6-4-nv+
3274 +map1-vertex-attrib7-4-nv+
3275 +map1-vertex-attrib8-4-nv+
3276 +map1-vertex-attrib9-4-nv+
3277 +map1-vertex-attrib10-4-nv+
3278 +map1-vertex-attrib11-4-nv+
3279 +map1-vertex-attrib12-4-nv+
3280 +map1-vertex-attrib13-4-nv+
3281 +map1-vertex-attrib14-4-nv+
3282 +map1-vertex-attrib15-4-nv+
3283 +map2-vertex-attrib0-4-nv+
3284 +map2-vertex-attrib1-4-nv+
3285 +map2-vertex-attrib2-4-nv+
3286 +map2-vertex-attrib3-4-nv+
3287 +map2-vertex-attrib4-4-nv+
3288 +map2-vertex-attrib5-4-nv+
3289 +map2-vertex-attrib6-4-nv+
3290 +map2-vertex-attrib7-4-nv+
3291 +map2-vertex-attrib8-4-nv+
3292 +map2-vertex-attrib9-4-nv+
3293 +map2-vertex-attrib10-4-nv+
3294 +map2-vertex-attrib11-4-nv+
3295 +map2-vertex-attrib12-4-nv+
3296 +map2-vertex-attrib13-4-nv+
3297 +map2-vertex-attrib14-4-nv+
3298 +map2-vertex-attrib15-4-nv+
3299 vertex-attribs-4ubv-nv
3300 vertex-attribs-4sv-nv
3301 vertex-attribs-4fv-nv
3302 vertex-attribs-4dv-nv
3303 vertex-attribs-3sv-nv
3304 vertex-attribs-3fv-nv
3305 vertex-attribs-3dv-nv
3306 vertex-attribs-2sv-nv
3307 vertex-attribs-2fv-nv
3308 vertex-attribs-2dv-nv
3309 vertex-attribs-1sv-nv
3310 vertex-attribs-1fv-nv
3311 vertex-attribs-1dv-nv
3312 vertex-attrib-4ubv-nv
3313 vertex-attrib-4ub-nv
3314 vertex-attrib-4sv-nv
3315 vertex-attrib-4s-nv
3316 vertex-attrib-4fv-nv
3317 vertex-attrib-4f-nv
3318 vertex-attrib-4dv-nv
3319 vertex-attrib-4d-nv
3320 vertex-attrib-3sv-nv
3321 vertex-attrib-3s-nv
3322 vertex-attrib-3fv-nv
3323 vertex-attrib-3f-nv
3324 vertex-attrib-3dv-nv
3325 vertex-attrib-3d-nv
3326 vertex-attrib-2sv-nv
3327 vertex-attrib-2s-nv
3328 vertex-attrib-2fv-nv
3329 vertex-attrib-2f-nv
3330 vertex-attrib-2dv-nv
3331 vertex-attrib-2d-nv
3332 vertex-attrib-1sv-nv
3333 vertex-attrib-1s-nv
3334 vertex-attrib-1fv-nv
3335 vertex-attrib-1f-nv
3336 vertex-attrib-1dv-nv
3337 vertex-attrib-1d-nv
3338 vertex-attrib-pointer-nv
3339 track-matrix-nv
3340 request-resident-programs-nv
3341 program-parameters-4fv-nv
3342 program-parameters-4dv-nv
3343 program-parameter-4fv-nv
3344 program-parameter-4f-nv
3345 program-parameter-4dv-nv
3346 program-parameter-4d-nv
3347 load-program-nv
3348 is-program-nv
3349 get-vertex-attrib-pointerv-nv
3350 get-vertex-attrib-iv-nv
3351 get-vertex-attrib-fv-nv
3352 get-vertex-attrib-dv-nv
3353 get-track-matrix-iv-nv
3354 get-program-string-nv
3355 get-program-iv-nv
3356 get-program-parameter-fv-nv
3357 get-program-parameter-dv-nv
3358 gen-programs-nv
3359 execute-program-nv
3360 delete-programs-nv
3361 bind-program-nv
3362 are-programs-resident-nv
3363 +per-stage-constants-nv+
3364 get-combiner-stage-parameter-fv-nv
3365 combiner-stage-parameter-fv-nv
3366 +eval-2d-nv+
3367 +eval-triangular-2d-nv+
3368 +map-tessellation-nv+
3369 +map-attrib-u-order-nv+
3370 +map-attrib-v-order-nv+
3371 +eval-fractional-tessellation-nv+
3372 +eval-vertex-attrib0-nv+
3373 +eval-vertex-attrib1-nv+
3374 +eval-vertex-attrib2-nv+
3375 +eval-vertex-attrib3-nv+
3376 +eval-vertex-attrib4-nv+
3377 +eval-vertex-attrib5-nv+
3378 +eval-vertex-attrib6-nv+
3379 +eval-vertex-attrib7-nv+
3380 +eval-vertex-attrib8-nv+
3381 +eval-vertex-attrib9-nv+
3382 +eval-vertex-attrib10-nv+
3383 +eval-vertex-attrib11-nv+
3384 +eval-vertex-attrib12-nv+
3385 +eval-vertex-attrib13-nv+
3386 +eval-vertex-attrib14-nv+
3387 +eval-vertex-attrib15-nv+
3388 +max-map-tessellation-nv+
3389 +max-rational-eval-order-nv+
3390 eval-maps-nv
3391 get-map-attrib-parameter-fv-nv
3392 get-map-attrib-parameter-iv-nv
3393 get-map-parameter-fv-nv
3394 get-map-parameter-iv-nv
3395 get-map-control-points-nv
3396 map-parameter-fv-nv
3397 map-parameter-iv-nv
3398 map-control-points-nv
3399 +all-completed-nv+
3400 +fence-status-nv+
3401 +fence-condition-nv+
3402 set-fence-nv
3403 finish-fence-nv
3404 get-fence-iv-nv
3405 test-fence-nv
3406 is-fence-nv
3407 gen-fences-nv
3408 delete-fences-nv
3409 +multisample-ext+
3410 +sample-alpha-to-mask-ext+
3411 +sample-alpha-to-one-ext+
3412 +sample-mask-ext+
3413 +1pass-ext+
3414 +2pass-0-ext+
3415 +2pass-1-ext+
3416 +4pass-0-ext+
3417 +4pass-1-ext+
3418 +4pass-2-ext+
3419 +4pass-3-ext+
3420 +sample-buffers-ext+
3421 +samples-ext+
3422 +sample-mask-value-ext+
3423 +sample-mask-invert-ext+
3424 +sample-pattern-ext+
3425 +multisample-bit-ext+
3426 sample-pattern-ext
3427 sample-mask-ext
3428 tbuffer-mask-3dfx
3429 +vertex-array-list-ibm+
3430 +normal-array-list-ibm+
3431 +color-array-list-ibm+
3432 +index-array-list-ibm+
3433 +texture-coord-array-list-ibm+
3434 +edge-flag-array-list-ibm+
3435 +fog-coordinate-array-list-ibm+
3436 +secondary-color-array-list-ibm+
3437 +vertex-array-list-stride-ibm+
3438 +normal-array-list-stride-ibm+
3439 +color-array-list-stride-ibm+
3440 +index-array-list-stride-ibm+
3441 +texture-coord-array-list-stride-ibm+
3442 +edge-flag-array-list-stride-ibm+
3443 +fog-coordinate-array-list-stride-ibm+
3444 +secondary-color-array-list-stride-ibm+
3445 vertex-pointer-list-ibm
3446 tex-coord-pointer-list-ibm
3447 normal-pointer-list-ibm
3448 index-pointer-list-ibm
3449 fog-coord-pointer-list-ibm
3450 edge-flag-pointer-list-ibm
3451 secondary-color-pointer-list-ibm
3452 color-pointer-list-ibm
3453 multi-mode-draw-elements-ibm
3454 multi-mode-draw-arrays-ibm
3455 window-pos-4sv-mesa
3456 window-pos-4s-mesa
3457 window-pos-4iv-mesa
3458 window-pos-4i-mesa
3459 window-pos-4fv-mesa
3460 window-pos-4f-mesa
3461 window-pos-4dv-mesa
3462 window-pos-4d-mesa
3463 window-pos-3sv-mesa
3464 window-pos-3s-mesa
3465 window-pos-3iv-mesa
3466 window-pos-3i-mesa
3467 window-pos-3fv-mesa
3468 window-pos-3f-mesa
3469 window-pos-3dv-mesa
3470 window-pos-3d-mesa
3471 window-pos-2sv-mesa
3472 window-pos-2s-mesa
3473 window-pos-2iv-mesa
3474 window-pos-2i-mesa
3475 window-pos-2fv-mesa
3476 window-pos-2f-mesa
3477 window-pos-2dv-mesa
3478 window-pos-2d-mesa
3479 resize-buffers-mesa
3480 +register-combiners-nv+
3481 +variable-a-nv+
3482 +variable-b-nv+
3483 +variable-c-nv+
3484 +variable-d-nv+
3485 +variable-e-nv+
3486 +variable-f-nv+
3487 +variable-g-nv+
3488 +constant-color0-nv+
3489 +constant-color1-nv+
3490 +primary-color-nv+
3491 +secondary-color-nv+
3492 +spare0-nv+
3493 +spare1-nv+
3494 +discard-nv+
3495 +e-times-f-nv+
3496 +spare0-plus-secondary-color-nv+
3497 +unsigned-identity-nv+
3498 +unsigned-invert-nv+
3499 +expand-normal-nv+
3500 +expand-negate-nv+
3501 +half-bias-normal-nv+
3502 +half-bias-negate-nv+
3503 +signed-identity-nv+
3504 +signed-negate-nv+
3505 +scale-by-two-nv+
3506 +scale-by-four-nv+
3507 +scale-by-one-half-nv+
3508 +bias-by-negative-one-half-nv+
3509 +combiner-input-nv+
3510 +combiner-mapping-nv+
3511 +combiner-component-usage-nv+
3512 +combiner-ab-dot-product-nv+
3513 +combiner-cd-dot-product-nv+
3514 +combiner-mux-sum-nv+
3515 +combiner-scale-nv+
3516 +combiner-bias-nv+
3517 +combiner-ab-output-nv+
3518 +combiner-cd-output-nv+
3519 +combiner-sum-output-nv+
3520 +max-general-combiners-nv+
3521 +num-general-combiners-nv+
3522 +color-sum-clamp-nv+
3523 +combiner0-nv+
3524 +combiner1-nv+
3525 +combiner2-nv+
3526 +combiner3-nv+
3527 +combiner4-nv+
3528 +combiner5-nv+
3529 +combiner6-nv+
3530 +combiner7-nv+
3531 get-final-combiner-input-parameter-iv-nv
3532 get-final-combiner-input-parameter-fv-nv
3533 get-combiner-output-parameter-iv-nv
3534 get-combiner-output-parameter-fv-nv
3535 get-combiner-input-parameter-iv-nv
3536 get-combiner-input-parameter-fv-nv
3537 final-combiner-input-nv
3538 combiner-output-nv
3539 combiner-input-nv
3540 combiner-parameter-i-nv
3541 combiner-parameter-iv-nv
3542 combiner-parameter-f-nv
3543 combiner-parameter-fv-nv
3544 +vertex-array-range-nv+
3545 +vertex-array-range-length-nv+
3546 +vertex-array-range-valid-nv+
3547 +max-vertex-array-range-element-nv+
3548 +vertex-array-range-pointer-nv+
3549 vertex-array-range-nv
3550 flush-vertex-array-range-nv
3551 +modelview0-stack-depth-ext+
3552 +modelview1-stack-depth-ext+
3553 +modelview0-matrix-ext+
3554 +modelview1-matrix-ext+
3555 +vertex-weighting-ext+
3556 +modelview0-ext+
3557 +modelview1-ext+
3558 +current-vertex-weight-ext+
3559 +vertex-weight-array-ext+
3560 +vertex-weight-array-size-ext+
3561 +vertex-weight-array-type-ext+
3562 +vertex-weight-array-stride-ext+
3563 +vertex-weight-array-pointer-ext+
3564 vertex-weight-pointer-ext
3565 vertex-weight-fv-ext
3566 vertex-weight-f-ext
3567 +blend-dst-rgb-ext+
3568 +blend-src-rgb-ext+
3569 +blend-dst-alpha-ext+
3570 +blend-src-alpha-ext+
3571 blend-func-separate-ext
3572 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun
3573 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun
3574 replacement-codeui-tex-coord-2f-normal-3f-vertex-3fv-sun
3575 replacement-codeui-tex-coord-2f-normal-3f-vertex-3f-sun
3576 replacement-codeui-tex-coord-2f-vertex-3fv-sun
3577 replacement-codeui-tex-coord-2f-vertex-3f-sun
3578 replacement-codeui-color-4f-normal-3f-vertex-3fv-sun
3579 replacement-codeui-color-4f-normal-3f-vertex-3f-sun
3580 replacement-codeui-normal-3f-vertex-3fv-sun
3581 replacement-codeui-normal-3f-vertex-3f-sun
3582 replacement-codeui-color-3f-vertex-3fv-sun
3583 replacement-codeui-color-3f-vertex-3f-sun
3584 replacement-codeui-color-4ub-vertex-3fv-sun
3585 replacement-codeui-color-4ub-vertex-3f-sun
3586 replacement-codeui-vertex-3fv-sun
3587 replacement-codeui-vertex-3f-sun
3588 tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun
3589 tex-coord-4f-color-4f-normal-3f-vertex-4f-sun
3590 tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun
3591 tex-coord-2f-color-4f-normal-3f-vertex-3f-sun
3592 tex-coord-2f-normal-3f-vertex-3fv-sun
3593 tex-coord-2f-normal-3f-vertex-3f-sun
3594 tex-coord-2f-color-3f-vertex-3fv-sun
3595 tex-coord-2f-color-3f-vertex-3f-sun
3596 tex-coord-2f-color-4ub-vertex-3fv-sun
3597 tex-coord-2f-color-4ub-vertex-3f-sun
3598 tex-coord-4f-vertex-4fv-sun
3599 tex-coord-4f-vertex-4f-sun
3600 tex-coord-2f-vertex-3fv-sun
3601 tex-coord-2f-vertex-3f-sun
3602 color-4f-normal-3f-vertex-3fv-sun
3603 color-4f-normal-3f-vertex-3f-sun
3604 normal-3f-vertex-3fv-sun
3605 normal-3f-vertex-3f-sun
3606 color-3f-vertex-3fv-sun
3607 color-3f-vertex-3f-sun
3608 color-4ub-vertex-3fv-sun
3609 color-4ub-vertex-3f-sun
3610 color-4ub-vertex-2fv-sun
3611 color-4ub-vertex-2f-sun
3612 +restart-sun+
3613 +replace-middle-sun+
3614 +replace-oldest-sun+
3615 +triangle-list-sun+
3616 +replacement-code-sun+
3617 +replacement-code-array-sun+
3618 +replacement-code-array-type-sun+
3619 +replacement-code-array-stride-sun+
3620 +replacement-code-array-pointer-sun+
3621 +r1ui-v3f-sun+
3622 +r1ui-c4ub-v3f-sun+
3623 +r1ui-c3f-v3f-sun+
3624 +r1ui-n3f-v3f-sun+
3625 +r1ui-c4f-n3f-v3f-sun+
3626 +r1ui-t2f-v3f-sun+
3627 +r1ui-t2f-n3f-v3f-sun+
3628 +r1ui-t2f-c4f-n3f-v3f-sun+
3629 replacement-code-pointer-sun
3630 replacement-code-ubv-sun
3631 replacement-code-usv-sun
3632 replacement-code-uiv-sun
3633 replacement-code-ub-sun
3634 replacement-code-us-sun
3635 replacement-code-ui-sun
3636 +global-alpha-sun+
3637 +global-alpha-factor-sun+
3638 global-alpha-factor-ui-sun
3639 global-alpha-factor-us-sun
3640 global-alpha-factor-ub-sun
3641 global-alpha-factor-d-sun
3642 global-alpha-factor-f-sun
3643 global-alpha-factor-i-sun
3644 global-alpha-factor-s-sun
3645 global-alpha-factor-b-sun
3646 +unpack-constant-data-sunx+
3647 +texture-constant-data-sunx+
3648 finish-texture-sunx
3649 +tangent-array-ext+
3650 +binormal-array-ext+
3651 +current-tangent-ext+
3652 +current-binormal-ext+
3653 +tangent-array-type-ext+
3654 +tangent-array-stride-ext+
3655 +binormal-array-type-ext+
3656 +binormal-array-stride-ext+
3657 +tangent-array-pointer-ext+
3658 +binormal-array-pointer-ext+
3659 +map1-tangent-ext+
3660 +map2-tangent-ext+
3661 +map1-binormal-ext+
3662 +map2-binormal-ext+
3663 binormal-pointer-ext
3664 tangent-pointer-ext
3665 binormal-3sv-ext
3666 binormal-3s-ext
3667 binormal-3iv-ext
3668 binormal-3i-ext
3669 binormal-3fv-ext
3670 binormal-3f-ext
3671 binormal-3dv-ext
3672 binormal-3d-ext
3673 binormal-3bv-ext
3674 binormal-3b-ext
3675 tangent-3sv-ext
3676 tangent-3s-ext
3677 tangent-3iv-ext
3678 tangent-3i-ext
3679 tangent-3fv-ext
3680 tangent-3f-ext
3681 tangent-3dv-ext
3682 tangent-3d-ext
3683 tangent-3bv-ext
3684 tangent-3b-ext
3685 +fog-coordinate-source-ext+
3686 +fog-coordinate-ext+
3687 +current-fog-coordinate-ext+
3688 +fog-coordinate-array-type-ext+
3689 +fog-coordinate-array-stride-ext+
3690 +fog-coordinate-array-pointer-ext+
3691 +fog-coordinate-array-ext+
3692 fog-coord-pointer-ext
3693 fog-coord-dv-ext
3694 fog-coord-d-ext
3695 fog-coord-fv-ext
3696 fog-coord-f-ext
3697 multi-draw-elements-ext
3698 multi-draw-arrays-ext
3699 +perturb-ext+
3700 +texture-normal-ext+
3701 texture-normal-ext
3702 +color-sum-ext+
3703 +current-secondary-color-ext+
3704 +secondary-color-array-size-ext+
3705 +secondary-color-array-type-ext+
3706 +secondary-color-array-stride-ext+
3707 +secondary-color-array-pointer-ext+
3708 +secondary-color-array-ext+
3709 secondary-color-pointer-ext
3710 secondary-color-3usv-ext
3711 secondary-color-3us-ext
3712 secondary-color-3uiv-ext
3713 secondary-color-3ui-ext
3714 secondary-color-3ubv-ext
3715 secondary-color-3ub-ext
3716 secondary-color-3sv-ext
3717 secondary-color-3s-ext
3718 secondary-color-3iv-ext
3719 secondary-color-3i-ext
3720 secondary-color-3fv-ext
3721 secondary-color-3f-ext
3722 secondary-color-3dv-ext
3723 secondary-color-3d-ext
3724 secondary-color-3bv-ext
3725 secondary-color-3b-ext
3726 is-async-marker-sgix
3727 delete-async-markers-sgix
3728 gen-async-markers-sgix
3729 poll-async-sgix
3730 finish-async-sgix
3731 async-marker-sgix
3732 +fragment-material-ext+
3733 +fragment-normal-ext+
3734 +fragment-color-ext+
3735 +attenuation-ext+
3736 +shadow-attenuation-ext+
3737 +texture-application-mode-ext+
3738 +texture-light-ext+
3739 +texture-material-face-ext+
3740 +texture-material-parameter-ext+
3741 +fragment-depth-ext+
3742 texture-material-ext
3743 texture-light-ext
3744 apply-texture-ext
3745 +max-elements-vertices-ext+
3746 +max-elements-indices-ext+
3747 draw-range-elements-ext
3748 +cull-vertex-ext+
3749 +cull-vertex-eye-position-ext+
3750 +cull-vertex-object-position-ext+
3751 cull-parameter-fv-ext
3752 cull-parameter-dv-ext
3753 +array-element-lock-first-ext+
3754 +array-element-lock-count-ext+
3755 unlock-arrays-ext
3756 lock-arrays-ext
3757 +index-test-ext+
3758 +index-test-func-ext+
3759 +index-test-ref-ext+
3760 index-func-ext
3761 +index-material-ext+
3762 +index-material-parameter-ext+
3763 +index-material-face-ext+
3764 index-material-ext
3765 +color-index1-ext+
3766 +color-index2-ext+
3767 +color-index4-ext+
3768 +color-index8-ext+
3769 +color-index12-ext+
3770 +color-index16-ext+
3771 +texture-index-size-ext+
3772 get-color-table-parameter-fv-ext
3773 get-color-table-parameter-iv-ext
3774 get-color-table-ext
3775 color-table-ext
3776 +prefer-doublebuffer-hint-pgi+
3777 +conserve-memory-hint-pgi+
3778 +reclaim-memory-hint-pgi+
3779 +native-graphics-handle-pgi+
3780 +native-graphics-begin-hint-pgi+
3781 +native-graphics-end-hint-pgi+
3782 +always-fast-hint-pgi+
3783 +always-soft-hint-pgi+
3784 +allow-draw-obj-hint-pgi+
3785 +allow-draw-win-hint-pgi+
3786 +allow-draw-frg-hint-pgi+
3787 +allow-draw-mem-hint-pgi+
3788 +strict-depthfunc-hint-pgi+
3789 +strict-lighting-hint-pgi+
3790 +strict-scissor-hint-pgi+
3791 +full-stipple-hint-pgi+
3792 +clip-near-hint-pgi+
3793 +clip-far-hint-pgi+
3794 +wide-line-hint-pgi+
3795 +back-normals-hint-pgi+
3796 hint-pgi
3797 copy-color-sub-table-ext
3798 color-sub-table-ext
3799 +image-scale-x-hp+
3800 +image-scale-y-hp+
3801 +image-translate-x-hp+
3802 +image-translate-y-hp+
3803 +image-rotate-angle-hp+
3804 +image-rotate-origin-x-hp+
3805 +image-rotate-origin-y-hp+
3806 +image-mag-filter-hp+
3807 +image-min-filter-hp+
3808 +image-cubic-weight-hp+
3809 +cubic-hp+
3810 +average-hp+
3811 +image-transform-2d-hp+
3812 +post-image-transform-color-table-hp+
3813 +proxy-post-image-transform-color-table-hp+
3814 get-image-transform-parameter-fv-hp
3815 get-image-transform-parameter-iv-hp
3816 image-transform-parameter-fv-hp
3817 image-transform-parameter-iv-hp
3818 image-transform-parameter-f-hp
3819 image-transform-parameter-i-hp
3820 flush-raster-sgix
3821 load-identity-deformation-map-sgix
3822 deform-sgix
3823 deformation-map-3f-sgix
3824 deformation-map-3d-sgix
3825 tag-sample-buffer-sgix
3826 point-parameter-fv-ext
3827 point-parameter-f-ext
3828 copy-tex-sub-image-3d-ext
3829 copy-tex-sub-image-2d-ext
3830 copy-tex-sub-image-1d-ext
3831 copy-tex-image-2d-ext
3832 copy-tex-image-1d-ext
3833 tex-sub-image-2d-ext
3834 tex-sub-image-1d-ext
3835 +rgba-float-mode-arb+
3836 +clamp-vertex-color-arb+
3837 +clamp-fragment-color-arb+
3838 +clamp-read-color-arb+
3839 +fixed-only-arb+
3840 clamp-color-arb
3841 +max-draw-buffers-arb+
3842 +draw-buffer0-arb+
3843 +draw-buffer1-arb+
3844 +draw-buffer2-arb+
3845 +draw-buffer3-arb+
3846 +draw-buffer4-arb+
3847 +draw-buffer5-arb+
3848 +draw-buffer6-arb+
3849 +draw-buffer7-arb+
3850 +draw-buffer8-arb+
3851 +draw-buffer9-arb+
3852 +draw-buffer10-arb+
3853 +draw-buffer11-arb+
3854 +draw-buffer12-arb+
3855 +draw-buffer13-arb+
3856 +draw-buffer14-arb+
3857 +draw-buffer15-arb+
3858 draw-buffers-arb
3859 +vertex-shader-arb+
3860 +max-vertex-uniform-components-arb+
3861 +max-varying-floats-arb+
3862 +max-combined-texture-image-units-arb+
3863 +object-active-attributes-arb+
3864 +object-active-attribute-max-length-arb+
3865 get-attrib-location-arb
3866 get-active-attrib-arb
3867 bind-attrib-location-arb
3868 +program-object-arb+
3869 +shader-object-arb+
3870 +object-type-arb+
3871 +object-subtype-arb+
3872 +float-vec2-arb+
3873 +float-vec3-arb+
3874 +float-vec4-arb+
3875 +int-vec2-arb+
3876 +int-vec3-arb+
3877 +int-vec4-arb+
3878 +bool-arb+
3879 +bool-vec2-arb+
3880 +bool-vec3-arb+
3881 +bool-vec4-arb+
3882 +float-mat2-arb+
3883 +float-mat3-arb+
3884 +float-mat4-arb+
3885 +sampler-1d-arb+
3886 +sampler-2d-arb+
3887 +sampler-3d-arb+
3888 +sampler-cube-arb+
3889 +sampler-1d-shadow-arb+
3890 +sampler-2d-shadow-arb+
3891 +sampler-2d-rect-arb+
3892 +sampler-2d-rect-shadow-arb+
3893 +object-delete-status-arb+
3894 +object-compile-status-arb+
3895 +object-link-status-arb+
3896 +object-validate-status-arb+
3897 +object-info-log-length-arb+
3898 +object-attached-objects-arb+
3899 +object-active-uniforms-arb+
3900 +object-active-uniform-max-length-arb+
3901 +object-shader-source-length-arb+
3902 get-shader-source-arb
3903 get-uniform-iv-arb
3904 get-uniform-fv-arb
3905 get-active-uniform-arb
3906 get-uniform-location-arb
3907 get-attached-objects-arb
3908 get-info-log-arb
3909 get-object-parameter-iv-arb
3910 get-object-parameter-fv-arb
3911 uniform-matrix-4fv-arb
3912 uniform-matrix-3fv-arb
3913 uniform-matrix-2fv-arb
3914 uniform-4iv-arb
3915 uniform-3iv-arb
3916 uniform-2iv-arb
3917 uniform-1iv-arb
3918 uniform-4fv-arb
3919 uniform-3fv-arb
3920 uniform-2fv-arb
3921 uniform-1fv-arb
3922 uniform-4i-arb
3923 uniform-3i-arb
3924 uniform-2i-arb
3925 uniform-1i-arb
3926 uniform-4f-arb
3927 uniform-3f-arb
3928 uniform-2f-arb
3929 uniform-1f-arb
3930 validate-program-arb
3931 use-program-object-arb
3932 link-program-arb
3933 attach-object-arb
3934 create-program-object-arb
3935 compile-shader-arb
3936 shader-source-arb
3937 create-shader-object-arb
3938 detach-object-arb
3939 get-handle-arb
3940 delete-object-arb
3941 +query-counter-bits-arb+
3942 +current-query-arb+
3943 +query-result-arb+
3944 +query-result-available-arb+
3945 +samples-passed-arb+
3946 get-query-object-uiv-arb
3947 get-query-object-iv-arb
3948 get-query-iv-arb
3949 end-query-arb
3950 begin-query-arb
3951 is-query-arb
3952 delete-queries-arb
3953 gen-queries-arb
3954 +buffer-size-arb+
3955 +buffer-usage-arb+
3956 +array-buffer-arb+
3957 +element-array-buffer-arb+
3958 +array-buffer-binding-arb+
3959 +element-array-buffer-binding-arb+
3960 +vertex-array-buffer-binding-arb+
3961 +normal-array-buffer-binding-arb+
3962 +color-array-buffer-binding-arb+
3963 +index-array-buffer-binding-arb+
3964 +texture-coord-array-buffer-binding-arb+
3965 +edge-flag-array-buffer-binding-arb+
3966 +secondary-color-array-buffer-binding-arb+
3967 +fog-coordinate-array-buffer-binding-arb+
3968 +weight-array-buffer-binding-arb+
3969 +vertex-attrib-array-buffer-binding-arb+
3970 +read-only-arb+
3971 +write-only-arb+
3972 +read-write-arb+
3973 +buffer-access-arb+
3974 +buffer-mapped-arb+
3975 +buffer-map-pointer-arb+
3976 +stream-draw-arb+
3977 +stream-read-arb+
3978 +stream-copy-arb+
3979 +static-draw-arb+
3980 +static-read-arb+
3981 +static-copy-arb+
3982 +dynamic-draw-arb+
3983 +dynamic-read-arb+
3984 +dynamic-copy-arb+
3985 get-buffer-pointerv-arb
3986 get-buffer-parameter-iv-arb
3987 unmap-buffer-arb
3988 map-buffer-arb
3989 get-buffer-sub-data-arb
3990 buffer-sub-data-arb
3991 buffer-data-arb
3992 is-buffer-arb
3993 gen-buffers-arb
3994 delete-buffers-arb
3995 bind-buffer-arb
3996 +color-sum-arb+
3997 +vertex-program-arb+
3998 +vertex-attrib-array-enabled-arb+
3999 +vertex-attrib-array-size-arb+
4000 +vertex-attrib-array-stride-arb+
4001 +vertex-attrib-array-type-arb+
4002 +current-vertex-attrib-arb+
4003 +program-length-arb+
4004 +program-string-arb+
4005 +max-program-matrix-stack-depth-arb+
4006 +max-program-matrices-arb+
4007 +current-matrix-stack-depth-arb+
4008 +current-matrix-arb+
4009 +vertex-program-point-size-arb+
4010 +vertex-program-two-side-arb+
4011 +vertex-attrib-array-pointer-arb+
4012 +program-error-position-arb+
4013 +program-binding-arb+
4014 +max-vertex-attribs-arb+
4015 +vertex-attrib-array-normalized-arb+
4016 +program-error-string-arb+
4017 +program-format-ascii-arb+
4018 +program-format-arb+
4019 +program-instructions-arb+
4020 +max-program-instructions-arb+
4021 +program-native-instructions-arb+
4022 +max-program-native-instructions-arb+
4023 +program-temporaries-arb+
4024 +max-program-temporaries-arb+
4025 +program-native-temporaries-arb+
4026 +max-program-native-temporaries-arb+
4027 +program-parameters-arb+
4028 +max-program-parameters-arb+
4029 +program-native-parameters-arb+
4030 +max-program-native-parameters-arb+
4031 +program-attribs-arb+
4032 +max-program-attribs-arb+
4033 +program-native-attribs-arb+
4034 +max-program-native-attribs-arb+
4035 +program-address-registers-arb+
4036 +max-program-address-registers-arb+
4037 +program-native-address-registers-arb+
4038 +max-program-native-address-registers-arb+
4039 +max-program-local-parameters-arb+
4040 +max-program-env-parameters-arb+
4041 +program-under-native-limits-arb+
4042 +transpose-current-matrix-arb+
4043 +matrix0-arb+
4044 +matrix1-arb+
4045 +matrix2-arb+
4046 +matrix3-arb+
4047 +matrix4-arb+
4048 +matrix5-arb+
4049 +matrix6-arb+
4050 +matrix7-arb+
4051 +matrix8-arb+
4052 +matrix9-arb+
4053 +matrix10-arb+
4054 +matrix11-arb+
4055 +matrix12-arb+
4056 +matrix13-arb+
4057 +matrix14-arb+
4058 +matrix15-arb+
4059 +matrix16-arb+
4060 +matrix17-arb+
4061 +matrix18-arb+
4062 +matrix19-arb+
4063 +matrix20-arb+
4064 +matrix21-arb+
4065 +matrix22-arb+
4066 +matrix23-arb+
4067 +matrix24-arb+
4068 +matrix25-arb+
4069 +matrix26-arb+
4070 +matrix27-arb+
4071 +matrix28-arb+
4072 +matrix29-arb+
4073 +matrix30-arb+
4074 +matrix31-arb+
4075 is-program-arb
4076 get-vertex-attrib-pointerv-arb
4077 get-vertex-attrib-iv-arb
4078 get-vertex-attrib-fv-arb
4079 get-vertex-attrib-dv-arb
4080 get-program-string-arb
4081 get-program-iv-arb
4082 get-program-local-parameter-fv-arb
4083 get-program-local-parameter-dv-arb
4084 get-program-env-parameter-fv-arb
4085 get-program-env-parameter-dv-arb
4086 program-local-parameter-4fv-arb
4087 program-local-parameter-4f-arb
4088 program-local-parameter-4dv-arb
4089 program-local-parameter-4d-arb
4090 program-env-parameter-4fv-arb
4091 program-env-parameter-4f-arb
4092 program-env-parameter-4dv-arb
4093 program-env-parameter-4d-arb
4094 gen-programs-arb
4095 delete-programs-arb
4096 bind-program-arb
4097 program-string-arb
4098 disable-vertex-attrib-array-arb
4099 enable-vertex-attrib-array-arb
4100 vertex-attrib-pointer-arb
4101 vertex-attrib-4usv-arb
4102 vertex-attrib-4uiv-arb
4103 vertex-attrib-4ubv-arb
4104 vertex-attrib-4sv-arb
4105 vertex-attrib-4s-arb
4106 vertex-attrib-4iv-arb
4107 vertex-attrib-4fv-arb
4108 vertex-attrib-4f-arb
4109 vertex-attrib-4dv-arb
4110 vertex-attrib-4d-arb
4111 vertex-attrib-4bv-arb
4112 vertex-attrib-4n-usv-arb
4113 vertex-attrib-4n-uiv-arb
4114 vertex-attrib-4n-ubv-arb
4115 vertex-attrib-4n-ub-arb
4116 vertex-attrib-4n-sv-arb
4117 vertex-attrib-4n-iv-arb
4118 vertex-attrib-4n-bv-arb
4119 vertex-attrib-3sv-arb
4120 vertex-attrib-3s-arb
4121 vertex-attrib-3fv-arb
4122 vertex-attrib-3f-arb
4123 vertex-attrib-3dv-arb
4124 vertex-attrib-3d-arb
4125 vertex-attrib-2sv-arb
4126 vertex-attrib-2s-arb
4127 vertex-attrib-2fv-arb
4128 vertex-attrib-2f-arb
4129 vertex-attrib-2dv-arb
4130 vertex-attrib-2d-arb
4131 vertex-attrib-1sv-arb
4132 vertex-attrib-1s-arb
4133 vertex-attrib-1fv-arb
4134 vertex-attrib-1f-arb
4135 vertex-attrib-1dv-arb
4136 vertex-attrib-1d-arb
4137 window-pos-3sv-arb
4138 window-pos-3s-arb
4139 window-pos-3iv-arb
4140 window-pos-3i-arb
4141 window-pos-3fv-arb
4142 window-pos-3f-arb
4143 window-pos-3dv-arb
4144 window-pos-3d-arb
4145 window-pos-2sv-arb
4146 window-pos-2s-arb
4147 window-pos-2iv-arb
4148 window-pos-2i-arb
4149 window-pos-2fv-arb
4150 window-pos-2f-arb
4151 window-pos-2dv-arb
4152 window-pos-2d-arb
4153 +matrix-palette-arb+
4154 +max-matrix-palette-stack-depth-arb+
4155 +max-palette-matrices-arb+
4156 +current-palette-matrix-arb+
4157 +matrix-index-array-arb+
4158 +current-matrix-index-arb+
4159 +matrix-index-array-size-arb+
4160 +matrix-index-array-type-arb+
4161 +matrix-index-array-stride-arb+
4162 +matrix-index-array-pointer-arb+
4163 matrix-index-pointer-arb
4164 matrix-index-uiv-arb
4165 matrix-index-usv-arb
4166 matrix-index-ubv-arb
4167 current-palette-matrix-arb
4168 +max-vertex-units-arb+
4169 +active-vertex-units-arb+
4170 +weight-sum-unity-arb+
4171 +vertex-blend-arb+
4172 +current-weight-arb+
4173 +weight-array-type-arb+
4174 +weight-array-stride-arb+
4175 +weight-array-size-arb+
4176 +weight-array-pointer-arb+
4177 +weight-array-arb+
4178 +modelview0-arb+
4179 +modelview1-arb+
4180 +modelview2-arb+
4181 +modelview3-arb+
4182 +modelview4-arb+
4183 +modelview5-arb+
4184 +modelview6-arb+
4185 +modelview7-arb+
4186 +modelview8-arb+
4187 +modelview9-arb+
4188 +modelview10-arb+
4189 +modelview11-arb+
4190 +modelview12-arb+
4191 +modelview13-arb+
4192 +modelview14-arb+
4193 +modelview15-arb+
4194 +modelview16-arb+
4195 +modelview17-arb+
4196 +modelview18-arb+
4197 +modelview19-arb+
4198 +modelview20-arb+
4199 +modelview21-arb+
4200 +modelview22-arb+
4201 +modelview23-arb+
4202 +modelview24-arb+
4203 +modelview25-arb+
4204 +modelview26-arb+
4205 +modelview27-arb+
4206 +modelview28-arb+
4207 +modelview29-arb+
4208 +modelview30-arb+
4209 +modelview31-arb+
4210 vertex-blend-arb
4211 weight-pointer-arb
4212 weight-uiv-arb
4213 weight-usv-arb
4214 weight-ubv-arb
4215 weight-dv-arb
4216 weight-fv-arb
4217 weight-iv-arb
4218 weight-sv-arb
4219 weight-bv-arb
4220 point-parameter-fv-arb
4221 point-parameter-f-arb
4222 +compressed-alpha-arb+
4223 +compressed-luminance-arb+
4224 +compressed-luminance-alpha-arb+
4225 +compressed-intensity-arb+
4226 +compressed-rgb-arb+
4227 +compressed-rgba-arb+
4228 +texture-compression-hint-arb+
4229 +texture-compressed-image-size-arb+
4230 +texture-compressed-arb+
4231 +num-compressed-texture-formats-arb+
4232 +compressed-texture-formats-arb+
4233 get-compressed-tex-image-arb
4234 compressed-tex-sub-image-1d-arb
4235 compressed-tex-sub-image-2d-arb
4236 compressed-tex-sub-image-3d-arb
4237 compressed-tex-image-1d-arb
4238 compressed-tex-image-2d-arb
4239 compressed-tex-image-3d-arb
4240 +transpose-modelview-matrix-arb+
4241 +transpose-projection-matrix-arb+
4242 +transpose-texture-matrix-arb+
4243 +transpose-color-matrix-arb+
4244 mult-transpose-matrix-d-arb
4245 mult-transpose-matrix-f-arb
4246 load-transpose-matrix-d-arb
4247 load-transpose-matrix-f-arb
4248 +texture0-arb+
4249 +texture1-arb+
4250 +texture2-arb+
4251 +texture3-arb+
4252 +texture4-arb+
4253 +texture5-arb+
4254 +texture6-arb+
4255 +texture7-arb+
4256 +texture8-arb+
4257 +texture9-arb+
4258 +texture10-arb+
4259 +texture11-arb+
4260 +texture12-arb+
4261 +texture13-arb+
4262 +texture14-arb+
4263 +texture15-arb+
4264 +texture16-arb+
4265 +texture17-arb+
4266 +texture18-arb+
4267 +texture19-arb+
4268 +texture20-arb+
4269 +texture21-arb+
4270 +texture22-arb+
4271 +texture23-arb+
4272 +texture24-arb+
4273 +texture25-arb+
4274 +texture26-arb+
4275 +texture27-arb+
4276 +texture28-arb+
4277 +texture29-arb+
4278 +texture30-arb+
4279 +texture31-arb+
4280 +active-texture-arb+
4281 +client-active-texture-arb+
4282 +max-texture-units-arb+
4283 multi-tex-coord-4sv-arb
4284 multi-tex-coord-4s-arb
4285 multi-tex-coord-4iv-arb
4286 multi-tex-coord-4i-arb
4287 multi-tex-coord-4fv-arb
4288 multi-tex-coord-4f-arb
4289 multi-tex-coord-4dv-arb
4290 multi-tex-coord-4d-arb
4291 multi-tex-coord-3sv-arb
4292 multi-tex-coord-3s-arb
4293 multi-tex-coord-3iv-arb
4294 multi-tex-coord-3i-arb
4295 multi-tex-coord-3fv-arb
4296 multi-tex-coord-3f-arb
4297 multi-tex-coord-3dv-arb
4298 multi-tex-coord-3d-arb
4299 multi-tex-coord-2sv-arb
4300 multi-tex-coord-2s-arb
4301 multi-tex-coord-2iv-arb
4302 multi-tex-coord-2i-arb
4303 multi-tex-coord-2fv-arb
4304 multi-tex-coord-2f-arb
4305 multi-tex-coord-2dv-arb
4306 multi-tex-coord-2d-arb
4307 multi-tex-coord-1sv-arb
4308 multi-tex-coord-1s-arb
4309 multi-tex-coord-1iv-arb
4310 multi-tex-coord-1i-arb
4311 multi-tex-coord-1fv-arb
4312 multi-tex-coord-1f-arb
4313 multi-tex-coord-1dv-arb
4314 multi-tex-coord-1d-arb
4315 client-active-texture-arb
4316 active-texture-arb
4317 +current-raster-normal-sgix+
4318 light-env-i-sgix
4319 get-fragment-material-iv-sgix
4320 get-fragment-material-fv-sgix
4321 get-fragment-light-iv-sgix
4322 get-fragment-light-fv-sgix
4323 fragment-material-iv-sgix
4324 fragment-material-i-sgix
4325 fragment-material-fv-sgix
4326 fragment-material-f-sgix
4327 fragment-light-model-iv-sgix
4328 fragment-light-model-i-sgix
4329 fragment-light-model-fv-sgix
4330 fragment-light-model-f-sgix
4331 fragment-light-iv-sgix
4332 fragment-light-i-sgix
4333 fragment-light-fv-sgix
4334 fragment-light-f-sgix
4335 fragment-color-material-sgix
4336 +parallel-arrays-intel+
4337 +vertex-array-parallel-pointers-intel+
4338 +normal-array-parallel-pointers-intel+
4339 +color-array-parallel-pointers-intel+
4340 +texture-coord-array-parallel-pointers-intel+
4341 tex-coord-pointerv-intel
4342 color-pointerv-intel
4343 normal-pointerv-intel
4344 vertex-pointerv-intel
4345 +pixel-group-color-sgis+
4346 get-pixel-tex-gen-parameter-fv-sgis
4347 get-pixel-tex-gen-parameter-iv-sgis
4348 pixel-tex-gen-parameter-fv-sgis
4349 pixel-tex-gen-parameter-f-sgis
4350 pixel-tex-gen-parameter-iv-sgis
4351 pixel-tex-gen-parameter-i-sgis
4352 +pixel-transform-2d-ext+
4353 +pixel-mag-filter-ext+
4354 +pixel-min-filter-ext+
4355 +pixel-cubic-weight-ext+
4356 +cubic-ext+
4357 +average-ext+
4358 +pixel-transform-2d-stack-depth-ext+
4359 +max-pixel-transform-2d-stack-depth-ext+
4360 +pixel-transform-2d-matrix-ext+
4361 pixel-transform-parameter-fv-ext
4362 pixel-transform-parameter-iv-ext
4363 pixel-transform-parameter-f-ext
4364 pixel-transform-parameter-i-ext
4365 +texture-color-writemask-sgis+
4366 texture-color-mask-sgis
4367 frame-zoom-sgix
4368 list-parameter-iv-sgix
4369 list-parameter-i-sgix
4370 list-parameter-fv-sgix
4371 list-parameter-f-sgix
4372 get-list-parameter-iv-sgix
4373 get-list-parameter-fv-sgix
4374 stop-instruments-sgix
4375 start-instruments-sgix
4376 read-instruments-sgix
4377 poll-instruments-sgix
4378 instruments-buffer-sgix
4379 get-instruments-sgix
4380 reference-plane-sgix
4381 +sprite-axial-sgix+
4382 +sprite-object-aligned-sgix+
4383 +sprite-eye-aligned-sgix+
4384 sprite-parameter-iv-sgix
4385 sprite-parameter-i-sgix
4386 sprite-parameter-fv-sgix
4387 sprite-parameter-f-sgix
4388 tex-filter-func-sgis
4389 get-tex-filter-func-sgis
4390 pixel-tex-gen-sgix
4391 tex-sub-image-4d-sgis
4392 tex-image-4d-sgis
4393 get-fog-func-sgis
4394 fog-func-sgis
4395 +point-size-min+
4396 +point-size-min-arb+
4397 +point-size-min-ext+
4398 +point-size-max+
4399 +point-size-max-arb+
4400 +point-size-max-ext+
4401 +point-fade-threshold-size+
4402 +point-fade-threshold-size-arb+
4403 +point-fade-threshold-size-ext+
4404 +point-distance-attenuation+
4405 +point-distance-attenuation-arb+
4406 +distance-attenuation-ext+
4407 point-parameter-fv-sgis
4408 point-parameter-f-sgis
4409 get-color-table-parameteriv-sgi
4410 get-color-table-parameterfv-sgi
4411 get-color-table-sgi
4412 copy-color-table-sgi
4413 color-table-parameteriv-sgi
4414 color-table-parameterfv-sgi
4415 color-table-sgi
4416 get-sharpen-tex-func-sgis
4417 sharpen-tex-func-sgis
4418 sample-pattern-sgis
4419 sample-mask-sgis
4420 +multisample+
4421 +sample-alpha-to-coverage+
4422 +sample-alpha-to-one+
4423 +sample-coverage+
4424 +sample-buffers+
4425 +samples+
4426 +sample-coverage-value+
4427 +sample-coverage-invert+
4428 +multisample-arb+
4429 +sample-alpha-to-coverage-arb+
4430 +sample-alpha-to-one-arb+
4431 +sample-coverage-arb+
4432 +sample-buffers-arb+
4433 +samples-arb+
4434 +sample-coverage-value-arb+
4435 +sample-coverage-invert-arb+
4436 +multisample-bit-arb+
4437 sample-coverage-arb
4438 get-detail-tex-func-sgis
4439 detail-tex-func-sgis
4440 +vertex-array-ext+
4441 +normal-array-ext+
4442 +color-array-ext+
4443 +index-array-ext+
4444 +texture-coord-array-ext+
4445 +edge-flag-array-ext+
4446 +vertex-array-size-ext+
4447 +vertex-array-type-ext+
4448 +vertex-array-stride-ext+
4449 +normal-array-type-ext+
4450 +normal-array-stride-ext+
4451 +color-array-size-ext+
4452 +color-array-type-ext+
4453 +color-array-stride-ext+
4454 +index-array-type-ext+
4455 +index-array-stride-ext+
4456 +texture-coord-array-size-ext+
4457 +texture-coord-array-type-ext+
4458 +texture-coord-array-stride-ext+
4459 +edge-flag-array-stride-ext+
4460 +vertex-array-pointer-ext+
4461 +normal-array-pointer-ext+
4462 +color-array-pointer-ext+
4463 +index-array-pointer-ext+
4464 +texture-coord-array-pointer-ext+
4465 +edge-flag-array-pointer-ext+
4466 vertex-pointer-ext
4467 tex-coord-pointer-ext
4468 normal-pointer-ext
4469 index-pointer-ext
4470 get-pointerv-ext
4471 edge-flag-pointer-ext
4472 draw-arrays-ext
4473 color-pointer-ext
4474 array-element-ext
4475 +pack-skip-images+
4476 +pack-image-height+
4477 +unpack-skip-images+
4478 +unpack-image-height+
4479 +texture-3d+
4480 +proxy-texture-3d+
4481 +texture-depth+
4482 +texture-wrap-r+
4483 +max-3d-texture-size+
4484 tex-sub-image-3d-ext
4485 tex-image-3d-ext
4486 +texture-priority-ext+
4487 +texture-resident-ext+
4488 +texture-1d-binding-ext+
4489 +texture-2d-binding-ext+
4490 prioritize-textures-ext
4491 is-texture-ext
4492 gen-textures-ext
4493 delete-textures-ext
4494 bind-texture-ext
4495 are-textures-resident-ext
4496 +polygon-offset-ext+
4497 +polygon-offset-factor-ext+
4498 polygon-offset-ext
4499 reset-minmax-ext
4500 reset-histogram-ext
4501 minmax-ext
4502 histogram-ext
4503 get-minmax-parameter-iv-ext
4504 get-minmax-parameter-fv-ext
4505 get-minmax-ext
4506 get-histogram-parameter-iv-ext
4507 get-histogram-parameter-fv-ext
4508 get-histogram-ext
4509 separable-filter-2d-ext
4510 get-separable-filter-ext
4511 get-convolution-parameter-iv-ext
4512 get-convolution-parameter-fv-ext
4513 get-convolution-filter-ext
4514 copy-convolution-filter-2d-ext
4515 copy-convolution-filter-1d-ext
4516 convolution-parameter-iv-ext
4517 convolution-parameter-i-ext
4518 convolution-parameter-fv-ext
4519 convolution-parameter-f-ext
4520 convolution-filter-2d-ext
4521 convolution-filter-1d-ext
4522 blend-equation-ext
4523 blend-color-ext ))
4525 (in-package #:opengl)
4527 (cffi:load-foreign-library '(:or (:framework "OpenGL")
4528 "opengl32.dll"
4529 (:default "libGL")
4530 (:default "opengl")
4531 (:default "opengl32")
4532 (:default "GL")
4533 (:default "gl")
4534 (:default "libOpenGL")
4535 (:default "OpenGL")))
4537 ;; TYPES
4539 (defctype enum :uint32)
4540 (defctype boolean :uint8)
4541 (defctype bitfield :uint32)
4542 (defctype byte :int8)
4543 (defctype short :int16)
4544 (defctype int :int32)
4545 (defctype sizei :int32)
4546 (defctype ubyte :uint8)
4547 (defctype ushort :uint16)
4548 (defctype uint :uint32)
4549 (defctype float :float)
4550 (defctype clampf :float)
4551 (defctype double :double)
4552 (defctype clampd :double)
4553 (defctype void :void)
4555 (defctype uint64 :uint64)
4556 (defctype int64 :int64)
4558 (defctype intptr #.(find-symbol (format nil "INT~d" (* 8 (cffi:foreign-type-size :pointer))) (find-package '#:keyword)))
4559 (defctype sizeiptr #.(find-symbol (format nil "INT~d" (* 8 (cffi:foreign-type-size :pointer))) (find-package '#:keyword)))
4561 (defctype handle :unsigned-int)
4563 (defctype char :char)
4565 (defctype string :string)
4567 (defctype half :unsigned-short) ; this is how glext.h defines it anyway
4569 (eval-when (:compile-toplevel :load-toplevel :execute)
4570 (let ((type-maps (quote
4571 (|AccumOp| enum |AlphaFunction| enum |AttribMask| bitfield |BeginMode| enum
4572 |BinormalPointerTypeEXT| enum |BlendEquationMode| enum |BlendEquationModeEXT|
4573 enum |BlendFuncSeparateParameterEXT| enum |BlendingFactorDest| enum
4574 |BlendingFactorSrc| enum |Boolean| boolean |BooleanPointer| :pointer |Char|
4575 char |CharPointer| :pointer |CheckedFloat32| float |CheckedInt32| int
4576 |ClampColorTargetARB| enum |ClampColorModeARB| enum |ClampedColorF| clampf
4577 |ClampedFloat32| clampf |ClampedFloat64| clampd |ClampedStencilValue| int
4578 |ClearBufferMask| bitfield |ClientAttribMask| bitfield |ClipPlaneName| enum
4579 |ColorB| byte |ColorD| double |ColorF| float |ColorI| int |ColorIndexValueD|
4580 double |ColorIndexValueF| float |ColorIndexValueI| int |ColorIndexValueS|
4581 short |ColorIndexValueUB| ubyte |ColorMaterialParameter| enum
4582 |ColorPointerType| enum |ColorS| short |ColorTableParameterPName| enum
4583 |ColorTableParameterPNameSGI| enum |ColorTableTarget| enum
4584 |ColorTableTargetSGI| enum |ColorUB| ubyte |ColorUI| uint |ColorUS| ushort
4585 |CombinerBiasNV| enum |CombinerComponentUsageNV| enum |CombinerMappingNV| enum
4586 |CombinerParameterNV| enum |CombinerPortionNV| enum |CombinerRegisterNV| enum
4587 |CombinerScaleNV| enum |CombinerStageNV| enum |CombinerVariableNV| enum
4588 |CompressedTextureARB| void |ControlPointNV| void |ControlPointTypeNV| enum
4589 |ConvolutionParameter| enum |ConvolutionParameterEXT| enum |ConvolutionTarget|
4590 enum |ConvolutionTargetEXT| enum |CoordD| double |CoordF| float |CoordI| int
4591 |CoordS| short |CullFaceMode| enum |CullParameterEXT| enum |DepthFunction|
4592 enum |DrawBufferMode| enum |DrawElementsType| enum |ElementPointerTypeATI|
4593 enum |EnableCap| enum |ErrorCode| enum |EvalMapsModeNV| enum |EvalTargetNV|
4594 enum |FeedbackElement| float |FeedbackType| enum |FenceNV| uint
4595 |FenceConditionNV| enum |FenceParameterNameNV| enum |FfdMaskSGIX| bitfield
4596 |FfdTargetSGIX| enum |Float32| float |Float32Pointer| :pointer |Float64|
4597 double |Float64Pointer| :pointer |FogParameter| enum |FogPointerTypeEXT| enum
4598 |FogPointerTypeIBM| enum |FragmentLightModelParameterSGIX| enum
4599 |FragmentLightNameSGIX| enum |FragmentLightParameterSGIX| enum
4600 |FramebufferAttachment| enum |FramebufferTarget| enum |FrontFaceDirection|
4601 enum |FunctionPointer| :pointer |GetColorTableParameterPName| enum
4602 |GetColorTableParameterPNameSGI| enum |GetConvolutionParameterPName| enum
4603 |GetHistogramParameterPName| enum |GetHistogramParameterPNameEXT| enum
4604 |GetMapQuery| enum |GetMinmaxParameterPName| enum |GetMinmaxParameterPNameEXT|
4605 enum |GetPName| enum |GetPointervPName| enum |GetTextureParameter| enum
4606 |HintMode| enum |HintTarget| enum |HintTargetPGI| enum |HistogramTarget| enum
4607 |HistogramTargetEXT| enum |IglooFunctionSelectSGIX| enum |IglooParameterSGIX|
4608 void |ImageTransformPNameHP| enum |ImageTransformTargetHP| enum
4609 |IndexFunctionEXT| enum |IndexMaterialParameterEXT| enum |IndexPointerType|
4610 enum |Int16| short |Int32| int |Int8| byte |InterleavedArrayFormat| enum
4611 |LightEnvParameterSGIX| enum |LightModelParameter| enum |LightName| enum
4612 |LightParameter| enum |LightTextureModeEXT| enum |LightTexturePNameEXT| enum
4613 |LineStipple| ushort |List| uint |ListMode| enum |ListNameType| enum
4614 |ListParameterName| enum |LogicOp| enum |MapAttribParameterNV| enum
4615 |MapParameterNV| enum |MapTarget| enum |MapTargetNV| enum |MapTypeNV| enum
4616 |MaskedColorIndexValueF| float |MaskedColorIndexValueI| uint
4617 |MaskedStencilValue| uint |MaterialFace| enum |MaterialParameter| enum
4618 |MatrixIndexPointerTypeARB| enum |MatrixMode| enum |MatrixTransformNV| enum
4619 |MeshMode1| enum |MeshMode2| enum |MinmaxTarget| enum |MinmaxTargetEXT| enum
4620 |NormalPointerType| enum |NurbsCallback| enum |NurbsObj| :pointer
4621 |NurbsProperty| enum |NurbsTrim| enum |OcclusionQueryParameterNameNV| enum
4622 |PixelCopyType| enum |PixelFormat| enum |PixelInternalFormat| enum |PixelMap|
4623 enum |PixelStoreParameter| enum |PixelTexGenModeSGIX| enum
4624 |PixelTexGenParameterNameSGIS| enum |PixelTransferParameter| enum
4625 |PixelTransformPNameEXT| enum |PixelTransformTargetEXT| enum |PixelType| enum
4626 |PointParameterNameARB| enum |PolygonMode| enum |ProgramNV| uint
4627 |ProgramCharacterNV| ubyte |ProgramParameterNV| enum |ProgramParameterPName|
4628 enum |QuadricCallback| enum |QuadricDrawStyle| enum |QuadricNormal| enum
4629 |QuadricObj| :pointer |QuadricOrientation| enum |ReadBufferMode| enum
4630 |RenderbufferTarget| enum |RenderingMode| enum |ReplacementCodeSUN| uint
4631 |ReplacementCodeTypeSUN| enum |SamplePassARB| enum |SamplePatternEXT| enum
4632 |SamplePatternSGIS| enum |SecondaryColorPointerTypeIBM| enum |SelectName| uint
4633 |SeparableTarget| enum |SeparableTargetEXT| enum |ShadingModel| enum |SizeI|
4634 sizei |SpriteParameterNameSGIX| enum |StencilFunction| enum
4635 |StencilFaceDirection| enum |StencilOp| enum |StencilValue| int |String|
4636 string |StringName| enum |TangentPointerTypeEXT| enum |TessCallback| enum
4637 |TessContour| enum |TessProperty| enum |TesselatorObj| :pointer
4638 |TexCoordPointerType| enum |Texture| uint |TextureComponentCount| int
4639 |TextureCoordName| enum |TextureEnvParameter| enum |TextureEnvTarget| enum
4640 |TextureFilterSGIS| enum |TextureGenParameter| enum |TextureNormalModeEXT|
4641 enum |TextureParameterName| enum |TextureTarget| enum |TextureUnit| enum
4642 |UInt16| ushort |UInt32| uint |UInt8| ubyte |VertexAttribEnum| enum
4643 |VertexAttribEnumNV| enum |VertexAttribPointerTypeNV| enum |VertexPointerType|
4644 enum |VertexWeightPointerTypeEXT| enum |Void| void |VoidPointer| :pointer
4645 |ConstVoidPointer| :pointer |WeightPointerTypeARB| enum |WinCoord| int |void|
4646 :void |ArrayObjectPNameATI| enum |ArrayObjectUsageATI| enum |ConstFloat32|
4647 float |ConstInt32| int |ConstUInt32| uint |ConstVoid| void |DataTypeEXT| enum
4648 |FragmentOpATI| enum |GetTexBumpParameterATI| enum |GetVariantValueEXT| enum
4649 |ParameterRangeEXT| enum |PreserveModeATI| enum |ProgramFormatARB| enum
4650 |ProgramTargetARB| enum |ProgramTarget| enum |ProgramPropertyARB| enum
4651 |ProgramStringPropertyARB| enum |ScalarType| enum |SwizzleOpATI| enum
4652 |TexBumpParameterATI| enum |VariantCapEXT| enum
4653 |VertexAttribPointerPropertyARB| enum |VertexAttribPointerTypeARB| enum
4654 |VertexAttribPropertyARB| enum |VertexShaderCoordOutEXT| enum
4655 |VertexShaderOpEXT| enum |VertexShaderParameterEXT| enum
4656 |VertexShaderStorageTypeEXT| enum |VertexShaderTextureUnitParameter| enum
4657 |VertexShaderWriteMaskEXT| enum |VertexStreamATI| enum |PNTrianglesPNameATI|
4658 enum |BufferOffset| intptr |BufferSize| sizeiptr |BufferAccessARB| enum
4659 |BufferOffsetARB| intptr |BufferPNameARB| enum |BufferPointerNameARB| enum
4660 |BufferSizeARB| sizeiptr |BufferTargetARB| enum |BufferUsageARB| enum
4661 |ObjectTypeAPPLE| enum |VertexArrayPNameAPPLE| enum |DrawBufferModeATI| enum
4662 |Half16NV| half |PixelDataRangeTargetNV| enum |GLenum| enum |handleARB| handle
4663 |charARB| char |charPointerARB| :pointer |Int64EXT| int64 |UInt64EXT| uint64) )))
4664 (labels ((c-name (func-spec) (first (first func-spec)))
4665 (lisp-name (func-spec) (second (first func-spec)))
4666 (freturn (func-spec) (first (getf (rest func-spec) :return)))
4667 (args (func-spec) (getf (rest func-spec) :args))
4668 (deconstant (symbol)
4669 (if (not (constantp symbol))
4670 symbol
4671 (deconstant (intern (concatenate 'cl:string "_" (symbol-name symbol))))))
4672 (final-arg-name (arg)
4673 (deconstant (intern (string-upcase (symbol-name (getf arg :name))))))
4674 (final-arg-type (arg)
4675 (let ((type (getf type-maps (getf arg :type))))
4676 (cond
4677 ((eql 'void type) :pointer)
4678 ((getf arg :array) (if (eql type 'char) :string :pointer))
4679 (t type))))
4680 (arg-element-type (arg)
4681 (getf type-maps (getf arg :type)))
4682 (conc-symbols (&rest symbols)
4683 (intern (apply #'concatenate (cons 'cl:string (mapcar #'symbol-name symbols)))))
4684 (array-wrappable-p (arg #|args|#)
4685 (let ((resolved-type (getf type-maps (getf arg :type))))
4686 (and (getf arg :array)
4687 ;; we must have a type, ie. not a void* pointer
4688 (not (eql 'void resolved-type))
4689 (not (eql :void resolved-type))
4690 ;; opengl cannot retain this pointer, as we would destroy it after passing it
4691 (not (getf arg :retained))
4692 ;; can we guarantee a size? - used to do this, but the app programmer must get it right himself for OpenGL anyway
4693 ;; so doing it this way is consistent with the C-interface, though more dangerous
4695 (or (integerp (getf arg :size))
4696 (and (symbolp (getf arg :size))
4697 (find-if #'(lambda (other-arg)
4698 (eql (getf arg :size) (final-arg-name other-arg)))
4699 args)))|#
4700 ;; our own hook
4701 (not (getf arg :wrapped)))))
4702 (gl-function-definition (func-spec &optional (c-prefix "gl") (lisp-prefix '#:||))
4703 `(defcfun (,(concatenate 'cl:string c-prefix (c-name func-spec))
4704 ,(conc-symbols lisp-prefix (lisp-name func-spec)))
4705 ,(getf type-maps (intern (freturn func-spec)))
4706 ,@(mapcar #'(lambda (arg) (list (final-arg-name arg) (final-arg-type arg)))
4707 (args func-spec))))
4708 (gl-funcall-definition (func-spec fpointer)
4709 `(foreign-funcall ,fpointer
4710 ,@(mapcan #'(lambda (arg)
4711 `(,(final-arg-type arg) ,(final-arg-name arg)))
4712 (args func-spec))
4713 ,(getf type-maps (intern (freturn func-spec)))))
4714 (expand-a-wrapping (func-spec final-content)
4715 (let* ((func-spec (copy-tree func-spec)) ; duplicate because we're not supposed to modify macro params
4716 (args (args func-spec))
4717 (first-wrappable (position-if #'array-wrappable-p args)))
4718 (if first-wrappable
4719 (let* ((arg (elt (args func-spec) first-wrappable))
4720 (original-array-name (gensym (symbol-name (final-arg-name arg))))
4721 (array-name (final-arg-name arg)))
4722 ;; set it wrapped by non-consingly attaching a wrapped property on the end
4723 (nconc arg (list :wrapped t))
4724 `(if (and (typep ,array-name 'sequence) (not (stringp ,array-name)))
4725 ;; the actual allocation
4726 (let* ((,original-array-name ,array-name)
4727 (,array-name (foreign-alloc ',(arg-element-type arg)
4728 ;; we used to base it on the count of whatever the spec said
4729 #|:count ,(getf arg :size)|#
4730 ;; but now, we'll use the user's sequence size, or just their content
4731 ,@(if (eql (getf arg :direction) :in)
4732 `(:initial-contents ,original-array-name)
4733 `(:count (length ,original-array-name))))))
4734 ;; (format t "Copying ~a elements of ~a: ~a into ~a~%"
4735 ;; ,(getf arg :size) ',array-name ,original-array-name ,array-name)
4736 (unwind-protect
4737 (prog1
4738 #| as input values are set above, we don't use this now (and above is a prog1, it was prog2 before)
4739 ;; custom coersion of input values, before call ;
4740 ,(when (eql (getf arg :direction) :in)
4741 `(cond
4742 ((listp ,original-array-name)
4743 (loop for i upfrom 0 for e in ,original-array-name
4744 do (setf (mem-aref ,array-name ',(arg-element-type arg) i) e)))
4745 ((vectorp ,original-array-name)
4746 (loop for i upfrom 0 for e across ,original-array-name
4747 do (setf (mem-aref ,array-name ',(arg-element-type arg) i) e)))))
4749 ;; recurse in case there are more
4750 ,(expand-a-wrapping func-spec final-content)
4751 ;; custom coersion of output values, after call
4752 ,(when (eql (getf arg :direction) :out)
4753 `(cond
4754 ((listp ,original-array-name)
4755 (do ((i 0 (1+ i))
4756 (ce ,original-array-name (cdr ce)))
4757 ((not ce))
4758 #|((or (not ce)
4759 (>= i ,(getf arg :size))))|#
4760 (setf (car ce)
4761 (mem-aref ,array-name ',(arg-element-type arg) i))))
4762 ((vectorp ,original-array-name)
4763 (do ((i 0 (1+ i)))
4764 ((>= i (length ,original-array-name)))
4765 #|((or (>= i (length ,original-array-name))
4766 (>= i ,(getf arg :size))))|#
4767 (setf (aref ,original-array-name i)
4768 (mem-aref ,array-name ',(arg-element-type arg) i)))))))
4769 (foreign-free ,array-name)))
4770 ;; in the case the arg wasn't a sequence, pass it straight through
4771 ,(expand-a-wrapping func-spec final-content)))
4772 ;; in the case that there is no more wrapping to be done, emit the final content to start unwinding
4773 final-content))))
4775 (defun wrapped-win32-gl-function-definition (func-spec)
4776 `(let ((fpointer (foreign-funcall "wglGetProcAddress"
4777 :string ,(concatenate 'cl:string "gl" (c-name func-spec))
4778 :pointer)))
4779 ;; I know the CFFI guide recommends against holding pointers, but for extensions on win,
4780 ;; function pointers are the only way to do it. I don't think the locations are compiled
4781 ;; in-to the fasl files, as it's a top-level form.
4782 (when (null-pointer-p fpointer)
4783 (error 'simple-error "Error! Can't find function ~a" (first func-spec)))
4784 (defun ,(lisp-name func-spec)
4785 ,(mapcar #'(lambda (arg) (final-arg-name arg))
4786 (args func-spec))
4787 ;; if there is more than 0 wrappable arrays
4788 ,(let ((args (args func-spec)))
4789 (if (some #'array-wrappable-p args)
4790 (expand-a-wrapping func-spec
4791 (gl-funcall-definition func-spec 'fpointer))
4792 (gl-funcall-definition func-spec 'fpointer))))))
4794 (defun wrapped-gl-function-definition (func-spec)
4795 (let ((args (args func-spec)))
4796 ;; if there is more than 0 wrappable arrays
4797 (if (some #'array-wrappable-p args)
4798 `(progn
4799 ;; make an inlined function prefixed with %
4800 (declaim (inline ,(conc-symbols '#:% (lisp-name func-spec))))
4801 ,(gl-function-definition func-spec "gl" '#:%)
4802 ;; the exposed function with wrappings
4803 (defun ,(lisp-name func-spec) ,(mapcar #'final-arg-name (args func-spec))
4804 ,(expand-a-wrapping func-spec
4805 `(,(conc-symbols '#:% (lisp-name func-spec))
4806 ,@(mapcar #'final-arg-name (args func-spec))))))
4807 (gl-function-definition func-spec)))))))
4809 (defmacro defglfun (func-spec)
4810 (wrapped-gl-function-definition func-spec))
4812 (defmacro defglextfun (func-spec)
4813 #+win32 (wrapped-win32-gl-function-definition func-spec)
4814 #-win32 (wrapped-gl-function-definition func-spec))
4818 ;;;; Enumerations: AttribMask
4820 (defconstant +current-bit+ #x1)
4821 (defconstant +point-bit+ #x2)
4822 (defconstant +line-bit+ #x4)
4823 (defconstant +polygon-bit+ #x8)
4824 (defconstant +polygon-stipple-bit+ #x10)
4825 (defconstant +pixel-mode-bit+ #x20)
4826 (defconstant +lighting-bit+ #x40)
4827 (defconstant +fog-bit+ #x80)
4828 (defconstant +depth-buffer-bit+ #x100)
4829 (defconstant +accum-buffer-bit+ #x200)
4830 (defconstant +stencil-buffer-bit+ #x400)
4831 (defconstant +viewport-bit+ #x800)
4832 (defconstant +transform-bit+ #x1000)
4833 (defconstant +enable-bit+ #x2000)
4834 (defconstant +color-buffer-bit+ #x4000)
4835 (defconstant +hint-bit+ #x8000)
4836 (defconstant +eval-bit+ #x10000)
4837 (defconstant +list-bit+ #x20000)
4838 (defconstant +texture-bit+ #x40000)
4839 (defconstant +scissor-bit+ #x80000)
4840 (defconstant +all-attrib-bits+ #xFFFFFFFF)
4842 ;;;; Enumerations: ClearBufferMask
4843 ;; color_buffer_bit already defined
4844 ;; accum_buffer_bit already defined
4845 ;; stencil_buffer_bit already defined
4846 ;; depth_buffer_bit already defined
4848 ;;;; Enumerations: ClientAttribMask
4850 (defconstant +client-pixel-store-bit+ #x1)
4851 (defconstant +client-vertex-array-bit+ #x2)
4852 (defconstant +client-all-attrib-bits+ #xFFFFFFFF)
4854 ;;;; Enumerations: Boolean
4856 (defconstant +false+ #x0)
4857 (defconstant +true+ #x1)
4859 ;;;; Enumerations: BeginMode
4861 (defconstant +points+ #x0)
4862 (defconstant +lines+ #x1)
4863 (defconstant +line-loop+ #x2)
4864 (defconstant +line-strip+ #x3)
4865 (defconstant +triangles+ #x4)
4866 (defconstant +triangle-strip+ #x5)
4867 (defconstant +triangle-fan+ #x6)
4868 (defconstant +quads+ #x7)
4869 (defconstant +quad-strip+ #x8)
4870 (defconstant +polygon+ #x9)
4872 ;;;; Enumerations: AccumOp
4874 (defconstant +accum+ #x100)
4875 (defconstant +load+ #x101)
4876 (defconstant +return+ #x102)
4877 (defconstant +mult+ #x103)
4878 (defconstant +add+ #x104)
4880 ;;;; Enumerations: AlphaFunction
4882 (defconstant +never+ #x200)
4883 (defconstant +less+ #x201)
4884 (defconstant +equal+ #x202)
4885 (defconstant +lequal+ #x203)
4886 (defconstant +greater+ #x204)
4887 (defconstant +notequal+ #x205)
4888 (defconstant +gequal+ #x206)
4889 (defconstant +always+ #x207)
4891 ;;;; Enumerations: BlendingFactorDest
4893 (defconstant +zero+ #x0)
4894 (defconstant +one+ #x1)
4895 (defconstant +src-color+ #x300)
4896 (defconstant +one-minus-src-color+ #x301)
4897 (defconstant +src-alpha+ #x302)
4898 (defconstant +one-minus-src-alpha+ #x303)
4899 (defconstant +dst-alpha+ #x304)
4900 (defconstant +one-minus-dst-alpha+ #x305)
4901 (defconstant +constant-color-ext+ #x8001)
4902 (defconstant +one-minus-constant-color-ext+ #x8002)
4903 (defconstant +constant-alpha-ext+ #x8003)
4904 (defconstant +one-minus-constant-alpha-ext+ #x8004)
4906 ;;;; Enumerations: BlendingFactorSrc
4907 ;; zero already defined
4908 ;; one already defined
4909 (defconstant +dst-color+ #x306)
4910 (defconstant +one-minus-dst-color+ #x307)
4911 (defconstant +src-alpha-saturate+ #x308)
4912 ;; src_alpha already defined
4913 ;; one_minus_src_alpha already defined
4914 ;; dst_alpha already defined
4915 ;; one_minus_dst_alpha already defined
4916 ;; constant_color_ext already defined
4917 ;; one_minus_constant_color_ext already defined
4918 ;; constant_alpha_ext already defined
4919 ;; one_minus_constant_alpha_ext already defined
4921 ;;;; Enumerations: BlendEquationModeEXT
4923 (defconstant +logic-op+ #xBF1)
4924 (defconstant +func-add-ext+ #x8006)
4925 (defconstant +min-ext+ #x8007)
4926 (defconstant +max-ext+ #x8008)
4927 (defconstant +func-subtract-ext+ #x800A)
4928 (defconstant +func-reverse-subtract-ext+ #x800B)
4929 (defconstant +alpha-min-sgix+ #x8320)
4930 (defconstant +alpha-max-sgix+ #x8321)
4932 ;;;; Enumerations: ColorMaterialFace
4934 (defconstant +front+ #x404)
4935 (defconstant +back+ #x405)
4936 (defconstant +front-and-back+ #x408)
4938 ;;;; Enumerations: ColorMaterialParameter
4940 (defconstant +ambient+ #x1200)
4941 (defconstant +diffuse+ #x1201)
4942 (defconstant +specular+ #x1202)
4943 (defconstant +emission+ #x1600)
4944 (defconstant +ambient-and-diffuse+ #x1602)
4946 ;;;; Enumerations: ColorPointerType
4948 (defconstant +byte+ #x1400)
4949 (defconstant +unsigned-byte+ #x1401)
4950 (defconstant +short+ #x1402)
4951 (defconstant +unsigned-short+ #x1403)
4952 (defconstant +int+ #x1404)
4953 (defconstant +unsigned-int+ #x1405)
4954 (defconstant +float+ #x1406)
4955 (defconstant +double+ #x140A)
4957 ;;;; Enumerations: ColorTableParameterPNameSGI
4959 (defconstant +color-table-scale-sgi+ #x80D6)
4960 (defconstant +color-table-bias-sgi+ #x80D7)
4962 ;;;; Enumerations: ColorTableTargetSGI
4964 (defconstant +color-table-sgi+ #x80D0)
4965 (defconstant +post-convolution-color-table-sgi+ #x80D1)
4966 (defconstant +post-color-matrix-color-table-sgi+ #x80D2)
4967 (defconstant +proxy-color-table-sgi+ #x80D3)
4968 (defconstant +proxy-post-convolution-color-table-sgi+ #x80D4)
4969 (defconstant +proxy-post-color-matrix-color-table-sgi+ #x80D5)
4970 (defconstant +texture-color-table-sgi+ #x80BC)
4971 (defconstant +proxy-texture-color-table-sgi+ #x80BD)
4973 ;;;; Enumerations: ConvolutionBorderModeEXT
4975 (defconstant +reduce-ext+ #x8016)
4977 ;;;; Enumerations: ConvolutionParameterEXT
4979 (defconstant +convolution-border-mode-ext+ #x8013)
4980 (defconstant +convolution-filter-scale-ext+ #x8014)
4981 (defconstant +convolution-filter-bias-ext+ #x8015)
4983 ;;;; Enumerations: ConvolutionTargetEXT
4985 (defconstant +convolution-1d-ext+ #x8010)
4986 (defconstant +convolution-2d-ext+ #x8011)
4988 ;;;; Enumerations: CullFaceMode
4989 ;; front already defined
4990 ;; back already defined
4991 ;; front_and_back already defined
4993 ;;;; Enumerations: DepthFunction
4994 ;; never already defined
4995 ;; less already defined
4996 ;; equal already defined
4997 ;; lequal already defined
4998 ;; greater already defined
4999 ;; notequal already defined
5000 ;; gequal already defined
5001 ;; always already defined
5003 ;;;; Enumerations: DrawBufferMode
5005 (defconstant +none+ #x0)
5006 (defconstant +front-left+ #x400)
5007 (defconstant +front-right+ #x401)
5008 (defconstant +back-left+ #x402)
5009 (defconstant +back-right+ #x403)
5010 ;; front already defined
5011 ;; back already defined
5012 (defconstant +left+ #x406)
5013 (defconstant +right+ #x407)
5014 ;; front_and_back already defined
5015 (defconstant +aux0+ #x409)
5016 (defconstant +aux1+ #x40A)
5017 (defconstant +aux2+ #x40B)
5018 (defconstant +aux3+ #x40C)
5020 ;;;; Enumerations: EnableCap
5022 (defconstant +fog+ #xB60)
5023 (defconstant +lighting+ #xB50)
5024 (defconstant +texture-1d+ #xDE0)
5025 (defconstant +texture-2d+ #xDE1)
5026 (defconstant +line-stipple+ #xB24)
5027 (defconstant +polygon-stipple+ #xB42)
5028 (defconstant +cull-face+ #xB44)
5029 (defconstant +alpha-test+ #xBC0)
5030 (defconstant +blend+ #xBE2)
5031 (defconstant +index-logic-op+ #xBF1)
5032 (defconstant +color-logic-op+ #xBF2)
5033 (defconstant +dither+ #xBD0)
5034 (defconstant +stencil-test+ #xB90)
5035 (defconstant +depth-test+ #xB71)
5036 (defconstant +clip-plane0+ #x3000)
5037 (defconstant +clip-plane1+ #x3001)
5038 (defconstant +clip-plane2+ #x3002)
5039 (defconstant +clip-plane3+ #x3003)
5040 (defconstant +clip-plane4+ #x3004)
5041 (defconstant +clip-plane5+ #x3005)
5042 (defconstant +light0+ #x4000)
5043 (defconstant +light1+ #x4001)
5044 (defconstant +light2+ #x4002)
5045 (defconstant +light3+ #x4003)
5046 (defconstant +light4+ #x4004)
5047 (defconstant +light5+ #x4005)
5048 (defconstant +light6+ #x4006)
5049 (defconstant +light7+ #x4007)
5050 (defconstant +texture-gen-s+ #xC60)
5051 (defconstant +texture-gen-t+ #xC61)
5052 (defconstant +texture-gen-r+ #xC62)
5053 (defconstant +texture-gen-q+ #xC63)
5054 (defconstant +map1-vertex-3+ #xD97)
5055 (defconstant +map1-vertex-4+ #xD98)
5056 (defconstant +map1-color-4+ #xD90)
5057 (defconstant +map1-index+ #xD91)
5058 (defconstant +map1-normal+ #xD92)
5059 (defconstant +map1-texture-coord-1+ #xD93)
5060 (defconstant +map1-texture-coord-2+ #xD94)
5061 (defconstant +map1-texture-coord-3+ #xD95)
5062 (defconstant +map1-texture-coord-4+ #xD96)
5063 (defconstant +map2-vertex-3+ #xDB7)
5064 (defconstant +map2-vertex-4+ #xDB8)
5065 (defconstant +map2-color-4+ #xDB0)
5066 (defconstant +map2-index+ #xDB1)
5067 (defconstant +map2-normal+ #xDB2)
5068 (defconstant +map2-texture-coord-1+ #xDB3)
5069 (defconstant +map2-texture-coord-2+ #xDB4)
5070 (defconstant +map2-texture-coord-3+ #xDB5)
5071 (defconstant +map2-texture-coord-4+ #xDB6)
5072 (defconstant +point-smooth+ #xB10)
5073 (defconstant +line-smooth+ #xB20)
5074 (defconstant +polygon-smooth+ #xB41)
5075 (defconstant +scissor-test+ #xC11)
5076 (defconstant +color-material+ #xB57)
5077 (defconstant +normalize+ #xBA1)
5078 (defconstant +auto-normal+ #xD80)
5079 (defconstant +polygon-offset-point+ #x2A01)
5080 (defconstant +polygon-offset-line+ #x2A02)
5081 (defconstant +polygon-offset-fill+ #x8037)
5082 (defconstant +vertex-array+ #x8074)
5083 (defconstant +normal-array+ #x8075)
5084 (defconstant +color-array+ #x8076)
5085 (defconstant +index-array+ #x8077)
5086 (defconstant +texture-coord-array+ #x8078)
5087 (defconstant +edge-flag-array+ #x8079)
5088 ;; convolution_1d_ext already defined
5089 ;; convolution_2d_ext already defined
5090 (defconstant +separable-2d-ext+ #x8012)
5091 (defconstant +histogram-ext+ #x8024)
5092 (defconstant +minmax-ext+ #x802E)
5093 (defconstant +rescale-normal-ext+ #x803A)
5094 (defconstant +shared-texture-palette-ext+ #x81FB)
5095 (defconstant +texture-3d-ext+ #x806F)
5096 (defconstant +multisample-sgis+ #x809D)
5097 (defconstant +sample-alpha-to-mask-sgis+ #x809E)
5098 (defconstant +sample-alpha-to-one-sgis+ #x809F)
5099 (defconstant +sample-mask-sgis+ #x80A0)
5100 (defconstant +texture-4d-sgis+ #x8134)
5101 (defconstant +async-histogram-sgix+ #x832C)
5102 (defconstant +async-tex-image-sgix+ #x835C)
5103 (defconstant +async-draw-pixels-sgix+ #x835D)
5104 (defconstant +async-read-pixels-sgix+ #x835E)
5105 (defconstant +calligraphic-fragment-sgix+ #x8183)
5106 (defconstant +fog-offset-sgix+ #x8198)
5107 (defconstant +fragment-lighting-sgix+ #x8400)
5108 (defconstant +fragment-color-material-sgix+ #x8401)
5109 (defconstant +fragment-light0-sgix+ #x840C)
5110 (defconstant +fragment-light1-sgix+ #x840D)
5111 (defconstant +fragment-light2-sgix+ #x840E)
5112 (defconstant +fragment-light3-sgix+ #x840F)
5113 (defconstant +fragment-light4-sgix+ #x8410)
5114 (defconstant +fragment-light5-sgix+ #x8411)
5115 (defconstant +fragment-light6-sgix+ #x8412)
5116 (defconstant +fragment-light7-sgix+ #x8413)
5117 (defconstant +framezoom-sgix+ #x818B)
5118 (defconstant +interlace-sgix+ #x8094)
5119 (defconstant +ir-instrument1-sgix+ #x817F)
5120 (defconstant +pixel-tex-gen-sgix+ #x8139)
5121 (defconstant +pixel-texture-sgis+ #x8353)
5122 (defconstant +reference-plane-sgix+ #x817D)
5123 (defconstant +sprite-sgix+ #x8148)
5124 ;; color_table_sgi already defined
5125 ;; post_convolution_color_table_sgi already defined
5126 ;; post_color_matrix_color_table_sgi already defined
5127 ;; texture_color_table_sgi already defined
5129 ;;;; Enumerations: ErrorCode
5131 (defconstant +no-error+ #x0)
5132 (defconstant +invalid-enum+ #x500)
5133 (defconstant +invalid-value+ #x501)
5134 (defconstant +invalid-operation+ #x502)
5135 (defconstant +stack-overflow+ #x503)
5136 (defconstant +stack-underflow+ #x504)
5137 (defconstant +out-of-memory+ #x505)
5138 (defconstant +table-too-large-ext+ #x8031)
5139 (defconstant +texture-too-large-ext+ #x8065)
5141 ;;;; Enumerations: FeedbackType
5143 (defconstant +2d+ #x600)
5144 (defconstant +3d+ #x601)
5145 (defconstant +3d-color+ #x602)
5146 (defconstant +3d-color-texture+ #x603)
5147 (defconstant +4d-color-texture+ #x604)
5149 ;;;; Enumerations: FeedBackToken
5151 (defconstant +pass-through-token+ #x700)
5152 (defconstant +point-token+ #x701)
5153 (defconstant +line-token+ #x702)
5154 (defconstant +polygon-token+ #x703)
5155 (defconstant +bitmap-token+ #x704)
5156 (defconstant +draw-pixel-token+ #x705)
5157 (defconstant +copy-pixel-token+ #x706)
5158 (defconstant +line-reset-token+ #x707)
5160 ;;;; Enumerations: FfdMaskSGIX
5162 (defconstant +texture-deformation-bit-sgix+ #x1)
5163 (defconstant +geometry-deformation-bit-sgix+ #x2)
5165 ;;;; Enumerations: FfdTargetSGIX
5167 (defconstant +geometry-deformation-sgix+ #x8194)
5168 (defconstant +texture-deformation-sgix+ #x8195)
5170 ;;;; Enumerations: FogMode
5172 (defconstant +linear+ #x2601)
5173 (defconstant +exp+ #x800)
5174 (defconstant +exp2+ #x801)
5175 (defconstant +fog-func-sgis+ #x812A)
5177 ;;;; Enumerations: FogParameter
5179 (defconstant +fog-color+ #xB66)
5180 (defconstant +fog-density+ #xB62)
5181 (defconstant +fog-end+ #xB64)
5182 (defconstant +fog-index+ #xB61)
5183 (defconstant +fog-mode+ #xB65)
5184 (defconstant +fog-start+ #xB63)
5185 (defconstant +fog-offset-value-sgix+ #x8199)
5187 ;;;; Enumerations: FragmentLightModelParameterSGIX
5189 (defconstant +fragment-light-model-local-viewer-sgix+ #x8408)
5190 (defconstant +fragment-light-model-two-side-sgix+ #x8409)
5191 (defconstant +fragment-light-model-ambient-sgix+ #x840A)
5192 (defconstant +fragment-light-model-normal-interpolation-sgix+ #x840B)
5194 ;;;; Enumerations: FrontFaceDirection
5196 (defconstant +cw+ #x900)
5197 (defconstant +ccw+ #x901)
5199 ;;;; Enumerations: GetColorTableParameterPNameSGI
5200 ;; color_table_scale_sgi already defined
5201 ;; color_table_bias_sgi already defined
5202 (defconstant +color-table-format-sgi+ #x80D8)
5203 (defconstant +color-table-width-sgi+ #x80D9)
5204 (defconstant +color-table-red-size-sgi+ #x80DA)
5205 (defconstant +color-table-green-size-sgi+ #x80DB)
5206 (defconstant +color-table-blue-size-sgi+ #x80DC)
5207 (defconstant +color-table-alpha-size-sgi+ #x80DD)
5208 (defconstant +color-table-luminance-size-sgi+ #x80DE)
5209 (defconstant +color-table-intensity-size-sgi+ #x80DF)
5211 ;;;; Enumerations: GetConvolutionParameter
5212 ;; convolution_border_mode_ext already defined
5213 ;; convolution_filter_scale_ext already defined
5214 ;; convolution_filter_bias_ext already defined
5215 (defconstant +convolution-format-ext+ #x8017)
5216 (defconstant +convolution-width-ext+ #x8018)
5217 (defconstant +convolution-height-ext+ #x8019)
5218 (defconstant +max-convolution-width-ext+ #x801A)
5219 (defconstant +max-convolution-height-ext+ #x801B)
5221 ;;;; Enumerations: GetHistogramParameterPNameEXT
5223 (defconstant +histogram-width-ext+ #x8026)
5224 (defconstant +histogram-format-ext+ #x8027)
5225 (defconstant +histogram-red-size-ext+ #x8028)
5226 (defconstant +histogram-green-size-ext+ #x8029)
5227 (defconstant +histogram-blue-size-ext+ #x802A)
5228 (defconstant +histogram-alpha-size-ext+ #x802B)
5229 (defconstant +histogram-luminance-size-ext+ #x802C)
5230 (defconstant +histogram-sink-ext+ #x802D)
5232 ;;;; Enumerations: GetMapQuery
5234 (defconstant +coeff+ #xA00)
5235 (defconstant +order+ #xA01)
5236 (defconstant +domain+ #xA02)
5238 ;;;; Enumerations: GetMinmaxParameterPNameEXT
5240 (defconstant +minmax-format-ext+ #x802F)
5241 (defconstant +minmax-sink-ext+ #x8030)
5243 ;;;; Enumerations: GetPixelMap
5245 (defconstant +pixel-map-i-to-i+ #xC70)
5246 (defconstant +pixel-map-s-to-s+ #xC71)
5247 (defconstant +pixel-map-i-to-r+ #xC72)
5248 (defconstant +pixel-map-i-to-g+ #xC73)
5249 (defconstant +pixel-map-i-to-b+ #xC74)
5250 (defconstant +pixel-map-i-to-a+ #xC75)
5251 (defconstant +pixel-map-r-to-r+ #xC76)
5252 (defconstant +pixel-map-g-to-g+ #xC77)
5253 (defconstant +pixel-map-b-to-b+ #xC78)
5254 (defconstant +pixel-map-a-to-a+ #xC79)
5256 ;;;; Enumerations: GetPointervPName
5258 (defconstant +vertex-array-pointer+ #x808E)
5259 (defconstant +normal-array-pointer+ #x808F)
5260 (defconstant +color-array-pointer+ #x8090)
5261 (defconstant +index-array-pointer+ #x8091)
5262 (defconstant +texture-coord-array-pointer+ #x8092)
5263 (defconstant +edge-flag-array-pointer+ #x8093)
5264 (defconstant +feedback-buffer-pointer+ #xDF0)
5265 (defconstant +selection-buffer-pointer+ #xDF3)
5266 (defconstant +instrument-buffer-pointer-sgix+ #x8180)
5268 ;;;; Enumerations: GetPName
5270 (defconstant +current-color+ #xB00)
5271 (defconstant +current-index+ #xB01)
5272 (defconstant +current-normal+ #xB02)
5273 (defconstant +current-texture-coords+ #xB03)
5274 (defconstant +current-raster-color+ #xB04)
5275 (defconstant +current-raster-index+ #xB05)
5276 (defconstant +current-raster-texture-coords+ #xB06)
5277 (defconstant +current-raster-position+ #xB07)
5278 (defconstant +current-raster-position-valid+ #xB08)
5279 (defconstant +current-raster-distance+ #xB09)
5280 ;; point_smooth already defined
5281 (defconstant +point-size+ #xB11)
5282 (defconstant +point-size-range+ #xB12)
5283 (defconstant +point-size-granularity+ #xB13)
5284 ;; line_smooth already defined
5285 (defconstant +line-width+ #xB21)
5286 (defconstant +line-width-range+ #xB22)
5287 (defconstant +line-width-granularity+ #xB23)
5288 ;; line_stipple already defined
5289 (defconstant +line-stipple-pattern+ #xB25)
5290 (defconstant +line-stipple-repeat+ #xB26)
5291 (defconstant +smooth-point-size-range+ #xB12)
5292 (defconstant +smooth-point-size-granularity+ #xB13)
5293 (defconstant +smooth-line-width-range+ #xB22)
5294 (defconstant +smooth-line-width-granularity+ #xB23)
5295 (defconstant +aliased-point-size-range+ #x846D)
5296 (defconstant +aliased-line-width-range+ #x846E)
5297 (defconstant +list-mode+ #xB30)
5298 (defconstant +max-list-nesting+ #xB31)
5299 (defconstant +list-base+ #xB32)
5300 (defconstant +list-index+ #xB33)
5301 (defconstant +polygon-mode+ #xB40)
5302 ;; polygon_smooth already defined
5303 ;; polygon_stipple already defined
5304 (defconstant +edge-flag+ #xB43)
5305 ;; cull_face already defined
5306 (defconstant +cull-face-mode+ #xB45)
5307 (defconstant +front-face+ #xB46)
5308 ;; lighting already defined
5309 (defconstant +light-model-local-viewer+ #xB51)
5310 (defconstant +light-model-two-side+ #xB52)
5311 (defconstant +light-model-ambient+ #xB53)
5312 (defconstant +shade-model+ #xB54)
5313 (defconstant +color-material-face+ #xB55)
5314 (defconstant +color-material-parameter+ #xB56)
5315 ;; color_material already defined
5316 ;; fog already defined
5317 ;; fog_index already defined
5318 ;; fog_density already defined
5319 ;; fog_start already defined
5320 ;; fog_end already defined
5321 ;; fog_mode already defined
5322 ;; fog_color already defined
5323 (defconstant +depth-range+ #xB70)
5324 ;; depth_test already defined
5325 (defconstant +depth-writemask+ #xB72)
5326 (defconstant +depth-clear-value+ #xB73)
5327 (defconstant +depth-func+ #xB74)
5328 (defconstant +accum-clear-value+ #xB80)
5329 ;; stencil_test already defined
5330 (defconstant +stencil-clear-value+ #xB91)
5331 (defconstant +stencil-func+ #xB92)
5332 (defconstant +stencil-value-mask+ #xB93)
5333 (defconstant +stencil-fail+ #xB94)
5334 (defconstant +stencil-pass-depth-fail+ #xB95)
5335 (defconstant +stencil-pass-depth-pass+ #xB96)
5336 (defconstant +stencil-ref+ #xB97)
5337 (defconstant +stencil-writemask+ #xB98)
5338 (defconstant +matrix-mode+ #xBA0)
5339 ;; normalize already defined
5340 (defconstant +viewport+ #xBA2)
5341 (defconstant +modelview-stack-depth+ #xBA3)
5342 (defconstant +projection-stack-depth+ #xBA4)
5343 (defconstant +texture-stack-depth+ #xBA5)
5344 (defconstant +modelview-matrix+ #xBA6)
5345 (defconstant +projection-matrix+ #xBA7)
5346 (defconstant +texture-matrix+ #xBA8)
5347 (defconstant +attrib-stack-depth+ #xBB0)
5348 (defconstant +client-attrib-stack-depth+ #xBB1)
5349 ;; alpha_test already defined
5350 (defconstant +alpha-test-func+ #xBC1)
5351 (defconstant +alpha-test-ref+ #xBC2)
5352 ;; dither already defined
5353 (defconstant +blend-dst+ #xBE0)
5354 (defconstant +blend-src+ #xBE1)
5355 ;; blend already defined
5356 (defconstant +logic-op-mode+ #xBF0)
5357 ;; index_logic_op already defined
5358 ;; logic_op already defined
5359 ;; color_logic_op already defined
5360 (defconstant +aux-buffers+ #xC00)
5361 (defconstant +draw-buffer+ #xC01)
5362 (defconstant +read-buffer+ #xC02)
5363 (defconstant +scissor-box+ #xC10)
5364 ;; scissor_test already defined
5365 (defconstant +index-clear-value+ #xC20)
5366 (defconstant +index-writemask+ #xC21)
5367 (defconstant +color-clear-value+ #xC22)
5368 (defconstant +color-writemask+ #xC23)
5369 (defconstant +index-mode+ #xC30)
5370 (defconstant +rgba-mode+ #xC31)
5371 (defconstant +doublebuffer+ #xC32)
5372 (defconstant +stereo+ #xC33)
5373 (defconstant +render-mode+ #xC40)
5374 (defconstant +perspective-correction-hint+ #xC50)
5375 (defconstant +point-smooth-hint+ #xC51)
5376 (defconstant +line-smooth-hint+ #xC52)
5377 (defconstant +polygon-smooth-hint+ #xC53)
5378 (defconstant +fog-hint+ #xC54)
5379 ;; texture_gen_s already defined
5380 ;; texture_gen_t already defined
5381 ;; texture_gen_r already defined
5382 ;; texture_gen_q already defined
5383 (defconstant +pixel-map-i-to-i-size+ #xCB0)
5384 (defconstant +pixel-map-s-to-s-size+ #xCB1)
5385 (defconstant +pixel-map-i-to-r-size+ #xCB2)
5386 (defconstant +pixel-map-i-to-g-size+ #xCB3)
5387 (defconstant +pixel-map-i-to-b-size+ #xCB4)
5388 (defconstant +pixel-map-i-to-a-size+ #xCB5)
5389 (defconstant +pixel-map-r-to-r-size+ #xCB6)
5390 (defconstant +pixel-map-g-to-g-size+ #xCB7)
5391 (defconstant +pixel-map-b-to-b-size+ #xCB8)
5392 (defconstant +pixel-map-a-to-a-size+ #xCB9)
5393 (defconstant +unpack-swap-bytes+ #xCF0)
5394 (defconstant +unpack-lsb-first+ #xCF1)
5395 (defconstant +unpack-row-length+ #xCF2)
5396 (defconstant +unpack-skip-rows+ #xCF3)
5397 (defconstant +unpack-skip-pixels+ #xCF4)
5398 (defconstant +unpack-alignment+ #xCF5)
5399 (defconstant +pack-swap-bytes+ #xD00)
5400 (defconstant +pack-lsb-first+ #xD01)
5401 (defconstant +pack-row-length+ #xD02)
5402 (defconstant +pack-skip-rows+ #xD03)
5403 (defconstant +pack-skip-pixels+ #xD04)
5404 (defconstant +pack-alignment+ #xD05)
5405 (defconstant +map-color+ #xD10)
5406 (defconstant +map-stencil+ #xD11)
5407 (defconstant +index-shift+ #xD12)
5408 (defconstant +index-offset+ #xD13)
5409 (defconstant +red-scale+ #xD14)
5410 (defconstant +red-bias+ #xD15)
5411 (defconstant +zoom-x+ #xD16)
5412 (defconstant +zoom-y+ #xD17)
5413 (defconstant +green-scale+ #xD18)
5414 (defconstant +green-bias+ #xD19)
5415 (defconstant +blue-scale+ #xD1A)
5416 (defconstant +blue-bias+ #xD1B)
5417 (defconstant +alpha-scale+ #xD1C)
5418 (defconstant +alpha-bias+ #xD1D)
5419 (defconstant +depth-scale+ #xD1E)
5420 (defconstant +depth-bias+ #xD1F)
5421 (defconstant +max-eval-order+ #xD30)
5422 (defconstant +max-lights+ #xD31)
5423 (defconstant +max-clip-planes+ #xD32)
5424 (defconstant +max-texture-size+ #xD33)
5425 (defconstant +max-pixel-map-table+ #xD34)
5426 (defconstant +max-attrib-stack-depth+ #xD35)
5427 (defconstant +max-modelview-stack-depth+ #xD36)
5428 (defconstant +max-name-stack-depth+ #xD37)
5429 (defconstant +max-projection-stack-depth+ #xD38)
5430 (defconstant +max-texture-stack-depth+ #xD39)
5431 (defconstant +max-viewport-dims+ #xD3A)
5432 (defconstant +max-client-attrib-stack-depth+ #xD3B)
5433 (defconstant +subpixel-bits+ #xD50)
5434 (defconstant +index-bits+ #xD51)
5435 (defconstant +red-bits+ #xD52)
5436 (defconstant +green-bits+ #xD53)
5437 (defconstant +blue-bits+ #xD54)
5438 (defconstant +alpha-bits+ #xD55)
5439 (defconstant +depth-bits+ #xD56)
5440 (defconstant +stencil-bits+ #xD57)
5441 (defconstant +accum-red-bits+ #xD58)
5442 (defconstant +accum-green-bits+ #xD59)
5443 (defconstant +accum-blue-bits+ #xD5A)
5444 (defconstant +accum-alpha-bits+ #xD5B)
5445 (defconstant +name-stack-depth+ #xD70)
5446 ;; auto_normal already defined
5447 ;; map1_color_4 already defined
5448 ;; map1_index already defined
5449 ;; map1_normal already defined
5450 ;; map1_texture_coord_1 already defined
5451 ;; map1_texture_coord_2 already defined
5452 ;; map1_texture_coord_3 already defined
5453 ;; map1_texture_coord_4 already defined
5454 ;; map1_vertex_3 already defined
5455 ;; map1_vertex_4 already defined
5456 ;; map2_color_4 already defined
5457 ;; map2_index already defined
5458 ;; map2_normal already defined
5459 ;; map2_texture_coord_1 already defined
5460 ;; map2_texture_coord_2 already defined
5461 ;; map2_texture_coord_3 already defined
5462 ;; map2_texture_coord_4 already defined
5463 ;; map2_vertex_3 already defined
5464 ;; map2_vertex_4 already defined
5465 (defconstant +map1-grid-domain+ #xDD0)
5466 (defconstant +map1-grid-segments+ #xDD1)
5467 (defconstant +map2-grid-domain+ #xDD2)
5468 (defconstant +map2-grid-segments+ #xDD3)
5469 ;; texture_1d already defined
5470 ;; texture_2d already defined
5471 (defconstant +feedback-buffer-size+ #xDF1)
5472 (defconstant +feedback-buffer-type+ #xDF2)
5473 (defconstant +selection-buffer-size+ #xDF4)
5474 (defconstant +polygon-offset-units+ #x2A00)
5475 ;; polygon_offset_point already defined
5476 ;; polygon_offset_line already defined
5477 ;; polygon_offset_fill already defined
5478 (defconstant +polygon-offset-factor+ #x8038)
5479 (defconstant +texture-binding-1d+ #x8068)
5480 (defconstant +texture-binding-2d+ #x8069)
5481 (defconstant +texture-binding-3d+ #x806A)
5482 ;; vertex_array already defined
5483 ;; normal_array already defined
5484 ;; color_array already defined
5485 ;; index_array already defined
5486 ;; texture_coord_array already defined
5487 ;; edge_flag_array already defined
5488 (defconstant +vertex-array-size+ #x807A)
5489 (defconstant +vertex-array-type+ #x807B)
5490 (defconstant +vertex-array-stride+ #x807C)
5491 (defconstant +normal-array-type+ #x807E)
5492 (defconstant +normal-array-stride+ #x807F)
5493 (defconstant +color-array-size+ #x8081)
5494 (defconstant +color-array-type+ #x8082)
5495 (defconstant +color-array-stride+ #x8083)
5496 (defconstant +index-array-type+ #x8085)
5497 (defconstant +index-array-stride+ #x8086)
5498 (defconstant +texture-coord-array-size+ #x8088)
5499 (defconstant +texture-coord-array-type+ #x8089)
5500 (defconstant +texture-coord-array-stride+ #x808A)
5501 (defconstant +edge-flag-array-stride+ #x808C)
5502 ;; clip_plane0 already defined
5503 ;; clip_plane1 already defined
5504 ;; clip_plane2 already defined
5505 ;; clip_plane3 already defined
5506 ;; clip_plane4 already defined
5507 ;; clip_plane5 already defined
5508 ;; light0 already defined
5509 ;; light1 already defined
5510 ;; light2 already defined
5511 ;; light3 already defined
5512 ;; light4 already defined
5513 ;; light5 already defined
5514 ;; light6 already defined
5515 ;; light7 already defined
5516 (defconstant +light-model-color-control+ #x81F8)
5517 (defconstant +blend-color-ext+ #x8005)
5518 (defconstant +blend-equation-ext+ #x8009)
5519 (defconstant +pack-cmyk-hint-ext+ #x800E)
5520 (defconstant +unpack-cmyk-hint-ext+ #x800F)
5521 ;; convolution_1d_ext already defined
5522 ;; convolution_2d_ext already defined
5523 ;; separable_2d_ext already defined
5524 (defconstant +post-convolution-red-scale-ext+ #x801C)
5525 (defconstant +post-convolution-green-scale-ext+ #x801D)
5526 (defconstant +post-convolution-blue-scale-ext+ #x801E)
5527 (defconstant +post-convolution-alpha-scale-ext+ #x801F)
5528 (defconstant +post-convolution-red-bias-ext+ #x8020)
5529 (defconstant +post-convolution-green-bias-ext+ #x8021)
5530 (defconstant +post-convolution-blue-bias-ext+ #x8022)
5531 (defconstant +post-convolution-alpha-bias-ext+ #x8023)
5532 ;; histogram_ext already defined
5533 ;; minmax_ext already defined
5534 (defconstant +polygon-offset-bias-ext+ #x8039)
5535 ;; rescale_normal_ext already defined
5536 ;; shared_texture_palette_ext already defined
5537 (defconstant +texture-3d-binding-ext+ #x806A)
5538 (defconstant +pack-skip-images-ext+ #x806B)
5539 (defconstant +pack-image-height-ext+ #x806C)
5540 (defconstant +unpack-skip-images-ext+ #x806D)
5541 (defconstant +unpack-image-height-ext+ #x806E)
5542 ;; texture_3d_ext already defined
5543 (defconstant +max-3d-texture-size-ext+ #x8073)
5544 (defconstant +vertex-array-count-ext+ #x807D)
5545 (defconstant +normal-array-count-ext+ #x8080)
5546 (defconstant +color-array-count-ext+ #x8084)
5547 (defconstant +index-array-count-ext+ #x8087)
5548 (defconstant +texture-coord-array-count-ext+ #x808B)
5549 (defconstant +edge-flag-array-count-ext+ #x808D)
5550 (defconstant +detail-texture-2d-binding-sgis+ #x8096)
5551 (defconstant +fog-func-points-sgis+ #x812B)
5552 (defconstant +max-fog-func-points-sgis+ #x812C)
5553 (defconstant +generate-mipmap-hint-sgis+ #x8192)
5554 ;; multisample_sgis already defined
5555 ;; sample_alpha_to_mask_sgis already defined
5556 ;; sample_alpha_to_one_sgis already defined
5557 ;; sample_mask_sgis already defined
5558 (defconstant +sample-buffers-sgis+ #x80A8)
5559 (defconstant +samples-sgis+ #x80A9)
5560 (defconstant +sample-mask-value-sgis+ #x80AA)
5561 (defconstant +sample-mask-invert-sgis+ #x80AB)
5562 (defconstant +sample-pattern-sgis+ #x80AC)
5563 ;; pixel_texture_sgis already defined
5564 (defconstant +point-size-min-sgis+ #x8126)
5565 (defconstant +point-size-max-sgis+ #x8127)
5566 (defconstant +point-fade-threshold-size-sgis+ #x8128)
5567 (defconstant +distance-attenuation-sgis+ #x8129)
5568 (defconstant +pack-skip-volumes-sgis+ #x8130)
5569 (defconstant +pack-image-depth-sgis+ #x8131)
5570 (defconstant +unpack-skip-volumes-sgis+ #x8132)
5571 (defconstant +unpack-image-depth-sgis+ #x8133)
5572 ;; texture_4d_sgis already defined
5573 (defconstant +max-4d-texture-size-sgis+ #x8138)
5574 (defconstant +texture-4d-binding-sgis+ #x814F)
5575 (defconstant +async-marker-sgix+ #x8329)
5576 ;; async_histogram_sgix already defined
5577 (defconstant +max-async-histogram-sgix+ #x832D)
5578 ;; async_tex_image_sgix already defined
5579 ;; async_draw_pixels_sgix already defined
5580 ;; async_read_pixels_sgix already defined
5581 (defconstant +max-async-tex-image-sgix+ #x835F)
5582 (defconstant +max-async-draw-pixels-sgix+ #x8360)
5583 (defconstant +max-async-read-pixels-sgix+ #x8361)
5584 ;; calligraphic_fragment_sgix already defined
5585 (defconstant +max-clipmap-virtual-depth-sgix+ #x8178)
5586 (defconstant +max-clipmap-depth-sgix+ #x8177)
5587 (defconstant +convolution-hint-sgix+ #x8316)
5588 ;; fog_offset_sgix already defined
5589 ;; fog_offset_value_sgix already defined
5590 ;; fragment_lighting_sgix already defined
5591 ;; fragment_color_material_sgix already defined
5592 (defconstant +fragment-color-material-face-sgix+ #x8402)
5593 (defconstant +fragment-color-material-parameter-sgix+ #x8403)
5594 (defconstant +max-fragment-lights-sgix+ #x8404)
5595 (defconstant +max-active-lights-sgix+ #x8405)
5596 (defconstant +light-env-mode-sgix+ #x8407)
5597 ;; fragment_light_model_local_viewer_sgix already defined
5598 ;; fragment_light_model_two_side_sgix already defined
5599 ;; fragment_light_model_ambient_sgix already defined
5600 ;; fragment_light_model_normal_interpolation_sgix already defined
5601 ;; fragment_light0_sgix already defined
5602 ;; framezoom_sgix already defined
5603 (defconstant +framezoom-factor-sgix+ #x818C)
5604 (defconstant +max-framezoom-factor-sgix+ #x818D)
5605 (defconstant +instrument-measurements-sgix+ #x8181)
5606 ;; interlace_sgix already defined
5607 ;; ir_instrument1_sgix already defined
5608 ;; pixel_tex_gen_sgix already defined
5609 (defconstant +pixel-tex-gen-mode-sgix+ #x832B)
5610 (defconstant +pixel-tile-best-alignment-sgix+ #x813E)
5611 (defconstant +pixel-tile-cache-increment-sgix+ #x813F)
5612 (defconstant +pixel-tile-width-sgix+ #x8140)
5613 (defconstant +pixel-tile-height-sgix+ #x8141)
5614 (defconstant +pixel-tile-grid-width-sgix+ #x8142)
5615 (defconstant +pixel-tile-grid-height-sgix+ #x8143)
5616 (defconstant +pixel-tile-grid-depth-sgix+ #x8144)
5617 (defconstant +pixel-tile-cache-size-sgix+ #x8145)
5618 (defconstant +deformations-mask-sgix+ #x8196)
5619 (defconstant +reference-plane-equation-sgix+ #x817E)
5620 ;; reference_plane_sgix already defined
5621 ;; sprite_sgix already defined
5622 (defconstant +sprite-mode-sgix+ #x8149)
5623 (defconstant +sprite-axis-sgix+ #x814A)
5624 (defconstant +sprite-translation-sgix+ #x814B)
5625 (defconstant +pack-subsample-rate-sgix+ #x85A0)
5626 (defconstant +unpack-subsample-rate-sgix+ #x85A1)
5627 (defconstant +pack-resample-sgix+ #x842C)
5628 (defconstant +unpack-resample-sgix+ #x842D)
5629 (defconstant +post-texture-filter-bias-range-sgix+ #x817B)
5630 (defconstant +post-texture-filter-scale-range-sgix+ #x817C)
5631 (defconstant +vertex-preclip-sgix+ #x83EE)
5632 (defconstant +vertex-preclip-hint-sgix+ #x83EF)
5633 (defconstant +color-matrix-sgi+ #x80B1)
5634 (defconstant +color-matrix-stack-depth-sgi+ #x80B2)
5635 (defconstant +max-color-matrix-stack-depth-sgi+ #x80B3)
5636 (defconstant +post-color-matrix-red-scale-sgi+ #x80B4)
5637 (defconstant +post-color-matrix-green-scale-sgi+ #x80B5)
5638 (defconstant +post-color-matrix-blue-scale-sgi+ #x80B6)
5639 (defconstant +post-color-matrix-alpha-scale-sgi+ #x80B7)
5640 (defconstant +post-color-matrix-red-bias-sgi+ #x80B8)
5641 (defconstant +post-color-matrix-green-bias-sgi+ #x80B9)
5642 (defconstant +post-color-matrix-blue-bias-sgi+ #x80BA)
5643 (defconstant +post-color-matrix-alpha-bias-sgi+ #x80BB)
5644 ;; color_table_sgi already defined
5645 ;; post_convolution_color_table_sgi already defined
5646 ;; post_color_matrix_color_table_sgi already defined
5647 ;; texture_color_table_sgi already defined
5649 ;;;; Enumerations: GetTextureParameter
5651 (defconstant +texture-mag-filter+ #x2800)
5652 (defconstant +texture-min-filter+ #x2801)
5653 (defconstant +texture-wrap-s+ #x2802)
5654 (defconstant +texture-wrap-t+ #x2803)
5655 (defconstant +texture-width+ #x1000)
5656 (defconstant +texture-height+ #x1001)
5657 (defconstant +texture-internal-format+ #x1003)
5658 (defconstant +texture-components+ #x1003)
5659 (defconstant +texture-border-color+ #x1004)
5660 (defconstant +texture-border+ #x1005)
5661 (defconstant +texture-red-size+ #x805C)
5662 (defconstant +texture-green-size+ #x805D)
5663 (defconstant +texture-blue-size+ #x805E)
5664 (defconstant +texture-alpha-size+ #x805F)
5665 (defconstant +texture-luminance-size+ #x8060)
5666 (defconstant +texture-intensity-size+ #x8061)
5667 (defconstant +texture-priority+ #x8066)
5668 (defconstant +texture-resident+ #x8067)
5669 (defconstant +texture-depth-ext+ #x8071)
5670 (defconstant +texture-wrap-r-ext+ #x8072)
5671 (defconstant +detail-texture-level-sgis+ #x809A)
5672 (defconstant +detail-texture-mode-sgis+ #x809B)
5673 (defconstant +detail-texture-func-points-sgis+ #x809C)
5674 (defconstant +generate-mipmap-sgis+ #x8191)
5675 (defconstant +sharpen-texture-func-points-sgis+ #x80B0)
5676 (defconstant +texture-filter4-size-sgis+ #x8147)
5677 (defconstant +texture-min-lod-sgis+ #x813A)
5678 (defconstant +texture-max-lod-sgis+ #x813B)
5679 (defconstant +texture-base-level-sgis+ #x813C)
5680 (defconstant +texture-max-level-sgis+ #x813D)
5681 (defconstant +dual-texture-select-sgis+ #x8124)
5682 (defconstant +quad-texture-select-sgis+ #x8125)
5683 (defconstant +texture-4dsize-sgis+ #x8136)
5684 (defconstant +texture-wrap-q-sgis+ #x8137)
5685 (defconstant +texture-clipmap-center-sgix+ #x8171)
5686 (defconstant +texture-clipmap-frame-sgix+ #x8172)
5687 (defconstant +texture-clipmap-offset-sgix+ #x8173)
5688 (defconstant +texture-clipmap-virtual-depth-sgix+ #x8174)
5689 (defconstant +texture-clipmap-lod-offset-sgix+ #x8175)
5690 (defconstant +texture-clipmap-depth-sgix+ #x8176)
5691 (defconstant +texture-compare-sgix+ #x819A)
5692 (defconstant +texture-compare-operator-sgix+ #x819B)
5693 (defconstant +texture-lequal-r-sgix+ #x819C)
5694 (defconstant +texture-gequal-r-sgix+ #x819D)
5695 (defconstant +shadow-ambient-sgix+ #x80BF)
5696 (defconstant +texture-max-clamp-s-sgix+ #x8369)
5697 (defconstant +texture-max-clamp-t-sgix+ #x836A)
5698 (defconstant +texture-max-clamp-r-sgix+ #x836B)
5699 (defconstant +texture-lod-bias-s-sgix+ #x818E)
5700 (defconstant +texture-lod-bias-t-sgix+ #x818F)
5701 (defconstant +texture-lod-bias-r-sgix+ #x8190)
5702 (defconstant +post-texture-filter-bias-sgix+ #x8179)
5703 (defconstant +post-texture-filter-scale-sgix+ #x817A)
5705 ;;;; Enumerations: HintMode
5707 (defconstant +dont-care+ #x1100)
5708 (defconstant +fastest+ #x1101)
5709 (defconstant +nicest+ #x1102)
5711 ;;;; Enumerations: HintTarget
5712 ;; perspective_correction_hint already defined
5713 ;; point_smooth_hint already defined
5714 ;; line_smooth_hint already defined
5715 ;; polygon_smooth_hint already defined
5716 ;; fog_hint already defined
5717 ;; pack_cmyk_hint_ext already defined
5718 ;; unpack_cmyk_hint_ext already defined
5719 ;; generate_mipmap_hint_sgis already defined
5720 ;; convolution_hint_sgix already defined
5721 (defconstant +texture-multi-buffer-hint-sgix+ #x812E)
5722 ;; vertex_preclip_hint_sgix already defined
5724 ;;;; Enumerations: HistogramTargetEXT
5725 ;; histogram_ext already defined
5726 (defconstant +proxy-histogram-ext+ #x8025)
5728 ;;;; Enumerations: IndexPointerType
5729 ;; short already defined
5730 ;; int already defined
5731 ;; float already defined
5732 ;; double already defined
5734 ;;;; Enumerations: LightEnvModeSGIX
5736 (defconstant +replace+ #x1E01)
5737 (defconstant +modulate+ #x2100)
5738 ;; add already defined
5740 ;;;; Enumerations: LightEnvParameterSGIX
5741 ;; light_env_mode_sgix already defined
5743 ;;;; Enumerations: LightModelColorControl
5745 (defconstant +single-color+ #x81F9)
5746 (defconstant +separate-specular-color+ #x81FA)
5748 ;;;; Enumerations: LightModelParameter
5749 ;; light_model_ambient already defined
5750 ;; light_model_local_viewer already defined
5751 ;; light_model_two_side already defined
5752 ;; light_model_color_control already defined
5754 ;;;; Enumerations: LightParameter
5755 ;; ambient already defined
5756 ;; diffuse already defined
5757 ;; specular already defined
5758 (defconstant +position+ #x1203)
5759 (defconstant +spot-direction+ #x1204)
5760 (defconstant +spot-exponent+ #x1205)
5761 (defconstant +spot-cutoff+ #x1206)
5762 (defconstant +constant-attenuation+ #x1207)
5763 (defconstant +linear-attenuation+ #x1208)
5764 (defconstant +quadratic-attenuation+ #x1209)
5766 ;;;; Enumerations: ListMode
5768 (defconstant +compile+ #x1300)
5769 (defconstant +compile-and-execute+ #x1301)
5771 ;;;; Enumerations: DataType
5772 ;; byte already defined
5773 ;; unsigned_byte already defined
5774 ;; short already defined
5775 ;; unsigned_short already defined
5776 ;; int already defined
5777 ;; unsigned_int already defined
5778 ;; float already defined
5779 (defconstant +2-bytes+ #x1407)
5780 (defconstant +3-bytes+ #x1408)
5781 (defconstant +4-bytes+ #x1409)
5782 ;; double already defined
5783 (defconstant +double-ext+ #x140A)
5785 ;;;; Enumerations: ListNameType
5786 ;; byte already defined
5787 ;; unsigned_byte already defined
5788 ;; short already defined
5789 ;; unsigned_short already defined
5790 ;; int already defined
5791 ;; unsigned_int already defined
5792 ;; float already defined
5793 ;; 2_bytes already defined
5794 ;; 3_bytes already defined
5795 ;; 4_bytes already defined
5797 ;;;; Enumerations: ListParameterName
5799 (defconstant +list-priority-sgix+ #x8182)
5801 ;;;; Enumerations: LogicOp
5803 (defconstant +clear+ #x1500)
5804 (defconstant +and+ #x1501)
5805 (defconstant +and-reverse+ #x1502)
5806 (defconstant +copy+ #x1503)
5807 (defconstant +and-inverted+ #x1504)
5808 (defconstant +noop+ #x1505)
5809 (defconstant +xor+ #x1506)
5810 (defconstant +or+ #x1507)
5811 (defconstant +nor+ #x1508)
5812 (defconstant +equiv+ #x1509)
5813 (defconstant +invert+ #x150A)
5814 (defconstant +or-reverse+ #x150B)
5815 (defconstant +copy-inverted+ #x150C)
5816 (defconstant +or-inverted+ #x150D)
5817 (defconstant +nand+ #x150E)
5818 (defconstant +set+ #x150F)
5820 ;;;; Enumerations: MapTarget
5821 ;; map1_color_4 already defined
5822 ;; map1_index already defined
5823 ;; map1_normal already defined
5824 ;; map1_texture_coord_1 already defined
5825 ;; map1_texture_coord_2 already defined
5826 ;; map1_texture_coord_3 already defined
5827 ;; map1_texture_coord_4 already defined
5828 ;; map1_vertex_3 already defined
5829 ;; map1_vertex_4 already defined
5830 ;; map2_color_4 already defined
5831 ;; map2_index already defined
5832 ;; map2_normal already defined
5833 ;; map2_texture_coord_1 already defined
5834 ;; map2_texture_coord_2 already defined
5835 ;; map2_texture_coord_3 already defined
5836 ;; map2_texture_coord_4 already defined
5837 ;; map2_vertex_3 already defined
5838 ;; map2_vertex_4 already defined
5839 ;; geometry_deformation_sgix already defined
5840 ;; texture_deformation_sgix already defined
5842 ;;;; Enumerations: MaterialFace
5843 ;; front already defined
5844 ;; back already defined
5845 ;; front_and_back already defined
5847 ;;;; Enumerations: MaterialParameter
5848 ;; emission already defined
5849 (defconstant +shininess+ #x1601)
5850 ;; ambient_and_diffuse already defined
5851 (defconstant +color-indexes+ #x1603)
5852 ;; ambient already defined
5853 ;; diffuse already defined
5854 ;; specular already defined
5856 ;;;; Enumerations: MatrixMode
5858 (defconstant +modelview+ #x1700)
5859 (defconstant +projection+ #x1701)
5860 (defconstant +texture+ #x1702)
5862 ;;;; Enumerations: MeshMode1
5864 (defconstant +point+ #x1B00)
5865 (defconstant +line+ #x1B01)
5867 ;;;; Enumerations: MeshMode2
5868 ;; point already defined
5869 ;; line already defined
5870 (defconstant +fill+ #x1B02)
5872 ;;;; Enumerations: MinmaxTargetEXT
5873 ;; minmax_ext already defined
5875 ;;;; Enumerations: NormalPointerType
5876 ;; byte already defined
5877 ;; short already defined
5878 ;; int already defined
5879 ;; float already defined
5880 ;; double already defined
5882 ;;;; Enumerations: PixelCopyType
5884 (defconstant +color+ #x1800)
5885 (defconstant +depth+ #x1801)
5886 (defconstant +stencil+ #x1802)
5888 ;;;; Enumerations: PixelFormat
5890 (defconstant +color-index+ #x1900)
5891 (defconstant +stencil-index+ #x1901)
5892 (defconstant +depth-component+ #x1902)
5893 (defconstant +red+ #x1903)
5894 (defconstant +green+ #x1904)
5895 (defconstant +blue+ #x1905)
5896 (defconstant +alpha+ #x1906)
5897 (defconstant +rgb+ #x1907)
5898 (defconstant +rgba+ #x1908)
5899 (defconstant +luminance+ #x1909)
5900 (defconstant +luminance-alpha+ #x190A)
5901 (defconstant +abgr-ext+ #x8000)
5902 (defconstant +cmyk-ext+ #x800C)
5903 (defconstant +cmyka-ext+ #x800D)
5904 (defconstant +r5-g6-b5-icc-sgix+ nil)
5905 (defconstant +r5-g6-b5-a8-icc-sgix+ nil)
5906 (defconstant +alpha16-icc-sgix+ nil)
5907 (defconstant +luminance16-icc-sgix+ nil)
5908 (defconstant +luminance16-alpha8-icc-sgix+ nil)
5909 (defconstant +ycrcb-422-sgix+ #x81BB)
5910 (defconstant +ycrcb-444-sgix+ #x81BC)
5912 ;;;; Enumerations: PixelMap
5913 ;; pixel_map_i_to_i already defined
5914 ;; pixel_map_s_to_s already defined
5915 ;; pixel_map_i_to_r already defined
5916 ;; pixel_map_i_to_g already defined
5917 ;; pixel_map_i_to_b already defined
5918 ;; pixel_map_i_to_a already defined
5919 ;; pixel_map_r_to_r already defined
5920 ;; pixel_map_g_to_g already defined
5921 ;; pixel_map_b_to_b already defined
5922 ;; pixel_map_a_to_a already defined
5924 ;;;; Enumerations: PixelStoreParameter
5925 ;; unpack_swap_bytes already defined
5926 ;; unpack_lsb_first already defined
5927 ;; unpack_row_length already defined
5928 ;; unpack_skip_rows already defined
5929 ;; unpack_skip_pixels already defined
5930 ;; unpack_alignment already defined
5931 ;; pack_swap_bytes already defined
5932 ;; pack_lsb_first already defined
5933 ;; pack_row_length already defined
5934 ;; pack_skip_rows already defined
5935 ;; pack_skip_pixels already defined
5936 ;; pack_alignment already defined
5937 ;; pack_skip_images_ext already defined
5938 ;; pack_image_height_ext already defined
5939 ;; unpack_skip_images_ext already defined
5940 ;; unpack_image_height_ext already defined
5941 ;; pack_skip_volumes_sgis already defined
5942 ;; pack_image_depth_sgis already defined
5943 ;; unpack_skip_volumes_sgis already defined
5944 ;; unpack_image_depth_sgis already defined
5945 ;; pixel_tile_width_sgix already defined
5946 ;; pixel_tile_height_sgix already defined
5947 ;; pixel_tile_grid_width_sgix already defined
5948 ;; pixel_tile_grid_height_sgix already defined
5949 ;; pixel_tile_grid_depth_sgix already defined
5950 ;; pixel_tile_cache_size_sgix already defined
5951 ;; pack_subsample_rate_sgix already defined
5952 ;; unpack_subsample_rate_sgix already defined
5953 ;; pack_resample_sgix already defined
5954 ;; unpack_resample_sgix already defined
5956 ;;;; Enumerations: PixelStoreResampleMode
5958 (defconstant +resample-replicate-sgix+ #x842E)
5959 (defconstant +resample-zero-fill-sgix+ #x842F)
5960 (defconstant +resample-decimate-sgix+ #x8430)
5962 ;;;; Enumerations: PixelStoreSubsampleRate
5964 (defconstant +pixel-subsample-4444-sgix+ #x85A2)
5965 (defconstant +pixel-subsample-2424-sgix+ #x85A3)
5966 (defconstant +pixel-subsample-4242-sgix+ #x85A4)
5968 ;;;; Enumerations: PixelTexGenMode
5969 ;; none already defined
5970 ;; rgb already defined
5971 ;; rgba already defined
5972 ;; luminance already defined
5973 ;; luminance_alpha already defined
5974 (defconstant +pixel-tex-gen-alpha-replace-sgix+ #x8187)
5975 (defconstant +pixel-tex-gen-alpha-no-replace-sgix+ #x8188)
5976 (defconstant +pixel-tex-gen-alpha-ms-sgix+ #x818A)
5977 (defconstant +pixel-tex-gen-alpha-ls-sgix+ #x8189)
5979 ;;;; Enumerations: PixelTexGenParameterNameSGIS
5981 (defconstant +pixel-fragment-rgb-source-sgis+ #x8354)
5982 (defconstant +pixel-fragment-alpha-source-sgis+ #x8355)
5984 ;;;; Enumerations: PixelTransferParameter
5985 ;; map_color already defined
5986 ;; map_stencil already defined
5987 ;; index_shift already defined
5988 ;; index_offset already defined
5989 ;; red_scale already defined
5990 ;; red_bias already defined
5991 ;; green_scale already defined
5992 ;; green_bias already defined
5993 ;; blue_scale already defined
5994 ;; blue_bias already defined
5995 ;; alpha_scale already defined
5996 ;; alpha_bias already defined
5997 ;; depth_scale already defined
5998 ;; depth_bias already defined
5999 ;; post_convolution_red_scale_ext already defined
6000 ;; post_convolution_green_scale_ext already defined
6001 ;; post_convolution_blue_scale_ext already defined
6002 ;; post_convolution_alpha_scale_ext already defined
6003 ;; post_convolution_red_bias_ext already defined
6004 ;; post_convolution_green_bias_ext already defined
6005 ;; post_convolution_blue_bias_ext already defined
6006 ;; post_convolution_alpha_bias_ext already defined
6007 ;; post_color_matrix_red_scale_sgi already defined
6008 ;; post_color_matrix_green_scale_sgi already defined
6009 ;; post_color_matrix_blue_scale_sgi already defined
6010 ;; post_color_matrix_alpha_scale_sgi already defined
6011 ;; post_color_matrix_red_bias_sgi already defined
6012 ;; post_color_matrix_green_bias_sgi already defined
6013 ;; post_color_matrix_blue_bias_sgi already defined
6014 ;; post_color_matrix_alpha_bias_sgi already defined
6016 ;;;; Enumerations: PixelType
6018 (defconstant +bitmap+ #x1A00)
6019 ;; byte already defined
6020 ;; unsigned_byte already defined
6021 ;; short already defined
6022 ;; unsigned_short already defined
6023 ;; int already defined
6024 ;; unsigned_int already defined
6025 ;; float already defined
6026 (defconstant +unsigned-byte-3-3-2-ext+ #x8032)
6027 (defconstant +unsigned-short-4-4-4-4-ext+ #x8033)
6028 (defconstant +unsigned-short-5-5-5-1-ext+ #x8034)
6029 (defconstant +unsigned-int-8-8-8-8-ext+ #x8035)
6030 (defconstant +unsigned-int-10-10-10-2-ext+ #x8036)
6032 ;;;; Enumerations: PointParameterNameSGIS
6033 ;; point_size_min_sgis already defined
6034 ;; point_size_max_sgis already defined
6035 ;; point_fade_threshold_size_sgis already defined
6036 ;; distance_attenuation_sgis already defined
6038 ;;;; Enumerations: PolygonMode
6039 ;; point already defined
6040 ;; line already defined
6041 ;; fill already defined
6043 ;;;; Enumerations: ReadBufferMode
6044 ;; front_left already defined
6045 ;; front_right already defined
6046 ;; back_left already defined
6047 ;; back_right already defined
6048 ;; front already defined
6049 ;; back already defined
6050 ;; left already defined
6051 ;; right already defined
6052 ;; aux0 already defined
6053 ;; aux1 already defined
6054 ;; aux2 already defined
6055 ;; aux3 already defined
6057 ;;;; Enumerations: RenderingMode
6059 (defconstant +render+ #x1C00)
6060 (defconstant +feedback+ #x1C01)
6061 (defconstant +select+ #x1C02)
6063 ;;;; Enumerations: SamplePatternSGIS
6065 (defconstant +1pass-sgis+ #x80A1)
6066 (defconstant +2pass-0-sgis+ #x80A2)
6067 (defconstant +2pass-1-sgis+ #x80A3)
6068 (defconstant +4pass-0-sgis+ #x80A4)
6069 (defconstant +4pass-1-sgis+ #x80A5)
6070 (defconstant +4pass-2-sgis+ #x80A6)
6071 (defconstant +4pass-3-sgis+ #x80A7)
6073 ;;;; Enumerations: SeparableTargetEXT
6074 ;; separable_2d_ext already defined
6076 ;;;; Enumerations: ShadingModel
6078 (defconstant +flat+ #x1D00)
6079 (defconstant +smooth+ #x1D01)
6081 ;;;; Enumerations: StencilFunction
6082 ;; never already defined
6083 ;; less already defined
6084 ;; equal already defined
6085 ;; lequal already defined
6086 ;; greater already defined
6087 ;; notequal already defined
6088 ;; gequal already defined
6089 ;; always already defined
6091 ;;;; Enumerations: StencilOp
6092 ;; zero already defined
6093 (defconstant +keep+ #x1E00)
6094 ;; replace already defined
6095 (defconstant +incr+ #x1E02)
6096 (defconstant +decr+ #x1E03)
6097 ;; invert already defined
6099 ;;;; Enumerations: StringName
6101 (defconstant +vendor+ #x1F00)
6102 (defconstant +renderer+ #x1F01)
6103 (defconstant +version+ #x1F02)
6104 (defconstant +extensions+ #x1F03)
6106 ;;;; Enumerations: TexCoordPointerType
6107 ;; short already defined
6108 ;; int already defined
6109 ;; float already defined
6110 ;; double already defined
6112 ;;;; Enumerations: TextureCoordName
6114 (defconstant +s+ #x2000)
6115 (defconstant +t+ #x2001)
6116 (defconstant +r+ #x2002)
6117 (defconstant +q+ #x2003)
6119 ;;;; Enumerations: TextureEnvMode
6120 ;; modulate already defined
6121 (defconstant +decal+ #x2101)
6122 ;; blend already defined
6123 (defconstant +replace-ext+ #x8062)
6124 ;; add already defined
6125 (defconstant +texture-env-bias-sgix+ #x80BE)
6127 ;;;; Enumerations: TextureEnvParameter
6129 (defconstant +texture-env-mode+ #x2200)
6130 (defconstant +texture-env-color+ #x2201)
6132 ;;;; Enumerations: TextureEnvTarget
6134 (defconstant +texture-env+ #x2300)
6136 ;;;; Enumerations: TextureFilterFuncSGIS
6138 (defconstant +filter4-sgis+ #x8146)
6140 ;;;; Enumerations: TextureGenMode
6142 (defconstant +eye-linear+ #x2400)
6143 (defconstant +object-linear+ #x2401)
6144 (defconstant +sphere-map+ #x2402)
6145 (defconstant +eye-distance-to-point-sgis+ #x81F0)
6146 (defconstant +object-distance-to-point-sgis+ #x81F1)
6147 (defconstant +eye-distance-to-line-sgis+ #x81F2)
6148 (defconstant +object-distance-to-line-sgis+ #x81F3)
6150 ;;;; Enumerations: TextureGenParameter
6152 (defconstant +texture-gen-mode+ #x2500)
6153 (defconstant +object-plane+ #x2501)
6154 (defconstant +eye-plane+ #x2502)
6155 (defconstant +eye-point-sgis+ #x81F4)
6156 (defconstant +object-point-sgis+ #x81F5)
6157 (defconstant +eye-line-sgis+ #x81F6)
6158 (defconstant +object-line-sgis+ #x81F7)
6160 ;;;; Enumerations: TextureMagFilter
6162 (defconstant +nearest+ #x2600)
6163 ;; linear already defined
6164 (defconstant +linear-detail-sgis+ #x8097)
6165 (defconstant +linear-detail-alpha-sgis+ #x8098)
6166 (defconstant +linear-detail-color-sgis+ #x8099)
6167 (defconstant +linear-sharpen-sgis+ #x80AD)
6168 (defconstant +linear-sharpen-alpha-sgis+ #x80AE)
6169 (defconstant +linear-sharpen-color-sgis+ #x80AF)
6170 ;; filter4_sgis already defined
6171 (defconstant +pixel-tex-gen-q-ceiling-sgix+ #x8184)
6172 (defconstant +pixel-tex-gen-q-round-sgix+ #x8185)
6173 (defconstant +pixel-tex-gen-q-floor-sgix+ #x8186)
6175 ;;;; Enumerations: TextureMinFilter
6176 ;; nearest already defined
6177 ;; linear already defined
6178 (defconstant +nearest-mipmap-nearest+ #x2700)
6179 (defconstant +linear-mipmap-nearest+ #x2701)
6180 (defconstant +nearest-mipmap-linear+ #x2702)
6181 (defconstant +linear-mipmap-linear+ #x2703)
6182 ;; filter4_sgis already defined
6183 (defconstant +linear-clipmap-linear-sgix+ #x8170)
6184 (defconstant +nearest-clipmap-nearest-sgix+ #x844D)
6185 (defconstant +nearest-clipmap-linear-sgix+ #x844E)
6186 (defconstant +linear-clipmap-nearest-sgix+ #x844F)
6187 ;; pixel_tex_gen_q_ceiling_sgix already defined
6188 ;; pixel_tex_gen_q_round_sgix already defined
6189 ;; pixel_tex_gen_q_floor_sgix already defined
6191 ;;;; Enumerations: TextureParameterName
6192 ;; texture_mag_filter already defined
6193 ;; texture_min_filter already defined
6194 ;; texture_wrap_s already defined
6195 ;; texture_wrap_t already defined
6196 ;; texture_border_color already defined
6197 ;; texture_priority already defined
6198 ;; texture_wrap_r_ext already defined
6199 ;; detail_texture_level_sgis already defined
6200 ;; detail_texture_mode_sgis already defined
6201 ;; generate_mipmap_sgis already defined
6202 ;; dual_texture_select_sgis already defined
6203 ;; quad_texture_select_sgis already defined
6204 ;; texture_wrap_q_sgis already defined
6205 ;; texture_clipmap_center_sgix already defined
6206 ;; texture_clipmap_frame_sgix already defined
6207 ;; texture_clipmap_offset_sgix already defined
6208 ;; texture_clipmap_virtual_depth_sgix already defined
6209 ;; texture_clipmap_lod_offset_sgix already defined
6210 ;; texture_clipmap_depth_sgix already defined
6211 ;; texture_compare_sgix already defined
6212 ;; texture_compare_operator_sgix already defined
6213 ;; shadow_ambient_sgix already defined
6214 ;; texture_max_clamp_s_sgix already defined
6215 ;; texture_max_clamp_t_sgix already defined
6216 ;; texture_max_clamp_r_sgix already defined
6217 ;; texture_lod_bias_s_sgix already defined
6218 ;; texture_lod_bias_t_sgix already defined
6219 ;; texture_lod_bias_r_sgix already defined
6220 ;; post_texture_filter_bias_sgix already defined
6221 ;; post_texture_filter_scale_sgix already defined
6223 ;;;; Enumerations: TextureTarget
6224 ;; texture_1d already defined
6225 ;; texture_2d already defined
6226 (defconstant +proxy-texture-1d+ #x8063)
6227 (defconstant +proxy-texture-2d+ #x8064)
6228 ;; texture_3d_ext already defined
6229 (defconstant +proxy-texture-3d-ext+ #x8070)
6230 (defconstant +detail-texture-2d-sgis+ #x8095)
6231 ;; texture_4d_sgis already defined
6232 (defconstant +proxy-texture-4d-sgis+ #x8135)
6233 ;; texture_min_lod_sgis already defined
6234 ;; texture_max_lod_sgis already defined
6235 ;; texture_base_level_sgis already defined
6236 ;; texture_max_level_sgis already defined
6238 ;;;; Enumerations: TextureWrapMode
6240 (defconstant +clamp+ #x2900)
6241 (defconstant +repeat+ #x2901)
6242 (defconstant +clamp-to-border-sgis+ #x812D)
6243 (defconstant +clamp-to-edge-sgis+ #x812F)
6245 ;;;; Enumerations: PixelInternalFormat
6247 (defconstant +r3-g3-b2+ #x2A10)
6248 (defconstant +alpha4+ #x803B)
6249 (defconstant +alpha8+ #x803C)
6250 (defconstant +alpha12+ #x803D)
6251 (defconstant +alpha16+ #x803E)
6252 (defconstant +luminance4+ #x803F)
6253 (defconstant +luminance8+ #x8040)
6254 (defconstant +luminance12+ #x8041)
6255 (defconstant +luminance16+ #x8042)
6256 (defconstant +luminance4-alpha4+ #x8043)
6257 (defconstant +luminance6-alpha2+ #x8044)
6258 (defconstant +luminance8-alpha8+ #x8045)
6259 (defconstant +luminance12-alpha4+ #x8046)
6260 (defconstant +luminance12-alpha12+ #x8047)
6261 (defconstant +luminance16-alpha16+ #x8048)
6262 (defconstant +intensity+ #x8049)
6263 (defconstant +intensity4+ #x804A)
6264 (defconstant +intensity8+ #x804B)
6265 (defconstant +intensity12+ #x804C)
6266 (defconstant +intensity16+ #x804D)
6267 (defconstant +rgb4+ #x804F)
6268 (defconstant +rgb5+ #x8050)
6269 (defconstant +rgb8+ #x8051)
6270 (defconstant +rgb10+ #x8052)
6271 (defconstant +rgb12+ #x8053)
6272 (defconstant +rgb16+ #x8054)
6273 (defconstant +rgba2+ #x8055)
6274 (defconstant +rgba4+ #x8056)
6275 (defconstant +rgb5-a1+ #x8057)
6276 (defconstant +rgba8+ #x8058)
6277 (defconstant +rgb10-a2+ #x8059)
6278 (defconstant +rgba12+ #x805A)
6279 (defconstant +rgba16+ #x805B)
6280 (defconstant +rgb2-ext+ #x804E)
6281 (defconstant +dual-alpha4-sgis+ #x8110)
6282 (defconstant +dual-alpha8-sgis+ #x8111)
6283 (defconstant +dual-alpha12-sgis+ #x8112)
6284 (defconstant +dual-alpha16-sgis+ #x8113)
6285 (defconstant +dual-luminance4-sgis+ #x8114)
6286 (defconstant +dual-luminance8-sgis+ #x8115)
6287 (defconstant +dual-luminance12-sgis+ #x8116)
6288 (defconstant +dual-luminance16-sgis+ #x8117)
6289 (defconstant +dual-intensity4-sgis+ #x8118)
6290 (defconstant +dual-intensity8-sgis+ #x8119)
6291 (defconstant +dual-intensity12-sgis+ #x811A)
6292 (defconstant +dual-intensity16-sgis+ #x811B)
6293 (defconstant +dual-luminance-alpha4-sgis+ #x811C)
6294 (defconstant +dual-luminance-alpha8-sgis+ #x811D)
6295 (defconstant +quad-alpha4-sgis+ #x811E)
6296 (defconstant +quad-alpha8-sgis+ #x811F)
6297 (defconstant +quad-luminance4-sgis+ #x8120)
6298 (defconstant +quad-luminance8-sgis+ #x8121)
6299 (defconstant +quad-intensity4-sgis+ #x8122)
6300 (defconstant +quad-intensity8-sgis+ #x8123)
6301 (defconstant +depth-component16-sgix+ #x81A5)
6302 (defconstant +depth-component24-sgix+ #x81A6)
6303 (defconstant +depth-component32-sgix+ #x81A7)
6304 (defconstant +rgb-icc-sgix+ nil)
6305 (defconstant +rgba-icc-sgix+ nil)
6306 (defconstant +alpha-icc-sgix+ nil)
6307 (defconstant +luminance-icc-sgix+ nil)
6308 (defconstant +intensity-icc-sgix+ nil)
6309 (defconstant +luminance-alpha-icc-sgix+ nil)
6310 ;; r5_g6_b5_icc_sgix already defined
6311 ;; r5_g6_b5_a8_icc_sgix already defined
6312 ;; alpha16_icc_sgix already defined
6313 ;; luminance16_icc_sgix already defined
6314 (defconstant +intensity16-icc-sgix+ nil)
6315 ;; luminance16_alpha8_icc_sgix already defined
6317 ;;;; Enumerations: InterleavedArrayFormat
6319 (defconstant +v2f+ #x2A20)
6320 (defconstant +v3f+ #x2A21)
6321 (defconstant +c4ub-v2f+ #x2A22)
6322 (defconstant +c4ub-v3f+ #x2A23)
6323 (defconstant +c3f-v3f+ #x2A24)
6324 (defconstant +n3f-v3f+ #x2A25)
6325 (defconstant +c4f-n3f-v3f+ #x2A26)
6326 (defconstant +t2f-v3f+ #x2A27)
6327 (defconstant +t4f-v4f+ #x2A28)
6328 (defconstant +t2f-c4ub-v3f+ #x2A29)
6329 (defconstant +t2f-c3f-v3f+ #x2A2A)
6330 (defconstant +t2f-n3f-v3f+ #x2A2B)
6331 (defconstant +t2f-c4f-n3f-v3f+ #x2A2C)
6332 (defconstant +t4f-c4f-n3f-v4f+ #x2A2D)
6334 ;;;; Enumerations: VertexPointerType
6335 ;; short already defined
6336 ;; int already defined
6337 ;; float already defined
6338 ;; double already defined
6340 ;;;; Enumerations: ClipPlaneName
6341 ;; clip_plane0 already defined
6342 ;; clip_plane1 already defined
6343 ;; clip_plane2 already defined
6344 ;; clip_plane3 already defined
6345 ;; clip_plane4 already defined
6346 ;; clip_plane5 already defined
6348 ;;;; Enumerations: LightName
6349 ;; light0 already defined
6350 ;; light1 already defined
6351 ;; light2 already defined
6352 ;; light3 already defined
6353 ;; light4 already defined
6354 ;; light5 already defined
6355 ;; light6 already defined
6356 ;; light7 already defined
6357 ;; fragment_light0_sgix already defined
6358 ;; fragment_light1_sgix already defined
6359 ;; fragment_light2_sgix already defined
6360 ;; fragment_light3_sgix already defined
6361 ;; fragment_light4_sgix already defined
6362 ;; fragment_light5_sgix already defined
6363 ;; fragment_light6_sgix already defined
6364 ;; fragment_light7_sgix already defined
6366 ;;;; Enumerations: EXT_abgr
6367 ;; abgr_ext already defined
6369 ;;;; Enumerations: EXT_blend_subtract
6371 (defconstant +func-subtract+ #x800A)
6372 ;; func_subtract_ext already defined
6373 (defconstant +func-reverse-subtract+ #x800B)
6374 ;; func_reverse_subtract_ext already defined
6376 ;;;; Enumerations: EXT_cmyka
6377 ;; cmyk_ext already defined
6378 ;; cmyka_ext already defined
6379 ;; pack_cmyk_hint_ext already defined
6380 ;; unpack_cmyk_hint_ext already defined
6382 ;;;; Enumerations: EXT_packed_pixels
6384 (defconstant +unsigned-byte-3-3-2+ #x8032)
6385 ;; unsigned_byte_3_3_2_ext already defined
6386 (defconstant +unsigned-short-4-4-4-4+ #x8033)
6387 ;; unsigned_short_4_4_4_4_ext already defined
6388 (defconstant +unsigned-short-5-5-5-1+ #x8034)
6389 ;; unsigned_short_5_5_5_1_ext already defined
6390 (defconstant +unsigned-int-8-8-8-8+ #x8035)
6391 ;; unsigned_int_8_8_8_8_ext already defined
6392 (defconstant +unsigned-int-10-10-10-2+ #x8036)
6393 ;; unsigned_int_10_10_10_2_ext already defined
6394 (defconstant +unsigned-byte-2-3-3-rev+ #x8362)
6395 (defconstant +unsigned-byte-2-3-3-rev-ext+ #x8362)
6396 (defconstant +unsigned-short-5-6-5+ #x8363)
6397 (defconstant +unsigned-short-5-6-5-ext+ #x8363)
6398 (defconstant +unsigned-short-5-6-5-rev+ #x8364)
6399 (defconstant +unsigned-short-5-6-5-rev-ext+ #x8364)
6400 (defconstant +unsigned-short-4-4-4-4-rev+ #x8365)
6401 (defconstant +unsigned-short-4-4-4-4-rev-ext+ #x8365)
6402 (defconstant +unsigned-short-1-5-5-5-rev+ #x8366)
6403 (defconstant +unsigned-short-1-5-5-5-rev-ext+ #x8366)
6404 (defconstant +unsigned-int-8-8-8-8-rev+ #x8367)
6405 (defconstant +unsigned-int-8-8-8-8-rev-ext+ #x8367)
6406 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
6407 (defconstant +unsigned-int-2-10-10-10-rev-ext+ #x8368)
6409 ;;;; Enumerations: EXT_rescale_normal
6411 (defconstant +rescale-normal+ #x803A)
6412 ;; rescale_normal_ext already defined
6414 ;;;; Enumerations: EXT_texture
6416 (defconstant +alpha4-ext+ #x803B)
6417 (defconstant +alpha8-ext+ #x803C)
6418 (defconstant +alpha12-ext+ #x803D)
6419 (defconstant +alpha16-ext+ #x803E)
6420 (defconstant +luminance4-ext+ #x803F)
6421 (defconstant +luminance8-ext+ #x8040)
6422 (defconstant +luminance12-ext+ #x8041)
6423 (defconstant +luminance16-ext+ #x8042)
6424 (defconstant +luminance4-alpha4-ext+ #x8043)
6425 (defconstant +luminance6-alpha2-ext+ #x8044)
6426 (defconstant +luminance8-alpha8-ext+ #x8045)
6427 (defconstant +luminance12-alpha4-ext+ #x8046)
6428 (defconstant +luminance12-alpha12-ext+ #x8047)
6429 (defconstant +luminance16-alpha16-ext+ #x8048)
6430 (defconstant +intensity-ext+ #x8049)
6431 (defconstant +intensity4-ext+ #x804A)
6432 (defconstant +intensity8-ext+ #x804B)
6433 (defconstant +intensity12-ext+ #x804C)
6434 (defconstant +intensity16-ext+ #x804D)
6435 ;; rgb2_ext already defined
6436 (defconstant +rgb4-ext+ #x804F)
6437 (defconstant +rgb5-ext+ #x8050)
6438 (defconstant +rgb8-ext+ #x8051)
6439 (defconstant +rgb10-ext+ #x8052)
6440 (defconstant +rgb12-ext+ #x8053)
6441 (defconstant +rgb16-ext+ #x8054)
6442 (defconstant +rgba2-ext+ #x8055)
6443 (defconstant +rgba4-ext+ #x8056)
6444 (defconstant +rgb5-a1-ext+ #x8057)
6445 (defconstant +rgba8-ext+ #x8058)
6446 (defconstant +rgb10-a2-ext+ #x8059)
6447 (defconstant +rgba12-ext+ #x805A)
6448 (defconstant +rgba16-ext+ #x805B)
6449 (defconstant +texture-red-size-ext+ #x805C)
6450 (defconstant +texture-green-size-ext+ #x805D)
6451 (defconstant +texture-blue-size-ext+ #x805E)
6452 (defconstant +texture-alpha-size-ext+ #x805F)
6453 (defconstant +texture-luminance-size-ext+ #x8060)
6454 (defconstant +texture-intensity-size-ext+ #x8061)
6455 ;; replace_ext already defined
6456 (defconstant +proxy-texture-1d-ext+ #x8063)
6457 (defconstant +proxy-texture-2d-ext+ #x8064)
6458 ;; texture_too_large_ext already defined
6460 ;;;; Enumerations: SGIX_interlace
6461 ;; interlace_sgix already defined
6463 ;;;; Enumerations: SGI_color_matrix
6465 (defconstant +color-matrix+ #x80B1)
6466 ;; color_matrix_sgi already defined
6467 (defconstant +color-matrix-stack-depth+ #x80B2)
6468 ;; color_matrix_stack_depth_sgi already defined
6469 (defconstant +max-color-matrix-stack-depth+ #x80B3)
6470 ;; max_color_matrix_stack_depth_sgi already defined
6471 (defconstant +post-color-matrix-red-scale+ #x80B4)
6472 ;; post_color_matrix_red_scale_sgi already defined
6473 (defconstant +post-color-matrix-green-scale+ #x80B5)
6474 ;; post_color_matrix_green_scale_sgi already defined
6475 (defconstant +post-color-matrix-blue-scale+ #x80B6)
6476 ;; post_color_matrix_blue_scale_sgi already defined
6477 (defconstant +post-color-matrix-alpha-scale+ #x80B7)
6478 ;; post_color_matrix_alpha_scale_sgi already defined
6479 (defconstant +post-color-matrix-red-bias+ #x80B8)
6480 ;; post_color_matrix_red_bias_sgi already defined
6481 (defconstant +post-color-matrix-green-bias+ #x80B9)
6482 ;; post_color_matrix_green_bias_sgi already defined
6483 (defconstant +post-color-matrix-blue-bias+ #x80BA)
6484 ;; post_color_matrix_blue_bias_sgi already defined
6485 (defconstant +post-color-matrix-alpha-bias+ #x80BB)
6486 ;; post_color_matrix_alpha_bias_sgi already defined
6488 ;;;; Enumerations: SGI_texture_color_table
6489 ;; texture_color_table_sgi already defined
6490 ;; proxy_texture_color_table_sgi already defined
6492 ;;;; Enumerations: SGIX_texture_add_env
6493 ;; texture_env_bias_sgix already defined
6495 ;;;; Enumerations: SGIX_shadow_ambient
6496 ;; shadow_ambient_sgix already defined
6498 ;;;; Enumerations: EXT_bgra
6500 (defconstant +bgr+ #x80E0)
6501 (defconstant +bgr-ext+ #x80E0)
6502 (defconstant +bgra+ #x80E1)
6503 (defconstant +bgra-ext+ #x80E1)
6505 ;;;; Enumerations: SGIS_texture_select
6506 ;; dual_alpha4_sgis already defined
6507 ;; dual_alpha8_sgis already defined
6508 ;; dual_alpha12_sgis already defined
6509 ;; dual_alpha16_sgis already defined
6510 ;; dual_luminance4_sgis already defined
6511 ;; dual_luminance8_sgis already defined
6512 ;; dual_luminance12_sgis already defined
6513 ;; dual_luminance16_sgis already defined
6514 ;; dual_intensity4_sgis already defined
6515 ;; dual_intensity8_sgis already defined
6516 ;; dual_intensity12_sgis already defined
6517 ;; dual_intensity16_sgis already defined
6518 ;; dual_luminance_alpha4_sgis already defined
6519 ;; dual_luminance_alpha8_sgis already defined
6520 ;; quad_alpha4_sgis already defined
6521 ;; quad_alpha8_sgis already defined
6522 ;; quad_luminance4_sgis already defined
6523 ;; quad_luminance8_sgis already defined
6524 ;; quad_intensity4_sgis already defined
6525 ;; quad_intensity8_sgis already defined
6526 ;; dual_texture_select_sgis already defined
6527 ;; quad_texture_select_sgis already defined
6529 ;;;; Enumerations: SGIS_texture_border_clamp
6531 (defconstant +clamp-to-border+ #x812D)
6532 (defconstant +clamp-to-border-arb+ #x812D)
6533 ;; clamp_to_border_sgis already defined
6535 ;;;; Enumerations: SGIX_texture_multi_buffer
6536 ;; texture_multi_buffer_hint_sgix already defined
6538 ;;;; Enumerations: SGIS_texture_edge_clamp
6540 (defconstant +clamp-to-edge+ #x812F)
6541 ;; clamp_to_edge_sgis already defined
6543 ;;;; Enumerations: SGIS_texture_lod
6545 (defconstant +texture-min-lod+ #x813A)
6546 ;; texture_min_lod_sgis already defined
6547 (defconstant +texture-max-lod+ #x813B)
6548 ;; texture_max_lod_sgis already defined
6549 (defconstant +texture-base-level+ #x813C)
6550 ;; texture_base_level_sgis already defined
6551 (defconstant +texture-max-level+ #x813D)
6552 ;; texture_max_level_sgis already defined
6554 ;;;; Enumerations: SGIX_pixel_tiles
6555 ;; pixel_tile_best_alignment_sgix already defined
6556 ;; pixel_tile_cache_increment_sgix already defined
6557 ;; pixel_tile_width_sgix already defined
6558 ;; pixel_tile_height_sgix already defined
6559 ;; pixel_tile_grid_width_sgix already defined
6560 ;; pixel_tile_grid_height_sgix already defined
6561 ;; pixel_tile_grid_depth_sgix already defined
6562 ;; pixel_tile_cache_size_sgix already defined
6564 ;;;; Enumerations: HP_convolution_border_modes
6566 (defconstant +ignore-border-hp+ #x8150)
6567 (defconstant +constant-border+ #x8151)
6568 (defconstant +constant-border-hp+ #x8151)
6569 (defconstant +replicate-border+ #x8153)
6570 (defconstant +replicate-border-hp+ #x8153)
6571 (defconstant +convolution-border-color+ #x8154)
6572 (defconstant +convolution-border-color-hp+ #x8154)
6574 ;;;; Enumerations: SGIX_clipmap
6575 ;; linear_clipmap_linear_sgix already defined
6576 ;; texture_clipmap_center_sgix already defined
6577 ;; texture_clipmap_frame_sgix already defined
6578 ;; texture_clipmap_offset_sgix already defined
6579 ;; texture_clipmap_virtual_depth_sgix already defined
6580 ;; texture_clipmap_lod_offset_sgix already defined
6581 ;; texture_clipmap_depth_sgix already defined
6582 ;; max_clipmap_depth_sgix already defined
6583 ;; max_clipmap_virtual_depth_sgix already defined
6584 ;; nearest_clipmap_nearest_sgix already defined
6585 ;; nearest_clipmap_linear_sgix already defined
6586 ;; linear_clipmap_nearest_sgix already defined
6588 ;;;; Enumerations: SGIX_texture_scale_bias
6589 ;; post_texture_filter_bias_sgix already defined
6590 ;; post_texture_filter_scale_sgix already defined
6591 ;; post_texture_filter_bias_range_sgix already defined
6592 ;; post_texture_filter_scale_range_sgix already defined
6594 ;;;; Enumerations: SGIX_ir_instrument1
6595 ;; ir_instrument1_sgix already defined
6597 ;;;; Enumerations: SGIX_calligraphic_fragment
6598 ;; calligraphic_fragment_sgix already defined
6600 ;;;; Enumerations: SGIX_impact_pixel_texture
6601 ;; pixel_tex_gen_q_ceiling_sgix already defined
6602 ;; pixel_tex_gen_q_round_sgix already defined
6603 ;; pixel_tex_gen_q_floor_sgix already defined
6604 ;; pixel_tex_gen_alpha_replace_sgix already defined
6605 ;; pixel_tex_gen_alpha_no_replace_sgix already defined
6606 ;; pixel_tex_gen_alpha_ls_sgix already defined
6607 ;; pixel_tex_gen_alpha_ms_sgix already defined
6609 ;;;; Enumerations: SGIX_texture_lod_bias
6610 ;; texture_lod_bias_s_sgix already defined
6611 ;; texture_lod_bias_t_sgix already defined
6612 ;; texture_lod_bias_r_sgix already defined
6614 ;;;; Enumerations: SGIS_generate_mipmap
6616 (defconstant +generate-mipmap+ #x8191)
6617 ;; generate_mipmap_sgis already defined
6618 (defconstant +generate-mipmap-hint+ #x8192)
6619 ;; generate_mipmap_hint_sgis already defined
6620 ;; geometry_deformation_sgix already defined
6621 ;; texture_deformation_sgix already defined
6622 ;; deformations_mask_sgix already defined
6623 (defconstant +max-deformation-order-sgix+ #x8197)
6625 ;;;; Enumerations: SGIX_fog_offset
6626 ;; fog_offset_sgix already defined
6627 ;; fog_offset_value_sgix already defined
6629 ;;;; Enumerations: SGIX_shadow
6630 ;; texture_compare_sgix already defined
6631 ;; texture_compare_operator_sgix already defined
6632 ;; texture_lequal_r_sgix already defined
6633 ;; texture_gequal_r_sgix already defined
6635 ;;;; Enumerations: SGIX_depth_texture
6637 (defconstant +depth-component16+ #x81A5)
6638 ;; depth_component16_sgix already defined
6639 (defconstant +depth-component24+ #x81A6)
6640 ;; depth_component24_sgix already defined
6641 (defconstant +depth-component32+ #x81A7)
6642 ;; depth_component32_sgix already defined
6644 ;;;; Enumerations: SGIX_ycrcb
6645 ;; ycrcb_422_sgix already defined
6646 ;; ycrcb_444_sgix already defined
6648 ;;;; Enumerations: SGIS_point_line_texgen
6649 ;; eye_distance_to_point_sgis already defined
6650 ;; object_distance_to_point_sgis already defined
6651 ;; eye_distance_to_line_sgis already defined
6652 ;; object_distance_to_line_sgis already defined
6653 ;; eye_point_sgis already defined
6654 ;; object_point_sgis already defined
6655 ;; eye_line_sgis already defined
6656 ;; object_line_sgis already defined
6658 ;;;; Enumerations: EXT_separate_specular_color
6659 ;; light_model_color_control already defined
6660 (defconstant +light-model-color-control-ext+ #x81F8)
6661 ;; single_color already defined
6662 (defconstant +single-color-ext+ #x81F9)
6663 ;; separate_specular_color already defined
6664 (defconstant +separate-specular-color-ext+ #x81FA)
6666 ;;;; Enumerations: EXT_shared_texture_palette
6667 ;; shared_texture_palette_ext already defined
6669 ;;;; Enumerations: SGIX_convolution_accuracy
6670 ;; convolution_hint_sgix already defined
6672 ;;;; Enumerations: SGIX_blend_alpha_minmax
6673 ;; alpha_min_sgix already defined
6674 ;; alpha_max_sgix already defined
6675 ;; async_marker_sgix already defined
6677 ;;;; Enumerations: SGIX_async_histogram
6678 ;; async_histogram_sgix already defined
6679 ;; max_async_histogram_sgix already defined
6681 ;;;; Enumerations: SGIX_async_pixel
6682 ;; async_tex_image_sgix already defined
6683 ;; async_draw_pixels_sgix already defined
6684 ;; async_read_pixels_sgix already defined
6685 ;; max_async_tex_image_sgix already defined
6686 ;; max_async_draw_pixels_sgix already defined
6687 ;; max_async_read_pixels_sgix already defined
6689 ;;;; Enumerations: SGIX_texture_coordinate_clamp
6690 ;; texture_max_clamp_s_sgix already defined
6691 ;; texture_max_clamp_t_sgix already defined
6692 ;; texture_max_clamp_r_sgix already defined
6693 (defconstant +fog-factor-to-alpha-sgix+ #x836F)
6695 ;;;; Enumerations: SGIX_vertex_preclip
6696 ;; vertex_preclip_sgix already defined
6697 ;; vertex_preclip_hint_sgix already defined
6699 ;;;; Enumerations: EXT_texture_compression_s3tc
6701 (defconstant +compressed-rgb-s3tc-dxt1-ext+ #x83F0)
6702 (defconstant +compressed-rgba-s3tc-dxt1-ext+ #x83F1)
6703 (defconstant +compressed-rgba-s3tc-dxt3-ext+ #x83F2)
6704 (defconstant +compressed-rgba-s3tc-dxt5-ext+ #x83F3)
6706 ;;;; Enumerations: SGIX_resample
6707 ;; pack_resample_sgix already defined
6708 ;; unpack_resample_sgix already defined
6709 ;; resample_replicate_sgix already defined
6710 ;; resample_zero_fill_sgix already defined
6711 ;; resample_decimate_sgix already defined
6713 ;;;; Enumerations: SGIX_subsample
6714 ;; pack_subsample_rate_sgix already defined
6715 ;; unpack_subsample_rate_sgix already defined
6716 ;; pixel_subsample_4444_sgix already defined
6717 ;; pixel_subsample_2424_sgix already defined
6718 ;; pixel_subsample_4242_sgix already defined
6720 ;;;; Enumerations: ARB_imaging
6722 (defconstant +constant-color+ #x8001)
6723 (defconstant +one-minus-constant-color+ #x8002)
6724 (defconstant +constant-alpha+ #x8003)
6725 (defconstant +one-minus-constant-alpha+ #x8004)
6726 (defconstant +blend-color+ #x8005)
6727 (defconstant +func-add+ #x8006)
6728 (defconstant +min+ #x8007)
6729 (defconstant +max+ #x8008)
6730 (defconstant +blend-equation+ #x8009)
6731 ;; func_subtract already defined
6732 ;; func_reverse_subtract already defined
6733 (defconstant +convolution-1d+ #x8010)
6734 (defconstant +convolution-2d+ #x8011)
6735 (defconstant +separable-2d+ #x8012)
6736 (defconstant +convolution-border-mode+ #x8013)
6737 (defconstant +convolution-filter-scale+ #x8014)
6738 (defconstant +convolution-filter-bias+ #x8015)
6739 (defconstant +reduce+ #x8016)
6740 (defconstant +convolution-format+ #x8017)
6741 (defconstant +convolution-width+ #x8018)
6742 (defconstant +convolution-height+ #x8019)
6743 (defconstant +max-convolution-width+ #x801A)
6744 (defconstant +max-convolution-height+ #x801B)
6745 (defconstant +post-convolution-red-scale+ #x801C)
6746 (defconstant +post-convolution-green-scale+ #x801D)
6747 (defconstant +post-convolution-blue-scale+ #x801E)
6748 (defconstant +post-convolution-alpha-scale+ #x801F)
6749 (defconstant +post-convolution-red-bias+ #x8020)
6750 (defconstant +post-convolution-green-bias+ #x8021)
6751 (defconstant +post-convolution-blue-bias+ #x8022)
6752 (defconstant +post-convolution-alpha-bias+ #x8023)
6753 (defconstant +histogram+ #x8024)
6754 (defconstant +proxy-histogram+ #x8025)
6755 (defconstant +histogram-width+ #x8026)
6756 (defconstant +histogram-format+ #x8027)
6757 (defconstant +histogram-red-size+ #x8028)
6758 (defconstant +histogram-green-size+ #x8029)
6759 (defconstant +histogram-blue-size+ #x802A)
6760 (defconstant +histogram-alpha-size+ #x802B)
6761 (defconstant +histogram-luminance-size+ #x802C)
6762 (defconstant +histogram-sink+ #x802D)
6763 (defconstant +minmax+ #x802E)
6764 (defconstant +minmax-format+ #x802F)
6765 (defconstant +minmax-sink+ #x8030)
6766 (defconstant +table-too-large+ #x8031)
6767 ;; color_matrix already defined
6768 ;; color_matrix_stack_depth already defined
6769 ;; max_color_matrix_stack_depth already defined
6770 ;; post_color_matrix_red_scale already defined
6771 ;; post_color_matrix_green_scale already defined
6772 ;; post_color_matrix_blue_scale already defined
6773 ;; post_color_matrix_alpha_scale already defined
6774 ;; post_color_matrix_red_bias already defined
6775 ;; post_color_matrix_green_bias already defined
6776 ;; post_color_matrix_blue_bias already defined
6777 ;; post_color_matrix_alpha_bias already defined
6778 (defconstant +color-table+ #x80D0)
6779 (defconstant +post-convolution-color-table+ #x80D1)
6780 (defconstant +post-color-matrix-color-table+ #x80D2)
6781 (defconstant +proxy-color-table+ #x80D3)
6782 (defconstant +proxy-post-convolution-color-table+ #x80D4)
6783 (defconstant +proxy-post-color-matrix-color-table+ #x80D5)
6784 (defconstant +color-table-scale+ #x80D6)
6785 (defconstant +color-table-bias+ #x80D7)
6786 (defconstant +color-table-format+ #x80D8)
6787 (defconstant +color-table-width+ #x80D9)
6788 (defconstant +color-table-red-size+ #x80DA)
6789 (defconstant +color-table-green-size+ #x80DB)
6790 (defconstant +color-table-blue-size+ #x80DC)
6791 (defconstant +color-table-alpha-size+ #x80DD)
6792 (defconstant +color-table-luminance-size+ #x80DE)
6793 (defconstant +color-table-intensity-size+ #x80DF)
6794 ;; constant_border already defined
6795 ;; replicate_border already defined
6796 ;; convolution_border_color already defined
6798 ;;;; Enumerations: ARB_texture_cube_map
6800 (defconstant +normal-map-arb+ #x8511)
6801 (defconstant +reflection-map-arb+ #x8512)
6802 (defconstant +texture-cube-map-arb+ #x8513)
6803 (defconstant +texture-binding-cube-map-arb+ #x8514)
6804 (defconstant +texture-cube-map-positive-x-arb+ #x8515)
6805 (defconstant +texture-cube-map-negative-x-arb+ #x8516)
6806 (defconstant +texture-cube-map-positive-y-arb+ #x8517)
6807 (defconstant +texture-cube-map-negative-y-arb+ #x8518)
6808 (defconstant +texture-cube-map-positive-z-arb+ #x8519)
6809 (defconstant +texture-cube-map-negative-z-arb+ #x851A)
6810 (defconstant +proxy-texture-cube-map-arb+ #x851B)
6811 (defconstant +max-cube-map-texture-size-arb+ #x851C)
6813 ;;;; Enumerations: ARB_texture_border_clamp
6814 ;; clamp_to_border_arb already defined
6816 ;;;; Enumerations: ARB_texture_env_combine
6818 (defconstant +combine-arb+ #x8570)
6819 (defconstant +combine-rgb-arb+ #x8571)
6820 (defconstant +combine-alpha-arb+ #x8572)
6821 (defconstant +source0-rgb-arb+ #x8580)
6822 (defconstant +source1-rgb-arb+ #x8581)
6823 (defconstant +source2-rgb-arb+ #x8582)
6824 (defconstant +source0-alpha-arb+ #x8588)
6825 (defconstant +source1-alpha-arb+ #x8589)
6826 (defconstant +source2-alpha-arb+ #x858A)
6827 (defconstant +operand0-rgb-arb+ #x8590)
6828 (defconstant +operand1-rgb-arb+ #x8591)
6829 (defconstant +operand2-rgb-arb+ #x8592)
6830 (defconstant +operand0-alpha-arb+ #x8598)
6831 (defconstant +operand1-alpha-arb+ #x8599)
6832 (defconstant +operand2-alpha-arb+ #x859A)
6833 (defconstant +rgb-scale-arb+ #x8573)
6834 (defconstant +add-signed-arb+ #x8574)
6835 (defconstant +interpolate-arb+ #x8575)
6836 (defconstant +subtract-arb+ #x84E7)
6837 (defconstant +constant-arb+ #x8576)
6838 (defconstant +primary-color-arb+ #x8577)
6839 (defconstant +previous-arb+ #x8578)
6841 ;;;; Enumerations: ARB_texture_env_dot3
6843 (defconstant +dot3-rgb-arb+ #x86AE)
6844 (defconstant +dot3-rgba-arb+ #x86AF)
6846 ;;;; Enumerations: ARB_texture_mirrored_repeat
6848 (defconstant +mirrored-repeat-arb+ #x8370)
6850 ;;;; Enumerations: ARB_depth_texture
6852 (defconstant +depth-component16-arb+ #x81A5)
6853 (defconstant +depth-component24-arb+ #x81A6)
6854 (defconstant +depth-component32-arb+ #x81A7)
6855 (defconstant +texture-depth-size-arb+ #x884A)
6856 (defconstant +depth-texture-mode-arb+ #x884B)
6858 ;;;; Enumerations: ARB_shadow
6860 (defconstant +texture-compare-mode-arb+ #x884C)
6861 (defconstant +texture-compare-func-arb+ #x884D)
6862 (defconstant +compare-r-to-texture-arb+ #x884E)
6864 ;;;; Enumerations: ARB_shadow_ambient
6866 (defconstant +texture-compare-fail-value-arb+ #x80BF)
6868 ;;;; Enumerations: ARB_fragment_program
6870 (defconstant +fragment-program-arb+ #x8804)
6871 (defconstant +program-alu-instructions-arb+ #x8805)
6872 (defconstant +program-tex-instructions-arb+ #x8806)
6873 (defconstant +program-tex-indirections-arb+ #x8807)
6874 (defconstant +program-native-alu-instructions-arb+ #x8808)
6875 (defconstant +program-native-tex-instructions-arb+ #x8809)
6876 (defconstant +program-native-tex-indirections-arb+ #x880A)
6877 (defconstant +max-program-alu-instructions-arb+ #x880B)
6878 (defconstant +max-program-tex-instructions-arb+ #x880C)
6879 (defconstant +max-program-tex-indirections-arb+ #x880D)
6880 (defconstant +max-program-native-alu-instructions-arb+ #x880E)
6881 (defconstant +max-program-native-tex-instructions-arb+ #x880F)
6882 (defconstant +max-program-native-tex-indirections-arb+ #x8810)
6883 (defconstant +max-texture-coords-arb+ #x8871)
6884 (defconstant +max-texture-image-units-arb+ #x8872)
6886 ;;;; Enumerations: ARB_fragment_shader
6888 (defconstant +fragment-shader-arb+ #x8B30)
6889 (defconstant +max-fragment-uniform-components-arb+ #x8B49)
6890 (defconstant +fragment-shader-derivative-hint-arb+ #x8B8B)
6892 ;;;; Enumerations: ARB_shading_language_100
6894 (defconstant +shading-language-version-arb+ #x8B8C)
6896 ;;;; Enumerations: ARB_point_sprite
6898 (defconstant +point-sprite-arb+ #x8861)
6899 (defconstant +coord-replace-arb+ #x8862)
6901 ;;;; Enumerations: ARB_texture_rectangle
6903 (defconstant +texture-rectangle-arb+ #x84F5)
6904 (defconstant +texture-binding-rectangle-arb+ #x84F6)
6905 (defconstant +proxy-texture-rectangle-arb+ #x84F7)
6906 (defconstant +max-rectangle-texture-size-arb+ #x84F8)
6908 ;;;; Enumerations: ARB_half_float_pixel
6910 (defconstant +half-float-arb+ #x140B)
6912 ;;;; Enumerations: ARB_texture_float
6914 (defconstant +texture-red-type-arb+ #x8C10)
6915 (defconstant +texture-green-type-arb+ #x8C11)
6916 (defconstant +texture-blue-type-arb+ #x8C12)
6917 (defconstant +texture-alpha-type-arb+ #x8C13)
6918 (defconstant +texture-luminance-type-arb+ #x8C14)
6919 (defconstant +texture-intensity-type-arb+ #x8C15)
6920 (defconstant +texture-depth-type-arb+ #x8C16)
6921 (defconstant +unsigned-normalized-arb+ #x8C17)
6922 (defconstant +rgba32f-arb+ #x8814)
6923 (defconstant +rgb32f-arb+ #x8815)
6924 (defconstant +alpha32f-arb+ #x8816)
6925 (defconstant +intensity32f-arb+ #x8817)
6926 (defconstant +luminance32f-arb+ #x8818)
6927 (defconstant +luminance-alpha32f-arb+ #x8819)
6928 (defconstant +rgba16f-arb+ #x881A)
6929 (defconstant +rgb16f-arb+ #x881B)
6930 (defconstant +alpha16f-arb+ #x881C)
6931 (defconstant +intensity16f-arb+ #x881D)
6932 (defconstant +luminance16f-arb+ #x881E)
6933 (defconstant +luminance-alpha16f-arb+ #x881F)
6935 ;;;; Enumerations: ARB_pixel_buffer_object
6937 (defconstant +pixel-pack-buffer-arb+ #x88EB)
6938 (defconstant +pixel-unpack-buffer-arb+ #x88EC)
6939 (defconstant +pixel-pack-buffer-binding-arb+ #x88ED)
6940 (defconstant +pixel-unpack-buffer-binding-arb+ #x88EF)
6942 ;;;; Enumerations: EXT_abgr
6943 ;; abgr_ext already defined
6945 ;;;; Enumerations: EXT_texture
6946 ;; alpha4_ext already defined
6947 ;; alpha8_ext already defined
6948 ;; alpha12_ext already defined
6949 ;; alpha16_ext already defined
6950 ;; luminance4_ext already defined
6951 ;; luminance8_ext already defined
6952 ;; luminance12_ext already defined
6953 ;; luminance16_ext already defined
6954 ;; luminance4_alpha4_ext already defined
6955 ;; luminance6_alpha2_ext already defined
6956 ;; luminance8_alpha8_ext already defined
6957 ;; luminance12_alpha4_ext already defined
6958 ;; luminance12_alpha12_ext already defined
6959 ;; luminance16_alpha16_ext already defined
6960 ;; intensity_ext already defined
6961 ;; intensity4_ext already defined
6962 ;; intensity8_ext already defined
6963 ;; intensity12_ext already defined
6964 ;; intensity16_ext already defined
6965 ;; rgb2_ext already defined
6966 ;; rgb4_ext already defined
6967 ;; rgb5_ext already defined
6968 ;; rgb8_ext already defined
6969 ;; rgb10_ext already defined
6970 ;; rgb12_ext already defined
6971 ;; rgb16_ext already defined
6972 ;; rgba2_ext already defined
6973 ;; rgba4_ext already defined
6974 ;; rgb5_a1_ext already defined
6975 ;; rgba8_ext already defined
6976 ;; rgb10_a2_ext already defined
6977 ;; rgba12_ext already defined
6978 ;; rgba16_ext already defined
6979 ;; texture_red_size_ext already defined
6980 ;; texture_green_size_ext already defined
6981 ;; texture_blue_size_ext already defined
6982 ;; texture_alpha_size_ext already defined
6983 ;; texture_luminance_size_ext already defined
6984 ;; texture_intensity_size_ext already defined
6985 ;; replace_ext already defined
6986 ;; proxy_texture_1d_ext already defined
6987 ;; proxy_texture_2d_ext already defined
6988 ;; texture_too_large_ext already defined
6990 ;;;; Enumerations: SGI_color_matrix
6991 ;; color_matrix_sgi already defined
6992 ;; color_matrix_stack_depth_sgi already defined
6993 ;; max_color_matrix_stack_depth_sgi already defined
6994 ;; post_color_matrix_red_scale_sgi already defined
6995 ;; post_color_matrix_green_scale_sgi already defined
6996 ;; post_color_matrix_blue_scale_sgi already defined
6997 ;; post_color_matrix_alpha_scale_sgi already defined
6998 ;; post_color_matrix_red_bias_sgi already defined
6999 ;; post_color_matrix_green_bias_sgi already defined
7000 ;; post_color_matrix_blue_bias_sgi already defined
7001 ;; post_color_matrix_alpha_bias_sgi already defined
7003 ;;;; Enumerations: SGI_texture_color_table
7004 ;; texture_color_table_sgi already defined
7005 ;; proxy_texture_color_table_sgi already defined
7007 ;;;; Enumerations: EXT_cmyka
7008 ;; cmyk_ext already defined
7009 ;; cmyka_ext already defined
7010 ;; pack_cmyk_hint_ext already defined
7011 ;; unpack_cmyk_hint_ext already defined
7013 ;;;; Enumerations: EXT_packed_pixels
7014 ;; unsigned_byte_3_3_2_ext already defined
7015 ;; unsigned_short_4_4_4_4_ext already defined
7016 ;; unsigned_short_5_5_5_1_ext already defined
7017 ;; unsigned_int_8_8_8_8_ext already defined
7018 ;; unsigned_int_10_10_10_2_ext already defined
7020 ;;;; Enumerations: SGIS_texture_lod
7021 ;; texture_min_lod_sgis already defined
7022 ;; texture_max_lod_sgis already defined
7023 ;; texture_base_level_sgis already defined
7024 ;; texture_max_level_sgis already defined
7026 ;;;; Enumerations: EXT_rescale_normal
7027 ;; rescale_normal_ext already defined
7029 ;;;; Enumerations: SGIS_generate_mipmap
7030 ;; generate_mipmap_sgis already defined
7031 ;; generate_mipmap_hint_sgis already defined
7033 ;;;; Enumerations: SGIX_clipmap
7034 ;; linear_clipmap_linear_sgix already defined
7035 ;; texture_clipmap_center_sgix already defined
7036 ;; texture_clipmap_frame_sgix already defined
7037 ;; texture_clipmap_offset_sgix already defined
7038 ;; texture_clipmap_virtual_depth_sgix already defined
7039 ;; texture_clipmap_lod_offset_sgix already defined
7040 ;; texture_clipmap_depth_sgix already defined
7041 ;; max_clipmap_depth_sgix already defined
7042 ;; max_clipmap_virtual_depth_sgix already defined
7043 ;; nearest_clipmap_nearest_sgix already defined
7044 ;; nearest_clipmap_linear_sgix already defined
7045 ;; linear_clipmap_nearest_sgix already defined
7047 ;;;; Enumerations: SGIX_shadow
7048 ;; texture_compare_sgix already defined
7049 ;; texture_compare_operator_sgix already defined
7050 ;; texture_lequal_r_sgix already defined
7051 ;; texture_gequal_r_sgix already defined
7053 ;;;; Enumerations: SGIS_texture_edge_clamp
7054 ;; clamp_to_edge_sgis already defined
7056 ;;;; Enumerations: SGIS_texture_border_clamp
7057 ;; clamp_to_border_sgis already defined
7059 ;;;; Enumerations: EXT_blend_subtract
7060 ;; func_subtract_ext already defined
7061 ;; func_reverse_subtract_ext already defined
7063 ;;;; Enumerations: SGIX_interlace
7064 ;; interlace_sgix already defined
7066 ;;;; Enumerations: SGIX_pixel_tiles
7067 ;; pixel_tile_best_alignment_sgix already defined
7068 ;; pixel_tile_cache_increment_sgix already defined
7069 ;; pixel_tile_width_sgix already defined
7070 ;; pixel_tile_height_sgix already defined
7071 ;; pixel_tile_grid_width_sgix already defined
7072 ;; pixel_tile_grid_height_sgix already defined
7073 ;; pixel_tile_grid_depth_sgix already defined
7074 ;; pixel_tile_cache_size_sgix already defined
7076 ;;;; Enumerations: SGIS_texture_select
7077 ;; dual_alpha4_sgis already defined
7078 ;; dual_alpha8_sgis already defined
7079 ;; dual_alpha12_sgis already defined
7080 ;; dual_alpha16_sgis already defined
7081 ;; dual_luminance4_sgis already defined
7082 ;; dual_luminance8_sgis already defined
7083 ;; dual_luminance12_sgis already defined
7084 ;; dual_luminance16_sgis already defined
7085 ;; dual_intensity4_sgis already defined
7086 ;; dual_intensity8_sgis already defined
7087 ;; dual_intensity12_sgis already defined
7088 ;; dual_intensity16_sgis already defined
7089 ;; dual_luminance_alpha4_sgis already defined
7090 ;; dual_luminance_alpha8_sgis already defined
7091 ;; quad_alpha4_sgis already defined
7092 ;; quad_alpha8_sgis already defined
7093 ;; quad_luminance4_sgis already defined
7094 ;; quad_luminance8_sgis already defined
7095 ;; quad_intensity4_sgis already defined
7096 ;; quad_intensity8_sgis already defined
7097 ;; dual_texture_select_sgis already defined
7098 ;; quad_texture_select_sgis already defined
7100 ;;;; Enumerations: SGIX_texture_multi_buffer
7101 ;; texture_multi_buffer_hint_sgix already defined
7103 ;;;; Enumerations: SGIX_texture_scale_bias
7104 ;; post_texture_filter_bias_sgix already defined
7105 ;; post_texture_filter_scale_sgix already defined
7106 ;; post_texture_filter_bias_range_sgix already defined
7107 ;; post_texture_filter_scale_range_sgix already defined
7109 ;;;; Enumerations: FfdMaskSGIX
7110 ;; texture_deformation_bit_sgix already defined
7111 ;; geometry_deformation_bit_sgix already defined
7113 ;;;; Enumerations: SGIX_depth_texture
7114 ;; depth_component16_sgix already defined
7115 ;; depth_component24_sgix already defined
7116 ;; depth_component32_sgix already defined
7118 ;;;; Enumerations: SGIX_fog_offset
7119 ;; fog_offset_sgix already defined
7120 ;; fog_offset_value_sgix already defined
7122 ;;;; Enumerations: HP_convolution_border_modes
7123 ;; ignore_border_hp already defined
7124 ;; constant_border_hp already defined
7125 ;; replicate_border_hp already defined
7126 ;; convolution_border_color_hp already defined
7128 ;;;; Enumerations: SGIX_texture_add_env
7129 ;; texture_env_bias_sgix already defined
7131 ;;;; Enumerations: PGI_vertex_hints
7133 (defconstant +vertex-data-hint-pgi+ #x1A22A)
7134 (defconstant +vertex-consistent-hint-pgi+ #x1A22B)
7135 (defconstant +material-side-hint-pgi+ #x1A22C)
7136 (defconstant +max-vertex-hint-pgi+ #x1A22D)
7137 (defconstant +color3-bit-pgi+ #x10000)
7138 (defconstant +color4-bit-pgi+ #x20000)
7139 (defconstant +edgeflag-bit-pgi+ #x40000)
7140 (defconstant +index-bit-pgi+ #x80000)
7141 (defconstant +mat-ambient-bit-pgi+ #x100000)
7142 (defconstant +mat-ambient-and-diffuse-bit-pgi+ #x200000)
7143 (defconstant +mat-diffuse-bit-pgi+ #x400000)
7144 (defconstant +mat-emission-bit-pgi+ #x800000)
7145 (defconstant +mat-color-indexes-bit-pgi+ #x1000000)
7146 (defconstant +mat-shininess-bit-pgi+ #x2000000)
7147 (defconstant +mat-specular-bit-pgi+ #x4000000)
7148 (defconstant +normal-bit-pgi+ #x8000000)
7149 (defconstant +texcoord1-bit-pgi+ #x10000000)
7150 (defconstant +texcoord2-bit-pgi+ #x20000000)
7151 (defconstant +texcoord3-bit-pgi+ #x40000000)
7152 (defconstant +texcoord4-bit-pgi+ #x80000000)
7153 (defconstant +vertex23-bit-pgi+ #x4)
7154 (defconstant +vertex4-bit-pgi+ #x8)
7156 ;;;; Enumerations: EXT_clip_volume_hint
7158 (defconstant +clip-volume-clipping-hint-ext+ #x80F0)
7160 ;;;; Enumerations: SGIX_ir_instrument1
7161 ;; ir_instrument1_sgix already defined
7163 ;;;; Enumerations: SGIX_calligraphic_fragment
7164 ;; calligraphic_fragment_sgix already defined
7166 ;;;; Enumerations: SGIX_texture_lod_bias
7167 ;; texture_lod_bias_s_sgix already defined
7168 ;; texture_lod_bias_t_sgix already defined
7169 ;; texture_lod_bias_r_sgix already defined
7171 ;;;; Enumerations: SGIX_shadow_ambient
7172 ;; shadow_ambient_sgix already defined
7174 ;;;; Enumerations: EXT_index_array_formats
7176 (defconstant +iui-v2f-ext+ #x81AD)
7177 (defconstant +iui-v3f-ext+ #x81AE)
7178 (defconstant +iui-n3f-v2f-ext+ #x81AF)
7179 (defconstant +iui-n3f-v3f-ext+ #x81B0)
7180 (defconstant +t2f-iui-v2f-ext+ #x81B1)
7181 (defconstant +t2f-iui-v3f-ext+ #x81B2)
7182 (defconstant +t2f-iui-n3f-v2f-ext+ #x81B3)
7183 (defconstant +t2f-iui-n3f-v3f-ext+ #x81B4)
7185 ;;;; Enumerations: SGIX_ycrcb
7186 ;; ycrcb_422_sgix already defined
7187 ;; ycrcb_444_sgix already defined
7189 ;;;; Enumerations: IBM_rasterpos_clip
7191 (defconstant +raster-position-unclipped-ibm+ #x19262)
7193 ;;;; Enumerations: HP_texture_lighting
7195 (defconstant +texture-lighting-mode-hp+ #x8167)
7196 (defconstant +texture-post-specular-hp+ #x8168)
7197 (defconstant +texture-pre-specular-hp+ #x8169)
7199 ;;;; Enumerations: WIN_phong_shading
7201 (defconstant +phong-win+ #x80EA)
7202 (defconstant +phong-hint-win+ #x80EB)
7204 ;;;; Enumerations: WIN_specular_fog
7206 (defconstant +fog-specular-texture-win+ #x80EC)
7208 ;;;; Enumerations: SGIX_blend_alpha_minmax
7209 ;; alpha_min_sgix already defined
7210 ;; alpha_max_sgix already defined
7212 ;;;; Enumerations: SGIX_impact_pixel_texture
7213 ;; pixel_tex_gen_q_ceiling_sgix already defined
7214 ;; pixel_tex_gen_q_round_sgix already defined
7215 ;; pixel_tex_gen_q_floor_sgix already defined
7216 ;; pixel_tex_gen_alpha_replace_sgix already defined
7217 ;; pixel_tex_gen_alpha_no_replace_sgix already defined
7218 ;; pixel_tex_gen_alpha_ls_sgix already defined
7219 ;; pixel_tex_gen_alpha_ms_sgix already defined
7221 ;;;; Enumerations: EXT_bgra
7222 ;; bgr_ext already defined
7223 ;; bgra_ext already defined
7225 ;;;; Enumerations: SGIX_async_pixel
7226 ;; async_tex_image_sgix already defined
7227 ;; async_draw_pixels_sgix already defined
7228 ;; async_read_pixels_sgix already defined
7229 ;; max_async_tex_image_sgix already defined
7230 ;; max_async_draw_pixels_sgix already defined
7231 ;; max_async_read_pixels_sgix already defined
7233 ;;;; Enumerations: SGIX_async_histogram
7234 ;; async_histogram_sgix already defined
7235 ;; max_async_histogram_sgix already defined
7237 ;;;; Enumerations: HP_occlusion_test
7239 (defconstant +occlusion-test-hp+ #x8165)
7240 (defconstant +occlusion-test-result-hp+ #x8166)
7242 ;;;; Enumerations: EXT_shared_texture_palette
7243 ;; shared_texture_palette_ext already defined
7245 ;;;; Enumerations: EXT_separate_specular_color
7246 ;; light_model_color_control_ext already defined
7247 ;; single_color_ext already defined
7248 ;; separate_specular_color_ext already defined
7250 ;;;; Enumerations: REND_screen_coordinates
7252 (defconstant +screen-coordinates-rend+ #x8490)
7253 (defconstant +inverted-screen-w-rend+ #x8491)
7255 ;;;; Enumerations: EXT_texture_env_combine
7257 (defconstant +combine-ext+ #x8570)
7258 (defconstant +combine-rgb-ext+ #x8571)
7259 (defconstant +combine-alpha-ext+ #x8572)
7260 (defconstant +rgb-scale-ext+ #x8573)
7261 (defconstant +add-signed-ext+ #x8574)
7262 (defconstant +interpolate-ext+ #x8575)
7263 (defconstant +constant-ext+ #x8576)
7264 (defconstant +primary-color-ext+ #x8577)
7265 (defconstant +previous-ext+ #x8578)
7266 (defconstant +source0-rgb-ext+ #x8580)
7267 (defconstant +source1-rgb-ext+ #x8581)
7268 (defconstant +source2-rgb-ext+ #x8582)
7269 (defconstant +source0-alpha-ext+ #x8588)
7270 (defconstant +source1-alpha-ext+ #x8589)
7271 (defconstant +source2-alpha-ext+ #x858A)
7272 (defconstant +operand0-rgb-ext+ #x8590)
7273 (defconstant +operand1-rgb-ext+ #x8591)
7274 (defconstant +operand2-rgb-ext+ #x8592)
7275 (defconstant +operand0-alpha-ext+ #x8598)
7276 (defconstant +operand1-alpha-ext+ #x8599)
7277 (defconstant +operand2-alpha-ext+ #x859A)
7279 ;;;; Enumerations: APPLE_specular_vector
7281 (defconstant +light-model-specular-vector-apple+ #x85B0)
7283 ;;;; Enumerations: APPLE_transform_hint
7285 (defconstant +transform-hint-apple+ #x85B1)
7287 ;;;; Enumerations: SGIX_fog_scale
7289 (defconstant +fog-scale-sgix+ #x81FC)
7290 (defconstant +fog-scale-value-sgix+ #x81FD)
7292 ;;;; Enumerations: INGR_color_clamp
7294 (defconstant +red-min-clamp-ingr+ #x8560)
7295 (defconstant +green-min-clamp-ingr+ #x8561)
7296 (defconstant +blue-min-clamp-ingr+ #x8562)
7297 (defconstant +alpha-min-clamp-ingr+ #x8563)
7298 (defconstant +red-max-clamp-ingr+ #x8564)
7299 (defconstant +green-max-clamp-ingr+ #x8565)
7300 (defconstant +blue-max-clamp-ingr+ #x8566)
7301 (defconstant +alpha-max-clamp-ingr+ #x8567)
7303 ;;;; Enumerations: INGR_interlace_read
7305 (defconstant +interlace-read-ingr+ #x8568)
7307 ;;;; Enumerations: EXT_stencil_wrap
7309 (defconstant +incr-wrap-ext+ #x8507)
7310 (defconstant +decr-wrap-ext+ #x8508)
7312 ;;;; Enumerations: EXT_422_pixels
7314 (defconstant +422-ext+ #x80CC)
7315 (defconstant +422-rev-ext+ #x80CD)
7316 (defconstant +422-average-ext+ #x80CE)
7317 (defconstant +422-rev-average-ext+ #x80CF)
7319 ;;;; Enumerations: NV_texgen_reflection
7321 (defconstant +normal-map-nv+ #x8511)
7322 (defconstant +reflection-map-nv+ #x8512)
7324 ;;;; Enumerations: EXT_texture_cube_map
7326 (defconstant +normal-map-ext+ #x8511)
7327 (defconstant +reflection-map-ext+ #x8512)
7328 (defconstant +texture-cube-map-ext+ #x8513)
7329 (defconstant +texture-binding-cube-map-ext+ #x8514)
7330 (defconstant +texture-cube-map-positive-x-ext+ #x8515)
7331 (defconstant +texture-cube-map-negative-x-ext+ #x8516)
7332 (defconstant +texture-cube-map-positive-y-ext+ #x8517)
7333 (defconstant +texture-cube-map-negative-y-ext+ #x8518)
7334 (defconstant +texture-cube-map-positive-z-ext+ #x8519)
7335 (defconstant +texture-cube-map-negative-z-ext+ #x851A)
7336 (defconstant +proxy-texture-cube-map-ext+ #x851B)
7337 (defconstant +max-cube-map-texture-size-ext+ #x851C)
7339 ;;;; Enumerations: SUN_convolution_border_modes
7341 (defconstant +wrap-border-sun+ #x81D4)
7343 ;;;; Enumerations: EXT_texture_lod_bias
7345 (defconstant +max-texture-lod-bias-ext+ #x84FD)
7346 (defconstant +texture-filter-control-ext+ #x8500)
7347 (defconstant +texture-lod-bias-ext+ #x8501)
7349 ;;;; Enumerations: EXT_texture_filter_anisotropic
7351 (defconstant +texture-max-anisotropy-ext+ #x84FE)
7352 (defconstant +max-texture-max-anisotropy-ext+ #x84FF)
7354 ;;;; Enumerations: NV_light_max_exponent
7356 (defconstant +max-shininess-nv+ #x8504)
7357 (defconstant +max-spot-exponent-nv+ #x8505)
7359 ;;;; Enumerations: NV_fog_distance
7361 (defconstant +fog-distance-mode-nv+ #x855A)
7362 (defconstant +eye-radial-nv+ #x855B)
7363 (defconstant +eye-plane-absolute-nv+ #x855C)
7364 ;; eye_plane already defined
7366 ;;;; Enumerations: NV_texgen_emboss
7368 (defconstant +emboss-light-nv+ #x855D)
7369 (defconstant +emboss-constant-nv+ #x855E)
7370 (defconstant +emboss-map-nv+ #x855F)
7372 ;;;; Enumerations: NV_texture_env_combine4
7374 (defconstant +combine4-nv+ #x8503)
7375 (defconstant +source3-rgb-nv+ #x8583)
7376 (defconstant +source3-alpha-nv+ #x858B)
7377 (defconstant +operand3-rgb-nv+ #x8593)
7378 (defconstant +operand3-alpha-nv+ #x859B)
7380 ;;;; Enumerations: EXT_texture_compression_s3tc
7381 ;; compressed_rgb_s3tc_dxt1_ext already defined
7382 ;; compressed_rgba_s3tc_dxt1_ext already defined
7383 ;; compressed_rgba_s3tc_dxt3_ext already defined
7384 ;; compressed_rgba_s3tc_dxt5_ext already defined
7386 ;;;; Enumerations: IBM_cull_vertex
7388 (defconstant +cull-vertex-ibm+ #x1928A)
7390 ;;;; Enumerations: SGIX_subsample
7391 ;; pack_subsample_rate_sgix already defined
7392 ;; unpack_subsample_rate_sgix already defined
7393 ;; pixel_subsample_4444_sgix already defined
7394 ;; pixel_subsample_2424_sgix already defined
7395 ;; pixel_subsample_4242_sgix already defined
7397 ;;;; Enumerations: SGIX_ycrcb_subsample
7398 ;; pack_subsample_rate_sgix already defined
7399 ;; unpack_subsample_rate_sgix already defined
7400 ;; pixel_subsample_4444_sgix already defined
7401 ;; pixel_subsample_2424_sgix already defined
7402 ;; pixel_subsample_4242_sgix already defined
7404 ;;;; Enumerations: SGIX_ycrcba
7406 (defconstant +ycrcb-sgix+ #x8318)
7407 (defconstant +ycrcba-sgix+ #x8319)
7409 ;;;; Enumerations: SGI_depth_pass_instrument
7411 (defconstant +depth-pass-instrument-sgix+ #x8310)
7412 (defconstant +depth-pass-instrument-counters-sgix+ #x8311)
7413 (defconstant +depth-pass-instrument-max-sgix+ #x8312)
7415 ;;;; Enumerations: 3DFX_texture_compression_FXT1
7417 (defconstant +compressed-rgb-fxt1-3dfx+ #x86B0)
7418 (defconstant +compressed-rgba-fxt1-3dfx+ #x86B1)
7420 ;;;; Enumerations: 3DFX_multisample
7422 (defconstant +multisample-3dfx+ #x86B2)
7423 (defconstant +sample-buffers-3dfx+ #x86B3)
7424 (defconstant +samples-3dfx+ #x86B4)
7425 (defconstant +multisample-bit-3dfx+ #x20000000)
7427 ;;;; Enumerations: SGIX_vertex_preclip
7428 ;; vertex_preclip_sgix already defined
7429 ;; vertex_preclip_hint_sgix already defined
7431 ;;;; Enumerations: SGIX_convolution_accuracy
7432 ;; convolution_hint_sgix already defined
7434 ;;;; Enumerations: SGIX_resample
7435 ;; pack_resample_sgix already defined
7436 ;; unpack_resample_sgix already defined
7437 ;; resample_replicate_sgix already defined
7438 ;; resample_zero_fill_sgix already defined
7439 ;; resample_decimate_sgix already defined
7441 ;;;; Enumerations: SGIS_point_line_texgen
7442 ;; eye_distance_to_point_sgis already defined
7443 ;; object_distance_to_point_sgis already defined
7444 ;; eye_distance_to_line_sgis already defined
7445 ;; object_distance_to_line_sgis already defined
7446 ;; eye_point_sgis already defined
7447 ;; object_point_sgis already defined
7448 ;; eye_line_sgis already defined
7449 ;; object_line_sgis already defined
7451 ;;;; Enumerations: EXT_texture_env_dot3
7453 (defconstant +dot3-rgb-ext+ #x8740)
7454 (defconstant +dot3-rgba-ext+ #x8741)
7456 ;;;; Enumerations: ATI_texture_mirror_once
7458 (defconstant +mirror-clamp-ati+ #x8742)
7459 (defconstant +mirror-clamp-to-edge-ati+ #x8743)
7461 ;;;; Enumerations: IBM_texture_mirrored_repeat
7463 (defconstant +mirrored-repeat-ibm+ #x8370)
7465 ;;;; Enumerations: NV_packed_depth_stencil
7467 (defconstant +depth-stencil-nv+ #x84F9)
7468 (defconstant +unsigned-int-24-8-nv+ #x84FA)
7470 ;;;; Enumerations: NV_texture_rectangle
7472 (defconstant +texture-rectangle-nv+ #x84F5)
7473 (defconstant +texture-binding-rectangle-nv+ #x84F6)
7474 (defconstant +proxy-texture-rectangle-nv+ #x84F7)
7475 (defconstant +max-rectangle-texture-size-nv+ #x84F8)
7477 ;;;; Enumerations: NV_texture_shader
7479 (defconstant +offset-texture-rectangle-nv+ #x864C)
7480 (defconstant +offset-texture-rectangle-scale-nv+ #x864D)
7481 (defconstant +dot-product-texture-rectangle-nv+ #x864E)
7482 (defconstant +rgba-unsigned-dot-product-mapping-nv+ #x86D9)
7483 (defconstant +unsigned-int-s8-s8-8-8-nv+ #x86DA)
7484 (defconstant +unsigned-int-8-8-s8-s8-rev-nv+ #x86DB)
7485 (defconstant +dsdt-mag-intensity-nv+ #x86DC)
7486 (defconstant +shader-consistent-nv+ #x86DD)
7487 (defconstant +texture-shader-nv+ #x86DE)
7488 (defconstant +shader-operation-nv+ #x86DF)
7489 (defconstant +cull-modes-nv+ #x86E0)
7490 (defconstant +offset-texture-matrix-nv+ #x86E1)
7491 (defconstant +offset-texture-scale-nv+ #x86E2)
7492 (defconstant +offset-texture-bias-nv+ #x86E3)
7493 (defconstant +offset-texture-2d-matrix-nv+ #x86E1)
7494 (defconstant +offset-texture-2d-scale-nv+ #x86E2)
7495 (defconstant +offset-texture-2d-bias-nv+ #x86E3)
7496 (defconstant +previous-texture-input-nv+ #x86E4)
7497 (defconstant +const-eye-nv+ #x86E5)
7498 (defconstant +pass-through-nv+ #x86E6)
7499 (defconstant +cull-fragment-nv+ #x86E7)
7500 (defconstant +offset-texture-2d-nv+ #x86E8)
7501 (defconstant +dependent-ar-texture-2d-nv+ #x86E9)
7502 (defconstant +dependent-gb-texture-2d-nv+ #x86EA)
7503 (defconstant +dot-product-nv+ #x86EC)
7504 (defconstant +dot-product-depth-replace-nv+ #x86ED)
7505 (defconstant +dot-product-texture-2d-nv+ #x86EE)
7506 (defconstant +dot-product-texture-cube-map-nv+ #x86F0)
7507 (defconstant +dot-product-diffuse-cube-map-nv+ #x86F1)
7508 (defconstant +dot-product-reflect-cube-map-nv+ #x86F2)
7509 (defconstant +dot-product-const-eye-reflect-cube-map-nv+ #x86F3)
7510 (defconstant +hilo-nv+ #x86F4)
7511 (defconstant +dsdt-nv+ #x86F5)
7512 (defconstant +dsdt-mag-nv+ #x86F6)
7513 (defconstant +dsdt-mag-vib-nv+ #x86F7)
7514 (defconstant +hilo16-nv+ #x86F8)
7515 (defconstant +signed-hilo-nv+ #x86F9)
7516 (defconstant +signed-hilo16-nv+ #x86FA)
7517 (defconstant +signed-rgba-nv+ #x86FB)
7518 (defconstant +signed-rgba8-nv+ #x86FC)
7519 (defconstant +signed-rgb-nv+ #x86FE)
7520 (defconstant +signed-rgb8-nv+ #x86FF)
7521 (defconstant +signed-luminance-nv+ #x8701)
7522 (defconstant +signed-luminance8-nv+ #x8702)
7523 (defconstant +signed-luminance-alpha-nv+ #x8703)
7524 (defconstant +signed-luminance8-alpha8-nv+ #x8704)
7525 (defconstant +signed-alpha-nv+ #x8705)
7526 (defconstant +signed-alpha8-nv+ #x8706)
7527 (defconstant +signed-intensity-nv+ #x8707)
7528 (defconstant +signed-intensity8-nv+ #x8708)
7529 (defconstant +dsdt8-nv+ #x8709)
7530 (defconstant +dsdt8-mag8-nv+ #x870A)
7531 (defconstant +dsdt8-mag8-intensity8-nv+ #x870B)
7532 (defconstant +signed-rgb-unsigned-alpha-nv+ #x870C)
7533 (defconstant +signed-rgb8-unsigned-alpha8-nv+ #x870D)
7534 (defconstant +hi-scale-nv+ #x870E)
7535 (defconstant +lo-scale-nv+ #x870F)
7536 (defconstant +ds-scale-nv+ #x8710)
7537 (defconstant +dt-scale-nv+ #x8711)
7538 (defconstant +magnitude-scale-nv+ #x8712)
7539 (defconstant +vibrance-scale-nv+ #x8713)
7540 (defconstant +hi-bias-nv+ #x8714)
7541 (defconstant +lo-bias-nv+ #x8715)
7542 (defconstant +ds-bias-nv+ #x8716)
7543 (defconstant +dt-bias-nv+ #x8717)
7544 (defconstant +magnitude-bias-nv+ #x8718)
7545 (defconstant +vibrance-bias-nv+ #x8719)
7546 (defconstant +texture-border-values-nv+ #x871A)
7547 (defconstant +texture-hi-size-nv+ #x871B)
7548 (defconstant +texture-lo-size-nv+ #x871C)
7549 (defconstant +texture-ds-size-nv+ #x871D)
7550 (defconstant +texture-dt-size-nv+ #x871E)
7551 (defconstant +texture-mag-size-nv+ #x871F)
7553 ;;;; Enumerations: NV_texture_shader2
7555 (defconstant +dot-product-texture-3d-nv+ #x86EF)
7557 ;;;; Enumerations: NV_vertex_array_range2
7559 (defconstant +vertex-array-range-without-flush-nv+ #x8533)
7561 ;;;; Enumerations: SGIX_texture_coordinate_clamp
7562 ;; texture_max_clamp_s_sgix already defined
7563 ;; texture_max_clamp_t_sgix already defined
7564 ;; texture_max_clamp_r_sgix already defined
7566 ;;;; Enumerations: SGIX_scalebias_hint
7568 (defconstant +scalebias-hint-sgix+ #x8322)
7570 ;;;; Enumerations: OML_interlace
7572 (defconstant +interlace-oml+ #x8980)
7573 (defconstant +interlace-read-oml+ #x8981)
7575 ;;;; Enumerations: OML_subsample
7577 (defconstant +format-subsample-24-24-oml+ #x8982)
7578 (defconstant +format-subsample-244-244-oml+ #x8983)
7580 ;;;; Enumerations: OML_resample
7582 (defconstant +pack-resample-oml+ #x8984)
7583 (defconstant +unpack-resample-oml+ #x8985)
7584 (defconstant +resample-replicate-oml+ #x8986)
7585 (defconstant +resample-zero-fill-oml+ #x8987)
7586 (defconstant +resample-average-oml+ #x8988)
7587 (defconstant +resample-decimate-oml+ #x8989)
7589 ;;;; Enumerations: NV_copy_depth_to_color
7591 (defconstant +depth-stencil-to-rgba-nv+ #x886E)
7592 (defconstant +depth-stencil-to-bgra-nv+ #x886F)
7594 ;;;; Enumerations: SUN_slice_accum
7596 (defconstant +slice-accum-sun+ #x85CC)
7598 ;;;; Enumerations: NV_multisample_filter_hint
7600 (defconstant +multisample-filter-hint-nv+ #x8534)
7602 ;;;; Enumerations: NV_depth_clamp
7604 (defconstant +depth-clamp-nv+ #x864F)
7606 ;;;; Enumerations: NV_texture_shader3
7608 (defconstant +offset-projective-texture-2d-nv+ #x8850)
7609 (defconstant +offset-projective-texture-2d-scale-nv+ #x8851)
7610 (defconstant +offset-projective-texture-rectangle-nv+ #x8852)
7611 (defconstant +offset-projective-texture-rectangle-scale-nv+ #x8853)
7612 (defconstant +offset-hilo-texture-2d-nv+ #x8854)
7613 (defconstant +offset-hilo-texture-rectangle-nv+ #x8855)
7614 (defconstant +offset-hilo-projective-texture-2d-nv+ #x8856)
7615 (defconstant +offset-hilo-projective-texture-rectangle-nv+ #x8857)
7616 (defconstant +dependent-hilo-texture-2d-nv+ #x8858)
7617 (defconstant +dependent-rgb-texture-3d-nv+ #x8859)
7618 (defconstant +dependent-rgb-texture-cube-map-nv+ #x885A)
7619 (defconstant +dot-product-pass-through-nv+ #x885B)
7620 (defconstant +dot-product-texture-1d-nv+ #x885C)
7621 (defconstant +dot-product-affine-depth-replace-nv+ #x885D)
7622 (defconstant +hilo8-nv+ #x885E)
7623 (defconstant +signed-hilo8-nv+ #x885F)
7624 (defconstant +force-blue-to-one-nv+ #x8860)
7626 ;;;; Enumerations: ATI_text_fragment_shader
7628 (defconstant +text-fragment-shader-ati+ #x8200)
7630 ;;;; Enumerations: APPLE_client_storage
7632 (defconstant +unpack-client-storage-apple+ #x85B2)
7634 ;;;; Enumerations: APPLE_ycbcr_422
7636 (defconstant +ycbcr-422-apple+ #x85B9)
7637 (defconstant +unsigned-short-8-8-apple+ #x85BA)
7638 (defconstant +unsigned-short-8-8-rev-apple+ #x85BB)
7640 ;;;; Enumerations: S3_s3tc
7642 (defconstant +rgb-s3tc+ #x83A0)
7643 (defconstant +rgb4-s3tc+ #x83A1)
7644 (defconstant +rgba-s3tc+ #x83A2)
7645 (defconstant +rgba4-s3tc+ #x83A3)
7647 ;;;; Enumerations: ATI_pixel_format_float
7649 (defconstant +type-rgba-float-ati+ #x8820)
7650 (defconstant +color-clear-unclamped-value-ati+ #x8835)
7652 ;;;; Enumerations: ATI_texture_env_combine3
7654 (defconstant +modulate-add-ati+ #x8744)
7655 (defconstant +modulate-signed-add-ati+ #x8745)
7656 (defconstant +modulate-subtract-ati+ #x8746)
7658 ;;;; Enumerations: ATI_texture_float
7660 (defconstant +rgba-float32-ati+ #x8814)
7661 (defconstant +rgb-float32-ati+ #x8815)
7662 (defconstant +alpha-float32-ati+ #x8816)
7663 (defconstant +intensity-float32-ati+ #x8817)
7664 (defconstant +luminance-float32-ati+ #x8818)
7665 (defconstant +luminance-alpha-float32-ati+ #x8819)
7666 (defconstant +rgba-float16-ati+ #x881A)
7667 (defconstant +rgb-float16-ati+ #x881B)
7668 (defconstant +alpha-float16-ati+ #x881C)
7669 (defconstant +intensity-float16-ati+ #x881D)
7670 (defconstant +luminance-float16-ati+ #x881E)
7671 (defconstant +luminance-alpha-float16-ati+ #x881F)
7673 ;;;; Enumerations: NV_float_buffer
7675 (defconstant +float-r-nv+ #x8880)
7676 (defconstant +float-rg-nv+ #x8881)
7677 (defconstant +float-rgb-nv+ #x8882)
7678 (defconstant +float-rgba-nv+ #x8883)
7679 (defconstant +float-r16-nv+ #x8884)
7680 (defconstant +float-r32-nv+ #x8885)
7681 (defconstant +float-rg16-nv+ #x8886)
7682 (defconstant +float-rg32-nv+ #x8887)
7683 (defconstant +float-rgb16-nv+ #x8888)
7684 (defconstant +float-rgb32-nv+ #x8889)
7685 (defconstant +float-rgba16-nv+ #x888A)
7686 (defconstant +float-rgba32-nv+ #x888B)
7687 (defconstant +texture-float-components-nv+ #x888C)
7688 (defconstant +float-clear-color-value-nv+ #x888D)
7689 (defconstant +float-rgba-mode-nv+ #x888E)
7691 ;;;; Enumerations: NV_texture_expand_normal
7693 (defconstant +texture-unsigned-remap-mode-nv+ #x888F)
7695 ;;;; Enumerations: OES_read_format
7697 (defconstant +implementation-color-read-type-oes+ #x8B9A)
7698 (defconstant +implementation-color-read-format-oes+ #x8B9B)
7700 ;;;; Enumerations: EXT_texture_mirror_clamp
7702 (defconstant +mirror-clamp-ext+ #x8742)
7703 (defconstant +mirror-clamp-to-edge-ext+ #x8743)
7704 (defconstant +mirror-clamp-to-border-ext+ #x8912)
7706 ;;;; Enumerations: MESA_pack_invert
7708 (defconstant +pack-invert-mesa+ #x8758)
7710 ;;;; Enumerations: MESA_ycbcr_texture
7712 (defconstant +unsigned-short-8-8-mesa+ #x85BA)
7713 (defconstant +unsigned-short-8-8-rev-mesa+ #x85BB)
7714 (defconstant +ycbcr-mesa+ #x8757)
7716 ;;;; Enumerations: EXT_pixel_buffer_object
7718 (defconstant +pixel-pack-buffer-ext+ #x88EB)
7719 (defconstant +pixel-unpack-buffer-ext+ #x88EC)
7720 (defconstant +pixel-pack-buffer-binding-ext+ #x88ED)
7721 (defconstant +pixel-unpack-buffer-binding-ext+ #x88EF)
7723 ;;;; Enumerations: NV_fragment_program2
7725 (defconstant +max-program-exec-instructions-nv+ #x88F4)
7726 (defconstant +max-program-call-depth-nv+ #x88F5)
7727 (defconstant +max-program-if-depth-nv+ #x88F6)
7728 (defconstant +max-program-loop-depth-nv+ #x88F7)
7729 (defconstant +max-program-loop-count-nv+ #x88F8)
7731 ;;;; Enumerations: NV_vertex_program2_option
7732 ;; max_program_exec_instructions_nv already defined
7733 ;; max_program_call_depth_nv already defined
7735 ;;;; Enumerations: NV_vertex_program3
7737 (defconstant +max-vertex-texture-image-units-arb+ #x8B4C)
7739 ;;;; Enumerations: EXT_packed_depth_stencil
7741 (defconstant +depth-stencil-ext+ #x84F9)
7742 (defconstant +unsigned-int-24-8-ext+ #x84FA)
7743 (defconstant +depth24-stencil8-ext+ #x88F0)
7744 (defconstant +texture-stencil-size-ext+ #x88F1)
7746 ;;;; Enumerations: EXT_texture_sRGB
7748 (defconstant +srgb-ext+ #x8C40)
7749 (defconstant +srgb8-ext+ #x8C41)
7750 (defconstant +srgb-alpha-ext+ #x8C42)
7751 (defconstant +srgb8-alpha8-ext+ #x8C43)
7752 (defconstant +sluminance-alpha-ext+ #x8C44)
7753 (defconstant +sluminance8-alpha8-ext+ #x8C45)
7754 (defconstant +sluminance-ext+ #x8C46)
7755 (defconstant +sluminance8-ext+ #x8C47)
7756 (defconstant +compressed-srgb-ext+ #x8C48)
7757 (defconstant +compressed-srgb-alpha-ext+ #x8C49)
7758 (defconstant +compressed-sluminance-ext+ #x8C4A)
7759 (defconstant +compressed-sluminance-alpha-ext+ #x8C4B)
7760 (defconstant +compressed-srgb-s3tc-dxt1-ext+ #x8C4C)
7761 (defconstant +compressed-srgb-alpha-s3tc-dxt1-ext+ #x8C4D)
7762 (defconstant +compressed-srgb-alpha-s3tc-dxt3-ext+ #x8C4E)
7763 (defconstant +compressed-srgb-alpha-s3tc-dxt5-ext+ #x8C4F)
7765 ;;;; Enumerations: MESAX_texture_stack
7767 (defconstant +texture-1d-stack-mesax+ #x8759)
7768 (defconstant +texture-2d-stack-mesax+ #x875A)
7769 (defconstant +proxy-texture-1d-stack-mesax+ #x875B)
7770 (defconstant +proxy-texture-2d-stack-mesax+ #x875C)
7771 (defconstant +texture-1d-stack-binding-mesax+ #x875D)
7772 (defconstant +texture-2d-stack-binding-mesax+ #x875E)
7774 ;;;; Enumerations: EXT_packed_float
7776 (defconstant +r11f-g11f-b10f-ext+ #x8C3A)
7777 (defconstant +unsigned-int-10f-11f-11f-rev-ext+ #x8C3B)
7778 (defconstant +rgba-signed-components-ext+ #x8C3C)
7780 ;;;; Enumerations: EXT_texture_array
7782 (defconstant +texture-1d-array-ext+ #x8C18)
7783 (defconstant +proxy-texture-1d-array-ext+ #x8C19)
7784 (defconstant +texture-2d-array-ext+ #x8C1A)
7785 (defconstant +proxy-texture-2d-array-ext+ #x8C1B)
7786 (defconstant +texture-binding-1d-array-ext+ #x8C1C)
7787 (defconstant +texture-binding-2d-array-ext+ #x8C1D)
7788 (defconstant +max-array-texture-layers-ext+ #x88FF)
7789 (defconstant +compare-ref-depth-to-texture-ext+ #x884E)
7790 (defconstant +framebuffer-attachment-texture-layer-ext+ #x8CD4)
7792 ;;;; Enumerations: EXT_texture_compression_latc
7794 (defconstant +compressed-luminance-latc1-ext+ #x8C70)
7795 (defconstant +compressed-signed-luminance-latc1-ext+ #x8C71)
7796 (defconstant +compressed-luminance-alpha-latc2-ext+ #x8C72)
7797 (defconstant +compressed-signed-luminance-alpha-latc2-ext+ #x8C73)
7799 ;;;; Enumerations: EXT_texture_compression_rgtc
7801 (defconstant +compressed-red-rgtc1-ext+ #x8DBB)
7802 (defconstant +compressed-signed-red-rgtc1-ext+ #x8DBC)
7803 (defconstant +compressed-red-green-rgtc2-ext+ #x8DBD)
7804 (defconstant +compressed-signed-red-green-rgtc2-ext+ #x8DBE)
7806 ;;;; Enumerations: EXT_texture_shared_exponent
7808 (defconstant +rgb9-e5-ext+ #x8C3D)
7809 (defconstant +unsigned-int-5-9-9-9-rev-ext+ #x8C3E)
7810 (defconstant +texture-shared-size-ext+ #x8C3F)
7812 ;;;; Enumerations: EXT_framebuffer_sRGB
7814 (defconstant +framebuffer-srgb-ext+ #x8DB9)
7815 (defconstant +framebuffer-srgb-capable-ext+ #x8DBA)
7817 ;;;; display-list
7819 (defglfun
7820 (("ListBase" list-base) :args ((:name |base| :type |List| :direction :in))
7821 :return ("void") :category ("display-list") :version ("1.0") :glxropcode
7822 ("3") :glsopcode ("0x0036") :offset ("6")))
7823 (defglfun
7824 (("GenLists" gen-lists) :args ((:name |range| :type |SizeI| :direction :in))
7825 :return ("List") :dlflags ("notlistable") :category ("display-list") :version
7826 ("1.0") :glxsingle ("104") :glsopcode ("0x0035") :offset ("5")))
7827 (defglfun
7828 (("DeleteLists" delete-lists) :args
7829 ((:name |list| :type |List| :direction :in)
7830 (:name |range| :type |SizeI| :direction :in))
7831 :return ("void") :dlflags ("notlistable") :category ("display-list") :version
7832 ("1.0") :glxsingle ("103") :glsopcode ("0x0034") :wglflags ("batchable")
7833 :offset ("4")))
7834 (defglfun
7835 (("CallLists" call-lists) :args
7836 ((:name |n| :type |SizeI| :direction :in)
7837 (:name |type| :type |ListNameType| :direction :in)
7838 (:name |lists| :type |Void| :direction :in :array t :size (|n| |type|)))
7839 :return ("void") :category ("display-list") :glxflags
7840 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("2")
7841 :glsopcode ("0x0033") :offset ("3")))
7842 (defglfun
7843 (("CallList" call-list) :args ((:name |list| :type |List| :direction :in))
7844 :return ("void") :category ("display-list") :version ("1.0") :glxropcode
7845 ("1") :glsopcode ("0x0032") :offset ("2")))
7846 (defglfun
7847 (("EndList" end-list) :args nil :return ("void") :dlflags ("notlistable")
7848 :category ("display-list") :version ("1.0") :glxsingle ("102") :glsopcode
7849 ("0x0031") :wglflags ("batchable") :offset ("1")))
7850 (defglfun
7851 (("NewList" new-list) :args
7852 ((:name |list| :type |List| :direction :in)
7853 (:name |mode| :type |ListMode| :direction :in))
7854 :return ("void") :dlflags ("notlistable") :category ("display-list") :version
7855 ("1.0") :glxsingle ("101") :glsopcode ("0x0030") :wglflags ("batchable")
7856 :offset ("0")))
7858 ;;;; drawing
7860 (defglfun
7861 (("Vertex4sv" vertex-4sv) :args
7862 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
7863 ("void") :category ("drawing") :version ("1.0") :glxropcode ("76") :glsopcode
7864 ("0x007F") :offset ("149")))
7865 (defglfun
7866 (("Vertex4s" vertex-4s) :args
7867 ((:name |x| :type |CoordS| :direction :in)
7868 (:name |y| :type |CoordS| :direction :in)
7869 (:name |z| :type |CoordS| :direction :in)
7870 (:name |w| :type |CoordS| :direction :in))
7871 :return ("void") :category ("drawing") :vectorequiv ("Vertex4sv") :version
7872 ("1.0") :offset ("148")))
7873 (defglfun
7874 (("Vertex4iv" vertex-4iv) :args
7875 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
7876 ("void") :category ("drawing") :version ("1.0") :glxropcode ("75") :glsopcode
7877 ("0x007E") :offset ("147")))
7878 (defglfun
7879 (("Vertex4i" vertex-4i) :args
7880 ((:name |x| :type |CoordI| :direction :in)
7881 (:name |y| :type |CoordI| :direction :in)
7882 (:name |z| :type |CoordI| :direction :in)
7883 (:name |w| :type |CoordI| :direction :in))
7884 :return ("void") :category ("drawing") :vectorequiv ("Vertex4iv") :version
7885 ("1.0") :offset ("146")))
7886 (defglfun
7887 (("Vertex4fv" vertex-4fv) :args
7888 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
7889 ("void") :category ("drawing") :version ("1.0") :glxropcode ("74") :glsopcode
7890 ("0x007D") :offset ("145")))
7891 (defglfun
7892 (("Vertex4f" vertex-4f) :args
7893 ((:name |x| :type |CoordF| :direction :in)
7894 (:name |y| :type |CoordF| :direction :in)
7895 (:name |z| :type |CoordF| :direction :in)
7896 (:name |w| :type |CoordF| :direction :in))
7897 :return ("void") :category ("drawing") :vectorequiv ("Vertex4fv") :version
7898 ("1.0") :offset ("144")))
7899 (defglfun
7900 (("Vertex4dv" vertex-4dv) :args
7901 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
7902 ("void") :category ("drawing") :version ("1.0") :glxropcode ("73") :glsopcode
7903 ("0x007C") :offset ("143")))
7904 (defglfun
7905 (("Vertex4d" vertex-4d) :args
7906 ((:name |x| :type |CoordD| :direction :in)
7907 (:name |y| :type |CoordD| :direction :in)
7908 (:name |z| :type |CoordD| :direction :in)
7909 (:name |w| :type |CoordD| :direction :in))
7910 :return ("void") :category ("drawing") :vectorequiv ("Vertex4dv") :version
7911 ("1.0") :offset ("142")))
7912 (defglfun
7913 (("Vertex3sv" vertex-3sv) :args
7914 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
7915 ("void") :category ("drawing") :version ("1.0") :glxropcode ("72") :glsopcode
7916 ("0x007B") :offset ("141")))
7917 (defglfun
7918 (("Vertex3s" vertex-3s) :args
7919 ((:name |x| :type |CoordS| :direction :in)
7920 (:name |y| :type |CoordS| :direction :in)
7921 (:name |z| :type |CoordS| :direction :in))
7922 :return ("void") :category ("drawing") :vectorequiv ("Vertex3sv") :version
7923 ("1.0") :offset ("140")))
7924 (defglfun
7925 (("Vertex3iv" vertex-3iv) :args
7926 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
7927 ("void") :category ("drawing") :version ("1.0") :glxropcode ("71") :glsopcode
7928 ("0x007A") :offset ("139")))
7929 (defglfun
7930 (("Vertex3i" vertex-3i) :args
7931 ((:name |x| :type |CoordI| :direction :in)
7932 (:name |y| :type |CoordI| :direction :in)
7933 (:name |z| :type |CoordI| :direction :in))
7934 :return ("void") :category ("drawing") :vectorequiv ("Vertex3iv") :version
7935 ("1.0") :offset ("138")))
7936 (defglfun
7937 (("Vertex3fv" vertex-3fv) :args
7938 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
7939 ("void") :category ("drawing") :version ("1.0") :glxropcode ("70") :glsopcode
7940 ("0x0079") :offset ("137")))
7941 (defglfun
7942 (("Vertex3f" vertex-3f) :args
7943 ((:name |x| :type |CoordF| :direction :in)
7944 (:name |y| :type |CoordF| :direction :in)
7945 (:name |z| :type |CoordF| :direction :in))
7946 :return ("void") :category ("drawing") :vectorequiv ("Vertex3fv") :version
7947 ("1.0") :offset ("136")))
7948 (defglfun
7949 (("Vertex3dv" vertex-3dv) :args
7950 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
7951 ("void") :category ("drawing") :version ("1.0") :glxropcode ("69") :glsopcode
7952 ("0x0078") :offset ("135")))
7953 (defglfun
7954 (("Vertex3d" vertex-3d) :args
7955 ((:name |x| :type |CoordD| :direction :in)
7956 (:name |y| :type |CoordD| :direction :in)
7957 (:name |z| :type |CoordD| :direction :in))
7958 :return ("void") :category ("drawing") :vectorequiv ("Vertex3dv") :version
7959 ("1.0") :offset ("134")))
7960 (defglfun
7961 (("Vertex2sv" vertex-2sv) :args
7962 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
7963 ("void") :category ("drawing") :version ("1.0") :glxropcode ("68") :glsopcode
7964 ("0x0077") :offset ("133")))
7965 (defglfun
7966 (("Vertex2s" vertex-2s) :args
7967 ((:name |x| :type |CoordS| :direction :in)
7968 (:name |y| :type |CoordS| :direction :in))
7969 :return ("void") :category ("drawing") :vectorequiv ("Vertex2sv") :version
7970 ("1.0") :offset ("132")))
7971 (defglfun
7972 (("Vertex2iv" vertex-2iv) :args
7973 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
7974 ("void") :category ("drawing") :version ("1.0") :glxropcode ("67") :glsopcode
7975 ("0x0076") :offset ("131")))
7976 (defglfun
7977 (("Vertex2i" vertex-2i) :args
7978 ((:name |x| :type |CoordI| :direction :in)
7979 (:name |y| :type |CoordI| :direction :in))
7980 :return ("void") :category ("drawing") :vectorequiv ("Vertex2iv") :version
7981 ("1.0") :offset ("130")))
7982 (defglfun
7983 (("Vertex2fv" vertex-2fv) :args
7984 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
7985 ("void") :category ("drawing") :version ("1.0") :glxropcode ("66") :glsopcode
7986 ("0x0075") :offset ("129")))
7987 (defglfun
7988 (("Vertex2f" vertex-2f) :args
7989 ((:name |x| :type |CoordF| :direction :in)
7990 (:name |y| :type |CoordF| :direction :in))
7991 :return ("void") :category ("drawing") :vectorequiv ("Vertex2fv") :version
7992 ("1.0") :offset ("128")))
7993 (defglfun
7994 (("Vertex2dv" vertex-2dv) :args
7995 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
7996 ("void") :category ("drawing") :version ("1.0") :glxropcode ("65") :glsopcode
7997 ("0x0074") :offset ("127")))
7998 (defglfun
7999 (("Vertex2d" vertex-2d) :args
8000 ((:name |x| :type |CoordD| :direction :in)
8001 (:name |y| :type |CoordD| :direction :in))
8002 :return ("void") :category ("drawing") :vectorequiv ("Vertex2dv") :version
8003 ("1.0") :offset ("126")))
8004 (defglfun
8005 (("TexCoord4sv" tex-coord-4sv) :args
8006 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
8007 ("void") :category ("drawing") :version ("1.0") :glxropcode ("64") :glsopcode
8008 ("0x0073") :offset ("125")))
8009 (defglfun
8010 (("TexCoord4s" tex-coord-4s) :args
8011 ((:name |s| :type |CoordS| :direction :in)
8012 (:name |t| :type |CoordS| :direction :in)
8013 (:name |r| :type |CoordS| :direction :in)
8014 (:name |q| :type |CoordS| :direction :in))
8015 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4sv") :version
8016 ("1.0") :offset ("124")))
8017 (defglfun
8018 (("TexCoord4iv" tex-coord-4iv) :args
8019 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
8020 ("void") :category ("drawing") :version ("1.0") :glxropcode ("63") :glsopcode
8021 ("0x0072") :offset ("123")))
8022 (defglfun
8023 (("TexCoord4i" tex-coord-4i) :args
8024 ((:name |s| :type |CoordI| :direction :in)
8025 (:name |t| :type |CoordI| :direction :in)
8026 (:name |r| :type |CoordI| :direction :in)
8027 (:name |q| :type |CoordI| :direction :in))
8028 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4iv") :version
8029 ("1.0") :offset ("122")))
8030 (defglfun
8031 (("TexCoord4fv" tex-coord-4fv) :args
8032 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
8033 ("void") :category ("drawing") :version ("1.0") :glxropcode ("62") :glsopcode
8034 ("0x0071") :offset ("121")))
8035 (defglfun
8036 (("TexCoord4f" tex-coord-4f) :args
8037 ((:name |s| :type |CoordF| :direction :in)
8038 (:name |t| :type |CoordF| :direction :in)
8039 (:name |r| :type |CoordF| :direction :in)
8040 (:name |q| :type |CoordF| :direction :in))
8041 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4fv") :version
8042 ("1.0") :offset ("120")))
8043 (defglfun
8044 (("TexCoord4dv" tex-coord-4dv) :args
8045 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
8046 ("void") :category ("drawing") :version ("1.0") :glxropcode ("61") :glsopcode
8047 ("0x0070") :offset ("119")))
8048 (defglfun
8049 (("TexCoord4d" tex-coord-4d) :args
8050 ((:name |s| :type |CoordD| :direction :in)
8051 (:name |t| :type |CoordD| :direction :in)
8052 (:name |r| :type |CoordD| :direction :in)
8053 (:name |q| :type |CoordD| :direction :in))
8054 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4dv") :version
8055 ("1.0") :offset ("118")))
8056 (defglfun
8057 (("TexCoord3sv" tex-coord-3sv) :args
8058 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
8059 ("void") :category ("drawing") :version ("1.0") :glxropcode ("60") :glsopcode
8060 ("0x006F") :offset ("117")))
8061 (defglfun
8062 (("TexCoord3s" tex-coord-3s) :args
8063 ((:name |s| :type |CoordS| :direction :in)
8064 (:name |t| :type |CoordS| :direction :in)
8065 (:name |r| :type |CoordS| :direction :in))
8066 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3sv") :version
8067 ("1.0") :offset ("116")))
8068 (defglfun
8069 (("TexCoord3iv" tex-coord-3iv) :args
8070 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
8071 ("void") :category ("drawing") :version ("1.0") :glxropcode ("59") :glsopcode
8072 ("0x006E") :offset ("115")))
8073 (defglfun
8074 (("TexCoord3i" tex-coord-3i) :args
8075 ((:name |s| :type |CoordI| :direction :in)
8076 (:name |t| :type |CoordI| :direction :in)
8077 (:name |r| :type |CoordI| :direction :in))
8078 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3iv") :version
8079 ("1.0") :offset ("114")))
8080 (defglfun
8081 (("TexCoord3fv" tex-coord-3fv) :args
8082 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
8083 ("void") :category ("drawing") :version ("1.0") :glxropcode ("58") :glsopcode
8084 ("0x006D") :offset ("113")))
8085 (defglfun
8086 (("TexCoord3f" tex-coord-3f) :args
8087 ((:name |s| :type |CoordF| :direction :in)
8088 (:name |t| :type |CoordF| :direction :in)
8089 (:name |r| :type |CoordF| :direction :in))
8090 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3fv") :version
8091 ("1.0") :offset ("112")))
8092 (defglfun
8093 (("TexCoord3dv" tex-coord-3dv) :args
8094 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8095 ("void") :category ("drawing") :version ("1.0") :glxropcode ("57") :glsopcode
8096 ("0x006C") :offset ("111")))
8097 (defglfun
8098 (("TexCoord3d" tex-coord-3d) :args
8099 ((:name |s| :type |CoordD| :direction :in)
8100 (:name |t| :type |CoordD| :direction :in)
8101 (:name |r| :type |CoordD| :direction :in))
8102 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3dv") :version
8103 ("1.0") :offset ("110")))
8104 (defglfun
8105 (("TexCoord2sv" tex-coord-2sv) :args
8106 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
8107 ("void") :category ("drawing") :version ("1.0") :glxropcode ("56") :glsopcode
8108 ("0x006B") :offset ("109")))
8109 (defglfun
8110 (("TexCoord2s" tex-coord-2s) :args
8111 ((:name |s| :type |CoordS| :direction :in)
8112 (:name |t| :type |CoordS| :direction :in))
8113 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2sv") :version
8114 ("1.0") :offset ("108")))
8115 (defglfun
8116 (("TexCoord2iv" tex-coord-2iv) :args
8117 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
8118 ("void") :category ("drawing") :version ("1.0") :glxropcode ("55") :glsopcode
8119 ("0x006A") :offset ("107")))
8120 (defglfun
8121 (("TexCoord2i" tex-coord-2i) :args
8122 ((:name |s| :type |CoordI| :direction :in)
8123 (:name |t| :type |CoordI| :direction :in))
8124 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2iv") :version
8125 ("1.0") :offset ("106")))
8126 (defglfun
8127 (("TexCoord2fv" tex-coord-2fv) :args
8128 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
8129 ("void") :category ("drawing") :version ("1.0") :glxropcode ("54") :glsopcode
8130 ("0x0069") :offset ("105")))
8131 (defglfun
8132 (("TexCoord2f" tex-coord-2f) :args
8133 ((:name |s| :type |CoordF| :direction :in)
8134 (:name |t| :type |CoordF| :direction :in))
8135 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2fv") :version
8136 ("1.0") :offset ("104")))
8137 (defglfun
8138 (("TexCoord2dv" tex-coord-2dv) :args
8139 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
8140 ("void") :category ("drawing") :version ("1.0") :glxropcode ("53") :glsopcode
8141 ("0x0068") :offset ("103")))
8142 (defglfun
8143 (("TexCoord2d" tex-coord-2d) :args
8144 ((:name |s| :type |CoordD| :direction :in)
8145 (:name |t| :type |CoordD| :direction :in))
8146 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2dv") :version
8147 ("1.0") :offset ("102")))
8148 (defglfun
8149 (("TexCoord1sv" tex-coord-1sv) :args
8150 ((:name |v| :type |CoordS| :direction :in :array t :size #x1)) :return
8151 ("void") :category ("drawing") :version ("1.0") :glxropcode ("52") :glsopcode
8152 ("0x0067") :offset ("101")))
8153 (defglfun
8154 (("TexCoord1s" tex-coord-1s) :args ((:name |s| :type |CoordS| :direction :in))
8155 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1sv") :version
8156 ("1.0") :offset ("100")))
8157 (defglfun
8158 (("TexCoord1iv" tex-coord-1iv) :args
8159 ((:name |v| :type |CoordI| :direction :in :array t :size #x1)) :return
8160 ("void") :category ("drawing") :version ("1.0") :glxropcode ("51") :glsopcode
8161 ("0x0066") :offset ("99")))
8162 (defglfun
8163 (("TexCoord1i" tex-coord-1i) :args ((:name |s| :type |CoordI| :direction :in))
8164 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1iv") :version
8165 ("1.0") :offset ("98")))
8166 (defglfun
8167 (("TexCoord1fv" tex-coord-1fv) :args
8168 ((:name |v| :type |CoordF| :direction :in :array t :size #x1)) :return
8169 ("void") :category ("drawing") :version ("1.0") :glxropcode ("50") :glsopcode
8170 ("0x0065") :offset ("97")))
8171 (defglfun
8172 (("TexCoord1f" tex-coord-1f) :args ((:name |s| :type |CoordF| :direction :in))
8173 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1fv") :version
8174 ("1.0") :offset ("96")))
8175 (defglfun
8176 (("TexCoord1dv" tex-coord-1dv) :args
8177 ((:name |v| :type |CoordD| :direction :in :array t :size #x1)) :return
8178 ("void") :category ("drawing") :version ("1.0") :glxropcode ("49") :glsopcode
8179 ("0x0064") :offset ("95")))
8180 (defglfun
8181 (("TexCoord1d" tex-coord-1d) :args ((:name |s| :type |CoordD| :direction :in))
8182 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1dv") :version
8183 ("1.0") :offset ("94")))
8184 (defglfun
8185 (("Rectsv" rect-sv) :args
8186 ((:name |v1| :type |CoordS| :direction :in :array t :size #x2)
8187 (:name |v2| :type |CoordS| :direction :in :array t :size #x2))
8188 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("48")
8189 :glsopcode ("0x0063") :offset ("93")))
8190 (defglfun
8191 (("Rects" rect-s) :args
8192 ((:name |x1| :type |CoordS| :direction :in)
8193 (:name |y1| :type |CoordS| :direction :in)
8194 (:name |x2| :type |CoordS| :direction :in)
8195 (:name |y2| :type |CoordS| :direction :in))
8196 :return ("void") :category ("drawing") :vectorequiv ("Rectsv") :version
8197 ("1.0") :offset ("92")))
8198 (defglfun
8199 (("Rectiv" rect-iv) :args
8200 ((:name |v1| :type |CoordI| :direction :in :array t :size #x2)
8201 (:name |v2| :type |CoordI| :direction :in :array t :size #x2))
8202 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("47")
8203 :glsopcode ("0x0062") :offset ("91")))
8204 (defglfun
8205 (("Recti" rect-i) :args
8206 ((:name |x1| :type |CoordI| :direction :in)
8207 (:name |y1| :type |CoordI| :direction :in)
8208 (:name |x2| :type |CoordI| :direction :in)
8209 (:name |y2| :type |CoordI| :direction :in))
8210 :return ("void") :category ("drawing") :vectorequiv ("Rectiv") :version
8211 ("1.0") :offset ("90")))
8212 (defglfun
8213 (("Rectfv" rect-fv) :args
8214 ((:name |v1| :type |CoordF| :direction :in :array t :size #x2)
8215 (:name |v2| :type |CoordF| :direction :in :array t :size #x2))
8216 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("46")
8217 :glsopcode ("0x0061") :offset ("89")))
8218 (defglfun
8219 (("Rectf" rect-f) :args
8220 ((:name |x1| :type |CoordF| :direction :in)
8221 (:name |y1| :type |CoordF| :direction :in)
8222 (:name |x2| :type |CoordF| :direction :in)
8223 (:name |y2| :type |CoordF| :direction :in))
8224 :return ("void") :category ("drawing") :vectorequiv ("Rectfv") :version
8225 ("1.0") :offset ("88")))
8226 (defglfun
8227 (("Rectdv" rect-dv) :args
8228 ((:name |v1| :type |CoordD| :direction :in :array t :size #x2)
8229 (:name |v2| :type |CoordD| :direction :in :array t :size #x2))
8230 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("45")
8231 :glsopcode ("0x0060") :offset ("87")))
8232 (defglfun
8233 (("Rectd" rect-d) :args
8234 ((:name |x1| :type |CoordD| :direction :in)
8235 (:name |y1| :type |CoordD| :direction :in)
8236 (:name |x2| :type |CoordD| :direction :in)
8237 (:name |y2| :type |CoordD| :direction :in))
8238 :return ("void") :category ("drawing") :vectorequiv ("Rectdv") :version
8239 ("1.0") :offset ("86")))
8240 (defglfun
8241 (("RasterPos4sv" raster-pos-4sv) :args
8242 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
8243 ("void") :category ("drawing") :version ("1.0") :glxropcode ("44") :glsopcode
8244 ("0x005F") :offset ("85")))
8245 (defglfun
8246 (("RasterPos4s" raster-pos-4s) :args
8247 ((:name |x| :type |CoordS| :direction :in)
8248 (:name |y| :type |CoordS| :direction :in)
8249 (:name |z| :type |CoordS| :direction :in)
8250 (:name |w| :type |CoordS| :direction :in))
8251 :return ("void") :category ("drawing") :vectorequiv ("RasterPos4sv") :version
8252 ("1.0") :offset ("84")))
8253 (defglfun
8254 (("RasterPos4iv" raster-pos-4iv) :args
8255 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
8256 ("void") :category ("drawing") :version ("1.0") :glxropcode ("43") :glsopcode
8257 ("0x005E") :offset ("83")))
8258 (defglfun
8259 (("RasterPos4i" raster-pos-4i) :args
8260 ((:name |x| :type |CoordI| :direction :in)
8261 (:name |y| :type |CoordI| :direction :in)
8262 (:name |z| :type |CoordI| :direction :in)
8263 (:name |w| :type |CoordI| :direction :in))
8264 :return ("void") :category ("drawing") :vectorequiv ("RasterPos4iv") :version
8265 ("1.0") :offset ("82")))
8266 (defglfun
8267 (("RasterPos4fv" raster-pos-4fv) :args
8268 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
8269 ("void") :category ("drawing") :version ("1.0") :glxropcode ("42") :glsopcode
8270 ("0x005D") :offset ("81")))
8271 (defglfun
8272 (("RasterPos4f" raster-pos-4f) :args
8273 ((:name |x| :type |CoordF| :direction :in)
8274 (:name |y| :type |CoordF| :direction :in)
8275 (:name |z| :type |CoordF| :direction :in)
8276 (:name |w| :type |CoordF| :direction :in))
8277 :return ("void") :category ("drawing") :vectorequiv ("RasterPos4fv") :version
8278 ("1.0") :offset ("80")))
8279 (defglfun
8280 (("RasterPos4dv" raster-pos-4dv) :args
8281 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
8282 ("void") :category ("drawing") :version ("1.0") :glxropcode ("41") :glsopcode
8283 ("0x005C") :offset ("79")))
8284 (defglfun
8285 (("RasterPos4d" raster-pos-4d) :args
8286 ((:name |x| :type |CoordD| :direction :in)
8287 (:name |y| :type |CoordD| :direction :in)
8288 (:name |z| :type |CoordD| :direction :in)
8289 (:name |w| :type |CoordD| :direction :in))
8290 :return ("void") :vectorequiv ("RasterPos4dv") :category ("drawing") :version
8291 ("1.0") :offset ("78")))
8292 (defglfun
8293 (("RasterPos3sv" raster-pos-3sv) :args
8294 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
8295 ("void") :category ("drawing") :version ("1.0") :glxropcode ("40") :glsopcode
8296 ("0x005B") :offset ("77")))
8297 (defglfun
8298 (("RasterPos3s" raster-pos-3s) :args
8299 ((:name |x| :type |CoordS| :direction :in)
8300 (:name |y| :type |CoordS| :direction :in)
8301 (:name |z| :type |CoordS| :direction :in))
8302 :return ("void") :category ("drawing") :vectorequiv ("RasterPos3sv") :version
8303 ("1.0") :offset ("76")))
8304 (defglfun
8305 (("RasterPos3iv" raster-pos-3iv) :args
8306 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
8307 ("void") :category ("drawing") :version ("1.0") :glxropcode ("39") :glsopcode
8308 ("0x005A") :offset ("75")))
8309 (defglfun
8310 (("RasterPos3i" raster-pos-3i) :args
8311 ((:name |x| :type |CoordI| :direction :in)
8312 (:name |y| :type |CoordI| :direction :in)
8313 (:name |z| :type |CoordI| :direction :in))
8314 :return ("void") :category ("drawing") :vectorequiv ("RasterPos3iv") :version
8315 ("1.0") :offset ("74")))
8316 (defglfun
8317 (("RasterPos3fv" raster-pos-3fv) :args
8318 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
8319 ("void") :category ("drawing") :version ("1.0") :glxropcode ("38") :glsopcode
8320 ("0x0059") :offset ("73")))
8321 (defglfun
8322 (("RasterPos3f" raster-pos-3f) :args
8323 ((:name |x| :type |CoordF| :direction :in)
8324 (:name |y| :type |CoordF| :direction :in)
8325 (:name |z| :type |CoordF| :direction :in))
8326 :return ("void") :category ("drawing") :vectorequiv ("RasterPos3fv") :version
8327 ("1.0") :offset ("72")))
8328 (defglfun
8329 (("RasterPos3dv" raster-pos-3dv) :args
8330 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8331 ("void") :category ("drawing") :version ("1.0") :glxropcode ("37") :glsopcode
8332 ("0x0058") :offset ("71")))
8333 (defglfun
8334 (("RasterPos3d" raster-pos-3d) :args
8335 ((:name |x| :type |CoordD| :direction :in)
8336 (:name |y| :type |CoordD| :direction :in)
8337 (:name |z| :type |CoordD| :direction :in))
8338 :return ("void") :vectorequiv ("RasterPos3dv") :category ("drawing") :version
8339 ("1.0") :offset ("70")))
8340 (defglfun
8341 (("RasterPos2sv" raster-pos-2sv) :args
8342 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
8343 ("void") :category ("drawing") :version ("1.0") :glxropcode ("36") :glsopcode
8344 ("0x0057") :offset ("69")))
8345 (defglfun
8346 (("RasterPos2s" raster-pos-2s) :args
8347 ((:name |x| :type |CoordS| :direction :in)
8348 (:name |y| :type |CoordS| :direction :in))
8349 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2sv") :version
8350 ("1.0") :offset ("68")))
8351 (defglfun
8352 (("RasterPos2iv" raster-pos-2iv) :args
8353 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
8354 ("void") :category ("drawing") :version ("1.0") :glxropcode ("35") :glsopcode
8355 ("0x0056") :offset ("67")))
8356 (defglfun
8357 (("RasterPos2i" raster-pos-2i) :args
8358 ((:name |x| :type |CoordI| :direction :in)
8359 (:name |y| :type |CoordI| :direction :in))
8360 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2iv") :version
8361 ("1.0") :offset ("66")))
8362 (defglfun
8363 (("RasterPos2fv" raster-pos-2fv) :args
8364 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
8365 ("void") :category ("drawing") :version ("1.0") :glxropcode ("34") :glsopcode
8366 ("0x0055") :offset ("65")))
8367 (defglfun
8368 (("RasterPos2f" raster-pos-2f) :args
8369 ((:name |x| :type |CoordF| :direction :in)
8370 (:name |y| :type |CoordF| :direction :in))
8371 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2fv") :version
8372 ("1.0") :offset ("64")))
8373 (defglfun
8374 (("RasterPos2dv" raster-pos-2dv) :args
8375 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
8376 ("void") :category ("drawing") :version ("1.0") :glxropcode ("33") :glsopcode
8377 ("0x0054") :offset ("63")))
8378 (defglfun
8379 (("RasterPos2d" raster-pos-2d) :args
8380 ((:name |x| :type |CoordD| :direction :in)
8381 (:name |y| :type |CoordD| :direction :in))
8382 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2dv") :version
8383 ("1.0") :offset ("62")))
8384 (defglfun
8385 (("Normal3sv" normal-3sv) :args
8386 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :return
8387 ("void") :category ("drawing") :version ("1.0") :glxropcode ("32") :glsopcode
8388 ("0x0053") :offset ("61")))
8389 (defglfun
8390 (("Normal3s" normal-3s) :args
8391 ((:name |nx| :type |Int16| :direction :in)
8392 (:name |ny| :type |Int16| :direction :in)
8393 (:name |nz| :type |Int16| :direction :in))
8394 :return ("void") :category ("drawing") :vectorequiv ("Normal3sv") :version
8395 ("1.0") :offset ("60")))
8396 (defglfun
8397 (("Normal3iv" normal-3iv) :args
8398 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :return
8399 ("void") :category ("drawing") :version ("1.0") :glxropcode ("31") :glsopcode
8400 ("0x0052") :offset ("59")))
8401 (defglfun
8402 (("Normal3i" normal-3i) :args
8403 ((:name |nx| :type |Int32| :direction :in)
8404 (:name |ny| :type |Int32| :direction :in)
8405 (:name |nz| :type |Int32| :direction :in))
8406 :return ("void") :category ("drawing") :vectorequiv ("Normal3iv") :version
8407 ("1.0") :offset ("58")))
8408 (defglfun
8409 (("Normal3fv" normal-3fv) :args
8410 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
8411 ("void") :category ("drawing") :version ("1.0") :glxropcode ("30") :glsopcode
8412 ("0x0051") :offset ("57")))
8413 (defglfun
8414 (("Normal3f" normal-3f) :args
8415 ((:name |nx| :type |CoordF| :direction :in)
8416 (:name |ny| :type |CoordF| :direction :in)
8417 (:name |nz| :type |CoordF| :direction :in))
8418 :return ("void") :category ("drawing") :vectorequiv ("Normal3fv") :version
8419 ("1.0") :offset ("56")))
8420 (defglfun
8421 (("Normal3dv" normal-3dv) :args
8422 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8423 ("void") :category ("drawing") :version ("1.0") :glxropcode ("29") :glsopcode
8424 ("0x0050") :offset ("55")))
8425 (defglfun
8426 (("Normal3d" normal-3d) :args
8427 ((:name |nx| :type |CoordD| :direction :in)
8428 (:name |ny| :type |CoordD| :direction :in)
8429 (:name |nz| :type |CoordD| :direction :in))
8430 :return ("void") :category ("drawing") :vectorequiv ("Normal3dv") :version
8431 ("1.0") :offset ("54")))
8432 (defglfun
8433 (("Normal3bv" normal-3bv) :args
8434 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :return ("void")
8435 :category ("drawing") :version ("1.0") :glxropcode ("28") :glsopcode
8436 ("0x004F") :offset ("53")))
8437 (defglfun
8438 (("Normal3b" normal-3b) :args
8439 ((:name |nx| :type |Int8| :direction :in)
8440 (:name |ny| :type |Int8| :direction :in)
8441 (:name |nz| :type |Int8| :direction :in))
8442 :return ("void") :category ("drawing") :vectorequiv ("Normal3bv") :version
8443 ("1.0") :offset ("52")))
8444 (defglfun
8445 (("Indexsv" index-sv) :args
8446 ((:name |c| :type |ColorIndexValueS| :direction :in :array t :size #x1))
8447 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("27")
8448 :glsopcode ("0x004E") :offset ("51")))
8449 (defglfun
8450 (("Indexs" index-s) :args
8451 ((:name |c| :type |ColorIndexValueS| :direction :in)) :return ("void")
8452 :category ("drawing") :vectorequiv ("Indexsv") :version ("1.0") :offset
8453 ("50")))
8454 (defglfun
8455 (("Indexiv" index-iv) :args
8456 ((:name |c| :type |ColorIndexValueI| :direction :in :array t :size #x1))
8457 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("26")
8458 :glsopcode ("0x004D") :offset ("49")))
8459 (defglfun
8460 (("Indexi" index-i) :args
8461 ((:name |c| :type |ColorIndexValueI| :direction :in)) :return ("void")
8462 :category ("drawing") :vectorequiv ("Indexiv") :version ("1.0") :offset
8463 ("48")))
8464 (defglfun
8465 (("Indexfv" index-fv) :args
8466 ((:name |c| :type |ColorIndexValueF| :direction :in :array t :size #x1))
8467 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("25")
8468 :glsopcode ("0x004C") :offset ("47")))
8469 (defglfun
8470 (("Indexf" index-f) :args
8471 ((:name |c| :type |ColorIndexValueF| :direction :in)) :return ("void")
8472 :category ("drawing") :vectorequiv ("Indexfv") :version ("1.0") :offset
8473 ("46")))
8474 (defglfun
8475 (("Indexdv" index-dv) :args
8476 ((:name |c| :type |ColorIndexValueD| :direction :in :array t :size #x1))
8477 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("24")
8478 :glsopcode ("0x004B") :offset ("45")))
8479 (defglfun
8480 (("Indexd" index-d) :args
8481 ((:name |c| :type |ColorIndexValueD| :direction :in)) :return ("void")
8482 :category ("drawing") :vectorequiv ("Indexdv") :version ("1.0") :offset
8483 ("44")))
8484 (defglfun
8485 (("End" end) :args nil :return ("void") :category ("drawing") :version ("1.0")
8486 :glxropcode ("23") :glsopcode ("0x004A") :offset ("43")))
8487 (defglfun
8488 (("EdgeFlagv" edge-flagv) :args
8489 ((:name |flag| :type |Boolean| :direction :in :array t :size #x1)) :return
8490 ("void") :category ("drawing") :version ("1.0") :glxropcode ("22") :glsopcode
8491 ("0x0049") :offset ("42")))
8492 (defglfun
8493 (("EdgeFlag" edge-flag) :args ((:name |flag| :type |Boolean| :direction :in))
8494 :return ("void") :category ("drawing") :vectorequiv ("EdgeFlagv") :version
8495 ("1.0") :offset ("41")))
8496 (defglfun
8497 (("Color4usv" color-4usv) :args
8498 ((:name |v| :type |ColorUS| :direction :in :array t :size #x4)) :return
8499 ("void") :category ("drawing") :version ("1.0") :glxropcode ("21") :glsopcode
8500 ("0x0048") :offset ("40")))
8501 (defglfun
8502 (("Color4us" color-4us) :args
8503 ((:name |red| :type |ColorUS| :direction :in)
8504 (:name |green| :type |ColorUS| :direction :in)
8505 (:name |blue| :type |ColorUS| :direction :in)
8506 (:name |alpha| :type |ColorUS| :direction :in))
8507 :return ("void") :category ("drawing") :vectorequiv ("Color4usv") :version
8508 ("1.0") :offset ("39")))
8509 (defglfun
8510 (("Color4uiv" color-4uiv) :args
8511 ((:name |v| :type |ColorUI| :direction :in :array t :size #x4)) :return
8512 ("void") :category ("drawing") :version ("1.0") :glxropcode ("20") :glsopcode
8513 ("0x0047") :offset ("38")))
8514 (defglfun
8515 (("Color4ui" color-4ui) :args
8516 ((:name |red| :type |ColorUI| :direction :in)
8517 (:name |green| :type |ColorUI| :direction :in)
8518 (:name |blue| :type |ColorUI| :direction :in)
8519 (:name |alpha| :type |ColorUI| :direction :in))
8520 :return ("void") :category ("drawing") :vectorequiv ("Color4uiv") :version
8521 ("1.0") :offset ("37")))
8522 (defglfun
8523 (("Color4ubv" color-4ubv) :args
8524 ((:name |v| :type |ColorUB| :direction :in :array t :size #x4)) :return
8525 ("void") :category ("drawing") :version ("1.0") :glxropcode ("19") :glsopcode
8526 ("0x0046") :offset ("36")))
8527 (defglfun
8528 (("Color4ub" color-4ub) :args
8529 ((:name |red| :type |ColorUB| :direction :in)
8530 (:name |green| :type |ColorUB| :direction :in)
8531 (:name |blue| :type |ColorUB| :direction :in)
8532 (:name |alpha| :type |ColorUB| :direction :in))
8533 :return ("void") :category ("drawing") :vectorequiv ("Color4ubv") :version
8534 ("1.0") :offset ("35")))
8535 (defglfun
8536 (("Color4sv" color-4sv) :args
8537 ((:name |v| :type |ColorS| :direction :in :array t :size #x4)) :return
8538 ("void") :category ("drawing") :version ("1.0") :glxropcode ("18") :glsopcode
8539 ("0x0045") :offset ("34")))
8540 (defglfun
8541 (("Color4s" color-4s) :args
8542 ((:name |red| :type |ColorS| :direction :in)
8543 (:name |green| :type |ColorS| :direction :in)
8544 (:name |blue| :type |ColorS| :direction :in)
8545 (:name |alpha| :type |ColorS| :direction :in))
8546 :return ("void") :category ("drawing") :vectorequiv ("Color4sv") :version
8547 ("1.0") :offset ("33")))
8548 (defglfun
8549 (("Color4iv" color-4iv) :args
8550 ((:name |v| :type |ColorI| :direction :in :array t :size #x4)) :return
8551 ("void") :category ("drawing") :version ("1.0") :glxropcode ("17") :glsopcode
8552 ("0x0044") :offset ("32")))
8553 (defglfun
8554 (("Color4i" color-4i) :args
8555 ((:name |red| :type |ColorI| :direction :in)
8556 (:name |green| :type |ColorI| :direction :in)
8557 (:name |blue| :type |ColorI| :direction :in)
8558 (:name |alpha| :type |ColorI| :direction :in))
8559 :return ("void") :category ("drawing") :vectorequiv ("Color4iv") :version
8560 ("1.0") :offset ("31")))
8561 (defglfun
8562 (("Color4fv" color-4fv) :args
8563 ((:name |v| :type |ColorF| :direction :in :array t :size #x4)) :return
8564 ("void") :category ("drawing") :version ("1.0") :glxropcode ("16") :glsopcode
8565 ("0x0043") :offset ("30")))
8566 (defglfun
8567 (("Color4f" color-4f) :args
8568 ((:name |red| :type |ColorF| :direction :in)
8569 (:name |green| :type |ColorF| :direction :in)
8570 (:name |blue| :type |ColorF| :direction :in)
8571 (:name |alpha| :type |ColorF| :direction :in))
8572 :return ("void") :category ("drawing") :vectorequiv ("Color4fv") :version
8573 ("1.0") :offset ("29")))
8574 (defglfun
8575 (("Color4dv" color-4dv) :args
8576 ((:name |v| :type |ColorD| :direction :in :array t :size #x4)) :return
8577 ("void") :category ("drawing") :version ("1.0") :glxropcode ("15") :glsopcode
8578 ("0x0042") :offset ("28")))
8579 (defglfun
8580 (("Color4d" color-4d) :args
8581 ((:name |red| :type |ColorD| :direction :in)
8582 (:name |green| :type |ColorD| :direction :in)
8583 (:name |blue| :type |ColorD| :direction :in)
8584 (:name |alpha| :type |ColorD| :direction :in))
8585 :return ("void") :category ("drawing") :vectorequiv ("Color4dv") :version
8586 ("1.0") :offset ("27")))
8587 (defglfun
8588 (("Color4bv" color-4bv) :args
8589 ((:name |v| :type |ColorB| :direction :in :array t :size #x4)) :return
8590 ("void") :category ("drawing") :version ("1.0") :glxropcode ("14") :glsopcode
8591 ("0x0041") :offset ("26")))
8592 (defglfun
8593 (("Color4b" color-4b) :args
8594 ((:name |red| :type |ColorB| :direction :in)
8595 (:name |green| :type |ColorB| :direction :in)
8596 (:name |blue| :type |ColorB| :direction :in)
8597 (:name |alpha| :type |ColorB| :direction :in))
8598 :return ("void") :category ("drawing") :vectorequiv ("Color4bv") :version
8599 ("1.0") :offset ("25")))
8600 (defglfun
8601 (("Color3usv" color-3usv) :args
8602 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :return
8603 ("void") :category ("drawing") :version ("1.0") :glxropcode ("13") :glsopcode
8604 ("0x0040") :offset ("24")))
8605 (defglfun
8606 (("Color3us" color-3us) :args
8607 ((:name |red| :type |ColorUS| :direction :in)
8608 (:name |green| :type |ColorUS| :direction :in)
8609 (:name |blue| :type |ColorUS| :direction :in))
8610 :return ("void") :category ("drawing") :vectorequiv ("Color3usv") :version
8611 ("1.0") :offset ("23")))
8612 (defglfun
8613 (("Color3uiv" color-3uiv) :args
8614 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :return
8615 ("void") :category ("drawing") :version ("1.0") :glxropcode ("12") :glsopcode
8616 ("0x003F") :offset ("22")))
8617 (defglfun
8618 (("Color3ui" color-3ui) :args
8619 ((:name |red| :type |ColorUI| :direction :in)
8620 (:name |green| :type |ColorUI| :direction :in)
8621 (:name |blue| :type |ColorUI| :direction :in))
8622 :return ("void") :category ("drawing") :vectorequiv ("Color3uiv") :version
8623 ("1.0") :offset ("21")))
8624 (defglfun
8625 (("Color3ubv" color-3ubv) :args
8626 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :return
8627 ("void") :category ("drawing") :version ("1.0") :glxropcode ("11") :glsopcode
8628 ("0x003E") :offset ("20")))
8629 (defglfun
8630 (("Color3ub" color-3ub) :args
8631 ((:name |red| :type |ColorUB| :direction :in)
8632 (:name |green| :type |ColorUB| :direction :in)
8633 (:name |blue| :type |ColorUB| :direction :in))
8634 :return ("void") :category ("drawing") :vectorequiv ("Color3ubv") :version
8635 ("1.0") :offset ("19")))
8636 (defglfun
8637 (("Color3sv" color-3sv) :args
8638 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :return
8639 ("void") :category ("drawing") :version ("1.0") :glxropcode ("10") :glsopcode
8640 ("0x003D") :offset ("18")))
8641 (defglfun
8642 (("Color3s" color-3s) :args
8643 ((:name |red| :type |ColorS| :direction :in)
8644 (:name |green| :type |ColorS| :direction :in)
8645 (:name |blue| :type |ColorS| :direction :in))
8646 :return ("void") :category ("drawing") :vectorequiv ("Color3sv") :version
8647 ("1.0") :offset ("17")))
8648 (defglfun
8649 (("Color3iv" color-3iv) :args
8650 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :return
8651 ("void") :category ("drawing") :version ("1.0") :glxropcode ("9") :glsopcode
8652 ("0x003C") :offset ("16")))
8653 (defglfun
8654 (("Color3i" color-3i) :args
8655 ((:name |red| :type |ColorI| :direction :in)
8656 (:name |green| :type |ColorI| :direction :in)
8657 (:name |blue| :type |ColorI| :direction :in))
8658 :return ("void") :category ("drawing") :vectorequiv ("Color3iv") :version
8659 ("1.0") :offset ("15")))
8660 (defglfun
8661 (("Color3fv" color-3fv) :args
8662 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :return
8663 ("void") :category ("drawing") :version ("1.0") :glxropcode ("8") :glsopcode
8664 ("0x003B") :offset ("14")))
8665 (defglfun
8666 (("Color3f" color-3f) :args
8667 ((:name |red| :type |ColorF| :direction :in)
8668 (:name |green| :type |ColorF| :direction :in)
8669 (:name |blue| :type |ColorF| :direction :in))
8670 :return ("void") :category ("drawing") :vectorequiv ("Color3fv") :version
8671 ("1.0") :offset ("13")))
8672 (defglfun
8673 (("Color3dv" color-3dv) :args
8674 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :return
8675 ("void") :category ("drawing") :version ("1.0") :glxropcode ("7") :glsopcode
8676 ("0x003A") :offset ("12")))
8677 (defglfun
8678 (("Color3d" color-3d) :args
8679 ((:name |red| :type |ColorD| :direction :in)
8680 (:name |green| :type |ColorD| :direction :in)
8681 (:name |blue| :type |ColorD| :direction :in))
8682 :return ("void") :category ("drawing") :vectorequiv ("Color3dv") :version
8683 ("1.0") :offset ("11")))
8684 (defglfun
8685 (("Color3bv" color-3bv) :args
8686 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :return
8687 ("void") :category ("drawing") :version ("1.0") :glxropcode ("6") :glsopcode
8688 ("0x0039") :offset ("10")))
8689 (defglfun
8690 (("Color3b" color-3b) :args
8691 ((:name |red| :type |ColorB| :direction :in)
8692 (:name |green| :type |ColorB| :direction :in)
8693 (:name |blue| :type |ColorB| :direction :in))
8694 :return ("void") :category ("drawing") :vectorequiv ("Color3bv") :version
8695 ("1.0") :offset ("9")))
8696 (defglfun
8697 (("Bitmap" bitmap) :args
8698 ((:name |width| :type |SizeI| :direction :in)
8699 (:name |height| :type |SizeI| :direction :in)
8700 (:name |xorig| :type |CoordF| :direction :in)
8701 (:name |yorig| :type |CoordF| :direction :in)
8702 (:name |xmove| :type |CoordF| :direction :in)
8703 (:name |ymove| :type |CoordF| :direction :in)
8704 (:name |bitmap| :type |UInt8| :direction :in :array t :size
8705 (|width| |height|)))
8706 :return ("void") :category ("drawing") :dlflags ("handcode") :glxflags
8707 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("5")
8708 :glsflags ("pixel-unpack") :glsopcode ("0x0038") :wglflags
8709 ("client-handcode" "server-handcode") :offset ("8")))
8710 (defglfun
8711 (("Begin" begin) :args ((:name |mode| :type |BeginMode| :direction :in))
8712 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("4")
8713 :glsopcode ("0x0037") :offset ("7")))
8715 ;;;; drawing-control
8717 (defglfun
8718 (("TexGeniv" tex-gen-iv) :args
8719 ((:name |coord| :type |TextureCoordName| :direction :in)
8720 (:name |pname| :type |TextureGenParameter| :direction :in)
8721 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8722 (|pname|)))
8723 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8724 ("120") :glsflags ("gl-enum") :glsopcode ("0x00AB") :wglflags ("small-data")
8725 :offset ("193")))
8726 (defglfun
8727 (("TexGeni" tex-gen-i) :args
8728 ((:name |coord| :type |TextureCoordName| :direction :in)
8729 (:name |pname| :type |TextureGenParameter| :direction :in)
8730 (:name |param| :type |CheckedInt32| :direction :in))
8731 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8732 ("119") :glsflags ("gl-enum") :glsopcode ("0x00AA") :wglflags ("small-data")
8733 :offset ("192")))
8734 (defglfun
8735 (("TexGenfv" tex-gen-fv) :args
8736 ((:name |coord| :type |TextureCoordName| :direction :in)
8737 (:name |pname| :type |TextureGenParameter| :direction :in)
8738 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8739 (|pname|)))
8740 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8741 ("118") :glsflags ("gl-enum") :glsopcode ("0x00A9") :wglflags ("small-data")
8742 :offset ("191")))
8743 (defglfun
8744 (("TexGenf" tex-gen-f) :args
8745 ((:name |coord| :type |TextureCoordName| :direction :in)
8746 (:name |pname| :type |TextureGenParameter| :direction :in)
8747 (:name |param| :type |CheckedFloat32| :direction :in))
8748 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8749 ("117") :glsflags ("gl-enum") :glsopcode ("0x00A8") :wglflags ("small-data")
8750 :offset ("190")))
8751 (defglfun
8752 (("TexGendv" tex-gen-dv) :args
8753 ((:name |coord| :type |TextureCoordName| :direction :in)
8754 (:name |pname| :type |TextureGenParameter| :direction :in)
8755 (:name |params| :type |Float64| :direction :in :array t :size (|pname|)))
8756 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8757 ("116") :glsflags ("gl-enum") :glsopcode ("0x00A7") :wglflags ("small-data")
8758 :offset ("189")))
8759 (defglfun
8760 (("TexGend" tex-gen-d) :args
8761 ((:name |coord| :type |TextureCoordName| :direction :in)
8762 (:name |pname| :type |TextureGenParameter| :direction :in)
8763 (:name |param| :type |Float64| :direction :in))
8764 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8765 ("115") :glsflags ("gl-enum") :glsopcode ("0x00A6") :wglflags ("small-data")
8766 :offset ("188")))
8767 (defglfun
8768 (("TexEnviv" tex-env-iv) :args
8769 ((:name |target| :type |TextureEnvTarget| :direction :in)
8770 (:name |pname| :type |TextureEnvParameter| :direction :in)
8771 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8772 (|pname|)))
8773 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8774 ("114") :glsflags ("gl-enum") :glsopcode ("0x00A5") :wglflags ("small-data")
8775 :offset ("187")))
8776 (defglfun
8777 (("TexEnvi" tex-env-i) :args
8778 ((:name |target| :type |TextureEnvTarget| :direction :in)
8779 (:name |pname| :type |TextureEnvParameter| :direction :in)
8780 (:name |param| :type |CheckedInt32| :direction :in))
8781 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8782 ("113") :glsflags ("gl-enum") :glsopcode ("0x00A4") :wglflags ("small-data")
8783 :offset ("186")))
8784 (defglfun
8785 (("TexEnvfv" tex-env-fv) :args
8786 ((:name |target| :type |TextureEnvTarget| :direction :in)
8787 (:name |pname| :type |TextureEnvParameter| :direction :in)
8788 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8789 (|pname|)))
8790 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8791 ("112") :glsflags ("gl-enum") :glsopcode ("0x00A3") :wglflags ("small-data")
8792 :offset ("185")))
8793 (defglfun
8794 (("TexEnvf" tex-env-f) :args
8795 ((:name |target| :type |TextureEnvTarget| :direction :in)
8796 (:name |pname| :type |TextureEnvParameter| :direction :in)
8797 (:name |param| :type |CheckedFloat32| :direction :in))
8798 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8799 ("111") :glsflags ("gl-enum") :glsopcode ("0x00A2") :wglflags ("small-data")
8800 :offset ("184")))
8801 (defglfun
8802 (("TexImage2D" tex-image-2d) :args
8803 ((:name |target| :type |TextureTarget| :direction :in)
8804 (:name |level| :type |CheckedInt32| :direction :in)
8805 (:name |internalformat| :type |TextureComponentCount| :direction :in)
8806 (:name |width| :type |SizeI| :direction :in)
8807 (:name |height| :type |SizeI| :direction :in)
8808 (:name |border| :type |CheckedInt32| :direction :in)
8809 (:name |format| :type |PixelFormat| :direction :in)
8810 (:name |type| :type |PixelType| :direction :in)
8811 (:name |pixels| :type |Void| :direction :in :array t :size
8812 (|format| |type| |width| |height|)))
8813 :return ("void") :category ("drawing-control") :dlflags ("handcode")
8814 :glxflags ("client-handcode" "server-handcode") :version ("1.0") :glxropcode
8815 ("110") :glsflags ("pixel-null" "pixel-unpack") :glsopcode ("0x00A1")
8816 :wglflags ("client-handcode" "server-handcode") :offset ("183")))
8817 (defglfun
8818 (("TexImage1D" tex-image-1d) :args
8819 ((:name |target| :type |TextureTarget| :direction :in)
8820 (:name |level| :type |CheckedInt32| :direction :in)
8821 (:name |internalformat| :type |TextureComponentCount| :direction :in)
8822 (:name |width| :type |SizeI| :direction :in)
8823 (:name |border| :type |CheckedInt32| :direction :in)
8824 (:name |format| :type |PixelFormat| :direction :in)
8825 (:name |type| :type |PixelType| :direction :in)
8826 (:name |pixels| :type |Void| :direction :in :array t :size
8827 (|format| |type| |width|)))
8828 :return ("void") :category ("drawing-control") :dlflags ("handcode")
8829 :glxflags ("client-handcode" "server-handcode") :version ("1.0") :glxropcode
8830 ("109") :glsflags ("pixel-null" "pixel-unpack") :glsopcode ("0x00A0")
8831 :wglflags ("client-handcode" "server-handcode") :offset ("182")))
8832 (defglfun
8833 (("TexParameteriv" tex-parameter-iv) :args
8834 ((:name |target| :type |TextureTarget| :direction :in)
8835 (:name |pname| :type |TextureParameterName| :direction :in)
8836 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8837 (|pname|)))
8838 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8839 ("108") :glsflags ("gl-enum") :glsopcode ("0x009F") :wglflags ("small-data")
8840 :offset ("181")))
8841 (defglfun
8842 (("TexParameteri" tex-parameter-i) :args
8843 ((:name |target| :type |TextureTarget| :direction :in)
8844 (:name |pname| :type |TextureParameterName| :direction :in)
8845 (:name |param| :type |CheckedInt32| :direction :in))
8846 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8847 ("107") :glsflags ("gl-enum") :glsopcode ("0x009E") :wglflags ("small-data")
8848 :offset ("180")))
8849 (defglfun
8850 (("TexParameterfv" tex-parameter-fv) :args
8851 ((:name |target| :type |TextureTarget| :direction :in)
8852 (:name |pname| :type |TextureParameterName| :direction :in)
8853 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8854 (|pname|)))
8855 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8856 ("106") :glsflags ("gl-enum") :glsopcode ("0x009D") :wglflags ("small-data")
8857 :offset ("179")))
8858 (defglfun
8859 (("TexParameterf" tex-parameter-f) :args
8860 ((:name |target| :type |TextureTarget| :direction :in)
8861 (:name |pname| :type |TextureParameterName| :direction :in)
8862 (:name |param| :type |CheckedFloat32| :direction :in))
8863 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8864 ("105") :glsflags ("gl-enum") :glsopcode ("0x009C") :wglflags ("small-data")
8865 :offset ("178")))
8866 (defglfun
8867 (("ShadeModel" shade-model) :args
8868 ((:name |mode| :type |ShadingModel| :direction :in)) :return ("void")
8869 :category ("drawing-control") :version ("1.0") :glxropcode ("104") :glsopcode
8870 ("0x009B") :offset ("177")))
8871 (defglfun
8872 (("Scissor" scissor) :args
8873 ((:name |x| :type |WinCoord| :direction :in)
8874 (:name |y| :type |WinCoord| :direction :in)
8875 (:name |width| :type |SizeI| :direction :in)
8876 (:name |height| :type |SizeI| :direction :in))
8877 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8878 ("103") :glsopcode ("0x009A") :offset ("176")))
8879 (defglfun
8880 (("PolygonStipple" polygon-stipple) :args
8881 ((:name |mask| :type |UInt8| :direction :in :array t)) :return ("void")
8882 :category ("drawing-control") :dlflags ("handcode") :glxflags
8883 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("102")
8884 :glsflags ("pixel-unpack") :glsopcode ("0x0099") :wglflags
8885 ("client-handcode" "server-handcode") :offset ("175")))
8886 (defglfun
8887 (("PolygonMode" polygon-mode) :args
8888 ((:name |face| :type |MaterialFace| :direction :in)
8889 (:name |mode| :type |PolygonMode| :direction :in))
8890 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8891 ("101") :glsopcode ("0x0098") :offset ("174")))
8892 (defglfun
8893 (("PointSize" point-size) :args
8894 ((:name |size| :type |CheckedFloat32| :direction :in)) :return ("void")
8895 :category ("drawing-control") :version ("1.0") :glxropcode ("100") :glsopcode
8896 ("0x0097") :offset ("173")))
8897 (defglfun
8898 (("Materialiv" material-iv) :args
8899 ((:name |face| :type |MaterialFace| :direction :in)
8900 (:name |pname| :type |MaterialParameter| :direction :in)
8901 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8902 (|pname|)))
8903 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8904 ("99") :glsopcode ("0x0096") :wglflags ("small-data") :offset ("172")))
8905 (defglfun
8906 (("Materiali" material-i) :args
8907 ((:name |face| :type |MaterialFace| :direction :in)
8908 (:name |pname| :type |MaterialParameter| :direction :in)
8909 (:name |param| :type |CheckedInt32| :direction :in))
8910 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8911 ("98") :glsopcode ("0x0095") :wglflags ("small-data") :offset ("171")))
8912 (defglfun
8913 (("Materialfv" material-fv) :args
8914 ((:name |face| :type |MaterialFace| :direction :in)
8915 (:name |pname| :type |MaterialParameter| :direction :in)
8916 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8917 (|pname|)))
8918 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8919 ("97") :glsopcode ("0x0094") :wglflags ("small-data") :offset ("170")))
8920 (defglfun
8921 (("Materialf" material-f) :args
8922 ((:name |face| :type |MaterialFace| :direction :in)
8923 (:name |pname| :type |MaterialParameter| :direction :in)
8924 (:name |param| :type |CheckedFloat32| :direction :in))
8925 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8926 ("96") :glsopcode ("0x0093") :wglflags ("small-data") :offset ("169")))
8927 (defglfun
8928 (("LineWidth" line-width) :args
8929 ((:name |width| :type |CheckedFloat32| :direction :in)) :return ("void")
8930 :category ("drawing-control") :version ("1.0") :glxropcode ("95") :glsopcode
8931 ("0x0092") :offset ("168")))
8932 (defglfun
8933 (("LineStipple" line-stipple) :args
8934 ((:name |factor| :type |CheckedInt32| :direction :in)
8935 (:name |pattern| :type |LineStipple| :direction :in))
8936 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8937 ("94") :glsopcode ("0x0091") :offset ("167")))
8938 (defglfun
8939 (("LightModeliv" light-model-iv) :args
8940 ((:name |pname| :type |LightModelParameter| :direction :in)
8941 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
8942 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8943 ("93") :glsflags ("gl-enum") :glsopcode ("0x0090") :wglflags ("small-data")
8944 :offset ("166")))
8945 (defglfun
8946 (("LightModeli" light-model-i) :args
8947 ((:name |pname| :type |LightModelParameter| :direction :in)
8948 (:name |param| :type |Int32| :direction :in))
8949 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8950 ("92") :glsflags ("gl-enum") :glsopcode ("0x008F") :wglflags ("small-data")
8951 :offset ("165")))
8952 (defglfun
8953 (("LightModelfv" light-model-fv) :args
8954 ((:name |pname| :type |LightModelParameter| :direction :in)
8955 (:name |params| :type |Float32| :direction :in :array t :size (|pname|)))
8956 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8957 ("91") :glsflags ("gl-enum") :glsopcode ("0x008E") :wglflags ("small-data")
8958 :offset ("164")))
8959 (defglfun
8960 (("LightModelf" light-model-f) :args
8961 ((:name |pname| :type |LightModelParameter| :direction :in)
8962 (:name |param| :type |Float32| :direction :in))
8963 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8964 ("90") :glsflags ("gl-enum") :glsopcode ("0x008D") :wglflags ("small-data")
8965 :offset ("163")))
8966 (defglfun
8967 (("Lightiv" light-iv) :args
8968 ((:name |light| :type |LightName| :direction :in)
8969 (:name |pname| :type |LightParameter| :direction :in)
8970 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8971 (|pname|)))
8972 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8973 ("89") :glsopcode ("0x008C") :wglflags ("small-data") :offset ("162")))
8974 (defglfun
8975 (("Lighti" light-i) :args
8976 ((:name |light| :type |LightName| :direction :in)
8977 (:name |pname| :type |LightParameter| :direction :in)
8978 (:name |param| :type |CheckedInt32| :direction :in))
8979 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8980 ("88") :glsopcode ("0x008B") :wglflags ("small-data") :offset ("161")))
8981 (defglfun
8982 (("Lightfv" light-fv) :args
8983 ((:name |light| :type |LightName| :direction :in)
8984 (:name |pname| :type |LightParameter| :direction :in)
8985 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8986 (|pname|)))
8987 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8988 ("87") :glsopcode ("0x008A") :wglflags ("small-data") :offset ("160")))
8989 (defglfun
8990 (("Lightf" light-f) :args
8991 ((:name |light| :type |LightName| :direction :in)
8992 (:name |pname| :type |LightParameter| :direction :in)
8993 (:name |param| :type |CheckedFloat32| :direction :in))
8994 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8995 ("86") :glsopcode ("0x0089") :wglflags ("small-data") :offset ("159")))
8996 (defglfun
8997 (("Hint" hint) :args
8998 ((:name |target| :type |HintTarget| :direction :in)
8999 (:name |mode| :type |HintMode| :direction :in))
9000 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9001 ("85") :glsopcode ("0x0088") :offset ("158")))
9002 (defglfun
9003 (("FrontFace" front-face) :args
9004 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :return ("void")
9005 :category ("drawing-control") :version ("1.0") :glxropcode ("84") :glsopcode
9006 ("0x0087") :offset ("157")))
9007 (defglfun
9008 (("Fogiv" fog-iv) :args
9009 ((:name |pname| :type |FogParameter| :direction :in)
9010 (:name |params| :type |CheckedInt32| :direction :in :array t :size
9011 (|pname|)))
9012 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9013 ("83") :glsflags ("gl-enum") :glsopcode ("0x0086") :wglflags ("small-data")
9014 :offset ("156")))
9015 (defglfun
9016 (("Fogi" fog-i) :args
9017 ((:name |pname| :type |FogParameter| :direction :in)
9018 (:name |param| :type |CheckedInt32| :direction :in))
9019 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9020 ("82") :glsflags ("gl-enum") :glsopcode ("0x0085") :wglflags ("small-data")
9021 :offset ("155")))
9022 (defglfun
9023 (("Fogfv" fog-fv) :args
9024 ((:name |pname| :type |FogParameter| :direction :in)
9025 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
9026 (|pname|)))
9027 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9028 ("81") :glsflags ("gl-enum") :glsopcode ("0x0084") :wglflags ("small-data")
9029 :offset ("154")))
9030 (defglfun
9031 (("Fogf" fog-f) :args
9032 ((:name |pname| :type |FogParameter| :direction :in)
9033 (:name |param| :type |CheckedFloat32| :direction :in))
9034 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9035 ("80") :glsflags ("gl-enum") :glsopcode ("0x0083") :wglflags ("small-data")
9036 :offset ("153")))
9037 (defglfun
9038 (("CullFace" cull-face) :args
9039 ((:name |mode| :type |CullFaceMode| :direction :in)) :return ("void")
9040 :category ("drawing-control") :version ("1.0") :glxropcode ("79") :glsopcode
9041 ("0x0082") :offset ("152")))
9042 (defglfun
9043 (("ColorMaterial" color-material) :args
9044 ((:name |face| :type |MaterialFace| :direction :in)
9045 (:name |mode| :type |ColorMaterialParameter| :direction :in))
9046 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9047 ("78") :glsopcode ("0x0081") :offset ("151")))
9048 (defglfun
9049 (("ClipPlane" clip-plane) :args
9050 ((:name |plane| :type |ClipPlaneName| :direction :in)
9051 (:name |equation| :type |Float64| :direction :in :array t :size #x4))
9052 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9053 ("77") :glsopcode ("0x0080") :offset ("150")))
9055 ;;;; feedback
9057 (defglfun
9058 (("PushName" push-name) :args
9059 ((:name |name| :type |SelectName| :direction :in)) :return ("void") :category
9060 ("feedback") :version ("1.0") :glxropcode ("125") :glsopcode ("0x00B3")
9061 :offset ("201")))
9062 (defglfun
9063 (("PopName" pop-name) :args nil :return ("void") :category ("feedback")
9064 :version ("1.0") :glxropcode ("124") :glsopcode ("0x00B2") :offset ("200")))
9065 (defglfun
9066 (("PassThrough" pass-through) :args
9067 ((:name |token| :type |FeedbackElement| :direction :in)) :return ("void")
9068 :category ("feedback") :version ("1.0") :glxropcode ("123") :glsopcode
9069 ("0x00B1") :offset ("199")))
9070 (defglfun
9071 (("LoadName" load-name) :args
9072 ((:name |name| :type |SelectName| :direction :in)) :return ("void") :category
9073 ("feedback") :version ("1.0") :glxropcode ("122") :glsopcode ("0x00B0")
9074 :offset ("198")))
9075 (defglfun
9076 (("InitNames" init-names) :args nil :return ("void") :category ("feedback")
9077 :version ("1.0") :glxropcode ("121") :glsopcode ("0x00AF") :offset ("197")))
9078 (defglfun
9079 (("RenderMode" render-mode) :args
9080 ((:name |mode| :type |RenderingMode| :direction :in)) :return ("Int32")
9081 :category ("feedback") :dlflags ("notlistable") :glxflags
9082 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("107")
9083 :glsopcode ("0x00AE") :wglflags ("client-handcode" "server-handcode") :offset
9084 ("196")))
9085 (defglfun
9086 (("SelectBuffer" select-buffer) :args
9087 ((:name |size| :type |SizeI| :direction :in)
9088 (:name |buffer| :type |SelectName| :direction :out :array t :size size
9089 :retained t))
9090 :return ("void") :dlflags ("notlistable") :glxflags
9091 ("client-handcode" "server-handcode") :category ("feedback") :version ("1.0")
9092 :glxsingle ("106") :glsflags ("client") :glsopcode ("0x00AD") :wglflags
9093 ("client-handcode" "server-handcode" "batchable") :offset ("195")))
9094 (defglfun
9095 (("FeedbackBuffer" feedback-buffer) :args
9096 ((:name |size| :type |SizeI| :direction :in)
9097 (:name |type| :type |FeedbackType| :direction :in)
9098 (:name |buffer| :type |FeedbackElement| :direction :out :array t :size size
9099 :retained t))
9100 :return ("void") :dlflags ("notlistable") :glxflags
9101 ("client-handcode" "server-handcode") :category ("feedback") :version ("1.0")
9102 :glxsingle ("105") :glsflags ("client") :glsopcode ("0x00AC") :wglflags
9103 ("client-handcode" "server-handcode" "batchable") :offset ("194")))
9105 ;;;; framebuf
9107 (defglfun
9108 (("IndexMask" index-mask) :args
9109 ((:name |mask| :type |MaskedColorIndexValueI| :direction :in)) :return
9110 ("void") :category ("framebuf") :version ("1.0") :glxropcode ("136")
9111 :glsopcode ("0x00BE") :offset ("212")))
9112 (defglfun
9113 (("DepthMask" depth-mask) :args
9114 ((:name |flag| :type |Boolean| :direction :in)) :return ("void") :category
9115 ("framebuf") :version ("1.0") :glxropcode ("135") :glsopcode ("0x00BD")
9116 :offset ("211")))
9117 (defglfun
9118 (("ColorMask" color-mask) :args
9119 ((:name |red| :type |Boolean| :direction :in)
9120 (:name |green| :type |Boolean| :direction :in)
9121 (:name |blue| :type |Boolean| :direction :in)
9122 (:name |alpha| :type |Boolean| :direction :in))
9123 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("134")
9124 :glsopcode ("0x00BC") :offset ("210")))
9125 (defglfun
9126 (("StencilMask" stencil-mask) :args
9127 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :return ("void")
9128 :category ("framebuf") :version ("1.0") :glxropcode ("133") :glsopcode
9129 ("0x00BB") :offset ("209")))
9130 (defglfun
9131 (("ClearDepth" clear-depth) :args
9132 ((:name |depth| :type |ClampedFloat64| :direction :in)) :return ("void")
9133 :category ("framebuf") :version ("1.0") :glxropcode ("132") :glsopcode
9134 ("0x00BA") :offset ("208")))
9135 (defglfun
9136 (("ClearStencil" clear-stencil) :args
9137 ((:name |s| :type |StencilValue| :direction :in)) :return ("void") :category
9138 ("framebuf") :version ("1.0") :glxropcode ("131") :glsopcode ("0x00B9")
9139 :offset ("207")))
9140 (defglfun
9141 (("ClearColor" clear-color) :args
9142 ((:name |red| :type |ClampedColorF| :direction :in)
9143 (:name |green| :type |ClampedColorF| :direction :in)
9144 (:name |blue| :type |ClampedColorF| :direction :in)
9145 (:name |alpha| :type |ClampedColorF| :direction :in))
9146 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("130")
9147 :glsopcode ("0x00B8") :offset ("206")))
9148 (defglfun
9149 (("ClearIndex" clear-index) :args
9150 ((:name |c| :type |MaskedColorIndexValueF| :direction :in)) :return ("void")
9151 :category ("framebuf") :version ("1.0") :glxropcode ("129") :glsopcode
9152 ("0x00B7") :offset ("205")))
9153 (defglfun
9154 (("ClearAccum" clear-accum) :args
9155 ((:name |red| :type |Float32| :direction :in)
9156 (:name |green| :type |Float32| :direction :in)
9157 (:name |blue| :type |Float32| :direction :in)
9158 (:name |alpha| :type |Float32| :direction :in))
9159 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("128")
9160 :glsopcode ("0x00B6") :offset ("204")))
9161 (defglfun
9162 (("Clear" clear) :args ((:name |mask| :type |ClearBufferMask| :direction :in))
9163 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("127")
9164 :glsopcode ("0x00B5") :offset ("203")))
9165 (defglfun
9166 (("DrawBuffer" draw-buffer) :args
9167 ((:name |mode| :type |DrawBufferMode| :direction :in)) :return ("void")
9168 :category ("framebuf") :version ("1.0") :glxropcode ("126") :glsopcode
9169 ("0x00B4") :offset ("202")))
9171 ;;;; misc
9173 (defglfun
9174 (("PushAttrib" push-attrib) :args
9175 ((:name |mask| :type |AttribMask| :direction :in)) :return ("void") :category
9176 ("misc") :version ("1.0") :glxropcode ("142") :glsopcode ("0x00C5") :offset
9177 ("219")))
9178 (defglfun
9179 (("PopAttrib" pop-attrib) :args nil :return ("void") :category ("misc")
9180 :version ("1.0") :glxropcode ("141") :glsopcode ("0x00C4") :offset ("218")))
9181 (defglfun
9182 (("Flush" flush) :args nil :return ("void") :dlflags ("notlistable") :glxflags
9183 ("client-handcode" "client-intercept" "server-handcode") :category ("misc")
9184 :version ("1.0") :glxsingle ("142") :glsopcode ("0x00C3") :offset ("217")))
9185 (defglfun
9186 (("Finish" finish) :args nil :return ("void") :dlflags ("notlistable")
9187 :glxflags ("client-handcode" "server-handcode") :category ("misc") :version
9188 ("1.0") :glxsingle ("108") :glsopcode ("0x00C2") :offset ("216")))
9189 (defglfun
9190 (("Enable" enable) :args ((:name |cap| :type |EnableCap| :direction :in))
9191 :return ("void") :category ("misc") :version ("1.0") :dlflags ("handcode")
9192 :glxflags ("client-handcode" "client-intercept") :glxropcode ("139")
9193 :glsflags ("client") :glsopcode ("0x00C1") :offset ("215")))
9194 (defglfun
9195 (("Disable" disable) :args ((:name |cap| :type |EnableCap| :direction :in))
9196 :return ("void") :category ("misc") :version ("1.0") :dlflags ("handcode")
9197 :glxflags ("client-handcode" "client-intercept") :glxropcode ("138")
9198 :glsflags ("client") :glsopcode ("0x00C0") :offset ("214")))
9199 (defglfun
9200 (("Accum" accum) :args
9201 ((:name |op| :type |AccumOp| :direction :in)
9202 (:name |value| :type |CoordF| :direction :in))
9203 :return ("void") :category ("misc") :version ("1.0") :glxropcode ("137")
9204 :glsopcode ("0x00BF") :offset ("213")))
9206 ;;;; modeling
9208 (defglfun
9209 (("EvalPoint2" eval-point-2) :args
9210 ((:name |i| :type |CheckedInt32| :direction :in)
9211 (:name |j| :type |CheckedInt32| :direction :in))
9212 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("158")
9213 :glsopcode ("0x00D5") :offset ("239")))
9214 (defglfun
9215 (("EvalMesh2" eval-mesh-2) :args
9216 ((:name |mode| :type |MeshMode2| :direction :in)
9217 (:name |i1| :type |CheckedInt32| :direction :in)
9218 (:name |i2| :type |CheckedInt32| :direction :in)
9219 (:name |j1| :type |CheckedInt32| :direction :in)
9220 (:name |j2| :type |CheckedInt32| :direction :in))
9221 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("157")
9222 :glsopcode ("0x00D4") :offset ("238")))
9223 (defglfun
9224 (("EvalPoint1" eval-point-1) :args ((:name |i| :type |Int32| :direction :in))
9225 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("156")
9226 :glsopcode ("0x00D3") :offset ("237")))
9227 (defglfun
9228 (("EvalMesh1" eval-mesh-1) :args
9229 ((:name |mode| :type |MeshMode1| :direction :in)
9230 (:name |i1| :type |CheckedInt32| :direction :in)
9231 (:name |i2| :type |CheckedInt32| :direction :in))
9232 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("155")
9233 :glsopcode ("0x00D2") :offset ("236")))
9234 (defglfun
9235 (("EvalCoord2fv" eval-coord-2fv) :args
9236 ((:name |u| :type |CoordF| :direction :in :array t :size #x2)) :return
9237 ("void") :category ("modeling") :version ("1.0") :glxropcode ("154")
9238 :glsopcode ("0x00D1") :offset ("235")))
9239 (defglfun
9240 (("EvalCoord2f" eval-coord-2f) :args
9241 ((:name |u| :type |CoordF| :direction :in)
9242 (:name |v| :type |CoordF| :direction :in))
9243 :return ("void") :category ("modeling") :vectorequiv ("EvalCoord2fv")
9244 :version ("1.0") :offset ("234")))
9245 (defglfun
9246 (("EvalCoord2dv" eval-coord-2dv) :args
9247 ((:name |u| :type |CoordD| :direction :in :array t :size #x2)) :return
9248 ("void") :category ("modeling") :version ("1.0") :glxropcode ("153")
9249 :glsopcode ("0x00D0") :offset ("233")))
9250 (defglfun
9251 (("EvalCoord2d" eval-coord-2d) :args
9252 ((:name |u| :type |CoordD| :direction :in)
9253 (:name |v| :type |CoordD| :direction :in))
9254 :return ("void") :category ("modeling") :vectorequiv ("EvalCoord2dv")
9255 :version ("1.0") :offset ("232")))
9256 (defglfun
9257 (("EvalCoord1fv" eval-coord-1fv) :args
9258 ((:name |u| :type |CoordF| :direction :in :array t :size #x1)) :return
9259 ("void") :category ("modeling") :version ("1.0") :glxropcode ("152")
9260 :glsopcode ("0x00CF") :offset ("231")))
9261 (defglfun
9262 (("EvalCoord1f" eval-coord-1f) :args
9263 ((:name |u| :type |CoordF| :direction :in)) :return ("void") :category
9264 ("modeling") :vectorequiv ("EvalCoord1fv") :version ("1.0") :offset ("230")))
9265 (defglfun
9266 (("EvalCoord1dv" eval-coord-1dv) :args
9267 ((:name |u| :type |CoordD| :direction :in :array t :size #x1)) :return
9268 ("void") :category ("modeling") :version ("1.0") :glxropcode ("151")
9269 :glsopcode ("0x00CE") :offset ("229")))
9270 (defglfun
9271 (("EvalCoord1d" eval-coord-1d) :args
9272 ((:name |u| :type |CoordD| :direction :in)) :return ("void") :category
9273 ("modeling") :vectorequiv ("EvalCoord1dv") :version ("1.0") :offset ("228")))
9274 (defglfun
9275 (("MapGrid2f" map-grid-2f) :args
9276 ((:name |un| :type |Int32| :direction :in)
9277 (:name |u1| :type |CoordF| :direction :in)
9278 (:name |u2| :type |CoordF| :direction :in)
9279 (:name |vn| :type |Int32| :direction :in)
9280 (:name |v1| :type |CoordF| :direction :in)
9281 (:name |v2| :type |CoordF| :direction :in))
9282 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("150")
9283 :glsopcode ("0x00CD") :offset ("227")))
9284 (defglfun
9285 (("MapGrid2d" map-grid-2d) :args
9286 ((:name |un| :type |Int32| :direction :in)
9287 (:name |u1| :type |CoordD| :direction :in)
9288 (:name |u2| :type |CoordD| :direction :in)
9289 (:name |vn| :type |Int32| :direction :in)
9290 (:name |v1| :type |CoordD| :direction :in)
9291 (:name |v2| :type |CoordD| :direction :in))
9292 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("149")
9293 :glsopcode ("0x00CC") :offset ("226")))
9294 (defglfun
9295 (("MapGrid1f" map-grid-1f) :args
9296 ((:name |un| :type |Int32| :direction :in)
9297 (:name |u1| :type |CoordF| :direction :in)
9298 (:name |u2| :type |CoordF| :direction :in))
9299 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("148")
9300 :glsopcode ("0x00CB") :offset ("225")))
9301 (defglfun
9302 (("MapGrid1d" map-grid-1d) :args
9303 ((:name |un| :type |Int32| :direction :in)
9304 (:name |u1| :type |CoordD| :direction :in)
9305 (:name |u2| :type |CoordD| :direction :in))
9306 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("147")
9307 :glsopcode ("0x00CA") :offset ("224")))
9308 (defglfun
9309 (("Map2f" map-2f) :args
9310 ((:name |target| :type |MapTarget| :direction :in)
9311 (:name |u1| :type |CoordF| :direction :in)
9312 (:name |u2| :type |CoordF| :direction :in)
9313 (:name |ustride| :type |Int32| :direction :in)
9314 (:name |uorder| :type |CheckedInt32| :direction :in)
9315 (:name |v1| :type |CoordF| :direction :in)
9316 (:name |v2| :type |CoordF| :direction :in)
9317 (:name |vstride| :type |Int32| :direction :in)
9318 (:name |vorder| :type |CheckedInt32| :direction :in)
9319 (:name |points| :type |CoordF| :direction :in :array t :size
9320 (|target| |ustride| |uorder| |vstride| |vorder|)))
9321 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9322 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("146")
9323 :glsflags ("capture-handcode") :glsopcode ("0x00C9") :wglflags
9324 ("client-handcode" "server-handcode") :offset ("223")))
9325 (defglfun
9326 (("Map2d" map-2d) :args
9327 ((:name |target| :type |MapTarget| :direction :in)
9328 (:name |u1| :type |CoordD| :direction :in)
9329 (:name |u2| :type |CoordD| :direction :in)
9330 (:name |ustride| :type |Int32| :direction :in)
9331 (:name |uorder| :type |CheckedInt32| :direction :in)
9332 (:name |v1| :type |CoordD| :direction :in)
9333 (:name |v2| :type |CoordD| :direction :in)
9334 (:name |vstride| :type |Int32| :direction :in)
9335 (:name |vorder| :type |CheckedInt32| :direction :in)
9336 (:name |points| :type |CoordD| :direction :in :array t :size
9337 (|target| |ustride| |uorder| |vstride| |vorder|)))
9338 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9339 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("145")
9340 :glsflags ("capture-handcode") :glsopcode ("0x00C8") :wglflags
9341 ("client-handcode" "server-handcode") :offset ("222")))
9342 (defglfun
9343 (("Map1f" map-1f) :args
9344 ((:name |target| :type |MapTarget| :direction :in)
9345 (:name |u1| :type |CoordF| :direction :in)
9346 (:name |u2| :type |CoordF| :direction :in)
9347 (:name |stride| :type |Int32| :direction :in)
9348 (:name |order| :type |CheckedInt32| :direction :in)
9349 (:name |points| :type |CoordF| :direction :in :array t :size
9350 (|target| |stride| |order|)))
9351 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9352 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("144")
9353 :glsflags ("capture-handcode") :glsopcode ("0x00C7") :wglflags
9354 ("client-handcode" "server-handcode") :offset ("221")))
9355 (defglfun
9356 (("Map1d" map-1d) :args
9357 ((:name |target| :type |MapTarget| :direction :in)
9358 (:name |u1| :type |CoordD| :direction :in)
9359 (:name |u2| :type |CoordD| :direction :in)
9360 (:name |stride| :type |Int32| :direction :in)
9361 (:name |order| :type |CheckedInt32| :direction :in)
9362 (:name |points| :type |CoordD| :direction :in :array t :size
9363 (|target| |stride| |order|)))
9364 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9365 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("143")
9366 :glsflags ("capture-handcode") :glsopcode ("0x00C6") :wglflags
9367 ("client-handcode" "server-handcode") :offset ("220")))
9369 ;;;; pixel-op
9371 (defglfun
9372 (("DepthFunc" depth-func) :args
9373 ((:name |func| :type |DepthFunction| :direction :in)) :return ("void")
9374 :category ("pixel-op") :version ("1.0") :glxropcode ("164") :glsopcode
9375 ("0x00DB") :offset ("245")))
9376 (defglfun
9377 (("StencilOp" stencil-op) :args
9378 ((:name |fail| :type |StencilOp| :direction :in)
9379 (:name |zfail| :type |StencilOp| :direction :in)
9380 (:name |zpass| :type |StencilOp| :direction :in))
9381 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("163")
9382 :glsopcode ("0x00DA") :offset ("244")))
9383 (defglfun
9384 (("StencilFunc" stencil-func) :args
9385 ((:name |func| :type |StencilFunction| :direction :in)
9386 (:name |ref| :type |ClampedStencilValue| :direction :in)
9387 (:name |mask| :type |MaskedStencilValue| :direction :in))
9388 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("162")
9389 :glsopcode ("0x00D9") :offset ("243")))
9390 (defglfun
9391 (("LogicOp" logic-op) :args ((:name |opcode| :type |LogicOp| :direction :in))
9392 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("161")
9393 :glsopcode ("0x00D8") :offset ("242")))
9394 (defglfun
9395 (("BlendFunc" blend-func) :args
9396 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
9397 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
9398 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("160")
9399 :glsopcode ("0x00D7") :offset ("241")))
9400 (defglfun
9401 (("AlphaFunc" alpha-func) :args
9402 ((:name |func| :type |AlphaFunction| :direction :in)
9403 (:name |ref| :type |ClampedFloat32| :direction :in))
9404 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("159")
9405 :glsopcode ("0x00D6") :offset ("240")))
9407 ;;;; pixel-rw
9409 (defglfun
9410 (("DrawPixels" draw-pixels) :args
9411 ((:name |width| :type |SizeI| :direction :in)
9412 (:name |height| :type |SizeI| :direction :in)
9413 (:name |format| :type |PixelFormat| :direction :in)
9414 (:name |type| :type |PixelType| :direction :in)
9415 (:name |pixels| :type |Void| :direction :in :array t :size
9416 (|format| |type| |width| |height|)))
9417 :return ("void") :category ("pixel-rw") :dlflags ("handcode") :glxflags
9418 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("173")
9419 :glsflags ("pixel-unpack") :glsopcode ("0x00E7") :wglflags
9420 ("client-handcode" "server-handcode") :offset ("257")))
9421 (defglfun
9422 (("ReadPixels" read-pixels) :args
9423 ((:name |x| :type |WinCoord| :direction :in)
9424 (:name |y| :type |WinCoord| :direction :in)
9425 (:name |width| :type |SizeI| :direction :in)
9426 (:name |height| :type |SizeI| :direction :in)
9427 (:name |format| :type |PixelFormat| :direction :in)
9428 (:name |type| :type |PixelType| :direction :in)
9429 (:name |pixels| :type |Void| :direction :out :array t :size
9430 (|format| |type| |width| |height|)))
9431 :return ("void") :category ("pixel-rw") :dlflags ("notlistable") :glxflags
9432 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("111")
9433 :glsflags ("get" "pixel-pack") :glsopcode ("0x00E6") :wglflags
9434 ("client-handcode" "server-handcode") :offset ("256")))
9435 (defglfun
9436 (("CopyPixels" copy-pixels) :args
9437 ((:name |x| :type |WinCoord| :direction :in)
9438 (:name |y| :type |WinCoord| :direction :in)
9439 (:name |width| :type |SizeI| :direction :in)
9440 (:name |height| :type |SizeI| :direction :in)
9441 (:name |type| :type |PixelCopyType| :direction :in))
9442 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("172")
9443 :glsopcode ("0x00E5") :offset ("255")))
9444 (defglfun
9445 (("ReadBuffer" read-buffer) :args
9446 ((:name |mode| :type |ReadBufferMode| :direction :in)) :return ("void")
9447 :category ("pixel-rw") :version ("1.0") :glxropcode ("171") :glsopcode
9448 ("0x00E4") :offset ("254")))
9449 (defglfun
9450 (("PixelMapusv" pixel-map-usv) :args
9451 ((:name |map| :type |PixelMap| :direction :in)
9452 (:name |mapsize| :type |CheckedInt32| :direction :in)
9453 (:name |values| :type |UInt16| :direction :in :array t :size mapsize))
9454 :return ("void") :category ("pixel-rw") :glxflags ("client-handcode")
9455 :version ("1.0") :glxropcode ("170") :glsopcode ("0x00E3") :offset ("253")))
9456 (defglfun
9457 (("PixelMapuiv" pixel-map-uiv) :args
9458 ((:name |map| :type |PixelMap| :direction :in)
9459 (:name |mapsize| :type |CheckedInt32| :direction :in)
9460 (:name |values| :type |UInt32| :direction :in :array t :size mapsize))
9461 :return ("void") :category ("pixel-rw") :glxflags ("client-handcode")
9462 :version ("1.0") :glxropcode ("169") :glsopcode ("0x00E2") :offset ("252")))
9463 (defglfun
9464 (("PixelMapfv" pixel-map-fv) :args
9465 ((:name |map| :type |PixelMap| :direction :in)
9466 (:name |mapsize| :type |CheckedInt32| :direction :in)
9467 (:name |values| :type |Float32| :direction :in :array t :size mapsize))
9468 :return ("void") :category ("pixel-rw") :glxflags ("client-handcode")
9469 :version ("1.0") :glxropcode ("168") :glsopcode ("0x00E1") :offset ("251")))
9470 (defglfun
9471 (("PixelStorei" pixel-store-i) :args
9472 ((:name |pname| :type |PixelStoreParameter| :direction :in)
9473 (:name |param| :type |CheckedInt32| :direction :in))
9474 :return ("void") :dlflags ("notlistable") :glxflags ("client-handcode")
9475 :category ("pixel-rw") :version ("1.0") :glxsingle ("110") :glsflags
9476 ("client" "gl-enum") :glsopcode ("0x00E0") :wglflags ("batchable") :offset
9477 ("250")))
9478 (defglfun
9479 (("PixelStoref" pixel-store-f) :args
9480 ((:name |pname| :type |PixelStoreParameter| :direction :in)
9481 (:name |param| :type |CheckedFloat32| :direction :in))
9482 :return ("void") :dlflags ("notlistable") :glxflags ("client-handcode")
9483 :category ("pixel-rw") :version ("1.0") :glxsingle ("109") :glsflags
9484 ("client" "gl-enum") :glsopcode ("0x00DF") :wglflags ("batchable") :offset
9485 ("249")))
9486 (defglfun
9487 (("PixelTransferi" pixel-transfer-i) :args
9488 ((:name |pname| :type |PixelTransferParameter| :direction :in)
9489 (:name |param| :type |CheckedInt32| :direction :in))
9490 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("167")
9491 :glsflags ("gl-enum") :glsopcode ("0x00DE") :offset ("248")))
9492 (defglfun
9493 (("PixelTransferf" pixel-transfer-f) :args
9494 ((:name |pname| :type |PixelTransferParameter| :direction :in)
9495 (:name |param| :type |CheckedFloat32| :direction :in))
9496 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("166")
9497 :glsflags ("gl-enum") :glsopcode ("0x00DD") :offset ("247")))
9498 (defglfun
9499 (("PixelZoom" pixel-zoom) :args
9500 ((:name |xfactor| :type |Float32| :direction :in)
9501 (:name |yfactor| :type |Float32| :direction :in))
9502 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("165")
9503 :glsopcode ("0x00DC") :offset ("246")))
9505 ;;;; state-req
9507 (defglfun
9508 (("IsList" is-list) :args ((:name |list| :type |List| :direction :in)) :return
9509 ("Boolean") :category ("state-req") :dlflags ("notlistable") :version ("1.0")
9510 :glxsingle ("141") :glsflags ("get") :glsopcode ("0x0105") :offset ("287")))
9511 (defglfun
9512 (("IsEnabled" is-enabled) :args
9513 ((:name |cap| :type |EnableCap| :direction :in)) :return ("Boolean")
9514 :category ("state-req") :dlflags ("notlistable") :version ("1.0") :glxflags
9515 ("client-handcode" "client-intercept") :glxsingle ("140") :glsflags
9516 ("client" "get") :glsopcode ("0x0104") :offset ("286")))
9517 (defglfun
9518 (("GetTexLevelParameteriv" get-tex-level-parameter-iv) :args
9519 ((:name |target| :type |TextureTarget| :direction :in)
9520 (:name |level| :type |CheckedInt32| :direction :in)
9521 (:name |pname| :type |GetTextureParameter| :direction :in)
9522 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9523 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9524 ("1.0") :glxsingle ("139") :glsflags ("get") :glsopcode ("0x0103") :wglflags
9525 ("small-data") :offset ("285")))
9526 (defglfun
9527 (("GetTexLevelParameterfv" get-tex-level-parameter-fv) :args
9528 ((:name |target| :type |TextureTarget| :direction :in)
9529 (:name |level| :type |CheckedInt32| :direction :in)
9530 (:name |pname| :type |GetTextureParameter| :direction :in)
9531 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9532 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9533 ("1.0") :glxsingle ("138") :glsflags ("get") :glsopcode ("0x0102") :wglflags
9534 ("small-data") :offset ("284")))
9535 (defglfun
9536 (("GetTexParameteriv" get-tex-parameter-iv) :args
9537 ((:name |target| :type |TextureTarget| :direction :in)
9538 (:name |pname| :type |GetTextureParameter| :direction :in)
9539 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9540 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9541 ("1.0") :glxsingle ("137") :glsflags ("get") :glsopcode ("0x0101") :wglflags
9542 ("small-data") :offset ("283")))
9543 (defglfun
9544 (("GetTexParameterfv" get-tex-parameter-fv) :args
9545 ((:name |target| :type |TextureTarget| :direction :in)
9546 (:name |pname| :type |GetTextureParameter| :direction :in)
9547 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9548 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9549 ("1.0") :glxsingle ("136") :glsflags ("get") :glsopcode ("0x0100") :wglflags
9550 ("small-data") :offset ("282")))
9551 (defglfun
9552 (("GetTexImage" get-tex-image) :args
9553 ((:name |target| :type |TextureTarget| :direction :in)
9554 (:name |level| :type |CheckedInt32| :direction :in)
9555 (:name |format| :type |PixelFormat| :direction :in)
9556 (:name |type| :type |PixelType| :direction :in)
9557 (:name |pixels| :type |Void| :direction :out :array t :size
9558 (|target| |level| |format| |type|)))
9559 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9560 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("135")
9561 :glsflags ("get" "pixel-pack") :glsopcode ("0x00FF") :wglflags
9562 ("client-handcode" "server-handcode") :offset ("281")))
9563 (defglfun
9564 (("GetTexGeniv" get-tex-gen-iv) :args
9565 ((:name |coord| :type |TextureCoordName| :direction :in)
9566 (:name |pname| :type |TextureGenParameter| :direction :in)
9567 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9568 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9569 ("1.0") :glxsingle ("134") :glsflags ("get") :glsopcode ("0x00FE") :wglflags
9570 ("small-data") :offset ("280")))
9571 (defglfun
9572 (("GetTexGenfv" get-tex-gen-fv) :args
9573 ((:name |coord| :type |TextureCoordName| :direction :in)
9574 (:name |pname| :type |TextureGenParameter| :direction :in)
9575 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9576 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9577 ("1.0") :glxsingle ("133") :glsflags ("get") :glsopcode ("0x00FD") :wglflags
9578 ("small-data") :offset ("279")))
9579 (defglfun
9580 (("GetTexGendv" get-tex-gen-dv) :args
9581 ((:name |coord| :type |TextureCoordName| :direction :in)
9582 (:name |pname| :type |TextureGenParameter| :direction :in)
9583 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
9584 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9585 ("1.0") :glxsingle ("132") :glsflags ("get") :glsopcode ("0x00FC") :wglflags
9586 ("small-data") :offset ("278")))
9587 (defglfun
9588 (("GetTexEnviv" get-tex-env-iv) :args
9589 ((:name |target| :type |TextureEnvTarget| :direction :in)
9590 (:name |pname| :type |TextureEnvParameter| :direction :in)
9591 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9592 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9593 ("1.0") :glxsingle ("131") :glsflags ("get") :glsopcode ("0x00FB") :wglflags
9594 ("small-data") :offset ("277")))
9595 (defglfun
9596 (("GetTexEnvfv" get-tex-env-fv) :args
9597 ((:name |target| :type |TextureEnvTarget| :direction :in)
9598 (:name |pname| :type |TextureEnvParameter| :direction :in)
9599 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9600 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9601 ("1.0") :glxsingle ("130") :glsflags ("get") :glsopcode ("0x00FA") :wglflags
9602 ("small-data") :offset ("276")))
9603 (defglfun
9604 (("GetString" get-string) :args
9605 ((:name |name| :type |StringName| :direction :in)) :return ("String")
9606 :category ("state-req") :dlflags ("notlistable") :glxflags
9607 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("129")
9608 :glsflags ("get") :glsopcode ("0x00F9") :wglflags
9609 ("client-handcode" "server-handcode") :offset ("275")))
9610 (defglfun
9611 (("GetPolygonStipple" get-polygon-stipple) :args
9612 ((:name |mask| :type |UInt8| :direction :out :array t)) :return ("void")
9613 :category ("state-req") :dlflags ("notlistable") :glxflags
9614 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("128")
9615 :glsflags ("get" "pixel-pack") :glsopcode ("0x00F8") :wglflags
9616 ("client-handcode" "server-handcode") :offset ("274")))
9617 (defglfun
9618 (("GetPixelMapusv" get-pixel-map-usv) :args
9619 ((:name |map| :type |PixelMap| :direction :in)
9620 (:name |values| :type |UInt16| :direction :out :array t :size (|map|)))
9621 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9622 ("1.0") :glxsingle ("127") :glsflags ("get") :glsopcode ("0x00F7") :offset
9623 ("273")))
9624 (defglfun
9625 (("GetPixelMapuiv" get-pixel-map-uiv) :args
9626 ((:name |map| :type |PixelMap| :direction :in)
9627 (:name |values| :type |UInt32| :direction :out :array t :size (|map|)))
9628 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9629 ("1.0") :glxsingle ("126") :glsflags ("get") :glsopcode ("0x00F6") :offset
9630 ("272")))
9631 (defglfun
9632 (("GetPixelMapfv" get-pixel-map-fv) :args
9633 ((:name |map| :type |PixelMap| :direction :in)
9634 (:name |values| :type |Float32| :direction :out :array t :size (|map|)))
9635 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9636 ("1.0") :glxsingle ("125") :glsflags ("get") :glsopcode ("0x00F5") :offset
9637 ("271")))
9638 (defglfun
9639 (("GetMaterialiv" get-material-iv) :args
9640 ((:name |face| :type |MaterialFace| :direction :in)
9641 (:name |pname| :type |MaterialParameter| :direction :in)
9642 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9643 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9644 ("1.0") :glxsingle ("124") :glsflags ("get") :glsopcode ("0x00F4") :wglflags
9645 ("small-data") :offset ("270")))
9646 (defglfun
9647 (("GetMaterialfv" get-material-fv) :args
9648 ((:name |face| :type |MaterialFace| :direction :in)
9649 (:name |pname| :type |MaterialParameter| :direction :in)
9650 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9651 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9652 ("1.0") :glxsingle ("123") :glsflags ("get") :glsopcode ("0x00F3") :wglflags
9653 ("small-data") :offset ("269")))
9654 (defglfun
9655 (("GetMapiv" get-map-iv) :args
9656 ((:name |target| :type |MapTarget| :direction :in)
9657 (:name |query| :type |GetMapQuery| :direction :in)
9658 (:name |v| :type |Int32| :direction :out :array t :size (|target| |query|)))
9659 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9660 ("1.0") :glxsingle ("122") :glsflags ("get") :glsopcode ("0x00F2") :offset
9661 ("268")))
9662 (defglfun
9663 (("GetMapfv" get-map-fv) :args
9664 ((:name |target| :type |MapTarget| :direction :in)
9665 (:name |query| :type |GetMapQuery| :direction :in)
9666 (:name |v| :type |Float32| :direction :out :array t :size
9667 (|target| |query|)))
9668 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9669 ("1.0") :glxsingle ("121") :glsflags ("get") :glsopcode ("0x00F1") :offset
9670 ("267")))
9671 (defglfun
9672 (("GetMapdv" get-map-dv) :args
9673 ((:name |target| :type |MapTarget| :direction :in)
9674 (:name |query| :type |GetMapQuery| :direction :in)
9675 (:name |v| :type |Float64| :direction :out :array t :size
9676 (|target| |query|)))
9677 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9678 ("1.0") :glxsingle ("120") :glsflags ("get") :glsopcode ("0x00F0") :offset
9679 ("266")))
9680 (defglfun
9681 (("GetLightiv" get-light-iv) :args
9682 ((:name |light| :type |LightName| :direction :in)
9683 (:name |pname| :type |LightParameter| :direction :in)
9684 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9685 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9686 ("1.0") :glxsingle ("119") :glsflags ("get") :glsopcode ("0x00EF") :wglflags
9687 ("small-data") :offset ("265")))
9688 (defglfun
9689 (("GetLightfv" get-light-fv) :args
9690 ((:name |light| :type |LightName| :direction :in)
9691 (:name |pname| :type |LightParameter| :direction :in)
9692 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9693 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9694 ("1.0") :glxsingle ("118") :glsflags ("get") :glsopcode ("0x00EE") :wglflags
9695 ("small-data") :offset ("264")))
9696 (defglfun
9697 (("GetIntegerv" get-integerv) :args
9698 ((:name |pname| :type |GetPName| :direction :in)
9699 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9700 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9701 ("client-handcode") :version ("1.0") :glxsingle ("117") :glsflags
9702 ("client" "get") :glsopcode ("0x00ED") :wglflags ("small-data") :offset
9703 ("263")))
9704 (defglfun
9705 (("GetFloatv" get-floatv) :args
9706 ((:name |pname| :type |GetPName| :direction :in)
9707 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9708 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9709 ("client-handcode") :version ("1.0") :glxsingle ("116") :glsflags
9710 ("client" "get") :glsopcode ("0x00EC") :wglflags ("small-data") :offset
9711 ("262")))
9712 (defglfun
9713 (("GetError" get-error) :args nil :return ("ErrorCode") :category
9714 ("state-req") :dlflags ("notlistable") :glxflags ("client-handcode") :version
9715 ("1.0") :glxsingle ("115") :glsflags ("get") :glsopcode ("0x00EB") :offset
9716 ("261")))
9717 (defglfun
9718 (("GetDoublev" get-doublev) :args
9719 ((:name |pname| :type |GetPName| :direction :in)
9720 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
9721 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9722 ("client-handcode") :version ("1.0") :glxsingle ("114") :glsflags
9723 ("client" "get") :glsopcode ("0x00EA") :wglflags ("small-data") :offset
9724 ("260")))
9725 (defglfun
9726 (("GetClipPlane" get-clip-plane) :args
9727 ((:name |plane| :type |ClipPlaneName| :direction :in)
9728 (:name |equation| :type |Float64| :direction :out :array t :size #x4))
9729 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9730 ("1.0") :glxsingle ("113") :glxflags ("client-handcode" "server-handcode")
9731 :glsflags ("get") :glsopcode ("0x00E9") :offset ("259")))
9732 (defglfun
9733 (("GetBooleanv" get-booleanv) :args
9734 ((:name |pname| :type |GetPName| :direction :in)
9735 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
9736 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9737 ("client-handcode") :version ("1.0") :glxsingle ("112") :glsflags
9738 ("client" "get") :glsopcode ("0x00E8") :wglflags ("small-data") :offset
9739 ("258")))
9741 ;;;; xform
9743 (defglfun
9744 (("Viewport" viewport) :args
9745 ((:name |x| :type |WinCoord| :direction :in)
9746 (:name |y| :type |WinCoord| :direction :in)
9747 (:name |width| :type |SizeI| :direction :in)
9748 (:name |height| :type |SizeI| :direction :in))
9749 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("191")
9750 :glsopcode ("0x0117") :offset ("305")))
9751 (defglfun
9752 (("Translatef" translate-f) :args
9753 ((:name |x| :type |Float32| :direction :in)
9754 (:name |y| :type |Float32| :direction :in)
9755 (:name |z| :type |Float32| :direction :in))
9756 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("190")
9757 :glsopcode ("0x0116") :offset ("304")))
9758 (defglfun
9759 (("Translated" translate-d) :args
9760 ((:name |x| :type |Float64| :direction :in)
9761 (:name |y| :type |Float64| :direction :in)
9762 (:name |z| :type |Float64| :direction :in))
9763 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("189")
9764 :glsopcode ("0x0115") :offset ("303")))
9765 (defglfun
9766 (("Scalef" scale-f) :args
9767 ((:name |x| :type |Float32| :direction :in)
9768 (:name |y| :type |Float32| :direction :in)
9769 (:name |z| :type |Float32| :direction :in))
9770 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("188")
9771 :glsopcode ("0x0114") :offset ("302")))
9772 (defglfun
9773 (("Scaled" scale-d) :args
9774 ((:name |x| :type |Float64| :direction :in)
9775 (:name |y| :type |Float64| :direction :in)
9776 (:name |z| :type |Float64| :direction :in))
9777 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("187")
9778 :glsopcode ("0x0113") :offset ("301")))
9779 (defglfun
9780 (("Rotatef" rotate-f) :args
9781 ((:name |angle| :type |Float32| :direction :in)
9782 (:name |x| :type |Float32| :direction :in)
9783 (:name |y| :type |Float32| :direction :in)
9784 (:name |z| :type |Float32| :direction :in))
9785 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("186")
9786 :glsopcode ("0x0112") :offset ("300")))
9787 (defglfun
9788 (("Rotated" rotate-d) :args
9789 ((:name |angle| :type |Float64| :direction :in)
9790 (:name |x| :type |Float64| :direction :in)
9791 (:name |y| :type |Float64| :direction :in)
9792 (:name |z| :type |Float64| :direction :in))
9793 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("185")
9794 :glsopcode ("0x0111") :offset ("299")))
9795 (defglfun
9796 (("PushMatrix" push-matrix) :args nil :return ("void") :category ("xform")
9797 :version ("1.0") :glxropcode ("184") :glsopcode ("0x0110") :offset ("298")))
9798 (defglfun
9799 (("PopMatrix" pop-matrix) :args nil :return ("void") :category ("xform")
9800 :version ("1.0") :glxropcode ("183") :glsopcode ("0x010F") :offset ("297")))
9801 (defglfun
9802 (("Ortho" ortho) :args
9803 ((:name |left| :type |Float64| :direction :in)
9804 (:name |right| :type |Float64| :direction :in)
9805 (:name |bottom| :type |Float64| :direction :in)
9806 (:name |top| :type |Float64| :direction :in)
9807 (:name |zNear| :type |Float64| :direction :in)
9808 (:name |zFar| :type |Float64| :direction :in))
9809 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("182")
9810 :glsopcode ("0x010E") :offset ("296")))
9811 (defglfun
9812 (("MultMatrixd" mult-matrix-d) :args
9813 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :return
9814 ("void") :category ("xform") :version ("1.0") :glxropcode ("181") :glsflags
9815 ("matrix") :glsopcode ("0x010D") :offset ("295")))
9816 (defglfun
9817 (("MultMatrixf" mult-matrix-f) :args
9818 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :return
9819 ("void") :category ("xform") :version ("1.0") :glxropcode ("180") :glsflags
9820 ("matrix") :glsopcode ("0x010C") :offset ("294")))
9821 (defglfun
9822 (("MatrixMode" matrix-mode) :args
9823 ((:name |mode| :type |MatrixMode| :direction :in)) :return ("void") :category
9824 ("xform") :version ("1.0") :glxropcode ("179") :glsopcode ("0x010B") :offset
9825 ("293")))
9826 (defglfun
9827 (("LoadMatrixd" load-matrix-d) :args
9828 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :return
9829 ("void") :category ("xform") :version ("1.0") :glxropcode ("178") :glsflags
9830 ("matrix") :glsopcode ("0x010A") :offset ("292")))
9831 (defglfun
9832 (("LoadMatrixf" load-matrix-f) :args
9833 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :return
9834 ("void") :category ("xform") :version ("1.0") :glxropcode ("177") :glsflags
9835 ("matrix") :glsopcode ("0x0109") :offset ("291")))
9836 (defglfun
9837 (("LoadIdentity" load-identity) :args nil :return ("void") :category ("xform")
9838 :version ("1.0") :glxropcode ("176") :glsopcode ("0x0108") :offset ("290")))
9839 (defglfun
9840 (("Frustum" frustum) :args
9841 ((:name |left| :type |Float64| :direction :in)
9842 (:name |right| :type |Float64| :direction :in)
9843 (:name |bottom| :type |Float64| :direction :in)
9844 (:name |top| :type |Float64| :direction :in)
9845 (:name |zNear| :type |Float64| :direction :in)
9846 (:name |zFar| :type |Float64| :direction :in))
9847 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("175")
9848 :glsopcode ("0x0107") :offset ("289")))
9849 (defglfun
9850 (("DepthRange" depth-range) :args
9851 ((:name |near| :type |ClampedFloat64| :direction :in)
9852 (:name |far| :type |ClampedFloat64| :direction :in))
9853 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("174")
9854 :glsopcode ("0x0106") :offset ("288")))