Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-version_1_3.lisp
blobf1a1363d80190da95ed80d29de2ee7c13b421c7d
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_1_3
7 (eval-when (:load-toplevel)
8 (when
9 (and (boundp '*version-loaded*) (not (eq 'version_1_3 *version-loaded*)))
10 (warn
11 "Loading cl-glfw-opengl-~a over the top of already-loaded cl-glfw-opengl-~a~%"
12 'version_1_3 *version-loaded*))
13 (defparameter *version-loaded* 'version_1_3))
14 (defconstant +max-elements-vertices+ #x80E8)
15 (defconstant +max-elements-indices+ #x80E9)
16 (defconstant +unsigned-byte-3-3-2+ #x8032)
17 (defconstant +unsigned-short-4-4-4-4+ #x8033)
18 (defconstant +unsigned-short-5-5-5-1+ #x8034)
19 (defconstant +unsigned-int-8-8-8-8+ #x8035)
20 (defconstant +unsigned-int-10-10-10-2+ #x8036)
21 (defconstant +pack-skip-images+ #x806B)
22 (defconstant +pack-image-height+ #x806C)
23 (defconstant +unpack-skip-images+ #x806D)
24 (defconstant +unpack-image-height+ #x806E)
25 (defconstant +texture-3d+ #x806F)
26 (defconstant +proxy-texture-3d+ #x8070)
27 (defconstant +texture-depth+ #x8071)
28 (defconstant +texture-wrap-r+ #x8072)
29 (defconstant +max-3d-texture-size+ #x8073)
30 (defconstant +unsigned-byte-2-3-3-rev+ #x8362)
31 (defconstant +unsigned-short-5-6-5+ #x8363)
32 (defconstant +unsigned-short-5-6-5-rev+ #x8364)
33 (defconstant +unsigned-short-4-4-4-4-rev+ #x8365)
34 (defconstant +unsigned-short-1-5-5-5-rev+ #x8366)
35 (defconstant +unsigned-int-8-8-8-8-rev+ #x8367)
36 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
37 (defconstant +bgr+ #x80E0)
38 (defconstant +bgra+ #x80E1)
39 (defconstant +max-elements-vertices+ #x80E8)
40 (defconstant +max-elements-indices+ #x80E9)
41 (defconstant +clamp-to-edge+ #x812F)
42 (defconstant +texture-min-lod+ #x813A)
43 (defconstant +texture-max-lod+ #x813B)
44 (defconstant +texture-base-level+ #x813C)
45 (defconstant +texture-max-level+ #x813D)
46 (defconstant +rescale-normal+ #x803A)
47 (defconstant +texture0+ #x84C0)
48 (defconstant +texture1+ #x84C1)
49 (defconstant +texture2+ #x84C2)
50 (defconstant +texture3+ #x84C3)
51 (defconstant +texture4+ #x84C4)
52 (defconstant +texture5+ #x84C5)
53 (defconstant +texture6+ #x84C6)
54 (defconstant +texture7+ #x84C7)
55 (defconstant +texture8+ #x84C8)
56 (defconstant +texture9+ #x84C9)
57 (defconstant +texture10+ #x84CA)
58 (defconstant +texture11+ #x84CB)
59 (defconstant +texture12+ #x84CC)
60 (defconstant +texture13+ #x84CD)
61 (defconstant +texture14+ #x84CE)
62 (defconstant +texture15+ #x84CF)
63 (defconstant +texture16+ #x84D0)
64 (defconstant +texture17+ #x84D1)
65 (defconstant +texture18+ #x84D2)
66 (defconstant +texture19+ #x84D3)
67 (defconstant +texture20+ #x84D4)
68 (defconstant +texture21+ #x84D5)
69 (defconstant +texture22+ #x84D6)
70 (defconstant +texture23+ #x84D7)
71 (defconstant +texture24+ #x84D8)
72 (defconstant +texture25+ #x84D9)
73 (defconstant +texture26+ #x84DA)
74 (defconstant +texture27+ #x84DB)
75 (defconstant +texture28+ #x84DC)
76 (defconstant +texture29+ #x84DD)
77 (defconstant +texture30+ #x84DE)
78 (defconstant +texture31+ #x84DF)
79 (defconstant +active-texture+ #x84E0)
80 (defconstant +multisample+ #x809D)
81 (defconstant +sample-alpha-to-coverage+ #x809E)
82 (defconstant +sample-alpha-to-one+ #x809F)
83 (defconstant +sample-coverage+ #x80A0)
84 (defconstant +sample-buffers+ #x80A8)
85 (defconstant +samples+ #x80A9)
86 (defconstant +sample-coverage-value+ #x80AA)
87 (defconstant +sample-coverage-invert+ #x80AB)
88 (defconstant +texture-cube-map+ #x8513)
89 (defconstant +texture-binding-cube-map+ #x8514)
90 (defconstant +texture-cube-map-positive-x+ #x8515)
91 (defconstant +texture-cube-map-negative-x+ #x8516)
92 (defconstant +texture-cube-map-positive-y+ #x8517)
93 (defconstant +texture-cube-map-negative-y+ #x8518)
94 (defconstant +texture-cube-map-positive-z+ #x8519)
95 (defconstant +texture-cube-map-negative-z+ #x851A)
96 (defconstant +proxy-texture-cube-map+ #x851B)
97 (defconstant +max-cube-map-texture-size+ #x851C)
98 (defconstant +compressed-rgb+ #x84ED)
99 (defconstant +compressed-rgba+ #x84EE)
100 (defconstant +texture-compression-hint+ #x84EF)
101 (defconstant +texture-compressed-image-size+ #x86A0)
102 (defconstant +texture-compressed+ #x86A1)
103 (defconstant +num-compressed-texture-formats+ #x86A2)
104 (defconstant +compressed-texture-formats+ #x86A3)
105 (defconstant +clamp-to-border+ #x812D)
106 (defconstant +client-active-texture+ #x84E1)
107 (defconstant +max-texture-units+ #x84E2)
108 (defconstant +transpose-modelview-matrix+ #x84E3)
109 (defconstant +transpose-projection-matrix+ #x84E4)
110 (defconstant +transpose-texture-matrix+ #x84E5)
111 (defconstant +transpose-color-matrix+ #x84E6)
112 (defconstant +normal-map+ #x8511)
113 (defconstant +reflection-map+ #x8512)
114 (defconstant +compressed-alpha+ #x84E9)
115 (defconstant +compressed-luminance+ #x84EA)
116 (defconstant +compressed-luminance-alpha+ #x84EB)
117 (defconstant +compressed-intensity+ #x84EC)
118 (defconstant +combine+ #x8570)
119 (defconstant +combine-rgb+ #x8571)
120 (defconstant +combine-alpha+ #x8572)
121 (defconstant +source0-rgb+ #x8580)
122 (defconstant +source1-rgb+ #x8581)
123 (defconstant +source2-rgb+ #x8582)
124 (defconstant +source0-alpha+ #x8588)
125 (defconstant +source1-alpha+ #x8589)
126 (defconstant +source2-alpha+ #x858A)
127 (defconstant +operand0-rgb+ #x8590)
128 (defconstant +operand1-rgb+ #x8591)
129 (defconstant +operand2-rgb+ #x8592)
130 (defconstant +operand0-alpha+ #x8598)
131 (defconstant +operand1-alpha+ #x8599)
132 (defconstant +operand2-alpha+ #x859A)
133 (defconstant +rgb-scale+ #x8573)
134 (defconstant +add-signed+ #x8574)
135 (defconstant +interpolate+ #x8575)
136 (defconstant +subtract+ #x84E7)
137 (defconstant +constant+ #x8576)
138 (defconstant +primary-color+ #x8577)
139 (defconstant +previous+ #x8578)
140 (defconstant +dot3-rgb+ #x86AE)
141 (defconstant +dot3-rgba+ #x86AF)
142 (defglfun "Translatef" translate-f :return "void" :args
143 ((:name |x| :type |Float32| :direction :in)
144 (:name |y| :type |Float32| :direction :in)
145 (:name |z| :type |Float32| :direction :in))
146 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
147 (defglfun "Translated" translate-d :return "void" :args
148 ((:name |x| :type |Float64| :direction :in)
149 (:name |y| :type |Float64| :direction :in)
150 (:name |z| :type |Float64| :direction :in))
151 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
152 (defglfun "Scalef" scale-f :return "void" :args
153 ((:name |x| :type |Float32| :direction :in)
154 (:name |y| :type |Float32| :direction :in)
155 (:name |z| :type |Float32| :direction :in))
156 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
157 (defglfun "Scaled" scale-d :return "void" :args
158 ((:name |x| :type |Float64| :direction :in)
159 (:name |y| :type |Float64| :direction :in)
160 (:name |z| :type |Float64| :direction :in))
161 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
162 (defglfun "Rotatef" rotate-f :return "void" :args
163 ((:name |angle| :type |Float32| :direction :in)
164 (:name |x| :type |Float32| :direction :in)
165 (:name |y| :type |Float32| :direction :in)
166 (:name |z| :type |Float32| :direction :in))
167 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
168 (defglfun "Rotated" rotate-d :return "void" :args
169 ((:name |angle| :type |Float64| :direction :in)
170 (:name |x| :type |Float64| :direction :in)
171 (:name |y| :type |Float64| :direction :in)
172 (:name |z| :type |Float64| :direction :in))
173 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
174 (defglfun "PushMatrix" push-matrix :return "void" :args nil :category
175 "VERSION_1_0" :deprecated "3.1" :version "1.0")
176 (defglfun "PopMatrix" pop-matrix :return "void" :args nil :category
177 "VERSION_1_0" :deprecated "3.1" :version "1.0")
178 (defglfun "Ortho" ortho :return "void" :args
179 ((:name |left| :type |Float64| :direction :in)
180 (:name |right| :type |Float64| :direction :in)
181 (:name |bottom| :type |Float64| :direction :in)
182 (:name |top| :type |Float64| :direction :in)
183 (:name |zNear| :type |Float64| :direction :in)
184 (:name |zFar| :type |Float64| :direction :in))
185 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
186 (defglfun "MultMatrixd" mult-matrix-d :return "void" :args
187 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
188 "VERSION_1_0" :deprecated "3.1" :version "1.0")
189 (defglfun "MultMatrixf" mult-matrix-f :return "void" :args
190 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
191 "VERSION_1_0" :deprecated "3.1" :version "1.0")
192 (defglfun "MatrixMode" matrix-mode :return "void" :args
193 ((:name |mode| :type |MatrixMode| :direction :in)) :category "VERSION_1_0"
194 :deprecated "3.1" :version "1.0")
195 (defglfun "LoadMatrixd" load-matrix-d :return "void" :args
196 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
197 "VERSION_1_0" :deprecated "3.1" :version "1.0")
198 (defglfun "LoadMatrixf" load-matrix-f :return "void" :args
199 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
200 "VERSION_1_0" :deprecated "3.1" :version "1.0")
201 (defglfun "LoadIdentity" load-identity :return "void" :args nil :category
202 "VERSION_1_0" :deprecated "3.1" :version "1.0")
203 (defglfun "Frustum" frustum :return "void" :args
204 ((:name |left| :type |Float64| :direction :in)
205 (:name |right| :type |Float64| :direction :in)
206 (:name |bottom| :type |Float64| :direction :in)
207 (:name |top| :type |Float64| :direction :in)
208 (:name |zNear| :type |Float64| :direction :in)
209 (:name |zFar| :type |Float64| :direction :in))
210 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
211 (defglfun "IsList" is-list :return "Boolean" :args
212 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
213 :deprecated "3.1" :version "1.0")
214 (defglfun "GetTexGeniv" get-tex-gen-iv :return "void" :args
215 ((:name |coord| :type |TextureCoordName| :direction :in)
216 (:name |pname| :type |TextureGenParameter| :direction :in)
217 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
218 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
219 (defglfun "GetTexGenfv" get-tex-gen-fv :return "void" :args
220 ((:name |coord| :type |TextureCoordName| :direction :in)
221 (:name |pname| :type |TextureGenParameter| :direction :in)
222 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
223 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
224 (defglfun "GetTexGendv" get-tex-gen-dv :return "void" :args
225 ((:name |coord| :type |TextureCoordName| :direction :in)
226 (:name |pname| :type |TextureGenParameter| :direction :in)
227 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
228 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
229 (defglfun "GetTexEnviv" get-tex-env-iv :return "void" :args
230 ((:name |target| :type |TextureEnvTarget| :direction :in)
231 (:name |pname| :type |TextureEnvParameter| :direction :in)
232 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
233 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
234 (defglfun "GetTexEnvfv" get-tex-env-fv :return "void" :args
235 ((:name |target| :type |TextureEnvTarget| :direction :in)
236 (:name |pname| :type |TextureEnvParameter| :direction :in)
237 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
238 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
239 (defglfun "GetPolygonStipple" get-polygon-stipple :return "void" :args
240 ((:name |mask| :type |UInt8| :direction :out :array t)) :category
241 "VERSION_1_0" :deprecated "3.1" :version "1.0")
242 (defglfun "GetPixelMapusv" get-pixel-map-usv :return "void" :args
243 ((:name |map| :type |PixelMap| :direction :in)
244 (:name |values| :type |UInt16| :direction :out :array t :size (|map|)))
245 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
246 (defglfun "GetPixelMapuiv" get-pixel-map-uiv :return "void" :args
247 ((:name |map| :type |PixelMap| :direction :in)
248 (:name |values| :type |UInt32| :direction :out :array t :size (|map|)))
249 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
250 (defglfun "GetPixelMapfv" get-pixel-map-fv :return "void" :args
251 ((:name |map| :type |PixelMap| :direction :in)
252 (:name |values| :type |Float32| :direction :out :array t :size (|map|)))
253 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
254 (defglfun "GetMaterialiv" get-material-iv :return "void" :args
255 ((:name |face| :type |MaterialFace| :direction :in)
256 (:name |pname| :type |MaterialParameter| :direction :in)
257 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
258 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
259 (defglfun "GetMaterialfv" get-material-fv :return "void" :args
260 ((:name |face| :type |MaterialFace| :direction :in)
261 (:name |pname| :type |MaterialParameter| :direction :in)
262 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
263 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
264 (defglfun "GetMapiv" get-map-iv :return "void" :args
265 ((:name |target| :type |MapTarget| :direction :in)
266 (:name |query| :type |GetMapQuery| :direction :in)
267 (:name |v| :type |Int32| :direction :out :array t :size (|target| |query|)))
268 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
269 (defglfun "GetMapfv" get-map-fv :return "void" :args
270 ((:name |target| :type |MapTarget| :direction :in)
271 (:name |query| :type |GetMapQuery| :direction :in)
272 (:name |v| :type |Float32| :direction :out :array t :size
273 (|target| |query|)))
274 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
275 (defglfun "GetMapdv" get-map-dv :return "void" :args
276 ((:name |target| :type |MapTarget| :direction :in)
277 (:name |query| :type |GetMapQuery| :direction :in)
278 (:name |v| :type |Float64| :direction :out :array t :size
279 (|target| |query|)))
280 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
281 (defglfun "GetLightiv" get-light-iv :return "void" :args
282 ((:name |light| :type |LightName| :direction :in)
283 (:name |pname| :type |LightParameter| :direction :in)
284 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
285 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
286 (defglfun "GetLightfv" get-light-fv :return "void" :args
287 ((:name |light| :type |LightName| :direction :in)
288 (:name |pname| :type |LightParameter| :direction :in)
289 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
290 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
291 (defglfun "GetClipPlane" get-clip-plane :return "void" :args
292 ((:name |plane| :type |ClipPlaneName| :direction :in)
293 (:name |equation| :type |Float64| :direction :out :array t :size #x4))
294 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
295 (defglfun "DrawPixels" draw-pixels :return "void" :args
296 ((:name |width| :type |SizeI| :direction :in)
297 (:name |height| :type |SizeI| :direction :in)
298 (:name |format| :type |PixelFormat| :direction :in)
299 (:name |type| :type |PixelType| :direction :in)
300 (:name |pixels| :type |Void| :direction :in :array t :size
301 (|format| |type| |width| |height|)))
302 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
303 (defglfun "CopyPixels" copy-pixels :return "void" :args
304 ((:name |x| :type |WinCoord| :direction :in)
305 (:name |y| :type |WinCoord| :direction :in)
306 (:name |width| :type |SizeI| :direction :in)
307 (:name |height| :type |SizeI| :direction :in)
308 (:name |type| :type |PixelCopyType| :direction :in))
309 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
310 (defglfun "PixelMapusv" pixel-map-usv :return "void" :args
311 ((:name |map| :type |PixelMap| :direction :in)
312 (:name |mapsize| :type |CheckedInt32| :direction :in)
313 (:name |values| :type |UInt16| :direction :in :array t :size mapsize))
314 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
315 (defglfun "PixelMapuiv" pixel-map-uiv :return "void" :args
316 ((:name |map| :type |PixelMap| :direction :in)
317 (:name |mapsize| :type |CheckedInt32| :direction :in)
318 (:name |values| :type |UInt32| :direction :in :array t :size mapsize))
319 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
320 (defglfun "PixelMapfv" pixel-map-fv :return "void" :args
321 ((:name |map| :type |PixelMap| :direction :in)
322 (:name |mapsize| :type |CheckedInt32| :direction :in)
323 (:name |values| :type |Float32| :direction :in :array t :size mapsize))
324 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
325 (defglfun "PixelTransferi" pixel-transfer-i :return "void" :args
326 ((:name |pname| :type |PixelTransferParameter| :direction :in)
327 (:name |param| :type |CheckedInt32| :direction :in))
328 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
329 (defglfun "PixelTransferf" pixel-transfer-f :return "void" :args
330 ((:name |pname| :type |PixelTransferParameter| :direction :in)
331 (:name |param| :type |CheckedFloat32| :direction :in))
332 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
333 (defglfun "PixelZoom" pixel-zoom :return "void" :args
334 ((:name |xfactor| :type |Float32| :direction :in)
335 (:name |yfactor| :type |Float32| :direction :in))
336 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
337 (defglfun "AlphaFunc" alpha-func :return "void" :args
338 ((:name |func| :type |AlphaFunction| :direction :in)
339 (:name |ref| :type |ClampedFloat32| :direction :in))
340 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
341 (defglfun "EvalPoint2" eval-point-2 :return "void" :args
342 ((:name |i| :type |CheckedInt32| :direction :in)
343 (:name |j| :type |CheckedInt32| :direction :in))
344 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
345 (defglfun "EvalMesh2" eval-mesh-2 :return "void" :args
346 ((:name |mode| :type |MeshMode2| :direction :in)
347 (:name |i1| :type |CheckedInt32| :direction :in)
348 (:name |i2| :type |CheckedInt32| :direction :in)
349 (:name |j1| :type |CheckedInt32| :direction :in)
350 (:name |j2| :type |CheckedInt32| :direction :in))
351 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
352 (defglfun "EvalPoint1" eval-point-1 :return "void" :args
353 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_0" :deprecated
354 "3.1" :version "1.0")
355 (defglfun "EvalMesh1" eval-mesh-1 :return "void" :args
356 ((:name |mode| :type |MeshMode1| :direction :in)
357 (:name |i1| :type |CheckedInt32| :direction :in)
358 (:name |i2| :type |CheckedInt32| :direction :in))
359 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
360 (defglfun "EvalCoord2fv" eval-coord-2fv :return "void" :args
361 ((:name |u| :type |CoordF| :direction :in :array t :size #x2)) :category
362 "VERSION_1_0" :deprecated "3.1" :version "1.0")
363 (defglfun "EvalCoord2f" eval-coord-2f :return "void" :args
364 ((:name |u| :type |CoordF| :direction :in)
365 (:name |v| :type |CoordF| :direction :in))
366 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
367 (defglfun "EvalCoord2dv" eval-coord-2dv :return "void" :args
368 ((:name |u| :type |CoordD| :direction :in :array t :size #x2)) :category
369 "VERSION_1_0" :deprecated "3.1" :version "1.0")
370 (defglfun "EvalCoord2d" eval-coord-2d :return "void" :args
371 ((:name |u| :type |CoordD| :direction :in)
372 (:name |v| :type |CoordD| :direction :in))
373 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
374 (defglfun "EvalCoord1fv" eval-coord-1fv :return "void" :args
375 ((:name |u| :type |CoordF| :direction :in :array t :size #x1)) :category
376 "VERSION_1_0" :deprecated "3.1" :version "1.0")
377 (defglfun "EvalCoord1f" eval-coord-1f :return "void" :args
378 ((:name |u| :type |CoordF| :direction :in)) :category "VERSION_1_0"
379 :deprecated "3.1" :version "1.0")
380 (defglfun "EvalCoord1dv" eval-coord-1dv :return "void" :args
381 ((:name |u| :type |CoordD| :direction :in :array t :size #x1)) :category
382 "VERSION_1_0" :deprecated "3.1" :version "1.0")
383 (defglfun "EvalCoord1d" eval-coord-1d :return "void" :args
384 ((:name |u| :type |CoordD| :direction :in)) :category "VERSION_1_0"
385 :deprecated "3.1" :version "1.0")
386 (defglfun "MapGrid2f" map-grid-2f :return "void" :args
387 ((:name |un| :type |Int32| :direction :in)
388 (:name |u1| :type |CoordF| :direction :in)
389 (:name |u2| :type |CoordF| :direction :in)
390 (:name |vn| :type |Int32| :direction :in)
391 (:name |v1| :type |CoordF| :direction :in)
392 (:name |v2| :type |CoordF| :direction :in))
393 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
394 (defglfun "MapGrid2d" map-grid-2d :return "void" :args
395 ((:name |un| :type |Int32| :direction :in)
396 (:name |u1| :type |CoordD| :direction :in)
397 (:name |u2| :type |CoordD| :direction :in)
398 (:name |vn| :type |Int32| :direction :in)
399 (:name |v1| :type |CoordD| :direction :in)
400 (:name |v2| :type |CoordD| :direction :in))
401 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
402 (defglfun "MapGrid1f" map-grid-1f :return "void" :args
403 ((:name |un| :type |Int32| :direction :in)
404 (:name |u1| :type |CoordF| :direction :in)
405 (:name |u2| :type |CoordF| :direction :in))
406 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
407 (defglfun "MapGrid1d" map-grid-1d :return "void" :args
408 ((:name |un| :type |Int32| :direction :in)
409 (:name |u1| :type |CoordD| :direction :in)
410 (:name |u2| :type |CoordD| :direction :in))
411 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
412 (defglfun "Map2f" map-2f :return "void" :args
413 ((:name |target| :type |MapTarget| :direction :in)
414 (:name |u1| :type |CoordF| :direction :in)
415 (:name |u2| :type |CoordF| :direction :in)
416 (:name |ustride| :type |Int32| :direction :in)
417 (:name |uorder| :type |CheckedInt32| :direction :in)
418 (:name |v1| :type |CoordF| :direction :in)
419 (:name |v2| :type |CoordF| :direction :in)
420 (:name |vstride| :type |Int32| :direction :in)
421 (:name |vorder| :type |CheckedInt32| :direction :in)
422 (:name |points| :type |CoordF| :direction :in :array t :size
423 (|target| |ustride| |uorder| |vstride| |vorder|)))
424 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
425 (defglfun "Map2d" map-2d :return "void" :args
426 ((:name |target| :type |MapTarget| :direction :in)
427 (:name |u1| :type |CoordD| :direction :in)
428 (:name |u2| :type |CoordD| :direction :in)
429 (:name |ustride| :type |Int32| :direction :in)
430 (:name |uorder| :type |CheckedInt32| :direction :in)
431 (:name |v1| :type |CoordD| :direction :in)
432 (:name |v2| :type |CoordD| :direction :in)
433 (:name |vstride| :type |Int32| :direction :in)
434 (:name |vorder| :type |CheckedInt32| :direction :in)
435 (:name |points| :type |CoordD| :direction :in :array t :size
436 (|target| |ustride| |uorder| |vstride| |vorder|)))
437 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
438 (defglfun "Map1f" map-1f :return "void" :args
439 ((:name |target| :type |MapTarget| :direction :in)
440 (:name |u1| :type |CoordF| :direction :in)
441 (:name |u2| :type |CoordF| :direction :in)
442 (:name |stride| :type |Int32| :direction :in)
443 (:name |order| :type |CheckedInt32| :direction :in)
444 (:name |points| :type |CoordF| :direction :in :array t :size
445 (|target| |stride| |order|)))
446 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
447 (defglfun "Map1d" map-1d :return "void" :args
448 ((:name |target| :type |MapTarget| :direction :in)
449 (:name |u1| :type |CoordD| :direction :in)
450 (:name |u2| :type |CoordD| :direction :in)
451 (:name |stride| :type |Int32| :direction :in)
452 (:name |order| :type |CheckedInt32| :direction :in)
453 (:name |points| :type |CoordD| :direction :in :array t :size
454 (|target| |stride| |order|)))
455 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
456 (defglfun "PushAttrib" push-attrib :return "void" :args
457 ((:name |mask| :type |AttribMask| :direction :in)) :category "VERSION_1_0"
458 :deprecated "3.1" :version "1.0")
459 (defglfun "PopAttrib" pop-attrib :return "void" :args nil :category
460 "VERSION_1_0" :deprecated "3.1" :version "1.0")
461 (defglfun "Accum" accum :return "void" :args
462 ((:name |op| :type |AccumOp| :direction :in)
463 (:name |value| :type |CoordF| :direction :in))
464 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
465 (defglfun "IndexMask" index-mask :return "void" :args
466 ((:name |mask| :type |MaskedColorIndexValueI| :direction :in)) :category
467 "VERSION_1_0" :deprecated "3.1" :version "1.0")
468 (defglfun "ClearIndex" clear-index :return "void" :args
469 ((:name |c| :type |MaskedColorIndexValueF| :direction :in)) :category
470 "VERSION_1_0" :deprecated "3.1" :version "1.0")
471 (defglfun "ClearAccum" clear-accum :return "void" :args
472 ((:name |red| :type |Float32| :direction :in)
473 (:name |green| :type |Float32| :direction :in)
474 (:name |blue| :type |Float32| :direction :in)
475 (:name |alpha| :type |Float32| :direction :in))
476 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
477 (defglfun "PushName" push-name :return "void" :args
478 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
479 :deprecated "3.1" :version "1.0")
480 (defglfun "PopName" pop-name :return "void" :args nil :category "VERSION_1_0"
481 :deprecated "3.1" :version "1.0")
482 (defglfun "PassThrough" pass-through :return "void" :args
483 ((:name |token| :type |FeedbackElement| :direction :in)) :category
484 "VERSION_1_0" :deprecated "3.1" :version "1.0")
485 (defglfun "LoadName" load-name :return "void" :args
486 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
487 :deprecated "3.1" :version "1.0")
488 (defglfun "InitNames" init-names :return "void" :args nil :category
489 "VERSION_1_0" :deprecated "3.1" :version "1.0")
490 (defglfun "RenderMode" render-mode :return "Int32" :args
491 ((:name |mode| :type |RenderingMode| :direction :in)) :category "VERSION_1_0"
492 :deprecated "3.1" :version "1.0")
493 (defglfun "SelectBuffer" select-buffer :return "void" :args
494 ((:name |size| :type |SizeI| :direction :in)
495 (:name |buffer| :type |SelectName| :direction :out :array t :size size
496 :retained t))
497 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
498 (defglfun "FeedbackBuffer" feedback-buffer :return "void" :args
499 ((:name |size| :type |SizeI| :direction :in)
500 (:name |type| :type |FeedbackType| :direction :in)
501 (:name |buffer| :type |FeedbackElement| :direction :out :array t :size size
502 :retained t))
503 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
504 (defglfun "TexGeniv" tex-gen-iv :return "void" :args
505 ((:name |coord| :type |TextureCoordName| :direction :in)
506 (:name |pname| :type |TextureGenParameter| :direction :in)
507 (:name |params| :type |CheckedInt32| :direction :in :array t :size
508 (|pname|)))
509 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
510 (defglfun "TexGeni" tex-gen-i :return "void" :args
511 ((:name |coord| :type |TextureCoordName| :direction :in)
512 (:name |pname| :type |TextureGenParameter| :direction :in)
513 (:name |param| :type |CheckedInt32| :direction :in))
514 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
515 (defglfun "TexGenfv" tex-gen-fv :return "void" :args
516 ((:name |coord| :type |TextureCoordName| :direction :in)
517 (:name |pname| :type |TextureGenParameter| :direction :in)
518 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
519 (|pname|)))
520 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
521 (defglfun "TexGenf" tex-gen-f :return "void" :args
522 ((:name |coord| :type |TextureCoordName| :direction :in)
523 (:name |pname| :type |TextureGenParameter| :direction :in)
524 (:name |param| :type |CheckedFloat32| :direction :in))
525 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
526 (defglfun "TexGendv" tex-gen-dv :return "void" :args
527 ((:name |coord| :type |TextureCoordName| :direction :in)
528 (:name |pname| :type |TextureGenParameter| :direction :in)
529 (:name |params| :type |Float64| :direction :in :array t :size (|pname|)))
530 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
531 (defglfun "TexGend" tex-gen-d :return "void" :args
532 ((:name |coord| :type |TextureCoordName| :direction :in)
533 (:name |pname| :type |TextureGenParameter| :direction :in)
534 (:name |param| :type |Float64| :direction :in))
535 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
536 (defglfun "TexEnviv" tex-env-iv :return "void" :args
537 ((:name |target| :type |TextureEnvTarget| :direction :in)
538 (:name |pname| :type |TextureEnvParameter| :direction :in)
539 (:name |params| :type |CheckedInt32| :direction :in :array t :size
540 (|pname|)))
541 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
542 (defglfun "TexEnvi" tex-env-i :return "void" :args
543 ((:name |target| :type |TextureEnvTarget| :direction :in)
544 (:name |pname| :type |TextureEnvParameter| :direction :in)
545 (:name |param| :type |CheckedInt32| :direction :in))
546 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
547 (defglfun "TexEnvfv" tex-env-fv :return "void" :args
548 ((:name |target| :type |TextureEnvTarget| :direction :in)
549 (:name |pname| :type |TextureEnvParameter| :direction :in)
550 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
551 (|pname|)))
552 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
553 (defglfun "TexEnvf" tex-env-f :return "void" :args
554 ((:name |target| :type |TextureEnvTarget| :direction :in)
555 (:name |pname| :type |TextureEnvParameter| :direction :in)
556 (:name |param| :type |CheckedFloat32| :direction :in))
557 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
558 (defglfun "ShadeModel" shade-model :return "void" :args
559 ((:name |mode| :type |ShadingModel| :direction :in)) :category "VERSION_1_0"
560 :deprecated "3.1" :version "1.0")
561 (defglfun "PolygonStipple" polygon-stipple :return "void" :args
562 ((:name |mask| :type |UInt8| :direction :in :array t)) :category "VERSION_1_0"
563 :deprecated "3.1" :version "1.0")
564 (defglfun "Materialiv" material-iv :return "void" :args
565 ((:name |face| :type |MaterialFace| :direction :in)
566 (:name |pname| :type |MaterialParameter| :direction :in)
567 (:name |params| :type |CheckedInt32| :direction :in :array t :size
568 (|pname|)))
569 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
570 (defglfun "Materiali" material-i :return "void" :args
571 ((:name |face| :type |MaterialFace| :direction :in)
572 (:name |pname| :type |MaterialParameter| :direction :in)
573 (:name |param| :type |CheckedInt32| :direction :in))
574 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
575 (defglfun "Materialfv" material-fv :return "void" :args
576 ((:name |face| :type |MaterialFace| :direction :in)
577 (:name |pname| :type |MaterialParameter| :direction :in)
578 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
579 (|pname|)))
580 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
581 (defglfun "Materialf" material-f :return "void" :args
582 ((:name |face| :type |MaterialFace| :direction :in)
583 (:name |pname| :type |MaterialParameter| :direction :in)
584 (:name |param| :type |CheckedFloat32| :direction :in))
585 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
586 (defglfun "LineStipple" line-stipple :return "void" :args
587 ((:name |factor| :type |CheckedInt32| :direction :in)
588 (:name |pattern| :type |LineStipple| :direction :in))
589 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
590 (defglfun "LightModeliv" light-model-iv :return "void" :args
591 ((:name |pname| :type |LightModelParameter| :direction :in)
592 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
593 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
594 (defglfun "LightModeli" light-model-i :return "void" :args
595 ((:name |pname| :type |LightModelParameter| :direction :in)
596 (:name |param| :type |Int32| :direction :in))
597 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
598 (defglfun "LightModelfv" light-model-fv :return "void" :args
599 ((:name |pname| :type |LightModelParameter| :direction :in)
600 (:name |params| :type |Float32| :direction :in :array t :size (|pname|)))
601 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
602 (defglfun "LightModelf" light-model-f :return "void" :args
603 ((:name |pname| :type |LightModelParameter| :direction :in)
604 (:name |param| :type |Float32| :direction :in))
605 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
606 (defglfun "Lightiv" light-iv :return "void" :args
607 ((:name |light| :type |LightName| :direction :in)
608 (:name |pname| :type |LightParameter| :direction :in)
609 (:name |params| :type |CheckedInt32| :direction :in :array t :size
610 (|pname|)))
611 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
612 (defglfun "Lighti" light-i :return "void" :args
613 ((:name |light| :type |LightName| :direction :in)
614 (:name |pname| :type |LightParameter| :direction :in)
615 (:name |param| :type |CheckedInt32| :direction :in))
616 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
617 (defglfun "Lightfv" light-fv :return "void" :args
618 ((:name |light| :type |LightName| :direction :in)
619 (:name |pname| :type |LightParameter| :direction :in)
620 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
621 (|pname|)))
622 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
623 (defglfun "Lightf" light-f :return "void" :args
624 ((:name |light| :type |LightName| :direction :in)
625 (:name |pname| :type |LightParameter| :direction :in)
626 (:name |param| :type |CheckedFloat32| :direction :in))
627 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
628 (defglfun "Fogiv" fog-iv :return "void" :args
629 ((:name |pname| :type |FogParameter| :direction :in)
630 (:name |params| :type |CheckedInt32| :direction :in :array t :size
631 (|pname|)))
632 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
633 (defglfun "Fogi" fog-i :return "void" :args
634 ((:name |pname| :type |FogParameter| :direction :in)
635 (:name |param| :type |CheckedInt32| :direction :in))
636 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
637 (defglfun "Fogfv" fog-fv :return "void" :args
638 ((:name |pname| :type |FogParameter| :direction :in)
639 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
640 (|pname|)))
641 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
642 (defglfun "Fogf" fog-f :return "void" :args
643 ((:name |pname| :type |FogParameter| :direction :in)
644 (:name |param| :type |CheckedFloat32| :direction :in))
645 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
646 (defglfun "ColorMaterial" color-material :return "void" :args
647 ((:name |face| :type |MaterialFace| :direction :in)
648 (:name |mode| :type |ColorMaterialParameter| :direction :in))
649 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
650 (defglfun "ClipPlane" clip-plane :return "void" :args
651 ((:name |plane| :type |ClipPlaneName| :direction :in)
652 (:name |equation| :type |Float64| :direction :in :array t :size #x4))
653 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
654 (defglfun "Vertex4sv" vertex-4sv :return "void" :args
655 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
656 "VERSION_1_0" :deprecated "3.1" :version "1.0")
657 (defglfun "Vertex4s" vertex-4s :return "void" :args
658 ((:name |x| :type |CoordS| :direction :in)
659 (:name |y| :type |CoordS| :direction :in)
660 (:name |z| :type |CoordS| :direction :in)
661 (:name |w| :type |CoordS| :direction :in))
662 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
663 (defglfun "Vertex4iv" vertex-4iv :return "void" :args
664 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
665 "VERSION_1_0" :deprecated "3.1" :version "1.0")
666 (defglfun "Vertex4i" vertex-4i :return "void" :args
667 ((:name |x| :type |CoordI| :direction :in)
668 (:name |y| :type |CoordI| :direction :in)
669 (:name |z| :type |CoordI| :direction :in)
670 (:name |w| :type |CoordI| :direction :in))
671 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
672 (defglfun "Vertex4fv" vertex-4fv :return "void" :args
673 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
674 "VERSION_1_0" :deprecated "3.1" :version "1.0")
675 (defglfun "Vertex4f" vertex-4f :return "void" :args
676 ((:name |x| :type |CoordF| :direction :in)
677 (:name |y| :type |CoordF| :direction :in)
678 (:name |z| :type |CoordF| :direction :in)
679 (:name |w| :type |CoordF| :direction :in))
680 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
681 (defglfun "Vertex4dv" vertex-4dv :return "void" :args
682 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
683 "VERSION_1_0" :deprecated "3.1" :version "1.0")
684 (defglfun "Vertex4d" vertex-4d :return "void" :args
685 ((:name |x| :type |CoordD| :direction :in)
686 (:name |y| :type |CoordD| :direction :in)
687 (:name |z| :type |CoordD| :direction :in)
688 (:name |w| :type |CoordD| :direction :in))
689 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
690 (defglfun "Vertex3sv" vertex-3sv :return "void" :args
691 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
692 "VERSION_1_0" :deprecated "3.1" :version "1.0")
693 (defglfun "Vertex3s" vertex-3s :return "void" :args
694 ((:name |x| :type |CoordS| :direction :in)
695 (:name |y| :type |CoordS| :direction :in)
696 (:name |z| :type |CoordS| :direction :in))
697 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
698 (defglfun "Vertex3iv" vertex-3iv :return "void" :args
699 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
700 "VERSION_1_0" :deprecated "3.1" :version "1.0")
701 (defglfun "Vertex3i" vertex-3i :return "void" :args
702 ((:name |x| :type |CoordI| :direction :in)
703 (:name |y| :type |CoordI| :direction :in)
704 (:name |z| :type |CoordI| :direction :in))
705 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
706 (defglfun "Vertex3fv" vertex-3fv :return "void" :args
707 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
708 "VERSION_1_0" :deprecated "3.1" :version "1.0")
709 (defglfun "Vertex3f" vertex-3f :return "void" :args
710 ((:name |x| :type |CoordF| :direction :in)
711 (:name |y| :type |CoordF| :direction :in)
712 (:name |z| :type |CoordF| :direction :in))
713 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
714 (defglfun "Vertex3dv" vertex-3dv :return "void" :args
715 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
716 "VERSION_1_0" :deprecated "3.1" :version "1.0")
717 (defglfun "Vertex3d" vertex-3d :return "void" :args
718 ((:name |x| :type |CoordD| :direction :in)
719 (:name |y| :type |CoordD| :direction :in)
720 (:name |z| :type |CoordD| :direction :in))
721 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
722 (defglfun "Vertex2sv" vertex-2sv :return "void" :args
723 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
724 "VERSION_1_0" :deprecated "3.1" :version "1.0")
725 (defglfun "Vertex2s" vertex-2s :return "void" :args
726 ((:name |x| :type |CoordS| :direction :in)
727 (:name |y| :type |CoordS| :direction :in))
728 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
729 (defglfun "Vertex2iv" vertex-2iv :return "void" :args
730 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
731 "VERSION_1_0" :deprecated "3.1" :version "1.0")
732 (defglfun "Vertex2i" vertex-2i :return "void" :args
733 ((:name |x| :type |CoordI| :direction :in)
734 (:name |y| :type |CoordI| :direction :in))
735 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
736 (defglfun "Vertex2fv" vertex-2fv :return "void" :args
737 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
738 "VERSION_1_0" :deprecated "3.1" :version "1.0")
739 (defglfun "Vertex2f" vertex-2f :return "void" :args
740 ((:name |x| :type |CoordF| :direction :in)
741 (:name |y| :type |CoordF| :direction :in))
742 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
743 (defglfun "Vertex2dv" vertex-2dv :return "void" :args
744 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
745 "VERSION_1_0" :deprecated "3.1" :version "1.0")
746 (defglfun "Vertex2d" vertex-2d :return "void" :args
747 ((:name |x| :type |CoordD| :direction :in)
748 (:name |y| :type |CoordD| :direction :in))
749 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
750 (defglfun "TexCoord4sv" tex-coord-4sv :return "void" :args
751 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
752 "VERSION_1_0" :deprecated "3.1" :version "1.0")
753 (defglfun "TexCoord4s" tex-coord-4s :return "void" :args
754 ((:name |s| :type |CoordS| :direction :in)
755 (:name |t| :type |CoordS| :direction :in)
756 (:name |r| :type |CoordS| :direction :in)
757 (:name |q| :type |CoordS| :direction :in))
758 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
759 (defglfun "TexCoord4iv" tex-coord-4iv :return "void" :args
760 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
761 "VERSION_1_0" :deprecated "3.1" :version "1.0")
762 (defglfun "TexCoord4i" tex-coord-4i :return "void" :args
763 ((:name |s| :type |CoordI| :direction :in)
764 (:name |t| :type |CoordI| :direction :in)
765 (:name |r| :type |CoordI| :direction :in)
766 (:name |q| :type |CoordI| :direction :in))
767 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
768 (defglfun "TexCoord4fv" tex-coord-4fv :return "void" :args
769 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
770 "VERSION_1_0" :deprecated "3.1" :version "1.0")
771 (defglfun "TexCoord4f" tex-coord-4f :return "void" :args
772 ((:name |s| :type |CoordF| :direction :in)
773 (:name |t| :type |CoordF| :direction :in)
774 (:name |r| :type |CoordF| :direction :in)
775 (:name |q| :type |CoordF| :direction :in))
776 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
777 (defglfun "TexCoord4dv" tex-coord-4dv :return "void" :args
778 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
779 "VERSION_1_0" :deprecated "3.1" :version "1.0")
780 (defglfun "TexCoord4d" tex-coord-4d :return "void" :args
781 ((:name |s| :type |CoordD| :direction :in)
782 (:name |t| :type |CoordD| :direction :in)
783 (:name |r| :type |CoordD| :direction :in)
784 (:name |q| :type |CoordD| :direction :in))
785 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
786 (defglfun "TexCoord3sv" tex-coord-3sv :return "void" :args
787 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
788 "VERSION_1_0" :deprecated "3.1" :version "1.0")
789 (defglfun "TexCoord3s" tex-coord-3s :return "void" :args
790 ((:name |s| :type |CoordS| :direction :in)
791 (:name |t| :type |CoordS| :direction :in)
792 (:name |r| :type |CoordS| :direction :in))
793 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
794 (defglfun "TexCoord3iv" tex-coord-3iv :return "void" :args
795 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
796 "VERSION_1_0" :deprecated "3.1" :version "1.0")
797 (defglfun "TexCoord3i" tex-coord-3i :return "void" :args
798 ((:name |s| :type |CoordI| :direction :in)
799 (:name |t| :type |CoordI| :direction :in)
800 (:name |r| :type |CoordI| :direction :in))
801 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
802 (defglfun "TexCoord3fv" tex-coord-3fv :return "void" :args
803 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
804 "VERSION_1_0" :deprecated "3.1" :version "1.0")
805 (defglfun "TexCoord3f" tex-coord-3f :return "void" :args
806 ((:name |s| :type |CoordF| :direction :in)
807 (:name |t| :type |CoordF| :direction :in)
808 (:name |r| :type |CoordF| :direction :in))
809 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
810 (defglfun "TexCoord3dv" tex-coord-3dv :return "void" :args
811 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
812 "VERSION_1_0" :deprecated "3.1" :version "1.0")
813 (defglfun "TexCoord3d" tex-coord-3d :return "void" :args
814 ((:name |s| :type |CoordD| :direction :in)
815 (:name |t| :type |CoordD| :direction :in)
816 (:name |r| :type |CoordD| :direction :in))
817 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
818 (defglfun "TexCoord2sv" tex-coord-2sv :return "void" :args
819 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
820 "VERSION_1_0" :deprecated "3.1" :version "1.0")
821 (defglfun "TexCoord2s" tex-coord-2s :return "void" :args
822 ((:name |s| :type |CoordS| :direction :in)
823 (:name |t| :type |CoordS| :direction :in))
824 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
825 (defglfun "TexCoord2iv" tex-coord-2iv :return "void" :args
826 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
827 "VERSION_1_0" :deprecated "3.1" :version "1.0")
828 (defglfun "TexCoord2i" tex-coord-2i :return "void" :args
829 ((:name |s| :type |CoordI| :direction :in)
830 (:name |t| :type |CoordI| :direction :in))
831 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
832 (defglfun "TexCoord2fv" tex-coord-2fv :return "void" :args
833 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
834 "VERSION_1_0" :deprecated "3.1" :version "1.0")
835 (defglfun "TexCoord2f" tex-coord-2f :return "void" :args
836 ((:name |s| :type |CoordF| :direction :in)
837 (:name |t| :type |CoordF| :direction :in))
838 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
839 (defglfun "TexCoord2dv" tex-coord-2dv :return "void" :args
840 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
841 "VERSION_1_0" :deprecated "3.1" :version "1.0")
842 (defglfun "TexCoord2d" tex-coord-2d :return "void" :args
843 ((:name |s| :type |CoordD| :direction :in)
844 (:name |t| :type |CoordD| :direction :in))
845 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
846 (defglfun "TexCoord1sv" tex-coord-1sv :return "void" :args
847 ((:name |v| :type |CoordS| :direction :in :array t :size #x1)) :category
848 "VERSION_1_0" :deprecated "3.1" :version "1.0")
849 (defglfun "TexCoord1s" tex-coord-1s :return "void" :args
850 ((:name |s| :type |CoordS| :direction :in)) :category "VERSION_1_0"
851 :deprecated "3.1" :version "1.0")
852 (defglfun "TexCoord1iv" tex-coord-1iv :return "void" :args
853 ((:name |v| :type |CoordI| :direction :in :array t :size #x1)) :category
854 "VERSION_1_0" :deprecated "3.1" :version "1.0")
855 (defglfun "TexCoord1i" tex-coord-1i :return "void" :args
856 ((:name |s| :type |CoordI| :direction :in)) :category "VERSION_1_0"
857 :deprecated "3.1" :version "1.0")
858 (defglfun "TexCoord1fv" tex-coord-1fv :return "void" :args
859 ((:name |v| :type |CoordF| :direction :in :array t :size #x1)) :category
860 "VERSION_1_0" :deprecated "3.1" :version "1.0")
861 (defglfun "TexCoord1f" tex-coord-1f :return "void" :args
862 ((:name |s| :type |CoordF| :direction :in)) :category "VERSION_1_0"
863 :deprecated "3.1" :version "1.0")
864 (defglfun "TexCoord1dv" tex-coord-1dv :return "void" :args
865 ((:name |v| :type |CoordD| :direction :in :array t :size #x1)) :category
866 "VERSION_1_0" :deprecated "3.1" :version "1.0")
867 (defglfun "TexCoord1d" tex-coord-1d :return "void" :args
868 ((:name |s| :type |CoordD| :direction :in)) :category "VERSION_1_0"
869 :deprecated "3.1" :version "1.0")
870 (defglfun "Rectsv" rect-sv :return "void" :args
871 ((:name |v1| :type |CoordS| :direction :in :array t :size #x2)
872 (:name |v2| :type |CoordS| :direction :in :array t :size #x2))
873 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
874 (defglfun "Rects" rect-s :return "void" :args
875 ((:name |x1| :type |CoordS| :direction :in)
876 (:name |y1| :type |CoordS| :direction :in)
877 (:name |x2| :type |CoordS| :direction :in)
878 (:name |y2| :type |CoordS| :direction :in))
879 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
880 (defglfun "Rectiv" rect-iv :return "void" :args
881 ((:name |v1| :type |CoordI| :direction :in :array t :size #x2)
882 (:name |v2| :type |CoordI| :direction :in :array t :size #x2))
883 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
884 (defglfun "Recti" rect-i :return "void" :args
885 ((:name |x1| :type |CoordI| :direction :in)
886 (:name |y1| :type |CoordI| :direction :in)
887 (:name |x2| :type |CoordI| :direction :in)
888 (:name |y2| :type |CoordI| :direction :in))
889 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
890 (defglfun "Rectfv" rect-fv :return "void" :args
891 ((:name |v1| :type |CoordF| :direction :in :array t :size #x2)
892 (:name |v2| :type |CoordF| :direction :in :array t :size #x2))
893 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
894 (defglfun "Rectf" rect-f :return "void" :args
895 ((:name |x1| :type |CoordF| :direction :in)
896 (:name |y1| :type |CoordF| :direction :in)
897 (:name |x2| :type |CoordF| :direction :in)
898 (:name |y2| :type |CoordF| :direction :in))
899 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
900 (defglfun "Rectdv" rect-dv :return "void" :args
901 ((:name |v1| :type |CoordD| :direction :in :array t :size #x2)
902 (:name |v2| :type |CoordD| :direction :in :array t :size #x2))
903 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
904 (defglfun "Rectd" rect-d :return "void" :args
905 ((:name |x1| :type |CoordD| :direction :in)
906 (:name |y1| :type |CoordD| :direction :in)
907 (:name |x2| :type |CoordD| :direction :in)
908 (:name |y2| :type |CoordD| :direction :in))
909 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
910 (defglfun "RasterPos4sv" raster-pos-4sv :return "void" :args
911 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
912 "VERSION_1_0" :deprecated "3.1" :version "1.0")
913 (defglfun "RasterPos4s" raster-pos-4s :return "void" :args
914 ((:name |x| :type |CoordS| :direction :in)
915 (:name |y| :type |CoordS| :direction :in)
916 (:name |z| :type |CoordS| :direction :in)
917 (:name |w| :type |CoordS| :direction :in))
918 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
919 (defglfun "RasterPos4iv" raster-pos-4iv :return "void" :args
920 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
921 "VERSION_1_0" :deprecated "3.1" :version "1.0")
922 (defglfun "RasterPos4i" raster-pos-4i :return "void" :args
923 ((:name |x| :type |CoordI| :direction :in)
924 (:name |y| :type |CoordI| :direction :in)
925 (:name |z| :type |CoordI| :direction :in)
926 (:name |w| :type |CoordI| :direction :in))
927 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
928 (defglfun "RasterPos4fv" raster-pos-4fv :return "void" :args
929 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
930 "VERSION_1_0" :deprecated "3.1" :version "1.0")
931 (defglfun "RasterPos4f" raster-pos-4f :return "void" :args
932 ((:name |x| :type |CoordF| :direction :in)
933 (:name |y| :type |CoordF| :direction :in)
934 (:name |z| :type |CoordF| :direction :in)
935 (:name |w| :type |CoordF| :direction :in))
936 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
937 (defglfun "RasterPos4dv" raster-pos-4dv :return "void" :args
938 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
939 "VERSION_1_0" :deprecated "3.1" :version "1.0")
940 (defglfun "RasterPos4d" raster-pos-4d :return "void" :args
941 ((:name |x| :type |CoordD| :direction :in)
942 (:name |y| :type |CoordD| :direction :in)
943 (:name |z| :type |CoordD| :direction :in)
944 (:name |w| :type |CoordD| :direction :in))
945 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
946 (defglfun "RasterPos3sv" raster-pos-3sv :return "void" :args
947 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
948 "VERSION_1_0" :deprecated "3.1" :version "1.0")
949 (defglfun "RasterPos3s" raster-pos-3s :return "void" :args
950 ((:name |x| :type |CoordS| :direction :in)
951 (:name |y| :type |CoordS| :direction :in)
952 (:name |z| :type |CoordS| :direction :in))
953 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
954 (defglfun "RasterPos3iv" raster-pos-3iv :return "void" :args
955 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
956 "VERSION_1_0" :deprecated "3.1" :version "1.0")
957 (defglfun "RasterPos3i" raster-pos-3i :return "void" :args
958 ((:name |x| :type |CoordI| :direction :in)
959 (:name |y| :type |CoordI| :direction :in)
960 (:name |z| :type |CoordI| :direction :in))
961 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
962 (defglfun "RasterPos3fv" raster-pos-3fv :return "void" :args
963 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
964 "VERSION_1_0" :deprecated "3.1" :version "1.0")
965 (defglfun "RasterPos3f" raster-pos-3f :return "void" :args
966 ((:name |x| :type |CoordF| :direction :in)
967 (:name |y| :type |CoordF| :direction :in)
968 (:name |z| :type |CoordF| :direction :in))
969 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
970 (defglfun "RasterPos3dv" raster-pos-3dv :return "void" :args
971 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
972 "VERSION_1_0" :deprecated "3.1" :version "1.0")
973 (defglfun "RasterPos3d" raster-pos-3d :return "void" :args
974 ((:name |x| :type |CoordD| :direction :in)
975 (:name |y| :type |CoordD| :direction :in)
976 (:name |z| :type |CoordD| :direction :in))
977 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
978 (defglfun "RasterPos2sv" raster-pos-2sv :return "void" :args
979 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
980 "VERSION_1_0" :deprecated "3.1" :version "1.0")
981 (defglfun "RasterPos2s" raster-pos-2s :return "void" :args
982 ((:name |x| :type |CoordS| :direction :in)
983 (:name |y| :type |CoordS| :direction :in))
984 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
985 (defglfun "RasterPos2iv" raster-pos-2iv :return "void" :args
986 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
987 "VERSION_1_0" :deprecated "3.1" :version "1.0")
988 (defglfun "RasterPos2i" raster-pos-2i :return "void" :args
989 ((:name |x| :type |CoordI| :direction :in)
990 (:name |y| :type |CoordI| :direction :in))
991 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
992 (defglfun "RasterPos2fv" raster-pos-2fv :return "void" :args
993 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
994 "VERSION_1_0" :deprecated "3.1" :version "1.0")
995 (defglfun "RasterPos2f" raster-pos-2f :return "void" :args
996 ((:name |x| :type |CoordF| :direction :in)
997 (:name |y| :type |CoordF| :direction :in))
998 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
999 (defglfun "RasterPos2dv" raster-pos-2dv :return "void" :args
1000 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
1001 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1002 (defglfun "RasterPos2d" raster-pos-2d :return "void" :args
1003 ((:name |x| :type |CoordD| :direction :in)
1004 (:name |y| :type |CoordD| :direction :in))
1005 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1006 (defglfun "Normal3sv" normal-3sv :return "void" :args
1007 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :category
1008 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1009 (defglfun "Normal3s" normal-3s :return "void" :args
1010 ((:name |nx| :type |Int16| :direction :in)
1011 (:name |ny| :type |Int16| :direction :in)
1012 (:name |nz| :type |Int16| :direction :in))
1013 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1014 (defglfun "Normal3iv" normal-3iv :return "void" :args
1015 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :category
1016 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1017 (defglfun "Normal3i" normal-3i :return "void" :args
1018 ((:name |nx| :type |Int32| :direction :in)
1019 (:name |ny| :type |Int32| :direction :in)
1020 (:name |nz| :type |Int32| :direction :in))
1021 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1022 (defglfun "Normal3fv" normal-3fv :return "void" :args
1023 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
1024 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1025 (defglfun "Normal3f" normal-3f :return "void" :args
1026 ((:name |nx| :type |CoordF| :direction :in)
1027 (:name |ny| :type |CoordF| :direction :in)
1028 (:name |nz| :type |CoordF| :direction :in))
1029 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1030 (defglfun "Normal3dv" normal-3dv :return "void" :args
1031 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
1032 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1033 (defglfun "Normal3d" normal-3d :return "void" :args
1034 ((:name |nx| :type |CoordD| :direction :in)
1035 (:name |ny| :type |CoordD| :direction :in)
1036 (:name |nz| :type |CoordD| :direction :in))
1037 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1038 (defglfun "Normal3bv" normal-3bv :return "void" :args
1039 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :category
1040 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1041 (defglfun "Normal3b" normal-3b :return "void" :args
1042 ((:name |nx| :type |Int8| :direction :in)
1043 (:name |ny| :type |Int8| :direction :in)
1044 (:name |nz| :type |Int8| :direction :in))
1045 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1046 (defglfun "Indexsv" index-sv :return "void" :args
1047 ((:name |c| :type |ColorIndexValueS| :direction :in :array t :size #x1))
1048 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1049 (defglfun "Indexs" index-s :return "void" :args
1050 ((:name |c| :type |ColorIndexValueS| :direction :in)) :category "VERSION_1_0"
1051 :deprecated "3.1" :version "1.0")
1052 (defglfun "Indexiv" index-iv :return "void" :args
1053 ((:name |c| :type |ColorIndexValueI| :direction :in :array t :size #x1))
1054 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1055 (defglfun "Indexi" index-i :return "void" :args
1056 ((:name |c| :type |ColorIndexValueI| :direction :in)) :category "VERSION_1_0"
1057 :deprecated "3.1" :version "1.0")
1058 (defglfun "Indexfv" index-fv :return "void" :args
1059 ((:name |c| :type |ColorIndexValueF| :direction :in :array t :size #x1))
1060 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1061 (defglfun "Indexf" index-f :return "void" :args
1062 ((:name |c| :type |ColorIndexValueF| :direction :in)) :category "VERSION_1_0"
1063 :deprecated "3.1" :version "1.0")
1064 (defglfun "Indexdv" index-dv :return "void" :args
1065 ((:name |c| :type |ColorIndexValueD| :direction :in :array t :size #x1))
1066 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1067 (defglfun "Indexd" index-d :return "void" :args
1068 ((:name |c| :type |ColorIndexValueD| :direction :in)) :category "VERSION_1_0"
1069 :deprecated "3.1" :version "1.0")
1070 (defglfun "End" end :return "void" :args nil :category "VERSION_1_0"
1071 :deprecated "3.1" :version "1.0")
1072 (defglfun "EdgeFlagv" edge-flagv :return "void" :args
1073 ((:name |flag| :type |Boolean| :direction :in :array t :size #x1)) :category
1074 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1075 (defglfun "EdgeFlag" edge-flag :return "void" :args
1076 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1077 :deprecated "3.1" :version "1.0")
1078 (defglfun "Color4usv" color-4usv :return "void" :args
1079 ((:name |v| :type |ColorUS| :direction :in :array t :size #x4)) :category
1080 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1081 (defglfun "Color4us" color-4us :return "void" :args
1082 ((:name |red| :type |ColorUS| :direction :in)
1083 (:name |green| :type |ColorUS| :direction :in)
1084 (:name |blue| :type |ColorUS| :direction :in)
1085 (:name |alpha| :type |ColorUS| :direction :in))
1086 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1087 (defglfun "Color4uiv" color-4uiv :return "void" :args
1088 ((:name |v| :type |ColorUI| :direction :in :array t :size #x4)) :category
1089 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1090 (defglfun "Color4ui" color-4ui :return "void" :args
1091 ((:name |red| :type |ColorUI| :direction :in)
1092 (:name |green| :type |ColorUI| :direction :in)
1093 (:name |blue| :type |ColorUI| :direction :in)
1094 (:name |alpha| :type |ColorUI| :direction :in))
1095 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1096 (defglfun "Color4ubv" color-4ubv :return "void" :args
1097 ((:name |v| :type |ColorUB| :direction :in :array t :size #x4)) :category
1098 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1099 (defglfun "Color4ub" color-4ub :return "void" :args
1100 ((:name |red| :type |ColorUB| :direction :in)
1101 (:name |green| :type |ColorUB| :direction :in)
1102 (:name |blue| :type |ColorUB| :direction :in)
1103 (:name |alpha| :type |ColorUB| :direction :in))
1104 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1105 (defglfun "Color4sv" color-4sv :return "void" :args
1106 ((:name |v| :type |ColorS| :direction :in :array t :size #x4)) :category
1107 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1108 (defglfun "Color4s" color-4s :return "void" :args
1109 ((:name |red| :type |ColorS| :direction :in)
1110 (:name |green| :type |ColorS| :direction :in)
1111 (:name |blue| :type |ColorS| :direction :in)
1112 (:name |alpha| :type |ColorS| :direction :in))
1113 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1114 (defglfun "Color4iv" color-4iv :return "void" :args
1115 ((:name |v| :type |ColorI| :direction :in :array t :size #x4)) :category
1116 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1117 (defglfun "Color4i" color-4i :return "void" :args
1118 ((:name |red| :type |ColorI| :direction :in)
1119 (:name |green| :type |ColorI| :direction :in)
1120 (:name |blue| :type |ColorI| :direction :in)
1121 (:name |alpha| :type |ColorI| :direction :in))
1122 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1123 (defglfun "Color4fv" color-4fv :return "void" :args
1124 ((:name |v| :type |ColorF| :direction :in :array t :size #x4)) :category
1125 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1126 (defglfun "Color4f" color-4f :return "void" :args
1127 ((:name |red| :type |ColorF| :direction :in)
1128 (:name |green| :type |ColorF| :direction :in)
1129 (:name |blue| :type |ColorF| :direction :in)
1130 (:name |alpha| :type |ColorF| :direction :in))
1131 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1132 (defglfun "Color4dv" color-4dv :return "void" :args
1133 ((:name |v| :type |ColorD| :direction :in :array t :size #x4)) :category
1134 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1135 (defglfun "Color4d" color-4d :return "void" :args
1136 ((:name |red| :type |ColorD| :direction :in)
1137 (:name |green| :type |ColorD| :direction :in)
1138 (:name |blue| :type |ColorD| :direction :in)
1139 (:name |alpha| :type |ColorD| :direction :in))
1140 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1141 (defglfun "Color4bv" color-4bv :return "void" :args
1142 ((:name |v| :type |ColorB| :direction :in :array t :size #x4)) :category
1143 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1144 (defglfun "Color4b" color-4b :return "void" :args
1145 ((:name |red| :type |ColorB| :direction :in)
1146 (:name |green| :type |ColorB| :direction :in)
1147 (:name |blue| :type |ColorB| :direction :in)
1148 (:name |alpha| :type |ColorB| :direction :in))
1149 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1150 (defglfun "Color3usv" color-3usv :return "void" :args
1151 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
1152 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1153 (defglfun "Color3us" color-3us :return "void" :args
1154 ((:name |red| :type |ColorUS| :direction :in)
1155 (:name |green| :type |ColorUS| :direction :in)
1156 (:name |blue| :type |ColorUS| :direction :in))
1157 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1158 (defglfun "Color3uiv" color-3uiv :return "void" :args
1159 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
1160 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1161 (defglfun "Color3ui" color-3ui :return "void" :args
1162 ((:name |red| :type |ColorUI| :direction :in)
1163 (:name |green| :type |ColorUI| :direction :in)
1164 (:name |blue| :type |ColorUI| :direction :in))
1165 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1166 (defglfun "Color3ubv" color-3ubv :return "void" :args
1167 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
1168 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1169 (defglfun "Color3ub" color-3ub :return "void" :args
1170 ((:name |red| :type |ColorUB| :direction :in)
1171 (:name |green| :type |ColorUB| :direction :in)
1172 (:name |blue| :type |ColorUB| :direction :in))
1173 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1174 (defglfun "Color3sv" color-3sv :return "void" :args
1175 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
1176 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1177 (defglfun "Color3s" color-3s :return "void" :args
1178 ((:name |red| :type |ColorS| :direction :in)
1179 (:name |green| :type |ColorS| :direction :in)
1180 (:name |blue| :type |ColorS| :direction :in))
1181 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1182 (defglfun "Color3iv" color-3iv :return "void" :args
1183 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
1184 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1185 (defglfun "Color3i" color-3i :return "void" :args
1186 ((:name |red| :type |ColorI| :direction :in)
1187 (:name |green| :type |ColorI| :direction :in)
1188 (:name |blue| :type |ColorI| :direction :in))
1189 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1190 (defglfun "Color3fv" color-3fv :return "void" :args
1191 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
1192 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1193 (defglfun "Color3f" color-3f :return "void" :args
1194 ((:name |red| :type |ColorF| :direction :in)
1195 (:name |green| :type |ColorF| :direction :in)
1196 (:name |blue| :type |ColorF| :direction :in))
1197 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1198 (defglfun "Color3dv" color-3dv :return "void" :args
1199 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
1200 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1201 (defglfun "Color3d" color-3d :return "void" :args
1202 ((:name |red| :type |ColorD| :direction :in)
1203 (:name |green| :type |ColorD| :direction :in)
1204 (:name |blue| :type |ColorD| :direction :in))
1205 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1206 (defglfun "Color3bv" color-3bv :return "void" :args
1207 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
1208 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1209 (defglfun "Color3b" color-3b :return "void" :args
1210 ((:name |red| :type |ColorB| :direction :in)
1211 (:name |green| :type |ColorB| :direction :in)
1212 (:name |blue| :type |ColorB| :direction :in))
1213 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1214 (defglfun "Bitmap" bitmap :return "void" :args
1215 ((:name |width| :type |SizeI| :direction :in)
1216 (:name |height| :type |SizeI| :direction :in)
1217 (:name |xorig| :type |CoordF| :direction :in)
1218 (:name |yorig| :type |CoordF| :direction :in)
1219 (:name |xmove| :type |CoordF| :direction :in)
1220 (:name |ymove| :type |CoordF| :direction :in)
1221 (:name |bitmap| :type |UInt8| :direction :in :array t :size
1222 (|width| |height|)))
1223 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1224 (defglfun "Begin" begin :return "void" :args
1225 ((:name |mode| :type |BeginMode| :direction :in)) :category "VERSION_1_0"
1226 :deprecated "3.1" :version "1.0")
1227 (defglfun "ListBase" list-base :return "void" :args
1228 ((:name |base| :type |List| :direction :in)) :category "VERSION_1_0"
1229 :deprecated "3.1" :version "1.0")
1230 (defglfun "GenLists" gen-lists :return "List" :args
1231 ((:name |range| :type |SizeI| :direction :in)) :category "VERSION_1_0"
1232 :deprecated "3.1" :version "1.0")
1233 (defglfun "DeleteLists" delete-lists :return "void" :args
1234 ((:name |list| :type |List| :direction :in)
1235 (:name |range| :type |SizeI| :direction :in))
1236 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1237 (defglfun "CallLists" call-lists :return "void" :args
1238 ((:name |n| :type |SizeI| :direction :in)
1239 (:name |type| :type |ListNameType| :direction :in)
1240 (:name |lists| :type |Void| :direction :in :array t :size (|n| |type|)))
1241 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1242 (defglfun "CallList" call-list :return "void" :args
1243 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
1244 :deprecated "3.1" :version "1.0")
1245 (defglfun "EndList" end-list :return "void" :args nil :category "VERSION_1_0"
1246 :deprecated "3.1" :version "1.0")
1247 (defglfun "NewList" new-list :return "void" :args
1248 ((:name |list| :type |List| :direction :in)
1249 (:name |mode| :type |ListMode| :direction :in))
1250 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1251 (defglfun "Viewport" viewport :return "void" :args
1252 ((:name |x| :type |WinCoord| :direction :in)
1253 (:name |y| :type |WinCoord| :direction :in)
1254 (:name |width| :type |SizeI| :direction :in)
1255 (:name |height| :type |SizeI| :direction :in))
1256 :category "VERSION_1_0" :deprecated nil :version "1.0")
1257 (defglfun "DepthRange" depth-range :return "void" :args
1258 ((:name |near| :type |ClampedFloat64| :direction :in)
1259 (:name |far| :type |ClampedFloat64| :direction :in))
1260 :category "VERSION_1_0" :deprecated nil :version "1.0")
1261 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
1262 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1263 :deprecated nil :version "1.0")
1264 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
1265 :args
1266 ((:name |target| :type |TextureTarget| :direction :in)
1267 (:name |level| :type |CheckedInt32| :direction :in)
1268 (:name |pname| :type |GetTextureParameter| :direction :in)
1269 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1270 :category "VERSION_1_0" :deprecated nil :version "1.0")
1271 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
1272 :args
1273 ((:name |target| :type |TextureTarget| :direction :in)
1274 (:name |level| :type |CheckedInt32| :direction :in)
1275 (:name |pname| :type |GetTextureParameter| :direction :in)
1276 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1277 :category "VERSION_1_0" :deprecated nil :version "1.0")
1278 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
1279 ((:name |target| :type |TextureTarget| :direction :in)
1280 (:name |pname| :type |GetTextureParameter| :direction :in)
1281 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1282 :category "VERSION_1_0" :deprecated nil :version "1.0")
1283 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
1284 ((:name |target| :type |TextureTarget| :direction :in)
1285 (:name |pname| :type |GetTextureParameter| :direction :in)
1286 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1287 :category "VERSION_1_0" :deprecated nil :version "1.0")
1288 (defglfun "GetTexImage" get-tex-image :return "void" :args
1289 ((:name |target| :type |TextureTarget| :direction :in)
1290 (:name |level| :type |CheckedInt32| :direction :in)
1291 (:name |format| :type |PixelFormat| :direction :in)
1292 (:name |type| :type |PixelType| :direction :in)
1293 (:name |pixels| :type |Void| :direction :out :array t :size
1294 (|target| |level| |format| |type|)))
1295 :category "VERSION_1_0" :deprecated nil :version "1.0")
1296 (defglfun "GetString" get-string :return "String" :args
1297 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
1298 :deprecated nil :version "1.0")
1299 (defglfun "GetIntegerv" get-integerv :return "void" :args
1300 ((:name |pname| :type |GetPName| :direction :in)
1301 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1302 :category "VERSION_1_0" :deprecated nil :version "1.0")
1303 (defglfun "GetFloatv" get-floatv :return "void" :args
1304 ((:name |pname| :type |GetPName| :direction :in)
1305 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1306 :category "VERSION_1_0" :deprecated nil :version "1.0")
1307 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
1308 "VERSION_1_0" :deprecated nil :version "1.0")
1309 (defglfun "GetDoublev" get-doublev :return "void" :args
1310 ((:name |pname| :type |GetPName| :direction :in)
1311 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
1312 :category "VERSION_1_0" :deprecated nil :version "1.0")
1313 (defglfun "GetBooleanv" get-booleanv :return "void" :args
1314 ((:name |pname| :type |GetPName| :direction :in)
1315 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
1316 :category "VERSION_1_0" :deprecated nil :version "1.0")
1317 (defglfun "ReadPixels" read-pixels :return "void" :args
1318 ((:name |x| :type |WinCoord| :direction :in)
1319 (:name |y| :type |WinCoord| :direction :in)
1320 (:name |width| :type |SizeI| :direction :in)
1321 (:name |height| :type |SizeI| :direction :in)
1322 (:name |format| :type |PixelFormat| :direction :in)
1323 (:name |type| :type |PixelType| :direction :in)
1324 (:name |pixels| :type |Void| :direction :out :array t :size
1325 (|format| |type| |width| |height|)))
1326 :category "VERSION_1_0" :deprecated nil :version "1.0")
1327 (defglfun "ReadBuffer" read-buffer :return "void" :args
1328 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
1329 :deprecated nil :version "1.0")
1330 (defglfun "PixelStorei" pixel-store-i :return "void" :args
1331 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1332 (:name |param| :type |CheckedInt32| :direction :in))
1333 :category "VERSION_1_0" :deprecated nil :version "1.0")
1334 (defglfun "PixelStoref" pixel-store-f :return "void" :args
1335 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1336 (:name |param| :type |CheckedFloat32| :direction :in))
1337 :category "VERSION_1_0" :deprecated nil :version "1.0")
1338 (defglfun "DepthFunc" depth-func :return "void" :args
1339 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
1340 :deprecated nil :version "1.0")
1341 (defglfun "StencilOp" stencil-op :return "void" :args
1342 ((:name |fail| :type |StencilOp| :direction :in)
1343 (:name |zfail| :type |StencilOp| :direction :in)
1344 (:name |zpass| :type |StencilOp| :direction :in))
1345 :category "VERSION_1_0" :deprecated nil :version "1.0")
1346 (defglfun "StencilFunc" stencil-func :return "void" :args
1347 ((:name |func| :type |StencilFunction| :direction :in)
1348 (:name |ref| :type |ClampedStencilValue| :direction :in)
1349 (:name |mask| :type |MaskedStencilValue| :direction :in))
1350 :category "VERSION_1_0" :deprecated nil :version "1.0")
1351 (defglfun "LogicOp" logic-op :return "void" :args
1352 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
1353 :deprecated nil :version "1.0")
1354 (defglfun "BlendFunc" blend-func :return "void" :args
1355 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
1356 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
1357 :category "VERSION_1_0" :deprecated nil :version "1.0")
1358 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
1359 :deprecated nil :version "1.0")
1360 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
1361 :deprecated nil :version "1.0")
1362 (defglfun "Enable" enable :return "void" :args
1363 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1364 :deprecated nil :version "1.0")
1365 (defglfun "Disable" disable :return "void" :args
1366 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1367 :deprecated nil :version "1.0")
1368 (defglfun "DepthMask" depth-mask :return "void" :args
1369 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1370 :deprecated nil :version "1.0")
1371 (defglfun "ColorMask" color-mask :return "void" :args
1372 ((:name |red| :type |Boolean| :direction :in)
1373 (:name |green| :type |Boolean| :direction :in)
1374 (:name |blue| :type |Boolean| :direction :in)
1375 (:name |alpha| :type |Boolean| :direction :in))
1376 :category "VERSION_1_0" :deprecated nil :version "1.0")
1377 (defglfun "StencilMask" stencil-mask :return "void" :args
1378 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
1379 "VERSION_1_0" :deprecated nil :version "1.0")
1380 (defglfun "ClearDepth" clear-depth :return "void" :args
1381 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
1382 "VERSION_1_0" :deprecated nil :version "1.0")
1383 (defglfun "ClearStencil" clear-stencil :return "void" :args
1384 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
1385 :deprecated nil :version "1.0")
1386 (defglfun "ClearColor" clear-color :return "void" :args
1387 ((:name |red| :type |ClampedColorF| :direction :in)
1388 (:name |green| :type |ClampedColorF| :direction :in)
1389 (:name |blue| :type |ClampedColorF| :direction :in)
1390 (:name |alpha| :type |ClampedColorF| :direction :in))
1391 :category "VERSION_1_0" :deprecated nil :version "1.0")
1392 (defglfun "Clear" clear :return "void" :args
1393 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
1394 "VERSION_1_0" :deprecated nil :version "1.0")
1395 (defglfun "DrawBuffer" draw-buffer :return "void" :args
1396 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
1397 :deprecated nil :version "1.0")
1398 (defglfun "TexImage2D" tex-image-2d :return "void" :args
1399 ((:name |target| :type |TextureTarget| :direction :in)
1400 (:name |level| :type |CheckedInt32| :direction :in)
1401 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1402 (:name |width| :type |SizeI| :direction :in)
1403 (:name |height| :type |SizeI| :direction :in)
1404 (:name |border| :type |CheckedInt32| :direction :in)
1405 (:name |format| :type |PixelFormat| :direction :in)
1406 (:name |type| :type |PixelType| :direction :in)
1407 (:name |pixels| :type |Void| :direction :in :array t :size
1408 (|format| |type| |width| |height|)))
1409 :category "VERSION_1_0" :deprecated nil :version "1.0")
1410 (defglfun "TexImage1D" tex-image-1d :return "void" :args
1411 ((:name |target| :type |TextureTarget| :direction :in)
1412 (:name |level| :type |CheckedInt32| :direction :in)
1413 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1414 (:name |width| :type |SizeI| :direction :in)
1415 (:name |border| :type |CheckedInt32| :direction :in)
1416 (:name |format| :type |PixelFormat| :direction :in)
1417 (:name |type| :type |PixelType| :direction :in)
1418 (:name |pixels| :type |Void| :direction :in :array t :size
1419 (|format| |type| |width|)))
1420 :category "VERSION_1_0" :deprecated nil :version "1.0")
1421 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
1422 ((:name |target| :type |TextureTarget| :direction :in)
1423 (:name |pname| :type |TextureParameterName| :direction :in)
1424 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1425 (|pname|)))
1426 :category "VERSION_1_0" :deprecated nil :version "1.0")
1427 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
1428 ((:name |target| :type |TextureTarget| :direction :in)
1429 (:name |pname| :type |TextureParameterName| :direction :in)
1430 (:name |param| :type |CheckedInt32| :direction :in))
1431 :category "VERSION_1_0" :deprecated nil :version "1.0")
1432 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
1433 ((:name |target| :type |TextureTarget| :direction :in)
1434 (:name |pname| :type |TextureParameterName| :direction :in)
1435 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1436 (|pname|)))
1437 :category "VERSION_1_0" :deprecated nil :version "1.0")
1438 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
1439 ((:name |target| :type |TextureTarget| :direction :in)
1440 (:name |pname| :type |TextureParameterName| :direction :in)
1441 (:name |param| :type |CheckedFloat32| :direction :in))
1442 :category "VERSION_1_0" :deprecated nil :version "1.0")
1443 (defglfun "Scissor" scissor :return "void" :args
1444 ((:name |x| :type |WinCoord| :direction :in)
1445 (:name |y| :type |WinCoord| :direction :in)
1446 (:name |width| :type |SizeI| :direction :in)
1447 (:name |height| :type |SizeI| :direction :in))
1448 :category "VERSION_1_0" :deprecated nil :version "1.0")
1449 (defglfun "PolygonMode" polygon-mode :return "void" :args
1450 ((:name |face| :type |MaterialFace| :direction :in)
1451 (:name |mode| :type |PolygonMode| :direction :in))
1452 :category "VERSION_1_0" :deprecated nil :version "1.0")
1453 (defglfun "PointSize" point-size :return "void" :args
1454 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
1455 :deprecated nil :version "1.0")
1456 (defglfun "LineWidth" line-width :return "void" :args
1457 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
1458 "VERSION_1_0" :deprecated nil :version "1.0")
1459 (defglfun "Hint" hint :return "void" :args
1460 ((:name |target| :type |HintTarget| :direction :in)
1461 (:name |mode| :type |HintMode| :direction :in))
1462 :category "VERSION_1_0" :deprecated nil :version "1.0")
1463 (defglfun "FrontFace" front-face :return "void" :args
1464 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
1465 "VERSION_1_0" :deprecated nil :version "1.0")
1466 (defglfun "CullFace" cull-face :return "void" :args
1467 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
1468 :deprecated nil :version "1.0")
1469 (defglfun "PushClientAttrib" push-client-attrib :return "void" :args
1470 ((:name |mask| :type |ClientAttribMask| :direction :in)) :category
1471 "VERSION_1_1" :deprecated "3.1" :version "1.1")
1472 (defglfun "PopClientAttrib" pop-client-attrib :return "void" :args nil
1473 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1474 (defglfun "Indexubv" index-ubv :return "void" :args
1475 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
1476 :category "VERSION_1_1" :deprecated nil :version "1.1")
1477 (defglfun "Indexub" index-ub :return "void" :args
1478 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
1479 :deprecated nil :version "1.1")
1480 (defglfun "PrioritizeTextures" prioritize-textures :return "void" :args
1481 ((:name |n| :type |SizeI| :direction :in)
1482 (:name |textures| :type |Texture| :direction :in :array t :size n)
1483 (:name |priorities| :type |ClampedFloat32| :direction :in :array t :size n))
1484 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1485 (defglfun "AreTexturesResident" are-textures-resident :return "Boolean" :args
1486 ((:name |n| :type |SizeI| :direction :in)
1487 (:name |textures| :type |Texture| :direction :in :array t :size n)
1488 (:name |residences| :type |Boolean| :direction :out :array t :size n))
1489 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1490 (defglfun "VertexPointer" vertex-pointer :return "void" :args
1491 ((:name |size| :type |Int32| :direction :in)
1492 (:name |type| :type |VertexPointerType| :direction :in)
1493 (:name |stride| :type |SizeI| :direction :in)
1494 (:name |pointer| :type |Void| :direction :in :array t :size
1495 (|size| |type| |stride|) :retained t))
1496 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1497 (defglfun "TexCoordPointer" tex-coord-pointer :return "void" :args
1498 ((:name |size| :type |Int32| :direction :in)
1499 (:name |type| :type |TexCoordPointerType| :direction :in)
1500 (:name |stride| :type |SizeI| :direction :in)
1501 (:name |pointer| :type |Void| :direction :in :array t :size
1502 (|size| |type| |stride|) :retained t))
1503 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1504 (defglfun "NormalPointer" normal-pointer :return "void" :args
1505 ((:name |type| :type |NormalPointerType| :direction :in)
1506 (:name |stride| :type |SizeI| :direction :in)
1507 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1508 :retained t))
1509 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1510 (defglfun "InterleavedArrays" interleaved-arrays :return "void" :args
1511 ((:name |format| :type |InterleavedArrayFormat| :direction :in)
1512 (:name |stride| :type |SizeI| :direction :in)
1513 (:name |pointer| :type |Void| :direction :in :array t :size
1514 (|format| |stride|) :retained t))
1515 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1516 (defglfun "IndexPointer" index-pointer :return "void" :args
1517 ((:name |type| :type |IndexPointerType| :direction :in)
1518 (:name |stride| :type |SizeI| :direction :in)
1519 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1520 :retained t))
1521 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1522 (defglfun "EnableClientState" enable-client-state :return "void" :args
1523 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1524 :deprecated "3.1" :version "1.1")
1525 (defglfun "EdgeFlagPointer" edge-flag-pointer :return "void" :args
1526 ((:name |stride| :type |SizeI| :direction :in)
1527 (:name |pointer| :type |Void| :direction :in :array t :size (|stride|)
1528 :retained t))
1529 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1530 (defglfun "DisableClientState" disable-client-state :return "void" :args
1531 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1532 :deprecated "3.1" :version "1.1")
1533 (defglfun "ColorPointer" color-pointer :return "void" :args
1534 ((:name |size| :type |Int32| :direction :in)
1535 (:name |type| :type |ColorPointerType| :direction :in)
1536 (:name |stride| :type |SizeI| :direction :in)
1537 (:name |pointer| :type |Void| :direction :in :array t :size
1538 (|size| |type| |stride|) :retained t))
1539 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1540 (defglfun "ArrayElement" array-element :return "void" :args
1541 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_1" :deprecated
1542 "3.1" :version "1.1")
1543 (defglfun "IsTexture" is-texture :return "Boolean" :args
1544 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
1545 :deprecated nil :version "1.1")
1546 (defglfun "GenTextures" gen-textures :return "void" :args
1547 ((:name |n| :type |SizeI| :direction :in)
1548 (:name |textures| :type |Texture| :direction :out :array t :size n))
1549 :category "VERSION_1_1" :deprecated nil :version "1.1")
1550 (defglfun "DeleteTextures" delete-textures :return "void" :args
1551 ((:name |n| :type |SizeI| :direction :in)
1552 (:name |textures| :type |Texture| :direction :in :array t :size n))
1553 :category "VERSION_1_1" :deprecated nil :version "1.1")
1554 (defglfun "BindTexture" bind-texture :return "void" :args
1555 ((:name |target| :type |TextureTarget| :direction :in)
1556 (:name |texture| :type |Texture| :direction :in))
1557 :category "VERSION_1_1" :deprecated nil :version "1.1")
1558 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
1559 ((:name |target| :type |TextureTarget| :direction :in)
1560 (:name |level| :type |CheckedInt32| :direction :in)
1561 (:name |xoffset| :type |CheckedInt32| :direction :in)
1562 (:name |yoffset| :type |CheckedInt32| :direction :in)
1563 (:name |width| :type |SizeI| :direction :in)
1564 (:name |height| :type |SizeI| :direction :in)
1565 (:name |format| :type |PixelFormat| :direction :in)
1566 (:name |type| :type |PixelType| :direction :in)
1567 (:name |pixels| :type |Void| :direction :in :array t :size
1568 (|format| |type| |width| |height|)))
1569 :category "VERSION_1_1" :deprecated nil :version "1.1")
1570 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
1571 ((:name |target| :type |TextureTarget| :direction :in)
1572 (:name |level| :type |CheckedInt32| :direction :in)
1573 (:name |xoffset| :type |CheckedInt32| :direction :in)
1574 (:name |width| :type |SizeI| :direction :in)
1575 (:name |format| :type |PixelFormat| :direction :in)
1576 (:name |type| :type |PixelType| :direction :in)
1577 (:name |pixels| :type |Void| :direction :in :array t :size
1578 (|format| |type| |width|)))
1579 :category "VERSION_1_1" :deprecated nil :version "1.1")
1580 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
1581 ((:name |target| :type |TextureTarget| :direction :in)
1582 (:name |level| :type |CheckedInt32| :direction :in)
1583 (:name |xoffset| :type |CheckedInt32| :direction :in)
1584 (:name |yoffset| :type |CheckedInt32| :direction :in)
1585 (:name |x| :type |WinCoord| :direction :in)
1586 (:name |y| :type |WinCoord| :direction :in)
1587 (:name |width| :type |SizeI| :direction :in)
1588 (:name |height| :type |SizeI| :direction :in))
1589 :category "VERSION_1_1" :deprecated nil :version "1.1")
1590 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
1591 ((:name |target| :type |TextureTarget| :direction :in)
1592 (:name |level| :type |CheckedInt32| :direction :in)
1593 (:name |xoffset| :type |CheckedInt32| :direction :in)
1594 (:name |x| :type |WinCoord| :direction :in)
1595 (:name |y| :type |WinCoord| :direction :in)
1596 (:name |width| :type |SizeI| :direction :in))
1597 :category "VERSION_1_1" :deprecated nil :version "1.1")
1598 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
1599 ((:name |target| :type |TextureTarget| :direction :in)
1600 (:name |level| :type |CheckedInt32| :direction :in)
1601 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1602 (:name |x| :type |WinCoord| :direction :in)
1603 (:name |y| :type |WinCoord| :direction :in)
1604 (:name |width| :type |SizeI| :direction :in)
1605 (:name |height| :type |SizeI| :direction :in)
1606 (:name |border| :type |CheckedInt32| :direction :in))
1607 :category "VERSION_1_1" :deprecated nil :version "1.1")
1608 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
1609 ((:name |target| :type |TextureTarget| :direction :in)
1610 (:name |level| :type |CheckedInt32| :direction :in)
1611 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1612 (:name |x| :type |WinCoord| :direction :in)
1613 (:name |y| :type |WinCoord| :direction :in)
1614 (:name |width| :type |SizeI| :direction :in)
1615 (:name |border| :type |CheckedInt32| :direction :in))
1616 :category "VERSION_1_1" :deprecated nil :version "1.1")
1617 (defglfun "PolygonOffset" polygon-offset :return "void" :args
1618 ((:name |factor| :type |Float32| :direction :in)
1619 (:name |units| :type |Float32| :direction :in))
1620 :category "VERSION_1_1" :deprecated nil :version "1.1")
1621 (defglfun "GetPointerv" get-pointerv :return "void" :args
1622 ((:name |pname| :type |GetPointervPName| :direction :in)
1623 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1624 :category "VERSION_1_1" :deprecated nil :version "1.1")
1625 (defglfun "DrawElements" draw-elements :return "void" :args
1626 ((:name |mode| :type |BeginMode| :direction :in)
1627 (:name |count| :type |SizeI| :direction :in)
1628 (:name |type| :type |DrawElementsType| :direction :in)
1629 (:name |indices| :type |Void| :direction :in :array t :size
1630 (|count| |type|)))
1631 :category "VERSION_1_1" :deprecated nil :version "1.1")
1632 (defglfun "DrawArrays" draw-arrays :return "void" :args
1633 ((:name |mode| :type |BeginMode| :direction :in)
1634 (:name |first| :type |Int32| :direction :in)
1635 (:name |count| :type |SizeI| :direction :in))
1636 :category "VERSION_1_1" :deprecated nil :version "1.1")
1637 (defglextfun "ResetMinmax" reset-minmax :return "void" :args
1638 ((:name |target| :type |MinmaxTarget| :direction :in)) :category "VERSION_1_2"
1639 :deprecated "3.1" :version "1.2")
1640 (defglextfun "ResetHistogram" reset-histogram :return "void" :args
1641 ((:name |target| :type |HistogramTarget| :direction :in)) :category
1642 "VERSION_1_2" :deprecated "3.1" :version "1.2")
1643 (defglextfun "Minmax" minmax :return "void" :args
1644 ((:name |target| :type |MinmaxTarget| :direction :in)
1645 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1646 (:name |sink| :type |Boolean| :direction :in))
1647 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1648 (defglextfun "Histogram" histogram :return "void" :args
1649 ((:name |target| :type |HistogramTarget| :direction :in)
1650 (:name |width| :type |SizeI| :direction :in)
1651 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1652 (:name |sink| :type |Boolean| :direction :in))
1653 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1654 (defglextfun "GetMinmaxParameteriv" get-minmax-parameter-iv :return "void"
1655 :args
1656 ((:name |target| :type |MinmaxTarget| :direction :in)
1657 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
1658 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1659 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1660 (defglextfun "GetMinmaxParameterfv" get-minmax-parameter-fv :return "void"
1661 :args
1662 ((:name |target| :type |MinmaxTarget| :direction :in)
1663 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
1664 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1665 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1666 (defglextfun "GetMinmax" get-minmax :return "void" :args
1667 ((:name |target| :type |MinmaxTarget| :direction :in)
1668 (:name |reset| :type |Boolean| :direction :in)
1669 (:name |format| :type |PixelFormat| :direction :in)
1670 (:name |type| :type |PixelType| :direction :in)
1671 (:name |values| :type |Void| :direction :out :array t :size
1672 (|target| |format| |type|)))
1673 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1674 (defglextfun "GetHistogramParameteriv" get-histogram-parameter-iv :return
1675 "void" :args
1676 ((:name |target| :type |HistogramTarget| :direction :in)
1677 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
1678 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1679 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1680 (defglextfun "GetHistogramParameterfv" get-histogram-parameter-fv :return
1681 "void" :args
1682 ((:name |target| :type |HistogramTarget| :direction :in)
1683 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
1684 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1685 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1686 (defglextfun "GetHistogram" get-histogram :return "void" :args
1687 ((:name |target| :type |HistogramTarget| :direction :in)
1688 (:name |reset| :type |Boolean| :direction :in)
1689 (:name |format| :type |PixelFormat| :direction :in)
1690 (:name |type| :type |PixelType| :direction :in)
1691 (:name |values| :type |Void| :direction :out :array t :size
1692 (|target| |format| |type|)))
1693 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1694 (defglextfun "SeparableFilter2D" separable-filter-2d :return "void" :args
1695 ((:name |target| :type |SeparableTarget| :direction :in)
1696 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1697 (:name |width| :type |SizeI| :direction :in)
1698 (:name |height| :type |SizeI| :direction :in)
1699 (:name |format| :type |PixelFormat| :direction :in)
1700 (:name |type| :type |PixelType| :direction :in)
1701 (:name |row| :type |Void| :direction :in :array t :size
1702 (|target| |format| |type| |width|))
1703 (:name |column| :type |Void| :direction :in :array t :size
1704 (|target| |format| |type| |height|)))
1705 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1706 (defglextfun "GetSeparableFilter" get-separable-filter :return "void" :args
1707 ((:name |target| :type |SeparableTarget| :direction :in)
1708 (:name |format| :type |PixelFormat| :direction :in)
1709 (:name |type| :type |PixelType| :direction :in)
1710 (:name |row| :type |Void| :direction :out :array t :size
1711 (|target| |format| |type|))
1712 (:name |column| :type |Void| :direction :out :array t :size
1713 (|target| |format| |type|))
1714 (:name |span| :type |Void| :direction :out :array t :size
1715 (|target| |format| |type|)))
1716 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1717 (defglextfun "GetConvolutionParameteriv" get-convolution-parameter-iv :return
1718 "void" :args
1719 ((:name |target| :type |ConvolutionTarget| :direction :in)
1720 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
1721 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1722 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1723 (defglextfun "GetConvolutionParameterfv" get-convolution-parameter-fv :return
1724 "void" :args
1725 ((:name |target| :type |ConvolutionTarget| :direction :in)
1726 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
1727 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1728 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1729 (defglextfun "GetConvolutionFilter" get-convolution-filter :return "void" :args
1730 ((:name |target| :type |ConvolutionTarget| :direction :in)
1731 (:name |format| :type |PixelFormat| :direction :in)
1732 (:name |type| :type |PixelType| :direction :in)
1733 (:name |image| :type |Void| :direction :out :array t :size
1734 (|target| |format| |type|)))
1735 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1736 (defglextfun "CopyConvolutionFilter2D" copy-convolution-filter-2d :return
1737 "void" :args
1738 ((:name |target| :type |ConvolutionTarget| :direction :in)
1739 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1740 (:name |x| :type |WinCoord| :direction :in)
1741 (:name |y| :type |WinCoord| :direction :in)
1742 (:name |width| :type |SizeI| :direction :in)
1743 (:name |height| :type |SizeI| :direction :in))
1744 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1745 (defglextfun "CopyConvolutionFilter1D" copy-convolution-filter-1d :return
1746 "void" :args
1747 ((:name |target| :type |ConvolutionTarget| :direction :in)
1748 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1749 (:name |x| :type |WinCoord| :direction :in)
1750 (:name |y| :type |WinCoord| :direction :in)
1751 (:name |width| :type |SizeI| :direction :in))
1752 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1753 (defglextfun "ConvolutionParameteriv" convolution-parameter-iv :return "void"
1754 :args
1755 ((:name |target| :type |ConvolutionTarget| :direction :in)
1756 (:name |pname| :type |ConvolutionParameter| :direction :in)
1757 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1758 (|pname|)))
1759 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1760 (defglextfun "ConvolutionParameteri" convolution-parameter-i :return "void"
1761 :args
1762 ((:name |target| :type |ConvolutionTarget| :direction :in)
1763 (:name |pname| :type |ConvolutionParameter| :direction :in)
1764 (:name |params| :type |CheckedInt32| :direction :in))
1765 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1766 (defglextfun "ConvolutionParameterfv" convolution-parameter-fv :return "void"
1767 :args
1768 ((:name |target| :type |ConvolutionTarget| :direction :in)
1769 (:name |pname| :type |ConvolutionParameter| :direction :in)
1770 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1771 (|pname|)))
1772 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1773 (defglextfun "ConvolutionParameterf" convolution-parameter-f :return "void"
1774 :args
1775 ((:name |target| :type |ConvolutionTarget| :direction :in)
1776 (:name |pname| :type |ConvolutionParameter| :direction :in)
1777 (:name |params| :type |CheckedFloat32| :direction :in))
1778 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1779 (defglextfun "ConvolutionFilter2D" convolution-filter-2d :return "void" :args
1780 ((:name |target| :type |ConvolutionTarget| :direction :in)
1781 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1782 (:name |width| :type |SizeI| :direction :in)
1783 (:name |height| :type |SizeI| :direction :in)
1784 (:name |format| :type |PixelFormat| :direction :in)
1785 (:name |type| :type |PixelType| :direction :in)
1786 (:name |image| :type |Void| :direction :in :array t :size
1787 (|format| |type| |width| |height|)))
1788 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1789 (defglextfun "ConvolutionFilter1D" convolution-filter-1d :return "void" :args
1790 ((:name |target| :type |ConvolutionTarget| :direction :in)
1791 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1792 (:name |width| :type |SizeI| :direction :in)
1793 (:name |format| :type |PixelFormat| :direction :in)
1794 (:name |type| :type |PixelType| :direction :in)
1795 (:name |image| :type |Void| :direction :in :array t :size
1796 (|format| |type| |width|)))
1797 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1798 (defglextfun "CopyColorSubTable" copy-color-sub-table :return "void" :args
1799 ((:name |target| :type |ColorTableTarget| :direction :in)
1800 (:name |start| :type |SizeI| :direction :in)
1801 (:name |x| :type |WinCoord| :direction :in)
1802 (:name |y| :type |WinCoord| :direction :in)
1803 (:name |width| :type |SizeI| :direction :in))
1804 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1805 (defglextfun "ColorSubTable" color-sub-table :return "void" :args
1806 ((:name |target| :type |ColorTableTarget| :direction :in)
1807 (:name |start| :type |SizeI| :direction :in)
1808 (:name |count| :type |SizeI| :direction :in)
1809 (:name |format| :type |PixelFormat| :direction :in)
1810 (:name |type| :type |PixelType| :direction :in)
1811 (:name |data| :type |Void| :direction :in :array t :size
1812 (|format| |type| |count|)))
1813 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1814 (defglextfun "GetColorTableParameteriv" get-color-table-parameter-iv :return
1815 "void" :args
1816 ((:name |target| :type |ColorTableTarget| :direction :in)
1817 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
1818 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1819 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1820 (defglextfun "GetColorTableParameterfv" get-color-table-parameter-fv :return
1821 "void" :args
1822 ((:name |target| :type |ColorTableTarget| :direction :in)
1823 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
1824 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1825 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1826 (defglextfun "GetColorTable" get-color-table :return "void" :args
1827 ((:name |target| :type |ColorTableTarget| :direction :in)
1828 (:name |format| :type |PixelFormat| :direction :in)
1829 (:name |type| :type |PixelType| :direction :in)
1830 (:name |table| :type |Void| :direction :out :array t :size
1831 (|target| |format| |type|)))
1832 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1833 (defglextfun "CopyColorTable" copy-color-table :return "void" :args
1834 ((:name |target| :type |ColorTableTarget| :direction :in)
1835 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1836 (:name |x| :type |WinCoord| :direction :in)
1837 (:name |y| :type |WinCoord| :direction :in)
1838 (:name |width| :type |SizeI| :direction :in))
1839 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1840 (defglextfun "ColorTableParameteriv" color-table-parameter-iv :return "void"
1841 :args
1842 ((:name |target| :type |ColorTableTarget| :direction :in)
1843 (:name |pname| :type |ColorTableParameterPName| :direction :in)
1844 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1845 (|pname|)))
1846 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1847 (defglextfun "ColorTableParameterfv" color-table-parameter-fv :return "void"
1848 :args
1849 ((:name |target| :type |ColorTableTarget| :direction :in)
1850 (:name |pname| :type |ColorTableParameterPName| :direction :in)
1851 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1852 (|pname|)))
1853 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1854 (defglextfun "ColorTable" color-table :return "void" :args
1855 ((:name |target| :type |ColorTableTarget| :direction :in)
1856 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1857 (:name |width| :type |SizeI| :direction :in)
1858 (:name |format| :type |PixelFormat| :direction :in)
1859 (:name |type| :type |PixelType| :direction :in)
1860 (:name |table| :type |Void| :direction :in :array t :size
1861 (|format| |type| |width|)))
1862 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1863 (defglextfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1864 ((:name |target| :type |TextureTarget| :direction :in)
1865 (:name |level| :type |CheckedInt32| :direction :in)
1866 (:name |xoffset| :type |CheckedInt32| :direction :in)
1867 (:name |yoffset| :type |CheckedInt32| :direction :in)
1868 (:name |zoffset| :type |CheckedInt32| :direction :in)
1869 (:name |x| :type |WinCoord| :direction :in)
1870 (:name |y| :type |WinCoord| :direction :in)
1871 (:name |width| :type |SizeI| :direction :in)
1872 (:name |height| :type |SizeI| :direction :in))
1873 :category "VERSION_1_2" :deprecated nil :version "1.2")
1874 (defglextfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
1875 ((:name |target| :type |TextureTarget| :direction :in)
1876 (:name |level| :type |CheckedInt32| :direction :in)
1877 (:name |xoffset| :type |CheckedInt32| :direction :in)
1878 (:name |yoffset| :type |CheckedInt32| :direction :in)
1879 (:name |zoffset| :type |CheckedInt32| :direction :in)
1880 (:name |width| :type |SizeI| :direction :in)
1881 (:name |height| :type |SizeI| :direction :in)
1882 (:name |depth| :type |SizeI| :direction :in)
1883 (:name |format| :type |PixelFormat| :direction :in)
1884 (:name |type| :type |PixelType| :direction :in)
1885 (:name |pixels| :type |Void| :direction :in :array t :size
1886 (|format| |type| |width| |height| |depth|)))
1887 :category "VERSION_1_2" :deprecated nil :version "1.2")
1888 (defglextfun "TexImage3D" tex-image-3d :return "void" :args
1889 ((:name |target| :type |TextureTarget| :direction :in)
1890 (:name |level| :type |CheckedInt32| :direction :in)
1891 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1892 (:name |width| :type |SizeI| :direction :in)
1893 (:name |height| :type |SizeI| :direction :in)
1894 (:name |depth| :type |SizeI| :direction :in)
1895 (:name |border| :type |CheckedInt32| :direction :in)
1896 (:name |format| :type |PixelFormat| :direction :in)
1897 (:name |type| :type |PixelType| :direction :in)
1898 (:name |pixels| :type |Void| :direction :in :array t :size
1899 (|format| |type| |width| |height| |depth|)))
1900 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1901 (defglextfun "DrawRangeElements" draw-range-elements :return "void" :args
1902 ((:name |mode| :type |BeginMode| :direction :in)
1903 (:name |start| :type |UInt32| :direction :in)
1904 (:name |end| :type |UInt32| :direction :in)
1905 (:name |count| :type |SizeI| :direction :in)
1906 (:name |type| :type |DrawElementsType| :direction :in)
1907 (:name |indices| :type |Void| :direction :in :array t :size
1908 (|count| |type|)))
1909 :category "VERSION_1_2" :deprecated nil :version "1.2")
1910 (defglextfun "BlendEquation" blend-equation :return "void" :args
1911 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1912 "VERSION_1_2" :deprecated nil :version "1.2")
1913 (defglextfun "BlendColor" blend-color :return "void" :args
1914 ((:name |red| :type |ClampedColorF| :direction :in)
1915 (:name |green| :type |ClampedColorF| :direction :in)
1916 (:name |blue| :type |ClampedColorF| :direction :in)
1917 (:name |alpha| :type |ClampedColorF| :direction :in))
1918 :category "VERSION_1_2" :deprecated nil :version "1.2")
1919 (defglextfun "MultTransposeMatrixd" mult-transpose-matrix-d :return "void"
1920 :args ((:name |m| :type |Float64| :direction :in :array t :size #x10))
1921 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1922 (defglextfun "MultTransposeMatrixf" mult-transpose-matrix-f :return "void"
1923 :args ((:name |m| :type |Float32| :direction :in :array t :size #x10))
1924 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1925 (defglextfun "LoadTransposeMatrixd" load-transpose-matrix-d :return "void"
1926 :args ((:name |m| :type |Float64| :direction :in :array t :size #x10))
1927 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1928 (defglextfun "LoadTransposeMatrixf" load-transpose-matrix-f :return "void"
1929 :args ((:name |m| :type |Float32| :direction :in :array t :size #x10))
1930 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1931 (defglextfun "MultiTexCoord4sv" multi-tex-coord-4sv :return "void" :args
1932 ((:name |target| :type |TextureUnit| :direction :in)
1933 (:name |v| :type |CoordS| :direction :in :array t :size #x4))
1934 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1935 (defglextfun "MultiTexCoord4s" multi-tex-coord-4s :return "void" :args
1936 ((:name |target| :type |TextureUnit| :direction :in)
1937 (:name |s| :type |CoordS| :direction :in)
1938 (:name |t| :type |CoordS| :direction :in)
1939 (:name |r| :type |CoordS| :direction :in)
1940 (:name |q| :type |CoordS| :direction :in))
1941 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1942 (defglextfun "MultiTexCoord4iv" multi-tex-coord-4iv :return "void" :args
1943 ((:name |target| :type |TextureUnit| :direction :in)
1944 (:name |v| :type |CoordI| :direction :in :array t :size #x4))
1945 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1946 (defglextfun "MultiTexCoord4i" multi-tex-coord-4i :return "void" :args
1947 ((:name |target| :type |TextureUnit| :direction :in)
1948 (:name |s| :type |CoordI| :direction :in)
1949 (:name |t| :type |CoordI| :direction :in)
1950 (:name |r| :type |CoordI| :direction :in)
1951 (:name |q| :type |CoordI| :direction :in))
1952 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1953 (defglextfun "MultiTexCoord4fv" multi-tex-coord-4fv :return "void" :args
1954 ((:name |target| :type |TextureUnit| :direction :in)
1955 (:name |v| :type |CoordF| :direction :in :array t :size #x4))
1956 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1957 (defglextfun "MultiTexCoord4f" multi-tex-coord-4f :return "void" :args
1958 ((:name |target| :type |TextureUnit| :direction :in)
1959 (:name |s| :type |CoordF| :direction :in)
1960 (:name |t| :type |CoordF| :direction :in)
1961 (:name |r| :type |CoordF| :direction :in)
1962 (:name |q| :type |CoordF| :direction :in))
1963 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1964 (defglextfun "MultiTexCoord4dv" multi-tex-coord-4dv :return "void" :args
1965 ((:name |target| :type |TextureUnit| :direction :in)
1966 (:name |v| :type |CoordD| :direction :in :array t :size #x4))
1967 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1968 (defglextfun "MultiTexCoord4d" multi-tex-coord-4d :return "void" :args
1969 ((:name |target| :type |TextureUnit| :direction :in)
1970 (:name |s| :type |CoordD| :direction :in)
1971 (:name |t| :type |CoordD| :direction :in)
1972 (:name |r| :type |CoordD| :direction :in)
1973 (:name |q| :type |CoordD| :direction :in))
1974 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1975 (defglextfun "MultiTexCoord3sv" multi-tex-coord-3sv :return "void" :args
1976 ((:name |target| :type |TextureUnit| :direction :in)
1977 (:name |v| :type |CoordS| :direction :in :array t :size #x3))
1978 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1979 (defglextfun "MultiTexCoord3s" multi-tex-coord-3s :return "void" :args
1980 ((:name |target| :type |TextureUnit| :direction :in)
1981 (:name |s| :type |CoordS| :direction :in)
1982 (:name |t| :type |CoordS| :direction :in)
1983 (:name |r| :type |CoordS| :direction :in))
1984 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1985 (defglextfun "MultiTexCoord3iv" multi-tex-coord-3iv :return "void" :args
1986 ((:name |target| :type |TextureUnit| :direction :in)
1987 (:name |v| :type |CoordI| :direction :in :array t :size #x3))
1988 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1989 (defglextfun "MultiTexCoord3i" multi-tex-coord-3i :return "void" :args
1990 ((:name |target| :type |TextureUnit| :direction :in)
1991 (:name |s| :type |CoordI| :direction :in)
1992 (:name |t| :type |CoordI| :direction :in)
1993 (:name |r| :type |CoordI| :direction :in))
1994 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1995 (defglextfun "MultiTexCoord3fv" multi-tex-coord-3fv :return "void" :args
1996 ((:name |target| :type |TextureUnit| :direction :in)
1997 (:name |v| :type |CoordF| :direction :in :array t :size #x3))
1998 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1999 (defglextfun "MultiTexCoord3f" multi-tex-coord-3f :return "void" :args
2000 ((:name |target| :type |TextureUnit| :direction :in)
2001 (:name |s| :type |CoordF| :direction :in)
2002 (:name |t| :type |CoordF| :direction :in)
2003 (:name |r| :type |CoordF| :direction :in))
2004 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2005 (defglextfun "MultiTexCoord3dv" multi-tex-coord-3dv :return "void" :args
2006 ((:name |target| :type |TextureUnit| :direction :in)
2007 (:name |v| :type |CoordD| :direction :in :array t :size #x3))
2008 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2009 (defglextfun "MultiTexCoord3d" multi-tex-coord-3d :return "void" :args
2010 ((:name |target| :type |TextureUnit| :direction :in)
2011 (:name |s| :type |CoordD| :direction :in)
2012 (:name |t| :type |CoordD| :direction :in)
2013 (:name |r| :type |CoordD| :direction :in))
2014 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2015 (defglextfun "MultiTexCoord2sv" multi-tex-coord-2sv :return "void" :args
2016 ((:name |target| :type |TextureUnit| :direction :in)
2017 (:name |v| :type |CoordS| :direction :in :array t :size #x2))
2018 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2019 (defglextfun "MultiTexCoord2s" multi-tex-coord-2s :return "void" :args
2020 ((:name |target| :type |TextureUnit| :direction :in)
2021 (:name |s| :type |CoordS| :direction :in)
2022 (:name |t| :type |CoordS| :direction :in))
2023 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2024 (defglextfun "MultiTexCoord2iv" multi-tex-coord-2iv :return "void" :args
2025 ((:name |target| :type |TextureUnit| :direction :in)
2026 (:name |v| :type |CoordI| :direction :in :array t :size #x2))
2027 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2028 (defglextfun "MultiTexCoord2i" multi-tex-coord-2i :return "void" :args
2029 ((:name |target| :type |TextureUnit| :direction :in)
2030 (:name |s| :type |CoordI| :direction :in)
2031 (:name |t| :type |CoordI| :direction :in))
2032 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2033 (defglextfun "MultiTexCoord2fv" multi-tex-coord-2fv :return "void" :args
2034 ((:name |target| :type |TextureUnit| :direction :in)
2035 (:name |v| :type |CoordF| :direction :in :array t :size #x2))
2036 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2037 (defglextfun "MultiTexCoord2f" multi-tex-coord-2f :return "void" :args
2038 ((:name |target| :type |TextureUnit| :direction :in)
2039 (:name |s| :type |CoordF| :direction :in)
2040 (:name |t| :type |CoordF| :direction :in))
2041 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2042 (defglextfun "MultiTexCoord2dv" multi-tex-coord-2dv :return "void" :args
2043 ((:name |target| :type |TextureUnit| :direction :in)
2044 (:name |v| :type |CoordD| :direction :in :array t :size #x2))
2045 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2046 (defglextfun "MultiTexCoord2d" multi-tex-coord-2d :return "void" :args
2047 ((:name |target| :type |TextureUnit| :direction :in)
2048 (:name |s| :type |CoordD| :direction :in)
2049 (:name |t| :type |CoordD| :direction :in))
2050 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2051 (defglextfun "MultiTexCoord1sv" multi-tex-coord-1sv :return "void" :args
2052 ((:name |target| :type |TextureUnit| :direction :in)
2053 (:name |v| :type |CoordS| :direction :in :array t :size #x1))
2054 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2055 (defglextfun "MultiTexCoord1s" multi-tex-coord-1s :return "void" :args
2056 ((:name |target| :type |TextureUnit| :direction :in)
2057 (:name |s| :type |CoordS| :direction :in))
2058 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2059 (defglextfun "MultiTexCoord1iv" multi-tex-coord-1iv :return "void" :args
2060 ((:name |target| :type |TextureUnit| :direction :in)
2061 (:name |v| :type |CoordI| :direction :in :array t :size #x1))
2062 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2063 (defglextfun "MultiTexCoord1i" multi-tex-coord-1i :return "void" :args
2064 ((:name |target| :type |TextureUnit| :direction :in)
2065 (:name |s| :type |CoordI| :direction :in))
2066 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2067 (defglextfun "MultiTexCoord1fv" multi-tex-coord-1fv :return "void" :args
2068 ((:name |target| :type |TextureUnit| :direction :in)
2069 (:name |v| :type |CoordF| :direction :in :array t :size #x1))
2070 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2071 (defglextfun "MultiTexCoord1f" multi-tex-coord-1f :return "void" :args
2072 ((:name |target| :type |TextureUnit| :direction :in)
2073 (:name |s| :type |CoordF| :direction :in))
2074 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2075 (defglextfun "MultiTexCoord1dv" multi-tex-coord-1dv :return "void" :args
2076 ((:name |target| :type |TextureUnit| :direction :in)
2077 (:name |v| :type |CoordD| :direction :in :array t :size #x1))
2078 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2079 (defglextfun "MultiTexCoord1d" multi-tex-coord-1d :return "void" :args
2080 ((:name |target| :type |TextureUnit| :direction :in)
2081 (:name |s| :type |CoordD| :direction :in))
2082 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2083 (defglextfun "ClientActiveTexture" client-active-texture :return "void" :args
2084 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2085 :deprecated "3.1" :version "1.3")
2086 (defglextfun "GetCompressedTexImage" get-compressed-tex-image :return "void"
2087 :args
2088 ((:name |target| :type |TextureTarget| :direction :in)
2089 (:name |level| :type |CheckedInt32| :direction :in)
2090 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
2091 (|target| |level|)))
2092 :category "VERSION_1_3" :deprecated nil :version "1.3")
2093 (defglextfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return
2094 "void" :args
2095 ((:name |target| :type |TextureTarget| :direction :in)
2096 (:name |level| :type |CheckedInt32| :direction :in)
2097 (:name |xoffset| :type |CheckedInt32| :direction :in)
2098 (:name |width| :type |SizeI| :direction :in)
2099 (:name |format| :type |PixelFormat| :direction :in)
2100 (:name |imageSize| :type |SizeI| :direction :in)
2101 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2102 imagesize))
2103 :category "VERSION_1_3" :deprecated nil :version "1.3")
2104 (defglextfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return
2105 "void" :args
2106 ((:name |target| :type |TextureTarget| :direction :in)
2107 (:name |level| :type |CheckedInt32| :direction :in)
2108 (:name |xoffset| :type |CheckedInt32| :direction :in)
2109 (:name |yoffset| :type |CheckedInt32| :direction :in)
2110 (:name |width| :type |SizeI| :direction :in)
2111 (:name |height| :type |SizeI| :direction :in)
2112 (:name |format| :type |PixelFormat| :direction :in)
2113 (:name |imageSize| :type |SizeI| :direction :in)
2114 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2115 imagesize))
2116 :category "VERSION_1_3" :deprecated nil :version "1.3")
2117 (defglextfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return
2118 "void" :args
2119 ((:name |target| :type |TextureTarget| :direction :in)
2120 (:name |level| :type |CheckedInt32| :direction :in)
2121 (:name |xoffset| :type |CheckedInt32| :direction :in)
2122 (:name |yoffset| :type |CheckedInt32| :direction :in)
2123 (:name |zoffset| :type |CheckedInt32| :direction :in)
2124 (:name |width| :type |SizeI| :direction :in)
2125 (:name |height| :type |SizeI| :direction :in)
2126 (:name |depth| :type |SizeI| :direction :in)
2127 (:name |format| :type |PixelFormat| :direction :in)
2128 (:name |imageSize| :type |SizeI| :direction :in)
2129 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2130 imagesize))
2131 :category "VERSION_1_3" :deprecated nil :version "1.3")
2132 (defglextfun "CompressedTexImage1D" compressed-tex-image-1d :return "void"
2133 :args
2134 ((:name |target| :type |TextureTarget| :direction :in)
2135 (:name |level| :type |CheckedInt32| :direction :in)
2136 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2137 (:name |width| :type |SizeI| :direction :in)
2138 (:name |border| :type |CheckedInt32| :direction :in)
2139 (:name |imageSize| :type |SizeI| :direction :in)
2140 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2141 imagesize))
2142 :category "VERSION_1_3" :deprecated nil :version "1.3")
2143 (defglextfun "CompressedTexImage2D" compressed-tex-image-2d :return "void"
2144 :args
2145 ((:name |target| :type |TextureTarget| :direction :in)
2146 (:name |level| :type |CheckedInt32| :direction :in)
2147 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2148 (:name |width| :type |SizeI| :direction :in)
2149 (:name |height| :type |SizeI| :direction :in)
2150 (:name |border| :type |CheckedInt32| :direction :in)
2151 (:name |imageSize| :type |SizeI| :direction :in)
2152 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2153 imagesize))
2154 :category "VERSION_1_3" :deprecated nil :version "1.3")
2155 (defglextfun "CompressedTexImage3D" compressed-tex-image-3d :return "void"
2156 :args
2157 ((:name |target| :type |TextureTarget| :direction :in)
2158 (:name |level| :type |CheckedInt32| :direction :in)
2159 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2160 (:name |width| :type |SizeI| :direction :in)
2161 (:name |height| :type |SizeI| :direction :in)
2162 (:name |depth| :type |SizeI| :direction :in)
2163 (:name |border| :type |CheckedInt32| :direction :in)
2164 (:name |imageSize| :type |SizeI| :direction :in)
2165 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2166 imagesize))
2167 :category "VERSION_1_3" :deprecated nil :version "1.3")
2168 (defglextfun "SampleCoverage" sample-coverage :return "void" :args
2169 ((:name |value| :type |ClampedFloat32| :direction :in)
2170 (:name |invert| :type |Boolean| :direction :in))
2171 :category "VERSION_1_3" :deprecated nil :version "1.3")
2172 (defglextfun "ActiveTexture" active-texture :return "void" :args
2173 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2174 :deprecated nil :version "1.3")
2175 (make-extension-loader version_1_3
2176 (("ResetMinmax" reset-minmax :return "void" :args
2177 ((:name |target| :type |MinmaxTarget| :direction :in)) :category
2178 "VERSION_1_2" :deprecated "3.1" :version "1.2")
2179 ("ResetHistogram" reset-histogram :return "void" :args
2180 ((:name |target| :type |HistogramTarget| :direction :in)) :category
2181 "VERSION_1_2" :deprecated "3.1" :version "1.2")
2182 ("Minmax" minmax :return "void" :args
2183 ((:name |target| :type |MinmaxTarget| :direction :in)
2184 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2185 (:name |sink| :type |Boolean| :direction :in))
2186 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2187 ("Histogram" histogram :return "void" :args
2188 ((:name |target| :type |HistogramTarget| :direction :in)
2189 (:name |width| :type |SizeI| :direction :in)
2190 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2191 (:name |sink| :type |Boolean| :direction :in))
2192 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2193 ("GetMinmaxParameteriv" get-minmax-parameter-iv :return "void" :args
2194 ((:name |target| :type |MinmaxTarget| :direction :in)
2195 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
2196 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2197 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2198 ("GetMinmaxParameterfv" get-minmax-parameter-fv :return "void" :args
2199 ((:name |target| :type |MinmaxTarget| :direction :in)
2200 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
2201 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2202 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2203 ("GetMinmax" get-minmax :return "void" :args
2204 ((:name |target| :type |MinmaxTarget| :direction :in)
2205 (:name |reset| :type |Boolean| :direction :in)
2206 (:name |format| :type |PixelFormat| :direction :in)
2207 (:name |type| :type |PixelType| :direction :in)
2208 (:name |values| :type |Void| :direction :out :array t :size
2209 (|target| |format| |type|)))
2210 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2211 ("GetHistogramParameteriv" get-histogram-parameter-iv :return "void" :args
2212 ((:name |target| :type |HistogramTarget| :direction :in)
2213 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
2214 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2215 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2216 ("GetHistogramParameterfv" get-histogram-parameter-fv :return "void" :args
2217 ((:name |target| :type |HistogramTarget| :direction :in)
2218 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
2219 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2220 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2221 ("GetHistogram" get-histogram :return "void" :args
2222 ((:name |target| :type |HistogramTarget| :direction :in)
2223 (:name |reset| :type |Boolean| :direction :in)
2224 (:name |format| :type |PixelFormat| :direction :in)
2225 (:name |type| :type |PixelType| :direction :in)
2226 (:name |values| :type |Void| :direction :out :array t :size
2227 (|target| |format| |type|)))
2228 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2229 ("SeparableFilter2D" separable-filter-2d :return "void" :args
2230 ((:name |target| :type |SeparableTarget| :direction :in)
2231 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2232 (:name |width| :type |SizeI| :direction :in)
2233 (:name |height| :type |SizeI| :direction :in)
2234 (:name |format| :type |PixelFormat| :direction :in)
2235 (:name |type| :type |PixelType| :direction :in)
2236 (:name |row| :type |Void| :direction :in :array t :size
2237 (|target| |format| |type| |width|))
2238 (:name |column| :type |Void| :direction :in :array t :size
2239 (|target| |format| |type| |height|)))
2240 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2241 ("GetSeparableFilter" get-separable-filter :return "void" :args
2242 ((:name |target| :type |SeparableTarget| :direction :in)
2243 (:name |format| :type |PixelFormat| :direction :in)
2244 (:name |type| :type |PixelType| :direction :in)
2245 (:name |row| :type |Void| :direction :out :array t :size
2246 (|target| |format| |type|))
2247 (:name |column| :type |Void| :direction :out :array t :size
2248 (|target| |format| |type|))
2249 (:name |span| :type |Void| :direction :out :array t :size
2250 (|target| |format| |type|)))
2251 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2252 ("GetConvolutionParameteriv" get-convolution-parameter-iv :return "void"
2253 :args
2254 ((:name |target| :type |ConvolutionTarget| :direction :in)
2255 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
2256 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2257 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2258 ("GetConvolutionParameterfv" get-convolution-parameter-fv :return "void"
2259 :args
2260 ((:name |target| :type |ConvolutionTarget| :direction :in)
2261 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
2262 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2263 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2264 ("GetConvolutionFilter" get-convolution-filter :return "void" :args
2265 ((:name |target| :type |ConvolutionTarget| :direction :in)
2266 (:name |format| :type |PixelFormat| :direction :in)
2267 (:name |type| :type |PixelType| :direction :in)
2268 (:name |image| :type |Void| :direction :out :array t :size
2269 (|target| |format| |type|)))
2270 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2271 ("CopyConvolutionFilter2D" copy-convolution-filter-2d :return "void" :args
2272 ((:name |target| :type |ConvolutionTarget| :direction :in)
2273 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2274 (:name |x| :type |WinCoord| :direction :in)
2275 (:name |y| :type |WinCoord| :direction :in)
2276 (:name |width| :type |SizeI| :direction :in)
2277 (:name |height| :type |SizeI| :direction :in))
2278 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2279 ("CopyConvolutionFilter1D" copy-convolution-filter-1d :return "void" :args
2280 ((:name |target| :type |ConvolutionTarget| :direction :in)
2281 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2282 (:name |x| :type |WinCoord| :direction :in)
2283 (:name |y| :type |WinCoord| :direction :in)
2284 (:name |width| :type |SizeI| :direction :in))
2285 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2286 ("ConvolutionParameteriv" convolution-parameter-iv :return "void" :args
2287 ((:name |target| :type |ConvolutionTarget| :direction :in)
2288 (:name |pname| :type |ConvolutionParameter| :direction :in)
2289 (:name |params| :type |CheckedInt32| :direction :in :array t :size
2290 (|pname|)))
2291 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2292 ("ConvolutionParameteri" convolution-parameter-i :return "void" :args
2293 ((:name |target| :type |ConvolutionTarget| :direction :in)
2294 (:name |pname| :type |ConvolutionParameter| :direction :in)
2295 (:name |params| :type |CheckedInt32| :direction :in))
2296 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2297 ("ConvolutionParameterfv" convolution-parameter-fv :return "void" :args
2298 ((:name |target| :type |ConvolutionTarget| :direction :in)
2299 (:name |pname| :type |ConvolutionParameter| :direction :in)
2300 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2301 (|pname|)))
2302 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2303 ("ConvolutionParameterf" convolution-parameter-f :return "void" :args
2304 ((:name |target| :type |ConvolutionTarget| :direction :in)
2305 (:name |pname| :type |ConvolutionParameter| :direction :in)
2306 (:name |params| :type |CheckedFloat32| :direction :in))
2307 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2308 ("ConvolutionFilter2D" convolution-filter-2d :return "void" :args
2309 ((:name |target| :type |ConvolutionTarget| :direction :in)
2310 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2311 (:name |width| :type |SizeI| :direction :in)
2312 (:name |height| :type |SizeI| :direction :in)
2313 (:name |format| :type |PixelFormat| :direction :in)
2314 (:name |type| :type |PixelType| :direction :in)
2315 (:name |image| :type |Void| :direction :in :array t :size
2316 (|format| |type| |width| |height|)))
2317 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2318 ("ConvolutionFilter1D" convolution-filter-1d :return "void" :args
2319 ((:name |target| :type |ConvolutionTarget| :direction :in)
2320 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2321 (:name |width| :type |SizeI| :direction :in)
2322 (:name |format| :type |PixelFormat| :direction :in)
2323 (:name |type| :type |PixelType| :direction :in)
2324 (:name |image| :type |Void| :direction :in :array t :size
2325 (|format| |type| |width|)))
2326 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2327 ("CopyColorSubTable" copy-color-sub-table :return "void" :args
2328 ((:name |target| :type |ColorTableTarget| :direction :in)
2329 (:name |start| :type |SizeI| :direction :in)
2330 (:name |x| :type |WinCoord| :direction :in)
2331 (:name |y| :type |WinCoord| :direction :in)
2332 (:name |width| :type |SizeI| :direction :in))
2333 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2334 ("ColorSubTable" color-sub-table :return "void" :args
2335 ((:name |target| :type |ColorTableTarget| :direction :in)
2336 (:name |start| :type |SizeI| :direction :in)
2337 (:name |count| :type |SizeI| :direction :in)
2338 (:name |format| :type |PixelFormat| :direction :in)
2339 (:name |type| :type |PixelType| :direction :in)
2340 (:name |data| :type |Void| :direction :in :array t :size
2341 (|format| |type| |count|)))
2342 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2343 ("GetColorTableParameteriv" get-color-table-parameter-iv :return "void" :args
2344 ((:name |target| :type |ColorTableTarget| :direction :in)
2345 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
2346 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
2347 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2348 ("GetColorTableParameterfv" get-color-table-parameter-fv :return "void" :args
2349 ((:name |target| :type |ColorTableTarget| :direction :in)
2350 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
2351 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
2352 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2353 ("GetColorTable" get-color-table :return "void" :args
2354 ((:name |target| :type |ColorTableTarget| :direction :in)
2355 (:name |format| :type |PixelFormat| :direction :in)
2356 (:name |type| :type |PixelType| :direction :in)
2357 (:name |table| :type |Void| :direction :out :array t :size
2358 (|target| |format| |type|)))
2359 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2360 ("CopyColorTable" copy-color-table :return "void" :args
2361 ((:name |target| :type |ColorTableTarget| :direction :in)
2362 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2363 (:name |x| :type |WinCoord| :direction :in)
2364 (:name |y| :type |WinCoord| :direction :in)
2365 (:name |width| :type |SizeI| :direction :in))
2366 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2367 ("ColorTableParameteriv" color-table-parameter-iv :return "void" :args
2368 ((:name |target| :type |ColorTableTarget| :direction :in)
2369 (:name |pname| :type |ColorTableParameterPName| :direction :in)
2370 (:name |params| :type |CheckedInt32| :direction :in :array t :size
2371 (|pname|)))
2372 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2373 ("ColorTableParameterfv" color-table-parameter-fv :return "void" :args
2374 ((:name |target| :type |ColorTableTarget| :direction :in)
2375 (:name |pname| :type |ColorTableParameterPName| :direction :in)
2376 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2377 (|pname|)))
2378 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2379 ("ColorTable" color-table :return "void" :args
2380 ((:name |target| :type |ColorTableTarget| :direction :in)
2381 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2382 (:name |width| :type |SizeI| :direction :in)
2383 (:name |format| :type |PixelFormat| :direction :in)
2384 (:name |type| :type |PixelType| :direction :in)
2385 (:name |table| :type |Void| :direction :in :array t :size
2386 (|format| |type| |width|)))
2387 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2388 ("CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
2389 ((:name |target| :type |TextureTarget| :direction :in)
2390 (:name |level| :type |CheckedInt32| :direction :in)
2391 (:name |xoffset| :type |CheckedInt32| :direction :in)
2392 (:name |yoffset| :type |CheckedInt32| :direction :in)
2393 (:name |zoffset| :type |CheckedInt32| :direction :in)
2394 (:name |x| :type |WinCoord| :direction :in)
2395 (:name |y| :type |WinCoord| :direction :in)
2396 (:name |width| :type |SizeI| :direction :in)
2397 (:name |height| :type |SizeI| :direction :in))
2398 :category "VERSION_1_2" :deprecated nil :version "1.2")
2399 ("TexSubImage3D" tex-sub-image-3d :return "void" :args
2400 ((:name |target| :type |TextureTarget| :direction :in)
2401 (:name |level| :type |CheckedInt32| :direction :in)
2402 (:name |xoffset| :type |CheckedInt32| :direction :in)
2403 (:name |yoffset| :type |CheckedInt32| :direction :in)
2404 (:name |zoffset| :type |CheckedInt32| :direction :in)
2405 (:name |width| :type |SizeI| :direction :in)
2406 (:name |height| :type |SizeI| :direction :in)
2407 (:name |depth| :type |SizeI| :direction :in)
2408 (:name |format| :type |PixelFormat| :direction :in)
2409 (:name |type| :type |PixelType| :direction :in)
2410 (:name |pixels| :type |Void| :direction :in :array t :size
2411 (|format| |type| |width| |height| |depth|)))
2412 :category "VERSION_1_2" :deprecated nil :version "1.2")
2413 ("TexImage3D" tex-image-3d :return "void" :args
2414 ((:name |target| :type |TextureTarget| :direction :in)
2415 (:name |level| :type |CheckedInt32| :direction :in)
2416 (:name |internalformat| :type |TextureComponentCount| :direction :in)
2417 (:name |width| :type |SizeI| :direction :in)
2418 (:name |height| :type |SizeI| :direction :in)
2419 (:name |depth| :type |SizeI| :direction :in)
2420 (:name |border| :type |CheckedInt32| :direction :in)
2421 (:name |format| :type |PixelFormat| :direction :in)
2422 (:name |type| :type |PixelType| :direction :in)
2423 (:name |pixels| :type |Void| :direction :in :array t :size
2424 (|format| |type| |width| |height| |depth|)))
2425 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
2426 ("DrawRangeElements" draw-range-elements :return "void" :args
2427 ((:name |mode| :type |BeginMode| :direction :in)
2428 (:name |start| :type |UInt32| :direction :in)
2429 (:name |end| :type |UInt32| :direction :in)
2430 (:name |count| :type |SizeI| :direction :in)
2431 (:name |type| :type |DrawElementsType| :direction :in)
2432 (:name |indices| :type |Void| :direction :in :array t :size
2433 (|count| |type|)))
2434 :category "VERSION_1_2" :deprecated nil :version "1.2")
2435 ("BlendEquation" blend-equation :return "void" :args
2436 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
2437 "VERSION_1_2" :deprecated nil :version "1.2")
2438 ("BlendColor" blend-color :return "void" :args
2439 ((:name |red| :type |ClampedColorF| :direction :in)
2440 (:name |green| :type |ClampedColorF| :direction :in)
2441 (:name |blue| :type |ClampedColorF| :direction :in)
2442 (:name |alpha| :type |ClampedColorF| :direction :in))
2443 :category "VERSION_1_2" :deprecated nil :version "1.2")
2444 ("MultTransposeMatrixd" mult-transpose-matrix-d :return "void" :args
2445 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
2446 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2447 ("MultTransposeMatrixf" mult-transpose-matrix-f :return "void" :args
2448 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
2449 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2450 ("LoadTransposeMatrixd" load-transpose-matrix-d :return "void" :args
2451 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
2452 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2453 ("LoadTransposeMatrixf" load-transpose-matrix-f :return "void" :args
2454 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
2455 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2456 ("MultiTexCoord4sv" multi-tex-coord-4sv :return "void" :args
2457 ((:name |target| :type |TextureUnit| :direction :in)
2458 (:name |v| :type |CoordS| :direction :in :array t :size #x4))
2459 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2460 ("MultiTexCoord4s" multi-tex-coord-4s :return "void" :args
2461 ((:name |target| :type |TextureUnit| :direction :in)
2462 (:name |s| :type |CoordS| :direction :in)
2463 (:name |t| :type |CoordS| :direction :in)
2464 (:name |r| :type |CoordS| :direction :in)
2465 (:name |q| :type |CoordS| :direction :in))
2466 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2467 ("MultiTexCoord4iv" multi-tex-coord-4iv :return "void" :args
2468 ((:name |target| :type |TextureUnit| :direction :in)
2469 (:name |v| :type |CoordI| :direction :in :array t :size #x4))
2470 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2471 ("MultiTexCoord4i" multi-tex-coord-4i :return "void" :args
2472 ((:name |target| :type |TextureUnit| :direction :in)
2473 (:name |s| :type |CoordI| :direction :in)
2474 (:name |t| :type |CoordI| :direction :in)
2475 (:name |r| :type |CoordI| :direction :in)
2476 (:name |q| :type |CoordI| :direction :in))
2477 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2478 ("MultiTexCoord4fv" multi-tex-coord-4fv :return "void" :args
2479 ((:name |target| :type |TextureUnit| :direction :in)
2480 (:name |v| :type |CoordF| :direction :in :array t :size #x4))
2481 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2482 ("MultiTexCoord4f" multi-tex-coord-4f :return "void" :args
2483 ((:name |target| :type |TextureUnit| :direction :in)
2484 (:name |s| :type |CoordF| :direction :in)
2485 (:name |t| :type |CoordF| :direction :in)
2486 (:name |r| :type |CoordF| :direction :in)
2487 (:name |q| :type |CoordF| :direction :in))
2488 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2489 ("MultiTexCoord4dv" multi-tex-coord-4dv :return "void" :args
2490 ((:name |target| :type |TextureUnit| :direction :in)
2491 (:name |v| :type |CoordD| :direction :in :array t :size #x4))
2492 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2493 ("MultiTexCoord4d" multi-tex-coord-4d :return "void" :args
2494 ((:name |target| :type |TextureUnit| :direction :in)
2495 (:name |s| :type |CoordD| :direction :in)
2496 (:name |t| :type |CoordD| :direction :in)
2497 (:name |r| :type |CoordD| :direction :in)
2498 (:name |q| :type |CoordD| :direction :in))
2499 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2500 ("MultiTexCoord3sv" multi-tex-coord-3sv :return "void" :args
2501 ((:name |target| :type |TextureUnit| :direction :in)
2502 (:name |v| :type |CoordS| :direction :in :array t :size #x3))
2503 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2504 ("MultiTexCoord3s" multi-tex-coord-3s :return "void" :args
2505 ((:name |target| :type |TextureUnit| :direction :in)
2506 (:name |s| :type |CoordS| :direction :in)
2507 (:name |t| :type |CoordS| :direction :in)
2508 (:name |r| :type |CoordS| :direction :in))
2509 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2510 ("MultiTexCoord3iv" multi-tex-coord-3iv :return "void" :args
2511 ((:name |target| :type |TextureUnit| :direction :in)
2512 (:name |v| :type |CoordI| :direction :in :array t :size #x3))
2513 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2514 ("MultiTexCoord3i" multi-tex-coord-3i :return "void" :args
2515 ((:name |target| :type |TextureUnit| :direction :in)
2516 (:name |s| :type |CoordI| :direction :in)
2517 (:name |t| :type |CoordI| :direction :in)
2518 (:name |r| :type |CoordI| :direction :in))
2519 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2520 ("MultiTexCoord3fv" multi-tex-coord-3fv :return "void" :args
2521 ((:name |target| :type |TextureUnit| :direction :in)
2522 (:name |v| :type |CoordF| :direction :in :array t :size #x3))
2523 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2524 ("MultiTexCoord3f" multi-tex-coord-3f :return "void" :args
2525 ((:name |target| :type |TextureUnit| :direction :in)
2526 (:name |s| :type |CoordF| :direction :in)
2527 (:name |t| :type |CoordF| :direction :in)
2528 (:name |r| :type |CoordF| :direction :in))
2529 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2530 ("MultiTexCoord3dv" multi-tex-coord-3dv :return "void" :args
2531 ((:name |target| :type |TextureUnit| :direction :in)
2532 (:name |v| :type |CoordD| :direction :in :array t :size #x3))
2533 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2534 ("MultiTexCoord3d" multi-tex-coord-3d :return "void" :args
2535 ((:name |target| :type |TextureUnit| :direction :in)
2536 (:name |s| :type |CoordD| :direction :in)
2537 (:name |t| :type |CoordD| :direction :in)
2538 (:name |r| :type |CoordD| :direction :in))
2539 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2540 ("MultiTexCoord2sv" multi-tex-coord-2sv :return "void" :args
2541 ((:name |target| :type |TextureUnit| :direction :in)
2542 (:name |v| :type |CoordS| :direction :in :array t :size #x2))
2543 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2544 ("MultiTexCoord2s" multi-tex-coord-2s :return "void" :args
2545 ((:name |target| :type |TextureUnit| :direction :in)
2546 (:name |s| :type |CoordS| :direction :in)
2547 (:name |t| :type |CoordS| :direction :in))
2548 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2549 ("MultiTexCoord2iv" multi-tex-coord-2iv :return "void" :args
2550 ((:name |target| :type |TextureUnit| :direction :in)
2551 (:name |v| :type |CoordI| :direction :in :array t :size #x2))
2552 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2553 ("MultiTexCoord2i" multi-tex-coord-2i :return "void" :args
2554 ((:name |target| :type |TextureUnit| :direction :in)
2555 (:name |s| :type |CoordI| :direction :in)
2556 (:name |t| :type |CoordI| :direction :in))
2557 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2558 ("MultiTexCoord2fv" multi-tex-coord-2fv :return "void" :args
2559 ((:name |target| :type |TextureUnit| :direction :in)
2560 (:name |v| :type |CoordF| :direction :in :array t :size #x2))
2561 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2562 ("MultiTexCoord2f" multi-tex-coord-2f :return "void" :args
2563 ((:name |target| :type |TextureUnit| :direction :in)
2564 (:name |s| :type |CoordF| :direction :in)
2565 (:name |t| :type |CoordF| :direction :in))
2566 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2567 ("MultiTexCoord2dv" multi-tex-coord-2dv :return "void" :args
2568 ((:name |target| :type |TextureUnit| :direction :in)
2569 (:name |v| :type |CoordD| :direction :in :array t :size #x2))
2570 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2571 ("MultiTexCoord2d" multi-tex-coord-2d :return "void" :args
2572 ((:name |target| :type |TextureUnit| :direction :in)
2573 (:name |s| :type |CoordD| :direction :in)
2574 (:name |t| :type |CoordD| :direction :in))
2575 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2576 ("MultiTexCoord1sv" multi-tex-coord-1sv :return "void" :args
2577 ((:name |target| :type |TextureUnit| :direction :in)
2578 (:name |v| :type |CoordS| :direction :in :array t :size #x1))
2579 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2580 ("MultiTexCoord1s" multi-tex-coord-1s :return "void" :args
2581 ((:name |target| :type |TextureUnit| :direction :in)
2582 (:name |s| :type |CoordS| :direction :in))
2583 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2584 ("MultiTexCoord1iv" multi-tex-coord-1iv :return "void" :args
2585 ((:name |target| :type |TextureUnit| :direction :in)
2586 (:name |v| :type |CoordI| :direction :in :array t :size #x1))
2587 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2588 ("MultiTexCoord1i" multi-tex-coord-1i :return "void" :args
2589 ((:name |target| :type |TextureUnit| :direction :in)
2590 (:name |s| :type |CoordI| :direction :in))
2591 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2592 ("MultiTexCoord1fv" multi-tex-coord-1fv :return "void" :args
2593 ((:name |target| :type |TextureUnit| :direction :in)
2594 (:name |v| :type |CoordF| :direction :in :array t :size #x1))
2595 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2596 ("MultiTexCoord1f" multi-tex-coord-1f :return "void" :args
2597 ((:name |target| :type |TextureUnit| :direction :in)
2598 (:name |s| :type |CoordF| :direction :in))
2599 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2600 ("MultiTexCoord1dv" multi-tex-coord-1dv :return "void" :args
2601 ((:name |target| :type |TextureUnit| :direction :in)
2602 (:name |v| :type |CoordD| :direction :in :array t :size #x1))
2603 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2604 ("MultiTexCoord1d" multi-tex-coord-1d :return "void" :args
2605 ((:name |target| :type |TextureUnit| :direction :in)
2606 (:name |s| :type |CoordD| :direction :in))
2607 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2608 ("ClientActiveTexture" client-active-texture :return "void" :args
2609 ((:name |texture| :type |TextureUnit| :direction :in)) :category
2610 "VERSION_1_3" :deprecated "3.1" :version "1.3")
2611 ("GetCompressedTexImage" get-compressed-tex-image :return "void" :args
2612 ((:name |target| :type |TextureTarget| :direction :in)
2613 (:name |level| :type |CheckedInt32| :direction :in)
2614 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
2615 (|target| |level|)))
2616 :category "VERSION_1_3" :deprecated nil :version "1.3")
2617 ("CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void" :args
2618 ((:name |target| :type |TextureTarget| :direction :in)
2619 (:name |level| :type |CheckedInt32| :direction :in)
2620 (:name |xoffset| :type |CheckedInt32| :direction :in)
2621 (:name |width| :type |SizeI| :direction :in)
2622 (:name |format| :type |PixelFormat| :direction :in)
2623 (:name |imageSize| :type |SizeI| :direction :in)
2624 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2625 imagesize))
2626 :category "VERSION_1_3" :deprecated nil :version "1.3")
2627 ("CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void" :args
2628 ((:name |target| :type |TextureTarget| :direction :in)
2629 (:name |level| :type |CheckedInt32| :direction :in)
2630 (:name |xoffset| :type |CheckedInt32| :direction :in)
2631 (:name |yoffset| :type |CheckedInt32| :direction :in)
2632 (:name |width| :type |SizeI| :direction :in)
2633 (:name |height| :type |SizeI| :direction :in)
2634 (:name |format| :type |PixelFormat| :direction :in)
2635 (:name |imageSize| :type |SizeI| :direction :in)
2636 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2637 imagesize))
2638 :category "VERSION_1_3" :deprecated nil :version "1.3")
2639 ("CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void" :args
2640 ((:name |target| :type |TextureTarget| :direction :in)
2641 (:name |level| :type |CheckedInt32| :direction :in)
2642 (:name |xoffset| :type |CheckedInt32| :direction :in)
2643 (:name |yoffset| :type |CheckedInt32| :direction :in)
2644 (:name |zoffset| :type |CheckedInt32| :direction :in)
2645 (:name |width| :type |SizeI| :direction :in)
2646 (:name |height| :type |SizeI| :direction :in)
2647 (:name |depth| :type |SizeI| :direction :in)
2648 (:name |format| :type |PixelFormat| :direction :in)
2649 (:name |imageSize| :type |SizeI| :direction :in)
2650 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2651 imagesize))
2652 :category "VERSION_1_3" :deprecated nil :version "1.3")
2653 ("CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
2654 ((:name |target| :type |TextureTarget| :direction :in)
2655 (:name |level| :type |CheckedInt32| :direction :in)
2656 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2657 (:name |width| :type |SizeI| :direction :in)
2658 (:name |border| :type |CheckedInt32| :direction :in)
2659 (:name |imageSize| :type |SizeI| :direction :in)
2660 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2661 imagesize))
2662 :category "VERSION_1_3" :deprecated nil :version "1.3")
2663 ("CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
2664 ((:name |target| :type |TextureTarget| :direction :in)
2665 (:name |level| :type |CheckedInt32| :direction :in)
2666 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2667 (:name |width| :type |SizeI| :direction :in)
2668 (:name |height| :type |SizeI| :direction :in)
2669 (:name |border| :type |CheckedInt32| :direction :in)
2670 (:name |imageSize| :type |SizeI| :direction :in)
2671 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2672 imagesize))
2673 :category "VERSION_1_3" :deprecated nil :version "1.3")
2674 ("CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
2675 ((:name |target| :type |TextureTarget| :direction :in)
2676 (:name |level| :type |CheckedInt32| :direction :in)
2677 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2678 (:name |width| :type |SizeI| :direction :in)
2679 (:name |height| :type |SizeI| :direction :in)
2680 (:name |depth| :type |SizeI| :direction :in)
2681 (:name |border| :type |CheckedInt32| :direction :in)
2682 (:name |imageSize| :type |SizeI| :direction :in)
2683 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2684 imagesize))
2685 :category "VERSION_1_3" :deprecated nil :version "1.3")
2686 ("SampleCoverage" sample-coverage :return "void" :args
2687 ((:name |value| :type |ClampedFloat32| :direction :in)
2688 (:name |invert| :type |Boolean| :direction :in))
2689 :category "VERSION_1_3" :deprecated nil :version "1.3")
2690 ("ActiveTexture" active-texture :return "void" :args
2691 ((:name |texture| :type |TextureUnit| :direction :in)) :category
2692 "VERSION_1_3" :deprecated nil :version "1.3")))