docs for enumerated values
[clinton/guile-figl.git] / doc / low-level-gl-enums.texi
1
2 @c %start of fragment
3
4 The functions from this section may be had by loading the module:
5
6 @example
7 (use-modules (figl gl enums)
8 @end example
9
10 @defmac attrib-mask bit...
11 Bitfield constructor. The symbolic @var{bit} arguments are replaced with
12 their corresponding numeric values and combined with @code{logior} at
13 compile-time. The symbolic arguments known to this bitfield constructor
14 are:
15
16 @code{current}, @code{point}, @code{line}, @code{polygon},
17 @code{polygon-stipple}, @code{pixel-mode}, @code{lighting}, @code{fog},
18 @code{depth-buffer}, @code{accum-buffer}, @code{stencil-buffer},
19 @code{viewport}, @code{transform}, @code{enable}, @code{color-buffer},
20 @code{hint}, @code{eval}, @code{list}, @code{texture}, @code{scissor},
21 @code{all-attrib}.
22
23 @end defmac
24
25 @defmac version-1-3 enum
26 Enumerated value. The symbolic @var{enum}argument is replaced with its
27 corresponding numeric value at compile-time. The symbolic arguments
28 known to this enumerated value form are:
29
30 @code{multisample-bit}, @code{multisample},
31 @code{sample-alpha-to-coverage}, @code{sample-alpha-to-one},
32 @code{sample-coverage}, @code{sample-buffers}, @code{samples},
33 @code{sample-coverage-value}, @code{sample-coverage-invert},
34 @code{clamp-to-border}, @code{texture0}, @code{texture1},
35 @code{texture2}, @code{texture3}, @code{texture4}, @code{texture5},
36 @code{texture6}, @code{texture7}, @code{texture8}, @code{texture9},
37 @code{texture10}, @code{texture11}, @code{texture12}, @code{texture13},
38 @code{texture14}, @code{texture15}, @code{texture16}, @code{texture17},
39 @code{texture18}, @code{texture19}, @code{texture20}, @code{texture21},
40 @code{texture22}, @code{texture23}, @code{texture24}, @code{texture25},
41 @code{texture26}, @code{texture27}, @code{texture28}, @code{texture29},
42 @code{texture30}, @code{texture31}, @code{active-texture},
43 @code{client-active-texture}, @code{max-texture-units},
44 @code{transpose-modelview-matrix}, @code{transpose-projection-matrix},
45 @code{transpose-texture-matrix}, @code{transpose-color-matrix},
46 @code{subtract}, @code{compressed-alpha}, @code{compressed-luminance},
47 @code{compressed-luminance-alpha}, @code{compressed-intensity},
48 @code{compressed-rgb}, @code{compressed-rgba},
49 @code{texture-compression-hint}, @code{texture-compressed-image-size},
50 @code{texture-compressed}, @code{num-compressed-texture-formats},
51 @code{compressed-texture-formats}, @code{normal-map},
52 @code{reflection-map}, @code{texture-cube-map},
53 @code{texture-binding-cube-map}, @code{texture-cube-map-positive-x},
54 @code{texture-cube-map-negative-x}, @code{texture-cube-map-positive-y},
55 @code{texture-cube-map-negative-y}, @code{texture-cube-map-positive-z},
56 @code{texture-cube-map-negative-z}, @code{proxy-texture-cube-map},
57 @code{max-cube-map-texture-size}, @code{combine}, @code{combine-rgb},
58 @code{combine-alpha}, @code{rgb-scale}, @code{add-signed},
59 @code{interpolate}, @code{constant}, @code{primary-color},
60 @code{previous}, @code{source0-rgb}, @code{source1-rgb},
61 @code{source2-rgb}, @code{source0-alpha}, @code{source1-alpha},
62 @code{source2-alpha}, @code{operand0-rgb}, @code{operand1-rgb},
63 @code{operand2-rgb}, @code{operand0-alpha}, @code{operand1-alpha},
64 @code{operand2-alpha}, @code{dot3-rgb}, @code{dot3-rgba}.
65
66 @end defmac
67
68 @defmac arb-multisample enum
69 Enumerated value. The symbolic @var{enum}argument is replaced with its
70 corresponding numeric value at compile-time. The symbolic arguments
71 known to this enumerated value form are:
72
73 @code{multisample-bit-arb}, @code{multisample-arb},
74 @code{sample-alpha-to-coverage-arb}, @code{sample-alpha-to-one-arb},
75 @code{sample-coverage-arb}, @code{sample-buffers-arb},
76 @code{samples-arb}, @code{sample-coverage-value-arb},
77 @code{sample-coverage-invert-arb}.
78
79 @end defmac
80
81 @defmac ext-multisample enum
82 Enumerated value. The symbolic @var{enum}argument is replaced with its
83 corresponding numeric value at compile-time. The symbolic arguments
84 known to this enumerated value form are:
85
86 @code{multisample-bit-ext}, @code{multisample-ext},
87 @code{sample-alpha-to-mask-ext}, @code{sample-alpha-to-one-ext},
88 @code{sample-mask-ext}, @code{1pass-ext}, @code{2pass-0-ext},
89 @code{2pass-1-ext}, @code{4pass-0-ext}, @code{4pass-1-ext},
90 @code{4pass-2-ext}, @code{4pass-3-ext}, @code{sample-buffers-ext},
91 @code{samples-ext}, @code{sample-mask-value-ext},
92 @code{sample-mask-invert-ext}, @code{sample-pattern-ext},
93 @code{multisample-bit-ext}.
94
95 @end defmac
96
97 @defmac 3dfx-multisample enum
98 Enumerated value. The symbolic @var{enum}argument is replaced with its
99 corresponding numeric value at compile-time. The symbolic arguments
100 known to this enumerated value form are:
101
102 @code{multisample-bit-3dfx}, @code{multisample-3dfx},
103 @code{sample-buffers-3dfx}, @code{samples-3dfx},
104 @code{multisample-bit-3dfx}.
105
106 @end defmac
107
108 @defmac clear-buffer-mask enum
109 Enumerated value. The symbolic @var{enum}argument is replaced with its
110 corresponding numeric value at compile-time. The symbolic arguments
111 known to this enumerated value form are:
112
113 @code{depth-buffer-bit}, @code{accum-buffer-bit},
114 @code{stencil-buffer-bit}, @code{color-buffer-bit},
115 @code{coverage-buffer-bit-nv}.
116
117 @end defmac
118
119 @defmac client-attrib-mask bit...
120 Bitfield constructor. The symbolic @var{bit} arguments are replaced with
121 their corresponding numeric values and combined with @code{logior} at
122 compile-time. The symbolic arguments known to this bitfield constructor
123 are:
124
125 @code{client-pixel-store}, @code{client-vertex-array},
126 @code{client-all-attrib}.
127
128 @end defmac
129
130 @defmac version-3-0 enum
131 Enumerated value. The symbolic @var{enum}argument is replaced with its
132 corresponding numeric value at compile-time. The symbolic arguments
133 known to this enumerated value form are:
134
135 @code{map-read-bit}, @code{map-write-bit},
136 @code{map-invalidate-range-bit}, @code{map-invalidate-buffer-bit},
137 @code{map-flush-explicit-bit}, @code{map-unsynchronized-bit},
138 @code{context-flag-forward-compatible-bit},
139 @code{invalid-framebuffer-operation}, @code{half-float},
140 @code{clip-distance0}, @code{clip-distance1}, @code{clip-distance2},
141 @code{clip-distance3}, @code{clip-distance4}, @code{clip-distance5},
142 @code{clip-distance6}, @code{clip-distance7},
143 @code{framebuffer-attachment-color-encoding},
144 @code{framebuffer-attachment-component-type},
145 @code{framebuffer-attachment-red-size},
146 @code{framebuffer-attachment-green-size},
147 @code{framebuffer-attachment-blue-size},
148 @code{framebuffer-attachment-alpha-size},
149 @code{framebuffer-attachment-depth-size},
150 @code{framebuffer-attachment-stencil-size}, @code{framebuffer-default},
151 @code{framebuffer-undefined}, @code{depth-stencil-attachment},
152 @code{major-version}, @code{minor-version}, @code{num-extensions},
153 @code{context-flags}, @code{index}, @code{compressed-red},
154 @code{compressed-rg}, @code{rg}, @code{rg-integer}, @code{r8},
155 @code{r16}, @code{rg8}, @code{rg16}, @code{r16f}, @code{r32f},
156 @code{rg16f}, @code{rg32f}, @code{r8i}, @code{r8ui}, @code{r16i},
157 @code{r16ui}, @code{r32i}, @code{r32ui}, @code{rg8i}, @code{rg8ui},
158 @code{rg16i}, @code{rg16ui}, @code{rg32i}, @code{rg32ui},
159 @code{max-renderbuffer-size}, @code{depth-stencil},
160 @code{unsigned-int-24-8}, @code{vertex-array-binding}, @code{rgba32f},
161 @code{rgb32f}, @code{rgba16f}, @code{rgb16f},
162 @code{compare-ref-to-texture}, @code{depth24-stencil8},
163 @code{texture-stencil-size}, @code{vertex-attrib-array-integer},
164 @code{max-array-texture-layers}, @code{min-program-texel-offset},
165 @code{max-program-texel-offset}, @code{clamp-vertex-color},
166 @code{clamp-fragment-color}, @code{clamp-read-color}, @code{fixed-only},
167 @code{max-varying-components}, @code{texture-red-type},
168 @code{texture-green-type}, @code{texture-blue-type},
169 @code{texture-alpha-type}, @code{texture-luminance-type},
170 @code{texture-intensity-type}, @code{texture-depth-type},
171 @code{unsigned-normalized}, @code{texture-1d-array},
172 @code{proxy-texture-1d-array}, @code{texture-2d-array},
173 @code{proxy-texture-2d-array}, @code{texture-binding-1d-array},
174 @code{texture-binding-2d-array}, @code{r11f-g11f-b10f},
175 @code{unsigned-int-10f-11f-11f-rev}, @code{rgb9-e5},
176 @code{unsigned-int-5-9-9-9-rev}, @code{texture-shared-size},
177 @code{transform-feedback-varying-max-length},
178 @code{transform-feedback-varying-max-length-ext},
179 @code{back-primary-color-nv}, @code{back-secondary-color-nv},
180 @code{texture-coord-nv}, @code{clip-distance-nv}, @code{vertex-id-nv},
181 @code{primitive-id-nv}, @code{generic-attrib-nv},
182 @code{transform-feedback-attribs-nv},
183 @code{transform-feedback-buffer-mode},
184 @code{transform-feedback-buffer-mode-ext},
185 @code{transform-feedback-buffer-mode-nv},
186 @code{max-transform-feedback-separate-components},
187 @code{max-transform-feedback-separate-components-ext},
188 @code{max-transform-feedback-separate-components-nv},
189 @code{active-varyings-nv}, @code{active-varying-max-length-nv},
190 @code{transform-feedback-varyings},
191 @code{transform-feedback-varyings-ext},
192 @code{transform-feedback-varyings-nv},
193 @code{transform-feedback-buffer-start},
194 @code{transform-feedback-buffer-start-ext},
195 @code{transform-feedback-buffer-start-nv},
196 @code{transform-feedback-buffer-size},
197 @code{transform-feedback-buffer-size-ext},
198 @code{transform-feedback-buffer-size-nv},
199 @code{transform-feedback-record-nv}, @code{primitives-generated},
200 @code{primitives-generated-ext}, @code{primitives-generated-nv},
201 @code{transform-feedback-primitives-written},
202 @code{transform-feedback-primitives-written-ext},
203 @code{transform-feedback-primitives-written-nv},
204 @code{rasterizer-discard}, @code{rasterizer-discard-ext},
205 @code{rasterizer-discard-nv},
206 @code{max-transform-feedback-interleaved-components},
207 @code{max-transform-feedback-interleaved-components-ext},
208 @code{max-transform-feedback-interleaved-components-nv},
209 @code{max-transform-feedback-separate-attribs},
210 @code{max-transform-feedback-separate-attribs-ext},
211 @code{max-transform-feedback-separate-attribs-nv},
212 @code{interleaved-attribs}, @code{interleaved-attribs-ext},
213 @code{interleaved-attribs-nv}, @code{separate-attribs},
214 @code{separate-attribs-ext}, @code{separate-attribs-nv},
215 @code{transform-feedback-buffer}, @code{transform-feedback-buffer-ext},
216 @code{transform-feedback-buffer-nv},
217 @code{transform-feedback-buffer-binding},
218 @code{transform-feedback-buffer-binding-ext},
219 @code{transform-feedback-buffer-binding-nv}, @code{framebuffer-binding},
220 @code{draw-framebuffer-binding}, @code{renderbuffer-binding},
221 @code{read-framebuffer}, @code{draw-framebuffer},
222 @code{read-framebuffer-binding}, @code{renderbuffer-samples},
223 @code{depth-component32f}, @code{depth32f-stencil8},
224 @code{framebuffer-attachment-object-type},
225 @code{framebuffer-attachment-object-type-ext},
226 @code{framebuffer-attachment-object-name},
227 @code{framebuffer-attachment-object-name-ext},
228 @code{framebuffer-attachment-texture-level},
229 @code{framebuffer-attachment-texture-level-ext},
230 @code{framebuffer-attachment-texture-cube-map-face},
231 @code{framebuffer-attachment-texture-cube-map-face-ext},
232 @code{framebuffer-attachment-texture-layer},
233 @code{framebuffer-attachment-texture-3d-zoffset-ext},
234 @code{framebuffer-complete}, @code{framebuffer-complete-ext},
235 @code{framebuffer-incomplete-attachment},
236 @code{framebuffer-incomplete-attachment-ext},
237 @code{framebuffer-incomplete-missing-attachment},
238 @code{framebuffer-incomplete-missing-attachment-ext},
239 @code{framebuffer-incomplete-dimensions-ext},
240 @code{framebuffer-incomplete-formats-ext},
241 @code{framebuffer-incomplete-draw-buffer},
242 @code{framebuffer-incomplete-draw-buffer-ext},
243 @code{framebuffer-incomplete-read-buffer},
244 @code{framebuffer-incomplete-read-buffer-ext},
245 @code{framebuffer-unsupported}, @code{framebuffer-unsupported-ext},
246 @code{max-color-attachments}, @code{max-color-attachments-ext},
247 @code{color-attachment0}, @code{color-attachment0-ext},
248 @code{color-attachment1}, @code{color-attachment1-ext},
249 @code{color-attachment2}, @code{color-attachment2-ext},
250 @code{color-attachment3}, @code{color-attachment3-ext},
251 @code{color-attachment4}, @code{color-attachment4-ext},
252 @code{color-attachment5}, @code{color-attachment5-ext},
253 @code{color-attachment6}, @code{color-attachment6-ext},
254 @code{color-attachment7}, @code{color-attachment7-ext},
255 @code{color-attachment8}, @code{color-attachment8-ext},
256 @code{color-attachment9}, @code{color-attachment9-ext},
257 @code{color-attachment10}, @code{color-attachment10-ext},
258 @code{color-attachment11}, @code{color-attachment11-ext},
259 @code{color-attachment12}, @code{color-attachment12-ext},
260 @code{color-attachment13}, @code{color-attachment13-ext},
261 @code{color-attachment14}, @code{color-attachment14-ext},
262 @code{color-attachment15}, @code{color-attachment15-ext},
263 @code{depth-attachment}, @code{depth-attachment-ext},
264 @code{stencil-attachment}, @code{stencil-attachment-ext},
265 @code{framebuffer}, @code{framebuffer-ext}, @code{renderbuffer},
266 @code{renderbuffer-ext}, @code{renderbuffer-width},
267 @code{renderbuffer-width-ext}, @code{renderbuffer-height},
268 @code{renderbuffer-height-ext}, @code{renderbuffer-internal-format},
269 @code{renderbuffer-internal-format-ext}, @code{stencil-index1},
270 @code{stencil-index1-ext}, @code{stencil-index4},
271 @code{stencil-index4-ext}, @code{stencil-index8},
272 @code{stencil-index8-ext}, @code{stencil-index16},
273 @code{stencil-index16-ext}, @code{renderbuffer-red-size},
274 @code{renderbuffer-red-size-ext}, @code{renderbuffer-green-size},
275 @code{renderbuffer-green-size-ext}, @code{renderbuffer-blue-size},
276 @code{renderbuffer-blue-size-ext}, @code{renderbuffer-alpha-size},
277 @code{renderbuffer-alpha-size-ext}, @code{renderbuffer-depth-size},
278 @code{renderbuffer-depth-size-ext}, @code{renderbuffer-stencil-size},
279 @code{renderbuffer-stencil-size-ext},
280 @code{framebuffer-incomplete-multisample}, @code{max-samples},
281 @code{rgba32ui}, @code{rgba32ui-ext}, @code{rgb32ui},
282 @code{rgb32ui-ext}, @code{alpha32ui-ext}, @code{intensity32ui-ext},
283 @code{luminance32ui-ext}, @code{luminance-alpha32ui-ext},
284 @code{rgba16ui}, @code{rgba16ui-ext}, @code{rgb16ui},
285 @code{rgb16ui-ext}, @code{alpha16ui-ext}, @code{intensity16ui-ext},
286 @code{luminance16ui-ext}, @code{luminance-alpha16ui-ext},
287 @code{rgba8ui}, @code{rgba8ui-ext}, @code{rgb8ui}, @code{rgb8ui-ext},
288 @code{alpha8ui-ext}, @code{intensity8ui-ext}, @code{luminance8ui-ext},
289 @code{luminance-alpha8ui-ext}, @code{rgba32i}, @code{rgba32i-ext},
290 @code{rgb32i}, @code{rgb32i-ext}, @code{alpha32i-ext},
291 @code{intensity32i-ext}, @code{luminance32i-ext},
292 @code{luminance-alpha32i-ext}, @code{rgba16i}, @code{rgba16i-ext},
293 @code{rgb16i}, @code{rgb16i-ext}, @code{alpha16i-ext},
294 @code{intensity16i-ext}, @code{luminance16i-ext},
295 @code{luminance-alpha16i-ext}, @code{rgba8i}, @code{rgba8i-ext},
296 @code{rgb8i}, @code{rgb8i-ext}, @code{alpha8i-ext},
297 @code{intensity8i-ext}, @code{luminance8i-ext},
298 @code{luminance-alpha8i-ext}, @code{red-integer},
299 @code{red-integer-ext}, @code{green-integer}, @code{green-integer-ext},
300 @code{blue-integer}, @code{blue-integer-ext}, @code{alpha-integer},
301 @code{alpha-integer-ext}, @code{rgb-integer}, @code{rgb-integer-ext},
302 @code{rgba-integer}, @code{rgba-integer-ext}, @code{bgr-integer},
303 @code{bgr-integer-ext}, @code{bgra-integer}, @code{bgra-integer-ext},
304 @code{luminance-integer-ext}, @code{luminance-alpha-integer-ext},
305 @code{rgba-integer-mode-ext}, @code{float-32-unsigned-int-24-8-rev},
306 @code{framebuffer-srgb}, @code{compressed-red-rgtc1},
307 @code{compressed-signed-red-rgtc1}, @code{compressed-rg-rgtc2},
308 @code{compressed-signed-rg-rgtc2}, @code{sampler-1d-array},
309 @code{sampler-2d-array}, @code{sampler-1d-array-shadow},
310 @code{sampler-2d-array-shadow}, @code{sampler-cube-shadow},
311 @code{unsigned-int-vec2}, @code{unsigned-int-vec3},
312 @code{unsigned-int-vec4}, @code{int-sampler-1d}, @code{int-sampler-2d},
313 @code{int-sampler-3d}, @code{int-sampler-cube},
314 @code{int-sampler-1d-array}, @code{int-sampler-2d-array},
315 @code{unsigned-int-sampler-1d}, @code{unsigned-int-sampler-2d},
316 @code{unsigned-int-sampler-3d}, @code{unsigned-int-sampler-cube},
317 @code{unsigned-int-sampler-1d-array},
318 @code{unsigned-int-sampler-2d-array}, @code{query-wait},
319 @code{query-no-wait}, @code{query-by-region-wait},
320 @code{query-by-region-no-wait}, @code{buffer-access-flags},
321 @code{buffer-map-length}, @code{buffer-map-offset}.
322
323 @end defmac
324
325 @defmac arb-map-buffer-range bit...
326 Bitfield constructor. The symbolic @var{bit} arguments are replaced with
327 their corresponding numeric values and combined with @code{logior} at
328 compile-time. The symbolic arguments known to this bitfield constructor
329 are:
330
331 @code{map-read}, @code{map-write}, @code{map-invalidate-range},
332 @code{map-invalidate-buffer}, @code{map-flush-explicit},
333 @code{map-unsynchronized}.
334
335 @end defmac
336
337 @defmac ext-map-buffer-range enum
338 Enumerated value. The symbolic @var{enum}argument is replaced with its
339 corresponding numeric value at compile-time. The symbolic arguments
340 known to this enumerated value form are:
341
342 @code{map-read-bit-ext}, @code{map-write-bit-ext},
343 @code{map-invalidate-range-bit-ext},
344 @code{map-invalidate-buffer-bit-ext}, @code{map-flush-explicit-bit-ext},
345 @code{map-unsynchronized-bit-ext}.
346
347 @end defmac
348
349 @defmac version-4-3 enum
350 Enumerated value. The symbolic @var{enum}argument is replaced with its
351 corresponding numeric value at compile-time. The symbolic arguments
352 known to this enumerated value form are:
353
354 @code{context-flag-debug-bit}, @code{num-shading-language-versions},
355 @code{vertex-attrib-array-long}.
356
357 @end defmac
358
359 @defmac khr-debug enum
360 Enumerated value. The symbolic @var{enum}argument is replaced with its
361 corresponding numeric value at compile-time. The symbolic arguments
362 known to this enumerated value form are:
363
364 @code{context-flag-debug-bit}, @code{debug-output-synchronous},
365 @code{debug-next-logged-message-length}, @code{debug-callback-function},
366 @code{debug-callback-user-param}, @code{debug-source-api},
367 @code{debug-source-window-system}, @code{debug-source-shader-compiler},
368 @code{debug-source-third-party}, @code{debug-source-application},
369 @code{debug-source-other}, @code{debug-type-error},
370 @code{debug-type-deprecated-behavior},
371 @code{debug-type-undefined-behavior}, @code{debug-type-portability},
372 @code{debug-type-performance}, @code{debug-type-other},
373 @code{debug-type-marker}, @code{debug-type-push-group},
374 @code{debug-type-pop-group}, @code{debug-severity-notification},
375 @code{max-debug-group-stack-depth}, @code{debug-group-stack-depth},
376 @code{buffer}, @code{shader}, @code{program}, @code{query},
377 @code{program-pipeline}, @code{sampler}, @code{display-list},
378 @code{max-label-length}, @code{max-debug-message-length},
379 @code{max-debug-logged-messages}, @code{debug-logged-messages},
380 @code{debug-severity-high}, @code{debug-severity-medium},
381 @code{debug-severity-low}, @code{debug-output}.
382
383 @end defmac
384
385 @defmac arb-robustness enum
386 Enumerated value. The symbolic @var{enum}argument is replaced with its
387 corresponding numeric value at compile-time. The symbolic arguments
388 known to this enumerated value form are:
389
390 @code{context-flag-robust-access-bit-arb},
391 @code{lose-context-on-reset-arb}, @code{guilty-context-reset-arb},
392 @code{innocent-context-reset-arb}, @code{unknown-context-reset-arb},
393 @code{reset-notification-strategy-arb},
394 @code{no-reset-notification-arb}.
395
396 @end defmac
397
398 @defmac arb-separate-shader-objects enum
399 Enumerated value. The symbolic @var{enum}argument is replaced with its
400 corresponding numeric value at compile-time. The symbolic arguments
401 known to this enumerated value form are:
402
403 @code{vertex-shader-bit}, @code{fragment-shader-bit},
404 @code{geometry-shader-bit}, @code{tess-control-shader-bit},
405 @code{tess-evaluation-shader-bit}, @code{all-shader-bits},
406 @code{program-separable}, @code{active-program},
407 @code{program-pipeline-binding}.
408
409 @end defmac
410
411 @defmac arb-compute-shader enum
412 Enumerated value. The symbolic @var{enum}argument is replaced with its
413 corresponding numeric value at compile-time. The symbolic arguments
414 known to this enumerated value form are:
415
416 @code{compute-shader-bit}, @code{max-compute-shared-memory-size},
417 @code{max-compute-uniform-components},
418 @code{max-compute-atomic-counter-buffers},
419 @code{max-compute-atomic-counters},
420 @code{max-combined-compute-uniform-components},
421 @code{compute-local-work-size}, @code{max-compute-local-invocations},
422 @code{uniform-block-referenced-by-compute-shader},
423 @code{atomic-counter-buffer-referenced-by-compute-shader},
424 @code{dispatch-indirect-buffer},
425 @code{dispatch-indirect-buffer-binding}, @code{compute-shader},
426 @code{max-compute-uniform-blocks},
427 @code{max-compute-texture-image-units},
428 @code{max-compute-image-uniforms}, @code{max-compute-work-group-count},
429 @code{max-compute-work-group-size}.
430
431 @end defmac
432
433 @defmac ext-separate-shader-objects enum
434 Enumerated value. The symbolic @var{enum}argument is replaced with its
435 corresponding numeric value at compile-time. The symbolic arguments
436 known to this enumerated value form are:
437
438 @code{vertex-shader-bit-ext}, @code{fragment-shader-bit-ext},
439 @code{all-shader-bits-ext}, @code{program-separable-ext},
440 @code{active-program-ext}, @code{program-pipeline-binding-ext},
441 @code{active-program-ext}.
442
443 @end defmac
444
445 @defmac ext-shader-image-load-store enum
446 Enumerated value. The symbolic @var{enum}argument is replaced with its
447 corresponding numeric value at compile-time. The symbolic arguments
448 known to this enumerated value form are:
449
450 @code{vertex-attrib-array-barrier-bit-ext},
451 @code{element-array-barrier-bit-ext}, @code{uniform-barrier-bit-ext},
452 @code{texture-fetch-barrier-bit-ext},
453 @code{shader-image-access-barrier-bit-ext},
454 @code{command-barrier-bit-ext}, @code{pixel-buffer-barrier-bit-ext},
455 @code{texture-update-barrier-bit-ext},
456 @code{buffer-update-barrier-bit-ext},
457 @code{framebuffer-barrier-bit-ext},
458 @code{transform-feedback-barrier-bit-ext},
459 @code{atomic-counter-barrier-bit-ext}, @code{all-barrier-bits-ext},
460 @code{max-image-units-ext},
461 @code{max-combined-image-units-and-fragment-outputs-ext},
462 @code{image-binding-name-ext}, @code{image-binding-level-ext},
463 @code{image-binding-layered-ext}, @code{image-binding-layer-ext},
464 @code{image-binding-access-ext}, @code{image-1d-ext},
465 @code{image-2d-ext}, @code{image-3d-ext}, @code{image-2d-rect-ext},
466 @code{image-cube-ext}, @code{image-buffer-ext},
467 @code{image-1d-array-ext}, @code{image-2d-array-ext},
468 @code{image-cube-map-array-ext}, @code{image-2d-multisample-ext},
469 @code{image-2d-multisample-array-ext}, @code{int-image-1d-ext},
470 @code{int-image-2d-ext}, @code{int-image-3d-ext},
471 @code{int-image-2d-rect-ext}, @code{int-image-cube-ext},
472 @code{int-image-buffer-ext}, @code{int-image-1d-array-ext},
473 @code{int-image-2d-array-ext}, @code{int-image-cube-map-array-ext},
474 @code{int-image-2d-multisample-ext},
475 @code{int-image-2d-multisample-array-ext},
476 @code{unsigned-int-image-1d-ext}, @code{unsigned-int-image-2d-ext},
477 @code{unsigned-int-image-3d-ext}, @code{unsigned-int-image-2d-rect-ext},
478 @code{unsigned-int-image-cube-ext},
479 @code{unsigned-int-image-buffer-ext},
480 @code{unsigned-int-image-1d-array-ext},
481 @code{unsigned-int-image-2d-array-ext},
482 @code{unsigned-int-image-cube-map-array-ext},
483 @code{unsigned-int-image-2d-multisample-ext},
484 @code{unsigned-int-image-2d-multisample-array-ext},
485 @code{max-image-samples-ext}, @code{image-binding-format-ext}.
486
487 @end defmac
488
489 @defmac arb-shader-image-load-store enum
490 Enumerated value. The symbolic @var{enum}argument is replaced with its
491 corresponding numeric value at compile-time. The symbolic arguments
492 known to this enumerated value form are:
493
494 @code{vertex-attrib-array-barrier-bit},
495 @code{element-array-barrier-bit}, @code{uniform-barrier-bit},
496 @code{texture-fetch-barrier-bit},
497 @code{shader-image-access-barrier-bit}, @code{command-barrier-bit},
498 @code{pixel-buffer-barrier-bit}, @code{texture-update-barrier-bit},
499 @code{buffer-update-barrier-bit}, @code{framebuffer-barrier-bit},
500 @code{transform-feedback-barrier-bit},
501 @code{atomic-counter-barrier-bit}, @code{all-barrier-bits},
502 @code{max-image-units},
503 @code{max-combined-image-units-and-fragment-outputs},
504 @code{image-binding-name}, @code{image-binding-level},
505 @code{image-binding-layered}, @code{image-binding-layer},
506 @code{image-binding-access}, @code{image-1d}, @code{image-2d},
507 @code{image-3d}, @code{image-2d-rect}, @code{image-cube},
508 @code{image-buffer}, @code{image-1d-array}, @code{image-2d-array},
509 @code{image-cube-map-array}, @code{image-2d-multisample},
510 @code{image-2d-multisample-array}, @code{int-image-1d},
511 @code{int-image-2d}, @code{int-image-3d}, @code{int-image-2d-rect},
512 @code{int-image-cube}, @code{int-image-buffer},
513 @code{int-image-1d-array}, @code{int-image-2d-array},
514 @code{int-image-cube-map-array}, @code{int-image-2d-multisample},
515 @code{int-image-2d-multisample-array}, @code{unsigned-int-image-1d},
516 @code{unsigned-int-image-2d}, @code{unsigned-int-image-3d},
517 @code{unsigned-int-image-2d-rect}, @code{unsigned-int-image-cube},
518 @code{unsigned-int-image-buffer}, @code{unsigned-int-image-1d-array},
519 @code{unsigned-int-image-2d-array},
520 @code{unsigned-int-image-cube-map-array},
521 @code{unsigned-int-image-2d-multisample},
522 @code{unsigned-int-image-2d-multisample-array},
523 @code{max-image-samples}, @code{image-binding-format},
524 @code{image-format-compatibility-type},
525 @code{image-format-compatibility-by-size},
526 @code{image-format-compatibility-by-class},
527 @code{max-vertex-image-uniforms},
528 @code{max-tess-control-image-uniforms},
529 @code{max-tess-evaluation-image-uniforms},
530 @code{max-geometry-image-uniforms}, @code{max-fragment-image-uniforms},
531 @code{max-combined-image-uniforms}.
532
533 @end defmac
534
535 @defmac arb-shader-storage-buffer-object enum
536 Enumerated value. The symbolic @var{enum}argument is replaced with its
537 corresponding numeric value at compile-time. The symbolic arguments
538 known to this enumerated value form are:
539
540 @code{shader-storage-barrier-bit}, @code{shader-storage-buffer},
541 @code{shader-storage-buffer-binding},
542 @code{shader-storage-buffer-start}, @code{shader-storage-buffer-size},
543 @code{max-vertex-shader-storage-blocks},
544 @code{max-geometry-shader-storage-blocks},
545 @code{max-tess-control-shader-storage-blocks},
546 @code{max-tess-evaluation-shader-storage-blocks},
547 @code{max-fragment-shader-storage-blocks},
548 @code{max-compute-shader-storage-blocks},
549 @code{max-combined-shader-storage-blocks},
550 @code{max-shader-storage-buffer-bindings},
551 @code{max-shader-storage-block-size},
552 @code{shader-storage-buffer-offset-alignment},
553 @code{max-combined-shader-output-resources},
554 @code{max-combined-image-units-and-fragment-outputs}.
555
556 @end defmac
557
558 @defmac intel-map-texture enum
559 Enumerated value. The symbolic @var{enum}argument is replaced with its
560 corresponding numeric value at compile-time. The symbolic arguments
561 known to this enumerated value form are:
562
563 @code{layout-default-intel}, @code{layout-linear-intel},
564 @code{layout-linear-cpu-cached-intel},
565 @code{texture-memory-layout-intel}.
566
567 @end defmac
568
569 @defmac boolean enum
570 Enumerated value. The symbolic @var{enum}argument is replaced with its
571 corresponding numeric value at compile-time. The symbolic arguments
572 known to this enumerated value form are:
573
574 @code{false}, @code{true}.
575
576 @end defmac
577
578 @defmac begin-mode enum
579 Enumerated value. The symbolic @var{enum}argument is replaced with its
580 corresponding numeric value at compile-time. The symbolic arguments
581 known to this enumerated value form are:
582
583 @code{points}, @code{lines}, @code{line-loop}, @code{line-strip},
584 @code{triangles}, @code{triangle-strip}, @code{triangle-fan},
585 @code{quads}, @code{quad-strip}, @code{polygon}.
586
587 @end defmac
588
589 @defmac version-3-2 enum
590 Enumerated value. The symbolic @var{enum}argument is replaced with its
591 corresponding numeric value at compile-time. The symbolic arguments
592 known to this enumerated value form are:
593
594 @code{lines-adjacency}, @code{line-strip-adjacency},
595 @code{triangles-adjacency}, @code{triangle-strip-adjacency},
596 @code{program-point-size}, @code{depth-clamp},
597 @code{texture-cube-map-seamless}, @code{geometry-vertices-out},
598 @code{geometry-input-type}, @code{geometry-output-type},
599 @code{max-geometry-texture-image-units},
600 @code{framebuffer-attachment-layered},
601 @code{framebuffer-incomplete-layer-targets}, @code{geometry-shader},
602 @code{max-geometry-uniform-components},
603 @code{max-geometry-output-vertices},
604 @code{max-geometry-total-output-components},
605 @code{quads-follow-provoking-vertex-convention},
606 @code{first-vertex-convention}, @code{last-vertex-convention},
607 @code{provoking-vertex}, @code{sample-position}, @code{sample-mask},
608 @code{sample-mask-value}, @code{max-sample-mask-words},
609 @code{texture-2d-multisample}, @code{proxy-texture-2d-multisample},
610 @code{texture-2d-multisample-array},
611 @code{proxy-texture-2d-multisample-array},
612 @code{texture-binding-2d-multisample},
613 @code{texture-binding-2d-multisample-array}, @code{texture-samples},
614 @code{texture-fixed-sample-locations}, @code{sampler-2d-multisample},
615 @code{int-sampler-2d-multisample},
616 @code{unsigned-int-sampler-2d-multisample},
617 @code{sampler-2d-multisample-array},
618 @code{int-sampler-2d-multisample-array},
619 @code{unsigned-int-sampler-2d-multisample-array},
620 @code{max-color-texture-samples}, @code{max-depth-texture-samples},
621 @code{max-integer-samples}, @code{max-server-wait-timeout},
622 @code{object-type}, @code{sync-condition}, @code{sync-status},
623 @code{sync-flags}, @code{sync-fence}, @code{sync-gpu-commands-complete},
624 @code{unsignaled}, @code{signaled}, @code{already-signaled},
625 @code{timeout-expired}, @code{condition-satisfied}, @code{wait-failed},
626 @code{timeout-ignored}, @code{sync-flush-commands-bit},
627 @code{timeout-ignored}, @code{max-vertex-output-components},
628 @code{max-geometry-input-components},
629 @code{max-geometry-output-components},
630 @code{max-fragment-input-components}, @code{context-core-profile-bit},
631 @code{context-compatibility-profile-bit}, @code{context-profile-mask}.
632
633 @end defmac
634
635 @defmac arb-geometry-shader-4 enum
636 Enumerated value. The symbolic @var{enum}argument is replaced with its
637 corresponding numeric value at compile-time. The symbolic arguments
638 known to this enumerated value form are:
639
640 @code{lines-adjacency-arb}, @code{line-strip-adjacency-arb},
641 @code{triangles-adjacency-arb}, @code{triangle-strip-adjacency-arb},
642 @code{program-point-size-arb}, @code{max-varying-components},
643 @code{max-geometry-texture-image-units-arb},
644 @code{framebuffer-attachment-object-type},
645 @code{framebuffer-attachment-object-type-ext},
646 @code{framebuffer-attachment-object-name},
647 @code{framebuffer-attachment-object-name-ext},
648 @code{framebuffer-attachment-texture-level},
649 @code{framebuffer-attachment-texture-level-ext},
650 @code{framebuffer-attachment-texture-cube-map-face},
651 @code{framebuffer-attachment-texture-cube-map-face-ext},
652 @code{framebuffer-attachment-texture-layer},
653 @code{framebuffer-attachment-texture-3d-zoffset-ext},
654 @code{framebuffer-complete}, @code{framebuffer-complete-ext},
655 @code{framebuffer-incomplete-attachment},
656 @code{framebuffer-incomplete-attachment-ext},
657 @code{framebuffer-incomplete-missing-attachment},
658 @code{framebuffer-incomplete-missing-attachment-ext},
659 @code{framebuffer-incomplete-dimensions-ext},
660 @code{framebuffer-incomplete-formats-ext},
661 @code{framebuffer-incomplete-draw-buffer},
662 @code{framebuffer-incomplete-draw-buffer-ext},
663 @code{framebuffer-incomplete-read-buffer},
664 @code{framebuffer-incomplete-read-buffer-ext},
665 @code{framebuffer-unsupported}, @code{framebuffer-unsupported-ext},
666 @code{max-color-attachments}, @code{max-color-attachments-ext},
667 @code{color-attachment0}, @code{color-attachment0-ext},
668 @code{color-attachment1}, @code{color-attachment1-ext},
669 @code{color-attachment2}, @code{color-attachment2-ext},
670 @code{color-attachment3}, @code{color-attachment3-ext},
671 @code{color-attachment4}, @code{color-attachment4-ext},
672 @code{color-attachment5}, @code{color-attachment5-ext},
673 @code{color-attachment6}, @code{color-attachment6-ext},
674 @code{color-attachment7}, @code{color-attachment7-ext},
675 @code{color-attachment8}, @code{color-attachment8-ext},
676 @code{color-attachment9}, @code{color-attachment9-ext},
677 @code{color-attachment10}, @code{color-attachment10-ext},
678 @code{color-attachment11}, @code{color-attachment11-ext},
679 @code{color-attachment12}, @code{color-attachment12-ext},
680 @code{color-attachment13}, @code{color-attachment13-ext},
681 @code{color-attachment14}, @code{color-attachment14-ext},
682 @code{color-attachment15}, @code{color-attachment15-ext},
683 @code{depth-attachment}, @code{depth-attachment-ext},
684 @code{stencil-attachment}, @code{stencil-attachment-ext},
685 @code{framebuffer}, @code{framebuffer-ext}, @code{renderbuffer},
686 @code{renderbuffer-ext}, @code{renderbuffer-width},
687 @code{renderbuffer-width-ext}, @code{renderbuffer-height},
688 @code{renderbuffer-height-ext}, @code{renderbuffer-internal-format},
689 @code{renderbuffer-internal-format-ext}, @code{stencil-index1},
690 @code{stencil-index1-ext}, @code{stencil-index4},
691 @code{stencil-index4-ext}, @code{stencil-index8},
692 @code{stencil-index8-ext}, @code{stencil-index16},
693 @code{stencil-index16-ext}, @code{renderbuffer-red-size},
694 @code{renderbuffer-red-size-ext}, @code{renderbuffer-green-size},
695 @code{renderbuffer-green-size-ext}, @code{renderbuffer-blue-size},
696 @code{renderbuffer-blue-size-ext}, @code{renderbuffer-alpha-size},
697 @code{renderbuffer-alpha-size-ext}, @code{renderbuffer-depth-size},
698 @code{renderbuffer-depth-size-ext}, @code{renderbuffer-stencil-size},
699 @code{renderbuffer-stencil-size-ext},
700 @code{framebuffer-attachment-layered-arb},
701 @code{framebuffer-incomplete-layer-targets-arb},
702 @code{framebuffer-incomplete-layer-count-arb},
703 @code{geometry-shader-arb}, @code{geometry-vertices-out-arb},
704 @code{geometry-input-type-arb}, @code{geometry-output-type-arb},
705 @code{max-geometry-varying-components-arb},
706 @code{max-vertex-varying-components-arb},
707 @code{max-geometry-uniform-components-arb},
708 @code{max-geometry-output-vertices-arb},
709 @code{max-geometry-total-output-components-arb}.
710
711 @end defmac
712
713 @defmac nv-geometry-program-4 enum
714 Enumerated value. The symbolic @var{enum}argument is replaced with its
715 corresponding numeric value at compile-time. The symbolic arguments
716 known to this enumerated value form are:
717
718 @code{lines-adjacency-ext}, @code{line-strip-adjacency-ext},
719 @code{triangles-adjacency-ext}, @code{triangle-strip-adjacency-ext},
720 @code{program-point-size-ext}, @code{geometry-program-nv},
721 @code{max-program-output-vertices-nv},
722 @code{max-program-total-output-components-nv},
723 @code{max-geometry-texture-image-units-ext},
724 @code{framebuffer-attachment-texture-layer-ext},
725 @code{framebuffer-attachment-layered-ext},
726 @code{framebuffer-incomplete-layer-targets-ext},
727 @code{framebuffer-incomplete-layer-count-ext},
728 @code{geometry-vertices-out-ext}, @code{geometry-input-type-ext},
729 @code{geometry-output-type-ext}.
730
731 @end defmac
732
733 @defmac arb-tessellation-shader enum
734 Enumerated value. The symbolic @var{enum}argument is replaced with its
735 corresponding numeric value at compile-time. The symbolic arguments
736 known to this enumerated value form are:
737
738 @code{patches}, @code{uniform-block-referenced-by-tess-control-shader},
739 @code{uniform-block-referenced-by-tess-evaluation-shader},
740 @code{max-tess-control-input-components},
741 @code{max-tess-evaluation-input-components},
742 @code{max-combined-tess-control-uniform-components},
743 @code{max-combined-tess-evaluation-uniform-components},
744 @code{patch-vertices}, @code{patch-default-inner-level},
745 @code{patch-default-outer-level}, @code{tess-control-output-vertices},
746 @code{tess-gen-mode}, @code{tess-gen-spacing},
747 @code{tess-gen-vertex-order}, @code{tess-gen-point-mode},
748 @code{isolines}, @code{fractional-odd}, @code{fractional-even},
749 @code{max-patch-vertices}, @code{max-tess-gen-level},
750 @code{max-tess-control-uniform-components},
751 @code{max-tess-evaluation-uniform-components},
752 @code{max-tess-control-texture-image-units},
753 @code{max-tess-evaluation-texture-image-units},
754 @code{max-tess-control-output-components},
755 @code{max-tess-patch-components},
756 @code{max-tess-control-total-output-components},
757 @code{max-tess-evaluation-output-components},
758 @code{tess-evaluation-shader}, @code{tess-control-shader},
759 @code{max-tess-control-uniform-blocks},
760 @code{max-tess-evaluation-uniform-blocks}.
761
762 @end defmac
763
764 @defmac nv-gpu-shader-5 enum
765 Enumerated value. The symbolic @var{enum}argument is replaced with its
766 corresponding numeric value at compile-time. The symbolic arguments
767 known to this enumerated value form are:
768
769 @code{patches}, @code{int64-nv}, @code{unsigned-int64-nv},
770 @code{int8-nv}, @code{int8-vec2-nv}, @code{int8-vec3-nv},
771 @code{int8-vec4-nv}, @code{int16-nv}, @code{int16-vec2-nv},
772 @code{int16-vec3-nv}, @code{int16-vec4-nv}, @code{int64-vec2-nv},
773 @code{int64-vec3-nv}, @code{int64-vec4-nv}, @code{unsigned-int8-nv},
774 @code{unsigned-int8-vec2-nv}, @code{unsigned-int8-vec3-nv},
775 @code{unsigned-int8-vec4-nv}, @code{unsigned-int16-nv},
776 @code{unsigned-int16-vec2-nv}, @code{unsigned-int16-vec3-nv},
777 @code{unsigned-int16-vec4-nv}, @code{unsigned-int64-vec2-nv},
778 @code{unsigned-int64-vec3-nv}, @code{unsigned-int64-vec4-nv},
779 @code{float16-nv}, @code{float16-vec2-nv}, @code{float16-vec3-nv},
780 @code{float16-vec4-nv}.
781
782 @end defmac
783
784 @defmac accum-op enum
785 Enumerated value. The symbolic @var{enum}argument is replaced with its
786 corresponding numeric value at compile-time. The symbolic arguments
787 known to this enumerated value form are:
788
789 @code{accum}, @code{load}, @code{return}, @code{mult}, @code{add}.
790
791 @end defmac
792
793 @defmac alpha-function enum
794 Enumerated value. The symbolic @var{enum}argument is replaced with its
795 corresponding numeric value at compile-time. The symbolic arguments
796 known to this enumerated value form are:
797
798 @code{never}, @code{less}, @code{equal}, @code{lequal}, @code{greater},
799 @code{notequal}, @code{gequal}, @code{always}.
800
801 @end defmac
802
803 @defmac blending-factor-dest enum
804 Enumerated value. The symbolic @var{enum}argument is replaced with its
805 corresponding numeric value at compile-time. The symbolic arguments
806 known to this enumerated value form are:
807
808 @code{zero}, @code{one}, @code{src-color}, @code{one-minus-src-color},
809 @code{src-alpha}, @code{one-minus-src-alpha}, @code{dst-alpha},
810 @code{one-minus-dst-alpha}, @code{constant-color-ext},
811 @code{one-minus-constant-color-ext}, @code{constant-alpha-ext},
812 @code{one-minus-constant-alpha-ext}.
813
814 @end defmac
815
816 @defmac blending-factor-src enum
817 Enumerated value. The symbolic @var{enum}argument is replaced with its
818 corresponding numeric value at compile-time. The symbolic arguments
819 known to this enumerated value form are:
820
821 @code{zero}, @code{one}, @code{dst-color}, @code{one-minus-dst-color},
822 @code{src-alpha-saturate}, @code{src-alpha}, @code{one-minus-src-alpha},
823 @code{dst-alpha}, @code{one-minus-dst-alpha}, @code{constant-color-ext},
824 @code{one-minus-constant-color-ext}, @code{constant-alpha-ext},
825 @code{one-minus-constant-alpha-ext}.
826
827 @end defmac
828
829 @defmac blend-equation-mode-ext enum
830 Enumerated value. The symbolic @var{enum}argument is replaced with its
831 corresponding numeric value at compile-time. The symbolic arguments
832 known to this enumerated value form are:
833
834 @code{logic-op}, @code{func-add-ext}, @code{min-ext}, @code{max-ext},
835 @code{func-subtract-ext}, @code{func-reverse-subtract-ext},
836 @code{alpha-min-sgix}, @code{alpha-max-sgix}.
837
838 @end defmac
839
840 @defmac color-material-face enum
841 Enumerated value. The symbolic @var{enum}argument is replaced with its
842 corresponding numeric value at compile-time. The symbolic arguments
843 known to this enumerated value form are:
844
845 @code{front}, @code{back}, @code{front-and-back}.
846
847 @end defmac
848
849 @defmac color-material-parameter enum
850 Enumerated value. The symbolic @var{enum}argument is replaced with its
851 corresponding numeric value at compile-time. The symbolic arguments
852 known to this enumerated value form are:
853
854 @code{ambient}, @code{diffuse}, @code{specular}, @code{emission},
855 @code{ambient-and-diffuse}.
856
857 @end defmac
858
859 @defmac color-pointer-type enum
860 Enumerated value. The symbolic @var{enum}argument is replaced with its
861 corresponding numeric value at compile-time. The symbolic arguments
862 known to this enumerated value form are:
863
864 @code{byte}, @code{unsigned-byte}, @code{short}, @code{unsigned-short},
865 @code{int}, @code{unsigned-int}, @code{float}, @code{double}.
866
867 @end defmac
868
869 @defmac color-table-parameter-p-name-sgi enum
870 Enumerated value. The symbolic @var{enum}argument is replaced with its
871 corresponding numeric value at compile-time. The symbolic arguments
872 known to this enumerated value form are:
873
874 @code{color-table-scale-sgi}, @code{color-table-bias-sgi}.
875
876 @end defmac
877
878 @defmac color-table-target-sgi enum
879 Enumerated value. The symbolic @var{enum}argument is replaced with its
880 corresponding numeric value at compile-time. The symbolic arguments
881 known to this enumerated value form are:
882
883 @code{color-table-sgi}, @code{post-convolution-color-table-sgi},
884 @code{post-color-matrix-color-table-sgi}, @code{proxy-color-table-sgi},
885 @code{proxy-post-convolution-color-table-sgi},
886 @code{proxy-post-color-matrix-color-table-sgi},
887 @code{texture-color-table-sgi}, @code{proxy-texture-color-table-sgi}.
888
889 @end defmac
890
891 @defmac convolution-border-mode-ext enum
892 Enumerated value. The symbolic @var{enum}argument is replaced with its
893 corresponding numeric value at compile-time. The symbolic arguments
894 known to this enumerated value form are:
895
896 @code{reduce-ext}.
897
898 @end defmac
899
900 @defmac convolution-parameter-ext enum
901 Enumerated value. The symbolic @var{enum}argument is replaced with its
902 corresponding numeric value at compile-time. The symbolic arguments
903 known to this enumerated value form are:
904
905 @code{convolution-border-mode-ext}, @code{convolution-filter-scale-ext},
906 @code{convolution-filter-bias-ext}.
907
908 @end defmac
909
910 @defmac convolution-target-ext enum
911 Enumerated value. The symbolic @var{enum}argument is replaced with its
912 corresponding numeric value at compile-time. The symbolic arguments
913 known to this enumerated value form are:
914
915 @code{convolution-1d-ext}, @code{convolution-2d-ext}.
916
917 @end defmac
918
919 @defmac cull-face-mode enum
920 Enumerated value. The symbolic @var{enum}argument is replaced with its
921 corresponding numeric value at compile-time. The symbolic arguments
922 known to this enumerated value form are:
923
924 @code{front}, @code{back}, @code{front-and-back}.
925
926 @end defmac
927
928 @defmac depth-function enum
929 Enumerated value. The symbolic @var{enum}argument is replaced with its
930 corresponding numeric value at compile-time. The symbolic arguments
931 known to this enumerated value form are:
932
933 @code{never}, @code{less}, @code{equal}, @code{lequal}, @code{greater},
934 @code{notequal}, @code{gequal}, @code{always}.
935
936 @end defmac
937
938 @defmac draw-buffer-mode enum
939 Enumerated value. The symbolic @var{enum}argument is replaced with its
940 corresponding numeric value at compile-time. The symbolic arguments
941 known to this enumerated value form are:
942
943 @code{none}, @code{front-left}, @code{front-right}, @code{back-left},
944 @code{back-right}, @code{front}, @code{back}, @code{left}, @code{right},
945 @code{front-and-back}, @code{aux0}, @code{aux1}, @code{aux2},
946 @code{aux3}.
947
948 @end defmac
949
950 @defmac oes-framebuffer-object enum
951 Enumerated value. The symbolic @var{enum}argument is replaced with its
952 corresponding numeric value at compile-time. The symbolic arguments
953 known to this enumerated value form are:
954
955 @code{fog}, @code{lighting}, @code{texture-1d}, @code{texture-2d},
956 @code{line-stipple}, @code{polygon-stipple}, @code{cull-face},
957 @code{alpha-test}, @code{blend}, @code{index-logic-op},
958 @code{color-logic-op}, @code{dither}, @code{stencil-test},
959 @code{depth-test}, @code{clip-plane0}, @code{clip-plane1},
960 @code{clip-plane2}, @code{clip-plane3}, @code{clip-plane4},
961 @code{clip-plane5}, @code{light0}, @code{light1}, @code{light2},
962 @code{light3}, @code{light4}, @code{light5}, @code{light6},
963 @code{light7}, @code{texture-gen-s}, @code{texture-gen-t},
964 @code{texture-gen-r}, @code{texture-gen-q}, @code{map1-vertex-3},
965 @code{map1-vertex-4}, @code{map1-color-4}, @code{map1-index},
966 @code{map1-normal}, @code{map1-texture-coord-1},
967 @code{map1-texture-coord-2}, @code{map1-texture-coord-3},
968 @code{map1-texture-coord-4}, @code{map2-vertex-3}, @code{map2-vertex-4},
969 @code{map2-color-4}, @code{map2-index}, @code{map2-normal},
970 @code{map2-texture-coord-1}, @code{map2-texture-coord-2},
971 @code{map2-texture-coord-3}, @code{map2-texture-coord-4},
972 @code{point-smooth}, @code{line-smooth}, @code{polygon-smooth},
973 @code{scissor-test}, @code{color-material}, @code{normalize},
974 @code{auto-normal}, @code{polygon-offset-point},
975 @code{polygon-offset-line}, @code{polygon-offset-fill},
976 @code{vertex-array}, @code{normal-array}, @code{color-array},
977 @code{index-array}, @code{texture-coord-array}, @code{edge-flag-array},
978 @code{convolution-1d-ext}, @code{convolution-2d-ext},
979 @code{separable-2d-ext}, @code{histogram-ext}, @code{minmax-ext},
980 @code{rescale-normal-ext}, @code{shared-texture-palette-ext},
981 @code{texture-3d-ext}, @code{multisample-sgis},
982 @code{sample-alpha-to-mask-sgis}, @code{sample-alpha-to-one-sgis},
983 @code{sample-mask-sgis}, @code{texture-4d-sgis},
984 @code{async-histogram-sgix}, @code{async-tex-image-sgix},
985 @code{async-draw-pixels-sgix}, @code{async-read-pixels-sgix},
986 @code{calligraphic-fragment-sgix}, @code{fog-offset-sgix},
987 @code{fragment-lighting-sgix}, @code{fragment-color-material-sgix},
988 @code{fragment-light0-sgix}, @code{fragment-light1-sgix},
989 @code{fragment-light2-sgix}, @code{fragment-light3-sgix},
990 @code{fragment-light4-sgix}, @code{fragment-light5-sgix},
991 @code{fragment-light6-sgix}, @code{fragment-light7-sgix},
992 @code{framezoom-sgix}, @code{interlace-sgix},
993 @code{ir-instrument1-sgix}, @code{pixel-tex-gen-sgix},
994 @code{pixel-texture-sgis}, @code{reference-plane-sgix},
995 @code{sprite-sgix}, @code{color-table-sgi},
996 @code{post-convolution-color-table-sgi},
997 @code{post-color-matrix-color-table-sgi},
998 @code{texture-color-table-sgi},
999 @code{invalid-framebuffer-operation-oes}, @code{rgba4-oes},
1000 @code{rgb5-a1-oes}, @code{depth-component16-oes},
1001 @code{max-renderbuffer-size-oes}, @code{framebuffer-binding-oes},
1002 @code{renderbuffer-binding-oes},
1003 @code{framebuffer-attachment-object-type-oes},
1004 @code{framebuffer-attachment-object-name-oes},
1005 @code{framebuffer-attachment-texture-level-oes},
1006 @code{framebuffer-attachment-texture-cube-map-face-oes},
1007 @code{framebuffer-attachment-texture-3d-zoffset-oes},
1008 @code{framebuffer-complete-oes},
1009 @code{framebuffer-incomplete-attachment-oes},
1010 @code{framebuffer-incomplete-missing-attachment-oes},
1011 @code{framebuffer-incomplete-dimensions-oes},
1012 @code{framebuffer-incomplete-formats-oes},
1013 @code{framebuffer-incomplete-draw-buffer-oes},
1014 @code{framebuffer-incomplete-read-buffer-oes},
1015 @code{framebuffer-unsupported-oes}, @code{color-attachment0-oes},
1016 @code{depth-attachment-oes}, @code{stencil-attachment-oes},
1017 @code{framebuffer-oes}, @code{renderbuffer-oes},
1018 @code{renderbuffer-width-oes}, @code{renderbuffer-height-oes},
1019 @code{renderbuffer-internal-format-oes}, @code{stencil-index1-oes},
1020 @code{stencil-index4-oes}, @code{stencil-index8-oes},
1021 @code{renderbuffer-red-size-oes}, @code{renderbuffer-green-size-oes},
1022 @code{renderbuffer-blue-size-oes}, @code{renderbuffer-alpha-size-oes},
1023 @code{renderbuffer-depth-size-oes},
1024 @code{renderbuffer-stencil-size-oes}, @code{rgb565-oes}.
1025
1026 @end defmac
1027
1028 @defmac enable-cap enum
1029 Enumerated value. The symbolic @var{enum}argument is replaced with its
1030 corresponding numeric value at compile-time. The symbolic arguments
1031 known to this enumerated value form are:
1032
1033 @code{fog}, @code{lighting}, @code{texture-1d}, @code{texture-2d},
1034 @code{line-stipple}, @code{polygon-stipple}, @code{cull-face},
1035 @code{alpha-test}, @code{blend}, @code{index-logic-op},
1036 @code{color-logic-op}, @code{dither}, @code{stencil-test},
1037 @code{depth-test}, @code{clip-plane0}, @code{clip-plane1},
1038 @code{clip-plane2}, @code{clip-plane3}, @code{clip-plane4},
1039 @code{clip-plane5}, @code{light0}, @code{light1}, @code{light2},
1040 @code{light3}, @code{light4}, @code{light5}, @code{light6},
1041 @code{light7}, @code{texture-gen-s}, @code{texture-gen-t},
1042 @code{texture-gen-r}, @code{texture-gen-q}, @code{map1-vertex-3},
1043 @code{map1-vertex-4}, @code{map1-color-4}, @code{map1-index},
1044 @code{map1-normal}, @code{map1-texture-coord-1},
1045 @code{map1-texture-coord-2}, @code{map1-texture-coord-3},
1046 @code{map1-texture-coord-4}, @code{map2-vertex-3}, @code{map2-vertex-4},
1047 @code{map2-color-4}, @code{map2-index}, @code{map2-normal},
1048 @code{map2-texture-coord-1}, @code{map2-texture-coord-2},
1049 @code{map2-texture-coord-3}, @code{map2-texture-coord-4},
1050 @code{point-smooth}, @code{line-smooth}, @code{polygon-smooth},
1051 @code{scissor-test}, @code{color-material}, @code{normalize},
1052 @code{auto-normal}, @code{polygon-offset-point},
1053 @code{polygon-offset-line}, @code{polygon-offset-fill},
1054 @code{vertex-array}, @code{normal-array}, @code{color-array},
1055 @code{index-array}, @code{texture-coord-array}, @code{edge-flag-array},
1056 @code{convolution-1d-ext}, @code{convolution-2d-ext},
1057 @code{separable-2d-ext}, @code{histogram-ext}, @code{minmax-ext},
1058 @code{rescale-normal-ext}, @code{shared-texture-palette-ext},
1059 @code{texture-3d-ext}, @code{multisample-sgis},
1060 @code{sample-alpha-to-mask-sgis}, @code{sample-alpha-to-one-sgis},
1061 @code{sample-mask-sgis}, @code{texture-4d-sgis},
1062 @code{async-histogram-sgix}, @code{async-tex-image-sgix},
1063 @code{async-draw-pixels-sgix}, @code{async-read-pixels-sgix},
1064 @code{calligraphic-fragment-sgix}, @code{fog-offset-sgix},
1065 @code{fragment-lighting-sgix}, @code{fragment-color-material-sgix},
1066 @code{fragment-light0-sgix}, @code{fragment-light1-sgix},
1067 @code{fragment-light2-sgix}, @code{fragment-light3-sgix},
1068 @code{fragment-light4-sgix}, @code{fragment-light5-sgix},
1069 @code{fragment-light6-sgix}, @code{fragment-light7-sgix},
1070 @code{framezoom-sgix}, @code{interlace-sgix},
1071 @code{ir-instrument1-sgix}, @code{pixel-tex-gen-sgix},
1072 @code{pixel-texture-sgis}, @code{reference-plane-sgix},
1073 @code{sprite-sgix}, @code{color-table-sgi},
1074 @code{post-convolution-color-table-sgi},
1075 @code{post-color-matrix-color-table-sgi},
1076 @code{texture-color-table-sgi}.
1077
1078 @end defmac
1079
1080 @defmac error-code enum
1081 Enumerated value. The symbolic @var{enum}argument is replaced with its
1082 corresponding numeric value at compile-time. The symbolic arguments
1083 known to this enumerated value form are:
1084
1085 @code{no-error}, @code{invalid-enum}, @code{invalid-value},
1086 @code{invalid-operation}, @code{stack-overflow}, @code{stack-underflow},
1087 @code{out-of-memory}, @code{table-too-large-ext},
1088 @code{texture-too-large-ext}.
1089
1090 @end defmac
1091
1092 @defmac arb-framebuffer-object enum
1093 Enumerated value. The symbolic @var{enum}argument is replaced with its
1094 corresponding numeric value at compile-time. The symbolic arguments
1095 known to this enumerated value form are:
1096
1097 @code{invalid-framebuffer-operation},
1098 @code{framebuffer-attachment-color-encoding},
1099 @code{framebuffer-attachment-component-type},
1100 @code{framebuffer-attachment-red-size},
1101 @code{framebuffer-attachment-green-size},
1102 @code{framebuffer-attachment-blue-size},
1103 @code{framebuffer-attachment-alpha-size},
1104 @code{framebuffer-attachment-depth-size},
1105 @code{framebuffer-attachment-stencil-size}, @code{framebuffer-default},
1106 @code{framebuffer-undefined}, @code{depth-stencil-attachment},
1107 @code{index}, @code{max-renderbuffer-size}, @code{depth-stencil},
1108 @code{unsigned-int-24-8}, @code{depth24-stencil8},
1109 @code{texture-stencil-size}, @code{texture-red-type},
1110 @code{texture-green-type}, @code{texture-blue-type},
1111 @code{texture-alpha-type}, @code{texture-luminance-type},
1112 @code{texture-intensity-type}, @code{texture-depth-type},
1113 @code{unsigned-normalized}, @code{framebuffer-binding},
1114 @code{draw-framebuffer-binding}, @code{renderbuffer-binding},
1115 @code{read-framebuffer}, @code{draw-framebuffer},
1116 @code{read-framebuffer-binding}, @code{renderbuffer-samples},
1117 @code{framebuffer-attachment-object-type},
1118 @code{framebuffer-attachment-object-type-ext},
1119 @code{framebuffer-attachment-object-name},
1120 @code{framebuffer-attachment-object-name-ext},
1121 @code{framebuffer-attachment-texture-level},
1122 @code{framebuffer-attachment-texture-level-ext},
1123 @code{framebuffer-attachment-texture-cube-map-face},
1124 @code{framebuffer-attachment-texture-cube-map-face-ext},
1125 @code{framebuffer-attachment-texture-layer},
1126 @code{framebuffer-attachment-texture-3d-zoffset-ext},
1127 @code{framebuffer-complete}, @code{framebuffer-complete-ext},
1128 @code{framebuffer-incomplete-attachment},
1129 @code{framebuffer-incomplete-attachment-ext},
1130 @code{framebuffer-incomplete-missing-attachment},
1131 @code{framebuffer-incomplete-missing-attachment-ext},
1132 @code{framebuffer-incomplete-dimensions-ext},
1133 @code{framebuffer-incomplete-formats-ext},
1134 @code{framebuffer-incomplete-draw-buffer},
1135 @code{framebuffer-incomplete-draw-buffer-ext},
1136 @code{framebuffer-incomplete-read-buffer},
1137 @code{framebuffer-incomplete-read-buffer-ext},
1138 @code{framebuffer-unsupported}, @code{framebuffer-unsupported-ext},
1139 @code{max-color-attachments}, @code{max-color-attachments-ext},
1140 @code{color-attachment0}, @code{color-attachment0-ext},
1141 @code{color-attachment1}, @code{color-attachment1-ext},
1142 @code{color-attachment2}, @code{color-attachment2-ext},
1143 @code{color-attachment3}, @code{color-attachment3-ext},
1144 @code{color-attachment4}, @code{color-attachment4-ext},
1145 @code{color-attachment5}, @code{color-attachment5-ext},
1146 @code{color-attachment6}, @code{color-attachment6-ext},
1147 @code{color-attachment7}, @code{color-attachment7-ext},
1148 @code{color-attachment8}, @code{color-attachment8-ext},
1149 @code{color-attachment9}, @code{color-attachment9-ext},
1150 @code{color-attachment10}, @code{color-attachment10-ext},
1151 @code{color-attachment11}, @code{color-attachment11-ext},
1152 @code{color-attachment12}, @code{color-attachment12-ext},
1153 @code{color-attachment13}, @code{color-attachment13-ext},
1154 @code{color-attachment14}, @code{color-attachment14-ext},
1155 @code{color-attachment15}, @code{color-attachment15-ext},
1156 @code{depth-attachment}, @code{depth-attachment-ext},
1157 @code{stencil-attachment}, @code{stencil-attachment-ext},
1158 @code{framebuffer}, @code{framebuffer-ext}, @code{renderbuffer},
1159 @code{renderbuffer-ext}, @code{renderbuffer-width},
1160 @code{renderbuffer-width-ext}, @code{renderbuffer-height},
1161 @code{renderbuffer-height-ext}, @code{renderbuffer-internal-format},
1162 @code{renderbuffer-internal-format-ext}, @code{stencil-index1},
1163 @code{stencil-index1-ext}, @code{stencil-index4},
1164 @code{stencil-index4-ext}, @code{stencil-index8},
1165 @code{stencil-index8-ext}, @code{stencil-index16},
1166 @code{stencil-index16-ext}, @code{renderbuffer-red-size},
1167 @code{renderbuffer-red-size-ext}, @code{renderbuffer-green-size},
1168 @code{renderbuffer-green-size-ext}, @code{renderbuffer-blue-size},
1169 @code{renderbuffer-blue-size-ext}, @code{renderbuffer-alpha-size},
1170 @code{renderbuffer-alpha-size-ext}, @code{renderbuffer-depth-size},
1171 @code{renderbuffer-depth-size-ext}, @code{renderbuffer-stencil-size},
1172 @code{renderbuffer-stencil-size-ext},
1173 @code{framebuffer-incomplete-multisample}, @code{max-samples}.
1174
1175 @end defmac
1176
1177 @defmac ext-framebuffer-object enum
1178 Enumerated value. The symbolic @var{enum}argument is replaced with its
1179 corresponding numeric value at compile-time. The symbolic arguments
1180 known to this enumerated value form are:
1181
1182 @code{invalid-framebuffer-operation-ext},
1183 @code{max-renderbuffer-size-ext}, @code{framebuffer-binding-ext},
1184 @code{renderbuffer-binding-ext},
1185 @code{framebuffer-attachment-object-type},
1186 @code{framebuffer-attachment-object-type-ext},
1187 @code{framebuffer-attachment-object-name},
1188 @code{framebuffer-attachment-object-name-ext},
1189 @code{framebuffer-attachment-texture-level},
1190 @code{framebuffer-attachment-texture-level-ext},
1191 @code{framebuffer-attachment-texture-cube-map-face},
1192 @code{framebuffer-attachment-texture-cube-map-face-ext},
1193 @code{framebuffer-attachment-texture-layer},
1194 @code{framebuffer-attachment-texture-3d-zoffset-ext},
1195 @code{framebuffer-complete}, @code{framebuffer-complete-ext},
1196 @code{framebuffer-incomplete-attachment},
1197 @code{framebuffer-incomplete-attachment-ext},
1198 @code{framebuffer-incomplete-missing-attachment},
1199 @code{framebuffer-incomplete-missing-attachment-ext},
1200 @code{framebuffer-incomplete-dimensions-ext},
1201 @code{framebuffer-incomplete-formats-ext},
1202 @code{framebuffer-incomplete-draw-buffer},
1203 @code{framebuffer-incomplete-draw-buffer-ext},
1204 @code{framebuffer-incomplete-read-buffer},
1205 @code{framebuffer-incomplete-read-buffer-ext},
1206 @code{framebuffer-unsupported}, @code{framebuffer-unsupported-ext},
1207 @code{max-color-attachments}, @code{max-color-attachments-ext},
1208 @code{color-attachment0}, @code{color-attachment0-ext},
1209 @code{color-attachment1}, @code{color-attachment1-ext},
1210 @code{color-attachment2}, @code{color-attachment2-ext},
1211 @code{color-attachment3}, @code{color-attachment3-ext},
1212 @code{color-attachment4}, @code{color-attachment4-ext},
1213 @code{color-attachment5}, @code{color-attachment5-ext},
1214 @code{color-attachment6}, @code{color-attachment6-ext},
1215 @code{color-attachment7}, @code{color-attachment7-ext},
1216 @code{color-attachment8}, @code{color-attachment8-ext},
1217 @code{color-attachment9}, @code{color-attachment9-ext},
1218 @code{color-attachment10}, @code{color-attachment10-ext},
1219 @code{color-attachment11}, @code{color-attachment11-ext},
1220 @code{color-attachment12}, @code{color-attachment12-ext},
1221 @code{color-attachment13}, @code{color-attachment13-ext},
1222 @code{color-attachment14}, @code{color-attachment14-ext},
1223 @code{color-attachment15}, @code{color-attachment15-ext},
1224 @code{depth-attachment}, @code{depth-attachment-ext},
1225 @code{stencil-attachment}, @code{stencil-attachment-ext},
1226 @code{framebuffer}, @code{framebuffer-ext}, @code{renderbuffer},
1227 @code{renderbuffer-ext}, @code{renderbuffer-width},
1228 @code{renderbuffer-width-ext}, @code{renderbuffer-height},
1229 @code{renderbuffer-height-ext}, @code{renderbuffer-internal-format},
1230 @code{renderbuffer-internal-format-ext}, @code{stencil-index1},
1231 @code{stencil-index1-ext}, @code{stencil-index4},
1232 @code{stencil-index4-ext}, @code{stencil-index8},
1233 @code{stencil-index8-ext}, @code{stencil-index16},
1234 @code{stencil-index16-ext}, @code{renderbuffer-red-size},
1235 @code{renderbuffer-red-size-ext}, @code{renderbuffer-green-size},
1236 @code{renderbuffer-green-size-ext}, @code{renderbuffer-blue-size},
1237 @code{renderbuffer-blue-size-ext}, @code{renderbuffer-alpha-size},
1238 @code{renderbuffer-alpha-size-ext}, @code{renderbuffer-depth-size},
1239 @code{renderbuffer-depth-size-ext}, @code{renderbuffer-stencil-size},
1240 @code{renderbuffer-stencil-size-ext}.
1241
1242 @end defmac
1243
1244 @defmac feedback-type enum
1245 Enumerated value. The symbolic @var{enum}argument is replaced with its
1246 corresponding numeric value at compile-time. The symbolic arguments
1247 known to this enumerated value form are:
1248
1249 @code{2d}, @code{3d}, @code{3d-color}, @code{3d-color-texture},
1250 @code{4d-color-texture}.
1251
1252 @end defmac
1253
1254 @defmac feed-back-token enum
1255 Enumerated value. The symbolic @var{enum}argument is replaced with its
1256 corresponding numeric value at compile-time. The symbolic arguments
1257 known to this enumerated value form are:
1258
1259 @code{pass-through-token}, @code{point-token}, @code{line-token},
1260 @code{polygon-token}, @code{bitmap-token}, @code{draw-pixel-token},
1261 @code{copy-pixel-token}, @code{line-reset-token}.
1262
1263 @end defmac
1264
1265 @defmac ffd-mask-sgix enum
1266 Enumerated value. The symbolic @var{enum}argument is replaced with its
1267 corresponding numeric value at compile-time. The symbolic arguments
1268 known to this enumerated value form are:
1269
1270 @code{texture-deformation-bit-sgix},
1271 @code{geometry-deformation-bit-sgix}.
1272
1273 @end defmac
1274
1275 @defmac ffd-target-sgix enum
1276 Enumerated value. The symbolic @var{enum}argument is replaced with its
1277 corresponding numeric value at compile-time. The symbolic arguments
1278 known to this enumerated value form are:
1279
1280 @code{geometry-deformation-sgix}, @code{texture-deformation-sgix}.
1281
1282 @end defmac
1283
1284 @defmac fog-mode enum
1285 Enumerated value. The symbolic @var{enum}argument is replaced with its
1286 corresponding numeric value at compile-time. The symbolic arguments
1287 known to this enumerated value form are:
1288
1289 @code{linear}, @code{exp}, @code{exp2}, @code{fog-func-sgis}.
1290
1291 @end defmac
1292
1293 @defmac fog-parameter enum
1294 Enumerated value. The symbolic @var{enum}argument is replaced with its
1295 corresponding numeric value at compile-time. The symbolic arguments
1296 known to this enumerated value form are:
1297
1298 @code{fog-color}, @code{fog-density}, @code{fog-end}, @code{fog-index},
1299 @code{fog-mode}, @code{fog-start}, @code{fog-offset-value-sgix}.
1300
1301 @end defmac
1302
1303 @defmac fragment-light-model-parameter-sgix enum
1304 Enumerated value. The symbolic @var{enum}argument is replaced with its
1305 corresponding numeric value at compile-time. The symbolic arguments
1306 known to this enumerated value form are:
1307
1308 @code{fragment-light-model-local-viewer-sgix},
1309 @code{fragment-light-model-two-side-sgix},
1310 @code{fragment-light-model-ambient-sgix},
1311 @code{fragment-light-model-normal-interpolation-sgix}.
1312
1313 @end defmac
1314
1315 @defmac front-face-direction enum
1316 Enumerated value. The symbolic @var{enum}argument is replaced with its
1317 corresponding numeric value at compile-time. The symbolic arguments
1318 known to this enumerated value form are:
1319
1320 @code{cw}, @code{ccw}.
1321
1322 @end defmac
1323
1324 @defmac get-color-table-parameter-p-name-sgi enum
1325 Enumerated value. The symbolic @var{enum}argument is replaced with its
1326 corresponding numeric value at compile-time. The symbolic arguments
1327 known to this enumerated value form are:
1328
1329 @code{color-table-scale-sgi}, @code{color-table-bias-sgi},
1330 @code{color-table-format-sgi}, @code{color-table-width-sgi},
1331 @code{color-table-red-size-sgi}, @code{color-table-green-size-sgi},
1332 @code{color-table-blue-size-sgi}, @code{color-table-alpha-size-sgi},
1333 @code{color-table-luminance-size-sgi},
1334 @code{color-table-intensity-size-sgi}.
1335
1336 @end defmac
1337
1338 @defmac get-convolution-parameter enum
1339 Enumerated value. The symbolic @var{enum}argument is replaced with its
1340 corresponding numeric value at compile-time. The symbolic arguments
1341 known to this enumerated value form are:
1342
1343 @code{convolution-border-mode-ext}, @code{convolution-filter-scale-ext},
1344 @code{convolution-filter-bias-ext}, @code{convolution-format-ext},
1345 @code{convolution-width-ext}, @code{convolution-height-ext},
1346 @code{max-convolution-width-ext}, @code{max-convolution-height-ext}.
1347
1348 @end defmac
1349
1350 @defmac get-histogram-parameter-p-name-ext enum
1351 Enumerated value. The symbolic @var{enum}argument is replaced with its
1352 corresponding numeric value at compile-time. The symbolic arguments
1353 known to this enumerated value form are:
1354
1355 @code{histogram-width-ext}, @code{histogram-format-ext},
1356 @code{histogram-red-size-ext}, @code{histogram-green-size-ext},
1357 @code{histogram-blue-size-ext}, @code{histogram-alpha-size-ext},
1358 @code{histogram-luminance-size-ext}, @code{histogram-sink-ext}.
1359
1360 @end defmac
1361
1362 @defmac get-map-query enum
1363 Enumerated value. The symbolic @var{enum}argument is replaced with its
1364 corresponding numeric value at compile-time. The symbolic arguments
1365 known to this enumerated value form are:
1366
1367 @code{coeff}, @code{order}, @code{domain}.
1368
1369 @end defmac
1370
1371 @defmac get-minmax-parameter-p-name-ext enum
1372 Enumerated value. The symbolic @var{enum}argument is replaced with its
1373 corresponding numeric value at compile-time. The symbolic arguments
1374 known to this enumerated value form are:
1375
1376 @code{minmax-format-ext}, @code{minmax-sink-ext}.
1377
1378 @end defmac
1379
1380 @defmac get-pixel-map enum
1381 Enumerated value. The symbolic @var{enum}argument is replaced with its
1382 corresponding numeric value at compile-time. The symbolic arguments
1383 known to this enumerated value form are:
1384
1385 @code{pixel-map-i-to-i}, @code{pixel-map-s-to-s},
1386 @code{pixel-map-i-to-r}, @code{pixel-map-i-to-g},
1387 @code{pixel-map-i-to-b}, @code{pixel-map-i-to-a},
1388 @code{pixel-map-r-to-r}, @code{pixel-map-g-to-g},
1389 @code{pixel-map-b-to-b}, @code{pixel-map-a-to-a}.
1390
1391 @end defmac
1392
1393 @defmac get-pointerv-p-name enum
1394 Enumerated value. The symbolic @var{enum}argument is replaced with its
1395 corresponding numeric value at compile-time. The symbolic arguments
1396 known to this enumerated value form are:
1397
1398 @code{vertex-array-pointer}, @code{normal-array-pointer},
1399 @code{color-array-pointer}, @code{index-array-pointer},
1400 @code{texture-coord-array-pointer}, @code{edge-flag-array-pointer},
1401 @code{feedback-buffer-pointer}, @code{selection-buffer-pointer},
1402 @code{instrument-buffer-pointer-sgix}.
1403
1404 @end defmac
1405
1406 @defmac get-p-name enum
1407 Enumerated value. The symbolic @var{enum}argument is replaced with its
1408 corresponding numeric value at compile-time. The symbolic arguments
1409 known to this enumerated value form are:
1410
1411 @code{current-color}, @code{current-index}, @code{current-normal},
1412 @code{current-texture-coords}, @code{current-raster-color},
1413 @code{current-raster-index}, @code{current-raster-texture-coords},
1414 @code{current-raster-position}, @code{current-raster-position-valid},
1415 @code{current-raster-distance}, @code{point-smooth}, @code{point-size},
1416 @code{point-size-range}, @code{point-size-granularity},
1417 @code{line-smooth}, @code{line-width}, @code{line-width-range},
1418 @code{line-width-granularity}, @code{line-stipple},
1419 @code{line-stipple-pattern}, @code{line-stipple-repeat},
1420 @code{smooth-point-size-range}, @code{smooth-point-size-granularity},
1421 @code{smooth-line-width-range}, @code{smooth-line-width-granularity},
1422 @code{aliased-point-size-range}, @code{aliased-line-width-range},
1423 @code{list-mode}, @code{max-list-nesting}, @code{list-base},
1424 @code{list-index}, @code{polygon-mode}, @code{polygon-smooth},
1425 @code{polygon-stipple}, @code{edge-flag}, @code{cull-face},
1426 @code{cull-face-mode}, @code{front-face}, @code{lighting},
1427 @code{light-model-local-viewer}, @code{light-model-two-side},
1428 @code{light-model-ambient}, @code{shade-model},
1429 @code{color-material-face}, @code{color-material-parameter},
1430 @code{color-material}, @code{fog}, @code{fog-index}, @code{fog-density},
1431 @code{fog-start}, @code{fog-end}, @code{fog-mode}, @code{fog-color},
1432 @code{depth-range}, @code{depth-test}, @code{depth-writemask},
1433 @code{depth-clear-value}, @code{depth-func}, @code{accum-clear-value},
1434 @code{stencil-test}, @code{stencil-clear-value}, @code{stencil-func},
1435 @code{stencil-value-mask}, @code{stencil-fail},
1436 @code{stencil-pass-depth-fail}, @code{stencil-pass-depth-pass},
1437 @code{stencil-ref}, @code{stencil-writemask}, @code{matrix-mode},
1438 @code{normalize}, @code{viewport}, @code{modelview-stack-depth},
1439 @code{projection-stack-depth}, @code{texture-stack-depth},
1440 @code{modelview-matrix}, @code{projection-matrix},
1441 @code{texture-matrix}, @code{attrib-stack-depth},
1442 @code{client-attrib-stack-depth}, @code{alpha-test},
1443 @code{alpha-test-func}, @code{alpha-test-ref}, @code{dither},
1444 @code{blend-dst}, @code{blend-src}, @code{blend}, @code{logic-op-mode},
1445 @code{index-logic-op}, @code{logic-op}, @code{color-logic-op},
1446 @code{aux-buffers}, @code{draw-buffer}, @code{read-buffer},
1447 @code{scissor-box}, @code{scissor-test}, @code{index-clear-value},
1448 @code{index-writemask}, @code{color-clear-value},
1449 @code{color-writemask}, @code{index-mode}, @code{rgba-mode},
1450 @code{doublebuffer}, @code{stereo}, @code{render-mode},
1451 @code{perspective-correction-hint}, @code{point-smooth-hint},
1452 @code{line-smooth-hint}, @code{polygon-smooth-hint}, @code{fog-hint},
1453 @code{texture-gen-s}, @code{texture-gen-t}, @code{texture-gen-r},
1454 @code{texture-gen-q}, @code{pixel-map-i-to-i-size},
1455 @code{pixel-map-s-to-s-size}, @code{pixel-map-i-to-r-size},
1456 @code{pixel-map-i-to-g-size}, @code{pixel-map-i-to-b-size},
1457 @code{pixel-map-i-to-a-size}, @code{pixel-map-r-to-r-size},
1458 @code{pixel-map-g-to-g-size}, @code{pixel-map-b-to-b-size},
1459 @code{pixel-map-a-to-a-size}, @code{unpack-swap-bytes},
1460 @code{unpack-lsb-first}, @code{unpack-row-length},
1461 @code{unpack-skip-rows}, @code{unpack-skip-pixels},
1462 @code{unpack-alignment}, @code{pack-swap-bytes}, @code{pack-lsb-first},
1463 @code{pack-row-length}, @code{pack-skip-rows}, @code{pack-skip-pixels},
1464 @code{pack-alignment}, @code{map-color}, @code{map-stencil},
1465 @code{index-shift}, @code{index-offset}, @code{red-scale},
1466 @code{red-bias}, @code{zoom-x}, @code{zoom-y}, @code{green-scale},
1467 @code{green-bias}, @code{blue-scale}, @code{blue-bias},
1468 @code{alpha-scale}, @code{alpha-bias}, @code{depth-scale},
1469 @code{depth-bias}, @code{max-eval-order}, @code{max-lights},
1470 @code{max-clip-distances}, @code{max-clip-planes},
1471 @code{max-texture-size}, @code{max-pixel-map-table},
1472 @code{max-attrib-stack-depth}, @code{max-modelview-stack-depth},
1473 @code{max-name-stack-depth}, @code{max-projection-stack-depth},
1474 @code{max-texture-stack-depth}, @code{max-viewport-dims},
1475 @code{max-client-attrib-stack-depth}, @code{subpixel-bits},
1476 @code{index-bits}, @code{red-bits}, @code{green-bits}, @code{blue-bits},
1477 @code{alpha-bits}, @code{depth-bits}, @code{stencil-bits},
1478 @code{accum-red-bits}, @code{accum-green-bits}, @code{accum-blue-bits},
1479 @code{accum-alpha-bits}, @code{name-stack-depth}, @code{auto-normal},
1480 @code{map1-color-4}, @code{map1-index}, @code{map1-normal},
1481 @code{map1-texture-coord-1}, @code{map1-texture-coord-2},
1482 @code{map1-texture-coord-3}, @code{map1-texture-coord-4},
1483 @code{map1-vertex-3}, @code{map1-vertex-4}, @code{map2-color-4},
1484 @code{map2-index}, @code{map2-normal}, @code{map2-texture-coord-1},
1485 @code{map2-texture-coord-2}, @code{map2-texture-coord-3},
1486 @code{map2-texture-coord-4}, @code{map2-vertex-3}, @code{map2-vertex-4},
1487 @code{map1-grid-domain}, @code{map1-grid-segments},
1488 @code{map2-grid-domain}, @code{map2-grid-segments}, @code{texture-1d},
1489 @code{texture-2d}, @code{feedback-buffer-size},
1490 @code{feedback-buffer-type}, @code{selection-buffer-size},
1491 @code{polygon-offset-units}, @code{polygon-offset-point},
1492 @code{polygon-offset-line}, @code{polygon-offset-fill},
1493 @code{polygon-offset-factor}, @code{texture-binding-1d},
1494 @code{texture-binding-2d}, @code{texture-binding-3d},
1495 @code{vertex-array}, @code{normal-array}, @code{color-array},
1496 @code{index-array}, @code{texture-coord-array}, @code{edge-flag-array},
1497 @code{vertex-array-size}, @code{vertex-array-type},
1498 @code{vertex-array-stride}, @code{normal-array-type},
1499 @code{normal-array-stride}, @code{color-array-size},
1500 @code{color-array-type}, @code{color-array-stride},
1501 @code{index-array-type}, @code{index-array-stride},
1502 @code{texture-coord-array-size}, @code{texture-coord-array-type},
1503 @code{texture-coord-array-stride}, @code{edge-flag-array-stride},
1504 @code{clip-plane0}, @code{clip-plane1}, @code{clip-plane2},
1505 @code{clip-plane3}, @code{clip-plane4}, @code{clip-plane5},
1506 @code{light0}, @code{light1}, @code{light2}, @code{light3},
1507 @code{light4}, @code{light5}, @code{light6}, @code{light7},
1508 @code{light-model-color-control}, @code{blend-color-ext},
1509 @code{blend-equation-ext}, @code{pack-cmyk-hint-ext},
1510 @code{unpack-cmyk-hint-ext}, @code{convolution-1d-ext},
1511 @code{convolution-2d-ext}, @code{separable-2d-ext},
1512 @code{post-convolution-red-scale-ext},
1513 @code{post-convolution-green-scale-ext},
1514 @code{post-convolution-blue-scale-ext},
1515 @code{post-convolution-alpha-scale-ext},
1516 @code{post-convolution-red-bias-ext},
1517 @code{post-convolution-green-bias-ext},
1518 @code{post-convolution-blue-bias-ext},
1519 @code{post-convolution-alpha-bias-ext}, @code{histogram-ext},
1520 @code{minmax-ext}, @code{polygon-offset-bias-ext},
1521 @code{rescale-normal-ext}, @code{shared-texture-palette-ext},
1522 @code{texture-3d-binding-ext}, @code{pack-skip-images-ext},
1523 @code{pack-image-height-ext}, @code{unpack-skip-images-ext},
1524 @code{unpack-image-height-ext}, @code{texture-3d-ext},
1525 @code{max-3d-texture-size-ext}, @code{vertex-array-count-ext},
1526 @code{normal-array-count-ext}, @code{color-array-count-ext},
1527 @code{index-array-count-ext}, @code{texture-coord-array-count-ext},
1528 @code{edge-flag-array-count-ext}, @code{detail-texture-2d-binding-sgis},
1529 @code{fog-func-points-sgis}, @code{max-fog-func-points-sgis},
1530 @code{generate-mipmap-hint-sgis}, @code{multisample-sgis},
1531 @code{sample-alpha-to-mask-sgis}, @code{sample-alpha-to-one-sgis},
1532 @code{sample-mask-sgis}, @code{sample-buffers-sgis},
1533 @code{samples-sgis}, @code{sample-mask-value-sgis},
1534 @code{sample-mask-invert-sgis}, @code{sample-pattern-sgis},
1535 @code{pixel-texture-sgis}, @code{point-size-min-sgis},
1536 @code{point-size-max-sgis}, @code{point-fade-threshold-size-sgis},
1537 @code{distance-attenuation-sgis}, @code{pack-skip-volumes-sgis},
1538 @code{pack-image-depth-sgis}, @code{unpack-skip-volumes-sgis},
1539 @code{unpack-image-depth-sgis}, @code{texture-4d-sgis},
1540 @code{max-4d-texture-size-sgis}, @code{texture-4d-binding-sgis},
1541 @code{async-marker-sgix}, @code{async-histogram-sgix},
1542 @code{max-async-histogram-sgix}, @code{async-tex-image-sgix},
1543 @code{async-draw-pixels-sgix}, @code{async-read-pixels-sgix},
1544 @code{max-async-tex-image-sgix}, @code{max-async-draw-pixels-sgix},
1545 @code{max-async-read-pixels-sgix}, @code{calligraphic-fragment-sgix},
1546 @code{max-clipmap-virtual-depth-sgix}, @code{max-clipmap-depth-sgix},
1547 @code{convolution-hint-sgix}, @code{fog-offset-sgix},
1548 @code{fog-offset-value-sgix}, @code{fragment-lighting-sgix},
1549 @code{fragment-color-material-sgix},
1550 @code{fragment-color-material-face-sgix},
1551 @code{fragment-color-material-parameter-sgix},
1552 @code{max-fragment-lights-sgix}, @code{max-active-lights-sgix},
1553 @code{light-env-mode-sgix},
1554 @code{fragment-light-model-local-viewer-sgix},
1555 @code{fragment-light-model-two-side-sgix},
1556 @code{fragment-light-model-ambient-sgix},
1557 @code{fragment-light-model-normal-interpolation-sgix},
1558 @code{fragment-light0-sgix}, @code{framezoom-sgix},
1559 @code{framezoom-factor-sgix}, @code{max-framezoom-factor-sgix},
1560 @code{instrument-measurements-sgix}, @code{interlace-sgix},
1561 @code{ir-instrument1-sgix}, @code{pixel-tex-gen-sgix},
1562 @code{pixel-tex-gen-mode-sgix}, @code{pixel-tile-best-alignment-sgix},
1563 @code{pixel-tile-cache-increment-sgix}, @code{pixel-tile-width-sgix},
1564 @code{pixel-tile-height-sgix}, @code{pixel-tile-grid-width-sgix},
1565 @code{pixel-tile-grid-height-sgix}, @code{pixel-tile-grid-depth-sgix},
1566 @code{pixel-tile-cache-size-sgix}, @code{deformations-mask-sgix},
1567 @code{reference-plane-equation-sgix}, @code{reference-plane-sgix},
1568 @code{sprite-sgix}, @code{sprite-mode-sgix}, @code{sprite-axis-sgix},
1569 @code{sprite-translation-sgix}, @code{pack-subsample-rate-sgix},
1570 @code{unpack-subsample-rate-sgix}, @code{pack-resample-sgix},
1571 @code{unpack-resample-sgix}, @code{post-texture-filter-bias-range-sgix},
1572 @code{post-texture-filter-scale-range-sgix}, @code{vertex-preclip-sgix},
1573 @code{vertex-preclip-hint-sgix}, @code{color-matrix-sgi},
1574 @code{color-matrix-stack-depth-sgi},
1575 @code{max-color-matrix-stack-depth-sgi},
1576 @code{post-color-matrix-red-scale-sgi},
1577 @code{post-color-matrix-green-scale-sgi},
1578 @code{post-color-matrix-blue-scale-sgi},
1579 @code{post-color-matrix-alpha-scale-sgi},
1580 @code{post-color-matrix-red-bias-sgi},
1581 @code{post-color-matrix-green-bias-sgi},
1582 @code{post-color-matrix-blue-bias-sgi},
1583 @code{post-color-matrix-alpha-bias-sgi}, @code{color-table-sgi},
1584 @code{post-convolution-color-table-sgi},
1585 @code{post-color-matrix-color-table-sgi},
1586 @code{texture-color-table-sgi}.
1587
1588 @end defmac
1589
1590 @defmac qcom-alpha-test enum
1591 Enumerated value. The symbolic @var{enum}argument is replaced with its
1592 corresponding numeric value at compile-time. The symbolic arguments
1593 known to this enumerated value form are:
1594
1595 @code{alpha-test-qcom}, @code{alpha-test-func-qcom},
1596 @code{alpha-test-ref-qcom}.
1597
1598 @end defmac
1599
1600 @defmac ext-unpack-subimage enum
1601 Enumerated value. The symbolic @var{enum}argument is replaced with its
1602 corresponding numeric value at compile-time. The symbolic arguments
1603 known to this enumerated value form are:
1604
1605 @code{unpack-row-length}, @code{unpack-skip-rows},
1606 @code{unpack-skip-pixels}.
1607
1608 @end defmac
1609
1610 @defmac ext-multiview-draw-buffers enum
1611 Enumerated value. The symbolic @var{enum}argument is replaced with its
1612 corresponding numeric value at compile-time. The symbolic arguments
1613 known to this enumerated value form are:
1614
1615 @code{draw-buffer-ext}, @code{read-buffer-ext}, @code{draw-buffer-ext},
1616 @code{read-buffer-ext}, @code{color-attachment-ext},
1617 @code{multiview-ext}, @code{max-multiview-buffers-ext}.
1618
1619 @end defmac
1620
1621 @defmac nv-read-buffer enum
1622 Enumerated value. The symbolic @var{enum}argument is replaced with its
1623 corresponding numeric value at compile-time. The symbolic arguments
1624 known to this enumerated value form are:
1625
1626 @code{read-buffer-nv}.
1627
1628 @end defmac
1629
1630 @defmac get-texture-parameter enum
1631 Enumerated value. The symbolic @var{enum}argument is replaced with its
1632 corresponding numeric value at compile-time. The symbolic arguments
1633 known to this enumerated value form are:
1634
1635 @code{texture-mag-filter}, @code{texture-min-filter},
1636 @code{texture-wrap-s}, @code{texture-wrap-t}, @code{texture-width},
1637 @code{texture-height}, @code{texture-internal-format},
1638 @code{texture-components}, @code{texture-border-color},
1639 @code{texture-border}, @code{texture-red-size},
1640 @code{texture-green-size}, @code{texture-blue-size},
1641 @code{texture-alpha-size}, @code{texture-luminance-size},
1642 @code{texture-intensity-size}, @code{texture-priority},
1643 @code{texture-resident}, @code{texture-depth-ext},
1644 @code{texture-wrap-r-ext}, @code{detail-texture-level-sgis},
1645 @code{detail-texture-mode-sgis}, @code{detail-texture-func-points-sgis},
1646 @code{generate-mipmap-sgis}, @code{sharpen-texture-func-points-sgis},
1647 @code{texture-filter4-size-sgis}, @code{texture-min-lod-sgis},
1648 @code{texture-max-lod-sgis}, @code{texture-base-level-sgis},
1649 @code{texture-max-level-sgis}, @code{dual-texture-select-sgis},
1650 @code{quad-texture-select-sgis}, @code{texture-4dsize-sgis},
1651 @code{texture-wrap-q-sgis}, @code{texture-clipmap-center-sgix},
1652 @code{texture-clipmap-frame-sgix}, @code{texture-clipmap-offset-sgix},
1653 @code{texture-clipmap-virtual-depth-sgix},
1654 @code{texture-clipmap-lod-offset-sgix},
1655 @code{texture-clipmap-depth-sgix}, @code{texture-compare-sgix},
1656 @code{texture-compare-operator-sgix}, @code{texture-lequal-r-sgix},
1657 @code{texture-gequal-r-sgix}, @code{shadow-ambient-sgix},
1658 @code{texture-max-clamp-s-sgix}, @code{texture-max-clamp-t-sgix},
1659 @code{texture-max-clamp-r-sgix}, @code{texture-lod-bias-s-sgix},
1660 @code{texture-lod-bias-t-sgix}, @code{texture-lod-bias-r-sgix},
1661 @code{post-texture-filter-bias-sgix},
1662 @code{post-texture-filter-scale-sgix}.
1663
1664 @end defmac
1665
1666 @defmac nv-texture-border-clamp enum
1667 Enumerated value. The symbolic @var{enum}argument is replaced with its
1668 corresponding numeric value at compile-time. The symbolic arguments
1669 known to this enumerated value form are:
1670
1671 @code{texture-border-color-nv}, @code{clamp-to-border-nv}.
1672
1673 @end defmac
1674
1675 @defmac hint-mode enum
1676 Enumerated value. The symbolic @var{enum}argument is replaced with its
1677 corresponding numeric value at compile-time. The symbolic arguments
1678 known to this enumerated value form are:
1679
1680 @code{dont-care}, @code{fastest}, @code{nicest}.
1681
1682 @end defmac
1683
1684 @defmac hint-target enum
1685 Enumerated value. The symbolic @var{enum}argument is replaced with its
1686 corresponding numeric value at compile-time. The symbolic arguments
1687 known to this enumerated value form are:
1688
1689 @code{perspective-correction-hint}, @code{point-smooth-hint},
1690 @code{line-smooth-hint}, @code{polygon-smooth-hint}, @code{fog-hint},
1691 @code{pack-cmyk-hint-ext}, @code{unpack-cmyk-hint-ext},
1692 @code{generate-mipmap-hint-sgis}, @code{convolution-hint-sgix},
1693 @code{texture-multi-buffer-hint-sgix}, @code{vertex-preclip-hint-sgix}.
1694
1695 @end defmac
1696
1697 @defmac histogram-target-ext enum
1698 Enumerated value. The symbolic @var{enum}argument is replaced with its
1699 corresponding numeric value at compile-time. The symbolic arguments
1700 known to this enumerated value form are:
1701
1702 @code{histogram-ext}, @code{proxy-histogram-ext}.
1703
1704 @end defmac
1705
1706 @defmac index-pointer-type enum
1707 Enumerated value. The symbolic @var{enum}argument is replaced with its
1708 corresponding numeric value at compile-time. The symbolic arguments
1709 known to this enumerated value form are:
1710
1711 @code{short}, @code{int}, @code{float}, @code{double}.
1712
1713 @end defmac
1714
1715 @defmac light-env-mode-sgix enum
1716 Enumerated value. The symbolic @var{enum}argument is replaced with its
1717 corresponding numeric value at compile-time. The symbolic arguments
1718 known to this enumerated value form are:
1719
1720 @code{replace}, @code{modulate}, @code{add}.
1721
1722 @end defmac
1723
1724 @defmac light-env-parameter-sgix enum
1725 Enumerated value. The symbolic @var{enum}argument is replaced with its
1726 corresponding numeric value at compile-time. The symbolic arguments
1727 known to this enumerated value form are:
1728
1729 @code{light-env-mode-sgix}.
1730
1731 @end defmac
1732
1733 @defmac light-model-color-control enum
1734 Enumerated value. The symbolic @var{enum}argument is replaced with its
1735 corresponding numeric value at compile-time. The symbolic arguments
1736 known to this enumerated value form are:
1737
1738 @code{single-color}, @code{separate-specular-color}.
1739
1740 @end defmac
1741
1742 @defmac light-model-parameter enum
1743 Enumerated value. The symbolic @var{enum}argument is replaced with its
1744 corresponding numeric value at compile-time. The symbolic arguments
1745 known to this enumerated value form are:
1746
1747 @code{light-model-ambient}, @code{light-model-local-viewer},
1748 @code{light-model-two-side}, @code{light-model-color-control}.
1749
1750 @end defmac
1751
1752 @defmac light-parameter enum
1753 Enumerated value. The symbolic @var{enum}argument is replaced with its
1754 corresponding numeric value at compile-time. The symbolic arguments
1755 known to this enumerated value form are:
1756
1757 @code{ambient}, @code{diffuse}, @code{specular}, @code{position},
1758 @code{spot-direction}, @code{spot-exponent}, @code{spot-cutoff},
1759 @code{constant-attenuation}, @code{linear-attenuation},
1760 @code{quadratic-attenuation}.
1761
1762 @end defmac
1763
1764 @defmac list-mode enum
1765 Enumerated value. The symbolic @var{enum}argument is replaced with its
1766 corresponding numeric value at compile-time. The symbolic arguments
1767 known to this enumerated value form are:
1768
1769 @code{compile}, @code{compile-and-execute}.
1770
1771 @end defmac
1772
1773 @defmac data-type enum
1774 Enumerated value. The symbolic @var{enum}argument is replaced with its
1775 corresponding numeric value at compile-time. The symbolic arguments
1776 known to this enumerated value form are:
1777
1778 @code{byte}, @code{unsigned-byte}, @code{short}, @code{unsigned-short},
1779 @code{int}, @code{unsigned-int}, @code{float}, @code{2-bytes},
1780 @code{3-bytes}, @code{4-bytes}, @code{double}, @code{double-ext}.
1781
1782 @end defmac
1783
1784 @defmac oes-element-index-uint bit...
1785 Bitfield constructor. The symbolic @var{bit} arguments are replaced with
1786 their corresponding numeric values and combined with @code{logior} at
1787 compile-time. The symbolic arguments known to this bitfield constructor
1788 are:
1789
1790 .
1791
1792 @end defmac
1793
1794 @defmac oes-texture-float enum
1795 Enumerated value. The symbolic @var{enum}argument is replaced with its
1796 corresponding numeric value at compile-time. The symbolic arguments
1797 known to this enumerated value form are:
1798
1799 @code{half-float-oes}.
1800
1801 @end defmac
1802
1803 @defmac ext-vertex-attrib-64-bit enum
1804 Enumerated value. The symbolic @var{enum}argument is replaced with its
1805 corresponding numeric value at compile-time. The symbolic arguments
1806 known to this enumerated value form are:
1807
1808 @code{double-mat2-ext}, @code{double-mat3-ext}, @code{double-mat4-ext},
1809 @code{double-mat-2x-3-ext}, @code{double-mat-2x-4-ext},
1810 @code{double-mat-3x-2-ext}, @code{double-mat-3x-4-ext},
1811 @code{double-mat-4x-2-ext}, @code{double-mat-4x-3-ext},
1812 @code{double-vec2-ext}, @code{double-vec3-ext}, @code{double-vec4-ext}.
1813
1814 @end defmac
1815
1816 @defmac arb-half-float-vertex enum
1817 Enumerated value. The symbolic @var{enum}argument is replaced with its
1818 corresponding numeric value at compile-time. The symbolic arguments
1819 known to this enumerated value form are:
1820
1821 @code{half-float}.
1822
1823 @end defmac
1824
1825 @defmac arb-half-float-pixel enum
1826 Enumerated value. The symbolic @var{enum}argument is replaced with its
1827 corresponding numeric value at compile-time. The symbolic arguments
1828 known to this enumerated value form are:
1829
1830 @code{half-float-arb}.
1831
1832 @end defmac
1833
1834 @defmac nv-half-float enum
1835 Enumerated value. The symbolic @var{enum}argument is replaced with its
1836 corresponding numeric value at compile-time. The symbolic arguments
1837 known to this enumerated value form are:
1838
1839 @code{half-float-nv}.
1840
1841 @end defmac
1842
1843 @defmac apple-float-pixels enum
1844 Enumerated value. The symbolic @var{enum}argument is replaced with its
1845 corresponding numeric value at compile-time. The symbolic arguments
1846 known to this enumerated value form are:
1847
1848 @code{half-apple}, @code{rgba-float32-apple}, @code{rgb-float32-apple},
1849 @code{alpha-float32-apple}, @code{intensity-float32-apple},
1850 @code{luminance-float32-apple}, @code{luminance-alpha-float32-apple},
1851 @code{rgba-float16-apple}, @code{rgb-float16-apple},
1852 @code{alpha-float16-apple}, @code{intensity-float16-apple},
1853 @code{luminance-float16-apple}, @code{luminance-alpha-float16-apple},
1854 @code{color-float-apple}.
1855
1856 @end defmac
1857
1858 @defmac arb-es2-compatibility enum
1859 Enumerated value. The symbolic @var{enum}argument is replaced with its
1860 corresponding numeric value at compile-time. The symbolic arguments
1861 known to this enumerated value form are:
1862
1863 @code{fixed}, @code{implementation-color-read-type},
1864 @code{implementation-color-read-format}, @code{rgb565},
1865 @code{low-float}, @code{medium-float}, @code{high-float},
1866 @code{low-int}, @code{medium-int}, @code{high-int},
1867 @code{shader-binary-formats}, @code{num-shader-binary-formats},
1868 @code{shader-compiler}, @code{max-vertex-uniform-vectors},
1869 @code{max-varying-vectors}, @code{max-fragment-uniform-vectors}.
1870
1871 @end defmac
1872
1873 @defmac oes-fixed-point enum
1874 Enumerated value. The symbolic @var{enum}argument is replaced with its
1875 corresponding numeric value at compile-time. The symbolic arguments
1876 known to this enumerated value form are:
1877
1878 @code{fixed-oes}.
1879
1880 @end defmac
1881
1882 @defmac nv-vertex-attrib-integer-64-bit enum
1883 Enumerated value. The symbolic @var{enum}argument is replaced with its
1884 corresponding numeric value at compile-time. The symbolic arguments
1885 known to this enumerated value form are:
1886
1887 @code{int64-nv}, @code{unsigned-int64-nv}.
1888
1889 @end defmac
1890
1891 @defmac list-name-type enum
1892 Enumerated value. The symbolic @var{enum}argument is replaced with its
1893 corresponding numeric value at compile-time. The symbolic arguments
1894 known to this enumerated value form are:
1895
1896 @code{byte}, @code{unsigned-byte}, @code{short}, @code{unsigned-short},
1897 @code{int}, @code{unsigned-int}, @code{float}, @code{2-bytes},
1898 @code{3-bytes}, @code{4-bytes}.
1899
1900 @end defmac
1901
1902 @defmac list-parameter-name enum
1903 Enumerated value. The symbolic @var{enum}argument is replaced with its
1904 corresponding numeric value at compile-time. The symbolic arguments
1905 known to this enumerated value form are:
1906
1907 @code{list-priority-sgix}.
1908
1909 @end defmac
1910
1911 @defmac logic-op enum
1912 Enumerated value. The symbolic @var{enum}argument is replaced with its
1913 corresponding numeric value at compile-time. The symbolic arguments
1914 known to this enumerated value form are:
1915
1916 @code{clear}, @code{and}, @code{and-reverse}, @code{copy},
1917 @code{and-inverted}, @code{noop}, @code{xor}, @code{or}, @code{nor},
1918 @code{equiv}, @code{invert}, @code{or-reverse}, @code{copy-inverted},
1919 @code{or-inverted}, @code{nand}, @code{set}.
1920
1921 @end defmac
1922
1923 @defmac map-target enum
1924 Enumerated value. The symbolic @var{enum}argument is replaced with its
1925 corresponding numeric value at compile-time. The symbolic arguments
1926 known to this enumerated value form are:
1927
1928 @code{map1-color-4}, @code{map1-index}, @code{map1-normal},
1929 @code{map1-texture-coord-1}, @code{map1-texture-coord-2},
1930 @code{map1-texture-coord-3}, @code{map1-texture-coord-4},
1931 @code{map1-vertex-3}, @code{map1-vertex-4}, @code{map2-color-4},
1932 @code{map2-index}, @code{map2-normal}, @code{map2-texture-coord-1},
1933 @code{map2-texture-coord-2}, @code{map2-texture-coord-3},
1934 @code{map2-texture-coord-4}, @code{map2-vertex-3}, @code{map2-vertex-4},
1935 @code{geometry-deformation-sgix}, @code{texture-deformation-sgix}.
1936
1937 @end defmac
1938
1939 @defmac material-face enum
1940 Enumerated value. The symbolic @var{enum}argument is replaced with its
1941 corresponding numeric value at compile-time. The symbolic arguments
1942 known to this enumerated value form are:
1943
1944 @code{front}, @code{back}, @code{front-and-back}.
1945
1946 @end defmac
1947
1948 @defmac material-parameter enum
1949 Enumerated value. The symbolic @var{enum}argument is replaced with its
1950 corresponding numeric value at compile-time. The symbolic arguments
1951 known to this enumerated value form are:
1952
1953 @code{emission}, @code{shininess}, @code{ambient-and-diffuse},
1954 @code{color-indexes}, @code{ambient}, @code{diffuse}, @code{specular}.
1955
1956 @end defmac
1957
1958 @defmac matrix-mode enum
1959 Enumerated value. The symbolic @var{enum}argument is replaced with its
1960 corresponding numeric value at compile-time. The symbolic arguments
1961 known to this enumerated value form are:
1962
1963 @code{modelview}, @code{projection}, @code{texture}.
1964
1965 @end defmac
1966
1967 @defmac mesh-mode-1 enum
1968 Enumerated value. The symbolic @var{enum}argument is replaced with its
1969 corresponding numeric value at compile-time. The symbolic arguments
1970 known to this enumerated value form are:
1971
1972 @code{point}, @code{line}.
1973
1974 @end defmac
1975
1976 @defmac mesh-mode-2 enum
1977 Enumerated value. The symbolic @var{enum}argument is replaced with its
1978 corresponding numeric value at compile-time. The symbolic arguments
1979 known to this enumerated value form are:
1980
1981 @code{point}, @code{line}, @code{fill}.
1982
1983 @end defmac
1984
1985 @defmac minmax-target-ext enum
1986 Enumerated value. The symbolic @var{enum}argument is replaced with its
1987 corresponding numeric value at compile-time. The symbolic arguments
1988 known to this enumerated value form are:
1989
1990 @code{minmax-ext}.
1991
1992 @end defmac
1993
1994 @defmac normal-pointer-type enum
1995 Enumerated value. The symbolic @var{enum}argument is replaced with its
1996 corresponding numeric value at compile-time. The symbolic arguments
1997 known to this enumerated value form are:
1998
1999 @code{byte}, @code{short}, @code{int}, @code{float}, @code{double}.
2000
2001 @end defmac
2002
2003 @defmac pixel-copy-type enum
2004 Enumerated value. The symbolic @var{enum}argument is replaced with its
2005 corresponding numeric value at compile-time. The symbolic arguments
2006 known to this enumerated value form are:
2007
2008 @code{color}, @code{depth}, @code{stencil}.
2009
2010 @end defmac
2011
2012 @defmac ext-discard-framebuffer enum
2013 Enumerated value. The symbolic @var{enum}argument is replaced with its
2014 corresponding numeric value at compile-time. The symbolic arguments
2015 known to this enumerated value form are:
2016
2017 @code{color-ext}, @code{depth-ext}, @code{stencil-ext}.
2018
2019 @end defmac
2020
2021 @defmac pixel-format enum
2022 Enumerated value. The symbolic @var{enum}argument is replaced with its
2023 corresponding numeric value at compile-time. The symbolic arguments
2024 known to this enumerated value form are:
2025
2026 @code{color-index}, @code{stencil-index}, @code{depth-component},
2027 @code{red}, @code{green}, @code{blue}, @code{alpha}, @code{rgb},
2028 @code{rgba}, @code{luminance}, @code{luminance-alpha}, @code{abgr-ext},
2029 @code{cmyk-ext}, @code{cmyka-ext}, @code{ycrcb-422-sgix},
2030 @code{ycrcb-444-sgix}.
2031
2032 @end defmac
2033
2034 @defmac oes-depth-texture enum
2035 Enumerated value. The symbolic @var{enum}argument is replaced with its
2036 corresponding numeric value at compile-time. The symbolic arguments
2037 known to this enumerated value form are:
2038
2039 @code{red-ext}.
2040
2041 @end defmac
2042
2043 @defmac ext-texture-rg enum
2044 Enumerated value. The symbolic @var{enum}argument is replaced with its
2045 corresponding numeric value at compile-time. The symbolic arguments
2046 known to this enumerated value form are:
2047
2048 @code{red-ext}, @code{rg-ext}, @code{r8-ext}, @code{rg8-ext}.
2049
2050 @end defmac
2051
2052 @defmac pixel-map enum
2053 Enumerated value. The symbolic @var{enum}argument is replaced with its
2054 corresponding numeric value at compile-time. The symbolic arguments
2055 known to this enumerated value form are:
2056
2057 @code{pixel-map-i-to-i}, @code{pixel-map-s-to-s},
2058 @code{pixel-map-i-to-r}, @code{pixel-map-i-to-g},
2059 @code{pixel-map-i-to-b}, @code{pixel-map-i-to-a},
2060 @code{pixel-map-r-to-r}, @code{pixel-map-g-to-g},
2061 @code{pixel-map-b-to-b}, @code{pixel-map-a-to-a}.
2062
2063 @end defmac
2064
2065 @defmac pixel-store-parameter enum
2066 Enumerated value. The symbolic @var{enum}argument is replaced with its
2067 corresponding numeric value at compile-time. The symbolic arguments
2068 known to this enumerated value form are:
2069
2070 @code{unpack-swap-bytes}, @code{unpack-lsb-first},
2071 @code{unpack-row-length}, @code{unpack-skip-rows},
2072 @code{unpack-skip-pixels}, @code{unpack-alignment},
2073 @code{pack-swap-bytes}, @code{pack-lsb-first}, @code{pack-row-length},
2074 @code{pack-skip-rows}, @code{pack-skip-pixels}, @code{pack-alignment},
2075 @code{pack-skip-images-ext}, @code{pack-image-height-ext},
2076 @code{unpack-skip-images-ext}, @code{unpack-image-height-ext},
2077 @code{pack-skip-volumes-sgis}, @code{pack-image-depth-sgis},
2078 @code{unpack-skip-volumes-sgis}, @code{unpack-image-depth-sgis},
2079 @code{pixel-tile-width-sgix}, @code{pixel-tile-height-sgix},
2080 @code{pixel-tile-grid-width-sgix}, @code{pixel-tile-grid-height-sgix},
2081 @code{pixel-tile-grid-depth-sgix}, @code{pixel-tile-cache-size-sgix},
2082 @code{pack-subsample-rate-sgix}, @code{unpack-subsample-rate-sgix},
2083 @code{pack-resample-sgix}, @code{unpack-resample-sgix}.
2084
2085 @end defmac
2086
2087 @defmac pixel-store-resample-mode enum
2088 Enumerated value. The symbolic @var{enum}argument is replaced with its
2089 corresponding numeric value at compile-time. The symbolic arguments
2090 known to this enumerated value form are:
2091
2092 @code{resample-replicate-sgix}, @code{resample-zero-fill-sgix},
2093 @code{resample-decimate-sgix}.
2094
2095 @end defmac
2096
2097 @defmac pixel-store-subsample-rate enum
2098 Enumerated value. The symbolic @var{enum}argument is replaced with its
2099 corresponding numeric value at compile-time. The symbolic arguments
2100 known to this enumerated value form are:
2101
2102 @code{pixel-subsample-4444-sgix}, @code{pixel-subsample-2424-sgix},
2103 @code{pixel-subsample-4242-sgix}.
2104
2105 @end defmac
2106
2107 @defmac pixel-tex-gen-mode enum
2108 Enumerated value. The symbolic @var{enum}argument is replaced with its
2109 corresponding numeric value at compile-time. The symbolic arguments
2110 known to this enumerated value form are:
2111
2112 @code{none}, @code{rgb}, @code{rgba}, @code{luminance},
2113 @code{luminance-alpha}, @code{pixel-tex-gen-alpha-replace-sgix},
2114 @code{pixel-tex-gen-alpha-no-replace-sgix},
2115 @code{pixel-tex-gen-alpha-ms-sgix}, @code{pixel-tex-gen-alpha-ls-sgix}.
2116
2117 @end defmac
2118
2119 @defmac pixel-tex-gen-parameter-name-sgis enum
2120 Enumerated value. The symbolic @var{enum}argument is replaced with its
2121 corresponding numeric value at compile-time. The symbolic arguments
2122 known to this enumerated value form are:
2123
2124 @code{pixel-fragment-rgb-source-sgis},
2125 @code{pixel-fragment-alpha-source-sgis}.
2126
2127 @end defmac
2128
2129 @defmac pixel-transfer-parameter enum
2130 Enumerated value. The symbolic @var{enum}argument is replaced with its
2131 corresponding numeric value at compile-time. The symbolic arguments
2132 known to this enumerated value form are:
2133
2134 @code{map-color}, @code{map-stencil}, @code{index-shift},
2135 @code{index-offset}, @code{red-scale}, @code{red-bias},
2136 @code{green-scale}, @code{green-bias}, @code{blue-scale},
2137 @code{blue-bias}, @code{alpha-scale}, @code{alpha-bias},
2138 @code{depth-scale}, @code{depth-bias},
2139 @code{post-convolution-red-scale-ext},
2140 @code{post-convolution-green-scale-ext},
2141 @code{post-convolution-blue-scale-ext},
2142 @code{post-convolution-alpha-scale-ext},
2143 @code{post-convolution-red-bias-ext},
2144 @code{post-convolution-green-bias-ext},
2145 @code{post-convolution-blue-bias-ext},
2146 @code{post-convolution-alpha-bias-ext},
2147 @code{post-color-matrix-red-scale-sgi},
2148 @code{post-color-matrix-green-scale-sgi},
2149 @code{post-color-matrix-blue-scale-sgi},
2150 @code{post-color-matrix-alpha-scale-sgi},
2151 @code{post-color-matrix-red-bias-sgi},
2152 @code{post-color-matrix-green-bias-sgi},
2153 @code{post-color-matrix-blue-bias-sgi},
2154 @code{post-color-matrix-alpha-bias-sgi}.
2155
2156 @end defmac
2157
2158 @defmac pixel-type enum
2159 Enumerated value. The symbolic @var{enum}argument is replaced with its
2160 corresponding numeric value at compile-time. The symbolic arguments
2161 known to this enumerated value form are:
2162
2163 @code{bitmap}, @code{byte}, @code{unsigned-byte}, @code{short},
2164 @code{unsigned-short}, @code{int}, @code{unsigned-int}, @code{float},
2165 @code{unsigned-byte-3-3-2-ext}, @code{unsigned-short-4-4-4-4-ext},
2166 @code{unsigned-short-5-5-5-1-ext}, @code{unsigned-int-8-8-8-8-ext},
2167 @code{unsigned-int-10-10-10-2-ext}.
2168
2169 @end defmac
2170
2171 @defmac point-parameter-name-sgis enum
2172 Enumerated value. The symbolic @var{enum}argument is replaced with its
2173 corresponding numeric value at compile-time. The symbolic arguments
2174 known to this enumerated value form are:
2175
2176 @code{point-size-min-sgis}, @code{point-size-max-sgis},
2177 @code{point-fade-threshold-size-sgis}, @code{distance-attenuation-sgis}.
2178
2179 @end defmac
2180
2181 @defmac polygon-mode enum
2182 Enumerated value. The symbolic @var{enum}argument is replaced with its
2183 corresponding numeric value at compile-time. The symbolic arguments
2184 known to this enumerated value form are:
2185
2186 @code{point}, @code{line}, @code{fill}.
2187
2188 @end defmac
2189
2190 @defmac read-buffer-mode enum
2191 Enumerated value. The symbolic @var{enum}argument is replaced with its
2192 corresponding numeric value at compile-time. The symbolic arguments
2193 known to this enumerated value form are:
2194
2195 @code{front-left}, @code{front-right}, @code{back-left},
2196 @code{back-right}, @code{front}, @code{back}, @code{left}, @code{right},
2197 @code{aux0}, @code{aux1}, @code{aux2}, @code{aux3}.
2198
2199 @end defmac
2200
2201 @defmac rendering-mode enum
2202 Enumerated value. The symbolic @var{enum}argument is replaced with its
2203 corresponding numeric value at compile-time. The symbolic arguments
2204 known to this enumerated value form are:
2205
2206 @code{render}, @code{feedback}, @code{select}.
2207
2208 @end defmac
2209
2210 @defmac sample-pattern-sgis enum
2211 Enumerated value. The symbolic @var{enum}argument is replaced with its
2212 corresponding numeric value at compile-time. The symbolic arguments
2213 known to this enumerated value form are:
2214
2215 @code{1pass-sgis}, @code{2pass-0-sgis}, @code{2pass-1-sgis},
2216 @code{4pass-0-sgis}, @code{4pass-1-sgis}, @code{4pass-2-sgis},
2217 @code{4pass-3-sgis}.
2218
2219 @end defmac
2220
2221 @defmac separable-target-ext enum
2222 Enumerated value. The symbolic @var{enum}argument is replaced with its
2223 corresponding numeric value at compile-time. The symbolic arguments
2224 known to this enumerated value form are:
2225
2226 @code{separable-2d-ext}.
2227
2228 @end defmac
2229
2230 @defmac shading-model enum
2231 Enumerated value. The symbolic @var{enum}argument is replaced with its
2232 corresponding numeric value at compile-time. The symbolic arguments
2233 known to this enumerated value form are:
2234
2235 @code{flat}, @code{smooth}.
2236
2237 @end defmac
2238
2239 @defmac stencil-function enum
2240 Enumerated value. The symbolic @var{enum}argument is replaced with its
2241 corresponding numeric value at compile-time. The symbolic arguments
2242 known to this enumerated value form are:
2243
2244 @code{never}, @code{less}, @code{equal}, @code{lequal}, @code{greater},
2245 @code{notequal}, @code{gequal}, @code{always}.
2246
2247 @end defmac
2248
2249 @defmac stencil-op enum
2250 Enumerated value. The symbolic @var{enum}argument is replaced with its
2251 corresponding numeric value at compile-time. The symbolic arguments
2252 known to this enumerated value form are:
2253
2254 @code{zero}, @code{keep}, @code{replace}, @code{incr}, @code{decr},
2255 @code{invert}.
2256
2257 @end defmac
2258
2259 @defmac string-name enum
2260 Enumerated value. The symbolic @var{enum}argument is replaced with its
2261 corresponding numeric value at compile-time. The symbolic arguments
2262 known to this enumerated value form are:
2263
2264 @code{vendor}, @code{renderer}, @code{version}, @code{extensions}.
2265
2266 @end defmac
2267
2268 @defmac tex-coord-pointer-type enum
2269 Enumerated value. The symbolic @var{enum}argument is replaced with its
2270 corresponding numeric value at compile-time. The symbolic arguments
2271 known to this enumerated value form are:
2272
2273 @code{short}, @code{int}, @code{float}, @code{double}.
2274
2275 @end defmac
2276
2277 @defmac texture-coord-name enum
2278 Enumerated value. The symbolic @var{enum}argument is replaced with its
2279 corresponding numeric value at compile-time. The symbolic arguments
2280 known to this enumerated value form are:
2281
2282 @code{s}, @code{t}, @code{r}, @code{q}.
2283
2284 @end defmac
2285
2286 @defmac texture-env-mode enum
2287 Enumerated value. The symbolic @var{enum}argument is replaced with its
2288 corresponding numeric value at compile-time. The symbolic arguments
2289 known to this enumerated value form are:
2290
2291 @code{modulate}, @code{decal}, @code{blend}, @code{replace-ext},
2292 @code{add}, @code{texture-env-bias-sgix}.
2293
2294 @end defmac
2295
2296 @defmac texture-env-parameter enum
2297 Enumerated value. The symbolic @var{enum}argument is replaced with its
2298 corresponding numeric value at compile-time. The symbolic arguments
2299 known to this enumerated value form are:
2300
2301 @code{texture-env-mode}, @code{texture-env-color}.
2302
2303 @end defmac
2304
2305 @defmac texture-env-target enum
2306 Enumerated value. The symbolic @var{enum}argument is replaced with its
2307 corresponding numeric value at compile-time. The symbolic arguments
2308 known to this enumerated value form are:
2309
2310 @code{texture-env}.
2311
2312 @end defmac
2313
2314 @defmac texture-filter-func-sgis enum
2315 Enumerated value. The symbolic @var{enum}argument is replaced with its
2316 corresponding numeric value at compile-time. The symbolic arguments
2317 known to this enumerated value form are:
2318
2319 @code{filter4-sgis}.
2320
2321 @end defmac
2322
2323 @defmac texture-gen-mode enum
2324 Enumerated value. The symbolic @var{enum}argument is replaced with its
2325 corresponding numeric value at compile-time. The symbolic arguments
2326 known to this enumerated value form are:
2327
2328 @code{eye-linear}, @code{object-linear}, @code{sphere-map},
2329 @code{eye-distance-to-point-sgis}, @code{object-distance-to-point-sgis},
2330 @code{eye-distance-to-line-sgis}, @code{object-distance-to-line-sgis}.
2331
2332 @end defmac
2333
2334 @defmac texture-gen-parameter enum
2335 Enumerated value. The symbolic @var{enum}argument is replaced with its
2336 corresponding numeric value at compile-time. The symbolic arguments
2337 known to this enumerated value form are:
2338
2339 @code{texture-gen-mode}, @code{object-plane}, @code{eye-plane},
2340 @code{eye-point-sgis}, @code{object-point-sgis}, @code{eye-line-sgis},
2341 @code{object-line-sgis}.
2342
2343 @end defmac
2344
2345 @defmac oes-texture-cube-map enum
2346 Enumerated value. The symbolic @var{enum}argument is replaced with its
2347 corresponding numeric value at compile-time. The symbolic arguments
2348 known to this enumerated value form are:
2349
2350 @code{texture-gen-mode}, @code{normal-map-oes},
2351 @code{reflection-map-oes}, @code{texture-cube-map-oes},
2352 @code{texture-binding-cube-map-oes},
2353 @code{texture-cube-map-positive-x-oes},
2354 @code{texture-cube-map-negative-x-oes},
2355 @code{texture-cube-map-positive-y-oes},
2356 @code{texture-cube-map-negative-y-oes},
2357 @code{texture-cube-map-positive-z-oes},
2358 @code{texture-cube-map-negative-z-oes},
2359 @code{max-cube-map-texture-size-oes}, @code{texture-gen-str-oes}.
2360
2361 @end defmac
2362
2363 @defmac texture-mag-filter enum
2364 Enumerated value. The symbolic @var{enum}argument is replaced with its
2365 corresponding numeric value at compile-time. The symbolic arguments
2366 known to this enumerated value form are:
2367
2368 @code{nearest}, @code{linear}, @code{linear-detail-sgis},
2369 @code{linear-detail-alpha-sgis}, @code{linear-detail-color-sgis},
2370 @code{linear-sharpen-sgis}, @code{linear-sharpen-alpha-sgis},
2371 @code{linear-sharpen-color-sgis}, @code{filter4-sgis},
2372 @code{pixel-tex-gen-q-ceiling-sgix}, @code{pixel-tex-gen-q-round-sgix},
2373 @code{pixel-tex-gen-q-floor-sgix}.
2374
2375 @end defmac
2376
2377 @defmac texture-min-filter enum
2378 Enumerated value. The symbolic @var{enum}argument is replaced with its
2379 corresponding numeric value at compile-time. The symbolic arguments
2380 known to this enumerated value form are:
2381
2382 @code{nearest}, @code{linear}, @code{nearest-mipmap-nearest},
2383 @code{linear-mipmap-nearest}, @code{nearest-mipmap-linear},
2384 @code{linear-mipmap-linear}, @code{filter4-sgis},
2385 @code{linear-clipmap-linear-sgix}, @code{nearest-clipmap-nearest-sgix},
2386 @code{nearest-clipmap-linear-sgix}, @code{linear-clipmap-nearest-sgix},
2387 @code{pixel-tex-gen-q-ceiling-sgix}, @code{pixel-tex-gen-q-round-sgix},
2388 @code{pixel-tex-gen-q-floor-sgix}.
2389
2390 @end defmac
2391
2392 @defmac texture-parameter-name enum
2393 Enumerated value. The symbolic @var{enum}argument is replaced with its
2394 corresponding numeric value at compile-time. The symbolic arguments
2395 known to this enumerated value form are:
2396
2397 @code{texture-mag-filter}, @code{texture-min-filter},
2398 @code{texture-wrap-s}, @code{texture-wrap-t},
2399 @code{texture-border-color}, @code{texture-priority},
2400 @code{texture-wrap-r-ext}, @code{detail-texture-level-sgis},
2401 @code{detail-texture-mode-sgis}, @code{generate-mipmap-sgis},
2402 @code{dual-texture-select-sgis}, @code{quad-texture-select-sgis},
2403 @code{texture-wrap-q-sgis}, @code{texture-clipmap-center-sgix},
2404 @code{texture-clipmap-frame-sgix}, @code{texture-clipmap-offset-sgix},
2405 @code{texture-clipmap-virtual-depth-sgix},
2406 @code{texture-clipmap-lod-offset-sgix},
2407 @code{texture-clipmap-depth-sgix}, @code{texture-compare-sgix},
2408 @code{texture-compare-operator-sgix}, @code{shadow-ambient-sgix},
2409 @code{texture-max-clamp-s-sgix}, @code{texture-max-clamp-t-sgix},
2410 @code{texture-max-clamp-r-sgix}, @code{texture-lod-bias-s-sgix},
2411 @code{texture-lod-bias-t-sgix}, @code{texture-lod-bias-r-sgix},
2412 @code{post-texture-filter-bias-sgix},
2413 @code{post-texture-filter-scale-sgix}.
2414
2415 @end defmac
2416
2417 @defmac texture-target enum
2418 Enumerated value. The symbolic @var{enum}argument is replaced with its
2419 corresponding numeric value at compile-time. The symbolic arguments
2420 known to this enumerated value form are:
2421
2422 @code{texture-1d}, @code{texture-2d}, @code{proxy-texture-1d},
2423 @code{proxy-texture-2d}, @code{texture-3d-ext},
2424 @code{proxy-texture-3d-ext}, @code{detail-texture-2d-sgis},
2425 @code{texture-4d-sgis}, @code{proxy-texture-4d-sgis},
2426 @code{texture-min-lod-sgis}, @code{texture-max-lod-sgis},
2427 @code{texture-base-level-sgis}, @code{texture-max-level-sgis}.
2428
2429 @end defmac
2430
2431 @defmac texture-wrap-mode enum
2432 Enumerated value. The symbolic @var{enum}argument is replaced with its
2433 corresponding numeric value at compile-time. The symbolic arguments
2434 known to this enumerated value form are:
2435
2436 @code{clamp}, @code{repeat}, @code{clamp-to-border-sgis},
2437 @code{clamp-to-edge-sgis}.
2438
2439 @end defmac
2440
2441 @defmac pixel-internal-format enum
2442 Enumerated value. The symbolic @var{enum}argument is replaced with its
2443 corresponding numeric value at compile-time. The symbolic arguments
2444 known to this enumerated value form are:
2445
2446 @code{r3-g3-b2}, @code{alpha4}, @code{alpha8}, @code{alpha12},
2447 @code{alpha16}, @code{luminance4}, @code{luminance8},
2448 @code{luminance12}, @code{luminance16}, @code{luminance4-alpha4},
2449 @code{luminance6-alpha2}, @code{luminance8-alpha8},
2450 @code{luminance12-alpha4}, @code{luminance12-alpha12},
2451 @code{luminance16-alpha16}, @code{intensity}, @code{intensity4},
2452 @code{intensity8}, @code{intensity12}, @code{intensity16}, @code{rgb4},
2453 @code{rgb5}, @code{rgb8}, @code{rgb10}, @code{rgb12}, @code{rgb16},
2454 @code{rgba2}, @code{rgba4}, @code{rgb5-a1}, @code{rgba8},
2455 @code{rgb10-a2}, @code{rgba12}, @code{rgba16}, @code{rgb2-ext},
2456 @code{dual-alpha4-sgis}, @code{dual-alpha8-sgis},
2457 @code{dual-alpha12-sgis}, @code{dual-alpha16-sgis},
2458 @code{dual-luminance4-sgis}, @code{dual-luminance8-sgis},
2459 @code{dual-luminance12-sgis}, @code{dual-luminance16-sgis},
2460 @code{dual-intensity4-sgis}, @code{dual-intensity8-sgis},
2461 @code{dual-intensity12-sgis}, @code{dual-intensity16-sgis},
2462 @code{dual-luminance-alpha4-sgis}, @code{dual-luminance-alpha8-sgis},
2463 @code{quad-alpha4-sgis}, @code{quad-alpha8-sgis},
2464 @code{quad-luminance4-sgis}, @code{quad-luminance8-sgis},
2465 @code{quad-intensity4-sgis}, @code{quad-intensity8-sgis},
2466 @code{depth-component16-sgix}, @code{depth-component24-sgix},
2467 @code{depth-component32-sgix}.
2468
2469 @end defmac
2470
2471 @defmac oes-rgb-8-rgba-8 enum
2472 Enumerated value. The symbolic @var{enum}argument is replaced with its
2473 corresponding numeric value at compile-time. The symbolic arguments
2474 known to this enumerated value form are:
2475
2476 @code{rgb8}, @code{rgba8}.
2477
2478 @end defmac
2479
2480 @defmac interleaved-array-format enum
2481 Enumerated value. The symbolic @var{enum}argument is replaced with its
2482 corresponding numeric value at compile-time. The symbolic arguments
2483 known to this enumerated value form are:
2484
2485 @code{v2f}, @code{v3f}, @code{c4ub-v2f}, @code{c4ub-v3f},
2486 @code{c3f-v3f}, @code{n3f-v3f}, @code{c4f-n3f-v3f}, @code{t2f-v3f},
2487 @code{t4f-v4f}, @code{t2f-c4ub-v3f}, @code{t2f-c3f-v3f},
2488 @code{t2f-n3f-v3f}, @code{t2f-c4f-n3f-v3f}, @code{t4f-c4f-n3f-v4f}.
2489
2490 @end defmac
2491
2492 @defmac vertex-pointer-type enum
2493 Enumerated value. The symbolic @var{enum}argument is replaced with its
2494 corresponding numeric value at compile-time. The symbolic arguments
2495 known to this enumerated value form are:
2496
2497 @code{short}, @code{int}, @code{float}, @code{double}.
2498
2499 @end defmac
2500
2501 @defmac clip-plane-name enum
2502 Enumerated value. The symbolic @var{enum}argument is replaced with its
2503 corresponding numeric value at compile-time. The symbolic arguments
2504 known to this enumerated value form are:
2505
2506 @code{clip-plane0}, @code{clip-plane1}, @code{clip-plane2},
2507 @code{clip-plane3}, @code{clip-plane4}, @code{clip-plane5}.
2508
2509 @end defmac
2510
2511 @defmac light-name enum
2512 Enumerated value. The symbolic @var{enum}argument is replaced with its
2513 corresponding numeric value at compile-time. The symbolic arguments
2514 known to this enumerated value form are:
2515
2516 @code{light0}, @code{light1}, @code{light2}, @code{light3},
2517 @code{light4}, @code{light5}, @code{light6}, @code{light7},
2518 @code{fragment-light0-sgix}, @code{fragment-light1-sgix},
2519 @code{fragment-light2-sgix}, @code{fragment-light3-sgix},
2520 @code{fragment-light4-sgix}, @code{fragment-light5-sgix},
2521 @code{fragment-light6-sgix}, @code{fragment-light7-sgix}.
2522
2523 @end defmac
2524
2525 @defmac ext-abgr enum
2526 Enumerated value. The symbolic @var{enum}argument is replaced with its
2527 corresponding numeric value at compile-time. The symbolic arguments
2528 known to this enumerated value form are:
2529
2530 @code{abgr-ext}.
2531
2532 @end defmac
2533
2534 @defmac version-1-2 enum
2535 Enumerated value. The symbolic @var{enum}argument is replaced with its
2536 corresponding numeric value at compile-time. The symbolic arguments
2537 known to this enumerated value form are:
2538
2539 @code{constant-color}, @code{one-minus-constant-color},
2540 @code{constant-alpha}, @code{one-minus-constant-alpha},
2541 @code{blend-color}, @code{func-add}, @code{func-add-ext}, @code{min},
2542 @code{min-ext}, @code{max}, @code{max-ext}, @code{blend-equation},
2543 @code{blend-equation-ext}, @code{func-subtract},
2544 @code{func-subtract-ext}, @code{func-reverse-subtract},
2545 @code{func-reverse-subtract-ext}, @code{convolution-1d},
2546 @code{convolution-2d}, @code{separable-2d},
2547 @code{convolution-border-mode}, @code{convolution-filter-scale},
2548 @code{convolution-filter-bias}, @code{reduce},
2549 @code{convolution-format}, @code{convolution-width},
2550 @code{convolution-height}, @code{max-convolution-width},
2551 @code{max-convolution-height}, @code{post-convolution-red-scale},
2552 @code{post-convolution-green-scale}, @code{post-convolution-blue-scale},
2553 @code{post-convolution-alpha-scale}, @code{post-convolution-red-bias},
2554 @code{post-convolution-green-bias}, @code{post-convolution-blue-bias},
2555 @code{post-convolution-alpha-bias}, @code{histogram},
2556 @code{proxy-histogram}, @code{histogram-width}, @code{histogram-format},
2557 @code{histogram-red-size}, @code{histogram-green-size},
2558 @code{histogram-blue-size}, @code{histogram-alpha-size},
2559 @code{histogram-sink}, @code{minmax}, @code{minmax-format},
2560 @code{minmax-sink}, @code{table-too-large}, @code{unsigned-byte-3-3-2},
2561 @code{unsigned-short-4-4-4-4}, @code{unsigned-short-5-5-5-1},
2562 @code{unsigned-int-8-8-8-8}, @code{unsigned-int-10-10-10-2},
2563 @code{unsigned-byte-2-3-3-rev}, @code{unsigned-short-5-6-5},
2564 @code{unsigned-short-5-6-5-rev}, @code{unsigned-short-4-4-4-4-rev},
2565 @code{unsigned-short-1-5-5-5-rev}, @code{unsigned-int-8-8-8-8-rev},
2566 @code{unsigned-int-2-10-10-10-rev}, @code{rescale-normal},
2567 @code{pack-skip-images}, @code{pack-image-height},
2568 @code{unpack-skip-images}, @code{unpack-image-height},
2569 @code{texture-3d}, @code{proxy-texture-3d}, @code{texture-depth},
2570 @code{texture-wrap-r}, @code{max-3d-texture-size}, @code{color-matrix},
2571 @code{color-matrix-stack-depth}, @code{max-color-matrix-stack-depth},
2572 @code{post-color-matrix-red-scale},
2573 @code{post-color-matrix-green-scale},
2574 @code{post-color-matrix-blue-scale},
2575 @code{post-color-matrix-alpha-scale}, @code{post-color-matrix-red-bias},
2576 @code{post-color-matrix-green-bias}, @code{post-color-matrix-blue-bias},
2577 @code{post-color-matrix-alpha-bias}, @code{color-table},
2578 @code{post-convolution-color-table},
2579 @code{post-color-matrix-color-table}, @code{proxy-color-table},
2580 @code{proxy-post-convolution-color-table},
2581 @code{proxy-post-color-matrix-color-table}, @code{color-table-scale},
2582 @code{color-table-bias}, @code{color-table-format},
2583 @code{color-table-width}, @code{color-table-red-size},
2584 @code{color-table-green-size}, @code{color-table-blue-size},
2585 @code{color-table-alpha-size}, @code{color-table-luminance-size},
2586 @code{color-table-intensity-size}, @code{bgr}, @code{bgra},
2587 @code{max-elements-vertices}, @code{max-elements-indices},
2588 @code{clamp-to-edge}, @code{texture-min-lod}, @code{texture-max-lod},
2589 @code{texture-base-level}, @code{texture-max-level},
2590 @code{constant-border}, @code{replicate-border},
2591 @code{convolution-border-color}, @code{light-model-color-control},
2592 @code{single-color}, @code{separate-specular-color},
2593 @code{smooth-point-size-range}, @code{smooth-point-size-granularity},
2594 @code{smooth-line-width-range}, @code{smooth-line-width-granularity},
2595 @code{aliased-point-size-range}, @code{aliased-line-width-range}.
2596
2597 @end defmac
2598
2599 @defmac ext-blend-color enum
2600 Enumerated value. The symbolic @var{enum}argument is replaced with its
2601 corresponding numeric value at compile-time. The symbolic arguments
2602 known to this enumerated value form are:
2603
2604 @code{constant-color-ext}, @code{one-minus-constant-color-ext},
2605 @code{constant-alpha-ext}, @code{one-minus-constant-alpha-ext},
2606 @code{blend-color-ext}.
2607
2608 @end defmac
2609
2610 @defmac ext-blend-minmax enum
2611 Enumerated value. The symbolic @var{enum}argument is replaced with its
2612 corresponding numeric value at compile-time. The symbolic arguments
2613 known to this enumerated value form are:
2614
2615 @code{func-add}, @code{func-add-ext}, @code{min}, @code{min-ext},
2616 @code{max}, @code{max-ext}, @code{blend-equation},
2617 @code{blend-equation-ext}.
2618
2619 @end defmac
2620
2621 @defmac version-2-0 enum
2622 Enumerated value. The symbolic @var{enum}argument is replaced with its
2623 corresponding numeric value at compile-time. The symbolic arguments
2624 known to this enumerated value form are:
2625
2626 @code{blend-equation-rgb}, @code{vertex-attrib-array-enabled},
2627 @code{vertex-attrib-array-size}, @code{vertex-attrib-array-stride},
2628 @code{vertex-attrib-array-type}, @code{current-vertex-attrib},
2629 @code{vertex-program-point-size}, @code{vertex-program-two-side},
2630 @code{vertex-attrib-array-pointer}, @code{stencil-back-func},
2631 @code{stencil-back-fail}, @code{stencil-back-pass-depth-fail},
2632 @code{stencil-back-pass-depth-pass}, @code{stencil-back-fail-ati},
2633 @code{max-draw-buffers}, @code{draw-buffer0}, @code{draw-buffer1},
2634 @code{draw-buffer2}, @code{draw-buffer3}, @code{draw-buffer4},
2635 @code{draw-buffer5}, @code{draw-buffer6}, @code{draw-buffer7},
2636 @code{draw-buffer8}, @code{draw-buffer9}, @code{draw-buffer10},
2637 @code{draw-buffer11}, @code{draw-buffer12}, @code{draw-buffer13},
2638 @code{draw-buffer14}, @code{draw-buffer15}, @code{blend-equation-alpha},
2639 @code{point-sprite}, @code{coord-replace}, @code{max-vertex-attribs},
2640 @code{vertex-attrib-array-normalized}, @code{max-texture-coords},
2641 @code{max-texture-image-units}, @code{fragment-shader},
2642 @code{fragment-shader-arb}, @code{vertex-shader},
2643 @code{vertex-shader-arb}, @code{program-object-arb},
2644 @code{shader-object-arb}, @code{max-fragment-uniform-components},
2645 @code{max-fragment-uniform-components-arb},
2646 @code{max-vertex-uniform-components},
2647 @code{max-vertex-uniform-components-arb}, @code{max-varying-floats},
2648 @code{max-varying-floats-arb}, @code{max-vertex-texture-image-units},
2649 @code{max-vertex-texture-image-units-arb},
2650 @code{max-combined-texture-image-units},
2651 @code{max-combined-texture-image-units-arb}, @code{object-type-arb},
2652 @code{shader-type}, @code{object-subtype-arb}, @code{float-vec2},
2653 @code{float-vec2-arb}, @code{float-vec3}, @code{float-vec3-arb},
2654 @code{float-vec4}, @code{float-vec4-arb}, @code{int-vec2},
2655 @code{int-vec2-arb}, @code{int-vec3}, @code{int-vec3-arb},
2656 @code{int-vec4}, @code{int-vec4-arb}, @code{bool}, @code{bool-arb},
2657 @code{bool-vec2}, @code{bool-vec2-arb}, @code{bool-vec3},
2658 @code{bool-vec3-arb}, @code{bool-vec4}, @code{bool-vec4-arb},
2659 @code{float-mat2}, @code{float-mat2-arb}, @code{float-mat3},
2660 @code{float-mat3-arb}, @code{float-mat4}, @code{float-mat4-arb},
2661 @code{sampler-1d}, @code{sampler-1d-arb}, @code{sampler-2d},
2662 @code{sampler-2d-arb}, @code{sampler-3d}, @code{sampler-3d-arb},
2663 @code{sampler-cube}, @code{sampler-cube-arb}, @code{sampler-1d-shadow},
2664 @code{sampler-1d-shadow-arb}, @code{sampler-2d-shadow},
2665 @code{sampler-2d-shadow-arb}, @code{sampler-2d-rect-arb},
2666 @code{sampler-2d-rect-shadow-arb}, @code{float-mat-2x-3},
2667 @code{float-mat-2x-4}, @code{float-mat-3x-2}, @code{float-mat-3x-4},
2668 @code{float-mat-4x-2}, @code{float-mat-4x-3}, @code{delete-status},
2669 @code{object-delete-status-arb}, @code{compile-status},
2670 @code{object-compile-status-arb}, @code{link-status},
2671 @code{object-link-status-arb}, @code{validate-status},
2672 @code{object-validate-status-arb}, @code{info-log-length},
2673 @code{object-info-log-length-arb}, @code{attached-shaders},
2674 @code{object-attached-objects-arb}, @code{active-uniforms},
2675 @code{object-active-uniforms-arb}, @code{active-uniform-max-length},
2676 @code{object-active-uniform-max-length-arb},
2677 @code{shader-source-length}, @code{object-shader-source-length-arb},
2678 @code{active-attributes}, @code{object-active-attributes-arb},
2679 @code{active-attribute-max-length},
2680 @code{object-active-attribute-max-length-arb},
2681 @code{fragment-shader-derivative-hint},
2682 @code{fragment-shader-derivative-hint-arb},
2683 @code{shading-language-version}, @code{shading-language-version-arb},
2684 @code{current-program}, @code{point-sprite-coord-origin},
2685 @code{lower-left}, @code{upper-left}, @code{stencil-back-ref},
2686 @code{stencil-back-value-mask}, @code{stencil-back-writemask}.
2687
2688 @end defmac
2689
2690 @defmac ext-blend-equation-separate enum
2691 Enumerated value. The symbolic @var{enum}argument is replaced with its
2692 corresponding numeric value at compile-time. The symbolic arguments
2693 known to this enumerated value form are:
2694
2695 @code{blend-equation-rgb-ext}, @code{blend-equation-alpha-ext}.
2696
2697 @end defmac
2698
2699 @defmac oes-blend-equation-separate enum
2700 Enumerated value. The symbolic @var{enum}argument is replaced with its
2701 corresponding numeric value at compile-time. The symbolic arguments
2702 known to this enumerated value form are:
2703
2704 @code{blend-equation-rgb-oes}, @code{blend-equation-alpha-oes}.
2705
2706 @end defmac
2707
2708 @defmac ext-blend-subtract enum
2709 Enumerated value. The symbolic @var{enum}argument is replaced with its
2710 corresponding numeric value at compile-time. The symbolic arguments
2711 known to this enumerated value form are:
2712
2713 @code{func-subtract}, @code{func-subtract-ext},
2714 @code{func-reverse-subtract}, @code{func-reverse-subtract-ext}.
2715
2716 @end defmac
2717
2718 @defmac oes-blend-subtract enum
2719 Enumerated value. The symbolic @var{enum}argument is replaced with its
2720 corresponding numeric value at compile-time. The symbolic arguments
2721 known to this enumerated value form are:
2722
2723 @code{func-add-oes}, @code{blend-equation-oes},
2724 @code{func-subtract-oes}, @code{func-reverse-subtract-oes}.
2725
2726 @end defmac
2727
2728 @defmac ext-cmyka enum
2729 Enumerated value. The symbolic @var{enum}argument is replaced with its
2730 corresponding numeric value at compile-time. The symbolic arguments
2731 known to this enumerated value form are:
2732
2733 @code{cmyk-ext}, @code{cmyka-ext}, @code{pack-cmyk-hint-ext},
2734 @code{unpack-cmyk-hint-ext}.
2735
2736 @end defmac
2737
2738 @defmac ext-convolution enum
2739 Enumerated value. The symbolic @var{enum}argument is replaced with its
2740 corresponding numeric value at compile-time. The symbolic arguments
2741 known to this enumerated value form are:
2742
2743 @code{convolution-1d-ext}, @code{convolution-2d-ext},
2744 @code{separable-2d-ext}, @code{convolution-border-mode-ext},
2745 @code{convolution-filter-scale-ext}, @code{convolution-filter-bias-ext},
2746 @code{reduce-ext}, @code{convolution-format-ext},
2747 @code{convolution-width-ext}, @code{convolution-height-ext},
2748 @code{max-convolution-width-ext}, @code{max-convolution-height-ext},
2749 @code{post-convolution-red-scale-ext},
2750 @code{post-convolution-green-scale-ext},
2751 @code{post-convolution-blue-scale-ext},
2752 @code{post-convolution-alpha-scale-ext},
2753 @code{post-convolution-red-bias-ext},
2754 @code{post-convolution-green-bias-ext},
2755 @code{post-convolution-blue-bias-ext},
2756 @code{post-convolution-alpha-bias-ext}.
2757
2758 @end defmac
2759
2760 @defmac ext-histogram enum
2761 Enumerated value. The symbolic @var{enum}argument is replaced with its
2762 corresponding numeric value at compile-time. The symbolic arguments
2763 known to this enumerated value form are:
2764
2765 @code{histogram-ext}, @code{proxy-histogram-ext},
2766 @code{histogram-width-ext}, @code{histogram-format-ext},
2767 @code{histogram-red-size-ext}, @code{histogram-green-size-ext},
2768 @code{histogram-blue-size-ext}, @code{histogram-alpha-size-ext},
2769 @code{histogram-luminance-size}, @code{histogram-luminance-size-ext},
2770 @code{histogram-sink-ext}, @code{minmax-ext}, @code{minmax-format-ext},
2771 @code{minmax-sink-ext}, @code{table-too-large-ext}.
2772
2773 @end defmac
2774
2775 @defmac ext-packed-pixels enum
2776 Enumerated value. The symbolic @var{enum}argument is replaced with its
2777 corresponding numeric value at compile-time. The symbolic arguments
2778 known to this enumerated value form are:
2779
2780 @code{unsigned-byte-3-3-2-ext}, @code{unsigned-short-4-4-4-4-ext},
2781 @code{unsigned-short-5-5-5-1-ext}, @code{unsigned-int-8-8-8-8-ext},
2782 @code{unsigned-int-10-10-10-2-ext}, @code{unsigned-byte-2-3-3-rev-ext},
2783 @code{unsigned-short-5-6-5-ext}, @code{unsigned-short-5-6-5-rev-ext},
2784 @code{unsigned-short-4-4-4-4-rev-ext},
2785 @code{unsigned-short-1-5-5-5-rev-ext},
2786 @code{unsigned-int-8-8-8-8-rev-ext},
2787 @code{unsigned-int-2-10-10-10-rev-ext}.
2788
2789 @end defmac
2790
2791 @defmac ext-texture-type-2-10-10-10-rev enum
2792 Enumerated value. The symbolic @var{enum}argument is replaced with its
2793 corresponding numeric value at compile-time. The symbolic arguments
2794 known to this enumerated value form are:
2795
2796 @code{polygon-offset-ext}, @code{polygon-offset-factor-ext},
2797 @code{polygon-offset-bias-ext}.
2798
2799 @end defmac
2800
2801 @defmac ext-polygon-offset enum
2802 Enumerated value. The symbolic @var{enum}argument is replaced with its
2803 corresponding numeric value at compile-time. The symbolic arguments
2804 known to this enumerated value form are:
2805
2806 @code{polygon-offset-ext}, @code{polygon-offset-factor-ext},
2807 @code{polygon-offset-bias-ext}.
2808
2809 @end defmac
2810
2811 @defmac ext-rescale-normal enum
2812 Enumerated value. The symbolic @var{enum}argument is replaced with its
2813 corresponding numeric value at compile-time. The symbolic arguments
2814 known to this enumerated value form are:
2815
2816 @code{rescale-normal-ext}.
2817
2818 @end defmac
2819
2820 @defmac ext-texture enum
2821 Enumerated value. The symbolic @var{enum}argument is replaced with its
2822 corresponding numeric value at compile-time. The symbolic arguments
2823 known to this enumerated value form are:
2824
2825 @code{alpha4-ext}, @code{alpha8-ext}, @code{alpha12-ext},
2826 @code{alpha16-ext}, @code{luminance4-ext}, @code{luminance8-ext},
2827 @code{luminance12-ext}, @code{luminance16-ext},
2828 @code{luminance4-alpha4-ext}, @code{luminance6-alpha2-ext},
2829 @code{luminance8-alpha8-ext}, @code{luminance12-alpha4-ext},
2830 @code{luminance12-alpha12-ext}, @code{luminance16-alpha16-ext},
2831 @code{intensity-ext}, @code{intensity4-ext}, @code{intensity8-ext},
2832 @code{intensity12-ext}, @code{intensity16-ext}, @code{rgb2-ext},
2833 @code{rgb4-ext}, @code{rgb5-ext}, @code{rgb8-ext}, @code{rgb10-ext},
2834 @code{rgb12-ext}, @code{rgb16-ext}, @code{rgba2-ext}, @code{rgba4-ext},
2835 @code{rgb5-a1-ext}, @code{rgba8-ext}, @code{rgb10-a2-ext},
2836 @code{rgba12-ext}, @code{rgba16-ext}, @code{texture-red-size-ext},
2837 @code{texture-green-size-ext}, @code{texture-blue-size-ext},
2838 @code{texture-alpha-size-ext}, @code{texture-luminance-size-ext},
2839 @code{texture-intensity-size-ext}, @code{replace-ext},
2840 @code{proxy-texture-1d-ext}, @code{proxy-texture-2d-ext},
2841 @code{texture-too-large-ext}.
2842
2843 @end defmac
2844
2845 @defmac ext-texture-object enum
2846 Enumerated value. The symbolic @var{enum}argument is replaced with its
2847 corresponding numeric value at compile-time. The symbolic arguments
2848 known to this enumerated value form are:
2849
2850 @code{texture-priority-ext}, @code{texture-resident-ext},
2851 @code{texture-1d-binding-ext}, @code{texture-2d-binding-ext},
2852 @code{texture-3d-binding-ext}.
2853
2854 @end defmac
2855
2856 @defmac ext-texture-3d enum
2857 Enumerated value. The symbolic @var{enum}argument is replaced with its
2858 corresponding numeric value at compile-time. The symbolic arguments
2859 known to this enumerated value form are:
2860
2861 @code{pack-skip-images-ext}, @code{pack-image-height-ext},
2862 @code{unpack-skip-images-ext}, @code{unpack-image-height-ext},
2863 @code{texture-3d-ext}, @code{proxy-texture-3d-ext},
2864 @code{texture-depth-ext}, @code{texture-wrap-r-ext},
2865 @code{max-3d-texture-size-ext}.
2866
2867 @end defmac
2868
2869 @defmac oes-texture-3d enum
2870 Enumerated value. The symbolic @var{enum}argument is replaced with its
2871 corresponding numeric value at compile-time. The symbolic arguments
2872 known to this enumerated value form are:
2873
2874 @code{texture-3d-binding-oes}, @code{texture-3d-oes},
2875 @code{texture-wrap-r-oes}, @code{max-3d-texture-size-oes},
2876 @code{sampler-3d-oes},
2877 @code{framebuffer-attachment-texture-3d-zoffset-oes}.
2878
2879 @end defmac
2880
2881 @defmac ext-vertex-array enum
2882 Enumerated value. The symbolic @var{enum}argument is replaced with its
2883 corresponding numeric value at compile-time. The symbolic arguments
2884 known to this enumerated value form are:
2885
2886 @code{vertex-array-ext}, @code{normal-array-ext},
2887 @code{color-array-ext}, @code{index-array-ext},
2888 @code{texture-coord-array-ext}, @code{edge-flag-array-ext},
2889 @code{vertex-array-size-ext}, @code{vertex-array-type-ext},
2890 @code{vertex-array-stride-ext}, @code{vertex-array-count-ext},
2891 @code{normal-array-type-ext}, @code{normal-array-stride-ext},
2892 @code{normal-array-count-ext}, @code{color-array-size-ext},
2893 @code{color-array-type-ext}, @code{color-array-stride-ext},
2894 @code{color-array-count-ext}, @code{index-array-type-ext},
2895 @code{index-array-stride-ext}, @code{index-array-count-ext},
2896 @code{texture-coord-array-size-ext},
2897 @code{texture-coord-array-type-ext},
2898 @code{texture-coord-array-stride-ext},
2899 @code{texture-coord-array-count-ext}, @code{edge-flag-array-stride-ext},
2900 @code{edge-flag-array-count-ext}, @code{vertex-array-pointer-ext},
2901 @code{normal-array-pointer-ext}, @code{color-array-pointer-ext},
2902 @code{index-array-pointer-ext}, @code{texture-coord-array-pointer-ext},
2903 @code{edge-flag-array-pointer-ext}.
2904
2905 @end defmac
2906
2907 @defmac sgix-interlace enum
2908 Enumerated value. The symbolic @var{enum}argument is replaced with its
2909 corresponding numeric value at compile-time. The symbolic arguments
2910 known to this enumerated value form are:
2911
2912 @code{interlace-sgix}.
2913
2914 @end defmac
2915
2916 @defmac sgis-detail-texture enum
2917 Enumerated value. The symbolic @var{enum}argument is replaced with its
2918 corresponding numeric value at compile-time. The symbolic arguments
2919 known to this enumerated value form are:
2920
2921 @code{detail-texture-2d-sgis}, @code{detail-texture-2d-binding-sgis},
2922 @code{linear-detail-sgis}, @code{linear-detail-alpha-sgis},
2923 @code{linear-detail-color-sgis}, @code{detail-texture-level-sgis},
2924 @code{detail-texture-mode-sgis}, @code{detail-texture-func-points-sgis}.
2925
2926 @end defmac
2927
2928 @defmac sgis-multisample enum
2929 Enumerated value. The symbolic @var{enum}argument is replaced with its
2930 corresponding numeric value at compile-time. The symbolic arguments
2931 known to this enumerated value form are:
2932
2933 @code{multisample-sgis}, @code{sample-alpha-to-mask-sgis},
2934 @code{sample-alpha-to-one-sgis}, @code{sample-mask-sgis},
2935 @code{1pass-sgis}, @code{2pass-0-sgis}, @code{2pass-1-sgis},
2936 @code{4pass-0-sgis}, @code{4pass-1-sgis}, @code{4pass-2-sgis},
2937 @code{4pass-3-sgis}, @code{sample-buffers-sgis}, @code{samples-sgis},
2938 @code{sample-mask-value-sgis}, @code{sample-mask-invert-sgis},
2939 @code{sample-pattern-sgis}.
2940
2941 @end defmac
2942
2943 @defmac nv-multisample-coverage enum
2944 Enumerated value. The symbolic @var{enum}argument is replaced with its
2945 corresponding numeric value at compile-time. The symbolic arguments
2946 known to this enumerated value form are:
2947
2948 @code{coverage-samples-nv}, @code{color-samples-nv}.
2949
2950 @end defmac
2951
2952 @defmac sgis-sharpen-texture enum
2953 Enumerated value. The symbolic @var{enum}argument is replaced with its
2954 corresponding numeric value at compile-time. The symbolic arguments
2955 known to this enumerated value form are:
2956
2957 @code{linear-sharpen-sgis}, @code{linear-sharpen-alpha-sgis},
2958 @code{linear-sharpen-color-sgis},
2959 @code{sharpen-texture-func-points-sgis}.
2960
2961 @end defmac
2962
2963 @defmac sgi-color-matrix enum
2964 Enumerated value. The symbolic @var{enum}argument is replaced with its
2965 corresponding numeric value at compile-time. The symbolic arguments
2966 known to this enumerated value form are:
2967
2968 @code{color-matrix-sgi}, @code{color-matrix-stack-depth-sgi},
2969 @code{max-color-matrix-stack-depth-sgi},
2970 @code{post-color-matrix-red-scale-sgi},
2971 @code{post-color-matrix-green-scale-sgi},
2972 @code{post-color-matrix-blue-scale-sgi},
2973 @code{post-color-matrix-alpha-scale-sgi},
2974 @code{post-color-matrix-red-bias-sgi},
2975 @code{post-color-matrix-green-bias-sgi},
2976 @code{post-color-matrix-blue-bias-sgi},
2977 @code{post-color-matrix-alpha-bias-sgi}.
2978
2979 @end defmac
2980
2981 @defmac sgi-texture-color-table enum
2982 Enumerated value. The symbolic @var{enum}argument is replaced with its
2983 corresponding numeric value at compile-time. The symbolic arguments
2984 known to this enumerated value form are:
2985
2986 @code{texture-color-table-sgi}, @code{proxy-texture-color-table-sgi}.
2987
2988 @end defmac
2989
2990 @defmac sgix-texture-add-env enum
2991 Enumerated value. The symbolic @var{enum}argument is replaced with its
2992 corresponding numeric value at compile-time. The symbolic arguments
2993 known to this enumerated value form are:
2994
2995 @code{texture-env-bias-sgix}.
2996
2997 @end defmac
2998
2999 @defmac sgix-shadow-ambient enum
3000 Enumerated value. The symbolic @var{enum}argument is replaced with its
3001 corresponding numeric value at compile-time. The symbolic arguments
3002 known to this enumerated value form are:
3003
3004 @code{shadow-ambient-sgix}.
3005
3006 @end defmac
3007
3008 @defmac version-1-4 enum
3009 Enumerated value. The symbolic @var{enum}argument is replaced with its
3010 corresponding numeric value at compile-time. The symbolic arguments
3011 known to this enumerated value form are:
3012
3013 @code{blend-dst-rgb}, @code{blend-src-rgb}, @code{blend-dst-alpha},
3014 @code{blend-src-alpha}, @code{point-size-min}, @code{point-size-max},
3015 @code{point-fade-threshold-size}, @code{point-distance-attenuation},
3016 @code{generate-mipmap}, @code{generate-mipmap-hint},
3017 @code{depth-component16}, @code{depth-component24},
3018 @code{depth-component32}, @code{mirrored-repeat},
3019 @code{fog-coordinate-source}, @code{fog-coordinate},
3020 @code{fragment-depth}, @code{current-fog-coordinate},
3021 @code{fog-coordinate-array-type}, @code{fog-coordinate-array-stride},
3022 @code{fog-coordinate-array-pointer}, @code{fog-coordinate-array},
3023 @code{color-sum}, @code{current-secondary-color},
3024 @code{secondary-color-array-size}, @code{secondary-color-array-type},
3025 @code{secondary-color-array-stride},
3026 @code{secondary-color-array-pointer}, @code{secondary-color-array},
3027 @code{max-texture-lod-bias}, @code{texture-filter-control},
3028 @code{texture-lod-bias}, @code{incr-wrap}, @code{decr-wrap},
3029 @code{texture-depth-size}, @code{depth-texture-mode},
3030 @code{texture-compare-mode}, @code{texture-compare-func},
3031 @code{compare-r-to-texture}.
3032
3033 @end defmac
3034
3035 @defmac ext-blend-func-separate enum
3036 Enumerated value. The symbolic @var{enum}argument is replaced with its
3037 corresponding numeric value at compile-time. The symbolic arguments
3038 known to this enumerated value form are:
3039
3040 @code{blend-dst-rgb-ext}, @code{blend-src-rgb-ext},
3041 @code{blend-dst-alpha-ext}, @code{blend-src-alpha-ext}.
3042
3043 @end defmac
3044
3045 @defmac oes-blend-func-separate enum
3046 Enumerated value. The symbolic @var{enum}argument is replaced with its
3047 corresponding numeric value at compile-time. The symbolic arguments
3048 known to this enumerated value form are:
3049
3050 @code{blend-dst-rgb-oes}, @code{blend-src-rgb-oes},
3051 @code{blend-dst-alpha-oes}, @code{blend-src-alpha-oes}.
3052
3053 @end defmac
3054
3055 @defmac ext-422-pixels enum
3056 Enumerated value. The symbolic @var{enum}argument is replaced with its
3057 corresponding numeric value at compile-time. The symbolic arguments
3058 known to this enumerated value form are:
3059
3060 @code{422-ext}, @code{422-rev-ext}, @code{422-average-ext},
3061 @code{422-rev-average-ext}.
3062
3063 @end defmac
3064
3065 @defmac sgi-color-table enum
3066 Enumerated value. The symbolic @var{enum}argument is replaced with its
3067 corresponding numeric value at compile-time. The symbolic arguments
3068 known to this enumerated value form are:
3069
3070 @code{color-table-sgi}, @code{post-convolution-color-table-sgi},
3071 @code{post-color-matrix-color-table-sgi}, @code{proxy-color-table-sgi},
3072 @code{proxy-post-convolution-color-table-sgi},
3073 @code{proxy-post-color-matrix-color-table-sgi},
3074 @code{color-table-scale-sgi}, @code{color-table-bias-sgi},
3075 @code{color-table-format-sgi}, @code{color-table-width-sgi},
3076 @code{color-table-red-size-sgi}, @code{color-table-green-size-sgi},
3077 @code{color-table-blue-size-sgi}, @code{color-table-alpha-size-sgi},
3078 @code{color-table-luminance-size-sgi},
3079 @code{color-table-intensity-size-sgi}.
3080
3081 @end defmac
3082
3083 @defmac arb-vertex-array-bgra enum
3084 Enumerated value. The symbolic @var{enum}argument is replaced with its
3085 corresponding numeric value at compile-time. The symbolic arguments
3086 known to this enumerated value form are:
3087
3088 @code{bgr-ext}, @code{bgra-ext}.
3089
3090 @end defmac
3091
3092 @defmac ext-bgra enum
3093 Enumerated value. The symbolic @var{enum}argument is replaced with its
3094 corresponding numeric value at compile-time. The symbolic arguments
3095 known to this enumerated value form are:
3096
3097 @code{bgr-ext}, @code{bgra-ext}.
3098
3099 @end defmac
3100
3101 @defmac sgis-texture-select enum
3102 Enumerated value. The symbolic @var{enum}argument is replaced with its
3103 corresponding numeric value at compile-time. The symbolic arguments
3104 known to this enumerated value form are:
3105
3106 @code{dual-alpha4-sgis}, @code{dual-alpha8-sgis},
3107 @code{dual-alpha12-sgis}, @code{dual-alpha16-sgis},
3108 @code{dual-luminance4-sgis}, @code{dual-luminance8-sgis},
3109 @code{dual-luminance12-sgis}, @code{dual-luminance16-sgis},
3110 @code{dual-intensity4-sgis}, @code{dual-intensity8-sgis},
3111 @code{dual-intensity12-sgis}, @code{dual-intensity16-sgis},
3112 @code{dual-luminance-alpha4-sgis}, @code{dual-luminance-alpha8-sgis},
3113 @code{quad-alpha4-sgis}, @code{quad-alpha8-sgis},
3114 @code{quad-luminance4-sgis}, @code{quad-luminance8-sgis},
3115 @code{quad-intensity4-sgis}, @code{quad-intensity8-sgis},
3116 @code{dual-texture-select-sgis}, @code{quad-texture-select-sgis}.
3117
3118 @end defmac
3119
3120 @defmac arb-point-parameters enum
3121 Enumerated value. The symbolic @var{enum}argument is replaced with its
3122 corresponding numeric value at compile-time. The symbolic arguments
3123 known to this enumerated value form are:
3124
3125 @code{point-size-min-arb}, @code{point-size-max-arb},
3126 @code{point-fade-threshold-size-arb},
3127 @code{point-distance-attenuation-arb}.
3128
3129 @end defmac
3130
3131 @defmac ext-point-parameters enum
3132 Enumerated value. The symbolic @var{enum}argument is replaced with its
3133 corresponding numeric value at compile-time. The symbolic arguments
3134 known to this enumerated value form are:
3135
3136 @code{point-size-min-ext}, @code{point-size-max-ext},
3137 @code{point-fade-threshold-size-ext}, @code{distance-attenuation-ext}.
3138
3139 @end defmac
3140
3141 @defmac sgis-point-parameters enum
3142 Enumerated value. The symbolic @var{enum}argument is replaced with its
3143 corresponding numeric value at compile-time. The symbolic arguments
3144 known to this enumerated value form are:
3145
3146 @code{point-size-min-sgis}, @code{point-size-max-sgis},
3147 @code{point-fade-threshold-size-sgis}, @code{distance-attenuation-sgis}.
3148
3149 @end defmac
3150
3151 @defmac sgis-fog-function enum
3152 Enumerated value. The symbolic @var{enum}argument is replaced with its
3153 corresponding numeric value at compile-time. The symbolic arguments
3154 known to this enumerated value form are:
3155
3156 @code{fog-func-sgis}, @code{fog-func-points-sgis},
3157 @code{max-fog-func-points-sgis}.
3158
3159 @end defmac
3160
3161 @defmac arb-texture-border-clamp enum
3162 Enumerated value. The symbolic @var{enum}argument is replaced with its
3163 corresponding numeric value at compile-time. The symbolic arguments
3164 known to this enumerated value form are:
3165
3166 @code{clamp-to-border-arb}.
3167
3168 @end defmac
3169
3170 @defmac sgis-texture-border-clamp enum
3171 Enumerated value. The symbolic @var{enum}argument is replaced with its
3172 corresponding numeric value at compile-time. The symbolic arguments
3173 known to this enumerated value form are:
3174
3175 @code{clamp-to-border-sgis}.
3176
3177 @end defmac
3178
3179 @defmac sgix-texture-multi-buffer enum
3180 Enumerated value. The symbolic @var{enum}argument is replaced with its
3181 corresponding numeric value at compile-time. The symbolic arguments
3182 known to this enumerated value form are:
3183
3184 @code{texture-multi-buffer-hint-sgix}.
3185
3186 @end defmac
3187
3188 @defmac sgis-texture-edge-clamp enum
3189 Enumerated value. The symbolic @var{enum}argument is replaced with its
3190 corresponding numeric value at compile-time. The symbolic arguments
3191 known to this enumerated value form are:
3192
3193 @code{clamp-to-edge-sgis}.
3194
3195 @end defmac
3196
3197 @defmac sgis-texture-4d enum
3198 Enumerated value. The symbolic @var{enum}argument is replaced with its
3199 corresponding numeric value at compile-time. The symbolic arguments
3200 known to this enumerated value form are:
3201
3202 @code{pack-skip-volumes-sgis}, @code{pack-image-depth-sgis},
3203 @code{unpack-skip-volumes-sgis}, @code{unpack-image-depth-sgis},
3204 @code{texture-4d-sgis}, @code{proxy-texture-4d-sgis},
3205 @code{texture-4dsize-sgis}, @code{texture-wrap-q-sgis},
3206 @code{max-4d-texture-size-sgis}, @code{texture-4d-binding-sgis}.
3207
3208 @end defmac
3209
3210 @defmac sgix-pixel-texture enum
3211 Enumerated value. The symbolic @var{enum}argument is replaced with its
3212 corresponding numeric value at compile-time. The symbolic arguments
3213 known to this enumerated value form are:
3214
3215 @code{pixel-tex-gen-sgix}, @code{pixel-tex-gen-mode-sgix}.
3216
3217 @end defmac
3218
3219 @defmac sgis-texture-lod enum
3220 Enumerated value. The symbolic @var{enum}argument is replaced with its
3221 corresponding numeric value at compile-time. The symbolic arguments
3222 known to this enumerated value form are:
3223
3224 @code{texture-min-lod-sgis}, @code{texture-max-lod-sgis},
3225 @code{texture-base-level-sgis}, @code{texture-max-level-sgis}.
3226
3227 @end defmac
3228
3229 @defmac sgix-pixel-tiles enum
3230 Enumerated value. The symbolic @var{enum}argument is replaced with its
3231 corresponding numeric value at compile-time. The symbolic arguments
3232 known to this enumerated value form are:
3233
3234 @code{pixel-tile-best-alignment-sgix},
3235 @code{pixel-tile-cache-increment-sgix}, @code{pixel-tile-width-sgix},
3236 @code{pixel-tile-height-sgix}, @code{pixel-tile-grid-width-sgix},
3237 @code{pixel-tile-grid-height-sgix}, @code{pixel-tile-grid-depth-sgix},
3238 @code{pixel-tile-cache-size-sgix}.
3239
3240 @end defmac
3241
3242 @defmac sgis-texture-filter-4 enum
3243 Enumerated value. The symbolic @var{enum}argument is replaced with its
3244 corresponding numeric value at compile-time. The symbolic arguments
3245 known to this enumerated value form are:
3246
3247 @code{filter4-sgis}, @code{texture-filter4-size-sgis}.
3248
3249 @end defmac
3250
3251 @defmac sgix-sprite enum
3252 Enumerated value. The symbolic @var{enum}argument is replaced with its
3253 corresponding numeric value at compile-time. The symbolic arguments
3254 known to this enumerated value form are:
3255
3256 @code{sprite-sgix}, @code{sprite-mode-sgix}, @code{sprite-axis-sgix},
3257 @code{sprite-translation-sgix}, @code{sprite-axial-sgix},
3258 @code{sprite-object-aligned-sgix}, @code{sprite-eye-aligned-sgix}.
3259
3260 @end defmac
3261
3262 @defmac hp-convolution-border-modes enum
3263 Enumerated value. The symbolic @var{enum}argument is replaced with its
3264 corresponding numeric value at compile-time. The symbolic arguments
3265 known to this enumerated value form are:
3266
3267 @code{ignore-border-hp}, @code{constant-border-hp},
3268 @code{replicate-border-hp}, @code{convolution-border-color-hp}.
3269
3270 @end defmac
3271
3272 @defmac sgix-clipmap enum
3273 Enumerated value. The symbolic @var{enum}argument is replaced with its
3274 corresponding numeric value at compile-time. The symbolic arguments
3275 known to this enumerated value form are:
3276
3277 @code{linear-clipmap-linear-sgix}, @code{texture-clipmap-center-sgix},
3278 @code{texture-clipmap-frame-sgix}, @code{texture-clipmap-offset-sgix},
3279 @code{texture-clipmap-virtual-depth-sgix},
3280 @code{texture-clipmap-lod-offset-sgix},
3281 @code{texture-clipmap-depth-sgix}, @code{max-clipmap-depth-sgix},
3282 @code{max-clipmap-virtual-depth-sgix},
3283 @code{nearest-clipmap-nearest-sgix}, @code{nearest-clipmap-linear-sgix},
3284 @code{linear-clipmap-nearest-sgix}.
3285
3286 @end defmac
3287
3288 @defmac sgix-texture-scale-bias enum
3289 Enumerated value. The symbolic @var{enum}argument is replaced with its
3290 corresponding numeric value at compile-time. The symbolic arguments
3291 known to this enumerated value form are:
3292
3293 @code{post-texture-filter-bias-sgix},
3294 @code{post-texture-filter-scale-sgix},
3295 @code{post-texture-filter-bias-range-sgix},
3296 @code{post-texture-filter-scale-range-sgix}.
3297
3298 @end defmac
3299
3300 @defmac sgix-reference-plane enum
3301 Enumerated value. The symbolic @var{enum}argument is replaced with its
3302 corresponding numeric value at compile-time. The symbolic arguments
3303 known to this enumerated value form are:
3304
3305 @code{reference-plane-sgix}, @code{reference-plane-equation-sgix}.
3306
3307 @end defmac
3308
3309 @defmac sgix-ir-instrument-1 enum
3310 Enumerated value. The symbolic @var{enum}argument is replaced with its
3311 corresponding numeric value at compile-time. The symbolic arguments
3312 known to this enumerated value form are:
3313
3314 @code{ir-instrument1-sgix}.
3315
3316 @end defmac
3317
3318 @defmac sgix-instruments enum
3319 Enumerated value. The symbolic @var{enum}argument is replaced with its
3320 corresponding numeric value at compile-time. The symbolic arguments
3321 known to this enumerated value form are:
3322
3323 @code{instrument-buffer-pointer-sgix},
3324 @code{instrument-measurements-sgix}.
3325
3326 @end defmac
3327
3328 @defmac sgix-list-priority enum
3329 Enumerated value. The symbolic @var{enum}argument is replaced with its
3330 corresponding numeric value at compile-time. The symbolic arguments
3331 known to this enumerated value form are:
3332
3333 @code{list-priority-sgix}.
3334
3335 @end defmac
3336
3337 @defmac sgix-calligraphic-fragment enum
3338 Enumerated value. The symbolic @var{enum}argument is replaced with its
3339 corresponding numeric value at compile-time. The symbolic arguments
3340 known to this enumerated value form are:
3341
3342 @code{calligraphic-fragment-sgix}.
3343
3344 @end defmac
3345
3346 @defmac sgix-impact-pixel-texture enum
3347 Enumerated value. The symbolic @var{enum}argument is replaced with its
3348 corresponding numeric value at compile-time. The symbolic arguments
3349 known to this enumerated value form are:
3350
3351 @code{pixel-tex-gen-q-ceiling-sgix}, @code{pixel-tex-gen-q-round-sgix},
3352 @code{pixel-tex-gen-q-floor-sgix},
3353 @code{pixel-tex-gen-alpha-replace-sgix},
3354 @code{pixel-tex-gen-alpha-no-replace-sgix},
3355 @code{pixel-tex-gen-alpha-ls-sgix}, @code{pixel-tex-gen-alpha-ms-sgix}.
3356
3357 @end defmac
3358
3359 @defmac sgix-framezoom enum
3360 Enumerated value. The symbolic @var{enum}argument is replaced with its
3361 corresponding numeric value at compile-time. The symbolic arguments
3362 known to this enumerated value form are:
3363
3364 @code{framezoom-sgix}, @code{framezoom-factor-sgix},
3365 @code{max-framezoom-factor-sgix}.
3366
3367 @end defmac
3368
3369 @defmac sgix-texture-lod-bias enum
3370 Enumerated value. The symbolic @var{enum}argument is replaced with its
3371 corresponding numeric value at compile-time. The symbolic arguments
3372 known to this enumerated value form are:
3373
3374 @code{texture-lod-bias-s-sgix}, @code{texture-lod-bias-t-sgix},
3375 @code{texture-lod-bias-r-sgix}.
3376
3377 @end defmac
3378
3379 @defmac sgis-generate-mipmap enum
3380 Enumerated value. The symbolic @var{enum}argument is replaced with its
3381 corresponding numeric value at compile-time. The symbolic arguments
3382 known to this enumerated value form are:
3383
3384 @code{generate-mipmap-sgis}, @code{generate-mipmap-hint-sgis}.
3385
3386 @end defmac
3387
3388 @defmac sgix-polynomial-ffd enum
3389 Enumerated value. The symbolic @var{enum}argument is replaced with its
3390 corresponding numeric value at compile-time. The symbolic arguments
3391 known to this enumerated value form are:
3392
3393 @code{geometry-deformation-sgix}, @code{texture-deformation-sgix},
3394 @code{deformations-mask-sgix}, @code{max-deformation-order-sgix}.
3395
3396 @end defmac
3397
3398 @defmac sgix-fog-offset enum
3399 Enumerated value. The symbolic @var{enum}argument is replaced with its
3400 corresponding numeric value at compile-time. The symbolic arguments
3401 known to this enumerated value form are:
3402
3403 @code{fog-offset-sgix}, @code{fog-offset-value-sgix}.
3404
3405 @end defmac
3406
3407 @defmac sgix-shadow enum
3408 Enumerated value. The symbolic @var{enum}argument is replaced with its
3409 corresponding numeric value at compile-time. The symbolic arguments
3410 known to this enumerated value form are:
3411
3412 @code{texture-compare-sgix}, @code{texture-compare-operator-sgix},
3413 @code{texture-lequal-r-sgix}, @code{texture-gequal-r-sgix}.
3414
3415 @end defmac
3416
3417 @defmac arb-depth-texture enum
3418 Enumerated value. The symbolic @var{enum}argument is replaced with its
3419 corresponding numeric value at compile-time. The symbolic arguments
3420 known to this enumerated value form are:
3421
3422 @code{depth-component16-arb}, @code{depth-component24-arb},
3423 @code{depth-component32-arb}, @code{texture-depth-size-arb},
3424 @code{depth-texture-mode-arb}.
3425
3426 @end defmac
3427
3428 @defmac sgix-depth-texture enum
3429 Enumerated value. The symbolic @var{enum}argument is replaced with its
3430 corresponding numeric value at compile-time. The symbolic arguments
3431 known to this enumerated value form are:
3432
3433 @code{depth-component16-sgix}, @code{depth-component24-sgix},
3434 @code{depth-component32-sgix}.
3435
3436 @end defmac
3437
3438 @defmac oes-depth-24 enum
3439 Enumerated value. The symbolic @var{enum}argument is replaced with its
3440 corresponding numeric value at compile-time. The symbolic arguments
3441 known to this enumerated value form are:
3442
3443 @code{depth-component24-oes}.
3444
3445 @end defmac
3446
3447 @defmac oes-depth-32 enum
3448 Enumerated value. The symbolic @var{enum}argument is replaced with its
3449 corresponding numeric value at compile-time. The symbolic arguments
3450 known to this enumerated value form are:
3451
3452 @code{depth-component32-oes}.
3453
3454 @end defmac
3455
3456 @defmac ext-compiled-vertex-array enum
3457 Enumerated value. The symbolic @var{enum}argument is replaced with its
3458 corresponding numeric value at compile-time. The symbolic arguments
3459 known to this enumerated value form are:
3460
3461 @code{array-element-lock-first-ext},
3462 @code{array-element-lock-count-ext}.
3463
3464 @end defmac
3465
3466 @defmac ext-cull-vertex enum
3467 Enumerated value. The symbolic @var{enum}argument is replaced with its
3468 corresponding numeric value at compile-time. The symbolic arguments
3469 known to this enumerated value form are:
3470
3471 @code{cull-vertex-ext}, @code{cull-vertex-eye-position-ext},
3472 @code{cull-vertex-object-position-ext}.
3473
3474 @end defmac
3475
3476 @defmac ext-index-array-formats enum
3477 Enumerated value. The symbolic @var{enum}argument is replaced with its
3478 corresponding numeric value at compile-time. The symbolic arguments
3479 known to this enumerated value form are:
3480
3481 @code{iui-v2f-ext}, @code{iui-v3f-ext}, @code{iui-n3f-v2f-ext},
3482 @code{iui-n3f-v3f-ext}, @code{t2f-iui-v2f-ext}, @code{t2f-iui-v3f-ext},
3483 @code{t2f-iui-n3f-v2f-ext}, @code{t2f-iui-n3f-v3f-ext}.
3484
3485 @end defmac
3486
3487 @defmac ext-index-func enum
3488 Enumerated value. The symbolic @var{enum}argument is replaced with its
3489 corresponding numeric value at compile-time. The symbolic arguments
3490 known to this enumerated value form are:
3491
3492 @code{index-test-ext}, @code{index-test-func-ext},
3493 @code{index-test-ref-ext}.
3494
3495 @end defmac
3496
3497 @defmac ext-index-material enum
3498 Enumerated value. The symbolic @var{enum}argument is replaced with its
3499 corresponding numeric value at compile-time. The symbolic arguments
3500 known to this enumerated value form are:
3501
3502 @code{index-material-ext}, @code{index-material-parameter-ext},
3503 @code{index-material-face-ext}.
3504
3505 @end defmac
3506
3507 @defmac sgix-ycrcb enum
3508 Enumerated value. The symbolic @var{enum}argument is replaced with its
3509 corresponding numeric value at compile-time. The symbolic arguments
3510 known to this enumerated value form are:
3511
3512 @code{ycrcb-422-sgix}, @code{ycrcb-444-sgix}.
3513
3514 @end defmac
3515
3516 @defmac sunx-general-triangle-list enum
3517 Enumerated value. The symbolic @var{enum}argument is replaced with its
3518 corresponding numeric value at compile-time. The symbolic arguments
3519 known to this enumerated value form are:
3520
3521 @code{restart-sun}, @code{replace-middle-sun},
3522 @code{replace-oldest-sun}, @code{wrap-border-sun},
3523 @code{triangle-list-sun}, @code{replacement-code-sun},
3524 @code{replacement-code-array-sun},
3525 @code{replacement-code-array-type-sun},
3526 @code{replacement-code-array-stride-sun},
3527 @code{replacement-code-array-pointer-sun}, @code{r1ui-v3f-sun},
3528 @code{r1ui-c4ub-v3f-sun}, @code{r1ui-c3f-v3f-sun},
3529 @code{r1ui-n3f-v3f-sun}, @code{r1ui-c4f-n3f-v3f-sun},
3530 @code{r1ui-t2f-v3f-sun}, @code{r1ui-t2f-n3f-v3f-sun},
3531 @code{r1ui-t2f-c4f-n3f-v3f-sun}.
3532
3533 @end defmac
3534
3535 @defmac sunx-constant-data enum
3536 Enumerated value. The symbolic @var{enum}argument is replaced with its
3537 corresponding numeric value at compile-time. The symbolic arguments
3538 known to this enumerated value form are:
3539
3540 @code{unpack-constant-data-sunx}, @code{texture-constant-data-sunx}.
3541
3542 @end defmac
3543
3544 @defmac sun-global-alpha enum
3545 Enumerated value. The symbolic @var{enum}argument is replaced with its
3546 corresponding numeric value at compile-time. The symbolic arguments
3547 known to this enumerated value form are:
3548
3549 @code{global-alpha-sun}, @code{global-alpha-factor-sun}.
3550
3551 @end defmac
3552
3553 @defmac sgis-texture-color-mask enum
3554 Enumerated value. The symbolic @var{enum}argument is replaced with its
3555 corresponding numeric value at compile-time. The symbolic arguments
3556 known to this enumerated value form are:
3557
3558 @code{texture-color-writemask-sgis}.
3559
3560 @end defmac
3561
3562 @defmac sgis-point-line-texgen enum
3563 Enumerated value. The symbolic @var{enum}argument is replaced with its
3564 corresponding numeric value at compile-time. The symbolic arguments
3565 known to this enumerated value form are:
3566
3567 @code{eye-distance-to-point-sgis}, @code{object-distance-to-point-sgis},
3568 @code{eye-distance-to-line-sgis}, @code{object-distance-to-line-sgis},
3569 @code{eye-point-sgis}, @code{object-point-sgis}, @code{eye-line-sgis},
3570 @code{object-line-sgis}.
3571
3572 @end defmac
3573
3574 @defmac ext-separate-specular-color enum
3575 Enumerated value. The symbolic @var{enum}argument is replaced with its
3576 corresponding numeric value at compile-time. The symbolic arguments
3577 known to this enumerated value form are:
3578
3579 @code{light-model-color-control-ext}, @code{single-color-ext},
3580 @code{separate-specular-color-ext}.
3581
3582 @end defmac
3583
3584 @defmac ext-shared-texture-palette enum
3585 Enumerated value. The symbolic @var{enum}argument is replaced with its
3586 corresponding numeric value at compile-time. The symbolic arguments
3587 known to this enumerated value form are:
3588
3589 @code{shared-texture-palette-ext}.
3590
3591 @end defmac
3592
3593 @defmac ati-text-fragment-shader enum
3594 Enumerated value. The symbolic @var{enum}argument is replaced with its
3595 corresponding numeric value at compile-time. The symbolic arguments
3596 known to this enumerated value form are:
3597
3598 @code{text-fragment-shader-ati}.
3599
3600 @end defmac
3601
3602 @defmac ext-color-buffer-half-float enum
3603 Enumerated value. The symbolic @var{enum}argument is replaced with its
3604 corresponding numeric value at compile-time. The symbolic arguments
3605 known to this enumerated value form are:
3606
3607 @code{framebuffer-attachment-component-type-ext}, @code{r16f-ext},
3608 @code{rg16f-ext}, @code{rgba16f-ext}, @code{rgb16f-ext},
3609 @code{unsigned-normalized-ext}.
3610
3611 @end defmac
3612
3613 @defmac oes-surfaceless-context enum
3614 Enumerated value. The symbolic @var{enum}argument is replaced with its
3615 corresponding numeric value at compile-time. The symbolic arguments
3616 known to this enumerated value form are:
3617
3618 @code{framebuffer-undefined-oes}.
3619
3620 @end defmac
3621
3622 @defmac arb-texture-rg enum
3623 Enumerated value. The symbolic @var{enum}argument is replaced with its
3624 corresponding numeric value at compile-time. The symbolic arguments
3625 known to this enumerated value form are:
3626
3627 @code{rg}, @code{rg-integer}, @code{r8}, @code{r16}, @code{rg8},
3628 @code{rg16}, @code{r16f}, @code{r32f}, @code{rg16f}, @code{rg32f},
3629 @code{r8i}, @code{r8ui}, @code{r16i}, @code{r16ui}, @code{r32i},
3630 @code{r32ui}, @code{rg8i}, @code{rg8ui}, @code{rg16i}, @code{rg16ui},
3631 @code{rg32i}, @code{rg32ui}.
3632
3633 @end defmac
3634
3635 @defmac arb-cl-event enum
3636 Enumerated value. The symbolic @var{enum}argument is replaced with its
3637 corresponding numeric value at compile-time. The symbolic arguments
3638 known to this enumerated value form are:
3639
3640 @code{sync-cl-event-arb}, @code{sync-cl-event-complete-arb}.
3641
3642 @end defmac
3643
3644 @defmac arb-debug-output enum
3645 Enumerated value. The symbolic @var{enum}argument is replaced with its
3646 corresponding numeric value at compile-time. The symbolic arguments
3647 known to this enumerated value form are:
3648
3649 @code{debug-output-synchronous-arb},
3650 @code{debug-next-logged-message-length-arb},
3651 @code{debug-callback-function-arb},
3652 @code{debug-callback-user-param-arb}, @code{debug-source-api-arb},
3653 @code{debug-source-window-system-arb},
3654 @code{debug-source-shader-compiler-arb},
3655 @code{debug-source-third-party-arb},
3656 @code{debug-source-application-arb}, @code{debug-source-other-arb},
3657 @code{debug-type-error-arb}, @code{debug-type-deprecated-behavior-arb},
3658 @code{debug-type-undefined-behavior-arb},
3659 @code{debug-type-portability-arb}, @code{debug-type-performance-arb},
3660 @code{debug-type-other-arb}, @code{max-debug-message-length-arb},
3661 @code{max-debug-logged-messages-arb}, @code{debug-logged-messages-arb},
3662 @code{debug-severity-high-arb}, @code{debug-severity-medium-arb},
3663 @code{debug-severity-low-arb}.
3664
3665 @end defmac
3666
3667 @defmac arb-get-program-binary enum
3668 Enumerated value. The symbolic @var{enum}argument is replaced with its
3669 corresponding numeric value at compile-time. The symbolic arguments
3670 known to this enumerated value form are:
3671
3672 @code{program-binary-retrievable-hint}, @code{program-binary-length},
3673 @code{num-program-binary-formats}, @code{program-binary-formats}.
3674
3675 @end defmac
3676
3677 @defmac arb-viewport-array enum
3678 Enumerated value. The symbolic @var{enum}argument is replaced with its
3679 corresponding numeric value at compile-time. The symbolic arguments
3680 known to this enumerated value form are:
3681
3682 @code{max-viewports}, @code{viewport-subpixel-bits},
3683 @code{viewport-bounds-range}, @code{layer-provoking-vertex},
3684 @code{viewport-index-provoking-vertex}, @code{undefined-vertex},
3685 @code{first-vertex-convention}, @code{last-vertex-convention},
3686 @code{provoking-vertex}.
3687
3688 @end defmac
3689
3690 @defmac arb-explicit-uniform-location enum
3691 Enumerated value. The symbolic @var{enum}argument is replaced with its
3692 corresponding numeric value at compile-time. The symbolic arguments
3693 known to this enumerated value form are:
3694
3695 @code{max-uniform-locations}.
3696
3697 @end defmac
3698
3699 @defmac arb-internalformat-query-2 enum
3700 Enumerated value. The symbolic @var{enum}argument is replaced with its
3701 corresponding numeric value at compile-time. The symbolic arguments
3702 known to this enumerated value form are:
3703
3704 @code{internalformat-supported}, @code{internalformat-preferred},
3705 @code{internalformat-red-size}, @code{internalformat-green-size},
3706 @code{internalformat-blue-size}, @code{internalformat-alpha-size},
3707 @code{internalformat-depth-size}, @code{internalformat-stencil-size},
3708 @code{internalformat-shared-size}, @code{internalformat-red-type},
3709 @code{internalformat-green-type}, @code{internalformat-blue-type},
3710 @code{internalformat-alpha-type}, @code{internalformat-depth-type},
3711 @code{internalformat-stencil-type}, @code{max-width}, @code{max-height},
3712 @code{max-depth}, @code{max-layers}, @code{max-combined-dimensions},
3713 @code{color-components}, @code{depth-components},
3714 @code{stencil-components}, @code{color-renderable},
3715 @code{depth-renderable}, @code{stencil-renderable},
3716 @code{framebuffer-renderable}, @code{framebuffer-renderable-layered},
3717 @code{framebuffer-blend}, @code{read-pixels}, @code{read-pixels-format},
3718 @code{read-pixels-type}, @code{texture-image-format},
3719 @code{texture-image-type}, @code{get-texture-image-format},
3720 @code{get-texture-image-type}, @code{mipmap},
3721 @code{manual-generate-mipmap}, @code{auto-generate-mipmap},
3722 @code{color-encoding}, @code{srgb-read}, @code{srgb-write},
3723 @code{srgb-decode-arb}, @code{filter}, @code{vertex-texture},
3724 @code{tess-control-texture}, @code{tess-evaluation-texture},
3725 @code{geometry-texture}, @code{fragment-texture},
3726 @code{compute-texture}, @code{texture-shadow}, @code{texture-gather},
3727 @code{texture-gather-shadow}, @code{shader-image-load},
3728 @code{shader-image-store}, @code{shader-image-atomic},
3729 @code{image-texel-size}, @code{image-compatibility-class},
3730 @code{image-pixel-format}, @code{image-pixel-type},
3731 @code{simultaneous-texture-and-depth-test},
3732 @code{simultaneous-texture-and-stencil-test},
3733 @code{simultaneous-texture-and-depth-write},
3734 @code{simultaneous-texture-and-stencil-write},
3735 @code{texture-compressed-block-width},
3736 @code{texture-compressed-block-height},
3737 @code{texture-compressed-block-size}, @code{clear-buffer},
3738 @code{texture-view}, @code{view-compatibility-class},
3739 @code{full-support}, @code{caveat-support}, @code{image-class-4-x-32},
3740 @code{image-class-2-x-32}, @code{image-class-1-x-32},
3741 @code{image-class-4-x-16}, @code{image-class-2-x-16},
3742 @code{image-class-1-x-16}, @code{image-class-4-x-8},
3743 @code{image-class-2-x-8}, @code{image-class-1-x-8},
3744 @code{image-class-11-11-10}, @code{image-class-10-10-10-2},
3745 @code{view-class-128-bits}, @code{view-class-96-bits},
3746 @code{view-class-64-bits}, @code{view-class-48-bits},
3747 @code{view-class-32-bits}, @code{view-class-24-bits},
3748 @code{view-class-16-bits}, @code{view-class-8-bits},
3749 @code{view-class-s3tc-dxt1-rgb}, @code{view-class-s3tc-dxt1-rgba},
3750 @code{view-class-s3tc-dxt3-rgba}, @code{view-class-s3tc-dxt5-rgba},
3751 @code{view-class-rgtc1-red}, @code{view-class-rgtc2-rg},
3752 @code{view-class-bptc-unorm}, @code{view-class-bptc-float}.
3753
3754 @end defmac
3755
3756 @defmac arb-vertex-attrib-binding enum
3757 Enumerated value. The symbolic @var{enum}argument is replaced with its
3758 corresponding numeric value at compile-time. The symbolic arguments
3759 known to this enumerated value form are:
3760
3761 @code{vertex-attrib-binding}, @code{vertex-attrib-relative-offset},
3762 @code{vertex-binding-divisor}, @code{vertex-binding-offset},
3763 @code{vertex-binding-stride}, @code{max-vertex-attrib-relative-offset},
3764 @code{max-vertex-attrib-bindings}.
3765
3766 @end defmac
3767
3768 @defmac arb-texture-view enum
3769 Enumerated value. The symbolic @var{enum}argument is replaced with its
3770 corresponding numeric value at compile-time. The symbolic arguments
3771 known to this enumerated value form are:
3772
3773 @code{texture-view-min-level}, @code{texture-view-num-levels},
3774 @code{texture-view-min-layer}, @code{texture-view-num-layers},
3775 @code{texture-immutable-levels}.
3776
3777 @end defmac
3778
3779 @defmac sgix-depth-pass-instrument enum
3780 Enumerated value. The symbolic @var{enum}argument is replaced with its
3781 corresponding numeric value at compile-time. The symbolic arguments
3782 known to this enumerated value form are:
3783
3784 @code{depth-pass-instrument-sgix},
3785 @code{depth-pass-instrument-counters-sgix},
3786 @code{depth-pass-instrument-max-sgix}.
3787
3788 @end defmac
3789
3790 @defmac sgix-fragments-instrument enum
3791 Enumerated value. The symbolic @var{enum}argument is replaced with its
3792 corresponding numeric value at compile-time. The symbolic arguments
3793 known to this enumerated value form are:
3794
3795 @code{fragments-instrument-sgix},
3796 @code{fragments-instrument-counters-sgix},
3797 @code{fragments-instrument-max-sgix}.
3798
3799 @end defmac
3800
3801 @defmac sgix-convolution-accuracy enum
3802 Enumerated value. The symbolic @var{enum}argument is replaced with its
3803 corresponding numeric value at compile-time. The symbolic arguments
3804 known to this enumerated value form are:
3805
3806 @code{convolution-hint-sgix}.
3807
3808 @end defmac
3809
3810 @defmac sgix-ycrcba enum
3811 Enumerated value. The symbolic @var{enum}argument is replaced with its
3812 corresponding numeric value at compile-time. The symbolic arguments
3813 known to this enumerated value form are:
3814
3815 @code{ycrcb-sgix}, @code{ycrcba-sgix}.
3816
3817 @end defmac
3818
3819 @defmac sgix-slim enum
3820 Enumerated value. The symbolic @var{enum}argument is replaced with its
3821 corresponding numeric value at compile-time. The symbolic arguments
3822 known to this enumerated value form are:
3823
3824 @code{unpack-compressed-size-sgix},
3825 @code{pack-max-compressed-size-sgix}, @code{pack-compressed-size-sgix},
3826 @code{slim8u-sgix}, @code{slim10u-sgix}, @code{slim12s-sgix}.
3827
3828 @end defmac
3829
3830 @defmac sgix-blend-alpha-minmax enum
3831 Enumerated value. The symbolic @var{enum}argument is replaced with its
3832 corresponding numeric value at compile-time. The symbolic arguments
3833 known to this enumerated value form are:
3834
3835 @code{alpha-min-sgix}, @code{alpha-max-sgix}.
3836
3837 @end defmac
3838
3839 @defmac sgix-scalebias-hint enum
3840 Enumerated value. The symbolic @var{enum}argument is replaced with its
3841 corresponding numeric value at compile-time. The symbolic arguments
3842 known to this enumerated value form are:
3843
3844 @code{scalebias-hint-sgix}.
3845
3846 @end defmac
3847
3848 @defmac sgix-async enum
3849 Enumerated value. The symbolic @var{enum}argument is replaced with its
3850 corresponding numeric value at compile-time. The symbolic arguments
3851 known to this enumerated value form are:
3852
3853 @code{async-marker-sgix}.
3854
3855 @end defmac
3856
3857 @defmac sgix-async-histogram enum
3858 Enumerated value. The symbolic @var{enum}argument is replaced with its
3859 corresponding numeric value at compile-time. The symbolic arguments
3860 known to this enumerated value form are:
3861
3862 @code{async-histogram-sgix}, @code{max-async-histogram-sgix}.
3863
3864 @end defmac
3865
3866 @defmac ext-pixel-transform enum
3867 Enumerated value. The symbolic @var{enum}argument is replaced with its
3868 corresponding numeric value at compile-time. The symbolic arguments
3869 known to this enumerated value form are:
3870
3871 @code{pixel-transform-2d-ext}, @code{pixel-mag-filter-ext},
3872 @code{pixel-min-filter-ext}, @code{pixel-cubic-weight-ext},
3873 @code{cubic-ext}, @code{average-ext},
3874 @code{pixel-transform-2d-stack-depth-ext},
3875 @code{max-pixel-transform-2d-stack-depth-ext},
3876 @code{pixel-transform-2d-matrix-ext}.
3877
3878 @end defmac
3879
3880 @defmac ext-light-texture enum
3881 Enumerated value. The symbolic @var{enum}argument is replaced with its
3882 corresponding numeric value at compile-time. The symbolic arguments
3883 known to this enumerated value form are:
3884
3885 @code{fragment-material-ext}, @code{fragment-normal-ext},
3886 @code{fragment-color-ext}, @code{attenuation-ext},
3887 @code{shadow-attenuation-ext}, @code{texture-application-mode-ext},
3888 @code{texture-light-ext}, @code{texture-material-face-ext},
3889 @code{texture-material-parameter-ext}, @code{fragment-depth-ext}.
3890
3891 @end defmac
3892
3893 @defmac sgis-pixel-texture enum
3894 Enumerated value. The symbolic @var{enum}argument is replaced with its
3895 corresponding numeric value at compile-time. The symbolic arguments
3896 known to this enumerated value form are:
3897
3898 @code{pixel-texture-sgis}, @code{pixel-fragment-rgb-source-sgis},
3899 @code{pixel-fragment-alpha-source-sgis}, @code{pixel-group-color-sgis}.
3900
3901 @end defmac
3902
3903 @defmac sgix-line-quality-hint enum
3904 Enumerated value. The symbolic @var{enum}argument is replaced with its
3905 corresponding numeric value at compile-time. The symbolic arguments
3906 known to this enumerated value form are:
3907
3908 @code{line-quality-hint-sgix}.
3909
3910 @end defmac
3911
3912 @defmac sgix-async-pixel enum
3913 Enumerated value. The symbolic @var{enum}argument is replaced with its
3914 corresponding numeric value at compile-time. The symbolic arguments
3915 known to this enumerated value form are:
3916
3917 @code{async-tex-image-sgix}, @code{async-draw-pixels-sgix},
3918 @code{async-read-pixels-sgix}, @code{max-async-tex-image-sgix},
3919 @code{max-async-draw-pixels-sgix}, @code{max-async-read-pixels-sgix}.
3920
3921 @end defmac
3922
3923 @defmac sgix-texture-coordinate-clamp enum
3924 Enumerated value. The symbolic @var{enum}argument is replaced with its
3925 corresponding numeric value at compile-time. The symbolic arguments
3926 known to this enumerated value form are:
3927
3928 @code{texture-max-clamp-s-sgix}, @code{texture-max-clamp-t-sgix},
3929 @code{texture-max-clamp-r-sgix}, @code{fog-factor-to-alpha-sgix}.
3930
3931 @end defmac
3932
3933 @defmac arb-texture-mirrored-repeat enum
3934 Enumerated value. The symbolic @var{enum}argument is replaced with its
3935 corresponding numeric value at compile-time. The symbolic arguments
3936 known to this enumerated value form are:
3937
3938 @code{mirrored-repeat-arb}.
3939
3940 @end defmac
3941
3942 @defmac ibm-texture-mirrored-repeat enum
3943 Enumerated value. The symbolic @var{enum}argument is replaced with its
3944 corresponding numeric value at compile-time. The symbolic arguments
3945 known to this enumerated value form are:
3946
3947 @code{mirrored-repeat-ibm}.
3948
3949 @end defmac
3950
3951 @defmac oes-texture-mirrored-repeat enum
3952 Enumerated value. The symbolic @var{enum}argument is replaced with its
3953 corresponding numeric value at compile-time. The symbolic arguments
3954 known to this enumerated value form are:
3955
3956 @code{mirrored-repeat-oes}.
3957
3958 @end defmac
3959
3960 @defmac s3-s-3-tc enum
3961 Enumerated value. The symbolic @var{enum}argument is replaced with its
3962 corresponding numeric value at compile-time. The symbolic arguments
3963 known to this enumerated value form are:
3964
3965 @code{rgb-s3tc}, @code{rgb4-s3tc}, @code{rgba-s3tc}, @code{rgba4-s3tc},
3966 @code{rgba-dxt5-s3tc}, @code{rgba4-dxt5-s3tc}.
3967
3968 @end defmac
3969
3970 @defmac sgix-vertex-preclip enum
3971 Enumerated value. The symbolic @var{enum}argument is replaced with its
3972 corresponding numeric value at compile-time. The symbolic arguments
3973 known to this enumerated value form are:
3974
3975 @code{vertex-preclip-sgix}, @code{vertex-preclip-hint-sgix}.
3976
3977 @end defmac
3978
3979 @defmac ext-texture-compression-s-3-tc enum
3980 Enumerated value. The symbolic @var{enum}argument is replaced with its
3981 corresponding numeric value at compile-time. The symbolic arguments
3982 known to this enumerated value form are:
3983
3984 @code{compressed-rgb-s3tc-dxt1-ext},
3985 @code{compressed-rgba-s3tc-dxt1-ext},
3986 @code{compressed-rgba-s3tc-dxt3-ext},
3987 @code{compressed-rgba-s3tc-dxt5-ext}.
3988
3989 @end defmac
3990
3991 @defmac angle-texture-compression-dxt-3 enum
3992 Enumerated value. The symbolic @var{enum}argument is replaced with its
3993 corresponding numeric value at compile-time. The symbolic arguments
3994 known to this enumerated value form are:
3995
3996 @code{compressed-rgba-s3tc-dxt3-angle}.
3997
3998 @end defmac
3999
4000 @defmac angle-texture-compression-dxt-5 enum
4001 Enumerated value. The symbolic @var{enum}argument is replaced with its
4002 corresponding numeric value at compile-time. The symbolic arguments
4003 known to this enumerated value form are:
4004
4005 @code{compressed-rgba-s3tc-dxt5-angle}.
4006
4007 @end defmac
4008
4009 @defmac intel-parallel-arrays enum
4010 Enumerated value. The symbolic @var{enum}argument is replaced with its
4011 corresponding numeric value at compile-time. The symbolic arguments
4012 known to this enumerated value form are:
4013
4014 @code{parallel-arrays-intel},
4015 @code{vertex-array-parallel-pointers-intel},
4016 @code{normal-array-parallel-pointers-intel},
4017 @code{color-array-parallel-pointers-intel},
4018 @code{texture-coord-array-parallel-pointers-intel}.
4019
4020 @end defmac
4021
4022 @defmac sgix-fragment-lighting enum
4023 Enumerated value. The symbolic @var{enum}argument is replaced with its
4024 corresponding numeric value at compile-time. The symbolic arguments
4025 known to this enumerated value form are:
4026
4027 @code{fragment-lighting-sgix}, @code{fragment-color-material-sgix},
4028 @code{fragment-color-material-face-sgix},
4029 @code{fragment-color-material-parameter-sgix},
4030 @code{max-fragment-lights-sgix}, @code{max-active-lights-sgix},
4031 @code{current-raster-normal-sgix}, @code{light-env-mode-sgix},
4032 @code{fragment-light-model-local-viewer-sgix},
4033 @code{fragment-light-model-two-side-sgix},
4034 @code{fragment-light-model-ambient-sgix},
4035 @code{fragment-light-model-normal-interpolation-sgix},
4036 @code{fragment-light0-sgix}, @code{fragment-light1-sgix},
4037 @code{fragment-light2-sgix}, @code{fragment-light3-sgix},
4038 @code{fragment-light4-sgix}, @code{fragment-light5-sgix},
4039 @code{fragment-light6-sgix}, @code{fragment-light7-sgix}.
4040
4041 @end defmac
4042
4043 @defmac sgix-resample enum
4044 Enumerated value. The symbolic @var{enum}argument is replaced with its
4045 corresponding numeric value at compile-time. The symbolic arguments
4046 known to this enumerated value form are:
4047
4048 @code{pack-resample-sgix}, @code{unpack-resample-sgix},
4049 @code{resample-replicate-sgix}, @code{resample-zero-fill-sgix},
4050 @code{resample-decimate-sgix}.
4051
4052 @end defmac
4053
4054 @defmac version-1-5 enum
4055 Enumerated value. The symbolic @var{enum}argument is replaced with its
4056 corresponding numeric value at compile-time. The symbolic arguments
4057 known to this enumerated value form are:
4058
4059 @code{fog-coord-src}, @code{fog-coord}, @code{current-fog-coord},
4060 @code{fog-coord-array-type}, @code{fog-coord-array-stride},
4061 @code{fog-coord-array-pointer}, @code{fog-coord-array}, @code{src0-rgb},
4062 @code{src1-rgb}, @code{src2-rgb}, @code{src0-alpha}, @code{src1-alpha},
4063 @code{src2-alpha}, @code{buffer-size}, @code{buffer-usage},
4064 @code{query-counter-bits}, @code{current-query}, @code{query-result},
4065 @code{query-result-available}, @code{array-buffer},
4066 @code{element-array-buffer}, @code{array-buffer-binding},
4067 @code{element-array-buffer-binding}, @code{vertex-array-buffer-binding},
4068 @code{normal-array-buffer-binding}, @code{color-array-buffer-binding},
4069 @code{index-array-buffer-binding},
4070 @code{texture-coord-array-buffer-binding},
4071 @code{edge-flag-array-buffer-binding},
4072 @code{secondary-color-array-buffer-binding},
4073 @code{fog-coord-array-buffer-binding},
4074 @code{fog-coordinate-array-buffer-binding},
4075 @code{weight-array-buffer-binding},
4076 @code{vertex-attrib-array-buffer-binding}, @code{read-only},
4077 @code{write-only}, @code{read-write}, @code{buffer-access},
4078 @code{buffer-mapped}, @code{buffer-map-pointer}, @code{stream-draw},
4079 @code{stream-read}, @code{stream-copy}, @code{static-draw},
4080 @code{static-read}, @code{static-copy}, @code{dynamic-draw},
4081 @code{dynamic-read}, @code{dynamic-copy}, @code{samples-passed}.
4082
4083 @end defmac
4084
4085 @defmac ext-fog-coord enum
4086 Enumerated value. The symbolic @var{enum}argument is replaced with its
4087 corresponding numeric value at compile-time. The symbolic arguments
4088 known to this enumerated value form are:
4089
4090 @code{fog-coordinate-source-ext}, @code{fog-coordinate-ext},
4091 @code{fragment-depth-ext}, @code{current-fog-coordinate-ext},
4092 @code{fog-coordinate-array-type-ext},
4093 @code{fog-coordinate-array-stride-ext},
4094 @code{fog-coordinate-array-pointer-ext},
4095 @code{fog-coordinate-array-ext}.
4096
4097 @end defmac
4098
4099 @defmac ext-secondary-color enum
4100 Enumerated value. The symbolic @var{enum}argument is replaced with its
4101 corresponding numeric value at compile-time. The symbolic arguments
4102 known to this enumerated value form are:
4103
4104 @code{color-sum-ext}, @code{current-secondary-color-ext},
4105 @code{secondary-color-array-size-ext},
4106 @code{secondary-color-array-type-ext},
4107 @code{secondary-color-array-stride-ext},
4108 @code{secondary-color-array-pointer-ext},
4109 @code{secondary-color-array-ext}.
4110
4111 @end defmac
4112
4113 @defmac arb-vertex-program enum
4114 Enumerated value. The symbolic @var{enum}argument is replaced with its
4115 corresponding numeric value at compile-time. The symbolic arguments
4116 known to this enumerated value form are:
4117
4118 @code{color-sum-arb}, @code{vertex-program-arb},
4119 @code{vertex-attrib-array-enabled-arb},
4120 @code{vertex-attrib-array-size-arb},
4121 @code{vertex-attrib-array-stride-arb},
4122 @code{vertex-attrib-array-type-arb}, @code{current-vertex-attrib-arb},
4123 @code{program-length-arb}, @code{program-string-arb},
4124 @code{max-program-matrix-stack-depth-arb},
4125 @code{max-program-matrices-arb}, @code{current-matrix-stack-depth-arb},
4126 @code{current-matrix-arb}, @code{vertex-program-point-size-arb},
4127 @code{vertex-program-two-side-arb},
4128 @code{vertex-attrib-array-pointer-arb},
4129 @code{program-error-position-arb}, @code{program-binding-arb},
4130 @code{max-vertex-attribs-arb},
4131 @code{vertex-attrib-array-normalized-arb},
4132 @code{max-texture-coords-arb}, @code{max-texture-image-units-arb},
4133 @code{program-error-string-arb}, @code{program-format-ascii-arb},
4134 @code{program-format-arb}, @code{program-instructions-arb},
4135 @code{max-program-instructions-arb},
4136 @code{program-native-instructions-arb},
4137 @code{max-program-native-instructions-arb},
4138 @code{program-temporaries-arb}, @code{max-program-temporaries-arb},
4139 @code{program-native-temporaries-arb},
4140 @code{max-program-native-temporaries-arb},
4141 @code{program-parameters-arb}, @code{max-program-parameters-arb},
4142 @code{program-native-parameters-arb},
4143 @code{max-program-native-parameters-arb}, @code{program-attribs-arb},
4144 @code{max-program-attribs-arb}, @code{program-native-attribs-arb},
4145 @code{max-program-native-attribs-arb},
4146 @code{program-address-registers-arb},
4147 @code{max-program-address-registers-arb},
4148 @code{program-native-address-registers-arb},
4149 @code{max-program-native-address-registers-arb},
4150 @code{max-program-local-parameters-arb},
4151 @code{max-program-env-parameters-arb},
4152 @code{program-under-native-limits-arb},
4153 @code{transpose-current-matrix-arb}, @code{matrix0-arb},
4154 @code{matrix1-arb}, @code{matrix2-arb}, @code{matrix3-arb},
4155 @code{matrix4-arb}, @code{matrix5-arb}, @code{matrix6-arb},
4156 @code{matrix7-arb}, @code{matrix8-arb}, @code{matrix9-arb},
4157 @code{matrix10-arb}, @code{matrix11-arb}, @code{matrix12-arb},
4158 @code{matrix13-arb}, @code{matrix14-arb}, @code{matrix15-arb},
4159 @code{matrix16-arb}, @code{matrix17-arb}, @code{matrix18-arb},
4160 @code{matrix19-arb}, @code{matrix20-arb}, @code{matrix21-arb},
4161 @code{matrix22-arb}, @code{matrix23-arb}, @code{matrix24-arb},
4162 @code{matrix25-arb}, @code{matrix26-arb}, @code{matrix27-arb},
4163 @code{matrix28-arb}, @code{matrix29-arb}, @code{matrix30-arb},
4164 @code{matrix31-arb}.
4165
4166 @end defmac
4167
4168 @defmac version-2-1 enum
4169 Enumerated value. The symbolic @var{enum}argument is replaced with its
4170 corresponding numeric value at compile-time. The symbolic arguments
4171 known to this enumerated value form are:
4172
4173 @code{current-raster-secondary-color}, @code{pixel-pack-buffer},
4174 @code{pixel-unpack-buffer}, @code{pixel-pack-buffer-binding},
4175 @code{pixel-unpack-buffer-binding}, @code{srgb}, @code{srgb8},
4176 @code{srgb-alpha}, @code{srgb8-alpha8}, @code{sluminance-alpha},
4177 @code{sluminance8-alpha8}, @code{sluminance}, @code{sluminance8},
4178 @code{compressed-srgb}, @code{compressed-srgb-alpha},
4179 @code{compressed-sluminance}, @code{compressed-sluminance-alpha}.
4180
4181 @end defmac
4182
4183 @defmac sgix-icc-texture enum
4184 Enumerated value. The symbolic @var{enum}argument is replaced with its
4185 corresponding numeric value at compile-time. The symbolic arguments
4186 known to this enumerated value form are:
4187
4188 @code{smooth-point-size-range}, @code{smooth-point-size-granularity},
4189 @code{smooth-line-width-range}, @code{smooth-line-width-granularity},
4190 @code{aliased-point-size-range}, @code{aliased-line-width-range}.
4191
4192 @end defmac
4193
4194 @defmac rend-screen-coordinates enum
4195 Enumerated value. The symbolic @var{enum}argument is replaced with its
4196 corresponding numeric value at compile-time. The symbolic arguments
4197 known to this enumerated value form are:
4198
4199 @code{screen-coordinates-rend}, @code{inverted-screen-w-rend}.
4200
4201 @end defmac
4202
4203 @defmac arb-multitexture enum
4204 Enumerated value. The symbolic @var{enum}argument is replaced with its
4205 corresponding numeric value at compile-time. The symbolic arguments
4206 known to this enumerated value form are:
4207
4208 @code{texture0-arb}, @code{texture1-arb}, @code{texture2-arb},
4209 @code{texture3-arb}, @code{texture4-arb}, @code{texture5-arb},
4210 @code{texture6-arb}, @code{texture7-arb}, @code{texture8-arb},
4211 @code{texture9-arb}, @code{texture10-arb}, @code{texture11-arb},
4212 @code{texture12-arb}, @code{texture13-arb}, @code{texture14-arb},
4213 @code{texture15-arb}, @code{texture16-arb}, @code{texture17-arb},
4214 @code{texture18-arb}, @code{texture19-arb}, @code{texture20-arb},
4215 @code{texture21-arb}, @code{texture22-arb}, @code{texture23-arb},
4216 @code{texture24-arb}, @code{texture25-arb}, @code{texture26-arb},
4217 @code{texture27-arb}, @code{texture28-arb}, @code{texture29-arb},
4218 @code{texture30-arb}, @code{texture31-arb}, @code{active-texture-arb},
4219 @code{client-active-texture-arb}, @code{max-texture-units-arb}.
4220
4221 @end defmac
4222
4223 @defmac oes-texture-env-crossbar enum
4224 Enumerated value. The symbolic @var{enum}argument is replaced with its
4225 corresponding numeric value at compile-time. The symbolic arguments
4226 known to this enumerated value form are:
4227
4228 @code{texture0}, @code{texture1}, @code{texture2}, @code{texture3},
4229 @code{texture4}, @code{texture5}, @code{texture6}, @code{texture7},
4230 @code{texture8}, @code{texture9}, @code{texture10}, @code{texture11},
4231 @code{texture12}, @code{texture13}, @code{texture14}, @code{texture15},
4232 @code{texture16}, @code{texture17}, @code{texture18}, @code{texture19},
4233 @code{texture20}, @code{texture21}, @code{texture22}, @code{texture23},
4234 @code{texture24}, @code{texture25}, @code{texture26}, @code{texture27},
4235 @code{texture28}, @code{texture29}, @code{texture30}, @code{texture31}.
4236
4237 @end defmac
4238
4239 @defmac arb-transpose-matrix enum
4240 Enumerated value. The symbolic @var{enum}argument is replaced with its
4241 corresponding numeric value at compile-time. The symbolic arguments
4242 known to this enumerated value form are:
4243
4244 @code{transpose-modelview-matrix-arb},
4245 @code{transpose-projection-matrix-arb},
4246 @code{transpose-texture-matrix-arb}, @code{transpose-color-matrix-arb}.
4247
4248 @end defmac
4249
4250 @defmac arb-texture-env-combine enum
4251 Enumerated value. The symbolic @var{enum}argument is replaced with its
4252 corresponding numeric value at compile-time. The symbolic arguments
4253 known to this enumerated value form are:
4254
4255 @code{subtract-arb}.
4256
4257 @end defmac
4258
4259 @defmac arb-texture-compression enum
4260 Enumerated value. The symbolic @var{enum}argument is replaced with its
4261 corresponding numeric value at compile-time. The symbolic arguments
4262 known to this enumerated value form are:
4263
4264 @code{compressed-alpha-arb}, @code{compressed-luminance-arb},
4265 @code{compressed-luminance-alpha-arb}, @code{compressed-intensity-arb},
4266 @code{compressed-rgb-arb}, @code{compressed-rgba-arb},
4267 @code{texture-compression-hint-arb},
4268 @code{texture-compressed-image-size-arb}, @code{texture-compressed-arb},
4269 @code{num-compressed-texture-formats-arb},
4270 @code{compressed-texture-formats-arb}.
4271
4272 @end defmac
4273
4274 @defmac nv-fence enum
4275 Enumerated value. The symbolic @var{enum}argument is replaced with its
4276 corresponding numeric value at compile-time. The symbolic arguments
4277 known to this enumerated value form are:
4278
4279 @code{all-completed-nv}, @code{fence-status-nv},
4280 @code{fence-condition-nv}.
4281
4282 @end defmac
4283
4284 @defmac version-3-1 enum
4285 Enumerated value. The symbolic @var{enum}argument is replaced with its
4286 corresponding numeric value at compile-time. The symbolic arguments
4287 known to this enumerated value form are:
4288
4289 @code{texture-rectangle}, @code{texture-binding-rectangle},
4290 @code{proxy-texture-rectangle}, @code{max-rectangle-texture-size},
4291 @code{uniform-buffer}, @code{uniform-buffer-binding},
4292 @code{uniform-buffer-start}, @code{uniform-buffer-size},
4293 @code{max-vertex-uniform-blocks}, @code{max-geometry-uniform-blocks},
4294 @code{max-fragment-uniform-blocks}, @code{max-combined-uniform-blocks},
4295 @code{max-uniform-buffer-bindings}, @code{max-uniform-block-size},
4296 @code{max-combined-vertex-uniform-components},
4297 @code{max-combined-geometry-uniform-components},
4298 @code{max-combined-fragment-uniform-components},
4299 @code{uniform-buffer-offset-alignment},
4300 @code{active-uniform-block-max-name-length},
4301 @code{active-uniform-blocks}, @code{uniform-type}, @code{uniform-size},
4302 @code{uniform-name-length}, @code{uniform-block-index},
4303 @code{uniform-offset}, @code{uniform-array-stride},
4304 @code{uniform-matrix-stride}, @code{uniform-is-row-major},
4305 @code{uniform-block-binding}, @code{uniform-block-data-size},
4306 @code{uniform-block-name-length}, @code{uniform-block-active-uniforms},
4307 @code{uniform-block-active-uniform-indices},
4308 @code{uniform-block-referenced-by-vertex-shader},
4309 @code{uniform-block-referenced-by-geometry-shader},
4310 @code{uniform-block-referenced-by-fragment-shader},
4311 @code{invalid-index}, @code{sampler-2d-rect},
4312 @code{sampler-2d-rect-shadow}, @code{texture-buffer},
4313 @code{max-texture-buffer-size}, @code{texture-binding-buffer},
4314 @code{texture-buffer-data-store-binding}, @code{sampler-buffer},
4315 @code{int-sampler-2d-rect}, @code{int-sampler-buffer},
4316 @code{unsigned-int-sampler-2d-rect}, @code{unsigned-int-sampler-buffer},
4317 @code{copy-read-buffer}, @code{copy-write-buffer}, @code{red-snorm},
4318 @code{rg-snorm}, @code{rgb-snorm}, @code{rgba-snorm}, @code{r8-snorm},
4319 @code{rg8-snorm}, @code{rgb8-snorm}, @code{rgba8-snorm},
4320 @code{r16-snorm}, @code{rg16-snorm}, @code{rgb16-snorm},
4321 @code{rgba16-snorm}, @code{signed-normalized}, @code{primitive-restart},
4322 @code{primitive-restart-index}.
4323
4324 @end defmac
4325
4326 @defmac arb-texture-rectangle enum
4327 Enumerated value. The symbolic @var{enum}argument is replaced with its
4328 corresponding numeric value at compile-time. The symbolic arguments
4329 known to this enumerated value form are:
4330
4331 @code{texture-rectangle-arb}, @code{texture-binding-rectangle-arb},
4332 @code{proxy-texture-rectangle-arb},
4333 @code{max-rectangle-texture-size-arb}.
4334
4335 @end defmac
4336
4337 @defmac nv-texture-rectangle enum
4338 Enumerated value. The symbolic @var{enum}argument is replaced with its
4339 corresponding numeric value at compile-time. The symbolic arguments
4340 known to this enumerated value form are:
4341
4342 @code{texture-rectangle-nv}, @code{texture-binding-rectangle-nv},
4343 @code{proxy-texture-rectangle-nv}, @code{max-rectangle-texture-size-nv}.
4344
4345 @end defmac
4346
4347 @defmac ext-packed-depth-stencil enum
4348 Enumerated value. The symbolic @var{enum}argument is replaced with its
4349 corresponding numeric value at compile-time. The symbolic arguments
4350 known to this enumerated value form are:
4351
4352 @code{depth-stencil-ext}, @code{unsigned-int-24-8-ext},
4353 @code{depth24-stencil8-ext}, @code{texture-stencil-size-ext}.
4354
4355 @end defmac
4356
4357 @defmac nv-packed-depth-stencil enum
4358 Enumerated value. The symbolic @var{enum}argument is replaced with its
4359 corresponding numeric value at compile-time. The symbolic arguments
4360 known to this enumerated value form are:
4361
4362 @code{depth-stencil-nv}, @code{unsigned-int-24-8-nv}.
4363
4364 @end defmac
4365
4366 @defmac oes-packed-depth-stencil enum
4367 Enumerated value. The symbolic @var{enum}argument is replaced with its
4368 corresponding numeric value at compile-time. The symbolic arguments
4369 known to this enumerated value form are:
4370
4371 @code{depth-stencil-oes}, @code{unsigned-int-24-8-oes},
4372 @code{depth24-stencil8-oes}.
4373
4374 @end defmac
4375
4376 @defmac ext-texture-lod-bias enum
4377 Enumerated value. The symbolic @var{enum}argument is replaced with its
4378 corresponding numeric value at compile-time. The symbolic arguments
4379 known to this enumerated value form are:
4380
4381 @code{max-texture-lod-bias-ext}, @code{texture-filter-control-ext},
4382 @code{texture-lod-bias-ext}.
4383
4384 @end defmac
4385
4386 @defmac ext-texture-filter-anisotropic enum
4387 Enumerated value. The symbolic @var{enum}argument is replaced with its
4388 corresponding numeric value at compile-time. The symbolic arguments
4389 known to this enumerated value form are:
4390
4391 @code{texture-max-anisotropy-ext},
4392 @code{max-texture-max-anisotropy-ext}.
4393
4394 @end defmac
4395
4396 @defmac ext-vertex-weighting enum
4397 Enumerated value. The symbolic @var{enum}argument is replaced with its
4398 corresponding numeric value at compile-time. The symbolic arguments
4399 known to this enumerated value form are:
4400
4401 @code{modelview1-stack-depth-ext}, @code{modelview-matrix1-ext},
4402 @code{vertex-weighting-ext}, @code{modelview1-ext},
4403 @code{current-vertex-weight-ext}, @code{vertex-weight-array-ext},
4404 @code{vertex-weight-array-size-ext},
4405 @code{vertex-weight-array-type-ext},
4406 @code{vertex-weight-array-stride-ext},
4407 @code{vertex-weight-array-pointer-ext}.
4408
4409 @end defmac
4410
4411 @defmac nv-light-max-exponent enum
4412 Enumerated value. The symbolic @var{enum}argument is replaced with its
4413 corresponding numeric value at compile-time. The symbolic arguments
4414 known to this enumerated value form are:
4415
4416 @code{max-shininess-nv}, @code{max-spot-exponent-nv}.
4417
4418 @end defmac
4419
4420 @defmac ext-stencil-wrap enum
4421 Enumerated value. The symbolic @var{enum}argument is replaced with its
4422 corresponding numeric value at compile-time. The symbolic arguments
4423 known to this enumerated value form are:
4424
4425 @code{incr-wrap-ext}, @code{decr-wrap-ext}.
4426
4427 @end defmac
4428
4429 @defmac oes-stencil-wrap enum
4430 Enumerated value. The symbolic @var{enum}argument is replaced with its
4431 corresponding numeric value at compile-time. The symbolic arguments
4432 known to this enumerated value form are:
4433
4434 @code{incr-wrap-oes}, @code{decr-wrap-oes}.
4435
4436 @end defmac
4437
4438 @defmac ext-texture-cube-map enum
4439 Enumerated value. The symbolic @var{enum}argument is replaced with its
4440 corresponding numeric value at compile-time. The symbolic arguments
4441 known to this enumerated value form are:
4442
4443 @code{normal-map-ext}, @code{reflection-map-ext},
4444 @code{texture-cube-map-ext}, @code{texture-binding-cube-map-ext},
4445 @code{texture-cube-map-positive-x-ext},
4446 @code{texture-cube-map-negative-x-ext},
4447 @code{texture-cube-map-positive-y-ext},
4448 @code{texture-cube-map-negative-y-ext},
4449 @code{texture-cube-map-positive-z-ext},
4450 @code{texture-cube-map-negative-z-ext},
4451 @code{proxy-texture-cube-map-ext}, @code{max-cube-map-texture-size-ext}.
4452
4453 @end defmac
4454
4455 @defmac nv-texgen-reflection enum
4456 Enumerated value. The symbolic @var{enum}argument is replaced with its
4457 corresponding numeric value at compile-time. The symbolic arguments
4458 known to this enumerated value form are:
4459
4460 @code{normal-map}, @code{reflection-map}.
4461
4462 @end defmac
4463
4464 @defmac arb-texture-cube-map enum
4465 Enumerated value. The symbolic @var{enum}argument is replaced with its
4466 corresponding numeric value at compile-time. The symbolic arguments
4467 known to this enumerated value form are:
4468
4469 @code{normal-map-arb}, @code{reflection-map-arb},
4470 @code{texture-cube-map-arb}, @code{texture-binding-cube-map-arb},
4471 @code{texture-cube-map-positive-x-arb},
4472 @code{texture-cube-map-negative-x-arb},
4473 @code{texture-cube-map-positive-y-arb},
4474 @code{texture-cube-map-negative-y-arb},
4475 @code{texture-cube-map-positive-z-arb},
4476 @code{texture-cube-map-negative-z-arb},
4477 @code{proxy-texture-cube-map-arb}, @code{max-cube-map-texture-size-arb}.
4478
4479 @end defmac
4480
4481 @defmac nv-vertex-array-range enum
4482 Enumerated value. The symbolic @var{enum}argument is replaced with its
4483 corresponding numeric value at compile-time. The symbolic arguments
4484 known to this enumerated value form are:
4485
4486 @code{vertex-array-range-nv}, @code{vertex-array-range-length-nv},
4487 @code{vertex-array-range-valid-nv},
4488 @code{max-vertex-array-range-element-nv},
4489 @code{vertex-array-range-pointer-nv}.
4490
4491 @end defmac
4492
4493 @defmac apple-vertex-array-range enum
4494 Enumerated value. The symbolic @var{enum}argument is replaced with its
4495 corresponding numeric value at compile-time. The symbolic arguments
4496 known to this enumerated value form are:
4497
4498 @code{vertex-array-range-apple}, @code{vertex-array-range-length-apple},
4499 @code{vertex-array-storage-hint-apple},
4500 @code{vertex-array-range-pointer-apple}, @code{storage-client-apple},
4501 @code{storage-cached-apple}, @code{storage-shared-apple}.
4502
4503 @end defmac
4504
4505 @defmac nv-register-combiners enum
4506 Enumerated value. The symbolic @var{enum}argument is replaced with its
4507 corresponding numeric value at compile-time. The symbolic arguments
4508 known to this enumerated value form are:
4509
4510 @code{register-combiners-nv}, @code{variable-a-nv},
4511 @code{variable-b-nv}, @code{variable-c-nv}, @code{variable-d-nv},
4512 @code{variable-e-nv}, @code{variable-f-nv}, @code{variable-g-nv},
4513 @code{constant-color0-nv}, @code{constant-color1-nv},
4514 @code{primary-color-nv}, @code{secondary-color-nv}, @code{spare0-nv},
4515 @code{spare1-nv}, @code{discard-nv}, @code{e-times-f-nv},
4516 @code{spare0-plus-secondary-color-nv},
4517 @code{vertex-array-range-without-flush-nv},
4518 @code{multisample-filter-hint-nv}, @code{unsigned-identity-nv},
4519 @code{unsigned-invert-nv}, @code{expand-normal-nv},
4520 @code{expand-negate-nv}, @code{half-bias-normal-nv},
4521 @code{half-bias-negate-nv}, @code{signed-identity-nv},
4522 @code{unsigned-negate-nv}, @code{scale-by-two-nv},
4523 @code{scale-by-four-nv}, @code{scale-by-one-half-nv},
4524 @code{bias-by-negative-one-half-nv}, @code{combiner-input-nv},
4525 @code{combiner-mapping-nv}, @code{combiner-component-usage-nv},
4526 @code{combiner-ab-dot-product-nv}, @code{combiner-cd-dot-product-nv},
4527 @code{combiner-mux-sum-nv}, @code{combiner-scale-nv},
4528 @code{combiner-bias-nv}, @code{combiner-ab-output-nv},
4529 @code{combiner-cd-output-nv}, @code{combiner-sum-output-nv},
4530 @code{max-general-combiners-nv}, @code{num-general-combiners-nv},
4531 @code{color-sum-clamp-nv}, @code{combiner0-nv}, @code{combiner1-nv},
4532 @code{combiner2-nv}, @code{combiner3-nv}, @code{combiner4-nv},
4533 @code{combiner5-nv}, @code{combiner6-nv}, @code{combiner7-nv}.
4534
4535 @end defmac
4536
4537 @defmac nv-register-combiners-2 enum
4538 Enumerated value. The symbolic @var{enum}argument is replaced with its
4539 corresponding numeric value at compile-time. The symbolic arguments
4540 known to this enumerated value form are:
4541
4542 @code{per-stage-constants-nv}.
4543
4544 @end defmac
4545
4546 @defmac nv-primitive-restart enum
4547 Enumerated value. The symbolic @var{enum}argument is replaced with its
4548 corresponding numeric value at compile-time. The symbolic arguments
4549 known to this enumerated value form are:
4550
4551 @code{primitive-restart-nv}, @code{primitive-restart-index-nv}.
4552
4553 @end defmac
4554
4555 @defmac nv-fog-distance enum
4556 Enumerated value. The symbolic @var{enum}argument is replaced with its
4557 corresponding numeric value at compile-time. The symbolic arguments
4558 known to this enumerated value form are:
4559
4560 @code{fog-gen-mode-nv}, @code{eye-radial-nv},
4561 @code{eye-plane-absolute-nv}.
4562
4563 @end defmac
4564
4565 @defmac nv-texgen-emboss enum
4566 Enumerated value. The symbolic @var{enum}argument is replaced with its
4567 corresponding numeric value at compile-time. The symbolic arguments
4568 known to this enumerated value form are:
4569
4570 @code{emboss-light-nv}, @code{emboss-constant-nv}, @code{emboss-map-nv}.
4571
4572 @end defmac
4573
4574 @defmac ingr-color-clamp enum
4575 Enumerated value. The symbolic @var{enum}argument is replaced with its
4576 corresponding numeric value at compile-time. The symbolic arguments
4577 known to this enumerated value form are:
4578
4579 @code{red-min-clamp-ingr}, @code{green-min-clamp-ingr},
4580 @code{blue-min-clamp-ingr}, @code{alpha-min-clamp-ingr},
4581 @code{red-max-clamp-ingr}, @code{green-max-clamp-ingr},
4582 @code{blue-max-clamp-ingr}, @code{alpha-max-clamp-ingr}.
4583
4584 @end defmac
4585
4586 @defmac ingr-interlace-read enum
4587 Enumerated value. The symbolic @var{enum}argument is replaced with its
4588 corresponding numeric value at compile-time. The symbolic arguments
4589 known to this enumerated value form are:
4590
4591 @code{interlace-read-ingr}.
4592
4593 @end defmac
4594
4595 @defmac ext-texture-env-combine enum
4596 Enumerated value. The symbolic @var{enum}argument is replaced with its
4597 corresponding numeric value at compile-time. The symbolic arguments
4598 known to this enumerated value form are:
4599
4600 @code{combine-ext}, @code{combine-rgb-ext}, @code{combine-alpha-ext},
4601 @code{rgb-scale-ext}, @code{add-signed-ext}, @code{interpolate-ext},
4602 @code{constant-ext}, @code{primary-color-ext}, @code{previous-ext},
4603 @code{source0-rgb-ext}, @code{source1-rgb-ext}, @code{source2-rgb-ext},
4604 @code{source0-alpha-ext}, @code{source1-alpha-ext},
4605 @code{source2-alpha-ext}, @code{operand0-rgb-ext},
4606 @code{operand1-rgb-ext}, @code{operand2-rgb-ext},
4607 @code{operand0-alpha-ext}, @code{operand1-alpha-ext},
4608 @code{operand2-alpha-ext}.
4609
4610 @end defmac
4611
4612 @defmac nv-texture-env-combine-4 enum
4613 Enumerated value. The symbolic @var{enum}argument is replaced with its
4614 corresponding numeric value at compile-time. The symbolic arguments
4615 known to this enumerated value form are:
4616
4617 @code{combine4-nv}, @code{source3-rgb-nv}, @code{source3-alpha-nv},
4618 @code{operand3-rgb-nv}, @code{operand3-alpha-nv}.
4619
4620 @end defmac
4621
4622 @defmac sgix-subsample enum
4623 Enumerated value. The symbolic @var{enum}argument is replaced with its
4624 corresponding numeric value at compile-time. The symbolic arguments
4625 known to this enumerated value form are:
4626
4627 @code{pack-subsample-rate-sgix}, @code{unpack-subsample-rate-sgix},
4628 @code{pixel-subsample-4444-sgix}, @code{pixel-subsample-2424-sgix},
4629 @code{pixel-subsample-4242-sgix}.
4630
4631 @end defmac
4632
4633 @defmac ext-texture-perturb-normal enum
4634 Enumerated value. The symbolic @var{enum}argument is replaced with its
4635 corresponding numeric value at compile-time. The symbolic arguments
4636 known to this enumerated value form are:
4637
4638 @code{perturb-ext}, @code{texture-normal-ext}.
4639
4640 @end defmac
4641
4642 @defmac apple-specular-vector enum
4643 Enumerated value. The symbolic @var{enum}argument is replaced with its
4644 corresponding numeric value at compile-time. The symbolic arguments
4645 known to this enumerated value form are:
4646
4647 @code{light-model-specular-vector-apple}.
4648
4649 @end defmac
4650
4651 @defmac apple-transform-hint enum
4652 Enumerated value. The symbolic @var{enum}argument is replaced with its
4653 corresponding numeric value at compile-time. The symbolic arguments
4654 known to this enumerated value form are:
4655
4656 @code{transform-hint-apple}.
4657
4658 @end defmac
4659
4660 @defmac apple-client-storage enum
4661 Enumerated value. The symbolic @var{enum}argument is replaced with its
4662 corresponding numeric value at compile-time. The symbolic arguments
4663 known to this enumerated value form are:
4664
4665 @code{unpack-client-storage-apple}.
4666
4667 @end defmac
4668
4669 @defmac apple-object-purgeable enum
4670 Enumerated value. The symbolic @var{enum}argument is replaced with its
4671 corresponding numeric value at compile-time. The symbolic arguments
4672 known to this enumerated value form are:
4673
4674 @code{buffer-object-apple}, @code{released-apple},
4675 @code{volatile-apple}, @code{retained-apple}, @code{undefined-apple},
4676 @code{purgeable-apple}.
4677
4678 @end defmac
4679
4680 @defmac arb-vertex-array-object enum
4681 Enumerated value. The symbolic @var{enum}argument is replaced with its
4682 corresponding numeric value at compile-time. The symbolic arguments
4683 known to this enumerated value form are:
4684
4685 @code{vertex-array-binding}.
4686
4687 @end defmac
4688
4689 @defmac apple-vertex-array-object enum
4690 Enumerated value. The symbolic @var{enum}argument is replaced with its
4691 corresponding numeric value at compile-time. The symbolic arguments
4692 known to this enumerated value form are:
4693
4694 @code{vertex-array-binding-apple}.
4695
4696 @end defmac
4697
4698 @defmac apple-texture-range enum
4699 Enumerated value. The symbolic @var{enum}argument is replaced with its
4700 corresponding numeric value at compile-time. The symbolic arguments
4701 known to this enumerated value form are:
4702
4703 @code{texture-range-length-apple}, @code{texture-range-pointer-apple},
4704 @code{texture-storage-hint-apple}, @code{storage-private-apple},
4705 @code{storage-cached-apple}, @code{storage-shared-apple}.
4706
4707 @end defmac
4708
4709 @defmac apple-ycbcr-422 enum
4710 Enumerated value. The symbolic @var{enum}argument is replaced with its
4711 corresponding numeric value at compile-time. The symbolic arguments
4712 known to this enumerated value form are:
4713
4714 @code{ycbcr-422-apple}, @code{unsigned-short-8-8-apple},
4715 @code{unsigned-short-8-8-rev-apple}.
4716
4717 @end defmac
4718
4719 @defmac mesa-ycbcr-texture enum
4720 Enumerated value. The symbolic @var{enum}argument is replaced with its
4721 corresponding numeric value at compile-time. The symbolic arguments
4722 known to this enumerated value form are:
4723
4724 @code{unsigned-short-8-8-mesa}, @code{unsigned-short-8-8-rev-mesa},
4725 @code{ycbcr-mesa}.
4726
4727 @end defmac
4728
4729 @defmac sun-slice-accum enum
4730 Enumerated value. The symbolic @var{enum}argument is replaced with its
4731 corresponding numeric value at compile-time. The symbolic arguments
4732 known to this enumerated value form are:
4733
4734 @code{slice-accum-sun}.
4735
4736 @end defmac
4737
4738 @defmac sun-mesh-array enum
4739 Enumerated value. The symbolic @var{enum}argument is replaced with its
4740 corresponding numeric value at compile-time. The symbolic arguments
4741 known to this enumerated value form are:
4742
4743 @code{quad-mesh-sun}, @code{triangle-mesh-sun}.
4744
4745 @end defmac
4746
4747 @defmac nv-vertex-program enum
4748 Enumerated value. The symbolic @var{enum}argument is replaced with its
4749 corresponding numeric value at compile-time. The symbolic arguments
4750 known to this enumerated value form are:
4751
4752 @code{vertex-program-nv}, @code{vertex-state-program-nv},
4753 @code{attrib-array-size-nv}, @code{attrib-array-stride-nv},
4754 @code{attrib-array-type-nv}, @code{current-attrib-nv},
4755 @code{program-length-nv}, @code{program-string-nv},
4756 @code{modelview-projection-nv}, @code{identity-nv}, @code{inverse-nv},
4757 @code{transpose-nv}, @code{inverse-transpose-nv},
4758 @code{max-track-matrix-stack-depth-nv}, @code{max-track-matrices-nv},
4759 @code{matrix0-nv}, @code{matrix1-nv}, @code{matrix2-nv},
4760 @code{matrix3-nv}, @code{matrix4-nv}, @code{matrix5-nv},
4761 @code{matrix6-nv}, @code{matrix7-nv},
4762 @code{current-matrix-stack-depth-nv}, @code{current-matrix-nv},
4763 @code{vertex-program-point-size-nv}, @code{vertex-program-two-side-nv},
4764 @code{program-parameter-nv}, @code{attrib-array-pointer-nv},
4765 @code{program-target-nv}, @code{program-resident-nv},
4766 @code{track-matrix-nv}, @code{track-matrix-transform-nv},
4767 @code{vertex-program-binding-nv}, @code{program-error-position-nv},
4768 @code{vertex-attrib-array0-nv}, @code{vertex-attrib-array1-nv},
4769 @code{vertex-attrib-array2-nv}, @code{vertex-attrib-array3-nv},
4770 @code{vertex-attrib-array4-nv}, @code{vertex-attrib-array5-nv},
4771 @code{vertex-attrib-array6-nv}, @code{vertex-attrib-array7-nv},
4772 @code{vertex-attrib-array8-nv}, @code{vertex-attrib-array9-nv},
4773 @code{vertex-attrib-array10-nv}, @code{vertex-attrib-array11-nv},
4774 @code{vertex-attrib-array12-nv}, @code{vertex-attrib-array13-nv},
4775 @code{vertex-attrib-array14-nv}, @code{vertex-attrib-array15-nv},
4776 @code{map1-vertex-attrib0-4-nv}, @code{map1-vertex-attrib1-4-nv},
4777 @code{map1-vertex-attrib2-4-nv}, @code{map1-vertex-attrib3-4-nv},
4778 @code{map1-vertex-attrib4-4-nv}, @code{map1-vertex-attrib5-4-nv},
4779 @code{map1-vertex-attrib6-4-nv}, @code{map1-vertex-attrib7-4-nv},
4780 @code{map1-vertex-attrib8-4-nv}, @code{map1-vertex-attrib9-4-nv},
4781 @code{map1-vertex-attrib10-4-nv}, @code{map1-vertex-attrib11-4-nv},
4782 @code{map1-vertex-attrib12-4-nv}, @code{map1-vertex-attrib13-4-nv},
4783 @code{map1-vertex-attrib14-4-nv}, @code{map1-vertex-attrib15-4-nv},
4784 @code{map2-vertex-attrib0-4-nv}, @code{map2-vertex-attrib1-4-nv},
4785 @code{map2-vertex-attrib2-4-nv}, @code{map2-vertex-attrib3-4-nv},
4786 @code{map2-vertex-attrib4-4-nv}, @code{map2-vertex-attrib5-4-nv},
4787 @code{map2-vertex-attrib6-4-nv}, @code{map2-vertex-attrib7-4-nv},
4788 @code{map2-vertex-attrib8-4-nv}, @code{map2-vertex-attrib9-4-nv},
4789 @code{map2-vertex-attrib10-4-nv}, @code{map2-vertex-attrib11-4-nv},
4790 @code{map2-vertex-attrib12-4-nv}, @code{map2-vertex-attrib13-4-nv},
4791 @code{map2-vertex-attrib14-4-nv}, @code{map2-vertex-attrib15-4-nv}.
4792
4793 @end defmac
4794
4795 @defmac arb-depth-clamp enum
4796 Enumerated value. The symbolic @var{enum}argument is replaced with its
4797 corresponding numeric value at compile-time. The symbolic arguments
4798 known to this enumerated value form are:
4799
4800 @code{depth-clamp}.
4801
4802 @end defmac
4803
4804 @defmac nv-depth-clamp enum
4805 Enumerated value. The symbolic @var{enum}argument is replaced with its
4806 corresponding numeric value at compile-time. The symbolic arguments
4807 known to this enumerated value form are:
4808
4809 @code{depth-clamp-nv}.
4810
4811 @end defmac
4812
4813 @defmac arb-fragment-program enum
4814 Enumerated value. The symbolic @var{enum}argument is replaced with its
4815 corresponding numeric value at compile-time. The symbolic arguments
4816 known to this enumerated value form are:
4817
4818 @code{vertex-program-arb}, @code{vertex-attrib-array-enabled-arb},
4819 @code{vertex-attrib-array-size-arb},
4820 @code{vertex-attrib-array-stride-arb},
4821 @code{vertex-attrib-array-type-arb}, @code{current-vertex-attrib-arb},
4822 @code{program-length-arb}, @code{program-string-arb},
4823 @code{max-program-matrix-stack-depth-arb},
4824 @code{max-program-matrices-arb}, @code{current-matrix-stack-depth-arb},
4825 @code{current-matrix-arb}, @code{vertex-program-point-size-arb},
4826 @code{vertex-program-two-side-arb},
4827 @code{vertex-attrib-array-pointer-arb},
4828 @code{program-error-position-arb}, @code{program-binding-arb},
4829 @code{fragment-program-arb}, @code{program-alu-instructions-arb},
4830 @code{program-tex-instructions-arb},
4831 @code{program-tex-indirections-arb},
4832 @code{program-native-alu-instructions-arb},
4833 @code{program-native-tex-instructions-arb},
4834 @code{program-native-tex-indirections-arb},
4835 @code{max-program-alu-instructions-arb},
4836 @code{max-program-tex-instructions-arb},
4837 @code{max-program-tex-indirections-arb},
4838 @code{max-program-native-alu-instructions-arb},
4839 @code{max-program-native-tex-instructions-arb},
4840 @code{max-program-native-tex-indirections-arb},
4841 @code{max-texture-coords-arb}, @code{max-texture-image-units-arb},
4842 @code{program-error-string-arb}, @code{program-format-ascii-arb},
4843 @code{program-format-arb}, @code{program-instructions-arb},
4844 @code{max-program-instructions-arb},
4845 @code{program-native-instructions-arb},
4846 @code{max-program-native-instructions-arb},
4847 @code{program-temporaries-arb}, @code{max-program-temporaries-arb},
4848 @code{program-native-temporaries-arb},
4849 @code{max-program-native-temporaries-arb},
4850 @code{program-parameters-arb}, @code{max-program-parameters-arb},
4851 @code{program-native-parameters-arb},
4852 @code{max-program-native-parameters-arb}, @code{program-attribs-arb},
4853 @code{max-program-attribs-arb}, @code{program-native-attribs-arb},
4854 @code{max-program-native-attribs-arb},
4855 @code{program-address-registers-arb},
4856 @code{max-program-address-registers-arb},
4857 @code{program-native-address-registers-arb},
4858 @code{max-program-native-address-registers-arb},
4859 @code{max-program-local-parameters-arb},
4860 @code{max-program-env-parameters-arb},
4861 @code{program-under-native-limits-arb},
4862 @code{transpose-current-matrix-arb}, @code{matrix0-arb},
4863 @code{matrix1-arb}, @code{matrix2-arb}, @code{matrix3-arb},
4864 @code{matrix4-arb}, @code{matrix5-arb}, @code{matrix6-arb},
4865 @code{matrix7-arb}, @code{matrix8-arb}, @code{matrix9-arb},
4866 @code{matrix10-arb}, @code{matrix11-arb}, @code{matrix12-arb},
4867 @code{matrix13-arb}, @code{matrix14-arb}, @code{matrix15-arb},
4868 @code{matrix16-arb}, @code{matrix17-arb}, @code{matrix18-arb},
4869 @code{matrix19-arb}, @code{matrix20-arb}, @code{matrix21-arb},
4870 @code{matrix22-arb}, @code{matrix23-arb}, @code{matrix24-arb},
4871 @code{matrix25-arb}, @code{matrix26-arb}, @code{matrix27-arb},
4872 @code{matrix28-arb}, @code{matrix29-arb}, @code{matrix30-arb},
4873 @code{matrix31-arb}.
4874
4875 @end defmac
4876
4877 @defmac arb-vertex-blend enum
4878 Enumerated value. The symbolic @var{enum}argument is replaced with its
4879 corresponding numeric value at compile-time. The symbolic arguments
4880 known to this enumerated value form are:
4881
4882 @code{max-vertex-units-arb}, @code{active-vertex-units-arb},
4883 @code{weight-sum-unity-arb}, @code{vertex-blend-arb},
4884 @code{current-weight-arb}, @code{weight-array-type-arb},
4885 @code{weight-array-stride-arb}, @code{weight-array-size-arb},
4886 @code{weight-array-pointer-arb}, @code{weight-array-arb},
4887 @code{modelview0-arb}, @code{modelview1-arb}, @code{modelview2-arb},
4888 @code{modelview3-arb}, @code{modelview4-arb}, @code{modelview5-arb},
4889 @code{modelview6-arb}, @code{modelview7-arb}, @code{modelview8-arb},
4890 @code{modelview9-arb}, @code{modelview10-arb}, @code{modelview11-arb},
4891 @code{modelview12-arb}, @code{modelview13-arb}, @code{modelview14-arb},
4892 @code{modelview15-arb}, @code{modelview16-arb}, @code{modelview17-arb},
4893 @code{modelview18-arb}, @code{modelview19-arb}, @code{modelview20-arb},
4894 @code{modelview21-arb}, @code{modelview22-arb}, @code{modelview23-arb},
4895 @code{modelview24-arb}, @code{modelview25-arb}, @code{modelview26-arb},
4896 @code{modelview27-arb}, @code{modelview28-arb}, @code{modelview29-arb},
4897 @code{modelview30-arb}, @code{modelview31-arb}.
4898
4899 @end defmac
4900
4901 @defmac oes-matrix-palette enum
4902 Enumerated value. The symbolic @var{enum}argument is replaced with its
4903 corresponding numeric value at compile-time. The symbolic arguments
4904 known to this enumerated value form are:
4905
4906 @code{max-vertex-units-oes}, @code{weight-array-oes},
4907 @code{weight-array-type-oes}, @code{weight-array-stride-oes},
4908 @code{weight-array-size-oes}, @code{weight-array-pointer-oes},
4909 @code{matrix-palette-oes}, @code{max-palette-matrices-oes},
4910 @code{current-palette-matrix-oes}, @code{matrix-index-array-oes},
4911 @code{matrix-index-array-size-oes}, @code{matrix-index-array-type-oes},
4912 @code{matrix-index-array-stride-oes},
4913 @code{matrix-index-array-pointer-oes},
4914 @code{weight-array-buffer-binding-oes},
4915 @code{matrix-index-array-buffer-binding-oes}.
4916
4917 @end defmac
4918
4919 @defmac arb-texture-env-dot-3 enum
4920 Enumerated value. The symbolic @var{enum}argument is replaced with its
4921 corresponding numeric value at compile-time. The symbolic arguments
4922 known to this enumerated value form are:
4923
4924 @code{dot3-rgb-arb}, @code{dot3-rgba-arb}.
4925
4926 @end defmac
4927
4928 @defmac img-texture-env-enhanced-fixed-function enum
4929 Enumerated value. The symbolic @var{enum}argument is replaced with its
4930 corresponding numeric value at compile-time. The symbolic arguments
4931 known to this enumerated value form are:
4932
4933 @code{dot3-rgba-img}, @code{modulate-color-img},
4934 @code{recip-add-signed-alpha-img}, @code{texture-alpha-modulate-img},
4935 @code{factor-alpha-modulate-img}, @code{fragment-alpha-modulate-img},
4936 @code{add-blend-img}.
4937
4938 @end defmac
4939
4940 @defmac 3dfx-texture-compression-fxt1 enum
4941 Enumerated value. The symbolic @var{enum}argument is replaced with its
4942 corresponding numeric value at compile-time. The symbolic arguments
4943 known to this enumerated value form are:
4944
4945 @code{compressed-rgb-fxt1-3dfx}, @code{compressed-rgba-fxt1-3dfx}.
4946
4947 @end defmac
4948
4949 @defmac nv-evaluators enum
4950 Enumerated value. The symbolic @var{enum}argument is replaced with its
4951 corresponding numeric value at compile-time. The symbolic arguments
4952 known to this enumerated value form are:
4953
4954 @code{eval-2d-nv}, @code{eval-triangular-2d-nv},
4955 @code{map-tessellation-nv}, @code{map-attrib-u-order-nv},
4956 @code{map-attrib-v-order-nv}, @code{eval-fractional-tessellation-nv},
4957 @code{eval-vertex-atrrib0-nv}, @code{eval-vertex-atrrib1-nv},
4958 @code{eval-vertex-atrrib2-nv}, @code{eval-vertex-atrrib3-nv},
4959 @code{eval-vertex-atrrib4-nv}, @code{eval-vertex-atrrib5-nv},
4960 @code{eval-vertex-atrrib6-nv}, @code{eval-vertex-atrrib7-nv},
4961 @code{eval-vertex-atrrib8-nv}, @code{eval-vertex-atrrib9-nv},
4962 @code{eval-vertex-atrrib10-nv}, @code{eval-vertex-atrrib11-nv},
4963 @code{eval-vertex-atrrib12-nv}, @code{eval-vertex-atrrib13-nv},
4964 @code{eval-vertex-atrrib14-nv}, @code{eval-vertex-atrrib15-nv},
4965 @code{max-map-tessellation-nv}, @code{max-rational-eval-order-nv}.
4966
4967 @end defmac
4968
4969 @defmac nv-tessellation-program-5 enum
4970 Enumerated value. The symbolic @var{enum}argument is replaced with its
4971 corresponding numeric value at compile-time. The symbolic arguments
4972 known to this enumerated value form are:
4973
4974 @code{max-program-patch-attribs-nv}, @code{tess-control-program-nv},
4975 @code{tess-evaluation-program-nv},
4976 @code{tess-control-program-parameter-buffer-nv},
4977 @code{tess-evaluation-program-parameter-buffer-nv}.
4978
4979 @end defmac
4980
4981 @defmac nv-texture-shader enum
4982 Enumerated value. The symbolic @var{enum}argument is replaced with its
4983 corresponding numeric value at compile-time. The symbolic arguments
4984 known to this enumerated value form are:
4985
4986 @code{offset-texture-rectangle-nv},
4987 @code{offset-texture-rectangle-scale-nv},
4988 @code{dot-product-texture-rectangle-nv},
4989 @code{rgba-unsigned-dot-product-mapping-nv},
4990 @code{unsigned-int-s8-s8-8-8-nv}, @code{unsigned-int-8-8-s8-s8-rev-nv},
4991 @code{dsdt-mag-intensity-nv}, @code{shader-consistent-nv},
4992 @code{texture-shader-nv}, @code{shader-operation-nv},
4993 @code{cull-modes-nv}, @code{offset-texture-matrix-nv},
4994 @code{offset-texture-scale-nv}, @code{offset-texture-bias-nv},
4995 @code{offset-texture-2d-matrix-nv}, @code{offset-texture-2d-scale-nv},
4996 @code{offset-texture-2d-bias-nv}, @code{previous-texture-input-nv},
4997 @code{const-eye-nv}, @code{pass-through-nv}, @code{cull-fragment-nv},
4998 @code{offset-texture-2d-nv}, @code{dependent-ar-texture-2d-nv},
4999 @code{dependent-gb-texture-2d-nv}, @code{dot-product-nv},
5000 @code{dot-product-depth-replace-nv}, @code{dot-product-texture-2d-nv},
5001 @code{dot-product-texture-cube-map-nv},
5002 @code{dot-product-diffuse-cube-map-nv},
5003 @code{dot-product-reflect-cube-map-nv},
5004 @code{dot-product-const-eye-reflect-cube-map-nv}, @code{hilo-nv},
5005 @code{dsdt-nv}, @code{dsdt-mag-nv}, @code{dsdt-mag-vib-nv},
5006 @code{hilo16-nv}, @code{signed-hilo-nv}, @code{signed-hilo16-nv},
5007 @code{signed-rgba-nv}, @code{signed-rgba8-nv}, @code{signed-rgb-nv},
5008 @code{signed-rgb8-nv}, @code{signed-luminance-nv},
5009 @code{signed-luminance8-nv}, @code{signed-luminance-alpha-nv},
5010 @code{signed-luminance8-alpha8-nv}, @code{signed-alpha-nv},
5011 @code{signed-alpha8-nv}, @code{signed-intensity-nv},
5012 @code{signed-intensity8-nv}, @code{dsdt8-nv}, @code{dsdt8-mag8-nv},
5013 @code{dsdt8-mag8-intensity8-nv}, @code{signed-rgb-unsigned-alpha-nv},
5014 @code{signed-rgb8-unsigned-alpha8-nv}, @code{hi-scale-nv},
5015 @code{lo-scale-nv}, @code{ds-scale-nv}, @code{dt-scale-nv},
5016 @code{magnitude-scale-nv}, @code{vibrance-scale-nv}, @code{hi-bias-nv},
5017 @code{lo-bias-nv}, @code{ds-bias-nv}, @code{dt-bias-nv},
5018 @code{magnitude-bias-nv}, @code{vibrance-bias-nv},
5019 @code{texture-border-values-nv}, @code{texture-hi-size-nv},
5020 @code{texture-lo-size-nv}, @code{texture-ds-size-nv},
5021 @code{texture-dt-size-nv}, @code{texture-mag-size-nv}.
5022
5023 @end defmac
5024
5025 @defmac nv-vdpau-interop enum
5026 Enumerated value. The symbolic @var{enum}argument is replaced with its
5027 corresponding numeric value at compile-time. The symbolic arguments
5028 known to this enumerated value form are:
5029
5030 @code{surface-state-nv}, @code{surface-registered-nv},
5031 @code{surface-mapped-nv}, @code{write-discard-nv}.
5032
5033 @end defmac
5034
5035 @defmac nv-texture-shader-2 enum
5036 Enumerated value. The symbolic @var{enum}argument is replaced with its
5037 corresponding numeric value at compile-time. The symbolic arguments
5038 known to this enumerated value form are:
5039
5040 @code{dot-product-texture-3d-nv}.
5041
5042 @end defmac
5043
5044 @defmac ext-texture-env-dot-3 enum
5045 Enumerated value. The symbolic @var{enum}argument is replaced with its
5046 corresponding numeric value at compile-time. The symbolic arguments
5047 known to this enumerated value form are:
5048
5049 @code{dot3-rgb-ext}, @code{dot3-rgba-ext}.
5050
5051 @end defmac
5052
5053 @defmac amd-program-binary-z400 enum
5054 Enumerated value. The symbolic @var{enum}argument is replaced with its
5055 corresponding numeric value at compile-time. The symbolic arguments
5056 known to this enumerated value form are:
5057
5058 @code{z400-binary-amd}.
5059
5060 @end defmac
5061
5062 @defmac oes-get-program-binary enum
5063 Enumerated value. The symbolic @var{enum}argument is replaced with its
5064 corresponding numeric value at compile-time. The symbolic arguments
5065 known to this enumerated value form are:
5066
5067 @code{program-binary-length-oes}, @code{num-program-binary-formats-oes},
5068 @code{program-binary-formats-oes}.
5069
5070 @end defmac
5071
5072 @defmac ati-texture-mirror-once enum
5073 Enumerated value. The symbolic @var{enum}argument is replaced with its
5074 corresponding numeric value at compile-time. The symbolic arguments
5075 known to this enumerated value form are:
5076
5077 @code{mirror-clamp-ati}, @code{mirror-clamp-to-edge-ati}.
5078
5079 @end defmac
5080
5081 @defmac ext-texture-mirror-clamp enum
5082 Enumerated value. The symbolic @var{enum}argument is replaced with its
5083 corresponding numeric value at compile-time. The symbolic arguments
5084 known to this enumerated value form are:
5085
5086 @code{mirror-clamp-ext}, @code{mirror-clamp-to-edge-ext},
5087 @code{mirror-clamp-to-border-ext}.
5088
5089 @end defmac
5090
5091 @defmac ati-texture-env-combine-3 enum
5092 Enumerated value. The symbolic @var{enum}argument is replaced with its
5093 corresponding numeric value at compile-time. The symbolic arguments
5094 known to this enumerated value form are:
5095
5096 @code{modulate-add-ati}, @code{modulate-signed-add-ati},
5097 @code{modulate-subtract-ati}.
5098
5099 @end defmac
5100
5101 @defmac amd-stencil-operation-extended enum
5102 Enumerated value. The symbolic @var{enum}argument is replaced with its
5103 corresponding numeric value at compile-time. The symbolic arguments
5104 known to this enumerated value form are:
5105
5106 @code{set-amd}, @code{replace-value-amd}, @code{stencil-op-value-amd},
5107 @code{stencil-back-op-value-amd}.
5108
5109 @end defmac
5110
5111 @defmac mesa-packed-depth-stencil enum
5112 Enumerated value. The symbolic @var{enum}argument is replaced with its
5113 corresponding numeric value at compile-time. The symbolic arguments
5114 known to this enumerated value form are:
5115
5116 @code{depth-stencil-mesa}, @code{unsigned-int-24-8-mesa},
5117 @code{unsigned-int-8-24-rev-mesa}, @code{unsigned-short-15-1-mesa},
5118 @code{unsigned-short-1-15-rev-mesa}.
5119
5120 @end defmac
5121
5122 @defmac mesa-trace enum
5123 Enumerated value. The symbolic @var{enum}argument is replaced with its
5124 corresponding numeric value at compile-time. The symbolic arguments
5125 known to this enumerated value form are:
5126
5127 @code{trace-all-bits-mesa}, @code{trace-operations-bit-mesa},
5128 @code{trace-primitives-bit-mesa}, @code{trace-arrays-bit-mesa},
5129 @code{trace-textures-bit-mesa}, @code{trace-pixels-bit-mesa},
5130 @code{trace-errors-bit-mesa}, @code{trace-mask-mesa},
5131 @code{trace-name-mesa}.
5132
5133 @end defmac
5134
5135 @defmac mesa-pack-invert enum
5136 Enumerated value. The symbolic @var{enum}argument is replaced with its
5137 corresponding numeric value at compile-time. The symbolic arguments
5138 known to this enumerated value form are:
5139
5140 @code{pack-invert-mesa}.
5141
5142 @end defmac
5143
5144 @defmac mesax-texture-stack enum
5145 Enumerated value. The symbolic @var{enum}argument is replaced with its
5146 corresponding numeric value at compile-time. The symbolic arguments
5147 known to this enumerated value form are:
5148
5149 @code{texture-1d-stack-mesax}, @code{texture-2d-stack-mesax},
5150 @code{proxy-texture-1d-stack-mesax},
5151 @code{proxy-texture-2d-stack-mesax},
5152 @code{texture-1d-stack-binding-mesax},
5153 @code{texture-2d-stack-binding-mesax}.
5154
5155 @end defmac
5156
5157 @defmac mesa-shader-debug enum
5158 Enumerated value. The symbolic @var{enum}argument is replaced with its
5159 corresponding numeric value at compile-time. The symbolic arguments
5160 known to this enumerated value form are:
5161
5162 @code{debug-object-mesa}, @code{debug-print-mesa},
5163 @code{debug-assert-mesa}.
5164
5165 @end defmac
5166
5167 @defmac ati-vertex-array-object enum
5168 Enumerated value. The symbolic @var{enum}argument is replaced with its
5169 corresponding numeric value at compile-time. The symbolic arguments
5170 known to this enumerated value form are:
5171
5172 @code{static-ati}, @code{dynamic-ati}, @code{preserve-ati},
5173 @code{discard-ati}, @code{object-buffer-size-ati},
5174 @code{object-buffer-usage-ati}, @code{array-object-buffer-ati},
5175 @code{array-object-offset-ati}.
5176
5177 @end defmac
5178
5179 @defmac arb-vertex-buffer-object enum
5180 Enumerated value. The symbolic @var{enum}argument is replaced with its
5181 corresponding numeric value at compile-time. The symbolic arguments
5182 known to this enumerated value form are:
5183
5184 @code{buffer-size-arb}, @code{buffer-usage-arb},
5185 @code{array-buffer-arb}, @code{element-array-buffer-arb},
5186 @code{array-buffer-binding-arb},
5187 @code{element-array-buffer-binding-arb},
5188 @code{vertex-array-buffer-binding-arb},
5189 @code{normal-array-buffer-binding-arb},
5190 @code{color-array-buffer-binding-arb},
5191 @code{index-array-buffer-binding-arb},
5192 @code{texture-coord-array-buffer-binding-arb},
5193 @code{edge-flag-array-buffer-binding-arb},
5194 @code{secondary-color-array-buffer-binding-arb},
5195 @code{fog-coordinate-array-buffer-binding-arb},
5196 @code{weight-array-buffer-binding-arb},
5197 @code{vertex-attrib-array-buffer-binding-arb}, @code{read-only-arb},
5198 @code{write-only-arb}, @code{read-write-arb}, @code{buffer-access-arb},
5199 @code{buffer-mapped-arb}, @code{buffer-map-pointer-arb},
5200 @code{stream-draw-arb}, @code{stream-read-arb}, @code{stream-copy-arb},
5201 @code{static-draw-arb}, @code{static-read-arb}, @code{static-copy-arb},
5202 @code{dynamic-draw-arb}, @code{dynamic-read-arb},
5203 @code{dynamic-copy-arb}.
5204
5205 @end defmac
5206
5207 @defmac ati-element-array enum
5208 Enumerated value. The symbolic @var{enum}argument is replaced with its
5209 corresponding numeric value at compile-time. The symbolic arguments
5210 known to this enumerated value form are:
5211
5212 @code{element-array-ati}, @code{element-array-type-ati},
5213 @code{element-array-pointer-ati}.
5214
5215 @end defmac
5216
5217 @defmac ati-vertex-streams enum
5218 Enumerated value. The symbolic @var{enum}argument is replaced with its
5219 corresponding numeric value at compile-time. The symbolic arguments
5220 known to this enumerated value form are:
5221
5222 @code{max-vertex-streams-ati}, @code{vertex-stream0-ati},
5223 @code{vertex-stream1-ati}, @code{vertex-stream2-ati},
5224 @code{vertex-stream3-ati}, @code{vertex-stream4-ati},
5225 @code{vertex-stream5-ati}, @code{vertex-stream6-ati},
5226 @code{vertex-stream7-ati}, @code{vertex-source-ati}.
5227
5228 @end defmac
5229
5230 @defmac ati-envmap-bumpmap enum
5231 Enumerated value. The symbolic @var{enum}argument is replaced with its
5232 corresponding numeric value at compile-time. The symbolic arguments
5233 known to this enumerated value form are:
5234
5235 @code{bump-rot-matrix-ati}, @code{bump-rot-matrix-size-ati},
5236 @code{bump-num-tex-units-ati}, @code{bump-tex-units-ati},
5237 @code{dudv-ati}, @code{du8dv8-ati}, @code{bump-envmap-ati},
5238 @code{bump-target-ati}.
5239
5240 @end defmac
5241
5242 @defmac ext-vertex-shader enum
5243 Enumerated value. The symbolic @var{enum}argument is replaced with its
5244 corresponding numeric value at compile-time. The symbolic arguments
5245 known to this enumerated value form are:
5246
5247 @code{vertex-shader-ext}, @code{vertex-shader-binding-ext},
5248 @code{op-index-ext}, @code{op-negate-ext}, @code{op-dot3-ext},
5249 @code{op-dot4-ext}, @code{op-mul-ext}, @code{op-add-ext},
5250 @code{op-madd-ext}, @code{op-frac-ext}, @code{op-max-ext},
5251 @code{op-min-ext}, @code{op-set-ge-ext}, @code{op-set-lt-ext},
5252 @code{op-clamp-ext}, @code{op-floor-ext}, @code{op-round-ext},
5253 @code{op-exp-base-2-ext}, @code{op-log-base-2-ext}, @code{op-power-ext},
5254 @code{op-recip-ext}, @code{op-recip-sqrt-ext}, @code{op-sub-ext},
5255 @code{op-cross-product-ext}, @code{op-multiply-matrix-ext},
5256 @code{op-mov-ext}, @code{output-vertex-ext}, @code{output-color0-ext},
5257 @code{output-color1-ext}, @code{output-texture-coord0-ext},
5258 @code{output-texture-coord1-ext}, @code{output-texture-coord2-ext},
5259 @code{output-texture-coord3-ext}, @code{output-texture-coord4-ext},
5260 @code{output-texture-coord5-ext}, @code{output-texture-coord6-ext},
5261 @code{output-texture-coord7-ext}, @code{output-texture-coord8-ext},
5262 @code{output-texture-coord9-ext}, @code{output-texture-coord10-ext},
5263 @code{output-texture-coord11-ext}, @code{output-texture-coord12-ext},
5264 @code{output-texture-coord13-ext}, @code{output-texture-coord14-ext},
5265 @code{output-texture-coord15-ext}, @code{output-texture-coord16-ext},
5266 @code{output-texture-coord17-ext}, @code{output-texture-coord18-ext},
5267 @code{output-texture-coord19-ext}, @code{output-texture-coord20-ext},
5268 @code{output-texture-coord21-ext}, @code{output-texture-coord22-ext},
5269 @code{output-texture-coord23-ext}, @code{output-texture-coord24-ext},
5270 @code{output-texture-coord25-ext}, @code{output-texture-coord26-ext},
5271 @code{output-texture-coord27-ext}, @code{output-texture-coord28-ext},
5272 @code{output-texture-coord29-ext}, @code{output-texture-coord30-ext},
5273 @code{output-texture-coord31-ext}, @code{output-fog-ext},
5274 @code{scalar-ext}, @code{vector-ext}, @code{matrix-ext},
5275 @code{variant-ext}, @code{invariant-ext}, @code{local-constant-ext},
5276 @code{local-ext}, @code{max-vertex-shader-instructions-ext},
5277 @code{max-vertex-shader-variants-ext},
5278 @code{max-vertex-shader-invariants-ext},
5279 @code{max-vertex-shader-local-constants-ext},
5280 @code{max-vertex-shader-locals-ext},
5281 @code{max-optimized-vertex-shader-instructions-ext},
5282 @code{max-optimized-vertex-shader-variants-ext},
5283 @code{max-optimized-vertex-shader-local-constants-ext},
5284 @code{max-optimized-vertex-shader-invariants-ext},
5285 @code{max-optimized-vertex-shader-locals-ext},
5286 @code{vertex-shader-instructions-ext},
5287 @code{vertex-shader-variants-ext}, @code{vertex-shader-invariants-ext},
5288 @code{vertex-shader-local-constants-ext},
5289 @code{vertex-shader-locals-ext}, @code{vertex-shader-optimized-ext},
5290 @code{x-ext}, @code{y-ext}, @code{z-ext}, @code{w-ext},
5291 @code{negative-x-ext}, @code{negative-y-ext}, @code{negative-z-ext},
5292 @code{negative-w-ext}, @code{zero-ext}, @code{one-ext},
5293 @code{negative-one-ext}, @code{normalized-range-ext},
5294 @code{full-range-ext}, @code{current-vertex-ext}, @code{mvp-matrix-ext},
5295 @code{variant-value-ext}, @code{variant-datatype-ext},
5296 @code{variant-array-stride-ext}, @code{variant-array-type-ext},
5297 @code{variant-array-ext}, @code{variant-array-pointer-ext},
5298 @code{invariant-value-ext}, @code{invariant-datatype-ext},
5299 @code{local-constant-value-ext}, @code{local-constant-datatype-ext}.
5300
5301 @end defmac
5302
5303 @defmac amd-compressed-atc-texture enum
5304 Enumerated value. The symbolic @var{enum}argument is replaced with its
5305 corresponding numeric value at compile-time. The symbolic arguments
5306 known to this enumerated value form are:
5307
5308 @code{atc-rgba-interpolated-alpha-amd}, @code{atc-rgb-amd},
5309 @code{atc-rgba-explicit-alpha-amd}.
5310
5311 @end defmac
5312
5313 @defmac ati-pn-triangles enum
5314 Enumerated value. The symbolic @var{enum}argument is replaced with its
5315 corresponding numeric value at compile-time. The symbolic arguments
5316 known to this enumerated value form are:
5317
5318 @code{pn-triangles-ati}, @code{max-pn-triangles-tesselation-level-ati},
5319 @code{pn-triangles-point-mode-ati}, @code{pn-triangles-normal-mode-ati},
5320 @code{pn-triangles-tesselation-level-ati},
5321 @code{pn-triangles-point-mode-linear-ati},
5322 @code{pn-triangles-point-mode-cubic-ati},
5323 @code{pn-triangles-normal-mode-linear-ati},
5324 @code{pn-triangles-normal-mode-quadratic-ati}.
5325
5326 @end defmac
5327
5328 @defmac amd-compressed-3dc-texture enum
5329 Enumerated value. The symbolic @var{enum}argument is replaced with its
5330 corresponding numeric value at compile-time. The symbolic arguments
5331 known to this enumerated value form are:
5332
5333 @code{3dc-x-amd}, @code{3dc-xy-amd}.
5334
5335 @end defmac
5336
5337 @defmac ati-meminfo enum
5338 Enumerated value. The symbolic @var{enum}argument is replaced with its
5339 corresponding numeric value at compile-time. The symbolic arguments
5340 known to this enumerated value form are:
5341
5342 @code{vbo-free-memory-ati}, @code{texture-free-memory-ati},
5343 @code{renderbuffer-free-memory-ati}.
5344
5345 @end defmac
5346
5347 @defmac ati-separate-stencil enum
5348 Enumerated value. The symbolic @var{enum}argument is replaced with its
5349 corresponding numeric value at compile-time. The symbolic arguments
5350 known to this enumerated value form are:
5351
5352 @code{stencil-back-func-ati}, @code{stencil-back-pass-depth-fail-ati},
5353 @code{stencil-back-pass-depth-pass-ati}.
5354
5355 @end defmac
5356
5357 @defmac arb-texture-float enum
5358 Enumerated value. The symbolic @var{enum}argument is replaced with its
5359 corresponding numeric value at compile-time. The symbolic arguments
5360 known to this enumerated value form are:
5361
5362 @code{rgba32f-arb}, @code{rgb32f-arb}, @code{alpha32f-arb},
5363 @code{intensity32f-arb}, @code{luminance32f-arb},
5364 @code{luminance-alpha32f-arb}, @code{rgba16f-arb}, @code{rgb16f-arb},
5365 @code{alpha16f-arb}, @code{intensity16f-arb}, @code{luminance16f-arb},
5366 @code{luminance-alpha16f-arb}, @code{texture-red-type-arb},
5367 @code{texture-green-type-arb}, @code{texture-blue-type-arb},
5368 @code{texture-alpha-type-arb}, @code{texture-luminance-type-arb},
5369 @code{texture-intensity-type-arb}, @code{texture-depth-type-arb},
5370 @code{unsigned-normalized-arb}.
5371
5372 @end defmac
5373
5374 @defmac ati-texture-float enum
5375 Enumerated value. The symbolic @var{enum}argument is replaced with its
5376 corresponding numeric value at compile-time. The symbolic arguments
5377 known to this enumerated value form are:
5378
5379 @code{rgba-float32-ati}, @code{rgb-float32-ati},
5380 @code{alpha-float32-ati}, @code{intensity-float32-ati},
5381 @code{luminance-float32-ati}, @code{luminance-alpha-float32-ati},
5382 @code{rgba-float16-ati}, @code{rgb-float16-ati},
5383 @code{alpha-float16-ati}, @code{intensity-float16-ati},
5384 @code{luminance-float16-ati}, @code{luminance-alpha-float16-ati}.
5385
5386 @end defmac
5387
5388 @defmac arb-color-buffer-float enum
5389 Enumerated value. The symbolic @var{enum}argument is replaced with its
5390 corresponding numeric value at compile-time. The symbolic arguments
5391 known to this enumerated value form are:
5392
5393 @code{rgba-float-mode-arb}, @code{clamp-vertex-color-arb},
5394 @code{clamp-fragment-color-arb}, @code{clamp-read-color-arb},
5395 @code{fixed-only-arb}.
5396
5397 @end defmac
5398
5399 @defmac ati-pixel-format-float enum
5400 Enumerated value. The symbolic @var{enum}argument is replaced with its
5401 corresponding numeric value at compile-time. The symbolic arguments
5402 known to this enumerated value form are:
5403
5404 @code{type-rgba-float-ati}, @code{color-clear-unclamped-value-ati}.
5405
5406 @end defmac
5407
5408 @defmac qcom-writeonly-rendering enum
5409 Enumerated value. The symbolic @var{enum}argument is replaced with its
5410 corresponding numeric value at compile-time. The symbolic arguments
5411 known to this enumerated value form are:
5412
5413 @code{writeonly-rendering-qcom}.
5414
5415 @end defmac
5416
5417 @defmac arb-draw-buffers enum
5418 Enumerated value. The symbolic @var{enum}argument is replaced with its
5419 corresponding numeric value at compile-time. The symbolic arguments
5420 known to this enumerated value form are:
5421
5422 @code{max-draw-buffers-arb}, @code{draw-buffer0-arb},
5423 @code{draw-buffer1-arb}, @code{draw-buffer2-arb},
5424 @code{draw-buffer3-arb}, @code{draw-buffer4-arb},
5425 @code{draw-buffer5-arb}, @code{draw-buffer6-arb},
5426 @code{draw-buffer7-arb}, @code{draw-buffer8-arb},
5427 @code{draw-buffer9-arb}, @code{draw-buffer10-arb},
5428 @code{draw-buffer11-arb}, @code{draw-buffer12-arb},
5429 @code{draw-buffer13-arb}, @code{draw-buffer14-arb},
5430 @code{draw-buffer15-arb}.
5431
5432 @end defmac
5433
5434 @defmac ati-draw-buffers enum
5435 Enumerated value. The symbolic @var{enum}argument is replaced with its
5436 corresponding numeric value at compile-time. The symbolic arguments
5437 known to this enumerated value form are:
5438
5439 @code{max-draw-buffers-ati}, @code{draw-buffer0-ati},
5440 @code{draw-buffer1-ati}, @code{draw-buffer2-ati},
5441 @code{draw-buffer3-ati}, @code{draw-buffer4-ati},
5442 @code{draw-buffer5-ati}, @code{draw-buffer6-ati},
5443 @code{draw-buffer7-ati}, @code{draw-buffer8-ati},
5444 @code{draw-buffer9-ati}, @code{draw-buffer10-ati},
5445 @code{draw-buffer11-ati}, @code{draw-buffer12-ati},
5446 @code{draw-buffer13-ati}, @code{draw-buffer14-ati},
5447 @code{draw-buffer15-ati}.
5448
5449 @end defmac
5450
5451 @defmac nv-draw-buffers enum
5452 Enumerated value. The symbolic @var{enum}argument is replaced with its
5453 corresponding numeric value at compile-time. The symbolic arguments
5454 known to this enumerated value form are:
5455
5456 @code{max-draw-buffers-nv}, @code{draw-buffer0-nv},
5457 @code{draw-buffer1-nv}, @code{draw-buffer2-nv}, @code{draw-buffer3-nv},
5458 @code{draw-buffer4-nv}, @code{draw-buffer5-nv}, @code{draw-buffer6-nv},
5459 @code{draw-buffer7-nv}, @code{draw-buffer8-nv}, @code{draw-buffer9-nv},
5460 @code{draw-buffer10-nv}, @code{draw-buffer11-nv},
5461 @code{draw-buffer12-nv}, @code{draw-buffer13-nv},
5462 @code{draw-buffer14-nv}, @code{draw-buffer15-nv},
5463 @code{color-attachment0-nv}, @code{color-attachment1-nv},
5464 @code{color-attachment2-nv}, @code{color-attachment3-nv},
5465 @code{color-attachment4-nv}, @code{color-attachment5-nv},
5466 @code{color-attachment6-nv}, @code{color-attachment7-nv},
5467 @code{color-attachment8-nv}, @code{color-attachment9-nv},
5468 @code{color-attachment10-nv}, @code{color-attachment11-nv},
5469 @code{color-attachment12-nv}, @code{color-attachment13-nv},
5470 @code{color-attachment14-nv}, @code{color-attachment15-nv}.
5471
5472 @end defmac
5473
5474 @defmac amd-sample-positions enum
5475 Enumerated value. The symbolic @var{enum}argument is replaced with its
5476 corresponding numeric value at compile-time. The symbolic arguments
5477 known to this enumerated value form are:
5478
5479 @code{subsample-distance-amd}.
5480
5481 @end defmac
5482
5483 @defmac arb-matrix-palette enum
5484 Enumerated value. The symbolic @var{enum}argument is replaced with its
5485 corresponding numeric value at compile-time. The symbolic arguments
5486 known to this enumerated value form are:
5487
5488 @code{matrix-palette-arb}, @code{max-matrix-palette-stack-depth-arb},
5489 @code{max-palette-matrices-arb}, @code{current-palette-matrix-arb},
5490 @code{matrix-index-array-arb}, @code{current-matrix-index-arb},
5491 @code{matrix-index-array-size-arb}, @code{matrix-index-array-type-arb},
5492 @code{matrix-index-array-stride-arb},
5493 @code{matrix-index-array-pointer-arb}.
5494
5495 @end defmac
5496
5497 @defmac arb-shadow enum
5498 Enumerated value. The symbolic @var{enum}argument is replaced with its
5499 corresponding numeric value at compile-time. The symbolic arguments
5500 known to this enumerated value form are:
5501
5502 @code{texture-compare-mode-arb}, @code{texture-compare-func-arb},
5503 @code{compare-r-to-texture-arb}.
5504
5505 @end defmac
5506
5507 @defmac ext-shadow-samplers enum
5508 Enumerated value. The symbolic @var{enum}argument is replaced with its
5509 corresponding numeric value at compile-time. The symbolic arguments
5510 known to this enumerated value form are:
5511
5512 @code{texture-compare-mode-ext}, @code{texture-compare-func-ext},
5513 @code{compare-ref-to-texture-ext}, @code{sampler-2d-shadow-ext}.
5514
5515 @end defmac
5516
5517 @defmac ext-texture-array enum
5518 Enumerated value. The symbolic @var{enum}argument is replaced with its
5519 corresponding numeric value at compile-time. The symbolic arguments
5520 known to this enumerated value form are:
5521
5522 @code{compare-ref-depth-to-texture-ext},
5523 @code{max-array-texture-layers-ext}, @code{texture-1d-array-ext},
5524 @code{proxy-texture-1d-array-ext}, @code{texture-2d-array-ext},
5525 @code{proxy-texture-2d-array-ext}, @code{texture-binding-1d-array-ext},
5526 @code{texture-binding-2d-array-ext}.
5527
5528 @end defmac
5529
5530 @defmac arb-seamless-cube-map enum
5531 Enumerated value. The symbolic @var{enum}argument is replaced with its
5532 corresponding numeric value at compile-time. The symbolic arguments
5533 known to this enumerated value form are:
5534
5535 @code{texture-cube-map-seamless}.
5536
5537 @end defmac
5538
5539 @defmac nv-texture-shader-3 enum
5540 Enumerated value. The symbolic @var{enum}argument is replaced with its
5541 corresponding numeric value at compile-time. The symbolic arguments
5542 known to this enumerated value form are:
5543
5544 @code{offset-projective-texture-2d-nv},
5545 @code{offset-projective-texture-2d-scale-nv},
5546 @code{offset-projective-texture-rectangle-nv},
5547 @code{offset-projective-texture-rectangle-scale-nv},
5548 @code{offset-hilo-texture-2d-nv},
5549 @code{offset-hilo-texture-rectangle-nv},
5550 @code{offset-hilo-projective-texture-2d-nv},
5551 @code{offset-hilo-projective-texture-rectangle-nv},
5552 @code{dependent-hilo-texture-2d-nv}, @code{dependent-rgb-texture-3d-nv},
5553 @code{dependent-rgb-texture-cube-map-nv},
5554 @code{dot-product-pass-through-nv}, @code{dot-product-texture-1d-nv},
5555 @code{dot-product-affine-depth-replace-nv}, @code{hilo8-nv},
5556 @code{signed-hilo8-nv}, @code{force-blue-to-one-nv}.
5557
5558 @end defmac
5559
5560 @defmac arb-point-sprite enum
5561 Enumerated value. The symbolic @var{enum}argument is replaced with its
5562 corresponding numeric value at compile-time. The symbolic arguments
5563 known to this enumerated value form are:
5564
5565 @code{point-sprite-arb}, @code{coord-replace-arb}.
5566
5567 @end defmac
5568
5569 @defmac nv-point-sprite enum
5570 Enumerated value. The symbolic @var{enum}argument is replaced with its
5571 corresponding numeric value at compile-time. The symbolic arguments
5572 known to this enumerated value form are:
5573
5574 @code{point-sprite-nv}, @code{coord-replace-nv},
5575 @code{point-sprite-r-mode-nv}.
5576
5577 @end defmac
5578
5579 @defmac oes-point-sprite enum
5580 Enumerated value. The symbolic @var{enum}argument is replaced with its
5581 corresponding numeric value at compile-time. The symbolic arguments
5582 known to this enumerated value form are:
5583
5584 @code{point-sprite-arb}, @code{coord-replace-arb}.
5585
5586 @end defmac
5587
5588 @defmac arb-occlusion-query enum
5589 Enumerated value. The symbolic @var{enum}argument is replaced with its
5590 corresponding numeric value at compile-time. The symbolic arguments
5591 known to this enumerated value form are:
5592
5593 @code{query-counter-bits-arb}, @code{current-query-arb},
5594 @code{query-result-arb}, @code{query-result-available-arb},
5595 @code{samples-passed-arb}.
5596
5597 @end defmac
5598
5599 @defmac nv-occlusion-query enum
5600 Enumerated value. The symbolic @var{enum}argument is replaced with its
5601 corresponding numeric value at compile-time. The symbolic arguments
5602 known to this enumerated value form are:
5603
5604 @code{pixel-counter-bits-nv}, @code{current-occlusion-query-id-nv},
5605 @code{pixel-count-nv}, @code{pixel-count-available-nv}.
5606
5607 @end defmac
5608
5609 @defmac ext-occlusion-query-boolean enum
5610 Enumerated value. The symbolic @var{enum}argument is replaced with its
5611 corresponding numeric value at compile-time. The symbolic arguments
5612 known to this enumerated value form are:
5613
5614 @code{current-query-ext}, @code{query-result-ext},
5615 @code{query-result-available-ext}, @code{any-samples-passed-ext},
5616 @code{any-samples-passed-conservative-ext}.
5617
5618 @end defmac
5619
5620 @defmac nv-fragment-program enum
5621 Enumerated value. The symbolic @var{enum}argument is replaced with its
5622 corresponding numeric value at compile-time. The symbolic arguments
5623 known to this enumerated value form are:
5624
5625 @code{max-fragment-program-local-parameters-nv},
5626 @code{fragment-program-nv}, @code{max-texture-coords-nv},
5627 @code{max-texture-image-units-nv}, @code{fragment-program-binding-nv},
5628 @code{program-error-string-nv}.
5629
5630 @end defmac
5631
5632 @defmac nv-copy-depth-to-color enum
5633 Enumerated value. The symbolic @var{enum}argument is replaced with its
5634 corresponding numeric value at compile-time. The symbolic arguments
5635 known to this enumerated value form are:
5636
5637 @code{depth-stencil-to-rgba-nv}, @code{depth-stencil-to-bgra-nv}.
5638
5639 @end defmac
5640
5641 @defmac nv-pixel-data-range enum
5642 Enumerated value. The symbolic @var{enum}argument is replaced with its
5643 corresponding numeric value at compile-time. The symbolic arguments
5644 known to this enumerated value form are:
5645
5646 @code{write-pixel-data-range-nv}, @code{read-pixel-data-range-nv},
5647 @code{write-pixel-data-range-length-nv},
5648 @code{read-pixel-data-range-length-nv},
5649 @code{write-pixel-data-range-pointer-nv},
5650 @code{read-pixel-data-range-pointer-nv}.
5651
5652 @end defmac
5653
5654 @defmac arb-gpu-shader-5 enum
5655 Enumerated value. The symbolic @var{enum}argument is replaced with its
5656 corresponding numeric value at compile-time. The symbolic arguments
5657 known to this enumerated value form are:
5658
5659 @code{geometry-shader-invocations},
5660 @code{max-geometry-shader-invocations},
5661 @code{min-fragment-interpolation-offset},
5662 @code{max-fragment-interpolation-offset},
5663 @code{fragment-interpolation-offset-bits}.
5664
5665 @end defmac
5666
5667 @defmac nv-float-buffer enum
5668 Enumerated value. The symbolic @var{enum}argument is replaced with its
5669 corresponding numeric value at compile-time. The symbolic arguments
5670 known to this enumerated value form are:
5671
5672 @code{float-r-nv}, @code{float-rg-nv}, @code{float-rgb-nv},
5673 @code{float-rgba-nv}, @code{float-r16-nv}, @code{float-r32-nv},
5674 @code{float-rg16-nv}, @code{float-rg32-nv}, @code{float-rgb16-nv},
5675 @code{float-rgb32-nv}, @code{float-rgba16-nv}, @code{float-rgba32-nv},
5676 @code{texture-float-components-nv}, @code{float-clear-color-value-nv},
5677 @code{float-rgba-mode-nv}.
5678
5679 @end defmac
5680
5681 @defmac nv-texture-expand-normal enum
5682 Enumerated value. The symbolic @var{enum}argument is replaced with its
5683 corresponding numeric value at compile-time. The symbolic arguments
5684 known to this enumerated value form are:
5685
5686 @code{texture-unsigned-remap-mode-nv}.
5687
5688 @end defmac
5689
5690 @defmac ext-depth-bounds-test enum
5691 Enumerated value. The symbolic @var{enum}argument is replaced with its
5692 corresponding numeric value at compile-time. The symbolic arguments
5693 known to this enumerated value form are:
5694
5695 @code{depth-bounds-test-ext}, @code{depth-bounds-ext}.
5696
5697 @end defmac
5698
5699 @defmac oes-mapbuffer enum
5700 Enumerated value. The symbolic @var{enum}argument is replaced with its
5701 corresponding numeric value at compile-time. The symbolic arguments
5702 known to this enumerated value form are:
5703
5704 @code{write-only-oes}, @code{buffer-access-oes},
5705 @code{buffer-mapped-oes}, @code{buffer-map-pointer-oes}.
5706
5707 @end defmac
5708
5709 @defmac nv-shader-buffer-store enum
5710 Enumerated value. The symbolic @var{enum}argument is replaced with its
5711 corresponding numeric value at compile-time. The symbolic arguments
5712 known to this enumerated value form are:
5713
5714 @code{read-write}, @code{write-only},
5715 @code{shader-global-access-barrier-bit-nv}.
5716
5717 @end defmac
5718
5719 @defmac arb-timer-query enum
5720 Enumerated value. The symbolic @var{enum}argument is replaced with its
5721 corresponding numeric value at compile-time. The symbolic arguments
5722 known to this enumerated value form are:
5723
5724 @code{time-elapsed}, @code{timestamp}.
5725
5726 @end defmac
5727
5728 @defmac ext-timer-query enum
5729 Enumerated value. The symbolic @var{enum}argument is replaced with its
5730 corresponding numeric value at compile-time. The symbolic arguments
5731 known to this enumerated value form are:
5732
5733 @code{time-elapsed-ext}.
5734
5735 @end defmac
5736
5737 @defmac arb-pixel-buffer-object enum
5738 Enumerated value. The symbolic @var{enum}argument is replaced with its
5739 corresponding numeric value at compile-time. The symbolic arguments
5740 known to this enumerated value form are:
5741
5742 @code{pixel-pack-buffer-arb}, @code{pixel-unpack-buffer-arb},
5743 @code{pixel-pack-buffer-binding-arb},
5744 @code{pixel-unpack-buffer-binding-arb}.
5745
5746 @end defmac
5747
5748 @defmac ext-pixel-buffer-object enum
5749 Enumerated value. The symbolic @var{enum}argument is replaced with its
5750 corresponding numeric value at compile-time. The symbolic arguments
5751 known to this enumerated value form are:
5752
5753 @code{pixel-pack-buffer-ext}, @code{pixel-unpack-buffer-ext},
5754 @code{pixel-pack-buffer-binding-ext},
5755 @code{pixel-unpack-buffer-binding-ext}.
5756
5757 @end defmac
5758
5759 @defmac nv-s-rgb-formats enum
5760 Enumerated value. The symbolic @var{enum}argument is replaced with its
5761 corresponding numeric value at compile-time. The symbolic arguments
5762 known to this enumerated value form are:
5763
5764 @code{etc1-srgb8-nv}, @code{srgb8-nv}, @code{sluminance-alpha-nv},
5765 @code{sluminance8-alpha8-nv}, @code{sluminance-nv},
5766 @code{sluminance8-nv}, @code{compressed-srgb-s3tc-dxt1-nv},
5767 @code{compressed-srgb-alpha-s3tc-dxt1-nv},
5768 @code{compressed-srgb-alpha-s3tc-dxt3-nv},
5769 @code{compressed-srgb-alpha-s3tc-dxt5-nv}.
5770
5771 @end defmac
5772
5773 @defmac ext-stencil-clear-tag enum
5774 Enumerated value. The symbolic @var{enum}argument is replaced with its
5775 corresponding numeric value at compile-time. The symbolic arguments
5776 known to this enumerated value form are:
5777
5778 @code{stencil-tag-bits-ext}, @code{stencil-clear-tag-value-ext}.
5779
5780 @end defmac
5781
5782 @defmac nv-vertex-program-2-option enum
5783 Enumerated value. The symbolic @var{enum}argument is replaced with its
5784 corresponding numeric value at compile-time. The symbolic arguments
5785 known to this enumerated value form are:
5786
5787 @code{max-program-exec-instructions-nv},
5788 @code{max-program-call-depth-nv}.
5789
5790 @end defmac
5791
5792 @defmac nv-fragment-program-2 enum
5793 Enumerated value. The symbolic @var{enum}argument is replaced with its
5794 corresponding numeric value at compile-time. The symbolic arguments
5795 known to this enumerated value form are:
5796
5797 @code{max-program-exec-instructions-nv},
5798 @code{max-program-call-depth-nv}, @code{max-program-if-depth-nv},
5799 @code{max-program-loop-depth-nv}, @code{max-program-loop-count-nv}.
5800
5801 @end defmac
5802
5803 @defmac arb-blend-func-extended enum
5804 Enumerated value. The symbolic @var{enum}argument is replaced with its
5805 corresponding numeric value at compile-time. The symbolic arguments
5806 known to this enumerated value form are:
5807
5808 @code{src1-color}, @code{one-minus-src1-color},
5809 @code{one-minus-src1-alpha}, @code{max-dual-source-draw-buffers}.
5810
5811 @end defmac
5812
5813 @defmac nv-vertex-program-4 enum
5814 Enumerated value. The symbolic @var{enum}argument is replaced with its
5815 corresponding numeric value at compile-time. The symbolic arguments
5816 known to this enumerated value form are:
5817
5818 @code{vertex-attrib-array-integer-nv}.
5819
5820 @end defmac
5821
5822 @defmac version-3-3 enum
5823 Enumerated value. The symbolic @var{enum}argument is replaced with its
5824 corresponding numeric value at compile-time. The symbolic arguments
5825 known to this enumerated value form are:
5826
5827 @code{vertex-attrib-array-divisor}.
5828
5829 @end defmac
5830
5831 @defmac arb-instanced-arrays enum
5832 Enumerated value. The symbolic @var{enum}argument is replaced with its
5833 corresponding numeric value at compile-time. The symbolic arguments
5834 known to this enumerated value form are:
5835
5836 @code{vertex-attrib-array-divisor-arb}.
5837
5838 @end defmac
5839
5840 @defmac angle-instanced-arrays enum
5841 Enumerated value. The symbolic @var{enum}argument is replaced with its
5842 corresponding numeric value at compile-time. The symbolic arguments
5843 known to this enumerated value form are:
5844
5845 @code{vertex-attrib-array-divisor-angle}.
5846
5847 @end defmac
5848
5849 @defmac nv-instanced-arrays enum
5850 Enumerated value. The symbolic @var{enum}argument is replaced with its
5851 corresponding numeric value at compile-time. The symbolic arguments
5852 known to this enumerated value form are:
5853
5854 @code{vertex-attrib-array-divisor-nv}.
5855
5856 @end defmac
5857
5858 @defmac nv-gpu-program-4 enum
5859 Enumerated value. The symbolic @var{enum}argument is replaced with its
5860 corresponding numeric value at compile-time. The symbolic arguments
5861 known to this enumerated value form are:
5862
5863 @code{min-program-texel-offset-nv}, @code{max-program-texel-offset-nv},
5864 @code{program-attrib-components-nv},
5865 @code{program-result-components-nv},
5866 @code{max-program-attrib-components-nv},
5867 @code{max-program-result-components-nv},
5868 @code{max-program-generic-attribs-nv},
5869 @code{max-program-generic-results-nv}.
5870
5871 @end defmac
5872
5873 @defmac ext-stencil-two-side enum
5874 Enumerated value. The symbolic @var{enum}argument is replaced with its
5875 corresponding numeric value at compile-time. The symbolic arguments
5876 known to this enumerated value form are:
5877
5878 @code{stencil-test-two-side-ext}, @code{active-stencil-face-ext}.
5879
5880 @end defmac
5881
5882 @defmac arb-sampler-objects enum
5883 Enumerated value. The symbolic @var{enum}argument is replaced with its
5884 corresponding numeric value at compile-time. The symbolic arguments
5885 known to this enumerated value form are:
5886
5887 @code{sampler-binding}.
5888
5889 @end defmac
5890
5891 @defmac ati-fragment-shader enum
5892 Enumerated value. The symbolic @var{enum}argument is replaced with its
5893 corresponding numeric value at compile-time. The symbolic arguments
5894 known to this enumerated value form are:
5895
5896 @code{fragment-shader-ati}, @code{reg-0-ati}, @code{reg-1-ati},
5897 @code{reg-2-ati}, @code{reg-3-ati}, @code{reg-4-ati}, @code{reg-5-ati},
5898 @code{reg-6-ati}, @code{reg-7-ati}, @code{reg-8-ati}, @code{reg-9-ati},
5899 @code{reg-10-ati}, @code{reg-11-ati}, @code{reg-12-ati},
5900 @code{reg-13-ati}, @code{reg-14-ati}, @code{reg-15-ati},
5901 @code{reg-16-ati}, @code{reg-17-ati}, @code{reg-18-ati},
5902 @code{reg-19-ati}, @code{reg-20-ati}, @code{reg-21-ati},
5903 @code{reg-22-ati}, @code{reg-23-ati}, @code{reg-24-ati},
5904 @code{reg-25-ati}, @code{reg-26-ati}, @code{reg-27-ati},
5905 @code{reg-28-ati}, @code{reg-29-ati}, @code{reg-30-ati},
5906 @code{reg-31-ati}, @code{con-0-ati}, @code{con-1-ati}, @code{con-2-ati},
5907 @code{con-3-ati}, @code{con-4-ati}, @code{con-5-ati}, @code{con-6-ati},
5908 @code{con-7-ati}, @code{con-8-ati}, @code{con-9-ati}, @code{con-10-ati},
5909 @code{con-11-ati}, @code{con-12-ati}, @code{con-13-ati},
5910 @code{con-14-ati}, @code{con-15-ati}, @code{con-16-ati},
5911 @code{con-17-ati}, @code{con-18-ati}, @code{con-19-ati},
5912 @code{con-20-ati}, @code{con-21-ati}, @code{con-22-ati},
5913 @code{con-23-ati}, @code{con-24-ati}, @code{con-25-ati},
5914 @code{con-26-ati}, @code{con-27-ati}, @code{con-28-ati},
5915 @code{con-29-ati}, @code{con-30-ati}, @code{con-31-ati}, @code{mov-ati},
5916 @code{add-ati}, @code{mul-ati}, @code{sub-ati}, @code{dot3-ati},
5917 @code{dot4-ati}, @code{mad-ati}, @code{lerp-ati}, @code{cnd-ati},
5918 @code{cnd0-ati}, @code{dot2-add-ati}, @code{secondary-interpolator-ati},
5919 @code{num-fragment-registers-ati}, @code{num-fragment-constants-ati},
5920 @code{num-passes-ati}, @code{num-instructions-per-pass-ati},
5921 @code{num-instructions-total-ati},
5922 @code{num-input-interpolator-components-ati},
5923 @code{num-loopback-components-ati}, @code{color-alpha-pairing-ati},
5924 @code{swizzle-str-ati}, @code{swizzle-stq-ati},
5925 @code{swizzle-str-dr-ati}, @code{swizzle-stq-dq-ati},
5926 @code{swizzle-strq-ati}, @code{swizzle-strq-dq-ati}, @code{red-bit-ati},
5927 @code{green-bit-ati}, @code{blue-bit-ati}, @code{2x-bit-ati},
5928 @code{4x-bit-ati}, @code{8x-bit-ati}, @code{half-bit-ati},
5929 @code{quarter-bit-ati}, @code{eighth-bit-ati}, @code{saturate-bit-ati},
5930 @code{2x-bit-ati}, @code{comp-bit-ati}, @code{negate-bit-ati},
5931 @code{bias-bit-ati}.
5932
5933 @end defmac
5934
5935 @defmac oml-interlace enum
5936 Enumerated value. The symbolic @var{enum}argument is replaced with its
5937 corresponding numeric value at compile-time. The symbolic arguments
5938 known to this enumerated value form are:
5939
5940 @code{interlace-oml}, @code{interlace-read-oml}.
5941
5942 @end defmac
5943
5944 @defmac oml-subsample enum
5945 Enumerated value. The symbolic @var{enum}argument is replaced with its
5946 corresponding numeric value at compile-time. The symbolic arguments
5947 known to this enumerated value form are:
5948
5949 @code{format-subsample-24-24-oml}, @code{format-subsample-244-244-oml}.
5950
5951 @end defmac
5952
5953 @defmac oml-resample enum
5954 Enumerated value. The symbolic @var{enum}argument is replaced with its
5955 corresponding numeric value at compile-time. The symbolic arguments
5956 known to this enumerated value form are:
5957
5958 @code{pack-resample-oml}, @code{unpack-resample-oml},
5959 @code{resample-replicate-oml}, @code{resample-zero-fill-oml},
5960 @code{resample-average-oml}, @code{resample-decimate-oml}.
5961
5962 @end defmac
5963
5964 @defmac oes-point-size-array enum
5965 Enumerated value. The symbolic @var{enum}argument is replaced with its
5966 corresponding numeric value at compile-time. The symbolic arguments
5967 known to this enumerated value form are:
5968
5969 @code{point-size-array-type-oes}, @code{point-size-array-stride-oes},
5970 @code{point-size-array-pointer-oes}, @code{point-size-array-oes},
5971 @code{point-size-array-buffer-binding-oes}.
5972
5973 @end defmac
5974
5975 @defmac oes-matrix-get enum
5976 Enumerated value. The symbolic @var{enum}argument is replaced with its
5977 corresponding numeric value at compile-time. The symbolic arguments
5978 known to this enumerated value form are:
5979
5980 @code{modelview-matrix-float-as-int-bits-oes},
5981 @code{projection-matrix-float-as-int-bits-oes},
5982 @code{texture-matrix-float-as-int-bits-oes}.
5983
5984 @end defmac
5985
5986 @defmac apple-vertex-program-evaluators enum
5987 Enumerated value. The symbolic @var{enum}argument is replaced with its
5988 corresponding numeric value at compile-time. The symbolic arguments
5989 known to this enumerated value form are:
5990
5991 @code{vertex-attrib-map1-apple}, @code{vertex-attrib-map2-apple},
5992 @code{vertex-attrib-map1-size-apple},
5993 @code{vertex-attrib-map1-coeff-apple},
5994 @code{vertex-attrib-map1-order-apple},
5995 @code{vertex-attrib-map1-domain-apple},
5996 @code{vertex-attrib-map2-size-apple},
5997 @code{vertex-attrib-map2-coeff-apple},
5998 @code{vertex-attrib-map2-order-apple},
5999 @code{vertex-attrib-map2-domain-apple}.
6000
6001 @end defmac
6002
6003 @defmac apple-fence enum
6004 Enumerated value. The symbolic @var{enum}argument is replaced with its
6005 corresponding numeric value at compile-time. The symbolic arguments
6006 known to this enumerated value form are:
6007
6008 @code{draw-pixels-apple}, @code{fence-apple}.
6009
6010 @end defmac
6011
6012 @defmac apple-element-array enum
6013 Enumerated value. The symbolic @var{enum}argument is replaced with its
6014 corresponding numeric value at compile-time. The symbolic arguments
6015 known to this enumerated value form are:
6016
6017 @code{element-array-apple}, @code{element-array-type-apple},
6018 @code{element-array-pointer-apple}.
6019
6020 @end defmac
6021
6022 @defmac arb-uniform-buffer-object enum
6023 Enumerated value. The symbolic @var{enum}argument is replaced with its
6024 corresponding numeric value at compile-time. The symbolic arguments
6025 known to this enumerated value form are:
6026
6027 @code{uniform-buffer}, @code{uniform-buffer-binding},
6028 @code{uniform-buffer-start}, @code{uniform-buffer-size},
6029 @code{max-vertex-uniform-blocks}, @code{max-geometry-uniform-blocks},
6030 @code{max-fragment-uniform-blocks}, @code{max-combined-uniform-blocks},
6031 @code{max-uniform-buffer-bindings}, @code{max-uniform-block-size},
6032 @code{max-combined-vertex-uniform-components},
6033 @code{max-combined-geometry-uniform-components},
6034 @code{max-combined-fragment-uniform-components},
6035 @code{uniform-buffer-offset-alignment},
6036 @code{active-uniform-block-max-name-length},
6037 @code{active-uniform-blocks}, @code{uniform-type}, @code{uniform-size},
6038 @code{uniform-name-length}, @code{uniform-block-index},
6039 @code{uniform-offset}, @code{uniform-array-stride},
6040 @code{uniform-matrix-stride}, @code{uniform-is-row-major},
6041 @code{uniform-block-binding}, @code{uniform-block-data-size},
6042 @code{uniform-block-name-length}, @code{uniform-block-active-uniforms},
6043 @code{uniform-block-active-uniform-indices},
6044 @code{uniform-block-referenced-by-vertex-shader},
6045 @code{uniform-block-referenced-by-geometry-shader},
6046 @code{uniform-block-referenced-by-fragment-shader},
6047 @code{invalid-index}.
6048
6049 @end defmac
6050
6051 @defmac apple-flush-buffer-range enum
6052 Enumerated value. The symbolic @var{enum}argument is replaced with its
6053 corresponding numeric value at compile-time. The symbolic arguments
6054 known to this enumerated value form are:
6055
6056 @code{buffer-serialized-modify-apple},
6057 @code{buffer-flushing-unmap-apple}.
6058
6059 @end defmac
6060
6061 @defmac apple-aux-depth-stencil enum
6062 Enumerated value. The symbolic @var{enum}argument is replaced with its
6063 corresponding numeric value at compile-time. The symbolic arguments
6064 known to this enumerated value form are:
6065
6066 @code{aux-depth-stencil-apple}.
6067
6068 @end defmac
6069
6070 @defmac apple-row-bytes enum
6071 Enumerated value. The symbolic @var{enum}argument is replaced with its
6072 corresponding numeric value at compile-time. The symbolic arguments
6073 known to this enumerated value form are:
6074
6075 @code{pack-row-bytes-apple}, @code{unpack-row-bytes-apple}.
6076
6077 @end defmac
6078
6079 @defmac apple-rgb-422 enum
6080 Enumerated value. The symbolic @var{enum}argument is replaced with its
6081 corresponding numeric value at compile-time. The symbolic arguments
6082 known to this enumerated value form are:
6083
6084 @code{rgb-422-apple}, @code{unsigned-short-8-8-apple},
6085 @code{unsigned-short-8-8-rev-apple}.
6086
6087 @end defmac
6088
6089 @defmac ext-texture-s-rgb-decode enum
6090 Enumerated value. The symbolic @var{enum}argument is replaced with its
6091 corresponding numeric value at compile-time. The symbolic arguments
6092 known to this enumerated value form are:
6093
6094 @code{texture-srgb-decode-ext}, @code{decode-ext},
6095 @code{skip-decode-ext}.
6096
6097 @end defmac
6098
6099 @defmac ext-debug-label enum
6100 Enumerated value. The symbolic @var{enum}argument is replaced with its
6101 corresponding numeric value at compile-time. The symbolic arguments
6102 known to this enumerated value form are:
6103
6104 @code{program-pipeline-object-ext}, @code{program-object-ext},
6105 @code{shader-object-ext}, @code{buffer-object-ext},
6106 @code{query-object-ext}, @code{vertex-array-object-ext}.
6107
6108 @end defmac
6109
6110 @defmac ext-shader-framebuffer-fetch enum
6111 Enumerated value. The symbolic @var{enum}argument is replaced with its
6112 corresponding numeric value at compile-time. The symbolic arguments
6113 known to this enumerated value form are:
6114
6115 @code{fragment-shader-discards-samples-ext}.
6116
6117 @end defmac
6118
6119 @defmac apple-sync enum
6120 Enumerated value. The symbolic @var{enum}argument is replaced with its
6121 corresponding numeric value at compile-time. The symbolic arguments
6122 known to this enumerated value form are:
6123
6124 @code{sync-object-apple}, @code{max-server-wait-timeout-apple},
6125 @code{object-type-apple}, @code{sync-condition-apple},
6126 @code{sync-status-apple}, @code{sync-flags-apple},
6127 @code{sync-fence-apple}, @code{sync-gpu-commands-complete-apple},
6128 @code{unsignaled-apple}, @code{signaled-apple},
6129 @code{already-signaled-apple}, @code{timeout-expired-apple},
6130 @code{condition-satisfied-apple}, @code{wait-failed-apple},
6131 @code{sync-flush-commands-bit-apple}, @code{timeout-ignored-apple}.
6132
6133 @end defmac
6134
6135 @defmac arb-shader-objects enum
6136 Enumerated value. The symbolic @var{enum}argument is replaced with its
6137 corresponding numeric value at compile-time. The symbolic arguments
6138 known to this enumerated value form are:
6139
6140 @code{fragment-shader}, @code{fragment-shader-arb},
6141 @code{vertex-shader}, @code{vertex-shader-arb},
6142 @code{program-object-arb}, @code{shader-object-arb},
6143 @code{max-fragment-uniform-components},
6144 @code{max-fragment-uniform-components-arb},
6145 @code{max-vertex-uniform-components},
6146 @code{max-vertex-uniform-components-arb}, @code{max-varying-floats},
6147 @code{max-varying-floats-arb}, @code{max-vertex-texture-image-units},
6148 @code{max-vertex-texture-image-units-arb},
6149 @code{max-combined-texture-image-units},
6150 @code{max-combined-texture-image-units-arb}, @code{object-type-arb},
6151 @code{shader-type}, @code{object-subtype-arb}, @code{float-vec2},
6152 @code{float-vec2-arb}, @code{float-vec3}, @code{float-vec3-arb},
6153 @code{float-vec4}, @code{float-vec4-arb}, @code{int-vec2},
6154 @code{int-vec2-arb}, @code{int-vec3}, @code{int-vec3-arb},
6155 @code{int-vec4}, @code{int-vec4-arb}, @code{bool}, @code{bool-arb},
6156 @code{bool-vec2}, @code{bool-vec2-arb}, @code{bool-vec3},
6157 @code{bool-vec3-arb}, @code{bool-vec4}, @code{bool-vec4-arb},
6158 @code{float-mat2}, @code{float-mat2-arb}, @code{float-mat3},
6159 @code{float-mat3-arb}, @code{float-mat4}, @code{float-mat4-arb},
6160 @code{sampler-1d}, @code{sampler-1d-arb}, @code{sampler-2d},
6161 @code{sampler-2d-arb}, @code{sampler-3d}, @code{sampler-3d-arb},
6162 @code{sampler-cube}, @code{sampler-cube-arb}, @code{sampler-1d-shadow},
6163 @code{sampler-1d-shadow-arb}, @code{sampler-2d-shadow},
6164 @code{sampler-2d-shadow-arb}, @code{sampler-2d-rect-arb},
6165 @code{sampler-2d-rect-shadow-arb}, @code{float-mat-2x-3},
6166 @code{float-mat-2x-4}, @code{float-mat-3x-2}, @code{float-mat-3x-4},
6167 @code{float-mat-4x-2}, @code{float-mat-4x-3}, @code{delete-status},
6168 @code{object-delete-status-arb}, @code{compile-status},
6169 @code{object-compile-status-arb}, @code{link-status},
6170 @code{object-link-status-arb}, @code{validate-status},
6171 @code{object-validate-status-arb}, @code{info-log-length},
6172 @code{object-info-log-length-arb}, @code{attached-shaders},
6173 @code{object-attached-objects-arb}, @code{active-uniforms},
6174 @code{object-active-uniforms-arb}, @code{active-uniform-max-length},
6175 @code{object-active-uniform-max-length-arb},
6176 @code{shader-source-length}, @code{object-shader-source-length-arb},
6177 @code{active-attributes}, @code{object-active-attributes-arb},
6178 @code{active-attribute-max-length},
6179 @code{object-active-attribute-max-length-arb},
6180 @code{fragment-shader-derivative-hint},
6181 @code{fragment-shader-derivative-hint-arb},
6182 @code{shading-language-version}, @code{shading-language-version-arb}.
6183
6184 @end defmac
6185
6186 @defmac arb-vertex-shader enum
6187 Enumerated value. The symbolic @var{enum}argument is replaced with its
6188 corresponding numeric value at compile-time. The symbolic arguments
6189 known to this enumerated value form are:
6190
6191 @code{fragment-shader}, @code{fragment-shader-arb},
6192 @code{vertex-shader}, @code{vertex-shader-arb},
6193 @code{program-object-arb}, @code{shader-object-arb},
6194 @code{max-fragment-uniform-components},
6195 @code{max-fragment-uniform-components-arb},
6196 @code{max-vertex-uniform-components},
6197 @code{max-vertex-uniform-components-arb}, @code{max-varying-floats},
6198 @code{max-varying-floats-arb}, @code{max-vertex-texture-image-units},
6199 @code{max-vertex-texture-image-units-arb},
6200 @code{max-combined-texture-image-units},
6201 @code{max-combined-texture-image-units-arb}, @code{object-type-arb},
6202 @code{shader-type}, @code{object-subtype-arb}, @code{float-vec2},
6203 @code{float-vec2-arb}, @code{float-vec3}, @code{float-vec3-arb},
6204 @code{float-vec4}, @code{float-vec4-arb}, @code{int-vec2},
6205 @code{int-vec2-arb}, @code{int-vec3}, @code{int-vec3-arb},
6206 @code{int-vec4}, @code{int-vec4-arb}, @code{bool}, @code{bool-arb},
6207 @code{bool-vec2}, @code{bool-vec2-arb}, @code{bool-vec3},
6208 @code{bool-vec3-arb}, @code{bool-vec4}, @code{bool-vec4-arb},
6209 @code{float-mat2}, @code{float-mat2-arb}, @code{float-mat3},
6210 @code{float-mat3-arb}, @code{float-mat4}, @code{float-mat4-arb},
6211 @code{sampler-1d}, @code{sampler-1d-arb}, @code{sampler-2d},
6212 @code{sampler-2d-arb}, @code{sampler-3d}, @code{sampler-3d-arb},
6213 @code{sampler-cube}, @code{sampler-cube-arb}, @code{sampler-1d-shadow},
6214 @code{sampler-1d-shadow-arb}, @code{sampler-2d-shadow},
6215 @code{sampler-2d-shadow-arb}, @code{sampler-2d-rect-arb},
6216 @code{sampler-2d-rect-shadow-arb}, @code{float-mat-2x-3},
6217 @code{float-mat-2x-4}, @code{float-mat-3x-2}, @code{float-mat-3x-4},
6218 @code{float-mat-4x-2}, @code{float-mat-4x-3}, @code{delete-status},
6219 @code{object-delete-status-arb}, @code{compile-status},
6220 @code{object-compile-status-arb}, @code{link-status},
6221 @code{object-link-status-arb}, @code{validate-status},
6222 @code{object-validate-status-arb}, @code{info-log-length},
6223 @code{object-info-log-length-arb}, @code{attached-shaders},
6224 @code{object-attached-objects-arb}, @code{active-uniforms},
6225 @code{object-active-uniforms-arb}, @code{active-uniform-max-length},
6226 @code{object-active-uniform-max-length-arb},
6227 @code{shader-source-length}, @code{object-shader-source-length-arb},
6228 @code{active-attributes}, @code{object-active-attributes-arb},
6229 @code{active-attribute-max-length},
6230 @code{object-active-attribute-max-length-arb},
6231 @code{fragment-shader-derivative-hint},
6232 @code{fragment-shader-derivative-hint-arb},
6233 @code{shading-language-version}, @code{shading-language-version-arb}.
6234
6235 @end defmac
6236
6237 @defmac arb-fragment-shader enum
6238 Enumerated value. The symbolic @var{enum}argument is replaced with its
6239 corresponding numeric value at compile-time. The symbolic arguments
6240 known to this enumerated value form are:
6241
6242 @code{fragment-shader}, @code{fragment-shader-arb},
6243 @code{vertex-shader}, @code{vertex-shader-arb},
6244 @code{program-object-arb}, @code{shader-object-arb},
6245 @code{max-fragment-uniform-components},
6246 @code{max-fragment-uniform-components-arb},
6247 @code{max-vertex-uniform-components},
6248 @code{max-vertex-uniform-components-arb}, @code{max-varying-floats},
6249 @code{max-varying-floats-arb}, @code{max-vertex-texture-image-units},
6250 @code{max-vertex-texture-image-units-arb},
6251 @code{max-combined-texture-image-units},
6252 @code{max-combined-texture-image-units-arb}, @code{object-type-arb},
6253 @code{shader-type}, @code{object-subtype-arb}, @code{float-vec2},
6254 @code{float-vec2-arb}, @code{float-vec3}, @code{float-vec3-arb},
6255 @code{float-vec4}, @code{float-vec4-arb}, @code{int-vec2},
6256 @code{int-vec2-arb}, @code{int-vec3}, @code{int-vec3-arb},
6257 @code{int-vec4}, @code{int-vec4-arb}, @code{bool}, @code{bool-arb},
6258 @code{bool-vec2}, @code{bool-vec2-arb}, @code{bool-vec3},
6259 @code{bool-vec3-arb}, @code{bool-vec4}, @code{bool-vec4-arb},
6260 @code{float-mat2}, @code{float-mat2-arb}, @code{float-mat3},
6261 @code{float-mat3-arb}, @code{float-mat4}, @code{float-mat4-arb},
6262 @code{sampler-1d}, @code{sampler-1d-arb}, @code{sampler-2d},
6263 @code{sampler-2d-arb}, @code{sampler-3d}, @code{sampler-3d-arb},
6264 @code{sampler-cube}, @code{sampler-cube-arb}, @code{sampler-1d-shadow},
6265 @code{sampler-1d-shadow-arb}, @code{sampler-2d-shadow},
6266 @code{sampler-2d-shadow-arb}, @code{sampler-2d-rect-arb},
6267 @code{sampler-2d-rect-shadow-arb}, @code{float-mat-2x-3},
6268 @code{float-mat-2x-4}, @code{float-mat-3x-2}, @code{float-mat-3x-4},
6269 @code{float-mat-4x-2}, @code{float-mat-4x-3}, @code{delete-status},
6270 @code{object-delete-status-arb}, @code{compile-status},
6271 @code{object-compile-status-arb}, @code{link-status},
6272 @code{object-link-status-arb}, @code{validate-status},
6273 @code{object-validate-status-arb}, @code{info-log-length},
6274 @code{object-info-log-length-arb}, @code{attached-shaders},
6275 @code{object-attached-objects-arb}, @code{active-uniforms},
6276 @code{object-active-uniforms-arb}, @code{active-uniform-max-length},
6277 @code{object-active-uniform-max-length-arb},
6278 @code{shader-source-length}, @code{object-shader-source-length-arb},
6279 @code{active-attributes}, @code{object-active-attributes-arb},
6280 @code{active-attribute-max-length},
6281 @code{object-active-attribute-max-length-arb},
6282 @code{fragment-shader-derivative-hint},
6283 @code{fragment-shader-derivative-hint-arb},
6284 @code{shading-language-version}, @code{shading-language-version-arb}.
6285
6286 @end defmac
6287
6288 @defmac nv-vertex-program-3 enum
6289 Enumerated value. The symbolic @var{enum}argument is replaced with its
6290 corresponding numeric value at compile-time. The symbolic arguments
6291 known to this enumerated value form are:
6292
6293 @code{fragment-shader}, @code{fragment-shader-arb},
6294 @code{vertex-shader}, @code{vertex-shader-arb},
6295 @code{program-object-arb}, @code{shader-object-arb},
6296 @code{max-fragment-uniform-components},
6297 @code{max-fragment-uniform-components-arb},
6298 @code{max-vertex-uniform-components},
6299 @code{max-vertex-uniform-components-arb}, @code{max-varying-floats},
6300 @code{max-varying-floats-arb}, @code{max-vertex-texture-image-units},
6301 @code{max-vertex-texture-image-units-arb},
6302 @code{max-combined-texture-image-units},
6303 @code{max-combined-texture-image-units-arb}, @code{object-type-arb},
6304 @code{shader-type}, @code{object-subtype-arb}, @code{float-vec2},
6305 @code{float-vec2-arb}, @code{float-vec3}, @code{float-vec3-arb},
6306 @code{float-vec4}, @code{float-vec4-arb}, @code{int-vec2},
6307 @code{int-vec2-arb}, @code{int-vec3}, @code{int-vec3-arb},
6308 @code{int-vec4}, @code{int-vec4-arb}, @code{bool}, @code{bool-arb},
6309 @code{bool-vec2}, @code{bool-vec2-arb}, @code{bool-vec3},
6310 @code{bool-vec3-arb}, @code{bool-vec4}, @code{bool-vec4-arb},
6311 @code{float-mat2}, @code{float-mat2-arb}, @code{float-mat3},
6312 @code{float-mat3-arb}, @code{float-mat4}, @code{float-mat4-arb},
6313 @code{sampler-1d}, @code{sampler-1d-arb}, @code{sampler-2d},
6314 @code{sampler-2d-arb}, @code{sampler-3d}, @code{sampler-3d-arb},
6315 @code{sampler-cube}, @code{sampler-cube-arb}, @code{sampler-1d-shadow},
6316 @code{sampler-1d-shadow-arb}, @code{sampler-2d-shadow},
6317 @code{sampler-2d-shadow-arb}, @code{sampler-2d-rect-arb},
6318 @code{sampler-2d-rect-shadow-arb}, @code{float-mat-2x-3},
6319 @code{float-mat-2x-4}, @code{float-mat-3x-2}, @code{float-mat-3x-4},
6320 @code{float-mat-4x-2}, @code{float-mat-4x-3}, @code{delete-status},
6321 @code{object-delete-status-arb}, @code{compile-status},
6322 @code{object-compile-status-arb}, @code{link-status},
6323 @code{object-link-status-arb}, @code{validate-status},
6324 @code{object-validate-status-arb}, @code{info-log-length},
6325 @code{object-info-log-length-arb}, @code{attached-shaders},
6326 @code{object-attached-objects-arb}, @code{active-uniforms},
6327 @code{object-active-uniforms-arb}, @code{active-uniform-max-length},
6328 @code{object-active-uniform-max-length-arb},
6329 @code{shader-source-length}, @code{object-shader-source-length-arb},
6330 @code{active-attributes}, @code{object-active-attributes-arb},
6331 @code{active-attribute-max-length},
6332 @code{object-active-attribute-max-length-arb},
6333 @code{fragment-shader-derivative-hint},
6334 @code{fragment-shader-derivative-hint-arb},
6335 @code{shading-language-version}, @code{shading-language-version-arb}.
6336
6337 @end defmac
6338
6339 @defmac oes-standard-derivatives enum
6340 Enumerated value. The symbolic @var{enum}argument is replaced with its
6341 corresponding numeric value at compile-time. The symbolic arguments
6342 known to this enumerated value form are:
6343
6344 @code{fragment-shader-derivative-hint-oes}.
6345
6346 @end defmac
6347
6348 @defmac ext-geometry-shader-4 enum
6349 Enumerated value. The symbolic @var{enum}argument is replaced with its
6350 corresponding numeric value at compile-time. The symbolic arguments
6351 known to this enumerated value form are:
6352
6353 @code{max-varying-components-ext}, @code{geometry-shader-ext},
6354 @code{max-geometry-varying-components-ext},
6355 @code{max-vertex-varying-components-ext},
6356 @code{max-geometry-uniform-components-ext},
6357 @code{max-geometry-output-vertices-ext},
6358 @code{max-geometry-total-output-components-ext}.
6359
6360 @end defmac
6361
6362 @defmac oes-compressed-paletted-texture enum
6363 Enumerated value. The symbolic @var{enum}argument is replaced with its
6364 corresponding numeric value at compile-time. The symbolic arguments
6365 known to this enumerated value form are:
6366
6367 @code{palette4-rgb8-oes}, @code{palette4-rgba8-oes},
6368 @code{palette4-r5-g6-b5-oes}, @code{palette4-rgba4-oes},
6369 @code{palette4-rgb5-a1-oes}, @code{palette8-rgb8-oes},
6370 @code{palette8-rgba8-oes}, @code{palette8-r5-g6-b5-oes},
6371 @code{palette8-rgba4-oes}, @code{palette8-rgb5-a1-oes}.
6372
6373 @end defmac
6374
6375 @defmac oes-read-format enum
6376 Enumerated value. The symbolic @var{enum}argument is replaced with its
6377 corresponding numeric value at compile-time. The symbolic arguments
6378 known to this enumerated value form are:
6379
6380 @code{implementation-color-read-type-oes},
6381 @code{implementation-color-read-format-oes}.
6382
6383 @end defmac
6384
6385 @defmac oes-draw-texture enum
6386 Enumerated value. The symbolic @var{enum}argument is replaced with its
6387 corresponding numeric value at compile-time. The symbolic arguments
6388 known to this enumerated value form are:
6389
6390 @code{texture-crop-rect-oes}.
6391
6392 @end defmac
6393
6394 @defmac mesa-program-debug enum
6395 Enumerated value. The symbolic @var{enum}argument is replaced with its
6396 corresponding numeric value at compile-time. The symbolic arguments
6397 known to this enumerated value form are:
6398
6399 @code{fragment-program-position-mesa},
6400 @code{fragment-program-callback-mesa},
6401 @code{fragment-program-callback-func-mesa},
6402 @code{fragment-program-callback-data-mesa},
6403 @code{vertex-program-callback-mesa},
6404 @code{vertex-program-position-mesa},
6405 @code{vertex-program-callback-func-mesa},
6406 @code{vertex-program-callback-data-mesa}.
6407
6408 @end defmac
6409
6410 @defmac amd-performance-monitor enum
6411 Enumerated value. The symbolic @var{enum}argument is replaced with its
6412 corresponding numeric value at compile-time. The symbolic arguments
6413 known to this enumerated value form are:
6414
6415 @code{counter-type-amd}, @code{counter-range-amd},
6416 @code{unsigned-int64-amd}, @code{percentage-amd},
6417 @code{perfmon-result-available-amd}, @code{perfmon-result-size-amd},
6418 @code{perfmon-result-amd}.
6419
6420 @end defmac
6421
6422 @defmac qcom-extended-get enum
6423 Enumerated value. The symbolic @var{enum}argument is replaced with its
6424 corresponding numeric value at compile-time. The symbolic arguments
6425 known to this enumerated value form are:
6426
6427 @code{texture-width-qcom}, @code{texture-height-qcom},
6428 @code{texture-depth-qcom}, @code{texture-internal-format-qcom},
6429 @code{texture-format-qcom}, @code{texture-type-qcom},
6430 @code{texture-image-valid-qcom}, @code{texture-num-levels-qcom},
6431 @code{texture-target-qcom}, @code{texture-object-valid-qcom},
6432 @code{state-restore}.
6433
6434 @end defmac
6435
6436 @defmac img-texture-compression-pvrtc enum
6437 Enumerated value. The symbolic @var{enum}argument is replaced with its
6438 corresponding numeric value at compile-time. The symbolic arguments
6439 known to this enumerated value form are:
6440
6441 @code{compressed-rgb-pvrtc-4bppv1-img},
6442 @code{compressed-rgb-pvrtc-2bppv1-img},
6443 @code{compressed-rgba-pvrtc-4bppv1-img},
6444 @code{compressed-rgba-pvrtc-2bppv1-img}.
6445
6446 @end defmac
6447
6448 @defmac img-shader-binary enum
6449 Enumerated value. The symbolic @var{enum}argument is replaced with its
6450 corresponding numeric value at compile-time. The symbolic arguments
6451 known to this enumerated value form are:
6452
6453 @code{sgx-binary-img}.
6454
6455 @end defmac
6456
6457 @defmac arb-texture-buffer-object enum
6458 Enumerated value. The symbolic @var{enum}argument is replaced with its
6459 corresponding numeric value at compile-time. The symbolic arguments
6460 known to this enumerated value form are:
6461
6462 @code{texture-buffer-arb}, @code{max-texture-buffer-size-arb},
6463 @code{texture-binding-buffer-arb},
6464 @code{texture-buffer-data-store-binding-arb},
6465 @code{texture-buffer-format-arb}.
6466
6467 @end defmac
6468
6469 @defmac ext-texture-buffer-object enum
6470 Enumerated value. The symbolic @var{enum}argument is replaced with its
6471 corresponding numeric value at compile-time. The symbolic arguments
6472 known to this enumerated value form are:
6473
6474 @code{texture-buffer-ext}, @code{max-texture-buffer-size-ext},
6475 @code{texture-binding-buffer-ext},
6476 @code{texture-buffer-data-store-binding-ext},
6477 @code{texture-buffer-format-ext}.
6478
6479 @end defmac
6480
6481 @defmac arb-occlusion-query-2 enum
6482 Enumerated value. The symbolic @var{enum}argument is replaced with its
6483 corresponding numeric value at compile-time. The symbolic arguments
6484 known to this enumerated value form are:
6485
6486 @code{any-samples-passed}.
6487
6488 @end defmac
6489
6490 @defmac arb-sample-shading enum
6491 Enumerated value. The symbolic @var{enum}argument is replaced with its
6492 corresponding numeric value at compile-time. The symbolic arguments
6493 known to this enumerated value form are:
6494
6495 @code{sample-shading-arb}, @code{min-sample-shading-value-arb}.
6496
6497 @end defmac
6498
6499 @defmac ext-packed-float enum
6500 Enumerated value. The symbolic @var{enum}argument is replaced with its
6501 corresponding numeric value at compile-time. The symbolic arguments
6502 known to this enumerated value form are:
6503
6504 @code{r11f-g11f-b10f-ext}, @code{unsigned-int-10f-11f-11f-rev-ext},
6505 @code{rgba-signed-components-ext}.
6506
6507 @end defmac
6508
6509 @defmac ext-texture-shared-exponent enum
6510 Enumerated value. The symbolic @var{enum}argument is replaced with its
6511 corresponding numeric value at compile-time. The symbolic arguments
6512 known to this enumerated value form are:
6513
6514 @code{rgb9-e5-ext}, @code{unsigned-int-5-9-9-9-rev-ext},
6515 @code{texture-shared-size-ext}.
6516
6517 @end defmac
6518
6519 @defmac ext-texture-s-rgb enum
6520 Enumerated value. The symbolic @var{enum}argument is replaced with its
6521 corresponding numeric value at compile-time. The symbolic arguments
6522 known to this enumerated value form are:
6523
6524 @code{srgb-ext}, @code{srgb8-ext}, @code{srgb-alpha-ext},
6525 @code{srgb8-alpha8-ext}, @code{sluminance-alpha-ext},
6526 @code{sluminance8-alpha8-ext}, @code{sluminance-ext},
6527 @code{sluminance8-ext}, @code{compressed-srgb-ext},
6528 @code{compressed-srgb-alpha-ext}, @code{compressed-sluminance-ext},
6529 @code{compressed-sluminance-alpha-ext},
6530 @code{compressed-srgb-s3tc-dxt1-ext},
6531 @code{compressed-srgb-alpha-s3tc-dxt1-ext},
6532 @code{compressed-srgb-alpha-s3tc-dxt3-ext},
6533 @code{compressed-srgb-alpha-s3tc-dxt5-ext}.
6534
6535 @end defmac
6536
6537 @defmac ext-texture-compression-latc enum
6538 Enumerated value. The symbolic @var{enum}argument is replaced with its
6539 corresponding numeric value at compile-time. The symbolic arguments
6540 known to this enumerated value form are:
6541
6542 @code{compressed-luminance-latc1-ext},
6543 @code{compressed-signed-luminance-latc1-ext},
6544 @code{compressed-luminance-alpha-latc2-ext},
6545 @code{compressed-signed-luminance-alpha-latc2-ext}.
6546
6547 @end defmac
6548
6549 @defmac ext-transform-feedback enum
6550 Enumerated value. The symbolic @var{enum}argument is replaced with its
6551 corresponding numeric value at compile-time. The symbolic arguments
6552 known to this enumerated value form are:
6553
6554 @code{transform-feedback-varying-max-length},
6555 @code{transform-feedback-varying-max-length-ext},
6556 @code{back-primary-color-nv}, @code{back-secondary-color-nv},
6557 @code{texture-coord-nv}, @code{clip-distance-nv}, @code{vertex-id-nv},
6558 @code{primitive-id-nv}, @code{generic-attrib-nv},
6559 @code{transform-feedback-attribs-nv},
6560 @code{transform-feedback-buffer-mode},
6561 @code{transform-feedback-buffer-mode-ext},
6562 @code{transform-feedback-buffer-mode-nv},
6563 @code{max-transform-feedback-separate-components},
6564 @code{max-transform-feedback-separate-components-ext},
6565 @code{max-transform-feedback-separate-components-nv},
6566 @code{active-varyings-nv}, @code{active-varying-max-length-nv},
6567 @code{transform-feedback-varyings},
6568 @code{transform-feedback-varyings-ext},
6569 @code{transform-feedback-varyings-nv},
6570 @code{transform-feedback-buffer-start},
6571 @code{transform-feedback-buffer-start-ext},
6572 @code{transform-feedback-buffer-start-nv},
6573 @code{transform-feedback-buffer-size},
6574 @code{transform-feedback-buffer-size-ext},
6575 @code{transform-feedback-buffer-size-nv},
6576 @code{transform-feedback-record-nv}, @code{primitives-generated},
6577 @code{primitives-generated-ext}, @code{primitives-generated-nv},
6578 @code{transform-feedback-primitives-written},
6579 @code{transform-feedback-primitives-written-ext},
6580 @code{transform-feedback-primitives-written-nv},
6581 @code{rasterizer-discard}, @code{rasterizer-discard-ext},
6582 @code{rasterizer-discard-nv},
6583 @code{max-transform-feedback-interleaved-components},
6584 @code{max-transform-feedback-interleaved-components-ext},
6585 @code{max-transform-feedback-interleaved-components-nv},
6586 @code{max-transform-feedback-separate-attribs},
6587 @code{max-transform-feedback-separate-attribs-ext},
6588 @code{max-transform-feedback-separate-attribs-nv},
6589 @code{interleaved-attribs}, @code{interleaved-attribs-ext},
6590 @code{interleaved-attribs-nv}, @code{separate-attribs},
6591 @code{separate-attribs-ext}, @code{separate-attribs-nv},
6592 @code{transform-feedback-buffer}, @code{transform-feedback-buffer-ext},
6593 @code{transform-feedback-buffer-nv},
6594 @code{transform-feedback-buffer-binding},
6595 @code{transform-feedback-buffer-binding-ext},
6596 @code{transform-feedback-buffer-binding-nv}.
6597
6598 @end defmac
6599
6600 @defmac nv-transform-feedback enum
6601 Enumerated value. The symbolic @var{enum}argument is replaced with its
6602 corresponding numeric value at compile-time. The symbolic arguments
6603 known to this enumerated value form are:
6604
6605 @code{transform-feedback-varying-max-length},
6606 @code{transform-feedback-varying-max-length-ext},
6607 @code{back-primary-color-nv}, @code{back-secondary-color-nv},
6608 @code{texture-coord-nv}, @code{clip-distance-nv}, @code{vertex-id-nv},
6609 @code{primitive-id-nv}, @code{generic-attrib-nv},
6610 @code{transform-feedback-attribs-nv},
6611 @code{transform-feedback-buffer-mode},
6612 @code{transform-feedback-buffer-mode-ext},
6613 @code{transform-feedback-buffer-mode-nv},
6614 @code{max-transform-feedback-separate-components},
6615 @code{max-transform-feedback-separate-components-ext},
6616 @code{max-transform-feedback-separate-components-nv},
6617 @code{active-varyings-nv}, @code{active-varying-max-length-nv},
6618 @code{transform-feedback-varyings},
6619 @code{transform-feedback-varyings-ext},
6620 @code{transform-feedback-varyings-nv},
6621 @code{transform-feedback-buffer-start},
6622 @code{transform-feedback-buffer-start-ext},
6623 @code{transform-feedback-buffer-start-nv},
6624 @code{transform-feedback-buffer-size},
6625 @code{transform-feedback-buffer-size-ext},
6626 @code{transform-feedback-buffer-size-nv},
6627 @code{transform-feedback-record-nv}, @code{primitives-generated},
6628 @code{primitives-generated-ext}, @code{primitives-generated-nv},
6629 @code{transform-feedback-primitives-written},
6630 @code{transform-feedback-primitives-written-ext},
6631 @code{transform-feedback-primitives-written-nv},
6632 @code{rasterizer-discard}, @code{rasterizer-discard-ext},
6633 @code{rasterizer-discard-nv},
6634 @code{max-transform-feedback-interleaved-components},
6635 @code{max-transform-feedback-interleaved-components-ext},
6636 @code{max-transform-feedback-interleaved-components-nv},
6637 @code{max-transform-feedback-separate-attribs},
6638 @code{max-transform-feedback-separate-attribs-ext},
6639 @code{max-transform-feedback-separate-attribs-nv},
6640 @code{interleaved-attribs}, @code{interleaved-attribs-ext},
6641 @code{interleaved-attribs-nv}, @code{separate-attribs},
6642 @code{separate-attribs-ext}, @code{separate-attribs-nv},
6643 @code{transform-feedback-buffer}, @code{transform-feedback-buffer-ext},
6644 @code{transform-feedback-buffer-nv},
6645 @code{transform-feedback-buffer-binding},
6646 @code{transform-feedback-buffer-binding-ext},
6647 @code{transform-feedback-buffer-binding-nv}, @code{layer-nv},
6648 @code{next-buffer-nv}, @code{skip-components4-nv},
6649 @code{skip-components3-nv}, @code{skip-components2-nv},
6650 @code{skip-components1-nv}.
6651
6652 @end defmac
6653
6654 @defmac ext-framebuffer-blit enum
6655 Enumerated value. The symbolic @var{enum}argument is replaced with its
6656 corresponding numeric value at compile-time. The symbolic arguments
6657 known to this enumerated value form are:
6658
6659 @code{draw-framebuffer-binding-ext}, @code{read-framebuffer-ext},
6660 @code{draw-framebuffer-ext}, @code{draw-framebuffer-binding-ext},
6661 @code{read-framebuffer-binding-ext}.
6662
6663 @end defmac
6664
6665 @defmac angle-framebuffer-blit enum
6666 Enumerated value. The symbolic @var{enum}argument is replaced with its
6667 corresponding numeric value at compile-time. The symbolic arguments
6668 known to this enumerated value form are:
6669
6670 @code{framebuffer-binding-angle}, @code{renderbuffer-binding-angle},
6671 @code{read-framebuffer-angle}, @code{draw-framebuffer-angle}.
6672
6673 @end defmac
6674
6675 @defmac nv-framebuffer-blit enum
6676 Enumerated value. The symbolic @var{enum}argument is replaced with its
6677 corresponding numeric value at compile-time. The symbolic arguments
6678 known to this enumerated value form are:
6679
6680 @code{read-framebuffer-nv}, @code{draw-framebuffer-nv},
6681 @code{draw-framebuffer-binding-nv}, @code{read-framebuffer-binding-nv}.
6682
6683 @end defmac
6684
6685 @defmac angle-framebuffer-multisample enum
6686 Enumerated value. The symbolic @var{enum}argument is replaced with its
6687 corresponding numeric value at compile-time. The symbolic arguments
6688 known to this enumerated value form are:
6689
6690 @code{renderbuffer-samples-angle},
6691 @code{framebuffer-incomplete-multisample-angle},
6692 @code{max-samples-angle}.
6693
6694 @end defmac
6695
6696 @defmac ext-framebuffer-multisample enum
6697 Enumerated value. The symbolic @var{enum}argument is replaced with its
6698 corresponding numeric value at compile-time. The symbolic arguments
6699 known to this enumerated value form are:
6700
6701 @code{renderbuffer-samples-ext},
6702 @code{framebuffer-incomplete-multisample-ext}, @code{max-samples-ext}.
6703
6704 @end defmac
6705
6706 @defmac nv-framebuffer-multisample enum
6707 Enumerated value. The symbolic @var{enum}argument is replaced with its
6708 corresponding numeric value at compile-time. The symbolic arguments
6709 known to this enumerated value form are:
6710
6711 @code{renderbuffer-samples-nv},
6712 @code{framebuffer-incomplete-multisample-nv}, @code{max-samples-nv}.
6713
6714 @end defmac
6715
6716 @defmac nv-framebuffer-multisample-coverage enum
6717 Enumerated value. The symbolic @var{enum}argument is replaced with its
6718 corresponding numeric value at compile-time. The symbolic arguments
6719 known to this enumerated value form are:
6720
6721 @code{renderbuffer-coverage-samples-nv},
6722 @code{renderbuffer-color-samples-nv},
6723 @code{max-multisample-coverage-modes-nv},
6724 @code{multisample-coverage-modes-nv}.
6725
6726 @end defmac
6727
6728 @defmac arb-depth-buffer-float enum
6729 Enumerated value. The symbolic @var{enum}argument is replaced with its
6730 corresponding numeric value at compile-time. The symbolic arguments
6731 known to this enumerated value form are:
6732
6733 @code{depth-component32f}, @code{depth32f-stencil8},
6734 @code{float-32-unsigned-int-24-8-rev}.
6735
6736 @end defmac
6737
6738 @defmac nv-fbo-color-attachments enum
6739 Enumerated value. The symbolic @var{enum}argument is replaced with its
6740 corresponding numeric value at compile-time. The symbolic arguments
6741 known to this enumerated value form are:
6742
6743 @code{max-color-attachments-nv}.
6744
6745 @end defmac
6746
6747 @defmac oes-stencil-1 enum
6748 Enumerated value. The symbolic @var{enum}argument is replaced with its
6749 corresponding numeric value at compile-time. The symbolic arguments
6750 known to this enumerated value form are:
6751
6752 @code{stencil-index1-oes}.
6753
6754 @end defmac
6755
6756 @defmac oes-stencil-4 enum
6757 Enumerated value. The symbolic @var{enum}argument is replaced with its
6758 corresponding numeric value at compile-time. The symbolic arguments
6759 known to this enumerated value form are:
6760
6761 @code{stencil-index4-oes}.
6762
6763 @end defmac
6764
6765 @defmac oes-stencil-8 enum
6766 Enumerated value. The symbolic @var{enum}argument is replaced with its
6767 corresponding numeric value at compile-time. The symbolic arguments
6768 known to this enumerated value form are:
6769
6770 @code{stencil-index8-oes}.
6771
6772 @end defmac
6773
6774 @defmac oes-vertex-half-float enum
6775 Enumerated value. The symbolic @var{enum}argument is replaced with its
6776 corresponding numeric value at compile-time. The symbolic arguments
6777 known to this enumerated value form are:
6778
6779 @code{half-float-oes}.
6780
6781 @end defmac
6782
6783 @defmac version-4-1 enum
6784 Enumerated value. The symbolic @var{enum}argument is replaced with its
6785 corresponding numeric value at compile-time. The symbolic arguments
6786 known to this enumerated value form are:
6787
6788 @code{rgb565}.
6789
6790 @end defmac
6791
6792 @defmac oes-compressed-etc1-rgb8-texture enum
6793 Enumerated value. The symbolic @var{enum}argument is replaced with its
6794 corresponding numeric value at compile-time. The symbolic arguments
6795 known to this enumerated value form are:
6796
6797 @code{etc1-rgb8-oes}.
6798
6799 @end defmac
6800
6801 @defmac oes-egl-image-external enum
6802 Enumerated value. The symbolic @var{enum}argument is replaced with its
6803 corresponding numeric value at compile-time. The symbolic arguments
6804 known to this enumerated value form are:
6805
6806 @code{texture-external-oes}, @code{sampler-external-oes},
6807 @code{texture-binding-external-oes},
6808 @code{required-texture-image-units-oes}.
6809
6810 @end defmac
6811
6812 @defmac arb-es3-compatibility enum
6813 Enumerated value. The symbolic @var{enum}argument is replaced with its
6814 corresponding numeric value at compile-time. The symbolic arguments
6815 known to this enumerated value form are:
6816
6817 @code{primitive-restart-fixed-index},
6818 @code{any-samples-passed-conservative}, @code{max-element-index},
6819 @code{compressed-r11-eac}, @code{compressed-signed-r11-eac},
6820 @code{compressed-rg11-eac}, @code{compressed-signed-rg11-eac},
6821 @code{compressed-rgb8-etc2}, @code{compressed-srgb8-etc2},
6822 @code{compressed-rgb8-punchthrough-alpha1-etc2},
6823 @code{compressed-srgb8-punchthrough-alpha1-etc2},
6824 @code{compressed-rgba8-etc2-eac},
6825 @code{compressed-srgb8-alpha8-etc2-eac}.
6826
6827 @end defmac
6828
6829 @defmac ext-multisampled-render-to-texture enum
6830 Enumerated value. The symbolic @var{enum}argument is replaced with its
6831 corresponding numeric value at compile-time. The symbolic arguments
6832 known to this enumerated value form are:
6833
6834 @code{framebuffer-attachment-texture-samples-ext}.
6835
6836 @end defmac
6837
6838 @defmac ext-texture-integer enum
6839 Enumerated value. The symbolic @var{enum}argument is replaced with its
6840 corresponding numeric value at compile-time. The symbolic arguments
6841 known to this enumerated value form are:
6842
6843 @code{rgba32ui}, @code{rgba32ui-ext}, @code{rgb32ui},
6844 @code{rgb32ui-ext}, @code{alpha32ui-ext}, @code{intensity32ui-ext},
6845 @code{luminance32ui-ext}, @code{luminance-alpha32ui-ext},
6846 @code{rgba16ui}, @code{rgba16ui-ext}, @code{rgb16ui},
6847 @code{rgb16ui-ext}, @code{alpha16ui-ext}, @code{intensity16ui-ext},
6848 @code{luminance16ui-ext}, @code{luminance-alpha16ui-ext},
6849 @code{rgba8ui}, @code{rgba8ui-ext}, @code{rgb8ui}, @code{rgb8ui-ext},
6850 @code{alpha8ui-ext}, @code{intensity8ui-ext}, @code{luminance8ui-ext},
6851 @code{luminance-alpha8ui-ext}, @code{rgba32i}, @code{rgba32i-ext},
6852 @code{rgb32i}, @code{rgb32i-ext}, @code{alpha32i-ext},
6853 @code{intensity32i-ext}, @code{luminance32i-ext},
6854 @code{luminance-alpha32i-ext}, @code{rgba16i}, @code{rgba16i-ext},
6855 @code{rgb16i}, @code{rgb16i-ext}, @code{alpha16i-ext},
6856 @code{intensity16i-ext}, @code{luminance16i-ext},
6857 @code{luminance-alpha16i-ext}, @code{rgba8i}, @code{rgba8i-ext},
6858 @code{rgb8i}, @code{rgb8i-ext}, @code{alpha8i-ext},
6859 @code{intensity8i-ext}, @code{luminance8i-ext},
6860 @code{luminance-alpha8i-ext}, @code{red-integer},
6861 @code{red-integer-ext}, @code{green-integer}, @code{green-integer-ext},
6862 @code{blue-integer}, @code{blue-integer-ext}, @code{alpha-integer},
6863 @code{alpha-integer-ext}, @code{rgb-integer}, @code{rgb-integer-ext},
6864 @code{rgba-integer}, @code{rgba-integer-ext}, @code{bgr-integer},
6865 @code{bgr-integer-ext}, @code{bgra-integer}, @code{bgra-integer-ext},
6866 @code{luminance-integer-ext}, @code{luminance-alpha-integer-ext},
6867 @code{rgba-integer-mode-ext}.
6868
6869 @end defmac
6870
6871 @defmac arb-vertex-type-2-10-10-10-rev enum
6872 Enumerated value. The symbolic @var{enum}argument is replaced with its
6873 corresponding numeric value at compile-time. The symbolic arguments
6874 known to this enumerated value form are:
6875
6876 @code{int-2-10-10-10-rev}.
6877
6878 @end defmac
6879
6880 @defmac nv-parameter-buffer-object enum
6881 Enumerated value. The symbolic @var{enum}argument is replaced with its
6882 corresponding numeric value at compile-time. The symbolic arguments
6883 known to this enumerated value form are:
6884
6885 @code{max-program-parameter-buffer-bindings-nv},
6886 @code{max-program-parameter-buffer-size-nv},
6887 @code{vertex-program-parameter-buffer-nv},
6888 @code{geometry-program-parameter-buffer-nv},
6889 @code{fragment-program-parameter-buffer-nv}.
6890
6891 @end defmac
6892
6893 @defmac nv-depth-buffer-float enum
6894 Enumerated value. The symbolic @var{enum}argument is replaced with its
6895 corresponding numeric value at compile-time. The symbolic arguments
6896 known to this enumerated value form are:
6897
6898 @code{depth-component32f-nv}, @code{depth32f-stencil8-nv},
6899 @code{float-32-unsigned-int-24-8-rev-nv},
6900 @code{depth-buffer-float-mode-nv}.
6901
6902 @end defmac
6903
6904 @defmac arb-shading-language-include enum
6905 Enumerated value. The symbolic @var{enum}argument is replaced with its
6906 corresponding numeric value at compile-time. The symbolic arguments
6907 known to this enumerated value form are:
6908
6909 @code{shader-include-arb}, @code{named-string-length-arb},
6910 @code{named-string-type-arb}.
6911
6912 @end defmac
6913
6914 @defmac arb-framebuffer-s-rgb enum
6915 Enumerated value. The symbolic @var{enum}argument is replaced with its
6916 corresponding numeric value at compile-time. The symbolic arguments
6917 known to this enumerated value form are:
6918
6919 @code{framebuffer-srgb}.
6920
6921 @end defmac
6922
6923 @defmac ext-framebuffer-s-rgb enum
6924 Enumerated value. The symbolic @var{enum}argument is replaced with its
6925 corresponding numeric value at compile-time. The symbolic arguments
6926 known to this enumerated value form are:
6927
6928 @code{framebuffer-srgb-ext}, @code{framebuffer-srgb-capable-ext}.
6929
6930 @end defmac
6931
6932 @defmac arb-texture-compression-rgtc enum
6933 Enumerated value. The symbolic @var{enum}argument is replaced with its
6934 corresponding numeric value at compile-time. The symbolic arguments
6935 known to this enumerated value form are:
6936
6937 @code{compressed-red-rgtc1}, @code{compressed-signed-red-rgtc1},
6938 @code{compressed-rg-rgtc2}, @code{compressed-signed-rg-rgtc2}.
6939
6940 @end defmac
6941
6942 @defmac ext-texture-compression-rgtc enum
6943 Enumerated value. The symbolic @var{enum}argument is replaced with its
6944 corresponding numeric value at compile-time. The symbolic arguments
6945 known to this enumerated value form are:
6946
6947 @code{compressed-red-rgtc1-ext}, @code{compressed-signed-red-rgtc1-ext},
6948 @code{compressed-red-green-rgtc2-ext},
6949 @code{compressed-signed-red-green-rgtc2-ext}.
6950
6951 @end defmac
6952
6953 @defmac ext-gpu-shader-4 enum
6954 Enumerated value. The symbolic @var{enum}argument is replaced with its
6955 corresponding numeric value at compile-time. The symbolic arguments
6956 known to this enumerated value form are:
6957
6958 @code{sampler-1d-array-ext}, @code{sampler-2d-array-ext},
6959 @code{sampler-buffer-ext}, @code{sampler-1d-array-shadow-ext},
6960 @code{sampler-2d-array-shadow-ext}, @code{sampler-cube-shadow-ext},
6961 @code{unsigned-int-vec2-ext}, @code{unsigned-int-vec3-ext},
6962 @code{unsigned-int-vec4-ext}, @code{int-sampler-1d-ext},
6963 @code{int-sampler-2d-ext}, @code{int-sampler-3d-ext},
6964 @code{int-sampler-cube-ext}, @code{int-sampler-2d-rect-ext},
6965 @code{int-sampler-1d-array-ext}, @code{int-sampler-2d-array-ext},
6966 @code{int-sampler-buffer-ext}, @code{unsigned-int-sampler-1d-ext},
6967 @code{unsigned-int-sampler-2d-ext}, @code{unsigned-int-sampler-3d-ext},
6968 @code{unsigned-int-sampler-cube-ext},
6969 @code{unsigned-int-sampler-2d-rect-ext},
6970 @code{unsigned-int-sampler-1d-array-ext},
6971 @code{unsigned-int-sampler-2d-array-ext},
6972 @code{unsigned-int-sampler-buffer-ext}.
6973
6974 @end defmac
6975
6976 @defmac nv-shadow-samplers-array enum
6977 Enumerated value. The symbolic @var{enum}argument is replaced with its
6978 corresponding numeric value at compile-time. The symbolic arguments
6979 known to this enumerated value form are:
6980
6981 @code{sampler-2d-array-shadow-nv}.
6982
6983 @end defmac
6984
6985 @defmac nv-shadow-samplers-cube enum
6986 Enumerated value. The symbolic @var{enum}argument is replaced with its
6987 corresponding numeric value at compile-time. The symbolic arguments
6988 known to this enumerated value form are:
6989
6990 @code{sampler-cube-shadow-nv}.
6991
6992 @end defmac
6993
6994 @defmac ext-bindable-uniform enum
6995 Enumerated value. The symbolic @var{enum}argument is replaced with its
6996 corresponding numeric value at compile-time. The symbolic arguments
6997 known to this enumerated value form are:
6998
6999 @code{max-vertex-bindable-uniforms-ext},
7000 @code{max-fragment-bindable-uniforms-ext},
7001 @code{max-geometry-bindable-uniforms-ext},
7002 @code{max-bindable-uniform-size-ext}, @code{uniform-buffer-ext},
7003 @code{uniform-buffer-binding-ext}.
7004
7005 @end defmac
7006
7007 @defmac arb-shader-subroutine enum
7008 Enumerated value. The symbolic @var{enum}argument is replaced with its
7009 corresponding numeric value at compile-time. The symbolic arguments
7010 known to this enumerated value form are:
7011
7012 @code{active-subroutines}, @code{active-subroutine-uniforms},
7013 @code{max-subroutines}, @code{max-subroutine-uniform-locations},
7014 @code{active-subroutine-uniform-locations},
7015 @code{active-subroutine-max-length},
7016 @code{active-subroutine-uniform-max-length},
7017 @code{num-compatible-subroutines}, @code{compatible-subroutines}.
7018
7019 @end defmac
7020
7021 @defmac oes-vertex-type-10-10-10-2 enum
7022 Enumerated value. The symbolic @var{enum}argument is replaced with its
7023 corresponding numeric value at compile-time. The symbolic arguments
7024 known to this enumerated value form are:
7025
7026 @code{unsigned-int-10-10-10-2-oes}, @code{int-10-10-10-2-oes}.
7027
7028 @end defmac
7029
7030 @defmac nv-conditional-render enum
7031 Enumerated value. The symbolic @var{enum}argument is replaced with its
7032 corresponding numeric value at compile-time. The symbolic arguments
7033 known to this enumerated value form are:
7034
7035 @code{query-wait-nv}, @code{query-no-wait-nv},
7036 @code{query-by-region-wait-nv}, @code{query-by-region-no-wait-nv}.
7037
7038 @end defmac
7039
7040 @defmac arb-transform-feedback-2 enum
7041 Enumerated value. The symbolic @var{enum}argument is replaced with its
7042 corresponding numeric value at compile-time. The symbolic arguments
7043 known to this enumerated value form are:
7044
7045 @code{transform-feedback}, @code{transform-feedback-paused},
7046 @code{transform-feedback-buffer-paused},
7047 @code{transform-feedback-active},
7048 @code{transform-feedback-buffer-active},
7049 @code{transform-feedback-binding}.
7050
7051 @end defmac
7052
7053 @defmac nv-transform-feedback-2 enum
7054 Enumerated value. The symbolic @var{enum}argument is replaced with its
7055 corresponding numeric value at compile-time. The symbolic arguments
7056 known to this enumerated value form are:
7057
7058 @code{transform-feedback-nv},
7059 @code{transform-feedback-buffer-paused-nv},
7060 @code{transform-feedback-buffer-active-nv},
7061 @code{transform-feedback-binding-nv}.
7062
7063 @end defmac
7064
7065 @defmac nv-present-video enum
7066 Enumerated value. The symbolic @var{enum}argument is replaced with its
7067 corresponding numeric value at compile-time. The symbolic arguments
7068 known to this enumerated value form are:
7069
7070 @code{frame-nv}, @code{fields-nv}, @code{current-time-nv},
7071 @code{num-fill-streams-nv}, @code{present-time-nv},
7072 @code{present-duration-nv}.
7073
7074 @end defmac
7075
7076 @defmac nv-depth-nonlinear enum
7077 Enumerated value. The symbolic @var{enum}argument is replaced with its
7078 corresponding numeric value at compile-time. The symbolic arguments
7079 known to this enumerated value form are:
7080
7081 @code{depth-component16-nonlinear-nv}.
7082
7083 @end defmac
7084
7085 @defmac ext-direct-state-access enum
7086 Enumerated value. The symbolic @var{enum}argument is replaced with its
7087 corresponding numeric value at compile-time. The symbolic arguments
7088 known to this enumerated value form are:
7089
7090 @code{program-matrix-ext}, @code{transpose-program-matrix-ext},
7091 @code{program-matrix-stack-depth-ext}.
7092
7093 @end defmac
7094
7095 @defmac arb-texture-swizzle enum
7096 Enumerated value. The symbolic @var{enum}argument is replaced with its
7097 corresponding numeric value at compile-time. The symbolic arguments
7098 known to this enumerated value form are:
7099
7100 @code{texture-swizzle-r}, @code{texture-swizzle-g},
7101 @code{texture-swizzle-b}, @code{texture-swizzle-a},
7102 @code{texture-swizzle-rgba}.
7103
7104 @end defmac
7105
7106 @defmac ext-texture-swizzle enum
7107 Enumerated value. The symbolic @var{enum}argument is replaced with its
7108 corresponding numeric value at compile-time. The symbolic arguments
7109 known to this enumerated value form are:
7110
7111 @code{texture-swizzle-r-ext}, @code{texture-swizzle-g-ext},
7112 @code{texture-swizzle-b-ext}, @code{texture-swizzle-a-ext},
7113 @code{texture-swizzle-rgba-ext}.
7114
7115 @end defmac
7116
7117 @defmac arb-provoking-vertex enum
7118 Enumerated value. The symbolic @var{enum}argument is replaced with its
7119 corresponding numeric value at compile-time. The symbolic arguments
7120 known to this enumerated value form are:
7121
7122 @code{quads-follow-provoking-vertex-convention},
7123 @code{first-vertex-convention}, @code{last-vertex-convention},
7124 @code{provoking-vertex}.
7125
7126 @end defmac
7127
7128 @defmac ext-provoking-vertex enum
7129 Enumerated value. The symbolic @var{enum}argument is replaced with its
7130 corresponding numeric value at compile-time. The symbolic arguments
7131 known to this enumerated value form are:
7132
7133 @code{quads-follow-provoking-vertex-convention-ext},
7134 @code{first-vertex-convention-ext}, @code{last-vertex-convention-ext},
7135 @code{provoking-vertex-ext}.
7136
7137 @end defmac
7138
7139 @defmac arb-texture-multisample enum
7140 Enumerated value. The symbolic @var{enum}argument is replaced with its
7141 corresponding numeric value at compile-time. The symbolic arguments
7142 known to this enumerated value form are:
7143
7144 @code{sample-position}, @code{sample-mask}, @code{sample-mask-value},
7145 @code{max-sample-mask-words}, @code{texture-2d-multisample},
7146 @code{proxy-texture-2d-multisample},
7147 @code{texture-2d-multisample-array},
7148 @code{proxy-texture-2d-multisample-array},
7149 @code{texture-binding-2d-multisample},
7150 @code{texture-binding-2d-multisample-array}, @code{texture-samples},
7151 @code{texture-fixed-sample-locations}, @code{sampler-2d-multisample},
7152 @code{int-sampler-2d-multisample},
7153 @code{unsigned-int-sampler-2d-multisample},
7154 @code{sampler-2d-multisample-array},
7155 @code{int-sampler-2d-multisample-array},
7156 @code{unsigned-int-sampler-2d-multisample-array},
7157 @code{max-color-texture-samples}, @code{max-depth-texture-samples},
7158 @code{max-integer-samples}.
7159
7160 @end defmac
7161
7162 @defmac nv-explicit-multisample enum
7163 Enumerated value. The symbolic @var{enum}argument is replaced with its
7164 corresponding numeric value at compile-time. The symbolic arguments
7165 known to this enumerated value form are:
7166
7167 @code{sample-position-nv}, @code{sample-mask-nv},
7168 @code{sample-mask-value-nv}, @code{texture-binding-renderbuffer-nv},
7169 @code{texture-renderbuffer-data-store-binding-nv},
7170 @code{texture-renderbuffer-nv}, @code{sampler-renderbuffer-nv},
7171 @code{int-sampler-renderbuffer-nv},
7172 @code{unsigned-int-sampler-renderbuffer-nv},
7173 @code{max-sample-mask-words-nv}.
7174
7175 @end defmac
7176
7177 @defmac nv-gpu-program-5 enum
7178 Enumerated value. The symbolic @var{enum}argument is replaced with its
7179 corresponding numeric value at compile-time. The symbolic arguments
7180 known to this enumerated value form are:
7181
7182 @code{max-geometry-program-invocations-nv},
7183 @code{min-fragment-interpolation-offset-nv},
7184 @code{max-fragment-interpolation-offset-nv},
7185 @code{fragment-program-interpolation-offset-bits-nv},
7186 @code{min-program-texture-gather-offset-nv},
7187 @code{max-program-texture-gather-offset-nv},
7188 @code{max-program-subroutine-parameters-nv},
7189 @code{max-program-subroutine-num-nv}.
7190
7191 @end defmac
7192
7193 @defmac arb-texture-gather enum
7194 Enumerated value. The symbolic @var{enum}argument is replaced with its
7195 corresponding numeric value at compile-time. The symbolic arguments
7196 known to this enumerated value form are:
7197
7198 @code{min-program-texture-gather-offset},
7199 @code{max-program-texture-gather-offset},
7200 @code{max-program-texture-gather-components-arb},
7201 @code{max-program-texture-gather-components}.
7202
7203 @end defmac
7204
7205 @defmac arb-transform-feedback-3 enum
7206 Enumerated value. The symbolic @var{enum}argument is replaced with its
7207 corresponding numeric value at compile-time. The symbolic arguments
7208 known to this enumerated value form are:
7209
7210 @code{max-transform-feedback-buffers}, @code{max-vertex-streams}.
7211
7212 @end defmac
7213
7214 @defmac arb-texture-compression-bptc enum
7215 Enumerated value. The symbolic @var{enum}argument is replaced with its
7216 corresponding numeric value at compile-time. The symbolic arguments
7217 known to this enumerated value form are:
7218
7219 @code{compressed-rgba-bptc-unorm-arb},
7220 @code{compressed-srgb-alpha-bptc-unorm-arb},
7221 @code{compressed-rgb-bptc-signed-float-arb},
7222 @code{compressed-rgb-bptc-unsigned-float-arb}.
7223
7224 @end defmac
7225
7226 @defmac nv-coverage-sample enum
7227 Enumerated value. The symbolic @var{enum}argument is replaced with its
7228 corresponding numeric value at compile-time. The symbolic arguments
7229 known to this enumerated value form are:
7230
7231 @code{coverage-component-nv}, @code{coverage-component4-nv},
7232 @code{coverage-attachment-nv}, @code{coverage-buffers-nv},
7233 @code{coverage-samples-nv}, @code{coverage-all-fragments-nv},
7234 @code{coverage-edge-fragments-nv}, @code{coverage-automatic-nv},
7235 @code{coverage-buffer-bit-nv}.
7236
7237 @end defmac
7238
7239 @defmac nv-shader-buffer-load enum
7240 Enumerated value. The symbolic @var{enum}argument is replaced with its
7241 corresponding numeric value at compile-time. The symbolic arguments
7242 known to this enumerated value form are:
7243
7244 @code{buffer-gpu-address-nv}, @code{gpu-address-nv},
7245 @code{max-shader-buffer-address-nv}.
7246
7247 @end defmac
7248
7249 @defmac nv-vertex-buffer-unified-memory enum
7250 Enumerated value. The symbolic @var{enum}argument is replaced with its
7251 corresponding numeric value at compile-time. The symbolic arguments
7252 known to this enumerated value form are:
7253
7254 @code{vertex-attrib-array-unified-nv}, @code{element-array-unified-nv},
7255 @code{vertex-attrib-array-address-nv}, @code{vertex-array-address-nv},
7256 @code{normal-array-address-nv}, @code{color-array-address-nv},
7257 @code{index-array-address-nv}, @code{texture-coord-array-address-nv},
7258 @code{edge-flag-array-address-nv},
7259 @code{secondary-color-array-address-nv},
7260 @code{fog-coord-array-address-nv}, @code{element-array-address-nv},
7261 @code{vertex-attrib-array-length-nv}, @code{vertex-array-length-nv},
7262 @code{normal-array-length-nv}, @code{color-array-length-nv},
7263 @code{index-array-length-nv}, @code{texture-coord-array-length-nv},
7264 @code{edge-flag-array-length-nv},
7265 @code{secondary-color-array-length-nv},
7266 @code{fog-coord-array-length-nv}, @code{element-array-length-nv},
7267 @code{draw-indirect-unified-nv}, @code{draw-indirect-address-nv},
7268 @code{draw-indirect-length-nv}.
7269
7270 @end defmac
7271
7272 @defmac arb-copy-buffer enum
7273 Enumerated value. The symbolic @var{enum}argument is replaced with its
7274 corresponding numeric value at compile-time. The symbolic arguments
7275 known to this enumerated value form are:
7276
7277 @code{copy-read-buffer-binding}, @code{copy-read-buffer},
7278 @code{copy-write-buffer-binding}, @code{copy-write-buffer}.
7279
7280 @end defmac
7281
7282 @defmac arb-draw-indirect enum
7283 Enumerated value. The symbolic @var{enum}argument is replaced with its
7284 corresponding numeric value at compile-time. The symbolic arguments
7285 known to this enumerated value form are:
7286
7287 @code{draw-indirect-buffer}, @code{draw-indirect-buffer-binding}.
7288
7289 @end defmac
7290
7291 @defmac arb-gpu-shader-fp-64 enum
7292 Enumerated value. The symbolic @var{enum}argument is replaced with its
7293 corresponding numeric value at compile-time. The symbolic arguments
7294 known to this enumerated value form are:
7295
7296 @code{double-mat2}, @code{double-mat3}, @code{double-mat4},
7297 @code{double-mat-2x-3}, @code{double-mat-2x-4}, @code{double-mat-3x-2},
7298 @code{double-mat-3x-4}, @code{double-mat-4x-2}, @code{double-mat-4x-3},
7299 @code{double-vec2}, @code{double-vec3}, @code{double-vec4}.
7300
7301 @end defmac
7302
7303 @defmac arm-mali-shader-binary enum
7304 Enumerated value. The symbolic @var{enum}argument is replaced with its
7305 corresponding numeric value at compile-time. The symbolic arguments
7306 known to this enumerated value form are:
7307
7308 @code{mali-shader-binary-arm}.
7309
7310 @end defmac
7311
7312 @defmac qcom-driver-control enum
7313 Enumerated value. The symbolic @var{enum}argument is replaced with its
7314 corresponding numeric value at compile-time. The symbolic arguments
7315 known to this enumerated value form are:
7316
7317 @code{perfmon-global-mode-qcom}.
7318
7319 @end defmac
7320
7321 @defmac qcom-binning-control enum
7322 Enumerated value. The symbolic @var{enum}argument is replaced with its
7323 corresponding numeric value at compile-time. The symbolic arguments
7324 known to this enumerated value form are:
7325
7326 @code{binning-control-hint-qcom}, @code{cpu-optimized-qcom},
7327 @code{gpu-optimized-qcom}, @code{render-direct-to-framebuffer-qcom}.
7328
7329 @end defmac
7330
7331 @defmac viv-shader-binary enum
7332 Enumerated value. The symbolic @var{enum}argument is replaced with its
7333 corresponding numeric value at compile-time. The symbolic arguments
7334 known to this enumerated value form are:
7335
7336 @code{shader-binary-viv}.
7337
7338 @end defmac
7339
7340 @defmac amd-vertex-shader-tesselator enum
7341 Enumerated value. The symbolic @var{enum}argument is replaced with its
7342 corresponding numeric value at compile-time. The symbolic arguments
7343 known to this enumerated value form are:
7344
7345 @code{sampler-buffer-amd}, @code{int-sampler-buffer-amd},
7346 @code{unsigned-int-sampler-buffer-amd}, @code{tessellation-mode-amd},
7347 @code{tessellation-factor-amd}, @code{discrete-amd},
7348 @code{continuous-amd}.
7349
7350 @end defmac
7351
7352 @defmac arb-texture-cube-map-array enum
7353 Enumerated value. The symbolic @var{enum}argument is replaced with its
7354 corresponding numeric value at compile-time. The symbolic arguments
7355 known to this enumerated value form are:
7356
7357 @code{texture-cube-map-array}, @code{texture-binding-cube-map-array},
7358 @code{proxy-texture-cube-map-array}, @code{sampler-cube-map-array},
7359 @code{sampler-cube-map-array-shadow}, @code{int-sampler-cube-map-array},
7360 @code{unsigned-int-sampler-cube-map-array}.
7361
7362 @end defmac
7363
7364 @defmac ext-texture-snorm enum
7365 Enumerated value. The symbolic @var{enum}argument is replaced with its
7366 corresponding numeric value at compile-time. The symbolic arguments
7367 known to this enumerated value form are:
7368
7369 @code{alpha-snorm}, @code{luminance-snorm},
7370 @code{luminance-alpha-snorm}, @code{intensity-snorm},
7371 @code{alpha8-snorm}, @code{luminance8-snorm},
7372 @code{luminance8-alpha8-snorm}, @code{intensity8-snorm},
7373 @code{alpha16-snorm}, @code{luminance16-snorm},
7374 @code{luminance16-alpha16-snorm}, @code{intensity16-snorm}.
7375
7376 @end defmac
7377
7378 @defmac amd-blend-minmax-factor enum
7379 Enumerated value. The symbolic @var{enum}argument is replaced with its
7380 corresponding numeric value at compile-time. The symbolic arguments
7381 known to this enumerated value form are:
7382
7383 @code{factor-min-amd}, @code{factor-max-amd}.
7384
7385 @end defmac
7386
7387 @defmac amd-depth-clamp-separate enum
7388 Enumerated value. The symbolic @var{enum}argument is replaced with its
7389 corresponding numeric value at compile-time. The symbolic arguments
7390 known to this enumerated value form are:
7391
7392 @code{depth-clamp-near-amd}, @code{depth-clamp-far-amd}.
7393
7394 @end defmac
7395
7396 @defmac nv-video-capture enum
7397 Enumerated value. The symbolic @var{enum}argument is replaced with its
7398 corresponding numeric value at compile-time. The symbolic arguments
7399 known to this enumerated value form are:
7400
7401 @code{video-buffer-nv}, @code{video-buffer-binding-nv},
7402 @code{field-upper-nv}, @code{field-lower-nv},
7403 @code{num-video-capture-streams-nv},
7404 @code{next-video-capture-buffer-status-nv},
7405 @code{video-capture-to-422-supported-nv},
7406 @code{last-video-capture-status-nv}, @code{video-buffer-pitch-nv},
7407 @code{video-color-conversion-matrix-nv},
7408 @code{video-color-conversion-max-nv},
7409 @code{video-color-conversion-min-nv},
7410 @code{video-color-conversion-offset-nv},
7411 @code{video-buffer-internal-format-nv}, @code{partial-success-nv},
7412 @code{success-nv}, @code{failure-nv}, @code{ycbycr8-422-nv},
7413 @code{ycbaycr8a-4224-nv}, @code{z6y10z6cb10z6y10z6cr10-422-nv},
7414 @code{z6y10z6cb10z6a10z6y10z6cr10z6a10-4224-nv},
7415 @code{z4y12z4cb12z4y12z4cr12-422-nv},
7416 @code{z4y12z4cb12z4a12z4y12z4cr12z4a12-4224-nv},
7417 @code{z4y12z4cb12z4cr12-444-nv}, @code{video-capture-frame-width-nv},
7418 @code{video-capture-frame-height-nv},
7419 @code{video-capture-field-upper-height-nv},
7420 @code{video-capture-field-lower-height-nv},
7421 @code{video-capture-surface-origin-nv}.
7422
7423 @end defmac
7424
7425 @defmac nv-texture-multisample enum
7426 Enumerated value. The symbolic @var{enum}argument is replaced with its
7427 corresponding numeric value at compile-time. The symbolic arguments
7428 known to this enumerated value form are:
7429
7430 @code{texture-coverage-samples-nv}, @code{texture-color-samples-nv}.
7431
7432 @end defmac
7433
7434 @defmac arb-texture-rgb-10-a-2-ui enum
7435 Enumerated value. The symbolic @var{enum}argument is replaced with its
7436 corresponding numeric value at compile-time. The symbolic arguments
7437 known to this enumerated value form are:
7438
7439 @code{rgb10-a2ui}.
7440
7441 @end defmac
7442
7443 @defmac nv-path-rendering enum
7444 Enumerated value. The symbolic @var{enum}argument is replaced with its
7445 corresponding numeric value at compile-time. The symbolic arguments
7446 known to this enumerated value form are:
7447
7448 @code{path-format-svg-nv}, @code{path-format-ps-nv},
7449 @code{standard-font-name-nv}, @code{system-font-name-nv},
7450 @code{file-name-nv}, @code{path-stroke-width-nv},
7451 @code{path-end-caps-nv}, @code{path-initial-end-cap-nv},
7452 @code{path-terminal-end-cap-nv}, @code{path-join-style-nv},
7453 @code{path-miter-limit-nv}, @code{path-dash-caps-nv},
7454 @code{path-initial-dash-cap-nv}, @code{path-terminal-dash-cap-nv},
7455 @code{path-dash-offset-nv}, @code{path-client-length-nv},
7456 @code{path-fill-mode-nv}, @code{path-fill-mask-nv},
7457 @code{path-fill-cover-mode-nv}, @code{path-stroke-cover-mode-nv},
7458 @code{path-stroke-mask-nv}, @code{count-up-nv}, @code{count-down-nv},
7459 @code{path-object-bounding-box-nv}, @code{convex-hull-nv},
7460 @code{bounding-box-nv}, @code{translate-x-nv}, @code{translate-y-nv},
7461 @code{translate-2d-nv}, @code{translate-3d-nv}, @code{affine-2d-nv},
7462 @code{affine-3d-nv}, @code{transpose-affine-2d-nv},
7463 @code{transpose-affine-3d-nv}, @code{utf8-nv}, @code{utf16-nv},
7464 @code{bounding-box-of-bounding-boxes-nv}, @code{path-command-count-nv},
7465 @code{path-coord-count-nv}, @code{path-dash-array-count-nv},
7466 @code{path-computed-length-nv}, @code{path-fill-bounding-box-nv},
7467 @code{path-stroke-bounding-box-nv}, @code{square-nv}, @code{round-nv},
7468 @code{triangular-nv}, @code{bevel-nv}, @code{miter-revert-nv},
7469 @code{miter-truncate-nv}, @code{skip-missing-glyph-nv},
7470 @code{use-missing-glyph-nv}, @code{path-error-position-nv},
7471 @code{path-fog-gen-mode-nv}, @code{accum-adjacent-pairs-nv},
7472 @code{adjacent-pairs-nv}, @code{first-to-rest-nv},
7473 @code{path-gen-mode-nv}, @code{path-gen-coeff-nv},
7474 @code{path-gen-color-format-nv}, @code{path-gen-components-nv},
7475 @code{path-dash-offset-reset-nv}, @code{move-to-resets-nv},
7476 @code{move-to-continues-nv}, @code{path-stencil-func-nv},
7477 @code{path-stencil-ref-nv}, @code{path-stencil-value-mask-nv},
7478 @code{close-path-nv}, @code{move-to-nv}, @code{relative-move-to-nv},
7479 @code{line-to-nv}, @code{relative-line-to-nv},
7480 @code{horizontal-line-to-nv}, @code{relative-horizontal-line-to-nv},
7481 @code{vertical-line-to-nv}, @code{relative-vertical-line-to-nv},
7482 @code{quadratic-curve-to-nv}, @code{relative-quadratic-curve-to-nv},
7483 @code{cubic-curve-to-nv}, @code{relative-cubic-curve-to-nv},
7484 @code{smooth-quadratic-curve-to-nv},
7485 @code{relative-smooth-quadratic-curve-to-nv},
7486 @code{smooth-cubic-curve-to-nv},
7487 @code{relative-smooth-cubic-curve-to-nv}, @code{small-ccw-arc-to-nv},
7488 @code{relative-small-ccw-arc-to-nv}, @code{small-cw-arc-to-nv},
7489 @code{relative-small-cw-arc-to-nv}, @code{large-ccw-arc-to-nv},
7490 @code{relative-large-ccw-arc-to-nv}, @code{large-cw-arc-to-nv},
7491 @code{relative-large-cw-arc-to-nv}, @code{restart-path-nv},
7492 @code{dup-first-cubic-curve-to-nv}, @code{dup-last-cubic-curve-to-nv},
7493 @code{rect-nv}, @code{circular-ccw-arc-to-nv},
7494 @code{circular-cw-arc-to-nv}, @code{circular-tangent-arc-to-nv},
7495 @code{arc-to-nv}, @code{relative-arc-to-nv}, @code{bold-bit-nv},
7496 @code{italic-bit-nv}, @code{glyph-width-bit-nv},
7497 @code{glyph-height-bit-nv}, @code{glyph-horizontal-bearing-x-bit-nv},
7498 @code{glyph-horizontal-bearing-y-bit-nv},
7499 @code{glyph-horizontal-bearing-advance-bit-nv},
7500 @code{glyph-vertical-bearing-x-bit-nv},
7501 @code{glyph-vertical-bearing-y-bit-nv},
7502 @code{glyph-vertical-bearing-advance-bit-nv},
7503 @code{glyph-has-kerning-bit-nv}, @code{font-x-min-bounds-bit-nv},
7504 @code{font-y-min-bounds-bit-nv}, @code{font-x-max-bounds-bit-nv},
7505 @code{font-y-max-bounds-bit-nv}, @code{font-units-per-em-bit-nv},
7506 @code{font-ascender-bit-nv}, @code{font-descender-bit-nv},
7507 @code{font-height-bit-nv}, @code{font-max-advance-width-bit-nv},
7508 @code{font-max-advance-height-bit-nv},
7509 @code{font-underline-position-bit-nv},
7510 @code{font-underline-thickness-bit-nv}, @code{font-has-kerning-bit-nv},
7511 @code{path-stencil-depth-offset-factor-nv},
7512 @code{path-stencil-depth-offset-units-nv},
7513 @code{path-cover-depth-func-nv}.
7514
7515 @end defmac
7516
7517 @defmac ext-framebuffer-multisample-blit-scaled enum
7518 Enumerated value. The symbolic @var{enum}argument is replaced with its
7519 corresponding numeric value at compile-time. The symbolic arguments
7520 known to this enumerated value form are:
7521
7522 @code{scaled-resolve-fastest-ext}, @code{scaled-resolve-nicest-ext}.
7523
7524 @end defmac
7525
7526 @defmac arb-map-buffer-alignment enum
7527 Enumerated value. The symbolic @var{enum}argument is replaced with its
7528 corresponding numeric value at compile-time. The symbolic arguments
7529 known to this enumerated value form are:
7530
7531 @code{min-map-buffer-alignment}.
7532
7533 @end defmac
7534
7535 @defmac nv-deep-texture-3d enum
7536 Enumerated value. The symbolic @var{enum}argument is replaced with its
7537 corresponding numeric value at compile-time. The symbolic arguments
7538 known to this enumerated value form are:
7539
7540 @code{max-deep-3d-texture-width-height-nv},
7541 @code{max-deep-3d-texture-depth-nv}.
7542
7543 @end defmac
7544
7545 @defmac ext-x-11-sync-object enum
7546 Enumerated value. The symbolic @var{enum}argument is replaced with its
7547 corresponding numeric value at compile-time. The symbolic arguments
7548 known to this enumerated value form are:
7549
7550 @code{sync-x11-fence-ext}.
7551
7552 @end defmac
7553
7554 @defmac arb-stencil-texturing enum
7555 Enumerated value. The symbolic @var{enum}argument is replaced with its
7556 corresponding numeric value at compile-time. The symbolic arguments
7557 known to this enumerated value form are:
7558
7559 @code{depth-stencil-texture-mode}.
7560
7561 @end defmac
7562
7563 @defmac nv-compute-program-5 enum
7564 Enumerated value. The symbolic @var{enum}argument is replaced with its
7565 corresponding numeric value at compile-time. The symbolic arguments
7566 known to this enumerated value form are:
7567
7568 @code{compute-program-nv}, @code{compute-program-parameter-buffer-nv}.
7569
7570 @end defmac
7571
7572 @defmac arb-sync enum
7573 Enumerated value. The symbolic @var{enum}argument is replaced with its
7574 corresponding numeric value at compile-time. The symbolic arguments
7575 known to this enumerated value form are:
7576
7577 @code{max-server-wait-timeout}, @code{object-type},
7578 @code{sync-condition}, @code{sync-status}, @code{sync-flags},
7579 @code{sync-fence}, @code{sync-gpu-commands-complete}, @code{unsignaled},
7580 @code{signaled}, @code{already-signaled}, @code{timeout-expired},
7581 @code{condition-satisfied}, @code{wait-failed},
7582 @code{sync-flush-commands-bit}, @code{timeout-ignored}.
7583
7584 @end defmac
7585
7586 @defmac arb-compressed-texture-pixel-storage enum
7587 Enumerated value. The symbolic @var{enum}argument is replaced with its
7588 corresponding numeric value at compile-time. The symbolic arguments
7589 known to this enumerated value form are:
7590
7591 @code{unpack-compressed-block-width},
7592 @code{unpack-compressed-block-height},
7593 @code{unpack-compressed-block-depth},
7594 @code{unpack-compressed-block-size}, @code{pack-compressed-block-width},
7595 @code{pack-compressed-block-height}, @code{pack-compressed-block-depth},
7596 @code{pack-compressed-block-size}.
7597
7598 @end defmac
7599
7600 @defmac arb-texture-storage enum
7601 Enumerated value. The symbolic @var{enum}argument is replaced with its
7602 corresponding numeric value at compile-time. The symbolic arguments
7603 known to this enumerated value form are:
7604
7605 @code{texture-immutable-format}.
7606
7607 @end defmac
7608
7609 @defmac img-program-binary enum
7610 Enumerated value. The symbolic @var{enum}argument is replaced with its
7611 corresponding numeric value at compile-time. The symbolic arguments
7612 known to this enumerated value form are:
7613
7614 @code{sgx-program-binary-img}.
7615
7616 @end defmac
7617
7618 @defmac img-multisampled-render-to-texture enum
7619 Enumerated value. The symbolic @var{enum}argument is replaced with its
7620 corresponding numeric value at compile-time. The symbolic arguments
7621 known to this enumerated value form are:
7622
7623 @code{renderbuffer-samples-img},
7624 @code{framebuffer-incomplete-multisample-img}, @code{max-samples-img},
7625 @code{texture-samples-img}.
7626
7627 @end defmac
7628
7629 @defmac img-texture-compression-pvrtc-2 enum
7630 Enumerated value. The symbolic @var{enum}argument is replaced with its
7631 corresponding numeric value at compile-time. The symbolic arguments
7632 known to this enumerated value form are:
7633
7634 @code{compressed-rgba-pvrtc-2bppv2-img},
7635 @code{compressed-rgba-pvrtc-4bppv2-img}.
7636
7637 @end defmac
7638
7639 @defmac amd-debug-output enum
7640 Enumerated value. The symbolic @var{enum}argument is replaced with its
7641 corresponding numeric value at compile-time. The symbolic arguments
7642 known to this enumerated value form are:
7643
7644 @code{max-debug-message-length-amd},
7645 @code{max-debug-logged-messages-amd}, @code{debug-logged-messages-amd},
7646 @code{debug-severity-high-amd}, @code{debug-severity-medium-amd},
7647 @code{debug-severity-low-amd}, @code{debug-category-api-error-amd},
7648 @code{debug-category-window-system-amd},
7649 @code{debug-category-deprecation-amd},
7650 @code{debug-category-undefined-behavior-amd},
7651 @code{debug-category-performance-amd},
7652 @code{debug-category-shader-compiler-amd},
7653 @code{debug-category-application-amd}, @code{debug-category-other-amd}.
7654
7655 @end defmac
7656
7657 @defmac amd-name-gen-delete enum
7658 Enumerated value. The symbolic @var{enum}argument is replaced with its
7659 corresponding numeric value at compile-time. The symbolic arguments
7660 known to this enumerated value form are:
7661
7662 @code{data-buffer-amd}, @code{performance-monitor-amd},
7663 @code{query-object-amd}, @code{vertex-array-object-amd},
7664 @code{sampler-object-amd}.
7665
7666 @end defmac
7667
7668 @defmac amd-pinned-memory enum
7669 Enumerated value. The symbolic @var{enum}argument is replaced with its
7670 corresponding numeric value at compile-time. The symbolic arguments
7671 known to this enumerated value form are:
7672
7673 @code{external-virtual-memory-buffer-amd}.
7674
7675 @end defmac
7676
7677 @defmac amd-query-buffer-object enum
7678 Enumerated value. The symbolic @var{enum}argument is replaced with its
7679 corresponding numeric value at compile-time. The symbolic arguments
7680 known to this enumerated value form are:
7681
7682 @code{query-buffer-amd}, @code{query-buffer-binding-amd},
7683 @code{query-result-no-wait-amd}.
7684
7685 @end defmac
7686
7687 @defmac amd-sparse-texture enum
7688 Enumerated value. The symbolic @var{enum}argument is replaced with its
7689 corresponding numeric value at compile-time. The symbolic arguments
7690 known to this enumerated value form are:
7691
7692 @code{virtual-page-size-x-amd}, @code{virtual-page-size-y-amd},
7693 @code{virtual-page-size-z-amd}, @code{max-sparse-texture-size-amd},
7694 @code{max-sparse-3d-texture-size-amd},
7695 @code{max-sparse-array-texture-layers}, @code{min-sparse-level-amd},
7696 @code{min-lod-warning-amd}, @code{texture-storage-sparse-bit-amd}.
7697
7698 @end defmac
7699
7700 @defmac arb-texture-buffer-range enum
7701 Enumerated value. The symbolic @var{enum}argument is replaced with its
7702 corresponding numeric value at compile-time. The symbolic arguments
7703 known to this enumerated value form are:
7704
7705 @code{texture-buffer-offset}, @code{texture-buffer-size},
7706 @code{texture-buffer-offset-alignment}.
7707
7708 @end defmac
7709
7710 @defmac dmp-shader-binary enum
7711 Enumerated value. The symbolic @var{enum}argument is replaced with its
7712 corresponding numeric value at compile-time. The symbolic arguments
7713 known to this enumerated value form are:
7714
7715 @code{shader-binary-dmp}.
7716
7717 @end defmac
7718
7719 @defmac fj-shader-binary-gccso enum
7720 Enumerated value. The symbolic @var{enum}argument is replaced with its
7721 corresponding numeric value at compile-time. The symbolic arguments
7722 known to this enumerated value form are:
7723
7724 @code{gccso-shader-binary-fj}.
7725
7726 @end defmac
7727
7728 @defmac arb-shader-atomic-counters enum
7729 Enumerated value. The symbolic @var{enum}argument is replaced with its
7730 corresponding numeric value at compile-time. The symbolic arguments
7731 known to this enumerated value form are:
7732
7733 @code{atomic-counter-buffer}, @code{atomic-counter-buffer-binding},
7734 @code{atomic-counter-buffer-start}, @code{atomic-counter-buffer-size},
7735 @code{atomic-counter-buffer-data-size},
7736 @code{atomic-counter-buffer-active-atomic-counters},
7737 @code{atomic-counter-buffer-active-atomic-counter-indices},
7738 @code{atomic-counter-buffer-referenced-by-vertex-shader},
7739 @code{atomic-counter-buffer-referenced-by-tess-control-shader},
7740 @code{atomic-counter-buffer-referenced-by-tess-evaluation-shader},
7741 @code{atomic-counter-buffer-referenced-by-geometry-shader},
7742 @code{atomic-counter-buffer-referenced-by-fragment-shader},
7743 @code{max-vertex-atomic-counter-buffers},
7744 @code{max-tess-control-atomic-counter-buffers},
7745 @code{max-tess-evaluation-atomic-counter-buffers},
7746 @code{max-geometry-atomic-counter-buffers},
7747 @code{max-fragment-atomic-counter-buffers},
7748 @code{max-combined-atomic-counter-buffers},
7749 @code{max-vertex-atomic-counters},
7750 @code{max-tess-control-atomic-counters},
7751 @code{max-tess-evaluation-atomic-counters},
7752 @code{max-geometry-atomic-counters},
7753 @code{max-fragment-atomic-counters},
7754 @code{max-combined-atomic-counters},
7755 @code{max-atomic-counter-buffer-size},
7756 @code{max-atomic-counter-buffer-bindings},
7757 @code{active-atomic-counter-buffers},
7758 @code{uniform-atomic-counter-buffer-index},
7759 @code{unsigned-int-atomic-counter}.
7760
7761 @end defmac
7762
7763 @defmac arb-program-interface-query enum
7764 Enumerated value. The symbolic @var{enum}argument is replaced with its
7765 corresponding numeric value at compile-time. The symbolic arguments
7766 known to this enumerated value form are:
7767
7768 @code{uniform}, @code{uniform-block}, @code{program-input},
7769 @code{program-output}, @code{buffer-variable},
7770 @code{shader-storage-block}, @code{is-per-patch},
7771 @code{vertex-subroutine}, @code{tess-control-subroutine},
7772 @code{tess-evaluation-subroutine}, @code{geometry-subroutine},
7773 @code{fragment-subroutine}, @code{compute-subroutine},
7774 @code{vertex-subroutine-uniform},
7775 @code{tess-control-subroutine-uniform},
7776 @code{tess-evaluation-subroutine-uniform},
7777 @code{geometry-subroutine-uniform}, @code{fragment-subroutine-uniform},
7778 @code{compute-subroutine-uniform}, @code{transform-feedback-varying},
7779 @code{active-resources}, @code{max-name-length},
7780 @code{max-num-active-variables}, @code{max-num-compatible-subroutines},
7781 @code{name-length}, @code{type}, @code{array-size}, @code{offset},
7782 @code{block-index}, @code{array-stride}, @code{matrix-stride},
7783 @code{is-row-major}, @code{atomic-counter-buffer-index},
7784 @code{buffer-binding}, @code{buffer-data-size},
7785 @code{num-active-variables}, @code{active-variables},
7786 @code{referenced-by-vertex-shader},
7787 @code{referenced-by-tess-control-shader},
7788 @code{referenced-by-tess-evaluation-shader},
7789 @code{referenced-by-geometry-shader},
7790 @code{referenced-by-fragment-shader},
7791 @code{referenced-by-compute-shader}, @code{top-level-array-size},
7792 @code{top-level-array-stride}, @code{location}, @code{location-index}.
7793
7794 @end defmac
7795
7796 @defmac arb-framebuffer-no-attachments enum
7797 Enumerated value. The symbolic @var{enum}argument is replaced with its
7798 corresponding numeric value at compile-time. The symbolic arguments
7799 known to this enumerated value form are:
7800
7801 @code{framebuffer-default-width}, @code{framebuffer-default-height},
7802 @code{framebuffer-default-layers}, @code{framebuffer-default-samples},
7803 @code{framebuffer-default-fixed-sample-locations},
7804 @code{max-framebuffer-width}, @code{max-framebuffer-height},
7805 @code{max-framebuffer-layers}, @code{max-framebuffer-samples}.
7806
7807 @end defmac
7808
7809 @defmac arb-internalformat-query enum
7810 Enumerated value. The symbolic @var{enum}argument is replaced with its
7811 corresponding numeric value at compile-time. The symbolic arguments
7812 known to this enumerated value form are:
7813
7814 @code{num-sample-counts}.
7815
7816 @end defmac
7817
7818 @defmac angle-translated-shader-source enum
7819 Enumerated value. The symbolic @var{enum}argument is replaced with its
7820 corresponding numeric value at compile-time. The symbolic arguments
7821 known to this enumerated value form are:
7822
7823 @code{translated-shader-source-length-angle}.
7824
7825 @end defmac
7826
7827 @defmac angle-texture-usage enum
7828 Enumerated value. The symbolic @var{enum}argument is replaced with its
7829 corresponding numeric value at compile-time. The symbolic arguments
7830 known to this enumerated value form are:
7831
7832 @code{texture-usage-angle}, @code{framebuffer-attachment-angle},
7833 @code{none}.
7834
7835 @end defmac
7836
7837 @defmac angle-pack-reverse-row-order enum
7838 Enumerated value. The symbolic @var{enum}argument is replaced with its
7839 corresponding numeric value at compile-time. The symbolic arguments
7840 known to this enumerated value form are:
7841
7842 @code{pack-reverse-row-order-angle}.
7843
7844 @end defmac
7845
7846 @defmac angle-depth-texture enum
7847 Enumerated value. The symbolic @var{enum}argument is replaced with its
7848 corresponding numeric value at compile-time. The symbolic arguments
7849 known to this enumerated value form are:
7850
7851 @code{program-binary-angle}.
7852
7853 @end defmac
7854
7855 @defmac gl-khr-texture-compression-astc-ldr enum
7856 Enumerated value. The symbolic @var{enum}argument is replaced with its
7857 corresponding numeric value at compile-time. The symbolic arguments
7858 known to this enumerated value form are:
7859
7860 @code{compressed-rgba-astc-4x4-khr},
7861 @code{compressed-rgba-astc-5x4-khr},
7862 @code{compressed-rgba-astc-5x5-khr},
7863 @code{compressed-rgba-astc-6x5-khr},
7864 @code{compressed-rgba-astc-6x6-khr},
7865 @code{compressed-rgba-astc-8x5-khr},
7866 @code{compressed-rgba-astc-8x6-khr},
7867 @code{compressed-rgba-astc-8x8-khr},
7868 @code{compressed-rgba-astc-10x5-khr},
7869 @code{compressed-rgba-astc-10x6-khr},
7870 @code{compressed-rgba-astc-10x8-khr},
7871 @code{compressed-rgba-astc-10x10-khr},
7872 @code{compressed-rgba-astc-12x10-khr},
7873 @code{compressed-rgba-astc-12x12-khr},
7874 @code{compressed-srgb8-alpha8-astc-4x4-khr},
7875 @code{compressed-srgb8-alpha8-astc-5x4-khr},
7876 @code{compressed-srgb8-alpha8-astc-5x5-khr},
7877 @code{compressed-srgb8-alpha8-astc-6x5-khr},
7878 @code{compressed-srgb8-alpha8-astc-6x6-khr},
7879 @code{compressed-srgb8-alpha8-astc-8x5-khr},
7880 @code{compressed-srgb8-alpha8-astc-8x6-khr},
7881 @code{compressed-srgb8-alpha8-astc-8x8-khr},
7882 @code{compressed-srgb8-alpha8-astc-10x5-khr},
7883 @code{compressed-srgb8-alpha8-astc-10x6-khr},
7884 @code{compressed-srgb8-alpha8-astc-10x8-khr},
7885 @code{compressed-srgb8-alpha8-astc-10x10-khr},
7886 @code{compressed-srgb8-alpha8-astc-12x10-khr},
7887 @code{compressed-srgb8-alpha8-astc-12x12-khr}.
7888
7889 @end defmac
7890
7891
7892 @c %end of fragment