Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-version_3_1.lisp
blob407b1e4b376a5b5168b12a1b2fbd3290c0d22740
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; version_3_1
7 (eval-when (:load-toplevel)
8 (when
9 (and (boundp '*version-loaded*) (not (eq 'version_3_1 *version-loaded*)))
10 (warn
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_3_1 *version-loaded*))
13 (defparameter *version-loaded* 'version_3_1))
14 (defconstant +max-elements-vertices+ #x80E8)
15 (defconstant +max-elements-indices+ #x80E9)
16 (defconstant +unsigned-byte-3-3-2+ #x8032)
17 (defconstant +unsigned-short-4-4-4-4+ #x8033)
18 (defconstant +unsigned-short-5-5-5-1+ #x8034)
19 (defconstant +unsigned-int-8-8-8-8+ #x8035)
20 (defconstant +unsigned-int-10-10-10-2+ #x8036)
21 (defconstant +pack-skip-images+ #x806B)
22 (defconstant +pack-image-height+ #x806C)
23 (defconstant +unpack-skip-images+ #x806D)
24 (defconstant +unpack-image-height+ #x806E)
25 (defconstant +texture-3d+ #x806F)
26 (defconstant +proxy-texture-3d+ #x8070)
27 (defconstant +texture-depth+ #x8071)
28 (defconstant +texture-wrap-r+ #x8072)
29 (defconstant +max-3d-texture-size+ #x8073)
30 (defconstant +unsigned-byte-2-3-3-rev+ #x8362)
31 (defconstant +unsigned-short-5-6-5+ #x8363)
32 (defconstant +unsigned-short-5-6-5-rev+ #x8364)
33 (defconstant +unsigned-short-4-4-4-4-rev+ #x8365)
34 (defconstant +unsigned-short-1-5-5-5-rev+ #x8366)
35 (defconstant +unsigned-int-8-8-8-8-rev+ #x8367)
36 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
37 (defconstant +bgr+ #x80E0)
38 (defconstant +bgra+ #x80E1)
39 (defconstant +max-elements-vertices+ #x80E8)
40 (defconstant +max-elements-indices+ #x80E9)
41 (defconstant +clamp-to-edge+ #x812F)
42 (defconstant +texture-min-lod+ #x813A)
43 (defconstant +texture-max-lod+ #x813B)
44 (defconstant +texture-base-level+ #x813C)
45 (defconstant +texture-max-level+ #x813D)
46 (defconstant +rescale-normal+ #x803A)
47 (defconstant +texture0+ #x84C0)
48 (defconstant +texture1+ #x84C1)
49 (defconstant +texture2+ #x84C2)
50 (defconstant +texture3+ #x84C3)
51 (defconstant +texture4+ #x84C4)
52 (defconstant +texture5+ #x84C5)
53 (defconstant +texture6+ #x84C6)
54 (defconstant +texture7+ #x84C7)
55 (defconstant +texture8+ #x84C8)
56 (defconstant +texture9+ #x84C9)
57 (defconstant +texture10+ #x84CA)
58 (defconstant +texture11+ #x84CB)
59 (defconstant +texture12+ #x84CC)
60 (defconstant +texture13+ #x84CD)
61 (defconstant +texture14+ #x84CE)
62 (defconstant +texture15+ #x84CF)
63 (defconstant +texture16+ #x84D0)
64 (defconstant +texture17+ #x84D1)
65 (defconstant +texture18+ #x84D2)
66 (defconstant +texture19+ #x84D3)
67 (defconstant +texture20+ #x84D4)
68 (defconstant +texture21+ #x84D5)
69 (defconstant +texture22+ #x84D6)
70 (defconstant +texture23+ #x84D7)
71 (defconstant +texture24+ #x84D8)
72 (defconstant +texture25+ #x84D9)
73 (defconstant +texture26+ #x84DA)
74 (defconstant +texture27+ #x84DB)
75 (defconstant +texture28+ #x84DC)
76 (defconstant +texture29+ #x84DD)
77 (defconstant +texture30+ #x84DE)
78 (defconstant +texture31+ #x84DF)
79 (defconstant +active-texture+ #x84E0)
80 (defconstant +multisample+ #x809D)
81 (defconstant +sample-alpha-to-coverage+ #x809E)
82 (defconstant +sample-alpha-to-one+ #x809F)
83 (defconstant +sample-coverage+ #x80A0)
84 (defconstant +sample-buffers+ #x80A8)
85 (defconstant +samples+ #x80A9)
86 (defconstant +sample-coverage-value+ #x80AA)
87 (defconstant +sample-coverage-invert+ #x80AB)
88 (defconstant +texture-cube-map+ #x8513)
89 (defconstant +texture-binding-cube-map+ #x8514)
90 (defconstant +texture-cube-map-positive-x+ #x8515)
91 (defconstant +texture-cube-map-negative-x+ #x8516)
92 (defconstant +texture-cube-map-positive-y+ #x8517)
93 (defconstant +texture-cube-map-negative-y+ #x8518)
94 (defconstant +texture-cube-map-positive-z+ #x8519)
95 (defconstant +texture-cube-map-negative-z+ #x851A)
96 (defconstant +proxy-texture-cube-map+ #x851B)
97 (defconstant +max-cube-map-texture-size+ #x851C)
98 (defconstant +compressed-rgb+ #x84ED)
99 (defconstant +compressed-rgba+ #x84EE)
100 (defconstant +texture-compression-hint+ #x84EF)
101 (defconstant +texture-compressed-image-size+ #x86A0)
102 (defconstant +texture-compressed+ #x86A1)
103 (defconstant +num-compressed-texture-formats+ #x86A2)
104 (defconstant +compressed-texture-formats+ #x86A3)
105 (defconstant +clamp-to-border+ #x812D)
106 (defconstant +client-active-texture+ #x84E1)
107 (defconstant +max-texture-units+ #x84E2)
108 (defconstant +transpose-modelview-matrix+ #x84E3)
109 (defconstant +transpose-projection-matrix+ #x84E4)
110 (defconstant +transpose-texture-matrix+ #x84E5)
111 (defconstant +transpose-color-matrix+ #x84E6)
112 (defconstant +normal-map+ #x8511)
113 (defconstant +reflection-map+ #x8512)
114 (defconstant +compressed-alpha+ #x84E9)
115 (defconstant +compressed-luminance+ #x84EA)
116 (defconstant +compressed-luminance-alpha+ #x84EB)
117 (defconstant +compressed-intensity+ #x84EC)
118 (defconstant +combine+ #x8570)
119 (defconstant +combine-rgb+ #x8571)
120 (defconstant +combine-alpha+ #x8572)
121 (defconstant +source0-rgb+ #x8580)
122 (defconstant +source1-rgb+ #x8581)
123 (defconstant +source2-rgb+ #x8582)
124 (defconstant +source0-alpha+ #x8588)
125 (defconstant +source1-alpha+ #x8589)
126 (defconstant +source2-alpha+ #x858A)
127 (defconstant +operand0-rgb+ #x8590)
128 (defconstant +operand1-rgb+ #x8591)
129 (defconstant +operand2-rgb+ #x8592)
130 (defconstant +operand0-alpha+ #x8598)
131 (defconstant +operand1-alpha+ #x8599)
132 (defconstant +operand2-alpha+ #x859A)
133 (defconstant +rgb-scale+ #x8573)
134 (defconstant +add-signed+ #x8574)
135 (defconstant +interpolate+ #x8575)
136 (defconstant +subtract+ #x84E7)
137 (defconstant +constant+ #x8576)
138 (defconstant +primary-color+ #x8577)
139 (defconstant +previous+ #x8578)
140 (defconstant +dot3-rgb+ #x86AE)
141 (defconstant +dot3-rgba+ #x86AF)
142 (defconstant +blend-dst-rgb+ #x80C8)
143 (defconstant +blend-src-rgb+ #x80C9)
144 (defconstant +blend-dst-alpha+ #x80CA)
145 (defconstant +blend-src-alpha+ #x80CB)
146 (defconstant +point-fade-threshold-size+ #x8128)
147 (defconstant +depth-component16+ #x81A5)
148 (defconstant +depth-component24+ #x81A6)
149 (defconstant +depth-component32+ #x81A7)
150 (defconstant +mirrored-repeat+ #x8370)
151 (defconstant +max-texture-lod-bias+ #x84FD)
152 (defconstant +texture-lod-bias+ #x8501)
153 (defconstant +incr-wrap+ #x8507)
154 (defconstant +decr-wrap+ #x8508)
155 (defconstant +texture-depth-size+ #x884A)
156 (defconstant +texture-compare-mode+ #x884C)
157 (defconstant +texture-compare-func+ #x884D)
158 (defconstant +point-size-min+ #x8126)
159 (defconstant +point-size-max+ #x8127)
160 (defconstant +point-distance-attenuation+ #x8129)
161 (defconstant +generate-mipmap+ #x8191)
162 (defconstant +generate-mipmap-hint+ #x8192)
163 (defconstant +fog-coordinate-source+ #x8450)
164 (defconstant +fog-coordinate+ #x8451)
165 (defconstant +fragment-depth+ #x8452)
166 (defconstant +current-fog-coordinate+ #x8453)
167 (defconstant +fog-coordinate-array-type+ #x8454)
168 (defconstant +fog-coordinate-array-stride+ #x8455)
169 (defconstant +fog-coordinate-array-pointer+ #x8456)
170 (defconstant +fog-coordinate-array+ #x8457)
171 (defconstant +color-sum+ #x8458)
172 (defconstant +current-secondary-color+ #x8459)
173 (defconstant +secondary-color-array-size+ #x845A)
174 (defconstant +secondary-color-array-type+ #x845B)
175 (defconstant +secondary-color-array-stride+ #x845C)
176 (defconstant +secondary-color-array-pointer+ #x845D)
177 (defconstant +secondary-color-array+ #x845E)
178 (defconstant +texture-filter-control+ #x8500)
179 (defconstant +depth-texture-mode+ #x884B)
180 (defconstant +compare-r-to-texture+ #x884E)
181 (defconstant +buffer-size+ #x8764)
182 (defconstant +buffer-usage+ #x8765)
183 (defconstant +query-counter-bits+ #x8864)
184 (defconstant +current-query+ #x8865)
185 (defconstant +query-result+ #x8866)
186 (defconstant +query-result-available+ #x8867)
187 (defconstant +array-buffer+ #x8892)
188 (defconstant +element-array-buffer+ #x8893)
189 (defconstant +array-buffer-binding+ #x8894)
190 (defconstant +element-array-buffer-binding+ #x8895)
191 (defconstant +vertex-attrib-array-buffer-binding+ #x889F)
192 (defconstant +read-only+ #x88B8)
193 (defconstant +write-only+ #x88B9)
194 (defconstant +read-write+ #x88BA)
195 (defconstant +buffer-access+ #x88BB)
196 (defconstant +buffer-mapped+ #x88BC)
197 (defconstant +buffer-map-pointer+ #x88BD)
198 (defconstant +stream-draw+ #x88E0)
199 (defconstant +stream-read+ #x88E1)
200 (defconstant +stream-copy+ #x88E2)
201 (defconstant +static-draw+ #x88E4)
202 (defconstant +static-read+ #x88E5)
203 (defconstant +static-copy+ #x88E6)
204 (defconstant +dynamic-draw+ #x88E8)
205 (defconstant +dynamic-read+ #x88E9)
206 (defconstant +dynamic-copy+ #x88EA)
207 (defconstant +samples-passed+ #x8914)
208 (defconstant +vertex-array-buffer-binding+ #x8896)
209 (defconstant +normal-array-buffer-binding+ #x8897)
210 (defconstant +color-array-buffer-binding+ #x8898)
211 (defconstant +index-array-buffer-binding+ #x8899)
212 (defconstant +texture-coord-array-buffer-binding+ #x889A)
213 (defconstant +edge-flag-array-buffer-binding+ #x889B)
214 (defconstant +secondary-color-array-buffer-binding+ #x889C)
215 (defconstant +fog-coordinate-array-buffer-binding+ #x889D)
216 (defconstant +weight-array-buffer-binding+ #x889E)
217 (defconstant +fog-coord-src+ #x8450)
218 (defconstant +fog-coord+ #x8451)
219 (defconstant +current-fog-coord+ #x8453)
220 (defconstant +fog-coord-array-type+ #x8454)
221 (defconstant +fog-coord-array-stride+ #x8455)
222 (defconstant +fog-coord-array-pointer+ #x8456)
223 (defconstant +fog-coord-array+ #x8457)
224 (defconstant +fog-coord-array-buffer-binding+ #x889D)
225 (defconstant +src0-rgb+ #x8580)
226 (defconstant +src1-rgb+ #x8581)
227 (defconstant +src2-rgb+ #x8582)
228 (defconstant +src0-alpha+ #x8588)
229 (defconstant +src1-alpha+ #x8589)
230 (defconstant +src2-alpha+ #x858A)
231 (defconstant +current-program+ #x8B8D)
232 (defconstant +point-sprite-coord-origin+ #x8CA0)
233 (defconstant +lower-left+ #x8CA1)
234 (defconstant +upper-left+ #x8CA2)
235 (defconstant +stencil-back-ref+ #x8CA3)
236 (defconstant +stencil-back-value-mask+ #x8CA4)
237 (defconstant +stencil-back-writemask+ #x8CA5)
238 (defconstant +blend-equation-rgb+ #x8009)
239 (defconstant +vertex-attrib-array-enabled+ #x8622)
240 (defconstant +vertex-attrib-array-size+ #x8623)
241 (defconstant +vertex-attrib-array-stride+ #x8624)
242 (defconstant +vertex-attrib-array-type+ #x8625)
243 (defconstant +current-vertex-attrib+ #x8626)
244 (defconstant +vertex-program-point-size+ #x8642)
245 (defconstant +vertex-attrib-array-pointer+ #x8645)
246 (defconstant +stencil-back-func+ #x8800)
247 (defconstant +stencil-back-fail+ #x8801)
248 (defconstant +stencil-back-pass-depth-fail+ #x8802)
249 (defconstant +stencil-back-pass-depth-pass+ #x8803)
250 (defconstant +max-draw-buffers+ #x8824)
251 (defconstant +draw-buffer0+ #x8825)
252 (defconstant +draw-buffer1+ #x8826)
253 (defconstant +draw-buffer2+ #x8827)
254 (defconstant +draw-buffer3+ #x8828)
255 (defconstant +draw-buffer4+ #x8829)
256 (defconstant +draw-buffer5+ #x882A)
257 (defconstant +draw-buffer6+ #x882B)
258 (defconstant +draw-buffer7+ #x882C)
259 (defconstant +draw-buffer8+ #x882D)
260 (defconstant +draw-buffer9+ #x882E)
261 (defconstant +draw-buffer10+ #x882F)
262 (defconstant +draw-buffer11+ #x8830)
263 (defconstant +draw-buffer12+ #x8831)
264 (defconstant +draw-buffer13+ #x8832)
265 (defconstant +draw-buffer14+ #x8833)
266 (defconstant +draw-buffer15+ #x8834)
267 (defconstant +blend-equation-alpha+ #x883D)
268 (defconstant +max-vertex-attribs+ #x8869)
269 (defconstant +vertex-attrib-array-normalized+ #x886A)
270 (defconstant +max-texture-image-units+ #x8872)
271 (defconstant +fragment-shader+ #x8B30)
272 (defconstant +vertex-shader+ #x8B31)
273 (defconstant +max-fragment-uniform-components+ #x8B49)
274 (defconstant +max-vertex-uniform-components+ #x8B4A)
275 (defconstant +max-varying-floats+ #x8B4B)
276 (defconstant +max-vertex-texture-image-units+ #x8B4C)
277 (defconstant +max-combined-texture-image-units+ #x8B4D)
278 (defconstant +shader-type+ #x8B4F)
279 (defconstant +float-vec2+ #x8B50)
280 (defconstant +float-vec3+ #x8B51)
281 (defconstant +float-vec4+ #x8B52)
282 (defconstant +int-vec2+ #x8B53)
283 (defconstant +int-vec3+ #x8B54)
284 (defconstant +int-vec4+ #x8B55)
285 (defconstant +bool+ #x8B56)
286 (defconstant +bool-vec2+ #x8B57)
287 (defconstant +bool-vec3+ #x8B58)
288 (defconstant +bool-vec4+ #x8B59)
289 (defconstant +float-mat2+ #x8B5A)
290 (defconstant +float-mat3+ #x8B5B)
291 (defconstant +float-mat4+ #x8B5C)
292 (defconstant +sampler-1d+ #x8B5D)
293 (defconstant +sampler-2d+ #x8B5E)
294 (defconstant +sampler-3d+ #x8B5F)
295 (defconstant +sampler-cube+ #x8B60)
296 (defconstant +sampler-1d-shadow+ #x8B61)
297 (defconstant +sampler-2d-shadow+ #x8B62)
298 (defconstant +delete-status+ #x8B80)
299 (defconstant +compile-status+ #x8B81)
300 (defconstant +link-status+ #x8B82)
301 (defconstant +validate-status+ #x8B83)
302 (defconstant +info-log-length+ #x8B84)
303 (defconstant +attached-shaders+ #x8B85)
304 (defconstant +active-uniforms+ #x8B86)
305 (defconstant +active-uniform-max-length+ #x8B87)
306 (defconstant +shader-source-length+ #x8B88)
307 (defconstant +active-attributes+ #x8B89)
308 (defconstant +active-attribute-max-length+ #x8B8A)
309 (defconstant +fragment-shader-derivative-hint+ #x8B8B)
310 (defconstant +shading-language-version+ #x8B8C)
311 (defconstant +current-program+ #x8B8D)
312 (defconstant +point-sprite-coord-origin+ #x8CA0)
313 (defconstant +lower-left+ #x8CA1)
314 (defconstant +upper-left+ #x8CA2)
315 (defconstant +stencil-back-ref+ #x8CA3)
316 (defconstant +stencil-back-value-mask+ #x8CA4)
317 (defconstant +stencil-back-writemask+ #x8CA5)
318 (defconstant +vertex-program-two-side+ #x8643)
319 (defconstant +point-sprite+ #x8861)
320 (defconstant +coord-replace+ #x8862)
321 (defconstant +max-texture-coords+ #x8871)
322 (defconstant +current-raster-secondary-color+ #x845F)
323 (defconstant +pixel-pack-buffer+ #x88EB)
324 (defconstant +pixel-unpack-buffer+ #x88EC)
325 (defconstant +pixel-pack-buffer-binding+ #x88ED)
326 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
327 (defconstant +pixel-pack-buffer+ #x88EB)
328 (defconstant +pixel-unpack-buffer+ #x88EC)
329 (defconstant +pixel-pack-buffer-binding+ #x88ED)
330 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
331 (defconstant +float-mat2x3+ #x8B65)
332 (defconstant +float-mat2x4+ #x8B66)
333 (defconstant +float-mat3x2+ #x8B67)
334 (defconstant +float-mat3x4+ #x8B68)
335 (defconstant +float-mat4x2+ #x8B69)
336 (defconstant +float-mat4x3+ #x8B6A)
337 (defconstant +srgb+ #x8C40)
338 (defconstant +srgb8+ #x8C41)
339 (defconstant +srgb-alpha+ #x8C42)
340 (defconstant +srgb8-alpha8+ #x8C43)
341 (defconstant +compressed-srgb+ #x8C48)
342 (defconstant +compressed-srgb-alpha+ #x8C49)
343 (defconstant +current-raster-secondary-color+ #x845F)
344 (defconstant +sluminance-alpha+ #x8C44)
345 (defconstant +sluminance8-alpha8+ #x8C45)
346 (defconstant +sluminance+ #x8C46)
347 (defconstant +sluminance8+ #x8C47)
348 (defconstant +compressed-sluminance+ #x8C4A)
349 (defconstant +compressed-sluminance-alpha+ #x8C4B)
350 (defconstant +map-read-bit+ #x1)
351 (defconstant +map-write-bit+ #x2)
352 (defconstant +map-invalidate-range-bit+ #x4)
353 (defconstant +map-invalidate-buffer-bit+ #x8)
354 (defconstant +map-flush-explicit-bit+ #x10)
355 (defconstant +map-unsynchronized-bit+ #x20)
356 (defconstant +context-flag-forward-compatible-bit+ #x1)
357 (defconstant +invalid-framebuffer-operation+ #x506)
358 (defconstant +half-float+ #x140B)
359 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
360 (defconstant +framebuffer-attachment-component-type+ #x8211)
361 (defconstant +framebuffer-attachment-red-size+ #x8212)
362 (defconstant +framebuffer-attachment-green-size+ #x8213)
363 (defconstant +framebuffer-attachment-blue-size+ #x8214)
364 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
365 (defconstant +framebuffer-attachment-depth-size+ #x8216)
366 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
367 (defconstant +framebuffer-default+ #x8218)
368 (defconstant +framebuffer-undefined+ #x8219)
369 (defconstant +depth-stencil-attachment+ #x821A)
370 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
371 (defconstant +framebuffer-attachment-component-type+ #x8211)
372 (defconstant +framebuffer-attachment-red-size+ #x8212)
373 (defconstant +framebuffer-attachment-green-size+ #x8213)
374 (defconstant +framebuffer-attachment-blue-size+ #x8214)
375 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
376 (defconstant +framebuffer-attachment-depth-size+ #x8216)
377 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
378 (defconstant +framebuffer-default+ #x8218)
379 (defconstant +framebuffer-undefined+ #x8219)
380 (defconstant +depth-stencil-attachment+ #x821A)
381 (defconstant +major-version+ #x821B)
382 (defconstant +minor-version+ #x821C)
383 (defconstant +num-extensions+ #x821D)
384 (defconstant +context-flags+ #x821E)
385 (defconstant +index+ #x8222)
386 (defconstant +index+ #x8222)
387 (defconstant +depth-buffer+ #x8223)
388 (defconstant +stencil-buffer+ #x8224)
389 (defconstant +compressed-red+ #x8225)
390 (defconstant +compressed-rg+ #x8226)
391 (defconstant +rg+ #x8227)
392 (defconstant +rg-integer+ #x8228)
393 (defconstant +r8+ #x8229)
394 (defconstant +r16+ #x822A)
395 (defconstant +rg8+ #x822B)
396 (defconstant +rg16+ #x822C)
397 (defconstant +r16f+ #x822D)
398 (defconstant +r32f+ #x822E)
399 (defconstant +rg16f+ #x822F)
400 (defconstant +rg32f+ #x8230)
401 (defconstant +r8i+ #x8231)
402 (defconstant +r8ui+ #x8232)
403 (defconstant +r16i+ #x8233)
404 (defconstant +r16ui+ #x8234)
405 (defconstant +r32i+ #x8235)
406 (defconstant +r32ui+ #x8236)
407 (defconstant +rg8i+ #x8237)
408 (defconstant +rg8ui+ #x8238)
409 (defconstant +rg16i+ #x8239)
410 (defconstant +rg16ui+ #x823A)
411 (defconstant +rg32i+ #x823B)
412 (defconstant +rg32ui+ #x823C)
413 (defconstant +rg+ #x8227)
414 (defconstant +rg-integer+ #x8228)
415 (defconstant +r8+ #x8229)
416 (defconstant +r16+ #x822A)
417 (defconstant +rg8+ #x822B)
418 (defconstant +rg16+ #x822C)
419 (defconstant +r16f+ #x822D)
420 (defconstant +r32f+ #x822E)
421 (defconstant +rg16f+ #x822F)
422 (defconstant +rg32f+ #x8230)
423 (defconstant +r8i+ #x8231)
424 (defconstant +r8ui+ #x8232)
425 (defconstant +r16i+ #x8233)
426 (defconstant +r16ui+ #x8234)
427 (defconstant +r32i+ #x8235)
428 (defconstant +r32ui+ #x8236)
429 (defconstant +rg8i+ #x8237)
430 (defconstant +rg8ui+ #x8238)
431 (defconstant +rg16i+ #x8239)
432 (defconstant +rg16ui+ #x823A)
433 (defconstant +rg32i+ #x823B)
434 (defconstant +rg32ui+ #x823C)
435 (defconstant +max-renderbuffer-size+ #x84E8)
436 (defconstant +max-renderbuffer-size+ #x84E8)
437 (defconstant +max-renderbuffer-size-ext+ #x84E8)
438 (defconstant +max-renderbuffer-size-oes+ #x84E8)
439 (defconstant +compressed-alpha+ #x84E9)
440 (defconstant +compressed-luminance+ #x84EA)
441 (defconstant +compressed-luminance-alpha+ #x84EB)
442 (defconstant +compressed-intensity+ #x84EC)
443 (defconstant +compressed-rgb+ #x84ED)
444 (defconstant +compressed-rgba+ #x84EE)
445 (defconstant +texture-compression-hint+ #x84EF)
446 (defconstant +texture-compressed-image-size+ #x86A0)
447 (defconstant +texture-compressed+ #x86A1)
448 (defconstant +num-compressed-texture-formats+ #x86A2)
449 (defconstant +compressed-texture-formats+ #x86A3)
450 (defconstant +depth-stencil+ #x84F9)
451 (defconstant +unsigned-int-24-8+ #x84FA)
452 (defconstant +depth-stencil+ #x84F9)
453 (defconstant +unsigned-int-24-8+ #x84FA)
454 (defconstant +vertex-array-binding+ #x85B5)
455 (defconstant +vertex-array-binding+ #x85B5)
456 (defconstant +rgba32f+ #x8814)
457 (defconstant +rgb32f+ #x8815)
458 (defconstant +rgba16f+ #x881A)
459 (defconstant +rgb16f+ #x881B)
460 (defconstant +depth24-stencil8+ #x88F0)
461 (defconstant +texture-stencil-size+ #x88F1)
462 (defconstant +depth24-stencil8+ #x88F0)
463 (defconstant +texture-stencil-size+ #x88F1)
464 (defconstant +depth24-stencil8-ext+ #x88F0)
465 (defconstant +texture-stencil-size-ext+ #x88F1)
466 (defconstant +depth24-stencil8-oes+ #x88F0)
467 (defconstant +vertex-attrib-array-integer+ #x88FD)
468 (defconstant +max-array-texture-layers+ #x88FF)
469 (defconstant +max-array-texture-layers-ext+ #x88FF)
470 (defconstant +min-program-texel-offset+ #x8904)
471 (defconstant +max-program-texel-offset+ #x8905)
472 (defconstant +clamp-vertex-color+ #x891A)
473 (defconstant +clamp-fragment-color+ #x891B)
474 (defconstant +clamp-read-color+ #x891C)
475 (defconstant +fixed-only+ #x891D)
476 (defconstant +clamp-vertex-color-arb+ #x891A)
477 (defconstant +clamp-fragment-color-arb+ #x891B)
478 (defconstant +clamp-read-color-arb+ #x891C)
479 (defconstant +fixed-only-arb+ #x891D)
480 (defconstant +max-varying-components+ #x8B4B)
481 (defconstant +max-varying-components+ :unable-to-resolve)
482 (defconstant +max-varying-components-ext+ #x8B4B)
483 (defconstant +texture-red-type+ #x8C10)
484 (defconstant +texture-green-type+ #x8C11)
485 (defconstant +texture-blue-type+ #x8C12)
486 (defconstant +texture-alpha-type+ #x8C13)
487 (defconstant +texture-luminance-type+ #x8C14)
488 (defconstant +texture-intensity-type+ #x8C15)
489 (defconstant +texture-depth-type+ #x8C16)
490 (defconstant +unsigned-normalized+ #x8C17)
491 (defconstant +texture-red-type+ #x8C10)
492 (defconstant +texture-green-type+ #x8C11)
493 (defconstant +texture-blue-type+ #x8C12)
494 (defconstant +texture-alpha-type+ #x8C13)
495 (defconstant +texture-luminance-type+ #x8C14)
496 (defconstant +texture-intensity-type+ #x8C15)
497 (defconstant +texture-depth-type+ #x8C16)
498 (defconstant +unsigned-normalized+ #x8C17)
499 (defconstant +texture-red-type-arb+ #x8C10)
500 (defconstant +texture-green-type-arb+ #x8C11)
501 (defconstant +texture-blue-type-arb+ #x8C12)
502 (defconstant +texture-alpha-type-arb+ #x8C13)
503 (defconstant +texture-luminance-type-arb+ #x8C14)
504 (defconstant +texture-intensity-type-arb+ #x8C15)
505 (defconstant +texture-depth-type-arb+ #x8C16)
506 (defconstant +unsigned-normalized-arb+ #x8C17)
507 (defconstant +texture-1d-array+ #x8C18)
508 (defconstant +proxy-texture-1d-array+ #x8C19)
509 (defconstant +texture-2d-array+ #x8C1A)
510 (defconstant +proxy-texture-2d-array+ #x8C1B)
511 (defconstant +texture-binding-1d-array+ #x8C1C)
512 (defconstant +texture-binding-2d-array+ #x8C1D)
513 (defconstant +r11f-g11f-b10f+ #x8C3A)
514 (defconstant +unsigned-int-10f-11f-11f-rev+ #x8C3B)
515 (defconstant +rgb9-e5+ #x8C3D)
516 (defconstant +unsigned-int-5-9-9-9-rev+ #x8C3E)
517 (defconstant +texture-shared-size+ #x8C3F)
518 (defconstant +framebuffer-binding+ #x8CA6)
519 (defconstant +draw-framebuffer-binding+ #x8CA6)
520 (defconstant +renderbuffer-binding+ #x8CA7)
521 (defconstant +framebuffer-binding+ #x8CA6)
522 (defconstant +draw-framebuffer-binding+ #x8CA6)
523 (defconstant +renderbuffer-binding+ #x8CA7)
524 (defconstant +framebuffer-binding-ext+ #x8CA6)
525 (defconstant +renderbuffer-binding-ext+ #x8CA7)
526 (defconstant +draw-framebuffer-binding-ext+ #x8CA6)
527 (defconstant +framebuffer-binding-oes+ #x8CA6)
528 (defconstant +renderbuffer-binding-oes+ #x8CA7)
529 (defconstant +framebuffer-binding-angle+ #x8CA6)
530 (defconstant +renderbuffer-binding-angle+ #x8CA7)
531 (defconstant +read-framebuffer+ #x8CA8)
532 (defconstant +draw-framebuffer+ #x8CA9)
533 (defconstant +read-framebuffer-binding+ #x8CAA)
534 (defconstant +read-framebuffer+ #x8CA8)
535 (defconstant +draw-framebuffer+ #x8CA9)
536 (defconstant +read-framebuffer-binding+ #x8CAA)
537 (defconstant +read-framebuffer-angle+ #x8CA8)
538 (defconstant +draw-framebuffer-angle+ #x8CA9)
539 (defconstant +renderbuffer-samples+ #x8CAB)
540 (defconstant +renderbuffer-samples+ #x8CAB)
541 (defconstant +renderbuffer-samples-angle+ #x8CAB)
542 (defconstant +depth-component32f+ #x8CAC)
543 (defconstant +depth32f-stencil8+ #x8CAD)
544 (defconstant +framebuffer-attachment-object-type+ #x8CD0)
545 (defconstant +framebuffer-attachment-object-type-ext+ #x8CD0)
546 (defconstant +framebuffer-attachment-object-name+ #x8CD1)
547 (defconstant +framebuffer-attachment-object-name-ext+ #x8CD1)
548 (defconstant +framebuffer-attachment-texture-level+ #x8CD2)
549 (defconstant +framebuffer-attachment-texture-level-ext+ #x8CD2)
550 (defconstant +framebuffer-attachment-texture-cube-map-face+ #x8CD3)
551 (defconstant +framebuffer-attachment-texture-cube-map-face-ext+ #x8CD3)
552 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
553 (defconstant +framebuffer-attachment-texture-3d-zoffset-ext+ #x8CD4)
554 (defconstant +framebuffer-complete+ #x8CD5)
555 (defconstant +framebuffer-complete-ext+ #x8CD5)
556 (defconstant +framebuffer-incomplete-attachment+ #x8CD6)
557 (defconstant +framebuffer-incomplete-attachment-ext+ #x8CD6)
558 (defconstant +framebuffer-incomplete-missing-attachment+ #x8CD7)
559 (defconstant +framebuffer-incomplete-missing-attachment-ext+ #x8CD7)
560 (defconstant +framebuffer-incomplete-dimensions-ext+ #x8CD9)
561 (defconstant +framebuffer-incomplete-formats-ext+ #x8CDA)
562 (defconstant +framebuffer-incomplete-draw-buffer+ #x8CDB)
563 (defconstant +framebuffer-incomplete-draw-buffer-ext+ #x8CDB)
564 (defconstant +framebuffer-incomplete-read-buffer+ #x8CDC)
565 (defconstant +framebuffer-incomplete-read-buffer-ext+ #x8CDC)
566 (defconstant +framebuffer-unsupported+ #x8CDD)
567 (defconstant +framebuffer-unsupported-ext+ #x8CDD)
568 (defconstant +max-color-attachments+ #x8CDF)
569 (defconstant +max-color-attachments-ext+ #x8CDF)
570 (defconstant +color-attachment0+ #x8CE0)
571 (defconstant +color-attachment0-ext+ #x8CE0)
572 (defconstant +color-attachment1+ #x8CE1)
573 (defconstant +color-attachment1-ext+ #x8CE1)
574 (defconstant +color-attachment2+ #x8CE2)
575 (defconstant +color-attachment2-ext+ #x8CE2)
576 (defconstant +color-attachment3+ #x8CE3)
577 (defconstant +color-attachment3-ext+ #x8CE3)
578 (defconstant +color-attachment4+ #x8CE4)
579 (defconstant +color-attachment4-ext+ #x8CE4)
580 (defconstant +color-attachment5+ #x8CE5)
581 (defconstant +color-attachment5-ext+ #x8CE5)
582 (defconstant +color-attachment6+ #x8CE6)
583 (defconstant +color-attachment6-ext+ #x8CE6)
584 (defconstant +color-attachment7+ #x8CE7)
585 (defconstant +color-attachment7-ext+ #x8CE7)
586 (defconstant +color-attachment8+ #x8CE8)
587 (defconstant +color-attachment8-ext+ #x8CE8)
588 (defconstant +color-attachment9+ #x8CE9)
589 (defconstant +color-attachment9-ext+ #x8CE9)
590 (defconstant +color-attachment10+ #x8CEA)
591 (defconstant +color-attachment10-ext+ #x8CEA)
592 (defconstant +color-attachment11+ #x8CEB)
593 (defconstant +color-attachment11-ext+ #x8CEB)
594 (defconstant +color-attachment12+ #x8CEC)
595 (defconstant +color-attachment12-ext+ #x8CEC)
596 (defconstant +color-attachment13+ #x8CED)
597 (defconstant +color-attachment13-ext+ #x8CED)
598 (defconstant +color-attachment14+ #x8CEE)
599 (defconstant +color-attachment14-ext+ #x8CEE)
600 (defconstant +color-attachment15+ #x8CEF)
601 (defconstant +color-attachment15-ext+ #x8CEF)
602 (defconstant +depth-attachment+ #x8D00)
603 (defconstant +depth-attachment-ext+ #x8D00)
604 (defconstant +stencil-attachment+ #x8D20)
605 (defconstant +stencil-attachment-ext+ #x8D20)
606 (defconstant +framebuffer+ #x8D40)
607 (defconstant +framebuffer-ext+ #x8D40)
608 (defconstant +renderbuffer+ #x8D41)
609 (defconstant +renderbuffer-ext+ #x8D41)
610 (defconstant +renderbuffer-width+ #x8D42)
611 (defconstant +renderbuffer-width-ext+ #x8D42)
612 (defconstant +renderbuffer-height+ #x8D43)
613 (defconstant +renderbuffer-height-ext+ #x8D43)
614 (defconstant +renderbuffer-internal-format+ #x8D44)
615 (defconstant +renderbuffer-internal-format-ext+ #x8D44)
616 (defconstant +stencil-index1+ #x8D46)
617 (defconstant +stencil-index1-ext+ #x8D46)
618 (defconstant +stencil-index4+ #x8D47)
619 (defconstant +stencil-index4-ext+ #x8D47)
620 (defconstant +stencil-index8+ #x8D48)
621 (defconstant +stencil-index8-ext+ #x8D48)
622 (defconstant +stencil-index16+ #x8D49)
623 (defconstant +stencil-index16-ext+ #x8D49)
624 (defconstant +renderbuffer-red-size+ #x8D50)
625 (defconstant +renderbuffer-red-size-ext+ #x8D50)
626 (defconstant +renderbuffer-green-size+ #x8D51)
627 (defconstant +renderbuffer-green-size-ext+ #x8D51)
628 (defconstant +renderbuffer-blue-size+ #x8D52)
629 (defconstant +renderbuffer-blue-size-ext+ #x8D52)
630 (defconstant +renderbuffer-alpha-size+ #x8D53)
631 (defconstant +renderbuffer-alpha-size-ext+ #x8D53)
632 (defconstant +renderbuffer-depth-size+ #x8D54)
633 (defconstant +renderbuffer-depth-size-ext+ #x8D54)
634 (defconstant +renderbuffer-stencil-size+ #x8D55)
635 (defconstant +renderbuffer-stencil-size-ext+ #x8D55)
636 (defconstant +framebuffer-attachment-texture-3d-zoffset-oes+ #x8CD4)
637 (defconstant +framebuffer-attachment-object-type-oes+ #x8CD0)
638 (defconstant +framebuffer-attachment-object-name-oes+ #x8CD1)
639 (defconstant +framebuffer-attachment-texture-level-oes+ #x8CD2)
640 (defconstant +framebuffer-attachment-texture-cube-map-face-oes+ #x8CD3)
641 (defconstant +framebuffer-attachment-texture-3d-zoffset-oes+ #x8CD4)
642 (defconstant +framebuffer-complete-oes+ #x8CD5)
643 (defconstant +framebuffer-incomplete-attachment-oes+ #x8CD6)
644 (defconstant +framebuffer-incomplete-missing-attachment-oes+ #x8CD7)
645 (defconstant +framebuffer-incomplete-dimensions-oes+ #x8CD9)
646 (defconstant +framebuffer-incomplete-formats-oes+ #x8CDA)
647 (defconstant +framebuffer-incomplete-draw-buffer-oes+ #x8CDB)
648 (defconstant +framebuffer-incomplete-read-buffer-oes+ #x8CDC)
649 (defconstant +framebuffer-unsupported-oes+ #x8CDD)
650 (defconstant +color-attachment0-oes+ #x8CE0)
651 (defconstant +depth-attachment-oes+ #x8D00)
652 (defconstant +stencil-attachment-oes+ #x8D20)
653 (defconstant +framebuffer-oes+ #x8D40)
654 (defconstant +renderbuffer-oes+ #x8D41)
655 (defconstant +renderbuffer-width-oes+ #x8D42)
656 (defconstant +renderbuffer-height-oes+ #x8D43)
657 (defconstant +renderbuffer-internal-format-oes+ #x8D44)
658 (defconstant +stencil-index1-oes+ #x8D46)
659 (defconstant +stencil-index4-oes+ #x8D47)
660 (defconstant +stencil-index8-oes+ #x8D48)
661 (defconstant +renderbuffer-red-size-oes+ #x8D50)
662 (defconstant +renderbuffer-green-size-oes+ #x8D51)
663 (defconstant +renderbuffer-blue-size-oes+ #x8D52)
664 (defconstant +renderbuffer-alpha-size-oes+ #x8D53)
665 (defconstant +renderbuffer-depth-size-oes+ #x8D54)
666 (defconstant +renderbuffer-stencil-size-oes+ #x8D55)
667 (defconstant +stencil-index1-oes+ :unable-to-resolve)
668 (defconstant +stencil-index4-oes+ :unable-to-resolve)
669 (defconstant +stencil-index8-oes+ :unable-to-resolve)
670 (defconstant +framebuffer-incomplete-multisample+ #x8D56)
671 (defconstant +max-samples+ #x8D57)
672 (defconstant +framebuffer-incomplete-multisample-angle+ #x8D56)
673 (defconstant +max-samples-angle+ #x8D57)
674 (defconstant +framebuffer-incomplete-multisample-ext+ #x8D56)
675 (defconstant +max-samples-ext+ #x8D57)
676 (defconstant +framebuffer-attachment-texture-layer-ext+ #x8CD4)
677 (defconstant +texture-gen-str-oes+ #x8D60)
678 (defconstant +half-float-oes+ #x8D61)
679 (defconstant +half-float-oes+ :unable-to-resolve)
680 (defconstant +rgb565-oes+ #x8D62)
681 (defconstant +etc1-rgb8-oes+ #x8D64)
682 (defconstant +texture-external-oes+ #x8D65)
683 (defconstant +sampler-external-oes+ #x8D66)
684 (defconstant +texture-binding-external-oes+ #x8D67)
685 (defconstant +required-texture-image-units-oes+ #x8D68)
686 (defconstant +float-32-unsigned-int-24-8-rev+ #x8DAD)
687 (defconstant +framebuffer-srgb+ #x8DB9)
688 (defconstant +compressed-red-rgtc1+ #x8DBB)
689 (defconstant +compressed-signed-red-rgtc1+ #x8DBC)
690 (defconstant +compressed-rg-rgtc2+ #x8DBD)
691 (defconstant +compressed-signed-rg-rgtc2+ #x8DBE)
692 (defconstant +sampler-1d-array+ #x8DC0)
693 (defconstant +sampler-2d-array+ #x8DC1)
694 (defconstant +sampler-1d-array-shadow+ #x8DC3)
695 (defconstant +sampler-2d-array-shadow+ #x8DC4)
696 (defconstant +sampler-cube-shadow+ #x8DC5)
697 (defconstant +unsigned-int-vec2+ #x8DC6)
698 (defconstant +unsigned-int-vec3+ #x8DC7)
699 (defconstant +unsigned-int-vec4+ #x8DC8)
700 (defconstant +int-sampler-1d+ #x8DC9)
701 (defconstant +int-sampler-2d+ #x8DCA)
702 (defconstant +int-sampler-3d+ #x8DCB)
703 (defconstant +int-sampler-cube+ #x8DCC)
704 (defconstant +int-sampler-1d-array+ #x8DCE)
705 (defconstant +int-sampler-2d-array+ #x8DCF)
706 (defconstant +unsigned-int-sampler-1d+ #x8DD1)
707 (defconstant +unsigned-int-sampler-2d+ #x8DD2)
708 (defconstant +unsigned-int-sampler-3d+ #x8DD3)
709 (defconstant +unsigned-int-sampler-cube+ #x8DD4)
710 (defconstant +unsigned-int-sampler-1d-array+ #x8DD6)
711 (defconstant +unsigned-int-sampler-2d-array+ #x8DD7)
712 (defconstant +sampler-buffer+ #x8DC2)
713 (defconstant +int-sampler-2d-rect+ #x8DCD)
714 (defconstant +int-sampler-buffer+ #x8DD0)
715 (defconstant +unsigned-int-sampler-2d-rect+ #x8DD5)
716 (defconstant +unsigned-int-sampler-buffer+ #x8DD8)
717 (defconstant +query-wait+ #x8E13)
718 (defconstant +query-no-wait+ #x8E14)
719 (defconstant +query-by-region-wait+ #x8E15)
720 (defconstant +query-by-region-no-wait+ #x8E16)
721 (defconstant +buffer-access-flags+ #x911F)
722 (defconstant +buffer-map-length+ #x9120)
723 (defconstant +buffer-map-offset+ #x9121)
724 (defconstant +compare-ref-to-texture+ #x884E)
725 (defconstant +major-version+ #x821B)
726 (defconstant +minor-version+ #x821C)
727 (defconstant +num-extensions+ #x821D)
728 (defconstant +context-flags+ #x821E)
729 (defconstant +depth-buffer+ #x8223)
730 (defconstant +stencil-buffer+ #x8224)
731 (defconstant +compressed-red+ #x8225)
732 (defconstant +compressed-rg+ #x8226)
733 (defconstant +context-flag-forward-compatible-bit+ #x1)
734 (defconstant +rgba32f+ #x8814)
735 (defconstant +rgb32f+ #x8815)
736 (defconstant +rgba16f+ #x881A)
737 (defconstant +rgb16f+ #x881B)
738 (defconstant +vertex-attrib-array-integer+ #x88FD)
739 (defconstant +max-array-texture-layers+ #x88FF)
740 (defconstant +min-program-texel-offset+ #x8904)
741 (defconstant +max-program-texel-offset+ #x8905)
742 (defconstant +clamp-read-color+ #x891C)
743 (defconstant +fixed-only+ #x891D)
744 (defconstant +max-varying-components+ #x8B4B)
745 (defconstant +texture-1d-array+ #x8C18)
746 (defconstant +proxy-texture-1d-array+ #x8C19)
747 (defconstant +texture-2d-array+ #x8C1A)
748 (defconstant +proxy-texture-2d-array+ #x8C1B)
749 (defconstant +texture-binding-1d-array+ #x8C1C)
750 (defconstant +texture-binding-2d-array+ #x8C1D)
751 (defconstant +r11f-g11f-b10f+ #x8C3A)
752 (defconstant +unsigned-int-10f-11f-11f-rev+ #x8C3B)
753 (defconstant +rgb9-e5+ #x8C3D)
754 (defconstant +unsigned-int-5-9-9-9-rev+ #x8C3E)
755 (defconstant +texture-shared-size+ #x8C3F)
756 (defconstant +transform-feedback-varying-max-length+ #x8C76)
757 (defconstant +transform-feedback-buffer-mode+ #x8C7F)
758 (defconstant +max-transform-feedback-separate-components+ #x8C80)
759 (defconstant +transform-feedback-varyings+ #x8C83)
760 (defconstant +transform-feedback-buffer-start+ #x8C84)
761 (defconstant +transform-feedback-buffer-size+ #x8C85)
762 (defconstant +primitives-generated+ #x8C87)
763 (defconstant +transform-feedback-primitives-written+ #x8C88)
764 (defconstant +rasterizer-discard+ #x8C89)
765 (defconstant +max-transform-feedback-interleaved-components+ #x8C8A)
766 (defconstant +max-transform-feedback-separate-attribs+ #x8C8B)
767 (defconstant +interleaved-attribs+ #x8C8C)
768 (defconstant +separate-attribs+ #x8C8D)
769 (defconstant +transform-feedback-buffer+ #x8C8E)
770 (defconstant +transform-feedback-buffer-binding+ #x8C8F)
771 (defconstant +rgba32ui+ #x8D70)
772 (defconstant +rgb32ui+ #x8D71)
773 (defconstant +rgba16ui+ #x8D76)
774 (defconstant +rgb16ui+ #x8D77)
775 (defconstant +rgba8ui+ #x8D7C)
776 (defconstant +rgb8ui+ #x8D7D)
777 (defconstant +rgba32i+ #x8D82)
778 (defconstant +rgb32i+ #x8D83)
779 (defconstant +rgba16i+ #x8D88)
780 (defconstant +rgb16i+ #x8D89)
781 (defconstant +rgba8i+ #x8D8E)
782 (defconstant +rgb8i+ #x8D8F)
783 (defconstant +red-integer+ #x8D94)
784 (defconstant +green-integer+ #x8D95)
785 (defconstant +blue-integer+ #x8D96)
786 (defconstant +rgb-integer+ #x8D98)
787 (defconstant +rgba-integer+ #x8D99)
788 (defconstant +bgr-integer+ #x8D9A)
789 (defconstant +bgra-integer+ #x8D9B)
790 (defconstant +sampler-1d-array+ #x8DC0)
791 (defconstant +sampler-2d-array+ #x8DC1)
792 (defconstant +sampler-1d-array-shadow+ #x8DC3)
793 (defconstant +sampler-2d-array-shadow+ #x8DC4)
794 (defconstant +sampler-cube-shadow+ #x8DC5)
795 (defconstant +unsigned-int-vec2+ #x8DC6)
796 (defconstant +unsigned-int-vec3+ #x8DC7)
797 (defconstant +unsigned-int-vec4+ #x8DC8)
798 (defconstant +int-sampler-1d+ #x8DC9)
799 (defconstant +int-sampler-2d+ #x8DCA)
800 (defconstant +int-sampler-3d+ #x8DCB)
801 (defconstant +int-sampler-cube+ #x8DCC)
802 (defconstant +int-sampler-1d-array+ #x8DCE)
803 (defconstant +int-sampler-2d-array+ #x8DCF)
804 (defconstant +unsigned-int-sampler-1d+ #x8DD1)
805 (defconstant +unsigned-int-sampler-2d+ #x8DD2)
806 (defconstant +unsigned-int-sampler-3d+ #x8DD3)
807 (defconstant +unsigned-int-sampler-cube+ #x8DD4)
808 (defconstant +unsigned-int-sampler-1d-array+ #x8DD6)
809 (defconstant +unsigned-int-sampler-2d-array+ #x8DD7)
810 (defconstant +query-wait+ #x8E13)
811 (defconstant +query-no-wait+ #x8E14)
812 (defconstant +query-by-region-wait+ #x8E15)
813 (defconstant +query-by-region-no-wait+ #x8E16)
814 (defconstant +buffer-access-flags+ #x911F)
815 (defconstant +buffer-map-length+ #x9120)
816 (defconstant +buffer-map-offset+ #x9121)
817 (defconstant +depth-component32f+ #x8CAC)
818 (defconstant +depth32f-stencil8+ #x8CAD)
819 (defconstant +float-32-unsigned-int-24-8-rev+ #x8DAD)
820 (defconstant +invalid-framebuffer-operation+ #x506)
821 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
822 (defconstant +framebuffer-attachment-component-type+ #x8211)
823 (defconstant +framebuffer-attachment-red-size+ #x8212)
824 (defconstant +framebuffer-attachment-green-size+ #x8213)
825 (defconstant +framebuffer-attachment-blue-size+ #x8214)
826 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
827 (defconstant +framebuffer-attachment-depth-size+ #x8216)
828 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
829 (defconstant +framebuffer-default+ #x8218)
830 (defconstant +framebuffer-undefined+ #x8219)
831 (defconstant +depth-stencil-attachment+ #x821A)
832 (defconstant +index+ #x8222)
833 (defconstant +max-renderbuffer-size+ #x84E8)
834 (defconstant +depth-stencil+ #x84F9)
835 (defconstant +unsigned-int-24-8+ #x84FA)
836 (defconstant +depth24-stencil8+ #x88F0)
837 (defconstant +texture-stencil-size+ #x88F1)
838 (defconstant +texture-red-type+ #x8C10)
839 (defconstant +texture-green-type+ #x8C11)
840 (defconstant +texture-blue-type+ #x8C12)
841 (defconstant +texture-alpha-type+ #x8C13)
842 (defconstant +texture-depth-type+ #x8C16)
843 (defconstant +unsigned-normalized+ #x8C17)
844 (defconstant +framebuffer-binding+ #x8CA6)
845 (defconstant +draw-framebuffer-binding+ #x8CA6)
846 (defconstant +renderbuffer-binding+ #x8CA7)
847 (defconstant +read-framebuffer+ #x8CA8)
848 (defconstant +draw-framebuffer+ #x8CA9)
849 (defconstant +read-framebuffer-binding+ #x8CAA)
850 (defconstant +renderbuffer-samples+ #x8CAB)
851 (defconstant +framebuffer-attachment-object-type+ #x8CD0)
852 (defconstant +framebuffer-attachment-object-name+ #x8CD1)
853 (defconstant +framebuffer-attachment-texture-level+ #x8CD2)
854 (defconstant +framebuffer-attachment-texture-cube-map-face+ #x8CD3)
855 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
856 (defconstant +framebuffer-complete+ #x8CD5)
857 (defconstant +framebuffer-incomplete-attachment+ #x8CD6)
858 (defconstant +framebuffer-incomplete-missing-attachment+ #x8CD7)
859 (defconstant +framebuffer-incomplete-draw-buffer+ #x8CDB)
860 (defconstant +framebuffer-incomplete-read-buffer+ #x8CDC)
861 (defconstant +framebuffer-unsupported+ #x8CDD)
862 (defconstant +max-color-attachments+ #x8CDF)
863 (defconstant +color-attachment0+ #x8CE0)
864 (defconstant +color-attachment1+ #x8CE1)
865 (defconstant +color-attachment2+ #x8CE2)
866 (defconstant +color-attachment3+ #x8CE3)
867 (defconstant +color-attachment4+ #x8CE4)
868 (defconstant +color-attachment5+ #x8CE5)
869 (defconstant +color-attachment6+ #x8CE6)
870 (defconstant +color-attachment7+ #x8CE7)
871 (defconstant +color-attachment8+ #x8CE8)
872 (defconstant +color-attachment9+ #x8CE9)
873 (defconstant +color-attachment10+ #x8CEA)
874 (defconstant +color-attachment11+ #x8CEB)
875 (defconstant +color-attachment12+ #x8CEC)
876 (defconstant +color-attachment13+ #x8CED)
877 (defconstant +color-attachment14+ #x8CEE)
878 (defconstant +color-attachment15+ #x8CEF)
879 (defconstant +depth-attachment+ #x8D00)
880 (defconstant +stencil-attachment+ #x8D20)
881 (defconstant +framebuffer+ #x8D40)
882 (defconstant +renderbuffer+ #x8D41)
883 (defconstant +renderbuffer-width+ #x8D42)
884 (defconstant +renderbuffer-height+ #x8D43)
885 (defconstant +renderbuffer-internal-format+ #x8D44)
886 (defconstant +stencil-index1+ #x8D46)
887 (defconstant +stencil-index4+ #x8D47)
888 (defconstant +stencil-index8+ #x8D48)
889 (defconstant +stencil-index16+ #x8D49)
890 (defconstant +renderbuffer-red-size+ #x8D50)
891 (defconstant +renderbuffer-green-size+ #x8D51)
892 (defconstant +renderbuffer-blue-size+ #x8D52)
893 (defconstant +renderbuffer-alpha-size+ #x8D53)
894 (defconstant +renderbuffer-depth-size+ #x8D54)
895 (defconstant +renderbuffer-stencil-size+ #x8D55)
896 (defconstant +framebuffer-incomplete-multisample+ #x8D56)
897 (defconstant +max-samples+ #x8D57)
898 (defconstant +framebuffer-srgb+ #x8DB9)
899 (defconstant +half-float+ #x140B)
900 (defconstant +map-read-bit+ #x1)
901 (defconstant +map-write-bit+ #x2)
902 (defconstant +map-invalidate-range-bit+ #x4)
903 (defconstant +map-invalidate-buffer-bit+ #x8)
904 (defconstant +map-flush-explicit-bit+ #x10)
905 (defconstant +map-unsynchronized-bit+ #x20)
906 (defconstant +compressed-red-rgtc1+ #x8DBB)
907 (defconstant +compressed-signed-red-rgtc1+ #x8DBC)
908 (defconstant +compressed-rg-rgtc2+ #x8DBD)
909 (defconstant +compressed-signed-rg-rgtc2+ #x8DBE)
910 (defconstant +rg+ #x8227)
911 (defconstant +rg-integer+ #x8228)
912 (defconstant +r8+ #x8229)
913 (defconstant +r16+ #x822A)
914 (defconstant +rg8+ #x822B)
915 (defconstant +rg16+ #x822C)
916 (defconstant +r16f+ #x822D)
917 (defconstant +r32f+ #x822E)
918 (defconstant +rg16f+ #x822F)
919 (defconstant +rg32f+ #x8230)
920 (defconstant +r8i+ #x8231)
921 (defconstant +r8ui+ #x8232)
922 (defconstant +r16i+ #x8233)
923 (defconstant +r16ui+ #x8234)
924 (defconstant +r32i+ #x8235)
925 (defconstant +r32ui+ #x8236)
926 (defconstant +rg8i+ #x8237)
927 (defconstant +rg8ui+ #x8238)
928 (defconstant +rg16i+ #x8239)
929 (defconstant +rg16ui+ #x823A)
930 (defconstant +rg32i+ #x823B)
931 (defconstant +rg32ui+ #x823C)
932 (defconstant +vertex-array-binding+ #x85B5)
933 (defconstant +clamp-vertex-color+ #x891A)
934 (defconstant +clamp-fragment-color+ #x891B)
935 (defconstant +alpha-integer+ #x8D97)
936 (defconstant +texture-luminance-type+ #x8C14)
937 (defconstant +texture-intensity-type+ #x8C15)
938 (defconstant +texture-rectangle+ #x84F5)
939 (defconstant +texture-binding-rectangle+ #x84F6)
940 (defconstant +proxy-texture-rectangle+ #x84F7)
941 (defconstant +max-rectangle-texture-size+ #x84F8)
942 (defconstant +uniform-buffer+ #x8A11)
943 (defconstant +uniform-buffer+ #x8A11)
944 (defconstant +uniform-buffer-binding+ #x8A28)
945 (defconstant +uniform-buffer-start+ #x8A29)
946 (defconstant +uniform-buffer-size+ #x8A2A)
947 (defconstant +max-vertex-uniform-blocks+ #x8A2B)
948 (defconstant +max-geometry-uniform-blocks+ #x8A2C)
949 (defconstant +max-fragment-uniform-blocks+ #x8A2D)
950 (defconstant +max-combined-uniform-blocks+ #x8A2E)
951 (defconstant +max-uniform-buffer-bindings+ #x8A2F)
952 (defconstant +max-uniform-block-size+ #x8A30)
953 (defconstant +max-combined-vertex-uniform-components+ #x8A31)
954 (defconstant +max-combined-geometry-uniform-components+ #x8A32)
955 (defconstant +max-combined-fragment-uniform-components+ #x8A33)
956 (defconstant +uniform-buffer-offset-alignment+ #x8A34)
957 (defconstant +active-uniform-block-max-name-length+ #x8A35)
958 (defconstant +active-uniform-blocks+ #x8A36)
959 (defconstant +uniform-type+ #x8A37)
960 (defconstant +uniform-size+ #x8A38)
961 (defconstant +uniform-name-length+ #x8A39)
962 (defconstant +uniform-block-index+ #x8A3A)
963 (defconstant +uniform-offset+ #x8A3B)
964 (defconstant +uniform-array-stride+ #x8A3C)
965 (defconstant +uniform-matrix-stride+ #x8A3D)
966 (defconstant +uniform-is-row-major+ #x8A3E)
967 (defconstant +uniform-block-binding+ #x8A3F)
968 (defconstant +uniform-block-data-size+ #x8A40)
969 (defconstant +uniform-block-name-length+ #x8A41)
970 (defconstant +uniform-block-active-uniforms+ #x8A42)
971 (defconstant +uniform-block-active-uniform-indices+ #x8A43)
972 (defconstant +uniform-block-referenced-by-vertex-shader+ #x8A44)
973 (defconstant +uniform-block-referenced-by-geometry-shader+ #x8A45)
974 (defconstant +uniform-block-referenced-by-fragment-shader+ #x8A46)
975 (defconstant +invalid-index+ #xFFFFFFFF)
976 (defconstant +texture-buffer+ #x8C2A)
977 (defconstant +max-texture-buffer-size+ #x8C2B)
978 (defconstant +texture-binding-buffer+ #x8C2C)
979 (defconstant +texture-buffer-data-store-binding+ #x8C2D)
980 (defconstant +texture-buffer-format+ #x8C2E)
981 (defconstant +copy-read-buffer+ #x8F36)
982 (defconstant +copy-write-buffer+ #x8F37)
983 (defconstant +max-image-units-ext+ #x8F38)
984 (defconstant +max-combined-image-units-and-fragment-outputs-ext+ #x8F39)
985 (defconstant +image-binding-name-ext+ #x8F3A)
986 (defconstant +image-binding-level-ext+ #x8F3B)
987 (defconstant +image-binding-layered-ext+ #x8F3C)
988 (defconstant +image-binding-layer-ext+ #x8F3D)
989 (defconstant +image-binding-access-ext+ #x8F3E)
990 (defconstant +red-snorm+ #x8F90)
991 (defconstant +rg-snorm+ #x8F91)
992 (defconstant +rgb-snorm+ #x8F92)
993 (defconstant +rgba-snorm+ #x8F93)
994 (defconstant +r8-snorm+ #x8F94)
995 (defconstant +rg8-snorm+ #x8F95)
996 (defconstant +rgb8-snorm+ #x8F96)
997 (defconstant +rgba8-snorm+ #x8F97)
998 (defconstant +r16-snorm+ #x8F98)
999 (defconstant +rg16-snorm+ #x8F99)
1000 (defconstant +rgb16-snorm+ #x8F9A)
1001 (defconstant +rgba16-snorm+ #x8F9B)
1002 (defconstant +signed-normalized+ #x8F9C)
1003 (defconstant +primitive-restart+ #x8F9D)
1004 (defconstant +primitive-restart-index+ #x8F9E)
1005 (defconstant +max-program-texture-gather-components+ #x8F9F)
1006 (defconstant +perfmon-global-mode-qcom+ #x8FA0)
1007 (defconstant +shader-binary-viv+ #x8FC4)
1008 (defconstant +sampler-2d-rect+ #x8B63)
1009 (defconstant +sampler-2d-rect-shadow+ #x8B64)
1010 (defconstant +sampler-buffer+ #x8DC2)
1011 (defconstant +int-sampler-2d-rect+ #x8DCD)
1012 (defconstant +int-sampler-buffer+ #x8DD0)
1013 (defconstant +unsigned-int-sampler-2d-rect+ #x8DD5)
1014 (defconstant +unsigned-int-sampler-buffer+ #x8DD8)
1015 (defconstant +texture-buffer+ #x8C2A)
1016 (defconstant +max-texture-buffer-size+ #x8C2B)
1017 (defconstant +texture-binding-buffer+ #x8C2C)
1018 (defconstant +texture-buffer-data-store-binding+ #x8C2D)
1019 (defconstant +texture-buffer-format+ #x8C2E)
1020 (defconstant +texture-rectangle+ #x84F5)
1021 (defconstant +texture-binding-rectangle+ #x84F6)
1022 (defconstant +proxy-texture-rectangle+ #x84F7)
1023 (defconstant +max-rectangle-texture-size+ #x84F8)
1024 (defconstant +red-snorm+ #x8F90)
1025 (defconstant +rg-snorm+ #x8F91)
1026 (defconstant +rgb-snorm+ #x8F92)
1027 (defconstant +rgba-snorm+ #x8F93)
1028 (defconstant +r8-snorm+ #x8F94)
1029 (defconstant +rg8-snorm+ #x8F95)
1030 (defconstant +rgb8-snorm+ #x8F96)
1031 (defconstant +rgba8-snorm+ #x8F97)
1032 (defconstant +r16-snorm+ #x8F98)
1033 (defconstant +rg16-snorm+ #x8F99)
1034 (defconstant +rgb16-snorm+ #x8F9A)
1035 (defconstant +rgba16-snorm+ #x8F9B)
1036 (defconstant +signed-normalized+ #x8F9C)
1037 (defconstant +primitive-restart+ #x8F9D)
1038 (defconstant +primitive-restart-index+ #x8F9E)
1039 (defconstant +copy-read-buffer+ #x8F36)
1040 (defconstant +copy-write-buffer+ #x8F37)
1041 (defconstant +uniform-buffer+ #x8A11)
1042 (defconstant +uniform-buffer-binding+ #x8A28)
1043 (defconstant +uniform-buffer-start+ #x8A29)
1044 (defconstant +uniform-buffer-size+ #x8A2A)
1045 (defconstant +max-vertex-uniform-blocks+ #x8A2B)
1046 (defconstant +max-fragment-uniform-blocks+ #x8A2D)
1047 (defconstant +max-combined-uniform-blocks+ #x8A2E)
1048 (defconstant +max-uniform-buffer-bindings+ #x8A2F)
1049 (defconstant +max-uniform-block-size+ #x8A30)
1050 (defconstant +max-combined-vertex-uniform-components+ #x8A31)
1051 (defconstant +max-combined-fragment-uniform-components+ #x8A33)
1052 (defconstant +uniform-buffer-offset-alignment+ #x8A34)
1053 (defconstant +active-uniform-block-max-name-length+ #x8A35)
1054 (defconstant +active-uniform-blocks+ #x8A36)
1055 (defconstant +uniform-type+ #x8A37)
1056 (defconstant +uniform-size+ #x8A38)
1057 (defconstant +uniform-name-length+ #x8A39)
1058 (defconstant +uniform-block-index+ #x8A3A)
1059 (defconstant +uniform-offset+ #x8A3B)
1060 (defconstant +uniform-array-stride+ #x8A3C)
1061 (defconstant +uniform-matrix-stride+ #x8A3D)
1062 (defconstant +uniform-is-row-major+ #x8A3E)
1063 (defconstant +uniform-block-binding+ #x8A3F)
1064 (defconstant +uniform-block-data-size+ #x8A40)
1065 (defconstant +uniform-block-name-length+ #x8A41)
1066 (defconstant +uniform-block-active-uniforms+ #x8A42)
1067 (defconstant +uniform-block-active-uniform-indices+ #x8A43)
1068 (defconstant +uniform-block-referenced-by-vertex-shader+ #x8A44)
1069 (defconstant +uniform-block-referenced-by-fragment-shader+ #x8A46)
1070 (defconstant +invalid-index+ #xFFFFFFFF)
1071 (defglfun "Viewport" viewport :return "void" :args
1072 ((:name |x| :type |WinCoord| :direction :in)
1073 (:name |y| :type |WinCoord| :direction :in)
1074 (:name |width| :type |SizeI| :direction :in)
1075 (:name |height| :type |SizeI| :direction :in))
1076 :category "VERSION_1_0" :deprecated nil :version "1.0")
1077 (defglfun "DepthRange" depth-range :return "void" :args
1078 ((:name |near| :type |ClampedFloat64| :direction :in)
1079 (:name |far| :type |ClampedFloat64| :direction :in))
1080 :category "VERSION_1_0" :deprecated nil :version "1.0")
1081 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
1082 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1083 :deprecated nil :version "1.0")
1084 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
1085 :args
1086 ((:name |target| :type |TextureTarget| :direction :in)
1087 (:name |level| :type |CheckedInt32| :direction :in)
1088 (:name |pname| :type |GetTextureParameter| :direction :in)
1089 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1090 :category "VERSION_1_0" :deprecated nil :version "1.0")
1091 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
1092 :args
1093 ((:name |target| :type |TextureTarget| :direction :in)
1094 (:name |level| :type |CheckedInt32| :direction :in)
1095 (:name |pname| :type |GetTextureParameter| :direction :in)
1096 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1097 :category "VERSION_1_0" :deprecated nil :version "1.0")
1098 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
1099 ((:name |target| :type |TextureTarget| :direction :in)
1100 (:name |pname| :type |GetTextureParameter| :direction :in)
1101 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1102 :category "VERSION_1_0" :deprecated nil :version "1.0")
1103 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
1104 ((:name |target| :type |TextureTarget| :direction :in)
1105 (:name |pname| :type |GetTextureParameter| :direction :in)
1106 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1107 :category "VERSION_1_0" :deprecated nil :version "1.0")
1108 (defglfun "GetTexImage" get-tex-image :return "void" :args
1109 ((:name |target| :type |TextureTarget| :direction :in)
1110 (:name |level| :type |CheckedInt32| :direction :in)
1111 (:name |format| :type |PixelFormat| :direction :in)
1112 (:name |type| :type |PixelType| :direction :in)
1113 (:name |pixels| :type |Void| :direction :out :array t :size
1114 (|target| |level| |format| |type|)))
1115 :category "VERSION_1_0" :deprecated nil :version "1.0")
1116 (defglfun "GetString" get-string :return "String" :args
1117 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
1118 :deprecated nil :version "1.0")
1119 (defglfun "GetIntegerv" get-integerv :return "void" :args
1120 ((:name |pname| :type |GetPName| :direction :in)
1121 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1122 :category "VERSION_1_0" :deprecated nil :version "1.0")
1123 (defglfun "GetFloatv" get-floatv :return "void" :args
1124 ((:name |pname| :type |GetPName| :direction :in)
1125 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1126 :category "VERSION_1_0" :deprecated nil :version "1.0")
1127 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
1128 "VERSION_1_0" :deprecated nil :version "1.0")
1129 (defglfun "GetDoublev" get-doublev :return "void" :args
1130 ((:name |pname| :type |GetPName| :direction :in)
1131 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
1132 :category "VERSION_1_0" :deprecated nil :version "1.0")
1133 (defglfun "GetBooleanv" get-booleanv :return "void" :args
1134 ((:name |pname| :type |GetPName| :direction :in)
1135 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
1136 :category "VERSION_1_0" :deprecated nil :version "1.0")
1137 (defglfun "ReadPixels" read-pixels :return "void" :args
1138 ((:name |x| :type |WinCoord| :direction :in)
1139 (:name |y| :type |WinCoord| :direction :in)
1140 (:name |width| :type |SizeI| :direction :in)
1141 (:name |height| :type |SizeI| :direction :in)
1142 (:name |format| :type |PixelFormat| :direction :in)
1143 (:name |type| :type |PixelType| :direction :in)
1144 (:name |pixels| :type |Void| :direction :out :array t :size
1145 (|format| |type| |width| |height|)))
1146 :category "VERSION_1_0" :deprecated nil :version "1.0")
1147 (defglfun "ReadBuffer" read-buffer :return "void" :args
1148 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
1149 :deprecated nil :version "1.0")
1150 (defglfun "PixelStorei" pixel-store-i :return "void" :args
1151 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1152 (:name |param| :type |CheckedInt32| :direction :in))
1153 :category "VERSION_1_0" :deprecated nil :version "1.0")
1154 (defglfun "PixelStoref" pixel-store-f :return "void" :args
1155 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1156 (:name |param| :type |CheckedFloat32| :direction :in))
1157 :category "VERSION_1_0" :deprecated nil :version "1.0")
1158 (defglfun "DepthFunc" depth-func :return "void" :args
1159 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
1160 :deprecated nil :version "1.0")
1161 (defglfun "StencilOp" stencil-op :return "void" :args
1162 ((:name |fail| :type |StencilOp| :direction :in)
1163 (:name |zfail| :type |StencilOp| :direction :in)
1164 (:name |zpass| :type |StencilOp| :direction :in))
1165 :category "VERSION_1_0" :deprecated nil :version "1.0")
1166 (defglfun "StencilFunc" stencil-func :return "void" :args
1167 ((:name |func| :type |StencilFunction| :direction :in)
1168 (:name |ref| :type |ClampedStencilValue| :direction :in)
1169 (:name |mask| :type |MaskedStencilValue| :direction :in))
1170 :category "VERSION_1_0" :deprecated nil :version "1.0")
1171 (defglfun "LogicOp" logic-op :return "void" :args
1172 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
1173 :deprecated nil :version "1.0")
1174 (defglfun "BlendFunc" blend-func :return "void" :args
1175 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
1176 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
1177 :category "VERSION_1_0" :deprecated nil :version "1.0")
1178 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
1179 :deprecated nil :version "1.0")
1180 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
1181 :deprecated nil :version "1.0")
1182 (defglfun "Enable" enable :return "void" :args
1183 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1184 :deprecated nil :version "1.0")
1185 (defglfun "Disable" disable :return "void" :args
1186 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1187 :deprecated nil :version "1.0")
1188 (defglfun "DepthMask" depth-mask :return "void" :args
1189 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1190 :deprecated nil :version "1.0")
1191 (defglfun "ColorMask" color-mask :return "void" :args
1192 ((:name |red| :type |Boolean| :direction :in)
1193 (:name |green| :type |Boolean| :direction :in)
1194 (:name |blue| :type |Boolean| :direction :in)
1195 (:name |alpha| :type |Boolean| :direction :in))
1196 :category "VERSION_1_0" :deprecated nil :version "1.0")
1197 (defglfun "StencilMask" stencil-mask :return "void" :args
1198 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
1199 "VERSION_1_0" :deprecated nil :version "1.0")
1200 (defglfun "ClearDepth" clear-depth :return "void" :args
1201 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
1202 "VERSION_1_0" :deprecated nil :version "1.0")
1203 (defglfun "ClearStencil" clear-stencil :return "void" :args
1204 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
1205 :deprecated nil :version "1.0")
1206 (defglfun "ClearColor" clear-color :return "void" :args
1207 ((:name |red| :type |ClampedColorF| :direction :in)
1208 (:name |green| :type |ClampedColorF| :direction :in)
1209 (:name |blue| :type |ClampedColorF| :direction :in)
1210 (:name |alpha| :type |ClampedColorF| :direction :in))
1211 :category "VERSION_1_0" :deprecated nil :version "1.0")
1212 (defglfun "Clear" clear :return "void" :args
1213 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
1214 "VERSION_1_0" :deprecated nil :version "1.0")
1215 (defglfun "DrawBuffer" draw-buffer :return "void" :args
1216 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
1217 :deprecated nil :version "1.0")
1218 (defglfun "TexImage2D" tex-image-2d :return "void" :args
1219 ((:name |target| :type |TextureTarget| :direction :in)
1220 (:name |level| :type |CheckedInt32| :direction :in)
1221 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1222 (:name |width| :type |SizeI| :direction :in)
1223 (:name |height| :type |SizeI| :direction :in)
1224 (:name |border| :type |CheckedInt32| :direction :in)
1225 (:name |format| :type |PixelFormat| :direction :in)
1226 (:name |type| :type |PixelType| :direction :in)
1227 (:name |pixels| :type |Void| :direction :in :array t :size
1228 (|format| |type| |width| |height|)))
1229 :category "VERSION_1_0" :deprecated nil :version "1.0")
1230 (defglfun "TexImage1D" tex-image-1d :return "void" :args
1231 ((:name |target| :type |TextureTarget| :direction :in)
1232 (:name |level| :type |CheckedInt32| :direction :in)
1233 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1234 (:name |width| :type |SizeI| :direction :in)
1235 (:name |border| :type |CheckedInt32| :direction :in)
1236 (:name |format| :type |PixelFormat| :direction :in)
1237 (:name |type| :type |PixelType| :direction :in)
1238 (:name |pixels| :type |Void| :direction :in :array t :size
1239 (|format| |type| |width|)))
1240 :category "VERSION_1_0" :deprecated nil :version "1.0")
1241 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
1242 ((:name |target| :type |TextureTarget| :direction :in)
1243 (:name |pname| :type |TextureParameterName| :direction :in)
1244 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1245 (|pname|)))
1246 :category "VERSION_1_0" :deprecated nil :version "1.0")
1247 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
1248 ((:name |target| :type |TextureTarget| :direction :in)
1249 (:name |pname| :type |TextureParameterName| :direction :in)
1250 (:name |param| :type |CheckedInt32| :direction :in))
1251 :category "VERSION_1_0" :deprecated nil :version "1.0")
1252 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
1253 ((:name |target| :type |TextureTarget| :direction :in)
1254 (:name |pname| :type |TextureParameterName| :direction :in)
1255 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1256 (|pname|)))
1257 :category "VERSION_1_0" :deprecated nil :version "1.0")
1258 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
1259 ((:name |target| :type |TextureTarget| :direction :in)
1260 (:name |pname| :type |TextureParameterName| :direction :in)
1261 (:name |param| :type |CheckedFloat32| :direction :in))
1262 :category "VERSION_1_0" :deprecated nil :version "1.0")
1263 (defglfun "Scissor" scissor :return "void" :args
1264 ((:name |x| :type |WinCoord| :direction :in)
1265 (:name |y| :type |WinCoord| :direction :in)
1266 (:name |width| :type |SizeI| :direction :in)
1267 (:name |height| :type |SizeI| :direction :in))
1268 :category "VERSION_1_0" :deprecated nil :version "1.0")
1269 (defglfun "PolygonMode" polygon-mode :return "void" :args
1270 ((:name |face| :type |MaterialFace| :direction :in)
1271 (:name |mode| :type |PolygonMode| :direction :in))
1272 :category "VERSION_1_0" :deprecated nil :version "1.0")
1273 (defglfun "PointSize" point-size :return "void" :args
1274 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
1275 :deprecated nil :version "1.0")
1276 (defglfun "LineWidth" line-width :return "void" :args
1277 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
1278 "VERSION_1_0" :deprecated nil :version "1.0")
1279 (defglfun "Hint" hint :return "void" :args
1280 ((:name |target| :type |HintTarget| :direction :in)
1281 (:name |mode| :type |HintMode| :direction :in))
1282 :category "VERSION_1_0" :deprecated nil :version "1.0")
1283 (defglfun "FrontFace" front-face :return "void" :args
1284 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
1285 "VERSION_1_0" :deprecated nil :version "1.0")
1286 (defglfun "CullFace" cull-face :return "void" :args
1287 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
1288 :deprecated nil :version "1.0")
1289 (defglfun "Indexubv" index-ubv :return "void" :args
1290 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
1291 :category "VERSION_1_1" :deprecated nil :version "1.1")
1292 (defglfun "Indexub" index-ub :return "void" :args
1293 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
1294 :deprecated nil :version "1.1")
1295 (defglfun "IsTexture" is-texture :return "Boolean" :args
1296 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
1297 :deprecated nil :version "1.1")
1298 (defglfun "GenTextures" gen-textures :return "void" :args
1299 ((:name |n| :type |SizeI| :direction :in)
1300 (:name |textures| :type |Texture| :direction :out :array t :size n))
1301 :category "VERSION_1_1" :deprecated nil :version "1.1")
1302 (defglfun "DeleteTextures" delete-textures :return "void" :args
1303 ((:name |n| :type |SizeI| :direction :in)
1304 (:name |textures| :type |Texture| :direction :in :array t :size n))
1305 :category "VERSION_1_1" :deprecated nil :version "1.1")
1306 (defglfun "BindTexture" bind-texture :return "void" :args
1307 ((:name |target| :type |TextureTarget| :direction :in)
1308 (:name |texture| :type |Texture| :direction :in))
1309 :category "VERSION_1_1" :deprecated nil :version "1.1")
1310 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
1311 ((:name |target| :type |TextureTarget| :direction :in)
1312 (:name |level| :type |CheckedInt32| :direction :in)
1313 (:name |xoffset| :type |CheckedInt32| :direction :in)
1314 (:name |yoffset| :type |CheckedInt32| :direction :in)
1315 (:name |width| :type |SizeI| :direction :in)
1316 (:name |height| :type |SizeI| :direction :in)
1317 (:name |format| :type |PixelFormat| :direction :in)
1318 (:name |type| :type |PixelType| :direction :in)
1319 (:name |pixels| :type |Void| :direction :in :array t :size
1320 (|format| |type| |width| |height|)))
1321 :category "VERSION_1_1" :deprecated nil :version "1.1")
1322 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
1323 ((:name |target| :type |TextureTarget| :direction :in)
1324 (:name |level| :type |CheckedInt32| :direction :in)
1325 (:name |xoffset| :type |CheckedInt32| :direction :in)
1326 (:name |width| :type |SizeI| :direction :in)
1327 (:name |format| :type |PixelFormat| :direction :in)
1328 (:name |type| :type |PixelType| :direction :in)
1329 (:name |pixels| :type |Void| :direction :in :array t :size
1330 (|format| |type| |width|)))
1331 :category "VERSION_1_1" :deprecated nil :version "1.1")
1332 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
1333 ((:name |target| :type |TextureTarget| :direction :in)
1334 (:name |level| :type |CheckedInt32| :direction :in)
1335 (:name |xoffset| :type |CheckedInt32| :direction :in)
1336 (:name |yoffset| :type |CheckedInt32| :direction :in)
1337 (:name |x| :type |WinCoord| :direction :in)
1338 (:name |y| :type |WinCoord| :direction :in)
1339 (:name |width| :type |SizeI| :direction :in)
1340 (:name |height| :type |SizeI| :direction :in))
1341 :category "VERSION_1_1" :deprecated nil :version "1.1")
1342 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
1343 ((:name |target| :type |TextureTarget| :direction :in)
1344 (:name |level| :type |CheckedInt32| :direction :in)
1345 (:name |xoffset| :type |CheckedInt32| :direction :in)
1346 (:name |x| :type |WinCoord| :direction :in)
1347 (:name |y| :type |WinCoord| :direction :in)
1348 (:name |width| :type |SizeI| :direction :in))
1349 :category "VERSION_1_1" :deprecated nil :version "1.1")
1350 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
1351 ((:name |target| :type |TextureTarget| :direction :in)
1352 (:name |level| :type |CheckedInt32| :direction :in)
1353 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1354 (:name |x| :type |WinCoord| :direction :in)
1355 (:name |y| :type |WinCoord| :direction :in)
1356 (:name |width| :type |SizeI| :direction :in)
1357 (:name |height| :type |SizeI| :direction :in)
1358 (:name |border| :type |CheckedInt32| :direction :in))
1359 :category "VERSION_1_1" :deprecated nil :version "1.1")
1360 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
1361 ((:name |target| :type |TextureTarget| :direction :in)
1362 (:name |level| :type |CheckedInt32| :direction :in)
1363 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1364 (:name |x| :type |WinCoord| :direction :in)
1365 (:name |y| :type |WinCoord| :direction :in)
1366 (:name |width| :type |SizeI| :direction :in)
1367 (:name |border| :type |CheckedInt32| :direction :in))
1368 :category "VERSION_1_1" :deprecated nil :version "1.1")
1369 (defglfun "PolygonOffset" polygon-offset :return "void" :args
1370 ((:name |factor| :type |Float32| :direction :in)
1371 (:name |units| :type |Float32| :direction :in))
1372 :category "VERSION_1_1" :deprecated nil :version "1.1")
1373 (defglfun "GetPointerv" get-pointerv :return "void" :args
1374 ((:name |pname| :type |GetPointervPName| :direction :in)
1375 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1376 :category "VERSION_1_1" :deprecated nil :version "1.1")
1377 (defglfun "DrawElements" draw-elements :return "void" :args
1378 ((:name |mode| :type |BeginMode| :direction :in)
1379 (:name |count| :type |SizeI| :direction :in)
1380 (:name |type| :type |DrawElementsType| :direction :in)
1381 (:name |indices| :type |Void| :direction :in :array t :size
1382 (|count| |type|)))
1383 :category "VERSION_1_1" :deprecated nil :version "1.1")
1384 (defglfun "DrawArrays" draw-arrays :return "void" :args
1385 ((:name |mode| :type |BeginMode| :direction :in)
1386 (:name |first| :type |Int32| :direction :in)
1387 (:name |count| :type |SizeI| :direction :in))
1388 :category "VERSION_1_1" :deprecated nil :version "1.1")
1389 (defglextfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1390 ((:name |target| :type |TextureTarget| :direction :in)
1391 (:name |level| :type |CheckedInt32| :direction :in)
1392 (:name |xoffset| :type |CheckedInt32| :direction :in)
1393 (:name |yoffset| :type |CheckedInt32| :direction :in)
1394 (:name |zoffset| :type |CheckedInt32| :direction :in)
1395 (:name |x| :type |WinCoord| :direction :in)
1396 (:name |y| :type |WinCoord| :direction :in)
1397 (:name |width| :type |SizeI| :direction :in)
1398 (:name |height| :type |SizeI| :direction :in))
1399 :category "VERSION_1_2" :deprecated nil :version "1.2")
1400 (defglextfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
1401 ((:name |target| :type |TextureTarget| :direction :in)
1402 (:name |level| :type |CheckedInt32| :direction :in)
1403 (:name |xoffset| :type |CheckedInt32| :direction :in)
1404 (:name |yoffset| :type |CheckedInt32| :direction :in)
1405 (:name |zoffset| :type |CheckedInt32| :direction :in)
1406 (:name |width| :type |SizeI| :direction :in)
1407 (:name |height| :type |SizeI| :direction :in)
1408 (:name |depth| :type |SizeI| :direction :in)
1409 (:name |format| :type |PixelFormat| :direction :in)
1410 (:name |type| :type |PixelType| :direction :in)
1411 (:name |pixels| :type |Void| :direction :in :array t :size
1412 (|format| |type| |width| |height| |depth|)))
1413 :category "VERSION_1_2" :deprecated nil :version "1.2")
1414 (defglextfun "DrawRangeElements" draw-range-elements :return "void" :args
1415 ((:name |mode| :type |BeginMode| :direction :in)
1416 (:name |start| :type |UInt32| :direction :in)
1417 (:name |end| :type |UInt32| :direction :in)
1418 (:name |count| :type |SizeI| :direction :in)
1419 (:name |type| :type |DrawElementsType| :direction :in)
1420 (:name |indices| :type |Void| :direction :in :array t :size
1421 (|count| |type|)))
1422 :category "VERSION_1_2" :deprecated nil :version "1.2")
1423 (defglextfun "BlendEquation" blend-equation :return "void" :args
1424 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1425 "VERSION_1_2" :deprecated nil :version "1.2")
1426 (defglextfun "BlendColor" blend-color :return "void" :args
1427 ((:name |red| :type |ClampedColorF| :direction :in)
1428 (:name |green| :type |ClampedColorF| :direction :in)
1429 (:name |blue| :type |ClampedColorF| :direction :in)
1430 (:name |alpha| :type |ClampedColorF| :direction :in))
1431 :category "VERSION_1_2" :deprecated nil :version "1.2")
1432 (defglextfun "GetCompressedTexImage" get-compressed-tex-image :return "void"
1433 :args
1434 ((:name |target| :type |TextureTarget| :direction :in)
1435 (:name |level| :type |CheckedInt32| :direction :in)
1436 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
1437 (|target| |level|)))
1438 :category "VERSION_1_3" :deprecated nil :version "1.3")
1439 (defglextfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return
1440 "void" :args
1441 ((:name |target| :type |TextureTarget| :direction :in)
1442 (:name |level| :type |CheckedInt32| :direction :in)
1443 (:name |xoffset| :type |CheckedInt32| :direction :in)
1444 (:name |width| :type |SizeI| :direction :in)
1445 (:name |format| :type |PixelFormat| :direction :in)
1446 (:name |imageSize| :type |SizeI| :direction :in)
1447 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1448 imagesize))
1449 :category "VERSION_1_3" :deprecated nil :version "1.3")
1450 (defglextfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return
1451 "void" :args
1452 ((:name |target| :type |TextureTarget| :direction :in)
1453 (:name |level| :type |CheckedInt32| :direction :in)
1454 (:name |xoffset| :type |CheckedInt32| :direction :in)
1455 (:name |yoffset| :type |CheckedInt32| :direction :in)
1456 (:name |width| :type |SizeI| :direction :in)
1457 (:name |height| :type |SizeI| :direction :in)
1458 (:name |format| :type |PixelFormat| :direction :in)
1459 (:name |imageSize| :type |SizeI| :direction :in)
1460 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1461 imagesize))
1462 :category "VERSION_1_3" :deprecated nil :version "1.3")
1463 (defglextfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return
1464 "void" :args
1465 ((:name |target| :type |TextureTarget| :direction :in)
1466 (:name |level| :type |CheckedInt32| :direction :in)
1467 (:name |xoffset| :type |CheckedInt32| :direction :in)
1468 (:name |yoffset| :type |CheckedInt32| :direction :in)
1469 (:name |zoffset| :type |CheckedInt32| :direction :in)
1470 (:name |width| :type |SizeI| :direction :in)
1471 (:name |height| :type |SizeI| :direction :in)
1472 (:name |depth| :type |SizeI| :direction :in)
1473 (:name |format| :type |PixelFormat| :direction :in)
1474 (:name |imageSize| :type |SizeI| :direction :in)
1475 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1476 imagesize))
1477 :category "VERSION_1_3" :deprecated nil :version "1.3")
1478 (defglextfun "CompressedTexImage1D" compressed-tex-image-1d :return "void"
1479 :args
1480 ((:name |target| :type |TextureTarget| :direction :in)
1481 (:name |level| :type |CheckedInt32| :direction :in)
1482 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1483 (:name |width| :type |SizeI| :direction :in)
1484 (:name |border| :type |CheckedInt32| :direction :in)
1485 (:name |imageSize| :type |SizeI| :direction :in)
1486 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1487 imagesize))
1488 :category "VERSION_1_3" :deprecated nil :version "1.3")
1489 (defglextfun "CompressedTexImage2D" compressed-tex-image-2d :return "void"
1490 :args
1491 ((:name |target| :type |TextureTarget| :direction :in)
1492 (:name |level| :type |CheckedInt32| :direction :in)
1493 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1494 (:name |width| :type |SizeI| :direction :in)
1495 (:name |height| :type |SizeI| :direction :in)
1496 (:name |border| :type |CheckedInt32| :direction :in)
1497 (:name |imageSize| :type |SizeI| :direction :in)
1498 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1499 imagesize))
1500 :category "VERSION_1_3" :deprecated nil :version "1.3")
1501 (defglextfun "CompressedTexImage3D" compressed-tex-image-3d :return "void"
1502 :args
1503 ((:name |target| :type |TextureTarget| :direction :in)
1504 (:name |level| :type |CheckedInt32| :direction :in)
1505 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1506 (:name |width| :type |SizeI| :direction :in)
1507 (:name |height| :type |SizeI| :direction :in)
1508 (:name |depth| :type |SizeI| :direction :in)
1509 (:name |border| :type |CheckedInt32| :direction :in)
1510 (:name |imageSize| :type |SizeI| :direction :in)
1511 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1512 imagesize))
1513 :category "VERSION_1_3" :deprecated nil :version "1.3")
1514 (defglextfun "SampleCoverage" sample-coverage :return "void" :args
1515 ((:name |value| :type |ClampedFloat32| :direction :in)
1516 (:name |invert| :type |Boolean| :direction :in))
1517 :category "VERSION_1_3" :deprecated nil :version "1.3")
1518 (defglextfun "ActiveTexture" active-texture :return "void" :args
1519 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
1520 :deprecated nil :version "1.3")
1521 (defglextfun "PointParameteriv" point-parameter-iv :return "void" :args
1522 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1523 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1524 :category "VERSION_1_4" :deprecated nil :version "1.4")
1525 (defglextfun "PointParameteri" point-parameter-i :return "void" :args
1526 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1527 (:name |param| :type |Int32| :direction :in))
1528 :category "VERSION_1_4" :deprecated nil :version "1.4")
1529 (defglextfun "PointParameterfv" point-parameter-fv :return "void" :args
1530 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1531 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1532 (|pname|)))
1533 :category "VERSION_1_4" :deprecated nil :version "1.4")
1534 (defglextfun "PointParameterf" point-parameter-f :return "void" :args
1535 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1536 (:name |param| :type |CheckedFloat32| :direction :in))
1537 :category "VERSION_1_4" :deprecated nil :version "1.4")
1538 (defglextfun "MultiDrawElements" multi-draw-elements :return "void" :args
1539 ((:name |mode| :type |BeginMode| :direction :in)
1540 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1541 (:name |type| :type |DrawElementsType| :direction :in)
1542 (:name |indices| :type |VoidPointer| :direction :in :array t :size
1543 (|primcount|))
1544 (:name |primcount| :type |SizeI| :direction :in))
1545 :category "VERSION_1_4" :deprecated nil :version "1.4")
1546 (defglextfun "MultiDrawArrays" multi-draw-arrays :return "void" :args
1547 ((:name |mode| :type |BeginMode| :direction :in)
1548 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
1549 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1550 (:name |primcount| :type |SizeI| :direction :in))
1551 :category "VERSION_1_4" :deprecated nil :version "1.4")
1552 (defglextfun "BlendFuncSeparate" blend-func-separate :return "void" :args
1553 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1554 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1555 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
1556 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
1557 :category "VERSION_1_4" :deprecated nil :version "1.4")
1558 (defglextfun "GetBufferPointerv" get-buffer-pointerv :return "void" :args
1559 ((:name |target| :type |BufferTargetARB| :direction :in)
1560 (:name |pname| :type |BufferPointerNameARB| :direction :in)
1561 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1562 :category "VERSION_1_5" :deprecated nil :version "1.5")
1563 (defglextfun "GetBufferParameteriv" get-buffer-parameter-iv :return "void"
1564 :args
1565 ((:name |target| :type |BufferTargetARB| :direction :in)
1566 (:name |pname| :type |BufferPNameARB| :direction :in)
1567 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1568 :category "VERSION_1_5" :deprecated nil :version "1.5")
1569 (defglextfun "UnmapBuffer" unmap-buffer :return "Boolean" :args
1570 ((:name |target| :type |BufferTargetARB| :direction :in)) :category
1571 "VERSION_1_5" :deprecated nil :version "1.5")
1572 (defglextfun "MapBuffer" map-buffer :return "VoidPointer" :args
1573 ((:name |target| :type |BufferTargetARB| :direction :in)
1574 (:name |access| :type |BufferAccessARB| :direction :in))
1575 :category "VERSION_1_5" :deprecated nil :version "1.5")
1576 (defglextfun "GetBufferSubData" get-buffer-sub-data :return "void" :args
1577 ((:name |target| :type |BufferTargetARB| :direction :in)
1578 (:name |offset| :type |BufferOffset| :direction :in)
1579 (:name |size| :type |BufferSize| :direction :in)
1580 (:name |data| :type |Void| :direction :out :array t :size size))
1581 :category "VERSION_1_5" :deprecated nil :version "1.5")
1582 (defglextfun "BufferSubData" buffer-sub-data :return "void" :args
1583 ((:name |target| :type |BufferTargetARB| :direction :in)
1584 (:name |offset| :type |BufferOffset| :direction :in)
1585 (:name |size| :type |BufferSize| :direction :in)
1586 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
1587 :category "VERSION_1_5" :deprecated nil :version "1.5")
1588 (defglextfun "BufferData" buffer-data :return "void" :args
1589 ((:name |target| :type |BufferTargetARB| :direction :in)
1590 (:name |size| :type |BufferSize| :direction :in)
1591 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
1592 (:name |usage| :type |BufferUsageARB| :direction :in))
1593 :category "VERSION_1_5" :deprecated nil :version "1.5")
1594 (defglextfun "IsBuffer" is-buffer :return "Boolean" :args
1595 ((:name |buffer| :type |UInt32| :direction :in)) :category "VERSION_1_5"
1596 :deprecated nil :version "1.5")
1597 (defglextfun "GenBuffers" gen-buffers :return "void" :args
1598 ((:name |n| :type |SizeI| :direction :in)
1599 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
1600 :category "VERSION_1_5" :deprecated nil :version "1.5")
1601 (defglextfun "DeleteBuffers" delete-buffers :return "void" :args
1602 ((:name |n| :type |SizeI| :direction :in)
1603 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
1604 :category "VERSION_1_5" :deprecated nil :version "1.5")
1605 (defglextfun "BindBuffer" bind-buffer :return "void" :args
1606 ((:name |target| :type |BufferTargetARB| :direction :in)
1607 (:name |buffer| :type |UInt32| :direction :in))
1608 :category "VERSION_1_5" :deprecated nil :version "1.5")
1609 (defglextfun "GetQueryObjectuiv" get-query-object-uiv :return "void" :args
1610 ((:name |id| :type |UInt32| :direction :in)
1611 (:name |pname| :type |GLenum| :direction :in)
1612 (:name |params| :type |UInt32| :direction :out :array t :size pname))
1613 :category "VERSION_1_5" :deprecated nil :version "1.5")
1614 (defglextfun "GetQueryObjectiv" get-query-object-iv :return "void" :args
1615 ((:name |id| :type |UInt32| :direction :in)
1616 (:name |pname| :type |GLenum| :direction :in)
1617 (:name |params| :type |Int32| :direction :out :array t :size pname))
1618 :category "VERSION_1_5" :deprecated nil :version "1.5")
1619 (defglextfun "GetQueryiv" get-query-iv :return "void" :args
1620 ((:name |target| :type |GLenum| :direction :in)
1621 (:name |pname| :type |GLenum| :direction :in)
1622 (:name |params| :type |Int32| :direction :out :array t :size pname))
1623 :category "VERSION_1_5" :deprecated nil :version "1.5")
1624 (defglextfun "EndQuery" end-query :return "void" :args
1625 ((:name |target| :type |GLenum| :direction :in)) :category "VERSION_1_5"
1626 :deprecated nil :version "1.5")
1627 (defglextfun "BeginQuery" begin-query :return "void" :args
1628 ((:name |target| :type |GLenum| :direction :in)
1629 (:name |id| :type |UInt32| :direction :in))
1630 :category "VERSION_1_5" :deprecated nil :version "1.5")
1631 (defglextfun "IsQuery" is-query :return "Boolean" :args
1632 ((:name |id| :type |UInt32| :direction :in)) :category "VERSION_1_5"
1633 :deprecated nil :version "1.5")
1634 (defglextfun "DeleteQueries" delete-queries :return "void" :args
1635 ((:name |n| :type |SizeI| :direction :in)
1636 (:name |ids| :type |UInt32| :direction :in :array t :size n))
1637 :category "VERSION_1_5" :deprecated nil :version "1.5")
1638 (defglextfun "GenQueries" gen-queries :return "void" :args
1639 ((:name |n| :type |SizeI| :direction :in)
1640 (:name |ids| :type |UInt32| :direction :out :array t :size n))
1641 :category "VERSION_1_5" :deprecated nil :version "1.5")
1642 (defglextfun "VertexAttribPointer" vertex-attrib-pointer :return "void" :args
1643 ((:name |index| :type |UInt32| :direction :in)
1644 (:name |size| :type |Int32| :direction :in)
1645 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
1646 (:name |normalized| :type |Boolean| :direction :in)
1647 (:name |stride| :type |SizeI| :direction :in)
1648 (:name |pointer| :type |Void| :direction :in :array t :size
1649 (|size| |type| |stride|) :retained t))
1650 :category "VERSION_2_0" :deprecated nil :version "2.0")
1651 (defglextfun "ValidateProgram" validate-program :return "void" :args
1652 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1653 :deprecated nil :version "2.0")
1654 (defglextfun "UniformMatrix4fv" uniform-matrix-4fv :return "void" :args
1655 ((:name |location| :type |Int32| :direction :in)
1656 (:name |count| :type |SizeI| :direction :in)
1657 (:name |transpose| :type |Boolean| :direction :in)
1658 (:name |value| :type |Float32| :direction :in :array t :size count))
1659 :category "VERSION_2_0" :deprecated nil :version "2.0")
1660 (defglextfun "UniformMatrix3fv" uniform-matrix-3fv :return "void" :args
1661 ((:name |location| :type |Int32| :direction :in)
1662 (:name |count| :type |SizeI| :direction :in)
1663 (:name |transpose| :type |Boolean| :direction :in)
1664 (:name |value| :type |Float32| :direction :in :array t :size count))
1665 :category "VERSION_2_0" :deprecated nil :version "2.0")
1666 (defglextfun "UniformMatrix2fv" uniform-matrix-2fv :return "void" :args
1667 ((:name |location| :type |Int32| :direction :in)
1668 (:name |count| :type |SizeI| :direction :in)
1669 (:name |transpose| :type |Boolean| :direction :in)
1670 (:name |value| :type |Float32| :direction :in :array t :size count))
1671 :category "VERSION_2_0" :deprecated nil :version "2.0")
1672 (defglextfun "Uniform4iv" uniform-4iv :return "void" :args
1673 ((:name |location| :type |Int32| :direction :in)
1674 (:name |count| :type |SizeI| :direction :in)
1675 (:name |value| :type |Int32| :direction :in :array t :size count))
1676 :category "VERSION_2_0" :deprecated nil :version "2.0")
1677 (defglextfun "Uniform3iv" uniform-3iv :return "void" :args
1678 ((:name |location| :type |Int32| :direction :in)
1679 (:name |count| :type |SizeI| :direction :in)
1680 (:name |value| :type |Int32| :direction :in :array t :size count))
1681 :category "VERSION_2_0" :deprecated nil :version "2.0")
1682 (defglextfun "Uniform2iv" uniform-2iv :return "void" :args
1683 ((:name |location| :type |Int32| :direction :in)
1684 (:name |count| :type |SizeI| :direction :in)
1685 (:name |value| :type |Int32| :direction :in :array t :size count))
1686 :category "VERSION_2_0" :deprecated nil :version "2.0")
1687 (defglextfun "Uniform1iv" uniform-1iv :return "void" :args
1688 ((:name |location| :type |Int32| :direction :in)
1689 (:name |count| :type |SizeI| :direction :in)
1690 (:name |value| :type |Int32| :direction :in :array t :size count))
1691 :category "VERSION_2_0" :deprecated nil :version "2.0")
1692 (defglextfun "Uniform4fv" uniform-4fv :return "void" :args
1693 ((:name |location| :type |Int32| :direction :in)
1694 (:name |count| :type |SizeI| :direction :in)
1695 (:name |value| :type |Float32| :direction :in :array t :size count))
1696 :category "VERSION_2_0" :deprecated nil :version "2.0")
1697 (defglextfun "Uniform3fv" uniform-3fv :return "void" :args
1698 ((:name |location| :type |Int32| :direction :in)
1699 (:name |count| :type |SizeI| :direction :in)
1700 (:name |value| :type |Float32| :direction :in :array t :size count))
1701 :category "VERSION_2_0" :deprecated nil :version "2.0")
1702 (defglextfun "Uniform2fv" uniform-2fv :return "void" :args
1703 ((:name |location| :type |Int32| :direction :in)
1704 (:name |count| :type |SizeI| :direction :in)
1705 (:name |value| :type |Float32| :direction :in :array t :size count))
1706 :category "VERSION_2_0" :deprecated nil :version "2.0")
1707 (defglextfun "Uniform1fv" uniform-1fv :return "void" :args
1708 ((:name |location| :type |Int32| :direction :in)
1709 (:name |count| :type |SizeI| :direction :in)
1710 (:name |value| :type |Float32| :direction :in :array t :size count))
1711 :category "VERSION_2_0" :deprecated nil :version "2.0")
1712 (defglextfun "Uniform4i" uniform-4i :return "void" :args
1713 ((:name |location| :type |Int32| :direction :in)
1714 (:name |v0| :type |Int32| :direction :in)
1715 (:name |v1| :type |Int32| :direction :in)
1716 (:name |v2| :type |Int32| :direction :in)
1717 (:name |v3| :type |Int32| :direction :in))
1718 :category "VERSION_2_0" :deprecated nil :version "2.0")
1719 (defglextfun "Uniform3i" uniform-3i :return "void" :args
1720 ((:name |location| :type |Int32| :direction :in)
1721 (:name |v0| :type |Int32| :direction :in)
1722 (:name |v1| :type |Int32| :direction :in)
1723 (:name |v2| :type |Int32| :direction :in))
1724 :category "VERSION_2_0" :deprecated nil :version "2.0")
1725 (defglextfun "Uniform2i" uniform-2i :return "void" :args
1726 ((:name |location| :type |Int32| :direction :in)
1727 (:name |v0| :type |Int32| :direction :in)
1728 (:name |v1| :type |Int32| :direction :in))
1729 :category "VERSION_2_0" :deprecated nil :version "2.0")
1730 (defglextfun "Uniform1i" uniform-1i :return "void" :args
1731 ((:name |location| :type |Int32| :direction :in)
1732 (:name |v0| :type |Int32| :direction :in))
1733 :category "VERSION_2_0" :deprecated nil :version "2.0")
1734 (defglextfun "Uniform4f" uniform-4f :return "void" :args
1735 ((:name |location| :type |Int32| :direction :in)
1736 (:name |v0| :type |Float32| :direction :in)
1737 (:name |v1| :type |Float32| :direction :in)
1738 (:name |v2| :type |Float32| :direction :in)
1739 (:name |v3| :type |Float32| :direction :in))
1740 :category "VERSION_2_0" :deprecated nil :version "2.0")
1741 (defglextfun "Uniform3f" uniform-3f :return "void" :args
1742 ((:name |location| :type |Int32| :direction :in)
1743 (:name |v0| :type |Float32| :direction :in)
1744 (:name |v1| :type |Float32| :direction :in)
1745 (:name |v2| :type |Float32| :direction :in))
1746 :category "VERSION_2_0" :deprecated nil :version "2.0")
1747 (defglextfun "Uniform2f" uniform-2f :return "void" :args
1748 ((:name |location| :type |Int32| :direction :in)
1749 (:name |v0| :type |Float32| :direction :in)
1750 (:name |v1| :type |Float32| :direction :in))
1751 :category "VERSION_2_0" :deprecated nil :version "2.0")
1752 (defglextfun "Uniform1f" uniform-1f :return "void" :args
1753 ((:name |location| :type |Int32| :direction :in)
1754 (:name |v0| :type |Float32| :direction :in))
1755 :category "VERSION_2_0" :deprecated nil :version "2.0")
1756 (defglextfun "UseProgram" use-program :return "void" :args
1757 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1758 :deprecated nil :version "2.0")
1759 (defglextfun "ShaderSource" shader-source :return "void" :args
1760 ((:name |shader| :type |UInt32| :direction :in)
1761 (:name |count| :type |SizeI| :direction :in)
1762 (:name |string| :type |CharPointer| :direction :in :array t :size count)
1763 (:name |length| :type |Int32| :direction :in :array t :size #x1))
1764 :category "VERSION_2_0" :deprecated nil :version "2.0")
1765 (defglextfun "LinkProgram" link-program :return "void" :args
1766 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1767 :deprecated nil :version "2.0")
1768 (defglextfun "IsShader" is-shader :return "Boolean" :args
1769 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1770 :deprecated nil :version "2.0")
1771 (defglextfun "IsProgram" is-program :return "Boolean" :args
1772 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1773 :deprecated nil :version "2.0")
1774 (defglextfun "GetVertexAttribPointerv" get-vertex-attrib-pointerv :return
1775 "void" :args
1776 ((:name |index| :type |UInt32| :direction :in)
1777 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
1778 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
1779 :category "VERSION_2_0" :deprecated nil :version "2.0")
1780 (defglextfun "GetVertexAttribiv" get-vertex-attrib-iv :return "void" :args
1781 ((:name |index| :type |UInt32| :direction :in)
1782 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1783 (:name |params| :type |Int32| :direction :out :array t :size #x4))
1784 :category "VERSION_2_0" :deprecated nil :version "2.0")
1785 (defglextfun "GetVertexAttribfv" get-vertex-attrib-fv :return "void" :args
1786 ((:name |index| :type |UInt32| :direction :in)
1787 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1788 (:name |params| :type |Float32| :direction :out :array t :size #x4))
1789 :category "VERSION_2_0" :deprecated nil :version "2.0")
1790 (defglextfun "GetVertexAttribdv" get-vertex-attrib-dv :return "void" :args
1791 ((:name |index| :type |UInt32| :direction :in)
1792 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1793 (:name |params| :type |Float64| :direction :out :array t :size #x4))
1794 :category "VERSION_2_0" :deprecated nil :version "2.0")
1795 (defglextfun "GetUniformiv" get-uniform-iv :return "void" :args
1796 ((:name |program| :type |UInt32| :direction :in)
1797 (:name |location| :type |Int32| :direction :in)
1798 (:name |params| :type |Int32| :direction :out :array t :size (|location|)))
1799 :category "VERSION_2_0" :deprecated nil :version "2.0")
1800 (defglextfun "GetUniformfv" get-uniform-fv :return "void" :args
1801 ((:name |program| :type |UInt32| :direction :in)
1802 (:name |location| :type |Int32| :direction :in)
1803 (:name |params| :type |Float32| :direction :out :array t :size (|location|)))
1804 :category "VERSION_2_0" :deprecated nil :version "2.0")
1805 (defglextfun "GetUniformLocation" get-uniform-location :return "Int32" :args
1806 ((:name |program| :type |UInt32| :direction :in)
1807 (:name |name| :type |Char| :direction :in :array t))
1808 :category "VERSION_2_0" :deprecated nil :version "2.0")
1809 (defglextfun "GetShaderSource" get-shader-source :return "void" :args
1810 ((:name |shader| :type |UInt32| :direction :in)
1811 (:name |bufSize| :type |SizeI| :direction :in)
1812 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1813 (:name |source| :type |Char| :direction :out :array t :size length))
1814 :category "VERSION_2_0" :deprecated nil :version "2.0")
1815 (defglextfun "GetShaderInfoLog" get-shader-info-log :return "void" :args
1816 ((:name |shader| :type |UInt32| :direction :in)
1817 (:name |bufSize| :type |SizeI| :direction :in)
1818 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1819 (:name |infoLog| :type |Char| :direction :out :array t :size length))
1820 :category "VERSION_2_0" :deprecated nil :version "2.0")
1821 (defglextfun "GetShaderiv" get-shader-iv :return "void" :args
1822 ((:name |shader| :type |UInt32| :direction :in)
1823 (:name |pname| :type |GLenum| :direction :in)
1824 (:name |params| :type |Int32| :direction :out :array t :size pname))
1825 :category "VERSION_2_0" :deprecated nil :version "2.0")
1826 (defglextfun "GetProgramInfoLog" get-program-info-log :return "void" :args
1827 ((:name |program| :type |UInt32| :direction :in)
1828 (:name |bufSize| :type |SizeI| :direction :in)
1829 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1830 (:name |infoLog| :type |Char| :direction :out :array t :size length))
1831 :category "VERSION_2_0" :deprecated nil :version "2.0")
1832 (defglextfun "GetProgramiv" get-program-iv :return "void" :args
1833 ((:name |program| :type |UInt32| :direction :in)
1834 (:name |pname| :type |GLenum| :direction :in)
1835 (:name |params| :type |Int32| :direction :out :array t :size pname))
1836 :category "VERSION_2_0" :deprecated nil :version "2.0")
1837 (defglextfun "GetAttribLocation" get-attrib-location :return "Int32" :args
1838 ((:name |program| :type |UInt32| :direction :in)
1839 (:name |name| :type |Char| :direction :in :array t))
1840 :category "VERSION_2_0" :deprecated nil :version "2.0")
1841 (defglextfun "GetAttachedShaders" get-attached-shaders :return "void" :args
1842 ((:name |program| :type |UInt32| :direction :in)
1843 (:name |maxCount| :type |SizeI| :direction :in)
1844 (:name |count| :type |SizeI| :direction :out :array t :size #x1)
1845 (:name |obj| :type |UInt32| :direction :out :array t :size count))
1846 :category "VERSION_2_0" :deprecated nil :version "2.0")
1847 (defglextfun "GetActiveUniform" get-active-uniform :return "void" :args
1848 ((:name |program| :type |UInt32| :direction :in)
1849 (:name |index| :type |UInt32| :direction :in)
1850 (:name |bufSize| :type |SizeI| :direction :in)
1851 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1852 (:name |size| :type |Int32| :direction :out :array t :size #x1)
1853 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1854 (:name |name| :type |Char| :direction :out :array t))
1855 :category "VERSION_2_0" :deprecated nil :version "2.0")
1856 (defglextfun "GetActiveAttrib" get-active-attrib :return "void" :args
1857 ((:name |program| :type |UInt32| :direction :in)
1858 (:name |index| :type |UInt32| :direction :in)
1859 (:name |bufSize| :type |SizeI| :direction :in)
1860 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1861 (:name |size| :type |Int32| :direction :out :array t :size #x1)
1862 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1863 (:name |name| :type |Char| :direction :out :array t))
1864 :category "VERSION_2_0" :deprecated nil :version "2.0")
1865 (defglextfun "EnableVertexAttribArray" enable-vertex-attrib-array :return
1866 "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
1867 "VERSION_2_0" :deprecated nil :version "2.0")
1868 (defglextfun "DisableVertexAttribArray" disable-vertex-attrib-array :return
1869 "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
1870 "VERSION_2_0" :deprecated nil :version "2.0")
1871 (defglextfun "DetachShader" detach-shader :return "void" :args
1872 ((:name |program| :type |UInt32| :direction :in)
1873 (:name |shader| :type |UInt32| :direction :in))
1874 :category "VERSION_2_0" :deprecated nil :version "2.0")
1875 (defglextfun "DeleteShader" delete-shader :return "void" :args
1876 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1877 :deprecated nil :version "2.0")
1878 (defglextfun "DeleteProgram" delete-program :return "void" :args
1879 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1880 :deprecated nil :version "2.0")
1881 (defglextfun "CreateShader" create-shader :return "UInt32" :args
1882 ((:name |type| :type |GLenum| :direction :in)) :category "VERSION_2_0"
1883 :deprecated nil :version "2.0")
1884 (defglextfun "CreateProgram" create-program :return "UInt32" :args nil
1885 :category "VERSION_2_0" :deprecated nil :version "2.0")
1886 (defglextfun "CompileShader" compile-shader :return "void" :args
1887 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1888 :deprecated nil :version "2.0")
1889 (defglextfun "BindAttribLocation" bind-attrib-location :return "void" :args
1890 ((:name |program| :type |UInt32| :direction :in)
1891 (:name |index| :type |UInt32| :direction :in)
1892 (:name |name| :type |Char| :direction :in :array t))
1893 :category "VERSION_2_0" :deprecated nil :version "2.0")
1894 (defglextfun "AttachShader" attach-shader :return "void" :args
1895 ((:name |program| :type |UInt32| :direction :in)
1896 (:name |shader| :type |UInt32| :direction :in))
1897 :category "VERSION_2_0" :deprecated nil :version "2.0")
1898 (defglextfun "StencilMaskSeparate" stencil-mask-separate :return "void" :args
1899 ((:name |face| :type |StencilFaceDirection| :direction :in)
1900 (:name |mask| :type |MaskedStencilValue| :direction :in))
1901 :category "VERSION_2_0" :deprecated nil :version "2.0")
1902 (defglextfun "StencilFuncSeparate" stencil-func-separate :return "void" :args
1903 ((:name |face| :type |StencilFaceDirection| :direction :in)
1904 (:name |func| :type |StencilFunction| :direction :in)
1905 (:name |ref| :type |ClampedStencilValue| :direction :in)
1906 (:name |mask| :type |MaskedStencilValue| :direction :in))
1907 :category "VERSION_2_0" :deprecated nil :version "2.0")
1908 (defglextfun "StencilOpSeparate" stencil-op-separate :return "void" :args
1909 ((:name |face| :type |StencilFaceDirection| :direction :in)
1910 (:name |sfail| :type |StencilOp| :direction :in)
1911 (:name |dpfail| :type |StencilOp| :direction :in)
1912 (:name |dppass| :type |StencilOp| :direction :in))
1913 :category "VERSION_2_0" :deprecated nil :version "2.0")
1914 (defglextfun "DrawBuffers" draw-buffers :return "void" :args
1915 ((:name |n| :type |SizeI| :direction :in)
1916 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
1917 :category "VERSION_2_0" :deprecated nil :version "2.0")
1918 (defglextfun "BlendEquationSeparate" blend-equation-separate :return "void"
1919 :args
1920 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
1921 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
1922 :category "VERSION_2_0" :deprecated nil :version "2.0")
1923 (defglextfun "UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :args
1924 ((:name |location| :type |Int32| :direction :in)
1925 (:name |count| :type |SizeI| :direction :in)
1926 (:name |transpose| :type |Boolean| :direction :in)
1927 (:name |value| :type |Float32| :direction :in :array t :size #xC))
1928 :category "VERSION_2_1" :deprecated nil :version "2.1")
1929 (defglextfun "UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
1930 ((:name |location| :type |Int32| :direction :in)
1931 (:name |count| :type |SizeI| :direction :in)
1932 (:name |transpose| :type |Boolean| :direction :in)
1933 (:name |value| :type |Float32| :direction :in :array t :size #xC))
1934 :category "VERSION_2_1" :deprecated nil :version "2.1")
1935 (defglextfun "UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
1936 ((:name |location| :type |Int32| :direction :in)
1937 (:name |count| :type |SizeI| :direction :in)
1938 (:name |transpose| :type |Boolean| :direction :in)
1939 (:name |value| :type |Float32| :direction :in :array t :size #x8))
1940 :category "VERSION_2_1" :deprecated nil :version "2.1")
1941 (defglextfun "UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
1942 ((:name |location| :type |Int32| :direction :in)
1943 (:name |count| :type |SizeI| :direction :in)
1944 (:name |transpose| :type |Boolean| :direction :in)
1945 (:name |value| :type |Float32| :direction :in :array t :size #x8))
1946 :category "VERSION_2_1" :deprecated nil :version "2.1")
1947 (defglextfun "UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :args
1948 ((:name |location| :type |Int32| :direction :in)
1949 (:name |count| :type |SizeI| :direction :in)
1950 (:name |transpose| :type |Boolean| :direction :in)
1951 (:name |value| :type |Float32| :direction :in :array t :size #x6))
1952 :category "VERSION_2_1" :deprecated nil :version "2.1")
1953 (defglextfun "UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
1954 ((:name |location| :type |Int32| :direction :in)
1955 (:name |count| :type |SizeI| :direction :in)
1956 (:name |transpose| :type |Boolean| :direction :in)
1957 (:name |value| :type |Float32| :direction :in :array t :size #x6))
1958 :category "VERSION_2_1" :deprecated nil :version "2.1")
1959 (defglextfun "GetStringi" get-string-i :return "String" :args
1960 ((:name |name| :type |GLenum| :direction :in)
1961 (:name |index| :type |UInt32| :direction :in))
1962 :category "VERSION_3_0" :deprecated nil :version "3.0")
1963 (defglextfun "ClearBufferfi" clear-bufferf-i :return "void" :args
1964 ((:name |buffer| :type |GLenum| :direction :in)
1965 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1966 (:name |depth| :type |Float32| :direction :in)
1967 (:name |stencil| :type |Int32| :direction :in))
1968 :category "VERSION_3_0" :deprecated nil :version "3.0")
1969 (defglextfun "ClearBufferfv" clear-buffer-fv :return "void" :args
1970 ((:name |buffer| :type |GLenum| :direction :in)
1971 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1972 (:name |value| :type |Float32| :direction :in :array t :size (|buffer|)))
1973 :category "VERSION_3_0" :deprecated nil :version "3.0")
1974 (defglextfun "ClearBufferuiv" clear-buffer-uiv :return "void" :args
1975 ((:name |buffer| :type |GLenum| :direction :in)
1976 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1977 (:name |value| :type |UInt32| :direction :in :array t :size (|buffer|)))
1978 :category "VERSION_3_0" :deprecated nil :version "3.0")
1979 (defglextfun "ClearBufferiv" clear-buffer-iv :return "void" :args
1980 ((:name |buffer| :type |GLenum| :direction :in)
1981 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1982 (:name |value| :type |Int32| :direction :in :array t :size (|buffer|)))
1983 :category "VERSION_3_0" :deprecated nil :version "3.0")
1984 (defglextfun "GetTexParameterIuiv" get-tex-parameter-i-uiv :return "void" :args
1985 ((:name |target| :type |TextureTarget| :direction :in)
1986 (:name |pname| :type |GetTextureParameter| :direction :in)
1987 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
1988 :category "VERSION_3_0" :deprecated nil :version "3.0")
1989 (defglextfun "GetTexParameterIiv" get-tex-parameter-i-iv :return "void" :args
1990 ((:name |target| :type |TextureTarget| :direction :in)
1991 (:name |pname| :type |GetTextureParameter| :direction :in)
1992 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1993 :category "VERSION_3_0" :deprecated nil :version "3.0")
1994 (defglextfun "TexParameterIuiv" tex-parameter-i-uiv :return "void" :args
1995 ((:name |target| :type |TextureTarget| :direction :in)
1996 (:name |pname| :type |TextureParameterName| :direction :in)
1997 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
1998 :category "VERSION_3_0" :deprecated nil :version "3.0")
1999 (defglextfun "TexParameterIiv" tex-parameter-i-iv :return "void" :args
2000 ((:name |target| :type |TextureTarget| :direction :in)
2001 (:name |pname| :type |TextureParameterName| :direction :in)
2002 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
2003 :category "VERSION_3_0" :deprecated nil :version "3.0")
2004 (defglextfun "Uniform4uiv" uniform-4uiv :return "void" :args
2005 ((:name |location| :type |Int32| :direction :in)
2006 (:name |count| :type |SizeI| :direction :in)
2007 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
2008 :category "VERSION_3_0" :deprecated nil :version "3.0")
2009 (defglextfun "Uniform3uiv" uniform-3uiv :return "void" :args
2010 ((:name |location| :type |Int32| :direction :in)
2011 (:name |count| :type |SizeI| :direction :in)
2012 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
2013 :category "VERSION_3_0" :deprecated nil :version "3.0")
2014 (defglextfun "Uniform2uiv" uniform-2uiv :return "void" :args
2015 ((:name |location| :type |Int32| :direction :in)
2016 (:name |count| :type |SizeI| :direction :in)
2017 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
2018 :category "VERSION_3_0" :deprecated nil :version "3.0")
2019 (defglextfun "Uniform1uiv" uniform-1uiv :return "void" :args
2020 ((:name |location| :type |Int32| :direction :in)
2021 (:name |count| :type |SizeI| :direction :in)
2022 (:name |value| :type |UInt32| :direction :in :array t :size count))
2023 :category "VERSION_3_0" :deprecated nil :version "3.0")
2024 (defglextfun "Uniform4ui" uniform-4ui :return "void" :args
2025 ((:name |location| :type |Int32| :direction :in)
2026 (:name |v0| :type |UInt32| :direction :in)
2027 (:name |v1| :type |UInt32| :direction :in)
2028 (:name |v2| :type |UInt32| :direction :in)
2029 (:name |v3| :type |UInt32| :direction :in))
2030 :category "VERSION_3_0" :deprecated nil :version "3.0")
2031 (defglextfun "Uniform3ui" uniform-3ui :return "void" :args
2032 ((:name |location| :type |Int32| :direction :in)
2033 (:name |v0| :type |UInt32| :direction :in)
2034 (:name |v1| :type |UInt32| :direction :in)
2035 (:name |v2| :type |UInt32| :direction :in))
2036 :category "VERSION_3_0" :deprecated nil :version "3.0")
2037 (defglextfun "Uniform2ui" uniform-2ui :return "void" :args
2038 ((:name |location| :type |Int32| :direction :in)
2039 (:name |v0| :type |UInt32| :direction :in)
2040 (:name |v1| :type |UInt32| :direction :in))
2041 :category "VERSION_3_0" :deprecated nil :version "3.0")
2042 (defglextfun "Uniform1ui" uniform-1ui :return "void" :args
2043 ((:name |location| :type |Int32| :direction :in)
2044 (:name |v0| :type |UInt32| :direction :in))
2045 :category "VERSION_3_0" :deprecated nil :version "3.0")
2046 (defglextfun "GetFragDataLocation" get-frag-data-location :return "Int32" :args
2047 ((:name |program| :type |UInt32| :direction :in)
2048 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
2049 :category "VERSION_3_0" :deprecated nil :version "3.0")
2050 (defglextfun "BindFragDataLocation" bind-frag-data-location :return "void"
2051 :args
2052 ((:name |program| :type |UInt32| :direction :in)
2053 (:name |color| :type |UInt32| :direction :in)
2054 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
2055 :category "VERSION_3_0" :deprecated nil :version "3.0")
2056 (defglextfun "GetUniformuiv" get-uniform-uiv :return "void" :args
2057 ((:name |program| :type |UInt32| :direction :in)
2058 (:name |location| :type |Int32| :direction :in)
2059 (:name |params| :type |UInt32| :direction :out :array t :size
2060 (|program| |location|)))
2061 :category "VERSION_3_0" :deprecated nil :version "3.0")
2062 (defglextfun "GetVertexAttribIuiv" get-vertex-attrib-i-uiv :return "void" :args
2063 ((:name |index| :type |UInt32| :direction :in)
2064 (:name |pname| :type |VertexAttribEnum| :direction :in)
2065 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
2066 :category "VERSION_3_0" :deprecated nil :version "3.0")
2067 (defglextfun "GetVertexAttribIiv" get-vertex-attrib-i-iv :return "void" :args
2068 ((:name |index| :type |UInt32| :direction :in)
2069 (:name |pname| :type |VertexAttribEnum| :direction :in)
2070 (:name |params| :type |Int32| :direction :out :array t :size #x1))
2071 :category "VERSION_3_0" :deprecated nil :version "3.0")
2072 (defglextfun "VertexAttribIPointer" vertex-attrib-ipointer :return "void" :args
2073 ((:name |index| :type |UInt32| :direction :in)
2074 (:name |size| :type |Int32| :direction :in)
2075 (:name |type| :type |VertexAttribEnum| :direction :in)
2076 (:name |stride| :type |SizeI| :direction :in)
2077 (:name |pointer| :type |Void| :direction :in :array t :size
2078 (|size| |type| |stride|) :retained t))
2079 :category "VERSION_3_0" :deprecated nil :version "3.0")
2080 (defglextfun "EndConditionalRender" end-conditional-render :return "void" :args
2081 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
2082 (defglextfun "BeginConditionalRender" begin-conditional-render :return "void"
2083 :args
2084 ((:name |id| :type |UInt32| :direction :in)
2085 (:name |mode| :type |TypeEnum| :direction :in))
2086 :category "VERSION_3_0" :deprecated nil :version "3.0")
2087 (defglextfun "ClampColor" clamp-color :return "void" :args
2088 ((:name |target| :type |ClampColorTargetARB| :direction :in)
2089 (:name |clamp| :type |ClampColorModeARB| :direction :in))
2090 :category "VERSION_3_0" :deprecated nil :version "3.0")
2091 (defglextfun "GetTransformFeedbackVarying" get-transform-feedback-varying
2092 :return "void" :args
2093 ((:name |program| :type |UInt32| :direction :in)
2094 (:name |index| :type |UInt32| :direction :in)
2095 (:name |bufSize| :type |SizeI| :direction :in)
2096 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2097 (:name |size| :type |SizeI| :direction :out :array t :size #x1)
2098 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2099 (:name |name| :type |Char| :direction :out :array t :size (|length|)))
2100 :category "VERSION_3_0" :deprecated nil :version "3.0")
2101 (defglextfun "TransformFeedbackVaryings" transform-feedback-varyings :return
2102 "void" :args
2103 ((:name |program| :type |UInt32| :direction :in)
2104 (:name |count| :type |SizeI| :direction :in)
2105 (:name |varyings| :type |CharPointer| :direction :in :array t :size count)
2106 (:name |bufferMode| :type |GLenum| :direction :in))
2107 :category "VERSION_3_0" :deprecated nil :version "3.0")
2108 (defglextfun "BindBufferBase" bind-buffer-base :return "void" :args
2109 ((:name |target| :type |GLenum| :direction :in)
2110 (:name |index| :type |UInt32| :direction :in)
2111 (:name |buffer| :type |UInt32| :direction :in))
2112 :category "VERSION_3_0" :deprecated nil :version "3.0")
2113 (defglextfun "BindBufferRange" bind-buffer-range :return "void" :args
2114 ((:name |target| :type |GLenum| :direction :in)
2115 (:name |index| :type |UInt32| :direction :in)
2116 (:name |buffer| :type |UInt32| :direction :in)
2117 (:name |offset| :type |BufferOffset| :direction :in)
2118 (:name |size| :type |BufferSize| :direction :in))
2119 :category "VERSION_3_0" :deprecated nil :version "3.0")
2120 (defglextfun "EndTransformFeedback" end-transform-feedback :return "void" :args
2121 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
2122 (defglextfun "BeginTransformFeedback" begin-transform-feedback :return "void"
2123 :args ((:name |primitiveMode| :type |GLenum| :direction :in)) :category
2124 "VERSION_3_0" :deprecated nil :version "3.0")
2125 (defglextfun "IsEnabledi" is-enabled-i :return "Boolean" :args
2126 ((:name |target| :type |GLenum| :direction :in)
2127 (:name |index| :type |UInt32| :direction :in))
2128 :category "VERSION_3_0" :deprecated nil :version "3.0")
2129 (defglextfun "Disablei" disable-i :return "void" :args
2130 ((:name |target| :type |GLenum| :direction :in)
2131 (:name |index| :type |UInt32| :direction :in))
2132 :category "VERSION_3_0" :deprecated nil :version "3.0")
2133 (defglextfun "Enablei" enable-i :return "void" :args
2134 ((:name |target| :type |GLenum| :direction :in)
2135 (:name |index| :type |UInt32| :direction :in))
2136 :category "VERSION_3_0" :deprecated nil :version "3.0")
2137 (defglextfun "GetIntegeri_v" get-integeri_v :return "void" :args
2138 ((:name |target| :type |GLenum| :direction :in)
2139 (:name |index| :type |UInt32| :direction :in)
2140 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
2141 :category "VERSION_3_0" :deprecated nil :version "3.0")
2142 (defglextfun "GetBooleani_v" get-booleani_v :return "void" :args
2143 ((:name |target| :type |GLenum| :direction :in)
2144 (:name |index| :type |UInt32| :direction :in)
2145 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
2146 :category "VERSION_3_0" :deprecated nil :version "3.0")
2147 (defglextfun "ColorMaski" color-mask-i :return "void" :args
2148 ((:name |index| :type |UInt32| :direction :in)
2149 (:name |r| :type |Boolean| :direction :in)
2150 (:name |g| :type |Boolean| :direction :in)
2151 (:name |b| :type |Boolean| :direction :in)
2152 (:name |a| :type |Boolean| :direction :in))
2153 :category "VERSION_3_0" :deprecated nil :version "3.0")
2154 (defglextfun "PrimitiveRestartIndex" primitive-restart-index :return "void"
2155 :args ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_3_1"
2156 :deprecated nil :version "3.1")
2157 (defglextfun "TexBuffer" tex-buffer :return "void" :args
2158 ((:name |target| :type |TextureTarget| :direction :in)
2159 (:name |internalformat| :type |GLenum| :direction :in)
2160 (:name |buffer| :type |UInt32| :direction :in))
2161 :category "VERSION_3_1" :deprecated nil :version "3.1")
2162 (defglextfun "DrawElementsInstanced" draw-elements-instanced :return "void"
2163 :args
2164 ((:name |mode| :type |BeginMode| :direction :in)
2165 (:name |count| :type |SizeI| :direction :in)
2166 (:name |type| :type |DrawElementsType| :direction :in)
2167 (:name |indices| :type |Void| :direction :in :array t :size (|count| |type|))
2168 (:name |primcount| :type |SizeI| :direction :in))
2169 :category "VERSION_3_1" :deprecated nil :version "3.1")
2170 (defglextfun "DrawArraysInstanced" draw-arrays-instanced :return "void" :args
2171 ((:name |mode| :type |BeginMode| :direction :in)
2172 (:name |first| :type |Int32| :direction :in)
2173 (:name |count| :type |SizeI| :direction :in)
2174 (:name |primcount| :type |SizeI| :direction :in))
2175 :category "VERSION_3_1" :deprecated nil :version "3.1")
2176 (make-extension-loader version_3_1
2177 (("CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
2178 ((:name |target| :type |TextureTarget| :direction :in)
2179 (:name |level| :type |CheckedInt32| :direction :in)
2180 (:name |xoffset| :type |CheckedInt32| :direction :in)
2181 (:name |yoffset| :type |CheckedInt32| :direction :in)
2182 (:name |zoffset| :type |CheckedInt32| :direction :in)
2183 (:name |x| :type |WinCoord| :direction :in)
2184 (:name |y| :type |WinCoord| :direction :in)
2185 (:name |width| :type |SizeI| :direction :in)
2186 (:name |height| :type |SizeI| :direction :in))
2187 :category "VERSION_1_2" :deprecated nil :version "1.2")
2188 ("TexSubImage3D" tex-sub-image-3d :return "void" :args
2189 ((:name |target| :type |TextureTarget| :direction :in)
2190 (:name |level| :type |CheckedInt32| :direction :in)
2191 (:name |xoffset| :type |CheckedInt32| :direction :in)
2192 (:name |yoffset| :type |CheckedInt32| :direction :in)
2193 (:name |zoffset| :type |CheckedInt32| :direction :in)
2194 (:name |width| :type |SizeI| :direction :in)
2195 (:name |height| :type |SizeI| :direction :in)
2196 (:name |depth| :type |SizeI| :direction :in)
2197 (:name |format| :type |PixelFormat| :direction :in)
2198 (:name |type| :type |PixelType| :direction :in)
2199 (:name |pixels| :type |Void| :direction :in :array t :size
2200 (|format| |type| |width| |height| |depth|)))
2201 :category "VERSION_1_2" :deprecated nil :version "1.2")
2202 ("DrawRangeElements" draw-range-elements :return "void" :args
2203 ((:name |mode| :type |BeginMode| :direction :in)
2204 (:name |start| :type |UInt32| :direction :in)
2205 (:name |end| :type |UInt32| :direction :in)
2206 (:name |count| :type |SizeI| :direction :in)
2207 (:name |type| :type |DrawElementsType| :direction :in)
2208 (:name |indices| :type |Void| :direction :in :array t :size
2209 (|count| |type|)))
2210 :category "VERSION_1_2" :deprecated nil :version "1.2")
2211 ("BlendEquation" blend-equation :return "void" :args
2212 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
2213 "VERSION_1_2" :deprecated nil :version "1.2")
2214 ("BlendColor" blend-color :return "void" :args
2215 ((:name |red| :type |ClampedColorF| :direction :in)
2216 (:name |green| :type |ClampedColorF| :direction :in)
2217 (:name |blue| :type |ClampedColorF| :direction :in)
2218 (:name |alpha| :type |ClampedColorF| :direction :in))
2219 :category "VERSION_1_2" :deprecated nil :version "1.2")
2220 ("GetCompressedTexImage" get-compressed-tex-image :return "void" :args
2221 ((:name |target| :type |TextureTarget| :direction :in)
2222 (:name |level| :type |CheckedInt32| :direction :in)
2223 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
2224 (|target| |level|)))
2225 :category "VERSION_1_3" :deprecated nil :version "1.3")
2226 ("CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void" :args
2227 ((:name |target| :type |TextureTarget| :direction :in)
2228 (:name |level| :type |CheckedInt32| :direction :in)
2229 (:name |xoffset| :type |CheckedInt32| :direction :in)
2230 (:name |width| :type |SizeI| :direction :in)
2231 (:name |format| :type |PixelFormat| :direction :in)
2232 (:name |imageSize| :type |SizeI| :direction :in)
2233 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2234 imagesize))
2235 :category "VERSION_1_3" :deprecated nil :version "1.3")
2236 ("CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void" :args
2237 ((:name |target| :type |TextureTarget| :direction :in)
2238 (:name |level| :type |CheckedInt32| :direction :in)
2239 (:name |xoffset| :type |CheckedInt32| :direction :in)
2240 (:name |yoffset| :type |CheckedInt32| :direction :in)
2241 (:name |width| :type |SizeI| :direction :in)
2242 (:name |height| :type |SizeI| :direction :in)
2243 (:name |format| :type |PixelFormat| :direction :in)
2244 (:name |imageSize| :type |SizeI| :direction :in)
2245 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2246 imagesize))
2247 :category "VERSION_1_3" :deprecated nil :version "1.3")
2248 ("CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void" :args
2249 ((:name |target| :type |TextureTarget| :direction :in)
2250 (:name |level| :type |CheckedInt32| :direction :in)
2251 (:name |xoffset| :type |CheckedInt32| :direction :in)
2252 (:name |yoffset| :type |CheckedInt32| :direction :in)
2253 (:name |zoffset| :type |CheckedInt32| :direction :in)
2254 (:name |width| :type |SizeI| :direction :in)
2255 (:name |height| :type |SizeI| :direction :in)
2256 (:name |depth| :type |SizeI| :direction :in)
2257 (:name |format| :type |PixelFormat| :direction :in)
2258 (:name |imageSize| :type |SizeI| :direction :in)
2259 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2260 imagesize))
2261 :category "VERSION_1_3" :deprecated nil :version "1.3")
2262 ("CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
2263 ((:name |target| :type |TextureTarget| :direction :in)
2264 (:name |level| :type |CheckedInt32| :direction :in)
2265 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2266 (:name |width| :type |SizeI| :direction :in)
2267 (:name |border| :type |CheckedInt32| :direction :in)
2268 (:name |imageSize| :type |SizeI| :direction :in)
2269 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2270 imagesize))
2271 :category "VERSION_1_3" :deprecated nil :version "1.3")
2272 ("CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
2273 ((:name |target| :type |TextureTarget| :direction :in)
2274 (:name |level| :type |CheckedInt32| :direction :in)
2275 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2276 (:name |width| :type |SizeI| :direction :in)
2277 (:name |height| :type |SizeI| :direction :in)
2278 (:name |border| :type |CheckedInt32| :direction :in)
2279 (:name |imageSize| :type |SizeI| :direction :in)
2280 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2281 imagesize))
2282 :category "VERSION_1_3" :deprecated nil :version "1.3")
2283 ("CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
2284 ((:name |target| :type |TextureTarget| :direction :in)
2285 (:name |level| :type |CheckedInt32| :direction :in)
2286 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2287 (:name |width| :type |SizeI| :direction :in)
2288 (:name |height| :type |SizeI| :direction :in)
2289 (:name |depth| :type |SizeI| :direction :in)
2290 (:name |border| :type |CheckedInt32| :direction :in)
2291 (:name |imageSize| :type |SizeI| :direction :in)
2292 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2293 imagesize))
2294 :category "VERSION_1_3" :deprecated nil :version "1.3")
2295 ("SampleCoverage" sample-coverage :return "void" :args
2296 ((:name |value| :type |ClampedFloat32| :direction :in)
2297 (:name |invert| :type |Boolean| :direction :in))
2298 :category "VERSION_1_3" :deprecated nil :version "1.3")
2299 ("ActiveTexture" active-texture :return "void" :args
2300 ((:name |texture| :type |TextureUnit| :direction :in)) :category
2301 "VERSION_1_3" :deprecated nil :version "1.3")
2302 ("PointParameteriv" point-parameter-iv :return "void" :args
2303 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2304 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
2305 :category "VERSION_1_4" :deprecated nil :version "1.4")
2306 ("PointParameteri" point-parameter-i :return "void" :args
2307 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2308 (:name |param| :type |Int32| :direction :in))
2309 :category "VERSION_1_4" :deprecated nil :version "1.4")
2310 ("PointParameterfv" point-parameter-fv :return "void" :args
2311 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2312 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2313 (|pname|)))
2314 :category "VERSION_1_4" :deprecated nil :version "1.4")
2315 ("PointParameterf" point-parameter-f :return "void" :args
2316 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2317 (:name |param| :type |CheckedFloat32| :direction :in))
2318 :category "VERSION_1_4" :deprecated nil :version "1.4")
2319 ("MultiDrawElements" multi-draw-elements :return "void" :args
2320 ((:name |mode| :type |BeginMode| :direction :in)
2321 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
2322 (:name |type| :type |DrawElementsType| :direction :in)
2323 (:name |indices| :type |VoidPointer| :direction :in :array t :size
2324 (|primcount|))
2325 (:name |primcount| :type |SizeI| :direction :in))
2326 :category "VERSION_1_4" :deprecated nil :version "1.4")
2327 ("MultiDrawArrays" multi-draw-arrays :return "void" :args
2328 ((:name |mode| :type |BeginMode| :direction :in)
2329 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
2330 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
2331 (:name |primcount| :type |SizeI| :direction :in))
2332 :category "VERSION_1_4" :deprecated nil :version "1.4")
2333 ("BlendFuncSeparate" blend-func-separate :return "void" :args
2334 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
2335 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
2336 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
2337 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction
2338 :in))
2339 :category "VERSION_1_4" :deprecated nil :version "1.4")
2340 ("GetBufferPointerv" get-buffer-pointerv :return "void" :args
2341 ((:name |target| :type |BufferTargetARB| :direction :in)
2342 (:name |pname| :type |BufferPointerNameARB| :direction :in)
2343 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
2344 :category "VERSION_1_5" :deprecated nil :version "1.5")
2345 ("GetBufferParameteriv" get-buffer-parameter-iv :return "void" :args
2346 ((:name |target| :type |BufferTargetARB| :direction :in)
2347 (:name |pname| :type |BufferPNameARB| :direction :in)
2348 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2349 :category "VERSION_1_5" :deprecated nil :version "1.5")
2350 ("UnmapBuffer" unmap-buffer :return "Boolean" :args
2351 ((:name |target| :type |BufferTargetARB| :direction :in)) :category
2352 "VERSION_1_5" :deprecated nil :version "1.5")
2353 ("MapBuffer" map-buffer :return "VoidPointer" :args
2354 ((:name |target| :type |BufferTargetARB| :direction :in)
2355 (:name |access| :type |BufferAccessARB| :direction :in))
2356 :category "VERSION_1_5" :deprecated nil :version "1.5")
2357 ("GetBufferSubData" get-buffer-sub-data :return "void" :args
2358 ((:name |target| :type |BufferTargetARB| :direction :in)
2359 (:name |offset| :type |BufferOffset| :direction :in)
2360 (:name |size| :type |BufferSize| :direction :in)
2361 (:name |data| :type |Void| :direction :out :array t :size size))
2362 :category "VERSION_1_5" :deprecated nil :version "1.5")
2363 ("BufferSubData" buffer-sub-data :return "void" :args
2364 ((:name |target| :type |BufferTargetARB| :direction :in)
2365 (:name |offset| :type |BufferOffset| :direction :in)
2366 (:name |size| :type |BufferSize| :direction :in)
2367 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
2368 :category "VERSION_1_5" :deprecated nil :version "1.5")
2369 ("BufferData" buffer-data :return "void" :args
2370 ((:name |target| :type |BufferTargetARB| :direction :in)
2371 (:name |size| :type |BufferSize| :direction :in)
2372 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
2373 (:name |usage| :type |BufferUsageARB| :direction :in))
2374 :category "VERSION_1_5" :deprecated nil :version "1.5")
2375 ("IsBuffer" is-buffer :return "Boolean" :args
2376 ((:name |buffer| :type |UInt32| :direction :in)) :category "VERSION_1_5"
2377 :deprecated nil :version "1.5")
2378 ("GenBuffers" gen-buffers :return "void" :args
2379 ((:name |n| :type |SizeI| :direction :in)
2380 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
2381 :category "VERSION_1_5" :deprecated nil :version "1.5")
2382 ("DeleteBuffers" delete-buffers :return "void" :args
2383 ((:name |n| :type |SizeI| :direction :in)
2384 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
2385 :category "VERSION_1_5" :deprecated nil :version "1.5")
2386 ("BindBuffer" bind-buffer :return "void" :args
2387 ((:name |target| :type |BufferTargetARB| :direction :in)
2388 (:name |buffer| :type |UInt32| :direction :in))
2389 :category "VERSION_1_5" :deprecated nil :version "1.5")
2390 ("GetQueryObjectuiv" get-query-object-uiv :return "void" :args
2391 ((:name |id| :type |UInt32| :direction :in)
2392 (:name |pname| :type |GLenum| :direction :in)
2393 (:name |params| :type |UInt32| :direction :out :array t :size pname))
2394 :category "VERSION_1_5" :deprecated nil :version "1.5")
2395 ("GetQueryObjectiv" get-query-object-iv :return "void" :args
2396 ((:name |id| :type |UInt32| :direction :in)
2397 (:name |pname| :type |GLenum| :direction :in)
2398 (:name |params| :type |Int32| :direction :out :array t :size pname))
2399 :category "VERSION_1_5" :deprecated nil :version "1.5")
2400 ("GetQueryiv" get-query-iv :return "void" :args
2401 ((:name |target| :type |GLenum| :direction :in)
2402 (:name |pname| :type |GLenum| :direction :in)
2403 (:name |params| :type |Int32| :direction :out :array t :size pname))
2404 :category "VERSION_1_5" :deprecated nil :version "1.5")
2405 ("EndQuery" end-query :return "void" :args
2406 ((:name |target| :type |GLenum| :direction :in)) :category "VERSION_1_5"
2407 :deprecated nil :version "1.5")
2408 ("BeginQuery" begin-query :return "void" :args
2409 ((:name |target| :type |GLenum| :direction :in)
2410 (:name |id| :type |UInt32| :direction :in))
2411 :category "VERSION_1_5" :deprecated nil :version "1.5")
2412 ("IsQuery" is-query :return "Boolean" :args
2413 ((:name |id| :type |UInt32| :direction :in)) :category "VERSION_1_5"
2414 :deprecated nil :version "1.5")
2415 ("DeleteQueries" delete-queries :return "void" :args
2416 ((:name |n| :type |SizeI| :direction :in)
2417 (:name |ids| :type |UInt32| :direction :in :array t :size n))
2418 :category "VERSION_1_5" :deprecated nil :version "1.5")
2419 ("GenQueries" gen-queries :return "void" :args
2420 ((:name |n| :type |SizeI| :direction :in)
2421 (:name |ids| :type |UInt32| :direction :out :array t :size n))
2422 :category "VERSION_1_5" :deprecated nil :version "1.5")
2423 ("VertexAttribPointer" vertex-attrib-pointer :return "void" :args
2424 ((:name |index| :type |UInt32| :direction :in)
2425 (:name |size| :type |Int32| :direction :in)
2426 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
2427 (:name |normalized| :type |Boolean| :direction :in)
2428 (:name |stride| :type |SizeI| :direction :in)
2429 (:name |pointer| :type |Void| :direction :in :array t :size
2430 (|size| |type| |stride|) :retained t))
2431 :category "VERSION_2_0" :deprecated nil :version "2.0")
2432 ("ValidateProgram" validate-program :return "void" :args
2433 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2434 :deprecated nil :version "2.0")
2435 ("UniformMatrix4fv" uniform-matrix-4fv :return "void" :args
2436 ((:name |location| :type |Int32| :direction :in)
2437 (:name |count| :type |SizeI| :direction :in)
2438 (:name |transpose| :type |Boolean| :direction :in)
2439 (:name |value| :type |Float32| :direction :in :array t :size count))
2440 :category "VERSION_2_0" :deprecated nil :version "2.0")
2441 ("UniformMatrix3fv" uniform-matrix-3fv :return "void" :args
2442 ((:name |location| :type |Int32| :direction :in)
2443 (:name |count| :type |SizeI| :direction :in)
2444 (:name |transpose| :type |Boolean| :direction :in)
2445 (:name |value| :type |Float32| :direction :in :array t :size count))
2446 :category "VERSION_2_0" :deprecated nil :version "2.0")
2447 ("UniformMatrix2fv" uniform-matrix-2fv :return "void" :args
2448 ((:name |location| :type |Int32| :direction :in)
2449 (:name |count| :type |SizeI| :direction :in)
2450 (:name |transpose| :type |Boolean| :direction :in)
2451 (:name |value| :type |Float32| :direction :in :array t :size count))
2452 :category "VERSION_2_0" :deprecated nil :version "2.0")
2453 ("Uniform4iv" uniform-4iv :return "void" :args
2454 ((:name |location| :type |Int32| :direction :in)
2455 (:name |count| :type |SizeI| :direction :in)
2456 (:name |value| :type |Int32| :direction :in :array t :size count))
2457 :category "VERSION_2_0" :deprecated nil :version "2.0")
2458 ("Uniform3iv" uniform-3iv :return "void" :args
2459 ((:name |location| :type |Int32| :direction :in)
2460 (:name |count| :type |SizeI| :direction :in)
2461 (:name |value| :type |Int32| :direction :in :array t :size count))
2462 :category "VERSION_2_0" :deprecated nil :version "2.0")
2463 ("Uniform2iv" uniform-2iv :return "void" :args
2464 ((:name |location| :type |Int32| :direction :in)
2465 (:name |count| :type |SizeI| :direction :in)
2466 (:name |value| :type |Int32| :direction :in :array t :size count))
2467 :category "VERSION_2_0" :deprecated nil :version "2.0")
2468 ("Uniform1iv" uniform-1iv :return "void" :args
2469 ((:name |location| :type |Int32| :direction :in)
2470 (:name |count| :type |SizeI| :direction :in)
2471 (:name |value| :type |Int32| :direction :in :array t :size count))
2472 :category "VERSION_2_0" :deprecated nil :version "2.0")
2473 ("Uniform4fv" uniform-4fv :return "void" :args
2474 ((:name |location| :type |Int32| :direction :in)
2475 (:name |count| :type |SizeI| :direction :in)
2476 (:name |value| :type |Float32| :direction :in :array t :size count))
2477 :category "VERSION_2_0" :deprecated nil :version "2.0")
2478 ("Uniform3fv" uniform-3fv :return "void" :args
2479 ((:name |location| :type |Int32| :direction :in)
2480 (:name |count| :type |SizeI| :direction :in)
2481 (:name |value| :type |Float32| :direction :in :array t :size count))
2482 :category "VERSION_2_0" :deprecated nil :version "2.0")
2483 ("Uniform2fv" uniform-2fv :return "void" :args
2484 ((:name |location| :type |Int32| :direction :in)
2485 (:name |count| :type |SizeI| :direction :in)
2486 (:name |value| :type |Float32| :direction :in :array t :size count))
2487 :category "VERSION_2_0" :deprecated nil :version "2.0")
2488 ("Uniform1fv" uniform-1fv :return "void" :args
2489 ((:name |location| :type |Int32| :direction :in)
2490 (:name |count| :type |SizeI| :direction :in)
2491 (:name |value| :type |Float32| :direction :in :array t :size count))
2492 :category "VERSION_2_0" :deprecated nil :version "2.0")
2493 ("Uniform4i" uniform-4i :return "void" :args
2494 ((:name |location| :type |Int32| :direction :in)
2495 (:name |v0| :type |Int32| :direction :in)
2496 (:name |v1| :type |Int32| :direction :in)
2497 (:name |v2| :type |Int32| :direction :in)
2498 (:name |v3| :type |Int32| :direction :in))
2499 :category "VERSION_2_0" :deprecated nil :version "2.0")
2500 ("Uniform3i" uniform-3i :return "void" :args
2501 ((:name |location| :type |Int32| :direction :in)
2502 (:name |v0| :type |Int32| :direction :in)
2503 (:name |v1| :type |Int32| :direction :in)
2504 (:name |v2| :type |Int32| :direction :in))
2505 :category "VERSION_2_0" :deprecated nil :version "2.0")
2506 ("Uniform2i" uniform-2i :return "void" :args
2507 ((:name |location| :type |Int32| :direction :in)
2508 (:name |v0| :type |Int32| :direction :in)
2509 (:name |v1| :type |Int32| :direction :in))
2510 :category "VERSION_2_0" :deprecated nil :version "2.0")
2511 ("Uniform1i" uniform-1i :return "void" :args
2512 ((:name |location| :type |Int32| :direction :in)
2513 (:name |v0| :type |Int32| :direction :in))
2514 :category "VERSION_2_0" :deprecated nil :version "2.0")
2515 ("Uniform4f" uniform-4f :return "void" :args
2516 ((:name |location| :type |Int32| :direction :in)
2517 (:name |v0| :type |Float32| :direction :in)
2518 (:name |v1| :type |Float32| :direction :in)
2519 (:name |v2| :type |Float32| :direction :in)
2520 (:name |v3| :type |Float32| :direction :in))
2521 :category "VERSION_2_0" :deprecated nil :version "2.0")
2522 ("Uniform3f" uniform-3f :return "void" :args
2523 ((:name |location| :type |Int32| :direction :in)
2524 (:name |v0| :type |Float32| :direction :in)
2525 (:name |v1| :type |Float32| :direction :in)
2526 (:name |v2| :type |Float32| :direction :in))
2527 :category "VERSION_2_0" :deprecated nil :version "2.0")
2528 ("Uniform2f" uniform-2f :return "void" :args
2529 ((:name |location| :type |Int32| :direction :in)
2530 (:name |v0| :type |Float32| :direction :in)
2531 (:name |v1| :type |Float32| :direction :in))
2532 :category "VERSION_2_0" :deprecated nil :version "2.0")
2533 ("Uniform1f" uniform-1f :return "void" :args
2534 ((:name |location| :type |Int32| :direction :in)
2535 (:name |v0| :type |Float32| :direction :in))
2536 :category "VERSION_2_0" :deprecated nil :version "2.0")
2537 ("UseProgram" use-program :return "void" :args
2538 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2539 :deprecated nil :version "2.0")
2540 ("ShaderSource" shader-source :return "void" :args
2541 ((:name |shader| :type |UInt32| :direction :in)
2542 (:name |count| :type |SizeI| :direction :in)
2543 (:name |string| :type |CharPointer| :direction :in :array t :size count)
2544 (:name |length| :type |Int32| :direction :in :array t :size #x1))
2545 :category "VERSION_2_0" :deprecated nil :version "2.0")
2546 ("LinkProgram" link-program :return "void" :args
2547 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2548 :deprecated nil :version "2.0")
2549 ("IsShader" is-shader :return "Boolean" :args
2550 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2551 :deprecated nil :version "2.0")
2552 ("IsProgram" is-program :return "Boolean" :args
2553 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2554 :deprecated nil :version "2.0")
2555 ("GetVertexAttribPointerv" get-vertex-attrib-pointerv :return "void" :args
2556 ((:name |index| :type |UInt32| :direction :in)
2557 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
2558 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
2559 :category "VERSION_2_0" :deprecated nil :version "2.0")
2560 ("GetVertexAttribiv" get-vertex-attrib-iv :return "void" :args
2561 ((:name |index| :type |UInt32| :direction :in)
2562 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
2563 (:name |params| :type |Int32| :direction :out :array t :size #x4))
2564 :category "VERSION_2_0" :deprecated nil :version "2.0")
2565 ("GetVertexAttribfv" get-vertex-attrib-fv :return "void" :args
2566 ((:name |index| :type |UInt32| :direction :in)
2567 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
2568 (:name |params| :type |Float32| :direction :out :array t :size #x4))
2569 :category "VERSION_2_0" :deprecated nil :version "2.0")
2570 ("GetVertexAttribdv" get-vertex-attrib-dv :return "void" :args
2571 ((:name |index| :type |UInt32| :direction :in)
2572 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
2573 (:name |params| :type |Float64| :direction :out :array t :size #x4))
2574 :category "VERSION_2_0" :deprecated nil :version "2.0")
2575 ("GetUniformiv" get-uniform-iv :return "void" :args
2576 ((:name |program| :type |UInt32| :direction :in)
2577 (:name |location| :type |Int32| :direction :in)
2578 (:name |params| :type |Int32| :direction :out :array t :size (|location|)))
2579 :category "VERSION_2_0" :deprecated nil :version "2.0")
2580 ("GetUniformfv" get-uniform-fv :return "void" :args
2581 ((:name |program| :type |UInt32| :direction :in)
2582 (:name |location| :type |Int32| :direction :in)
2583 (:name |params| :type |Float32| :direction :out :array t :size
2584 (|location|)))
2585 :category "VERSION_2_0" :deprecated nil :version "2.0")
2586 ("GetUniformLocation" get-uniform-location :return "Int32" :args
2587 ((:name |program| :type |UInt32| :direction :in)
2588 (:name |name| :type |Char| :direction :in :array t))
2589 :category "VERSION_2_0" :deprecated nil :version "2.0")
2590 ("GetShaderSource" get-shader-source :return "void" :args
2591 ((:name |shader| :type |UInt32| :direction :in)
2592 (:name |bufSize| :type |SizeI| :direction :in)
2593 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2594 (:name |source| :type |Char| :direction :out :array t :size length))
2595 :category "VERSION_2_0" :deprecated nil :version "2.0")
2596 ("GetShaderInfoLog" get-shader-info-log :return "void" :args
2597 ((:name |shader| :type |UInt32| :direction :in)
2598 (:name |bufSize| :type |SizeI| :direction :in)
2599 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2600 (:name |infoLog| :type |Char| :direction :out :array t :size length))
2601 :category "VERSION_2_0" :deprecated nil :version "2.0")
2602 ("GetShaderiv" get-shader-iv :return "void" :args
2603 ((:name |shader| :type |UInt32| :direction :in)
2604 (:name |pname| :type |GLenum| :direction :in)
2605 (:name |params| :type |Int32| :direction :out :array t :size pname))
2606 :category "VERSION_2_0" :deprecated nil :version "2.0")
2607 ("GetProgramInfoLog" get-program-info-log :return "void" :args
2608 ((:name |program| :type |UInt32| :direction :in)
2609 (:name |bufSize| :type |SizeI| :direction :in)
2610 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2611 (:name |infoLog| :type |Char| :direction :out :array t :size length))
2612 :category "VERSION_2_0" :deprecated nil :version "2.0")
2613 ("GetProgramiv" get-program-iv :return "void" :args
2614 ((:name |program| :type |UInt32| :direction :in)
2615 (:name |pname| :type |GLenum| :direction :in)
2616 (:name |params| :type |Int32| :direction :out :array t :size pname))
2617 :category "VERSION_2_0" :deprecated nil :version "2.0")
2618 ("GetAttribLocation" get-attrib-location :return "Int32" :args
2619 ((:name |program| :type |UInt32| :direction :in)
2620 (:name |name| :type |Char| :direction :in :array t))
2621 :category "VERSION_2_0" :deprecated nil :version "2.0")
2622 ("GetAttachedShaders" get-attached-shaders :return "void" :args
2623 ((:name |program| :type |UInt32| :direction :in)
2624 (:name |maxCount| :type |SizeI| :direction :in)
2625 (:name |count| :type |SizeI| :direction :out :array t :size #x1)
2626 (:name |obj| :type |UInt32| :direction :out :array t :size count))
2627 :category "VERSION_2_0" :deprecated nil :version "2.0")
2628 ("GetActiveUniform" get-active-uniform :return "void" :args
2629 ((:name |program| :type |UInt32| :direction :in)
2630 (:name |index| :type |UInt32| :direction :in)
2631 (:name |bufSize| :type |SizeI| :direction :in)
2632 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2633 (:name |size| :type |Int32| :direction :out :array t :size #x1)
2634 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2635 (:name |name| :type |Char| :direction :out :array t))
2636 :category "VERSION_2_0" :deprecated nil :version "2.0")
2637 ("GetActiveAttrib" get-active-attrib :return "void" :args
2638 ((:name |program| :type |UInt32| :direction :in)
2639 (:name |index| :type |UInt32| :direction :in)
2640 (:name |bufSize| :type |SizeI| :direction :in)
2641 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2642 (:name |size| :type |Int32| :direction :out :array t :size #x1)
2643 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2644 (:name |name| :type |Char| :direction :out :array t))
2645 :category "VERSION_2_0" :deprecated nil :version "2.0")
2646 ("EnableVertexAttribArray" enable-vertex-attrib-array :return "void" :args
2647 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2648 :deprecated nil :version "2.0")
2649 ("DisableVertexAttribArray" disable-vertex-attrib-array :return "void" :args
2650 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2651 :deprecated nil :version "2.0")
2652 ("DetachShader" detach-shader :return "void" :args
2653 ((:name |program| :type |UInt32| :direction :in)
2654 (:name |shader| :type |UInt32| :direction :in))
2655 :category "VERSION_2_0" :deprecated nil :version "2.0")
2656 ("DeleteShader" delete-shader :return "void" :args
2657 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2658 :deprecated nil :version "2.0")
2659 ("DeleteProgram" delete-program :return "void" :args
2660 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2661 :deprecated nil :version "2.0")
2662 ("CreateShader" create-shader :return "UInt32" :args
2663 ((:name |type| :type |GLenum| :direction :in)) :category "VERSION_2_0"
2664 :deprecated nil :version "2.0")
2665 ("CreateProgram" create-program :return "UInt32" :args nil :category
2666 "VERSION_2_0" :deprecated nil :version "2.0")
2667 ("CompileShader" compile-shader :return "void" :args
2668 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
2669 :deprecated nil :version "2.0")
2670 ("BindAttribLocation" bind-attrib-location :return "void" :args
2671 ((:name |program| :type |UInt32| :direction :in)
2672 (:name |index| :type |UInt32| :direction :in)
2673 (:name |name| :type |Char| :direction :in :array t))
2674 :category "VERSION_2_0" :deprecated nil :version "2.0")
2675 ("AttachShader" attach-shader :return "void" :args
2676 ((:name |program| :type |UInt32| :direction :in)
2677 (:name |shader| :type |UInt32| :direction :in))
2678 :category "VERSION_2_0" :deprecated nil :version "2.0")
2679 ("StencilMaskSeparate" stencil-mask-separate :return "void" :args
2680 ((:name |face| :type |StencilFaceDirection| :direction :in)
2681 (:name |mask| :type |MaskedStencilValue| :direction :in))
2682 :category "VERSION_2_0" :deprecated nil :version "2.0")
2683 ("StencilFuncSeparate" stencil-func-separate :return "void" :args
2684 ((:name |face| :type |StencilFaceDirection| :direction :in)
2685 (:name |func| :type |StencilFunction| :direction :in)
2686 (:name |ref| :type |ClampedStencilValue| :direction :in)
2687 (:name |mask| :type |MaskedStencilValue| :direction :in))
2688 :category "VERSION_2_0" :deprecated nil :version "2.0")
2689 ("StencilOpSeparate" stencil-op-separate :return "void" :args
2690 ((:name |face| :type |StencilFaceDirection| :direction :in)
2691 (:name |sfail| :type |StencilOp| :direction :in)
2692 (:name |dpfail| :type |StencilOp| :direction :in)
2693 (:name |dppass| :type |StencilOp| :direction :in))
2694 :category "VERSION_2_0" :deprecated nil :version "2.0")
2695 ("DrawBuffers" draw-buffers :return "void" :args
2696 ((:name |n| :type |SizeI| :direction :in)
2697 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
2698 :category "VERSION_2_0" :deprecated nil :version "2.0")
2699 ("BlendEquationSeparate" blend-equation-separate :return "void" :args
2700 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
2701 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
2702 :category "VERSION_2_0" :deprecated nil :version "2.0")
2703 ("UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :args
2704 ((:name |location| :type |Int32| :direction :in)
2705 (:name |count| :type |SizeI| :direction :in)
2706 (:name |transpose| :type |Boolean| :direction :in)
2707 (:name |value| :type |Float32| :direction :in :array t :size #xC))
2708 :category "VERSION_2_1" :deprecated nil :version "2.1")
2709 ("UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
2710 ((:name |location| :type |Int32| :direction :in)
2711 (:name |count| :type |SizeI| :direction :in)
2712 (:name |transpose| :type |Boolean| :direction :in)
2713 (:name |value| :type |Float32| :direction :in :array t :size #xC))
2714 :category "VERSION_2_1" :deprecated nil :version "2.1")
2715 ("UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
2716 ((:name |location| :type |Int32| :direction :in)
2717 (:name |count| :type |SizeI| :direction :in)
2718 (:name |transpose| :type |Boolean| :direction :in)
2719 (:name |value| :type |Float32| :direction :in :array t :size #x8))
2720 :category "VERSION_2_1" :deprecated nil :version "2.1")
2721 ("UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
2722 ((:name |location| :type |Int32| :direction :in)
2723 (:name |count| :type |SizeI| :direction :in)
2724 (:name |transpose| :type |Boolean| :direction :in)
2725 (:name |value| :type |Float32| :direction :in :array t :size #x8))
2726 :category "VERSION_2_1" :deprecated nil :version "2.1")
2727 ("UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :args
2728 ((:name |location| :type |Int32| :direction :in)
2729 (:name |count| :type |SizeI| :direction :in)
2730 (:name |transpose| :type |Boolean| :direction :in)
2731 (:name |value| :type |Float32| :direction :in :array t :size #x6))
2732 :category "VERSION_2_1" :deprecated nil :version "2.1")
2733 ("UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
2734 ((:name |location| :type |Int32| :direction :in)
2735 (:name |count| :type |SizeI| :direction :in)
2736 (:name |transpose| :type |Boolean| :direction :in)
2737 (:name |value| :type |Float32| :direction :in :array t :size #x6))
2738 :category "VERSION_2_1" :deprecated nil :version "2.1")
2739 ("GetStringi" get-string-i :return "String" :args
2740 ((:name |name| :type |GLenum| :direction :in)
2741 (:name |index| :type |UInt32| :direction :in))
2742 :category "VERSION_3_0" :deprecated nil :version "3.0")
2743 ("ClearBufferfi" clear-bufferf-i :return "void" :args
2744 ((:name |buffer| :type |GLenum| :direction :in)
2745 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2746 (:name |depth| :type |Float32| :direction :in)
2747 (:name |stencil| :type |Int32| :direction :in))
2748 :category "VERSION_3_0" :deprecated nil :version "3.0")
2749 ("ClearBufferfv" clear-buffer-fv :return "void" :args
2750 ((:name |buffer| :type |GLenum| :direction :in)
2751 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2752 (:name |value| :type |Float32| :direction :in :array t :size (|buffer|)))
2753 :category "VERSION_3_0" :deprecated nil :version "3.0")
2754 ("ClearBufferuiv" clear-buffer-uiv :return "void" :args
2755 ((:name |buffer| :type |GLenum| :direction :in)
2756 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2757 (:name |value| :type |UInt32| :direction :in :array t :size (|buffer|)))
2758 :category "VERSION_3_0" :deprecated nil :version "3.0")
2759 ("ClearBufferiv" clear-buffer-iv :return "void" :args
2760 ((:name |buffer| :type |GLenum| :direction :in)
2761 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
2762 (:name |value| :type |Int32| :direction :in :array t :size (|buffer|)))
2763 :category "VERSION_3_0" :deprecated nil :version "3.0")
2764 ("GetTexParameterIuiv" get-tex-parameter-i-uiv :return "void" :args
2765 ((:name |target| :type |TextureTarget| :direction :in)
2766 (:name |pname| :type |GetTextureParameter| :direction :in)
2767 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
2768 :category "VERSION_3_0" :deprecated nil :version "3.0")
2769 ("GetTexParameterIiv" get-tex-parameter-i-iv :return "void" :args
2770 ((:name |target| :type |TextureTarget| :direction :in)
2771 (:name |pname| :type |GetTextureParameter| :direction :in)
2772 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2773 :category "VERSION_3_0" :deprecated nil :version "3.0")
2774 ("TexParameterIuiv" tex-parameter-i-uiv :return "void" :args
2775 ((:name |target| :type |TextureTarget| :direction :in)
2776 (:name |pname| :type |TextureParameterName| :direction :in)
2777 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
2778 :category "VERSION_3_0" :deprecated nil :version "3.0")
2779 ("TexParameterIiv" tex-parameter-i-iv :return "void" :args
2780 ((:name |target| :type |TextureTarget| :direction :in)
2781 (:name |pname| :type |TextureParameterName| :direction :in)
2782 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
2783 :category "VERSION_3_0" :deprecated nil :version "3.0")
2784 ("Uniform4uiv" uniform-4uiv :return "void" :args
2785 ((:name |location| :type |Int32| :direction :in)
2786 (:name |count| :type |SizeI| :direction :in)
2787 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
2788 :category "VERSION_3_0" :deprecated nil :version "3.0")
2789 ("Uniform3uiv" uniform-3uiv :return "void" :args
2790 ((:name |location| :type |Int32| :direction :in)
2791 (:name |count| :type |SizeI| :direction :in)
2792 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
2793 :category "VERSION_3_0" :deprecated nil :version "3.0")
2794 ("Uniform2uiv" uniform-2uiv :return "void" :args
2795 ((:name |location| :type |Int32| :direction :in)
2796 (:name |count| :type |SizeI| :direction :in)
2797 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
2798 :category "VERSION_3_0" :deprecated nil :version "3.0")
2799 ("Uniform1uiv" uniform-1uiv :return "void" :args
2800 ((:name |location| :type |Int32| :direction :in)
2801 (:name |count| :type |SizeI| :direction :in)
2802 (:name |value| :type |UInt32| :direction :in :array t :size count))
2803 :category "VERSION_3_0" :deprecated nil :version "3.0")
2804 ("Uniform4ui" uniform-4ui :return "void" :args
2805 ((:name |location| :type |Int32| :direction :in)
2806 (:name |v0| :type |UInt32| :direction :in)
2807 (:name |v1| :type |UInt32| :direction :in)
2808 (:name |v2| :type |UInt32| :direction :in)
2809 (:name |v3| :type |UInt32| :direction :in))
2810 :category "VERSION_3_0" :deprecated nil :version "3.0")
2811 ("Uniform3ui" uniform-3ui :return "void" :args
2812 ((:name |location| :type |Int32| :direction :in)
2813 (:name |v0| :type |UInt32| :direction :in)
2814 (:name |v1| :type |UInt32| :direction :in)
2815 (:name |v2| :type |UInt32| :direction :in))
2816 :category "VERSION_3_0" :deprecated nil :version "3.0")
2817 ("Uniform2ui" uniform-2ui :return "void" :args
2818 ((:name |location| :type |Int32| :direction :in)
2819 (:name |v0| :type |UInt32| :direction :in)
2820 (:name |v1| :type |UInt32| :direction :in))
2821 :category "VERSION_3_0" :deprecated nil :version "3.0")
2822 ("Uniform1ui" uniform-1ui :return "void" :args
2823 ((:name |location| :type |Int32| :direction :in)
2824 (:name |v0| :type |UInt32| :direction :in))
2825 :category "VERSION_3_0" :deprecated nil :version "3.0")
2826 ("GetFragDataLocation" get-frag-data-location :return "Int32" :args
2827 ((:name |program| :type |UInt32| :direction :in)
2828 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
2829 :category "VERSION_3_0" :deprecated nil :version "3.0")
2830 ("BindFragDataLocation" bind-frag-data-location :return "void" :args
2831 ((:name |program| :type |UInt32| :direction :in)
2832 (:name |color| :type |UInt32| :direction :in)
2833 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
2834 :category "VERSION_3_0" :deprecated nil :version "3.0")
2835 ("GetUniformuiv" get-uniform-uiv :return "void" :args
2836 ((:name |program| :type |UInt32| :direction :in)
2837 (:name |location| :type |Int32| :direction :in)
2838 (:name |params| :type |UInt32| :direction :out :array t :size
2839 (|program| |location|)))
2840 :category "VERSION_3_0" :deprecated nil :version "3.0")
2841 ("GetVertexAttribIuiv" get-vertex-attrib-i-uiv :return "void" :args
2842 ((:name |index| :type |UInt32| :direction :in)
2843 (:name |pname| :type |VertexAttribEnum| :direction :in)
2844 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
2845 :category "VERSION_3_0" :deprecated nil :version "3.0")
2846 ("GetVertexAttribIiv" get-vertex-attrib-i-iv :return "void" :args
2847 ((:name |index| :type |UInt32| :direction :in)
2848 (:name |pname| :type |VertexAttribEnum| :direction :in)
2849 (:name |params| :type |Int32| :direction :out :array t :size #x1))
2850 :category "VERSION_3_0" :deprecated nil :version "3.0")
2851 ("VertexAttribIPointer" vertex-attrib-ipointer :return "void" :args
2852 ((:name |index| :type |UInt32| :direction :in)
2853 (:name |size| :type |Int32| :direction :in)
2854 (:name |type| :type |VertexAttribEnum| :direction :in)
2855 (:name |stride| :type |SizeI| :direction :in)
2856 (:name |pointer| :type |Void| :direction :in :array t :size
2857 (|size| |type| |stride|) :retained t))
2858 :category "VERSION_3_0" :deprecated nil :version "3.0")
2859 ("EndConditionalRender" end-conditional-render :return "void" :args nil
2860 :category "VERSION_3_0" :deprecated nil :version "3.0")
2861 ("BeginConditionalRender" begin-conditional-render :return "void" :args
2862 ((:name |id| :type |UInt32| :direction :in)
2863 (:name |mode| :type |TypeEnum| :direction :in))
2864 :category "VERSION_3_0" :deprecated nil :version "3.0")
2865 ("ClampColor" clamp-color :return "void" :args
2866 ((:name |target| :type |ClampColorTargetARB| :direction :in)
2867 (:name |clamp| :type |ClampColorModeARB| :direction :in))
2868 :category "VERSION_3_0" :deprecated nil :version "3.0")
2869 ("GetTransformFeedbackVarying" get-transform-feedback-varying :return "void"
2870 :args
2871 ((:name |program| :type |UInt32| :direction :in)
2872 (:name |index| :type |UInt32| :direction :in)
2873 (:name |bufSize| :type |SizeI| :direction :in)
2874 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
2875 (:name |size| :type |SizeI| :direction :out :array t :size #x1)
2876 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
2877 (:name |name| :type |Char| :direction :out :array t :size (|length|)))
2878 :category "VERSION_3_0" :deprecated nil :version "3.0")
2879 ("TransformFeedbackVaryings" transform-feedback-varyings :return "void" :args
2880 ((:name |program| :type |UInt32| :direction :in)
2881 (:name |count| :type |SizeI| :direction :in)
2882 (:name |varyings| :type |CharPointer| :direction :in :array t :size count)
2883 (:name |bufferMode| :type |GLenum| :direction :in))
2884 :category "VERSION_3_0" :deprecated nil :version "3.0")
2885 ("BindBufferBase" bind-buffer-base :return "void" :args
2886 ((:name |target| :type |GLenum| :direction :in)
2887 (:name |index| :type |UInt32| :direction :in)
2888 (:name |buffer| :type |UInt32| :direction :in))
2889 :category "VERSION_3_0" :deprecated nil :version "3.0")
2890 ("BindBufferRange" bind-buffer-range :return "void" :args
2891 ((:name |target| :type |GLenum| :direction :in)
2892 (:name |index| :type |UInt32| :direction :in)
2893 (:name |buffer| :type |UInt32| :direction :in)
2894 (:name |offset| :type |BufferOffset| :direction :in)
2895 (:name |size| :type |BufferSize| :direction :in))
2896 :category "VERSION_3_0" :deprecated nil :version "3.0")
2897 ("EndTransformFeedback" end-transform-feedback :return "void" :args nil
2898 :category "VERSION_3_0" :deprecated nil :version "3.0")
2899 ("BeginTransformFeedback" begin-transform-feedback :return "void" :args
2900 ((:name |primitiveMode| :type |GLenum| :direction :in)) :category
2901 "VERSION_3_0" :deprecated nil :version "3.0")
2902 ("IsEnabledi" is-enabled-i :return "Boolean" :args
2903 ((:name |target| :type |GLenum| :direction :in)
2904 (:name |index| :type |UInt32| :direction :in))
2905 :category "VERSION_3_0" :deprecated nil :version "3.0")
2906 ("Disablei" disable-i :return "void" :args
2907 ((:name |target| :type |GLenum| :direction :in)
2908 (:name |index| :type |UInt32| :direction :in))
2909 :category "VERSION_3_0" :deprecated nil :version "3.0")
2910 ("Enablei" enable-i :return "void" :args
2911 ((:name |target| :type |GLenum| :direction :in)
2912 (:name |index| :type |UInt32| :direction :in))
2913 :category "VERSION_3_0" :deprecated nil :version "3.0")
2914 ("GetIntegeri_v" get-integeri_v :return "void" :args
2915 ((:name |target| :type |GLenum| :direction :in)
2916 (:name |index| :type |UInt32| :direction :in)
2917 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
2918 :category "VERSION_3_0" :deprecated nil :version "3.0")
2919 ("GetBooleani_v" get-booleani_v :return "void" :args
2920 ((:name |target| :type |GLenum| :direction :in)
2921 (:name |index| :type |UInt32| :direction :in)
2922 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
2923 :category "VERSION_3_0" :deprecated nil :version "3.0")
2924 ("ColorMaski" color-mask-i :return "void" :args
2925 ((:name |index| :type |UInt32| :direction :in)
2926 (:name |r| :type |Boolean| :direction :in)
2927 (:name |g| :type |Boolean| :direction :in)
2928 (:name |b| :type |Boolean| :direction :in)
2929 (:name |a| :type |Boolean| :direction :in))
2930 :category "VERSION_3_0" :deprecated nil :version "3.0")
2931 ("PrimitiveRestartIndex" primitive-restart-index :return "void" :args
2932 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_3_1"
2933 :deprecated nil :version "3.1")
2934 ("TexBuffer" tex-buffer :return "void" :args
2935 ((:name |target| :type |TextureTarget| :direction :in)
2936 (:name |internalformat| :type |GLenum| :direction :in)
2937 (:name |buffer| :type |UInt32| :direction :in))
2938 :category "VERSION_3_1" :deprecated nil :version "3.1")
2939 ("DrawElementsInstanced" draw-elements-instanced :return "void" :args
2940 ((:name |mode| :type |BeginMode| :direction :in)
2941 (:name |count| :type |SizeI| :direction :in)
2942 (:name |type| :type |DrawElementsType| :direction :in)
2943 (:name |indices| :type |Void| :direction :in :array t :size
2944 (|count| |type|))
2945 (:name |primcount| :type |SizeI| :direction :in))
2946 :category "VERSION_3_1" :deprecated nil :version "3.1")
2947 ("DrawArraysInstanced" draw-arrays-instanced :return "void" :args
2948 ((:name |mode| :type |BeginMode| :direction :in)
2949 (:name |first| :type |Int32| :direction :in)
2950 (:name |count| :type |SizeI| :direction :in)
2951 (:name |primcount| :type |SizeI| :direction :in))
2952 :category "VERSION_3_1" :deprecated nil :version "3.1")))