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