Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-version_4_0.lisp
blobf508dd9387f7ffa9260e44e22edc6c23772517a6
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_4_0
7 (eval-when (:load-toplevel)
8 (when
9 (and (boundp '*version-loaded*) (not (eq 'version_4_0 *version-loaded*)))
10 (warn
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_4_0 *version-loaded*))
13 (defparameter *version-loaded* 'version_4_0))
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 +max-elements-vertices+ #x80E8)
39 (defconstant +max-elements-indices+ #x80E9)
40 (defconstant +texture-min-lod+ #x813A)
41 (defconstant +texture-max-lod+ #x813B)
42 (defconstant +texture-base-level+ #x813C)
43 (defconstant +texture-max-level+ #x813D)
44 (defconstant +multisample+ #x809D)
45 (defconstant +sample-alpha-to-coverage+ #x809E)
46 (defconstant +sample-alpha-to-one+ #x809F)
47 (defconstant +sample-coverage+ #x80A0)
48 (defconstant +sample-buffers+ #x80A8)
49 (defconstant +samples+ #x80A9)
50 (defconstant +sample-coverage-value+ #x80AA)
51 (defconstant +sample-coverage-invert+ #x80AB)
52 (defconstant +texture-cube-map+ #x8513)
53 (defconstant +texture-binding-cube-map+ #x8514)
54 (defconstant +texture-cube-map-positive-x+ #x8515)
55 (defconstant +texture-cube-map-negative-x+ #x8516)
56 (defconstant +texture-cube-map-positive-y+ #x8517)
57 (defconstant +texture-cube-map-negative-y+ #x8518)
58 (defconstant +texture-cube-map-positive-z+ #x8519)
59 (defconstant +texture-cube-map-negative-z+ #x851A)
60 (defconstant +proxy-texture-cube-map+ #x851B)
61 (defconstant +max-cube-map-texture-size+ #x851C)
62 (defconstant +compressed-rgb+ #x84ED)
63 (defconstant +compressed-rgba+ #x84EE)
64 (defconstant +texture-compression-hint+ #x84EF)
65 (defconstant +texture-compressed-image-size+ #x86A0)
66 (defconstant +texture-compressed+ #x86A1)
67 (defconstant +num-compressed-texture-formats+ #x86A2)
68 (defconstant +compressed-texture-formats+ #x86A3)
69 (defconstant +clamp-to-border+ #x812D)
70 (defconstant +incr-wrap+ #x8507)
71 (defconstant +decr-wrap+ #x8508)
72 (defconstant +texture-depth-size+ #x884A)
73 (defconstant +buffer-size+ #x8764)
74 (defconstant +buffer-usage+ #x8765)
75 (defconstant +query-counter-bits+ #x8864)
76 (defconstant +current-query+ #x8865)
77 (defconstant +query-result+ #x8866)
78 (defconstant +query-result-available+ #x8867)
79 (defconstant +array-buffer+ #x8892)
80 (defconstant +element-array-buffer+ #x8893)
81 (defconstant +array-buffer-binding+ #x8894)
82 (defconstant +element-array-buffer-binding+ #x8895)
83 (defconstant +vertex-attrib-array-buffer-binding+ #x889F)
84 (defconstant +read-only+ #x88B8)
85 (defconstant +buffer-access+ #x88BB)
86 (defconstant +buffer-mapped+ #x88BC)
87 (defconstant +buffer-map-pointer+ #x88BD)
88 (defconstant +stream-draw+ #x88E0)
89 (defconstant +stream-read+ #x88E1)
90 (defconstant +stream-copy+ #x88E2)
91 (defconstant +static-draw+ #x88E4)
92 (defconstant +static-read+ #x88E5)
93 (defconstant +static-copy+ #x88E6)
94 (defconstant +dynamic-draw+ #x88E8)
95 (defconstant +dynamic-read+ #x88E9)
96 (defconstant +dynamic-copy+ #x88EA)
97 (defconstant +samples-passed+ #x8914)
98 (defconstant +current-program+ #x8B8D)
99 (defconstant +point-sprite-coord-origin+ #x8CA0)
100 (defconstant +lower-left+ #x8CA1)
101 (defconstant +upper-left+ #x8CA2)
102 (defconstant +stencil-back-ref+ #x8CA3)
103 (defconstant +stencil-back-value-mask+ #x8CA4)
104 (defconstant +stencil-back-writemask+ #x8CA5)
105 (defconstant +blend-equation-rgb+ #x8009)
106 (defconstant +stencil-back-func+ #x8800)
107 (defconstant +stencil-back-fail+ #x8801)
108 (defconstant +stencil-back-pass-depth-fail+ #x8802)
109 (defconstant +stencil-back-pass-depth-pass+ #x8803)
110 (defconstant +max-draw-buffers+ #x8824)
111 (defconstant +draw-buffer0+ #x8825)
112 (defconstant +draw-buffer1+ #x8826)
113 (defconstant +draw-buffer2+ #x8827)
114 (defconstant +draw-buffer3+ #x8828)
115 (defconstant +draw-buffer4+ #x8829)
116 (defconstant +draw-buffer5+ #x882A)
117 (defconstant +draw-buffer6+ #x882B)
118 (defconstant +draw-buffer7+ #x882C)
119 (defconstant +draw-buffer8+ #x882D)
120 (defconstant +draw-buffer9+ #x882E)
121 (defconstant +draw-buffer10+ #x882F)
122 (defconstant +draw-buffer11+ #x8830)
123 (defconstant +draw-buffer12+ #x8831)
124 (defconstant +draw-buffer13+ #x8832)
125 (defconstant +draw-buffer14+ #x8833)
126 (defconstant +draw-buffer15+ #x8834)
127 (defconstant +blend-equation-alpha+ #x883D)
128 (defconstant +max-vertex-attribs+ #x8869)
129 (defconstant +vertex-attrib-array-normalized+ #x886A)
130 (defconstant +current-program+ #x8B8D)
131 (defconstant +point-sprite-coord-origin+ #x8CA0)
132 (defconstant +lower-left+ #x8CA1)
133 (defconstant +upper-left+ #x8CA2)
134 (defconstant +stencil-back-ref+ #x8CA3)
135 (defconstant +stencil-back-value-mask+ #x8CA4)
136 (defconstant +stencil-back-writemask+ #x8CA5)
137 (defconstant +pixel-pack-buffer+ #x88EB)
138 (defconstant +pixel-unpack-buffer+ #x88EC)
139 (defconstant +pixel-pack-buffer-binding+ #x88ED)
140 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
141 (defconstant +pixel-pack-buffer+ #x88EB)
142 (defconstant +pixel-unpack-buffer+ #x88EC)
143 (defconstant +pixel-pack-buffer-binding+ #x88ED)
144 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
145 (defconstant +map-read-bit+ #x1)
146 (defconstant +map-write-bit+ #x2)
147 (defconstant +map-invalidate-range-bit+ #x4)
148 (defconstant +map-invalidate-buffer-bit+ #x8)
149 (defconstant +map-flush-explicit-bit+ #x10)
150 (defconstant +map-unsynchronized-bit+ #x20)
151 (defconstant +context-flag-forward-compatible-bit+ #x1)
152 (defconstant +invalid-framebuffer-operation+ #x506)
153 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
154 (defconstant +framebuffer-attachment-component-type+ #x8211)
155 (defconstant +framebuffer-attachment-red-size+ #x8212)
156 (defconstant +framebuffer-attachment-green-size+ #x8213)
157 (defconstant +framebuffer-attachment-blue-size+ #x8214)
158 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
159 (defconstant +framebuffer-attachment-depth-size+ #x8216)
160 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
161 (defconstant +framebuffer-default+ #x8218)
162 (defconstant +framebuffer-undefined+ #x8219)
163 (defconstant +depth-stencil-attachment+ #x821A)
164 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
165 (defconstant +framebuffer-attachment-component-type+ #x8211)
166 (defconstant +framebuffer-attachment-red-size+ #x8212)
167 (defconstant +framebuffer-attachment-green-size+ #x8213)
168 (defconstant +framebuffer-attachment-blue-size+ #x8214)
169 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
170 (defconstant +framebuffer-attachment-depth-size+ #x8216)
171 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
172 (defconstant +framebuffer-default+ #x8218)
173 (defconstant +framebuffer-undefined+ #x8219)
174 (defconstant +depth-stencil-attachment+ #x821A)
175 (defconstant +major-version+ #x821B)
176 (defconstant +minor-version+ #x821C)
177 (defconstant +num-extensions+ #x821D)
178 (defconstant +context-flags+ #x821E)
179 (defconstant +depth-buffer+ #x8223)
180 (defconstant +stencil-buffer+ #x8224)
181 (defconstant +compressed-red+ #x8225)
182 (defconstant +compressed-rg+ #x8226)
183 (defconstant +max-renderbuffer-size+ #x84E8)
184 (defconstant +max-renderbuffer-size+ #x84E8)
185 (defconstant +max-renderbuffer-size-ext+ #x84E8)
186 (defconstant +max-renderbuffer-size-oes+ #x84E8)
187 (defconstant +compressed-rgb+ #x84ED)
188 (defconstant +compressed-rgba+ #x84EE)
189 (defconstant +texture-compression-hint+ #x84EF)
190 (defconstant +texture-compressed-image-size+ #x86A0)
191 (defconstant +texture-compressed+ #x86A1)
192 (defconstant +num-compressed-texture-formats+ #x86A2)
193 (defconstant +compressed-texture-formats+ #x86A3)
194 (defconstant +depth-stencil+ #x84F9)
195 (defconstant +unsigned-int-24-8+ #x84FA)
196 (defconstant +depth-stencil+ #x84F9)
197 (defconstant +unsigned-int-24-8+ #x84FA)
198 (defconstant +vertex-array-binding+ #x85B5)
199 (defconstant +vertex-array-binding+ #x85B5)
200 (defconstant +rgba32f+ #x8814)
201 (defconstant +rgba16f+ #x881A)
202 (defconstant +rgb16f+ #x881B)
203 (defconstant +depth24-stencil8+ #x88F0)
204 (defconstant +texture-stencil-size+ #x88F1)
205 (defconstant +depth24-stencil8+ #x88F0)
206 (defconstant +texture-stencil-size+ #x88F1)
207 (defconstant +depth24-stencil8-oes+ #x88F0)
208 (defconstant +vertex-attrib-array-integer+ #x88FD)
209 (defconstant +max-array-texture-layers+ #x88FF)
210 (defconstant +min-program-texel-offset+ #x8904)
211 (defconstant +max-program-texel-offset+ #x8905)
212 (defconstant +clamp-read-color+ #x891C)
213 (defconstant +fixed-only+ #x891D)
214 (defconstant +clamp-vertex-color-arb+ #x891A)
215 (defconstant +clamp-fragment-color-arb+ #x891B)
216 (defconstant +clamp-read-color-arb+ #x891C)
217 (defconstant +fixed-only-arb+ #x891D)
218 (defconstant +max-varying-components+ #x8B4B)
219 (defconstant +max-varying-components+ :unable-to-resolve)
220 (defconstant +max-varying-components-ext+ #x8B4B)
221 (defconstant +texture-red-type+ #x8C10)
222 (defconstant +texture-green-type+ #x8C11)
223 (defconstant +texture-blue-type+ #x8C12)
224 (defconstant +texture-alpha-type+ #x8C13)
225 (defconstant +texture-depth-type+ #x8C16)
226 (defconstant +unsigned-normalized+ #x8C17)
227 (defconstant +texture-red-type+ #x8C10)
228 (defconstant +texture-green-type+ #x8C11)
229 (defconstant +texture-blue-type+ #x8C12)
230 (defconstant +texture-alpha-type+ #x8C13)
231 (defconstant +texture-depth-type+ #x8C16)
232 (defconstant +unsigned-normalized+ #x8C17)
233 (defconstant +texture-1d-array+ #x8C18)
234 (defconstant +proxy-texture-1d-array+ #x8C19)
235 (defconstant +texture-2d-array+ #x8C1A)
236 (defconstant +proxy-texture-2d-array+ #x8C1B)
237 (defconstant +texture-binding-1d-array+ #x8C1C)
238 (defconstant +texture-binding-2d-array+ #x8C1D)
239 (defconstant +r11f-g11f-b10f+ #x8C3A)
240 (defconstant +unsigned-int-10f-11f-11f-rev+ #x8C3B)
241 (defconstant +rgb9-e5+ #x8C3D)
242 (defconstant +unsigned-int-5-9-9-9-rev+ #x8C3E)
243 (defconstant +texture-shared-size+ #x8C3F)
244 (defconstant +framebuffer-binding+ #x8CA6)
245 (defconstant +draw-framebuffer-binding+ #x8CA6)
246 (defconstant +renderbuffer-binding+ #x8CA7)
247 (defconstant +framebuffer-binding+ #x8CA6)
248 (defconstant +draw-framebuffer-binding+ #x8CA6)
249 (defconstant +renderbuffer-binding+ #x8CA7)
250 (defconstant +framebuffer-binding-ext+ #x8CA6)
251 (defconstant +renderbuffer-binding-ext+ #x8CA7)
252 (defconstant +draw-framebuffer-binding-ext+ #x8CA6)
253 (defconstant +framebuffer-binding-oes+ #x8CA6)
254 (defconstant +renderbuffer-binding-oes+ #x8CA7)
255 (defconstant +framebuffer-binding-angle+ #x8CA6)
256 (defconstant +renderbuffer-binding-angle+ #x8CA7)
257 (defconstant +read-framebuffer+ #x8CA8)
258 (defconstant +draw-framebuffer+ #x8CA9)
259 (defconstant +read-framebuffer-binding+ #x8CAA)
260 (defconstant +read-framebuffer+ #x8CA8)
261 (defconstant +draw-framebuffer+ #x8CA9)
262 (defconstant +read-framebuffer-binding+ #x8CAA)
263 (defconstant +read-framebuffer-angle+ #x8CA8)
264 (defconstant +draw-framebuffer-angle+ #x8CA9)
265 (defconstant +renderbuffer-samples+ #x8CAB)
266 (defconstant +renderbuffer-samples+ #x8CAB)
267 (defconstant +renderbuffer-samples-angle+ #x8CAB)
268 (defconstant +framebuffer-attachment-object-type+ #x8CD0)
269 (defconstant +framebuffer-attachment-object-type-ext+ #x8CD0)
270 (defconstant +framebuffer-attachment-object-name+ #x8CD1)
271 (defconstant +framebuffer-attachment-object-name-ext+ #x8CD1)
272 (defconstant +framebuffer-attachment-texture-level+ #x8CD2)
273 (defconstant +framebuffer-attachment-texture-level-ext+ #x8CD2)
274 (defconstant +framebuffer-attachment-texture-cube-map-face+ #x8CD3)
275 (defconstant +framebuffer-attachment-texture-cube-map-face-ext+ #x8CD3)
276 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
277 (defconstant +framebuffer-attachment-texture-3d-zoffset-ext+ #x8CD4)
278 (defconstant +framebuffer-complete+ #x8CD5)
279 (defconstant +framebuffer-complete-ext+ #x8CD5)
280 (defconstant +framebuffer-incomplete-attachment+ #x8CD6)
281 (defconstant +framebuffer-incomplete-attachment-ext+ #x8CD6)
282 (defconstant +framebuffer-incomplete-missing-attachment+ #x8CD7)
283 (defconstant +framebuffer-incomplete-missing-attachment-ext+ #x8CD7)
284 (defconstant +framebuffer-incomplete-dimensions-ext+ #x8CD9)
285 (defconstant +framebuffer-incomplete-formats-ext+ #x8CDA)
286 (defconstant +framebuffer-incomplete-draw-buffer+ #x8CDB)
287 (defconstant +framebuffer-incomplete-draw-buffer-ext+ #x8CDB)
288 (defconstant +framebuffer-incomplete-read-buffer+ #x8CDC)
289 (defconstant +framebuffer-incomplete-read-buffer-ext+ #x8CDC)
290 (defconstant +framebuffer-unsupported+ #x8CDD)
291 (defconstant +framebuffer-unsupported-ext+ #x8CDD)
292 (defconstant +max-color-attachments+ #x8CDF)
293 (defconstant +max-color-attachments-ext+ #x8CDF)
294 (defconstant +color-attachment0+ #x8CE0)
295 (defconstant +color-attachment0-ext+ #x8CE0)
296 (defconstant +color-attachment1+ #x8CE1)
297 (defconstant +color-attachment1-ext+ #x8CE1)
298 (defconstant +color-attachment2+ #x8CE2)
299 (defconstant +color-attachment2-ext+ #x8CE2)
300 (defconstant +color-attachment3+ #x8CE3)
301 (defconstant +color-attachment3-ext+ #x8CE3)
302 (defconstant +color-attachment4+ #x8CE4)
303 (defconstant +color-attachment4-ext+ #x8CE4)
304 (defconstant +color-attachment5+ #x8CE5)
305 (defconstant +color-attachment5-ext+ #x8CE5)
306 (defconstant +color-attachment6+ #x8CE6)
307 (defconstant +color-attachment6-ext+ #x8CE6)
308 (defconstant +color-attachment7+ #x8CE7)
309 (defconstant +color-attachment7-ext+ #x8CE7)
310 (defconstant +color-attachment8+ #x8CE8)
311 (defconstant +color-attachment8-ext+ #x8CE8)
312 (defconstant +color-attachment9+ #x8CE9)
313 (defconstant +color-attachment9-ext+ #x8CE9)
314 (defconstant +color-attachment10+ #x8CEA)
315 (defconstant +color-attachment10-ext+ #x8CEA)
316 (defconstant +color-attachment11+ #x8CEB)
317 (defconstant +color-attachment11-ext+ #x8CEB)
318 (defconstant +color-attachment12+ #x8CEC)
319 (defconstant +color-attachment12-ext+ #x8CEC)
320 (defconstant +color-attachment13+ #x8CED)
321 (defconstant +color-attachment13-ext+ #x8CED)
322 (defconstant +color-attachment14+ #x8CEE)
323 (defconstant +color-attachment14-ext+ #x8CEE)
324 (defconstant +color-attachment15+ #x8CEF)
325 (defconstant +color-attachment15-ext+ #x8CEF)
326 (defconstant +depth-attachment+ #x8D00)
327 (defconstant +depth-attachment-ext+ #x8D00)
328 (defconstant +stencil-attachment+ #x8D20)
329 (defconstant +stencil-attachment-ext+ #x8D20)
330 (defconstant +framebuffer+ #x8D40)
331 (defconstant +framebuffer-ext+ #x8D40)
332 (defconstant +renderbuffer+ #x8D41)
333 (defconstant +renderbuffer-ext+ #x8D41)
334 (defconstant +renderbuffer-width+ #x8D42)
335 (defconstant +renderbuffer-width-ext+ #x8D42)
336 (defconstant +renderbuffer-height+ #x8D43)
337 (defconstant +renderbuffer-height-ext+ #x8D43)
338 (defconstant +renderbuffer-internal-format+ #x8D44)
339 (defconstant +renderbuffer-internal-format-ext+ #x8D44)
340 (defconstant +stencil-index1+ #x8D46)
341 (defconstant +stencil-index1-ext+ #x8D46)
342 (defconstant +stencil-index4+ #x8D47)
343 (defconstant +stencil-index4-ext+ #x8D47)
344 (defconstant +stencil-index8+ #x8D48)
345 (defconstant +stencil-index8-ext+ #x8D48)
346 (defconstant +stencil-index16+ #x8D49)
347 (defconstant +stencil-index16-ext+ #x8D49)
348 (defconstant +renderbuffer-red-size+ #x8D50)
349 (defconstant +renderbuffer-red-size-ext+ #x8D50)
350 (defconstant +renderbuffer-green-size+ #x8D51)
351 (defconstant +renderbuffer-green-size-ext+ #x8D51)
352 (defconstant +renderbuffer-blue-size+ #x8D52)
353 (defconstant +renderbuffer-blue-size-ext+ #x8D52)
354 (defconstant +renderbuffer-alpha-size+ #x8D53)
355 (defconstant +renderbuffer-alpha-size-ext+ #x8D53)
356 (defconstant +renderbuffer-depth-size+ #x8D54)
357 (defconstant +renderbuffer-depth-size-ext+ #x8D54)
358 (defconstant +renderbuffer-stencil-size+ #x8D55)
359 (defconstant +renderbuffer-stencil-size-ext+ #x8D55)
360 (defconstant +framebuffer-attachment-texture-3d-zoffset-oes+ #x8CD4)
361 (defconstant +framebuffer-attachment-object-type-oes+ #x8CD0)
362 (defconstant +framebuffer-attachment-object-name-oes+ #x8CD1)
363 (defconstant +framebuffer-attachment-texture-level-oes+ #x8CD2)
364 (defconstant +framebuffer-attachment-texture-cube-map-face-oes+ #x8CD3)
365 (defconstant +framebuffer-attachment-texture-3d-zoffset-oes+ #x8CD4)
366 (defconstant +framebuffer-complete-oes+ #x8CD5)
367 (defconstant +framebuffer-incomplete-attachment-oes+ #x8CD6)
368 (defconstant +framebuffer-incomplete-missing-attachment-oes+ #x8CD7)
369 (defconstant +framebuffer-incomplete-dimensions-oes+ #x8CD9)
370 (defconstant +framebuffer-incomplete-formats-oes+ #x8CDA)
371 (defconstant +framebuffer-incomplete-draw-buffer-oes+ #x8CDB)
372 (defconstant +framebuffer-incomplete-read-buffer-oes+ #x8CDC)
373 (defconstant +framebuffer-unsupported-oes+ #x8CDD)
374 (defconstant +color-attachment0-oes+ #x8CE0)
375 (defconstant +depth-attachment-oes+ #x8D00)
376 (defconstant +stencil-attachment-oes+ #x8D20)
377 (defconstant +framebuffer-oes+ #x8D40)
378 (defconstant +renderbuffer-oes+ #x8D41)
379 (defconstant +renderbuffer-width-oes+ #x8D42)
380 (defconstant +renderbuffer-height-oes+ #x8D43)
381 (defconstant +renderbuffer-internal-format-oes+ #x8D44)
382 (defconstant +stencil-index1-oes+ #x8D46)
383 (defconstant +stencil-index4-oes+ #x8D47)
384 (defconstant +stencil-index8-oes+ #x8D48)
385 (defconstant +renderbuffer-red-size-oes+ #x8D50)
386 (defconstant +renderbuffer-green-size-oes+ #x8D51)
387 (defconstant +renderbuffer-blue-size-oes+ #x8D52)
388 (defconstant +renderbuffer-alpha-size-oes+ #x8D53)
389 (defconstant +renderbuffer-depth-size-oes+ #x8D54)
390 (defconstant +renderbuffer-stencil-size-oes+ #x8D55)
391 (defconstant +stencil-index1-oes+ :unable-to-resolve)
392 (defconstant +stencil-index4-oes+ :unable-to-resolve)
393 (defconstant +stencil-index8-oes+ :unable-to-resolve)
394 (defconstant +framebuffer-incomplete-multisample+ #x8D56)
395 (defconstant +max-samples+ #x8D57)
396 (defconstant +framebuffer-incomplete-multisample-angle+ #x8D56)
397 (defconstant +max-samples-angle+ #x8D57)
398 (defconstant +framebuffer-incomplete-multisample-ext+ #x8D56)
399 (defconstant +max-samples-ext+ #x8D57)
400 (defconstant +texture-gen-str-oes+ #x8D60)
401 (defconstant +half-float-oes+ #x8D61)
402 (defconstant +half-float-oes+ :unable-to-resolve)
403 (defconstant +rgb565-oes+ #x8D62)
404 (defconstant +etc1-rgb8-oes+ #x8D64)
405 (defconstant +texture-external-oes+ #x8D65)
406 (defconstant +sampler-external-oes+ #x8D66)
407 (defconstant +texture-binding-external-oes+ #x8D67)
408 (defconstant +required-texture-image-units-oes+ #x8D68)
409 (defconstant +sampler-1d-array+ #x8DC0)
410 (defconstant +sampler-2d-array+ #x8DC1)
411 (defconstant +sampler-1d-array-shadow+ #x8DC3)
412 (defconstant +sampler-2d-array-shadow+ #x8DC4)
413 (defconstant +sampler-cube-shadow+ #x8DC5)
414 (defconstant +unsigned-int-vec2+ #x8DC6)
415 (defconstant +unsigned-int-vec3+ #x8DC7)
416 (defconstant +unsigned-int-vec4+ #x8DC8)
417 (defconstant +int-sampler-1d+ #x8DC9)
418 (defconstant +int-sampler-2d+ #x8DCA)
419 (defconstant +int-sampler-3d+ #x8DCB)
420 (defconstant +int-sampler-cube+ #x8DCC)
421 (defconstant +int-sampler-1d-array+ #x8DCE)
422 (defconstant +int-sampler-2d-array+ #x8DCF)
423 (defconstant +unsigned-int-sampler-1d+ #x8DD1)
424 (defconstant +unsigned-int-sampler-2d+ #x8DD2)
425 (defconstant +unsigned-int-sampler-3d+ #x8DD3)
426 (defconstant +unsigned-int-sampler-cube+ #x8DD4)
427 (defconstant +unsigned-int-sampler-1d-array+ #x8DD6)
428 (defconstant +unsigned-int-sampler-2d-array+ #x8DD7)
429 (defconstant +sampler-buffer+ #x8DC2)
430 (defconstant +int-sampler-2d-rect+ #x8DCD)
431 (defconstant +int-sampler-buffer+ #x8DD0)
432 (defconstant +unsigned-int-sampler-2d-rect+ #x8DD5)
433 (defconstant +unsigned-int-sampler-buffer+ #x8DD8)
434 (defconstant +query-wait+ #x8E13)
435 (defconstant +query-no-wait+ #x8E14)
436 (defconstant +query-by-region-wait+ #x8E15)
437 (defconstant +query-by-region-no-wait+ #x8E16)
438 (defconstant +buffer-access-flags+ #x911F)
439 (defconstant +buffer-map-length+ #x9120)
440 (defconstant +buffer-map-offset+ #x9121)
441 (defconstant +major-version+ #x821B)
442 (defconstant +minor-version+ #x821C)
443 (defconstant +num-extensions+ #x821D)
444 (defconstant +context-flags+ #x821E)
445 (defconstant +depth-buffer+ #x8223)
446 (defconstant +stencil-buffer+ #x8224)
447 (defconstant +compressed-red+ #x8225)
448 (defconstant +compressed-rg+ #x8226)
449 (defconstant +context-flag-forward-compatible-bit+ #x1)
450 (defconstant +rgba32f+ #x8814)
451 (defconstant +rgba16f+ #x881A)
452 (defconstant +rgb16f+ #x881B)
453 (defconstant +vertex-attrib-array-integer+ #x88FD)
454 (defconstant +max-array-texture-layers+ #x88FF)
455 (defconstant +min-program-texel-offset+ #x8904)
456 (defconstant +max-program-texel-offset+ #x8905)
457 (defconstant +clamp-read-color+ #x891C)
458 (defconstant +fixed-only+ #x891D)
459 (defconstant +max-varying-components+ #x8B4B)
460 (defconstant +texture-1d-array+ #x8C18)
461 (defconstant +proxy-texture-1d-array+ #x8C19)
462 (defconstant +texture-2d-array+ #x8C1A)
463 (defconstant +proxy-texture-2d-array+ #x8C1B)
464 (defconstant +texture-binding-1d-array+ #x8C1C)
465 (defconstant +texture-binding-2d-array+ #x8C1D)
466 (defconstant +r11f-g11f-b10f+ #x8C3A)
467 (defconstant +unsigned-int-10f-11f-11f-rev+ #x8C3B)
468 (defconstant +rgb9-e5+ #x8C3D)
469 (defconstant +unsigned-int-5-9-9-9-rev+ #x8C3E)
470 (defconstant +texture-shared-size+ #x8C3F)
471 (defconstant +transform-feedback-varying-max-length+ #x8C76)
472 (defconstant +transform-feedback-buffer-mode+ #x8C7F)
473 (defconstant +max-transform-feedback-separate-components+ #x8C80)
474 (defconstant +transform-feedback-varyings+ #x8C83)
475 (defconstant +transform-feedback-buffer-start+ #x8C84)
476 (defconstant +transform-feedback-buffer-size+ #x8C85)
477 (defconstant +primitives-generated+ #x8C87)
478 (defconstant +transform-feedback-primitives-written+ #x8C88)
479 (defconstant +rasterizer-discard+ #x8C89)
480 (defconstant +max-transform-feedback-interleaved-components+ #x8C8A)
481 (defconstant +max-transform-feedback-separate-attribs+ #x8C8B)
482 (defconstant +interleaved-attribs+ #x8C8C)
483 (defconstant +separate-attribs+ #x8C8D)
484 (defconstant +transform-feedback-buffer+ #x8C8E)
485 (defconstant +transform-feedback-buffer-binding+ #x8C8F)
486 (defconstant +rgba32ui+ #x8D70)
487 (defconstant +rgba16ui+ #x8D76)
488 (defconstant +rgb16ui+ #x8D77)
489 (defconstant +rgba8ui+ #x8D7C)
490 (defconstant +rgb8ui+ #x8D7D)
491 (defconstant +rgba32i+ #x8D82)
492 (defconstant +rgba16i+ #x8D88)
493 (defconstant +rgb16i+ #x8D89)
494 (defconstant +rgba8i+ #x8D8E)
495 (defconstant +rgb8i+ #x8D8F)
496 (defconstant +red-integer+ #x8D94)
497 (defconstant +green-integer+ #x8D95)
498 (defconstant +blue-integer+ #x8D96)
499 (defconstant +rgb-integer+ #x8D98)
500 (defconstant +rgba-integer+ #x8D99)
501 (defconstant +bgr-integer+ #x8D9A)
502 (defconstant +bgra-integer+ #x8D9B)
503 (defconstant +sampler-1d-array+ #x8DC0)
504 (defconstant +sampler-2d-array+ #x8DC1)
505 (defconstant +sampler-1d-array-shadow+ #x8DC3)
506 (defconstant +sampler-2d-array-shadow+ #x8DC4)
507 (defconstant +sampler-cube-shadow+ #x8DC5)
508 (defconstant +unsigned-int-vec2+ #x8DC6)
509 (defconstant +unsigned-int-vec3+ #x8DC7)
510 (defconstant +unsigned-int-vec4+ #x8DC8)
511 (defconstant +int-sampler-1d+ #x8DC9)
512 (defconstant +int-sampler-2d+ #x8DCA)
513 (defconstant +int-sampler-3d+ #x8DCB)
514 (defconstant +int-sampler-cube+ #x8DCC)
515 (defconstant +int-sampler-1d-array+ #x8DCE)
516 (defconstant +int-sampler-2d-array+ #x8DCF)
517 (defconstant +unsigned-int-sampler-1d+ #x8DD1)
518 (defconstant +unsigned-int-sampler-2d+ #x8DD2)
519 (defconstant +unsigned-int-sampler-3d+ #x8DD3)
520 (defconstant +unsigned-int-sampler-cube+ #x8DD4)
521 (defconstant +unsigned-int-sampler-1d-array+ #x8DD6)
522 (defconstant +unsigned-int-sampler-2d-array+ #x8DD7)
523 (defconstant +query-wait+ #x8E13)
524 (defconstant +query-no-wait+ #x8E14)
525 (defconstant +query-by-region-wait+ #x8E15)
526 (defconstant +query-by-region-no-wait+ #x8E16)
527 (defconstant +buffer-access-flags+ #x911F)
528 (defconstant +buffer-map-length+ #x9120)
529 (defconstant +buffer-map-offset+ #x9121)
530 (defconstant +invalid-framebuffer-operation+ #x506)
531 (defconstant +framebuffer-attachment-color-encoding+ #x8210)
532 (defconstant +framebuffer-attachment-component-type+ #x8211)
533 (defconstant +framebuffer-attachment-red-size+ #x8212)
534 (defconstant +framebuffer-attachment-green-size+ #x8213)
535 (defconstant +framebuffer-attachment-blue-size+ #x8214)
536 (defconstant +framebuffer-attachment-alpha-size+ #x8215)
537 (defconstant +framebuffer-attachment-depth-size+ #x8216)
538 (defconstant +framebuffer-attachment-stencil-size+ #x8217)
539 (defconstant +framebuffer-default+ #x8218)
540 (defconstant +framebuffer-undefined+ #x8219)
541 (defconstant +depth-stencil-attachment+ #x821A)
542 (defconstant +max-renderbuffer-size+ #x84E8)
543 (defconstant +depth-stencil+ #x84F9)
544 (defconstant +unsigned-int-24-8+ #x84FA)
545 (defconstant +depth24-stencil8+ #x88F0)
546 (defconstant +texture-stencil-size+ #x88F1)
547 (defconstant +texture-red-type+ #x8C10)
548 (defconstant +texture-green-type+ #x8C11)
549 (defconstant +texture-blue-type+ #x8C12)
550 (defconstant +texture-alpha-type+ #x8C13)
551 (defconstant +texture-depth-type+ #x8C16)
552 (defconstant +unsigned-normalized+ #x8C17)
553 (defconstant +framebuffer-binding+ #x8CA6)
554 (defconstant +draw-framebuffer-binding+ #x8CA6)
555 (defconstant +renderbuffer-binding+ #x8CA7)
556 (defconstant +read-framebuffer+ #x8CA8)
557 (defconstant +draw-framebuffer+ #x8CA9)
558 (defconstant +read-framebuffer-binding+ #x8CAA)
559 (defconstant +renderbuffer-samples+ #x8CAB)
560 (defconstant +framebuffer-attachment-object-type+ #x8CD0)
561 (defconstant +framebuffer-attachment-object-name+ #x8CD1)
562 (defconstant +framebuffer-attachment-texture-level+ #x8CD2)
563 (defconstant +framebuffer-attachment-texture-cube-map-face+ #x8CD3)
564 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
565 (defconstant +framebuffer-complete+ #x8CD5)
566 (defconstant +framebuffer-incomplete-attachment+ #x8CD6)
567 (defconstant +framebuffer-incomplete-missing-attachment+ #x8CD7)
568 (defconstant +framebuffer-incomplete-draw-buffer+ #x8CDB)
569 (defconstant +framebuffer-incomplete-read-buffer+ #x8CDC)
570 (defconstant +framebuffer-unsupported+ #x8CDD)
571 (defconstant +max-color-attachments+ #x8CDF)
572 (defconstant +color-attachment0+ #x8CE0)
573 (defconstant +color-attachment1+ #x8CE1)
574 (defconstant +color-attachment2+ #x8CE2)
575 (defconstant +color-attachment3+ #x8CE3)
576 (defconstant +color-attachment4+ #x8CE4)
577 (defconstant +color-attachment5+ #x8CE5)
578 (defconstant +color-attachment6+ #x8CE6)
579 (defconstant +color-attachment7+ #x8CE7)
580 (defconstant +color-attachment8+ #x8CE8)
581 (defconstant +color-attachment9+ #x8CE9)
582 (defconstant +color-attachment10+ #x8CEA)
583 (defconstant +color-attachment11+ #x8CEB)
584 (defconstant +color-attachment12+ #x8CEC)
585 (defconstant +color-attachment13+ #x8CED)
586 (defconstant +color-attachment14+ #x8CEE)
587 (defconstant +color-attachment15+ #x8CEF)
588 (defconstant +depth-attachment+ #x8D00)
589 (defconstant +stencil-attachment+ #x8D20)
590 (defconstant +framebuffer+ #x8D40)
591 (defconstant +renderbuffer+ #x8D41)
592 (defconstant +renderbuffer-width+ #x8D42)
593 (defconstant +renderbuffer-height+ #x8D43)
594 (defconstant +renderbuffer-internal-format+ #x8D44)
595 (defconstant +stencil-index1+ #x8D46)
596 (defconstant +stencil-index4+ #x8D47)
597 (defconstant +stencil-index8+ #x8D48)
598 (defconstant +stencil-index16+ #x8D49)
599 (defconstant +renderbuffer-red-size+ #x8D50)
600 (defconstant +renderbuffer-green-size+ #x8D51)
601 (defconstant +renderbuffer-blue-size+ #x8D52)
602 (defconstant +renderbuffer-alpha-size+ #x8D53)
603 (defconstant +renderbuffer-depth-size+ #x8D54)
604 (defconstant +renderbuffer-stencil-size+ #x8D55)
605 (defconstant +framebuffer-incomplete-multisample+ #x8D56)
606 (defconstant +max-samples+ #x8D57)
607 (defconstant +map-read-bit+ #x1)
608 (defconstant +map-write-bit+ #x2)
609 (defconstant +map-invalidate-range-bit+ #x4)
610 (defconstant +map-invalidate-buffer-bit+ #x8)
611 (defconstant +map-flush-explicit-bit+ #x10)
612 (defconstant +map-unsynchronized-bit+ #x20)
613 (defconstant +vertex-array-binding+ #x85B5)
614 (defconstant +texture-rectangle+ #x84F5)
615 (defconstant +texture-binding-rectangle+ #x84F6)
616 (defconstant +proxy-texture-rectangle+ #x84F7)
617 (defconstant +max-rectangle-texture-size+ #x84F8)
618 (defconstant +uniform-buffer+ #x8A11)
619 (defconstant +uniform-buffer+ #x8A11)
620 (defconstant +uniform-buffer-binding+ #x8A28)
621 (defconstant +uniform-buffer-start+ #x8A29)
622 (defconstant +uniform-buffer-size+ #x8A2A)
623 (defconstant +max-vertex-uniform-blocks+ #x8A2B)
624 (defconstant +max-geometry-uniform-blocks+ #x8A2C)
625 (defconstant +max-fragment-uniform-blocks+ #x8A2D)
626 (defconstant +max-combined-uniform-blocks+ #x8A2E)
627 (defconstant +max-uniform-buffer-bindings+ #x8A2F)
628 (defconstant +max-uniform-block-size+ #x8A30)
629 (defconstant +max-combined-vertex-uniform-components+ #x8A31)
630 (defconstant +max-combined-geometry-uniform-components+ #x8A32)
631 (defconstant +max-combined-fragment-uniform-components+ #x8A33)
632 (defconstant +uniform-buffer-offset-alignment+ #x8A34)
633 (defconstant +active-uniform-block-max-name-length+ #x8A35)
634 (defconstant +active-uniform-blocks+ #x8A36)
635 (defconstant +uniform-type+ #x8A37)
636 (defconstant +uniform-size+ #x8A38)
637 (defconstant +uniform-name-length+ #x8A39)
638 (defconstant +uniform-block-index+ #x8A3A)
639 (defconstant +uniform-offset+ #x8A3B)
640 (defconstant +uniform-array-stride+ #x8A3C)
641 (defconstant +uniform-matrix-stride+ #x8A3D)
642 (defconstant +uniform-is-row-major+ #x8A3E)
643 (defconstant +uniform-block-binding+ #x8A3F)
644 (defconstant +uniform-block-data-size+ #x8A40)
645 (defconstant +uniform-block-name-length+ #x8A41)
646 (defconstant +uniform-block-active-uniforms+ #x8A42)
647 (defconstant +uniform-block-active-uniform-indices+ #x8A43)
648 (defconstant +uniform-block-referenced-by-vertex-shader+ #x8A44)
649 (defconstant +uniform-block-referenced-by-geometry-shader+ #x8A45)
650 (defconstant +uniform-block-referenced-by-fragment-shader+ #x8A46)
651 (defconstant +invalid-index+ #xFFFFFFFF)
652 (defconstant +texture-buffer+ #x8C2A)
653 (defconstant +max-texture-buffer-size+ #x8C2B)
654 (defconstant +texture-binding-buffer+ #x8C2C)
655 (defconstant +texture-buffer-data-store-binding+ #x8C2D)
656 (defconstant +texture-buffer-format+ #x8C2E)
657 (defconstant +copy-read-buffer+ #x8F36)
658 (defconstant +copy-write-buffer+ #x8F37)
659 (defconstant +max-image-units-ext+ #x8F38)
660 (defconstant +max-combined-image-units-and-fragment-outputs-ext+ #x8F39)
661 (defconstant +image-binding-name-ext+ #x8F3A)
662 (defconstant +image-binding-level-ext+ #x8F3B)
663 (defconstant +image-binding-layered-ext+ #x8F3C)
664 (defconstant +image-binding-layer-ext+ #x8F3D)
665 (defconstant +image-binding-access-ext+ #x8F3E)
666 (defconstant +primitive-restart+ #x8F9D)
667 (defconstant +primitive-restart-index+ #x8F9E)
668 (defconstant +max-program-texture-gather-components+ #x8F9F)
669 (defconstant +perfmon-global-mode-qcom+ #x8FA0)
670 (defconstant +shader-binary-viv+ #x8FC4)
671 (defconstant +sampler-buffer+ #x8DC2)
672 (defconstant +int-sampler-2d-rect+ #x8DCD)
673 (defconstant +int-sampler-buffer+ #x8DD0)
674 (defconstant +unsigned-int-sampler-2d-rect+ #x8DD5)
675 (defconstant +unsigned-int-sampler-buffer+ #x8DD8)
676 (defconstant +texture-buffer+ #x8C2A)
677 (defconstant +max-texture-buffer-size+ #x8C2B)
678 (defconstant +texture-binding-buffer+ #x8C2C)
679 (defconstant +texture-buffer-data-store-binding+ #x8C2D)
680 (defconstant +texture-buffer-format+ #x8C2E)
681 (defconstant +texture-rectangle+ #x84F5)
682 (defconstant +texture-binding-rectangle+ #x84F6)
683 (defconstant +proxy-texture-rectangle+ #x84F7)
684 (defconstant +max-rectangle-texture-size+ #x84F8)
685 (defconstant +primitive-restart+ #x8F9D)
686 (defconstant +primitive-restart-index+ #x8F9E)
687 (defconstant +copy-read-buffer+ #x8F36)
688 (defconstant +copy-write-buffer+ #x8F37)
689 (defconstant +uniform-buffer+ #x8A11)
690 (defconstant +uniform-buffer-binding+ #x8A28)
691 (defconstant +uniform-buffer-start+ #x8A29)
692 (defconstant +uniform-buffer-size+ #x8A2A)
693 (defconstant +max-vertex-uniform-blocks+ #x8A2B)
694 (defconstant +max-fragment-uniform-blocks+ #x8A2D)
695 (defconstant +max-combined-uniform-blocks+ #x8A2E)
696 (defconstant +max-uniform-buffer-bindings+ #x8A2F)
697 (defconstant +max-uniform-block-size+ #x8A30)
698 (defconstant +max-combined-vertex-uniform-components+ #x8A31)
699 (defconstant +max-combined-fragment-uniform-components+ #x8A33)
700 (defconstant +uniform-buffer-offset-alignment+ #x8A34)
701 (defconstant +active-uniform-block-max-name-length+ #x8A35)
702 (defconstant +active-uniform-blocks+ #x8A36)
703 (defconstant +uniform-type+ #x8A37)
704 (defconstant +uniform-size+ #x8A38)
705 (defconstant +uniform-name-length+ #x8A39)
706 (defconstant +uniform-block-index+ #x8A3A)
707 (defconstant +uniform-offset+ #x8A3B)
708 (defconstant +uniform-array-stride+ #x8A3C)
709 (defconstant +uniform-matrix-stride+ #x8A3D)
710 (defconstant +uniform-is-row-major+ #x8A3E)
711 (defconstant +uniform-block-binding+ #x8A3F)
712 (defconstant +uniform-block-data-size+ #x8A40)
713 (defconstant +uniform-block-name-length+ #x8A41)
714 (defconstant +uniform-block-active-uniforms+ #x8A42)
715 (defconstant +uniform-block-active-uniform-indices+ #x8A43)
716 (defconstant +uniform-block-referenced-by-vertex-shader+ #x8A44)
717 (defconstant +uniform-block-referenced-by-fragment-shader+ #x8A46)
718 (defconstant +invalid-index+ #xFFFFFFFF)
719 (defconstant +lines-adjacency+ #xA)
720 (defconstant +line-strip-adjacency+ #xB)
721 (defconstant +triangles-adjacency+ #xC)
722 (defconstant +triangle-strip-adjacency+ #xD)
723 (defconstant +lines-adjacency-arb+ #xA)
724 (defconstant +line-strip-adjacency-arb+ #xB)
725 (defconstant +triangles-adjacency-arb+ #xC)
726 (defconstant +triangle-strip-adjacency-arb+ #xD)
727 (defconstant +lines-adjacency-ext+ #xA)
728 (defconstant +line-strip-adjacency-ext+ #xB)
729 (defconstant +triangles-adjacency-ext+ #xC)
730 (defconstant +triangle-strip-adjacency-ext+ #xD)
731 (defconstant +program-point-size+ #x8642)
732 (defconstant +program-point-size-arb+ #x8642)
733 (defconstant +program-point-size-ext+ #x8642)
734 (defconstant +geometry-vertices-out+ #x8916)
735 (defconstant +geometry-input-type+ #x8917)
736 (defconstant +geometry-output-type+ #x8918)
737 (defconstant +max-geometry-texture-image-units+ #x8C29)
738 (defconstant +max-geometry-texture-image-units-arb+ #x8C29)
739 (defconstant +framebuffer-attachment-layered+ #x8DA7)
740 (defconstant +framebuffer-incomplete-layer-targets+ #x8DA8)
741 (defconstant +framebuffer-attachment-layered-arb+ #x8DA7)
742 (defconstant +framebuffer-incomplete-layer-targets-arb+ #x8DA8)
743 (defconstant +framebuffer-incomplete-layer-count-arb+ #x8DA9)
744 (defconstant +framebuffer-attachment-layered-ext+ #x8DA7)
745 (defconstant +framebuffer-incomplete-layer-targets-ext+ #x8DA8)
746 (defconstant +framebuffer-incomplete-layer-count-ext+ #x8DA9)
747 (defconstant +layer-nv+ #x8DAA)
748 (defconstant +next-buffer-nv+ #x-2)
749 (defconstant +skip-components4-nv+ #x-3)
750 (defconstant +skip-components3-nv+ #x-4)
751 (defconstant +skip-components2-nv+ #x-5)
752 (defconstant +skip-components1-nv+ #x-6)
753 (defconstant +geometry-shader+ #x8DD9)
754 (defconstant +max-geometry-uniform-components+ #x8DDF)
755 (defconstant +max-geometry-output-vertices+ #x8DE0)
756 (defconstant +max-geometry-total-output-components+ #x8DE1)
757 (defconstant +max-geometry-varying-components-ext+ #x8DDD)
758 (defconstant +max-vertex-varying-components-ext+ #x8DDE)
759 (defconstant +max-geometry-uniform-components-ext+ #x8DDF)
760 (defconstant +max-geometry-output-vertices-ext+ #x8DE0)
761 (defconstant +max-geometry-total-output-components-ext+ #x8DE1)
762 (defconstant +quads-follow-provoking-vertex-convention+ #x8E4C)
763 (defconstant +first-vertex-convention+ #x8E4D)
764 (defconstant +last-vertex-convention+ #x8E4E)
765 (defconstant +provoking-vertex+ #x8E4F)
766 (defconstant +first-vertex-convention+ #x8E4D)
767 (defconstant +last-vertex-convention+ #x8E4E)
768 (defconstant +provoking-vertex+ #x8E4F)
769 (defconstant +sample-position+ #x8E50)
770 (defconstant +sample-mask+ #x8E51)
771 (defconstant +sample-mask-value+ #x8E52)
772 (defconstant +max-sample-mask-words+ #x8E59)
773 (defconstant +texture-2d-multisample+ #x9100)
774 (defconstant +proxy-texture-2d-multisample+ #x9101)
775 (defconstant +texture-2d-multisample-array+ #x9102)
776 (defconstant +proxy-texture-2d-multisample-array+ #x9103)
777 (defconstant +texture-binding-2d-multisample+ #x9104)
778 (defconstant +texture-binding-2d-multisample-array+ #x9105)
779 (defconstant +texture-samples+ #x9106)
780 (defconstant +texture-fixed-sample-locations+ #x9107)
781 (defconstant +sampler-2d-multisample+ #x9108)
782 (defconstant +int-sampler-2d-multisample+ #x9109)
783 (defconstant +unsigned-int-sampler-2d-multisample+ #x910A)
784 (defconstant +sampler-2d-multisample-array+ #x910B)
785 (defconstant +int-sampler-2d-multisample-array+ #x910C)
786 (defconstant +unsigned-int-sampler-2d-multisample-array+ #x910D)
787 (defconstant +max-color-texture-samples+ #x910E)
788 (defconstant +max-depth-texture-samples+ #x910F)
789 (defconstant +max-integer-samples+ #x9110)
790 (defconstant +max-server-wait-timeout+ #x9111)
791 (defconstant +object-type+ #x9112)
792 (defconstant +sync-condition+ #x9113)
793 (defconstant +sync-status+ #x9114)
794 (defconstant +sync-flags+ #x9115)
795 (defconstant +sync-fence+ #x9116)
796 (defconstant +sync-gpu-commands-complete+ #x9117)
797 (defconstant +unsignaled+ #x9118)
798 (defconstant +signaled+ #x9119)
799 (defconstant +already-signaled+ #x911A)
800 (defconstant +timeout-expired+ #x911B)
801 (defconstant +condition-satisfied+ #x911C)
802 (defconstant +wait-failed+ #x911D)
803 (defconstant +timeout-ignored+ #xFFFFFFFFFFFFFFFF)
804 (defconstant +sync-flush-commands-bit+ #x1)
805 (defconstant +timeout-ignored+ #xFFFFFFFFFFFFFFFF)
806 (defconstant +max-vertex-output-components+ #x9122)
807 (defconstant +max-geometry-input-components+ #x9123)
808 (defconstant +max-geometry-output-components+ #x9124)
809 (defconstant +max-fragment-input-components+ #x9125)
810 (defconstant +context-core-profile-bit+ #x1)
811 (defconstant +context-compatibility-profile-bit+ #x2)
812 (defconstant +context-profile-mask+ #x9126)
813 (defconstant +sgx-program-binary-img+ #x9130)
814 (defconstant +renderbuffer-samples-img+ #x9133)
815 (defconstant +framebuffer-incomplete-multisample-img+ #x9134)
816 (defconstant +max-samples-img+ #x9135)
817 (defconstant +texture-samples-img+ #x9136)
818 (defconstant +max-debug-message-length-arb+ #x9143)
819 (defconstant +max-debug-logged-messages-arb+ #x9144)
820 (defconstant +debug-logged-messages-arb+ #x9145)
821 (defconstant +debug-severity-high-arb+ #x9146)
822 (defconstant +debug-severity-medium-arb+ #x9147)
823 (defconstant +debug-severity-low-arb+ #x9148)
824 (defconstant +context-core-profile-bit+ #x1)
825 (defconstant +context-compatibility-profile-bit+ #x2)
826 (defconstant +lines-adjacency+ #xA)
827 (defconstant +line-strip-adjacency+ #xB)
828 (defconstant +triangles-adjacency+ #xC)
829 (defconstant +triangle-strip-adjacency+ #xD)
830 (defconstant +program-point-size+ #x8642)
831 (defconstant +max-geometry-texture-image-units+ #x8C29)
832 (defconstant +framebuffer-attachment-layered+ #x8DA7)
833 (defconstant +framebuffer-incomplete-layer-targets+ #x8DA8)
834 (defconstant +geometry-shader+ #x8DD9)
835 (defconstant +geometry-vertices-out+ #x8916)
836 (defconstant +geometry-input-type+ #x8917)
837 (defconstant +geometry-output-type+ #x8918)
838 (defconstant +max-geometry-uniform-components+ #x8DDF)
839 (defconstant +max-geometry-output-vertices+ #x8DE0)
840 (defconstant +max-geometry-total-output-components+ #x8DE1)
841 (defconstant +max-vertex-output-components+ #x9122)
842 (defconstant +max-geometry-input-components+ #x9123)
843 (defconstant +max-geometry-output-components+ #x9124)
844 (defconstant +max-fragment-input-components+ #x9125)
845 (defconstant +context-profile-mask+ #x9126)
846 (defconstant +max-varying-components+ #x8B4B)
847 (defconstant +framebuffer-attachment-texture-layer+ #x8CD4)
848 (defconstant +quads-follow-provoking-vertex-convention+ #x8E4C)
849 (defconstant +first-vertex-convention+ #x8E4D)
850 (defconstant +last-vertex-convention+ #x8E4E)
851 (defconstant +provoking-vertex+ #x8E4F)
852 (defconstant +max-server-wait-timeout+ #x9111)
853 (defconstant +object-type+ #x9112)
854 (defconstant +sync-condition+ #x9113)
855 (defconstant +sync-status+ #x9114)
856 (defconstant +sync-flags+ #x9115)
857 (defconstant +sync-fence+ #x9116)
858 (defconstant +sync-gpu-commands-complete+ #x9117)
859 (defconstant +unsignaled+ #x9118)
860 (defconstant +signaled+ #x9119)
861 (defconstant +already-signaled+ #x911A)
862 (defconstant +timeout-expired+ #x911B)
863 (defconstant +condition-satisfied+ #x911C)
864 (defconstant +wait-failed+ #x911D)
865 (defconstant +timeout-ignored+ #xFFFFFFFFFFFFFFFF)
866 (defconstant +sync-flush-commands-bit+ #x1)
867 (defconstant +timeout-ignored+ #xFFFFFFFFFFFFFFFF)
868 (defconstant +sample-position+ #x8E50)
869 (defconstant +sample-mask+ #x8E51)
870 (defconstant +sample-mask-value+ #x8E52)
871 (defconstant +max-sample-mask-words+ #x8E59)
872 (defconstant +texture-2d-multisample+ #x9100)
873 (defconstant +proxy-texture-2d-multisample+ #x9101)
874 (defconstant +texture-2d-multisample-array+ #x9102)
875 (defconstant +proxy-texture-2d-multisample-array+ #x9103)
876 (defconstant +texture-binding-2d-multisample+ #x9104)
877 (defconstant +texture-binding-2d-multisample-array+ #x9105)
878 (defconstant +texture-samples+ #x9106)
879 (defconstant +texture-fixed-sample-locations+ #x9107)
880 (defconstant +sampler-2d-multisample+ #x9108)
881 (defconstant +int-sampler-2d-multisample+ #x9109)
882 (defconstant +unsigned-int-sampler-2d-multisample+ #x910A)
883 (defconstant +sampler-2d-multisample-array+ #x910B)
884 (defconstant +int-sampler-2d-multisample-array+ #x910C)
885 (defconstant +unsigned-int-sampler-2d-multisample-array+ #x910D)
886 (defconstant +max-color-texture-samples+ #x910E)
887 (defconstant +max-depth-texture-samples+ #x910F)
888 (defconstant +max-integer-samples+ #x9110)
889 (defconstant +vertex-attrib-array-divisor+ #x88FE)
890 (defconstant +vertex-attrib-array-divisor+ #x88FE)
891 (defconstant +src1-color+ #x88F9)
892 (defconstant +one-minus-src1-color+ #x88FA)
893 (defconstant +one-minus-src1-alpha+ #x88FB)
894 (defconstant +max-dual-source-draw-buffers+ #x88FC)
895 (defconstant +sampler-binding+ #x8919)
896 (defconstant +timestamp+ #x8E28)
897 (defconstant +int-2-10-10-10-rev+ #x8D9F)
898 (defconstant +sample-shading+ #x8C36)
899 (defconstant +min-sample-shading-value+ #x8C37)
900 (defconstant +draw-indirect-buffer+ #x8F3F)
901 (defconstant +draw-indirect-buffer-binding+ #x8F43)
902 (defconstant +double-vec2+ #x8FFC)
903 (defconstant +double-vec3+ #x8FFD)
904 (defconstant +double-vec4+ #x8FFE)
905 (defconstant +double-mat2+ #x8F46)
906 (defconstant +double-mat3+ #x8F47)
907 (defconstant +double-mat4+ #x8F48)
908 (defconstant +double-mat2x3+ #x8F49)
909 (defconstant +double-mat2x4+ #x8F4A)
910 (defconstant +double-mat3x2+ #x8F4B)
911 (defconstant +double-mat3x4+ #x8F4C)
912 (defconstant +double-mat4x2+ #x8F4D)
913 (defconstant +double-mat4x3+ #x8F4E)
914 (defconstant +active-subroutines+ #x8DE5)
915 (defconstant +active-subroutine-uniforms+ #x8DE6)
916 (defconstant +active-subroutine-uniform-locations+ #x8E47)
917 (defconstant +active-subroutine-max-length+ #x8E48)
918 (defconstant +active-subroutine-uniform-max-length+ #x8E49)
919 (defconstant +max-subroutines+ #x8DE7)
920 (defconstant +max-subroutine-uniform-locations+ #x8DE8)
921 (defconstant +num-compatible-subroutines+ #x8E4A)
922 (defconstant +compatible-subroutines+ #x8E4B)
923 (defconstant +patches+ #xE)
924 (defconstant +patch-vertices+ #x8E72)
925 (defconstant +patch-default-inner-level+ #x8E73)
926 (defconstant +patch-default-outer-level+ #x8E74)
927 (defconstant +tess-control-output-vertices+ #x8E75)
928 (defconstant +tess-gen-mode+ #x8E76)
929 (defconstant +tess-gen-spacing+ #x8E77)
930 (defconstant +tess-gen-vertex-order+ #x8E78)
931 (defconstant +tess-gen-point-mode+ #x8E79)
932 (defconstant +isolines+ #x8E7A)
933 (defconstant +fractional-odd+ #x8E7B)
934 (defconstant +fractional-even+ #x8E7C)
935 (defconstant +max-patch-vertices+ #x8E7D)
936 (defconstant +max-tess-gen-level+ #x8E7E)
937 (defconstant +max-tess-control-uniform-components+ #x8E7F)
938 (defconstant +max-tess-evaluation-uniform-components+ #x8E80)
939 (defconstant +max-tess-control-texture-image-units+ #x8E81)
940 (defconstant +max-tess-evaluation-texture-image-units+ #x8E82)
941 (defconstant +max-tess-control-output-components+ #x8E83)
942 (defconstant +max-tess-patch-components+ #x8E84)
943 (defconstant +max-tess-control-total-output-components+ #x8E85)
944 (defconstant +max-tess-evaluation-output-components+ #x8E86)
945 (defconstant +max-tess-control-uniform-blocks+ #x8E89)
946 (defconstant +max-tess-evaluation-uniform-blocks+ #x8E8A)
947 (defconstant +max-tess-control-input-components+ #x886C)
948 (defconstant +max-tess-evaluation-input-components+ #x886D)
949 (defconstant +max-combined-tess-control-uniform-components+ #x8E1E)
950 (defconstant +max-combined-tess-evaluation-uniform-components+ #x8E1F)
951 (defconstant +uniform-block-referenced-by-tess-control-shader+ #x84F0)
952 (defconstant +uniform-block-referenced-by-tess-evaluation-shader+ #x84F1)
953 (defconstant +tess-evaluation-shader+ #x8E87)
954 (defconstant +tess-control-shader+ #x8E88)
955 (defconstant +transform-feedback+ #x8E22)
956 (defconstant +transform-feedback-buffer-paused+ #x8E23)
957 (defconstant +transform-feedback-buffer-active+ #x8E24)
958 (defconstant +transform-feedback-binding+ #x8E25)
959 (defconstant +max-transform-feedback-buffers+ #x8E70)
960 (defglfun "Viewport" viewport :return "void" :args
961 ((:name |x| :type |WinCoord| :direction :in)
962 (:name |y| :type |WinCoord| :direction :in)
963 (:name |width| :type |SizeI| :direction :in)
964 (:name |height| :type |SizeI| :direction :in))
965 :category "VERSION_1_0" :deprecated nil :version "1.0")
966 (defglfun "DepthRange" depth-range :return "void" :args
967 ((:name |near| :type |ClampedFloat64| :direction :in)
968 (:name |far| :type |ClampedFloat64| :direction :in))
969 :category "VERSION_1_0" :deprecated nil :version "1.0")
970 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
971 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
972 :deprecated nil :version "1.0")
973 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
974 :args
975 ((:name |target| :type |TextureTarget| :direction :in)
976 (:name |level| :type |CheckedInt32| :direction :in)
977 (:name |pname| :type |GetTextureParameter| :direction :in)
978 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
979 :category "VERSION_1_0" :deprecated nil :version "1.0")
980 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
981 :args
982 ((:name |target| :type |TextureTarget| :direction :in)
983 (:name |level| :type |CheckedInt32| :direction :in)
984 (:name |pname| :type |GetTextureParameter| :direction :in)
985 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
986 :category "VERSION_1_0" :deprecated nil :version "1.0")
987 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
988 ((:name |target| :type |TextureTarget| :direction :in)
989 (:name |pname| :type |GetTextureParameter| :direction :in)
990 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
991 :category "VERSION_1_0" :deprecated nil :version "1.0")
992 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
993 ((:name |target| :type |TextureTarget| :direction :in)
994 (:name |pname| :type |GetTextureParameter| :direction :in)
995 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
996 :category "VERSION_1_0" :deprecated nil :version "1.0")
997 (defglfun "GetTexImage" get-tex-image :return "void" :args
998 ((:name |target| :type |TextureTarget| :direction :in)
999 (:name |level| :type |CheckedInt32| :direction :in)
1000 (:name |format| :type |PixelFormat| :direction :in)
1001 (:name |type| :type |PixelType| :direction :in)
1002 (:name |pixels| :type |Void| :direction :out :array t :size
1003 (|target| |level| |format| |type|)))
1004 :category "VERSION_1_0" :deprecated nil :version "1.0")
1005 (defglfun "GetString" get-string :return "String" :args
1006 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
1007 :deprecated nil :version "1.0")
1008 (defglfun "GetIntegerv" get-integerv :return "void" :args
1009 ((:name |pname| :type |GetPName| :direction :in)
1010 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1011 :category "VERSION_1_0" :deprecated nil :version "1.0")
1012 (defglfun "GetFloatv" get-floatv :return "void" :args
1013 ((:name |pname| :type |GetPName| :direction :in)
1014 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1015 :category "VERSION_1_0" :deprecated nil :version "1.0")
1016 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
1017 "VERSION_1_0" :deprecated nil :version "1.0")
1018 (defglfun "GetDoublev" get-doublev :return "void" :args
1019 ((:name |pname| :type |GetPName| :direction :in)
1020 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
1021 :category "VERSION_1_0" :deprecated nil :version "1.0")
1022 (defglfun "GetBooleanv" get-booleanv :return "void" :args
1023 ((:name |pname| :type |GetPName| :direction :in)
1024 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
1025 :category "VERSION_1_0" :deprecated nil :version "1.0")
1026 (defglfun "ReadPixels" read-pixels :return "void" :args
1027 ((:name |x| :type |WinCoord| :direction :in)
1028 (:name |y| :type |WinCoord| :direction :in)
1029 (:name |width| :type |SizeI| :direction :in)
1030 (:name |height| :type |SizeI| :direction :in)
1031 (:name |format| :type |PixelFormat| :direction :in)
1032 (:name |type| :type |PixelType| :direction :in)
1033 (:name |pixels| :type |Void| :direction :out :array t :size
1034 (|format| |type| |width| |height|)))
1035 :category "VERSION_1_0" :deprecated nil :version "1.0")
1036 (defglfun "ReadBuffer" read-buffer :return "void" :args
1037 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
1038 :deprecated nil :version "1.0")
1039 (defglfun "PixelStorei" pixel-store-i :return "void" :args
1040 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1041 (:name |param| :type |CheckedInt32| :direction :in))
1042 :category "VERSION_1_0" :deprecated nil :version "1.0")
1043 (defglfun "PixelStoref" pixel-store-f :return "void" :args
1044 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1045 (:name |param| :type |CheckedFloat32| :direction :in))
1046 :category "VERSION_1_0" :deprecated nil :version "1.0")
1047 (defglfun "DepthFunc" depth-func :return "void" :args
1048 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
1049 :deprecated nil :version "1.0")
1050 (defglfun "StencilOp" stencil-op :return "void" :args
1051 ((:name |fail| :type |StencilOp| :direction :in)
1052 (:name |zfail| :type |StencilOp| :direction :in)
1053 (:name |zpass| :type |StencilOp| :direction :in))
1054 :category "VERSION_1_0" :deprecated nil :version "1.0")
1055 (defglfun "StencilFunc" stencil-func :return "void" :args
1056 ((:name |func| :type |StencilFunction| :direction :in)
1057 (:name |ref| :type |ClampedStencilValue| :direction :in)
1058 (:name |mask| :type |MaskedStencilValue| :direction :in))
1059 :category "VERSION_1_0" :deprecated nil :version "1.0")
1060 (defglfun "LogicOp" logic-op :return "void" :args
1061 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
1062 :deprecated nil :version "1.0")
1063 (defglfun "BlendFunc" blend-func :return "void" :args
1064 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
1065 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
1066 :category "VERSION_1_0" :deprecated nil :version "1.0")
1067 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
1068 :deprecated nil :version "1.0")
1069 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
1070 :deprecated nil :version "1.0")
1071 (defglfun "Enable" enable :return "void" :args
1072 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1073 :deprecated nil :version "1.0")
1074 (defglfun "Disable" disable :return "void" :args
1075 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1076 :deprecated nil :version "1.0")
1077 (defglfun "DepthMask" depth-mask :return "void" :args
1078 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1079 :deprecated nil :version "1.0")
1080 (defglfun "ColorMask" color-mask :return "void" :args
1081 ((:name |red| :type |Boolean| :direction :in)
1082 (:name |green| :type |Boolean| :direction :in)
1083 (:name |blue| :type |Boolean| :direction :in)
1084 (:name |alpha| :type |Boolean| :direction :in))
1085 :category "VERSION_1_0" :deprecated nil :version "1.0")
1086 (defglfun "StencilMask" stencil-mask :return "void" :args
1087 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
1088 "VERSION_1_0" :deprecated nil :version "1.0")
1089 (defglfun "ClearDepth" clear-depth :return "void" :args
1090 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
1091 "VERSION_1_0" :deprecated nil :version "1.0")
1092 (defglfun "ClearStencil" clear-stencil :return "void" :args
1093 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
1094 :deprecated nil :version "1.0")
1095 (defglfun "ClearColor" clear-color :return "void" :args
1096 ((:name |red| :type |ClampedColorF| :direction :in)
1097 (:name |green| :type |ClampedColorF| :direction :in)
1098 (:name |blue| :type |ClampedColorF| :direction :in)
1099 (:name |alpha| :type |ClampedColorF| :direction :in))
1100 :category "VERSION_1_0" :deprecated nil :version "1.0")
1101 (defglfun "Clear" clear :return "void" :args
1102 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
1103 "VERSION_1_0" :deprecated nil :version "1.0")
1104 (defglfun "DrawBuffer" draw-buffer :return "void" :args
1105 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
1106 :deprecated nil :version "1.0")
1107 (defglfun "TexImage2D" tex-image-2d :return "void" :args
1108 ((:name |target| :type |TextureTarget| :direction :in)
1109 (:name |level| :type |CheckedInt32| :direction :in)
1110 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1111 (:name |width| :type |SizeI| :direction :in)
1112 (:name |height| :type |SizeI| :direction :in)
1113 (:name |border| :type |CheckedInt32| :direction :in)
1114 (:name |format| :type |PixelFormat| :direction :in)
1115 (:name |type| :type |PixelType| :direction :in)
1116 (:name |pixels| :type |Void| :direction :in :array t :size
1117 (|format| |type| |width| |height|)))
1118 :category "VERSION_1_0" :deprecated nil :version "1.0")
1119 (defglfun "TexImage1D" tex-image-1d :return "void" :args
1120 ((:name |target| :type |TextureTarget| :direction :in)
1121 (:name |level| :type |CheckedInt32| :direction :in)
1122 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1123 (:name |width| :type |SizeI| :direction :in)
1124 (:name |border| :type |CheckedInt32| :direction :in)
1125 (:name |format| :type |PixelFormat| :direction :in)
1126 (:name |type| :type |PixelType| :direction :in)
1127 (:name |pixels| :type |Void| :direction :in :array t :size
1128 (|format| |type| |width|)))
1129 :category "VERSION_1_0" :deprecated nil :version "1.0")
1130 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
1131 ((:name |target| :type |TextureTarget| :direction :in)
1132 (:name |pname| :type |TextureParameterName| :direction :in)
1133 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1134 (|pname|)))
1135 :category "VERSION_1_0" :deprecated nil :version "1.0")
1136 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
1137 ((:name |target| :type |TextureTarget| :direction :in)
1138 (:name |pname| :type |TextureParameterName| :direction :in)
1139 (:name |param| :type |CheckedInt32| :direction :in))
1140 :category "VERSION_1_0" :deprecated nil :version "1.0")
1141 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
1142 ((:name |target| :type |TextureTarget| :direction :in)
1143 (:name |pname| :type |TextureParameterName| :direction :in)
1144 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1145 (|pname|)))
1146 :category "VERSION_1_0" :deprecated nil :version "1.0")
1147 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
1148 ((:name |target| :type |TextureTarget| :direction :in)
1149 (:name |pname| :type |TextureParameterName| :direction :in)
1150 (:name |param| :type |CheckedFloat32| :direction :in))
1151 :category "VERSION_1_0" :deprecated nil :version "1.0")
1152 (defglfun "Scissor" scissor :return "void" :args
1153 ((:name |x| :type |WinCoord| :direction :in)
1154 (:name |y| :type |WinCoord| :direction :in)
1155 (:name |width| :type |SizeI| :direction :in)
1156 (:name |height| :type |SizeI| :direction :in))
1157 :category "VERSION_1_0" :deprecated nil :version "1.0")
1158 (defglfun "PolygonMode" polygon-mode :return "void" :args
1159 ((:name |face| :type |MaterialFace| :direction :in)
1160 (:name |mode| :type |PolygonMode| :direction :in))
1161 :category "VERSION_1_0" :deprecated nil :version "1.0")
1162 (defglfun "PointSize" point-size :return "void" :args
1163 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
1164 :deprecated nil :version "1.0")
1165 (defglfun "LineWidth" line-width :return "void" :args
1166 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
1167 "VERSION_1_0" :deprecated nil :version "1.0")
1168 (defglfun "Hint" hint :return "void" :args
1169 ((:name |target| :type |HintTarget| :direction :in)
1170 (:name |mode| :type |HintMode| :direction :in))
1171 :category "VERSION_1_0" :deprecated nil :version "1.0")
1172 (defglfun "FrontFace" front-face :return "void" :args
1173 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
1174 "VERSION_1_0" :deprecated nil :version "1.0")
1175 (defglfun "CullFace" cull-face :return "void" :args
1176 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
1177 :deprecated nil :version "1.0")
1178 (defglfun "Indexubv" index-ubv :return "void" :args
1179 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
1180 :category "VERSION_1_1" :deprecated nil :version "1.1")
1181 (defglfun "Indexub" index-ub :return "void" :args
1182 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
1183 :deprecated nil :version "1.1")
1184 (defglfun "IsTexture" is-texture :return "Boolean" :args
1185 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
1186 :deprecated nil :version "1.1")
1187 (defglfun "GenTextures" gen-textures :return "void" :args
1188 ((:name |n| :type |SizeI| :direction :in)
1189 (:name |textures| :type |Texture| :direction :out :array t :size n))
1190 :category "VERSION_1_1" :deprecated nil :version "1.1")
1191 (defglfun "DeleteTextures" delete-textures :return "void" :args
1192 ((:name |n| :type |SizeI| :direction :in)
1193 (:name |textures| :type |Texture| :direction :in :array t :size n))
1194 :category "VERSION_1_1" :deprecated nil :version "1.1")
1195 (defglfun "BindTexture" bind-texture :return "void" :args
1196 ((:name |target| :type |TextureTarget| :direction :in)
1197 (:name |texture| :type |Texture| :direction :in))
1198 :category "VERSION_1_1" :deprecated nil :version "1.1")
1199 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
1200 ((:name |target| :type |TextureTarget| :direction :in)
1201 (:name |level| :type |CheckedInt32| :direction :in)
1202 (:name |xoffset| :type |CheckedInt32| :direction :in)
1203 (:name |yoffset| :type |CheckedInt32| :direction :in)
1204 (:name |width| :type |SizeI| :direction :in)
1205 (:name |height| :type |SizeI| :direction :in)
1206 (:name |format| :type |PixelFormat| :direction :in)
1207 (:name |type| :type |PixelType| :direction :in)
1208 (:name |pixels| :type |Void| :direction :in :array t :size
1209 (|format| |type| |width| |height|)))
1210 :category "VERSION_1_1" :deprecated nil :version "1.1")
1211 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
1212 ((:name |target| :type |TextureTarget| :direction :in)
1213 (:name |level| :type |CheckedInt32| :direction :in)
1214 (:name |xoffset| :type |CheckedInt32| :direction :in)
1215 (:name |width| :type |SizeI| :direction :in)
1216 (:name |format| :type |PixelFormat| :direction :in)
1217 (:name |type| :type |PixelType| :direction :in)
1218 (:name |pixels| :type |Void| :direction :in :array t :size
1219 (|format| |type| |width|)))
1220 :category "VERSION_1_1" :deprecated nil :version "1.1")
1221 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
1222 ((:name |target| :type |TextureTarget| :direction :in)
1223 (:name |level| :type |CheckedInt32| :direction :in)
1224 (:name |xoffset| :type |CheckedInt32| :direction :in)
1225 (:name |yoffset| :type |CheckedInt32| :direction :in)
1226 (:name |x| :type |WinCoord| :direction :in)
1227 (:name |y| :type |WinCoord| :direction :in)
1228 (:name |width| :type |SizeI| :direction :in)
1229 (:name |height| :type |SizeI| :direction :in))
1230 :category "VERSION_1_1" :deprecated nil :version "1.1")
1231 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
1232 ((:name |target| :type |TextureTarget| :direction :in)
1233 (:name |level| :type |CheckedInt32| :direction :in)
1234 (:name |xoffset| :type |CheckedInt32| :direction :in)
1235 (:name |x| :type |WinCoord| :direction :in)
1236 (:name |y| :type |WinCoord| :direction :in)
1237 (:name |width| :type |SizeI| :direction :in))
1238 :category "VERSION_1_1" :deprecated nil :version "1.1")
1239 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
1240 ((:name |target| :type |TextureTarget| :direction :in)
1241 (:name |level| :type |CheckedInt32| :direction :in)
1242 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1243 (:name |x| :type |WinCoord| :direction :in)
1244 (:name |y| :type |WinCoord| :direction :in)
1245 (:name |width| :type |SizeI| :direction :in)
1246 (:name |height| :type |SizeI| :direction :in)
1247 (:name |border| :type |CheckedInt32| :direction :in))
1248 :category "VERSION_1_1" :deprecated nil :version "1.1")
1249 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
1250 ((:name |target| :type |TextureTarget| :direction :in)
1251 (:name |level| :type |CheckedInt32| :direction :in)
1252 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1253 (:name |x| :type |WinCoord| :direction :in)
1254 (:name |y| :type |WinCoord| :direction :in)
1255 (:name |width| :type |SizeI| :direction :in)
1256 (:name |border| :type |CheckedInt32| :direction :in))
1257 :category "VERSION_1_1" :deprecated nil :version "1.1")
1258 (defglfun "PolygonOffset" polygon-offset :return "void" :args
1259 ((:name |factor| :type |Float32| :direction :in)
1260 (:name |units| :type |Float32| :direction :in))
1261 :category "VERSION_1_1" :deprecated nil :version "1.1")
1262 (defglfun "GetPointerv" get-pointerv :return "void" :args
1263 ((:name |pname| :type |GetPointervPName| :direction :in)
1264 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1265 :category "VERSION_1_1" :deprecated nil :version "1.1")
1266 (defglfun "DrawElements" draw-elements :return "void" :args
1267 ((:name |mode| :type |BeginMode| :direction :in)
1268 (:name |count| :type |SizeI| :direction :in)
1269 (:name |type| :type |DrawElementsType| :direction :in)
1270 (:name |indices| :type |Void| :direction :in :array t :size
1271 (|count| |type|)))
1272 :category "VERSION_1_1" :deprecated nil :version "1.1")
1273 (defglfun "DrawArrays" draw-arrays :return "void" :args
1274 ((:name |mode| :type |BeginMode| :direction :in)
1275 (:name |first| :type |Int32| :direction :in)
1276 (:name |count| :type |SizeI| :direction :in))
1277 :category "VERSION_1_1" :deprecated nil :version "1.1")
1278 (defglfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1279 ((:name |target| :type |TextureTarget| :direction :in)
1280 (:name |level| :type |CheckedInt32| :direction :in)
1281 (:name |xoffset| :type |CheckedInt32| :direction :in)
1282 (:name |yoffset| :type |CheckedInt32| :direction :in)
1283 (:name |zoffset| :type |CheckedInt32| :direction :in)
1284 (:name |x| :type |WinCoord| :direction :in)
1285 (:name |y| :type |WinCoord| :direction :in)
1286 (:name |width| :type |SizeI| :direction :in)
1287 (:name |height| :type |SizeI| :direction :in))
1288 :category "VERSION_1_2" :deprecated nil :version "1.2")
1289 (defglfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
1290 ((:name |target| :type |TextureTarget| :direction :in)
1291 (:name |level| :type |CheckedInt32| :direction :in)
1292 (:name |xoffset| :type |CheckedInt32| :direction :in)
1293 (:name |yoffset| :type |CheckedInt32| :direction :in)
1294 (:name |zoffset| :type |CheckedInt32| :direction :in)
1295 (:name |width| :type |SizeI| :direction :in)
1296 (:name |height| :type |SizeI| :direction :in)
1297 (:name |depth| :type |SizeI| :direction :in)
1298 (:name |format| :type |PixelFormat| :direction :in)
1299 (:name |type| :type |PixelType| :direction :in)
1300 (:name |pixels| :type |Void| :direction :in :array t :size
1301 (|format| |type| |width| |height| |depth|)))
1302 :category "VERSION_1_2" :deprecated nil :version "1.2")
1303 (defglfun "DrawRangeElements" draw-range-elements :return "void" :args
1304 ((:name |mode| :type |BeginMode| :direction :in)
1305 (:name |start| :type |UInt32| :direction :in)
1306 (:name |end| :type |UInt32| :direction :in)
1307 (:name |count| :type |SizeI| :direction :in)
1308 (:name |type| :type |DrawElementsType| :direction :in)
1309 (:name |indices| :type |Void| :direction :in :array t :size
1310 (|count| |type|)))
1311 :category "VERSION_1_2" :deprecated nil :version "1.2")
1312 (defglfun "BlendEquation" blend-equation :return "void" :args
1313 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1314 "VERSION_1_2" :deprecated nil :version "1.2")
1315 (defglfun "BlendColor" blend-color :return "void" :args
1316 ((:name |red| :type |ClampedColorF| :direction :in)
1317 (:name |green| :type |ClampedColorF| :direction :in)
1318 (:name |blue| :type |ClampedColorF| :direction :in)
1319 (:name |alpha| :type |ClampedColorF| :direction :in))
1320 :category "VERSION_1_2" :deprecated nil :version "1.2")
1321 (defglfun "GetCompressedTexImage" get-compressed-tex-image :return "void" :args
1322 ((:name |target| :type |TextureTarget| :direction :in)
1323 (:name |level| :type |CheckedInt32| :direction :in)
1324 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
1325 (|target| |level|)))
1326 :category "VERSION_1_3" :deprecated nil :version "1.3")
1327 (defglfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void"
1328 :args
1329 ((:name |target| :type |TextureTarget| :direction :in)
1330 (:name |level| :type |CheckedInt32| :direction :in)
1331 (:name |xoffset| :type |CheckedInt32| :direction :in)
1332 (:name |width| :type |SizeI| :direction :in)
1333 (:name |format| :type |PixelFormat| :direction :in)
1334 (:name |imageSize| :type |SizeI| :direction :in)
1335 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1336 imagesize))
1337 :category "VERSION_1_3" :deprecated nil :version "1.3")
1338 (defglfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void"
1339 :args
1340 ((:name |target| :type |TextureTarget| :direction :in)
1341 (:name |level| :type |CheckedInt32| :direction :in)
1342 (:name |xoffset| :type |CheckedInt32| :direction :in)
1343 (:name |yoffset| :type |CheckedInt32| :direction :in)
1344 (:name |width| :type |SizeI| :direction :in)
1345 (:name |height| :type |SizeI| :direction :in)
1346 (:name |format| :type |PixelFormat| :direction :in)
1347 (:name |imageSize| :type |SizeI| :direction :in)
1348 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1349 imagesize))
1350 :category "VERSION_1_3" :deprecated nil :version "1.3")
1351 (defglfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void"
1352 :args
1353 ((:name |target| :type |TextureTarget| :direction :in)
1354 (:name |level| :type |CheckedInt32| :direction :in)
1355 (:name |xoffset| :type |CheckedInt32| :direction :in)
1356 (:name |yoffset| :type |CheckedInt32| :direction :in)
1357 (:name |zoffset| :type |CheckedInt32| :direction :in)
1358 (:name |width| :type |SizeI| :direction :in)
1359 (:name |height| :type |SizeI| :direction :in)
1360 (:name |depth| :type |SizeI| :direction :in)
1361 (:name |format| :type |PixelFormat| :direction :in)
1362 (:name |imageSize| :type |SizeI| :direction :in)
1363 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1364 imagesize))
1365 :category "VERSION_1_3" :deprecated nil :version "1.3")
1366 (defglfun "CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
1367 ((:name |target| :type |TextureTarget| :direction :in)
1368 (:name |level| :type |CheckedInt32| :direction :in)
1369 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1370 (:name |width| :type |SizeI| :direction :in)
1371 (:name |border| :type |CheckedInt32| :direction :in)
1372 (:name |imageSize| :type |SizeI| :direction :in)
1373 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1374 imagesize))
1375 :category "VERSION_1_3" :deprecated nil :version "1.3")
1376 (defglfun "CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
1377 ((:name |target| :type |TextureTarget| :direction :in)
1378 (:name |level| :type |CheckedInt32| :direction :in)
1379 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1380 (:name |width| :type |SizeI| :direction :in)
1381 (:name |height| :type |SizeI| :direction :in)
1382 (:name |border| :type |CheckedInt32| :direction :in)
1383 (:name |imageSize| :type |SizeI| :direction :in)
1384 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1385 imagesize))
1386 :category "VERSION_1_3" :deprecated nil :version "1.3")
1387 (defglfun "CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
1388 ((:name |target| :type |TextureTarget| :direction :in)
1389 (:name |level| :type |CheckedInt32| :direction :in)
1390 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1391 (:name |width| :type |SizeI| :direction :in)
1392 (:name |height| :type |SizeI| :direction :in)
1393 (:name |depth| :type |SizeI| :direction :in)
1394 (:name |border| :type |CheckedInt32| :direction :in)
1395 (:name |imageSize| :type |SizeI| :direction :in)
1396 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
1397 imagesize))
1398 :category "VERSION_1_3" :deprecated nil :version "1.3")
1399 (defglfun "SampleCoverage" sample-coverage :return "void" :args
1400 ((:name |value| :type |ClampedFloat32| :direction :in)
1401 (:name |invert| :type |Boolean| :direction :in))
1402 :category "VERSION_1_3" :deprecated nil :version "1.3")
1403 (defglfun "ActiveTexture" active-texture :return "void" :args
1404 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
1405 :deprecated nil :version "1.3")
1406 (defglfun "PointParameteriv" point-parameter-iv :return "void" :args
1407 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1408 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1409 :category "VERSION_1_4" :deprecated nil :version "1.4")
1410 (defglfun "PointParameteri" point-parameter-i :return "void" :args
1411 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1412 (:name |param| :type |Int32| :direction :in))
1413 :category "VERSION_1_4" :deprecated nil :version "1.4")
1414 (defglfun "PointParameterfv" point-parameter-fv :return "void" :args
1415 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1416 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1417 (|pname|)))
1418 :category "VERSION_1_4" :deprecated nil :version "1.4")
1419 (defglfun "PointParameterf" point-parameter-f :return "void" :args
1420 ((:name |pname| :type |PointParameterNameARB| :direction :in)
1421 (:name |param| :type |CheckedFloat32| :direction :in))
1422 :category "VERSION_1_4" :deprecated nil :version "1.4")
1423 (defglfun "MultiDrawElements" multi-draw-elements :return "void" :args
1424 ((:name |mode| :type |BeginMode| :direction :in)
1425 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1426 (:name |type| :type |DrawElementsType| :direction :in)
1427 (:name |indices| :type |VoidPointer| :direction :in :array t :size
1428 (|primcount|))
1429 (:name |primcount| :type |SizeI| :direction :in))
1430 :category "VERSION_1_4" :deprecated nil :version "1.4")
1431 (defglfun "MultiDrawArrays" multi-draw-arrays :return "void" :args
1432 ((:name |mode| :type |BeginMode| :direction :in)
1433 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
1434 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
1435 (:name |primcount| :type |SizeI| :direction :in))
1436 :category "VERSION_1_4" :deprecated nil :version "1.4")
1437 (defglfun "BlendFuncSeparate" blend-func-separate :return "void" :args
1438 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1439 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
1440 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
1441 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
1442 :category "VERSION_1_4" :deprecated nil :version "1.4")
1443 (defglfun "GetBufferPointerv" get-buffer-pointerv :return "void" :args
1444 ((:name |target| :type |BufferTargetARB| :direction :in)
1445 (:name |pname| :type |BufferPointerNameARB| :direction :in)
1446 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1447 :category "VERSION_1_5" :deprecated nil :version "1.5")
1448 (defglfun "GetBufferParameteriv" get-buffer-parameter-iv :return "void" :args
1449 ((:name |target| :type |BufferTargetARB| :direction :in)
1450 (:name |pname| :type |BufferPNameARB| :direction :in)
1451 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1452 :category "VERSION_1_5" :deprecated nil :version "1.5")
1453 (defglfun "UnmapBuffer" unmap-buffer :return "Boolean" :args
1454 ((:name |target| :type |BufferTargetARB| :direction :in)) :category
1455 "VERSION_1_5" :deprecated nil :version "1.5")
1456 (defglfun "MapBuffer" map-buffer :return "VoidPointer" :args
1457 ((:name |target| :type |BufferTargetARB| :direction :in)
1458 (:name |access| :type |BufferAccessARB| :direction :in))
1459 :category "VERSION_1_5" :deprecated nil :version "1.5")
1460 (defglfun "GetBufferSubData" get-buffer-sub-data :return "void" :args
1461 ((:name |target| :type |BufferTargetARB| :direction :in)
1462 (:name |offset| :type |BufferOffset| :direction :in)
1463 (:name |size| :type |BufferSize| :direction :in)
1464 (:name |data| :type |Void| :direction :out :array t :size size))
1465 :category "VERSION_1_5" :deprecated nil :version "1.5")
1466 (defglfun "BufferSubData" buffer-sub-data :return "void" :args
1467 ((:name |target| :type |BufferTargetARB| :direction :in)
1468 (:name |offset| :type |BufferOffset| :direction :in)
1469 (:name |size| :type |BufferSize| :direction :in)
1470 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
1471 :category "VERSION_1_5" :deprecated nil :version "1.5")
1472 (defglfun "BufferData" buffer-data :return "void" :args
1473 ((:name |target| :type |BufferTargetARB| :direction :in)
1474 (:name |size| :type |BufferSize| :direction :in)
1475 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
1476 (:name |usage| :type |BufferUsageARB| :direction :in))
1477 :category "VERSION_1_5" :deprecated nil :version "1.5")
1478 (defglfun "IsBuffer" is-buffer :return "Boolean" :args
1479 ((:name |buffer| :type |UInt32| :direction :in)) :category "VERSION_1_5"
1480 :deprecated nil :version "1.5")
1481 (defglfun "GenBuffers" gen-buffers :return "void" :args
1482 ((:name |n| :type |SizeI| :direction :in)
1483 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
1484 :category "VERSION_1_5" :deprecated nil :version "1.5")
1485 (defglfun "DeleteBuffers" delete-buffers :return "void" :args
1486 ((:name |n| :type |SizeI| :direction :in)
1487 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
1488 :category "VERSION_1_5" :deprecated nil :version "1.5")
1489 (defglfun "BindBuffer" bind-buffer :return "void" :args
1490 ((:name |target| :type |BufferTargetARB| :direction :in)
1491 (:name |buffer| :type |UInt32| :direction :in))
1492 :category "VERSION_1_5" :deprecated nil :version "1.5")
1493 (defglfun "GetQueryObjectuiv" get-query-object-uiv :return "void" :args
1494 ((:name |id| :type |UInt32| :direction :in)
1495 (:name |pname| :type |GLenum| :direction :in)
1496 (:name |params| :type |UInt32| :direction :out :array t :size pname))
1497 :category "VERSION_1_5" :deprecated nil :version "1.5")
1498 (defglfun "GetQueryObjectiv" get-query-object-iv :return "void" :args
1499 ((:name |id| :type |UInt32| :direction :in)
1500 (:name |pname| :type |GLenum| :direction :in)
1501 (:name |params| :type |Int32| :direction :out :array t :size pname))
1502 :category "VERSION_1_5" :deprecated nil :version "1.5")
1503 (defglfun "GetQueryiv" get-query-iv :return "void" :args
1504 ((:name |target| :type |GLenum| :direction :in)
1505 (:name |pname| :type |GLenum| :direction :in)
1506 (:name |params| :type |Int32| :direction :out :array t :size pname))
1507 :category "VERSION_1_5" :deprecated nil :version "1.5")
1508 (defglfun "EndQuery" end-query :return "void" :args
1509 ((:name |target| :type |GLenum| :direction :in)) :category "VERSION_1_5"
1510 :deprecated nil :version "1.5")
1511 (defglfun "BeginQuery" begin-query :return "void" :args
1512 ((:name |target| :type |GLenum| :direction :in)
1513 (:name |id| :type |UInt32| :direction :in))
1514 :category "VERSION_1_5" :deprecated nil :version "1.5")
1515 (defglfun "IsQuery" is-query :return "Boolean" :args
1516 ((:name |id| :type |UInt32| :direction :in)) :category "VERSION_1_5"
1517 :deprecated nil :version "1.5")
1518 (defglfun "DeleteQueries" delete-queries :return "void" :args
1519 ((:name |n| :type |SizeI| :direction :in)
1520 (:name |ids| :type |UInt32| :direction :in :array t :size n))
1521 :category "VERSION_1_5" :deprecated nil :version "1.5")
1522 (defglfun "GenQueries" gen-queries :return "void" :args
1523 ((:name |n| :type |SizeI| :direction :in)
1524 (:name |ids| :type |UInt32| :direction :out :array t :size n))
1525 :category "VERSION_1_5" :deprecated nil :version "1.5")
1526 (defglfun "VertexAttribPointer" vertex-attrib-pointer :return "void" :args
1527 ((:name |index| :type |UInt32| :direction :in)
1528 (:name |size| :type |Int32| :direction :in)
1529 (:name |type| :type |VertexAttribPointerTypeARB| :direction :in)
1530 (:name |normalized| :type |Boolean| :direction :in)
1531 (:name |stride| :type |SizeI| :direction :in)
1532 (:name |pointer| :type |Void| :direction :in :array t :size
1533 (|size| |type| |stride|) :retained t))
1534 :category "VERSION_2_0" :deprecated nil :version "2.0")
1535 (defglfun "ValidateProgram" validate-program :return "void" :args
1536 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1537 :deprecated nil :version "2.0")
1538 (defglfun "UniformMatrix4fv" uniform-matrix-4fv :return "void" :args
1539 ((:name |location| :type |Int32| :direction :in)
1540 (:name |count| :type |SizeI| :direction :in)
1541 (:name |transpose| :type |Boolean| :direction :in)
1542 (:name |value| :type |Float32| :direction :in :array t :size count))
1543 :category "VERSION_2_0" :deprecated nil :version "2.0")
1544 (defglfun "UniformMatrix3fv" uniform-matrix-3fv :return "void" :args
1545 ((:name |location| :type |Int32| :direction :in)
1546 (:name |count| :type |SizeI| :direction :in)
1547 (:name |transpose| :type |Boolean| :direction :in)
1548 (:name |value| :type |Float32| :direction :in :array t :size count))
1549 :category "VERSION_2_0" :deprecated nil :version "2.0")
1550 (defglfun "UniformMatrix2fv" uniform-matrix-2fv :return "void" :args
1551 ((:name |location| :type |Int32| :direction :in)
1552 (:name |count| :type |SizeI| :direction :in)
1553 (:name |transpose| :type |Boolean| :direction :in)
1554 (:name |value| :type |Float32| :direction :in :array t :size count))
1555 :category "VERSION_2_0" :deprecated nil :version "2.0")
1556 (defglfun "Uniform4iv" uniform-4iv :return "void" :args
1557 ((:name |location| :type |Int32| :direction :in)
1558 (:name |count| :type |SizeI| :direction :in)
1559 (:name |value| :type |Int32| :direction :in :array t :size count))
1560 :category "VERSION_2_0" :deprecated nil :version "2.0")
1561 (defglfun "Uniform3iv" uniform-3iv :return "void" :args
1562 ((:name |location| :type |Int32| :direction :in)
1563 (:name |count| :type |SizeI| :direction :in)
1564 (:name |value| :type |Int32| :direction :in :array t :size count))
1565 :category "VERSION_2_0" :deprecated nil :version "2.0")
1566 (defglfun "Uniform2iv" uniform-2iv :return "void" :args
1567 ((:name |location| :type |Int32| :direction :in)
1568 (:name |count| :type |SizeI| :direction :in)
1569 (:name |value| :type |Int32| :direction :in :array t :size count))
1570 :category "VERSION_2_0" :deprecated nil :version "2.0")
1571 (defglfun "Uniform1iv" uniform-1iv :return "void" :args
1572 ((:name |location| :type |Int32| :direction :in)
1573 (:name |count| :type |SizeI| :direction :in)
1574 (:name |value| :type |Int32| :direction :in :array t :size count))
1575 :category "VERSION_2_0" :deprecated nil :version "2.0")
1576 (defglfun "Uniform4fv" uniform-4fv :return "void" :args
1577 ((:name |location| :type |Int32| :direction :in)
1578 (:name |count| :type |SizeI| :direction :in)
1579 (:name |value| :type |Float32| :direction :in :array t :size count))
1580 :category "VERSION_2_0" :deprecated nil :version "2.0")
1581 (defglfun "Uniform3fv" uniform-3fv :return "void" :args
1582 ((:name |location| :type |Int32| :direction :in)
1583 (:name |count| :type |SizeI| :direction :in)
1584 (:name |value| :type |Float32| :direction :in :array t :size count))
1585 :category "VERSION_2_0" :deprecated nil :version "2.0")
1586 (defglfun "Uniform2fv" uniform-2fv :return "void" :args
1587 ((:name |location| :type |Int32| :direction :in)
1588 (:name |count| :type |SizeI| :direction :in)
1589 (:name |value| :type |Float32| :direction :in :array t :size count))
1590 :category "VERSION_2_0" :deprecated nil :version "2.0")
1591 (defglfun "Uniform1fv" uniform-1fv :return "void" :args
1592 ((:name |location| :type |Int32| :direction :in)
1593 (:name |count| :type |SizeI| :direction :in)
1594 (:name |value| :type |Float32| :direction :in :array t :size count))
1595 :category "VERSION_2_0" :deprecated nil :version "2.0")
1596 (defglfun "Uniform4i" uniform-4i :return "void" :args
1597 ((:name |location| :type |Int32| :direction :in)
1598 (:name |v0| :type |Int32| :direction :in)
1599 (:name |v1| :type |Int32| :direction :in)
1600 (:name |v2| :type |Int32| :direction :in)
1601 (:name |v3| :type |Int32| :direction :in))
1602 :category "VERSION_2_0" :deprecated nil :version "2.0")
1603 (defglfun "Uniform3i" uniform-3i :return "void" :args
1604 ((:name |location| :type |Int32| :direction :in)
1605 (:name |v0| :type |Int32| :direction :in)
1606 (:name |v1| :type |Int32| :direction :in)
1607 (:name |v2| :type |Int32| :direction :in))
1608 :category "VERSION_2_0" :deprecated nil :version "2.0")
1609 (defglfun "Uniform2i" uniform-2i :return "void" :args
1610 ((:name |location| :type |Int32| :direction :in)
1611 (:name |v0| :type |Int32| :direction :in)
1612 (:name |v1| :type |Int32| :direction :in))
1613 :category "VERSION_2_0" :deprecated nil :version "2.0")
1614 (defglfun "Uniform1i" uniform-1i :return "void" :args
1615 ((:name |location| :type |Int32| :direction :in)
1616 (:name |v0| :type |Int32| :direction :in))
1617 :category "VERSION_2_0" :deprecated nil :version "2.0")
1618 (defglfun "Uniform4f" uniform-4f :return "void" :args
1619 ((:name |location| :type |Int32| :direction :in)
1620 (:name |v0| :type |Float32| :direction :in)
1621 (:name |v1| :type |Float32| :direction :in)
1622 (:name |v2| :type |Float32| :direction :in)
1623 (:name |v3| :type |Float32| :direction :in))
1624 :category "VERSION_2_0" :deprecated nil :version "2.0")
1625 (defglfun "Uniform3f" uniform-3f :return "void" :args
1626 ((:name |location| :type |Int32| :direction :in)
1627 (:name |v0| :type |Float32| :direction :in)
1628 (:name |v1| :type |Float32| :direction :in)
1629 (:name |v2| :type |Float32| :direction :in))
1630 :category "VERSION_2_0" :deprecated nil :version "2.0")
1631 (defglfun "Uniform2f" uniform-2f :return "void" :args
1632 ((:name |location| :type |Int32| :direction :in)
1633 (:name |v0| :type |Float32| :direction :in)
1634 (:name |v1| :type |Float32| :direction :in))
1635 :category "VERSION_2_0" :deprecated nil :version "2.0")
1636 (defglfun "Uniform1f" uniform-1f :return "void" :args
1637 ((:name |location| :type |Int32| :direction :in)
1638 (:name |v0| :type |Float32| :direction :in))
1639 :category "VERSION_2_0" :deprecated nil :version "2.0")
1640 (defglfun "UseProgram" use-program :return "void" :args
1641 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1642 :deprecated nil :version "2.0")
1643 (defglfun "ShaderSource" shader-source :return "void" :args
1644 ((:name |shader| :type |UInt32| :direction :in)
1645 (:name |count| :type |SizeI| :direction :in)
1646 (:name |string| :type |CharPointer| :direction :in :array t :size count)
1647 (:name |length| :type |Int32| :direction :in :array t :size #x1))
1648 :category "VERSION_2_0" :deprecated nil :version "2.0")
1649 (defglfun "LinkProgram" link-program :return "void" :args
1650 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1651 :deprecated nil :version "2.0")
1652 (defglfun "IsShader" is-shader :return "Boolean" :args
1653 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1654 :deprecated nil :version "2.0")
1655 (defglfun "IsProgram" is-program :return "Boolean" :args
1656 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1657 :deprecated nil :version "2.0")
1658 (defglfun "GetVertexAttribPointerv" get-vertex-attrib-pointerv :return "void"
1659 :args
1660 ((:name |index| :type |UInt32| :direction :in)
1661 (:name |pname| :type |VertexAttribPointerPropertyARB| :direction :in)
1662 (:name |pointer| :type |VoidPointer| :direction :out :array t :size #x1))
1663 :category "VERSION_2_0" :deprecated nil :version "2.0")
1664 (defglfun "GetVertexAttribiv" get-vertex-attrib-iv :return "void" :args
1665 ((:name |index| :type |UInt32| :direction :in)
1666 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1667 (:name |params| :type |Int32| :direction :out :array t :size #x4))
1668 :category "VERSION_2_0" :deprecated nil :version "2.0")
1669 (defglfun "GetVertexAttribfv" get-vertex-attrib-fv :return "void" :args
1670 ((:name |index| :type |UInt32| :direction :in)
1671 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1672 (:name |params| :type |Float32| :direction :out :array t :size #x4))
1673 :category "VERSION_2_0" :deprecated nil :version "2.0")
1674 (defglfun "GetVertexAttribdv" get-vertex-attrib-dv :return "void" :args
1675 ((:name |index| :type |UInt32| :direction :in)
1676 (:name |pname| :type |VertexAttribPropertyARB| :direction :in)
1677 (:name |params| :type |Float64| :direction :out :array t :size #x4))
1678 :category "VERSION_2_0" :deprecated nil :version "2.0")
1679 (defglfun "GetUniformiv" get-uniform-iv :return "void" :args
1680 ((:name |program| :type |UInt32| :direction :in)
1681 (:name |location| :type |Int32| :direction :in)
1682 (:name |params| :type |Int32| :direction :out :array t :size (|location|)))
1683 :category "VERSION_2_0" :deprecated nil :version "2.0")
1684 (defglfun "GetUniformfv" get-uniform-fv :return "void" :args
1685 ((:name |program| :type |UInt32| :direction :in)
1686 (:name |location| :type |Int32| :direction :in)
1687 (:name |params| :type |Float32| :direction :out :array t :size (|location|)))
1688 :category "VERSION_2_0" :deprecated nil :version "2.0")
1689 (defglfun "GetUniformLocation" get-uniform-location :return "Int32" :args
1690 ((:name |program| :type |UInt32| :direction :in)
1691 (:name |name| :type |Char| :direction :in :array t))
1692 :category "VERSION_2_0" :deprecated nil :version "2.0")
1693 (defglfun "GetShaderSource" get-shader-source :return "void" :args
1694 ((:name |shader| :type |UInt32| :direction :in)
1695 (:name |bufSize| :type |SizeI| :direction :in)
1696 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1697 (:name |source| :type |Char| :direction :out :array t :size length))
1698 :category "VERSION_2_0" :deprecated nil :version "2.0")
1699 (defglfun "GetShaderInfoLog" get-shader-info-log :return "void" :args
1700 ((:name |shader| :type |UInt32| :direction :in)
1701 (:name |bufSize| :type |SizeI| :direction :in)
1702 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1703 (:name |infoLog| :type |Char| :direction :out :array t :size length))
1704 :category "VERSION_2_0" :deprecated nil :version "2.0")
1705 (defglfun "GetShaderiv" get-shader-iv :return "void" :args
1706 ((:name |shader| :type |UInt32| :direction :in)
1707 (:name |pname| :type |GLenum| :direction :in)
1708 (:name |params| :type |Int32| :direction :out :array t :size pname))
1709 :category "VERSION_2_0" :deprecated nil :version "2.0")
1710 (defglfun "GetProgramInfoLog" get-program-info-log :return "void" :args
1711 ((:name |program| :type |UInt32| :direction :in)
1712 (:name |bufSize| :type |SizeI| :direction :in)
1713 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1714 (:name |infoLog| :type |Char| :direction :out :array t :size length))
1715 :category "VERSION_2_0" :deprecated nil :version "2.0")
1716 (defglfun "GetProgramiv" get-program-iv :return "void" :args
1717 ((:name |program| :type |UInt32| :direction :in)
1718 (:name |pname| :type |GLenum| :direction :in)
1719 (:name |params| :type |Int32| :direction :out :array t :size pname))
1720 :category "VERSION_2_0" :deprecated nil :version "2.0")
1721 (defglfun "GetAttribLocation" get-attrib-location :return "Int32" :args
1722 ((:name |program| :type |UInt32| :direction :in)
1723 (:name |name| :type |Char| :direction :in :array t))
1724 :category "VERSION_2_0" :deprecated nil :version "2.0")
1725 (defglfun "GetAttachedShaders" get-attached-shaders :return "void" :args
1726 ((:name |program| :type |UInt32| :direction :in)
1727 (:name |maxCount| :type |SizeI| :direction :in)
1728 (:name |count| :type |SizeI| :direction :out :array t :size #x1)
1729 (:name |obj| :type |UInt32| :direction :out :array t :size count))
1730 :category "VERSION_2_0" :deprecated nil :version "2.0")
1731 (defglfun "GetActiveUniform" get-active-uniform :return "void" :args
1732 ((:name |program| :type |UInt32| :direction :in)
1733 (:name |index| :type |UInt32| :direction :in)
1734 (:name |bufSize| :type |SizeI| :direction :in)
1735 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1736 (:name |size| :type |Int32| :direction :out :array t :size #x1)
1737 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1738 (:name |name| :type |Char| :direction :out :array t))
1739 :category "VERSION_2_0" :deprecated nil :version "2.0")
1740 (defglfun "GetActiveAttrib" get-active-attrib :return "void" :args
1741 ((:name |program| :type |UInt32| :direction :in)
1742 (:name |index| :type |UInt32| :direction :in)
1743 (:name |bufSize| :type |SizeI| :direction :in)
1744 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1745 (:name |size| :type |Int32| :direction :out :array t :size #x1)
1746 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1747 (:name |name| :type |Char| :direction :out :array t))
1748 :category "VERSION_2_0" :deprecated nil :version "2.0")
1749 (defglfun "EnableVertexAttribArray" enable-vertex-attrib-array :return "void"
1750 :args ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1751 :deprecated nil :version "2.0")
1752 (defglfun "DisableVertexAttribArray" disable-vertex-attrib-array :return "void"
1753 :args ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1754 :deprecated nil :version "2.0")
1755 (defglfun "DetachShader" detach-shader :return "void" :args
1756 ((:name |program| :type |UInt32| :direction :in)
1757 (:name |shader| :type |UInt32| :direction :in))
1758 :category "VERSION_2_0" :deprecated nil :version "2.0")
1759 (defglfun "DeleteShader" delete-shader :return "void" :args
1760 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1761 :deprecated nil :version "2.0")
1762 (defglfun "DeleteProgram" delete-program :return "void" :args
1763 ((:name |program| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1764 :deprecated nil :version "2.0")
1765 (defglfun "CreateShader" create-shader :return "UInt32" :args
1766 ((:name |type| :type |GLenum| :direction :in)) :category "VERSION_2_0"
1767 :deprecated nil :version "2.0")
1768 (defglfun "CreateProgram" create-program :return "UInt32" :args nil :category
1769 "VERSION_2_0" :deprecated nil :version "2.0")
1770 (defglfun "CompileShader" compile-shader :return "void" :args
1771 ((:name |shader| :type |UInt32| :direction :in)) :category "VERSION_2_0"
1772 :deprecated nil :version "2.0")
1773 (defglfun "BindAttribLocation" bind-attrib-location :return "void" :args
1774 ((:name |program| :type |UInt32| :direction :in)
1775 (:name |index| :type |UInt32| :direction :in)
1776 (:name |name| :type |Char| :direction :in :array t))
1777 :category "VERSION_2_0" :deprecated nil :version "2.0")
1778 (defglfun "AttachShader" attach-shader :return "void" :args
1779 ((:name |program| :type |UInt32| :direction :in)
1780 (:name |shader| :type |UInt32| :direction :in))
1781 :category "VERSION_2_0" :deprecated nil :version "2.0")
1782 (defglfun "StencilMaskSeparate" stencil-mask-separate :return "void" :args
1783 ((:name |face| :type |StencilFaceDirection| :direction :in)
1784 (:name |mask| :type |MaskedStencilValue| :direction :in))
1785 :category "VERSION_2_0" :deprecated nil :version "2.0")
1786 (defglfun "StencilFuncSeparate" stencil-func-separate :return "void" :args
1787 ((:name |face| :type |StencilFaceDirection| :direction :in)
1788 (:name |func| :type |StencilFunction| :direction :in)
1789 (:name |ref| :type |ClampedStencilValue| :direction :in)
1790 (:name |mask| :type |MaskedStencilValue| :direction :in))
1791 :category "VERSION_2_0" :deprecated nil :version "2.0")
1792 (defglfun "StencilOpSeparate" stencil-op-separate :return "void" :args
1793 ((:name |face| :type |StencilFaceDirection| :direction :in)
1794 (:name |sfail| :type |StencilOp| :direction :in)
1795 (:name |dpfail| :type |StencilOp| :direction :in)
1796 (:name |dppass| :type |StencilOp| :direction :in))
1797 :category "VERSION_2_0" :deprecated nil :version "2.0")
1798 (defglfun "DrawBuffers" draw-buffers :return "void" :args
1799 ((:name |n| :type |SizeI| :direction :in)
1800 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
1801 :category "VERSION_2_0" :deprecated nil :version "2.0")
1802 (defglfun "BlendEquationSeparate" blend-equation-separate :return "void" :args
1803 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
1804 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
1805 :category "VERSION_2_0" :deprecated nil :version "2.0")
1806 (defglfun "UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :args
1807 ((:name |location| :type |Int32| :direction :in)
1808 (:name |count| :type |SizeI| :direction :in)
1809 (:name |transpose| :type |Boolean| :direction :in)
1810 (:name |value| :type |Float32| :direction :in :array t :size #xC))
1811 :category "VERSION_2_1" :deprecated nil :version "2.1")
1812 (defglfun "UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
1813 ((:name |location| :type |Int32| :direction :in)
1814 (:name |count| :type |SizeI| :direction :in)
1815 (:name |transpose| :type |Boolean| :direction :in)
1816 (:name |value| :type |Float32| :direction :in :array t :size #xC))
1817 :category "VERSION_2_1" :deprecated nil :version "2.1")
1818 (defglfun "UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
1819 ((:name |location| :type |Int32| :direction :in)
1820 (:name |count| :type |SizeI| :direction :in)
1821 (:name |transpose| :type |Boolean| :direction :in)
1822 (:name |value| :type |Float32| :direction :in :array t :size #x8))
1823 :category "VERSION_2_1" :deprecated nil :version "2.1")
1824 (defglfun "UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
1825 ((:name |location| :type |Int32| :direction :in)
1826 (:name |count| :type |SizeI| :direction :in)
1827 (:name |transpose| :type |Boolean| :direction :in)
1828 (:name |value| :type |Float32| :direction :in :array t :size #x8))
1829 :category "VERSION_2_1" :deprecated nil :version "2.1")
1830 (defglfun "UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :args
1831 ((:name |location| :type |Int32| :direction :in)
1832 (:name |count| :type |SizeI| :direction :in)
1833 (:name |transpose| :type |Boolean| :direction :in)
1834 (:name |value| :type |Float32| :direction :in :array t :size #x6))
1835 :category "VERSION_2_1" :deprecated nil :version "2.1")
1836 (defglfun "UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
1837 ((:name |location| :type |Int32| :direction :in)
1838 (:name |count| :type |SizeI| :direction :in)
1839 (:name |transpose| :type |Boolean| :direction :in)
1840 (:name |value| :type |Float32| :direction :in :array t :size #x6))
1841 :category "VERSION_2_1" :deprecated nil :version "2.1")
1842 (defglfun "GetStringi" get-string-i :return "String" :args
1843 ((:name |name| :type |GLenum| :direction :in)
1844 (:name |index| :type |UInt32| :direction :in))
1845 :category "VERSION_3_0" :deprecated nil :version "3.0")
1846 (defglfun "ClearBufferfi" clear-bufferf-i :return "void" :args
1847 ((:name |buffer| :type |GLenum| :direction :in)
1848 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1849 (:name |depth| :type |Float32| :direction :in)
1850 (:name |stencil| :type |Int32| :direction :in))
1851 :category "VERSION_3_0" :deprecated nil :version "3.0")
1852 (defglfun "ClearBufferfv" clear-buffer-fv :return "void" :args
1853 ((:name |buffer| :type |GLenum| :direction :in)
1854 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1855 (:name |value| :type |Float32| :direction :in :array t :size (|buffer|)))
1856 :category "VERSION_3_0" :deprecated nil :version "3.0")
1857 (defglfun "ClearBufferuiv" clear-buffer-uiv :return "void" :args
1858 ((:name |buffer| :type |GLenum| :direction :in)
1859 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1860 (:name |value| :type |UInt32| :direction :in :array t :size (|buffer|)))
1861 :category "VERSION_3_0" :deprecated nil :version "3.0")
1862 (defglfun "ClearBufferiv" clear-buffer-iv :return "void" :args
1863 ((:name |buffer| :type |GLenum| :direction :in)
1864 (:name |drawbuffer| :type |DrawBufferName| :direction :in)
1865 (:name |value| :type |Int32| :direction :in :array t :size (|buffer|)))
1866 :category "VERSION_3_0" :deprecated nil :version "3.0")
1867 (defglfun "GetTexParameterIuiv" get-tex-parameter-i-uiv :return "void" :args
1868 ((:name |target| :type |TextureTarget| :direction :in)
1869 (:name |pname| :type |GetTextureParameter| :direction :in)
1870 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
1871 :category "VERSION_3_0" :deprecated nil :version "3.0")
1872 (defglfun "GetTexParameterIiv" get-tex-parameter-i-iv :return "void" :args
1873 ((:name |target| :type |TextureTarget| :direction :in)
1874 (:name |pname| :type |GetTextureParameter| :direction :in)
1875 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1876 :category "VERSION_3_0" :deprecated nil :version "3.0")
1877 (defglfun "TexParameterIuiv" tex-parameter-i-uiv :return "void" :args
1878 ((:name |target| :type |TextureTarget| :direction :in)
1879 (:name |pname| :type |TextureParameterName| :direction :in)
1880 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
1881 :category "VERSION_3_0" :deprecated nil :version "3.0")
1882 (defglfun "TexParameterIiv" tex-parameter-i-iv :return "void" :args
1883 ((:name |target| :type |TextureTarget| :direction :in)
1884 (:name |pname| :type |TextureParameterName| :direction :in)
1885 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
1886 :category "VERSION_3_0" :deprecated nil :version "3.0")
1887 (defglfun "Uniform4uiv" uniform-4uiv :return "void" :args
1888 ((:name |location| :type |Int32| :direction :in)
1889 (:name |count| :type |SizeI| :direction :in)
1890 (:name |value| :type |UInt32| :direction :in :array t :size count*4))
1891 :category "VERSION_3_0" :deprecated nil :version "3.0")
1892 (defglfun "Uniform3uiv" uniform-3uiv :return "void" :args
1893 ((:name |location| :type |Int32| :direction :in)
1894 (:name |count| :type |SizeI| :direction :in)
1895 (:name |value| :type |UInt32| :direction :in :array t :size count*3))
1896 :category "VERSION_3_0" :deprecated nil :version "3.0")
1897 (defglfun "Uniform2uiv" uniform-2uiv :return "void" :args
1898 ((:name |location| :type |Int32| :direction :in)
1899 (:name |count| :type |SizeI| :direction :in)
1900 (:name |value| :type |UInt32| :direction :in :array t :size count*2))
1901 :category "VERSION_3_0" :deprecated nil :version "3.0")
1902 (defglfun "Uniform1uiv" uniform-1uiv :return "void" :args
1903 ((:name |location| :type |Int32| :direction :in)
1904 (:name |count| :type |SizeI| :direction :in)
1905 (:name |value| :type |UInt32| :direction :in :array t :size count))
1906 :category "VERSION_3_0" :deprecated nil :version "3.0")
1907 (defglfun "Uniform4ui" uniform-4ui :return "void" :args
1908 ((:name |location| :type |Int32| :direction :in)
1909 (:name |v0| :type |UInt32| :direction :in)
1910 (:name |v1| :type |UInt32| :direction :in)
1911 (:name |v2| :type |UInt32| :direction :in)
1912 (:name |v3| :type |UInt32| :direction :in))
1913 :category "VERSION_3_0" :deprecated nil :version "3.0")
1914 (defglfun "Uniform3ui" uniform-3ui :return "void" :args
1915 ((:name |location| :type |Int32| :direction :in)
1916 (:name |v0| :type |UInt32| :direction :in)
1917 (:name |v1| :type |UInt32| :direction :in)
1918 (:name |v2| :type |UInt32| :direction :in))
1919 :category "VERSION_3_0" :deprecated nil :version "3.0")
1920 (defglfun "Uniform2ui" uniform-2ui :return "void" :args
1921 ((:name |location| :type |Int32| :direction :in)
1922 (:name |v0| :type |UInt32| :direction :in)
1923 (:name |v1| :type |UInt32| :direction :in))
1924 :category "VERSION_3_0" :deprecated nil :version "3.0")
1925 (defglfun "Uniform1ui" uniform-1ui :return "void" :args
1926 ((:name |location| :type |Int32| :direction :in)
1927 (:name |v0| :type |UInt32| :direction :in))
1928 :category "VERSION_3_0" :deprecated nil :version "3.0")
1929 (defglfun "GetFragDataLocation" get-frag-data-location :return "Int32" :args
1930 ((:name |program| :type |UInt32| :direction :in)
1931 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
1932 :category "VERSION_3_0" :deprecated nil :version "3.0")
1933 (defglfun "BindFragDataLocation" bind-frag-data-location :return "void" :args
1934 ((:name |program| :type |UInt32| :direction :in)
1935 (:name |color| :type |UInt32| :direction :in)
1936 (:name |name| :type |Char| :direction :in :array t :size (|name|)))
1937 :category "VERSION_3_0" :deprecated nil :version "3.0")
1938 (defglfun "GetUniformuiv" get-uniform-uiv :return "void" :args
1939 ((:name |program| :type |UInt32| :direction :in)
1940 (:name |location| :type |Int32| :direction :in)
1941 (:name |params| :type |UInt32| :direction :out :array t :size
1942 (|program| |location|)))
1943 :category "VERSION_3_0" :deprecated nil :version "3.0")
1944 (defglfun "GetVertexAttribIuiv" get-vertex-attrib-i-uiv :return "void" :args
1945 ((:name |index| :type |UInt32| :direction :in)
1946 (:name |pname| :type |VertexAttribEnum| :direction :in)
1947 (:name |params| :type |UInt32| :direction :out :array t :size #x1))
1948 :category "VERSION_3_0" :deprecated nil :version "3.0")
1949 (defglfun "GetVertexAttribIiv" get-vertex-attrib-i-iv :return "void" :args
1950 ((:name |index| :type |UInt32| :direction :in)
1951 (:name |pname| :type |VertexAttribEnum| :direction :in)
1952 (:name |params| :type |Int32| :direction :out :array t :size #x1))
1953 :category "VERSION_3_0" :deprecated nil :version "3.0")
1954 (defglfun "VertexAttribIPointer" vertex-attrib-ipointer :return "void" :args
1955 ((:name |index| :type |UInt32| :direction :in)
1956 (:name |size| :type |Int32| :direction :in)
1957 (:name |type| :type |VertexAttribEnum| :direction :in)
1958 (:name |stride| :type |SizeI| :direction :in)
1959 (:name |pointer| :type |Void| :direction :in :array t :size
1960 (|size| |type| |stride|) :retained t))
1961 :category "VERSION_3_0" :deprecated nil :version "3.0")
1962 (defglfun "EndConditionalRender" end-conditional-render :return "void" :args
1963 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
1964 (defglfun "BeginConditionalRender" begin-conditional-render :return "void"
1965 :args
1966 ((:name |id| :type |UInt32| :direction :in)
1967 (:name |mode| :type |TypeEnum| :direction :in))
1968 :category "VERSION_3_0" :deprecated nil :version "3.0")
1969 (defglfun "ClampColor" clamp-color :return "void" :args
1970 ((:name |target| :type |ClampColorTargetARB| :direction :in)
1971 (:name |clamp| :type |ClampColorModeARB| :direction :in))
1972 :category "VERSION_3_0" :deprecated nil :version "3.0")
1973 (defglfun "GetTransformFeedbackVarying" get-transform-feedback-varying :return
1974 "void" :args
1975 ((:name |program| :type |UInt32| :direction :in)
1976 (:name |index| :type |UInt32| :direction :in)
1977 (:name |bufSize| :type |SizeI| :direction :in)
1978 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
1979 (:name |size| :type |SizeI| :direction :out :array t :size #x1)
1980 (:name |type| :type |GLenum| :direction :out :array t :size #x1)
1981 (:name |name| :type |Char| :direction :out :array t :size (|length|)))
1982 :category "VERSION_3_0" :deprecated nil :version "3.0")
1983 (defglfun "TransformFeedbackVaryings" transform-feedback-varyings :return
1984 "void" :args
1985 ((:name |program| :type |UInt32| :direction :in)
1986 (:name |count| :type |SizeI| :direction :in)
1987 (:name |varyings| :type |CharPointer| :direction :in :array t :size count)
1988 (:name |bufferMode| :type |GLenum| :direction :in))
1989 :category "VERSION_3_0" :deprecated nil :version "3.0")
1990 (defglfun "BindBufferBase" bind-buffer-base :return "void" :args
1991 ((:name |target| :type |GLenum| :direction :in)
1992 (:name |index| :type |UInt32| :direction :in)
1993 (:name |buffer| :type |UInt32| :direction :in))
1994 :category "VERSION_3_0" :deprecated nil :version "3.0")
1995 (defglfun "BindBufferRange" bind-buffer-range :return "void" :args
1996 ((:name |target| :type |GLenum| :direction :in)
1997 (:name |index| :type |UInt32| :direction :in)
1998 (:name |buffer| :type |UInt32| :direction :in)
1999 (:name |offset| :type |BufferOffset| :direction :in)
2000 (:name |size| :type |BufferSize| :direction :in))
2001 :category "VERSION_3_0" :deprecated nil :version "3.0")
2002 (defglfun "EndTransformFeedback" end-transform-feedback :return "void" :args
2003 nil :category "VERSION_3_0" :deprecated nil :version "3.0")
2004 (defglfun "BeginTransformFeedback" begin-transform-feedback :return "void"
2005 :args ((:name |primitiveMode| :type |GLenum| :direction :in)) :category
2006 "VERSION_3_0" :deprecated nil :version "3.0")
2007 (defglfun "IsEnabledi" is-enabled-i :return "Boolean" :args
2008 ((:name |target| :type |GLenum| :direction :in)
2009 (:name |index| :type |UInt32| :direction :in))
2010 :category "VERSION_3_0" :deprecated nil :version "3.0")
2011 (defglfun "Disablei" disable-i :return "void" :args
2012 ((:name |target| :type |GLenum| :direction :in)
2013 (:name |index| :type |UInt32| :direction :in))
2014 :category "VERSION_3_0" :deprecated nil :version "3.0")
2015 (defglfun "Enablei" enable-i :return "void" :args
2016 ((:name |target| :type |GLenum| :direction :in)
2017 (:name |index| :type |UInt32| :direction :in))
2018 :category "VERSION_3_0" :deprecated nil :version "3.0")
2019 (defglfun "GetIntegeri_v" get-integeri_v :return "void" :args
2020 ((:name |target| :type |GLenum| :direction :in)
2021 (:name |index| :type |UInt32| :direction :in)
2022 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
2023 :category "VERSION_3_0" :deprecated nil :version "3.0")
2024 (defglfun "GetBooleani_v" get-booleani_v :return "void" :args
2025 ((:name |target| :type |GLenum| :direction :in)
2026 (:name |index| :type |UInt32| :direction :in)
2027 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
2028 :category "VERSION_3_0" :deprecated nil :version "3.0")
2029 (defglfun "ColorMaski" color-mask-i :return "void" :args
2030 ((:name |index| :type |UInt32| :direction :in)
2031 (:name |r| :type |Boolean| :direction :in)
2032 (:name |g| :type |Boolean| :direction :in)
2033 (:name |b| :type |Boolean| :direction :in)
2034 (:name |a| :type |Boolean| :direction :in))
2035 :category "VERSION_3_0" :deprecated nil :version "3.0")
2036 (defglfun "PrimitiveRestartIndex" primitive-restart-index :return "void" :args
2037 ((:name |index| :type |UInt32| :direction :in)) :category "VERSION_3_1"
2038 :deprecated nil :version "3.1")
2039 (defglfun "TexBuffer" tex-buffer :return "void" :args
2040 ((:name |target| :type |TextureTarget| :direction :in)
2041 (:name |internalformat| :type |GLenum| :direction :in)
2042 (:name |buffer| :type |UInt32| :direction :in))
2043 :category "VERSION_3_1" :deprecated nil :version "3.1")
2044 (defglfun "DrawElementsInstanced" draw-elements-instanced :return "void" :args
2045 ((:name |mode| :type |BeginMode| :direction :in)
2046 (:name |count| :type |SizeI| :direction :in)
2047 (:name |type| :type |DrawElementsType| :direction :in)
2048 (:name |indices| :type |Void| :direction :in :array t :size (|count| |type|))
2049 (:name |primcount| :type |SizeI| :direction :in))
2050 :category "VERSION_3_1" :deprecated nil :version "3.1")
2051 (defglfun "DrawArraysInstanced" draw-arrays-instanced :return "void" :args
2052 ((:name |mode| :type |BeginMode| :direction :in)
2053 (:name |first| :type |Int32| :direction :in)
2054 (:name |count| :type |SizeI| :direction :in)
2055 (:name |primcount| :type |SizeI| :direction :in))
2056 :category "VERSION_3_1" :deprecated nil :version "3.1")
2057 (defglfun "FramebufferTexture" framebuffer-texture :return "void" :args
2058 ((:name |target| :type |GLenum| :direction :in)
2059 (:name |attachment| :type |GLenum| :direction :in)
2060 (:name |texture| :type |UInt32| :direction :in)
2061 (:name |level| :type |Int32| :direction :in))
2062 :category "VERSION_3_2" :deprecated nil :version "1.2")
2063 (defglfun "GetBufferParameteri64v" get-buffer-parameteri-64v :return "void"
2064 :args
2065 ((:name |target| :type |BufferTargetARB| :direction :in)
2066 (:name |pname| :type |BufferPNameARB| :direction :in)
2067 (:name |params| :type |Int64| :direction :out :array t :size (|pname|)))
2068 :category "VERSION_3_2" :deprecated nil :version "3.2")
2069 (defglfun "GetInteger64i_v" get-integer-64i_v :return "void" :args
2070 ((:name |target| :type |GLenum| :direction :in)
2071 (:name |index| :type |UInt32| :direction :in)
2072 (:name |data| :type |Int64| :direction :out :array t :size (|target|)))
2073 :category "VERSION_3_2" :deprecated nil :version "3.2")
2074 (defglfun "VertexAttribDivisor" vertex-attrib-divisor :return "void" :args
2075 ((:name |index| :type |UInt32| :direction :in)
2076 (:name |divisor| :type |UInt32| :direction :in))
2077 :category "VERSION_3_3" :deprecated nil :version "1.1")
2078 (defglfun "BlendFuncSeparatei" blend-func-separate-i :return "void" :args
2079 ((:name |buf| :type |UInt32| :direction :in)
2080 (:name |srcRGB| :type |GLenum| :direction :in)
2081 (:name |dstRGB| :type |GLenum| :direction :in)
2082 (:name |srcAlpha| :type |GLenum| :direction :in)
2083 (:name |dstAlpha| :type |GLenum| :direction :in))
2084 :category "VERSION_4_0" :deprecated nil :version "1.2")
2085 (defglfun "BlendFunci" blend-func-i :return "void" :args
2086 ((:name |buf| :type |UInt32| :direction :in)
2087 (:name |src| :type |GLenum| :direction :in)
2088 (:name |dst| :type |GLenum| :direction :in))
2089 :category "VERSION_4_0" :deprecated nil :version "1.2")
2090 (defglfun "BlendEquationSeparatei" blend-equation-separate-i :return "void"
2091 :args
2092 ((:name |buf| :type |UInt32| :direction :in)
2093 (:name |modeRGB| :type |GLenum| :direction :in)
2094 (:name |modeAlpha| :type |GLenum| :direction :in))
2095 :category "VERSION_4_0" :deprecated nil :version "1.2")
2096 (defglfun "BlendEquationi" blend-equation-i :return "void" :args
2097 ((:name |buf| :type |UInt32| :direction :in)
2098 (:name |mode| :type |GLenum| :direction :in))
2099 :category "VERSION_4_0" :deprecated nil :version "1.2")
2100 (defglfun "MinSampleShading" min-sample-shading :return "void" :args
2101 ((:name |value| :type |ClampedColorF| :direction :in)) :category "VERSION_4_0"
2102 :deprecated nil :version "1.2")