Added some missing automatic conversions.
[cl-glfw.git] / lib / opengl.lisp
bloba4216632616e13b30e51f5d09eb71631c09fd9f7
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
7 #:float #:clampf #:double #:clampd #:void #:uint64 #:int64
8 #:intptr #:sizeiptr
9 #:handle
10 #:char #:string
11 #:half
13 +current-bit+
14 +point-bit+
15 +line-bit+
16 +polygon-bit+
17 +polygon-stipple-bit+
18 +pixel-mode-bit+
19 +lighting-bit+
20 +fog-bit+
21 +depth-buffer-bit+
22 +accum-buffer-bit+
23 +stencil-buffer-bit+
24 +viewport-bit+
25 +transform-bit+
26 +enable-bit+
27 +color-buffer-bit+
28 +hint-bit+
29 +eval-bit+
30 +list-bit+
31 +texture-bit+
32 +scissor-bit+
33 +all-attrib-bits+
34 +client-pixel-store-bit+
35 +client-vertex-array-bit+
36 +client-all-attrib-bits+
37 +false+
38 +true+
39 +points+
40 +lines+
41 +line-loop+
42 +line-strip+
43 +triangles+
44 +triangle-strip+
45 +triangle-fan+
46 +quads+
47 +quad-strip+
48 +polygon+
49 +accum+
50 +load+
51 +return+
52 +mult+
53 +add+
54 +never+
55 +less+
56 +equal+
57 +lequal+
58 +greater+
59 +notequal+
60 +gequal+
61 +always+
62 +zero+
63 +one+
64 +src-color+
65 +one-minus-src-color+
66 +src-alpha+
67 +one-minus-src-alpha+
68 +dst-alpha+
69 +one-minus-dst-alpha+
70 +constant-color-ext+
71 +one-minus-constant-color-ext+
72 +constant-alpha-ext+
73 +one-minus-constant-alpha-ext+
74 +dst-color+
75 +one-minus-dst-color+
76 +src-alpha-saturate+
77 +logic-op+
78 +func-add-ext+
79 +min-ext+
80 +max-ext+
81 +func-subtract-ext+
82 +func-reverse-subtract-ext+
83 +alpha-min-sgix+
84 +alpha-max-sgix+
85 +front+
86 +back+
87 +front-and-back+
88 +ambient+
89 +diffuse+
90 +specular+
91 +emission+
92 +ambient-and-diffuse+
93 +byte+
94 +unsigned-byte+
95 +short+
96 +unsigned-short+
97 +int+
98 +unsigned-int+
99 +float+
100 +double+
101 +color-table-scale-sgi+
102 +color-table-bias-sgi+
103 +color-table-sgi+
104 +post-convolution-color-table-sgi+
105 +post-color-matrix-color-table-sgi+
106 +proxy-color-table-sgi+
107 +proxy-post-convolution-color-table-sgi+
108 +proxy-post-color-matrix-color-table-sgi+
109 +texture-color-table-sgi+
110 +proxy-texture-color-table-sgi+
111 +reduce-ext+
112 +convolution-border-mode-ext+
113 +convolution-filter-scale-ext+
114 +convolution-filter-bias-ext+
115 +convolution-1d-ext+
116 +convolution-2d-ext+
117 +none+
118 +front-left+
119 +front-right+
120 +back-left+
121 +back-right+
122 +left+
123 +right+
124 +aux0+
125 +aux1+
126 +aux2+
127 +aux3+
128 +fog+
129 +lighting+
130 +texture-1d+
131 +texture-2d+
132 +line-stipple+
133 +polygon-stipple+
134 +cull-face+
135 +alpha-test+
136 +blend+
137 +index-logic-op+
138 +color-logic-op+
139 +dither+
140 +stencil-test+
141 +depth-test+
142 +clip-plane0+
143 +clip-plane1+
144 +clip-plane2+
145 +clip-plane3+
146 +clip-plane4+
147 +clip-plane5+
148 +light0+
149 +light1+
150 +light2+
151 +light3+
152 +light4+
153 +light5+
154 +light6+
155 +light7+
156 +texture-gen-s+
157 +texture-gen-t+
158 +texture-gen-r+
159 +texture-gen-q+
160 +map1-vertex-3+
161 +map1-vertex-4+
162 +map1-color-4+
163 +map1-index+
164 +map1-normal+
165 +map1-texture-coord-1+
166 +map1-texture-coord-2+
167 +map1-texture-coord-3+
168 +map1-texture-coord-4+
169 +map2-vertex-3+
170 +map2-vertex-4+
171 +map2-color-4+
172 +map2-index+
173 +map2-normal+
174 +map2-texture-coord-1+
175 +map2-texture-coord-2+
176 +map2-texture-coord-3+
177 +map2-texture-coord-4+
178 +point-smooth+
179 +line-smooth+
180 +polygon-smooth+
181 +scissor-test+
182 +color-material+
183 +normalize+
184 +auto-normal+
185 +polygon-offset-point+
186 +polygon-offset-line+
187 +polygon-offset-fill+
188 +vertex-array+
189 +normal-array+
190 +color-array+
191 +index-array+
192 +texture-coord-array+
193 +edge-flag-array+
194 +separable-2d-ext+
195 +histogram-ext+
196 +minmax-ext+
197 +rescale-normal-ext+
198 +shared-texture-palette-ext+
199 +texture-3d-ext+
200 +multisample-sgis+
201 +sample-alpha-to-mask-sgis+
202 +sample-alpha-to-one-sgis+
203 +sample-mask-sgis+
204 +texture-4d-sgis+
205 +async-histogram-sgix+
206 +async-tex-image-sgix+
207 +async-draw-pixels-sgix+
208 +async-read-pixels-sgix+
209 +calligraphic-fragment-sgix+
210 +fog-offset-sgix+
211 +fragment-lighting-sgix+
212 +fragment-color-material-sgix+
213 +fragment-light0-sgix+
214 +fragment-light1-sgix+
215 +fragment-light2-sgix+
216 +fragment-light3-sgix+
217 +fragment-light4-sgix+
218 +fragment-light5-sgix+
219 +fragment-light6-sgix+
220 +fragment-light7-sgix+
221 +framezoom-sgix+
222 +interlace-sgix+
223 +ir-instrument1-sgix+
224 +pixel-tex-gen-sgix+
225 +pixel-texture-sgis+
226 +reference-plane-sgix+
227 +sprite-sgix+
228 +no-error+
229 +invalid-enum+
230 +invalid-value+
231 +invalid-operation+
232 +stack-overflow+
233 +stack-underflow+
234 +out-of-memory+
235 +table-too-large-ext+
236 +texture-too-large-ext+
237 +2d+
238 +3d+
239 +3d-color+
240 +3d-color-texture+
241 +4d-color-texture+
242 +pass-through-token+
243 +point-token+
244 +line-token+
245 +polygon-token+
246 +bitmap-token+
247 +draw-pixel-token+
248 +copy-pixel-token+
249 +line-reset-token+
250 +texture-deformation-bit-sgix+
251 +geometry-deformation-bit-sgix+
252 +geometry-deformation-sgix+
253 +texture-deformation-sgix+
254 +linear+
255 +exp+
256 +exp2+
257 +fog-func-sgis+
258 +fog-color+
259 +fog-density+
260 +fog-end+
261 +fog-index+
262 +fog-mode+
263 +fog-start+
264 +fog-offset-value-sgix+
265 +fragment-light-model-local-viewer-sgix+
266 +fragment-light-model-two-side-sgix+
267 +fragment-light-model-ambient-sgix+
268 +fragment-light-model-normal-interpolation-sgix+
269 +cw+
270 +ccw+
271 +color-table-format-sgi+
272 +color-table-width-sgi+
273 +color-table-red-size-sgi+
274 +color-table-green-size-sgi+
275 +color-table-blue-size-sgi+
276 +color-table-alpha-size-sgi+
277 +color-table-luminance-size-sgi+
278 +color-table-intensity-size-sgi+
279 +convolution-format-ext+
280 +convolution-width-ext+
281 +convolution-height-ext+
282 +max-convolution-width-ext+
283 +max-convolution-height-ext+
284 +histogram-width-ext+
285 +histogram-format-ext+
286 +histogram-red-size-ext+
287 +histogram-green-size-ext+
288 +histogram-blue-size-ext+
289 +histogram-alpha-size-ext+
290 +histogram-luminance-size-ext+
291 +histogram-sink-ext+
292 +coeff+
293 +order+
294 +domain+
295 +minmax-format-ext+
296 +minmax-sink-ext+
297 +pixel-map-i-to-i+
298 +pixel-map-s-to-s+
299 +pixel-map-i-to-r+
300 +pixel-map-i-to-g+
301 +pixel-map-i-to-b+
302 +pixel-map-i-to-a+
303 +pixel-map-r-to-r+
304 +pixel-map-g-to-g+
305 +pixel-map-b-to-b+
306 +pixel-map-a-to-a+
307 +vertex-array-pointer+
308 +normal-array-pointer+
309 +color-array-pointer+
310 +index-array-pointer+
311 +texture-coord-array-pointer+
312 +edge-flag-array-pointer+
313 +feedback-buffer-pointer+
314 +selection-buffer-pointer+
315 +instrument-buffer-pointer-sgix+
316 +current-color+
317 +current-index+
318 +current-normal+
319 +current-texture-coords+
320 +current-raster-color+
321 +current-raster-index+
322 +current-raster-texture-coords+
323 +current-raster-position+
324 +current-raster-position-valid+
325 +current-raster-distance+
326 +point-size+
327 +point-size-range+
328 +point-size-granularity+
329 +line-width+
330 +line-width-range+
331 +line-width-granularity+
332 +line-stipple-pattern+
333 +line-stipple-repeat+
334 +smooth-point-size-range+
335 +smooth-point-size-granularity+
336 +smooth-line-width-range+
337 +smooth-line-width-granularity+
338 +aliased-point-size-range+
339 +aliased-line-width-range+
340 +list-mode+
341 +max-list-nesting+
342 +list-base+
343 +list-index+
344 +polygon-mode+
345 +edge-flag+
346 +cull-face-mode+
347 +front-face+
348 +light-model-local-viewer+
349 +light-model-two-side+
350 +light-model-ambient+
351 +shade-model+
352 +color-material-face+
353 +color-material-parameter+
354 +depth-range+
355 +depth-writemask+
356 +depth-clear-value+
357 +depth-func+
358 +accum-clear-value+
359 +stencil-clear-value+
360 +stencil-func+
361 +stencil-value-mask+
362 +stencil-fail+
363 +stencil-pass-depth-fail+
364 +stencil-pass-depth-pass+
365 +stencil-ref+
366 +stencil-writemask+
367 +matrix-mode+
368 +viewport+
369 +modelview-stack-depth+
370 +projection-stack-depth+
371 +texture-stack-depth+
372 +modelview-matrix+
373 +projection-matrix+
374 +texture-matrix+
375 +attrib-stack-depth+
376 +client-attrib-stack-depth+
377 +alpha-test-func+
378 +alpha-test-ref+
379 +blend-dst+
380 +blend-src+
381 +logic-op-mode+
382 +aux-buffers+
383 +draw-buffer+
384 +read-buffer+
385 +scissor-box+
386 +index-clear-value+
387 +index-writemask+
388 +color-clear-value+
389 +color-writemask+
390 +index-mode+
391 +rgba-mode+
392 +doublebuffer+
393 +stereo+
394 +render-mode+
395 +perspective-correction-hint+
396 +point-smooth-hint+
397 +line-smooth-hint+
398 +polygon-smooth-hint+
399 +fog-hint+
400 +pixel-map-i-to-i-size+
401 +pixel-map-s-to-s-size+
402 +pixel-map-i-to-r-size+
403 +pixel-map-i-to-g-size+
404 +pixel-map-i-to-b-size+
405 +pixel-map-i-to-a-size+
406 +pixel-map-r-to-r-size+
407 +pixel-map-g-to-g-size+
408 +pixel-map-b-to-b-size+
409 +pixel-map-a-to-a-size+
410 +unpack-swap-bytes+
411 +unpack-lsb-first+
412 +unpack-row-length+
413 +unpack-skip-rows+
414 +unpack-skip-pixels+
415 +unpack-alignment+
416 +pack-swap-bytes+
417 +pack-lsb-first+
418 +pack-row-length+
419 +pack-skip-rows+
420 +pack-skip-pixels+
421 +pack-alignment+
422 +map-color+
423 +map-stencil+
424 +index-shift+
425 +index-offset+
426 +red-scale+
427 +red-bias+
428 +zoom-x+
429 +zoom-y+
430 +green-scale+
431 +green-bias+
432 +blue-scale+
433 +blue-bias+
434 +alpha-scale+
435 +alpha-bias+
436 +depth-scale+
437 +depth-bias+
438 +max-eval-order+
439 +max-lights+
440 +max-clip-planes+
441 +max-texture-size+
442 +max-pixel-map-table+
443 +max-attrib-stack-depth+
444 +max-modelview-stack-depth+
445 +max-name-stack-depth+
446 +max-projection-stack-depth+
447 +max-texture-stack-depth+
448 +max-viewport-dims+
449 +max-client-attrib-stack-depth+
450 +subpixel-bits+
451 +index-bits+
452 +red-bits+
453 +green-bits+
454 +blue-bits+
455 +alpha-bits+
456 +depth-bits+
457 +stencil-bits+
458 +accum-red-bits+
459 +accum-green-bits+
460 +accum-blue-bits+
461 +accum-alpha-bits+
462 +name-stack-depth+
463 +map1-grid-domain+
464 +map1-grid-segments+
465 +map2-grid-domain+
466 +map2-grid-segments+
467 +feedback-buffer-size+
468 +feedback-buffer-type+
469 +selection-buffer-size+
470 +polygon-offset-units+
471 +polygon-offset-factor+
472 +texture-binding-1d+
473 +texture-binding-2d+
474 +texture-binding-3d+
475 +vertex-array-size+
476 +vertex-array-type+
477 +vertex-array-stride+
478 +normal-array-type+
479 +normal-array-stride+
480 +color-array-size+
481 +color-array-type+
482 +color-array-stride+
483 +index-array-type+
484 +index-array-stride+
485 +texture-coord-array-size+
486 +texture-coord-array-type+
487 +texture-coord-array-stride+
488 +edge-flag-array-stride+
489 +light-model-color-control+
490 +blend-color-ext+
491 +blend-equation-ext+
492 +pack-cmyk-hint-ext+
493 +unpack-cmyk-hint-ext+
494 +post-convolution-red-scale-ext+
495 +post-convolution-green-scale-ext+
496 +post-convolution-blue-scale-ext+
497 +post-convolution-alpha-scale-ext+
498 +post-convolution-red-bias-ext+
499 +post-convolution-green-bias-ext+
500 +post-convolution-blue-bias-ext+
501 +post-convolution-alpha-bias-ext+
502 +polygon-offset-bias-ext+
503 +texture-3d-binding-ext+
504 +pack-skip-images-ext+
505 +pack-image-height-ext+
506 +unpack-skip-images-ext+
507 +unpack-image-height-ext+
508 +max-3d-texture-size-ext+
509 +vertex-array-count-ext+
510 +normal-array-count-ext+
511 +color-array-count-ext+
512 +index-array-count-ext+
513 +texture-coord-array-count-ext+
514 +edge-flag-array-count-ext+
515 +detail-texture-2d-binding-sgis+
516 +fog-func-points-sgis+
517 +max-fog-func-points-sgis+
518 +generate-mipmap-hint-sgis+
519 +sample-buffers-sgis+
520 +samples-sgis+
521 +sample-mask-value-sgis+
522 +sample-mask-invert-sgis+
523 +sample-pattern-sgis+
524 +point-size-min-sgis+
525 +point-size-max-sgis+
526 +point-fade-threshold-size-sgis+
527 +distance-attenuation-sgis+
528 +pack-skip-volumes-sgis+
529 +pack-image-depth-sgis+
530 +unpack-skip-volumes-sgis+
531 +unpack-image-depth-sgis+
532 +max-4d-texture-size-sgis+
533 +texture-4d-binding-sgis+
534 +async-marker-sgix+
535 +max-async-histogram-sgix+
536 +max-async-tex-image-sgix+
537 +max-async-draw-pixels-sgix+
538 +max-async-read-pixels-sgix+
539 +max-clipmap-virtual-depth-sgix+
540 +max-clipmap-depth-sgix+
541 +convolution-hint-sgix+
542 +fragment-color-material-face-sgix+
543 +fragment-color-material-parameter-sgix+
544 +max-fragment-lights-sgix+
545 +max-active-lights-sgix+
546 +light-env-mode-sgix+
547 +framezoom-factor-sgix+
548 +max-framezoom-factor-sgix+
549 +instrument-measurements-sgix+
550 +pixel-tex-gen-mode-sgix+
551 +pixel-tile-best-alignment-sgix+
552 +pixel-tile-cache-increment-sgix+
553 +pixel-tile-width-sgix+
554 +pixel-tile-height-sgix+
555 +pixel-tile-grid-width-sgix+
556 +pixel-tile-grid-height-sgix+
557 +pixel-tile-grid-depth-sgix+
558 +pixel-tile-cache-size-sgix+
559 +deformations-mask-sgix+
560 +reference-plane-equation-sgix+
561 +sprite-mode-sgix+
562 +sprite-axis-sgix+
563 +sprite-translation-sgix+
564 +pack-subsample-rate-sgix+
565 +unpack-subsample-rate-sgix+
566 +pack-resample-sgix+
567 +unpack-resample-sgix+
568 +post-texture-filter-bias-range-sgix+
569 +post-texture-filter-scale-range-sgix+
570 +vertex-preclip-sgix+
571 +vertex-preclip-hint-sgix+
572 +color-matrix-sgi+
573 +color-matrix-stack-depth-sgi+
574 +max-color-matrix-stack-depth-sgi+
575 +post-color-matrix-red-scale-sgi+
576 +post-color-matrix-green-scale-sgi+
577 +post-color-matrix-blue-scale-sgi+
578 +post-color-matrix-alpha-scale-sgi+
579 +post-color-matrix-red-bias-sgi+
580 +post-color-matrix-green-bias-sgi+
581 +post-color-matrix-blue-bias-sgi+
582 +post-color-matrix-alpha-bias-sgi+
583 +texture-mag-filter+
584 +texture-min-filter+
585 +texture-wrap-s+
586 +texture-wrap-t+
587 +texture-width+
588 +texture-height+
589 +texture-internal-format+
590 +texture-components+
591 +texture-border-color+
592 +texture-border+
593 +texture-red-size+
594 +texture-green-size+
595 +texture-blue-size+
596 +texture-alpha-size+
597 +texture-luminance-size+
598 +texture-intensity-size+
599 +texture-priority+
600 +texture-resident+
601 +texture-depth-ext+
602 +texture-wrap-r-ext+
603 +detail-texture-level-sgis+
604 +detail-texture-mode-sgis+
605 +detail-texture-func-points-sgis+
606 +generate-mipmap-sgis+
607 +sharpen-texture-func-points-sgis+
608 +texture-filter4-size-sgis+
609 +texture-min-lod-sgis+
610 +texture-max-lod-sgis+
611 +texture-base-level-sgis+
612 +texture-max-level-sgis+
613 +dual-texture-select-sgis+
614 +quad-texture-select-sgis+
615 +texture-4dsize-sgis+
616 +texture-wrap-q-sgis+
617 +texture-clipmap-center-sgix+
618 +texture-clipmap-frame-sgix+
619 +texture-clipmap-offset-sgix+
620 +texture-clipmap-virtual-depth-sgix+
621 +texture-clipmap-lod-offset-sgix+
622 +texture-clipmap-depth-sgix+
623 +texture-compare-sgix+
624 +texture-compare-operator-sgix+
625 +texture-lequal-r-sgix+
626 +texture-gequal-r-sgix+
627 +shadow-ambient-sgix+
628 +texture-max-clamp-s-sgix+
629 +texture-max-clamp-t-sgix+
630 +texture-max-clamp-r-sgix+
631 +texture-lod-bias-s-sgix+
632 +texture-lod-bias-t-sgix+
633 +texture-lod-bias-r-sgix+
634 +post-texture-filter-bias-sgix+
635 +post-texture-filter-scale-sgix+
636 +dont-care+
637 +fastest+
638 +nicest+
639 +texture-multi-buffer-hint-sgix+
640 +proxy-histogram-ext+
641 +replace+
642 +modulate+
643 +single-color+
644 +separate-specular-color+
645 +position+
646 +spot-direction+
647 +spot-exponent+
648 +spot-cutoff+
649 +constant-attenuation+
650 +linear-attenuation+
651 +quadratic-attenuation+
652 +compile+
653 +compile-and-execute+
654 +2-bytes+
655 +3-bytes+
656 +4-bytes+
657 +double-ext+
658 +list-priority-sgix+
659 +clear+
660 +and+
661 +and-reverse+
662 +copy+
663 +and-inverted+
664 +noop+
665 +xor+
666 +or+
667 +nor+
668 +equiv+
669 +invert+
670 +or-reverse+
671 +copy-inverted+
672 +or-inverted+
673 +nand+
674 +set+
675 +shininess+
676 +color-indexes+
677 +modelview+
678 +projection+
679 +texture+
680 +point+
681 +line+
682 +fill+
683 +color+
684 +depth+
685 +stencil+
686 +color-index+
687 +stencil-index+
688 +depth-component+
689 +red+
690 +green+
691 +blue+
692 +alpha+
693 +rgb+
694 +rgba+
695 +luminance+
696 +luminance-alpha+
697 +abgr-ext+
698 +cmyk-ext+
699 +cmyka-ext+
700 +r5-g6-b5-icc-sgix+
701 +r5-g6-b5-a8-icc-sgix+
702 +alpha16-icc-sgix+
703 +luminance16-icc-sgix+
704 +luminance16-alpha8-icc-sgix+
705 +ycrcb-422-sgix+
706 +ycrcb-444-sgix+
707 +resample-replicate-sgix+
708 +resample-zero-fill-sgix+
709 +resample-decimate-sgix+
710 +pixel-subsample-4444-sgix+
711 +pixel-subsample-2424-sgix+
712 +pixel-subsample-4242-sgix+
713 +pixel-tex-gen-alpha-replace-sgix+
714 +pixel-tex-gen-alpha-no-replace-sgix+
715 +pixel-tex-gen-alpha-ms-sgix+
716 +pixel-tex-gen-alpha-ls-sgix+
717 +pixel-fragment-rgb-source-sgis+
718 +pixel-fragment-alpha-source-sgis+
719 +bitmap+
720 +unsigned-byte-3-3-2-ext+
721 +unsigned-short-4-4-4-4-ext+
722 +unsigned-short-5-5-5-1-ext+
723 +unsigned-int-8-8-8-8-ext+
724 +unsigned-int-10-10-10-2-ext+
725 +render+
726 +feedback+
727 +select+
728 +1pass-sgis+
729 +2pass-0-sgis+
730 +2pass-1-sgis+
731 +4pass-0-sgis+
732 +4pass-1-sgis+
733 +4pass-2-sgis+
734 +4pass-3-sgis+
735 +flat+
736 +smooth+
737 +keep+
738 +incr+
739 +decr+
740 +vendor+
741 +renderer+
742 +version+
743 +extensions+
744 +s+
745 +t+
746 +r+
747 +q+
748 +decal+
749 +replace-ext+
750 +texture-env-bias-sgix+
751 +texture-env-mode+
752 +texture-env-color+
753 +texture-env+
754 +filter4-sgis+
755 +eye-linear+
756 +object-linear+
757 +sphere-map+
758 +eye-distance-to-point-sgis+
759 +object-distance-to-point-sgis+
760 +eye-distance-to-line-sgis+
761 +object-distance-to-line-sgis+
762 +texture-gen-mode+
763 +object-plane+
764 +eye-plane+
765 +eye-point-sgis+
766 +object-point-sgis+
767 +eye-line-sgis+
768 +object-line-sgis+
769 +nearest+
770 +linear-detail-sgis+
771 +linear-detail-alpha-sgis+
772 +linear-detail-color-sgis+
773 +linear-sharpen-sgis+
774 +linear-sharpen-alpha-sgis+
775 +linear-sharpen-color-sgis+
776 +pixel-tex-gen-q-ceiling-sgix+
777 +pixel-tex-gen-q-round-sgix+
778 +pixel-tex-gen-q-floor-sgix+
779 +nearest-mipmap-nearest+
780 +linear-mipmap-nearest+
781 +nearest-mipmap-linear+
782 +linear-mipmap-linear+
783 +linear-clipmap-linear-sgix+
784 +nearest-clipmap-nearest-sgix+
785 +nearest-clipmap-linear-sgix+
786 +linear-clipmap-nearest-sgix+
787 +proxy-texture-1d+
788 +proxy-texture-2d+
789 +proxy-texture-3d-ext+
790 +detail-texture-2d-sgis+
791 +proxy-texture-4d-sgis+
792 +clamp+
793 +repeat+
794 +clamp-to-border-sgis+
795 +clamp-to-edge-sgis+
796 +r3-g3-b2+
797 +alpha4+
798 +alpha8+
799 +alpha12+
800 +alpha16+
801 +luminance4+
802 +luminance8+
803 +luminance12+
804 +luminance16+
805 +luminance4-alpha4+
806 +luminance6-alpha2+
807 +luminance8-alpha8+
808 +luminance12-alpha4+
809 +luminance12-alpha12+
810 +luminance16-alpha16+
811 +intensity+
812 +intensity4+
813 +intensity8+
814 +intensity12+
815 +intensity16+
816 +rgb4+
817 +rgb5+
818 +rgb8+
819 +rgb10+
820 +rgb12+
821 +rgb16+
822 +rgba2+
823 +rgba4+
824 +rgb5-a1+
825 +rgba8+
826 +rgb10-a2+
827 +rgba12+
828 +rgba16+
829 +rgb2-ext+
830 +dual-alpha4-sgis+
831 +dual-alpha8-sgis+
832 +dual-alpha12-sgis+
833 +dual-alpha16-sgis+
834 +dual-luminance4-sgis+
835 +dual-luminance8-sgis+
836 +dual-luminance12-sgis+
837 +dual-luminance16-sgis+
838 +dual-intensity4-sgis+
839 +dual-intensity8-sgis+
840 +dual-intensity12-sgis+
841 +dual-intensity16-sgis+
842 +dual-luminance-alpha4-sgis+
843 +dual-luminance-alpha8-sgis+
844 +quad-alpha4-sgis+
845 +quad-alpha8-sgis+
846 +quad-luminance4-sgis+
847 +quad-luminance8-sgis+
848 +quad-intensity4-sgis+
849 +quad-intensity8-sgis+
850 +depth-component16-sgix+
851 +depth-component24-sgix+
852 +depth-component32-sgix+
853 +rgb-icc-sgix+
854 +rgba-icc-sgix+
855 +alpha-icc-sgix+
856 +luminance-icc-sgix+
857 +intensity-icc-sgix+
858 +luminance-alpha-icc-sgix+
859 +intensity16-icc-sgix+
860 +v2f+
861 +v3f+
862 +c4ub-v2f+
863 +c4ub-v3f+
864 +c3f-v3f+
865 +n3f-v3f+
866 +c4f-n3f-v3f+
867 +t2f-v3f+
868 +t4f-v4f+
869 +t2f-c4ub-v3f+
870 +t2f-c3f-v3f+
871 +t2f-n3f-v3f+
872 +t2f-c4f-n3f-v3f+
873 +t4f-c4f-n3f-v4f+
874 +func-subtract+
875 +func-reverse-subtract+
876 +unsigned-byte-3-3-2+
877 +unsigned-short-4-4-4-4+
878 +unsigned-short-5-5-5-1+
879 +unsigned-int-8-8-8-8+
880 +unsigned-int-10-10-10-2+
881 +unsigned-byte-2-3-3-rev+
882 +unsigned-byte-2-3-3-rev-ext+
883 +unsigned-short-5-6-5+
884 +unsigned-short-5-6-5-ext+
885 +unsigned-short-5-6-5-rev+
886 +unsigned-short-5-6-5-rev-ext+
887 +unsigned-short-4-4-4-4-rev+
888 +unsigned-short-4-4-4-4-rev-ext+
889 +unsigned-short-1-5-5-5-rev+
890 +unsigned-short-1-5-5-5-rev-ext+
891 +unsigned-int-8-8-8-8-rev+
892 +unsigned-int-8-8-8-8-rev-ext+
893 +unsigned-int-2-10-10-10-rev+
894 +unsigned-int-2-10-10-10-rev-ext+
895 +rescale-normal+
896 +alpha4-ext+
897 +alpha8-ext+
898 +alpha12-ext+
899 +alpha16-ext+
900 +luminance4-ext+
901 +luminance8-ext+
902 +luminance12-ext+
903 +luminance16-ext+
904 +luminance4-alpha4-ext+
905 +luminance6-alpha2-ext+
906 +luminance8-alpha8-ext+
907 +luminance12-alpha4-ext+
908 +luminance12-alpha12-ext+
909 +luminance16-alpha16-ext+
910 +intensity-ext+
911 +intensity4-ext+
912 +intensity8-ext+
913 +intensity12-ext+
914 +intensity16-ext+
915 +rgb4-ext+
916 +rgb5-ext+
917 +rgb8-ext+
918 +rgb10-ext+
919 +rgb12-ext+
920 +rgb16-ext+
921 +rgba2-ext+
922 +rgba4-ext+
923 +rgb5-a1-ext+
924 +rgba8-ext+
925 +rgb10-a2-ext+
926 +rgba12-ext+
927 +rgba16-ext+
928 +texture-red-size-ext+
929 +texture-green-size-ext+
930 +texture-blue-size-ext+
931 +texture-alpha-size-ext+
932 +texture-luminance-size-ext+
933 +texture-intensity-size-ext+
934 +proxy-texture-1d-ext+
935 +proxy-texture-2d-ext+
936 +color-matrix+
937 +color-matrix-stack-depth+
938 +max-color-matrix-stack-depth+
939 +post-color-matrix-red-scale+
940 +post-color-matrix-green-scale+
941 +post-color-matrix-blue-scale+
942 +post-color-matrix-alpha-scale+
943 +post-color-matrix-red-bias+
944 +post-color-matrix-green-bias+
945 +post-color-matrix-blue-bias+
946 +post-color-matrix-alpha-bias+
947 +bgr+
948 +bgr-ext+
949 +bgra+
950 +bgra-ext+
951 +clamp-to-border+
952 +clamp-to-border-arb+
953 +clamp-to-edge+
954 +texture-min-lod+
955 +texture-max-lod+
956 +texture-base-level+
957 +texture-max-level+
958 +ignore-border-hp+
959 +constant-border+
960 +constant-border-hp+
961 +replicate-border+
962 +replicate-border-hp+
963 +convolution-border-color+
964 +convolution-border-color-hp+
965 +generate-mipmap+
966 +generate-mipmap-hint+
967 +max-deformation-order-sgix+
968 +depth-component16+
969 +depth-component24+
970 +depth-component32+
971 +light-model-color-control-ext+
972 +single-color-ext+
973 +separate-specular-color-ext+
974 +fog-factor-to-alpha-sgix+
975 +compressed-rgb-s3tc-dxt1-ext+
976 +compressed-rgba-s3tc-dxt1-ext+
977 +compressed-rgba-s3tc-dxt3-ext+
978 +compressed-rgba-s3tc-dxt5-ext+
979 +constant-color+
980 +one-minus-constant-color+
981 +constant-alpha+
982 +one-minus-constant-alpha+
983 +blend-color+
984 +func-add+
985 +min+
986 +max+
987 +blend-equation+
988 +convolution-1d+
989 +convolution-2d+
990 +separable-2d+
991 +convolution-border-mode+
992 +convolution-filter-scale+
993 +convolution-filter-bias+
994 +reduce+
995 +convolution-format+
996 +convolution-width+
997 +convolution-height+
998 +max-convolution-width+
999 +max-convolution-height+
1000 +post-convolution-red-scale+
1001 +post-convolution-green-scale+
1002 +post-convolution-blue-scale+
1003 +post-convolution-alpha-scale+
1004 +post-convolution-red-bias+
1005 +post-convolution-green-bias+
1006 +post-convolution-blue-bias+
1007 +post-convolution-alpha-bias+
1008 +histogram+
1009 +proxy-histogram+
1010 +histogram-width+
1011 +histogram-format+
1012 +histogram-red-size+
1013 +histogram-green-size+
1014 +histogram-blue-size+
1015 +histogram-alpha-size+
1016 +histogram-luminance-size+
1017 +histogram-sink+
1018 +minmax+
1019 +minmax-format+
1020 +minmax-sink+
1021 +table-too-large+
1022 +color-table+
1023 +post-convolution-color-table+
1024 +post-color-matrix-color-table+
1025 +proxy-color-table+
1026 +proxy-post-convolution-color-table+
1027 +proxy-post-color-matrix-color-table+
1028 +color-table-scale+
1029 +color-table-bias+
1030 +color-table-format+
1031 +color-table-width+
1032 +color-table-red-size+
1033 +color-table-green-size+
1034 +color-table-blue-size+
1035 +color-table-alpha-size+
1036 +color-table-luminance-size+
1037 +color-table-intensity-size+
1038 +normal-map-arb+
1039 +reflection-map-arb+
1040 +texture-cube-map-arb+
1041 +texture-binding-cube-map-arb+
1042 +texture-cube-map-positive-x-arb+
1043 +texture-cube-map-negative-x-arb+
1044 +texture-cube-map-positive-y-arb+
1045 +texture-cube-map-negative-y-arb+
1046 +texture-cube-map-positive-z-arb+
1047 +texture-cube-map-negative-z-arb+
1048 +proxy-texture-cube-map-arb+
1049 +max-cube-map-texture-size-arb+
1050 +combine-arb+
1051 +combine-rgb-arb+
1052 +combine-alpha-arb+
1053 +source0-rgb-arb+
1054 +source1-rgb-arb+
1055 +source2-rgb-arb+
1056 +source0-alpha-arb+
1057 +source1-alpha-arb+
1058 +source2-alpha-arb+
1059 +operand0-rgb-arb+
1060 +operand1-rgb-arb+
1061 +operand2-rgb-arb+
1062 +operand0-alpha-arb+
1063 +operand1-alpha-arb+
1064 +operand2-alpha-arb+
1065 +rgb-scale-arb+
1066 +add-signed-arb+
1067 +interpolate-arb+
1068 +subtract-arb+
1069 +constant-arb+
1070 +primary-color-arb+
1071 +previous-arb+
1072 +dot3-rgb-arb+
1073 +dot3-rgba-arb+
1074 +mirrored-repeat-arb+
1075 +depth-component16-arb+
1076 +depth-component24-arb+
1077 +depth-component32-arb+
1078 +texture-depth-size-arb+
1079 +depth-texture-mode-arb+
1080 +texture-compare-mode-arb+
1081 +texture-compare-func-arb+
1082 +compare-r-to-texture-arb+
1083 +texture-compare-fail-value-arb+
1084 +fragment-program-arb+
1085 +program-alu-instructions-arb+
1086 +program-tex-instructions-arb+
1087 +program-tex-indirections-arb+
1088 +program-native-alu-instructions-arb+
1089 +program-native-tex-instructions-arb+
1090 +program-native-tex-indirections-arb+
1091 +max-program-alu-instructions-arb+
1092 +max-program-tex-instructions-arb+
1093 +max-program-tex-indirections-arb+
1094 +max-program-native-alu-instructions-arb+
1095 +max-program-native-tex-instructions-arb+
1096 +max-program-native-tex-indirections-arb+
1097 +max-texture-coords-arb+
1098 +max-texture-image-units-arb+
1099 +fragment-shader-arb+
1100 +max-fragment-uniform-components-arb+
1101 +fragment-shader-derivative-hint-arb+
1102 +shading-language-version-arb+
1103 +point-sprite-arb+
1104 +coord-replace-arb+
1105 +texture-rectangle-arb+
1106 +texture-binding-rectangle-arb+
1107 +proxy-texture-rectangle-arb+
1108 +max-rectangle-texture-size-arb+
1109 +half-float-arb+
1110 +texture-red-type-arb+
1111 +texture-green-type-arb+
1112 +texture-blue-type-arb+
1113 +texture-alpha-type-arb+
1114 +texture-luminance-type-arb+
1115 +texture-intensity-type-arb+
1116 +texture-depth-type-arb+
1117 +unsigned-normalized-arb+
1118 +rgba32f-arb+
1119 +rgb32f-arb+
1120 +alpha32f-arb+
1121 +intensity32f-arb+
1122 +luminance32f-arb+
1123 +luminance-alpha32f-arb+
1124 +rgba16f-arb+
1125 +rgb16f-arb+
1126 +alpha16f-arb+
1127 +intensity16f-arb+
1128 +luminance16f-arb+
1129 +luminance-alpha16f-arb+
1130 +pixel-pack-buffer-arb+
1131 +pixel-unpack-buffer-arb+
1132 +pixel-pack-buffer-binding-arb+
1133 +pixel-unpack-buffer-binding-arb+
1134 +vertex-data-hint-pgi+
1135 +vertex-consistent-hint-pgi+
1136 +material-side-hint-pgi+
1137 +max-vertex-hint-pgi+
1138 +color3-bit-pgi+
1139 +color4-bit-pgi+
1140 +edgeflag-bit-pgi+
1141 +index-bit-pgi+
1142 +mat-ambient-bit-pgi+
1143 +mat-ambient-and-diffuse-bit-pgi+
1144 +mat-diffuse-bit-pgi+
1145 +mat-emission-bit-pgi+
1146 +mat-color-indexes-bit-pgi+
1147 +mat-shininess-bit-pgi+
1148 +mat-specular-bit-pgi+
1149 +normal-bit-pgi+
1150 +texcoord1-bit-pgi+
1151 +texcoord2-bit-pgi+
1152 +texcoord3-bit-pgi+
1153 +texcoord4-bit-pgi+
1154 +vertex23-bit-pgi+
1155 +vertex4-bit-pgi+
1156 +clip-volume-clipping-hint-ext+
1157 +iui-v2f-ext+
1158 +iui-v3f-ext+
1159 +iui-n3f-v2f-ext+
1160 +iui-n3f-v3f-ext+
1161 +t2f-iui-v2f-ext+
1162 +t2f-iui-v3f-ext+
1163 +t2f-iui-n3f-v2f-ext+
1164 +t2f-iui-n3f-v3f-ext+
1165 +raster-position-unclipped-ibm+
1166 +texture-lighting-mode-hp+
1167 +texture-post-specular-hp+
1168 +texture-pre-specular-hp+
1169 +phong-win+
1170 +phong-hint-win+
1171 +fog-specular-texture-win+
1172 +occlusion-test-hp+
1173 +occlusion-test-result-hp+
1174 +screen-coordinates-rend+
1175 +inverted-screen-w-rend+
1176 +combine-ext+
1177 +combine-rgb-ext+
1178 +combine-alpha-ext+
1179 +rgb-scale-ext+
1180 +add-signed-ext+
1181 +interpolate-ext+
1182 +constant-ext+
1183 +primary-color-ext+
1184 +previous-ext+
1185 +source0-rgb-ext+
1186 +source1-rgb-ext+
1187 +source2-rgb-ext+
1188 +source0-alpha-ext+
1189 +source1-alpha-ext+
1190 +source2-alpha-ext+
1191 +operand0-rgb-ext+
1192 +operand1-rgb-ext+
1193 +operand2-rgb-ext+
1194 +operand0-alpha-ext+
1195 +operand1-alpha-ext+
1196 +operand2-alpha-ext+
1197 +light-model-specular-vector-apple+
1198 +transform-hint-apple+
1199 +fog-scale-sgix+
1200 +fog-scale-value-sgix+
1201 +red-min-clamp-ingr+
1202 +green-min-clamp-ingr+
1203 +blue-min-clamp-ingr+
1204 +alpha-min-clamp-ingr+
1205 +red-max-clamp-ingr+
1206 +green-max-clamp-ingr+
1207 +blue-max-clamp-ingr+
1208 +alpha-max-clamp-ingr+
1209 +interlace-read-ingr+
1210 +incr-wrap-ext+
1211 +decr-wrap-ext+
1212 +422-ext+
1213 +422-rev-ext+
1214 +422-average-ext+
1215 +422-rev-average-ext+
1216 +normal-map-nv+
1217 +reflection-map-nv+
1218 +normal-map-ext+
1219 +reflection-map-ext+
1220 +texture-cube-map-ext+
1221 +texture-binding-cube-map-ext+
1222 +texture-cube-map-positive-x-ext+
1223 +texture-cube-map-negative-x-ext+
1224 +texture-cube-map-positive-y-ext+
1225 +texture-cube-map-negative-y-ext+
1226 +texture-cube-map-positive-z-ext+
1227 +texture-cube-map-negative-z-ext+
1228 +proxy-texture-cube-map-ext+
1229 +max-cube-map-texture-size-ext+
1230 +wrap-border-sun+
1231 +max-texture-lod-bias-ext+
1232 +texture-filter-control-ext+
1233 +texture-lod-bias-ext+
1234 +texture-max-anisotropy-ext+
1235 +max-texture-max-anisotropy-ext+
1236 +max-shininess-nv+
1237 +max-spot-exponent-nv+
1238 +fog-distance-mode-nv+
1239 +eye-radial-nv+
1240 +eye-plane-absolute-nv+
1241 +emboss-light-nv+
1242 +emboss-constant-nv+
1243 +emboss-map-nv+
1244 +combine4-nv+
1245 +source3-rgb-nv+
1246 +source3-alpha-nv+
1247 +operand3-rgb-nv+
1248 +operand3-alpha-nv+
1249 +cull-vertex-ibm+
1250 +ycrcb-sgix+
1251 +ycrcba-sgix+
1252 +depth-pass-instrument-sgix+
1253 +depth-pass-instrument-counters-sgix+
1254 +depth-pass-instrument-max-sgix+
1255 +compressed-rgb-fxt1-3dfx+
1256 +compressed-rgba-fxt1-3dfx+
1257 +multisample-3dfx+
1258 +sample-buffers-3dfx+
1259 +samples-3dfx+
1260 +multisample-bit-3dfx+
1261 +dot3-rgb-ext+
1262 +dot3-rgba-ext+
1263 +mirror-clamp-ati+
1264 +mirror-clamp-to-edge-ati+
1265 +mirrored-repeat-ibm+
1266 +depth-stencil-nv+
1267 +unsigned-int-24-8-nv+
1268 +texture-rectangle-nv+
1269 +texture-binding-rectangle-nv+
1270 +proxy-texture-rectangle-nv+
1271 +max-rectangle-texture-size-nv+
1272 +offset-texture-rectangle-nv+
1273 +offset-texture-rectangle-scale-nv+
1274 +dot-product-texture-rectangle-nv+
1275 +rgba-unsigned-dot-product-mapping-nv+
1276 +unsigned-int-s8-s8-8-8-nv+
1277 +unsigned-int-8-8-s8-s8-rev-nv+
1278 +dsdt-mag-intensity-nv+
1279 +shader-consistent-nv+
1280 +texture-shader-nv+
1281 +shader-operation-nv+
1282 +cull-modes-nv+
1283 +offset-texture-matrix-nv+
1284 +offset-texture-scale-nv+
1285 +offset-texture-bias-nv+
1286 +offset-texture-2d-matrix-nv+
1287 +offset-texture-2d-scale-nv+
1288 +offset-texture-2d-bias-nv+
1289 +previous-texture-input-nv+
1290 +const-eye-nv+
1291 +pass-through-nv+
1292 +cull-fragment-nv+
1293 +offset-texture-2d-nv+
1294 +dependent-ar-texture-2d-nv+
1295 +dependent-gb-texture-2d-nv+
1296 +dot-product-nv+
1297 +dot-product-depth-replace-nv+
1298 +dot-product-texture-2d-nv+
1299 +dot-product-texture-cube-map-nv+
1300 +dot-product-diffuse-cube-map-nv+
1301 +dot-product-reflect-cube-map-nv+
1302 +dot-product-const-eye-reflect-cube-map-nv+
1303 +hilo-nv+
1304 +dsdt-nv+
1305 +dsdt-mag-nv+
1306 +dsdt-mag-vib-nv+
1307 +hilo16-nv+
1308 +signed-hilo-nv+
1309 +signed-hilo16-nv+
1310 +signed-rgba-nv+
1311 +signed-rgba8-nv+
1312 +signed-rgb-nv+
1313 +signed-rgb8-nv+
1314 +signed-luminance-nv+
1315 +signed-luminance8-nv+
1316 +signed-luminance-alpha-nv+
1317 +signed-luminance8-alpha8-nv+
1318 +signed-alpha-nv+
1319 +signed-alpha8-nv+
1320 +signed-intensity-nv+
1321 +signed-intensity8-nv+
1322 +dsdt8-nv+
1323 +dsdt8-mag8-nv+
1324 +dsdt8-mag8-intensity8-nv+
1325 +signed-rgb-unsigned-alpha-nv+
1326 +signed-rgb8-unsigned-alpha8-nv+
1327 +hi-scale-nv+
1328 +lo-scale-nv+
1329 +ds-scale-nv+
1330 +dt-scale-nv+
1331 +magnitude-scale-nv+
1332 +vibrance-scale-nv+
1333 +hi-bias-nv+
1334 +lo-bias-nv+
1335 +ds-bias-nv+
1336 +dt-bias-nv+
1337 +magnitude-bias-nv+
1338 +vibrance-bias-nv+
1339 +texture-border-values-nv+
1340 +texture-hi-size-nv+
1341 +texture-lo-size-nv+
1342 +texture-ds-size-nv+
1343 +texture-dt-size-nv+
1344 +texture-mag-size-nv+
1345 +dot-product-texture-3d-nv+
1346 +vertex-array-range-without-flush-nv+
1347 +scalebias-hint-sgix+
1348 +interlace-oml+
1349 +interlace-read-oml+
1350 +format-subsample-24-24-oml+
1351 +format-subsample-244-244-oml+
1352 +pack-resample-oml+
1353 +unpack-resample-oml+
1354 +resample-replicate-oml+
1355 +resample-zero-fill-oml+
1356 +resample-average-oml+
1357 +resample-decimate-oml+
1358 +depth-stencil-to-rgba-nv+
1359 +depth-stencil-to-bgra-nv+
1360 +slice-accum-sun+
1361 +multisample-filter-hint-nv+
1362 +depth-clamp-nv+
1363 +offset-projective-texture-2d-nv+
1364 +offset-projective-texture-2d-scale-nv+
1365 +offset-projective-texture-rectangle-nv+
1366 +offset-projective-texture-rectangle-scale-nv+
1367 +offset-hilo-texture-2d-nv+
1368 +offset-hilo-texture-rectangle-nv+
1369 +offset-hilo-projective-texture-2d-nv+
1370 +offset-hilo-projective-texture-rectangle-nv+
1371 +dependent-hilo-texture-2d-nv+
1372 +dependent-rgb-texture-3d-nv+
1373 +dependent-rgb-texture-cube-map-nv+
1374 +dot-product-pass-through-nv+
1375 +dot-product-texture-1d-nv+
1376 +dot-product-affine-depth-replace-nv+
1377 +hilo8-nv+
1378 +signed-hilo8-nv+
1379 +force-blue-to-one-nv+
1380 +text-fragment-shader-ati+
1381 +unpack-client-storage-apple+
1382 +ycbcr-422-apple+
1383 +unsigned-short-8-8-apple+
1384 +unsigned-short-8-8-rev-apple+
1385 +rgb-s3tc+
1386 +rgb4-s3tc+
1387 +rgba-s3tc+
1388 +rgba4-s3tc+
1389 +type-rgba-float-ati+
1390 +color-clear-unclamped-value-ati+
1391 +modulate-add-ati+
1392 +modulate-signed-add-ati+
1393 +modulate-subtract-ati+
1394 +rgba-float32-ati+
1395 +rgb-float32-ati+
1396 +alpha-float32-ati+
1397 +intensity-float32-ati+
1398 +luminance-float32-ati+
1399 +luminance-alpha-float32-ati+
1400 +rgba-float16-ati+
1401 +rgb-float16-ati+
1402 +alpha-float16-ati+
1403 +intensity-float16-ati+
1404 +luminance-float16-ati+
1405 +luminance-alpha-float16-ati+
1406 +float-r-nv+
1407 +float-rg-nv+
1408 +float-rgb-nv+
1409 +float-rgba-nv+
1410 +float-r16-nv+
1411 +float-r32-nv+
1412 +float-rg16-nv+
1413 +float-rg32-nv+
1414 +float-rgb16-nv+
1415 +float-rgb32-nv+
1416 +float-rgba16-nv+
1417 +float-rgba32-nv+
1418 +texture-float-components-nv+
1419 +float-clear-color-value-nv+
1420 +float-rgba-mode-nv+
1421 +texture-unsigned-remap-mode-nv+
1422 +implementation-color-read-type-oes+
1423 +implementation-color-read-format-oes+
1424 +mirror-clamp-ext+
1425 +mirror-clamp-to-edge-ext+
1426 +mirror-clamp-to-border-ext+
1427 +pack-invert-mesa+
1428 +unsigned-short-8-8-mesa+
1429 +unsigned-short-8-8-rev-mesa+
1430 +ycbcr-mesa+
1431 +pixel-pack-buffer-ext+
1432 +pixel-unpack-buffer-ext+
1433 +pixel-pack-buffer-binding-ext+
1434 +pixel-unpack-buffer-binding-ext+
1435 +max-program-exec-instructions-nv+
1436 +max-program-call-depth-nv+
1437 +max-program-if-depth-nv+
1438 +max-program-loop-depth-nv+
1439 +max-program-loop-count-nv+
1440 +max-vertex-texture-image-units-arb+
1441 +depth-stencil-ext+
1442 +unsigned-int-24-8-ext+
1443 +depth24-stencil8-ext+
1444 +texture-stencil-size-ext+
1445 +srgb-ext+
1446 +srgb8-ext+
1447 +srgb-alpha-ext+
1448 +srgb8-alpha8-ext+
1449 +sluminance-alpha-ext+
1450 +sluminance8-alpha8-ext+
1451 +sluminance-ext+
1452 +sluminance8-ext+
1453 +compressed-srgb-ext+
1454 +compressed-srgb-alpha-ext+
1455 +compressed-sluminance-ext+
1456 +compressed-sluminance-alpha-ext+
1457 +compressed-srgb-s3tc-dxt1-ext+
1458 +compressed-srgb-alpha-s3tc-dxt1-ext+
1459 +compressed-srgb-alpha-s3tc-dxt3-ext+
1460 +compressed-srgb-alpha-s3tc-dxt5-ext+
1461 +texture-1d-stack-mesax+
1462 +texture-2d-stack-mesax+
1463 +proxy-texture-1d-stack-mesax+
1464 +proxy-texture-2d-stack-mesax+
1465 +texture-1d-stack-binding-mesax+
1466 +texture-2d-stack-binding-mesax+
1467 +r11f-g11f-b10f-ext+
1468 +unsigned-int-10f-11f-11f-rev-ext+
1469 +rgba-signed-components-ext+
1470 +texture-1d-array-ext+
1471 +proxy-texture-1d-array-ext+
1472 +texture-2d-array-ext+
1473 +proxy-texture-2d-array-ext+
1474 +texture-binding-1d-array-ext+
1475 +texture-binding-2d-array-ext+
1476 +max-array-texture-layers-ext+
1477 +compare-ref-depth-to-texture-ext+
1478 +framebuffer-attachment-texture-layer-ext+
1479 +compressed-luminance-latc1-ext+
1480 +compressed-signed-luminance-latc1-ext+
1481 +compressed-luminance-alpha-latc2-ext+
1482 +compressed-signed-luminance-alpha-latc2-ext+
1483 +compressed-red-rgtc1-ext+
1484 +compressed-signed-red-rgtc1-ext+
1485 +compressed-red-green-rgtc2-ext+
1486 +compressed-signed-red-green-rgtc2-ext+
1487 +rgb9-e5-ext+
1488 +unsigned-int-5-9-9-9-rev-ext+
1489 +texture-shared-size-ext+
1490 +framebuffer-srgb-ext+
1491 +framebuffer-srgb-capable-ext+
1492 list-base
1493 gen-lists
1494 delete-lists
1495 call-lists
1496 call-list
1497 end-list
1498 new-list
1499 vertex-4sv
1500 vertex-4s
1501 vertex-4iv
1502 vertex-4i
1503 vertex-4fv
1504 vertex-4f
1505 vertex-4dv
1506 vertex-4d
1507 vertex-3sv
1508 vertex-3s
1509 vertex-3iv
1510 vertex-3i
1511 vertex-3fv
1512 vertex-3f
1513 vertex-3dv
1514 vertex-3d
1515 vertex-2sv
1516 vertex-2s
1517 vertex-2iv
1518 vertex-2i
1519 vertex-2fv
1520 vertex-2f
1521 vertex-2dv
1522 vertex-2d
1523 tex-coord-4sv
1524 tex-coord-4s
1525 tex-coord-4iv
1526 tex-coord-4i
1527 tex-coord-4fv
1528 tex-coord-4f
1529 tex-coord-4dv
1530 tex-coord-4d
1531 tex-coord-3sv
1532 tex-coord-3s
1533 tex-coord-3iv
1534 tex-coord-3i
1535 tex-coord-3fv
1536 tex-coord-3f
1537 tex-coord-3dv
1538 tex-coord-3d
1539 tex-coord-2sv
1540 tex-coord-2s
1541 tex-coord-2iv
1542 tex-coord-2i
1543 tex-coord-2fv
1544 tex-coord-2f
1545 tex-coord-2dv
1546 tex-coord-2d
1547 tex-coord-1sv
1548 tex-coord-1s
1549 tex-coord-1iv
1550 tex-coord-1i
1551 tex-coord-1fv
1552 tex-coord-1f
1553 tex-coord-1dv
1554 tex-coord-1d
1555 rect-sv
1556 rect-s
1557 rect-iv
1558 rect-i
1559 rect-fv
1560 rect-f
1561 rect-dv
1562 rect-d
1563 raster-pos-4sv
1564 raster-pos-4s
1565 raster-pos-4iv
1566 raster-pos-4i
1567 raster-pos-4fv
1568 raster-pos-4f
1569 raster-pos-4dv
1570 raster-pos-4d
1571 raster-pos-3sv
1572 raster-pos-3s
1573 raster-pos-3iv
1574 raster-pos-3i
1575 raster-pos-3fv
1576 raster-pos-3f
1577 raster-pos-3dv
1578 raster-pos-3d
1579 raster-pos-2sv
1580 raster-pos-2s
1581 raster-pos-2iv
1582 raster-pos-2i
1583 raster-pos-2fv
1584 raster-pos-2f
1585 raster-pos-2dv
1586 raster-pos-2d
1587 normal-3sv
1588 normal-3s
1589 normal-3iv
1590 normal-3i
1591 normal-3fv
1592 normal-3f
1593 normal-3dv
1594 normal-3d
1595 normal-3bv
1596 normal-3b
1597 index-sv
1598 index-s
1599 index-iv
1600 index-i
1601 index-fv
1602 index-f
1603 index-dv
1604 index-d
1605 end
1606 edge-flagv
1607 edge-flag
1608 color-4usv
1609 color-4us
1610 color-4uiv
1611 color-4ui
1612 color-4ubv
1613 color-4ub
1614 color-4sv
1615 color-4s
1616 color-4iv
1617 color-4i
1618 color-4fv
1619 color-4f
1620 color-4dv
1621 color-4d
1622 color-4bv
1623 color-4b
1624 color-3usv
1625 color-3us
1626 color-3uiv
1627 color-3ui
1628 color-3ubv
1629 color-3ub
1630 color-3sv
1631 color-3s
1632 color-3iv
1633 color-3i
1634 color-3fv
1635 color-3f
1636 color-3dv
1637 color-3d
1638 color-3bv
1639 color-3b
1640 bitmap
1641 begin
1642 tex-gen-iv
1643 tex-gen-i
1644 tex-gen-fv
1645 tex-gen-f
1646 tex-gen-dv
1647 tex-gen-d
1648 tex-env-iv
1649 tex-env-i
1650 tex-env-fv
1651 tex-env-f
1652 tex-image-2d
1653 tex-image-1d
1654 tex-parameter-iv
1655 tex-parameter-i
1656 tex-parameter-fv
1657 tex-parameter-f
1658 shade-model
1659 scissor
1660 polygon-stipple
1661 polygon-mode
1662 point-size
1663 material-iv
1664 material-i
1665 material-fv
1666 material-f
1667 line-width
1668 line-stipple
1669 light-model-iv
1670 light-model-i
1671 light-model-fv
1672 light-model-f
1673 light-iv
1674 light-i
1675 light-fv
1676 light-f
1677 hint
1678 front-face
1679 fog-iv
1680 fog-i
1681 fog-fv
1682 fog-f
1683 cull-face
1684 color-material
1685 clip-plane
1686 push-name
1687 pop-name
1688 pass-through
1689 load-name
1690 init-names
1691 render-mode
1692 select-buffer
1693 feedback-buffer
1694 index-mask
1695 depth-mask
1696 color-mask
1697 stencil-mask
1698 clear-depth
1699 clear-stencil
1700 clear-color
1701 clear-index
1702 clear-accum
1703 clear
1704 draw-buffer
1705 push-attrib
1706 pop-attrib
1707 flush
1708 finish
1709 enable
1710 disable
1711 accum
1712 eval-point-2
1713 eval-mesh-2
1714 eval-point-1
1715 eval-mesh-1
1716 eval-coord-2fv
1717 eval-coord-2f
1718 eval-coord-2dv
1719 eval-coord-2d
1720 eval-coord-1fv
1721 eval-coord-1f
1722 eval-coord-1dv
1723 eval-coord-1d
1724 map-grid-2f
1725 map-grid-2d
1726 map-grid-1f
1727 map-grid-1d
1728 map-2f
1729 map-2d
1730 map-1f
1731 map-1d
1732 depth-func
1733 stencil-op
1734 stencil-func
1735 logic-op
1736 blend-func
1737 alpha-func
1738 draw-pixels
1739 read-pixels
1740 copy-pixels
1741 read-buffer
1742 pixel-map-usv
1743 pixel-map-uiv
1744 pixel-map-fv
1745 pixel-store-i
1746 pixel-store-f
1747 pixel-transfer-i
1748 pixel-transfer-f
1749 pixel-zoom
1750 is-list
1751 is-enabled
1752 get-tex-level-parameter-iv
1753 get-tex-level-parameter-fv
1754 get-tex-parameter-iv
1755 get-tex-parameter-fv
1756 get-tex-image
1757 get-tex-gen-iv
1758 get-tex-gen-fv
1759 get-tex-gen-dv
1760 get-tex-env-iv
1761 get-tex-env-fv
1762 get-string
1763 get-polygon-stipple
1764 get-pixel-map-usv
1765 get-pixel-map-uiv
1766 get-pixel-map-fv
1767 get-material-iv
1768 get-material-fv
1769 get-map-iv
1770 get-map-fv
1771 get-map-dv
1772 get-light-iv
1773 get-light-fv
1774 get-integerv
1775 get-floatv
1776 get-error
1777 get-doublev
1778 get-clip-plane
1779 get-booleanv
1780 viewport
1781 translate-f
1782 translate-d
1783 scale-f
1784 scale-d
1785 rotate-f
1786 rotate-d
1787 push-matrix
1788 pop-matrix
1789 ortho
1790 mult-matrix-d
1791 mult-matrix-f
1792 matrix-mode
1793 load-matrix-d
1794 load-matrix-f
1795 load-identity
1796 frustum
1797 depth-range
1798 push-client-attrib
1799 pop-client-attrib
1800 index-ubv
1801 index-ub
1802 prioritize-textures
1803 is-texture
1804 gen-textures
1805 delete-textures
1806 bind-texture
1807 are-textures-resident
1808 tex-sub-image-2d
1809 tex-sub-image-1d
1810 copy-tex-sub-image-2d
1811 copy-tex-sub-image-1d
1812 copy-tex-image-2d
1813 copy-tex-image-1d
1814 polygon-offset
1815 vertex-pointer
1816 tex-coord-pointer
1817 normal-pointer
1818 interleaved-arrays
1819 index-pointer
1820 get-pointerv
1821 enable-client-state
1822 edge-flag-pointer
1823 draw-elements
1824 draw-arrays
1825 disable-client-state
1826 color-pointer
1827 array-element
1828 +max-elements-vertices+
1829 +max-elements-indices+
1830 copy-tex-sub-image-3d
1831 tex-sub-image-3d
1832 tex-image-3d
1833 reset-minmax
1834 reset-histogram
1835 minmax
1836 histogram
1837 get-minmax-parameter-iv
1838 get-minmax-parameter-fv
1839 get-minmax
1840 get-histogram-parameter-iv
1841 get-histogram-parameter-fv
1842 get-histogram
1843 separable-filter-2d
1844 get-separable-filter
1845 get-convolution-parameter-iv
1846 get-convolution-parameter-fv
1847 get-convolution-filter
1848 copy-convolution-filter-2d
1849 copy-convolution-filter-1d
1850 convolution-parameter-iv
1851 convolution-parameter-i
1852 convolution-parameter-fv
1853 convolution-parameter-f
1854 convolution-filter-2d
1855 convolution-filter-1d
1856 copy-color-sub-table
1857 color-sub-table
1858 get-color-table-parameter-iv
1859 get-color-table-parameter-fv
1860 get-color-table
1861 copy-color-table
1862 color-table-parameter-iv
1863 color-table-parameter-fv
1864 color-table
1865 draw-range-elements
1866 blend-equation
1867 blend-color
1868 +texture0+
1869 +texture1+
1870 +texture2+
1871 +texture3+
1872 +texture4+
1873 +texture5+
1874 +texture6+
1875 +texture7+
1876 +texture8+
1877 +texture9+
1878 +texture10+
1879 +texture11+
1880 +texture12+
1881 +texture13+
1882 +texture14+
1883 +texture15+
1884 +texture16+
1885 +texture17+
1886 +texture18+
1887 +texture19+
1888 +texture20+
1889 +texture21+
1890 +texture22+
1891 +texture23+
1892 +texture24+
1893 +texture25+
1894 +texture26+
1895 +texture27+
1896 +texture28+
1897 +texture29+
1898 +texture30+
1899 +texture31+
1900 +active-texture+
1901 +client-active-texture+
1902 +max-texture-units+
1903 +transpose-modelview-matrix+
1904 +transpose-projection-matrix+
1905 +transpose-texture-matrix+
1906 +transpose-color-matrix+
1907 +multisample-bit+
1908 +normal-map+
1909 +reflection-map+
1910 +texture-cube-map+
1911 +texture-binding-cube-map+
1912 +texture-cube-map-positive-x+
1913 +texture-cube-map-negative-x+
1914 +texture-cube-map-positive-y+
1915 +texture-cube-map-negative-y+
1916 +texture-cube-map-positive-z+
1917 +texture-cube-map-negative-z+
1918 +proxy-texture-cube-map+
1919 +max-cube-map-texture-size+
1920 +compressed-alpha+
1921 +compressed-luminance+
1922 +compressed-luminance-alpha+
1923 +compressed-intensity+
1924 +compressed-rgb+
1925 +compressed-rgba+
1926 +texture-compression-hint+
1927 +texture-compressed-image-size+
1928 +texture-compressed+
1929 +num-compressed-texture-formats+
1930 +compressed-texture-formats+
1931 +combine+
1932 +combine-rgb+
1933 +combine-alpha+
1934 +source0-rgb+
1935 +source1-rgb+
1936 +source2-rgb+
1937 +source0-alpha+
1938 +source1-alpha+
1939 +source2-alpha+
1940 +operand0-rgb+
1941 +operand1-rgb+
1942 +operand2-rgb+
1943 +operand0-alpha+
1944 +operand1-alpha+
1945 +operand2-alpha+
1946 +rgb-scale+
1947 +add-signed+
1948 +interpolate+
1949 +subtract+
1950 +constant+
1951 +primary-color+
1952 +previous+
1953 +dot3-rgb+
1954 +dot3-rgba+
1955 get-compressed-tex-image
1956 compressed-tex-sub-image-1d
1957 compressed-tex-sub-image-2d
1958 compressed-tex-sub-image-3d
1959 compressed-tex-image-1d
1960 compressed-tex-image-2d
1961 compressed-tex-image-3d
1962 sample-coverage
1963 mult-transpose-matrix-d
1964 mult-transpose-matrix-f
1965 load-transpose-matrix-d
1966 load-transpose-matrix-f
1967 multi-tex-coord-4sv
1968 multi-tex-coord-4s
1969 multi-tex-coord-4iv
1970 multi-tex-coord-4i
1971 multi-tex-coord-4fv
1972 multi-tex-coord-4f
1973 multi-tex-coord-4dv
1974 multi-tex-coord-4d
1975 multi-tex-coord-3sv
1976 multi-tex-coord-3s
1977 multi-tex-coord-3iv
1978 multi-tex-coord-3i
1979 multi-tex-coord-3fv
1980 multi-tex-coord-3f
1981 multi-tex-coord-3dv
1982 multi-tex-coord-3d
1983 multi-tex-coord-2sv
1984 multi-tex-coord-2s
1985 multi-tex-coord-2iv
1986 multi-tex-coord-2i
1987 multi-tex-coord-2fv
1988 multi-tex-coord-2f
1989 multi-tex-coord-2dv
1990 multi-tex-coord-2d
1991 multi-tex-coord-1sv
1992 multi-tex-coord-1s
1993 multi-tex-coord-1iv
1994 multi-tex-coord-1i
1995 multi-tex-coord-1fv
1996 multi-tex-coord-1f
1997 multi-tex-coord-1dv
1998 multi-tex-coord-1d
1999 client-active-texture
2000 active-texture
2001 +blend-dst-rgb+
2002 +blend-src-rgb+
2003 +blend-dst-alpha+
2004 +blend-src-alpha+
2005 +mirrored-repeat+
2006 +fog-coordinate-source+
2007 +fog-coordinate+
2008 +fragment-depth+
2009 +current-fog-coordinate+
2010 +fog-coordinate-array-type+
2011 +fog-coordinate-array-stride+
2012 +fog-coordinate-array-pointer+
2013 +fog-coordinate-array+
2014 +color-sum+
2015 +current-secondary-color+
2016 +secondary-color-array-size+
2017 +secondary-color-array-type+
2018 +secondary-color-array-stride+
2019 +secondary-color-array-pointer+
2020 +secondary-color-array+
2021 +max-texture-lod-bias+
2022 +texture-filter-control+
2023 +texture-lod-bias+
2024 +incr-wrap+
2025 +decr-wrap+
2026 +texture-depth-size+
2027 +depth-texture-mode+
2028 +texture-compare-mode+
2029 +texture-compare-func+
2030 +compare-r-to-texture+
2031 window-pos-3sv
2032 window-pos-3s
2033 window-pos-3iv
2034 window-pos-3i
2035 window-pos-3fv
2036 window-pos-3f
2037 window-pos-3dv
2038 window-pos-3d
2039 window-pos-2sv
2040 window-pos-2s
2041 window-pos-2iv
2042 window-pos-2i
2043 window-pos-2fv
2044 window-pos-2f
2045 window-pos-2dv
2046 window-pos-2d
2047 secondary-color-pointer
2048 secondary-color-3usv
2049 secondary-color-3us
2050 secondary-color-3uiv
2051 secondary-color-3ui
2052 secondary-color-3ubv
2053 secondary-color-3ub
2054 secondary-color-3sv
2055 secondary-color-3s
2056 secondary-color-3iv
2057 secondary-color-3i
2058 secondary-color-3fv
2059 secondary-color-3f
2060 secondary-color-3dv
2061 secondary-color-3d
2062 secondary-color-3bv
2063 secondary-color-3b
2064 point-parameter-iv
2065 point-parameter-i
2066 point-parameter-fv
2067 point-parameter-f
2068 multi-draw-elements
2069 multi-draw-arrays
2070 fog-coord-pointer
2071 fog-coord-dv
2072 fog-coord-d
2073 fog-coord-fv
2074 fog-coord-f
2075 blend-func-separate
2076 +buffer-size+
2077 +buffer-usage+
2078 +query-counter-bits+
2079 +current-query+
2080 +query-result+
2081 +query-result-available+
2082 +array-buffer+
2083 +element-array-buffer+
2084 +array-buffer-binding+
2085 +element-array-buffer-binding+
2086 +vertex-array-buffer-binding+
2087 +normal-array-buffer-binding+
2088 +color-array-buffer-binding+
2089 +index-array-buffer-binding+
2090 +texture-coord-array-buffer-binding+
2091 +edge-flag-array-buffer-binding+
2092 +secondary-color-array-buffer-binding+
2093 +fog-coordinate-array-buffer-binding+
2094 +weight-array-buffer-binding+
2095 +vertex-attrib-array-buffer-binding+
2096 +read-only+
2097 +write-only+
2098 +read-write+
2099 +buffer-access+
2100 +buffer-mapped+
2101 +buffer-map-pointer+
2102 +stream-draw+
2103 +stream-read+
2104 +stream-copy+
2105 +static-draw+
2106 +static-read+
2107 +static-copy+
2108 +dynamic-draw+
2109 +dynamic-read+
2110 +dynamic-copy+
2111 +samples-passed+
2112 +fog-coord-src+
2113 +fog-coord+
2114 +current-fog-coord+
2115 +fog-coord-array-type+
2116 +fog-coord-array-stride+
2117 +fog-coord-array-pointer+
2118 +fog-coord-array+
2119 +fog-coord-array-buffer-binding+
2120 +src0-rgb+
2121 +src1-rgb+
2122 +src2-rgb+
2123 +src0-alpha+
2124 +src1-alpha+
2125 +src2-alpha+
2126 get-buffer-pointerv
2127 get-buffer-parameter-iv
2128 unmap-buffer
2129 map-buffer
2130 get-buffer-sub-data
2131 buffer-sub-data
2132 buffer-data
2133 is-buffer
2134 gen-buffers
2135 delete-buffers
2136 bind-buffer
2137 get-query-object-uiv
2138 get-query-object-iv
2139 get-query-iv
2140 end-query
2141 begin-query
2142 is-query
2143 delete-queries
2144 gen-queries
2145 +blend-equation-rgb+
2146 +vertex-attrib-array-enabled+
2147 +vertex-attrib-array-size+
2148 +vertex-attrib-array-stride+
2149 +vertex-attrib-array-type+
2150 +current-vertex-attrib+
2151 +vertex-program-point-size+
2152 +vertex-program-two-side+
2153 +vertex-attrib-array-pointer+
2154 +stencil-back-func+
2155 +stencil-back-fail+
2156 +stencil-back-pass-depth-fail+
2157 +stencil-back-pass-depth-pass+
2158 +max-draw-buffers+
2159 +draw-buffer0+
2160 +draw-buffer1+
2161 +draw-buffer2+
2162 +draw-buffer3+
2163 +draw-buffer4+
2164 +draw-buffer5+
2165 +draw-buffer6+
2166 +draw-buffer7+
2167 +draw-buffer8+
2168 +draw-buffer9+
2169 +draw-buffer10+
2170 +draw-buffer11+
2171 +draw-buffer12+
2172 +draw-buffer13+
2173 +draw-buffer14+
2174 +draw-buffer15+
2175 +blend-equation-alpha+
2176 +point-sprite+
2177 +coord-replace+
2178 +max-vertex-attribs+
2179 +vertex-attrib-array-normalized+
2180 +max-texture-coords+
2181 +max-texture-image-units+
2182 +fragment-shader+
2183 +vertex-shader+
2184 +max-fragment-uniform-components+
2185 +max-vertex-uniform-components+
2186 +max-varying-floats+
2187 +max-vertex-texture-image-units+
2188 +max-combined-texture-image-units+
2189 +shader-type+
2190 +float-vec2+
2191 +float-vec3+
2192 +float-vec4+
2193 +int-vec2+
2194 +int-vec3+
2195 +int-vec4+
2196 +bool+
2197 +bool-vec2+
2198 +bool-vec3+
2199 +bool-vec4+
2200 +float-mat2+
2201 +float-mat3+
2202 +float-mat4+
2203 +sampler-1d+
2204 +sampler-2d+
2205 +sampler-3d+
2206 +sampler-cube+
2207 +sampler-1d-shadow+
2208 +sampler-2d-shadow+
2209 +delete-status+
2210 +compile-status+
2211 +link-status+
2212 +validate-status+
2213 +info-log-length+
2214 +attached-shaders+
2215 +active-uniforms+
2216 +active-uniform-max-length+
2217 +shader-source-length+
2218 +active-attributes+
2219 +active-attribute-max-length+
2220 +fragment-shader-derivative-hint+
2221 +shading-language-version+
2222 +current-program+
2223 +point-sprite-coord-origin+
2224 +lower-left+
2225 +upper-left+
2226 +stencil-back-ref+
2227 +stencil-back-value-mask+
2228 +stencil-back-writemask+
2229 vertex-attrib-pointer
2230 vertex-attrib-4usv
2231 vertex-attrib-4uiv
2232 vertex-attrib-4ubv
2233 vertex-attrib-4sv
2234 vertex-attrib-4s
2235 vertex-attrib-4iv
2236 vertex-attrib-4fv
2237 vertex-attrib-4f
2238 vertex-attrib-4dv
2239 vertex-attrib-4d
2240 vertex-attrib-4bv
2241 vertex-attrib-4n-usv
2242 vertex-attrib-4n-uiv
2243 vertex-attrib-4n-ubv
2244 vertex-attrib-4n-ub
2245 vertex-attrib-4n-sv
2246 vertex-attrib-4n-iv
2247 vertex-attrib-4n-bv
2248 vertex-attrib-3sv
2249 vertex-attrib-3s
2250 vertex-attrib-3fv
2251 vertex-attrib-3f
2252 vertex-attrib-3dv
2253 vertex-attrib-3d
2254 vertex-attrib-2sv
2255 vertex-attrib-2s
2256 vertex-attrib-2fv
2257 vertex-attrib-2f
2258 vertex-attrib-2dv
2259 vertex-attrib-2d
2260 vertex-attrib-1sv
2261 vertex-attrib-1s
2262 vertex-attrib-1fv
2263 vertex-attrib-1f
2264 vertex-attrib-1dv
2265 vertex-attrib-1d
2266 validate-program
2267 uniform-matrix-4fv
2268 uniform-matrix-3fv
2269 uniform-matrix-2fv
2270 uniform-4iv
2271 uniform-3iv
2272 uniform-2iv
2273 uniform-1iv
2274 uniform-4fv
2275 uniform-3fv
2276 uniform-2fv
2277 uniform-1fv
2278 uniform-4i
2279 uniform-3i
2280 uniform-2i
2281 uniform-1i
2282 uniform-4f
2283 uniform-3f
2284 uniform-2f
2285 uniform-1f
2286 use-program
2287 shader-source
2288 link-program
2289 is-shader
2290 is-program
2291 get-vertex-attrib-pointerv
2292 get-vertex-attrib-iv
2293 get-vertex-attrib-fv
2294 get-vertex-attrib-dv
2295 get-uniform-iv
2296 get-uniform-fv
2297 get-uniform-location
2298 get-shader-source
2299 get-shader-info-log
2300 get-shader-iv
2301 get-program-info-log
2302 get-program-iv
2303 get-attrib-location
2304 get-attached-shaders
2305 get-active-uniform
2306 get-active-attrib
2307 enable-vertex-attrib-array
2308 disable-vertex-attrib-array
2309 detach-shader
2310 delete-shader
2311 delete-program
2312 create-shader
2313 create-program
2314 compile-shader
2315 bind-attrib-location
2316 attach-shader
2317 stencil-mask-separate
2318 stencil-func-separate
2319 stencil-op-separate
2320 draw-buffers
2321 blend-equation-separate
2322 +current-raster-secondary-color+
2323 +pixel-pack-buffer+
2324 +pixel-unpack-buffer+
2325 +pixel-pack-buffer-binding+
2326 +pixel-unpack-buffer-binding+
2327 +float-mat2x3+
2328 +float-mat2x4+
2329 +float-mat3x2+
2330 +float-mat3x4+
2331 +float-mat4x2+
2332 +float-mat4x3+
2333 +srgb+
2334 +srgb8+
2335 +srgb-alpha+
2336 +srgb8-alpha8+
2337 +sluminance-alpha+
2338 +sluminance8-alpha8+
2339 +sluminance+
2340 +sluminance8+
2341 +compressed-srgb+
2342 +compressed-srgb-alpha+
2343 +compressed-sluminance+
2344 +compressed-sluminance-alpha+
2345 uniform-matrix-4x-3fv
2346 uniform-matrix-3x-4fv
2347 uniform-matrix-4x-2fv
2348 uniform-matrix-2x-4fv
2349 uniform-matrix-3x-2fv
2350 uniform-matrix-2x-3fv
2351 blend-func-separate-ingr
2352 igloo-interface-sgix
2353 +rgba32ui-ext+
2354 +rgb32ui-ext+
2355 +alpha32ui-ext+
2356 +intensity32ui-ext+
2357 +luminance32ui-ext+
2358 +luminance-alpha32ui-ext+
2359 +rgba16ui-ext+
2360 +rgb16ui-ext+
2361 +alpha16ui-ext+
2362 +intensity16ui-ext+
2363 +luminance16ui-ext+
2364 +luminance-alpha16ui-ext+
2365 +rgba8ui-ext+
2366 +rgb8ui-ext+
2367 +alpha8ui-ext+
2368 +intensity8ui-ext+
2369 +luminance8ui-ext+
2370 +luminance-alpha8ui-ext+
2371 +rgba32i-ext+
2372 +rgb32i-ext+
2373 +alpha32i-ext+
2374 +intensity32i-ext+
2375 +luminance32i-ext+
2376 +luminance-alpha32i-ext+
2377 +rgba16i-ext+
2378 +rgb16i-ext+
2379 +alpha16i-ext+
2380 +intensity16i-ext+
2381 +luminance16i-ext+
2382 +luminance-alpha16i-ext+
2383 +rgba8i-ext+
2384 +rgb8i-ext+
2385 +alpha8i-ext+
2386 +intensity8i-ext+
2387 +luminance8i-ext+
2388 +luminance-alpha8i-ext+
2389 +red-integer-ext+
2390 +green-integer-ext+
2391 +blue-integer-ext+
2392 +alpha-integer-ext+
2393 +rgb-integer-ext+
2394 +rgba-integer-ext+
2395 +bgr-integer-ext+
2396 +bgra-integer-ext+
2397 +luminance-integer-ext+
2398 +luminance-alpha-integer-ext+
2399 +rgba-integer-mode-ext+
2400 clear-color-i-ui-ext
2401 clear-color-i-i-ext
2402 get-tex-parameter-i-uiv-ext
2403 get-tex-parameter-i-iv-ext
2404 tex-parameter-i-uiv-ext
2405 tex-parameter-i-iv-ext
2406 +max-vertex-bindable-uniforms-ext+
2407 +max-fragment-bindable-uniforms-ext+
2408 +max-geometry-bindable-uniforms-ext+
2409 +max-bindable-uniform-size-ext+
2410 +uniform-buffer-ext+
2411 +uniform-buffer-binding-ext+
2412 get-uniform-offset-ext
2413 get-uniform-buffer-size-ext
2414 uniform-buffer-ext
2415 +back-primary-color-nv+
2416 +back-secondary-color-nv+
2417 +texture-coord-nv+
2418 +clip-distance-nv+
2419 +vertex-id-nv+
2420 +primitive-id-nv+
2421 +generic-attrib-nv+
2422 +transform-feedback-attribs-nv+
2423 +transform-feedback-buffer-mode-nv+
2424 +max-transform-feedback-separate-components-nv+
2425 +active-varyings-nv+
2426 +active-varying-max-length-nv+
2427 +transform-feedback-varyings-nv+
2428 +transform-feedback-buffer-start-nv+
2429 +transform-feedback-buffer-size-nv+
2430 +transform-feedback-record-nv+
2431 +primitives-generated-nv+
2432 +transform-feedback-primitives-written-nv+
2433 +rasterizer-discard-nv+
2434 +max-transform-feedback-interleaved-attribs-nv+
2435 +max-transform-feedback-separate-attribs-nv+
2436 +interleaved-attribs-nv+
2437 +separate-attribs-nv+
2438 +transform-feedback-buffer-nv+
2439 +transform-feedback-buffer-binding-nv+
2440 get-transform-feedback-varying-nv
2441 get-active-varying-nv
2442 get-varying-location-nv
2443 active-varying-nv
2444 transform-feedback-varyings-nv
2445 bind-buffer-base-nv
2446 bind-buffer-offset-nv
2447 bind-buffer-range-nv
2448 transform-feedback-attribs-nv
2449 end-transform-feedback-nv
2450 begin-transform-feedback-nv
2451 is-enabled-indexed-ext
2452 disable-indexed-ext
2453 enable-indexed-ext
2454 get-integer-indexed-v-ext
2455 get-boolean-indexed-v-ext
2456 color-mask-indexed-ext
2457 +max-program-parameter-buffer-bindings-nv+
2458 +max-program-parameter-buffer-size-nv+
2459 +vertex-program-parameter-buffer-nv+
2460 +geometry-program-parameter-buffer-nv+
2461 +fragment-program-parameter-buffer-nv+
2462 program-buffer-parameters-i-uiv-nv
2463 program-buffer-parameters-i-iv-nv
2464 program-buffer-parameters-fv-nv
2465 +renderbuffer-coverage-samples-nv+
2466 +renderbuffer-color-samples-nv+
2467 +max-multisample-coverage-modes-nv+
2468 +multisample-coverage-modes-nv+
2469 renderbuffer-storage-multisample-coverage-nv
2470 +depth-component32f-nv+
2471 +depth32f-stencil8-nv+
2472 +float-32-unsigned-int-24-8-rev-nv+
2473 +depth-buffer-float-mode-nv+
2474 depth-bounds-d-nv
2475 clear-depth-d-nv
2476 depth-ranged-nv
2477 +texture-buffer-ext+
2478 +max-texture-buffer-size-ext+
2479 +texture-binding-buffer-ext+
2480 +texture-buffer-data-store-binding-ext+
2481 +texture-buffer-format-ext+
2482 tex-buffer-ext
2483 draw-elements-instanced-ext
2484 draw-arrays-instanced-ext
2485 +sampler-1d-array-ext+
2486 +sampler-2d-array-ext+
2487 +sampler-buffer-ext+
2488 +sampler-1d-array-shadow-ext+
2489 +sampler-2d-array-shadow-ext+
2490 +sampler-cube-shadow-ext+
2491 +unsigned-int-vec2-ext+
2492 +unsigned-int-vec3-ext+
2493 +unsigned-int-vec4-ext+
2494 +int-sampler-1d-ext+
2495 +int-sampler-2d-ext+
2496 +int-sampler-3d-ext+
2497 +int-sampler-cube-ext+
2498 +int-sampler-2d-rect-ext+
2499 +int-sampler-1d-array-ext+
2500 +int-sampler-2d-array-ext+
2501 +int-sampler-buffer-ext+
2502 +unsigned-int-sampler-1d-ext+
2503 +unsigned-int-sampler-2d-ext+
2504 +unsigned-int-sampler-3d-ext+
2505 +unsigned-int-sampler-cube-ext+
2506 +unsigned-int-sampler-2d-rect-ext+
2507 +unsigned-int-sampler-1d-array-ext+
2508 +unsigned-int-sampler-2d-array-ext+
2509 +unsigned-int-sampler-buffer-ext+
2510 uniform-4uiv-ext
2511 uniform-3uiv-ext
2512 uniform-2uiv-ext
2513 uniform-1uiv-ext
2514 uniform-4ui-ext
2515 uniform-3ui-ext
2516 uniform-2ui-ext
2517 uniform-1ui-ext
2518 get-frag-data-location-ext
2519 bind-frag-data-location-ext
2520 get-uniform-uiv-ext
2521 +vertex-attrib-array-integer-nv+
2522 get-vertex-attrib-i-uiv-ext
2523 get-vertex-attrib-i-iv-ext
2524 vertex-attrib-ipointer-ext
2525 vertex-attrib-i-4usv-ext
2526 vertex-attrib-i-4ubv-ext
2527 vertex-attrib-i-4sv-ext
2528 vertex-attrib-i-4bv-ext
2529 vertex-attrib-i-4uiv-ext
2530 vertex-attrib-i-3uiv-ext
2531 vertex-attrib-i-2uiv-ext
2532 vertex-attrib-i-1uiv-ext
2533 vertex-attrib-i-4iv-ext
2534 vertex-attrib-i-3iv-ext
2535 vertex-attrib-i-2iv-ext
2536 vertex-attrib-i-1iv-ext
2537 vertex-attrib-i-4ui-ext
2538 vertex-attrib-i-3ui-ext
2539 vertex-attrib-i-2ui-ext
2540 vertex-attrib-i-1ui-ext
2541 vertex-attrib-i-4i-ext
2542 vertex-attrib-i-3i-ext
2543 vertex-attrib-i-2i-ext
2544 vertex-attrib-i-1i-ext
2545 +geometry-shader-ext+
2546 +max-geometry-varying-components-ext+
2547 +max-vertex-varying-components-ext+
2548 +max-varying-components-ext+
2549 +max-geometry-uniform-components-ext+
2550 +max-geometry-output-vertices-ext+
2551 +max-geometry-total-output-components-ext+
2552 program-parameter-i-ext
2553 +lines-adjacency-ext+
2554 +line-strip-adjacency-ext+
2555 +triangles-adjacency-ext+
2556 +triangle-strip-adjacency-ext+
2557 +geometry-program-nv+
2558 +max-program-output-vertices-nv+
2559 +max-program-total-output-components-nv+
2560 +geometry-vertices-out-ext+
2561 +geometry-input-type-ext+
2562 +geometry-output-type-ext+
2563 +max-geometry-texture-image-units-ext+
2564 +framebuffer-attachment-layered-ext+
2565 +framebuffer-incomplete-layer-targets-ext+
2566 +framebuffer-incomplete-layer-count-ext+
2567 +program-point-size-ext+
2568 framebuffer-texture-face-ext
2569 framebuffer-texture-layer-ext
2570 framebuffer-texture-ext
2571 program-vertex-limit-nv
2572 +min-program-texel-offset-nv+
2573 +max-program-texel-offset-nv+
2574 +program-attrib-components-nv+
2575 +program-result-components-nv+
2576 +max-program-attrib-components-nv+
2577 +max-program-result-components-nv+
2578 +max-program-generic-attribs-nv+
2579 +max-program-generic-results-nv+
2580 get-program-env-parameter-i-uiv-nv
2581 get-program-env-parameter-i-iv-nv
2582 get-program-local-parameter-i-uiv-nv
2583 get-program-local-parameter-i-iv-nv
2584 program-env-parameters-i-4uiv-nv
2585 program-env-parameter-i-4uiv-nv
2586 program-env-parameter-i-4ui-nv
2587 program-env-parameters-i-4iv-nv
2588 program-env-parameter-i-4iv-nv
2589 program-env-parameter-i-4i-nv
2590 program-local-parameters-i-4uiv-nv
2591 program-local-parameter-i-4uiv-nv
2592 program-local-parameter-i-4ui-nv
2593 program-local-parameters-i-4iv-nv
2594 program-local-parameter-i-4iv-nv
2595 program-local-parameter-i-4i-nv
2596 +buffer-serialized-modify-apple+
2597 +buffer-flushing-unmap-apple+
2598 flush-mapped-buffer-range-apple
2599 buffer-parameter-i-apple
2600 program-local-parameters-4fv-ext
2601 program-env-parameters-4fv-ext
2602 +time-elapsed-ext+
2603 get-query-objectui-64v-ext
2604 get-query-objecti-64v-ext
2605 +renderbuffer-samples-ext+
2606 +framebuffer-incomplete-multisample-ext+
2607 +max-samples-ext+
2608 renderbuffer-storage-multisample-ext
2609 +read-framebuffer-ext+
2610 +draw-framebuffer-ext+
2611 +read-framebuffer-binding-ext+
2612 +draw-framebuffer-binding-ext+
2613 blit-framebuffer-ext
2614 +stencil-tag-bits-ext+
2615 +stencil-clear-tag-value-ext+
2616 stencil-clear-tag-ext
2617 string-marker-gremedy
2618 +invalid-framebuffer-operation-ext+
2619 +max-renderbuffer-size-ext+
2620 +framebuffer-binding-ext+
2621 +renderbuffer-binding-ext+
2622 +framebuffer-attachment-object-type-ext+
2623 +framebuffer-attachment-object-name-ext+
2624 +framebuffer-attachment-texture-level-ext+
2625 +framebuffer-attachment-texture-cube-map-face-ext+
2626 +framebuffer-attachment-texture-3d-zoffset-ext+
2627 +framebuffer-complete-ext+
2628 +framebuffer-incomplete-attachment-ext+
2629 +framebuffer-incomplete-missing-attachment-ext+
2630 +framebuffer-incomplete-dimensions-ext+
2631 +framebuffer-incomplete-formats-ext+
2632 +framebuffer-incomplete-draw-buffer-ext+
2633 +framebuffer-incomplete-read-buffer-ext+
2634 +framebuffer-unsupported-ext+
2635 +max-color-attachments-ext+
2636 +color-attachment0-ext+
2637 +color-attachment1-ext+
2638 +color-attachment2-ext+
2639 +color-attachment3-ext+
2640 +color-attachment4-ext+
2641 +color-attachment5-ext+
2642 +color-attachment6-ext+
2643 +color-attachment7-ext+
2644 +color-attachment8-ext+
2645 +color-attachment9-ext+
2646 +color-attachment10-ext+
2647 +color-attachment11-ext+
2648 +color-attachment12-ext+
2649 +color-attachment13-ext+
2650 +color-attachment14-ext+
2651 +color-attachment15-ext+
2652 +depth-attachment-ext+
2653 +stencil-attachment-ext+
2654 +framebuffer-ext+
2655 +renderbuffer-ext+
2656 +renderbuffer-width-ext+
2657 +renderbuffer-height-ext+
2658 +renderbuffer-internal-format-ext+
2659 +stencil-index1-ext+
2660 +stencil-index4-ext+
2661 +stencil-index8-ext+
2662 +stencil-index16-ext+
2663 +renderbuffer-red-size-ext+
2664 +renderbuffer-green-size-ext+
2665 +renderbuffer-blue-size-ext+
2666 +renderbuffer-alpha-size-ext+
2667 +renderbuffer-depth-size-ext+
2668 +renderbuffer-stencil-size-ext+
2669 generate-mipmap-ext
2670 get-framebuffer-attachment-parameter-iv-ext
2671 framebuffer-renderbuffer-ext
2672 framebuffer-texture-3d-ext
2673 framebuffer-texture-2d-ext
2674 framebuffer-texture-1d-ext
2675 check-framebuffer-status-ext
2676 gen-framebuffers-ext
2677 delete-framebuffers-ext
2678 bind-framebuffer-ext
2679 is-framebuffer-ext
2680 get-renderbuffer-parameter-iv-ext
2681 renderbuffer-storage-ext
2682 gen-renderbuffers-ext
2683 delete-renderbuffers-ext
2684 bind-renderbuffer-ext
2685 is-renderbuffer-ext
2686 +blend-equation-rgb-ext+
2687 +blend-equation-alpha-ext+
2688 blend-equation-separate-ext
2689 +depth-bounds-test-ext+
2690 +depth-bounds-ext+
2691 depth-bounds-ext
2692 get-vertex-attrib-array-object-iv-ati
2693 get-vertex-attrib-array-object-fv-ati
2694 vertex-attrib-array-object-ati
2695 +stencil-back-func-ati+
2696 +stencil-back-fail-ati+
2697 +stencil-back-pass-depth-fail-ati+
2698 +stencil-back-pass-depth-pass-ati+
2699 stencil-func-separate-ati
2700 stencil-op-separate-ati
2701 unmap-object-buffer-ati
2702 map-object-buffer-ati
2703 +primitive-restart-nv+
2704 +primitive-restart-index-nv+
2705 primitive-restart-index-nv
2706 primitive-restart-nv
2707 +write-pixel-data-range-nv+
2708 +read-pixel-data-range-nv+
2709 +write-pixel-data-range-length-nv+
2710 +read-pixel-data-range-length-nv+
2711 +write-pixel-data-range-pointer-nv+
2712 +read-pixel-data-range-pointer-nv+
2713 flush-pixel-data-range-nv
2714 pixel-data-range-nv
2715 +half-float-nv+
2716 vertex-attribs-4hv-nv
2717 vertex-attribs-3hv-nv
2718 vertex-attribs-2hv-nv
2719 vertex-attribs-1hv-nv
2720 vertex-attrib-4hv-nv
2721 vertex-attrib-4h-nv
2722 vertex-attrib-3hv-nv
2723 vertex-attrib-3h-nv
2724 vertex-attrib-2hv-nv
2725 vertex-attrib-2h-nv
2726 vertex-attrib-1hv-nv
2727 vertex-attrib-1h-nv
2728 vertex-weight-hv-nv
2729 vertex-weight-h-nv
2730 secondary-color-3hv-nv
2731 secondary-color-3h-nv
2732 fog-coord-hv-nv
2733 fog-coord-h-nv
2734 multi-tex-coord-4hv-nv
2735 multi-tex-coord-4h-nv
2736 multi-tex-coord-3hv-nv
2737 multi-tex-coord-3h-nv
2738 multi-tex-coord-2hv-nv
2739 multi-tex-coord-2h-nv
2740 multi-tex-coord-1hv-nv
2741 multi-tex-coord-1h-nv
2742 tex-coord-4hv-nv
2743 tex-coord-4h-nv
2744 tex-coord-3hv-nv
2745 tex-coord-3h-nv
2746 tex-coord-2hv-nv
2747 tex-coord-2h-nv
2748 tex-coord-1hv-nv
2749 tex-coord-1h-nv
2750 color-4hv-nv
2751 color-4h-nv
2752 color-3hv-nv
2753 color-3h-nv
2754 normal-3hv-nv
2755 normal-3h-nv
2756 vertex-4hv-nv
2757 vertex-4h-nv
2758 vertex-3hv-nv
2759 vertex-3h-nv
2760 vertex-2hv-nv
2761 vertex-2h-nv
2762 +max-fragment-program-local-parameters-nv+
2763 +fragment-program-nv+
2764 +max-texture-coords-nv+
2765 +max-texture-image-units-nv+
2766 +fragment-program-binding-nv+
2767 +program-error-string-nv+
2768 get-program-named-parameter-dv-nv
2769 get-program-named-parameter-fv-nv
2770 program-named-parameter-4dv-nv
2771 program-named-parameter-4fv-nv
2772 program-named-parameter-4d-nv
2773 program-named-parameter-4f-nv
2774 +max-draw-buffers-ati+
2775 +draw-buffer0-ati+
2776 +draw-buffer1-ati+
2777 +draw-buffer2-ati+
2778 +draw-buffer3-ati+
2779 +draw-buffer4-ati+
2780 +draw-buffer5-ati+
2781 +draw-buffer6-ati+
2782 +draw-buffer7-ati+
2783 +draw-buffer8-ati+
2784 +draw-buffer9-ati+
2785 +draw-buffer10-ati+
2786 +draw-buffer11-ati+
2787 +draw-buffer12-ati+
2788 +draw-buffer13-ati+
2789 +draw-buffer14-ati+
2790 +draw-buffer15-ati+
2791 draw-buffers-ati
2792 +vertex-array-range-apple+
2793 +vertex-array-range-length-apple+
2794 +vertex-array-storage-hint-apple+
2795 +vertex-array-range-pointer-apple+
2796 +storage-cached-apple+
2797 +storage-shared-apple+
2798 vertex-array-parameter-i-apple
2799 flush-vertex-array-range-apple
2800 vertex-array-range-apple
2801 +vertex-array-binding-apple+
2802 is-vertex-array-apple
2803 gen-vertex-arrays-apple
2804 delete-vertex-arrays-apple
2805 bind-vertex-array-apple
2806 +draw-pixels-apple+
2807 +fence-apple+
2808 finish-object-apple
2809 test-object-apple
2810 finish-fence-apple
2811 test-fence-apple
2812 is-fence-apple
2813 set-fence-apple
2814 delete-fences-apple
2815 gen-fences-apple
2816 +element-array-apple+
2817 +element-array-type-apple+
2818 +element-array-pointer-apple+
2819 multi-draw-range-element-array-apple
2820 multi-draw-element-array-apple
2821 draw-range-element-array-apple
2822 draw-element-array-apple
2823 element-pointer-apple
2824 +stencil-test-two-side-ext+
2825 +active-stencil-face-ext+
2826 active-stencil-face-ext
2827 +point-sprite-nv+
2828 +coord-replace-nv+
2829 +point-sprite-r-mode-nv+
2830 point-parameter-iv-nv
2831 point-parameter-i-nv
2832 +pixel-counter-bits-nv+
2833 +current-occlusion-query-id-nv+
2834 +pixel-count-nv+
2835 +pixel-count-available-nv+
2836 get-occlusion-query-uiv-nv
2837 get-occlusion-query-iv-nv
2838 end-occlusion-query-nv
2839 begin-occlusion-query-nv
2840 is-occlusion-query-nv
2841 delete-occlusion-queries-nv
2842 gen-occlusion-queries-nv
2843 +quad-mesh-sun+
2844 +triangle-mesh-sun+
2845 draw-mesh-arrays-sun
2846 +element-array-ati+
2847 +element-array-type-ati+
2848 +element-array-pointer-ati+
2849 draw-range-element-array-ati
2850 draw-element-array-ati
2851 element-pointer-ati
2852 +max-vertex-streams-ati+
2853 +vertex-stream0-ati+
2854 +vertex-stream1-ati+
2855 +vertex-stream2-ati+
2856 +vertex-stream3-ati+
2857 +vertex-stream4-ati+
2858 +vertex-stream5-ati+
2859 +vertex-stream6-ati+
2860 +vertex-stream7-ati+
2861 +vertex-source-ati+
2862 vertex-blend-env-f-ati
2863 vertex-blend-env-i-ati
2864 client-active-vertex-stream-ati
2865 normal-stream-3dv-ati
2866 normal-stream-3d-ati
2867 normal-stream-3fv-ati
2868 normal-stream-3f-ati
2869 normal-stream-3iv-ati
2870 normal-stream-3i-ati
2871 normal-stream-3sv-ati
2872 normal-stream-3s-ati
2873 normal-stream-3bv-ati
2874 normal-stream-3b-ati
2875 vertex-stream-4dv-ati
2876 vertex-stream-4d-ati
2877 vertex-stream-4fv-ati
2878 vertex-stream-4f-ati
2879 vertex-stream-4iv-ati
2880 vertex-stream-4i-ati
2881 vertex-stream-4sv-ati
2882 vertex-stream-4s-ati
2883 vertex-stream-3dv-ati
2884 vertex-stream-3d-ati
2885 vertex-stream-3fv-ati
2886 vertex-stream-3f-ati
2887 vertex-stream-3iv-ati
2888 vertex-stream-3i-ati
2889 vertex-stream-3sv-ati
2890 vertex-stream-3s-ati
2891 vertex-stream-2dv-ati
2892 vertex-stream-2d-ati
2893 vertex-stream-2fv-ati
2894 vertex-stream-2f-ati
2895 vertex-stream-2iv-ati
2896 vertex-stream-2i-ati
2897 vertex-stream-2sv-ati
2898 vertex-stream-2s-ati
2899 vertex-stream-1dv-ati
2900 vertex-stream-1d-ati
2901 vertex-stream-1fv-ati
2902 vertex-stream-1f-ati
2903 vertex-stream-1iv-ati
2904 vertex-stream-1i-ati
2905 vertex-stream-1sv-ati
2906 vertex-stream-1s-ati
2907 +vertex-shader-ext+
2908 +vertex-shader-binding-ext+
2909 +op-index-ext+
2910 +op-negate-ext+
2911 +op-dot3-ext+
2912 +op-dot4-ext+
2913 +op-mul-ext+
2914 +op-add-ext+
2915 +op-madd-ext+
2916 +op-frac-ext+
2917 +op-max-ext+
2918 +op-min-ext+
2919 +op-set-ge-ext+
2920 +op-set-lt-ext+
2921 +op-clamp-ext+
2922 +op-floor-ext+
2923 +op-round-ext+
2924 +op-exp-base-2-ext+
2925 +op-log-base-2-ext+
2926 +op-power-ext+
2927 +op-recip-ext+
2928 +op-recip-sqrt-ext+
2929 +op-sub-ext+
2930 +op-cross-product-ext+
2931 +op-multiply-matrix-ext+
2932 +op-mov-ext+
2933 +output-vertex-ext+
2934 +output-color0-ext+
2935 +output-color1-ext+
2936 +output-texture-coord0-ext+
2937 +output-texture-coord1-ext+
2938 +output-texture-coord2-ext+
2939 +output-texture-coord3-ext+
2940 +output-texture-coord4-ext+
2941 +output-texture-coord5-ext+
2942 +output-texture-coord6-ext+
2943 +output-texture-coord7-ext+
2944 +output-texture-coord8-ext+
2945 +output-texture-coord9-ext+
2946 +output-texture-coord10-ext+
2947 +output-texture-coord11-ext+
2948 +output-texture-coord12-ext+
2949 +output-texture-coord13-ext+
2950 +output-texture-coord14-ext+
2951 +output-texture-coord15-ext+
2952 +output-texture-coord16-ext+
2953 +output-texture-coord17-ext+
2954 +output-texture-coord18-ext+
2955 +output-texture-coord19-ext+
2956 +output-texture-coord20-ext+
2957 +output-texture-coord21-ext+
2958 +output-texture-coord22-ext+
2959 +output-texture-coord23-ext+
2960 +output-texture-coord24-ext+
2961 +output-texture-coord25-ext+
2962 +output-texture-coord26-ext+
2963 +output-texture-coord27-ext+
2964 +output-texture-coord28-ext+
2965 +output-texture-coord29-ext+
2966 +output-texture-coord30-ext+
2967 +output-texture-coord31-ext+
2968 +output-fog-ext+
2969 +scalar-ext+
2970 +vector-ext+
2971 +matrix-ext+
2972 +variant-ext+
2973 +invariant-ext+
2974 +local-constant-ext+
2975 +local-ext+
2976 +max-vertex-shader-instructions-ext+
2977 +max-vertex-shader-variants-ext+
2978 +max-vertex-shader-invariants-ext+
2979 +max-vertex-shader-local-constants-ext+
2980 +max-vertex-shader-locals-ext+
2981 +max-optimized-vertex-shader-instructions-ext+
2982 +max-optimized-vertex-shader-variants-ext+
2983 +max-optimized-vertex-shader-local-constants-ext+
2984 +max-optimized-vertex-shader-invariants-ext+
2985 +max-optimized-vertex-shader-locals-ext+
2986 +vertex-shader-instructions-ext+
2987 +vertex-shader-variants-ext+
2988 +vertex-shader-invariants-ext+
2989 +vertex-shader-local-constants-ext+
2990 +vertex-shader-locals-ext+
2991 +vertex-shader-optimized-ext+
2992 +x-ext+
2993 +y-ext+
2994 +z-ext+
2995 +w-ext+
2996 +negative-x-ext+
2997 +negative-y-ext+
2998 +negative-z-ext+
2999 +negative-w-ext+
3000 +zero-ext+
3001 +one-ext+
3002 +negative-one-ext+
3003 +normalized-range-ext+
3004 +full-range-ext+
3005 +current-vertex-ext+
3006 +mvp-matrix-ext+
3007 +variant-value-ext+
3008 +variant-datatype-ext+
3009 +variant-array-stride-ext+
3010 +variant-array-type-ext+
3011 +variant-array-ext+
3012 +variant-array-pointer-ext+
3013 +invariant-value-ext+
3014 +invariant-datatype-ext+
3015 +local-constant-value-ext+
3016 +local-constant-datatype-ext+
3017 get-local-constant-floatv-ext
3018 get-local-constant-integerv-ext
3019 get-local-constant-booleanv-ext
3020 get-invariant-floatv-ext
3021 get-invariant-integerv-ext
3022 get-invariant-booleanv-ext
3023 get-variant-pointerv-ext
3024 get-variant-floatv-ext
3025 get-variant-integerv-ext
3026 get-variant-booleanv-ext
3027 is-variant-enabled-ext
3028 bind-parameter-ext
3029 bind-texture-unit-parameter-ext
3030 bind-tex-gen-parameter-ext
3031 bind-material-parameter-ext
3032 bind-light-parameter-ext
3033 disable-variant-client-state-ext
3034 enable-variant-client-state-ext
3035 variant-pointer-ext
3036 variant-uiv-ext
3037 variant-usv-ext
3038 variant-ubv-ext
3039 variant-dv-ext
3040 variant-fv-ext
3041 variant-iv-ext
3042 variant-sv-ext
3043 variant-bv-ext
3044 set-local-constant-ext
3045 set-invariant-ext
3046 gen-symbols-ext
3047 extract-component-ext
3048 insert-component-ext
3049 write-mask-ext
3050 swizzle-ext
3051 shader-op-3-ext
3052 shader-op-2-ext
3053 shader-op-1-ext
3054 delete-vertex-shader-ext
3055 gen-vertex-shaders-ext
3056 bind-vertex-shader-ext
3057 end-vertex-shader-ext
3058 begin-vertex-shader-ext
3059 +static-ati+
3060 +dynamic-ati+
3061 +preserve-ati+
3062 +discard-ati+
3063 +object-buffer-size-ati+
3064 +object-buffer-usage-ati+
3065 +array-object-buffer-ati+
3066 +array-object-offset-ati+
3067 get-variant-array-object-iv-ati
3068 get-variant-array-object-fv-ati
3069 variant-array-object-ati
3070 get-array-object-iv-ati
3071 get-array-object-fv-ati
3072 array-object-ati
3073 free-object-buffer-ati
3074 get-object-buffer-iv-ati
3075 get-object-buffer-fv-ati
3076 update-object-buffer-ati
3077 is-object-buffer-ati
3078 new-object-buffer-ati
3079 +pn-triangles-ati+
3080 +max-pn-triangles-tesselation-level-ati+
3081 +pn-triangles-point-mode-ati+
3082 +pn-triangles-normal-mode-ati+
3083 +pn-triangles-tesselation-level-ati+
3084 +pn-triangles-point-mode-linear-ati+
3085 +pn-triangles-point-mode-cubic-ati+
3086 +pn-triangles-normal-mode-linear-ati+
3087 +pn-triangles-normal-mode-quadratic-ati+
3088 pntriangles-f-ati
3089 pntriangles-i-ati
3090 +fragment-shader-ati+
3091 +reg-0-ati+
3092 +reg-1-ati+
3093 +reg-2-ati+
3094 +reg-3-ati+
3095 +reg-4-ati+
3096 +reg-5-ati+
3097 +reg-6-ati+
3098 +reg-7-ati+
3099 +reg-8-ati+
3100 +reg-9-ati+
3101 +reg-10-ati+
3102 +reg-11-ati+
3103 +reg-12-ati+
3104 +reg-13-ati+
3105 +reg-14-ati+
3106 +reg-15-ati+
3107 +reg-16-ati+
3108 +reg-17-ati+
3109 +reg-18-ati+
3110 +reg-19-ati+
3111 +reg-20-ati+
3112 +reg-21-ati+
3113 +reg-22-ati+
3114 +reg-23-ati+
3115 +reg-24-ati+
3116 +reg-25-ati+
3117 +reg-26-ati+
3118 +reg-27-ati+
3119 +reg-28-ati+
3120 +reg-29-ati+
3121 +reg-30-ati+
3122 +reg-31-ati+
3123 +con-0-ati+
3124 +con-1-ati+
3125 +con-2-ati+
3126 +con-3-ati+
3127 +con-4-ati+
3128 +con-5-ati+
3129 +con-6-ati+
3130 +con-7-ati+
3131 +con-8-ati+
3132 +con-9-ati+
3133 +con-10-ati+
3134 +con-11-ati+
3135 +con-12-ati+
3136 +con-13-ati+
3137 +con-14-ati+
3138 +con-15-ati+
3139 +con-16-ati+
3140 +con-17-ati+
3141 +con-18-ati+
3142 +con-19-ati+
3143 +con-20-ati+
3144 +con-21-ati+
3145 +con-22-ati+
3146 +con-23-ati+
3147 +con-24-ati+
3148 +con-25-ati+
3149 +con-26-ati+
3150 +con-27-ati+
3151 +con-28-ati+
3152 +con-29-ati+
3153 +con-30-ati+
3154 +con-31-ati+
3155 +mov-ati+
3156 +add-ati+
3157 +mul-ati+
3158 +sub-ati+
3159 +dot3-ati+
3160 +dot4-ati+
3161 +mad-ati+
3162 +lerp-ati+
3163 +cnd-ati+
3164 +cnd0-ati+
3165 +dot2-add-ati+
3166 +secondary-interpolator-ati+
3167 +num-fragment-registers-ati+
3168 +num-fragment-constants-ati+
3169 +num-passes-ati+
3170 +num-instructions-per-pass-ati+
3171 +num-instructions-total-ati+
3172 +num-input-interpolator-components-ati+
3173 +num-loopback-components-ati+
3174 +color-alpha-pairing-ati+
3175 +swizzle-str-ati+
3176 +swizzle-stq-ati+
3177 +swizzle-str-dr-ati+
3178 +swizzle-stq-dq-ati+
3179 +swizzle-strq-ati+
3180 +swizzle-strq-dq-ati+
3181 +red-bit-ati+
3182 +green-bit-ati+
3183 +blue-bit-ati+
3184 +4x-bit-ati+
3185 +8x-bit-ati+
3186 +half-bit-ati+
3187 +quarter-bit-ati+
3188 +eighth-bit-ati+
3189 +saturate-bit-ati+
3190 +2x-bit-ati+
3191 +comp-bit-ati+
3192 +negate-bit-ati+
3193 +bias-bit-ati+
3194 set-fragment-shader-constant-ati
3195 alpha-fragment-op-3-ati
3196 alpha-fragment-op-2-ati
3197 alpha-fragment-op-1-ati
3198 color-fragment-op-3-ati
3199 color-fragment-op-2-ati
3200 color-fragment-op-1-ati
3201 sample-map-ati
3202 pass-tex-coord-ati
3203 end-fragment-shader-ati
3204 begin-fragment-shader-ati
3205 delete-fragment-shader-ati
3206 bind-fragment-shader-ati
3207 gen-fragment-shaders-ati
3208 +bump-rot-matrix-ati+
3209 +bump-rot-matrix-size-ati+
3210 +bump-num-tex-units-ati+
3211 +bump-tex-units-ati+
3212 +dudv-ati+
3213 +du8dv8-ati+
3214 +bump-envmap-ati+
3215 +bump-target-ati+
3216 get-tex-bump-parameter-fv-ati
3217 get-tex-bump-parameter-iv-ati
3218 tex-bump-parameter-fv-ati
3219 tex-bump-parameter-iv-ati
3220 +vertex-program-nv+
3221 +vertex-state-program-nv+
3222 +attrib-array-size-nv+
3223 +attrib-array-stride-nv+
3224 +attrib-array-type-nv+
3225 +current-attrib-nv+
3226 +program-length-nv+
3227 +program-string-nv+
3228 +modelview-projection-nv+
3229 +identity-nv+
3230 +inverse-nv+
3231 +transpose-nv+
3232 +inverse-transpose-nv+
3233 +max-track-matrix-stack-depth-nv+
3234 +max-track-matrices-nv+
3235 +matrix0-nv+
3236 +matrix1-nv+
3237 +matrix2-nv+
3238 +matrix3-nv+
3239 +matrix4-nv+
3240 +matrix5-nv+
3241 +matrix6-nv+
3242 +matrix7-nv+
3243 +current-matrix-stack-depth-nv+
3244 +current-matrix-nv+
3245 +vertex-program-point-size-nv+
3246 +vertex-program-two-side-nv+
3247 +program-parameter-nv+
3248 +attrib-array-pointer-nv+
3249 +program-target-nv+
3250 +program-resident-nv+
3251 +track-matrix-nv+
3252 +track-matrix-transform-nv+
3253 +vertex-program-binding-nv+
3254 +program-error-position-nv+
3255 +vertex-attrib-array0-nv+
3256 +vertex-attrib-array1-nv+
3257 +vertex-attrib-array2-nv+
3258 +vertex-attrib-array3-nv+
3259 +vertex-attrib-array4-nv+
3260 +vertex-attrib-array5-nv+
3261 +vertex-attrib-array6-nv+
3262 +vertex-attrib-array7-nv+
3263 +vertex-attrib-array8-nv+
3264 +vertex-attrib-array9-nv+
3265 +vertex-attrib-array10-nv+
3266 +vertex-attrib-array11-nv+
3267 +vertex-attrib-array12-nv+
3268 +vertex-attrib-array13-nv+
3269 +vertex-attrib-array14-nv+
3270 +vertex-attrib-array15-nv+
3271 +map1-vertex-attrib0-4-nv+
3272 +map1-vertex-attrib1-4-nv+
3273 +map1-vertex-attrib2-4-nv+
3274 +map1-vertex-attrib3-4-nv+
3275 +map1-vertex-attrib4-4-nv+
3276 +map1-vertex-attrib5-4-nv+
3277 +map1-vertex-attrib6-4-nv+
3278 +map1-vertex-attrib7-4-nv+
3279 +map1-vertex-attrib8-4-nv+
3280 +map1-vertex-attrib9-4-nv+
3281 +map1-vertex-attrib10-4-nv+
3282 +map1-vertex-attrib11-4-nv+
3283 +map1-vertex-attrib12-4-nv+
3284 +map1-vertex-attrib13-4-nv+
3285 +map1-vertex-attrib14-4-nv+
3286 +map1-vertex-attrib15-4-nv+
3287 +map2-vertex-attrib0-4-nv+
3288 +map2-vertex-attrib1-4-nv+
3289 +map2-vertex-attrib2-4-nv+
3290 +map2-vertex-attrib3-4-nv+
3291 +map2-vertex-attrib4-4-nv+
3292 +map2-vertex-attrib5-4-nv+
3293 +map2-vertex-attrib6-4-nv+
3294 +map2-vertex-attrib7-4-nv+
3295 +map2-vertex-attrib8-4-nv+
3296 +map2-vertex-attrib9-4-nv+
3297 +map2-vertex-attrib10-4-nv+
3298 +map2-vertex-attrib11-4-nv+
3299 +map2-vertex-attrib12-4-nv+
3300 +map2-vertex-attrib13-4-nv+
3301 +map2-vertex-attrib14-4-nv+
3302 +map2-vertex-attrib15-4-nv+
3303 vertex-attribs-4ubv-nv
3304 vertex-attribs-4sv-nv
3305 vertex-attribs-4fv-nv
3306 vertex-attribs-4dv-nv
3307 vertex-attribs-3sv-nv
3308 vertex-attribs-3fv-nv
3309 vertex-attribs-3dv-nv
3310 vertex-attribs-2sv-nv
3311 vertex-attribs-2fv-nv
3312 vertex-attribs-2dv-nv
3313 vertex-attribs-1sv-nv
3314 vertex-attribs-1fv-nv
3315 vertex-attribs-1dv-nv
3316 vertex-attrib-4ubv-nv
3317 vertex-attrib-4ub-nv
3318 vertex-attrib-4sv-nv
3319 vertex-attrib-4s-nv
3320 vertex-attrib-4fv-nv
3321 vertex-attrib-4f-nv
3322 vertex-attrib-4dv-nv
3323 vertex-attrib-4d-nv
3324 vertex-attrib-3sv-nv
3325 vertex-attrib-3s-nv
3326 vertex-attrib-3fv-nv
3327 vertex-attrib-3f-nv
3328 vertex-attrib-3dv-nv
3329 vertex-attrib-3d-nv
3330 vertex-attrib-2sv-nv
3331 vertex-attrib-2s-nv
3332 vertex-attrib-2fv-nv
3333 vertex-attrib-2f-nv
3334 vertex-attrib-2dv-nv
3335 vertex-attrib-2d-nv
3336 vertex-attrib-1sv-nv
3337 vertex-attrib-1s-nv
3338 vertex-attrib-1fv-nv
3339 vertex-attrib-1f-nv
3340 vertex-attrib-1dv-nv
3341 vertex-attrib-1d-nv
3342 vertex-attrib-pointer-nv
3343 track-matrix-nv
3344 request-resident-programs-nv
3345 program-parameters-4fv-nv
3346 program-parameters-4dv-nv
3347 program-parameter-4fv-nv
3348 program-parameter-4f-nv
3349 program-parameter-4dv-nv
3350 program-parameter-4d-nv
3351 load-program-nv
3352 is-program-nv
3353 get-vertex-attrib-pointerv-nv
3354 get-vertex-attrib-iv-nv
3355 get-vertex-attrib-fv-nv
3356 get-vertex-attrib-dv-nv
3357 get-track-matrix-iv-nv
3358 get-program-string-nv
3359 get-program-iv-nv
3360 get-program-parameter-fv-nv
3361 get-program-parameter-dv-nv
3362 gen-programs-nv
3363 execute-program-nv
3364 delete-programs-nv
3365 bind-program-nv
3366 are-programs-resident-nv
3367 +per-stage-constants-nv+
3368 get-combiner-stage-parameter-fv-nv
3369 combiner-stage-parameter-fv-nv
3370 +eval-2d-nv+
3371 +eval-triangular-2d-nv+
3372 +map-tessellation-nv+
3373 +map-attrib-u-order-nv+
3374 +map-attrib-v-order-nv+
3375 +eval-fractional-tessellation-nv+
3376 +eval-vertex-attrib0-nv+
3377 +eval-vertex-attrib1-nv+
3378 +eval-vertex-attrib2-nv+
3379 +eval-vertex-attrib3-nv+
3380 +eval-vertex-attrib4-nv+
3381 +eval-vertex-attrib5-nv+
3382 +eval-vertex-attrib6-nv+
3383 +eval-vertex-attrib7-nv+
3384 +eval-vertex-attrib8-nv+
3385 +eval-vertex-attrib9-nv+
3386 +eval-vertex-attrib10-nv+
3387 +eval-vertex-attrib11-nv+
3388 +eval-vertex-attrib12-nv+
3389 +eval-vertex-attrib13-nv+
3390 +eval-vertex-attrib14-nv+
3391 +eval-vertex-attrib15-nv+
3392 +max-map-tessellation-nv+
3393 +max-rational-eval-order-nv+
3394 eval-maps-nv
3395 get-map-attrib-parameter-fv-nv
3396 get-map-attrib-parameter-iv-nv
3397 get-map-parameter-fv-nv
3398 get-map-parameter-iv-nv
3399 get-map-control-points-nv
3400 map-parameter-fv-nv
3401 map-parameter-iv-nv
3402 map-control-points-nv
3403 +all-completed-nv+
3404 +fence-status-nv+
3405 +fence-condition-nv+
3406 set-fence-nv
3407 finish-fence-nv
3408 get-fence-iv-nv
3409 test-fence-nv
3410 is-fence-nv
3411 gen-fences-nv
3412 delete-fences-nv
3413 +multisample-ext+
3414 +sample-alpha-to-mask-ext+
3415 +sample-alpha-to-one-ext+
3416 +sample-mask-ext+
3417 +1pass-ext+
3418 +2pass-0-ext+
3419 +2pass-1-ext+
3420 +4pass-0-ext+
3421 +4pass-1-ext+
3422 +4pass-2-ext+
3423 +4pass-3-ext+
3424 +sample-buffers-ext+
3425 +samples-ext+
3426 +sample-mask-value-ext+
3427 +sample-mask-invert-ext+
3428 +sample-pattern-ext+
3429 +multisample-bit-ext+
3430 sample-pattern-ext
3431 sample-mask-ext
3432 tbuffer-mask-3dfx
3433 +vertex-array-list-ibm+
3434 +normal-array-list-ibm+
3435 +color-array-list-ibm+
3436 +index-array-list-ibm+
3437 +texture-coord-array-list-ibm+
3438 +edge-flag-array-list-ibm+
3439 +fog-coordinate-array-list-ibm+
3440 +secondary-color-array-list-ibm+
3441 +vertex-array-list-stride-ibm+
3442 +normal-array-list-stride-ibm+
3443 +color-array-list-stride-ibm+
3444 +index-array-list-stride-ibm+
3445 +texture-coord-array-list-stride-ibm+
3446 +edge-flag-array-list-stride-ibm+
3447 +fog-coordinate-array-list-stride-ibm+
3448 +secondary-color-array-list-stride-ibm+
3449 vertex-pointer-list-ibm
3450 tex-coord-pointer-list-ibm
3451 normal-pointer-list-ibm
3452 index-pointer-list-ibm
3453 fog-coord-pointer-list-ibm
3454 edge-flag-pointer-list-ibm
3455 secondary-color-pointer-list-ibm
3456 color-pointer-list-ibm
3457 multi-mode-draw-elements-ibm
3458 multi-mode-draw-arrays-ibm
3459 window-pos-4sv-mesa
3460 window-pos-4s-mesa
3461 window-pos-4iv-mesa
3462 window-pos-4i-mesa
3463 window-pos-4fv-mesa
3464 window-pos-4f-mesa
3465 window-pos-4dv-mesa
3466 window-pos-4d-mesa
3467 window-pos-3sv-mesa
3468 window-pos-3s-mesa
3469 window-pos-3iv-mesa
3470 window-pos-3i-mesa
3471 window-pos-3fv-mesa
3472 window-pos-3f-mesa
3473 window-pos-3dv-mesa
3474 window-pos-3d-mesa
3475 window-pos-2sv-mesa
3476 window-pos-2s-mesa
3477 window-pos-2iv-mesa
3478 window-pos-2i-mesa
3479 window-pos-2fv-mesa
3480 window-pos-2f-mesa
3481 window-pos-2dv-mesa
3482 window-pos-2d-mesa
3483 resize-buffers-mesa
3484 +register-combiners-nv+
3485 +variable-a-nv+
3486 +variable-b-nv+
3487 +variable-c-nv+
3488 +variable-d-nv+
3489 +variable-e-nv+
3490 +variable-f-nv+
3491 +variable-g-nv+
3492 +constant-color0-nv+
3493 +constant-color1-nv+
3494 +primary-color-nv+
3495 +secondary-color-nv+
3496 +spare0-nv+
3497 +spare1-nv+
3498 +discard-nv+
3499 +e-times-f-nv+
3500 +spare0-plus-secondary-color-nv+
3501 +unsigned-identity-nv+
3502 +unsigned-invert-nv+
3503 +expand-normal-nv+
3504 +expand-negate-nv+
3505 +half-bias-normal-nv+
3506 +half-bias-negate-nv+
3507 +signed-identity-nv+
3508 +signed-negate-nv+
3509 +scale-by-two-nv+
3510 +scale-by-four-nv+
3511 +scale-by-one-half-nv+
3512 +bias-by-negative-one-half-nv+
3513 +combiner-input-nv+
3514 +combiner-mapping-nv+
3515 +combiner-component-usage-nv+
3516 +combiner-ab-dot-product-nv+
3517 +combiner-cd-dot-product-nv+
3518 +combiner-mux-sum-nv+
3519 +combiner-scale-nv+
3520 +combiner-bias-nv+
3521 +combiner-ab-output-nv+
3522 +combiner-cd-output-nv+
3523 +combiner-sum-output-nv+
3524 +max-general-combiners-nv+
3525 +num-general-combiners-nv+
3526 +color-sum-clamp-nv+
3527 +combiner0-nv+
3528 +combiner1-nv+
3529 +combiner2-nv+
3530 +combiner3-nv+
3531 +combiner4-nv+
3532 +combiner5-nv+
3533 +combiner6-nv+
3534 +combiner7-nv+
3535 get-final-combiner-input-parameter-iv-nv
3536 get-final-combiner-input-parameter-fv-nv
3537 get-combiner-output-parameter-iv-nv
3538 get-combiner-output-parameter-fv-nv
3539 get-combiner-input-parameter-iv-nv
3540 get-combiner-input-parameter-fv-nv
3541 final-combiner-input-nv
3542 combiner-output-nv
3543 combiner-input-nv
3544 combiner-parameter-i-nv
3545 combiner-parameter-iv-nv
3546 combiner-parameter-f-nv
3547 combiner-parameter-fv-nv
3548 +vertex-array-range-nv+
3549 +vertex-array-range-length-nv+
3550 +vertex-array-range-valid-nv+
3551 +max-vertex-array-range-element-nv+
3552 +vertex-array-range-pointer-nv+
3553 vertex-array-range-nv
3554 flush-vertex-array-range-nv
3555 +modelview0-stack-depth-ext+
3556 +modelview1-stack-depth-ext+
3557 +modelview0-matrix-ext+
3558 +modelview1-matrix-ext+
3559 +vertex-weighting-ext+
3560 +modelview0-ext+
3561 +modelview1-ext+
3562 +current-vertex-weight-ext+
3563 +vertex-weight-array-ext+
3564 +vertex-weight-array-size-ext+
3565 +vertex-weight-array-type-ext+
3566 +vertex-weight-array-stride-ext+
3567 +vertex-weight-array-pointer-ext+
3568 vertex-weight-pointer-ext
3569 vertex-weight-fv-ext
3570 vertex-weight-f-ext
3571 +blend-dst-rgb-ext+
3572 +blend-src-rgb-ext+
3573 +blend-dst-alpha-ext+
3574 +blend-src-alpha-ext+
3575 blend-func-separate-ext
3576 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun
3577 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun
3578 replacement-codeui-tex-coord-2f-normal-3f-vertex-3fv-sun
3579 replacement-codeui-tex-coord-2f-normal-3f-vertex-3f-sun
3580 replacement-codeui-tex-coord-2f-vertex-3fv-sun
3581 replacement-codeui-tex-coord-2f-vertex-3f-sun
3582 replacement-codeui-color-4f-normal-3f-vertex-3fv-sun
3583 replacement-codeui-color-4f-normal-3f-vertex-3f-sun
3584 replacement-codeui-normal-3f-vertex-3fv-sun
3585 replacement-codeui-normal-3f-vertex-3f-sun
3586 replacement-codeui-color-3f-vertex-3fv-sun
3587 replacement-codeui-color-3f-vertex-3f-sun
3588 replacement-codeui-color-4ub-vertex-3fv-sun
3589 replacement-codeui-color-4ub-vertex-3f-sun
3590 replacement-codeui-vertex-3fv-sun
3591 replacement-codeui-vertex-3f-sun
3592 tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun
3593 tex-coord-4f-color-4f-normal-3f-vertex-4f-sun
3594 tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun
3595 tex-coord-2f-color-4f-normal-3f-vertex-3f-sun
3596 tex-coord-2f-normal-3f-vertex-3fv-sun
3597 tex-coord-2f-normal-3f-vertex-3f-sun
3598 tex-coord-2f-color-3f-vertex-3fv-sun
3599 tex-coord-2f-color-3f-vertex-3f-sun
3600 tex-coord-2f-color-4ub-vertex-3fv-sun
3601 tex-coord-2f-color-4ub-vertex-3f-sun
3602 tex-coord-4f-vertex-4fv-sun
3603 tex-coord-4f-vertex-4f-sun
3604 tex-coord-2f-vertex-3fv-sun
3605 tex-coord-2f-vertex-3f-sun
3606 color-4f-normal-3f-vertex-3fv-sun
3607 color-4f-normal-3f-vertex-3f-sun
3608 normal-3f-vertex-3fv-sun
3609 normal-3f-vertex-3f-sun
3610 color-3f-vertex-3fv-sun
3611 color-3f-vertex-3f-sun
3612 color-4ub-vertex-3fv-sun
3613 color-4ub-vertex-3f-sun
3614 color-4ub-vertex-2fv-sun
3615 color-4ub-vertex-2f-sun
3616 +restart-sun+
3617 +replace-middle-sun+
3618 +replace-oldest-sun+
3619 +triangle-list-sun+
3620 +replacement-code-sun+
3621 +replacement-code-array-sun+
3622 +replacement-code-array-type-sun+
3623 +replacement-code-array-stride-sun+
3624 +replacement-code-array-pointer-sun+
3625 +r1ui-v3f-sun+
3626 +r1ui-c4ub-v3f-sun+
3627 +r1ui-c3f-v3f-sun+
3628 +r1ui-n3f-v3f-sun+
3629 +r1ui-c4f-n3f-v3f-sun+
3630 +r1ui-t2f-v3f-sun+
3631 +r1ui-t2f-n3f-v3f-sun+
3632 +r1ui-t2f-c4f-n3f-v3f-sun+
3633 replacement-code-pointer-sun
3634 replacement-code-ubv-sun
3635 replacement-code-usv-sun
3636 replacement-code-uiv-sun
3637 replacement-code-ub-sun
3638 replacement-code-us-sun
3639 replacement-code-ui-sun
3640 +global-alpha-sun+
3641 +global-alpha-factor-sun+
3642 global-alpha-factor-ui-sun
3643 global-alpha-factor-us-sun
3644 global-alpha-factor-ub-sun
3645 global-alpha-factor-d-sun
3646 global-alpha-factor-f-sun
3647 global-alpha-factor-i-sun
3648 global-alpha-factor-s-sun
3649 global-alpha-factor-b-sun
3650 +unpack-constant-data-sunx+
3651 +texture-constant-data-sunx+
3652 finish-texture-sunx
3653 +tangent-array-ext+
3654 +binormal-array-ext+
3655 +current-tangent-ext+
3656 +current-binormal-ext+
3657 +tangent-array-type-ext+
3658 +tangent-array-stride-ext+
3659 +binormal-array-type-ext+
3660 +binormal-array-stride-ext+
3661 +tangent-array-pointer-ext+
3662 +binormal-array-pointer-ext+
3663 +map1-tangent-ext+
3664 +map2-tangent-ext+
3665 +map1-binormal-ext+
3666 +map2-binormal-ext+
3667 binormal-pointer-ext
3668 tangent-pointer-ext
3669 binormal-3sv-ext
3670 binormal-3s-ext
3671 binormal-3iv-ext
3672 binormal-3i-ext
3673 binormal-3fv-ext
3674 binormal-3f-ext
3675 binormal-3dv-ext
3676 binormal-3d-ext
3677 binormal-3bv-ext
3678 binormal-3b-ext
3679 tangent-3sv-ext
3680 tangent-3s-ext
3681 tangent-3iv-ext
3682 tangent-3i-ext
3683 tangent-3fv-ext
3684 tangent-3f-ext
3685 tangent-3dv-ext
3686 tangent-3d-ext
3687 tangent-3bv-ext
3688 tangent-3b-ext
3689 +fog-coordinate-source-ext+
3690 +fog-coordinate-ext+
3691 +current-fog-coordinate-ext+
3692 +fog-coordinate-array-type-ext+
3693 +fog-coordinate-array-stride-ext+
3694 +fog-coordinate-array-pointer-ext+
3695 +fog-coordinate-array-ext+
3696 fog-coord-pointer-ext
3697 fog-coord-dv-ext
3698 fog-coord-d-ext
3699 fog-coord-fv-ext
3700 fog-coord-f-ext
3701 multi-draw-elements-ext
3702 multi-draw-arrays-ext
3703 +perturb-ext+
3704 +texture-normal-ext+
3705 texture-normal-ext
3706 +color-sum-ext+
3707 +current-secondary-color-ext+
3708 +secondary-color-array-size-ext+
3709 +secondary-color-array-type-ext+
3710 +secondary-color-array-stride-ext+
3711 +secondary-color-array-pointer-ext+
3712 +secondary-color-array-ext+
3713 secondary-color-pointer-ext
3714 secondary-color-3usv-ext
3715 secondary-color-3us-ext
3716 secondary-color-3uiv-ext
3717 secondary-color-3ui-ext
3718 secondary-color-3ubv-ext
3719 secondary-color-3ub-ext
3720 secondary-color-3sv-ext
3721 secondary-color-3s-ext
3722 secondary-color-3iv-ext
3723 secondary-color-3i-ext
3724 secondary-color-3fv-ext
3725 secondary-color-3f-ext
3726 secondary-color-3dv-ext
3727 secondary-color-3d-ext
3728 secondary-color-3bv-ext
3729 secondary-color-3b-ext
3730 is-async-marker-sgix
3731 delete-async-markers-sgix
3732 gen-async-markers-sgix
3733 poll-async-sgix
3734 finish-async-sgix
3735 async-marker-sgix
3736 +fragment-material-ext+
3737 +fragment-normal-ext+
3738 +fragment-color-ext+
3739 +attenuation-ext+
3740 +shadow-attenuation-ext+
3741 +texture-application-mode-ext+
3742 +texture-light-ext+
3743 +texture-material-face-ext+
3744 +texture-material-parameter-ext+
3745 +fragment-depth-ext+
3746 texture-material-ext
3747 texture-light-ext
3748 apply-texture-ext
3749 +max-elements-vertices-ext+
3750 +max-elements-indices-ext+
3751 draw-range-elements-ext
3752 +cull-vertex-ext+
3753 +cull-vertex-eye-position-ext+
3754 +cull-vertex-object-position-ext+
3755 cull-parameter-fv-ext
3756 cull-parameter-dv-ext
3757 +array-element-lock-first-ext+
3758 +array-element-lock-count-ext+
3759 unlock-arrays-ext
3760 lock-arrays-ext
3761 +index-test-ext+
3762 +index-test-func-ext+
3763 +index-test-ref-ext+
3764 index-func-ext
3765 +index-material-ext+
3766 +index-material-parameter-ext+
3767 +index-material-face-ext+
3768 index-material-ext
3769 +color-index1-ext+
3770 +color-index2-ext+
3771 +color-index4-ext+
3772 +color-index8-ext+
3773 +color-index12-ext+
3774 +color-index16-ext+
3775 +texture-index-size-ext+
3776 get-color-table-parameter-fv-ext
3777 get-color-table-parameter-iv-ext
3778 get-color-table-ext
3779 color-table-ext
3780 +prefer-doublebuffer-hint-pgi+
3781 +conserve-memory-hint-pgi+
3782 +reclaim-memory-hint-pgi+
3783 +native-graphics-handle-pgi+
3784 +native-graphics-begin-hint-pgi+
3785 +native-graphics-end-hint-pgi+
3786 +always-fast-hint-pgi+
3787 +always-soft-hint-pgi+
3788 +allow-draw-obj-hint-pgi+
3789 +allow-draw-win-hint-pgi+
3790 +allow-draw-frg-hint-pgi+
3791 +allow-draw-mem-hint-pgi+
3792 +strict-depthfunc-hint-pgi+
3793 +strict-lighting-hint-pgi+
3794 +strict-scissor-hint-pgi+
3795 +full-stipple-hint-pgi+
3796 +clip-near-hint-pgi+
3797 +clip-far-hint-pgi+
3798 +wide-line-hint-pgi+
3799 +back-normals-hint-pgi+
3800 hint-pgi
3801 copy-color-sub-table-ext
3802 color-sub-table-ext
3803 +image-scale-x-hp+
3804 +image-scale-y-hp+
3805 +image-translate-x-hp+
3806 +image-translate-y-hp+
3807 +image-rotate-angle-hp+
3808 +image-rotate-origin-x-hp+
3809 +image-rotate-origin-y-hp+
3810 +image-mag-filter-hp+
3811 +image-min-filter-hp+
3812 +image-cubic-weight-hp+
3813 +cubic-hp+
3814 +average-hp+
3815 +image-transform-2d-hp+
3816 +post-image-transform-color-table-hp+
3817 +proxy-post-image-transform-color-table-hp+
3818 get-image-transform-parameter-fv-hp
3819 get-image-transform-parameter-iv-hp
3820 image-transform-parameter-fv-hp
3821 image-transform-parameter-iv-hp
3822 image-transform-parameter-f-hp
3823 image-transform-parameter-i-hp
3824 flush-raster-sgix
3825 load-identity-deformation-map-sgix
3826 deform-sgix
3827 deformation-map-3f-sgix
3828 deformation-map-3d-sgix
3829 tag-sample-buffer-sgix
3830 point-parameter-fv-ext
3831 point-parameter-f-ext
3832 copy-tex-sub-image-3d-ext
3833 copy-tex-sub-image-2d-ext
3834 copy-tex-sub-image-1d-ext
3835 copy-tex-image-2d-ext
3836 copy-tex-image-1d-ext
3837 tex-sub-image-2d-ext
3838 tex-sub-image-1d-ext
3839 +rgba-float-mode-arb+
3840 +clamp-vertex-color-arb+
3841 +clamp-fragment-color-arb+
3842 +clamp-read-color-arb+
3843 +fixed-only-arb+
3844 clamp-color-arb
3845 +max-draw-buffers-arb+
3846 +draw-buffer0-arb+
3847 +draw-buffer1-arb+
3848 +draw-buffer2-arb+
3849 +draw-buffer3-arb+
3850 +draw-buffer4-arb+
3851 +draw-buffer5-arb+
3852 +draw-buffer6-arb+
3853 +draw-buffer7-arb+
3854 +draw-buffer8-arb+
3855 +draw-buffer9-arb+
3856 +draw-buffer10-arb+
3857 +draw-buffer11-arb+
3858 +draw-buffer12-arb+
3859 +draw-buffer13-arb+
3860 +draw-buffer14-arb+
3861 +draw-buffer15-arb+
3862 draw-buffers-arb
3863 +vertex-shader-arb+
3864 +max-vertex-uniform-components-arb+
3865 +max-varying-floats-arb+
3866 +max-combined-texture-image-units-arb+
3867 +object-active-attributes-arb+
3868 +object-active-attribute-max-length-arb+
3869 get-attrib-location-arb
3870 get-active-attrib-arb
3871 bind-attrib-location-arb
3872 +program-object-arb+
3873 +shader-object-arb+
3874 +object-type-arb+
3875 +object-subtype-arb+
3876 +float-vec2-arb+
3877 +float-vec3-arb+
3878 +float-vec4-arb+
3879 +int-vec2-arb+
3880 +int-vec3-arb+
3881 +int-vec4-arb+
3882 +bool-arb+
3883 +bool-vec2-arb+
3884 +bool-vec3-arb+
3885 +bool-vec4-arb+
3886 +float-mat2-arb+
3887 +float-mat3-arb+
3888 +float-mat4-arb+
3889 +sampler-1d-arb+
3890 +sampler-2d-arb+
3891 +sampler-3d-arb+
3892 +sampler-cube-arb+
3893 +sampler-1d-shadow-arb+
3894 +sampler-2d-shadow-arb+
3895 +sampler-2d-rect-arb+
3896 +sampler-2d-rect-shadow-arb+
3897 +object-delete-status-arb+
3898 +object-compile-status-arb+
3899 +object-link-status-arb+
3900 +object-validate-status-arb+
3901 +object-info-log-length-arb+
3902 +object-attached-objects-arb+
3903 +object-active-uniforms-arb+
3904 +object-active-uniform-max-length-arb+
3905 +object-shader-source-length-arb+
3906 get-shader-source-arb
3907 get-uniform-iv-arb
3908 get-uniform-fv-arb
3909 get-active-uniform-arb
3910 get-uniform-location-arb
3911 get-attached-objects-arb
3912 get-info-log-arb
3913 get-object-parameter-iv-arb
3914 get-object-parameter-fv-arb
3915 uniform-matrix-4fv-arb
3916 uniform-matrix-3fv-arb
3917 uniform-matrix-2fv-arb
3918 uniform-4iv-arb
3919 uniform-3iv-arb
3920 uniform-2iv-arb
3921 uniform-1iv-arb
3922 uniform-4fv-arb
3923 uniform-3fv-arb
3924 uniform-2fv-arb
3925 uniform-1fv-arb
3926 uniform-4i-arb
3927 uniform-3i-arb
3928 uniform-2i-arb
3929 uniform-1i-arb
3930 uniform-4f-arb
3931 uniform-3f-arb
3932 uniform-2f-arb
3933 uniform-1f-arb
3934 validate-program-arb
3935 use-program-object-arb
3936 link-program-arb
3937 attach-object-arb
3938 create-program-object-arb
3939 compile-shader-arb
3940 shader-source-arb
3941 create-shader-object-arb
3942 detach-object-arb
3943 get-handle-arb
3944 delete-object-arb
3945 +query-counter-bits-arb+
3946 +current-query-arb+
3947 +query-result-arb+
3948 +query-result-available-arb+
3949 +samples-passed-arb+
3950 get-query-object-uiv-arb
3951 get-query-object-iv-arb
3952 get-query-iv-arb
3953 end-query-arb
3954 begin-query-arb
3955 is-query-arb
3956 delete-queries-arb
3957 gen-queries-arb
3958 +buffer-size-arb+
3959 +buffer-usage-arb+
3960 +array-buffer-arb+
3961 +element-array-buffer-arb+
3962 +array-buffer-binding-arb+
3963 +element-array-buffer-binding-arb+
3964 +vertex-array-buffer-binding-arb+
3965 +normal-array-buffer-binding-arb+
3966 +color-array-buffer-binding-arb+
3967 +index-array-buffer-binding-arb+
3968 +texture-coord-array-buffer-binding-arb+
3969 +edge-flag-array-buffer-binding-arb+
3970 +secondary-color-array-buffer-binding-arb+
3971 +fog-coordinate-array-buffer-binding-arb+
3972 +weight-array-buffer-binding-arb+
3973 +vertex-attrib-array-buffer-binding-arb+
3974 +read-only-arb+
3975 +write-only-arb+
3976 +read-write-arb+
3977 +buffer-access-arb+
3978 +buffer-mapped-arb+
3979 +buffer-map-pointer-arb+
3980 +stream-draw-arb+
3981 +stream-read-arb+
3982 +stream-copy-arb+
3983 +static-draw-arb+
3984 +static-read-arb+
3985 +static-copy-arb+
3986 +dynamic-draw-arb+
3987 +dynamic-read-arb+
3988 +dynamic-copy-arb+
3989 get-buffer-pointerv-arb
3990 get-buffer-parameter-iv-arb
3991 unmap-buffer-arb
3992 map-buffer-arb
3993 get-buffer-sub-data-arb
3994 buffer-sub-data-arb
3995 buffer-data-arb
3996 is-buffer-arb
3997 gen-buffers-arb
3998 delete-buffers-arb
3999 bind-buffer-arb
4000 +color-sum-arb+
4001 +vertex-program-arb+
4002 +vertex-attrib-array-enabled-arb+
4003 +vertex-attrib-array-size-arb+
4004 +vertex-attrib-array-stride-arb+
4005 +vertex-attrib-array-type-arb+
4006 +current-vertex-attrib-arb+
4007 +program-length-arb+
4008 +program-string-arb+
4009 +max-program-matrix-stack-depth-arb+
4010 +max-program-matrices-arb+
4011 +current-matrix-stack-depth-arb+
4012 +current-matrix-arb+
4013 +vertex-program-point-size-arb+
4014 +vertex-program-two-side-arb+
4015 +vertex-attrib-array-pointer-arb+
4016 +program-error-position-arb+
4017 +program-binding-arb+
4018 +max-vertex-attribs-arb+
4019 +vertex-attrib-array-normalized-arb+
4020 +program-error-string-arb+
4021 +program-format-ascii-arb+
4022 +program-format-arb+
4023 +program-instructions-arb+
4024 +max-program-instructions-arb+
4025 +program-native-instructions-arb+
4026 +max-program-native-instructions-arb+
4027 +program-temporaries-arb+
4028 +max-program-temporaries-arb+
4029 +program-native-temporaries-arb+
4030 +max-program-native-temporaries-arb+
4031 +program-parameters-arb+
4032 +max-program-parameters-arb+
4033 +program-native-parameters-arb+
4034 +max-program-native-parameters-arb+
4035 +program-attribs-arb+
4036 +max-program-attribs-arb+
4037 +program-native-attribs-arb+
4038 +max-program-native-attribs-arb+
4039 +program-address-registers-arb+
4040 +max-program-address-registers-arb+
4041 +program-native-address-registers-arb+
4042 +max-program-native-address-registers-arb+
4043 +max-program-local-parameters-arb+
4044 +max-program-env-parameters-arb+
4045 +program-under-native-limits-arb+
4046 +transpose-current-matrix-arb+
4047 +matrix0-arb+
4048 +matrix1-arb+
4049 +matrix2-arb+
4050 +matrix3-arb+
4051 +matrix4-arb+
4052 +matrix5-arb+
4053 +matrix6-arb+
4054 +matrix7-arb+
4055 +matrix8-arb+
4056 +matrix9-arb+
4057 +matrix10-arb+
4058 +matrix11-arb+
4059 +matrix12-arb+
4060 +matrix13-arb+
4061 +matrix14-arb+
4062 +matrix15-arb+
4063 +matrix16-arb+
4064 +matrix17-arb+
4065 +matrix18-arb+
4066 +matrix19-arb+
4067 +matrix20-arb+
4068 +matrix21-arb+
4069 +matrix22-arb+
4070 +matrix23-arb+
4071 +matrix24-arb+
4072 +matrix25-arb+
4073 +matrix26-arb+
4074 +matrix27-arb+
4075 +matrix28-arb+
4076 +matrix29-arb+
4077 +matrix30-arb+
4078 +matrix31-arb+
4079 is-program-arb
4080 get-vertex-attrib-pointerv-arb
4081 get-vertex-attrib-iv-arb
4082 get-vertex-attrib-fv-arb
4083 get-vertex-attrib-dv-arb
4084 get-program-string-arb
4085 get-program-iv-arb
4086 get-program-local-parameter-fv-arb
4087 get-program-local-parameter-dv-arb
4088 get-program-env-parameter-fv-arb
4089 get-program-env-parameter-dv-arb
4090 program-local-parameter-4fv-arb
4091 program-local-parameter-4f-arb
4092 program-local-parameter-4dv-arb
4093 program-local-parameter-4d-arb
4094 program-env-parameter-4fv-arb
4095 program-env-parameter-4f-arb
4096 program-env-parameter-4dv-arb
4097 program-env-parameter-4d-arb
4098 gen-programs-arb
4099 delete-programs-arb
4100 bind-program-arb
4101 program-string-arb
4102 disable-vertex-attrib-array-arb
4103 enable-vertex-attrib-array-arb
4104 vertex-attrib-pointer-arb
4105 vertex-attrib-4usv-arb
4106 vertex-attrib-4uiv-arb
4107 vertex-attrib-4ubv-arb
4108 vertex-attrib-4sv-arb
4109 vertex-attrib-4s-arb
4110 vertex-attrib-4iv-arb
4111 vertex-attrib-4fv-arb
4112 vertex-attrib-4f-arb
4113 vertex-attrib-4dv-arb
4114 vertex-attrib-4d-arb
4115 vertex-attrib-4bv-arb
4116 vertex-attrib-4n-usv-arb
4117 vertex-attrib-4n-uiv-arb
4118 vertex-attrib-4n-ubv-arb
4119 vertex-attrib-4n-ub-arb
4120 vertex-attrib-4n-sv-arb
4121 vertex-attrib-4n-iv-arb
4122 vertex-attrib-4n-bv-arb
4123 vertex-attrib-3sv-arb
4124 vertex-attrib-3s-arb
4125 vertex-attrib-3fv-arb
4126 vertex-attrib-3f-arb
4127 vertex-attrib-3dv-arb
4128 vertex-attrib-3d-arb
4129 vertex-attrib-2sv-arb
4130 vertex-attrib-2s-arb
4131 vertex-attrib-2fv-arb
4132 vertex-attrib-2f-arb
4133 vertex-attrib-2dv-arb
4134 vertex-attrib-2d-arb
4135 vertex-attrib-1sv-arb
4136 vertex-attrib-1s-arb
4137 vertex-attrib-1fv-arb
4138 vertex-attrib-1f-arb
4139 vertex-attrib-1dv-arb
4140 vertex-attrib-1d-arb
4141 window-pos-3sv-arb
4142 window-pos-3s-arb
4143 window-pos-3iv-arb
4144 window-pos-3i-arb
4145 window-pos-3fv-arb
4146 window-pos-3f-arb
4147 window-pos-3dv-arb
4148 window-pos-3d-arb
4149 window-pos-2sv-arb
4150 window-pos-2s-arb
4151 window-pos-2iv-arb
4152 window-pos-2i-arb
4153 window-pos-2fv-arb
4154 window-pos-2f-arb
4155 window-pos-2dv-arb
4156 window-pos-2d-arb
4157 +matrix-palette-arb+
4158 +max-matrix-palette-stack-depth-arb+
4159 +max-palette-matrices-arb+
4160 +current-palette-matrix-arb+
4161 +matrix-index-array-arb+
4162 +current-matrix-index-arb+
4163 +matrix-index-array-size-arb+
4164 +matrix-index-array-type-arb+
4165 +matrix-index-array-stride-arb+
4166 +matrix-index-array-pointer-arb+
4167 matrix-index-pointer-arb
4168 matrix-index-uiv-arb
4169 matrix-index-usv-arb
4170 matrix-index-ubv-arb
4171 current-palette-matrix-arb
4172 +max-vertex-units-arb+
4173 +active-vertex-units-arb+
4174 +weight-sum-unity-arb+
4175 +vertex-blend-arb+
4176 +current-weight-arb+
4177 +weight-array-type-arb+
4178 +weight-array-stride-arb+
4179 +weight-array-size-arb+
4180 +weight-array-pointer-arb+
4181 +weight-array-arb+
4182 +modelview0-arb+
4183 +modelview1-arb+
4184 +modelview2-arb+
4185 +modelview3-arb+
4186 +modelview4-arb+
4187 +modelview5-arb+
4188 +modelview6-arb+
4189 +modelview7-arb+
4190 +modelview8-arb+
4191 +modelview9-arb+
4192 +modelview10-arb+
4193 +modelview11-arb+
4194 +modelview12-arb+
4195 +modelview13-arb+
4196 +modelview14-arb+
4197 +modelview15-arb+
4198 +modelview16-arb+
4199 +modelview17-arb+
4200 +modelview18-arb+
4201 +modelview19-arb+
4202 +modelview20-arb+
4203 +modelview21-arb+
4204 +modelview22-arb+
4205 +modelview23-arb+
4206 +modelview24-arb+
4207 +modelview25-arb+
4208 +modelview26-arb+
4209 +modelview27-arb+
4210 +modelview28-arb+
4211 +modelview29-arb+
4212 +modelview30-arb+
4213 +modelview31-arb+
4214 vertex-blend-arb
4215 weight-pointer-arb
4216 weight-uiv-arb
4217 weight-usv-arb
4218 weight-ubv-arb
4219 weight-dv-arb
4220 weight-fv-arb
4221 weight-iv-arb
4222 weight-sv-arb
4223 weight-bv-arb
4224 point-parameter-fv-arb
4225 point-parameter-f-arb
4226 +compressed-alpha-arb+
4227 +compressed-luminance-arb+
4228 +compressed-luminance-alpha-arb+
4229 +compressed-intensity-arb+
4230 +compressed-rgb-arb+
4231 +compressed-rgba-arb+
4232 +texture-compression-hint-arb+
4233 +texture-compressed-image-size-arb+
4234 +texture-compressed-arb+
4235 +num-compressed-texture-formats-arb+
4236 +compressed-texture-formats-arb+
4237 get-compressed-tex-image-arb
4238 compressed-tex-sub-image-1d-arb
4239 compressed-tex-sub-image-2d-arb
4240 compressed-tex-sub-image-3d-arb
4241 compressed-tex-image-1d-arb
4242 compressed-tex-image-2d-arb
4243 compressed-tex-image-3d-arb
4244 +transpose-modelview-matrix-arb+
4245 +transpose-projection-matrix-arb+
4246 +transpose-texture-matrix-arb+
4247 +transpose-color-matrix-arb+
4248 mult-transpose-matrix-d-arb
4249 mult-transpose-matrix-f-arb
4250 load-transpose-matrix-d-arb
4251 load-transpose-matrix-f-arb
4252 +texture0-arb+
4253 +texture1-arb+
4254 +texture2-arb+
4255 +texture3-arb+
4256 +texture4-arb+
4257 +texture5-arb+
4258 +texture6-arb+
4259 +texture7-arb+
4260 +texture8-arb+
4261 +texture9-arb+
4262 +texture10-arb+
4263 +texture11-arb+
4264 +texture12-arb+
4265 +texture13-arb+
4266 +texture14-arb+
4267 +texture15-arb+
4268 +texture16-arb+
4269 +texture17-arb+
4270 +texture18-arb+
4271 +texture19-arb+
4272 +texture20-arb+
4273 +texture21-arb+
4274 +texture22-arb+
4275 +texture23-arb+
4276 +texture24-arb+
4277 +texture25-arb+
4278 +texture26-arb+
4279 +texture27-arb+
4280 +texture28-arb+
4281 +texture29-arb+
4282 +texture30-arb+
4283 +texture31-arb+
4284 +active-texture-arb+
4285 +client-active-texture-arb+
4286 +max-texture-units-arb+
4287 multi-tex-coord-4sv-arb
4288 multi-tex-coord-4s-arb
4289 multi-tex-coord-4iv-arb
4290 multi-tex-coord-4i-arb
4291 multi-tex-coord-4fv-arb
4292 multi-tex-coord-4f-arb
4293 multi-tex-coord-4dv-arb
4294 multi-tex-coord-4d-arb
4295 multi-tex-coord-3sv-arb
4296 multi-tex-coord-3s-arb
4297 multi-tex-coord-3iv-arb
4298 multi-tex-coord-3i-arb
4299 multi-tex-coord-3fv-arb
4300 multi-tex-coord-3f-arb
4301 multi-tex-coord-3dv-arb
4302 multi-tex-coord-3d-arb
4303 multi-tex-coord-2sv-arb
4304 multi-tex-coord-2s-arb
4305 multi-tex-coord-2iv-arb
4306 multi-tex-coord-2i-arb
4307 multi-tex-coord-2fv-arb
4308 multi-tex-coord-2f-arb
4309 multi-tex-coord-2dv-arb
4310 multi-tex-coord-2d-arb
4311 multi-tex-coord-1sv-arb
4312 multi-tex-coord-1s-arb
4313 multi-tex-coord-1iv-arb
4314 multi-tex-coord-1i-arb
4315 multi-tex-coord-1fv-arb
4316 multi-tex-coord-1f-arb
4317 multi-tex-coord-1dv-arb
4318 multi-tex-coord-1d-arb
4319 client-active-texture-arb
4320 active-texture-arb
4321 +current-raster-normal-sgix+
4322 light-env-i-sgix
4323 get-fragment-material-iv-sgix
4324 get-fragment-material-fv-sgix
4325 get-fragment-light-iv-sgix
4326 get-fragment-light-fv-sgix
4327 fragment-material-iv-sgix
4328 fragment-material-i-sgix
4329 fragment-material-fv-sgix
4330 fragment-material-f-sgix
4331 fragment-light-model-iv-sgix
4332 fragment-light-model-i-sgix
4333 fragment-light-model-fv-sgix
4334 fragment-light-model-f-sgix
4335 fragment-light-iv-sgix
4336 fragment-light-i-sgix
4337 fragment-light-fv-sgix
4338 fragment-light-f-sgix
4339 fragment-color-material-sgix
4340 +parallel-arrays-intel+
4341 +vertex-array-parallel-pointers-intel+
4342 +normal-array-parallel-pointers-intel+
4343 +color-array-parallel-pointers-intel+
4344 +texture-coord-array-parallel-pointers-intel+
4345 tex-coord-pointerv-intel
4346 color-pointerv-intel
4347 normal-pointerv-intel
4348 vertex-pointerv-intel
4349 +pixel-group-color-sgis+
4350 get-pixel-tex-gen-parameter-fv-sgis
4351 get-pixel-tex-gen-parameter-iv-sgis
4352 pixel-tex-gen-parameter-fv-sgis
4353 pixel-tex-gen-parameter-f-sgis
4354 pixel-tex-gen-parameter-iv-sgis
4355 pixel-tex-gen-parameter-i-sgis
4356 +pixel-transform-2d-ext+
4357 +pixel-mag-filter-ext+
4358 +pixel-min-filter-ext+
4359 +pixel-cubic-weight-ext+
4360 +cubic-ext+
4361 +average-ext+
4362 +pixel-transform-2d-stack-depth-ext+
4363 +max-pixel-transform-2d-stack-depth-ext+
4364 +pixel-transform-2d-matrix-ext+
4365 pixel-transform-parameter-fv-ext
4366 pixel-transform-parameter-iv-ext
4367 pixel-transform-parameter-f-ext
4368 pixel-transform-parameter-i-ext
4369 +texture-color-writemask-sgis+
4370 texture-color-mask-sgis
4371 frame-zoom-sgix
4372 list-parameter-iv-sgix
4373 list-parameter-i-sgix
4374 list-parameter-fv-sgix
4375 list-parameter-f-sgix
4376 get-list-parameter-iv-sgix
4377 get-list-parameter-fv-sgix
4378 stop-instruments-sgix
4379 start-instruments-sgix
4380 read-instruments-sgix
4381 poll-instruments-sgix
4382 instruments-buffer-sgix
4383 get-instruments-sgix
4384 reference-plane-sgix
4385 +sprite-axial-sgix+
4386 +sprite-object-aligned-sgix+
4387 +sprite-eye-aligned-sgix+
4388 sprite-parameter-iv-sgix
4389 sprite-parameter-i-sgix
4390 sprite-parameter-fv-sgix
4391 sprite-parameter-f-sgix
4392 tex-filter-func-sgis
4393 get-tex-filter-func-sgis
4394 pixel-tex-gen-sgix
4395 tex-sub-image-4d-sgis
4396 tex-image-4d-sgis
4397 get-fog-func-sgis
4398 fog-func-sgis
4399 +point-size-min+
4400 +point-size-min-arb+
4401 +point-size-min-ext+
4402 +point-size-max+
4403 +point-size-max-arb+
4404 +point-size-max-ext+
4405 +point-fade-threshold-size+
4406 +point-fade-threshold-size-arb+
4407 +point-fade-threshold-size-ext+
4408 +point-distance-attenuation+
4409 +point-distance-attenuation-arb+
4410 +distance-attenuation-ext+
4411 point-parameter-fv-sgis
4412 point-parameter-f-sgis
4413 get-color-table-parameteriv-sgi
4414 get-color-table-parameterfv-sgi
4415 get-color-table-sgi
4416 copy-color-table-sgi
4417 color-table-parameteriv-sgi
4418 color-table-parameterfv-sgi
4419 color-table-sgi
4420 get-sharpen-tex-func-sgis
4421 sharpen-tex-func-sgis
4422 sample-pattern-sgis
4423 sample-mask-sgis
4424 +multisample+
4425 +sample-alpha-to-coverage+
4426 +sample-alpha-to-one+
4427 +sample-coverage+
4428 +sample-buffers+
4429 +samples+
4430 +sample-coverage-value+
4431 +sample-coverage-invert+
4432 +multisample-arb+
4433 +sample-alpha-to-coverage-arb+
4434 +sample-alpha-to-one-arb+
4435 +sample-coverage-arb+
4436 +sample-buffers-arb+
4437 +samples-arb+
4438 +sample-coverage-value-arb+
4439 +sample-coverage-invert-arb+
4440 +multisample-bit-arb+
4441 sample-coverage-arb
4442 get-detail-tex-func-sgis
4443 detail-tex-func-sgis
4444 +vertex-array-ext+
4445 +normal-array-ext+
4446 +color-array-ext+
4447 +index-array-ext+
4448 +texture-coord-array-ext+
4449 +edge-flag-array-ext+
4450 +vertex-array-size-ext+
4451 +vertex-array-type-ext+
4452 +vertex-array-stride-ext+
4453 +normal-array-type-ext+
4454 +normal-array-stride-ext+
4455 +color-array-size-ext+
4456 +color-array-type-ext+
4457 +color-array-stride-ext+
4458 +index-array-type-ext+
4459 +index-array-stride-ext+
4460 +texture-coord-array-size-ext+
4461 +texture-coord-array-type-ext+
4462 +texture-coord-array-stride-ext+
4463 +edge-flag-array-stride-ext+
4464 +vertex-array-pointer-ext+
4465 +normal-array-pointer-ext+
4466 +color-array-pointer-ext+
4467 +index-array-pointer-ext+
4468 +texture-coord-array-pointer-ext+
4469 +edge-flag-array-pointer-ext+
4470 vertex-pointer-ext
4471 tex-coord-pointer-ext
4472 normal-pointer-ext
4473 index-pointer-ext
4474 get-pointerv-ext
4475 edge-flag-pointer-ext
4476 draw-arrays-ext
4477 color-pointer-ext
4478 array-element-ext
4479 +pack-skip-images+
4480 +pack-image-height+
4481 +unpack-skip-images+
4482 +unpack-image-height+
4483 +texture-3d+
4484 +proxy-texture-3d+
4485 +texture-depth+
4486 +texture-wrap-r+
4487 +max-3d-texture-size+
4488 tex-sub-image-3d-ext
4489 tex-image-3d-ext
4490 +texture-priority-ext+
4491 +texture-resident-ext+
4492 +texture-1d-binding-ext+
4493 +texture-2d-binding-ext+
4494 prioritize-textures-ext
4495 is-texture-ext
4496 gen-textures-ext
4497 delete-textures-ext
4498 bind-texture-ext
4499 are-textures-resident-ext
4500 +polygon-offset-ext+
4501 +polygon-offset-factor-ext+
4502 polygon-offset-ext
4503 reset-minmax-ext
4504 reset-histogram-ext
4505 minmax-ext
4506 histogram-ext
4507 get-minmax-parameter-iv-ext
4508 get-minmax-parameter-fv-ext
4509 get-minmax-ext
4510 get-histogram-parameter-iv-ext
4511 get-histogram-parameter-fv-ext
4512 get-histogram-ext
4513 separable-filter-2d-ext
4514 get-separable-filter-ext
4515 get-convolution-parameter-iv-ext
4516 get-convolution-parameter-fv-ext
4517 get-convolution-filter-ext
4518 copy-convolution-filter-2d-ext
4519 copy-convolution-filter-1d-ext
4520 convolution-parameter-iv-ext
4521 convolution-parameter-i-ext
4522 convolution-parameter-fv-ext
4523 convolution-parameter-f-ext
4524 convolution-filter-2d-ext
4525 convolution-filter-1d-ext
4526 blend-equation-ext
4527 blend-color-ext ))
4529 (in-package #:opengl)
4531 (cffi:load-foreign-library '(:or (:framework "OpenGL")
4532 "opengl32.dll"
4533 (:default "libGL")
4534 (:default "opengl")
4535 (:default "opengl32")
4536 (:default "GL")
4537 (:default "gl")
4538 (:default "libOpenGL")
4539 (:default "OpenGL")))
4541 ;; TYPES
4543 (defctype enum :uint32)
4544 (defctype boolean :uint8)
4545 (defctype bitfield :uint32)
4546 (defctype byte :int8)
4547 (defctype short :int16)
4548 (defctype int :int32)
4549 (defctype sizei :int32)
4550 (defctype ubyte :uint8)
4551 (defctype ushort :uint16)
4552 (defctype uint :uint32)
4553 (defctype float :float)
4554 (defctype clampf :float)
4555 (defctype double :double)
4556 (defctype clampd :double)
4557 (defctype void :void)
4559 (defctype uint64 :uint64)
4560 (defctype int64 :int64)
4562 (defctype intptr #.(find-symbol (format nil "INT~d" (* 8 (cffi:foreign-type-size :pointer))) (find-package '#:keyword)))
4563 (defctype sizeiptr #.(find-symbol (format nil "INT~d" (* 8 (cffi:foreign-type-size :pointer))) (find-package '#:keyword)))
4565 (defctype handle :unsigned-int)
4567 (defctype char :char)
4569 (defctype string :string)
4571 (defctype half :unsigned-short) ; this is how glext.h defines it anyway
4574 (eval-when (:compile-toplevel :load-toplevel :execute)
4576 (defmethod cffi:expand-to-foreign (value (type (eql 'boolean)))
4577 `(if ,value gl:+true+ gl:+false+))
4579 (defmethod cffi:expand-from-foreign (value (type (eql 'boolean)))
4580 `(not (= ,value gl:+false+)))
4582 (defmethod cffi:expand-to-foreign (value (type (eql 'clampf)))
4583 `(coerce ,value 'single-float))
4585 (defmethod cffi:expand-to-foreign (value (type (eql 'clampd)))
4586 `(coerce ,value 'double-float))
4588 (defmethod cffi:expand-to-foreign (value (type (eql 'float)))
4589 `(coerce ,value 'single-float))
4591 (defmethod cffi:expand-to-foreign (value (type (eql 'double)))
4592 `(coerce ,value 'double-float))
4594 (let ((type-maps (quote
4595 (|AccumOp| opengl:enum |AlphaFunction| opengl:enum |AttribMask| opengl:bitfield
4596 |BeginMode| opengl:enum |BinormalPointerTypeEXT| opengl:enum
4597 |BlendEquationMode| opengl:enum |BlendEquationModeEXT| opengl:enum
4598 |BlendFuncSeparateParameterEXT| opengl:enum |BlendingFactorDest| opengl:enum
4599 |BlendingFactorSrc| opengl:enum |Boolean| opengl:boolean |BooleanPointer|
4600 :pointer |Char| opengl:char |CharPointer| :pointer |CheckedFloat32|
4601 opengl:float |CheckedInt32| opengl:int |ClampColorTargetARB| opengl:enum
4602 |ClampColorModeARB| opengl:enum |ClampedColorF| opengl:clampf |ClampedFloat32|
4603 opengl:clampf |ClampedFloat64| opengl:clampd |ClampedStencilValue| opengl:int
4604 |ClearBufferMask| opengl:bitfield |ClientAttribMask| opengl:bitfield
4605 |ClipPlaneName| opengl:enum |ColorB| opengl:byte |ColorD| opengl:double
4606 |ColorF| opengl:float |ColorI| opengl:int |ColorIndexValueD| opengl:double
4607 |ColorIndexValueF| opengl:float |ColorIndexValueI| opengl:int
4608 |ColorIndexValueS| opengl:short |ColorIndexValueUB| opengl:ubyte
4609 |ColorMaterialParameter| opengl:enum |ColorPointerType| opengl:enum |ColorS|
4610 opengl:short |ColorTableParameterPName| opengl:enum
4611 |ColorTableParameterPNameSGI| opengl:enum |ColorTableTarget| opengl:enum
4612 |ColorTableTargetSGI| opengl:enum |ColorUB| opengl:ubyte |ColorUI| opengl:uint
4613 |ColorUS| opengl:ushort |CombinerBiasNV| opengl:enum
4614 |CombinerComponentUsageNV| opengl:enum |CombinerMappingNV| opengl:enum
4615 |CombinerParameterNV| opengl:enum |CombinerPortionNV| opengl:enum
4616 |CombinerRegisterNV| opengl:enum |CombinerScaleNV| opengl:enum
4617 |CombinerStageNV| opengl:enum |CombinerVariableNV| opengl:enum
4618 |CompressedTextureARB| opengl:void |ControlPointNV| opengl:void
4619 |ControlPointTypeNV| opengl:enum |ConvolutionParameter| opengl:enum
4620 |ConvolutionParameterEXT| opengl:enum |ConvolutionTarget| opengl:enum
4621 |ConvolutionTargetEXT| opengl:enum |CoordD| opengl:double |CoordF|
4622 opengl:float |CoordI| opengl:int |CoordS| opengl:short |CullFaceMode|
4623 opengl:enum |CullParameterEXT| opengl:enum |DepthFunction| opengl:enum
4624 |DrawBufferMode| opengl:enum |DrawElementsType| opengl:enum
4625 |ElementPointerTypeATI| opengl:enum |EnableCap| opengl:enum |ErrorCode|
4626 opengl:enum |EvalMapsModeNV| opengl:enum |EvalTargetNV| opengl:enum
4627 |FeedbackElement| opengl:float |FeedbackType| opengl:enum |FenceNV|
4628 opengl:uint |FenceConditionNV| opengl:enum |FenceParameterNameNV| opengl:enum
4629 |FfdMaskSGIX| opengl:bitfield |FfdTargetSGIX| opengl:enum |Float32|
4630 opengl:float |Float32Pointer| :pointer |Float64| opengl:double
4631 |Float64Pointer| :pointer |FogParameter| opengl:enum |FogPointerTypeEXT|
4632 opengl:enum |FogPointerTypeIBM| opengl:enum |FragmentLightModelParameterSGIX|
4633 opengl:enum |FragmentLightNameSGIX| opengl:enum |FragmentLightParameterSGIX|
4634 opengl:enum |FramebufferAttachment| opengl:enum |FramebufferTarget|
4635 opengl:enum |FrontFaceDirection| opengl:enum |FunctionPointer| :pointer
4636 |GetColorTableParameterPName| opengl:enum |GetColorTableParameterPNameSGI|
4637 opengl:enum |GetConvolutionParameterPName| opengl:enum
4638 |GetHistogramParameterPName| opengl:enum |GetHistogramParameterPNameEXT|
4639 opengl:enum |GetMapQuery| opengl:enum |GetMinmaxParameterPName| opengl:enum
4640 |GetMinmaxParameterPNameEXT| opengl:enum |GetPName| opengl:enum
4641 |GetPointervPName| opengl:enum |GetTextureParameter| opengl:enum |HintMode|
4642 opengl:enum |HintTarget| opengl:enum |HintTargetPGI| opengl:enum
4643 |HistogramTarget| opengl:enum |HistogramTargetEXT| opengl:enum
4644 |IglooFunctionSelectSGIX| opengl:enum |IglooParameterSGIX| opengl:void
4645 |ImageTransformPNameHP| opengl:enum |ImageTransformTargetHP| opengl:enum
4646 |IndexFunctionEXT| opengl:enum |IndexMaterialParameterEXT| opengl:enum
4647 |IndexPointerType| opengl:enum |Int16| opengl:short |Int32| opengl:int |Int8|
4648 opengl:byte |InterleavedArrayFormat| opengl:enum |LightEnvParameterSGIX|
4649 opengl:enum |LightModelParameter| opengl:enum |LightName| opengl:enum
4650 |LightParameter| opengl:enum |LightTextureModeEXT| opengl:enum
4651 |LightTexturePNameEXT| opengl:enum |LineStipple| opengl:ushort |List|
4652 opengl:uint |ListMode| opengl:enum |ListNameType| opengl:enum
4653 |ListParameterName| opengl:enum |LogicOp| opengl:enum |MapAttribParameterNV|
4654 opengl:enum |MapParameterNV| opengl:enum |MapTarget| opengl:enum |MapTargetNV|
4655 opengl:enum |MapTypeNV| opengl:enum |MaskedColorIndexValueF| opengl:float
4656 |MaskedColorIndexValueI| opengl:uint |MaskedStencilValue| opengl:uint
4657 |MaterialFace| opengl:enum |MaterialParameter| opengl:enum
4658 |MatrixIndexPointerTypeARB| opengl:enum |MatrixMode| opengl:enum
4659 |MatrixTransformNV| opengl:enum |MeshMode1| opengl:enum |MeshMode2|
4660 opengl:enum |MinmaxTarget| opengl:enum |MinmaxTargetEXT| opengl:enum
4661 |NormalPointerType| opengl:enum |NurbsCallback| opengl:enum |NurbsObj|
4662 :pointer |NurbsProperty| opengl:enum |NurbsTrim| opengl:enum
4663 |OcclusionQueryParameterNameNV| opengl:enum |PixelCopyType| opengl:enum
4664 |PixelFormat| opengl:enum |PixelInternalFormat| opengl:enum |PixelMap|
4665 opengl:enum |PixelStoreParameter| opengl:enum |PixelTexGenModeSGIX|
4666 opengl:enum |PixelTexGenParameterNameSGIS| opengl:enum
4667 |PixelTransferParameter| opengl:enum |PixelTransformPNameEXT| opengl:enum
4668 |PixelTransformTargetEXT| opengl:enum |PixelType| opengl:enum
4669 |PointParameterNameARB| opengl:enum |PolygonMode| opengl:enum |ProgramNV|
4670 opengl:uint |ProgramCharacterNV| opengl:ubyte |ProgramParameterNV| opengl:enum
4671 |ProgramParameterPName| opengl:enum |QuadricCallback| opengl:enum
4672 |QuadricDrawStyle| opengl:enum |QuadricNormal| opengl:enum |QuadricObj|
4673 :pointer |QuadricOrientation| opengl:enum |ReadBufferMode| opengl:enum
4674 |RenderbufferTarget| opengl:enum |RenderingMode| opengl:enum
4675 |ReplacementCodeSUN| opengl:uint |ReplacementCodeTypeSUN| opengl:enum
4676 |SamplePassARB| opengl:enum |SamplePatternEXT| opengl:enum |SamplePatternSGIS|
4677 opengl:enum |SecondaryColorPointerTypeIBM| opengl:enum |SelectName|
4678 opengl:uint |SeparableTarget| opengl:enum |SeparableTargetEXT| opengl:enum
4679 |ShadingModel| opengl:enum |SizeI| opengl:sizei |SpriteParameterNameSGIX|
4680 opengl:enum |StencilFunction| opengl:enum |StencilFaceDirection| opengl:enum
4681 |StencilOp| opengl:enum |StencilValue| opengl:int |String| opengl:string
4682 |StringName| opengl:enum |TangentPointerTypeEXT| opengl:enum |TessCallback|
4683 opengl:enum |TessContour| opengl:enum |TessProperty| opengl:enum
4684 |TesselatorObj| :pointer |TexCoordPointerType| opengl:enum |Texture|
4685 opengl:uint |TextureComponentCount| opengl:int |TextureCoordName| opengl:enum
4686 |TextureEnvParameter| opengl:enum |TextureEnvTarget| opengl:enum
4687 |TextureFilterSGIS| opengl:enum |TextureGenParameter| opengl:enum
4688 |TextureNormalModeEXT| opengl:enum |TextureParameterName| opengl:enum
4689 |TextureTarget| opengl:enum |TextureUnit| opengl:enum |UInt16| opengl:ushort
4690 |UInt32| opengl:uint |UInt8| opengl:ubyte |VertexAttribEnum| opengl:enum
4691 |VertexAttribEnumNV| opengl:enum |VertexAttribPointerTypeNV| opengl:enum
4692 |VertexPointerType| opengl:enum |VertexWeightPointerTypeEXT| opengl:enum
4693 |Void| opengl:void |VoidPointer| :pointer |ConstVoidPointer| :pointer
4694 |WeightPointerTypeARB| opengl:enum |WinCoord| opengl:int |void| :void
4695 |ArrayObjectPNameATI| opengl:enum |ArrayObjectUsageATI| opengl:enum
4696 |ConstFloat32| opengl:float |ConstInt32| opengl:int |ConstUInt32| opengl:uint
4697 |ConstVoid| opengl:void |DataTypeEXT| opengl:enum |FragmentOpATI| opengl:enum
4698 |GetTexBumpParameterATI| opengl:enum |GetVariantValueEXT| opengl:enum
4699 |ParameterRangeEXT| opengl:enum |PreserveModeATI| opengl:enum
4700 |ProgramFormatARB| opengl:enum |ProgramTargetARB| opengl:enum |ProgramTarget|
4701 opengl:enum |ProgramPropertyARB| opengl:enum |ProgramStringPropertyARB|
4702 opengl:enum |ScalarType| opengl:enum |SwizzleOpATI| opengl:enum
4703 |TexBumpParameterATI| opengl:enum |VariantCapEXT| opengl:enum
4704 |VertexAttribPointerPropertyARB| opengl:enum |VertexAttribPointerTypeARB|
4705 opengl:enum |VertexAttribPropertyARB| opengl:enum |VertexShaderCoordOutEXT|
4706 opengl:enum |VertexShaderOpEXT| opengl:enum |VertexShaderParameterEXT|
4707 opengl:enum |VertexShaderStorageTypeEXT| opengl:enum
4708 |VertexShaderTextureUnitParameter| opengl:enum |VertexShaderWriteMaskEXT|
4709 opengl:enum |VertexStreamATI| opengl:enum |PNTrianglesPNameATI| opengl:enum
4710 |BufferOffset| opengl:intptr |BufferSize| opengl:sizeiptr |BufferAccessARB|
4711 opengl:enum |BufferOffsetARB| opengl:intptr |BufferPNameARB| opengl:enum
4712 |BufferPointerNameARB| opengl:enum |BufferSizeARB| opengl:sizeiptr
4713 |BufferTargetARB| opengl:enum |BufferUsageARB| opengl:enum |ObjectTypeAPPLE|
4714 opengl:enum |VertexArrayPNameAPPLE| opengl:enum |DrawBufferModeATI|
4715 opengl:enum |Half16NV| opengl:half |PixelDataRangeTargetNV| opengl:enum
4716 |GLenum| opengl:enum |handleARB| opengl:handle |charARB| opengl:char
4717 |charPointerARB| :pointer |Int64EXT| opengl:int64 |UInt64EXT| opengl:uint64) )))
4718 (labels ((c-name (func-spec) (first (first func-spec)))
4719 (lisp-name (func-spec) (second (first func-spec)))
4720 (freturn (func-spec) (first (getf (rest func-spec) :return)))
4721 (args (func-spec) (getf (rest func-spec) :args))
4722 (deconstant (symbol)
4723 (if (not (constantp symbol))
4724 symbol
4725 (deconstant (intern (concatenate 'cl:string "_" (symbol-name symbol))))))
4726 (final-arg-name (arg)
4727 (deconstant (intern (string-upcase (symbol-name (getf arg :name))))))
4728 (final-arg-type (arg)
4729 (let ((type (getf type-maps (getf arg :type))))
4730 (cond
4731 ((eql 'void type) :pointer)
4732 ((getf arg :array) (if (eql type 'char) :string :pointer))
4733 (t type))))
4734 (arg-element-type (arg)
4735 (getf type-maps (getf arg :type)))
4736 (conc-symbols (&rest symbols)
4737 (intern (apply #'concatenate (cons 'cl:string (mapcar #'symbol-name symbols)))))
4738 (array-wrappable-p (arg #|args|#)
4739 (let ((resolved-type (getf type-maps (getf arg :type))))
4740 (and (getf arg :array)
4741 ;; we must have a type, ie. not a void* pointer
4742 (not (eql 'void resolved-type))
4743 (not (eql :void resolved-type))
4744 ;; opengl cannot retain this pointer, as we would destroy it after passing it
4745 (not (getf arg :retained))
4746 ;; can we guarantee a size? - used to do this, but the app programmer must get it right himself for OpenGL anyway
4747 ;; so doing it this way is consistent with the C-interface, though more dangerous
4749 (or (integerp (getf arg :size))
4750 (and (symbolp (getf arg :size))
4751 (find-if #'(lambda (other-arg)
4752 (eql (getf arg :size) (final-arg-name other-arg)))
4753 args)))|#
4754 ;; our own hook
4755 (not (getf arg :wrapped)))))
4756 (gl-function-definition (func-spec &optional (c-prefix "gl") (lisp-prefix '#:||))
4757 `(defcfun (,(concatenate 'cl:string c-prefix (c-name func-spec))
4758 ,(conc-symbols lisp-prefix (lisp-name func-spec)))
4759 ,(getf type-maps (intern (freturn func-spec)))
4760 ,@(mapcar #'(lambda (arg) (list (final-arg-name arg) (final-arg-type arg)))
4761 (args func-spec))))
4762 (gl-funcall-definition (func-spec fpointer)
4763 `(foreign-funcall ,fpointer
4764 ,@(mapcan #'(lambda (arg)
4765 `(,(final-arg-type arg) ,(final-arg-name arg)))
4766 (args func-spec))
4767 ,(getf type-maps (intern (freturn func-spec)))))
4768 (expand-a-wrapping (func-spec final-content)
4769 (let* ((func-spec (copy-tree func-spec)) ; duplicate because we're not supposed to modify macro params
4770 (args (args func-spec))
4771 (first-wrappable (position-if #'array-wrappable-p args)))
4772 (if first-wrappable
4773 (let* ((arg (elt (args func-spec) first-wrappable))
4774 (original-array-name (gensym (symbol-name (final-arg-name arg))))
4775 (array-name (final-arg-name arg)))
4776 ;; set it wrapped by non-consingly attaching a wrapped property on the end
4777 (nconc arg (list :wrapped t))
4778 `(if (and (typep ,array-name 'sequence) (not (stringp ,array-name)))
4779 ;; the actual allocation
4780 (let* ((,original-array-name ,array-name)
4781 (,array-name (foreign-alloc ',(arg-element-type arg)
4782 ;; we used to base it on the count of whatever the spec said
4783 #|:count ,(getf arg :size)|#
4784 ;; but now, we'll use the user's sequence size, or just their content
4785 ,@(if (eql (getf arg :direction) :in)
4786 `(:initial-contents ,original-array-name)
4787 `(:count (length ,original-array-name))))))
4788 ;; (format t "Copying ~a elements of ~a: ~a into ~a~%"
4789 ;; ,(getf arg :size) ',array-name ,original-array-name ,array-name)
4790 (unwind-protect
4791 (prog1
4792 #| as input values are set above, we don't use this now (and above is a prog1, it was prog2 before)
4793 ;; custom coersion of input values, before call ; ;
4794 ,(when (eql (getf arg :direction) :in)
4795 `(cond
4796 ((listp ,original-array-name)
4797 (loop for i upfrom 0 for e in ,original-array-name
4798 do (setf (mem-aref ,array-name ',(arg-element-type arg) i) e)))
4799 ((vectorp ,original-array-name)
4800 (loop for i upfrom 0 for e across ,original-array-name
4801 do (setf (mem-aref ,array-name ',(arg-element-type arg) i) e)))))
4803 ;; recurse in case there are more
4804 ,(expand-a-wrapping func-spec final-content)
4805 ;; custom coersion of output values, after call
4806 ,(when (eql (getf arg :direction) :out)
4807 `(cond
4808 ((listp ,original-array-name)
4809 (do ((i 0 (1+ i))
4810 (ce ,original-array-name (cdr ce)))
4811 ((not ce))
4812 #|((or (not ce)
4813 (>= i ,(getf arg :size))))|#
4814 (setf (car ce)
4815 (mem-aref ,array-name ',(arg-element-type arg) i))))
4816 ((vectorp ,original-array-name)
4817 (do ((i 0 (1+ i)))
4818 ((>= i (length ,original-array-name)))
4819 #|((or (>= i (length ,original-array-name))
4820 (>= i ,(getf arg :size))))|#
4821 (setf (aref ,original-array-name i)
4822 (mem-aref ,array-name ',(arg-element-type arg) i)))))))
4823 (foreign-free ,array-name)))
4824 ;; in the case the arg wasn't a sequence, pass it straight through
4825 ,(expand-a-wrapping func-spec final-content)))
4826 ;; in the case that there is no more wrapping to be done, emit the final content to start unwinding
4827 final-content))))
4829 (defun wrapped-win32-gl-function-definition (func-spec)
4830 `(let ((fpointer (foreign-funcall "wglGetProcAddress"
4831 :string ,(concatenate 'cl:string "gl" (c-name func-spec))
4832 :pointer)))
4833 ;; I know the CFFI guide recommends against holding pointers, but for extensions on win,
4834 ;; function pointers are the only way to do it. I don't think the locations are compiled
4835 ;; in-to the fasl files, as it's a top-level form.
4836 (when (null-pointer-p fpointer)
4837 (error 'simple-error "Error! Can't find function ~a" (first func-spec)))
4838 (defun ,(lisp-name func-spec)
4839 ,(mapcar #'(lambda (arg) (final-arg-name arg))
4840 (args func-spec))
4841 ;; if there is more than 0 wrappable arrays
4842 ,(let ((args (args func-spec)))
4843 (if (some #'array-wrappable-p args)
4844 (expand-a-wrapping func-spec
4845 (gl-funcall-definition func-spec 'fpointer))
4846 (gl-funcall-definition func-spec 'fpointer))))))
4848 (defun wrapped-gl-function-definition (func-spec)
4849 (let ((args (args func-spec)))
4850 ;; if there is more than 0 wrappable arrays
4851 (if (some #'array-wrappable-p args)
4852 `(progn
4853 ;; make an inlined function prefixed with %
4854 (declaim (inline ,(conc-symbols '#:% (lisp-name func-spec))))
4855 ,(gl-function-definition func-spec "gl" '#:%)
4856 ;; the exposed function with wrappings
4857 (defun ,(lisp-name func-spec) ,(mapcar #'final-arg-name (args func-spec))
4858 ,(expand-a-wrapping func-spec
4859 `(,(conc-symbols '#:% (lisp-name func-spec))
4860 ,@(mapcar #'final-arg-name (args func-spec))))))
4861 (gl-function-definition func-spec)))))))
4863 (defmacro defglfun (func-spec)
4864 (wrapped-gl-function-definition func-spec))
4866 (defmacro defglextfun (func-spec)
4867 #+win32 (wrapped-win32-gl-function-definition func-spec)
4868 #-win32 (wrapped-gl-function-definition func-spec))
4872 ;;;; Enumerations: AttribMask
4874 (defconstant +current-bit+ #x1)
4875 (defconstant +point-bit+ #x2)
4876 (defconstant +line-bit+ #x4)
4877 (defconstant +polygon-bit+ #x8)
4878 (defconstant +polygon-stipple-bit+ #x10)
4879 (defconstant +pixel-mode-bit+ #x20)
4880 (defconstant +lighting-bit+ #x40)
4881 (defconstant +fog-bit+ #x80)
4882 (defconstant +depth-buffer-bit+ #x100)
4883 (defconstant +accum-buffer-bit+ #x200)
4884 (defconstant +stencil-buffer-bit+ #x400)
4885 (defconstant +viewport-bit+ #x800)
4886 (defconstant +transform-bit+ #x1000)
4887 (defconstant +enable-bit+ #x2000)
4888 (defconstant +color-buffer-bit+ #x4000)
4889 (defconstant +hint-bit+ #x8000)
4890 (defconstant +eval-bit+ #x10000)
4891 (defconstant +list-bit+ #x20000)
4892 (defconstant +texture-bit+ #x40000)
4893 (defconstant +scissor-bit+ #x80000)
4894 (defconstant +all-attrib-bits+ #xFFFFFFFF)
4896 ;;;; Enumerations: ClearBufferMask
4897 ;; color_buffer_bit already defined
4898 ;; accum_buffer_bit already defined
4899 ;; stencil_buffer_bit already defined
4900 ;; depth_buffer_bit already defined
4902 ;;;; Enumerations: ClientAttribMask
4904 (defconstant +client-pixel-store-bit+ #x1)
4905 (defconstant +client-vertex-array-bit+ #x2)
4906 (defconstant +client-all-attrib-bits+ #xFFFFFFFF)
4908 ;;;; Enumerations: Boolean
4910 (defconstant +false+ #x0)
4911 (defconstant +true+ #x1)
4913 ;;;; Enumerations: BeginMode
4915 (defconstant +points+ #x0)
4916 (defconstant +lines+ #x1)
4917 (defconstant +line-loop+ #x2)
4918 (defconstant +line-strip+ #x3)
4919 (defconstant +triangles+ #x4)
4920 (defconstant +triangle-strip+ #x5)
4921 (defconstant +triangle-fan+ #x6)
4922 (defconstant +quads+ #x7)
4923 (defconstant +quad-strip+ #x8)
4924 (defconstant +polygon+ #x9)
4926 ;;;; Enumerations: AccumOp
4928 (defconstant +accum+ #x100)
4929 (defconstant +load+ #x101)
4930 (defconstant +return+ #x102)
4931 (defconstant +mult+ #x103)
4932 (defconstant +add+ #x104)
4934 ;;;; Enumerations: AlphaFunction
4936 (defconstant +never+ #x200)
4937 (defconstant +less+ #x201)
4938 (defconstant +equal+ #x202)
4939 (defconstant +lequal+ #x203)
4940 (defconstant +greater+ #x204)
4941 (defconstant +notequal+ #x205)
4942 (defconstant +gequal+ #x206)
4943 (defconstant +always+ #x207)
4945 ;;;; Enumerations: BlendingFactorDest
4947 (defconstant +zero+ #x0)
4948 (defconstant +one+ #x1)
4949 (defconstant +src-color+ #x300)
4950 (defconstant +one-minus-src-color+ #x301)
4951 (defconstant +src-alpha+ #x302)
4952 (defconstant +one-minus-src-alpha+ #x303)
4953 (defconstant +dst-alpha+ #x304)
4954 (defconstant +one-minus-dst-alpha+ #x305)
4955 (defconstant +constant-color-ext+ #x8001)
4956 (defconstant +one-minus-constant-color-ext+ #x8002)
4957 (defconstant +constant-alpha-ext+ #x8003)
4958 (defconstant +one-minus-constant-alpha-ext+ #x8004)
4960 ;;;; Enumerations: BlendingFactorSrc
4961 ;; zero already defined
4962 ;; one already defined
4963 (defconstant +dst-color+ #x306)
4964 (defconstant +one-minus-dst-color+ #x307)
4965 (defconstant +src-alpha-saturate+ #x308)
4966 ;; src_alpha already defined
4967 ;; one_minus_src_alpha already defined
4968 ;; dst_alpha already defined
4969 ;; one_minus_dst_alpha already defined
4970 ;; constant_color_ext already defined
4971 ;; one_minus_constant_color_ext already defined
4972 ;; constant_alpha_ext already defined
4973 ;; one_minus_constant_alpha_ext already defined
4975 ;;;; Enumerations: BlendEquationModeEXT
4977 (defconstant +logic-op+ #xBF1)
4978 (defconstant +func-add-ext+ #x8006)
4979 (defconstant +min-ext+ #x8007)
4980 (defconstant +max-ext+ #x8008)
4981 (defconstant +func-subtract-ext+ #x800A)
4982 (defconstant +func-reverse-subtract-ext+ #x800B)
4983 (defconstant +alpha-min-sgix+ #x8320)
4984 (defconstant +alpha-max-sgix+ #x8321)
4986 ;;;; Enumerations: ColorMaterialFace
4988 (defconstant +front+ #x404)
4989 (defconstant +back+ #x405)
4990 (defconstant +front-and-back+ #x408)
4992 ;;;; Enumerations: ColorMaterialParameter
4994 (defconstant +ambient+ #x1200)
4995 (defconstant +diffuse+ #x1201)
4996 (defconstant +specular+ #x1202)
4997 (defconstant +emission+ #x1600)
4998 (defconstant +ambient-and-diffuse+ #x1602)
5000 ;;;; Enumerations: ColorPointerType
5002 (defconstant +byte+ #x1400)
5003 (defconstant +unsigned-byte+ #x1401)
5004 (defconstant +short+ #x1402)
5005 (defconstant +unsigned-short+ #x1403)
5006 (defconstant +int+ #x1404)
5007 (defconstant +unsigned-int+ #x1405)
5008 (defconstant +float+ #x1406)
5009 (defconstant +double+ #x140A)
5011 ;;;; Enumerations: ColorTableParameterPNameSGI
5013 (defconstant +color-table-scale-sgi+ #x80D6)
5014 (defconstant +color-table-bias-sgi+ #x80D7)
5016 ;;;; Enumerations: ColorTableTargetSGI
5018 (defconstant +color-table-sgi+ #x80D0)
5019 (defconstant +post-convolution-color-table-sgi+ #x80D1)
5020 (defconstant +post-color-matrix-color-table-sgi+ #x80D2)
5021 (defconstant +proxy-color-table-sgi+ #x80D3)
5022 (defconstant +proxy-post-convolution-color-table-sgi+ #x80D4)
5023 (defconstant +proxy-post-color-matrix-color-table-sgi+ #x80D5)
5024 (defconstant +texture-color-table-sgi+ #x80BC)
5025 (defconstant +proxy-texture-color-table-sgi+ #x80BD)
5027 ;;;; Enumerations: ConvolutionBorderModeEXT
5029 (defconstant +reduce-ext+ #x8016)
5031 ;;;; Enumerations: ConvolutionParameterEXT
5033 (defconstant +convolution-border-mode-ext+ #x8013)
5034 (defconstant +convolution-filter-scale-ext+ #x8014)
5035 (defconstant +convolution-filter-bias-ext+ #x8015)
5037 ;;;; Enumerations: ConvolutionTargetEXT
5039 (defconstant +convolution-1d-ext+ #x8010)
5040 (defconstant +convolution-2d-ext+ #x8011)
5042 ;;;; Enumerations: CullFaceMode
5043 ;; front already defined
5044 ;; back already defined
5045 ;; front_and_back already defined
5047 ;;;; Enumerations: DepthFunction
5048 ;; never already defined
5049 ;; less already defined
5050 ;; equal already defined
5051 ;; lequal already defined
5052 ;; greater already defined
5053 ;; notequal already defined
5054 ;; gequal already defined
5055 ;; always already defined
5057 ;;;; Enumerations: DrawBufferMode
5059 (defconstant +none+ #x0)
5060 (defconstant +front-left+ #x400)
5061 (defconstant +front-right+ #x401)
5062 (defconstant +back-left+ #x402)
5063 (defconstant +back-right+ #x403)
5064 ;; front already defined
5065 ;; back already defined
5066 (defconstant +left+ #x406)
5067 (defconstant +right+ #x407)
5068 ;; front_and_back already defined
5069 (defconstant +aux0+ #x409)
5070 (defconstant +aux1+ #x40A)
5071 (defconstant +aux2+ #x40B)
5072 (defconstant +aux3+ #x40C)
5074 ;;;; Enumerations: EnableCap
5076 (defconstant +fog+ #xB60)
5077 (defconstant +lighting+ #xB50)
5078 (defconstant +texture-1d+ #xDE0)
5079 (defconstant +texture-2d+ #xDE1)
5080 (defconstant +line-stipple+ #xB24)
5081 (defconstant +polygon-stipple+ #xB42)
5082 (defconstant +cull-face+ #xB44)
5083 (defconstant +alpha-test+ #xBC0)
5084 (defconstant +blend+ #xBE2)
5085 (defconstant +index-logic-op+ #xBF1)
5086 (defconstant +color-logic-op+ #xBF2)
5087 (defconstant +dither+ #xBD0)
5088 (defconstant +stencil-test+ #xB90)
5089 (defconstant +depth-test+ #xB71)
5090 (defconstant +clip-plane0+ #x3000)
5091 (defconstant +clip-plane1+ #x3001)
5092 (defconstant +clip-plane2+ #x3002)
5093 (defconstant +clip-plane3+ #x3003)
5094 (defconstant +clip-plane4+ #x3004)
5095 (defconstant +clip-plane5+ #x3005)
5096 (defconstant +light0+ #x4000)
5097 (defconstant +light1+ #x4001)
5098 (defconstant +light2+ #x4002)
5099 (defconstant +light3+ #x4003)
5100 (defconstant +light4+ #x4004)
5101 (defconstant +light5+ #x4005)
5102 (defconstant +light6+ #x4006)
5103 (defconstant +light7+ #x4007)
5104 (defconstant +texture-gen-s+ #xC60)
5105 (defconstant +texture-gen-t+ #xC61)
5106 (defconstant +texture-gen-r+ #xC62)
5107 (defconstant +texture-gen-q+ #xC63)
5108 (defconstant +map1-vertex-3+ #xD97)
5109 (defconstant +map1-vertex-4+ #xD98)
5110 (defconstant +map1-color-4+ #xD90)
5111 (defconstant +map1-index+ #xD91)
5112 (defconstant +map1-normal+ #xD92)
5113 (defconstant +map1-texture-coord-1+ #xD93)
5114 (defconstant +map1-texture-coord-2+ #xD94)
5115 (defconstant +map1-texture-coord-3+ #xD95)
5116 (defconstant +map1-texture-coord-4+ #xD96)
5117 (defconstant +map2-vertex-3+ #xDB7)
5118 (defconstant +map2-vertex-4+ #xDB8)
5119 (defconstant +map2-color-4+ #xDB0)
5120 (defconstant +map2-index+ #xDB1)
5121 (defconstant +map2-normal+ #xDB2)
5122 (defconstant +map2-texture-coord-1+ #xDB3)
5123 (defconstant +map2-texture-coord-2+ #xDB4)
5124 (defconstant +map2-texture-coord-3+ #xDB5)
5125 (defconstant +map2-texture-coord-4+ #xDB6)
5126 (defconstant +point-smooth+ #xB10)
5127 (defconstant +line-smooth+ #xB20)
5128 (defconstant +polygon-smooth+ #xB41)
5129 (defconstant +scissor-test+ #xC11)
5130 (defconstant +color-material+ #xB57)
5131 (defconstant +normalize+ #xBA1)
5132 (defconstant +auto-normal+ #xD80)
5133 (defconstant +polygon-offset-point+ #x2A01)
5134 (defconstant +polygon-offset-line+ #x2A02)
5135 (defconstant +polygon-offset-fill+ #x8037)
5136 (defconstant +vertex-array+ #x8074)
5137 (defconstant +normal-array+ #x8075)
5138 (defconstant +color-array+ #x8076)
5139 (defconstant +index-array+ #x8077)
5140 (defconstant +texture-coord-array+ #x8078)
5141 (defconstant +edge-flag-array+ #x8079)
5142 ;; convolution_1d_ext already defined
5143 ;; convolution_2d_ext already defined
5144 (defconstant +separable-2d-ext+ #x8012)
5145 (defconstant +histogram-ext+ #x8024)
5146 (defconstant +minmax-ext+ #x802E)
5147 (defconstant +rescale-normal-ext+ #x803A)
5148 (defconstant +shared-texture-palette-ext+ #x81FB)
5149 (defconstant +texture-3d-ext+ #x806F)
5150 (defconstant +multisample-sgis+ #x809D)
5151 (defconstant +sample-alpha-to-mask-sgis+ #x809E)
5152 (defconstant +sample-alpha-to-one-sgis+ #x809F)
5153 (defconstant +sample-mask-sgis+ #x80A0)
5154 (defconstant +texture-4d-sgis+ #x8134)
5155 (defconstant +async-histogram-sgix+ #x832C)
5156 (defconstant +async-tex-image-sgix+ #x835C)
5157 (defconstant +async-draw-pixels-sgix+ #x835D)
5158 (defconstant +async-read-pixels-sgix+ #x835E)
5159 (defconstant +calligraphic-fragment-sgix+ #x8183)
5160 (defconstant +fog-offset-sgix+ #x8198)
5161 (defconstant +fragment-lighting-sgix+ #x8400)
5162 (defconstant +fragment-color-material-sgix+ #x8401)
5163 (defconstant +fragment-light0-sgix+ #x840C)
5164 (defconstant +fragment-light1-sgix+ #x840D)
5165 (defconstant +fragment-light2-sgix+ #x840E)
5166 (defconstant +fragment-light3-sgix+ #x840F)
5167 (defconstant +fragment-light4-sgix+ #x8410)
5168 (defconstant +fragment-light5-sgix+ #x8411)
5169 (defconstant +fragment-light6-sgix+ #x8412)
5170 (defconstant +fragment-light7-sgix+ #x8413)
5171 (defconstant +framezoom-sgix+ #x818B)
5172 (defconstant +interlace-sgix+ #x8094)
5173 (defconstant +ir-instrument1-sgix+ #x817F)
5174 (defconstant +pixel-tex-gen-sgix+ #x8139)
5175 (defconstant +pixel-texture-sgis+ #x8353)
5176 (defconstant +reference-plane-sgix+ #x817D)
5177 (defconstant +sprite-sgix+ #x8148)
5178 ;; color_table_sgi already defined
5179 ;; post_convolution_color_table_sgi already defined
5180 ;; post_color_matrix_color_table_sgi already defined
5181 ;; texture_color_table_sgi already defined
5183 ;;;; Enumerations: ErrorCode
5185 (defconstant +no-error+ #x0)
5186 (defconstant +invalid-enum+ #x500)
5187 (defconstant +invalid-value+ #x501)
5188 (defconstant +invalid-operation+ #x502)
5189 (defconstant +stack-overflow+ #x503)
5190 (defconstant +stack-underflow+ #x504)
5191 (defconstant +out-of-memory+ #x505)
5192 (defconstant +table-too-large-ext+ #x8031)
5193 (defconstant +texture-too-large-ext+ #x8065)
5195 ;;;; Enumerations: FeedbackType
5197 (defconstant +2d+ #x600)
5198 (defconstant +3d+ #x601)
5199 (defconstant +3d-color+ #x602)
5200 (defconstant +3d-color-texture+ #x603)
5201 (defconstant +4d-color-texture+ #x604)
5203 ;;;; Enumerations: FeedBackToken
5205 (defconstant +pass-through-token+ #x700)
5206 (defconstant +point-token+ #x701)
5207 (defconstant +line-token+ #x702)
5208 (defconstant +polygon-token+ #x703)
5209 (defconstant +bitmap-token+ #x704)
5210 (defconstant +draw-pixel-token+ #x705)
5211 (defconstant +copy-pixel-token+ #x706)
5212 (defconstant +line-reset-token+ #x707)
5214 ;;;; Enumerations: FfdMaskSGIX
5216 (defconstant +texture-deformation-bit-sgix+ #x1)
5217 (defconstant +geometry-deformation-bit-sgix+ #x2)
5219 ;;;; Enumerations: FfdTargetSGIX
5221 (defconstant +geometry-deformation-sgix+ #x8194)
5222 (defconstant +texture-deformation-sgix+ #x8195)
5224 ;;;; Enumerations: FogMode
5226 (defconstant +linear+ #x2601)
5227 (defconstant +exp+ #x800)
5228 (defconstant +exp2+ #x801)
5229 (defconstant +fog-func-sgis+ #x812A)
5231 ;;;; Enumerations: FogParameter
5233 (defconstant +fog-color+ #xB66)
5234 (defconstant +fog-density+ #xB62)
5235 (defconstant +fog-end+ #xB64)
5236 (defconstant +fog-index+ #xB61)
5237 (defconstant +fog-mode+ #xB65)
5238 (defconstant +fog-start+ #xB63)
5239 (defconstant +fog-offset-value-sgix+ #x8199)
5241 ;;;; Enumerations: FragmentLightModelParameterSGIX
5243 (defconstant +fragment-light-model-local-viewer-sgix+ #x8408)
5244 (defconstant +fragment-light-model-two-side-sgix+ #x8409)
5245 (defconstant +fragment-light-model-ambient-sgix+ #x840A)
5246 (defconstant +fragment-light-model-normal-interpolation-sgix+ #x840B)
5248 ;;;; Enumerations: FrontFaceDirection
5250 (defconstant +cw+ #x900)
5251 (defconstant +ccw+ #x901)
5253 ;;;; Enumerations: GetColorTableParameterPNameSGI
5254 ;; color_table_scale_sgi already defined
5255 ;; color_table_bias_sgi already defined
5256 (defconstant +color-table-format-sgi+ #x80D8)
5257 (defconstant +color-table-width-sgi+ #x80D9)
5258 (defconstant +color-table-red-size-sgi+ #x80DA)
5259 (defconstant +color-table-green-size-sgi+ #x80DB)
5260 (defconstant +color-table-blue-size-sgi+ #x80DC)
5261 (defconstant +color-table-alpha-size-sgi+ #x80DD)
5262 (defconstant +color-table-luminance-size-sgi+ #x80DE)
5263 (defconstant +color-table-intensity-size-sgi+ #x80DF)
5265 ;;;; Enumerations: GetConvolutionParameter
5266 ;; convolution_border_mode_ext already defined
5267 ;; convolution_filter_scale_ext already defined
5268 ;; convolution_filter_bias_ext already defined
5269 (defconstant +convolution-format-ext+ #x8017)
5270 (defconstant +convolution-width-ext+ #x8018)
5271 (defconstant +convolution-height-ext+ #x8019)
5272 (defconstant +max-convolution-width-ext+ #x801A)
5273 (defconstant +max-convolution-height-ext+ #x801B)
5275 ;;;; Enumerations: GetHistogramParameterPNameEXT
5277 (defconstant +histogram-width-ext+ #x8026)
5278 (defconstant +histogram-format-ext+ #x8027)
5279 (defconstant +histogram-red-size-ext+ #x8028)
5280 (defconstant +histogram-green-size-ext+ #x8029)
5281 (defconstant +histogram-blue-size-ext+ #x802A)
5282 (defconstant +histogram-alpha-size-ext+ #x802B)
5283 (defconstant +histogram-luminance-size-ext+ #x802C)
5284 (defconstant +histogram-sink-ext+ #x802D)
5286 ;;;; Enumerations: GetMapQuery
5288 (defconstant +coeff+ #xA00)
5289 (defconstant +order+ #xA01)
5290 (defconstant +domain+ #xA02)
5292 ;;;; Enumerations: GetMinmaxParameterPNameEXT
5294 (defconstant +minmax-format-ext+ #x802F)
5295 (defconstant +minmax-sink-ext+ #x8030)
5297 ;;;; Enumerations: GetPixelMap
5299 (defconstant +pixel-map-i-to-i+ #xC70)
5300 (defconstant +pixel-map-s-to-s+ #xC71)
5301 (defconstant +pixel-map-i-to-r+ #xC72)
5302 (defconstant +pixel-map-i-to-g+ #xC73)
5303 (defconstant +pixel-map-i-to-b+ #xC74)
5304 (defconstant +pixel-map-i-to-a+ #xC75)
5305 (defconstant +pixel-map-r-to-r+ #xC76)
5306 (defconstant +pixel-map-g-to-g+ #xC77)
5307 (defconstant +pixel-map-b-to-b+ #xC78)
5308 (defconstant +pixel-map-a-to-a+ #xC79)
5310 ;;;; Enumerations: GetPointervPName
5312 (defconstant +vertex-array-pointer+ #x808E)
5313 (defconstant +normal-array-pointer+ #x808F)
5314 (defconstant +color-array-pointer+ #x8090)
5315 (defconstant +index-array-pointer+ #x8091)
5316 (defconstant +texture-coord-array-pointer+ #x8092)
5317 (defconstant +edge-flag-array-pointer+ #x8093)
5318 (defconstant +feedback-buffer-pointer+ #xDF0)
5319 (defconstant +selection-buffer-pointer+ #xDF3)
5320 (defconstant +instrument-buffer-pointer-sgix+ #x8180)
5322 ;;;; Enumerations: GetPName
5324 (defconstant +current-color+ #xB00)
5325 (defconstant +current-index+ #xB01)
5326 (defconstant +current-normal+ #xB02)
5327 (defconstant +current-texture-coords+ #xB03)
5328 (defconstant +current-raster-color+ #xB04)
5329 (defconstant +current-raster-index+ #xB05)
5330 (defconstant +current-raster-texture-coords+ #xB06)
5331 (defconstant +current-raster-position+ #xB07)
5332 (defconstant +current-raster-position-valid+ #xB08)
5333 (defconstant +current-raster-distance+ #xB09)
5334 ;; point_smooth already defined
5335 (defconstant +point-size+ #xB11)
5336 (defconstant +point-size-range+ #xB12)
5337 (defconstant +point-size-granularity+ #xB13)
5338 ;; line_smooth already defined
5339 (defconstant +line-width+ #xB21)
5340 (defconstant +line-width-range+ #xB22)
5341 (defconstant +line-width-granularity+ #xB23)
5342 ;; line_stipple already defined
5343 (defconstant +line-stipple-pattern+ #xB25)
5344 (defconstant +line-stipple-repeat+ #xB26)
5345 (defconstant +smooth-point-size-range+ #xB12)
5346 (defconstant +smooth-point-size-granularity+ #xB13)
5347 (defconstant +smooth-line-width-range+ #xB22)
5348 (defconstant +smooth-line-width-granularity+ #xB23)
5349 (defconstant +aliased-point-size-range+ #x846D)
5350 (defconstant +aliased-line-width-range+ #x846E)
5351 (defconstant +list-mode+ #xB30)
5352 (defconstant +max-list-nesting+ #xB31)
5353 (defconstant +list-base+ #xB32)
5354 (defconstant +list-index+ #xB33)
5355 (defconstant +polygon-mode+ #xB40)
5356 ;; polygon_smooth already defined
5357 ;; polygon_stipple already defined
5358 (defconstant +edge-flag+ #xB43)
5359 ;; cull_face already defined
5360 (defconstant +cull-face-mode+ #xB45)
5361 (defconstant +front-face+ #xB46)
5362 ;; lighting already defined
5363 (defconstant +light-model-local-viewer+ #xB51)
5364 (defconstant +light-model-two-side+ #xB52)
5365 (defconstant +light-model-ambient+ #xB53)
5366 (defconstant +shade-model+ #xB54)
5367 (defconstant +color-material-face+ #xB55)
5368 (defconstant +color-material-parameter+ #xB56)
5369 ;; color_material already defined
5370 ;; fog already defined
5371 ;; fog_index already defined
5372 ;; fog_density already defined
5373 ;; fog_start already defined
5374 ;; fog_end already defined
5375 ;; fog_mode already defined
5376 ;; fog_color already defined
5377 (defconstant +depth-range+ #xB70)
5378 ;; depth_test already defined
5379 (defconstant +depth-writemask+ #xB72)
5380 (defconstant +depth-clear-value+ #xB73)
5381 (defconstant +depth-func+ #xB74)
5382 (defconstant +accum-clear-value+ #xB80)
5383 ;; stencil_test already defined
5384 (defconstant +stencil-clear-value+ #xB91)
5385 (defconstant +stencil-func+ #xB92)
5386 (defconstant +stencil-value-mask+ #xB93)
5387 (defconstant +stencil-fail+ #xB94)
5388 (defconstant +stencil-pass-depth-fail+ #xB95)
5389 (defconstant +stencil-pass-depth-pass+ #xB96)
5390 (defconstant +stencil-ref+ #xB97)
5391 (defconstant +stencil-writemask+ #xB98)
5392 (defconstant +matrix-mode+ #xBA0)
5393 ;; normalize already defined
5394 (defconstant +viewport+ #xBA2)
5395 (defconstant +modelview-stack-depth+ #xBA3)
5396 (defconstant +projection-stack-depth+ #xBA4)
5397 (defconstant +texture-stack-depth+ #xBA5)
5398 (defconstant +modelview-matrix+ #xBA6)
5399 (defconstant +projection-matrix+ #xBA7)
5400 (defconstant +texture-matrix+ #xBA8)
5401 (defconstant +attrib-stack-depth+ #xBB0)
5402 (defconstant +client-attrib-stack-depth+ #xBB1)
5403 ;; alpha_test already defined
5404 (defconstant +alpha-test-func+ #xBC1)
5405 (defconstant +alpha-test-ref+ #xBC2)
5406 ;; dither already defined
5407 (defconstant +blend-dst+ #xBE0)
5408 (defconstant +blend-src+ #xBE1)
5409 ;; blend already defined
5410 (defconstant +logic-op-mode+ #xBF0)
5411 ;; index_logic_op already defined
5412 ;; logic_op already defined
5413 ;; color_logic_op already defined
5414 (defconstant +aux-buffers+ #xC00)
5415 (defconstant +draw-buffer+ #xC01)
5416 (defconstant +read-buffer+ #xC02)
5417 (defconstant +scissor-box+ #xC10)
5418 ;; scissor_test already defined
5419 (defconstant +index-clear-value+ #xC20)
5420 (defconstant +index-writemask+ #xC21)
5421 (defconstant +color-clear-value+ #xC22)
5422 (defconstant +color-writemask+ #xC23)
5423 (defconstant +index-mode+ #xC30)
5424 (defconstant +rgba-mode+ #xC31)
5425 (defconstant +doublebuffer+ #xC32)
5426 (defconstant +stereo+ #xC33)
5427 (defconstant +render-mode+ #xC40)
5428 (defconstant +perspective-correction-hint+ #xC50)
5429 (defconstant +point-smooth-hint+ #xC51)
5430 (defconstant +line-smooth-hint+ #xC52)
5431 (defconstant +polygon-smooth-hint+ #xC53)
5432 (defconstant +fog-hint+ #xC54)
5433 ;; texture_gen_s already defined
5434 ;; texture_gen_t already defined
5435 ;; texture_gen_r already defined
5436 ;; texture_gen_q already defined
5437 (defconstant +pixel-map-i-to-i-size+ #xCB0)
5438 (defconstant +pixel-map-s-to-s-size+ #xCB1)
5439 (defconstant +pixel-map-i-to-r-size+ #xCB2)
5440 (defconstant +pixel-map-i-to-g-size+ #xCB3)
5441 (defconstant +pixel-map-i-to-b-size+ #xCB4)
5442 (defconstant +pixel-map-i-to-a-size+ #xCB5)
5443 (defconstant +pixel-map-r-to-r-size+ #xCB6)
5444 (defconstant +pixel-map-g-to-g-size+ #xCB7)
5445 (defconstant +pixel-map-b-to-b-size+ #xCB8)
5446 (defconstant +pixel-map-a-to-a-size+ #xCB9)
5447 (defconstant +unpack-swap-bytes+ #xCF0)
5448 (defconstant +unpack-lsb-first+ #xCF1)
5449 (defconstant +unpack-row-length+ #xCF2)
5450 (defconstant +unpack-skip-rows+ #xCF3)
5451 (defconstant +unpack-skip-pixels+ #xCF4)
5452 (defconstant +unpack-alignment+ #xCF5)
5453 (defconstant +pack-swap-bytes+ #xD00)
5454 (defconstant +pack-lsb-first+ #xD01)
5455 (defconstant +pack-row-length+ #xD02)
5456 (defconstant +pack-skip-rows+ #xD03)
5457 (defconstant +pack-skip-pixels+ #xD04)
5458 (defconstant +pack-alignment+ #xD05)
5459 (defconstant +map-color+ #xD10)
5460 (defconstant +map-stencil+ #xD11)
5461 (defconstant +index-shift+ #xD12)
5462 (defconstant +index-offset+ #xD13)
5463 (defconstant +red-scale+ #xD14)
5464 (defconstant +red-bias+ #xD15)
5465 (defconstant +zoom-x+ #xD16)
5466 (defconstant +zoom-y+ #xD17)
5467 (defconstant +green-scale+ #xD18)
5468 (defconstant +green-bias+ #xD19)
5469 (defconstant +blue-scale+ #xD1A)
5470 (defconstant +blue-bias+ #xD1B)
5471 (defconstant +alpha-scale+ #xD1C)
5472 (defconstant +alpha-bias+ #xD1D)
5473 (defconstant +depth-scale+ #xD1E)
5474 (defconstant +depth-bias+ #xD1F)
5475 (defconstant +max-eval-order+ #xD30)
5476 (defconstant +max-lights+ #xD31)
5477 (defconstant +max-clip-planes+ #xD32)
5478 (defconstant +max-texture-size+ #xD33)
5479 (defconstant +max-pixel-map-table+ #xD34)
5480 (defconstant +max-attrib-stack-depth+ #xD35)
5481 (defconstant +max-modelview-stack-depth+ #xD36)
5482 (defconstant +max-name-stack-depth+ #xD37)
5483 (defconstant +max-projection-stack-depth+ #xD38)
5484 (defconstant +max-texture-stack-depth+ #xD39)
5485 (defconstant +max-viewport-dims+ #xD3A)
5486 (defconstant +max-client-attrib-stack-depth+ #xD3B)
5487 (defconstant +subpixel-bits+ #xD50)
5488 (defconstant +index-bits+ #xD51)
5489 (defconstant +red-bits+ #xD52)
5490 (defconstant +green-bits+ #xD53)
5491 (defconstant +blue-bits+ #xD54)
5492 (defconstant +alpha-bits+ #xD55)
5493 (defconstant +depth-bits+ #xD56)
5494 (defconstant +stencil-bits+ #xD57)
5495 (defconstant +accum-red-bits+ #xD58)
5496 (defconstant +accum-green-bits+ #xD59)
5497 (defconstant +accum-blue-bits+ #xD5A)
5498 (defconstant +accum-alpha-bits+ #xD5B)
5499 (defconstant +name-stack-depth+ #xD70)
5500 ;; auto_normal already defined
5501 ;; map1_color_4 already defined
5502 ;; map1_index already defined
5503 ;; map1_normal already defined
5504 ;; map1_texture_coord_1 already defined
5505 ;; map1_texture_coord_2 already defined
5506 ;; map1_texture_coord_3 already defined
5507 ;; map1_texture_coord_4 already defined
5508 ;; map1_vertex_3 already defined
5509 ;; map1_vertex_4 already defined
5510 ;; map2_color_4 already defined
5511 ;; map2_index already defined
5512 ;; map2_normal already defined
5513 ;; map2_texture_coord_1 already defined
5514 ;; map2_texture_coord_2 already defined
5515 ;; map2_texture_coord_3 already defined
5516 ;; map2_texture_coord_4 already defined
5517 ;; map2_vertex_3 already defined
5518 ;; map2_vertex_4 already defined
5519 (defconstant +map1-grid-domain+ #xDD0)
5520 (defconstant +map1-grid-segments+ #xDD1)
5521 (defconstant +map2-grid-domain+ #xDD2)
5522 (defconstant +map2-grid-segments+ #xDD3)
5523 ;; texture_1d already defined
5524 ;; texture_2d already defined
5525 (defconstant +feedback-buffer-size+ #xDF1)
5526 (defconstant +feedback-buffer-type+ #xDF2)
5527 (defconstant +selection-buffer-size+ #xDF4)
5528 (defconstant +polygon-offset-units+ #x2A00)
5529 ;; polygon_offset_point already defined
5530 ;; polygon_offset_line already defined
5531 ;; polygon_offset_fill already defined
5532 (defconstant +polygon-offset-factor+ #x8038)
5533 (defconstant +texture-binding-1d+ #x8068)
5534 (defconstant +texture-binding-2d+ #x8069)
5535 (defconstant +texture-binding-3d+ #x806A)
5536 ;; vertex_array already defined
5537 ;; normal_array already defined
5538 ;; color_array already defined
5539 ;; index_array already defined
5540 ;; texture_coord_array already defined
5541 ;; edge_flag_array already defined
5542 (defconstant +vertex-array-size+ #x807A)
5543 (defconstant +vertex-array-type+ #x807B)
5544 (defconstant +vertex-array-stride+ #x807C)
5545 (defconstant +normal-array-type+ #x807E)
5546 (defconstant +normal-array-stride+ #x807F)
5547 (defconstant +color-array-size+ #x8081)
5548 (defconstant +color-array-type+ #x8082)
5549 (defconstant +color-array-stride+ #x8083)
5550 (defconstant +index-array-type+ #x8085)
5551 (defconstant +index-array-stride+ #x8086)
5552 (defconstant +texture-coord-array-size+ #x8088)
5553 (defconstant +texture-coord-array-type+ #x8089)
5554 (defconstant +texture-coord-array-stride+ #x808A)
5555 (defconstant +edge-flag-array-stride+ #x808C)
5556 ;; clip_plane0 already defined
5557 ;; clip_plane1 already defined
5558 ;; clip_plane2 already defined
5559 ;; clip_plane3 already defined
5560 ;; clip_plane4 already defined
5561 ;; clip_plane5 already defined
5562 ;; light0 already defined
5563 ;; light1 already defined
5564 ;; light2 already defined
5565 ;; light3 already defined
5566 ;; light4 already defined
5567 ;; light5 already defined
5568 ;; light6 already defined
5569 ;; light7 already defined
5570 (defconstant +light-model-color-control+ #x81F8)
5571 (defconstant +blend-color-ext+ #x8005)
5572 (defconstant +blend-equation-ext+ #x8009)
5573 (defconstant +pack-cmyk-hint-ext+ #x800E)
5574 (defconstant +unpack-cmyk-hint-ext+ #x800F)
5575 ;; convolution_1d_ext already defined
5576 ;; convolution_2d_ext already defined
5577 ;; separable_2d_ext already defined
5578 (defconstant +post-convolution-red-scale-ext+ #x801C)
5579 (defconstant +post-convolution-green-scale-ext+ #x801D)
5580 (defconstant +post-convolution-blue-scale-ext+ #x801E)
5581 (defconstant +post-convolution-alpha-scale-ext+ #x801F)
5582 (defconstant +post-convolution-red-bias-ext+ #x8020)
5583 (defconstant +post-convolution-green-bias-ext+ #x8021)
5584 (defconstant +post-convolution-blue-bias-ext+ #x8022)
5585 (defconstant +post-convolution-alpha-bias-ext+ #x8023)
5586 ;; histogram_ext already defined
5587 ;; minmax_ext already defined
5588 (defconstant +polygon-offset-bias-ext+ #x8039)
5589 ;; rescale_normal_ext already defined
5590 ;; shared_texture_palette_ext already defined
5591 (defconstant +texture-3d-binding-ext+ #x806A)
5592 (defconstant +pack-skip-images-ext+ #x806B)
5593 (defconstant +pack-image-height-ext+ #x806C)
5594 (defconstant +unpack-skip-images-ext+ #x806D)
5595 (defconstant +unpack-image-height-ext+ #x806E)
5596 ;; texture_3d_ext already defined
5597 (defconstant +max-3d-texture-size-ext+ #x8073)
5598 (defconstant +vertex-array-count-ext+ #x807D)
5599 (defconstant +normal-array-count-ext+ #x8080)
5600 (defconstant +color-array-count-ext+ #x8084)
5601 (defconstant +index-array-count-ext+ #x8087)
5602 (defconstant +texture-coord-array-count-ext+ #x808B)
5603 (defconstant +edge-flag-array-count-ext+ #x808D)
5604 (defconstant +detail-texture-2d-binding-sgis+ #x8096)
5605 (defconstant +fog-func-points-sgis+ #x812B)
5606 (defconstant +max-fog-func-points-sgis+ #x812C)
5607 (defconstant +generate-mipmap-hint-sgis+ #x8192)
5608 ;; multisample_sgis already defined
5609 ;; sample_alpha_to_mask_sgis already defined
5610 ;; sample_alpha_to_one_sgis already defined
5611 ;; sample_mask_sgis already defined
5612 (defconstant +sample-buffers-sgis+ #x80A8)
5613 (defconstant +samples-sgis+ #x80A9)
5614 (defconstant +sample-mask-value-sgis+ #x80AA)
5615 (defconstant +sample-mask-invert-sgis+ #x80AB)
5616 (defconstant +sample-pattern-sgis+ #x80AC)
5617 ;; pixel_texture_sgis already defined
5618 (defconstant +point-size-min-sgis+ #x8126)
5619 (defconstant +point-size-max-sgis+ #x8127)
5620 (defconstant +point-fade-threshold-size-sgis+ #x8128)
5621 (defconstant +distance-attenuation-sgis+ #x8129)
5622 (defconstant +pack-skip-volumes-sgis+ #x8130)
5623 (defconstant +pack-image-depth-sgis+ #x8131)
5624 (defconstant +unpack-skip-volumes-sgis+ #x8132)
5625 (defconstant +unpack-image-depth-sgis+ #x8133)
5626 ;; texture_4d_sgis already defined
5627 (defconstant +max-4d-texture-size-sgis+ #x8138)
5628 (defconstant +texture-4d-binding-sgis+ #x814F)
5629 (defconstant +async-marker-sgix+ #x8329)
5630 ;; async_histogram_sgix already defined
5631 (defconstant +max-async-histogram-sgix+ #x832D)
5632 ;; async_tex_image_sgix already defined
5633 ;; async_draw_pixels_sgix already defined
5634 ;; async_read_pixels_sgix already defined
5635 (defconstant +max-async-tex-image-sgix+ #x835F)
5636 (defconstant +max-async-draw-pixels-sgix+ #x8360)
5637 (defconstant +max-async-read-pixels-sgix+ #x8361)
5638 ;; calligraphic_fragment_sgix already defined
5639 (defconstant +max-clipmap-virtual-depth-sgix+ #x8178)
5640 (defconstant +max-clipmap-depth-sgix+ #x8177)
5641 (defconstant +convolution-hint-sgix+ #x8316)
5642 ;; fog_offset_sgix already defined
5643 ;; fog_offset_value_sgix already defined
5644 ;; fragment_lighting_sgix already defined
5645 ;; fragment_color_material_sgix already defined
5646 (defconstant +fragment-color-material-face-sgix+ #x8402)
5647 (defconstant +fragment-color-material-parameter-sgix+ #x8403)
5648 (defconstant +max-fragment-lights-sgix+ #x8404)
5649 (defconstant +max-active-lights-sgix+ #x8405)
5650 (defconstant +light-env-mode-sgix+ #x8407)
5651 ;; fragment_light_model_local_viewer_sgix already defined
5652 ;; fragment_light_model_two_side_sgix already defined
5653 ;; fragment_light_model_ambient_sgix already defined
5654 ;; fragment_light_model_normal_interpolation_sgix already defined
5655 ;; fragment_light0_sgix already defined
5656 ;; framezoom_sgix already defined
5657 (defconstant +framezoom-factor-sgix+ #x818C)
5658 (defconstant +max-framezoom-factor-sgix+ #x818D)
5659 (defconstant +instrument-measurements-sgix+ #x8181)
5660 ;; interlace_sgix already defined
5661 ;; ir_instrument1_sgix already defined
5662 ;; pixel_tex_gen_sgix already defined
5663 (defconstant +pixel-tex-gen-mode-sgix+ #x832B)
5664 (defconstant +pixel-tile-best-alignment-sgix+ #x813E)
5665 (defconstant +pixel-tile-cache-increment-sgix+ #x813F)
5666 (defconstant +pixel-tile-width-sgix+ #x8140)
5667 (defconstant +pixel-tile-height-sgix+ #x8141)
5668 (defconstant +pixel-tile-grid-width-sgix+ #x8142)
5669 (defconstant +pixel-tile-grid-height-sgix+ #x8143)
5670 (defconstant +pixel-tile-grid-depth-sgix+ #x8144)
5671 (defconstant +pixel-tile-cache-size-sgix+ #x8145)
5672 (defconstant +deformations-mask-sgix+ #x8196)
5673 (defconstant +reference-plane-equation-sgix+ #x817E)
5674 ;; reference_plane_sgix already defined
5675 ;; sprite_sgix already defined
5676 (defconstant +sprite-mode-sgix+ #x8149)
5677 (defconstant +sprite-axis-sgix+ #x814A)
5678 (defconstant +sprite-translation-sgix+ #x814B)
5679 (defconstant +pack-subsample-rate-sgix+ #x85A0)
5680 (defconstant +unpack-subsample-rate-sgix+ #x85A1)
5681 (defconstant +pack-resample-sgix+ #x842C)
5682 (defconstant +unpack-resample-sgix+ #x842D)
5683 (defconstant +post-texture-filter-bias-range-sgix+ #x817B)
5684 (defconstant +post-texture-filter-scale-range-sgix+ #x817C)
5685 (defconstant +vertex-preclip-sgix+ #x83EE)
5686 (defconstant +vertex-preclip-hint-sgix+ #x83EF)
5687 (defconstant +color-matrix-sgi+ #x80B1)
5688 (defconstant +color-matrix-stack-depth-sgi+ #x80B2)
5689 (defconstant +max-color-matrix-stack-depth-sgi+ #x80B3)
5690 (defconstant +post-color-matrix-red-scale-sgi+ #x80B4)
5691 (defconstant +post-color-matrix-green-scale-sgi+ #x80B5)
5692 (defconstant +post-color-matrix-blue-scale-sgi+ #x80B6)
5693 (defconstant +post-color-matrix-alpha-scale-sgi+ #x80B7)
5694 (defconstant +post-color-matrix-red-bias-sgi+ #x80B8)
5695 (defconstant +post-color-matrix-green-bias-sgi+ #x80B9)
5696 (defconstant +post-color-matrix-blue-bias-sgi+ #x80BA)
5697 (defconstant +post-color-matrix-alpha-bias-sgi+ #x80BB)
5698 ;; color_table_sgi already defined
5699 ;; post_convolution_color_table_sgi already defined
5700 ;; post_color_matrix_color_table_sgi already defined
5701 ;; texture_color_table_sgi already defined
5703 ;;;; Enumerations: GetTextureParameter
5705 (defconstant +texture-mag-filter+ #x2800)
5706 (defconstant +texture-min-filter+ #x2801)
5707 (defconstant +texture-wrap-s+ #x2802)
5708 (defconstant +texture-wrap-t+ #x2803)
5709 (defconstant +texture-width+ #x1000)
5710 (defconstant +texture-height+ #x1001)
5711 (defconstant +texture-internal-format+ #x1003)
5712 (defconstant +texture-components+ #x1003)
5713 (defconstant +texture-border-color+ #x1004)
5714 (defconstant +texture-border+ #x1005)
5715 (defconstant +texture-red-size+ #x805C)
5716 (defconstant +texture-green-size+ #x805D)
5717 (defconstant +texture-blue-size+ #x805E)
5718 (defconstant +texture-alpha-size+ #x805F)
5719 (defconstant +texture-luminance-size+ #x8060)
5720 (defconstant +texture-intensity-size+ #x8061)
5721 (defconstant +texture-priority+ #x8066)
5722 (defconstant +texture-resident+ #x8067)
5723 (defconstant +texture-depth-ext+ #x8071)
5724 (defconstant +texture-wrap-r-ext+ #x8072)
5725 (defconstant +detail-texture-level-sgis+ #x809A)
5726 (defconstant +detail-texture-mode-sgis+ #x809B)
5727 (defconstant +detail-texture-func-points-sgis+ #x809C)
5728 (defconstant +generate-mipmap-sgis+ #x8191)
5729 (defconstant +sharpen-texture-func-points-sgis+ #x80B0)
5730 (defconstant +texture-filter4-size-sgis+ #x8147)
5731 (defconstant +texture-min-lod-sgis+ #x813A)
5732 (defconstant +texture-max-lod-sgis+ #x813B)
5733 (defconstant +texture-base-level-sgis+ #x813C)
5734 (defconstant +texture-max-level-sgis+ #x813D)
5735 (defconstant +dual-texture-select-sgis+ #x8124)
5736 (defconstant +quad-texture-select-sgis+ #x8125)
5737 (defconstant +texture-4dsize-sgis+ #x8136)
5738 (defconstant +texture-wrap-q-sgis+ #x8137)
5739 (defconstant +texture-clipmap-center-sgix+ #x8171)
5740 (defconstant +texture-clipmap-frame-sgix+ #x8172)
5741 (defconstant +texture-clipmap-offset-sgix+ #x8173)
5742 (defconstant +texture-clipmap-virtual-depth-sgix+ #x8174)
5743 (defconstant +texture-clipmap-lod-offset-sgix+ #x8175)
5744 (defconstant +texture-clipmap-depth-sgix+ #x8176)
5745 (defconstant +texture-compare-sgix+ #x819A)
5746 (defconstant +texture-compare-operator-sgix+ #x819B)
5747 (defconstant +texture-lequal-r-sgix+ #x819C)
5748 (defconstant +texture-gequal-r-sgix+ #x819D)
5749 (defconstant +shadow-ambient-sgix+ #x80BF)
5750 (defconstant +texture-max-clamp-s-sgix+ #x8369)
5751 (defconstant +texture-max-clamp-t-sgix+ #x836A)
5752 (defconstant +texture-max-clamp-r-sgix+ #x836B)
5753 (defconstant +texture-lod-bias-s-sgix+ #x818E)
5754 (defconstant +texture-lod-bias-t-sgix+ #x818F)
5755 (defconstant +texture-lod-bias-r-sgix+ #x8190)
5756 (defconstant +post-texture-filter-bias-sgix+ #x8179)
5757 (defconstant +post-texture-filter-scale-sgix+ #x817A)
5759 ;;;; Enumerations: HintMode
5761 (defconstant +dont-care+ #x1100)
5762 (defconstant +fastest+ #x1101)
5763 (defconstant +nicest+ #x1102)
5765 ;;;; Enumerations: HintTarget
5766 ;; perspective_correction_hint already defined
5767 ;; point_smooth_hint already defined
5768 ;; line_smooth_hint already defined
5769 ;; polygon_smooth_hint already defined
5770 ;; fog_hint already defined
5771 ;; pack_cmyk_hint_ext already defined
5772 ;; unpack_cmyk_hint_ext already defined
5773 ;; generate_mipmap_hint_sgis already defined
5774 ;; convolution_hint_sgix already defined
5775 (defconstant +texture-multi-buffer-hint-sgix+ #x812E)
5776 ;; vertex_preclip_hint_sgix already defined
5778 ;;;; Enumerations: HistogramTargetEXT
5779 ;; histogram_ext already defined
5780 (defconstant +proxy-histogram-ext+ #x8025)
5782 ;;;; Enumerations: IndexPointerType
5783 ;; short already defined
5784 ;; int already defined
5785 ;; float already defined
5786 ;; double already defined
5788 ;;;; Enumerations: LightEnvModeSGIX
5790 (defconstant +replace+ #x1E01)
5791 (defconstant +modulate+ #x2100)
5792 ;; add already defined
5794 ;;;; Enumerations: LightEnvParameterSGIX
5795 ;; light_env_mode_sgix already defined
5797 ;;;; Enumerations: LightModelColorControl
5799 (defconstant +single-color+ #x81F9)
5800 (defconstant +separate-specular-color+ #x81FA)
5802 ;;;; Enumerations: LightModelParameter
5803 ;; light_model_ambient already defined
5804 ;; light_model_local_viewer already defined
5805 ;; light_model_two_side already defined
5806 ;; light_model_color_control already defined
5808 ;;;; Enumerations: LightParameter
5809 ;; ambient already defined
5810 ;; diffuse already defined
5811 ;; specular already defined
5812 (defconstant +position+ #x1203)
5813 (defconstant +spot-direction+ #x1204)
5814 (defconstant +spot-exponent+ #x1205)
5815 (defconstant +spot-cutoff+ #x1206)
5816 (defconstant +constant-attenuation+ #x1207)
5817 (defconstant +linear-attenuation+ #x1208)
5818 (defconstant +quadratic-attenuation+ #x1209)
5820 ;;;; Enumerations: ListMode
5822 (defconstant +compile+ #x1300)
5823 (defconstant +compile-and-execute+ #x1301)
5825 ;;;; Enumerations: DataType
5826 ;; byte already defined
5827 ;; unsigned_byte already defined
5828 ;; short already defined
5829 ;; unsigned_short already defined
5830 ;; int already defined
5831 ;; unsigned_int already defined
5832 ;; float already defined
5833 (defconstant +2-bytes+ #x1407)
5834 (defconstant +3-bytes+ #x1408)
5835 (defconstant +4-bytes+ #x1409)
5836 ;; double already defined
5837 (defconstant +double-ext+ #x140A)
5839 ;;;; Enumerations: ListNameType
5840 ;; byte already defined
5841 ;; unsigned_byte already defined
5842 ;; short already defined
5843 ;; unsigned_short already defined
5844 ;; int already defined
5845 ;; unsigned_int already defined
5846 ;; float already defined
5847 ;; 2_bytes already defined
5848 ;; 3_bytes already defined
5849 ;; 4_bytes already defined
5851 ;;;; Enumerations: ListParameterName
5853 (defconstant +list-priority-sgix+ #x8182)
5855 ;;;; Enumerations: LogicOp
5857 (defconstant +clear+ #x1500)
5858 (defconstant +and+ #x1501)
5859 (defconstant +and-reverse+ #x1502)
5860 (defconstant +copy+ #x1503)
5861 (defconstant +and-inverted+ #x1504)
5862 (defconstant +noop+ #x1505)
5863 (defconstant +xor+ #x1506)
5864 (defconstant +or+ #x1507)
5865 (defconstant +nor+ #x1508)
5866 (defconstant +equiv+ #x1509)
5867 (defconstant +invert+ #x150A)
5868 (defconstant +or-reverse+ #x150B)
5869 (defconstant +copy-inverted+ #x150C)
5870 (defconstant +or-inverted+ #x150D)
5871 (defconstant +nand+ #x150E)
5872 (defconstant +set+ #x150F)
5874 ;;;; Enumerations: MapTarget
5875 ;; map1_color_4 already defined
5876 ;; map1_index already defined
5877 ;; map1_normal already defined
5878 ;; map1_texture_coord_1 already defined
5879 ;; map1_texture_coord_2 already defined
5880 ;; map1_texture_coord_3 already defined
5881 ;; map1_texture_coord_4 already defined
5882 ;; map1_vertex_3 already defined
5883 ;; map1_vertex_4 already defined
5884 ;; map2_color_4 already defined
5885 ;; map2_index already defined
5886 ;; map2_normal already defined
5887 ;; map2_texture_coord_1 already defined
5888 ;; map2_texture_coord_2 already defined
5889 ;; map2_texture_coord_3 already defined
5890 ;; map2_texture_coord_4 already defined
5891 ;; map2_vertex_3 already defined
5892 ;; map2_vertex_4 already defined
5893 ;; geometry_deformation_sgix already defined
5894 ;; texture_deformation_sgix already defined
5896 ;;;; Enumerations: MaterialFace
5897 ;; front already defined
5898 ;; back already defined
5899 ;; front_and_back already defined
5901 ;;;; Enumerations: MaterialParameter
5902 ;; emission already defined
5903 (defconstant +shininess+ #x1601)
5904 ;; ambient_and_diffuse already defined
5905 (defconstant +color-indexes+ #x1603)
5906 ;; ambient already defined
5907 ;; diffuse already defined
5908 ;; specular already defined
5910 ;;;; Enumerations: MatrixMode
5912 (defconstant +modelview+ #x1700)
5913 (defconstant +projection+ #x1701)
5914 (defconstant +texture+ #x1702)
5916 ;;;; Enumerations: MeshMode1
5918 (defconstant +point+ #x1B00)
5919 (defconstant +line+ #x1B01)
5921 ;;;; Enumerations: MeshMode2
5922 ;; point already defined
5923 ;; line already defined
5924 (defconstant +fill+ #x1B02)
5926 ;;;; Enumerations: MinmaxTargetEXT
5927 ;; minmax_ext already defined
5929 ;;;; Enumerations: NormalPointerType
5930 ;; byte already defined
5931 ;; short already defined
5932 ;; int already defined
5933 ;; float already defined
5934 ;; double already defined
5936 ;;;; Enumerations: PixelCopyType
5938 (defconstant +color+ #x1800)
5939 (defconstant +depth+ #x1801)
5940 (defconstant +stencil+ #x1802)
5942 ;;;; Enumerations: PixelFormat
5944 (defconstant +color-index+ #x1900)
5945 (defconstant +stencil-index+ #x1901)
5946 (defconstant +depth-component+ #x1902)
5947 (defconstant +red+ #x1903)
5948 (defconstant +green+ #x1904)
5949 (defconstant +blue+ #x1905)
5950 (defconstant +alpha+ #x1906)
5951 (defconstant +rgb+ #x1907)
5952 (defconstant +rgba+ #x1908)
5953 (defconstant +luminance+ #x1909)
5954 (defconstant +luminance-alpha+ #x190A)
5955 (defconstant +abgr-ext+ #x8000)
5956 (defconstant +cmyk-ext+ #x800C)
5957 (defconstant +cmyka-ext+ #x800D)
5958 (defconstant +r5-g6-b5-icc-sgix+ nil)
5959 (defconstant +r5-g6-b5-a8-icc-sgix+ nil)
5960 (defconstant +alpha16-icc-sgix+ nil)
5961 (defconstant +luminance16-icc-sgix+ nil)
5962 (defconstant +luminance16-alpha8-icc-sgix+ nil)
5963 (defconstant +ycrcb-422-sgix+ #x81BB)
5964 (defconstant +ycrcb-444-sgix+ #x81BC)
5966 ;;;; Enumerations: PixelMap
5967 ;; pixel_map_i_to_i already defined
5968 ;; pixel_map_s_to_s already defined
5969 ;; pixel_map_i_to_r already defined
5970 ;; pixel_map_i_to_g already defined
5971 ;; pixel_map_i_to_b already defined
5972 ;; pixel_map_i_to_a already defined
5973 ;; pixel_map_r_to_r already defined
5974 ;; pixel_map_g_to_g already defined
5975 ;; pixel_map_b_to_b already defined
5976 ;; pixel_map_a_to_a already defined
5978 ;;;; Enumerations: PixelStoreParameter
5979 ;; unpack_swap_bytes already defined
5980 ;; unpack_lsb_first already defined
5981 ;; unpack_row_length already defined
5982 ;; unpack_skip_rows already defined
5983 ;; unpack_skip_pixels already defined
5984 ;; unpack_alignment already defined
5985 ;; pack_swap_bytes already defined
5986 ;; pack_lsb_first already defined
5987 ;; pack_row_length already defined
5988 ;; pack_skip_rows already defined
5989 ;; pack_skip_pixels already defined
5990 ;; pack_alignment already defined
5991 ;; pack_skip_images_ext already defined
5992 ;; pack_image_height_ext already defined
5993 ;; unpack_skip_images_ext already defined
5994 ;; unpack_image_height_ext already defined
5995 ;; pack_skip_volumes_sgis already defined
5996 ;; pack_image_depth_sgis already defined
5997 ;; unpack_skip_volumes_sgis already defined
5998 ;; unpack_image_depth_sgis already defined
5999 ;; pixel_tile_width_sgix already defined
6000 ;; pixel_tile_height_sgix already defined
6001 ;; pixel_tile_grid_width_sgix already defined
6002 ;; pixel_tile_grid_height_sgix already defined
6003 ;; pixel_tile_grid_depth_sgix already defined
6004 ;; pixel_tile_cache_size_sgix already defined
6005 ;; pack_subsample_rate_sgix already defined
6006 ;; unpack_subsample_rate_sgix already defined
6007 ;; pack_resample_sgix already defined
6008 ;; unpack_resample_sgix already defined
6010 ;;;; Enumerations: PixelStoreResampleMode
6012 (defconstant +resample-replicate-sgix+ #x842E)
6013 (defconstant +resample-zero-fill-sgix+ #x842F)
6014 (defconstant +resample-decimate-sgix+ #x8430)
6016 ;;;; Enumerations: PixelStoreSubsampleRate
6018 (defconstant +pixel-subsample-4444-sgix+ #x85A2)
6019 (defconstant +pixel-subsample-2424-sgix+ #x85A3)
6020 (defconstant +pixel-subsample-4242-sgix+ #x85A4)
6022 ;;;; Enumerations: PixelTexGenMode
6023 ;; none already defined
6024 ;; rgb already defined
6025 ;; rgba already defined
6026 ;; luminance already defined
6027 ;; luminance_alpha already defined
6028 (defconstant +pixel-tex-gen-alpha-replace-sgix+ #x8187)
6029 (defconstant +pixel-tex-gen-alpha-no-replace-sgix+ #x8188)
6030 (defconstant +pixel-tex-gen-alpha-ms-sgix+ #x818A)
6031 (defconstant +pixel-tex-gen-alpha-ls-sgix+ #x8189)
6033 ;;;; Enumerations: PixelTexGenParameterNameSGIS
6035 (defconstant +pixel-fragment-rgb-source-sgis+ #x8354)
6036 (defconstant +pixel-fragment-alpha-source-sgis+ #x8355)
6038 ;;;; Enumerations: PixelTransferParameter
6039 ;; map_color already defined
6040 ;; map_stencil already defined
6041 ;; index_shift already defined
6042 ;; index_offset already defined
6043 ;; red_scale already defined
6044 ;; red_bias already defined
6045 ;; green_scale already defined
6046 ;; green_bias already defined
6047 ;; blue_scale already defined
6048 ;; blue_bias already defined
6049 ;; alpha_scale already defined
6050 ;; alpha_bias already defined
6051 ;; depth_scale already defined
6052 ;; depth_bias already defined
6053 ;; post_convolution_red_scale_ext already defined
6054 ;; post_convolution_green_scale_ext already defined
6055 ;; post_convolution_blue_scale_ext already defined
6056 ;; post_convolution_alpha_scale_ext already defined
6057 ;; post_convolution_red_bias_ext already defined
6058 ;; post_convolution_green_bias_ext already defined
6059 ;; post_convolution_blue_bias_ext already defined
6060 ;; post_convolution_alpha_bias_ext already defined
6061 ;; post_color_matrix_red_scale_sgi already defined
6062 ;; post_color_matrix_green_scale_sgi already defined
6063 ;; post_color_matrix_blue_scale_sgi already defined
6064 ;; post_color_matrix_alpha_scale_sgi already defined
6065 ;; post_color_matrix_red_bias_sgi already defined
6066 ;; post_color_matrix_green_bias_sgi already defined
6067 ;; post_color_matrix_blue_bias_sgi already defined
6068 ;; post_color_matrix_alpha_bias_sgi already defined
6070 ;;;; Enumerations: PixelType
6072 (defconstant +bitmap+ #x1A00)
6073 ;; byte already defined
6074 ;; unsigned_byte already defined
6075 ;; short already defined
6076 ;; unsigned_short already defined
6077 ;; int already defined
6078 ;; unsigned_int already defined
6079 ;; float already defined
6080 (defconstant +unsigned-byte-3-3-2-ext+ #x8032)
6081 (defconstant +unsigned-short-4-4-4-4-ext+ #x8033)
6082 (defconstant +unsigned-short-5-5-5-1-ext+ #x8034)
6083 (defconstant +unsigned-int-8-8-8-8-ext+ #x8035)
6084 (defconstant +unsigned-int-10-10-10-2-ext+ #x8036)
6086 ;;;; Enumerations: PointParameterNameSGIS
6087 ;; point_size_min_sgis already defined
6088 ;; point_size_max_sgis already defined
6089 ;; point_fade_threshold_size_sgis already defined
6090 ;; distance_attenuation_sgis already defined
6092 ;;;; Enumerations: PolygonMode
6093 ;; point already defined
6094 ;; line already defined
6095 ;; fill already defined
6097 ;;;; Enumerations: ReadBufferMode
6098 ;; front_left already defined
6099 ;; front_right already defined
6100 ;; back_left already defined
6101 ;; back_right already defined
6102 ;; front already defined
6103 ;; back already defined
6104 ;; left already defined
6105 ;; right already defined
6106 ;; aux0 already defined
6107 ;; aux1 already defined
6108 ;; aux2 already defined
6109 ;; aux3 already defined
6111 ;;;; Enumerations: RenderingMode
6113 (defconstant +render+ #x1C00)
6114 (defconstant +feedback+ #x1C01)
6115 (defconstant +select+ #x1C02)
6117 ;;;; Enumerations: SamplePatternSGIS
6119 (defconstant +1pass-sgis+ #x80A1)
6120 (defconstant +2pass-0-sgis+ #x80A2)
6121 (defconstant +2pass-1-sgis+ #x80A3)
6122 (defconstant +4pass-0-sgis+ #x80A4)
6123 (defconstant +4pass-1-sgis+ #x80A5)
6124 (defconstant +4pass-2-sgis+ #x80A6)
6125 (defconstant +4pass-3-sgis+ #x80A7)
6127 ;;;; Enumerations: SeparableTargetEXT
6128 ;; separable_2d_ext already defined
6130 ;;;; Enumerations: ShadingModel
6132 (defconstant +flat+ #x1D00)
6133 (defconstant +smooth+ #x1D01)
6135 ;;;; Enumerations: StencilFunction
6136 ;; never already defined
6137 ;; less already defined
6138 ;; equal already defined
6139 ;; lequal already defined
6140 ;; greater already defined
6141 ;; notequal already defined
6142 ;; gequal already defined
6143 ;; always already defined
6145 ;;;; Enumerations: StencilOp
6146 ;; zero already defined
6147 (defconstant +keep+ #x1E00)
6148 ;; replace already defined
6149 (defconstant +incr+ #x1E02)
6150 (defconstant +decr+ #x1E03)
6151 ;; invert already defined
6153 ;;;; Enumerations: StringName
6155 (defconstant +vendor+ #x1F00)
6156 (defconstant +renderer+ #x1F01)
6157 (defconstant +version+ #x1F02)
6158 (defconstant +extensions+ #x1F03)
6160 ;;;; Enumerations: TexCoordPointerType
6161 ;; short already defined
6162 ;; int already defined
6163 ;; float already defined
6164 ;; double already defined
6166 ;;;; Enumerations: TextureCoordName
6168 (defconstant +s+ #x2000)
6169 (defconstant +t+ #x2001)
6170 (defconstant +r+ #x2002)
6171 (defconstant +q+ #x2003)
6173 ;;;; Enumerations: TextureEnvMode
6174 ;; modulate already defined
6175 (defconstant +decal+ #x2101)
6176 ;; blend already defined
6177 (defconstant +replace-ext+ #x8062)
6178 ;; add already defined
6179 (defconstant +texture-env-bias-sgix+ #x80BE)
6181 ;;;; Enumerations: TextureEnvParameter
6183 (defconstant +texture-env-mode+ #x2200)
6184 (defconstant +texture-env-color+ #x2201)
6186 ;;;; Enumerations: TextureEnvTarget
6188 (defconstant +texture-env+ #x2300)
6190 ;;;; Enumerations: TextureFilterFuncSGIS
6192 (defconstant +filter4-sgis+ #x8146)
6194 ;;;; Enumerations: TextureGenMode
6196 (defconstant +eye-linear+ #x2400)
6197 (defconstant +object-linear+ #x2401)
6198 (defconstant +sphere-map+ #x2402)
6199 (defconstant +eye-distance-to-point-sgis+ #x81F0)
6200 (defconstant +object-distance-to-point-sgis+ #x81F1)
6201 (defconstant +eye-distance-to-line-sgis+ #x81F2)
6202 (defconstant +object-distance-to-line-sgis+ #x81F3)
6204 ;;;; Enumerations: TextureGenParameter
6206 (defconstant +texture-gen-mode+ #x2500)
6207 (defconstant +object-plane+ #x2501)
6208 (defconstant +eye-plane+ #x2502)
6209 (defconstant +eye-point-sgis+ #x81F4)
6210 (defconstant +object-point-sgis+ #x81F5)
6211 (defconstant +eye-line-sgis+ #x81F6)
6212 (defconstant +object-line-sgis+ #x81F7)
6214 ;;;; Enumerations: TextureMagFilter
6216 (defconstant +nearest+ #x2600)
6217 ;; linear already defined
6218 (defconstant +linear-detail-sgis+ #x8097)
6219 (defconstant +linear-detail-alpha-sgis+ #x8098)
6220 (defconstant +linear-detail-color-sgis+ #x8099)
6221 (defconstant +linear-sharpen-sgis+ #x80AD)
6222 (defconstant +linear-sharpen-alpha-sgis+ #x80AE)
6223 (defconstant +linear-sharpen-color-sgis+ #x80AF)
6224 ;; filter4_sgis already defined
6225 (defconstant +pixel-tex-gen-q-ceiling-sgix+ #x8184)
6226 (defconstant +pixel-tex-gen-q-round-sgix+ #x8185)
6227 (defconstant +pixel-tex-gen-q-floor-sgix+ #x8186)
6229 ;;;; Enumerations: TextureMinFilter
6230 ;; nearest already defined
6231 ;; linear already defined
6232 (defconstant +nearest-mipmap-nearest+ #x2700)
6233 (defconstant +linear-mipmap-nearest+ #x2701)
6234 (defconstant +nearest-mipmap-linear+ #x2702)
6235 (defconstant +linear-mipmap-linear+ #x2703)
6236 ;; filter4_sgis already defined
6237 (defconstant +linear-clipmap-linear-sgix+ #x8170)
6238 (defconstant +nearest-clipmap-nearest-sgix+ #x844D)
6239 (defconstant +nearest-clipmap-linear-sgix+ #x844E)
6240 (defconstant +linear-clipmap-nearest-sgix+ #x844F)
6241 ;; pixel_tex_gen_q_ceiling_sgix already defined
6242 ;; pixel_tex_gen_q_round_sgix already defined
6243 ;; pixel_tex_gen_q_floor_sgix already defined
6245 ;;;; Enumerations: TextureParameterName
6246 ;; texture_mag_filter already defined
6247 ;; texture_min_filter already defined
6248 ;; texture_wrap_s already defined
6249 ;; texture_wrap_t already defined
6250 ;; texture_border_color already defined
6251 ;; texture_priority already defined
6252 ;; texture_wrap_r_ext already defined
6253 ;; detail_texture_level_sgis already defined
6254 ;; detail_texture_mode_sgis already defined
6255 ;; generate_mipmap_sgis already defined
6256 ;; dual_texture_select_sgis already defined
6257 ;; quad_texture_select_sgis already defined
6258 ;; texture_wrap_q_sgis already defined
6259 ;; texture_clipmap_center_sgix already defined
6260 ;; texture_clipmap_frame_sgix already defined
6261 ;; texture_clipmap_offset_sgix already defined
6262 ;; texture_clipmap_virtual_depth_sgix already defined
6263 ;; texture_clipmap_lod_offset_sgix already defined
6264 ;; texture_clipmap_depth_sgix already defined
6265 ;; texture_compare_sgix already defined
6266 ;; texture_compare_operator_sgix already defined
6267 ;; shadow_ambient_sgix already defined
6268 ;; texture_max_clamp_s_sgix already defined
6269 ;; texture_max_clamp_t_sgix already defined
6270 ;; texture_max_clamp_r_sgix already defined
6271 ;; texture_lod_bias_s_sgix already defined
6272 ;; texture_lod_bias_t_sgix already defined
6273 ;; texture_lod_bias_r_sgix already defined
6274 ;; post_texture_filter_bias_sgix already defined
6275 ;; post_texture_filter_scale_sgix already defined
6277 ;;;; Enumerations: TextureTarget
6278 ;; texture_1d already defined
6279 ;; texture_2d already defined
6280 (defconstant +proxy-texture-1d+ #x8063)
6281 (defconstant +proxy-texture-2d+ #x8064)
6282 ;; texture_3d_ext already defined
6283 (defconstant +proxy-texture-3d-ext+ #x8070)
6284 (defconstant +detail-texture-2d-sgis+ #x8095)
6285 ;; texture_4d_sgis already defined
6286 (defconstant +proxy-texture-4d-sgis+ #x8135)
6287 ;; texture_min_lod_sgis already defined
6288 ;; texture_max_lod_sgis already defined
6289 ;; texture_base_level_sgis already defined
6290 ;; texture_max_level_sgis already defined
6292 ;;;; Enumerations: TextureWrapMode
6294 (defconstant +clamp+ #x2900)
6295 (defconstant +repeat+ #x2901)
6296 (defconstant +clamp-to-border-sgis+ #x812D)
6297 (defconstant +clamp-to-edge-sgis+ #x812F)
6299 ;;;; Enumerations: PixelInternalFormat
6301 (defconstant +r3-g3-b2+ #x2A10)
6302 (defconstant +alpha4+ #x803B)
6303 (defconstant +alpha8+ #x803C)
6304 (defconstant +alpha12+ #x803D)
6305 (defconstant +alpha16+ #x803E)
6306 (defconstant +luminance4+ #x803F)
6307 (defconstant +luminance8+ #x8040)
6308 (defconstant +luminance12+ #x8041)
6309 (defconstant +luminance16+ #x8042)
6310 (defconstant +luminance4-alpha4+ #x8043)
6311 (defconstant +luminance6-alpha2+ #x8044)
6312 (defconstant +luminance8-alpha8+ #x8045)
6313 (defconstant +luminance12-alpha4+ #x8046)
6314 (defconstant +luminance12-alpha12+ #x8047)
6315 (defconstant +luminance16-alpha16+ #x8048)
6316 (defconstant +intensity+ #x8049)
6317 (defconstant +intensity4+ #x804A)
6318 (defconstant +intensity8+ #x804B)
6319 (defconstant +intensity12+ #x804C)
6320 (defconstant +intensity16+ #x804D)
6321 (defconstant +rgb4+ #x804F)
6322 (defconstant +rgb5+ #x8050)
6323 (defconstant +rgb8+ #x8051)
6324 (defconstant +rgb10+ #x8052)
6325 (defconstant +rgb12+ #x8053)
6326 (defconstant +rgb16+ #x8054)
6327 (defconstant +rgba2+ #x8055)
6328 (defconstant +rgba4+ #x8056)
6329 (defconstant +rgb5-a1+ #x8057)
6330 (defconstant +rgba8+ #x8058)
6331 (defconstant +rgb10-a2+ #x8059)
6332 (defconstant +rgba12+ #x805A)
6333 (defconstant +rgba16+ #x805B)
6334 (defconstant +rgb2-ext+ #x804E)
6335 (defconstant +dual-alpha4-sgis+ #x8110)
6336 (defconstant +dual-alpha8-sgis+ #x8111)
6337 (defconstant +dual-alpha12-sgis+ #x8112)
6338 (defconstant +dual-alpha16-sgis+ #x8113)
6339 (defconstant +dual-luminance4-sgis+ #x8114)
6340 (defconstant +dual-luminance8-sgis+ #x8115)
6341 (defconstant +dual-luminance12-sgis+ #x8116)
6342 (defconstant +dual-luminance16-sgis+ #x8117)
6343 (defconstant +dual-intensity4-sgis+ #x8118)
6344 (defconstant +dual-intensity8-sgis+ #x8119)
6345 (defconstant +dual-intensity12-sgis+ #x811A)
6346 (defconstant +dual-intensity16-sgis+ #x811B)
6347 (defconstant +dual-luminance-alpha4-sgis+ #x811C)
6348 (defconstant +dual-luminance-alpha8-sgis+ #x811D)
6349 (defconstant +quad-alpha4-sgis+ #x811E)
6350 (defconstant +quad-alpha8-sgis+ #x811F)
6351 (defconstant +quad-luminance4-sgis+ #x8120)
6352 (defconstant +quad-luminance8-sgis+ #x8121)
6353 (defconstant +quad-intensity4-sgis+ #x8122)
6354 (defconstant +quad-intensity8-sgis+ #x8123)
6355 (defconstant +depth-component16-sgix+ #x81A5)
6356 (defconstant +depth-component24-sgix+ #x81A6)
6357 (defconstant +depth-component32-sgix+ #x81A7)
6358 (defconstant +rgb-icc-sgix+ nil)
6359 (defconstant +rgba-icc-sgix+ nil)
6360 (defconstant +alpha-icc-sgix+ nil)
6361 (defconstant +luminance-icc-sgix+ nil)
6362 (defconstant +intensity-icc-sgix+ nil)
6363 (defconstant +luminance-alpha-icc-sgix+ nil)
6364 ;; r5_g6_b5_icc_sgix already defined
6365 ;; r5_g6_b5_a8_icc_sgix already defined
6366 ;; alpha16_icc_sgix already defined
6367 ;; luminance16_icc_sgix already defined
6368 (defconstant +intensity16-icc-sgix+ nil)
6369 ;; luminance16_alpha8_icc_sgix already defined
6371 ;;;; Enumerations: InterleavedArrayFormat
6373 (defconstant +v2f+ #x2A20)
6374 (defconstant +v3f+ #x2A21)
6375 (defconstant +c4ub-v2f+ #x2A22)
6376 (defconstant +c4ub-v3f+ #x2A23)
6377 (defconstant +c3f-v3f+ #x2A24)
6378 (defconstant +n3f-v3f+ #x2A25)
6379 (defconstant +c4f-n3f-v3f+ #x2A26)
6380 (defconstant +t2f-v3f+ #x2A27)
6381 (defconstant +t4f-v4f+ #x2A28)
6382 (defconstant +t2f-c4ub-v3f+ #x2A29)
6383 (defconstant +t2f-c3f-v3f+ #x2A2A)
6384 (defconstant +t2f-n3f-v3f+ #x2A2B)
6385 (defconstant +t2f-c4f-n3f-v3f+ #x2A2C)
6386 (defconstant +t4f-c4f-n3f-v4f+ #x2A2D)
6388 ;;;; Enumerations: VertexPointerType
6389 ;; short already defined
6390 ;; int already defined
6391 ;; float already defined
6392 ;; double already defined
6394 ;;;; Enumerations: ClipPlaneName
6395 ;; clip_plane0 already defined
6396 ;; clip_plane1 already defined
6397 ;; clip_plane2 already defined
6398 ;; clip_plane3 already defined
6399 ;; clip_plane4 already defined
6400 ;; clip_plane5 already defined
6402 ;;;; Enumerations: LightName
6403 ;; light0 already defined
6404 ;; light1 already defined
6405 ;; light2 already defined
6406 ;; light3 already defined
6407 ;; light4 already defined
6408 ;; light5 already defined
6409 ;; light6 already defined
6410 ;; light7 already defined
6411 ;; fragment_light0_sgix already defined
6412 ;; fragment_light1_sgix already defined
6413 ;; fragment_light2_sgix already defined
6414 ;; fragment_light3_sgix already defined
6415 ;; fragment_light4_sgix already defined
6416 ;; fragment_light5_sgix already defined
6417 ;; fragment_light6_sgix already defined
6418 ;; fragment_light7_sgix already defined
6420 ;;;; Enumerations: EXT_abgr
6421 ;; abgr_ext already defined
6423 ;;;; Enumerations: EXT_blend_subtract
6425 (defconstant +func-subtract+ #x800A)
6426 ;; func_subtract_ext already defined
6427 (defconstant +func-reverse-subtract+ #x800B)
6428 ;; func_reverse_subtract_ext already defined
6430 ;;;; Enumerations: EXT_cmyka
6431 ;; cmyk_ext already defined
6432 ;; cmyka_ext already defined
6433 ;; pack_cmyk_hint_ext already defined
6434 ;; unpack_cmyk_hint_ext already defined
6436 ;;;; Enumerations: EXT_packed_pixels
6438 (defconstant +unsigned-byte-3-3-2+ #x8032)
6439 ;; unsigned_byte_3_3_2_ext already defined
6440 (defconstant +unsigned-short-4-4-4-4+ #x8033)
6441 ;; unsigned_short_4_4_4_4_ext already defined
6442 (defconstant +unsigned-short-5-5-5-1+ #x8034)
6443 ;; unsigned_short_5_5_5_1_ext already defined
6444 (defconstant +unsigned-int-8-8-8-8+ #x8035)
6445 ;; unsigned_int_8_8_8_8_ext already defined
6446 (defconstant +unsigned-int-10-10-10-2+ #x8036)
6447 ;; unsigned_int_10_10_10_2_ext already defined
6448 (defconstant +unsigned-byte-2-3-3-rev+ #x8362)
6449 (defconstant +unsigned-byte-2-3-3-rev-ext+ #x8362)
6450 (defconstant +unsigned-short-5-6-5+ #x8363)
6451 (defconstant +unsigned-short-5-6-5-ext+ #x8363)
6452 (defconstant +unsigned-short-5-6-5-rev+ #x8364)
6453 (defconstant +unsigned-short-5-6-5-rev-ext+ #x8364)
6454 (defconstant +unsigned-short-4-4-4-4-rev+ #x8365)
6455 (defconstant +unsigned-short-4-4-4-4-rev-ext+ #x8365)
6456 (defconstant +unsigned-short-1-5-5-5-rev+ #x8366)
6457 (defconstant +unsigned-short-1-5-5-5-rev-ext+ #x8366)
6458 (defconstant +unsigned-int-8-8-8-8-rev+ #x8367)
6459 (defconstant +unsigned-int-8-8-8-8-rev-ext+ #x8367)
6460 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
6461 (defconstant +unsigned-int-2-10-10-10-rev-ext+ #x8368)
6463 ;;;; Enumerations: EXT_rescale_normal
6465 (defconstant +rescale-normal+ #x803A)
6466 ;; rescale_normal_ext already defined
6468 ;;;; Enumerations: EXT_texture
6470 (defconstant +alpha4-ext+ #x803B)
6471 (defconstant +alpha8-ext+ #x803C)
6472 (defconstant +alpha12-ext+ #x803D)
6473 (defconstant +alpha16-ext+ #x803E)
6474 (defconstant +luminance4-ext+ #x803F)
6475 (defconstant +luminance8-ext+ #x8040)
6476 (defconstant +luminance12-ext+ #x8041)
6477 (defconstant +luminance16-ext+ #x8042)
6478 (defconstant +luminance4-alpha4-ext+ #x8043)
6479 (defconstant +luminance6-alpha2-ext+ #x8044)
6480 (defconstant +luminance8-alpha8-ext+ #x8045)
6481 (defconstant +luminance12-alpha4-ext+ #x8046)
6482 (defconstant +luminance12-alpha12-ext+ #x8047)
6483 (defconstant +luminance16-alpha16-ext+ #x8048)
6484 (defconstant +intensity-ext+ #x8049)
6485 (defconstant +intensity4-ext+ #x804A)
6486 (defconstant +intensity8-ext+ #x804B)
6487 (defconstant +intensity12-ext+ #x804C)
6488 (defconstant +intensity16-ext+ #x804D)
6489 ;; rgb2_ext already defined
6490 (defconstant +rgb4-ext+ #x804F)
6491 (defconstant +rgb5-ext+ #x8050)
6492 (defconstant +rgb8-ext+ #x8051)
6493 (defconstant +rgb10-ext+ #x8052)
6494 (defconstant +rgb12-ext+ #x8053)
6495 (defconstant +rgb16-ext+ #x8054)
6496 (defconstant +rgba2-ext+ #x8055)
6497 (defconstant +rgba4-ext+ #x8056)
6498 (defconstant +rgb5-a1-ext+ #x8057)
6499 (defconstant +rgba8-ext+ #x8058)
6500 (defconstant +rgb10-a2-ext+ #x8059)
6501 (defconstant +rgba12-ext+ #x805A)
6502 (defconstant +rgba16-ext+ #x805B)
6503 (defconstant +texture-red-size-ext+ #x805C)
6504 (defconstant +texture-green-size-ext+ #x805D)
6505 (defconstant +texture-blue-size-ext+ #x805E)
6506 (defconstant +texture-alpha-size-ext+ #x805F)
6507 (defconstant +texture-luminance-size-ext+ #x8060)
6508 (defconstant +texture-intensity-size-ext+ #x8061)
6509 ;; replace_ext already defined
6510 (defconstant +proxy-texture-1d-ext+ #x8063)
6511 (defconstant +proxy-texture-2d-ext+ #x8064)
6512 ;; texture_too_large_ext already defined
6514 ;;;; Enumerations: SGIX_interlace
6515 ;; interlace_sgix already defined
6517 ;;;; Enumerations: SGI_color_matrix
6519 (defconstant +color-matrix+ #x80B1)
6520 ;; color_matrix_sgi already defined
6521 (defconstant +color-matrix-stack-depth+ #x80B2)
6522 ;; color_matrix_stack_depth_sgi already defined
6523 (defconstant +max-color-matrix-stack-depth+ #x80B3)
6524 ;; max_color_matrix_stack_depth_sgi already defined
6525 (defconstant +post-color-matrix-red-scale+ #x80B4)
6526 ;; post_color_matrix_red_scale_sgi already defined
6527 (defconstant +post-color-matrix-green-scale+ #x80B5)
6528 ;; post_color_matrix_green_scale_sgi already defined
6529 (defconstant +post-color-matrix-blue-scale+ #x80B6)
6530 ;; post_color_matrix_blue_scale_sgi already defined
6531 (defconstant +post-color-matrix-alpha-scale+ #x80B7)
6532 ;; post_color_matrix_alpha_scale_sgi already defined
6533 (defconstant +post-color-matrix-red-bias+ #x80B8)
6534 ;; post_color_matrix_red_bias_sgi already defined
6535 (defconstant +post-color-matrix-green-bias+ #x80B9)
6536 ;; post_color_matrix_green_bias_sgi already defined
6537 (defconstant +post-color-matrix-blue-bias+ #x80BA)
6538 ;; post_color_matrix_blue_bias_sgi already defined
6539 (defconstant +post-color-matrix-alpha-bias+ #x80BB)
6540 ;; post_color_matrix_alpha_bias_sgi already defined
6542 ;;;; Enumerations: SGI_texture_color_table
6543 ;; texture_color_table_sgi already defined
6544 ;; proxy_texture_color_table_sgi already defined
6546 ;;;; Enumerations: SGIX_texture_add_env
6547 ;; texture_env_bias_sgix already defined
6549 ;;;; Enumerations: SGIX_shadow_ambient
6550 ;; shadow_ambient_sgix already defined
6552 ;;;; Enumerations: EXT_bgra
6554 (defconstant +bgr+ #x80E0)
6555 (defconstant +bgr-ext+ #x80E0)
6556 (defconstant +bgra+ #x80E1)
6557 (defconstant +bgra-ext+ #x80E1)
6559 ;;;; Enumerations: SGIS_texture_select
6560 ;; dual_alpha4_sgis already defined
6561 ;; dual_alpha8_sgis already defined
6562 ;; dual_alpha12_sgis already defined
6563 ;; dual_alpha16_sgis already defined
6564 ;; dual_luminance4_sgis already defined
6565 ;; dual_luminance8_sgis already defined
6566 ;; dual_luminance12_sgis already defined
6567 ;; dual_luminance16_sgis already defined
6568 ;; dual_intensity4_sgis already defined
6569 ;; dual_intensity8_sgis already defined
6570 ;; dual_intensity12_sgis already defined
6571 ;; dual_intensity16_sgis already defined
6572 ;; dual_luminance_alpha4_sgis already defined
6573 ;; dual_luminance_alpha8_sgis already defined
6574 ;; quad_alpha4_sgis already defined
6575 ;; quad_alpha8_sgis already defined
6576 ;; quad_luminance4_sgis already defined
6577 ;; quad_luminance8_sgis already defined
6578 ;; quad_intensity4_sgis already defined
6579 ;; quad_intensity8_sgis already defined
6580 ;; dual_texture_select_sgis already defined
6581 ;; quad_texture_select_sgis already defined
6583 ;;;; Enumerations: SGIS_texture_border_clamp
6585 (defconstant +clamp-to-border+ #x812D)
6586 (defconstant +clamp-to-border-arb+ #x812D)
6587 ;; clamp_to_border_sgis already defined
6589 ;;;; Enumerations: SGIX_texture_multi_buffer
6590 ;; texture_multi_buffer_hint_sgix already defined
6592 ;;;; Enumerations: SGIS_texture_edge_clamp
6594 (defconstant +clamp-to-edge+ #x812F)
6595 ;; clamp_to_edge_sgis already defined
6597 ;;;; Enumerations: SGIS_texture_lod
6599 (defconstant +texture-min-lod+ #x813A)
6600 ;; texture_min_lod_sgis already defined
6601 (defconstant +texture-max-lod+ #x813B)
6602 ;; texture_max_lod_sgis already defined
6603 (defconstant +texture-base-level+ #x813C)
6604 ;; texture_base_level_sgis already defined
6605 (defconstant +texture-max-level+ #x813D)
6606 ;; texture_max_level_sgis already defined
6608 ;;;; Enumerations: SGIX_pixel_tiles
6609 ;; pixel_tile_best_alignment_sgix already defined
6610 ;; pixel_tile_cache_increment_sgix already defined
6611 ;; pixel_tile_width_sgix already defined
6612 ;; pixel_tile_height_sgix already defined
6613 ;; pixel_tile_grid_width_sgix already defined
6614 ;; pixel_tile_grid_height_sgix already defined
6615 ;; pixel_tile_grid_depth_sgix already defined
6616 ;; pixel_tile_cache_size_sgix already defined
6618 ;;;; Enumerations: HP_convolution_border_modes
6620 (defconstant +ignore-border-hp+ #x8150)
6621 (defconstant +constant-border+ #x8151)
6622 (defconstant +constant-border-hp+ #x8151)
6623 (defconstant +replicate-border+ #x8153)
6624 (defconstant +replicate-border-hp+ #x8153)
6625 (defconstant +convolution-border-color+ #x8154)
6626 (defconstant +convolution-border-color-hp+ #x8154)
6628 ;;;; Enumerations: SGIX_clipmap
6629 ;; linear_clipmap_linear_sgix already defined
6630 ;; texture_clipmap_center_sgix already defined
6631 ;; texture_clipmap_frame_sgix already defined
6632 ;; texture_clipmap_offset_sgix already defined
6633 ;; texture_clipmap_virtual_depth_sgix already defined
6634 ;; texture_clipmap_lod_offset_sgix already defined
6635 ;; texture_clipmap_depth_sgix already defined
6636 ;; max_clipmap_depth_sgix already defined
6637 ;; max_clipmap_virtual_depth_sgix already defined
6638 ;; nearest_clipmap_nearest_sgix already defined
6639 ;; nearest_clipmap_linear_sgix already defined
6640 ;; linear_clipmap_nearest_sgix already defined
6642 ;;;; Enumerations: SGIX_texture_scale_bias
6643 ;; post_texture_filter_bias_sgix already defined
6644 ;; post_texture_filter_scale_sgix already defined
6645 ;; post_texture_filter_bias_range_sgix already defined
6646 ;; post_texture_filter_scale_range_sgix already defined
6648 ;;;; Enumerations: SGIX_ir_instrument1
6649 ;; ir_instrument1_sgix already defined
6651 ;;;; Enumerations: SGIX_calligraphic_fragment
6652 ;; calligraphic_fragment_sgix already defined
6654 ;;;; Enumerations: SGIX_impact_pixel_texture
6655 ;; pixel_tex_gen_q_ceiling_sgix already defined
6656 ;; pixel_tex_gen_q_round_sgix already defined
6657 ;; pixel_tex_gen_q_floor_sgix already defined
6658 ;; pixel_tex_gen_alpha_replace_sgix already defined
6659 ;; pixel_tex_gen_alpha_no_replace_sgix already defined
6660 ;; pixel_tex_gen_alpha_ls_sgix already defined
6661 ;; pixel_tex_gen_alpha_ms_sgix already defined
6663 ;;;; Enumerations: SGIX_texture_lod_bias
6664 ;; texture_lod_bias_s_sgix already defined
6665 ;; texture_lod_bias_t_sgix already defined
6666 ;; texture_lod_bias_r_sgix already defined
6668 ;;;; Enumerations: SGIS_generate_mipmap
6670 (defconstant +generate-mipmap+ #x8191)
6671 ;; generate_mipmap_sgis already defined
6672 (defconstant +generate-mipmap-hint+ #x8192)
6673 ;; generate_mipmap_hint_sgis already defined
6674 ;; geometry_deformation_sgix already defined
6675 ;; texture_deformation_sgix already defined
6676 ;; deformations_mask_sgix already defined
6677 (defconstant +max-deformation-order-sgix+ #x8197)
6679 ;;;; Enumerations: SGIX_fog_offset
6680 ;; fog_offset_sgix already defined
6681 ;; fog_offset_value_sgix already defined
6683 ;;;; Enumerations: SGIX_shadow
6684 ;; texture_compare_sgix already defined
6685 ;; texture_compare_operator_sgix already defined
6686 ;; texture_lequal_r_sgix already defined
6687 ;; texture_gequal_r_sgix already defined
6689 ;;;; Enumerations: SGIX_depth_texture
6691 (defconstant +depth-component16+ #x81A5)
6692 ;; depth_component16_sgix already defined
6693 (defconstant +depth-component24+ #x81A6)
6694 ;; depth_component24_sgix already defined
6695 (defconstant +depth-component32+ #x81A7)
6696 ;; depth_component32_sgix already defined
6698 ;;;; Enumerations: SGIX_ycrcb
6699 ;; ycrcb_422_sgix already defined
6700 ;; ycrcb_444_sgix already defined
6702 ;;;; Enumerations: SGIS_point_line_texgen
6703 ;; eye_distance_to_point_sgis already defined
6704 ;; object_distance_to_point_sgis already defined
6705 ;; eye_distance_to_line_sgis already defined
6706 ;; object_distance_to_line_sgis already defined
6707 ;; eye_point_sgis already defined
6708 ;; object_point_sgis already defined
6709 ;; eye_line_sgis already defined
6710 ;; object_line_sgis already defined
6712 ;;;; Enumerations: EXT_separate_specular_color
6713 ;; light_model_color_control already defined
6714 (defconstant +light-model-color-control-ext+ #x81F8)
6715 ;; single_color already defined
6716 (defconstant +single-color-ext+ #x81F9)
6717 ;; separate_specular_color already defined
6718 (defconstant +separate-specular-color-ext+ #x81FA)
6720 ;;;; Enumerations: EXT_shared_texture_palette
6721 ;; shared_texture_palette_ext already defined
6723 ;;;; Enumerations: SGIX_convolution_accuracy
6724 ;; convolution_hint_sgix already defined
6726 ;;;; Enumerations: SGIX_blend_alpha_minmax
6727 ;; alpha_min_sgix already defined
6728 ;; alpha_max_sgix already defined
6729 ;; async_marker_sgix already defined
6731 ;;;; Enumerations: SGIX_async_histogram
6732 ;; async_histogram_sgix already defined
6733 ;; max_async_histogram_sgix already defined
6735 ;;;; Enumerations: SGIX_async_pixel
6736 ;; async_tex_image_sgix already defined
6737 ;; async_draw_pixels_sgix already defined
6738 ;; async_read_pixels_sgix already defined
6739 ;; max_async_tex_image_sgix already defined
6740 ;; max_async_draw_pixels_sgix already defined
6741 ;; max_async_read_pixels_sgix already defined
6743 ;;;; Enumerations: SGIX_texture_coordinate_clamp
6744 ;; texture_max_clamp_s_sgix already defined
6745 ;; texture_max_clamp_t_sgix already defined
6746 ;; texture_max_clamp_r_sgix already defined
6747 (defconstant +fog-factor-to-alpha-sgix+ #x836F)
6749 ;;;; Enumerations: SGIX_vertex_preclip
6750 ;; vertex_preclip_sgix already defined
6751 ;; vertex_preclip_hint_sgix already defined
6753 ;;;; Enumerations: EXT_texture_compression_s3tc
6755 (defconstant +compressed-rgb-s3tc-dxt1-ext+ #x83F0)
6756 (defconstant +compressed-rgba-s3tc-dxt1-ext+ #x83F1)
6757 (defconstant +compressed-rgba-s3tc-dxt3-ext+ #x83F2)
6758 (defconstant +compressed-rgba-s3tc-dxt5-ext+ #x83F3)
6760 ;;;; Enumerations: SGIX_resample
6761 ;; pack_resample_sgix already defined
6762 ;; unpack_resample_sgix already defined
6763 ;; resample_replicate_sgix already defined
6764 ;; resample_zero_fill_sgix already defined
6765 ;; resample_decimate_sgix already defined
6767 ;;;; Enumerations: SGIX_subsample
6768 ;; pack_subsample_rate_sgix already defined
6769 ;; unpack_subsample_rate_sgix already defined
6770 ;; pixel_subsample_4444_sgix already defined
6771 ;; pixel_subsample_2424_sgix already defined
6772 ;; pixel_subsample_4242_sgix already defined
6774 ;;;; Enumerations: ARB_imaging
6776 (defconstant +constant-color+ #x8001)
6777 (defconstant +one-minus-constant-color+ #x8002)
6778 (defconstant +constant-alpha+ #x8003)
6779 (defconstant +one-minus-constant-alpha+ #x8004)
6780 (defconstant +blend-color+ #x8005)
6781 (defconstant +func-add+ #x8006)
6782 (defconstant +min+ #x8007)
6783 (defconstant +max+ #x8008)
6784 (defconstant +blend-equation+ #x8009)
6785 ;; func_subtract already defined
6786 ;; func_reverse_subtract already defined
6787 (defconstant +convolution-1d+ #x8010)
6788 (defconstant +convolution-2d+ #x8011)
6789 (defconstant +separable-2d+ #x8012)
6790 (defconstant +convolution-border-mode+ #x8013)
6791 (defconstant +convolution-filter-scale+ #x8014)
6792 (defconstant +convolution-filter-bias+ #x8015)
6793 (defconstant +reduce+ #x8016)
6794 (defconstant +convolution-format+ #x8017)
6795 (defconstant +convolution-width+ #x8018)
6796 (defconstant +convolution-height+ #x8019)
6797 (defconstant +max-convolution-width+ #x801A)
6798 (defconstant +max-convolution-height+ #x801B)
6799 (defconstant +post-convolution-red-scale+ #x801C)
6800 (defconstant +post-convolution-green-scale+ #x801D)
6801 (defconstant +post-convolution-blue-scale+ #x801E)
6802 (defconstant +post-convolution-alpha-scale+ #x801F)
6803 (defconstant +post-convolution-red-bias+ #x8020)
6804 (defconstant +post-convolution-green-bias+ #x8021)
6805 (defconstant +post-convolution-blue-bias+ #x8022)
6806 (defconstant +post-convolution-alpha-bias+ #x8023)
6807 (defconstant +histogram+ #x8024)
6808 (defconstant +proxy-histogram+ #x8025)
6809 (defconstant +histogram-width+ #x8026)
6810 (defconstant +histogram-format+ #x8027)
6811 (defconstant +histogram-red-size+ #x8028)
6812 (defconstant +histogram-green-size+ #x8029)
6813 (defconstant +histogram-blue-size+ #x802A)
6814 (defconstant +histogram-alpha-size+ #x802B)
6815 (defconstant +histogram-luminance-size+ #x802C)
6816 (defconstant +histogram-sink+ #x802D)
6817 (defconstant +minmax+ #x802E)
6818 (defconstant +minmax-format+ #x802F)
6819 (defconstant +minmax-sink+ #x8030)
6820 (defconstant +table-too-large+ #x8031)
6821 ;; color_matrix already defined
6822 ;; color_matrix_stack_depth already defined
6823 ;; max_color_matrix_stack_depth already defined
6824 ;; post_color_matrix_red_scale already defined
6825 ;; post_color_matrix_green_scale already defined
6826 ;; post_color_matrix_blue_scale already defined
6827 ;; post_color_matrix_alpha_scale already defined
6828 ;; post_color_matrix_red_bias already defined
6829 ;; post_color_matrix_green_bias already defined
6830 ;; post_color_matrix_blue_bias already defined
6831 ;; post_color_matrix_alpha_bias already defined
6832 (defconstant +color-table+ #x80D0)
6833 (defconstant +post-convolution-color-table+ #x80D1)
6834 (defconstant +post-color-matrix-color-table+ #x80D2)
6835 (defconstant +proxy-color-table+ #x80D3)
6836 (defconstant +proxy-post-convolution-color-table+ #x80D4)
6837 (defconstant +proxy-post-color-matrix-color-table+ #x80D5)
6838 (defconstant +color-table-scale+ #x80D6)
6839 (defconstant +color-table-bias+ #x80D7)
6840 (defconstant +color-table-format+ #x80D8)
6841 (defconstant +color-table-width+ #x80D9)
6842 (defconstant +color-table-red-size+ #x80DA)
6843 (defconstant +color-table-green-size+ #x80DB)
6844 (defconstant +color-table-blue-size+ #x80DC)
6845 (defconstant +color-table-alpha-size+ #x80DD)
6846 (defconstant +color-table-luminance-size+ #x80DE)
6847 (defconstant +color-table-intensity-size+ #x80DF)
6848 ;; constant_border already defined
6849 ;; replicate_border already defined
6850 ;; convolution_border_color already defined
6852 ;;;; Enumerations: ARB_texture_cube_map
6854 (defconstant +normal-map-arb+ #x8511)
6855 (defconstant +reflection-map-arb+ #x8512)
6856 (defconstant +texture-cube-map-arb+ #x8513)
6857 (defconstant +texture-binding-cube-map-arb+ #x8514)
6858 (defconstant +texture-cube-map-positive-x-arb+ #x8515)
6859 (defconstant +texture-cube-map-negative-x-arb+ #x8516)
6860 (defconstant +texture-cube-map-positive-y-arb+ #x8517)
6861 (defconstant +texture-cube-map-negative-y-arb+ #x8518)
6862 (defconstant +texture-cube-map-positive-z-arb+ #x8519)
6863 (defconstant +texture-cube-map-negative-z-arb+ #x851A)
6864 (defconstant +proxy-texture-cube-map-arb+ #x851B)
6865 (defconstant +max-cube-map-texture-size-arb+ #x851C)
6867 ;;;; Enumerations: ARB_texture_border_clamp
6868 ;; clamp_to_border_arb already defined
6870 ;;;; Enumerations: ARB_texture_env_combine
6872 (defconstant +combine-arb+ #x8570)
6873 (defconstant +combine-rgb-arb+ #x8571)
6874 (defconstant +combine-alpha-arb+ #x8572)
6875 (defconstant +source0-rgb-arb+ #x8580)
6876 (defconstant +source1-rgb-arb+ #x8581)
6877 (defconstant +source2-rgb-arb+ #x8582)
6878 (defconstant +source0-alpha-arb+ #x8588)
6879 (defconstant +source1-alpha-arb+ #x8589)
6880 (defconstant +source2-alpha-arb+ #x858A)
6881 (defconstant +operand0-rgb-arb+ #x8590)
6882 (defconstant +operand1-rgb-arb+ #x8591)
6883 (defconstant +operand2-rgb-arb+ #x8592)
6884 (defconstant +operand0-alpha-arb+ #x8598)
6885 (defconstant +operand1-alpha-arb+ #x8599)
6886 (defconstant +operand2-alpha-arb+ #x859A)
6887 (defconstant +rgb-scale-arb+ #x8573)
6888 (defconstant +add-signed-arb+ #x8574)
6889 (defconstant +interpolate-arb+ #x8575)
6890 (defconstant +subtract-arb+ #x84E7)
6891 (defconstant +constant-arb+ #x8576)
6892 (defconstant +primary-color-arb+ #x8577)
6893 (defconstant +previous-arb+ #x8578)
6895 ;;;; Enumerations: ARB_texture_env_dot3
6897 (defconstant +dot3-rgb-arb+ #x86AE)
6898 (defconstant +dot3-rgba-arb+ #x86AF)
6900 ;;;; Enumerations: ARB_texture_mirrored_repeat
6902 (defconstant +mirrored-repeat-arb+ #x8370)
6904 ;;;; Enumerations: ARB_depth_texture
6906 (defconstant +depth-component16-arb+ #x81A5)
6907 (defconstant +depth-component24-arb+ #x81A6)
6908 (defconstant +depth-component32-arb+ #x81A7)
6909 (defconstant +texture-depth-size-arb+ #x884A)
6910 (defconstant +depth-texture-mode-arb+ #x884B)
6912 ;;;; Enumerations: ARB_shadow
6914 (defconstant +texture-compare-mode-arb+ #x884C)
6915 (defconstant +texture-compare-func-arb+ #x884D)
6916 (defconstant +compare-r-to-texture-arb+ #x884E)
6918 ;;;; Enumerations: ARB_shadow_ambient
6920 (defconstant +texture-compare-fail-value-arb+ #x80BF)
6922 ;;;; Enumerations: ARB_fragment_program
6924 (defconstant +fragment-program-arb+ #x8804)
6925 (defconstant +program-alu-instructions-arb+ #x8805)
6926 (defconstant +program-tex-instructions-arb+ #x8806)
6927 (defconstant +program-tex-indirections-arb+ #x8807)
6928 (defconstant +program-native-alu-instructions-arb+ #x8808)
6929 (defconstant +program-native-tex-instructions-arb+ #x8809)
6930 (defconstant +program-native-tex-indirections-arb+ #x880A)
6931 (defconstant +max-program-alu-instructions-arb+ #x880B)
6932 (defconstant +max-program-tex-instructions-arb+ #x880C)
6933 (defconstant +max-program-tex-indirections-arb+ #x880D)
6934 (defconstant +max-program-native-alu-instructions-arb+ #x880E)
6935 (defconstant +max-program-native-tex-instructions-arb+ #x880F)
6936 (defconstant +max-program-native-tex-indirections-arb+ #x8810)
6937 (defconstant +max-texture-coords-arb+ #x8871)
6938 (defconstant +max-texture-image-units-arb+ #x8872)
6940 ;;;; Enumerations: ARB_fragment_shader
6942 (defconstant +fragment-shader-arb+ #x8B30)
6943 (defconstant +max-fragment-uniform-components-arb+ #x8B49)
6944 (defconstant +fragment-shader-derivative-hint-arb+ #x8B8B)
6946 ;;;; Enumerations: ARB_shading_language_100
6948 (defconstant +shading-language-version-arb+ #x8B8C)
6950 ;;;; Enumerations: ARB_point_sprite
6952 (defconstant +point-sprite-arb+ #x8861)
6953 (defconstant +coord-replace-arb+ #x8862)
6955 ;;;; Enumerations: ARB_texture_rectangle
6957 (defconstant +texture-rectangle-arb+ #x84F5)
6958 (defconstant +texture-binding-rectangle-arb+ #x84F6)
6959 (defconstant +proxy-texture-rectangle-arb+ #x84F7)
6960 (defconstant +max-rectangle-texture-size-arb+ #x84F8)
6962 ;;;; Enumerations: ARB_half_float_pixel
6964 (defconstant +half-float-arb+ #x140B)
6966 ;;;; Enumerations: ARB_texture_float
6968 (defconstant +texture-red-type-arb+ #x8C10)
6969 (defconstant +texture-green-type-arb+ #x8C11)
6970 (defconstant +texture-blue-type-arb+ #x8C12)
6971 (defconstant +texture-alpha-type-arb+ #x8C13)
6972 (defconstant +texture-luminance-type-arb+ #x8C14)
6973 (defconstant +texture-intensity-type-arb+ #x8C15)
6974 (defconstant +texture-depth-type-arb+ #x8C16)
6975 (defconstant +unsigned-normalized-arb+ #x8C17)
6976 (defconstant +rgba32f-arb+ #x8814)
6977 (defconstant +rgb32f-arb+ #x8815)
6978 (defconstant +alpha32f-arb+ #x8816)
6979 (defconstant +intensity32f-arb+ #x8817)
6980 (defconstant +luminance32f-arb+ #x8818)
6981 (defconstant +luminance-alpha32f-arb+ #x8819)
6982 (defconstant +rgba16f-arb+ #x881A)
6983 (defconstant +rgb16f-arb+ #x881B)
6984 (defconstant +alpha16f-arb+ #x881C)
6985 (defconstant +intensity16f-arb+ #x881D)
6986 (defconstant +luminance16f-arb+ #x881E)
6987 (defconstant +luminance-alpha16f-arb+ #x881F)
6989 ;;;; Enumerations: ARB_pixel_buffer_object
6991 (defconstant +pixel-pack-buffer-arb+ #x88EB)
6992 (defconstant +pixel-unpack-buffer-arb+ #x88EC)
6993 (defconstant +pixel-pack-buffer-binding-arb+ #x88ED)
6994 (defconstant +pixel-unpack-buffer-binding-arb+ #x88EF)
6996 ;;;; Enumerations: EXT_abgr
6997 ;; abgr_ext already defined
6999 ;;;; Enumerations: EXT_texture
7000 ;; alpha4_ext already defined
7001 ;; alpha8_ext already defined
7002 ;; alpha12_ext already defined
7003 ;; alpha16_ext already defined
7004 ;; luminance4_ext already defined
7005 ;; luminance8_ext already defined
7006 ;; luminance12_ext already defined
7007 ;; luminance16_ext already defined
7008 ;; luminance4_alpha4_ext already defined
7009 ;; luminance6_alpha2_ext already defined
7010 ;; luminance8_alpha8_ext already defined
7011 ;; luminance12_alpha4_ext already defined
7012 ;; luminance12_alpha12_ext already defined
7013 ;; luminance16_alpha16_ext already defined
7014 ;; intensity_ext already defined
7015 ;; intensity4_ext already defined
7016 ;; intensity8_ext already defined
7017 ;; intensity12_ext already defined
7018 ;; intensity16_ext already defined
7019 ;; rgb2_ext already defined
7020 ;; rgb4_ext already defined
7021 ;; rgb5_ext already defined
7022 ;; rgb8_ext already defined
7023 ;; rgb10_ext already defined
7024 ;; rgb12_ext already defined
7025 ;; rgb16_ext already defined
7026 ;; rgba2_ext already defined
7027 ;; rgba4_ext already defined
7028 ;; rgb5_a1_ext already defined
7029 ;; rgba8_ext already defined
7030 ;; rgb10_a2_ext already defined
7031 ;; rgba12_ext already defined
7032 ;; rgba16_ext already defined
7033 ;; texture_red_size_ext already defined
7034 ;; texture_green_size_ext already defined
7035 ;; texture_blue_size_ext already defined
7036 ;; texture_alpha_size_ext already defined
7037 ;; texture_luminance_size_ext already defined
7038 ;; texture_intensity_size_ext already defined
7039 ;; replace_ext already defined
7040 ;; proxy_texture_1d_ext already defined
7041 ;; proxy_texture_2d_ext already defined
7042 ;; texture_too_large_ext already defined
7044 ;;;; Enumerations: SGI_color_matrix
7045 ;; color_matrix_sgi already defined
7046 ;; color_matrix_stack_depth_sgi already defined
7047 ;; max_color_matrix_stack_depth_sgi already defined
7048 ;; post_color_matrix_red_scale_sgi already defined
7049 ;; post_color_matrix_green_scale_sgi already defined
7050 ;; post_color_matrix_blue_scale_sgi already defined
7051 ;; post_color_matrix_alpha_scale_sgi already defined
7052 ;; post_color_matrix_red_bias_sgi already defined
7053 ;; post_color_matrix_green_bias_sgi already defined
7054 ;; post_color_matrix_blue_bias_sgi already defined
7055 ;; post_color_matrix_alpha_bias_sgi already defined
7057 ;;;; Enumerations: SGI_texture_color_table
7058 ;; texture_color_table_sgi already defined
7059 ;; proxy_texture_color_table_sgi already defined
7061 ;;;; Enumerations: EXT_cmyka
7062 ;; cmyk_ext already defined
7063 ;; cmyka_ext already defined
7064 ;; pack_cmyk_hint_ext already defined
7065 ;; unpack_cmyk_hint_ext already defined
7067 ;;;; Enumerations: EXT_packed_pixels
7068 ;; unsigned_byte_3_3_2_ext already defined
7069 ;; unsigned_short_4_4_4_4_ext already defined
7070 ;; unsigned_short_5_5_5_1_ext already defined
7071 ;; unsigned_int_8_8_8_8_ext already defined
7072 ;; unsigned_int_10_10_10_2_ext already defined
7074 ;;;; Enumerations: SGIS_texture_lod
7075 ;; texture_min_lod_sgis already defined
7076 ;; texture_max_lod_sgis already defined
7077 ;; texture_base_level_sgis already defined
7078 ;; texture_max_level_sgis already defined
7080 ;;;; Enumerations: EXT_rescale_normal
7081 ;; rescale_normal_ext already defined
7083 ;;;; Enumerations: SGIS_generate_mipmap
7084 ;; generate_mipmap_sgis already defined
7085 ;; generate_mipmap_hint_sgis already defined
7087 ;;;; Enumerations: SGIX_clipmap
7088 ;; linear_clipmap_linear_sgix already defined
7089 ;; texture_clipmap_center_sgix already defined
7090 ;; texture_clipmap_frame_sgix already defined
7091 ;; texture_clipmap_offset_sgix already defined
7092 ;; texture_clipmap_virtual_depth_sgix already defined
7093 ;; texture_clipmap_lod_offset_sgix already defined
7094 ;; texture_clipmap_depth_sgix already defined
7095 ;; max_clipmap_depth_sgix already defined
7096 ;; max_clipmap_virtual_depth_sgix already defined
7097 ;; nearest_clipmap_nearest_sgix already defined
7098 ;; nearest_clipmap_linear_sgix already defined
7099 ;; linear_clipmap_nearest_sgix already defined
7101 ;;;; Enumerations: SGIX_shadow
7102 ;; texture_compare_sgix already defined
7103 ;; texture_compare_operator_sgix already defined
7104 ;; texture_lequal_r_sgix already defined
7105 ;; texture_gequal_r_sgix already defined
7107 ;;;; Enumerations: SGIS_texture_edge_clamp
7108 ;; clamp_to_edge_sgis already defined
7110 ;;;; Enumerations: SGIS_texture_border_clamp
7111 ;; clamp_to_border_sgis already defined
7113 ;;;; Enumerations: EXT_blend_subtract
7114 ;; func_subtract_ext already defined
7115 ;; func_reverse_subtract_ext already defined
7117 ;;;; Enumerations: SGIX_interlace
7118 ;; interlace_sgix already defined
7120 ;;;; Enumerations: SGIX_pixel_tiles
7121 ;; pixel_tile_best_alignment_sgix already defined
7122 ;; pixel_tile_cache_increment_sgix already defined
7123 ;; pixel_tile_width_sgix already defined
7124 ;; pixel_tile_height_sgix already defined
7125 ;; pixel_tile_grid_width_sgix already defined
7126 ;; pixel_tile_grid_height_sgix already defined
7127 ;; pixel_tile_grid_depth_sgix already defined
7128 ;; pixel_tile_cache_size_sgix already defined
7130 ;;;; Enumerations: SGIS_texture_select
7131 ;; dual_alpha4_sgis already defined
7132 ;; dual_alpha8_sgis already defined
7133 ;; dual_alpha12_sgis already defined
7134 ;; dual_alpha16_sgis already defined
7135 ;; dual_luminance4_sgis already defined
7136 ;; dual_luminance8_sgis already defined
7137 ;; dual_luminance12_sgis already defined
7138 ;; dual_luminance16_sgis already defined
7139 ;; dual_intensity4_sgis already defined
7140 ;; dual_intensity8_sgis already defined
7141 ;; dual_intensity12_sgis already defined
7142 ;; dual_intensity16_sgis already defined
7143 ;; dual_luminance_alpha4_sgis already defined
7144 ;; dual_luminance_alpha8_sgis already defined
7145 ;; quad_alpha4_sgis already defined
7146 ;; quad_alpha8_sgis already defined
7147 ;; quad_luminance4_sgis already defined
7148 ;; quad_luminance8_sgis already defined
7149 ;; quad_intensity4_sgis already defined
7150 ;; quad_intensity8_sgis already defined
7151 ;; dual_texture_select_sgis already defined
7152 ;; quad_texture_select_sgis already defined
7154 ;;;; Enumerations: SGIX_texture_multi_buffer
7155 ;; texture_multi_buffer_hint_sgix already defined
7157 ;;;; Enumerations: SGIX_texture_scale_bias
7158 ;; post_texture_filter_bias_sgix already defined
7159 ;; post_texture_filter_scale_sgix already defined
7160 ;; post_texture_filter_bias_range_sgix already defined
7161 ;; post_texture_filter_scale_range_sgix already defined
7163 ;;;; Enumerations: FfdMaskSGIX
7164 ;; texture_deformation_bit_sgix already defined
7165 ;; geometry_deformation_bit_sgix already defined
7167 ;;;; Enumerations: SGIX_depth_texture
7168 ;; depth_component16_sgix already defined
7169 ;; depth_component24_sgix already defined
7170 ;; depth_component32_sgix already defined
7172 ;;;; Enumerations: SGIX_fog_offset
7173 ;; fog_offset_sgix already defined
7174 ;; fog_offset_value_sgix already defined
7176 ;;;; Enumerations: HP_convolution_border_modes
7177 ;; ignore_border_hp already defined
7178 ;; constant_border_hp already defined
7179 ;; replicate_border_hp already defined
7180 ;; convolution_border_color_hp already defined
7182 ;;;; Enumerations: SGIX_texture_add_env
7183 ;; texture_env_bias_sgix already defined
7185 ;;;; Enumerations: PGI_vertex_hints
7187 (defconstant +vertex-data-hint-pgi+ #x1A22A)
7188 (defconstant +vertex-consistent-hint-pgi+ #x1A22B)
7189 (defconstant +material-side-hint-pgi+ #x1A22C)
7190 (defconstant +max-vertex-hint-pgi+ #x1A22D)
7191 (defconstant +color3-bit-pgi+ #x10000)
7192 (defconstant +color4-bit-pgi+ #x20000)
7193 (defconstant +edgeflag-bit-pgi+ #x40000)
7194 (defconstant +index-bit-pgi+ #x80000)
7195 (defconstant +mat-ambient-bit-pgi+ #x100000)
7196 (defconstant +mat-ambient-and-diffuse-bit-pgi+ #x200000)
7197 (defconstant +mat-diffuse-bit-pgi+ #x400000)
7198 (defconstant +mat-emission-bit-pgi+ #x800000)
7199 (defconstant +mat-color-indexes-bit-pgi+ #x1000000)
7200 (defconstant +mat-shininess-bit-pgi+ #x2000000)
7201 (defconstant +mat-specular-bit-pgi+ #x4000000)
7202 (defconstant +normal-bit-pgi+ #x8000000)
7203 (defconstant +texcoord1-bit-pgi+ #x10000000)
7204 (defconstant +texcoord2-bit-pgi+ #x20000000)
7205 (defconstant +texcoord3-bit-pgi+ #x40000000)
7206 (defconstant +texcoord4-bit-pgi+ #x80000000)
7207 (defconstant +vertex23-bit-pgi+ #x4)
7208 (defconstant +vertex4-bit-pgi+ #x8)
7210 ;;;; Enumerations: EXT_clip_volume_hint
7212 (defconstant +clip-volume-clipping-hint-ext+ #x80F0)
7214 ;;;; Enumerations: SGIX_ir_instrument1
7215 ;; ir_instrument1_sgix already defined
7217 ;;;; Enumerations: SGIX_calligraphic_fragment
7218 ;; calligraphic_fragment_sgix already defined
7220 ;;;; Enumerations: SGIX_texture_lod_bias
7221 ;; texture_lod_bias_s_sgix already defined
7222 ;; texture_lod_bias_t_sgix already defined
7223 ;; texture_lod_bias_r_sgix already defined
7225 ;;;; Enumerations: SGIX_shadow_ambient
7226 ;; shadow_ambient_sgix already defined
7228 ;;;; Enumerations: EXT_index_array_formats
7230 (defconstant +iui-v2f-ext+ #x81AD)
7231 (defconstant +iui-v3f-ext+ #x81AE)
7232 (defconstant +iui-n3f-v2f-ext+ #x81AF)
7233 (defconstant +iui-n3f-v3f-ext+ #x81B0)
7234 (defconstant +t2f-iui-v2f-ext+ #x81B1)
7235 (defconstant +t2f-iui-v3f-ext+ #x81B2)
7236 (defconstant +t2f-iui-n3f-v2f-ext+ #x81B3)
7237 (defconstant +t2f-iui-n3f-v3f-ext+ #x81B4)
7239 ;;;; Enumerations: SGIX_ycrcb
7240 ;; ycrcb_422_sgix already defined
7241 ;; ycrcb_444_sgix already defined
7243 ;;;; Enumerations: IBM_rasterpos_clip
7245 (defconstant +raster-position-unclipped-ibm+ #x19262)
7247 ;;;; Enumerations: HP_texture_lighting
7249 (defconstant +texture-lighting-mode-hp+ #x8167)
7250 (defconstant +texture-post-specular-hp+ #x8168)
7251 (defconstant +texture-pre-specular-hp+ #x8169)
7253 ;;;; Enumerations: WIN_phong_shading
7255 (defconstant +phong-win+ #x80EA)
7256 (defconstant +phong-hint-win+ #x80EB)
7258 ;;;; Enumerations: WIN_specular_fog
7260 (defconstant +fog-specular-texture-win+ #x80EC)
7262 ;;;; Enumerations: SGIX_blend_alpha_minmax
7263 ;; alpha_min_sgix already defined
7264 ;; alpha_max_sgix already defined
7266 ;;;; Enumerations: SGIX_impact_pixel_texture
7267 ;; pixel_tex_gen_q_ceiling_sgix already defined
7268 ;; pixel_tex_gen_q_round_sgix already defined
7269 ;; pixel_tex_gen_q_floor_sgix already defined
7270 ;; pixel_tex_gen_alpha_replace_sgix already defined
7271 ;; pixel_tex_gen_alpha_no_replace_sgix already defined
7272 ;; pixel_tex_gen_alpha_ls_sgix already defined
7273 ;; pixel_tex_gen_alpha_ms_sgix already defined
7275 ;;;; Enumerations: EXT_bgra
7276 ;; bgr_ext already defined
7277 ;; bgra_ext already defined
7279 ;;;; Enumerations: SGIX_async_pixel
7280 ;; async_tex_image_sgix already defined
7281 ;; async_draw_pixels_sgix already defined
7282 ;; async_read_pixels_sgix already defined
7283 ;; max_async_tex_image_sgix already defined
7284 ;; max_async_draw_pixels_sgix already defined
7285 ;; max_async_read_pixels_sgix already defined
7287 ;;;; Enumerations: SGIX_async_histogram
7288 ;; async_histogram_sgix already defined
7289 ;; max_async_histogram_sgix already defined
7291 ;;;; Enumerations: HP_occlusion_test
7293 (defconstant +occlusion-test-hp+ #x8165)
7294 (defconstant +occlusion-test-result-hp+ #x8166)
7296 ;;;; Enumerations: EXT_shared_texture_palette
7297 ;; shared_texture_palette_ext already defined
7299 ;;;; Enumerations: EXT_separate_specular_color
7300 ;; light_model_color_control_ext already defined
7301 ;; single_color_ext already defined
7302 ;; separate_specular_color_ext already defined
7304 ;;;; Enumerations: REND_screen_coordinates
7306 (defconstant +screen-coordinates-rend+ #x8490)
7307 (defconstant +inverted-screen-w-rend+ #x8491)
7309 ;;;; Enumerations: EXT_texture_env_combine
7311 (defconstant +combine-ext+ #x8570)
7312 (defconstant +combine-rgb-ext+ #x8571)
7313 (defconstant +combine-alpha-ext+ #x8572)
7314 (defconstant +rgb-scale-ext+ #x8573)
7315 (defconstant +add-signed-ext+ #x8574)
7316 (defconstant +interpolate-ext+ #x8575)
7317 (defconstant +constant-ext+ #x8576)
7318 (defconstant +primary-color-ext+ #x8577)
7319 (defconstant +previous-ext+ #x8578)
7320 (defconstant +source0-rgb-ext+ #x8580)
7321 (defconstant +source1-rgb-ext+ #x8581)
7322 (defconstant +source2-rgb-ext+ #x8582)
7323 (defconstant +source0-alpha-ext+ #x8588)
7324 (defconstant +source1-alpha-ext+ #x8589)
7325 (defconstant +source2-alpha-ext+ #x858A)
7326 (defconstant +operand0-rgb-ext+ #x8590)
7327 (defconstant +operand1-rgb-ext+ #x8591)
7328 (defconstant +operand2-rgb-ext+ #x8592)
7329 (defconstant +operand0-alpha-ext+ #x8598)
7330 (defconstant +operand1-alpha-ext+ #x8599)
7331 (defconstant +operand2-alpha-ext+ #x859A)
7333 ;;;; Enumerations: APPLE_specular_vector
7335 (defconstant +light-model-specular-vector-apple+ #x85B0)
7337 ;;;; Enumerations: APPLE_transform_hint
7339 (defconstant +transform-hint-apple+ #x85B1)
7341 ;;;; Enumerations: SGIX_fog_scale
7343 (defconstant +fog-scale-sgix+ #x81FC)
7344 (defconstant +fog-scale-value-sgix+ #x81FD)
7346 ;;;; Enumerations: INGR_color_clamp
7348 (defconstant +red-min-clamp-ingr+ #x8560)
7349 (defconstant +green-min-clamp-ingr+ #x8561)
7350 (defconstant +blue-min-clamp-ingr+ #x8562)
7351 (defconstant +alpha-min-clamp-ingr+ #x8563)
7352 (defconstant +red-max-clamp-ingr+ #x8564)
7353 (defconstant +green-max-clamp-ingr+ #x8565)
7354 (defconstant +blue-max-clamp-ingr+ #x8566)
7355 (defconstant +alpha-max-clamp-ingr+ #x8567)
7357 ;;;; Enumerations: INGR_interlace_read
7359 (defconstant +interlace-read-ingr+ #x8568)
7361 ;;;; Enumerations: EXT_stencil_wrap
7363 (defconstant +incr-wrap-ext+ #x8507)
7364 (defconstant +decr-wrap-ext+ #x8508)
7366 ;;;; Enumerations: EXT_422_pixels
7368 (defconstant +422-ext+ #x80CC)
7369 (defconstant +422-rev-ext+ #x80CD)
7370 (defconstant +422-average-ext+ #x80CE)
7371 (defconstant +422-rev-average-ext+ #x80CF)
7373 ;;;; Enumerations: NV_texgen_reflection
7375 (defconstant +normal-map-nv+ #x8511)
7376 (defconstant +reflection-map-nv+ #x8512)
7378 ;;;; Enumerations: EXT_texture_cube_map
7380 (defconstant +normal-map-ext+ #x8511)
7381 (defconstant +reflection-map-ext+ #x8512)
7382 (defconstant +texture-cube-map-ext+ #x8513)
7383 (defconstant +texture-binding-cube-map-ext+ #x8514)
7384 (defconstant +texture-cube-map-positive-x-ext+ #x8515)
7385 (defconstant +texture-cube-map-negative-x-ext+ #x8516)
7386 (defconstant +texture-cube-map-positive-y-ext+ #x8517)
7387 (defconstant +texture-cube-map-negative-y-ext+ #x8518)
7388 (defconstant +texture-cube-map-positive-z-ext+ #x8519)
7389 (defconstant +texture-cube-map-negative-z-ext+ #x851A)
7390 (defconstant +proxy-texture-cube-map-ext+ #x851B)
7391 (defconstant +max-cube-map-texture-size-ext+ #x851C)
7393 ;;;; Enumerations: SUN_convolution_border_modes
7395 (defconstant +wrap-border-sun+ #x81D4)
7397 ;;;; Enumerations: EXT_texture_lod_bias
7399 (defconstant +max-texture-lod-bias-ext+ #x84FD)
7400 (defconstant +texture-filter-control-ext+ #x8500)
7401 (defconstant +texture-lod-bias-ext+ #x8501)
7403 ;;;; Enumerations: EXT_texture_filter_anisotropic
7405 (defconstant +texture-max-anisotropy-ext+ #x84FE)
7406 (defconstant +max-texture-max-anisotropy-ext+ #x84FF)
7408 ;;;; Enumerations: NV_light_max_exponent
7410 (defconstant +max-shininess-nv+ #x8504)
7411 (defconstant +max-spot-exponent-nv+ #x8505)
7413 ;;;; Enumerations: NV_fog_distance
7415 (defconstant +fog-distance-mode-nv+ #x855A)
7416 (defconstant +eye-radial-nv+ #x855B)
7417 (defconstant +eye-plane-absolute-nv+ #x855C)
7418 ;; eye_plane already defined
7420 ;;;; Enumerations: NV_texgen_emboss
7422 (defconstant +emboss-light-nv+ #x855D)
7423 (defconstant +emboss-constant-nv+ #x855E)
7424 (defconstant +emboss-map-nv+ #x855F)
7426 ;;;; Enumerations: NV_texture_env_combine4
7428 (defconstant +combine4-nv+ #x8503)
7429 (defconstant +source3-rgb-nv+ #x8583)
7430 (defconstant +source3-alpha-nv+ #x858B)
7431 (defconstant +operand3-rgb-nv+ #x8593)
7432 (defconstant +operand3-alpha-nv+ #x859B)
7434 ;;;; Enumerations: EXT_texture_compression_s3tc
7435 ;; compressed_rgb_s3tc_dxt1_ext already defined
7436 ;; compressed_rgba_s3tc_dxt1_ext already defined
7437 ;; compressed_rgba_s3tc_dxt3_ext already defined
7438 ;; compressed_rgba_s3tc_dxt5_ext already defined
7440 ;;;; Enumerations: IBM_cull_vertex
7442 (defconstant +cull-vertex-ibm+ #x1928A)
7444 ;;;; Enumerations: SGIX_subsample
7445 ;; pack_subsample_rate_sgix already defined
7446 ;; unpack_subsample_rate_sgix already defined
7447 ;; pixel_subsample_4444_sgix already defined
7448 ;; pixel_subsample_2424_sgix already defined
7449 ;; pixel_subsample_4242_sgix already defined
7451 ;;;; Enumerations: SGIX_ycrcb_subsample
7452 ;; pack_subsample_rate_sgix already defined
7453 ;; unpack_subsample_rate_sgix already defined
7454 ;; pixel_subsample_4444_sgix already defined
7455 ;; pixel_subsample_2424_sgix already defined
7456 ;; pixel_subsample_4242_sgix already defined
7458 ;;;; Enumerations: SGIX_ycrcba
7460 (defconstant +ycrcb-sgix+ #x8318)
7461 (defconstant +ycrcba-sgix+ #x8319)
7463 ;;;; Enumerations: SGI_depth_pass_instrument
7465 (defconstant +depth-pass-instrument-sgix+ #x8310)
7466 (defconstant +depth-pass-instrument-counters-sgix+ #x8311)
7467 (defconstant +depth-pass-instrument-max-sgix+ #x8312)
7469 ;;;; Enumerations: 3DFX_texture_compression_FXT1
7471 (defconstant +compressed-rgb-fxt1-3dfx+ #x86B0)
7472 (defconstant +compressed-rgba-fxt1-3dfx+ #x86B1)
7474 ;;;; Enumerations: 3DFX_multisample
7476 (defconstant +multisample-3dfx+ #x86B2)
7477 (defconstant +sample-buffers-3dfx+ #x86B3)
7478 (defconstant +samples-3dfx+ #x86B4)
7479 (defconstant +multisample-bit-3dfx+ #x20000000)
7481 ;;;; Enumerations: SGIX_vertex_preclip
7482 ;; vertex_preclip_sgix already defined
7483 ;; vertex_preclip_hint_sgix already defined
7485 ;;;; Enumerations: SGIX_convolution_accuracy
7486 ;; convolution_hint_sgix already defined
7488 ;;;; Enumerations: SGIX_resample
7489 ;; pack_resample_sgix already defined
7490 ;; unpack_resample_sgix already defined
7491 ;; resample_replicate_sgix already defined
7492 ;; resample_zero_fill_sgix already defined
7493 ;; resample_decimate_sgix already defined
7495 ;;;; Enumerations: SGIS_point_line_texgen
7496 ;; eye_distance_to_point_sgis already defined
7497 ;; object_distance_to_point_sgis already defined
7498 ;; eye_distance_to_line_sgis already defined
7499 ;; object_distance_to_line_sgis already defined
7500 ;; eye_point_sgis already defined
7501 ;; object_point_sgis already defined
7502 ;; eye_line_sgis already defined
7503 ;; object_line_sgis already defined
7505 ;;;; Enumerations: EXT_texture_env_dot3
7507 (defconstant +dot3-rgb-ext+ #x8740)
7508 (defconstant +dot3-rgba-ext+ #x8741)
7510 ;;;; Enumerations: ATI_texture_mirror_once
7512 (defconstant +mirror-clamp-ati+ #x8742)
7513 (defconstant +mirror-clamp-to-edge-ati+ #x8743)
7515 ;;;; Enumerations: IBM_texture_mirrored_repeat
7517 (defconstant +mirrored-repeat-ibm+ #x8370)
7519 ;;;; Enumerations: NV_packed_depth_stencil
7521 (defconstant +depth-stencil-nv+ #x84F9)
7522 (defconstant +unsigned-int-24-8-nv+ #x84FA)
7524 ;;;; Enumerations: NV_texture_rectangle
7526 (defconstant +texture-rectangle-nv+ #x84F5)
7527 (defconstant +texture-binding-rectangle-nv+ #x84F6)
7528 (defconstant +proxy-texture-rectangle-nv+ #x84F7)
7529 (defconstant +max-rectangle-texture-size-nv+ #x84F8)
7531 ;;;; Enumerations: NV_texture_shader
7533 (defconstant +offset-texture-rectangle-nv+ #x864C)
7534 (defconstant +offset-texture-rectangle-scale-nv+ #x864D)
7535 (defconstant +dot-product-texture-rectangle-nv+ #x864E)
7536 (defconstant +rgba-unsigned-dot-product-mapping-nv+ #x86D9)
7537 (defconstant +unsigned-int-s8-s8-8-8-nv+ #x86DA)
7538 (defconstant +unsigned-int-8-8-s8-s8-rev-nv+ #x86DB)
7539 (defconstant +dsdt-mag-intensity-nv+ #x86DC)
7540 (defconstant +shader-consistent-nv+ #x86DD)
7541 (defconstant +texture-shader-nv+ #x86DE)
7542 (defconstant +shader-operation-nv+ #x86DF)
7543 (defconstant +cull-modes-nv+ #x86E0)
7544 (defconstant +offset-texture-matrix-nv+ #x86E1)
7545 (defconstant +offset-texture-scale-nv+ #x86E2)
7546 (defconstant +offset-texture-bias-nv+ #x86E3)
7547 (defconstant +offset-texture-2d-matrix-nv+ #x86E1)
7548 (defconstant +offset-texture-2d-scale-nv+ #x86E2)
7549 (defconstant +offset-texture-2d-bias-nv+ #x86E3)
7550 (defconstant +previous-texture-input-nv+ #x86E4)
7551 (defconstant +const-eye-nv+ #x86E5)
7552 (defconstant +pass-through-nv+ #x86E6)
7553 (defconstant +cull-fragment-nv+ #x86E7)
7554 (defconstant +offset-texture-2d-nv+ #x86E8)
7555 (defconstant +dependent-ar-texture-2d-nv+ #x86E9)
7556 (defconstant +dependent-gb-texture-2d-nv+ #x86EA)
7557 (defconstant +dot-product-nv+ #x86EC)
7558 (defconstant +dot-product-depth-replace-nv+ #x86ED)
7559 (defconstant +dot-product-texture-2d-nv+ #x86EE)
7560 (defconstant +dot-product-texture-cube-map-nv+ #x86F0)
7561 (defconstant +dot-product-diffuse-cube-map-nv+ #x86F1)
7562 (defconstant +dot-product-reflect-cube-map-nv+ #x86F2)
7563 (defconstant +dot-product-const-eye-reflect-cube-map-nv+ #x86F3)
7564 (defconstant +hilo-nv+ #x86F4)
7565 (defconstant +dsdt-nv+ #x86F5)
7566 (defconstant +dsdt-mag-nv+ #x86F6)
7567 (defconstant +dsdt-mag-vib-nv+ #x86F7)
7568 (defconstant +hilo16-nv+ #x86F8)
7569 (defconstant +signed-hilo-nv+ #x86F9)
7570 (defconstant +signed-hilo16-nv+ #x86FA)
7571 (defconstant +signed-rgba-nv+ #x86FB)
7572 (defconstant +signed-rgba8-nv+ #x86FC)
7573 (defconstant +signed-rgb-nv+ #x86FE)
7574 (defconstant +signed-rgb8-nv+ #x86FF)
7575 (defconstant +signed-luminance-nv+ #x8701)
7576 (defconstant +signed-luminance8-nv+ #x8702)
7577 (defconstant +signed-luminance-alpha-nv+ #x8703)
7578 (defconstant +signed-luminance8-alpha8-nv+ #x8704)
7579 (defconstant +signed-alpha-nv+ #x8705)
7580 (defconstant +signed-alpha8-nv+ #x8706)
7581 (defconstant +signed-intensity-nv+ #x8707)
7582 (defconstant +signed-intensity8-nv+ #x8708)
7583 (defconstant +dsdt8-nv+ #x8709)
7584 (defconstant +dsdt8-mag8-nv+ #x870A)
7585 (defconstant +dsdt8-mag8-intensity8-nv+ #x870B)
7586 (defconstant +signed-rgb-unsigned-alpha-nv+ #x870C)
7587 (defconstant +signed-rgb8-unsigned-alpha8-nv+ #x870D)
7588 (defconstant +hi-scale-nv+ #x870E)
7589 (defconstant +lo-scale-nv+ #x870F)
7590 (defconstant +ds-scale-nv+ #x8710)
7591 (defconstant +dt-scale-nv+ #x8711)
7592 (defconstant +magnitude-scale-nv+ #x8712)
7593 (defconstant +vibrance-scale-nv+ #x8713)
7594 (defconstant +hi-bias-nv+ #x8714)
7595 (defconstant +lo-bias-nv+ #x8715)
7596 (defconstant +ds-bias-nv+ #x8716)
7597 (defconstant +dt-bias-nv+ #x8717)
7598 (defconstant +magnitude-bias-nv+ #x8718)
7599 (defconstant +vibrance-bias-nv+ #x8719)
7600 (defconstant +texture-border-values-nv+ #x871A)
7601 (defconstant +texture-hi-size-nv+ #x871B)
7602 (defconstant +texture-lo-size-nv+ #x871C)
7603 (defconstant +texture-ds-size-nv+ #x871D)
7604 (defconstant +texture-dt-size-nv+ #x871E)
7605 (defconstant +texture-mag-size-nv+ #x871F)
7607 ;;;; Enumerations: NV_texture_shader2
7609 (defconstant +dot-product-texture-3d-nv+ #x86EF)
7611 ;;;; Enumerations: NV_vertex_array_range2
7613 (defconstant +vertex-array-range-without-flush-nv+ #x8533)
7615 ;;;; Enumerations: SGIX_texture_coordinate_clamp
7616 ;; texture_max_clamp_s_sgix already defined
7617 ;; texture_max_clamp_t_sgix already defined
7618 ;; texture_max_clamp_r_sgix already defined
7620 ;;;; Enumerations: SGIX_scalebias_hint
7622 (defconstant +scalebias-hint-sgix+ #x8322)
7624 ;;;; Enumerations: OML_interlace
7626 (defconstant +interlace-oml+ #x8980)
7627 (defconstant +interlace-read-oml+ #x8981)
7629 ;;;; Enumerations: OML_subsample
7631 (defconstant +format-subsample-24-24-oml+ #x8982)
7632 (defconstant +format-subsample-244-244-oml+ #x8983)
7634 ;;;; Enumerations: OML_resample
7636 (defconstant +pack-resample-oml+ #x8984)
7637 (defconstant +unpack-resample-oml+ #x8985)
7638 (defconstant +resample-replicate-oml+ #x8986)
7639 (defconstant +resample-zero-fill-oml+ #x8987)
7640 (defconstant +resample-average-oml+ #x8988)
7641 (defconstant +resample-decimate-oml+ #x8989)
7643 ;;;; Enumerations: NV_copy_depth_to_color
7645 (defconstant +depth-stencil-to-rgba-nv+ #x886E)
7646 (defconstant +depth-stencil-to-bgra-nv+ #x886F)
7648 ;;;; Enumerations: SUN_slice_accum
7650 (defconstant +slice-accum-sun+ #x85CC)
7652 ;;;; Enumerations: NV_multisample_filter_hint
7654 (defconstant +multisample-filter-hint-nv+ #x8534)
7656 ;;;; Enumerations: NV_depth_clamp
7658 (defconstant +depth-clamp-nv+ #x864F)
7660 ;;;; Enumerations: NV_texture_shader3
7662 (defconstant +offset-projective-texture-2d-nv+ #x8850)
7663 (defconstant +offset-projective-texture-2d-scale-nv+ #x8851)
7664 (defconstant +offset-projective-texture-rectangle-nv+ #x8852)
7665 (defconstant +offset-projective-texture-rectangle-scale-nv+ #x8853)
7666 (defconstant +offset-hilo-texture-2d-nv+ #x8854)
7667 (defconstant +offset-hilo-texture-rectangle-nv+ #x8855)
7668 (defconstant +offset-hilo-projective-texture-2d-nv+ #x8856)
7669 (defconstant +offset-hilo-projective-texture-rectangle-nv+ #x8857)
7670 (defconstant +dependent-hilo-texture-2d-nv+ #x8858)
7671 (defconstant +dependent-rgb-texture-3d-nv+ #x8859)
7672 (defconstant +dependent-rgb-texture-cube-map-nv+ #x885A)
7673 (defconstant +dot-product-pass-through-nv+ #x885B)
7674 (defconstant +dot-product-texture-1d-nv+ #x885C)
7675 (defconstant +dot-product-affine-depth-replace-nv+ #x885D)
7676 (defconstant +hilo8-nv+ #x885E)
7677 (defconstant +signed-hilo8-nv+ #x885F)
7678 (defconstant +force-blue-to-one-nv+ #x8860)
7680 ;;;; Enumerations: ATI_text_fragment_shader
7682 (defconstant +text-fragment-shader-ati+ #x8200)
7684 ;;;; Enumerations: APPLE_client_storage
7686 (defconstant +unpack-client-storage-apple+ #x85B2)
7688 ;;;; Enumerations: APPLE_ycbcr_422
7690 (defconstant +ycbcr-422-apple+ #x85B9)
7691 (defconstant +unsigned-short-8-8-apple+ #x85BA)
7692 (defconstant +unsigned-short-8-8-rev-apple+ #x85BB)
7694 ;;;; Enumerations: S3_s3tc
7696 (defconstant +rgb-s3tc+ #x83A0)
7697 (defconstant +rgb4-s3tc+ #x83A1)
7698 (defconstant +rgba-s3tc+ #x83A2)
7699 (defconstant +rgba4-s3tc+ #x83A3)
7701 ;;;; Enumerations: ATI_pixel_format_float
7703 (defconstant +type-rgba-float-ati+ #x8820)
7704 (defconstant +color-clear-unclamped-value-ati+ #x8835)
7706 ;;;; Enumerations: ATI_texture_env_combine3
7708 (defconstant +modulate-add-ati+ #x8744)
7709 (defconstant +modulate-signed-add-ati+ #x8745)
7710 (defconstant +modulate-subtract-ati+ #x8746)
7712 ;;;; Enumerations: ATI_texture_float
7714 (defconstant +rgba-float32-ati+ #x8814)
7715 (defconstant +rgb-float32-ati+ #x8815)
7716 (defconstant +alpha-float32-ati+ #x8816)
7717 (defconstant +intensity-float32-ati+ #x8817)
7718 (defconstant +luminance-float32-ati+ #x8818)
7719 (defconstant +luminance-alpha-float32-ati+ #x8819)
7720 (defconstant +rgba-float16-ati+ #x881A)
7721 (defconstant +rgb-float16-ati+ #x881B)
7722 (defconstant +alpha-float16-ati+ #x881C)
7723 (defconstant +intensity-float16-ati+ #x881D)
7724 (defconstant +luminance-float16-ati+ #x881E)
7725 (defconstant +luminance-alpha-float16-ati+ #x881F)
7727 ;;;; Enumerations: NV_float_buffer
7729 (defconstant +float-r-nv+ #x8880)
7730 (defconstant +float-rg-nv+ #x8881)
7731 (defconstant +float-rgb-nv+ #x8882)
7732 (defconstant +float-rgba-nv+ #x8883)
7733 (defconstant +float-r16-nv+ #x8884)
7734 (defconstant +float-r32-nv+ #x8885)
7735 (defconstant +float-rg16-nv+ #x8886)
7736 (defconstant +float-rg32-nv+ #x8887)
7737 (defconstant +float-rgb16-nv+ #x8888)
7738 (defconstant +float-rgb32-nv+ #x8889)
7739 (defconstant +float-rgba16-nv+ #x888A)
7740 (defconstant +float-rgba32-nv+ #x888B)
7741 (defconstant +texture-float-components-nv+ #x888C)
7742 (defconstant +float-clear-color-value-nv+ #x888D)
7743 (defconstant +float-rgba-mode-nv+ #x888E)
7745 ;;;; Enumerations: NV_texture_expand_normal
7747 (defconstant +texture-unsigned-remap-mode-nv+ #x888F)
7749 ;;;; Enumerations: OES_read_format
7751 (defconstant +implementation-color-read-type-oes+ #x8B9A)
7752 (defconstant +implementation-color-read-format-oes+ #x8B9B)
7754 ;;;; Enumerations: EXT_texture_mirror_clamp
7756 (defconstant +mirror-clamp-ext+ #x8742)
7757 (defconstant +mirror-clamp-to-edge-ext+ #x8743)
7758 (defconstant +mirror-clamp-to-border-ext+ #x8912)
7760 ;;;; Enumerations: MESA_pack_invert
7762 (defconstant +pack-invert-mesa+ #x8758)
7764 ;;;; Enumerations: MESA_ycbcr_texture
7766 (defconstant +unsigned-short-8-8-mesa+ #x85BA)
7767 (defconstant +unsigned-short-8-8-rev-mesa+ #x85BB)
7768 (defconstant +ycbcr-mesa+ #x8757)
7770 ;;;; Enumerations: EXT_pixel_buffer_object
7772 (defconstant +pixel-pack-buffer-ext+ #x88EB)
7773 (defconstant +pixel-unpack-buffer-ext+ #x88EC)
7774 (defconstant +pixel-pack-buffer-binding-ext+ #x88ED)
7775 (defconstant +pixel-unpack-buffer-binding-ext+ #x88EF)
7777 ;;;; Enumerations: NV_fragment_program2
7779 (defconstant +max-program-exec-instructions-nv+ #x88F4)
7780 (defconstant +max-program-call-depth-nv+ #x88F5)
7781 (defconstant +max-program-if-depth-nv+ #x88F6)
7782 (defconstant +max-program-loop-depth-nv+ #x88F7)
7783 (defconstant +max-program-loop-count-nv+ #x88F8)
7785 ;;;; Enumerations: NV_vertex_program2_option
7786 ;; max_program_exec_instructions_nv already defined
7787 ;; max_program_call_depth_nv already defined
7789 ;;;; Enumerations: NV_vertex_program3
7791 (defconstant +max-vertex-texture-image-units-arb+ #x8B4C)
7793 ;;;; Enumerations: EXT_packed_depth_stencil
7795 (defconstant +depth-stencil-ext+ #x84F9)
7796 (defconstant +unsigned-int-24-8-ext+ #x84FA)
7797 (defconstant +depth24-stencil8-ext+ #x88F0)
7798 (defconstant +texture-stencil-size-ext+ #x88F1)
7800 ;;;; Enumerations: EXT_texture_sRGB
7802 (defconstant +srgb-ext+ #x8C40)
7803 (defconstant +srgb8-ext+ #x8C41)
7804 (defconstant +srgb-alpha-ext+ #x8C42)
7805 (defconstant +srgb8-alpha8-ext+ #x8C43)
7806 (defconstant +sluminance-alpha-ext+ #x8C44)
7807 (defconstant +sluminance8-alpha8-ext+ #x8C45)
7808 (defconstant +sluminance-ext+ #x8C46)
7809 (defconstant +sluminance8-ext+ #x8C47)
7810 (defconstant +compressed-srgb-ext+ #x8C48)
7811 (defconstant +compressed-srgb-alpha-ext+ #x8C49)
7812 (defconstant +compressed-sluminance-ext+ #x8C4A)
7813 (defconstant +compressed-sluminance-alpha-ext+ #x8C4B)
7814 (defconstant +compressed-srgb-s3tc-dxt1-ext+ #x8C4C)
7815 (defconstant +compressed-srgb-alpha-s3tc-dxt1-ext+ #x8C4D)
7816 (defconstant +compressed-srgb-alpha-s3tc-dxt3-ext+ #x8C4E)
7817 (defconstant +compressed-srgb-alpha-s3tc-dxt5-ext+ #x8C4F)
7819 ;;;; Enumerations: MESAX_texture_stack
7821 (defconstant +texture-1d-stack-mesax+ #x8759)
7822 (defconstant +texture-2d-stack-mesax+ #x875A)
7823 (defconstant +proxy-texture-1d-stack-mesax+ #x875B)
7824 (defconstant +proxy-texture-2d-stack-mesax+ #x875C)
7825 (defconstant +texture-1d-stack-binding-mesax+ #x875D)
7826 (defconstant +texture-2d-stack-binding-mesax+ #x875E)
7828 ;;;; Enumerations: EXT_packed_float
7830 (defconstant +r11f-g11f-b10f-ext+ #x8C3A)
7831 (defconstant +unsigned-int-10f-11f-11f-rev-ext+ #x8C3B)
7832 (defconstant +rgba-signed-components-ext+ #x8C3C)
7834 ;;;; Enumerations: EXT_texture_array
7836 (defconstant +texture-1d-array-ext+ #x8C18)
7837 (defconstant +proxy-texture-1d-array-ext+ #x8C19)
7838 (defconstant +texture-2d-array-ext+ #x8C1A)
7839 (defconstant +proxy-texture-2d-array-ext+ #x8C1B)
7840 (defconstant +texture-binding-1d-array-ext+ #x8C1C)
7841 (defconstant +texture-binding-2d-array-ext+ #x8C1D)
7842 (defconstant +max-array-texture-layers-ext+ #x88FF)
7843 (defconstant +compare-ref-depth-to-texture-ext+ #x884E)
7844 (defconstant +framebuffer-attachment-texture-layer-ext+ #x8CD4)
7846 ;;;; Enumerations: EXT_texture_compression_latc
7848 (defconstant +compressed-luminance-latc1-ext+ #x8C70)
7849 (defconstant +compressed-signed-luminance-latc1-ext+ #x8C71)
7850 (defconstant +compressed-luminance-alpha-latc2-ext+ #x8C72)
7851 (defconstant +compressed-signed-luminance-alpha-latc2-ext+ #x8C73)
7853 ;;;; Enumerations: EXT_texture_compression_rgtc
7855 (defconstant +compressed-red-rgtc1-ext+ #x8DBB)
7856 (defconstant +compressed-signed-red-rgtc1-ext+ #x8DBC)
7857 (defconstant +compressed-red-green-rgtc2-ext+ #x8DBD)
7858 (defconstant +compressed-signed-red-green-rgtc2-ext+ #x8DBE)
7860 ;;;; Enumerations: EXT_texture_shared_exponent
7862 (defconstant +rgb9-e5-ext+ #x8C3D)
7863 (defconstant +unsigned-int-5-9-9-9-rev-ext+ #x8C3E)
7864 (defconstant +texture-shared-size-ext+ #x8C3F)
7866 ;;;; Enumerations: EXT_framebuffer_sRGB
7868 (defconstant +framebuffer-srgb-ext+ #x8DB9)
7869 (defconstant +framebuffer-srgb-capable-ext+ #x8DBA)
7871 ;;;; display-list
7873 (defglfun
7874 (("ListBase" list-base) :args ((:name |base| :type |List| :direction :in))
7875 :return ("void") :category ("display-list") :version ("1.0") :glxropcode
7876 ("3") :glsopcode ("0x0036") :offset ("6")))
7877 (defglfun
7878 (("GenLists" gen-lists) :args ((:name |range| :type |SizeI| :direction :in))
7879 :return ("List") :dlflags ("notlistable") :category ("display-list") :version
7880 ("1.0") :glxsingle ("104") :glsopcode ("0x0035") :offset ("5")))
7881 (defglfun
7882 (("DeleteLists" delete-lists) :args
7883 ((:name |list| :type |List| :direction :in)
7884 (:name |range| :type |SizeI| :direction :in))
7885 :return ("void") :dlflags ("notlistable") :category ("display-list") :version
7886 ("1.0") :glxsingle ("103") :glsopcode ("0x0034") :wglflags ("batchable")
7887 :offset ("4")))
7888 (defglfun
7889 (("CallLists" call-lists) :args
7890 ((:name |n| :type |SizeI| :direction :in)
7891 (:name |type| :type |ListNameType| :direction :in)
7892 (:name |lists| :type |Void| :direction :in :array t :size (|n| |type|)))
7893 :return ("void") :category ("display-list") :glxflags
7894 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("2")
7895 :glsopcode ("0x0033") :offset ("3")))
7896 (defglfun
7897 (("CallList" call-list) :args ((:name |list| :type |List| :direction :in))
7898 :return ("void") :category ("display-list") :version ("1.0") :glxropcode
7899 ("1") :glsopcode ("0x0032") :offset ("2")))
7900 (defglfun
7901 (("EndList" end-list) :args nil :return ("void") :dlflags ("notlistable")
7902 :category ("display-list") :version ("1.0") :glxsingle ("102") :glsopcode
7903 ("0x0031") :wglflags ("batchable") :offset ("1")))
7904 (defglfun
7905 (("NewList" new-list) :args
7906 ((:name |list| :type |List| :direction :in)
7907 (:name |mode| :type |ListMode| :direction :in))
7908 :return ("void") :dlflags ("notlistable") :category ("display-list") :version
7909 ("1.0") :glxsingle ("101") :glsopcode ("0x0030") :wglflags ("batchable")
7910 :offset ("0")))
7912 ;;;; drawing
7914 (defglfun
7915 (("Vertex4sv" vertex-4sv) :args
7916 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
7917 ("void") :category ("drawing") :version ("1.0") :glxropcode ("76") :glsopcode
7918 ("0x007F") :offset ("149")))
7919 (defglfun
7920 (("Vertex4s" vertex-4s) :args
7921 ((:name |x| :type |CoordS| :direction :in)
7922 (:name |y| :type |CoordS| :direction :in)
7923 (:name |z| :type |CoordS| :direction :in)
7924 (:name |w| :type |CoordS| :direction :in))
7925 :return ("void") :category ("drawing") :vectorequiv ("Vertex4sv") :version
7926 ("1.0") :offset ("148")))
7927 (defglfun
7928 (("Vertex4iv" vertex-4iv) :args
7929 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
7930 ("void") :category ("drawing") :version ("1.0") :glxropcode ("75") :glsopcode
7931 ("0x007E") :offset ("147")))
7932 (defglfun
7933 (("Vertex4i" vertex-4i) :args
7934 ((:name |x| :type |CoordI| :direction :in)
7935 (:name |y| :type |CoordI| :direction :in)
7936 (:name |z| :type |CoordI| :direction :in)
7937 (:name |w| :type |CoordI| :direction :in))
7938 :return ("void") :category ("drawing") :vectorequiv ("Vertex4iv") :version
7939 ("1.0") :offset ("146")))
7940 (defglfun
7941 (("Vertex4fv" vertex-4fv) :args
7942 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
7943 ("void") :category ("drawing") :version ("1.0") :glxropcode ("74") :glsopcode
7944 ("0x007D") :offset ("145")))
7945 (defglfun
7946 (("Vertex4f" vertex-4f) :args
7947 ((:name |x| :type |CoordF| :direction :in)
7948 (:name |y| :type |CoordF| :direction :in)
7949 (:name |z| :type |CoordF| :direction :in)
7950 (:name |w| :type |CoordF| :direction :in))
7951 :return ("void") :category ("drawing") :vectorequiv ("Vertex4fv") :version
7952 ("1.0") :offset ("144")))
7953 (defglfun
7954 (("Vertex4dv" vertex-4dv) :args
7955 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
7956 ("void") :category ("drawing") :version ("1.0") :glxropcode ("73") :glsopcode
7957 ("0x007C") :offset ("143")))
7958 (defglfun
7959 (("Vertex4d" vertex-4d) :args
7960 ((:name |x| :type |CoordD| :direction :in)
7961 (:name |y| :type |CoordD| :direction :in)
7962 (:name |z| :type |CoordD| :direction :in)
7963 (:name |w| :type |CoordD| :direction :in))
7964 :return ("void") :category ("drawing") :vectorequiv ("Vertex4dv") :version
7965 ("1.0") :offset ("142")))
7966 (defglfun
7967 (("Vertex3sv" vertex-3sv) :args
7968 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
7969 ("void") :category ("drawing") :version ("1.0") :glxropcode ("72") :glsopcode
7970 ("0x007B") :offset ("141")))
7971 (defglfun
7972 (("Vertex3s" vertex-3s) :args
7973 ((:name |x| :type |CoordS| :direction :in)
7974 (:name |y| :type |CoordS| :direction :in)
7975 (:name |z| :type |CoordS| :direction :in))
7976 :return ("void") :category ("drawing") :vectorequiv ("Vertex3sv") :version
7977 ("1.0") :offset ("140")))
7978 (defglfun
7979 (("Vertex3iv" vertex-3iv) :args
7980 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
7981 ("void") :category ("drawing") :version ("1.0") :glxropcode ("71") :glsopcode
7982 ("0x007A") :offset ("139")))
7983 (defglfun
7984 (("Vertex3i" vertex-3i) :args
7985 ((:name |x| :type |CoordI| :direction :in)
7986 (:name |y| :type |CoordI| :direction :in)
7987 (:name |z| :type |CoordI| :direction :in))
7988 :return ("void") :category ("drawing") :vectorequiv ("Vertex3iv") :version
7989 ("1.0") :offset ("138")))
7990 (defglfun
7991 (("Vertex3fv" vertex-3fv) :args
7992 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
7993 ("void") :category ("drawing") :version ("1.0") :glxropcode ("70") :glsopcode
7994 ("0x0079") :offset ("137")))
7995 (defglfun
7996 (("Vertex3f" vertex-3f) :args
7997 ((:name |x| :type |CoordF| :direction :in)
7998 (:name |y| :type |CoordF| :direction :in)
7999 (:name |z| :type |CoordF| :direction :in))
8000 :return ("void") :category ("drawing") :vectorequiv ("Vertex3fv") :version
8001 ("1.0") :offset ("136")))
8002 (defglfun
8003 (("Vertex3dv" vertex-3dv) :args
8004 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8005 ("void") :category ("drawing") :version ("1.0") :glxropcode ("69") :glsopcode
8006 ("0x0078") :offset ("135")))
8007 (defglfun
8008 (("Vertex3d" vertex-3d) :args
8009 ((:name |x| :type |CoordD| :direction :in)
8010 (:name |y| :type |CoordD| :direction :in)
8011 (:name |z| :type |CoordD| :direction :in))
8012 :return ("void") :category ("drawing") :vectorequiv ("Vertex3dv") :version
8013 ("1.0") :offset ("134")))
8014 (defglfun
8015 (("Vertex2sv" vertex-2sv) :args
8016 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
8017 ("void") :category ("drawing") :version ("1.0") :glxropcode ("68") :glsopcode
8018 ("0x0077") :offset ("133")))
8019 (defglfun
8020 (("Vertex2s" vertex-2s) :args
8021 ((:name |x| :type |CoordS| :direction :in)
8022 (:name |y| :type |CoordS| :direction :in))
8023 :return ("void") :category ("drawing") :vectorequiv ("Vertex2sv") :version
8024 ("1.0") :offset ("132")))
8025 (defglfun
8026 (("Vertex2iv" vertex-2iv) :args
8027 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
8028 ("void") :category ("drawing") :version ("1.0") :glxropcode ("67") :glsopcode
8029 ("0x0076") :offset ("131")))
8030 (defglfun
8031 (("Vertex2i" vertex-2i) :args
8032 ((:name |x| :type |CoordI| :direction :in)
8033 (:name |y| :type |CoordI| :direction :in))
8034 :return ("void") :category ("drawing") :vectorequiv ("Vertex2iv") :version
8035 ("1.0") :offset ("130")))
8036 (defglfun
8037 (("Vertex2fv" vertex-2fv) :args
8038 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
8039 ("void") :category ("drawing") :version ("1.0") :glxropcode ("66") :glsopcode
8040 ("0x0075") :offset ("129")))
8041 (defglfun
8042 (("Vertex2f" vertex-2f) :args
8043 ((:name |x| :type |CoordF| :direction :in)
8044 (:name |y| :type |CoordF| :direction :in))
8045 :return ("void") :category ("drawing") :vectorequiv ("Vertex2fv") :version
8046 ("1.0") :offset ("128")))
8047 (defglfun
8048 (("Vertex2dv" vertex-2dv) :args
8049 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
8050 ("void") :category ("drawing") :version ("1.0") :glxropcode ("65") :glsopcode
8051 ("0x0074") :offset ("127")))
8052 (defglfun
8053 (("Vertex2d" vertex-2d) :args
8054 ((:name |x| :type |CoordD| :direction :in)
8055 (:name |y| :type |CoordD| :direction :in))
8056 :return ("void") :category ("drawing") :vectorequiv ("Vertex2dv") :version
8057 ("1.0") :offset ("126")))
8058 (defglfun
8059 (("TexCoord4sv" tex-coord-4sv) :args
8060 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
8061 ("void") :category ("drawing") :version ("1.0") :glxropcode ("64") :glsopcode
8062 ("0x0073") :offset ("125")))
8063 (defglfun
8064 (("TexCoord4s" tex-coord-4s) :args
8065 ((:name |s| :type |CoordS| :direction :in)
8066 (:name |t| :type |CoordS| :direction :in)
8067 (:name |r| :type |CoordS| :direction :in)
8068 (:name |q| :type |CoordS| :direction :in))
8069 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4sv") :version
8070 ("1.0") :offset ("124")))
8071 (defglfun
8072 (("TexCoord4iv" tex-coord-4iv) :args
8073 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
8074 ("void") :category ("drawing") :version ("1.0") :glxropcode ("63") :glsopcode
8075 ("0x0072") :offset ("123")))
8076 (defglfun
8077 (("TexCoord4i" tex-coord-4i) :args
8078 ((:name |s| :type |CoordI| :direction :in)
8079 (:name |t| :type |CoordI| :direction :in)
8080 (:name |r| :type |CoordI| :direction :in)
8081 (:name |q| :type |CoordI| :direction :in))
8082 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4iv") :version
8083 ("1.0") :offset ("122")))
8084 (defglfun
8085 (("TexCoord4fv" tex-coord-4fv) :args
8086 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
8087 ("void") :category ("drawing") :version ("1.0") :glxropcode ("62") :glsopcode
8088 ("0x0071") :offset ("121")))
8089 (defglfun
8090 (("TexCoord4f" tex-coord-4f) :args
8091 ((:name |s| :type |CoordF| :direction :in)
8092 (:name |t| :type |CoordF| :direction :in)
8093 (:name |r| :type |CoordF| :direction :in)
8094 (:name |q| :type |CoordF| :direction :in))
8095 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4fv") :version
8096 ("1.0") :offset ("120")))
8097 (defglfun
8098 (("TexCoord4dv" tex-coord-4dv) :args
8099 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
8100 ("void") :category ("drawing") :version ("1.0") :glxropcode ("61") :glsopcode
8101 ("0x0070") :offset ("119")))
8102 (defglfun
8103 (("TexCoord4d" tex-coord-4d) :args
8104 ((:name |s| :type |CoordD| :direction :in)
8105 (:name |t| :type |CoordD| :direction :in)
8106 (:name |r| :type |CoordD| :direction :in)
8107 (:name |q| :type |CoordD| :direction :in))
8108 :return ("void") :category ("drawing") :vectorequiv ("TexCoord4dv") :version
8109 ("1.0") :offset ("118")))
8110 (defglfun
8111 (("TexCoord3sv" tex-coord-3sv) :args
8112 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
8113 ("void") :category ("drawing") :version ("1.0") :glxropcode ("60") :glsopcode
8114 ("0x006F") :offset ("117")))
8115 (defglfun
8116 (("TexCoord3s" tex-coord-3s) :args
8117 ((:name |s| :type |CoordS| :direction :in)
8118 (:name |t| :type |CoordS| :direction :in)
8119 (:name |r| :type |CoordS| :direction :in))
8120 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3sv") :version
8121 ("1.0") :offset ("116")))
8122 (defglfun
8123 (("TexCoord3iv" tex-coord-3iv) :args
8124 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
8125 ("void") :category ("drawing") :version ("1.0") :glxropcode ("59") :glsopcode
8126 ("0x006E") :offset ("115")))
8127 (defglfun
8128 (("TexCoord3i" tex-coord-3i) :args
8129 ((:name |s| :type |CoordI| :direction :in)
8130 (:name |t| :type |CoordI| :direction :in)
8131 (:name |r| :type |CoordI| :direction :in))
8132 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3iv") :version
8133 ("1.0") :offset ("114")))
8134 (defglfun
8135 (("TexCoord3fv" tex-coord-3fv) :args
8136 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
8137 ("void") :category ("drawing") :version ("1.0") :glxropcode ("58") :glsopcode
8138 ("0x006D") :offset ("113")))
8139 (defglfun
8140 (("TexCoord3f" tex-coord-3f) :args
8141 ((:name |s| :type |CoordF| :direction :in)
8142 (:name |t| :type |CoordF| :direction :in)
8143 (:name |r| :type |CoordF| :direction :in))
8144 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3fv") :version
8145 ("1.0") :offset ("112")))
8146 (defglfun
8147 (("TexCoord3dv" tex-coord-3dv) :args
8148 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8149 ("void") :category ("drawing") :version ("1.0") :glxropcode ("57") :glsopcode
8150 ("0x006C") :offset ("111")))
8151 (defglfun
8152 (("TexCoord3d" tex-coord-3d) :args
8153 ((:name |s| :type |CoordD| :direction :in)
8154 (:name |t| :type |CoordD| :direction :in)
8155 (:name |r| :type |CoordD| :direction :in))
8156 :return ("void") :category ("drawing") :vectorequiv ("TexCoord3dv") :version
8157 ("1.0") :offset ("110")))
8158 (defglfun
8159 (("TexCoord2sv" tex-coord-2sv) :args
8160 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
8161 ("void") :category ("drawing") :version ("1.0") :glxropcode ("56") :glsopcode
8162 ("0x006B") :offset ("109")))
8163 (defglfun
8164 (("TexCoord2s" tex-coord-2s) :args
8165 ((:name |s| :type |CoordS| :direction :in)
8166 (:name |t| :type |CoordS| :direction :in))
8167 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2sv") :version
8168 ("1.0") :offset ("108")))
8169 (defglfun
8170 (("TexCoord2iv" tex-coord-2iv) :args
8171 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
8172 ("void") :category ("drawing") :version ("1.0") :glxropcode ("55") :glsopcode
8173 ("0x006A") :offset ("107")))
8174 (defglfun
8175 (("TexCoord2i" tex-coord-2i) :args
8176 ((:name |s| :type |CoordI| :direction :in)
8177 (:name |t| :type |CoordI| :direction :in))
8178 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2iv") :version
8179 ("1.0") :offset ("106")))
8180 (defglfun
8181 (("TexCoord2fv" tex-coord-2fv) :args
8182 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
8183 ("void") :category ("drawing") :version ("1.0") :glxropcode ("54") :glsopcode
8184 ("0x0069") :offset ("105")))
8185 (defglfun
8186 (("TexCoord2f" tex-coord-2f) :args
8187 ((:name |s| :type |CoordF| :direction :in)
8188 (:name |t| :type |CoordF| :direction :in))
8189 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2fv") :version
8190 ("1.0") :offset ("104")))
8191 (defglfun
8192 (("TexCoord2dv" tex-coord-2dv) :args
8193 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
8194 ("void") :category ("drawing") :version ("1.0") :glxropcode ("53") :glsopcode
8195 ("0x0068") :offset ("103")))
8196 (defglfun
8197 (("TexCoord2d" tex-coord-2d) :args
8198 ((:name |s| :type |CoordD| :direction :in)
8199 (:name |t| :type |CoordD| :direction :in))
8200 :return ("void") :category ("drawing") :vectorequiv ("TexCoord2dv") :version
8201 ("1.0") :offset ("102")))
8202 (defglfun
8203 (("TexCoord1sv" tex-coord-1sv) :args
8204 ((:name |v| :type |CoordS| :direction :in :array t :size #x1)) :return
8205 ("void") :category ("drawing") :version ("1.0") :glxropcode ("52") :glsopcode
8206 ("0x0067") :offset ("101")))
8207 (defglfun
8208 (("TexCoord1s" tex-coord-1s) :args ((:name |s| :type |CoordS| :direction :in))
8209 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1sv") :version
8210 ("1.0") :offset ("100")))
8211 (defglfun
8212 (("TexCoord1iv" tex-coord-1iv) :args
8213 ((:name |v| :type |CoordI| :direction :in :array t :size #x1)) :return
8214 ("void") :category ("drawing") :version ("1.0") :glxropcode ("51") :glsopcode
8215 ("0x0066") :offset ("99")))
8216 (defglfun
8217 (("TexCoord1i" tex-coord-1i) :args ((:name |s| :type |CoordI| :direction :in))
8218 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1iv") :version
8219 ("1.0") :offset ("98")))
8220 (defglfun
8221 (("TexCoord1fv" tex-coord-1fv) :args
8222 ((:name |v| :type |CoordF| :direction :in :array t :size #x1)) :return
8223 ("void") :category ("drawing") :version ("1.0") :glxropcode ("50") :glsopcode
8224 ("0x0065") :offset ("97")))
8225 (defglfun
8226 (("TexCoord1f" tex-coord-1f) :args ((:name |s| :type |CoordF| :direction :in))
8227 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1fv") :version
8228 ("1.0") :offset ("96")))
8229 (defglfun
8230 (("TexCoord1dv" tex-coord-1dv) :args
8231 ((:name |v| :type |CoordD| :direction :in :array t :size #x1)) :return
8232 ("void") :category ("drawing") :version ("1.0") :glxropcode ("49") :glsopcode
8233 ("0x0064") :offset ("95")))
8234 (defglfun
8235 (("TexCoord1d" tex-coord-1d) :args ((:name |s| :type |CoordD| :direction :in))
8236 :return ("void") :category ("drawing") :vectorequiv ("TexCoord1dv") :version
8237 ("1.0") :offset ("94")))
8238 (defglfun
8239 (("Rectsv" rect-sv) :args
8240 ((:name |v1| :type |CoordS| :direction :in :array t :size #x2)
8241 (:name |v2| :type |CoordS| :direction :in :array t :size #x2))
8242 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("48")
8243 :glsopcode ("0x0063") :offset ("93")))
8244 (defglfun
8245 (("Rects" rect-s) :args
8246 ((:name |x1| :type |CoordS| :direction :in)
8247 (:name |y1| :type |CoordS| :direction :in)
8248 (:name |x2| :type |CoordS| :direction :in)
8249 (:name |y2| :type |CoordS| :direction :in))
8250 :return ("void") :category ("drawing") :vectorequiv ("Rectsv") :version
8251 ("1.0") :offset ("92")))
8252 (defglfun
8253 (("Rectiv" rect-iv) :args
8254 ((:name |v1| :type |CoordI| :direction :in :array t :size #x2)
8255 (:name |v2| :type |CoordI| :direction :in :array t :size #x2))
8256 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("47")
8257 :glsopcode ("0x0062") :offset ("91")))
8258 (defglfun
8259 (("Recti" rect-i) :args
8260 ((:name |x1| :type |CoordI| :direction :in)
8261 (:name |y1| :type |CoordI| :direction :in)
8262 (:name |x2| :type |CoordI| :direction :in)
8263 (:name |y2| :type |CoordI| :direction :in))
8264 :return ("void") :category ("drawing") :vectorequiv ("Rectiv") :version
8265 ("1.0") :offset ("90")))
8266 (defglfun
8267 (("Rectfv" rect-fv) :args
8268 ((:name |v1| :type |CoordF| :direction :in :array t :size #x2)
8269 (:name |v2| :type |CoordF| :direction :in :array t :size #x2))
8270 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("46")
8271 :glsopcode ("0x0061") :offset ("89")))
8272 (defglfun
8273 (("Rectf" rect-f) :args
8274 ((:name |x1| :type |CoordF| :direction :in)
8275 (:name |y1| :type |CoordF| :direction :in)
8276 (:name |x2| :type |CoordF| :direction :in)
8277 (:name |y2| :type |CoordF| :direction :in))
8278 :return ("void") :category ("drawing") :vectorequiv ("Rectfv") :version
8279 ("1.0") :offset ("88")))
8280 (defglfun
8281 (("Rectdv" rect-dv) :args
8282 ((:name |v1| :type |CoordD| :direction :in :array t :size #x2)
8283 (:name |v2| :type |CoordD| :direction :in :array t :size #x2))
8284 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("45")
8285 :glsopcode ("0x0060") :offset ("87")))
8286 (defglfun
8287 (("Rectd" rect-d) :args
8288 ((:name |x1| :type |CoordD| :direction :in)
8289 (:name |y1| :type |CoordD| :direction :in)
8290 (:name |x2| :type |CoordD| :direction :in)
8291 (:name |y2| :type |CoordD| :direction :in))
8292 :return ("void") :category ("drawing") :vectorequiv ("Rectdv") :version
8293 ("1.0") :offset ("86")))
8294 (defglfun
8295 (("RasterPos4sv" raster-pos-4sv) :args
8296 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
8297 ("void") :category ("drawing") :version ("1.0") :glxropcode ("44") :glsopcode
8298 ("0x005F") :offset ("85")))
8299 (defglfun
8300 (("RasterPos4s" raster-pos-4s) :args
8301 ((:name |x| :type |CoordS| :direction :in)
8302 (:name |y| :type |CoordS| :direction :in)
8303 (:name |z| :type |CoordS| :direction :in)
8304 (:name |w| :type |CoordS| :direction :in))
8305 :return ("void") :category ("drawing") :vectorequiv ("RasterPos4sv") :version
8306 ("1.0") :offset ("84")))
8307 (defglfun
8308 (("RasterPos4iv" raster-pos-4iv) :args
8309 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
8310 ("void") :category ("drawing") :version ("1.0") :glxropcode ("43") :glsopcode
8311 ("0x005E") :offset ("83")))
8312 (defglfun
8313 (("RasterPos4i" raster-pos-4i) :args
8314 ((:name |x| :type |CoordI| :direction :in)
8315 (:name |y| :type |CoordI| :direction :in)
8316 (:name |z| :type |CoordI| :direction :in)
8317 (:name |w| :type |CoordI| :direction :in))
8318 :return ("void") :category ("drawing") :vectorequiv ("RasterPos4iv") :version
8319 ("1.0") :offset ("82")))
8320 (defglfun
8321 (("RasterPos4fv" raster-pos-4fv) :args
8322 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
8323 ("void") :category ("drawing") :version ("1.0") :glxropcode ("42") :glsopcode
8324 ("0x005D") :offset ("81")))
8325 (defglfun
8326 (("RasterPos4f" raster-pos-4f) :args
8327 ((:name |x| :type |CoordF| :direction :in)
8328 (:name |y| :type |CoordF| :direction :in)
8329 (:name |z| :type |CoordF| :direction :in)
8330 (:name |w| :type |CoordF| :direction :in))
8331 :return ("void") :category ("drawing") :vectorequiv ("RasterPos4fv") :version
8332 ("1.0") :offset ("80")))
8333 (defglfun
8334 (("RasterPos4dv" raster-pos-4dv) :args
8335 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
8336 ("void") :category ("drawing") :version ("1.0") :glxropcode ("41") :glsopcode
8337 ("0x005C") :offset ("79")))
8338 (defglfun
8339 (("RasterPos4d" raster-pos-4d) :args
8340 ((:name |x| :type |CoordD| :direction :in)
8341 (:name |y| :type |CoordD| :direction :in)
8342 (:name |z| :type |CoordD| :direction :in)
8343 (:name |w| :type |CoordD| :direction :in))
8344 :return ("void") :vectorequiv ("RasterPos4dv") :category ("drawing") :version
8345 ("1.0") :offset ("78")))
8346 (defglfun
8347 (("RasterPos3sv" raster-pos-3sv) :args
8348 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
8349 ("void") :category ("drawing") :version ("1.0") :glxropcode ("40") :glsopcode
8350 ("0x005B") :offset ("77")))
8351 (defglfun
8352 (("RasterPos3s" raster-pos-3s) :args
8353 ((:name |x| :type |CoordS| :direction :in)
8354 (:name |y| :type |CoordS| :direction :in)
8355 (:name |z| :type |CoordS| :direction :in))
8356 :return ("void") :category ("drawing") :vectorequiv ("RasterPos3sv") :version
8357 ("1.0") :offset ("76")))
8358 (defglfun
8359 (("RasterPos3iv" raster-pos-3iv) :args
8360 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
8361 ("void") :category ("drawing") :version ("1.0") :glxropcode ("39") :glsopcode
8362 ("0x005A") :offset ("75")))
8363 (defglfun
8364 (("RasterPos3i" raster-pos-3i) :args
8365 ((:name |x| :type |CoordI| :direction :in)
8366 (:name |y| :type |CoordI| :direction :in)
8367 (:name |z| :type |CoordI| :direction :in))
8368 :return ("void") :category ("drawing") :vectorequiv ("RasterPos3iv") :version
8369 ("1.0") :offset ("74")))
8370 (defglfun
8371 (("RasterPos3fv" raster-pos-3fv) :args
8372 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
8373 ("void") :category ("drawing") :version ("1.0") :glxropcode ("38") :glsopcode
8374 ("0x0059") :offset ("73")))
8375 (defglfun
8376 (("RasterPos3f" raster-pos-3f) :args
8377 ((:name |x| :type |CoordF| :direction :in)
8378 (:name |y| :type |CoordF| :direction :in)
8379 (:name |z| :type |CoordF| :direction :in))
8380 :return ("void") :category ("drawing") :vectorequiv ("RasterPos3fv") :version
8381 ("1.0") :offset ("72")))
8382 (defglfun
8383 (("RasterPos3dv" raster-pos-3dv) :args
8384 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8385 ("void") :category ("drawing") :version ("1.0") :glxropcode ("37") :glsopcode
8386 ("0x0058") :offset ("71")))
8387 (defglfun
8388 (("RasterPos3d" raster-pos-3d) :args
8389 ((:name |x| :type |CoordD| :direction :in)
8390 (:name |y| :type |CoordD| :direction :in)
8391 (:name |z| :type |CoordD| :direction :in))
8392 :return ("void") :vectorequiv ("RasterPos3dv") :category ("drawing") :version
8393 ("1.0") :offset ("70")))
8394 (defglfun
8395 (("RasterPos2sv" raster-pos-2sv) :args
8396 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
8397 ("void") :category ("drawing") :version ("1.0") :glxropcode ("36") :glsopcode
8398 ("0x0057") :offset ("69")))
8399 (defglfun
8400 (("RasterPos2s" raster-pos-2s) :args
8401 ((:name |x| :type |CoordS| :direction :in)
8402 (:name |y| :type |CoordS| :direction :in))
8403 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2sv") :version
8404 ("1.0") :offset ("68")))
8405 (defglfun
8406 (("RasterPos2iv" raster-pos-2iv) :args
8407 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
8408 ("void") :category ("drawing") :version ("1.0") :glxropcode ("35") :glsopcode
8409 ("0x0056") :offset ("67")))
8410 (defglfun
8411 (("RasterPos2i" raster-pos-2i) :args
8412 ((:name |x| :type |CoordI| :direction :in)
8413 (:name |y| :type |CoordI| :direction :in))
8414 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2iv") :version
8415 ("1.0") :offset ("66")))
8416 (defglfun
8417 (("RasterPos2fv" raster-pos-2fv) :args
8418 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
8419 ("void") :category ("drawing") :version ("1.0") :glxropcode ("34") :glsopcode
8420 ("0x0055") :offset ("65")))
8421 (defglfun
8422 (("RasterPos2f" raster-pos-2f) :args
8423 ((:name |x| :type |CoordF| :direction :in)
8424 (:name |y| :type |CoordF| :direction :in))
8425 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2fv") :version
8426 ("1.0") :offset ("64")))
8427 (defglfun
8428 (("RasterPos2dv" raster-pos-2dv) :args
8429 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
8430 ("void") :category ("drawing") :version ("1.0") :glxropcode ("33") :glsopcode
8431 ("0x0054") :offset ("63")))
8432 (defglfun
8433 (("RasterPos2d" raster-pos-2d) :args
8434 ((:name |x| :type |CoordD| :direction :in)
8435 (:name |y| :type |CoordD| :direction :in))
8436 :return ("void") :category ("drawing") :vectorequiv ("RasterPos2dv") :version
8437 ("1.0") :offset ("62")))
8438 (defglfun
8439 (("Normal3sv" normal-3sv) :args
8440 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :return
8441 ("void") :category ("drawing") :version ("1.0") :glxropcode ("32") :glsopcode
8442 ("0x0053") :offset ("61")))
8443 (defglfun
8444 (("Normal3s" normal-3s) :args
8445 ((:name |nx| :type |Int16| :direction :in)
8446 (:name |ny| :type |Int16| :direction :in)
8447 (:name |nz| :type |Int16| :direction :in))
8448 :return ("void") :category ("drawing") :vectorequiv ("Normal3sv") :version
8449 ("1.0") :offset ("60")))
8450 (defglfun
8451 (("Normal3iv" normal-3iv) :args
8452 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :return
8453 ("void") :category ("drawing") :version ("1.0") :glxropcode ("31") :glsopcode
8454 ("0x0052") :offset ("59")))
8455 (defglfun
8456 (("Normal3i" normal-3i) :args
8457 ((:name |nx| :type |Int32| :direction :in)
8458 (:name |ny| :type |Int32| :direction :in)
8459 (:name |nz| :type |Int32| :direction :in))
8460 :return ("void") :category ("drawing") :vectorequiv ("Normal3iv") :version
8461 ("1.0") :offset ("58")))
8462 (defglfun
8463 (("Normal3fv" normal-3fv) :args
8464 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
8465 ("void") :category ("drawing") :version ("1.0") :glxropcode ("30") :glsopcode
8466 ("0x0051") :offset ("57")))
8467 (defglfun
8468 (("Normal3f" normal-3f) :args
8469 ((:name |nx| :type |CoordF| :direction :in)
8470 (:name |ny| :type |CoordF| :direction :in)
8471 (:name |nz| :type |CoordF| :direction :in))
8472 :return ("void") :category ("drawing") :vectorequiv ("Normal3fv") :version
8473 ("1.0") :offset ("56")))
8474 (defglfun
8475 (("Normal3dv" normal-3dv) :args
8476 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
8477 ("void") :category ("drawing") :version ("1.0") :glxropcode ("29") :glsopcode
8478 ("0x0050") :offset ("55")))
8479 (defglfun
8480 (("Normal3d" normal-3d) :args
8481 ((:name |nx| :type |CoordD| :direction :in)
8482 (:name |ny| :type |CoordD| :direction :in)
8483 (:name |nz| :type |CoordD| :direction :in))
8484 :return ("void") :category ("drawing") :vectorequiv ("Normal3dv") :version
8485 ("1.0") :offset ("54")))
8486 (defglfun
8487 (("Normal3bv" normal-3bv) :args
8488 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :return ("void")
8489 :category ("drawing") :version ("1.0") :glxropcode ("28") :glsopcode
8490 ("0x004F") :offset ("53")))
8491 (defglfun
8492 (("Normal3b" normal-3b) :args
8493 ((:name |nx| :type |Int8| :direction :in)
8494 (:name |ny| :type |Int8| :direction :in)
8495 (:name |nz| :type |Int8| :direction :in))
8496 :return ("void") :category ("drawing") :vectorequiv ("Normal3bv") :version
8497 ("1.0") :offset ("52")))
8498 (defglfun
8499 (("Indexsv" index-sv) :args
8500 ((:name |c| :type |ColorIndexValueS| :direction :in :array t :size #x1))
8501 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("27")
8502 :glsopcode ("0x004E") :offset ("51")))
8503 (defglfun
8504 (("Indexs" index-s) :args
8505 ((:name |c| :type |ColorIndexValueS| :direction :in)) :return ("void")
8506 :category ("drawing") :vectorequiv ("Indexsv") :version ("1.0") :offset
8507 ("50")))
8508 (defglfun
8509 (("Indexiv" index-iv) :args
8510 ((:name |c| :type |ColorIndexValueI| :direction :in :array t :size #x1))
8511 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("26")
8512 :glsopcode ("0x004D") :offset ("49")))
8513 (defglfun
8514 (("Indexi" index-i) :args
8515 ((:name |c| :type |ColorIndexValueI| :direction :in)) :return ("void")
8516 :category ("drawing") :vectorequiv ("Indexiv") :version ("1.0") :offset
8517 ("48")))
8518 (defglfun
8519 (("Indexfv" index-fv) :args
8520 ((:name |c| :type |ColorIndexValueF| :direction :in :array t :size #x1))
8521 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("25")
8522 :glsopcode ("0x004C") :offset ("47")))
8523 (defglfun
8524 (("Indexf" index-f) :args
8525 ((:name |c| :type |ColorIndexValueF| :direction :in)) :return ("void")
8526 :category ("drawing") :vectorequiv ("Indexfv") :version ("1.0") :offset
8527 ("46")))
8528 (defglfun
8529 (("Indexdv" index-dv) :args
8530 ((:name |c| :type |ColorIndexValueD| :direction :in :array t :size #x1))
8531 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("24")
8532 :glsopcode ("0x004B") :offset ("45")))
8533 (defglfun
8534 (("Indexd" index-d) :args
8535 ((:name |c| :type |ColorIndexValueD| :direction :in)) :return ("void")
8536 :category ("drawing") :vectorequiv ("Indexdv") :version ("1.0") :offset
8537 ("44")))
8538 (defglfun
8539 (("End" end) :args nil :return ("void") :category ("drawing") :version ("1.0")
8540 :glxropcode ("23") :glsopcode ("0x004A") :offset ("43")))
8541 (defglfun
8542 (("EdgeFlagv" edge-flagv) :args
8543 ((:name |flag| :type |Boolean| :direction :in :array t :size #x1)) :return
8544 ("void") :category ("drawing") :version ("1.0") :glxropcode ("22") :glsopcode
8545 ("0x0049") :offset ("42")))
8546 (defglfun
8547 (("EdgeFlag" edge-flag) :args ((:name |flag| :type |Boolean| :direction :in))
8548 :return ("void") :category ("drawing") :vectorequiv ("EdgeFlagv") :version
8549 ("1.0") :offset ("41")))
8550 (defglfun
8551 (("Color4usv" color-4usv) :args
8552 ((:name |v| :type |ColorUS| :direction :in :array t :size #x4)) :return
8553 ("void") :category ("drawing") :version ("1.0") :glxropcode ("21") :glsopcode
8554 ("0x0048") :offset ("40")))
8555 (defglfun
8556 (("Color4us" color-4us) :args
8557 ((:name |red| :type |ColorUS| :direction :in)
8558 (:name |green| :type |ColorUS| :direction :in)
8559 (:name |blue| :type |ColorUS| :direction :in)
8560 (:name |alpha| :type |ColorUS| :direction :in))
8561 :return ("void") :category ("drawing") :vectorequiv ("Color4usv") :version
8562 ("1.0") :offset ("39")))
8563 (defglfun
8564 (("Color4uiv" color-4uiv) :args
8565 ((:name |v| :type |ColorUI| :direction :in :array t :size #x4)) :return
8566 ("void") :category ("drawing") :version ("1.0") :glxropcode ("20") :glsopcode
8567 ("0x0047") :offset ("38")))
8568 (defglfun
8569 (("Color4ui" color-4ui) :args
8570 ((:name |red| :type |ColorUI| :direction :in)
8571 (:name |green| :type |ColorUI| :direction :in)
8572 (:name |blue| :type |ColorUI| :direction :in)
8573 (:name |alpha| :type |ColorUI| :direction :in))
8574 :return ("void") :category ("drawing") :vectorequiv ("Color4uiv") :version
8575 ("1.0") :offset ("37")))
8576 (defglfun
8577 (("Color4ubv" color-4ubv) :args
8578 ((:name |v| :type |ColorUB| :direction :in :array t :size #x4)) :return
8579 ("void") :category ("drawing") :version ("1.0") :glxropcode ("19") :glsopcode
8580 ("0x0046") :offset ("36")))
8581 (defglfun
8582 (("Color4ub" color-4ub) :args
8583 ((:name |red| :type |ColorUB| :direction :in)
8584 (:name |green| :type |ColorUB| :direction :in)
8585 (:name |blue| :type |ColorUB| :direction :in)
8586 (:name |alpha| :type |ColorUB| :direction :in))
8587 :return ("void") :category ("drawing") :vectorequiv ("Color4ubv") :version
8588 ("1.0") :offset ("35")))
8589 (defglfun
8590 (("Color4sv" color-4sv) :args
8591 ((:name |v| :type |ColorS| :direction :in :array t :size #x4)) :return
8592 ("void") :category ("drawing") :version ("1.0") :glxropcode ("18") :glsopcode
8593 ("0x0045") :offset ("34")))
8594 (defglfun
8595 (("Color4s" color-4s) :args
8596 ((:name |red| :type |ColorS| :direction :in)
8597 (:name |green| :type |ColorS| :direction :in)
8598 (:name |blue| :type |ColorS| :direction :in)
8599 (:name |alpha| :type |ColorS| :direction :in))
8600 :return ("void") :category ("drawing") :vectorequiv ("Color4sv") :version
8601 ("1.0") :offset ("33")))
8602 (defglfun
8603 (("Color4iv" color-4iv) :args
8604 ((:name |v| :type |ColorI| :direction :in :array t :size #x4)) :return
8605 ("void") :category ("drawing") :version ("1.0") :glxropcode ("17") :glsopcode
8606 ("0x0044") :offset ("32")))
8607 (defglfun
8608 (("Color4i" color-4i) :args
8609 ((:name |red| :type |ColorI| :direction :in)
8610 (:name |green| :type |ColorI| :direction :in)
8611 (:name |blue| :type |ColorI| :direction :in)
8612 (:name |alpha| :type |ColorI| :direction :in))
8613 :return ("void") :category ("drawing") :vectorequiv ("Color4iv") :version
8614 ("1.0") :offset ("31")))
8615 (defglfun
8616 (("Color4fv" color-4fv) :args
8617 ((:name |v| :type |ColorF| :direction :in :array t :size #x4)) :return
8618 ("void") :category ("drawing") :version ("1.0") :glxropcode ("16") :glsopcode
8619 ("0x0043") :offset ("30")))
8620 (defglfun
8621 (("Color4f" color-4f) :args
8622 ((:name |red| :type |ColorF| :direction :in)
8623 (:name |green| :type |ColorF| :direction :in)
8624 (:name |blue| :type |ColorF| :direction :in)
8625 (:name |alpha| :type |ColorF| :direction :in))
8626 :return ("void") :category ("drawing") :vectorequiv ("Color4fv") :version
8627 ("1.0") :offset ("29")))
8628 (defglfun
8629 (("Color4dv" color-4dv) :args
8630 ((:name |v| :type |ColorD| :direction :in :array t :size #x4)) :return
8631 ("void") :category ("drawing") :version ("1.0") :glxropcode ("15") :glsopcode
8632 ("0x0042") :offset ("28")))
8633 (defglfun
8634 (("Color4d" color-4d) :args
8635 ((:name |red| :type |ColorD| :direction :in)
8636 (:name |green| :type |ColorD| :direction :in)
8637 (:name |blue| :type |ColorD| :direction :in)
8638 (:name |alpha| :type |ColorD| :direction :in))
8639 :return ("void") :category ("drawing") :vectorequiv ("Color4dv") :version
8640 ("1.0") :offset ("27")))
8641 (defglfun
8642 (("Color4bv" color-4bv) :args
8643 ((:name |v| :type |ColorB| :direction :in :array t :size #x4)) :return
8644 ("void") :category ("drawing") :version ("1.0") :glxropcode ("14") :glsopcode
8645 ("0x0041") :offset ("26")))
8646 (defglfun
8647 (("Color4b" color-4b) :args
8648 ((:name |red| :type |ColorB| :direction :in)
8649 (:name |green| :type |ColorB| :direction :in)
8650 (:name |blue| :type |ColorB| :direction :in)
8651 (:name |alpha| :type |ColorB| :direction :in))
8652 :return ("void") :category ("drawing") :vectorequiv ("Color4bv") :version
8653 ("1.0") :offset ("25")))
8654 (defglfun
8655 (("Color3usv" color-3usv) :args
8656 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :return
8657 ("void") :category ("drawing") :version ("1.0") :glxropcode ("13") :glsopcode
8658 ("0x0040") :offset ("24")))
8659 (defglfun
8660 (("Color3us" color-3us) :args
8661 ((:name |red| :type |ColorUS| :direction :in)
8662 (:name |green| :type |ColorUS| :direction :in)
8663 (:name |blue| :type |ColorUS| :direction :in))
8664 :return ("void") :category ("drawing") :vectorequiv ("Color3usv") :version
8665 ("1.0") :offset ("23")))
8666 (defglfun
8667 (("Color3uiv" color-3uiv) :args
8668 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :return
8669 ("void") :category ("drawing") :version ("1.0") :glxropcode ("12") :glsopcode
8670 ("0x003F") :offset ("22")))
8671 (defglfun
8672 (("Color3ui" color-3ui) :args
8673 ((:name |red| :type |ColorUI| :direction :in)
8674 (:name |green| :type |ColorUI| :direction :in)
8675 (:name |blue| :type |ColorUI| :direction :in))
8676 :return ("void") :category ("drawing") :vectorequiv ("Color3uiv") :version
8677 ("1.0") :offset ("21")))
8678 (defglfun
8679 (("Color3ubv" color-3ubv) :args
8680 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :return
8681 ("void") :category ("drawing") :version ("1.0") :glxropcode ("11") :glsopcode
8682 ("0x003E") :offset ("20")))
8683 (defglfun
8684 (("Color3ub" color-3ub) :args
8685 ((:name |red| :type |ColorUB| :direction :in)
8686 (:name |green| :type |ColorUB| :direction :in)
8687 (:name |blue| :type |ColorUB| :direction :in))
8688 :return ("void") :category ("drawing") :vectorequiv ("Color3ubv") :version
8689 ("1.0") :offset ("19")))
8690 (defglfun
8691 (("Color3sv" color-3sv) :args
8692 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :return
8693 ("void") :category ("drawing") :version ("1.0") :glxropcode ("10") :glsopcode
8694 ("0x003D") :offset ("18")))
8695 (defglfun
8696 (("Color3s" color-3s) :args
8697 ((:name |red| :type |ColorS| :direction :in)
8698 (:name |green| :type |ColorS| :direction :in)
8699 (:name |blue| :type |ColorS| :direction :in))
8700 :return ("void") :category ("drawing") :vectorequiv ("Color3sv") :version
8701 ("1.0") :offset ("17")))
8702 (defglfun
8703 (("Color3iv" color-3iv) :args
8704 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :return
8705 ("void") :category ("drawing") :version ("1.0") :glxropcode ("9") :glsopcode
8706 ("0x003C") :offset ("16")))
8707 (defglfun
8708 (("Color3i" color-3i) :args
8709 ((:name |red| :type |ColorI| :direction :in)
8710 (:name |green| :type |ColorI| :direction :in)
8711 (:name |blue| :type |ColorI| :direction :in))
8712 :return ("void") :category ("drawing") :vectorequiv ("Color3iv") :version
8713 ("1.0") :offset ("15")))
8714 (defglfun
8715 (("Color3fv" color-3fv) :args
8716 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :return
8717 ("void") :category ("drawing") :version ("1.0") :glxropcode ("8") :glsopcode
8718 ("0x003B") :offset ("14")))
8719 (defglfun
8720 (("Color3f" color-3f) :args
8721 ((:name |red| :type |ColorF| :direction :in)
8722 (:name |green| :type |ColorF| :direction :in)
8723 (:name |blue| :type |ColorF| :direction :in))
8724 :return ("void") :category ("drawing") :vectorequiv ("Color3fv") :version
8725 ("1.0") :offset ("13")))
8726 (defglfun
8727 (("Color3dv" color-3dv) :args
8728 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :return
8729 ("void") :category ("drawing") :version ("1.0") :glxropcode ("7") :glsopcode
8730 ("0x003A") :offset ("12")))
8731 (defglfun
8732 (("Color3d" color-3d) :args
8733 ((:name |red| :type |ColorD| :direction :in)
8734 (:name |green| :type |ColorD| :direction :in)
8735 (:name |blue| :type |ColorD| :direction :in))
8736 :return ("void") :category ("drawing") :vectorequiv ("Color3dv") :version
8737 ("1.0") :offset ("11")))
8738 (defglfun
8739 (("Color3bv" color-3bv) :args
8740 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :return
8741 ("void") :category ("drawing") :version ("1.0") :glxropcode ("6") :glsopcode
8742 ("0x0039") :offset ("10")))
8743 (defglfun
8744 (("Color3b" color-3b) :args
8745 ((:name |red| :type |ColorB| :direction :in)
8746 (:name |green| :type |ColorB| :direction :in)
8747 (:name |blue| :type |ColorB| :direction :in))
8748 :return ("void") :category ("drawing") :vectorequiv ("Color3bv") :version
8749 ("1.0") :offset ("9")))
8750 (defglfun
8751 (("Bitmap" bitmap) :args
8752 ((:name |width| :type |SizeI| :direction :in)
8753 (:name |height| :type |SizeI| :direction :in)
8754 (:name |xorig| :type |CoordF| :direction :in)
8755 (:name |yorig| :type |CoordF| :direction :in)
8756 (:name |xmove| :type |CoordF| :direction :in)
8757 (:name |ymove| :type |CoordF| :direction :in)
8758 (:name |bitmap| :type |UInt8| :direction :in :array t :size
8759 (|width| |height|)))
8760 :return ("void") :category ("drawing") :dlflags ("handcode") :glxflags
8761 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("5")
8762 :glsflags ("pixel-unpack") :glsopcode ("0x0038") :wglflags
8763 ("client-handcode" "server-handcode") :offset ("8")))
8764 (defglfun
8765 (("Begin" begin) :args ((:name |mode| :type |BeginMode| :direction :in))
8766 :return ("void") :category ("drawing") :version ("1.0") :glxropcode ("4")
8767 :glsopcode ("0x0037") :offset ("7")))
8769 ;;;; drawing-control
8771 (defglfun
8772 (("TexGeniv" tex-gen-iv) :args
8773 ((:name |coord| :type |TextureCoordName| :direction :in)
8774 (:name |pname| :type |TextureGenParameter| :direction :in)
8775 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8776 (|pname|)))
8777 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8778 ("120") :glsflags ("gl-enum") :glsopcode ("0x00AB") :wglflags ("small-data")
8779 :offset ("193")))
8780 (defglfun
8781 (("TexGeni" tex-gen-i) :args
8782 ((:name |coord| :type |TextureCoordName| :direction :in)
8783 (:name |pname| :type |TextureGenParameter| :direction :in)
8784 (:name |param| :type |CheckedInt32| :direction :in))
8785 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8786 ("119") :glsflags ("gl-enum") :glsopcode ("0x00AA") :wglflags ("small-data")
8787 :offset ("192")))
8788 (defglfun
8789 (("TexGenfv" tex-gen-fv) :args
8790 ((:name |coord| :type |TextureCoordName| :direction :in)
8791 (:name |pname| :type |TextureGenParameter| :direction :in)
8792 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8793 (|pname|)))
8794 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8795 ("118") :glsflags ("gl-enum") :glsopcode ("0x00A9") :wglflags ("small-data")
8796 :offset ("191")))
8797 (defglfun
8798 (("TexGenf" tex-gen-f) :args
8799 ((:name |coord| :type |TextureCoordName| :direction :in)
8800 (:name |pname| :type |TextureGenParameter| :direction :in)
8801 (:name |param| :type |CheckedFloat32| :direction :in))
8802 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8803 ("117") :glsflags ("gl-enum") :glsopcode ("0x00A8") :wglflags ("small-data")
8804 :offset ("190")))
8805 (defglfun
8806 (("TexGendv" tex-gen-dv) :args
8807 ((:name |coord| :type |TextureCoordName| :direction :in)
8808 (:name |pname| :type |TextureGenParameter| :direction :in)
8809 (:name |params| :type |Float64| :direction :in :array t :size (|pname|)))
8810 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8811 ("116") :glsflags ("gl-enum") :glsopcode ("0x00A7") :wglflags ("small-data")
8812 :offset ("189")))
8813 (defglfun
8814 (("TexGend" tex-gen-d) :args
8815 ((:name |coord| :type |TextureCoordName| :direction :in)
8816 (:name |pname| :type |TextureGenParameter| :direction :in)
8817 (:name |param| :type |Float64| :direction :in))
8818 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8819 ("115") :glsflags ("gl-enum") :glsopcode ("0x00A6") :wglflags ("small-data")
8820 :offset ("188")))
8821 (defglfun
8822 (("TexEnviv" tex-env-iv) :args
8823 ((:name |target| :type |TextureEnvTarget| :direction :in)
8824 (:name |pname| :type |TextureEnvParameter| :direction :in)
8825 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8826 (|pname|)))
8827 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8828 ("114") :glsflags ("gl-enum") :glsopcode ("0x00A5") :wglflags ("small-data")
8829 :offset ("187")))
8830 (defglfun
8831 (("TexEnvi" tex-env-i) :args
8832 ((:name |target| :type |TextureEnvTarget| :direction :in)
8833 (:name |pname| :type |TextureEnvParameter| :direction :in)
8834 (:name |param| :type |CheckedInt32| :direction :in))
8835 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8836 ("113") :glsflags ("gl-enum") :glsopcode ("0x00A4") :wglflags ("small-data")
8837 :offset ("186")))
8838 (defglfun
8839 (("TexEnvfv" tex-env-fv) :args
8840 ((:name |target| :type |TextureEnvTarget| :direction :in)
8841 (:name |pname| :type |TextureEnvParameter| :direction :in)
8842 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8843 (|pname|)))
8844 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8845 ("112") :glsflags ("gl-enum") :glsopcode ("0x00A3") :wglflags ("small-data")
8846 :offset ("185")))
8847 (defglfun
8848 (("TexEnvf" tex-env-f) :args
8849 ((:name |target| :type |TextureEnvTarget| :direction :in)
8850 (:name |pname| :type |TextureEnvParameter| :direction :in)
8851 (:name |param| :type |CheckedFloat32| :direction :in))
8852 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8853 ("111") :glsflags ("gl-enum") :glsopcode ("0x00A2") :wglflags ("small-data")
8854 :offset ("184")))
8855 (defglfun
8856 (("TexImage2D" tex-image-2d) :args
8857 ((:name |target| :type |TextureTarget| :direction :in)
8858 (:name |level| :type |CheckedInt32| :direction :in)
8859 (:name |internalformat| :type |TextureComponentCount| :direction :in)
8860 (:name |width| :type |SizeI| :direction :in)
8861 (:name |height| :type |SizeI| :direction :in)
8862 (:name |border| :type |CheckedInt32| :direction :in)
8863 (:name |format| :type |PixelFormat| :direction :in)
8864 (:name |type| :type |PixelType| :direction :in)
8865 (:name |pixels| :type |Void| :direction :in :array t :size
8866 (|format| |type| |width| |height|)))
8867 :return ("void") :category ("drawing-control") :dlflags ("handcode")
8868 :glxflags ("client-handcode" "server-handcode") :version ("1.0") :glxropcode
8869 ("110") :glsflags ("pixel-null" "pixel-unpack") :glsopcode ("0x00A1")
8870 :wglflags ("client-handcode" "server-handcode") :offset ("183")))
8871 (defglfun
8872 (("TexImage1D" tex-image-1d) :args
8873 ((:name |target| :type |TextureTarget| :direction :in)
8874 (:name |level| :type |CheckedInt32| :direction :in)
8875 (:name |internalformat| :type |TextureComponentCount| :direction :in)
8876 (:name |width| :type |SizeI| :direction :in)
8877 (:name |border| :type |CheckedInt32| :direction :in)
8878 (:name |format| :type |PixelFormat| :direction :in)
8879 (:name |type| :type |PixelType| :direction :in)
8880 (:name |pixels| :type |Void| :direction :in :array t :size
8881 (|format| |type| |width|)))
8882 :return ("void") :category ("drawing-control") :dlflags ("handcode")
8883 :glxflags ("client-handcode" "server-handcode") :version ("1.0") :glxropcode
8884 ("109") :glsflags ("pixel-null" "pixel-unpack") :glsopcode ("0x00A0")
8885 :wglflags ("client-handcode" "server-handcode") :offset ("182")))
8886 (defglfun
8887 (("TexParameteriv" tex-parameter-iv) :args
8888 ((:name |target| :type |TextureTarget| :direction :in)
8889 (:name |pname| :type |TextureParameterName| :direction :in)
8890 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8891 (|pname|)))
8892 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8893 ("108") :glsflags ("gl-enum") :glsopcode ("0x009F") :wglflags ("small-data")
8894 :offset ("181")))
8895 (defglfun
8896 (("TexParameteri" tex-parameter-i) :args
8897 ((:name |target| :type |TextureTarget| :direction :in)
8898 (:name |pname| :type |TextureParameterName| :direction :in)
8899 (:name |param| :type |CheckedInt32| :direction :in))
8900 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8901 ("107") :glsflags ("gl-enum") :glsopcode ("0x009E") :wglflags ("small-data")
8902 :offset ("180")))
8903 (defglfun
8904 (("TexParameterfv" tex-parameter-fv) :args
8905 ((:name |target| :type |TextureTarget| :direction :in)
8906 (:name |pname| :type |TextureParameterName| :direction :in)
8907 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8908 (|pname|)))
8909 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8910 ("106") :glsflags ("gl-enum") :glsopcode ("0x009D") :wglflags ("small-data")
8911 :offset ("179")))
8912 (defglfun
8913 (("TexParameterf" tex-parameter-f) :args
8914 ((:name |target| :type |TextureTarget| :direction :in)
8915 (:name |pname| :type |TextureParameterName| :direction :in)
8916 (:name |param| :type |CheckedFloat32| :direction :in))
8917 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8918 ("105") :glsflags ("gl-enum") :glsopcode ("0x009C") :wglflags ("small-data")
8919 :offset ("178")))
8920 (defglfun
8921 (("ShadeModel" shade-model) :args
8922 ((:name |mode| :type |ShadingModel| :direction :in)) :return ("void")
8923 :category ("drawing-control") :version ("1.0") :glxropcode ("104") :glsopcode
8924 ("0x009B") :offset ("177")))
8925 (defglfun
8926 (("Scissor" scissor) :args
8927 ((:name |x| :type |WinCoord| :direction :in)
8928 (:name |y| :type |WinCoord| :direction :in)
8929 (:name |width| :type |SizeI| :direction :in)
8930 (:name |height| :type |SizeI| :direction :in))
8931 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8932 ("103") :glsopcode ("0x009A") :offset ("176")))
8933 (defglfun
8934 (("PolygonStipple" polygon-stipple) :args
8935 ((:name |mask| :type |UInt8| :direction :in :array t)) :return ("void")
8936 :category ("drawing-control") :dlflags ("handcode") :glxflags
8937 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("102")
8938 :glsflags ("pixel-unpack") :glsopcode ("0x0099") :wglflags
8939 ("client-handcode" "server-handcode") :offset ("175")))
8940 (defglfun
8941 (("PolygonMode" polygon-mode) :args
8942 ((:name |face| :type |MaterialFace| :direction :in)
8943 (:name |mode| :type |PolygonMode| :direction :in))
8944 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8945 ("101") :glsopcode ("0x0098") :offset ("174")))
8946 (defglfun
8947 (("PointSize" point-size) :args
8948 ((:name |size| :type |CheckedFloat32| :direction :in)) :return ("void")
8949 :category ("drawing-control") :version ("1.0") :glxropcode ("100") :glsopcode
8950 ("0x0097") :offset ("173")))
8951 (defglfun
8952 (("Materialiv" material-iv) :args
8953 ((:name |face| :type |MaterialFace| :direction :in)
8954 (:name |pname| :type |MaterialParameter| :direction :in)
8955 (:name |params| :type |CheckedInt32| :direction :in :array t :size
8956 (|pname|)))
8957 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8958 ("99") :glsopcode ("0x0096") :wglflags ("small-data") :offset ("172")))
8959 (defglfun
8960 (("Materiali" material-i) :args
8961 ((:name |face| :type |MaterialFace| :direction :in)
8962 (:name |pname| :type |MaterialParameter| :direction :in)
8963 (:name |param| :type |CheckedInt32| :direction :in))
8964 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8965 ("98") :glsopcode ("0x0095") :wglflags ("small-data") :offset ("171")))
8966 (defglfun
8967 (("Materialfv" material-fv) :args
8968 ((:name |face| :type |MaterialFace| :direction :in)
8969 (:name |pname| :type |MaterialParameter| :direction :in)
8970 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
8971 (|pname|)))
8972 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8973 ("97") :glsopcode ("0x0094") :wglflags ("small-data") :offset ("170")))
8974 (defglfun
8975 (("Materialf" material-f) :args
8976 ((:name |face| :type |MaterialFace| :direction :in)
8977 (:name |pname| :type |MaterialParameter| :direction :in)
8978 (:name |param| :type |CheckedFloat32| :direction :in))
8979 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8980 ("96") :glsopcode ("0x0093") :wglflags ("small-data") :offset ("169")))
8981 (defglfun
8982 (("LineWidth" line-width) :args
8983 ((:name |width| :type |CheckedFloat32| :direction :in)) :return ("void")
8984 :category ("drawing-control") :version ("1.0") :glxropcode ("95") :glsopcode
8985 ("0x0092") :offset ("168")))
8986 (defglfun
8987 (("LineStipple" line-stipple) :args
8988 ((:name |factor| :type |CheckedInt32| :direction :in)
8989 (:name |pattern| :type |LineStipple| :direction :in))
8990 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8991 ("94") :glsopcode ("0x0091") :offset ("167")))
8992 (defglfun
8993 (("LightModeliv" light-model-iv) :args
8994 ((:name |pname| :type |LightModelParameter| :direction :in)
8995 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
8996 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
8997 ("93") :glsflags ("gl-enum") :glsopcode ("0x0090") :wglflags ("small-data")
8998 :offset ("166")))
8999 (defglfun
9000 (("LightModeli" light-model-i) :args
9001 ((:name |pname| :type |LightModelParameter| :direction :in)
9002 (:name |param| :type |Int32| :direction :in))
9003 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9004 ("92") :glsflags ("gl-enum") :glsopcode ("0x008F") :wglflags ("small-data")
9005 :offset ("165")))
9006 (defglfun
9007 (("LightModelfv" light-model-fv) :args
9008 ((:name |pname| :type |LightModelParameter| :direction :in)
9009 (:name |params| :type |Float32| :direction :in :array t :size (|pname|)))
9010 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9011 ("91") :glsflags ("gl-enum") :glsopcode ("0x008E") :wglflags ("small-data")
9012 :offset ("164")))
9013 (defglfun
9014 (("LightModelf" light-model-f) :args
9015 ((:name |pname| :type |LightModelParameter| :direction :in)
9016 (:name |param| :type |Float32| :direction :in))
9017 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9018 ("90") :glsflags ("gl-enum") :glsopcode ("0x008D") :wglflags ("small-data")
9019 :offset ("163")))
9020 (defglfun
9021 (("Lightiv" light-iv) :args
9022 ((:name |light| :type |LightName| :direction :in)
9023 (:name |pname| :type |LightParameter| :direction :in)
9024 (:name |params| :type |CheckedInt32| :direction :in :array t :size
9025 (|pname|)))
9026 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9027 ("89") :glsopcode ("0x008C") :wglflags ("small-data") :offset ("162")))
9028 (defglfun
9029 (("Lighti" light-i) :args
9030 ((:name |light| :type |LightName| :direction :in)
9031 (:name |pname| :type |LightParameter| :direction :in)
9032 (:name |param| :type |CheckedInt32| :direction :in))
9033 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9034 ("88") :glsopcode ("0x008B") :wglflags ("small-data") :offset ("161")))
9035 (defglfun
9036 (("Lightfv" light-fv) :args
9037 ((:name |light| :type |LightName| :direction :in)
9038 (:name |pname| :type |LightParameter| :direction :in)
9039 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
9040 (|pname|)))
9041 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9042 ("87") :glsopcode ("0x008A") :wglflags ("small-data") :offset ("160")))
9043 (defglfun
9044 (("Lightf" light-f) :args
9045 ((:name |light| :type |LightName| :direction :in)
9046 (:name |pname| :type |LightParameter| :direction :in)
9047 (:name |param| :type |CheckedFloat32| :direction :in))
9048 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9049 ("86") :glsopcode ("0x0089") :wglflags ("small-data") :offset ("159")))
9050 (defglfun
9051 (("Hint" hint) :args
9052 ((:name |target| :type |HintTarget| :direction :in)
9053 (:name |mode| :type |HintMode| :direction :in))
9054 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9055 ("85") :glsopcode ("0x0088") :offset ("158")))
9056 (defglfun
9057 (("FrontFace" front-face) :args
9058 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :return ("void")
9059 :category ("drawing-control") :version ("1.0") :glxropcode ("84") :glsopcode
9060 ("0x0087") :offset ("157")))
9061 (defglfun
9062 (("Fogiv" fog-iv) :args
9063 ((:name |pname| :type |FogParameter| :direction :in)
9064 (:name |params| :type |CheckedInt32| :direction :in :array t :size
9065 (|pname|)))
9066 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9067 ("83") :glsflags ("gl-enum") :glsopcode ("0x0086") :wglflags ("small-data")
9068 :offset ("156")))
9069 (defglfun
9070 (("Fogi" fog-i) :args
9071 ((:name |pname| :type |FogParameter| :direction :in)
9072 (:name |param| :type |CheckedInt32| :direction :in))
9073 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9074 ("82") :glsflags ("gl-enum") :glsopcode ("0x0085") :wglflags ("small-data")
9075 :offset ("155")))
9076 (defglfun
9077 (("Fogfv" fog-fv) :args
9078 ((:name |pname| :type |FogParameter| :direction :in)
9079 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
9080 (|pname|)))
9081 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9082 ("81") :glsflags ("gl-enum") :glsopcode ("0x0084") :wglflags ("small-data")
9083 :offset ("154")))
9084 (defglfun
9085 (("Fogf" fog-f) :args
9086 ((:name |pname| :type |FogParameter| :direction :in)
9087 (:name |param| :type |CheckedFloat32| :direction :in))
9088 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9089 ("80") :glsflags ("gl-enum") :glsopcode ("0x0083") :wglflags ("small-data")
9090 :offset ("153")))
9091 (defglfun
9092 (("CullFace" cull-face) :args
9093 ((:name |mode| :type |CullFaceMode| :direction :in)) :return ("void")
9094 :category ("drawing-control") :version ("1.0") :glxropcode ("79") :glsopcode
9095 ("0x0082") :offset ("152")))
9096 (defglfun
9097 (("ColorMaterial" color-material) :args
9098 ((:name |face| :type |MaterialFace| :direction :in)
9099 (:name |mode| :type |ColorMaterialParameter| :direction :in))
9100 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9101 ("78") :glsopcode ("0x0081") :offset ("151")))
9102 (defglfun
9103 (("ClipPlane" clip-plane) :args
9104 ((:name |plane| :type |ClipPlaneName| :direction :in)
9105 (:name |equation| :type |Float64| :direction :in :array t :size #x4))
9106 :return ("void") :category ("drawing-control") :version ("1.0") :glxropcode
9107 ("77") :glsopcode ("0x0080") :offset ("150")))
9109 ;;;; feedback
9111 (defglfun
9112 (("PushName" push-name) :args
9113 ((:name |name| :type |SelectName| :direction :in)) :return ("void") :category
9114 ("feedback") :version ("1.0") :glxropcode ("125") :glsopcode ("0x00B3")
9115 :offset ("201")))
9116 (defglfun
9117 (("PopName" pop-name) :args nil :return ("void") :category ("feedback")
9118 :version ("1.0") :glxropcode ("124") :glsopcode ("0x00B2") :offset ("200")))
9119 (defglfun
9120 (("PassThrough" pass-through) :args
9121 ((:name |token| :type |FeedbackElement| :direction :in)) :return ("void")
9122 :category ("feedback") :version ("1.0") :glxropcode ("123") :glsopcode
9123 ("0x00B1") :offset ("199")))
9124 (defglfun
9125 (("LoadName" load-name) :args
9126 ((:name |name| :type |SelectName| :direction :in)) :return ("void") :category
9127 ("feedback") :version ("1.0") :glxropcode ("122") :glsopcode ("0x00B0")
9128 :offset ("198")))
9129 (defglfun
9130 (("InitNames" init-names) :args nil :return ("void") :category ("feedback")
9131 :version ("1.0") :glxropcode ("121") :glsopcode ("0x00AF") :offset ("197")))
9132 (defglfun
9133 (("RenderMode" render-mode) :args
9134 ((:name |mode| :type |RenderingMode| :direction :in)) :return ("Int32")
9135 :category ("feedback") :dlflags ("notlistable") :glxflags
9136 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("107")
9137 :glsopcode ("0x00AE") :wglflags ("client-handcode" "server-handcode") :offset
9138 ("196")))
9139 (defglfun
9140 (("SelectBuffer" select-buffer) :args
9141 ((:name |size| :type |SizeI| :direction :in)
9142 (:name |buffer| :type |SelectName| :direction :out :array t :size size
9143 :retained t))
9144 :return ("void") :dlflags ("notlistable") :glxflags
9145 ("client-handcode" "server-handcode") :category ("feedback") :version ("1.0")
9146 :glxsingle ("106") :glsflags ("client") :glsopcode ("0x00AD") :wglflags
9147 ("client-handcode" "server-handcode" "batchable") :offset ("195")))
9148 (defglfun
9149 (("FeedbackBuffer" feedback-buffer) :args
9150 ((:name |size| :type |SizeI| :direction :in)
9151 (:name |type| :type |FeedbackType| :direction :in)
9152 (:name |buffer| :type |FeedbackElement| :direction :out :array t :size size
9153 :retained t))
9154 :return ("void") :dlflags ("notlistable") :glxflags
9155 ("client-handcode" "server-handcode") :category ("feedback") :version ("1.0")
9156 :glxsingle ("105") :glsflags ("client") :glsopcode ("0x00AC") :wglflags
9157 ("client-handcode" "server-handcode" "batchable") :offset ("194")))
9159 ;;;; framebuf
9161 (defglfun
9162 (("IndexMask" index-mask) :args
9163 ((:name |mask| :type |MaskedColorIndexValueI| :direction :in)) :return
9164 ("void") :category ("framebuf") :version ("1.0") :glxropcode ("136")
9165 :glsopcode ("0x00BE") :offset ("212")))
9166 (defglfun
9167 (("DepthMask" depth-mask) :args
9168 ((:name |flag| :type |Boolean| :direction :in)) :return ("void") :category
9169 ("framebuf") :version ("1.0") :glxropcode ("135") :glsopcode ("0x00BD")
9170 :offset ("211")))
9171 (defglfun
9172 (("ColorMask" color-mask) :args
9173 ((:name |red| :type |Boolean| :direction :in)
9174 (:name |green| :type |Boolean| :direction :in)
9175 (:name |blue| :type |Boolean| :direction :in)
9176 (:name |alpha| :type |Boolean| :direction :in))
9177 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("134")
9178 :glsopcode ("0x00BC") :offset ("210")))
9179 (defglfun
9180 (("StencilMask" stencil-mask) :args
9181 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :return ("void")
9182 :category ("framebuf") :version ("1.0") :glxropcode ("133") :glsopcode
9183 ("0x00BB") :offset ("209")))
9184 (defglfun
9185 (("ClearDepth" clear-depth) :args
9186 ((:name |depth| :type |ClampedFloat64| :direction :in)) :return ("void")
9187 :category ("framebuf") :version ("1.0") :glxropcode ("132") :glsopcode
9188 ("0x00BA") :offset ("208")))
9189 (defglfun
9190 (("ClearStencil" clear-stencil) :args
9191 ((:name |s| :type |StencilValue| :direction :in)) :return ("void") :category
9192 ("framebuf") :version ("1.0") :glxropcode ("131") :glsopcode ("0x00B9")
9193 :offset ("207")))
9194 (defglfun
9195 (("ClearColor" clear-color) :args
9196 ((:name |red| :type |ClampedColorF| :direction :in)
9197 (:name |green| :type |ClampedColorF| :direction :in)
9198 (:name |blue| :type |ClampedColorF| :direction :in)
9199 (:name |alpha| :type |ClampedColorF| :direction :in))
9200 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("130")
9201 :glsopcode ("0x00B8") :offset ("206")))
9202 (defglfun
9203 (("ClearIndex" clear-index) :args
9204 ((:name |c| :type |MaskedColorIndexValueF| :direction :in)) :return ("void")
9205 :category ("framebuf") :version ("1.0") :glxropcode ("129") :glsopcode
9206 ("0x00B7") :offset ("205")))
9207 (defglfun
9208 (("ClearAccum" clear-accum) :args
9209 ((:name |red| :type |Float32| :direction :in)
9210 (:name |green| :type |Float32| :direction :in)
9211 (:name |blue| :type |Float32| :direction :in)
9212 (:name |alpha| :type |Float32| :direction :in))
9213 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("128")
9214 :glsopcode ("0x00B6") :offset ("204")))
9215 (defglfun
9216 (("Clear" clear) :args ((:name |mask| :type |ClearBufferMask| :direction :in))
9217 :return ("void") :category ("framebuf") :version ("1.0") :glxropcode ("127")
9218 :glsopcode ("0x00B5") :offset ("203")))
9219 (defglfun
9220 (("DrawBuffer" draw-buffer) :args
9221 ((:name |mode| :type |DrawBufferMode| :direction :in)) :return ("void")
9222 :category ("framebuf") :version ("1.0") :glxropcode ("126") :glsopcode
9223 ("0x00B4") :offset ("202")))
9225 ;;;; misc
9227 (defglfun
9228 (("PushAttrib" push-attrib) :args
9229 ((:name |mask| :type |AttribMask| :direction :in)) :return ("void") :category
9230 ("misc") :version ("1.0") :glxropcode ("142") :glsopcode ("0x00C5") :offset
9231 ("219")))
9232 (defglfun
9233 (("PopAttrib" pop-attrib) :args nil :return ("void") :category ("misc")
9234 :version ("1.0") :glxropcode ("141") :glsopcode ("0x00C4") :offset ("218")))
9235 (defglfun
9236 (("Flush" flush) :args nil :return ("void") :dlflags ("notlistable") :glxflags
9237 ("client-handcode" "client-intercept" "server-handcode") :category ("misc")
9238 :version ("1.0") :glxsingle ("142") :glsopcode ("0x00C3") :offset ("217")))
9239 (defglfun
9240 (("Finish" finish) :args nil :return ("void") :dlflags ("notlistable")
9241 :glxflags ("client-handcode" "server-handcode") :category ("misc") :version
9242 ("1.0") :glxsingle ("108") :glsopcode ("0x00C2") :offset ("216")))
9243 (defglfun
9244 (("Enable" enable) :args ((:name |cap| :type |EnableCap| :direction :in))
9245 :return ("void") :category ("misc") :version ("1.0") :dlflags ("handcode")
9246 :glxflags ("client-handcode" "client-intercept") :glxropcode ("139")
9247 :glsflags ("client") :glsopcode ("0x00C1") :offset ("215")))
9248 (defglfun
9249 (("Disable" disable) :args ((:name |cap| :type |EnableCap| :direction :in))
9250 :return ("void") :category ("misc") :version ("1.0") :dlflags ("handcode")
9251 :glxflags ("client-handcode" "client-intercept") :glxropcode ("138")
9252 :glsflags ("client") :glsopcode ("0x00C0") :offset ("214")))
9253 (defglfun
9254 (("Accum" accum) :args
9255 ((:name |op| :type |AccumOp| :direction :in)
9256 (:name |value| :type |CoordF| :direction :in))
9257 :return ("void") :category ("misc") :version ("1.0") :glxropcode ("137")
9258 :glsopcode ("0x00BF") :offset ("213")))
9260 ;;;; modeling
9262 (defglfun
9263 (("EvalPoint2" eval-point-2) :args
9264 ((:name |i| :type |CheckedInt32| :direction :in)
9265 (:name |j| :type |CheckedInt32| :direction :in))
9266 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("158")
9267 :glsopcode ("0x00D5") :offset ("239")))
9268 (defglfun
9269 (("EvalMesh2" eval-mesh-2) :args
9270 ((:name |mode| :type |MeshMode2| :direction :in)
9271 (:name |i1| :type |CheckedInt32| :direction :in)
9272 (:name |i2| :type |CheckedInt32| :direction :in)
9273 (:name |j1| :type |CheckedInt32| :direction :in)
9274 (:name |j2| :type |CheckedInt32| :direction :in))
9275 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("157")
9276 :glsopcode ("0x00D4") :offset ("238")))
9277 (defglfun
9278 (("EvalPoint1" eval-point-1) :args ((:name |i| :type |Int32| :direction :in))
9279 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("156")
9280 :glsopcode ("0x00D3") :offset ("237")))
9281 (defglfun
9282 (("EvalMesh1" eval-mesh-1) :args
9283 ((:name |mode| :type |MeshMode1| :direction :in)
9284 (:name |i1| :type |CheckedInt32| :direction :in)
9285 (:name |i2| :type |CheckedInt32| :direction :in))
9286 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("155")
9287 :glsopcode ("0x00D2") :offset ("236")))
9288 (defglfun
9289 (("EvalCoord2fv" eval-coord-2fv) :args
9290 ((:name |u| :type |CoordF| :direction :in :array t :size #x2)) :return
9291 ("void") :category ("modeling") :version ("1.0") :glxropcode ("154")
9292 :glsopcode ("0x00D1") :offset ("235")))
9293 (defglfun
9294 (("EvalCoord2f" eval-coord-2f) :args
9295 ((:name |u| :type |CoordF| :direction :in)
9296 (:name |v| :type |CoordF| :direction :in))
9297 :return ("void") :category ("modeling") :vectorequiv ("EvalCoord2fv")
9298 :version ("1.0") :offset ("234")))
9299 (defglfun
9300 (("EvalCoord2dv" eval-coord-2dv) :args
9301 ((:name |u| :type |CoordD| :direction :in :array t :size #x2)) :return
9302 ("void") :category ("modeling") :version ("1.0") :glxropcode ("153")
9303 :glsopcode ("0x00D0") :offset ("233")))
9304 (defglfun
9305 (("EvalCoord2d" eval-coord-2d) :args
9306 ((:name |u| :type |CoordD| :direction :in)
9307 (:name |v| :type |CoordD| :direction :in))
9308 :return ("void") :category ("modeling") :vectorequiv ("EvalCoord2dv")
9309 :version ("1.0") :offset ("232")))
9310 (defglfun
9311 (("EvalCoord1fv" eval-coord-1fv) :args
9312 ((:name |u| :type |CoordF| :direction :in :array t :size #x1)) :return
9313 ("void") :category ("modeling") :version ("1.0") :glxropcode ("152")
9314 :glsopcode ("0x00CF") :offset ("231")))
9315 (defglfun
9316 (("EvalCoord1f" eval-coord-1f) :args
9317 ((:name |u| :type |CoordF| :direction :in)) :return ("void") :category
9318 ("modeling") :vectorequiv ("EvalCoord1fv") :version ("1.0") :offset ("230")))
9319 (defglfun
9320 (("EvalCoord1dv" eval-coord-1dv) :args
9321 ((:name |u| :type |CoordD| :direction :in :array t :size #x1)) :return
9322 ("void") :category ("modeling") :version ("1.0") :glxropcode ("151")
9323 :glsopcode ("0x00CE") :offset ("229")))
9324 (defglfun
9325 (("EvalCoord1d" eval-coord-1d) :args
9326 ((:name |u| :type |CoordD| :direction :in)) :return ("void") :category
9327 ("modeling") :vectorequiv ("EvalCoord1dv") :version ("1.0") :offset ("228")))
9328 (defglfun
9329 (("MapGrid2f" map-grid-2f) :args
9330 ((:name |un| :type |Int32| :direction :in)
9331 (:name |u1| :type |CoordF| :direction :in)
9332 (:name |u2| :type |CoordF| :direction :in)
9333 (:name |vn| :type |Int32| :direction :in)
9334 (:name |v1| :type |CoordF| :direction :in)
9335 (:name |v2| :type |CoordF| :direction :in))
9336 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("150")
9337 :glsopcode ("0x00CD") :offset ("227")))
9338 (defglfun
9339 (("MapGrid2d" map-grid-2d) :args
9340 ((:name |un| :type |Int32| :direction :in)
9341 (:name |u1| :type |CoordD| :direction :in)
9342 (:name |u2| :type |CoordD| :direction :in)
9343 (:name |vn| :type |Int32| :direction :in)
9344 (:name |v1| :type |CoordD| :direction :in)
9345 (:name |v2| :type |CoordD| :direction :in))
9346 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("149")
9347 :glsopcode ("0x00CC") :offset ("226")))
9348 (defglfun
9349 (("MapGrid1f" map-grid-1f) :args
9350 ((:name |un| :type |Int32| :direction :in)
9351 (:name |u1| :type |CoordF| :direction :in)
9352 (:name |u2| :type |CoordF| :direction :in))
9353 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("148")
9354 :glsopcode ("0x00CB") :offset ("225")))
9355 (defglfun
9356 (("MapGrid1d" map-grid-1d) :args
9357 ((:name |un| :type |Int32| :direction :in)
9358 (:name |u1| :type |CoordD| :direction :in)
9359 (:name |u2| :type |CoordD| :direction :in))
9360 :return ("void") :category ("modeling") :version ("1.0") :glxropcode ("147")
9361 :glsopcode ("0x00CA") :offset ("224")))
9362 (defglfun
9363 (("Map2f" map-2f) :args
9364 ((:name |target| :type |MapTarget| :direction :in)
9365 (:name |u1| :type |CoordF| :direction :in)
9366 (:name |u2| :type |CoordF| :direction :in)
9367 (:name |ustride| :type |Int32| :direction :in)
9368 (:name |uorder| :type |CheckedInt32| :direction :in)
9369 (:name |v1| :type |CoordF| :direction :in)
9370 (:name |v2| :type |CoordF| :direction :in)
9371 (:name |vstride| :type |Int32| :direction :in)
9372 (:name |vorder| :type |CheckedInt32| :direction :in)
9373 (:name |points| :type |CoordF| :direction :in :array t :size
9374 (|target| |ustride| |uorder| |vstride| |vorder|)))
9375 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9376 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("146")
9377 :glsflags ("capture-handcode") :glsopcode ("0x00C9") :wglflags
9378 ("client-handcode" "server-handcode") :offset ("223")))
9379 (defglfun
9380 (("Map2d" map-2d) :args
9381 ((:name |target| :type |MapTarget| :direction :in)
9382 (:name |u1| :type |CoordD| :direction :in)
9383 (:name |u2| :type |CoordD| :direction :in)
9384 (:name |ustride| :type |Int32| :direction :in)
9385 (:name |uorder| :type |CheckedInt32| :direction :in)
9386 (:name |v1| :type |CoordD| :direction :in)
9387 (:name |v2| :type |CoordD| :direction :in)
9388 (:name |vstride| :type |Int32| :direction :in)
9389 (:name |vorder| :type |CheckedInt32| :direction :in)
9390 (:name |points| :type |CoordD| :direction :in :array t :size
9391 (|target| |ustride| |uorder| |vstride| |vorder|)))
9392 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9393 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("145")
9394 :glsflags ("capture-handcode") :glsopcode ("0x00C8") :wglflags
9395 ("client-handcode" "server-handcode") :offset ("222")))
9396 (defglfun
9397 (("Map1f" map-1f) :args
9398 ((:name |target| :type |MapTarget| :direction :in)
9399 (:name |u1| :type |CoordF| :direction :in)
9400 (:name |u2| :type |CoordF| :direction :in)
9401 (:name |stride| :type |Int32| :direction :in)
9402 (:name |order| :type |CheckedInt32| :direction :in)
9403 (:name |points| :type |CoordF| :direction :in :array t :size
9404 (|target| |stride| |order|)))
9405 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9406 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("144")
9407 :glsflags ("capture-handcode") :glsopcode ("0x00C7") :wglflags
9408 ("client-handcode" "server-handcode") :offset ("221")))
9409 (defglfun
9410 (("Map1d" map-1d) :args
9411 ((:name |target| :type |MapTarget| :direction :in)
9412 (:name |u1| :type |CoordD| :direction :in)
9413 (:name |u2| :type |CoordD| :direction :in)
9414 (:name |stride| :type |Int32| :direction :in)
9415 (:name |order| :type |CheckedInt32| :direction :in)
9416 (:name |points| :type |CoordD| :direction :in :array t :size
9417 (|target| |stride| |order|)))
9418 :return ("void") :category ("modeling") :dlflags ("handcode") :glxflags
9419 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("143")
9420 :glsflags ("capture-handcode") :glsopcode ("0x00C6") :wglflags
9421 ("client-handcode" "server-handcode") :offset ("220")))
9423 ;;;; pixel-op
9425 (defglfun
9426 (("DepthFunc" depth-func) :args
9427 ((:name |func| :type |DepthFunction| :direction :in)) :return ("void")
9428 :category ("pixel-op") :version ("1.0") :glxropcode ("164") :glsopcode
9429 ("0x00DB") :offset ("245")))
9430 (defglfun
9431 (("StencilOp" stencil-op) :args
9432 ((:name |fail| :type |StencilOp| :direction :in)
9433 (:name |zfail| :type |StencilOp| :direction :in)
9434 (:name |zpass| :type |StencilOp| :direction :in))
9435 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("163")
9436 :glsopcode ("0x00DA") :offset ("244")))
9437 (defglfun
9438 (("StencilFunc" stencil-func) :args
9439 ((:name |func| :type |StencilFunction| :direction :in)
9440 (:name |ref| :type |ClampedStencilValue| :direction :in)
9441 (:name |mask| :type |MaskedStencilValue| :direction :in))
9442 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("162")
9443 :glsopcode ("0x00D9") :offset ("243")))
9444 (defglfun
9445 (("LogicOp" logic-op) :args ((:name |opcode| :type |LogicOp| :direction :in))
9446 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("161")
9447 :glsopcode ("0x00D8") :offset ("242")))
9448 (defglfun
9449 (("BlendFunc" blend-func) :args
9450 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
9451 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
9452 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("160")
9453 :glsopcode ("0x00D7") :offset ("241")))
9454 (defglfun
9455 (("AlphaFunc" alpha-func) :args
9456 ((:name |func| :type |AlphaFunction| :direction :in)
9457 (:name |ref| :type |ClampedFloat32| :direction :in))
9458 :return ("void") :category ("pixel-op") :version ("1.0") :glxropcode ("159")
9459 :glsopcode ("0x00D6") :offset ("240")))
9461 ;;;; pixel-rw
9463 (defglfun
9464 (("DrawPixels" draw-pixels) :args
9465 ((:name |width| :type |SizeI| :direction :in)
9466 (:name |height| :type |SizeI| :direction :in)
9467 (:name |format| :type |PixelFormat| :direction :in)
9468 (:name |type| :type |PixelType| :direction :in)
9469 (:name |pixels| :type |Void| :direction :in :array t :size
9470 (|format| |type| |width| |height|)))
9471 :return ("void") :category ("pixel-rw") :dlflags ("handcode") :glxflags
9472 ("client-handcode" "server-handcode") :version ("1.0") :glxropcode ("173")
9473 :glsflags ("pixel-unpack") :glsopcode ("0x00E7") :wglflags
9474 ("client-handcode" "server-handcode") :offset ("257")))
9475 (defglfun
9476 (("ReadPixels" read-pixels) :args
9477 ((:name |x| :type |WinCoord| :direction :in)
9478 (:name |y| :type |WinCoord| :direction :in)
9479 (:name |width| :type |SizeI| :direction :in)
9480 (:name |height| :type |SizeI| :direction :in)
9481 (:name |format| :type |PixelFormat| :direction :in)
9482 (:name |type| :type |PixelType| :direction :in)
9483 (:name |pixels| :type |Void| :direction :out :array t :size
9484 (|format| |type| |width| |height|)))
9485 :return ("void") :category ("pixel-rw") :dlflags ("notlistable") :glxflags
9486 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("111")
9487 :glsflags ("get" "pixel-pack") :glsopcode ("0x00E6") :wglflags
9488 ("client-handcode" "server-handcode") :offset ("256")))
9489 (defglfun
9490 (("CopyPixels" copy-pixels) :args
9491 ((:name |x| :type |WinCoord| :direction :in)
9492 (:name |y| :type |WinCoord| :direction :in)
9493 (:name |width| :type |SizeI| :direction :in)
9494 (:name |height| :type |SizeI| :direction :in)
9495 (:name |type| :type |PixelCopyType| :direction :in))
9496 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("172")
9497 :glsopcode ("0x00E5") :offset ("255")))
9498 (defglfun
9499 (("ReadBuffer" read-buffer) :args
9500 ((:name |mode| :type |ReadBufferMode| :direction :in)) :return ("void")
9501 :category ("pixel-rw") :version ("1.0") :glxropcode ("171") :glsopcode
9502 ("0x00E4") :offset ("254")))
9503 (defglfun
9504 (("PixelMapusv" pixel-map-usv) :args
9505 ((:name |map| :type |PixelMap| :direction :in)
9506 (:name |mapsize| :type |CheckedInt32| :direction :in)
9507 (:name |values| :type |UInt16| :direction :in :array t :size mapsize))
9508 :return ("void") :category ("pixel-rw") :glxflags ("client-handcode")
9509 :version ("1.0") :glxropcode ("170") :glsopcode ("0x00E3") :offset ("253")))
9510 (defglfun
9511 (("PixelMapuiv" pixel-map-uiv) :args
9512 ((:name |map| :type |PixelMap| :direction :in)
9513 (:name |mapsize| :type |CheckedInt32| :direction :in)
9514 (:name |values| :type |UInt32| :direction :in :array t :size mapsize))
9515 :return ("void") :category ("pixel-rw") :glxflags ("client-handcode")
9516 :version ("1.0") :glxropcode ("169") :glsopcode ("0x00E2") :offset ("252")))
9517 (defglfun
9518 (("PixelMapfv" pixel-map-fv) :args
9519 ((:name |map| :type |PixelMap| :direction :in)
9520 (:name |mapsize| :type |CheckedInt32| :direction :in)
9521 (:name |values| :type |Float32| :direction :in :array t :size mapsize))
9522 :return ("void") :category ("pixel-rw") :glxflags ("client-handcode")
9523 :version ("1.0") :glxropcode ("168") :glsopcode ("0x00E1") :offset ("251")))
9524 (defglfun
9525 (("PixelStorei" pixel-store-i) :args
9526 ((:name |pname| :type |PixelStoreParameter| :direction :in)
9527 (:name |param| :type |CheckedInt32| :direction :in))
9528 :return ("void") :dlflags ("notlistable") :glxflags ("client-handcode")
9529 :category ("pixel-rw") :version ("1.0") :glxsingle ("110") :glsflags
9530 ("client" "gl-enum") :glsopcode ("0x00E0") :wglflags ("batchable") :offset
9531 ("250")))
9532 (defglfun
9533 (("PixelStoref" pixel-store-f) :args
9534 ((:name |pname| :type |PixelStoreParameter| :direction :in)
9535 (:name |param| :type |CheckedFloat32| :direction :in))
9536 :return ("void") :dlflags ("notlistable") :glxflags ("client-handcode")
9537 :category ("pixel-rw") :version ("1.0") :glxsingle ("109") :glsflags
9538 ("client" "gl-enum") :glsopcode ("0x00DF") :wglflags ("batchable") :offset
9539 ("249")))
9540 (defglfun
9541 (("PixelTransferi" pixel-transfer-i) :args
9542 ((:name |pname| :type |PixelTransferParameter| :direction :in)
9543 (:name |param| :type |CheckedInt32| :direction :in))
9544 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("167")
9545 :glsflags ("gl-enum") :glsopcode ("0x00DE") :offset ("248")))
9546 (defglfun
9547 (("PixelTransferf" pixel-transfer-f) :args
9548 ((:name |pname| :type |PixelTransferParameter| :direction :in)
9549 (:name |param| :type |CheckedFloat32| :direction :in))
9550 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("166")
9551 :glsflags ("gl-enum") :glsopcode ("0x00DD") :offset ("247")))
9552 (defglfun
9553 (("PixelZoom" pixel-zoom) :args
9554 ((:name |xfactor| :type |Float32| :direction :in)
9555 (:name |yfactor| :type |Float32| :direction :in))
9556 :return ("void") :category ("pixel-rw") :version ("1.0") :glxropcode ("165")
9557 :glsopcode ("0x00DC") :offset ("246")))
9559 ;;;; state-req
9561 (defglfun
9562 (("IsList" is-list) :args ((:name |list| :type |List| :direction :in)) :return
9563 ("Boolean") :category ("state-req") :dlflags ("notlistable") :version ("1.0")
9564 :glxsingle ("141") :glsflags ("get") :glsopcode ("0x0105") :offset ("287")))
9565 (defglfun
9566 (("IsEnabled" is-enabled) :args
9567 ((:name |cap| :type |EnableCap| :direction :in)) :return ("Boolean")
9568 :category ("state-req") :dlflags ("notlistable") :version ("1.0") :glxflags
9569 ("client-handcode" "client-intercept") :glxsingle ("140") :glsflags
9570 ("client" "get") :glsopcode ("0x0104") :offset ("286")))
9571 (defglfun
9572 (("GetTexLevelParameteriv" get-tex-level-parameter-iv) :args
9573 ((:name |target| :type |TextureTarget| :direction :in)
9574 (:name |level| :type |CheckedInt32| :direction :in)
9575 (:name |pname| :type |GetTextureParameter| :direction :in)
9576 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9577 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9578 ("1.0") :glxsingle ("139") :glsflags ("get") :glsopcode ("0x0103") :wglflags
9579 ("small-data") :offset ("285")))
9580 (defglfun
9581 (("GetTexLevelParameterfv" get-tex-level-parameter-fv) :args
9582 ((:name |target| :type |TextureTarget| :direction :in)
9583 (:name |level| :type |CheckedInt32| :direction :in)
9584 (:name |pname| :type |GetTextureParameter| :direction :in)
9585 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9586 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9587 ("1.0") :glxsingle ("138") :glsflags ("get") :glsopcode ("0x0102") :wglflags
9588 ("small-data") :offset ("284")))
9589 (defglfun
9590 (("GetTexParameteriv" get-tex-parameter-iv) :args
9591 ((:name |target| :type |TextureTarget| :direction :in)
9592 (:name |pname| :type |GetTextureParameter| :direction :in)
9593 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9594 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9595 ("1.0") :glxsingle ("137") :glsflags ("get") :glsopcode ("0x0101") :wglflags
9596 ("small-data") :offset ("283")))
9597 (defglfun
9598 (("GetTexParameterfv" get-tex-parameter-fv) :args
9599 ((:name |target| :type |TextureTarget| :direction :in)
9600 (:name |pname| :type |GetTextureParameter| :direction :in)
9601 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9602 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9603 ("1.0") :glxsingle ("136") :glsflags ("get") :glsopcode ("0x0100") :wglflags
9604 ("small-data") :offset ("282")))
9605 (defglfun
9606 (("GetTexImage" get-tex-image) :args
9607 ((:name |target| :type |TextureTarget| :direction :in)
9608 (:name |level| :type |CheckedInt32| :direction :in)
9609 (:name |format| :type |PixelFormat| :direction :in)
9610 (:name |type| :type |PixelType| :direction :in)
9611 (:name |pixels| :type |Void| :direction :out :array t :size
9612 (|target| |level| |format| |type|)))
9613 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9614 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("135")
9615 :glsflags ("get" "pixel-pack") :glsopcode ("0x00FF") :wglflags
9616 ("client-handcode" "server-handcode") :offset ("281")))
9617 (defglfun
9618 (("GetTexGeniv" get-tex-gen-iv) :args
9619 ((:name |coord| :type |TextureCoordName| :direction :in)
9620 (:name |pname| :type |TextureGenParameter| :direction :in)
9621 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9622 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9623 ("1.0") :glxsingle ("134") :glsflags ("get") :glsopcode ("0x00FE") :wglflags
9624 ("small-data") :offset ("280")))
9625 (defglfun
9626 (("GetTexGenfv" get-tex-gen-fv) :args
9627 ((:name |coord| :type |TextureCoordName| :direction :in)
9628 (:name |pname| :type |TextureGenParameter| :direction :in)
9629 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9630 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9631 ("1.0") :glxsingle ("133") :glsflags ("get") :glsopcode ("0x00FD") :wglflags
9632 ("small-data") :offset ("279")))
9633 (defglfun
9634 (("GetTexGendv" get-tex-gen-dv) :args
9635 ((:name |coord| :type |TextureCoordName| :direction :in)
9636 (:name |pname| :type |TextureGenParameter| :direction :in)
9637 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
9638 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9639 ("1.0") :glxsingle ("132") :glsflags ("get") :glsopcode ("0x00FC") :wglflags
9640 ("small-data") :offset ("278")))
9641 (defglfun
9642 (("GetTexEnviv" get-tex-env-iv) :args
9643 ((:name |target| :type |TextureEnvTarget| :direction :in)
9644 (:name |pname| :type |TextureEnvParameter| :direction :in)
9645 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9646 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9647 ("1.0") :glxsingle ("131") :glsflags ("get") :glsopcode ("0x00FB") :wglflags
9648 ("small-data") :offset ("277")))
9649 (defglfun
9650 (("GetTexEnvfv" get-tex-env-fv) :args
9651 ((:name |target| :type |TextureEnvTarget| :direction :in)
9652 (:name |pname| :type |TextureEnvParameter| :direction :in)
9653 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9654 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9655 ("1.0") :glxsingle ("130") :glsflags ("get") :glsopcode ("0x00FA") :wglflags
9656 ("small-data") :offset ("276")))
9657 (defglfun
9658 (("GetString" get-string) :args
9659 ((:name |name| :type |StringName| :direction :in)) :return ("String")
9660 :category ("state-req") :dlflags ("notlistable") :glxflags
9661 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("129")
9662 :glsflags ("get") :glsopcode ("0x00F9") :wglflags
9663 ("client-handcode" "server-handcode") :offset ("275")))
9664 (defglfun
9665 (("GetPolygonStipple" get-polygon-stipple) :args
9666 ((:name |mask| :type |UInt8| :direction :out :array t)) :return ("void")
9667 :category ("state-req") :dlflags ("notlistable") :glxflags
9668 ("client-handcode" "server-handcode") :version ("1.0") :glxsingle ("128")
9669 :glsflags ("get" "pixel-pack") :glsopcode ("0x00F8") :wglflags
9670 ("client-handcode" "server-handcode") :offset ("274")))
9671 (defglfun
9672 (("GetPixelMapusv" get-pixel-map-usv) :args
9673 ((:name |map| :type |PixelMap| :direction :in)
9674 (:name |values| :type |UInt16| :direction :out :array t :size (|map|)))
9675 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9676 ("1.0") :glxsingle ("127") :glsflags ("get") :glsopcode ("0x00F7") :offset
9677 ("273")))
9678 (defglfun
9679 (("GetPixelMapuiv" get-pixel-map-uiv) :args
9680 ((:name |map| :type |PixelMap| :direction :in)
9681 (:name |values| :type |UInt32| :direction :out :array t :size (|map|)))
9682 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9683 ("1.0") :glxsingle ("126") :glsflags ("get") :glsopcode ("0x00F6") :offset
9684 ("272")))
9685 (defglfun
9686 (("GetPixelMapfv" get-pixel-map-fv) :args
9687 ((:name |map| :type |PixelMap| :direction :in)
9688 (:name |values| :type |Float32| :direction :out :array t :size (|map|)))
9689 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9690 ("1.0") :glxsingle ("125") :glsflags ("get") :glsopcode ("0x00F5") :offset
9691 ("271")))
9692 (defglfun
9693 (("GetMaterialiv" get-material-iv) :args
9694 ((:name |face| :type |MaterialFace| :direction :in)
9695 (:name |pname| :type |MaterialParameter| :direction :in)
9696 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9697 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9698 ("1.0") :glxsingle ("124") :glsflags ("get") :glsopcode ("0x00F4") :wglflags
9699 ("small-data") :offset ("270")))
9700 (defglfun
9701 (("GetMaterialfv" get-material-fv) :args
9702 ((:name |face| :type |MaterialFace| :direction :in)
9703 (:name |pname| :type |MaterialParameter| :direction :in)
9704 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9705 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9706 ("1.0") :glxsingle ("123") :glsflags ("get") :glsopcode ("0x00F3") :wglflags
9707 ("small-data") :offset ("269")))
9708 (defglfun
9709 (("GetMapiv" get-map-iv) :args
9710 ((:name |target| :type |MapTarget| :direction :in)
9711 (:name |query| :type |GetMapQuery| :direction :in)
9712 (:name |v| :type |Int32| :direction :out :array t :size (|target| |query|)))
9713 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9714 ("1.0") :glxsingle ("122") :glsflags ("get") :glsopcode ("0x00F2") :offset
9715 ("268")))
9716 (defglfun
9717 (("GetMapfv" get-map-fv) :args
9718 ((:name |target| :type |MapTarget| :direction :in)
9719 (:name |query| :type |GetMapQuery| :direction :in)
9720 (:name |v| :type |Float32| :direction :out :array t :size
9721 (|target| |query|)))
9722 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9723 ("1.0") :glxsingle ("121") :glsflags ("get") :glsopcode ("0x00F1") :offset
9724 ("267")))
9725 (defglfun
9726 (("GetMapdv" get-map-dv) :args
9727 ((:name |target| :type |MapTarget| :direction :in)
9728 (:name |query| :type |GetMapQuery| :direction :in)
9729 (:name |v| :type |Float64| :direction :out :array t :size
9730 (|target| |query|)))
9731 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9732 ("1.0") :glxsingle ("120") :glsflags ("get") :glsopcode ("0x00F0") :offset
9733 ("266")))
9734 (defglfun
9735 (("GetLightiv" get-light-iv) :args
9736 ((:name |light| :type |LightName| :direction :in)
9737 (:name |pname| :type |LightParameter| :direction :in)
9738 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9739 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9740 ("1.0") :glxsingle ("119") :glsflags ("get") :glsopcode ("0x00EF") :wglflags
9741 ("small-data") :offset ("265")))
9742 (defglfun
9743 (("GetLightfv" get-light-fv) :args
9744 ((:name |light| :type |LightName| :direction :in)
9745 (:name |pname| :type |LightParameter| :direction :in)
9746 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9747 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9748 ("1.0") :glxsingle ("118") :glsflags ("get") :glsopcode ("0x00EE") :wglflags
9749 ("small-data") :offset ("264")))
9750 (defglfun
9751 (("GetIntegerv" get-integerv) :args
9752 ((:name |pname| :type |GetPName| :direction :in)
9753 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
9754 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9755 ("client-handcode") :version ("1.0") :glxsingle ("117") :glsflags
9756 ("client" "get") :glsopcode ("0x00ED") :wglflags ("small-data") :offset
9757 ("263")))
9758 (defglfun
9759 (("GetFloatv" get-floatv) :args
9760 ((:name |pname| :type |GetPName| :direction :in)
9761 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
9762 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9763 ("client-handcode") :version ("1.0") :glxsingle ("116") :glsflags
9764 ("client" "get") :glsopcode ("0x00EC") :wglflags ("small-data") :offset
9765 ("262")))
9766 (defglfun
9767 (("GetError" get-error) :args nil :return ("ErrorCode") :category
9768 ("state-req") :dlflags ("notlistable") :glxflags ("client-handcode") :version
9769 ("1.0") :glxsingle ("115") :glsflags ("get") :glsopcode ("0x00EB") :offset
9770 ("261")))
9771 (defglfun
9772 (("GetDoublev" get-doublev) :args
9773 ((:name |pname| :type |GetPName| :direction :in)
9774 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
9775 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9776 ("client-handcode") :version ("1.0") :glxsingle ("114") :glsflags
9777 ("client" "get") :glsopcode ("0x00EA") :wglflags ("small-data") :offset
9778 ("260")))
9779 (defglfun
9780 (("GetClipPlane" get-clip-plane) :args
9781 ((:name |plane| :type |ClipPlaneName| :direction :in)
9782 (:name |equation| :type |Float64| :direction :out :array t :size #x4))
9783 :return ("void") :category ("state-req") :dlflags ("notlistable") :version
9784 ("1.0") :glxsingle ("113") :glxflags ("client-handcode" "server-handcode")
9785 :glsflags ("get") :glsopcode ("0x00E9") :offset ("259")))
9786 (defglfun
9787 (("GetBooleanv" get-booleanv) :args
9788 ((:name |pname| :type |GetPName| :direction :in)
9789 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
9790 :return ("void") :category ("state-req") :dlflags ("notlistable") :glxflags
9791 ("client-handcode") :version ("1.0") :glxsingle ("112") :glsflags
9792 ("client" "get") :glsopcode ("0x00E8") :wglflags ("small-data") :offset
9793 ("258")))
9795 ;;;; xform
9797 (defglfun
9798 (("Viewport" viewport) :args
9799 ((:name |x| :type |WinCoord| :direction :in)
9800 (:name |y| :type |WinCoord| :direction :in)
9801 (:name |width| :type |SizeI| :direction :in)
9802 (:name |height| :type |SizeI| :direction :in))
9803 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("191")
9804 :glsopcode ("0x0117") :offset ("305")))
9805 (defglfun
9806 (("Translatef" translate-f) :args
9807 ((:name |x| :type |Float32| :direction :in)
9808 (:name |y| :type |Float32| :direction :in)
9809 (:name |z| :type |Float32| :direction :in))
9810 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("190")
9811 :glsopcode ("0x0116") :offset ("304")))
9812 (defglfun
9813 (("Translated" translate-d) :args
9814 ((:name |x| :type |Float64| :direction :in)
9815 (:name |y| :type |Float64| :direction :in)
9816 (:name |z| :type |Float64| :direction :in))
9817 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("189")
9818 :glsopcode ("0x0115") :offset ("303")))
9819 (defglfun
9820 (("Scalef" scale-f) :args
9821 ((:name |x| :type |Float32| :direction :in)
9822 (:name |y| :type |Float32| :direction :in)
9823 (:name |z| :type |Float32| :direction :in))
9824 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("188")
9825 :glsopcode ("0x0114") :offset ("302")))
9826 (defglfun
9827 (("Scaled" scale-d) :args
9828 ((:name |x| :type |Float64| :direction :in)
9829 (:name |y| :type |Float64| :direction :in)
9830 (:name |z| :type |Float64| :direction :in))
9831 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("187")
9832 :glsopcode ("0x0113") :offset ("301")))
9833 (defglfun
9834 (("Rotatef" rotate-f) :args
9835 ((:name |angle| :type |Float32| :direction :in)
9836 (:name |x| :type |Float32| :direction :in)
9837 (:name |y| :type |Float32| :direction :in)
9838 (:name |z| :type |Float32| :direction :in))
9839 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("186")
9840 :glsopcode ("0x0112") :offset ("300")))
9841 (defglfun
9842 (("Rotated" rotate-d) :args
9843 ((:name |angle| :type |Float64| :direction :in)
9844 (:name |x| :type |Float64| :direction :in)
9845 (:name |y| :type |Float64| :direction :in)
9846 (:name |z| :type |Float64| :direction :in))
9847 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("185")
9848 :glsopcode ("0x0111") :offset ("299")))
9849 (defglfun
9850 (("PushMatrix" push-matrix) :args nil :return ("void") :category ("xform")
9851 :version ("1.0") :glxropcode ("184") :glsopcode ("0x0110") :offset ("298")))
9852 (defglfun
9853 (("PopMatrix" pop-matrix) :args nil :return ("void") :category ("xform")
9854 :version ("1.0") :glxropcode ("183") :glsopcode ("0x010F") :offset ("297")))
9855 (defglfun
9856 (("Ortho" ortho) :args
9857 ((:name |left| :type |Float64| :direction :in)
9858 (:name |right| :type |Float64| :direction :in)
9859 (:name |bottom| :type |Float64| :direction :in)
9860 (:name |top| :type |Float64| :direction :in)
9861 (:name |zNear| :type |Float64| :direction :in)
9862 (:name |zFar| :type |Float64| :direction :in))
9863 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("182")
9864 :glsopcode ("0x010E") :offset ("296")))
9865 (defglfun
9866 (("MultMatrixd" mult-matrix-d) :args
9867 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :return
9868 ("void") :category ("xform") :version ("1.0") :glxropcode ("181") :glsflags
9869 ("matrix") :glsopcode ("0x010D") :offset ("295")))
9870 (defglfun
9871 (("MultMatrixf" mult-matrix-f) :args
9872 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :return
9873 ("void") :category ("xform") :version ("1.0") :glxropcode ("180") :glsflags
9874 ("matrix") :glsopcode ("0x010C") :offset ("294")))
9875 (defglfun
9876 (("MatrixMode" matrix-mode) :args
9877 ((:name |mode| :type |MatrixMode| :direction :in)) :return ("void") :category
9878 ("xform") :version ("1.0") :glxropcode ("179") :glsopcode ("0x010B") :offset
9879 ("293")))
9880 (defglfun
9881 (("LoadMatrixd" load-matrix-d) :args
9882 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :return
9883 ("void") :category ("xform") :version ("1.0") :glxropcode ("178") :glsflags
9884 ("matrix") :glsopcode ("0x010A") :offset ("292")))
9885 (defglfun
9886 (("LoadMatrixf" load-matrix-f) :args
9887 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :return
9888 ("void") :category ("xform") :version ("1.0") :glxropcode ("177") :glsflags
9889 ("matrix") :glsopcode ("0x0109") :offset ("291")))
9890 (defglfun
9891 (("LoadIdentity" load-identity) :args nil :return ("void") :category ("xform")
9892 :version ("1.0") :glxropcode ("176") :glsopcode ("0x0108") :offset ("290")))
9893 (defglfun
9894 (("Frustum" frustum) :args
9895 ((:name |left| :type |Float64| :direction :in)
9896 (:name |right| :type |Float64| :direction :in)
9897 (:name |bottom| :type |Float64| :direction :in)
9898 (:name |top| :type |Float64| :direction :in)
9899 (:name |zNear| :type |Float64| :direction :in)
9900 (:name |zFar| :type |Float64| :direction :in))
9901 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("175")
9902 :glsopcode ("0x0107") :offset ("289")))
9903 (defglfun
9904 (("DepthRange" depth-range) :args
9905 ((:name |near| :type |ClampedFloat64| :direction :in)
9906 (:name |far| :type |ClampedFloat64| :direction :in))
9907 :return ("void") :category ("xform") :version ("1.0") :glxropcode ("174")
9908 :glsopcode ("0x0106") :offset ("288")))