jfc's patch for reorganising cl-glfw-opengl and cl-glfw packages. Changed need propog...
[cl-glfw.git] / lib / opengl-package.lisp
blob03d93a8217d91a8f21039f4a56edd21ab61a3e46
2 (defpackage #:cl-glfw-opengl
3 (:use #:cffi #:cl)
4 (:nicknames #:gl #:opengl)
5 (:shadow #:boolean #:byte #:float #:char #:string)
6 (:export
7 #:enum #:boolean #:bitfield #:byte #:short #:int #:sizei #:ubyte #:ushort #:uint
8 #:float #:clampf #:double #:clampd #:void #:uint64 #:int64
9 #:intptr #:sizeiptr
10 #:handle
11 #:char #:string
12 #:half
14 +current-bit+
15 +point-bit+
16 +line-bit+
17 +polygon-bit+
18 +polygon-stipple-bit+
19 +pixel-mode-bit+
20 +lighting-bit+
21 +fog-bit+
22 +depth-buffer-bit+
23 +accum-buffer-bit+
24 +stencil-buffer-bit+
25 +viewport-bit+
26 +transform-bit+
27 +enable-bit+
28 +color-buffer-bit+
29 +hint-bit+
30 +eval-bit+
31 +list-bit+
32 +texture-bit+
33 +scissor-bit+
34 +all-attrib-bits+
35 +client-pixel-store-bit+
36 +client-vertex-array-bit+
37 +client-all-attrib-bits+
38 +false+
39 +true+
40 +points+
41 +lines+
42 +line-loop+
43 +line-strip+
44 +triangles+
45 +triangle-strip+
46 +triangle-fan+
47 +quads+
48 +quad-strip+
49 +polygon+
50 +accum+
51 +load+
52 +return+
53 +mult+
54 +add+
55 +never+
56 +less+
57 +equal+
58 +lequal+
59 +greater+
60 +notequal+
61 +gequal+
62 +always+
63 +zero+
64 +one+
65 +src-color+
66 +one-minus-src-color+
67 +src-alpha+
68 +one-minus-src-alpha+
69 +dst-alpha+
70 +one-minus-dst-alpha+
71 +constant-color-ext+
72 +one-minus-constant-color-ext+
73 +constant-alpha-ext+
74 +one-minus-constant-alpha-ext+
75 +dst-color+
76 +one-minus-dst-color+
77 +src-alpha-saturate+
78 +logic-op+
79 +func-add-ext+
80 +min-ext+
81 +max-ext+
82 +func-subtract-ext+
83 +func-reverse-subtract-ext+
84 +alpha-min-sgix+
85 +alpha-max-sgix+
86 +front+
87 +back+
88 +front-and-back+
89 +ambient+
90 +diffuse+
91 +specular+
92 +emission+
93 +ambient-and-diffuse+
94 +byte+
95 +unsigned-byte+
96 +short+
97 +unsigned-short+
98 +int+
99 +unsigned-int+
100 +float+
101 +double+
102 +color-table-scale-sgi+
103 +color-table-bias-sgi+
104 +color-table-sgi+
105 +post-convolution-color-table-sgi+
106 +post-color-matrix-color-table-sgi+
107 +proxy-color-table-sgi+
108 +proxy-post-convolution-color-table-sgi+
109 +proxy-post-color-matrix-color-table-sgi+
110 +texture-color-table-sgi+
111 +proxy-texture-color-table-sgi+
112 +reduce-ext+
113 +convolution-border-mode-ext+
114 +convolution-filter-scale-ext+
115 +convolution-filter-bias-ext+
116 +convolution-1d-ext+
117 +convolution-2d-ext+
118 +none+
119 +front-left+
120 +front-right+
121 +back-left+
122 +back-right+
123 +left+
124 +right+
125 +aux0+
126 +aux1+
127 +aux2+
128 +aux3+
129 +fog+
130 +lighting+
131 +texture-1d+
132 +texture-2d+
133 +line-stipple+
134 +polygon-stipple+
135 +cull-face+
136 +alpha-test+
137 +blend+
138 +index-logic-op+
139 +color-logic-op+
140 +dither+
141 +stencil-test+
142 +depth-test+
143 +clip-plane0+
144 +clip-plane1+
145 +clip-plane2+
146 +clip-plane3+
147 +clip-plane4+
148 +clip-plane5+
149 +light0+
150 +light1+
151 +light2+
152 +light3+
153 +light4+
154 +light5+
155 +light6+
156 +light7+
157 +texture-gen-s+
158 +texture-gen-t+
159 +texture-gen-r+
160 +texture-gen-q+
161 +map1-vertex-3+
162 +map1-vertex-4+
163 +map1-color-4+
164 +map1-index+
165 +map1-normal+
166 +map1-texture-coord-1+
167 +map1-texture-coord-2+
168 +map1-texture-coord-3+
169 +map1-texture-coord-4+
170 +map2-vertex-3+
171 +map2-vertex-4+
172 +map2-color-4+
173 +map2-index+
174 +map2-normal+
175 +map2-texture-coord-1+
176 +map2-texture-coord-2+
177 +map2-texture-coord-3+
178 +map2-texture-coord-4+
179 +point-smooth+
180 +line-smooth+
181 +polygon-smooth+
182 +scissor-test+
183 +color-material+
184 +normalize+
185 +auto-normal+
186 +polygon-offset-point+
187 +polygon-offset-line+
188 +polygon-offset-fill+
189 +vertex-array+
190 +normal-array+
191 +color-array+
192 +index-array+
193 +texture-coord-array+
194 +edge-flag-array+
195 +separable-2d-ext+
196 +histogram-ext+
197 +minmax-ext+
198 +rescale-normal-ext+
199 +shared-texture-palette-ext+
200 +texture-3d-ext+
201 +multisample-sgis+
202 +sample-alpha-to-mask-sgis+
203 +sample-alpha-to-one-sgis+
204 +sample-mask-sgis+
205 +texture-4d-sgis+
206 +async-histogram-sgix+
207 +async-tex-image-sgix+
208 +async-draw-pixels-sgix+
209 +async-read-pixels-sgix+
210 +calligraphic-fragment-sgix+
211 +fog-offset-sgix+
212 +fragment-lighting-sgix+
213 +fragment-color-material-sgix+
214 +fragment-light0-sgix+
215 +fragment-light1-sgix+
216 +fragment-light2-sgix+
217 +fragment-light3-sgix+
218 +fragment-light4-sgix+
219 +fragment-light5-sgix+
220 +fragment-light6-sgix+
221 +fragment-light7-sgix+
222 +framezoom-sgix+
223 +interlace-sgix+
224 +ir-instrument1-sgix+
225 +pixel-tex-gen-sgix+
226 +pixel-texture-sgis+
227 +reference-plane-sgix+
228 +sprite-sgix+
229 +no-error+
230 +invalid-enum+
231 +invalid-value+
232 +invalid-operation+
233 +stack-overflow+
234 +stack-underflow+
235 +out-of-memory+
236 +table-too-large-ext+
237 +texture-too-large-ext+
238 +2d+
239 +3d+
240 +3d-color+
241 +3d-color-texture+
242 +4d-color-texture+
243 +pass-through-token+
244 +point-token+
245 +line-token+
246 +polygon-token+
247 +bitmap-token+
248 +draw-pixel-token+
249 +copy-pixel-token+
250 +line-reset-token+
251 +texture-deformation-bit-sgix+
252 +geometry-deformation-bit-sgix+
253 +geometry-deformation-sgix+
254 +texture-deformation-sgix+
255 +linear+
256 +exp+
257 +exp2+
258 +fog-func-sgis+
259 +fog-color+
260 +fog-density+
261 +fog-end+
262 +fog-index+
263 +fog-mode+
264 +fog-start+
265 +fog-offset-value-sgix+
266 +fragment-light-model-local-viewer-sgix+
267 +fragment-light-model-two-side-sgix+
268 +fragment-light-model-ambient-sgix+
269 +fragment-light-model-normal-interpolation-sgix+
270 +cw+
271 +ccw+
272 +color-table-format-sgi+
273 +color-table-width-sgi+
274 +color-table-red-size-sgi+
275 +color-table-green-size-sgi+
276 +color-table-blue-size-sgi+
277 +color-table-alpha-size-sgi+
278 +color-table-luminance-size-sgi+
279 +color-table-intensity-size-sgi+
280 +convolution-format-ext+
281 +convolution-width-ext+
282 +convolution-height-ext+
283 +max-convolution-width-ext+
284 +max-convolution-height-ext+
285 +histogram-width-ext+
286 +histogram-format-ext+
287 +histogram-red-size-ext+
288 +histogram-green-size-ext+
289 +histogram-blue-size-ext+
290 +histogram-alpha-size-ext+
291 +histogram-luminance-size-ext+
292 +histogram-sink-ext+
293 +coeff+
294 +order+
295 +domain+
296 +minmax-format-ext+
297 +minmax-sink-ext+
298 +pixel-map-i-to-i+
299 +pixel-map-s-to-s+
300 +pixel-map-i-to-r+
301 +pixel-map-i-to-g+
302 +pixel-map-i-to-b+
303 +pixel-map-i-to-a+
304 +pixel-map-r-to-r+
305 +pixel-map-g-to-g+
306 +pixel-map-b-to-b+
307 +pixel-map-a-to-a+
308 +vertex-array-pointer+
309 +normal-array-pointer+
310 +color-array-pointer+
311 +index-array-pointer+
312 +texture-coord-array-pointer+
313 +edge-flag-array-pointer+
314 +feedback-buffer-pointer+
315 +selection-buffer-pointer+
316 +instrument-buffer-pointer-sgix+
317 +current-color+
318 +current-index+
319 +current-normal+
320 +current-texture-coords+
321 +current-raster-color+
322 +current-raster-index+
323 +current-raster-texture-coords+
324 +current-raster-position+
325 +current-raster-position-valid+
326 +current-raster-distance+
327 +point-size+
328 +point-size-range+
329 +point-size-granularity+
330 +line-width+
331 +line-width-range+
332 +line-width-granularity+
333 +line-stipple-pattern+
334 +line-stipple-repeat+
335 +smooth-point-size-range+
336 +smooth-point-size-granularity+
337 +smooth-line-width-range+
338 +smooth-line-width-granularity+
339 +aliased-point-size-range+
340 +aliased-line-width-range+
341 +list-mode+
342 +max-list-nesting+
343 +list-base+
344 +list-index+
345 +polygon-mode+
346 +edge-flag+
347 +cull-face-mode+
348 +front-face+
349 +light-model-local-viewer+
350 +light-model-two-side+
351 +light-model-ambient+
352 +shade-model+
353 +color-material-face+
354 +color-material-parameter+
355 +depth-range+
356 +depth-writemask+
357 +depth-clear-value+
358 +depth-func+
359 +accum-clear-value+
360 +stencil-clear-value+
361 +stencil-func+
362 +stencil-value-mask+
363 +stencil-fail+
364 +stencil-pass-depth-fail+
365 +stencil-pass-depth-pass+
366 +stencil-ref+
367 +stencil-writemask+
368 +matrix-mode+
369 +viewport+
370 +modelview-stack-depth+
371 +projection-stack-depth+
372 +texture-stack-depth+
373 +modelview-matrix+
374 +projection-matrix+
375 +texture-matrix+
376 +attrib-stack-depth+
377 +client-attrib-stack-depth+
378 +alpha-test-func+
379 +alpha-test-ref+
380 +blend-dst+
381 +blend-src+
382 +logic-op-mode+
383 +aux-buffers+
384 +draw-buffer+
385 +read-buffer+
386 +scissor-box+
387 +index-clear-value+
388 +index-writemask+
389 +color-clear-value+
390 +color-writemask+
391 +index-mode+
392 +rgba-mode+
393 +doublebuffer+
394 +stereo+
395 +render-mode+
396 +perspective-correction-hint+
397 +point-smooth-hint+
398 +line-smooth-hint+
399 +polygon-smooth-hint+
400 +fog-hint+
401 +pixel-map-i-to-i-size+
402 +pixel-map-s-to-s-size+
403 +pixel-map-i-to-r-size+
404 +pixel-map-i-to-g-size+
405 +pixel-map-i-to-b-size+
406 +pixel-map-i-to-a-size+
407 +pixel-map-r-to-r-size+
408 +pixel-map-g-to-g-size+
409 +pixel-map-b-to-b-size+
410 +pixel-map-a-to-a-size+
411 +unpack-swap-bytes+
412 +unpack-lsb-first+
413 +unpack-row-length+
414 +unpack-skip-rows+
415 +unpack-skip-pixels+
416 +unpack-alignment+
417 +pack-swap-bytes+
418 +pack-lsb-first+
419 +pack-row-length+
420 +pack-skip-rows+
421 +pack-skip-pixels+
422 +pack-alignment+
423 +map-color+
424 +map-stencil+
425 +index-shift+
426 +index-offset+
427 +red-scale+
428 +red-bias+
429 +zoom-x+
430 +zoom-y+
431 +green-scale+
432 +green-bias+
433 +blue-scale+
434 +blue-bias+
435 +alpha-scale+
436 +alpha-bias+
437 +depth-scale+
438 +depth-bias+
439 +max-eval-order+
440 +max-lights+
441 +max-clip-planes+
442 +max-texture-size+
443 +max-pixel-map-table+
444 +max-attrib-stack-depth+
445 +max-modelview-stack-depth+
446 +max-name-stack-depth+
447 +max-projection-stack-depth+
448 +max-texture-stack-depth+
449 +max-viewport-dims+
450 +max-client-attrib-stack-depth+
451 +subpixel-bits+
452 +index-bits+
453 +red-bits+
454 +green-bits+
455 +blue-bits+
456 +alpha-bits+
457 +depth-bits+
458 +stencil-bits+
459 +accum-red-bits+
460 +accum-green-bits+
461 +accum-blue-bits+
462 +accum-alpha-bits+
463 +name-stack-depth+
464 +map1-grid-domain+
465 +map1-grid-segments+
466 +map2-grid-domain+
467 +map2-grid-segments+
468 +feedback-buffer-size+
469 +feedback-buffer-type+
470 +selection-buffer-size+
471 +polygon-offset-units+
472 +polygon-offset-factor+
473 +texture-binding-1d+
474 +texture-binding-2d+
475 +texture-binding-3d+
476 +vertex-array-size+
477 +vertex-array-type+
478 +vertex-array-stride+
479 +normal-array-type+
480 +normal-array-stride+
481 +color-array-size+
482 +color-array-type+
483 +color-array-stride+
484 +index-array-type+
485 +index-array-stride+
486 +texture-coord-array-size+
487 +texture-coord-array-type+
488 +texture-coord-array-stride+
489 +edge-flag-array-stride+
490 +light-model-color-control+
491 +blend-color-ext+
492 +blend-equation-ext+
493 +pack-cmyk-hint-ext+
494 +unpack-cmyk-hint-ext+
495 +post-convolution-red-scale-ext+
496 +post-convolution-green-scale-ext+
497 +post-convolution-blue-scale-ext+
498 +post-convolution-alpha-scale-ext+
499 +post-convolution-red-bias-ext+
500 +post-convolution-green-bias-ext+
501 +post-convolution-blue-bias-ext+
502 +post-convolution-alpha-bias-ext+
503 +polygon-offset-bias-ext+
504 +texture-3d-binding-ext+
505 +pack-skip-images-ext+
506 +pack-image-height-ext+
507 +unpack-skip-images-ext+
508 +unpack-image-height-ext+
509 +max-3d-texture-size-ext+
510 +vertex-array-count-ext+
511 +normal-array-count-ext+
512 +color-array-count-ext+
513 +index-array-count-ext+
514 +texture-coord-array-count-ext+
515 +edge-flag-array-count-ext+
516 +detail-texture-2d-binding-sgis+
517 +fog-func-points-sgis+
518 +max-fog-func-points-sgis+
519 +generate-mipmap-hint-sgis+
520 +sample-buffers-sgis+
521 +samples-sgis+
522 +sample-mask-value-sgis+
523 +sample-mask-invert-sgis+
524 +sample-pattern-sgis+
525 +point-size-min-sgis+
526 +point-size-max-sgis+
527 +point-fade-threshold-size-sgis+
528 +distance-attenuation-sgis+
529 +pack-skip-volumes-sgis+
530 +pack-image-depth-sgis+
531 +unpack-skip-volumes-sgis+
532 +unpack-image-depth-sgis+
533 +max-4d-texture-size-sgis+
534 +texture-4d-binding-sgis+
535 +async-marker-sgix+
536 +max-async-histogram-sgix+
537 +max-async-tex-image-sgix+
538 +max-async-draw-pixels-sgix+
539 +max-async-read-pixels-sgix+
540 +max-clipmap-virtual-depth-sgix+
541 +max-clipmap-depth-sgix+
542 +convolution-hint-sgix+
543 +fragment-color-material-face-sgix+
544 +fragment-color-material-parameter-sgix+
545 +max-fragment-lights-sgix+
546 +max-active-lights-sgix+
547 +light-env-mode-sgix+
548 +framezoom-factor-sgix+
549 +max-framezoom-factor-sgix+
550 +instrument-measurements-sgix+
551 +pixel-tex-gen-mode-sgix+
552 +pixel-tile-best-alignment-sgix+
553 +pixel-tile-cache-increment-sgix+
554 +pixel-tile-width-sgix+
555 +pixel-tile-height-sgix+
556 +pixel-tile-grid-width-sgix+
557 +pixel-tile-grid-height-sgix+
558 +pixel-tile-grid-depth-sgix+
559 +pixel-tile-cache-size-sgix+
560 +deformations-mask-sgix+
561 +reference-plane-equation-sgix+
562 +sprite-mode-sgix+
563 +sprite-axis-sgix+
564 +sprite-translation-sgix+
565 +pack-subsample-rate-sgix+
566 +unpack-subsample-rate-sgix+
567 +pack-resample-sgix+
568 +unpack-resample-sgix+
569 +post-texture-filter-bias-range-sgix+
570 +post-texture-filter-scale-range-sgix+
571 +vertex-preclip-sgix+
572 +vertex-preclip-hint-sgix+
573 +color-matrix-sgi+
574 +color-matrix-stack-depth-sgi+
575 +max-color-matrix-stack-depth-sgi+
576 +post-color-matrix-red-scale-sgi+
577 +post-color-matrix-green-scale-sgi+
578 +post-color-matrix-blue-scale-sgi+
579 +post-color-matrix-alpha-scale-sgi+
580 +post-color-matrix-red-bias-sgi+
581 +post-color-matrix-green-bias-sgi+
582 +post-color-matrix-blue-bias-sgi+
583 +post-color-matrix-alpha-bias-sgi+
584 +texture-mag-filter+
585 +texture-min-filter+
586 +texture-wrap-s+
587 +texture-wrap-t+
588 +texture-width+
589 +texture-height+
590 +texture-internal-format+
591 +texture-components+
592 +texture-border-color+
593 +texture-border+
594 +texture-red-size+
595 +texture-green-size+
596 +texture-blue-size+
597 +texture-alpha-size+
598 +texture-luminance-size+
599 +texture-intensity-size+
600 +texture-priority+
601 +texture-resident+
602 +texture-depth-ext+
603 +texture-wrap-r-ext+
604 +detail-texture-level-sgis+
605 +detail-texture-mode-sgis+
606 +detail-texture-func-points-sgis+
607 +generate-mipmap-sgis+
608 +sharpen-texture-func-points-sgis+
609 +texture-filter4-size-sgis+
610 +texture-min-lod-sgis+
611 +texture-max-lod-sgis+
612 +texture-base-level-sgis+
613 +texture-max-level-sgis+
614 +dual-texture-select-sgis+
615 +quad-texture-select-sgis+
616 +texture-4dsize-sgis+
617 +texture-wrap-q-sgis+
618 +texture-clipmap-center-sgix+
619 +texture-clipmap-frame-sgix+
620 +texture-clipmap-offset-sgix+
621 +texture-clipmap-virtual-depth-sgix+
622 +texture-clipmap-lod-offset-sgix+
623 +texture-clipmap-depth-sgix+
624 +texture-compare-sgix+
625 +texture-compare-operator-sgix+
626 +texture-lequal-r-sgix+
627 +texture-gequal-r-sgix+
628 +shadow-ambient-sgix+
629 +texture-max-clamp-s-sgix+
630 +texture-max-clamp-t-sgix+
631 +texture-max-clamp-r-sgix+
632 +texture-lod-bias-s-sgix+
633 +texture-lod-bias-t-sgix+
634 +texture-lod-bias-r-sgix+
635 +post-texture-filter-bias-sgix+
636 +post-texture-filter-scale-sgix+
637 +dont-care+
638 +fastest+
639 +nicest+
640 +texture-multi-buffer-hint-sgix+
641 +proxy-histogram-ext+
642 +replace+
643 +modulate+
644 +single-color+
645 +separate-specular-color+
646 +position+
647 +spot-direction+
648 +spot-exponent+
649 +spot-cutoff+
650 +constant-attenuation+
651 +linear-attenuation+
652 +quadratic-attenuation+
653 +compile+
654 +compile-and-execute+
655 +2-bytes+
656 +3-bytes+
657 +4-bytes+
658 +double-ext+
659 +list-priority-sgix+
660 +clear+
661 +and+
662 +and-reverse+
663 +copy+
664 +and-inverted+
665 +noop+
666 +xor+
667 +or+
668 +nor+
669 +equiv+
670 +invert+
671 +or-reverse+
672 +copy-inverted+
673 +or-inverted+
674 +nand+
675 +set+
676 +shininess+
677 +color-indexes+
678 +modelview+
679 +projection+
680 +texture+
681 +point+
682 +line+
683 +fill+
684 +color+
685 +depth+
686 +stencil+
687 +color-index+
688 +stencil-index+
689 +depth-component+
690 +red+
691 +green+
692 +blue+
693 +alpha+
694 +rgb+
695 +rgba+
696 +luminance+
697 +luminance-alpha+
698 +abgr-ext+
699 +cmyk-ext+
700 +cmyka-ext+
701 +r5-g6-b5-icc-sgix+
702 +r5-g6-b5-a8-icc-sgix+
703 +alpha16-icc-sgix+
704 +luminance16-icc-sgix+
705 +luminance16-alpha8-icc-sgix+
706 +ycrcb-422-sgix+
707 +ycrcb-444-sgix+
708 +resample-replicate-sgix+
709 +resample-zero-fill-sgix+
710 +resample-decimate-sgix+
711 +pixel-subsample-4444-sgix+
712 +pixel-subsample-2424-sgix+
713 +pixel-subsample-4242-sgix+
714 +pixel-tex-gen-alpha-replace-sgix+
715 +pixel-tex-gen-alpha-no-replace-sgix+
716 +pixel-tex-gen-alpha-ms-sgix+
717 +pixel-tex-gen-alpha-ls-sgix+
718 +pixel-fragment-rgb-source-sgis+
719 +pixel-fragment-alpha-source-sgis+
720 +bitmap+
721 +unsigned-byte-3-3-2-ext+
722 +unsigned-short-4-4-4-4-ext+
723 +unsigned-short-5-5-5-1-ext+
724 +unsigned-int-8-8-8-8-ext+
725 +unsigned-int-10-10-10-2-ext+
726 +render+
727 +feedback+
728 +select+
729 +1pass-sgis+
730 +2pass-0-sgis+
731 +2pass-1-sgis+
732 +4pass-0-sgis+
733 +4pass-1-sgis+
734 +4pass-2-sgis+
735 +4pass-3-sgis+
736 +flat+
737 +smooth+
738 +keep+
739 +incr+
740 +decr+
741 +vendor+
742 +renderer+
743 +version+
744 +extensions+
745 +s+
746 +t+
747 +r+
748 +q+
749 +decal+
750 +replace-ext+
751 +texture-env-bias-sgix+
752 +texture-env-mode+
753 +texture-env-color+
754 +texture-env+
755 +filter4-sgis+
756 +eye-linear+
757 +object-linear+
758 +sphere-map+
759 +eye-distance-to-point-sgis+
760 +object-distance-to-point-sgis+
761 +eye-distance-to-line-sgis+
762 +object-distance-to-line-sgis+
763 +texture-gen-mode+
764 +object-plane+
765 +eye-plane+
766 +eye-point-sgis+
767 +object-point-sgis+
768 +eye-line-sgis+
769 +object-line-sgis+
770 +nearest+
771 +linear-detail-sgis+
772 +linear-detail-alpha-sgis+
773 +linear-detail-color-sgis+
774 +linear-sharpen-sgis+
775 +linear-sharpen-alpha-sgis+
776 +linear-sharpen-color-sgis+
777 +pixel-tex-gen-q-ceiling-sgix+
778 +pixel-tex-gen-q-round-sgix+
779 +pixel-tex-gen-q-floor-sgix+
780 +nearest-mipmap-nearest+
781 +linear-mipmap-nearest+
782 +nearest-mipmap-linear+
783 +linear-mipmap-linear+
784 +linear-clipmap-linear-sgix+
785 +nearest-clipmap-nearest-sgix+
786 +nearest-clipmap-linear-sgix+
787 +linear-clipmap-nearest-sgix+
788 +proxy-texture-1d+
789 +proxy-texture-2d+
790 +proxy-texture-3d-ext+
791 +detail-texture-2d-sgis+
792 +proxy-texture-4d-sgis+
793 +clamp+
794 +repeat+
795 +clamp-to-border-sgis+
796 +clamp-to-edge-sgis+
797 +r3-g3-b2+
798 +alpha4+
799 +alpha8+
800 +alpha12+
801 +alpha16+
802 +luminance4+
803 +luminance8+
804 +luminance12+
805 +luminance16+
806 +luminance4-alpha4+
807 +luminance6-alpha2+
808 +luminance8-alpha8+
809 +luminance12-alpha4+
810 +luminance12-alpha12+
811 +luminance16-alpha16+
812 +intensity+
813 +intensity4+
814 +intensity8+
815 +intensity12+
816 +intensity16+
817 +rgb4+
818 +rgb5+
819 +rgb8+
820 +rgb10+
821 +rgb12+
822 +rgb16+
823 +rgba2+
824 +rgba4+
825 +rgb5-a1+
826 +rgba8+
827 +rgb10-a2+
828 +rgba12+
829 +rgba16+
830 +rgb2-ext+
831 +dual-alpha4-sgis+
832 +dual-alpha8-sgis+
833 +dual-alpha12-sgis+
834 +dual-alpha16-sgis+
835 +dual-luminance4-sgis+
836 +dual-luminance8-sgis+
837 +dual-luminance12-sgis+
838 +dual-luminance16-sgis+
839 +dual-intensity4-sgis+
840 +dual-intensity8-sgis+
841 +dual-intensity12-sgis+
842 +dual-intensity16-sgis+
843 +dual-luminance-alpha4-sgis+
844 +dual-luminance-alpha8-sgis+
845 +quad-alpha4-sgis+
846 +quad-alpha8-sgis+
847 +quad-luminance4-sgis+
848 +quad-luminance8-sgis+
849 +quad-intensity4-sgis+
850 +quad-intensity8-sgis+
851 +depth-component16-sgix+
852 +depth-component24-sgix+
853 +depth-component32-sgix+
854 +rgb-icc-sgix+
855 +rgba-icc-sgix+
856 +alpha-icc-sgix+
857 +luminance-icc-sgix+
858 +intensity-icc-sgix+
859 +luminance-alpha-icc-sgix+
860 +intensity16-icc-sgix+
861 +v2f+
862 +v3f+
863 +c4ub-v2f+
864 +c4ub-v3f+
865 +c3f-v3f+
866 +n3f-v3f+
867 +c4f-n3f-v3f+
868 +t2f-v3f+
869 +t4f-v4f+
870 +t2f-c4ub-v3f+
871 +t2f-c3f-v3f+
872 +t2f-n3f-v3f+
873 +t2f-c4f-n3f-v3f+
874 +t4f-c4f-n3f-v4f+
875 +func-subtract+
876 +func-reverse-subtract+
877 +unsigned-byte-3-3-2+
878 +unsigned-short-4-4-4-4+
879 +unsigned-short-5-5-5-1+
880 +unsigned-int-8-8-8-8+
881 +unsigned-int-10-10-10-2+
882 +unsigned-byte-2-3-3-rev+
883 +unsigned-byte-2-3-3-rev-ext+
884 +unsigned-short-5-6-5+
885 +unsigned-short-5-6-5-ext+
886 +unsigned-short-5-6-5-rev+
887 +unsigned-short-5-6-5-rev-ext+
888 +unsigned-short-4-4-4-4-rev+
889 +unsigned-short-4-4-4-4-rev-ext+
890 +unsigned-short-1-5-5-5-rev+
891 +unsigned-short-1-5-5-5-rev-ext+
892 +unsigned-int-8-8-8-8-rev+
893 +unsigned-int-8-8-8-8-rev-ext+
894 +unsigned-int-2-10-10-10-rev+
895 +unsigned-int-2-10-10-10-rev-ext+
896 +rescale-normal+
897 +alpha4-ext+
898 +alpha8-ext+
899 +alpha12-ext+
900 +alpha16-ext+
901 +luminance4-ext+
902 +luminance8-ext+
903 +luminance12-ext+
904 +luminance16-ext+
905 +luminance4-alpha4-ext+
906 +luminance6-alpha2-ext+
907 +luminance8-alpha8-ext+
908 +luminance12-alpha4-ext+
909 +luminance12-alpha12-ext+
910 +luminance16-alpha16-ext+
911 +intensity-ext+
912 +intensity4-ext+
913 +intensity8-ext+
914 +intensity12-ext+
915 +intensity16-ext+
916 +rgb4-ext+
917 +rgb5-ext+
918 +rgb8-ext+
919 +rgb10-ext+
920 +rgb12-ext+
921 +rgb16-ext+
922 +rgba2-ext+
923 +rgba4-ext+
924 +rgb5-a1-ext+
925 +rgba8-ext+
926 +rgb10-a2-ext+
927 +rgba12-ext+
928 +rgba16-ext+
929 +texture-red-size-ext+
930 +texture-green-size-ext+
931 +texture-blue-size-ext+
932 +texture-alpha-size-ext+
933 +texture-luminance-size-ext+
934 +texture-intensity-size-ext+
935 +proxy-texture-1d-ext+
936 +proxy-texture-2d-ext+
937 +color-matrix+
938 +color-matrix-stack-depth+
939 +max-color-matrix-stack-depth+
940 +post-color-matrix-red-scale+
941 +post-color-matrix-green-scale+
942 +post-color-matrix-blue-scale+
943 +post-color-matrix-alpha-scale+
944 +post-color-matrix-red-bias+
945 +post-color-matrix-green-bias+
946 +post-color-matrix-blue-bias+
947 +post-color-matrix-alpha-bias+
948 +bgr+
949 +bgr-ext+
950 +bgra+
951 +bgra-ext+
952 +clamp-to-border+
953 +clamp-to-border-arb+
954 +clamp-to-edge+
955 +texture-min-lod+
956 +texture-max-lod+
957 +texture-base-level+
958 +texture-max-level+
959 +ignore-border-hp+
960 +constant-border+
961 +constant-border-hp+
962 +replicate-border+
963 +replicate-border-hp+
964 +convolution-border-color+
965 +convolution-border-color-hp+
966 +generate-mipmap+
967 +generate-mipmap-hint+
968 +max-deformation-order-sgix+
969 +depth-component16+
970 +depth-component24+
971 +depth-component32+
972 +light-model-color-control-ext+
973 +single-color-ext+
974 +separate-specular-color-ext+
975 +fog-factor-to-alpha-sgix+
976 +compressed-rgb-s3tc-dxt1-ext+
977 +compressed-rgba-s3tc-dxt1-ext+
978 +compressed-rgba-s3tc-dxt3-ext+
979 +compressed-rgba-s3tc-dxt5-ext+
980 +constant-color+
981 +one-minus-constant-color+
982 +constant-alpha+
983 +one-minus-constant-alpha+
984 +blend-color+
985 +func-add+
986 +min+
987 +max+
988 +blend-equation+
989 +convolution-1d+
990 +convolution-2d+
991 +separable-2d+
992 +convolution-border-mode+
993 +convolution-filter-scale+
994 +convolution-filter-bias+
995 +reduce+
996 +convolution-format+
997 +convolution-width+
998 +convolution-height+
999 +max-convolution-width+
1000 +max-convolution-height+
1001 +post-convolution-red-scale+
1002 +post-convolution-green-scale+
1003 +post-convolution-blue-scale+
1004 +post-convolution-alpha-scale+
1005 +post-convolution-red-bias+
1006 +post-convolution-green-bias+
1007 +post-convolution-blue-bias+
1008 +post-convolution-alpha-bias+
1009 +histogram+
1010 +proxy-histogram+
1011 +histogram-width+
1012 +histogram-format+
1013 +histogram-red-size+
1014 +histogram-green-size+
1015 +histogram-blue-size+
1016 +histogram-alpha-size+
1017 +histogram-luminance-size+
1018 +histogram-sink+
1019 +minmax+
1020 +minmax-format+
1021 +minmax-sink+
1022 +table-too-large+
1023 +color-table+
1024 +post-convolution-color-table+
1025 +post-color-matrix-color-table+
1026 +proxy-color-table+
1027 +proxy-post-convolution-color-table+
1028 +proxy-post-color-matrix-color-table+
1029 +color-table-scale+
1030 +color-table-bias+
1031 +color-table-format+
1032 +color-table-width+
1033 +color-table-red-size+
1034 +color-table-green-size+
1035 +color-table-blue-size+
1036 +color-table-alpha-size+
1037 +color-table-luminance-size+
1038 +color-table-intensity-size+
1039 +normal-map-arb+
1040 +reflection-map-arb+
1041 +texture-cube-map-arb+
1042 +texture-binding-cube-map-arb+
1043 +texture-cube-map-positive-x-arb+
1044 +texture-cube-map-negative-x-arb+
1045 +texture-cube-map-positive-y-arb+
1046 +texture-cube-map-negative-y-arb+
1047 +texture-cube-map-positive-z-arb+
1048 +texture-cube-map-negative-z-arb+
1049 +proxy-texture-cube-map-arb+
1050 +max-cube-map-texture-size-arb+
1051 +combine-arb+
1052 +combine-rgb-arb+
1053 +combine-alpha-arb+
1054 +source0-rgb-arb+
1055 +source1-rgb-arb+
1056 +source2-rgb-arb+
1057 +source0-alpha-arb+
1058 +source1-alpha-arb+
1059 +source2-alpha-arb+
1060 +operand0-rgb-arb+
1061 +operand1-rgb-arb+
1062 +operand2-rgb-arb+
1063 +operand0-alpha-arb+
1064 +operand1-alpha-arb+
1065 +operand2-alpha-arb+
1066 +rgb-scale-arb+
1067 +add-signed-arb+
1068 +interpolate-arb+
1069 +subtract-arb+
1070 +constant-arb+
1071 +primary-color-arb+
1072 +previous-arb+
1073 +dot3-rgb-arb+
1074 +dot3-rgba-arb+
1075 +mirrored-repeat-arb+
1076 +depth-component16-arb+
1077 +depth-component24-arb+
1078 +depth-component32-arb+
1079 +texture-depth-size-arb+
1080 +depth-texture-mode-arb+
1081 +texture-compare-mode-arb+
1082 +texture-compare-func-arb+
1083 +compare-r-to-texture-arb+
1084 +texture-compare-fail-value-arb+
1085 +fragment-program-arb+
1086 +program-alu-instructions-arb+
1087 +program-tex-instructions-arb+
1088 +program-tex-indirections-arb+
1089 +program-native-alu-instructions-arb+
1090 +program-native-tex-instructions-arb+
1091 +program-native-tex-indirections-arb+
1092 +max-program-alu-instructions-arb+
1093 +max-program-tex-instructions-arb+
1094 +max-program-tex-indirections-arb+
1095 +max-program-native-alu-instructions-arb+
1096 +max-program-native-tex-instructions-arb+
1097 +max-program-native-tex-indirections-arb+
1098 +max-texture-coords-arb+
1099 +max-texture-image-units-arb+
1100 +fragment-shader-arb+
1101 +max-fragment-uniform-components-arb+
1102 +fragment-shader-derivative-hint-arb+
1103 +shading-language-version-arb+
1104 +point-sprite-arb+
1105 +coord-replace-arb+
1106 +texture-rectangle-arb+
1107 +texture-binding-rectangle-arb+
1108 +proxy-texture-rectangle-arb+
1109 +max-rectangle-texture-size-arb+
1110 +half-float-arb+
1111 +texture-red-type-arb+
1112 +texture-green-type-arb+
1113 +texture-blue-type-arb+
1114 +texture-alpha-type-arb+
1115 +texture-luminance-type-arb+
1116 +texture-intensity-type-arb+
1117 +texture-depth-type-arb+
1118 +unsigned-normalized-arb+
1119 +rgba32f-arb+
1120 +rgb32f-arb+
1121 +alpha32f-arb+
1122 +intensity32f-arb+
1123 +luminance32f-arb+
1124 +luminance-alpha32f-arb+
1125 +rgba16f-arb+
1126 +rgb16f-arb+
1127 +alpha16f-arb+
1128 +intensity16f-arb+
1129 +luminance16f-arb+
1130 +luminance-alpha16f-arb+
1131 +pixel-pack-buffer-arb+
1132 +pixel-unpack-buffer-arb+
1133 +pixel-pack-buffer-binding-arb+
1134 +pixel-unpack-buffer-binding-arb+
1135 +vertex-data-hint-pgi+
1136 +vertex-consistent-hint-pgi+
1137 +material-side-hint-pgi+
1138 +max-vertex-hint-pgi+
1139 +color3-bit-pgi+
1140 +color4-bit-pgi+
1141 +edgeflag-bit-pgi+
1142 +index-bit-pgi+
1143 +mat-ambient-bit-pgi+
1144 +mat-ambient-and-diffuse-bit-pgi+
1145 +mat-diffuse-bit-pgi+
1146 +mat-emission-bit-pgi+
1147 +mat-color-indexes-bit-pgi+
1148 +mat-shininess-bit-pgi+
1149 +mat-specular-bit-pgi+
1150 +normal-bit-pgi+
1151 +texcoord1-bit-pgi+
1152 +texcoord2-bit-pgi+
1153 +texcoord3-bit-pgi+
1154 +texcoord4-bit-pgi+
1155 +vertex23-bit-pgi+
1156 +vertex4-bit-pgi+
1157 +clip-volume-clipping-hint-ext+
1158 +iui-v2f-ext+
1159 +iui-v3f-ext+
1160 +iui-n3f-v2f-ext+
1161 +iui-n3f-v3f-ext+
1162 +t2f-iui-v2f-ext+
1163 +t2f-iui-v3f-ext+
1164 +t2f-iui-n3f-v2f-ext+
1165 +t2f-iui-n3f-v3f-ext+
1166 +raster-position-unclipped-ibm+
1167 +texture-lighting-mode-hp+
1168 +texture-post-specular-hp+
1169 +texture-pre-specular-hp+
1170 +phong-win+
1171 +phong-hint-win+
1172 +fog-specular-texture-win+
1173 +occlusion-test-hp+
1174 +occlusion-test-result-hp+
1175 +screen-coordinates-rend+
1176 +inverted-screen-w-rend+
1177 +combine-ext+
1178 +combine-rgb-ext+
1179 +combine-alpha-ext+
1180 +rgb-scale-ext+
1181 +add-signed-ext+
1182 +interpolate-ext+
1183 +constant-ext+
1184 +primary-color-ext+
1185 +previous-ext+
1186 +source0-rgb-ext+
1187 +source1-rgb-ext+
1188 +source2-rgb-ext+
1189 +source0-alpha-ext+
1190 +source1-alpha-ext+
1191 +source2-alpha-ext+
1192 +operand0-rgb-ext+
1193 +operand1-rgb-ext+
1194 +operand2-rgb-ext+
1195 +operand0-alpha-ext+
1196 +operand1-alpha-ext+
1197 +operand2-alpha-ext+
1198 +light-model-specular-vector-apple+
1199 +transform-hint-apple+
1200 +fog-scale-sgix+
1201 +fog-scale-value-sgix+
1202 +red-min-clamp-ingr+
1203 +green-min-clamp-ingr+
1204 +blue-min-clamp-ingr+
1205 +alpha-min-clamp-ingr+
1206 +red-max-clamp-ingr+
1207 +green-max-clamp-ingr+
1208 +blue-max-clamp-ingr+
1209 +alpha-max-clamp-ingr+
1210 +interlace-read-ingr+
1211 +incr-wrap-ext+
1212 +decr-wrap-ext+
1213 +422-ext+
1214 +422-rev-ext+
1215 +422-average-ext+
1216 +422-rev-average-ext+
1217 +normal-map-nv+
1218 +reflection-map-nv+
1219 +normal-map-ext+
1220 +reflection-map-ext+
1221 +texture-cube-map-ext+
1222 +texture-binding-cube-map-ext+
1223 +texture-cube-map-positive-x-ext+
1224 +texture-cube-map-negative-x-ext+
1225 +texture-cube-map-positive-y-ext+
1226 +texture-cube-map-negative-y-ext+
1227 +texture-cube-map-positive-z-ext+
1228 +texture-cube-map-negative-z-ext+
1229 +proxy-texture-cube-map-ext+
1230 +max-cube-map-texture-size-ext+
1231 +wrap-border-sun+
1232 +max-texture-lod-bias-ext+
1233 +texture-filter-control-ext+
1234 +texture-lod-bias-ext+
1235 +texture-max-anisotropy-ext+
1236 +max-texture-max-anisotropy-ext+
1237 +max-shininess-nv+
1238 +max-spot-exponent-nv+
1239 +fog-distance-mode-nv+
1240 +eye-radial-nv+
1241 +eye-plane-absolute-nv+
1242 +emboss-light-nv+
1243 +emboss-constant-nv+
1244 +emboss-map-nv+
1245 +combine4-nv+
1246 +source3-rgb-nv+
1247 +source3-alpha-nv+
1248 +operand3-rgb-nv+
1249 +operand3-alpha-nv+
1250 +cull-vertex-ibm+
1251 +ycrcb-sgix+
1252 +ycrcba-sgix+
1253 +depth-pass-instrument-sgix+
1254 +depth-pass-instrument-counters-sgix+
1255 +depth-pass-instrument-max-sgix+
1256 +compressed-rgb-fxt1-3dfx+
1257 +compressed-rgba-fxt1-3dfx+
1258 +multisample-3dfx+
1259 +sample-buffers-3dfx+
1260 +samples-3dfx+
1261 +multisample-bit-3dfx+
1262 +dot3-rgb-ext+
1263 +dot3-rgba-ext+
1264 +mirror-clamp-ati+
1265 +mirror-clamp-to-edge-ati+
1266 +mirrored-repeat-ibm+
1267 +depth-stencil-nv+
1268 +unsigned-int-24-8-nv+
1269 +texture-rectangle-nv+
1270 +texture-binding-rectangle-nv+
1271 +proxy-texture-rectangle-nv+
1272 +max-rectangle-texture-size-nv+
1273 +offset-texture-rectangle-nv+
1274 +offset-texture-rectangle-scale-nv+
1275 +dot-product-texture-rectangle-nv+
1276 +rgba-unsigned-dot-product-mapping-nv+
1277 +unsigned-int-s8-s8-8-8-nv+
1278 +unsigned-int-8-8-s8-s8-rev-nv+
1279 +dsdt-mag-intensity-nv+
1280 +shader-consistent-nv+
1281 +texture-shader-nv+
1282 +shader-operation-nv+
1283 +cull-modes-nv+
1284 +offset-texture-matrix-nv+
1285 +offset-texture-scale-nv+
1286 +offset-texture-bias-nv+
1287 +offset-texture-2d-matrix-nv+
1288 +offset-texture-2d-scale-nv+
1289 +offset-texture-2d-bias-nv+
1290 +previous-texture-input-nv+
1291 +const-eye-nv+
1292 +pass-through-nv+
1293 +cull-fragment-nv+
1294 +offset-texture-2d-nv+
1295 +dependent-ar-texture-2d-nv+
1296 +dependent-gb-texture-2d-nv+
1297 +dot-product-nv+
1298 +dot-product-depth-replace-nv+
1299 +dot-product-texture-2d-nv+
1300 +dot-product-texture-cube-map-nv+
1301 +dot-product-diffuse-cube-map-nv+
1302 +dot-product-reflect-cube-map-nv+
1303 +dot-product-const-eye-reflect-cube-map-nv+
1304 +hilo-nv+
1305 +dsdt-nv+
1306 +dsdt-mag-nv+
1307 +dsdt-mag-vib-nv+
1308 +hilo16-nv+
1309 +signed-hilo-nv+
1310 +signed-hilo16-nv+
1311 +signed-rgba-nv+
1312 +signed-rgba8-nv+
1313 +signed-rgb-nv+
1314 +signed-rgb8-nv+
1315 +signed-luminance-nv+
1316 +signed-luminance8-nv+
1317 +signed-luminance-alpha-nv+
1318 +signed-luminance8-alpha8-nv+
1319 +signed-alpha-nv+
1320 +signed-alpha8-nv+
1321 +signed-intensity-nv+
1322 +signed-intensity8-nv+
1323 +dsdt8-nv+
1324 +dsdt8-mag8-nv+
1325 +dsdt8-mag8-intensity8-nv+
1326 +signed-rgb-unsigned-alpha-nv+
1327 +signed-rgb8-unsigned-alpha8-nv+
1328 +hi-scale-nv+
1329 +lo-scale-nv+
1330 +ds-scale-nv+
1331 +dt-scale-nv+
1332 +magnitude-scale-nv+
1333 +vibrance-scale-nv+
1334 +hi-bias-nv+
1335 +lo-bias-nv+
1336 +ds-bias-nv+
1337 +dt-bias-nv+
1338 +magnitude-bias-nv+
1339 +vibrance-bias-nv+
1340 +texture-border-values-nv+
1341 +texture-hi-size-nv+
1342 +texture-lo-size-nv+
1343 +texture-ds-size-nv+
1344 +texture-dt-size-nv+
1345 +texture-mag-size-nv+
1346 +dot-product-texture-3d-nv+
1347 +vertex-array-range-without-flush-nv+
1348 +scalebias-hint-sgix+
1349 +interlace-oml+
1350 +interlace-read-oml+
1351 +format-subsample-24-24-oml+
1352 +format-subsample-244-244-oml+
1353 +pack-resample-oml+
1354 +unpack-resample-oml+
1355 +resample-replicate-oml+
1356 +resample-zero-fill-oml+
1357 +resample-average-oml+
1358 +resample-decimate-oml+
1359 +depth-stencil-to-rgba-nv+
1360 +depth-stencil-to-bgra-nv+
1361 +slice-accum-sun+
1362 +multisample-filter-hint-nv+
1363 +depth-clamp-nv+
1364 +offset-projective-texture-2d-nv+
1365 +offset-projective-texture-2d-scale-nv+
1366 +offset-projective-texture-rectangle-nv+
1367 +offset-projective-texture-rectangle-scale-nv+
1368 +offset-hilo-texture-2d-nv+
1369 +offset-hilo-texture-rectangle-nv+
1370 +offset-hilo-projective-texture-2d-nv+
1371 +offset-hilo-projective-texture-rectangle-nv+
1372 +dependent-hilo-texture-2d-nv+
1373 +dependent-rgb-texture-3d-nv+
1374 +dependent-rgb-texture-cube-map-nv+
1375 +dot-product-pass-through-nv+
1376 +dot-product-texture-1d-nv+
1377 +dot-product-affine-depth-replace-nv+
1378 +hilo8-nv+
1379 +signed-hilo8-nv+
1380 +force-blue-to-one-nv+
1381 +text-fragment-shader-ati+
1382 +unpack-client-storage-apple+
1383 +ycbcr-422-apple+
1384 +unsigned-short-8-8-apple+
1385 +unsigned-short-8-8-rev-apple+
1386 +rgb-s3tc+
1387 +rgb4-s3tc+
1388 +rgba-s3tc+
1389 +rgba4-s3tc+
1390 +type-rgba-float-ati+
1391 +color-clear-unclamped-value-ati+
1392 +modulate-add-ati+
1393 +modulate-signed-add-ati+
1394 +modulate-subtract-ati+
1395 +rgba-float32-ati+
1396 +rgb-float32-ati+
1397 +alpha-float32-ati+
1398 +intensity-float32-ati+
1399 +luminance-float32-ati+
1400 +luminance-alpha-float32-ati+
1401 +rgba-float16-ati+
1402 +rgb-float16-ati+
1403 +alpha-float16-ati+
1404 +intensity-float16-ati+
1405 +luminance-float16-ati+
1406 +luminance-alpha-float16-ati+
1407 +float-r-nv+
1408 +float-rg-nv+
1409 +float-rgb-nv+
1410 +float-rgba-nv+
1411 +float-r16-nv+
1412 +float-r32-nv+
1413 +float-rg16-nv+
1414 +float-rg32-nv+
1415 +float-rgb16-nv+
1416 +float-rgb32-nv+
1417 +float-rgba16-nv+
1418 +float-rgba32-nv+
1419 +texture-float-components-nv+
1420 +float-clear-color-value-nv+
1421 +float-rgba-mode-nv+
1422 +texture-unsigned-remap-mode-nv+
1423 +implementation-color-read-type-oes+
1424 +implementation-color-read-format-oes+
1425 +mirror-clamp-ext+
1426 +mirror-clamp-to-edge-ext+
1427 +mirror-clamp-to-border-ext+
1428 +pack-invert-mesa+
1429 +unsigned-short-8-8-mesa+
1430 +unsigned-short-8-8-rev-mesa+
1431 +ycbcr-mesa+
1432 +pixel-pack-buffer-ext+
1433 +pixel-unpack-buffer-ext+
1434 +pixel-pack-buffer-binding-ext+
1435 +pixel-unpack-buffer-binding-ext+
1436 +max-program-exec-instructions-nv+
1437 +max-program-call-depth-nv+
1438 +max-program-if-depth-nv+
1439 +max-program-loop-depth-nv+
1440 +max-program-loop-count-nv+
1441 +max-vertex-texture-image-units-arb+
1442 +depth-stencil-ext+
1443 +unsigned-int-24-8-ext+
1444 +depth24-stencil8-ext+
1445 +texture-stencil-size-ext+
1446 +srgb-ext+
1447 +srgb8-ext+
1448 +srgb-alpha-ext+
1449 +srgb8-alpha8-ext+
1450 +sluminance-alpha-ext+
1451 +sluminance8-alpha8-ext+
1452 +sluminance-ext+
1453 +sluminance8-ext+
1454 +compressed-srgb-ext+
1455 +compressed-srgb-alpha-ext+
1456 +compressed-sluminance-ext+
1457 +compressed-sluminance-alpha-ext+
1458 +compressed-srgb-s3tc-dxt1-ext+
1459 +compressed-srgb-alpha-s3tc-dxt1-ext+
1460 +compressed-srgb-alpha-s3tc-dxt3-ext+
1461 +compressed-srgb-alpha-s3tc-dxt5-ext+
1462 +texture-1d-stack-mesax+
1463 +texture-2d-stack-mesax+
1464 +proxy-texture-1d-stack-mesax+
1465 +proxy-texture-2d-stack-mesax+
1466 +texture-1d-stack-binding-mesax+
1467 +texture-2d-stack-binding-mesax+
1468 +r11f-g11f-b10f-ext+
1469 +unsigned-int-10f-11f-11f-rev-ext+
1470 +rgba-signed-components-ext+
1471 +texture-1d-array-ext+
1472 +proxy-texture-1d-array-ext+
1473 +texture-2d-array-ext+
1474 +proxy-texture-2d-array-ext+
1475 +texture-binding-1d-array-ext+
1476 +texture-binding-2d-array-ext+
1477 +max-array-texture-layers-ext+
1478 +compare-ref-depth-to-texture-ext+
1479 +framebuffer-attachment-texture-layer-ext+
1480 +compressed-luminance-latc1-ext+
1481 +compressed-signed-luminance-latc1-ext+
1482 +compressed-luminance-alpha-latc2-ext+
1483 +compressed-signed-luminance-alpha-latc2-ext+
1484 +compressed-red-rgtc1-ext+
1485 +compressed-signed-red-rgtc1-ext+
1486 +compressed-red-green-rgtc2-ext+
1487 +compressed-signed-red-green-rgtc2-ext+
1488 +rgb9-e5-ext+
1489 +unsigned-int-5-9-9-9-rev-ext+
1490 +texture-shared-size-ext+
1491 +framebuffer-srgb-ext+
1492 +framebuffer-srgb-capable-ext+
1493 list-base
1494 gen-lists
1495 delete-lists
1496 call-lists
1497 call-list
1498 end-list
1499 new-list
1500 vertex-4sv
1501 vertex-4s
1502 vertex-4iv
1503 vertex-4i
1504 vertex-4fv
1505 vertex-4f
1506 vertex-4dv
1507 vertex-4d
1508 vertex-3sv
1509 vertex-3s
1510 vertex-3iv
1511 vertex-3i
1512 vertex-3fv
1513 vertex-3f
1514 vertex-3dv
1515 vertex-3d
1516 vertex-2sv
1517 vertex-2s
1518 vertex-2iv
1519 vertex-2i
1520 vertex-2fv
1521 vertex-2f
1522 vertex-2dv
1523 vertex-2d
1524 tex-coord-4sv
1525 tex-coord-4s
1526 tex-coord-4iv
1527 tex-coord-4i
1528 tex-coord-4fv
1529 tex-coord-4f
1530 tex-coord-4dv
1531 tex-coord-4d
1532 tex-coord-3sv
1533 tex-coord-3s
1534 tex-coord-3iv
1535 tex-coord-3i
1536 tex-coord-3fv
1537 tex-coord-3f
1538 tex-coord-3dv
1539 tex-coord-3d
1540 tex-coord-2sv
1541 tex-coord-2s
1542 tex-coord-2iv
1543 tex-coord-2i
1544 tex-coord-2fv
1545 tex-coord-2f
1546 tex-coord-2dv
1547 tex-coord-2d
1548 tex-coord-1sv
1549 tex-coord-1s
1550 tex-coord-1iv
1551 tex-coord-1i
1552 tex-coord-1fv
1553 tex-coord-1f
1554 tex-coord-1dv
1555 tex-coord-1d
1556 rect-sv
1557 rect-s
1558 rect-iv
1559 rect-i
1560 rect-fv
1561 rect-f
1562 rect-dv
1563 rect-d
1564 raster-pos-4sv
1565 raster-pos-4s
1566 raster-pos-4iv
1567 raster-pos-4i
1568 raster-pos-4fv
1569 raster-pos-4f
1570 raster-pos-4dv
1571 raster-pos-4d
1572 raster-pos-3sv
1573 raster-pos-3s
1574 raster-pos-3iv
1575 raster-pos-3i
1576 raster-pos-3fv
1577 raster-pos-3f
1578 raster-pos-3dv
1579 raster-pos-3d
1580 raster-pos-2sv
1581 raster-pos-2s
1582 raster-pos-2iv
1583 raster-pos-2i
1584 raster-pos-2fv
1585 raster-pos-2f
1586 raster-pos-2dv
1587 raster-pos-2d
1588 normal-3sv
1589 normal-3s
1590 normal-3iv
1591 normal-3i
1592 normal-3fv
1593 normal-3f
1594 normal-3dv
1595 normal-3d
1596 normal-3bv
1597 normal-3b
1598 index-sv
1599 index-s
1600 index-iv
1601 index-i
1602 index-fv
1603 index-f
1604 index-dv
1605 index-d
1606 end
1607 edge-flagv
1608 edge-flag
1609 color-4usv
1610 color-4us
1611 color-4uiv
1612 color-4ui
1613 color-4ubv
1614 color-4ub
1615 color-4sv
1616 color-4s
1617 color-4iv
1618 color-4i
1619 color-4fv
1620 color-4f
1621 color-4dv
1622 color-4d
1623 color-4bv
1624 color-4b
1625 color-3usv
1626 color-3us
1627 color-3uiv
1628 color-3ui
1629 color-3ubv
1630 color-3ub
1631 color-3sv
1632 color-3s
1633 color-3iv
1634 color-3i
1635 color-3fv
1636 color-3f
1637 color-3dv
1638 color-3d
1639 color-3bv
1640 color-3b
1641 bitmap
1642 begin
1643 tex-gen-iv
1644 tex-gen-i
1645 tex-gen-fv
1646 tex-gen-f
1647 tex-gen-dv
1648 tex-gen-d
1649 tex-env-iv
1650 tex-env-i
1651 tex-env-fv
1652 tex-env-f
1653 tex-image-2d
1654 tex-image-1d
1655 tex-parameter-iv
1656 tex-parameter-i
1657 tex-parameter-fv
1658 tex-parameter-f
1659 shade-model
1660 scissor
1661 polygon-stipple
1662 polygon-mode
1663 point-size
1664 material-iv
1665 material-i
1666 material-fv
1667 material-f
1668 line-width
1669 line-stipple
1670 light-model-iv
1671 light-model-i
1672 light-model-fv
1673 light-model-f
1674 light-iv
1675 light-i
1676 light-fv
1677 light-f
1678 hint
1679 front-face
1680 fog-iv
1681 fog-i
1682 fog-fv
1683 fog-f
1684 cull-face
1685 color-material
1686 clip-plane
1687 push-name
1688 pop-name
1689 pass-through
1690 load-name
1691 init-names
1692 render-mode
1693 select-buffer
1694 feedback-buffer
1695 index-mask
1696 depth-mask
1697 color-mask
1698 stencil-mask
1699 clear-depth
1700 clear-stencil
1701 clear-color
1702 clear-index
1703 clear-accum
1704 clear
1705 draw-buffer
1706 push-attrib
1707 pop-attrib
1708 flush
1709 finish
1710 enable
1711 disable
1712 accum
1713 eval-point-2
1714 eval-mesh-2
1715 eval-point-1
1716 eval-mesh-1
1717 eval-coord-2fv
1718 eval-coord-2f
1719 eval-coord-2dv
1720 eval-coord-2d
1721 eval-coord-1fv
1722 eval-coord-1f
1723 eval-coord-1dv
1724 eval-coord-1d
1725 map-grid-2f
1726 map-grid-2d
1727 map-grid-1f
1728 map-grid-1d
1729 map-2f
1730 map-2d
1731 map-1f
1732 map-1d
1733 depth-func
1734 stencil-op
1735 stencil-func
1736 logic-op
1737 blend-func
1738 alpha-func
1739 draw-pixels
1740 read-pixels
1741 copy-pixels
1742 read-buffer
1743 pixel-map-usv
1744 pixel-map-uiv
1745 pixel-map-fv
1746 pixel-store-i
1747 pixel-store-f
1748 pixel-transfer-i
1749 pixel-transfer-f
1750 pixel-zoom
1751 is-list
1752 is-enabled
1753 get-tex-level-parameter-iv
1754 get-tex-level-parameter-fv
1755 get-tex-parameter-iv
1756 get-tex-parameter-fv
1757 get-tex-image
1758 get-tex-gen-iv
1759 get-tex-gen-fv
1760 get-tex-gen-dv
1761 get-tex-env-iv
1762 get-tex-env-fv
1763 get-string
1764 get-polygon-stipple
1765 get-pixel-map-usv
1766 get-pixel-map-uiv
1767 get-pixel-map-fv
1768 get-material-iv
1769 get-material-fv
1770 get-map-iv
1771 get-map-fv
1772 get-map-dv
1773 get-light-iv
1774 get-light-fv
1775 get-integerv
1776 get-floatv
1777 get-error
1778 get-doublev
1779 get-clip-plane
1780 get-booleanv
1781 viewport
1782 translate-f
1783 translate-d
1784 scale-f
1785 scale-d
1786 rotate-f
1787 rotate-d
1788 push-matrix
1789 pop-matrix
1790 ortho
1791 mult-matrix-d
1792 mult-matrix-f
1793 matrix-mode
1794 load-matrix-d
1795 load-matrix-f
1796 load-identity
1797 frustum
1798 depth-range
1799 push-client-attrib
1800 pop-client-attrib
1801 index-ubv
1802 index-ub
1803 prioritize-textures
1804 is-texture
1805 gen-textures
1806 delete-textures
1807 bind-texture
1808 are-textures-resident
1809 tex-sub-image-2d
1810 tex-sub-image-1d
1811 copy-tex-sub-image-2d
1812 copy-tex-sub-image-1d
1813 copy-tex-image-2d
1814 copy-tex-image-1d
1815 polygon-offset
1816 vertex-pointer
1817 tex-coord-pointer
1818 normal-pointer
1819 interleaved-arrays
1820 index-pointer
1821 get-pointerv
1822 enable-client-state
1823 edge-flag-pointer
1824 draw-elements
1825 draw-arrays
1826 disable-client-state
1827 color-pointer
1828 array-element
1829 +max-elements-vertices+
1830 +max-elements-indices+
1831 copy-tex-sub-image-3d
1832 tex-sub-image-3d
1833 tex-image-3d
1834 reset-minmax
1835 reset-histogram
1836 minmax
1837 histogram
1838 get-minmax-parameter-iv
1839 get-minmax-parameter-fv
1840 get-minmax
1841 get-histogram-parameter-iv
1842 get-histogram-parameter-fv
1843 get-histogram
1844 separable-filter-2d
1845 get-separable-filter
1846 get-convolution-parameter-iv
1847 get-convolution-parameter-fv
1848 get-convolution-filter
1849 copy-convolution-filter-2d
1850 copy-convolution-filter-1d
1851 convolution-parameter-iv
1852 convolution-parameter-i
1853 convolution-parameter-fv
1854 convolution-parameter-f
1855 convolution-filter-2d
1856 convolution-filter-1d
1857 copy-color-sub-table
1858 color-sub-table
1859 get-color-table-parameter-iv
1860 get-color-table-parameter-fv
1861 get-color-table
1862 copy-color-table
1863 color-table-parameter-iv
1864 color-table-parameter-fv
1865 color-table
1866 draw-range-elements
1867 blend-equation
1868 blend-color
1869 +texture0+
1870 +texture1+
1871 +texture2+
1872 +texture3+
1873 +texture4+
1874 +texture5+
1875 +texture6+
1876 +texture7+
1877 +texture8+
1878 +texture9+
1879 +texture10+
1880 +texture11+
1881 +texture12+
1882 +texture13+
1883 +texture14+
1884 +texture15+
1885 +texture16+
1886 +texture17+
1887 +texture18+
1888 +texture19+
1889 +texture20+
1890 +texture21+
1891 +texture22+
1892 +texture23+
1893 +texture24+
1894 +texture25+
1895 +texture26+
1896 +texture27+
1897 +texture28+
1898 +texture29+
1899 +texture30+
1900 +texture31+
1901 +active-texture+
1902 +client-active-texture+
1903 +max-texture-units+
1904 +transpose-modelview-matrix+
1905 +transpose-projection-matrix+
1906 +transpose-texture-matrix+
1907 +transpose-color-matrix+
1908 +multisample-bit+
1909 +normal-map+
1910 +reflection-map+
1911 +texture-cube-map+
1912 +texture-binding-cube-map+
1913 +texture-cube-map-positive-x+
1914 +texture-cube-map-negative-x+
1915 +texture-cube-map-positive-y+
1916 +texture-cube-map-negative-y+
1917 +texture-cube-map-positive-z+
1918 +texture-cube-map-negative-z+
1919 +proxy-texture-cube-map+
1920 +max-cube-map-texture-size+
1921 +compressed-alpha+
1922 +compressed-luminance+
1923 +compressed-luminance-alpha+
1924 +compressed-intensity+
1925 +compressed-rgb+
1926 +compressed-rgba+
1927 +texture-compression-hint+
1928 +texture-compressed-image-size+
1929 +texture-compressed+
1930 +num-compressed-texture-formats+
1931 +compressed-texture-formats+
1932 +combine+
1933 +combine-rgb+
1934 +combine-alpha+
1935 +source0-rgb+
1936 +source1-rgb+
1937 +source2-rgb+
1938 +source0-alpha+
1939 +source1-alpha+
1940 +source2-alpha+
1941 +operand0-rgb+
1942 +operand1-rgb+
1943 +operand2-rgb+
1944 +operand0-alpha+
1945 +operand1-alpha+
1946 +operand2-alpha+
1947 +rgb-scale+
1948 +add-signed+
1949 +interpolate+
1950 +subtract+
1951 +constant+
1952 +primary-color+
1953 +previous+
1954 +dot3-rgb+
1955 +dot3-rgba+
1956 get-compressed-tex-image
1957 compressed-tex-sub-image-1d
1958 compressed-tex-sub-image-2d
1959 compressed-tex-sub-image-3d
1960 compressed-tex-image-1d
1961 compressed-tex-image-2d
1962 compressed-tex-image-3d
1963 sample-coverage
1964 mult-transpose-matrix-d
1965 mult-transpose-matrix-f
1966 load-transpose-matrix-d
1967 load-transpose-matrix-f
1968 multi-tex-coord-4sv
1969 multi-tex-coord-4s
1970 multi-tex-coord-4iv
1971 multi-tex-coord-4i
1972 multi-tex-coord-4fv
1973 multi-tex-coord-4f
1974 multi-tex-coord-4dv
1975 multi-tex-coord-4d
1976 multi-tex-coord-3sv
1977 multi-tex-coord-3s
1978 multi-tex-coord-3iv
1979 multi-tex-coord-3i
1980 multi-tex-coord-3fv
1981 multi-tex-coord-3f
1982 multi-tex-coord-3dv
1983 multi-tex-coord-3d
1984 multi-tex-coord-2sv
1985 multi-tex-coord-2s
1986 multi-tex-coord-2iv
1987 multi-tex-coord-2i
1988 multi-tex-coord-2fv
1989 multi-tex-coord-2f
1990 multi-tex-coord-2dv
1991 multi-tex-coord-2d
1992 multi-tex-coord-1sv
1993 multi-tex-coord-1s
1994 multi-tex-coord-1iv
1995 multi-tex-coord-1i
1996 multi-tex-coord-1fv
1997 multi-tex-coord-1f
1998 multi-tex-coord-1dv
1999 multi-tex-coord-1d
2000 client-active-texture
2001 active-texture
2002 +blend-dst-rgb+
2003 +blend-src-rgb+
2004 +blend-dst-alpha+
2005 +blend-src-alpha+
2006 +mirrored-repeat+
2007 +fog-coordinate-source+
2008 +fog-coordinate+
2009 +fragment-depth+
2010 +current-fog-coordinate+
2011 +fog-coordinate-array-type+
2012 +fog-coordinate-array-stride+
2013 +fog-coordinate-array-pointer+
2014 +fog-coordinate-array+
2015 +color-sum+
2016 +current-secondary-color+
2017 +secondary-color-array-size+
2018 +secondary-color-array-type+
2019 +secondary-color-array-stride+
2020 +secondary-color-array-pointer+
2021 +secondary-color-array+
2022 +max-texture-lod-bias+
2023 +texture-filter-control+
2024 +texture-lod-bias+
2025 +incr-wrap+
2026 +decr-wrap+
2027 +texture-depth-size+
2028 +depth-texture-mode+
2029 +texture-compare-mode+
2030 +texture-compare-func+
2031 +compare-r-to-texture+
2032 window-pos-3sv
2033 window-pos-3s
2034 window-pos-3iv
2035 window-pos-3i
2036 window-pos-3fv
2037 window-pos-3f
2038 window-pos-3dv
2039 window-pos-3d
2040 window-pos-2sv
2041 window-pos-2s
2042 window-pos-2iv
2043 window-pos-2i
2044 window-pos-2fv
2045 window-pos-2f
2046 window-pos-2dv
2047 window-pos-2d
2048 secondary-color-pointer
2049 secondary-color-3usv
2050 secondary-color-3us
2051 secondary-color-3uiv
2052 secondary-color-3ui
2053 secondary-color-3ubv
2054 secondary-color-3ub
2055 secondary-color-3sv
2056 secondary-color-3s
2057 secondary-color-3iv
2058 secondary-color-3i
2059 secondary-color-3fv
2060 secondary-color-3f
2061 secondary-color-3dv
2062 secondary-color-3d
2063 secondary-color-3bv
2064 secondary-color-3b
2065 point-parameter-iv
2066 point-parameter-i
2067 point-parameter-fv
2068 point-parameter-f
2069 multi-draw-elements
2070 multi-draw-arrays
2071 fog-coord-pointer
2072 fog-coord-dv
2073 fog-coord-d
2074 fog-coord-fv
2075 fog-coord-f
2076 blend-func-separate
2077 +buffer-size+
2078 +buffer-usage+
2079 +query-counter-bits+
2080 +current-query+
2081 +query-result+
2082 +query-result-available+
2083 +array-buffer+
2084 +element-array-buffer+
2085 +array-buffer-binding+
2086 +element-array-buffer-binding+
2087 +vertex-array-buffer-binding+
2088 +normal-array-buffer-binding+
2089 +color-array-buffer-binding+
2090 +index-array-buffer-binding+
2091 +texture-coord-array-buffer-binding+
2092 +edge-flag-array-buffer-binding+
2093 +secondary-color-array-buffer-binding+
2094 +fog-coordinate-array-buffer-binding+
2095 +weight-array-buffer-binding+
2096 +vertex-attrib-array-buffer-binding+
2097 +read-only+
2098 +write-only+
2099 +read-write+
2100 +buffer-access+
2101 +buffer-mapped+
2102 +buffer-map-pointer+
2103 +stream-draw+
2104 +stream-read+
2105 +stream-copy+
2106 +static-draw+
2107 +static-read+
2108 +static-copy+
2109 +dynamic-draw+
2110 +dynamic-read+
2111 +dynamic-copy+
2112 +samples-passed+
2113 +fog-coord-src+
2114 +fog-coord+
2115 +current-fog-coord+
2116 +fog-coord-array-type+
2117 +fog-coord-array-stride+
2118 +fog-coord-array-pointer+
2119 +fog-coord-array+
2120 +fog-coord-array-buffer-binding+
2121 +src0-rgb+
2122 +src1-rgb+
2123 +src2-rgb+
2124 +src0-alpha+
2125 +src1-alpha+
2126 +src2-alpha+
2127 get-buffer-pointerv
2128 get-buffer-parameter-iv
2129 unmap-buffer
2130 map-buffer
2131 get-buffer-sub-data
2132 buffer-sub-data
2133 buffer-data
2134 is-buffer
2135 gen-buffers
2136 delete-buffers
2137 bind-buffer
2138 get-query-object-uiv
2139 get-query-object-iv
2140 get-query-iv
2141 end-query
2142 begin-query
2143 is-query
2144 delete-queries
2145 gen-queries
2146 +blend-equation-rgb+
2147 +vertex-attrib-array-enabled+
2148 +vertex-attrib-array-size+
2149 +vertex-attrib-array-stride+
2150 +vertex-attrib-array-type+
2151 +current-vertex-attrib+
2152 +vertex-program-point-size+
2153 +vertex-program-two-side+
2154 +vertex-attrib-array-pointer+
2155 +stencil-back-func+
2156 +stencil-back-fail+
2157 +stencil-back-pass-depth-fail+
2158 +stencil-back-pass-depth-pass+
2159 +max-draw-buffers+
2160 +draw-buffer0+
2161 +draw-buffer1+
2162 +draw-buffer2+
2163 +draw-buffer3+
2164 +draw-buffer4+
2165 +draw-buffer5+
2166 +draw-buffer6+
2167 +draw-buffer7+
2168 +draw-buffer8+
2169 +draw-buffer9+
2170 +draw-buffer10+
2171 +draw-buffer11+
2172 +draw-buffer12+
2173 +draw-buffer13+
2174 +draw-buffer14+
2175 +draw-buffer15+
2176 +blend-equation-alpha+
2177 +point-sprite+
2178 +coord-replace+
2179 +max-vertex-attribs+
2180 +vertex-attrib-array-normalized+
2181 +max-texture-coords+
2182 +max-texture-image-units+
2183 +fragment-shader+
2184 +vertex-shader+
2185 +max-fragment-uniform-components+
2186 +max-vertex-uniform-components+
2187 +max-varying-floats+
2188 +max-vertex-texture-image-units+
2189 +max-combined-texture-image-units+
2190 +shader-type+
2191 +float-vec2+
2192 +float-vec3+
2193 +float-vec4+
2194 +int-vec2+
2195 +int-vec3+
2196 +int-vec4+
2197 +bool+
2198 +bool-vec2+
2199 +bool-vec3+
2200 +bool-vec4+
2201 +float-mat2+
2202 +float-mat3+
2203 +float-mat4+
2204 +sampler-1d+
2205 +sampler-2d+
2206 +sampler-3d+
2207 +sampler-cube+
2208 +sampler-1d-shadow+
2209 +sampler-2d-shadow+
2210 +delete-status+
2211 +compile-status+
2212 +link-status+
2213 +validate-status+
2214 +info-log-length+
2215 +attached-shaders+
2216 +active-uniforms+
2217 +active-uniform-max-length+
2218 +shader-source-length+
2219 +active-attributes+
2220 +active-attribute-max-length+
2221 +fragment-shader-derivative-hint+
2222 +shading-language-version+
2223 +current-program+
2224 +point-sprite-coord-origin+
2225 +lower-left+
2226 +upper-left+
2227 +stencil-back-ref+
2228 +stencil-back-value-mask+
2229 +stencil-back-writemask+
2230 vertex-attrib-pointer
2231 vertex-attrib-4usv
2232 vertex-attrib-4uiv
2233 vertex-attrib-4ubv
2234 vertex-attrib-4sv
2235 vertex-attrib-4s
2236 vertex-attrib-4iv
2237 vertex-attrib-4fv
2238 vertex-attrib-4f
2239 vertex-attrib-4dv
2240 vertex-attrib-4d
2241 vertex-attrib-4bv
2242 vertex-attrib-4n-usv
2243 vertex-attrib-4n-uiv
2244 vertex-attrib-4n-ubv
2245 vertex-attrib-4n-ub
2246 vertex-attrib-4n-sv
2247 vertex-attrib-4n-iv
2248 vertex-attrib-4n-bv
2249 vertex-attrib-3sv
2250 vertex-attrib-3s
2251 vertex-attrib-3fv
2252 vertex-attrib-3f
2253 vertex-attrib-3dv
2254 vertex-attrib-3d
2255 vertex-attrib-2sv
2256 vertex-attrib-2s
2257 vertex-attrib-2fv
2258 vertex-attrib-2f
2259 vertex-attrib-2dv
2260 vertex-attrib-2d
2261 vertex-attrib-1sv
2262 vertex-attrib-1s
2263 vertex-attrib-1fv
2264 vertex-attrib-1f
2265 vertex-attrib-1dv
2266 vertex-attrib-1d
2267 validate-program
2268 uniform-matrix-4fv
2269 uniform-matrix-3fv
2270 uniform-matrix-2fv
2271 uniform-4iv
2272 uniform-3iv
2273 uniform-2iv
2274 uniform-1iv
2275 uniform-4fv
2276 uniform-3fv
2277 uniform-2fv
2278 uniform-1fv
2279 uniform-4i
2280 uniform-3i
2281 uniform-2i
2282 uniform-1i
2283 uniform-4f
2284 uniform-3f
2285 uniform-2f
2286 uniform-1f
2287 use-program
2288 shader-source
2289 link-program
2290 is-shader
2291 is-program
2292 get-vertex-attrib-pointerv
2293 get-vertex-attrib-iv
2294 get-vertex-attrib-fv
2295 get-vertex-attrib-dv
2296 get-uniform-iv
2297 get-uniform-fv
2298 get-uniform-location
2299 get-shader-source
2300 get-shader-info-log
2301 get-shader-iv
2302 get-program-info-log
2303 get-program-iv
2304 get-attrib-location
2305 get-attached-shaders
2306 get-active-uniform
2307 get-active-attrib
2308 enable-vertex-attrib-array
2309 disable-vertex-attrib-array
2310 detach-shader
2311 delete-shader
2312 delete-program
2313 create-shader
2314 create-program
2315 compile-shader
2316 bind-attrib-location
2317 attach-shader
2318 stencil-mask-separate
2319 stencil-func-separate
2320 stencil-op-separate
2321 draw-buffers
2322 blend-equation-separate
2323 +current-raster-secondary-color+
2324 +pixel-pack-buffer+
2325 +pixel-unpack-buffer+
2326 +pixel-pack-buffer-binding+
2327 +pixel-unpack-buffer-binding+
2328 +float-mat2x3+
2329 +float-mat2x4+
2330 +float-mat3x2+
2331 +float-mat3x4+
2332 +float-mat4x2+
2333 +float-mat4x3+
2334 +srgb+
2335 +srgb8+
2336 +srgb-alpha+
2337 +srgb8-alpha8+
2338 +sluminance-alpha+
2339 +sluminance8-alpha8+
2340 +sluminance+
2341 +sluminance8+
2342 +compressed-srgb+
2343 +compressed-srgb-alpha+
2344 +compressed-sluminance+
2345 +compressed-sluminance-alpha+
2346 uniform-matrix-4x-3fv
2347 uniform-matrix-3x-4fv
2348 uniform-matrix-4x-2fv
2349 uniform-matrix-2x-4fv
2350 uniform-matrix-3x-2fv
2351 uniform-matrix-2x-3fv
2352 blend-func-separate-ingr
2353 igloo-interface-sgix
2354 frame-terminator-gremedy
2355 +rgba32ui-ext+
2356 +rgb32ui-ext+
2357 +alpha32ui-ext+
2358 +intensity32ui-ext+
2359 +luminance32ui-ext+
2360 +luminance-alpha32ui-ext+
2361 +rgba16ui-ext+
2362 +rgb16ui-ext+
2363 +alpha16ui-ext+
2364 +intensity16ui-ext+
2365 +luminance16ui-ext+
2366 +luminance-alpha16ui-ext+
2367 +rgba8ui-ext+
2368 +rgb8ui-ext+
2369 +alpha8ui-ext+
2370 +intensity8ui-ext+
2371 +luminance8ui-ext+
2372 +luminance-alpha8ui-ext+
2373 +rgba32i-ext+
2374 +rgb32i-ext+
2375 +alpha32i-ext+
2376 +intensity32i-ext+
2377 +luminance32i-ext+
2378 +luminance-alpha32i-ext+
2379 +rgba16i-ext+
2380 +rgb16i-ext+
2381 +alpha16i-ext+
2382 +intensity16i-ext+
2383 +luminance16i-ext+
2384 +luminance-alpha16i-ext+
2385 +rgba8i-ext+
2386 +rgb8i-ext+
2387 +alpha8i-ext+
2388 +intensity8i-ext+
2389 +luminance8i-ext+
2390 +luminance-alpha8i-ext+
2391 +red-integer-ext+
2392 +green-integer-ext+
2393 +blue-integer-ext+
2394 +alpha-integer-ext+
2395 +rgb-integer-ext+
2396 +rgba-integer-ext+
2397 +bgr-integer-ext+
2398 +bgra-integer-ext+
2399 +luminance-integer-ext+
2400 +luminance-alpha-integer-ext+
2401 +rgba-integer-mode-ext+
2402 clear-color-i-ui-ext
2403 clear-color-i-i-ext
2404 get-tex-parameter-i-uiv-ext
2405 get-tex-parameter-i-iv-ext
2406 tex-parameter-i-uiv-ext
2407 tex-parameter-i-iv-ext
2408 +max-vertex-bindable-uniforms-ext+
2409 +max-fragment-bindable-uniforms-ext+
2410 +max-geometry-bindable-uniforms-ext+
2411 +max-bindable-uniform-size-ext+
2412 +uniform-buffer-ext+
2413 +uniform-buffer-binding-ext+
2414 get-uniform-offset-ext
2415 get-uniform-buffer-size-ext
2416 uniform-buffer-ext
2417 +back-primary-color-nv+
2418 +back-secondary-color-nv+
2419 +texture-coord-nv+
2420 +clip-distance-nv+
2421 +vertex-id-nv+
2422 +primitive-id-nv+
2423 +generic-attrib-nv+
2424 +transform-feedback-attribs-nv+
2425 +transform-feedback-buffer-mode-nv+
2426 +max-transform-feedback-separate-components-nv+
2427 +active-varyings-nv+
2428 +active-varying-max-length-nv+
2429 +transform-feedback-varyings-nv+
2430 +transform-feedback-buffer-start-nv+
2431 +transform-feedback-buffer-size-nv+
2432 +transform-feedback-record-nv+
2433 +primitives-generated-nv+
2434 +transform-feedback-primitives-written-nv+
2435 +rasterizer-discard-nv+
2436 +max-transform-feedback-interleaved-attribs-nv+
2437 +max-transform-feedback-separate-attribs-nv+
2438 +interleaved-attribs-nv+
2439 +separate-attribs-nv+
2440 +transform-feedback-buffer-nv+
2441 +transform-feedback-buffer-binding-nv+
2442 get-transform-feedback-varying-nv
2443 get-active-varying-nv
2444 get-varying-location-nv
2445 active-varying-nv
2446 transform-feedback-varyings-nv
2447 bind-buffer-base-nv
2448 bind-buffer-offset-nv
2449 bind-buffer-range-nv
2450 transform-feedback-attribs-nv
2451 end-transform-feedback-nv
2452 begin-transform-feedback-nv
2453 is-enabled-indexed-ext
2454 disable-indexed-ext
2455 enable-indexed-ext
2456 get-integer-indexed-v-ext
2457 get-boolean-indexed-v-ext
2458 color-mask-indexed-ext
2459 +max-program-parameter-buffer-bindings-nv+
2460 +max-program-parameter-buffer-size-nv+
2461 +vertex-program-parameter-buffer-nv+
2462 +geometry-program-parameter-buffer-nv+
2463 +fragment-program-parameter-buffer-nv+
2464 program-buffer-parameters-i-uiv-nv
2465 program-buffer-parameters-i-iv-nv
2466 program-buffer-parameters-fv-nv
2467 +renderbuffer-coverage-samples-nv+
2468 +renderbuffer-color-samples-nv+
2469 +max-multisample-coverage-modes-nv+
2470 +multisample-coverage-modes-nv+
2471 renderbuffer-storage-multisample-coverage-nv
2472 +depth-component32f-nv+
2473 +depth32f-stencil8-nv+
2474 +float-32-unsigned-int-24-8-rev-nv+
2475 +depth-buffer-float-mode-nv+
2476 depth-bounds-d-nv
2477 clear-depth-d-nv
2478 depth-ranged-nv
2479 +texture-buffer-ext+
2480 +max-texture-buffer-size-ext+
2481 +texture-binding-buffer-ext+
2482 +texture-buffer-data-store-binding-ext+
2483 +texture-buffer-format-ext+
2484 tex-buffer-ext
2485 draw-elements-instanced-ext
2486 draw-arrays-instanced-ext
2487 +sampler-1d-array-ext+
2488 +sampler-2d-array-ext+
2489 +sampler-buffer-ext+
2490 +sampler-1d-array-shadow-ext+
2491 +sampler-2d-array-shadow-ext+
2492 +sampler-cube-shadow-ext+
2493 +unsigned-int-vec2-ext+
2494 +unsigned-int-vec3-ext+
2495 +unsigned-int-vec4-ext+
2496 +int-sampler-1d-ext+
2497 +int-sampler-2d-ext+
2498 +int-sampler-3d-ext+
2499 +int-sampler-cube-ext+
2500 +int-sampler-2d-rect-ext+
2501 +int-sampler-1d-array-ext+
2502 +int-sampler-2d-array-ext+
2503 +int-sampler-buffer-ext+
2504 +unsigned-int-sampler-1d-ext+
2505 +unsigned-int-sampler-2d-ext+
2506 +unsigned-int-sampler-3d-ext+
2507 +unsigned-int-sampler-cube-ext+
2508 +unsigned-int-sampler-2d-rect-ext+
2509 +unsigned-int-sampler-1d-array-ext+
2510 +unsigned-int-sampler-2d-array-ext+
2511 +unsigned-int-sampler-buffer-ext+
2512 uniform-4uiv-ext
2513 uniform-3uiv-ext
2514 uniform-2uiv-ext
2515 uniform-1uiv-ext
2516 uniform-4ui-ext
2517 uniform-3ui-ext
2518 uniform-2ui-ext
2519 uniform-1ui-ext
2520 get-frag-data-location-ext
2521 bind-frag-data-location-ext
2522 get-uniform-uiv-ext
2523 +vertex-attrib-array-integer-nv+
2524 get-vertex-attrib-i-uiv-ext
2525 get-vertex-attrib-i-iv-ext
2526 vertex-attrib-ipointer-ext
2527 vertex-attrib-i-4usv-ext
2528 vertex-attrib-i-4ubv-ext
2529 vertex-attrib-i-4sv-ext
2530 vertex-attrib-i-4bv-ext
2531 vertex-attrib-i-4uiv-ext
2532 vertex-attrib-i-3uiv-ext
2533 vertex-attrib-i-2uiv-ext
2534 vertex-attrib-i-1uiv-ext
2535 vertex-attrib-i-4iv-ext
2536 vertex-attrib-i-3iv-ext
2537 vertex-attrib-i-2iv-ext
2538 vertex-attrib-i-1iv-ext
2539 vertex-attrib-i-4ui-ext
2540 vertex-attrib-i-3ui-ext
2541 vertex-attrib-i-2ui-ext
2542 vertex-attrib-i-1ui-ext
2543 vertex-attrib-i-4i-ext
2544 vertex-attrib-i-3i-ext
2545 vertex-attrib-i-2i-ext
2546 vertex-attrib-i-1i-ext
2547 +geometry-shader-ext+
2548 +max-geometry-varying-components-ext+
2549 +max-vertex-varying-components-ext+
2550 +max-varying-components-ext+
2551 +max-geometry-uniform-components-ext+
2552 +max-geometry-output-vertices-ext+
2553 +max-geometry-total-output-components-ext+
2554 program-parameter-i-ext
2555 +lines-adjacency-ext+
2556 +line-strip-adjacency-ext+
2557 +triangles-adjacency-ext+
2558 +triangle-strip-adjacency-ext+
2559 +geometry-program-nv+
2560 +max-program-output-vertices-nv+
2561 +max-program-total-output-components-nv+
2562 +geometry-vertices-out-ext+
2563 +geometry-input-type-ext+
2564 +geometry-output-type-ext+
2565 +max-geometry-texture-image-units-ext+
2566 +framebuffer-attachment-layered-ext+
2567 +framebuffer-incomplete-layer-targets-ext+
2568 +framebuffer-incomplete-layer-count-ext+
2569 +program-point-size-ext+
2570 framebuffer-texture-face-ext
2571 framebuffer-texture-layer-ext
2572 framebuffer-texture-ext
2573 program-vertex-limit-nv
2574 +min-program-texel-offset-nv+
2575 +max-program-texel-offset-nv+
2576 +program-attrib-components-nv+
2577 +program-result-components-nv+
2578 +max-program-attrib-components-nv+
2579 +max-program-result-components-nv+
2580 +max-program-generic-attribs-nv+
2581 +max-program-generic-results-nv+
2582 get-program-env-parameter-i-uiv-nv
2583 get-program-env-parameter-i-iv-nv
2584 get-program-local-parameter-i-uiv-nv
2585 get-program-local-parameter-i-iv-nv
2586 program-env-parameters-i-4uiv-nv
2587 program-env-parameter-i-4uiv-nv
2588 program-env-parameter-i-4ui-nv
2589 program-env-parameters-i-4iv-nv
2590 program-env-parameter-i-4iv-nv
2591 program-env-parameter-i-4i-nv
2592 program-local-parameters-i-4uiv-nv
2593 program-local-parameter-i-4uiv-nv
2594 program-local-parameter-i-4ui-nv
2595 program-local-parameters-i-4iv-nv
2596 program-local-parameter-i-4iv-nv
2597 program-local-parameter-i-4i-nv
2598 +buffer-serialized-modify-apple+
2599 +buffer-flushing-unmap-apple+
2600 flush-mapped-buffer-range-apple
2601 buffer-parameter-i-apple
2602 program-local-parameters-4fv-ext
2603 program-env-parameters-4fv-ext
2604 +time-elapsed-ext+
2605 get-query-objectui-64v-ext
2606 get-query-objecti-64v-ext
2607 +renderbuffer-samples-ext+
2608 +framebuffer-incomplete-multisample-ext+
2609 +max-samples-ext+
2610 renderbuffer-storage-multisample-ext
2611 +read-framebuffer-ext+
2612 +draw-framebuffer-ext+
2613 +read-framebuffer-binding-ext+
2614 +draw-framebuffer-binding-ext+
2615 blit-framebuffer-ext
2616 +stencil-tag-bits-ext+
2617 +stencil-clear-tag-value-ext+
2618 stencil-clear-tag-ext
2619 string-marker-gremedy
2620 +invalid-framebuffer-operation-ext+
2621 +max-renderbuffer-size-ext+
2622 +framebuffer-binding-ext+
2623 +renderbuffer-binding-ext+
2624 +framebuffer-attachment-object-type-ext+
2625 +framebuffer-attachment-object-name-ext+
2626 +framebuffer-attachment-texture-level-ext+
2627 +framebuffer-attachment-texture-cube-map-face-ext+
2628 +framebuffer-attachment-texture-3d-zoffset-ext+
2629 +framebuffer-complete-ext+
2630 +framebuffer-incomplete-attachment-ext+
2631 +framebuffer-incomplete-missing-attachment-ext+
2632 +framebuffer-incomplete-dimensions-ext+
2633 +framebuffer-incomplete-formats-ext+
2634 +framebuffer-incomplete-draw-buffer-ext+
2635 +framebuffer-incomplete-read-buffer-ext+
2636 +framebuffer-unsupported-ext+
2637 +max-color-attachments-ext+
2638 +color-attachment0-ext+
2639 +color-attachment1-ext+
2640 +color-attachment2-ext+
2641 +color-attachment3-ext+
2642 +color-attachment4-ext+
2643 +color-attachment5-ext+
2644 +color-attachment6-ext+
2645 +color-attachment7-ext+
2646 +color-attachment8-ext+
2647 +color-attachment9-ext+
2648 +color-attachment10-ext+
2649 +color-attachment11-ext+
2650 +color-attachment12-ext+
2651 +color-attachment13-ext+
2652 +color-attachment14-ext+
2653 +color-attachment15-ext+
2654 +depth-attachment-ext+
2655 +stencil-attachment-ext+
2656 +framebuffer-ext+
2657 +renderbuffer-ext+
2658 +renderbuffer-width-ext+
2659 +renderbuffer-height-ext+
2660 +renderbuffer-internal-format-ext+
2661 +stencil-index1-ext+
2662 +stencil-index4-ext+
2663 +stencil-index8-ext+
2664 +stencil-index16-ext+
2665 +renderbuffer-red-size-ext+
2666 +renderbuffer-green-size-ext+
2667 +renderbuffer-blue-size-ext+
2668 +renderbuffer-alpha-size-ext+
2669 +renderbuffer-depth-size-ext+
2670 +renderbuffer-stencil-size-ext+
2671 generate-mipmap-ext
2672 get-framebuffer-attachment-parameter-iv-ext
2673 framebuffer-renderbuffer-ext
2674 framebuffer-texture-3d-ext
2675 framebuffer-texture-2d-ext
2676 framebuffer-texture-1d-ext
2677 check-framebuffer-status-ext
2678 gen-framebuffers-ext
2679 delete-framebuffers-ext
2680 bind-framebuffer-ext
2681 is-framebuffer-ext
2682 get-renderbuffer-parameter-iv-ext
2683 renderbuffer-storage-ext
2684 gen-renderbuffers-ext
2685 delete-renderbuffers-ext
2686 bind-renderbuffer-ext
2687 is-renderbuffer-ext
2688 +blend-equation-rgb-ext+
2689 +blend-equation-alpha-ext+
2690 blend-equation-separate-ext
2691 +depth-bounds-test-ext+
2692 +depth-bounds-ext+
2693 depth-bounds-ext
2694 get-vertex-attrib-array-object-iv-ati
2695 get-vertex-attrib-array-object-fv-ati
2696 vertex-attrib-array-object-ati
2697 +stencil-back-func-ati+
2698 +stencil-back-fail-ati+
2699 +stencil-back-pass-depth-fail-ati+
2700 +stencil-back-pass-depth-pass-ati+
2701 stencil-func-separate-ati
2702 stencil-op-separate-ati
2703 unmap-object-buffer-ati
2704 map-object-buffer-ati
2705 +primitive-restart-nv+
2706 +primitive-restart-index-nv+
2707 primitive-restart-index-nv
2708 primitive-restart-nv
2709 +write-pixel-data-range-nv+
2710 +read-pixel-data-range-nv+
2711 +write-pixel-data-range-length-nv+
2712 +read-pixel-data-range-length-nv+
2713 +write-pixel-data-range-pointer-nv+
2714 +read-pixel-data-range-pointer-nv+
2715 flush-pixel-data-range-nv
2716 pixel-data-range-nv
2717 +half-float-nv+
2718 vertex-attribs-4hv-nv
2719 vertex-attribs-3hv-nv
2720 vertex-attribs-2hv-nv
2721 vertex-attribs-1hv-nv
2722 vertex-attrib-4hv-nv
2723 vertex-attrib-4h-nv
2724 vertex-attrib-3hv-nv
2725 vertex-attrib-3h-nv
2726 vertex-attrib-2hv-nv
2727 vertex-attrib-2h-nv
2728 vertex-attrib-1hv-nv
2729 vertex-attrib-1h-nv
2730 vertex-weight-hv-nv
2731 vertex-weight-h-nv
2732 secondary-color-3hv-nv
2733 secondary-color-3h-nv
2734 fog-coord-hv-nv
2735 fog-coord-h-nv
2736 multi-tex-coord-4hv-nv
2737 multi-tex-coord-4h-nv
2738 multi-tex-coord-3hv-nv
2739 multi-tex-coord-3h-nv
2740 multi-tex-coord-2hv-nv
2741 multi-tex-coord-2h-nv
2742 multi-tex-coord-1hv-nv
2743 multi-tex-coord-1h-nv
2744 tex-coord-4hv-nv
2745 tex-coord-4h-nv
2746 tex-coord-3hv-nv
2747 tex-coord-3h-nv
2748 tex-coord-2hv-nv
2749 tex-coord-2h-nv
2750 tex-coord-1hv-nv
2751 tex-coord-1h-nv
2752 color-4hv-nv
2753 color-4h-nv
2754 color-3hv-nv
2755 color-3h-nv
2756 normal-3hv-nv
2757 normal-3h-nv
2758 vertex-4hv-nv
2759 vertex-4h-nv
2760 vertex-3hv-nv
2761 vertex-3h-nv
2762 vertex-2hv-nv
2763 vertex-2h-nv
2764 +max-fragment-program-local-parameters-nv+
2765 +fragment-program-nv+
2766 +max-texture-coords-nv+
2767 +max-texture-image-units-nv+
2768 +fragment-program-binding-nv+
2769 +program-error-string-nv+
2770 get-program-named-parameter-dv-nv
2771 get-program-named-parameter-fv-nv
2772 program-named-parameter-4dv-nv
2773 program-named-parameter-4fv-nv
2774 program-named-parameter-4d-nv
2775 program-named-parameter-4f-nv
2776 +max-draw-buffers-ati+
2777 +draw-buffer0-ati+
2778 +draw-buffer1-ati+
2779 +draw-buffer2-ati+
2780 +draw-buffer3-ati+
2781 +draw-buffer4-ati+
2782 +draw-buffer5-ati+
2783 +draw-buffer6-ati+
2784 +draw-buffer7-ati+
2785 +draw-buffer8-ati+
2786 +draw-buffer9-ati+
2787 +draw-buffer10-ati+
2788 +draw-buffer11-ati+
2789 +draw-buffer12-ati+
2790 +draw-buffer13-ati+
2791 +draw-buffer14-ati+
2792 +draw-buffer15-ati+
2793 draw-buffers-ati
2794 +vertex-array-range-apple+
2795 +vertex-array-range-length-apple+
2796 +vertex-array-storage-hint-apple+
2797 +vertex-array-range-pointer-apple+
2798 +storage-cached-apple+
2799 +storage-shared-apple+
2800 vertex-array-parameter-i-apple
2801 flush-vertex-array-range-apple
2802 vertex-array-range-apple
2803 +vertex-array-binding-apple+
2804 is-vertex-array-apple
2805 gen-vertex-arrays-apple
2806 delete-vertex-arrays-apple
2807 bind-vertex-array-apple
2808 +draw-pixels-apple+
2809 +fence-apple+
2810 finish-object-apple
2811 test-object-apple
2812 finish-fence-apple
2813 test-fence-apple
2814 is-fence-apple
2815 set-fence-apple
2816 delete-fences-apple
2817 gen-fences-apple
2818 +element-array-apple+
2819 +element-array-type-apple+
2820 +element-array-pointer-apple+
2821 multi-draw-range-element-array-apple
2822 multi-draw-element-array-apple
2823 draw-range-element-array-apple
2824 draw-element-array-apple
2825 element-pointer-apple
2826 +stencil-test-two-side-ext+
2827 +active-stencil-face-ext+
2828 active-stencil-face-ext
2829 +point-sprite-nv+
2830 +coord-replace-nv+
2831 +point-sprite-r-mode-nv+
2832 point-parameter-iv-nv
2833 point-parameter-i-nv
2834 +pixel-counter-bits-nv+
2835 +current-occlusion-query-id-nv+
2836 +pixel-count-nv+
2837 +pixel-count-available-nv+
2838 get-occlusion-query-uiv-nv
2839 get-occlusion-query-iv-nv
2840 end-occlusion-query-nv
2841 begin-occlusion-query-nv
2842 is-occlusion-query-nv
2843 delete-occlusion-queries-nv
2844 gen-occlusion-queries-nv
2845 +quad-mesh-sun+
2846 +triangle-mesh-sun+
2847 draw-mesh-arrays-sun
2848 +element-array-ati+
2849 +element-array-type-ati+
2850 +element-array-pointer-ati+
2851 draw-range-element-array-ati
2852 draw-element-array-ati
2853 element-pointer-ati
2854 +max-vertex-streams-ati+
2855 +vertex-stream0-ati+
2856 +vertex-stream1-ati+
2857 +vertex-stream2-ati+
2858 +vertex-stream3-ati+
2859 +vertex-stream4-ati+
2860 +vertex-stream5-ati+
2861 +vertex-stream6-ati+
2862 +vertex-stream7-ati+
2863 +vertex-source-ati+
2864 vertex-blend-env-f-ati
2865 vertex-blend-env-i-ati
2866 client-active-vertex-stream-ati
2867 normal-stream-3dv-ati
2868 normal-stream-3d-ati
2869 normal-stream-3fv-ati
2870 normal-stream-3f-ati
2871 normal-stream-3iv-ati
2872 normal-stream-3i-ati
2873 normal-stream-3sv-ati
2874 normal-stream-3s-ati
2875 normal-stream-3bv-ati
2876 normal-stream-3b-ati
2877 vertex-stream-4dv-ati
2878 vertex-stream-4d-ati
2879 vertex-stream-4fv-ati
2880 vertex-stream-4f-ati
2881 vertex-stream-4iv-ati
2882 vertex-stream-4i-ati
2883 vertex-stream-4sv-ati
2884 vertex-stream-4s-ati
2885 vertex-stream-3dv-ati
2886 vertex-stream-3d-ati
2887 vertex-stream-3fv-ati
2888 vertex-stream-3f-ati
2889 vertex-stream-3iv-ati
2890 vertex-stream-3i-ati
2891 vertex-stream-3sv-ati
2892 vertex-stream-3s-ati
2893 vertex-stream-2dv-ati
2894 vertex-stream-2d-ati
2895 vertex-stream-2fv-ati
2896 vertex-stream-2f-ati
2897 vertex-stream-2iv-ati
2898 vertex-stream-2i-ati
2899 vertex-stream-2sv-ati
2900 vertex-stream-2s-ati
2901 vertex-stream-1dv-ati
2902 vertex-stream-1d-ati
2903 vertex-stream-1fv-ati
2904 vertex-stream-1f-ati
2905 vertex-stream-1iv-ati
2906 vertex-stream-1i-ati
2907 vertex-stream-1sv-ati
2908 vertex-stream-1s-ati
2909 +vertex-shader-ext+
2910 +vertex-shader-binding-ext+
2911 +op-index-ext+
2912 +op-negate-ext+
2913 +op-dot3-ext+
2914 +op-dot4-ext+
2915 +op-mul-ext+
2916 +op-add-ext+
2917 +op-madd-ext+
2918 +op-frac-ext+
2919 +op-max-ext+
2920 +op-min-ext+
2921 +op-set-ge-ext+
2922 +op-set-lt-ext+
2923 +op-clamp-ext+
2924 +op-floor-ext+
2925 +op-round-ext+
2926 +op-exp-base-2-ext+
2927 +op-log-base-2-ext+
2928 +op-power-ext+
2929 +op-recip-ext+
2930 +op-recip-sqrt-ext+
2931 +op-sub-ext+
2932 +op-cross-product-ext+
2933 +op-multiply-matrix-ext+
2934 +op-mov-ext+
2935 +output-vertex-ext+
2936 +output-color0-ext+
2937 +output-color1-ext+
2938 +output-texture-coord0-ext+
2939 +output-texture-coord1-ext+
2940 +output-texture-coord2-ext+
2941 +output-texture-coord3-ext+
2942 +output-texture-coord4-ext+
2943 +output-texture-coord5-ext+
2944 +output-texture-coord6-ext+
2945 +output-texture-coord7-ext+
2946 +output-texture-coord8-ext+
2947 +output-texture-coord9-ext+
2948 +output-texture-coord10-ext+
2949 +output-texture-coord11-ext+
2950 +output-texture-coord12-ext+
2951 +output-texture-coord13-ext+
2952 +output-texture-coord14-ext+
2953 +output-texture-coord15-ext+
2954 +output-texture-coord16-ext+
2955 +output-texture-coord17-ext+
2956 +output-texture-coord18-ext+
2957 +output-texture-coord19-ext+
2958 +output-texture-coord20-ext+
2959 +output-texture-coord21-ext+
2960 +output-texture-coord22-ext+
2961 +output-texture-coord23-ext+
2962 +output-texture-coord24-ext+
2963 +output-texture-coord25-ext+
2964 +output-texture-coord26-ext+
2965 +output-texture-coord27-ext+
2966 +output-texture-coord28-ext+
2967 +output-texture-coord29-ext+
2968 +output-texture-coord30-ext+
2969 +output-texture-coord31-ext+
2970 +output-fog-ext+
2971 +scalar-ext+
2972 +vector-ext+
2973 +matrix-ext+
2974 +variant-ext+
2975 +invariant-ext+
2976 +local-constant-ext+
2977 +local-ext+
2978 +max-vertex-shader-instructions-ext+
2979 +max-vertex-shader-variants-ext+
2980 +max-vertex-shader-invariants-ext+
2981 +max-vertex-shader-local-constants-ext+
2982 +max-vertex-shader-locals-ext+
2983 +max-optimized-vertex-shader-instructions-ext+
2984 +max-optimized-vertex-shader-variants-ext+
2985 +max-optimized-vertex-shader-local-constants-ext+
2986 +max-optimized-vertex-shader-invariants-ext+
2987 +max-optimized-vertex-shader-locals-ext+
2988 +vertex-shader-instructions-ext+
2989 +vertex-shader-variants-ext+
2990 +vertex-shader-invariants-ext+
2991 +vertex-shader-local-constants-ext+
2992 +vertex-shader-locals-ext+
2993 +vertex-shader-optimized-ext+
2994 +x-ext+
2995 +y-ext+
2996 +z-ext+
2997 +w-ext+
2998 +negative-x-ext+
2999 +negative-y-ext+
3000 +negative-z-ext+
3001 +negative-w-ext+
3002 +zero-ext+
3003 +one-ext+
3004 +negative-one-ext+
3005 +normalized-range-ext+
3006 +full-range-ext+
3007 +current-vertex-ext+
3008 +mvp-matrix-ext+
3009 +variant-value-ext+
3010 +variant-datatype-ext+
3011 +variant-array-stride-ext+
3012 +variant-array-type-ext+
3013 +variant-array-ext+
3014 +variant-array-pointer-ext+
3015 +invariant-value-ext+
3016 +invariant-datatype-ext+
3017 +local-constant-value-ext+
3018 +local-constant-datatype-ext+
3019 get-local-constant-floatv-ext
3020 get-local-constant-integerv-ext
3021 get-local-constant-booleanv-ext
3022 get-invariant-floatv-ext
3023 get-invariant-integerv-ext
3024 get-invariant-booleanv-ext
3025 get-variant-pointerv-ext
3026 get-variant-floatv-ext
3027 get-variant-integerv-ext
3028 get-variant-booleanv-ext
3029 is-variant-enabled-ext
3030 bind-parameter-ext
3031 bind-texture-unit-parameter-ext
3032 bind-tex-gen-parameter-ext
3033 bind-material-parameter-ext
3034 bind-light-parameter-ext
3035 disable-variant-client-state-ext
3036 enable-variant-client-state-ext
3037 variant-pointer-ext
3038 variant-uiv-ext
3039 variant-usv-ext
3040 variant-ubv-ext
3041 variant-dv-ext
3042 variant-fv-ext
3043 variant-iv-ext
3044 variant-sv-ext
3045 variant-bv-ext
3046 set-local-constant-ext
3047 set-invariant-ext
3048 gen-symbols-ext
3049 extract-component-ext
3050 insert-component-ext
3051 write-mask-ext
3052 swizzle-ext
3053 shader-op-3-ext
3054 shader-op-2-ext
3055 shader-op-1-ext
3056 delete-vertex-shader-ext
3057 gen-vertex-shaders-ext
3058 bind-vertex-shader-ext
3059 end-vertex-shader-ext
3060 begin-vertex-shader-ext
3061 +static-ati+
3062 +dynamic-ati+
3063 +preserve-ati+
3064 +discard-ati+
3065 +object-buffer-size-ati+
3066 +object-buffer-usage-ati+
3067 +array-object-buffer-ati+
3068 +array-object-offset-ati+
3069 get-variant-array-object-iv-ati
3070 get-variant-array-object-fv-ati
3071 variant-array-object-ati
3072 get-array-object-iv-ati
3073 get-array-object-fv-ati
3074 array-object-ati
3075 free-object-buffer-ati
3076 get-object-buffer-iv-ati
3077 get-object-buffer-fv-ati
3078 update-object-buffer-ati
3079 is-object-buffer-ati
3080 new-object-buffer-ati
3081 +pn-triangles-ati+
3082 +max-pn-triangles-tesselation-level-ati+
3083 +pn-triangles-point-mode-ati+
3084 +pn-triangles-normal-mode-ati+
3085 +pn-triangles-tesselation-level-ati+
3086 +pn-triangles-point-mode-linear-ati+
3087 +pn-triangles-point-mode-cubic-ati+
3088 +pn-triangles-normal-mode-linear-ati+
3089 +pn-triangles-normal-mode-quadratic-ati+
3090 pntriangles-f-ati
3091 pntriangles-i-ati
3092 +fragment-shader-ati+
3093 +reg-0-ati+
3094 +reg-1-ati+
3095 +reg-2-ati+
3096 +reg-3-ati+
3097 +reg-4-ati+
3098 +reg-5-ati+
3099 +reg-6-ati+
3100 +reg-7-ati+
3101 +reg-8-ati+
3102 +reg-9-ati+
3103 +reg-10-ati+
3104 +reg-11-ati+
3105 +reg-12-ati+
3106 +reg-13-ati+
3107 +reg-14-ati+
3108 +reg-15-ati+
3109 +reg-16-ati+
3110 +reg-17-ati+
3111 +reg-18-ati+
3112 +reg-19-ati+
3113 +reg-20-ati+
3114 +reg-21-ati+
3115 +reg-22-ati+
3116 +reg-23-ati+
3117 +reg-24-ati+
3118 +reg-25-ati+
3119 +reg-26-ati+
3120 +reg-27-ati+
3121 +reg-28-ati+
3122 +reg-29-ati+
3123 +reg-30-ati+
3124 +reg-31-ati+
3125 +con-0-ati+
3126 +con-1-ati+
3127 +con-2-ati+
3128 +con-3-ati+
3129 +con-4-ati+
3130 +con-5-ati+
3131 +con-6-ati+
3132 +con-7-ati+
3133 +con-8-ati+
3134 +con-9-ati+
3135 +con-10-ati+
3136 +con-11-ati+
3137 +con-12-ati+
3138 +con-13-ati+
3139 +con-14-ati+
3140 +con-15-ati+
3141 +con-16-ati+
3142 +con-17-ati+
3143 +con-18-ati+
3144 +con-19-ati+
3145 +con-20-ati+
3146 +con-21-ati+
3147 +con-22-ati+
3148 +con-23-ati+
3149 +con-24-ati+
3150 +con-25-ati+
3151 +con-26-ati+
3152 +con-27-ati+
3153 +con-28-ati+
3154 +con-29-ati+
3155 +con-30-ati+
3156 +con-31-ati+
3157 +mov-ati+
3158 +add-ati+
3159 +mul-ati+
3160 +sub-ati+
3161 +dot3-ati+
3162 +dot4-ati+
3163 +mad-ati+
3164 +lerp-ati+
3165 +cnd-ati+
3166 +cnd0-ati+
3167 +dot2-add-ati+
3168 +secondary-interpolator-ati+
3169 +num-fragment-registers-ati+
3170 +num-fragment-constants-ati+
3171 +num-passes-ati+
3172 +num-instructions-per-pass-ati+
3173 +num-instructions-total-ati+
3174 +num-input-interpolator-components-ati+
3175 +num-loopback-components-ati+
3176 +color-alpha-pairing-ati+
3177 +swizzle-str-ati+
3178 +swizzle-stq-ati+
3179 +swizzle-str-dr-ati+
3180 +swizzle-stq-dq-ati+
3181 +swizzle-strq-ati+
3182 +swizzle-strq-dq-ati+
3183 +red-bit-ati+
3184 +green-bit-ati+
3185 +blue-bit-ati+
3186 +4x-bit-ati+
3187 +8x-bit-ati+
3188 +half-bit-ati+
3189 +quarter-bit-ati+
3190 +eighth-bit-ati+
3191 +saturate-bit-ati+
3192 +2x-bit-ati+
3193 +comp-bit-ati+
3194 +negate-bit-ati+
3195 +bias-bit-ati+
3196 set-fragment-shader-constant-ati
3197 alpha-fragment-op-3-ati
3198 alpha-fragment-op-2-ati
3199 alpha-fragment-op-1-ati
3200 color-fragment-op-3-ati
3201 color-fragment-op-2-ati
3202 color-fragment-op-1-ati
3203 sample-map-ati
3204 pass-tex-coord-ati
3205 end-fragment-shader-ati
3206 begin-fragment-shader-ati
3207 delete-fragment-shader-ati
3208 bind-fragment-shader-ati
3209 gen-fragment-shaders-ati
3210 +bump-rot-matrix-ati+
3211 +bump-rot-matrix-size-ati+
3212 +bump-num-tex-units-ati+
3213 +bump-tex-units-ati+
3214 +dudv-ati+
3215 +du8dv8-ati+
3216 +bump-envmap-ati+
3217 +bump-target-ati+
3218 get-tex-bump-parameter-fv-ati
3219 get-tex-bump-parameter-iv-ati
3220 tex-bump-parameter-fv-ati
3221 tex-bump-parameter-iv-ati
3222 +vertex-program-nv+
3223 +vertex-state-program-nv+
3224 +attrib-array-size-nv+
3225 +attrib-array-stride-nv+
3226 +attrib-array-type-nv+
3227 +current-attrib-nv+
3228 +program-length-nv+
3229 +program-string-nv+
3230 +modelview-projection-nv+
3231 +identity-nv+
3232 +inverse-nv+
3233 +transpose-nv+
3234 +inverse-transpose-nv+
3235 +max-track-matrix-stack-depth-nv+
3236 +max-track-matrices-nv+
3237 +matrix0-nv+
3238 +matrix1-nv+
3239 +matrix2-nv+
3240 +matrix3-nv+
3241 +matrix4-nv+
3242 +matrix5-nv+
3243 +matrix6-nv+
3244 +matrix7-nv+
3245 +current-matrix-stack-depth-nv+
3246 +current-matrix-nv+
3247 +vertex-program-point-size-nv+
3248 +vertex-program-two-side-nv+
3249 +program-parameter-nv+
3250 +attrib-array-pointer-nv+
3251 +program-target-nv+
3252 +program-resident-nv+
3253 +track-matrix-nv+
3254 +track-matrix-transform-nv+
3255 +vertex-program-binding-nv+
3256 +program-error-position-nv+
3257 +vertex-attrib-array0-nv+
3258 +vertex-attrib-array1-nv+
3259 +vertex-attrib-array2-nv+
3260 +vertex-attrib-array3-nv+
3261 +vertex-attrib-array4-nv+
3262 +vertex-attrib-array5-nv+
3263 +vertex-attrib-array6-nv+
3264 +vertex-attrib-array7-nv+
3265 +vertex-attrib-array8-nv+
3266 +vertex-attrib-array9-nv+
3267 +vertex-attrib-array10-nv+
3268 +vertex-attrib-array11-nv+
3269 +vertex-attrib-array12-nv+
3270 +vertex-attrib-array13-nv+
3271 +vertex-attrib-array14-nv+
3272 +vertex-attrib-array15-nv+
3273 +map1-vertex-attrib0-4-nv+
3274 +map1-vertex-attrib1-4-nv+
3275 +map1-vertex-attrib2-4-nv+
3276 +map1-vertex-attrib3-4-nv+
3277 +map1-vertex-attrib4-4-nv+
3278 +map1-vertex-attrib5-4-nv+
3279 +map1-vertex-attrib6-4-nv+
3280 +map1-vertex-attrib7-4-nv+
3281 +map1-vertex-attrib8-4-nv+
3282 +map1-vertex-attrib9-4-nv+
3283 +map1-vertex-attrib10-4-nv+
3284 +map1-vertex-attrib11-4-nv+
3285 +map1-vertex-attrib12-4-nv+
3286 +map1-vertex-attrib13-4-nv+
3287 +map1-vertex-attrib14-4-nv+
3288 +map1-vertex-attrib15-4-nv+
3289 +map2-vertex-attrib0-4-nv+
3290 +map2-vertex-attrib1-4-nv+
3291 +map2-vertex-attrib2-4-nv+
3292 +map2-vertex-attrib3-4-nv+
3293 +map2-vertex-attrib4-4-nv+
3294 +map2-vertex-attrib5-4-nv+
3295 +map2-vertex-attrib6-4-nv+
3296 +map2-vertex-attrib7-4-nv+
3297 +map2-vertex-attrib8-4-nv+
3298 +map2-vertex-attrib9-4-nv+
3299 +map2-vertex-attrib10-4-nv+
3300 +map2-vertex-attrib11-4-nv+
3301 +map2-vertex-attrib12-4-nv+
3302 +map2-vertex-attrib13-4-nv+
3303 +map2-vertex-attrib14-4-nv+
3304 +map2-vertex-attrib15-4-nv+
3305 vertex-attribs-4ubv-nv
3306 vertex-attribs-4sv-nv
3307 vertex-attribs-4fv-nv
3308 vertex-attribs-4dv-nv
3309 vertex-attribs-3sv-nv
3310 vertex-attribs-3fv-nv
3311 vertex-attribs-3dv-nv
3312 vertex-attribs-2sv-nv
3313 vertex-attribs-2fv-nv
3314 vertex-attribs-2dv-nv
3315 vertex-attribs-1sv-nv
3316 vertex-attribs-1fv-nv
3317 vertex-attribs-1dv-nv
3318 vertex-attrib-4ubv-nv
3319 vertex-attrib-4ub-nv
3320 vertex-attrib-4sv-nv
3321 vertex-attrib-4s-nv
3322 vertex-attrib-4fv-nv
3323 vertex-attrib-4f-nv
3324 vertex-attrib-4dv-nv
3325 vertex-attrib-4d-nv
3326 vertex-attrib-3sv-nv
3327 vertex-attrib-3s-nv
3328 vertex-attrib-3fv-nv
3329 vertex-attrib-3f-nv
3330 vertex-attrib-3dv-nv
3331 vertex-attrib-3d-nv
3332 vertex-attrib-2sv-nv
3333 vertex-attrib-2s-nv
3334 vertex-attrib-2fv-nv
3335 vertex-attrib-2f-nv
3336 vertex-attrib-2dv-nv
3337 vertex-attrib-2d-nv
3338 vertex-attrib-1sv-nv
3339 vertex-attrib-1s-nv
3340 vertex-attrib-1fv-nv
3341 vertex-attrib-1f-nv
3342 vertex-attrib-1dv-nv
3343 vertex-attrib-1d-nv
3344 vertex-attrib-pointer-nv
3345 track-matrix-nv
3346 request-resident-programs-nv
3347 program-parameters-4fv-nv
3348 program-parameters-4dv-nv
3349 program-parameter-4fv-nv
3350 program-parameter-4f-nv
3351 program-parameter-4dv-nv
3352 program-parameter-4d-nv
3353 load-program-nv
3354 is-program-nv
3355 get-vertex-attrib-pointerv-nv
3356 get-vertex-attrib-iv-nv
3357 get-vertex-attrib-fv-nv
3358 get-vertex-attrib-dv-nv
3359 get-track-matrix-iv-nv
3360 get-program-string-nv
3361 get-program-iv-nv
3362 get-program-parameter-fv-nv
3363 get-program-parameter-dv-nv
3364 gen-programs-nv
3365 execute-program-nv
3366 delete-programs-nv
3367 bind-program-nv
3368 are-programs-resident-nv
3369 +per-stage-constants-nv+
3370 get-combiner-stage-parameter-fv-nv
3371 combiner-stage-parameter-fv-nv
3372 +eval-2d-nv+
3373 +eval-triangular-2d-nv+
3374 +map-tessellation-nv+
3375 +map-attrib-u-order-nv+
3376 +map-attrib-v-order-nv+
3377 +eval-fractional-tessellation-nv+
3378 +eval-vertex-attrib0-nv+
3379 +eval-vertex-attrib1-nv+
3380 +eval-vertex-attrib2-nv+
3381 +eval-vertex-attrib3-nv+
3382 +eval-vertex-attrib4-nv+
3383 +eval-vertex-attrib5-nv+
3384 +eval-vertex-attrib6-nv+
3385 +eval-vertex-attrib7-nv+
3386 +eval-vertex-attrib8-nv+
3387 +eval-vertex-attrib9-nv+
3388 +eval-vertex-attrib10-nv+
3389 +eval-vertex-attrib11-nv+
3390 +eval-vertex-attrib12-nv+
3391 +eval-vertex-attrib13-nv+
3392 +eval-vertex-attrib14-nv+
3393 +eval-vertex-attrib15-nv+
3394 +max-map-tessellation-nv+
3395 +max-rational-eval-order-nv+
3396 eval-maps-nv
3397 get-map-attrib-parameter-fv-nv
3398 get-map-attrib-parameter-iv-nv
3399 get-map-parameter-fv-nv
3400 get-map-parameter-iv-nv
3401 get-map-control-points-nv
3402 map-parameter-fv-nv
3403 map-parameter-iv-nv
3404 map-control-points-nv
3405 +all-completed-nv+
3406 +fence-status-nv+
3407 +fence-condition-nv+
3408 set-fence-nv
3409 finish-fence-nv
3410 get-fence-iv-nv
3411 test-fence-nv
3412 is-fence-nv
3413 gen-fences-nv
3414 delete-fences-nv
3415 +multisample-ext+
3416 +sample-alpha-to-mask-ext+
3417 +sample-alpha-to-one-ext+
3418 +sample-mask-ext+
3419 +1pass-ext+
3420 +2pass-0-ext+
3421 +2pass-1-ext+
3422 +4pass-0-ext+
3423 +4pass-1-ext+
3424 +4pass-2-ext+
3425 +4pass-3-ext+
3426 +sample-buffers-ext+
3427 +samples-ext+
3428 +sample-mask-value-ext+
3429 +sample-mask-invert-ext+
3430 +sample-pattern-ext+
3431 +multisample-bit-ext+
3432 sample-pattern-ext
3433 sample-mask-ext
3434 tbuffer-mask-3dfx
3435 +vertex-array-list-ibm+
3436 +normal-array-list-ibm+
3437 +color-array-list-ibm+
3438 +index-array-list-ibm+
3439 +texture-coord-array-list-ibm+
3440 +edge-flag-array-list-ibm+
3441 +fog-coordinate-array-list-ibm+
3442 +secondary-color-array-list-ibm+
3443 +vertex-array-list-stride-ibm+
3444 +normal-array-list-stride-ibm+
3445 +color-array-list-stride-ibm+
3446 +index-array-list-stride-ibm+
3447 +texture-coord-array-list-stride-ibm+
3448 +edge-flag-array-list-stride-ibm+
3449 +fog-coordinate-array-list-stride-ibm+
3450 +secondary-color-array-list-stride-ibm+
3451 vertex-pointer-list-ibm
3452 tex-coord-pointer-list-ibm
3453 normal-pointer-list-ibm
3454 index-pointer-list-ibm
3455 fog-coord-pointer-list-ibm
3456 edge-flag-pointer-list-ibm
3457 secondary-color-pointer-list-ibm
3458 color-pointer-list-ibm
3459 multi-mode-draw-elements-ibm
3460 multi-mode-draw-arrays-ibm
3461 window-pos-4sv-mesa
3462 window-pos-4s-mesa
3463 window-pos-4iv-mesa
3464 window-pos-4i-mesa
3465 window-pos-4fv-mesa
3466 window-pos-4f-mesa
3467 window-pos-4dv-mesa
3468 window-pos-4d-mesa
3469 window-pos-3sv-mesa
3470 window-pos-3s-mesa
3471 window-pos-3iv-mesa
3472 window-pos-3i-mesa
3473 window-pos-3fv-mesa
3474 window-pos-3f-mesa
3475 window-pos-3dv-mesa
3476 window-pos-3d-mesa
3477 window-pos-2sv-mesa
3478 window-pos-2s-mesa
3479 window-pos-2iv-mesa
3480 window-pos-2i-mesa
3481 window-pos-2fv-mesa
3482 window-pos-2f-mesa
3483 window-pos-2dv-mesa
3484 window-pos-2d-mesa
3485 resize-buffers-mesa
3486 +register-combiners-nv+
3487 +variable-a-nv+
3488 +variable-b-nv+
3489 +variable-c-nv+
3490 +variable-d-nv+
3491 +variable-e-nv+
3492 +variable-f-nv+
3493 +variable-g-nv+
3494 +constant-color0-nv+
3495 +constant-color1-nv+
3496 +primary-color-nv+
3497 +secondary-color-nv+
3498 +spare0-nv+
3499 +spare1-nv+
3500 +discard-nv+
3501 +e-times-f-nv+
3502 +spare0-plus-secondary-color-nv+
3503 +unsigned-identity-nv+
3504 +unsigned-invert-nv+
3505 +expand-normal-nv+
3506 +expand-negate-nv+
3507 +half-bias-normal-nv+
3508 +half-bias-negate-nv+
3509 +signed-identity-nv+
3510 +signed-negate-nv+
3511 +scale-by-two-nv+
3512 +scale-by-four-nv+
3513 +scale-by-one-half-nv+
3514 +bias-by-negative-one-half-nv+
3515 +combiner-input-nv+
3516 +combiner-mapping-nv+
3517 +combiner-component-usage-nv+
3518 +combiner-ab-dot-product-nv+
3519 +combiner-cd-dot-product-nv+
3520 +combiner-mux-sum-nv+
3521 +combiner-scale-nv+
3522 +combiner-bias-nv+
3523 +combiner-ab-output-nv+
3524 +combiner-cd-output-nv+
3525 +combiner-sum-output-nv+
3526 +max-general-combiners-nv+
3527 +num-general-combiners-nv+
3528 +color-sum-clamp-nv+
3529 +combiner0-nv+
3530 +combiner1-nv+
3531 +combiner2-nv+
3532 +combiner3-nv+
3533 +combiner4-nv+
3534 +combiner5-nv+
3535 +combiner6-nv+
3536 +combiner7-nv+
3537 get-final-combiner-input-parameter-iv-nv
3538 get-final-combiner-input-parameter-fv-nv
3539 get-combiner-output-parameter-iv-nv
3540 get-combiner-output-parameter-fv-nv
3541 get-combiner-input-parameter-iv-nv
3542 get-combiner-input-parameter-fv-nv
3543 final-combiner-input-nv
3544 combiner-output-nv
3545 combiner-input-nv
3546 combiner-parameter-i-nv
3547 combiner-parameter-iv-nv
3548 combiner-parameter-f-nv
3549 combiner-parameter-fv-nv
3550 +vertex-array-range-nv+
3551 +vertex-array-range-length-nv+
3552 +vertex-array-range-valid-nv+
3553 +max-vertex-array-range-element-nv+
3554 +vertex-array-range-pointer-nv+
3555 vertex-array-range-nv
3556 flush-vertex-array-range-nv
3557 +modelview0-stack-depth-ext+
3558 +modelview1-stack-depth-ext+
3559 +modelview0-matrix-ext+
3560 +modelview1-matrix-ext+
3561 +vertex-weighting-ext+
3562 +modelview0-ext+
3563 +modelview1-ext+
3564 +current-vertex-weight-ext+
3565 +vertex-weight-array-ext+
3566 +vertex-weight-array-size-ext+
3567 +vertex-weight-array-type-ext+
3568 +vertex-weight-array-stride-ext+
3569 +vertex-weight-array-pointer-ext+
3570 vertex-weight-pointer-ext
3571 vertex-weight-fv-ext
3572 vertex-weight-f-ext
3573 +blend-dst-rgb-ext+
3574 +blend-src-rgb-ext+
3575 +blend-dst-alpha-ext+
3576 +blend-src-alpha-ext+
3577 blend-func-separate-ext
3578 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun
3579 replacement-codeui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun
3580 replacement-codeui-tex-coord-2f-normal-3f-vertex-3fv-sun
3581 replacement-codeui-tex-coord-2f-normal-3f-vertex-3f-sun
3582 replacement-codeui-tex-coord-2f-vertex-3fv-sun
3583 replacement-codeui-tex-coord-2f-vertex-3f-sun
3584 replacement-codeui-color-4f-normal-3f-vertex-3fv-sun
3585 replacement-codeui-color-4f-normal-3f-vertex-3f-sun
3586 replacement-codeui-normal-3f-vertex-3fv-sun
3587 replacement-codeui-normal-3f-vertex-3f-sun
3588 replacement-codeui-color-3f-vertex-3fv-sun
3589 replacement-codeui-color-3f-vertex-3f-sun
3590 replacement-codeui-color-4ub-vertex-3fv-sun
3591 replacement-codeui-color-4ub-vertex-3f-sun
3592 replacement-codeui-vertex-3fv-sun
3593 replacement-codeui-vertex-3f-sun
3594 tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun
3595 tex-coord-4f-color-4f-normal-3f-vertex-4f-sun
3596 tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun
3597 tex-coord-2f-color-4f-normal-3f-vertex-3f-sun
3598 tex-coord-2f-normal-3f-vertex-3fv-sun
3599 tex-coord-2f-normal-3f-vertex-3f-sun
3600 tex-coord-2f-color-3f-vertex-3fv-sun
3601 tex-coord-2f-color-3f-vertex-3f-sun
3602 tex-coord-2f-color-4ub-vertex-3fv-sun
3603 tex-coord-2f-color-4ub-vertex-3f-sun
3604 tex-coord-4f-vertex-4fv-sun
3605 tex-coord-4f-vertex-4f-sun
3606 tex-coord-2f-vertex-3fv-sun
3607 tex-coord-2f-vertex-3f-sun
3608 color-4f-normal-3f-vertex-3fv-sun
3609 color-4f-normal-3f-vertex-3f-sun
3610 normal-3f-vertex-3fv-sun
3611 normal-3f-vertex-3f-sun
3612 color-3f-vertex-3fv-sun
3613 color-3f-vertex-3f-sun
3614 color-4ub-vertex-3fv-sun
3615 color-4ub-vertex-3f-sun
3616 color-4ub-vertex-2fv-sun
3617 color-4ub-vertex-2f-sun
3618 +restart-sun+
3619 +replace-middle-sun+
3620 +replace-oldest-sun+
3621 +triangle-list-sun+
3622 +replacement-code-sun+
3623 +replacement-code-array-sun+
3624 +replacement-code-array-type-sun+
3625 +replacement-code-array-stride-sun+
3626 +replacement-code-array-pointer-sun+
3627 +r1ui-v3f-sun+
3628 +r1ui-c4ub-v3f-sun+
3629 +r1ui-c3f-v3f-sun+
3630 +r1ui-n3f-v3f-sun+
3631 +r1ui-c4f-n3f-v3f-sun+
3632 +r1ui-t2f-v3f-sun+
3633 +r1ui-t2f-n3f-v3f-sun+
3634 +r1ui-t2f-c4f-n3f-v3f-sun+
3635 replacement-code-pointer-sun
3636 replacement-code-ubv-sun
3637 replacement-code-usv-sun
3638 replacement-code-uiv-sun
3639 replacement-code-ub-sun
3640 replacement-code-us-sun
3641 replacement-code-ui-sun
3642 +global-alpha-sun+
3643 +global-alpha-factor-sun+
3644 global-alpha-factor-ui-sun
3645 global-alpha-factor-us-sun
3646 global-alpha-factor-ub-sun
3647 global-alpha-factor-d-sun
3648 global-alpha-factor-f-sun
3649 global-alpha-factor-i-sun
3650 global-alpha-factor-s-sun
3651 global-alpha-factor-b-sun
3652 +unpack-constant-data-sunx+
3653 +texture-constant-data-sunx+
3654 finish-texture-sunx
3655 +tangent-array-ext+
3656 +binormal-array-ext+
3657 +current-tangent-ext+
3658 +current-binormal-ext+
3659 +tangent-array-type-ext+
3660 +tangent-array-stride-ext+
3661 +binormal-array-type-ext+
3662 +binormal-array-stride-ext+
3663 +tangent-array-pointer-ext+
3664 +binormal-array-pointer-ext+
3665 +map1-tangent-ext+
3666 +map2-tangent-ext+
3667 +map1-binormal-ext+
3668 +map2-binormal-ext+
3669 binormal-pointer-ext
3670 tangent-pointer-ext
3671 binormal-3sv-ext
3672 binormal-3s-ext
3673 binormal-3iv-ext
3674 binormal-3i-ext
3675 binormal-3fv-ext
3676 binormal-3f-ext
3677 binormal-3dv-ext
3678 binormal-3d-ext
3679 binormal-3bv-ext
3680 binormal-3b-ext
3681 tangent-3sv-ext
3682 tangent-3s-ext
3683 tangent-3iv-ext
3684 tangent-3i-ext
3685 tangent-3fv-ext
3686 tangent-3f-ext
3687 tangent-3dv-ext
3688 tangent-3d-ext
3689 tangent-3bv-ext
3690 tangent-3b-ext
3691 +fog-coordinate-source-ext+
3692 +fog-coordinate-ext+
3693 +current-fog-coordinate-ext+
3694 +fog-coordinate-array-type-ext+
3695 +fog-coordinate-array-stride-ext+
3696 +fog-coordinate-array-pointer-ext+
3697 +fog-coordinate-array-ext+
3698 fog-coord-pointer-ext
3699 fog-coord-dv-ext
3700 fog-coord-d-ext
3701 fog-coord-fv-ext
3702 fog-coord-f-ext
3703 multi-draw-elements-ext
3704 multi-draw-arrays-ext
3705 +perturb-ext+
3706 +texture-normal-ext+
3707 texture-normal-ext
3708 +color-sum-ext+
3709 +current-secondary-color-ext+
3710 +secondary-color-array-size-ext+
3711 +secondary-color-array-type-ext+
3712 +secondary-color-array-stride-ext+
3713 +secondary-color-array-pointer-ext+
3714 +secondary-color-array-ext+
3715 secondary-color-pointer-ext
3716 secondary-color-3usv-ext
3717 secondary-color-3us-ext
3718 secondary-color-3uiv-ext
3719 secondary-color-3ui-ext
3720 secondary-color-3ubv-ext
3721 secondary-color-3ub-ext
3722 secondary-color-3sv-ext
3723 secondary-color-3s-ext
3724 secondary-color-3iv-ext
3725 secondary-color-3i-ext
3726 secondary-color-3fv-ext
3727 secondary-color-3f-ext
3728 secondary-color-3dv-ext
3729 secondary-color-3d-ext
3730 secondary-color-3bv-ext
3731 secondary-color-3b-ext
3732 is-async-marker-sgix
3733 delete-async-markers-sgix
3734 gen-async-markers-sgix
3735 poll-async-sgix
3736 finish-async-sgix
3737 async-marker-sgix
3738 +fragment-material-ext+
3739 +fragment-normal-ext+
3740 +fragment-color-ext+
3741 +attenuation-ext+
3742 +shadow-attenuation-ext+
3743 +texture-application-mode-ext+
3744 +texture-light-ext+
3745 +texture-material-face-ext+
3746 +texture-material-parameter-ext+
3747 +fragment-depth-ext+
3748 texture-material-ext
3749 texture-light-ext
3750 apply-texture-ext
3751 +max-elements-vertices-ext+
3752 +max-elements-indices-ext+
3753 draw-range-elements-ext
3754 +cull-vertex-ext+
3755 +cull-vertex-eye-position-ext+
3756 +cull-vertex-object-position-ext+
3757 cull-parameter-fv-ext
3758 cull-parameter-dv-ext
3759 +array-element-lock-first-ext+
3760 +array-element-lock-count-ext+
3761 unlock-arrays-ext
3762 lock-arrays-ext
3763 +index-test-ext+
3764 +index-test-func-ext+
3765 +index-test-ref-ext+
3766 index-func-ext
3767 +index-material-ext+
3768 +index-material-parameter-ext+
3769 +index-material-face-ext+
3770 index-material-ext
3771 +color-index1-ext+
3772 +color-index2-ext+
3773 +color-index4-ext+
3774 +color-index8-ext+
3775 +color-index12-ext+
3776 +color-index16-ext+
3777 +texture-index-size-ext+
3778 get-color-table-parameter-fv-ext
3779 get-color-table-parameter-iv-ext
3780 get-color-table-ext
3781 color-table-ext
3782 +prefer-doublebuffer-hint-pgi+
3783 +conserve-memory-hint-pgi+
3784 +reclaim-memory-hint-pgi+
3785 +native-graphics-handle-pgi+
3786 +native-graphics-begin-hint-pgi+
3787 +native-graphics-end-hint-pgi+
3788 +always-fast-hint-pgi+
3789 +always-soft-hint-pgi+
3790 +allow-draw-obj-hint-pgi+
3791 +allow-draw-win-hint-pgi+
3792 +allow-draw-frg-hint-pgi+
3793 +allow-draw-mem-hint-pgi+
3794 +strict-depthfunc-hint-pgi+
3795 +strict-lighting-hint-pgi+
3796 +strict-scissor-hint-pgi+
3797 +full-stipple-hint-pgi+
3798 +clip-near-hint-pgi+
3799 +clip-far-hint-pgi+
3800 +wide-line-hint-pgi+
3801 +back-normals-hint-pgi+
3802 hint-pgi
3803 copy-color-sub-table-ext
3804 color-sub-table-ext
3805 +image-scale-x-hp+
3806 +image-scale-y-hp+
3807 +image-translate-x-hp+
3808 +image-translate-y-hp+
3809 +image-rotate-angle-hp+
3810 +image-rotate-origin-x-hp+
3811 +image-rotate-origin-y-hp+
3812 +image-mag-filter-hp+
3813 +image-min-filter-hp+
3814 +image-cubic-weight-hp+
3815 +cubic-hp+
3816 +average-hp+
3817 +image-transform-2d-hp+
3818 +post-image-transform-color-table-hp+
3819 +proxy-post-image-transform-color-table-hp+
3820 get-image-transform-parameter-fv-hp
3821 get-image-transform-parameter-iv-hp
3822 image-transform-parameter-fv-hp
3823 image-transform-parameter-iv-hp
3824 image-transform-parameter-f-hp
3825 image-transform-parameter-i-hp
3826 flush-raster-sgix
3827 load-identity-deformation-map-sgix
3828 deform-sgix
3829 deformation-map-3f-sgix
3830 deformation-map-3d-sgix
3831 tag-sample-buffer-sgix
3832 point-parameter-fv-ext
3833 point-parameter-f-ext
3834 copy-tex-sub-image-3d-ext
3835 copy-tex-sub-image-2d-ext
3836 copy-tex-sub-image-1d-ext
3837 copy-tex-image-2d-ext
3838 copy-tex-image-1d-ext
3839 tex-sub-image-2d-ext
3840 tex-sub-image-1d-ext
3841 +rgba-float-mode-arb+
3842 +clamp-vertex-color-arb+
3843 +clamp-fragment-color-arb+
3844 +clamp-read-color-arb+
3845 +fixed-only-arb+
3846 clamp-color-arb
3847 +max-draw-buffers-arb+
3848 +draw-buffer0-arb+
3849 +draw-buffer1-arb+
3850 +draw-buffer2-arb+
3851 +draw-buffer3-arb+
3852 +draw-buffer4-arb+
3853 +draw-buffer5-arb+
3854 +draw-buffer6-arb+
3855 +draw-buffer7-arb+
3856 +draw-buffer8-arb+
3857 +draw-buffer9-arb+
3858 +draw-buffer10-arb+
3859 +draw-buffer11-arb+
3860 +draw-buffer12-arb+
3861 +draw-buffer13-arb+
3862 +draw-buffer14-arb+
3863 +draw-buffer15-arb+
3864 draw-buffers-arb
3865 +vertex-shader-arb+
3866 +max-vertex-uniform-components-arb+
3867 +max-varying-floats-arb+
3868 +max-combined-texture-image-units-arb+
3869 +object-active-attributes-arb+
3870 +object-active-attribute-max-length-arb+
3871 get-attrib-location-arb
3872 get-active-attrib-arb
3873 bind-attrib-location-arb
3874 +program-object-arb+
3875 +shader-object-arb+
3876 +object-type-arb+
3877 +object-subtype-arb+
3878 +float-vec2-arb+
3879 +float-vec3-arb+
3880 +float-vec4-arb+
3881 +int-vec2-arb+
3882 +int-vec3-arb+
3883 +int-vec4-arb+
3884 +bool-arb+
3885 +bool-vec2-arb+
3886 +bool-vec3-arb+
3887 +bool-vec4-arb+
3888 +float-mat2-arb+
3889 +float-mat3-arb+
3890 +float-mat4-arb+
3891 +sampler-1d-arb+
3892 +sampler-2d-arb+
3893 +sampler-3d-arb+
3894 +sampler-cube-arb+
3895 +sampler-1d-shadow-arb+
3896 +sampler-2d-shadow-arb+
3897 +sampler-2d-rect-arb+
3898 +sampler-2d-rect-shadow-arb+
3899 +object-delete-status-arb+
3900 +object-compile-status-arb+
3901 +object-link-status-arb+
3902 +object-validate-status-arb+
3903 +object-info-log-length-arb+
3904 +object-attached-objects-arb+
3905 +object-active-uniforms-arb+
3906 +object-active-uniform-max-length-arb+
3907 +object-shader-source-length-arb+
3908 get-shader-source-arb
3909 get-uniform-iv-arb
3910 get-uniform-fv-arb
3911 get-active-uniform-arb
3912 get-uniform-location-arb
3913 get-attached-objects-arb
3914 get-info-log-arb
3915 get-object-parameter-iv-arb
3916 get-object-parameter-fv-arb
3917 uniform-matrix-4fv-arb
3918 uniform-matrix-3fv-arb
3919 uniform-matrix-2fv-arb
3920 uniform-4iv-arb
3921 uniform-3iv-arb
3922 uniform-2iv-arb
3923 uniform-1iv-arb
3924 uniform-4fv-arb
3925 uniform-3fv-arb
3926 uniform-2fv-arb
3927 uniform-1fv-arb
3928 uniform-4i-arb
3929 uniform-3i-arb
3930 uniform-2i-arb
3931 uniform-1i-arb
3932 uniform-4f-arb
3933 uniform-3f-arb
3934 uniform-2f-arb
3935 uniform-1f-arb
3936 validate-program-arb
3937 use-program-object-arb
3938 link-program-arb
3939 attach-object-arb
3940 create-program-object-arb
3941 compile-shader-arb
3942 shader-source-arb
3943 create-shader-object-arb
3944 detach-object-arb
3945 get-handle-arb
3946 delete-object-arb
3947 +query-counter-bits-arb+
3948 +current-query-arb+
3949 +query-result-arb+
3950 +query-result-available-arb+
3951 +samples-passed-arb+
3952 get-query-object-uiv-arb
3953 get-query-object-iv-arb
3954 get-query-iv-arb
3955 end-query-arb
3956 begin-query-arb
3957 is-query-arb
3958 delete-queries-arb
3959 gen-queries-arb
3960 +buffer-size-arb+
3961 +buffer-usage-arb+
3962 +array-buffer-arb+
3963 +element-array-buffer-arb+
3964 +array-buffer-binding-arb+
3965 +element-array-buffer-binding-arb+
3966 +vertex-array-buffer-binding-arb+
3967 +normal-array-buffer-binding-arb+
3968 +color-array-buffer-binding-arb+
3969 +index-array-buffer-binding-arb+
3970 +texture-coord-array-buffer-binding-arb+
3971 +edge-flag-array-buffer-binding-arb+
3972 +secondary-color-array-buffer-binding-arb+
3973 +fog-coordinate-array-buffer-binding-arb+
3974 +weight-array-buffer-binding-arb+
3975 +vertex-attrib-array-buffer-binding-arb+
3976 +read-only-arb+
3977 +write-only-arb+
3978 +read-write-arb+
3979 +buffer-access-arb+
3980 +buffer-mapped-arb+
3981 +buffer-map-pointer-arb+
3982 +stream-draw-arb+
3983 +stream-read-arb+
3984 +stream-copy-arb+
3985 +static-draw-arb+
3986 +static-read-arb+
3987 +static-copy-arb+
3988 +dynamic-draw-arb+
3989 +dynamic-read-arb+
3990 +dynamic-copy-arb+
3991 get-buffer-pointerv-arb
3992 get-buffer-parameter-iv-arb
3993 unmap-buffer-arb
3994 map-buffer-arb
3995 get-buffer-sub-data-arb
3996 buffer-sub-data-arb
3997 buffer-data-arb
3998 is-buffer-arb
3999 gen-buffers-arb
4000 delete-buffers-arb
4001 bind-buffer-arb
4002 +color-sum-arb+
4003 +vertex-program-arb+
4004 +vertex-attrib-array-enabled-arb+
4005 +vertex-attrib-array-size-arb+
4006 +vertex-attrib-array-stride-arb+
4007 +vertex-attrib-array-type-arb+
4008 +current-vertex-attrib-arb+
4009 +program-length-arb+
4010 +program-string-arb+
4011 +max-program-matrix-stack-depth-arb+
4012 +max-program-matrices-arb+
4013 +current-matrix-stack-depth-arb+
4014 +current-matrix-arb+
4015 +vertex-program-point-size-arb+
4016 +vertex-program-two-side-arb+
4017 +vertex-attrib-array-pointer-arb+
4018 +program-error-position-arb+
4019 +program-binding-arb+
4020 +max-vertex-attribs-arb+
4021 +vertex-attrib-array-normalized-arb+
4022 +program-error-string-arb+
4023 +program-format-ascii-arb+
4024 +program-format-arb+
4025 +program-instructions-arb+
4026 +max-program-instructions-arb+
4027 +program-native-instructions-arb+
4028 +max-program-native-instructions-arb+
4029 +program-temporaries-arb+
4030 +max-program-temporaries-arb+
4031 +program-native-temporaries-arb+
4032 +max-program-native-temporaries-arb+
4033 +program-parameters-arb+
4034 +max-program-parameters-arb+
4035 +program-native-parameters-arb+
4036 +max-program-native-parameters-arb+
4037 +program-attribs-arb+
4038 +max-program-attribs-arb+
4039 +program-native-attribs-arb+
4040 +max-program-native-attribs-arb+
4041 +program-address-registers-arb+
4042 +max-program-address-registers-arb+
4043 +program-native-address-registers-arb+
4044 +max-program-native-address-registers-arb+
4045 +max-program-local-parameters-arb+
4046 +max-program-env-parameters-arb+
4047 +program-under-native-limits-arb+
4048 +transpose-current-matrix-arb+
4049 +matrix0-arb+
4050 +matrix1-arb+
4051 +matrix2-arb+
4052 +matrix3-arb+
4053 +matrix4-arb+
4054 +matrix5-arb+
4055 +matrix6-arb+
4056 +matrix7-arb+
4057 +matrix8-arb+
4058 +matrix9-arb+
4059 +matrix10-arb+
4060 +matrix11-arb+
4061 +matrix12-arb+
4062 +matrix13-arb+
4063 +matrix14-arb+
4064 +matrix15-arb+
4065 +matrix16-arb+
4066 +matrix17-arb+
4067 +matrix18-arb+
4068 +matrix19-arb+
4069 +matrix20-arb+
4070 +matrix21-arb+
4071 +matrix22-arb+
4072 +matrix23-arb+
4073 +matrix24-arb+
4074 +matrix25-arb+
4075 +matrix26-arb+
4076 +matrix27-arb+
4077 +matrix28-arb+
4078 +matrix29-arb+
4079 +matrix30-arb+
4080 +matrix31-arb+
4081 is-program-arb
4082 get-vertex-attrib-pointerv-arb
4083 get-vertex-attrib-iv-arb
4084 get-vertex-attrib-fv-arb
4085 get-vertex-attrib-dv-arb
4086 get-program-string-arb
4087 get-program-iv-arb
4088 get-program-local-parameter-fv-arb
4089 get-program-local-parameter-dv-arb
4090 get-program-env-parameter-fv-arb
4091 get-program-env-parameter-dv-arb
4092 program-local-parameter-4fv-arb
4093 program-local-parameter-4f-arb
4094 program-local-parameter-4dv-arb
4095 program-local-parameter-4d-arb
4096 program-env-parameter-4fv-arb
4097 program-env-parameter-4f-arb
4098 program-env-parameter-4dv-arb
4099 program-env-parameter-4d-arb
4100 gen-programs-arb
4101 delete-programs-arb
4102 bind-program-arb
4103 program-string-arb
4104 disable-vertex-attrib-array-arb
4105 enable-vertex-attrib-array-arb
4106 vertex-attrib-pointer-arb
4107 vertex-attrib-4usv-arb
4108 vertex-attrib-4uiv-arb
4109 vertex-attrib-4ubv-arb
4110 vertex-attrib-4sv-arb
4111 vertex-attrib-4s-arb
4112 vertex-attrib-4iv-arb
4113 vertex-attrib-4fv-arb
4114 vertex-attrib-4f-arb
4115 vertex-attrib-4dv-arb
4116 vertex-attrib-4d-arb
4117 vertex-attrib-4bv-arb
4118 vertex-attrib-4n-usv-arb
4119 vertex-attrib-4n-uiv-arb
4120 vertex-attrib-4n-ubv-arb
4121 vertex-attrib-4n-ub-arb
4122 vertex-attrib-4n-sv-arb
4123 vertex-attrib-4n-iv-arb
4124 vertex-attrib-4n-bv-arb
4125 vertex-attrib-3sv-arb
4126 vertex-attrib-3s-arb
4127 vertex-attrib-3fv-arb
4128 vertex-attrib-3f-arb
4129 vertex-attrib-3dv-arb
4130 vertex-attrib-3d-arb
4131 vertex-attrib-2sv-arb
4132 vertex-attrib-2s-arb
4133 vertex-attrib-2fv-arb
4134 vertex-attrib-2f-arb
4135 vertex-attrib-2dv-arb
4136 vertex-attrib-2d-arb
4137 vertex-attrib-1sv-arb
4138 vertex-attrib-1s-arb
4139 vertex-attrib-1fv-arb
4140 vertex-attrib-1f-arb
4141 vertex-attrib-1dv-arb
4142 vertex-attrib-1d-arb
4143 window-pos-3sv-arb
4144 window-pos-3s-arb
4145 window-pos-3iv-arb
4146 window-pos-3i-arb
4147 window-pos-3fv-arb
4148 window-pos-3f-arb
4149 window-pos-3dv-arb
4150 window-pos-3d-arb
4151 window-pos-2sv-arb
4152 window-pos-2s-arb
4153 window-pos-2iv-arb
4154 window-pos-2i-arb
4155 window-pos-2fv-arb
4156 window-pos-2f-arb
4157 window-pos-2dv-arb
4158 window-pos-2d-arb
4159 +matrix-palette-arb+
4160 +max-matrix-palette-stack-depth-arb+
4161 +max-palette-matrices-arb+
4162 +current-palette-matrix-arb+
4163 +matrix-index-array-arb+
4164 +current-matrix-index-arb+
4165 +matrix-index-array-size-arb+
4166 +matrix-index-array-type-arb+
4167 +matrix-index-array-stride-arb+
4168 +matrix-index-array-pointer-arb+
4169 matrix-index-pointer-arb
4170 matrix-index-uiv-arb
4171 matrix-index-usv-arb
4172 matrix-index-ubv-arb
4173 current-palette-matrix-arb
4174 +max-vertex-units-arb+
4175 +active-vertex-units-arb+
4176 +weight-sum-unity-arb+
4177 +vertex-blend-arb+
4178 +current-weight-arb+
4179 +weight-array-type-arb+
4180 +weight-array-stride-arb+
4181 +weight-array-size-arb+
4182 +weight-array-pointer-arb+
4183 +weight-array-arb+
4184 +modelview0-arb+
4185 +modelview1-arb+
4186 +modelview2-arb+
4187 +modelview3-arb+
4188 +modelview4-arb+
4189 +modelview5-arb+
4190 +modelview6-arb+
4191 +modelview7-arb+
4192 +modelview8-arb+
4193 +modelview9-arb+
4194 +modelview10-arb+
4195 +modelview11-arb+
4196 +modelview12-arb+
4197 +modelview13-arb+
4198 +modelview14-arb+
4199 +modelview15-arb+
4200 +modelview16-arb+
4201 +modelview17-arb+
4202 +modelview18-arb+
4203 +modelview19-arb+
4204 +modelview20-arb+
4205 +modelview21-arb+
4206 +modelview22-arb+
4207 +modelview23-arb+
4208 +modelview24-arb+
4209 +modelview25-arb+
4210 +modelview26-arb+
4211 +modelview27-arb+
4212 +modelview28-arb+
4213 +modelview29-arb+
4214 +modelview30-arb+
4215 +modelview31-arb+
4216 vertex-blend-arb
4217 weight-pointer-arb
4218 weight-uiv-arb
4219 weight-usv-arb
4220 weight-ubv-arb
4221 weight-dv-arb
4222 weight-fv-arb
4223 weight-iv-arb
4224 weight-sv-arb
4225 weight-bv-arb
4226 point-parameter-fv-arb
4227 point-parameter-f-arb
4228 +compressed-alpha-arb+
4229 +compressed-luminance-arb+
4230 +compressed-luminance-alpha-arb+
4231 +compressed-intensity-arb+
4232 +compressed-rgb-arb+
4233 +compressed-rgba-arb+
4234 +texture-compression-hint-arb+
4235 +texture-compressed-image-size-arb+
4236 +texture-compressed-arb+
4237 +num-compressed-texture-formats-arb+
4238 +compressed-texture-formats-arb+
4239 get-compressed-tex-image-arb
4240 compressed-tex-sub-image-1d-arb
4241 compressed-tex-sub-image-2d-arb
4242 compressed-tex-sub-image-3d-arb
4243 compressed-tex-image-1d-arb
4244 compressed-tex-image-2d-arb
4245 compressed-tex-image-3d-arb
4246 +transpose-modelview-matrix-arb+
4247 +transpose-projection-matrix-arb+
4248 +transpose-texture-matrix-arb+
4249 +transpose-color-matrix-arb+
4250 mult-transpose-matrix-d-arb
4251 mult-transpose-matrix-f-arb
4252 load-transpose-matrix-d-arb
4253 load-transpose-matrix-f-arb
4254 +texture0-arb+
4255 +texture1-arb+
4256 +texture2-arb+
4257 +texture3-arb+
4258 +texture4-arb+
4259 +texture5-arb+
4260 +texture6-arb+
4261 +texture7-arb+
4262 +texture8-arb+
4263 +texture9-arb+
4264 +texture10-arb+
4265 +texture11-arb+
4266 +texture12-arb+
4267 +texture13-arb+
4268 +texture14-arb+
4269 +texture15-arb+
4270 +texture16-arb+
4271 +texture17-arb+
4272 +texture18-arb+
4273 +texture19-arb+
4274 +texture20-arb+
4275 +texture21-arb+
4276 +texture22-arb+
4277 +texture23-arb+
4278 +texture24-arb+
4279 +texture25-arb+
4280 +texture26-arb+
4281 +texture27-arb+
4282 +texture28-arb+
4283 +texture29-arb+
4284 +texture30-arb+
4285 +texture31-arb+
4286 +active-texture-arb+
4287 +client-active-texture-arb+
4288 +max-texture-units-arb+
4289 multi-tex-coord-4sv-arb
4290 multi-tex-coord-4s-arb
4291 multi-tex-coord-4iv-arb
4292 multi-tex-coord-4i-arb
4293 multi-tex-coord-4fv-arb
4294 multi-tex-coord-4f-arb
4295 multi-tex-coord-4dv-arb
4296 multi-tex-coord-4d-arb
4297 multi-tex-coord-3sv-arb
4298 multi-tex-coord-3s-arb
4299 multi-tex-coord-3iv-arb
4300 multi-tex-coord-3i-arb
4301 multi-tex-coord-3fv-arb
4302 multi-tex-coord-3f-arb
4303 multi-tex-coord-3dv-arb
4304 multi-tex-coord-3d-arb
4305 multi-tex-coord-2sv-arb
4306 multi-tex-coord-2s-arb
4307 multi-tex-coord-2iv-arb
4308 multi-tex-coord-2i-arb
4309 multi-tex-coord-2fv-arb
4310 multi-tex-coord-2f-arb
4311 multi-tex-coord-2dv-arb
4312 multi-tex-coord-2d-arb
4313 multi-tex-coord-1sv-arb
4314 multi-tex-coord-1s-arb
4315 multi-tex-coord-1iv-arb
4316 multi-tex-coord-1i-arb
4317 multi-tex-coord-1fv-arb
4318 multi-tex-coord-1f-arb
4319 multi-tex-coord-1dv-arb
4320 multi-tex-coord-1d-arb
4321 client-active-texture-arb
4322 active-texture-arb
4323 +current-raster-normal-sgix+
4324 light-env-i-sgix
4325 get-fragment-material-iv-sgix
4326 get-fragment-material-fv-sgix
4327 get-fragment-light-iv-sgix
4328 get-fragment-light-fv-sgix
4329 fragment-material-iv-sgix
4330 fragment-material-i-sgix
4331 fragment-material-fv-sgix
4332 fragment-material-f-sgix
4333 fragment-light-model-iv-sgix
4334 fragment-light-model-i-sgix
4335 fragment-light-model-fv-sgix
4336 fragment-light-model-f-sgix
4337 fragment-light-iv-sgix
4338 fragment-light-i-sgix
4339 fragment-light-fv-sgix
4340 fragment-light-f-sgix
4341 fragment-color-material-sgix
4342 +parallel-arrays-intel+
4343 +vertex-array-parallel-pointers-intel+
4344 +normal-array-parallel-pointers-intel+
4345 +color-array-parallel-pointers-intel+
4346 +texture-coord-array-parallel-pointers-intel+
4347 tex-coord-pointerv-intel
4348 color-pointerv-intel
4349 normal-pointerv-intel
4350 vertex-pointerv-intel
4351 +pixel-group-color-sgis+
4352 get-pixel-tex-gen-parameter-fv-sgis
4353 get-pixel-tex-gen-parameter-iv-sgis
4354 pixel-tex-gen-parameter-fv-sgis
4355 pixel-tex-gen-parameter-f-sgis
4356 pixel-tex-gen-parameter-iv-sgis
4357 pixel-tex-gen-parameter-i-sgis
4358 +pixel-transform-2d-ext+
4359 +pixel-mag-filter-ext+
4360 +pixel-min-filter-ext+
4361 +pixel-cubic-weight-ext+
4362 +cubic-ext+
4363 +average-ext+
4364 +pixel-transform-2d-stack-depth-ext+
4365 +max-pixel-transform-2d-stack-depth-ext+
4366 +pixel-transform-2d-matrix-ext+
4367 pixel-transform-parameter-fv-ext
4368 pixel-transform-parameter-iv-ext
4369 pixel-transform-parameter-f-ext
4370 pixel-transform-parameter-i-ext
4371 +texture-color-writemask-sgis+
4372 texture-color-mask-sgis
4373 frame-zoom-sgix
4374 list-parameter-iv-sgix
4375 list-parameter-i-sgix
4376 list-parameter-fv-sgix
4377 list-parameter-f-sgix
4378 get-list-parameter-iv-sgix
4379 get-list-parameter-fv-sgix
4380 stop-instruments-sgix
4381 start-instruments-sgix
4382 read-instruments-sgix
4383 poll-instruments-sgix
4384 instruments-buffer-sgix
4385 get-instruments-sgix
4386 reference-plane-sgix
4387 +sprite-axial-sgix+
4388 +sprite-object-aligned-sgix+
4389 +sprite-eye-aligned-sgix+
4390 sprite-parameter-iv-sgix
4391 sprite-parameter-i-sgix
4392 sprite-parameter-fv-sgix
4393 sprite-parameter-f-sgix
4394 tex-filter-func-sgis
4395 get-tex-filter-func-sgis
4396 pixel-tex-gen-sgix
4397 tex-sub-image-4d-sgis
4398 tex-image-4d-sgis
4399 get-fog-func-sgis
4400 fog-func-sgis
4401 +point-size-min+
4402 +point-size-min-arb+
4403 +point-size-min-ext+
4404 +point-size-max+
4405 +point-size-max-arb+
4406 +point-size-max-ext+
4407 +point-fade-threshold-size+
4408 +point-fade-threshold-size-arb+
4409 +point-fade-threshold-size-ext+
4410 +point-distance-attenuation+
4411 +point-distance-attenuation-arb+
4412 +distance-attenuation-ext+
4413 point-parameter-fv-sgis
4414 point-parameter-f-sgis
4415 get-color-table-parameteriv-sgi
4416 get-color-table-parameterfv-sgi
4417 get-color-table-sgi
4418 copy-color-table-sgi
4419 color-table-parameteriv-sgi
4420 color-table-parameterfv-sgi
4421 color-table-sgi
4422 get-sharpen-tex-func-sgis
4423 sharpen-tex-func-sgis
4424 sample-pattern-sgis
4425 sample-mask-sgis
4426 +multisample+
4427 +sample-alpha-to-coverage+
4428 +sample-alpha-to-one+
4429 +sample-coverage+
4430 +sample-buffers+
4431 +samples+
4432 +sample-coverage-value+
4433 +sample-coverage-invert+
4434 +multisample-arb+
4435 +sample-alpha-to-coverage-arb+
4436 +sample-alpha-to-one-arb+
4437 +sample-coverage-arb+
4438 +sample-buffers-arb+
4439 +samples-arb+
4440 +sample-coverage-value-arb+
4441 +sample-coverage-invert-arb+
4442 +multisample-bit-arb+
4443 sample-coverage-arb
4444 get-detail-tex-func-sgis
4445 detail-tex-func-sgis
4446 +vertex-array-ext+
4447 +normal-array-ext+
4448 +color-array-ext+
4449 +index-array-ext+
4450 +texture-coord-array-ext+
4451 +edge-flag-array-ext+
4452 +vertex-array-size-ext+
4453 +vertex-array-type-ext+
4454 +vertex-array-stride-ext+
4455 +normal-array-type-ext+
4456 +normal-array-stride-ext+
4457 +color-array-size-ext+
4458 +color-array-type-ext+
4459 +color-array-stride-ext+
4460 +index-array-type-ext+
4461 +index-array-stride-ext+
4462 +texture-coord-array-size-ext+
4463 +texture-coord-array-type-ext+
4464 +texture-coord-array-stride-ext+
4465 +edge-flag-array-stride-ext+
4466 +vertex-array-pointer-ext+
4467 +normal-array-pointer-ext+
4468 +color-array-pointer-ext+
4469 +index-array-pointer-ext+
4470 +texture-coord-array-pointer-ext+
4471 +edge-flag-array-pointer-ext+
4472 vertex-pointer-ext
4473 tex-coord-pointer-ext
4474 normal-pointer-ext
4475 index-pointer-ext
4476 get-pointerv-ext
4477 edge-flag-pointer-ext
4478 draw-arrays-ext
4479 color-pointer-ext
4480 array-element-ext
4481 +pack-skip-images+
4482 +pack-image-height+
4483 +unpack-skip-images+
4484 +unpack-image-height+
4485 +texture-3d+
4486 +proxy-texture-3d+
4487 +texture-depth+
4488 +texture-wrap-r+
4489 +max-3d-texture-size+
4490 tex-sub-image-3d-ext
4491 tex-image-3d-ext
4492 +texture-priority-ext+
4493 +texture-resident-ext+
4494 +texture-1d-binding-ext+
4495 +texture-2d-binding-ext+
4496 prioritize-textures-ext
4497 is-texture-ext
4498 gen-textures-ext
4499 delete-textures-ext
4500 bind-texture-ext
4501 are-textures-resident-ext
4502 +polygon-offset-ext+
4503 +polygon-offset-factor-ext+
4504 polygon-offset-ext
4505 reset-minmax-ext
4506 reset-histogram-ext
4507 minmax-ext
4508 histogram-ext
4509 get-minmax-parameter-iv-ext
4510 get-minmax-parameter-fv-ext
4511 get-minmax-ext
4512 get-histogram-parameter-iv-ext
4513 get-histogram-parameter-fv-ext
4514 get-histogram-ext
4515 separable-filter-2d-ext
4516 get-separable-filter-ext
4517 get-convolution-parameter-iv-ext
4518 get-convolution-parameter-fv-ext
4519 get-convolution-filter-ext
4520 copy-convolution-filter-2d-ext
4521 copy-convolution-filter-1d-ext
4522 convolution-parameter-iv-ext
4523 convolution-parameter-i-ext
4524 convolution-parameter-fv-ext
4525 convolution-parameter-f-ext
4526 convolution-filter-2d-ext
4527 convolution-filter-1d-ext
4528 blend-equation-ext
4529 blend-color-ext ))
4531 (in-package #:cl-glfw-opengl)