Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-version_1_3.lisp
blobf885784aead182d090692896480a819d3b1ea505
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 +max-elements-vertices+ #x80E8)
39 (defconstant +max-elements-indices+ #x80E9)
40 (defconstant +texture-min-lod+ #x813A)
41 (defconstant +texture-max-lod+ #x813B)
42 (defconstant +texture-base-level+ #x813C)
43 (defconstant +texture-max-level+ #x813D)
44 (defconstant +multisample+ #x809D)
45 (defconstant +sample-alpha-to-coverage+ #x809E)
46 (defconstant +sample-alpha-to-one+ #x809F)
47 (defconstant +sample-coverage+ #x80A0)
48 (defconstant +sample-buffers+ #x80A8)
49 (defconstant +samples+ #x80A9)
50 (defconstant +sample-coverage-value+ #x80AA)
51 (defconstant +sample-coverage-invert+ #x80AB)
52 (defconstant +texture-cube-map+ #x8513)
53 (defconstant +texture-binding-cube-map+ #x8514)
54 (defconstant +texture-cube-map-positive-x+ #x8515)
55 (defconstant +texture-cube-map-negative-x+ #x8516)
56 (defconstant +texture-cube-map-positive-y+ #x8517)
57 (defconstant +texture-cube-map-negative-y+ #x8518)
58 (defconstant +texture-cube-map-positive-z+ #x8519)
59 (defconstant +texture-cube-map-negative-z+ #x851A)
60 (defconstant +proxy-texture-cube-map+ #x851B)
61 (defconstant +max-cube-map-texture-size+ #x851C)
62 (defconstant +compressed-rgb+ #x84ED)
63 (defconstant +compressed-rgba+ #x84EE)
64 (defconstant +texture-compression-hint+ #x84EF)
65 (defconstant +texture-compressed-image-size+ #x86A0)
66 (defconstant +texture-compressed+ #x86A1)
67 (defconstant +num-compressed-texture-formats+ #x86A2)
68 (defconstant +compressed-texture-formats+ #x86A3)
69 (defconstant +clamp-to-border+ #x812D)
70 (defglfun "Translatef" translate-f :return "void" :args
71 ((:name |x| :type |Float32| :direction :in)
72 (:name |y| :type |Float32| :direction :in)
73 (:name |z| :type |Float32| :direction :in))
74 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
75 (defglfun "Translated" translate-d :return "void" :args
76 ((:name |x| :type |Float64| :direction :in)
77 (:name |y| :type |Float64| :direction :in)
78 (:name |z| :type |Float64| :direction :in))
79 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
80 (defglfun "Scalef" scale-f :return "void" :args
81 ((:name |x| :type |Float32| :direction :in)
82 (:name |y| :type |Float32| :direction :in)
83 (:name |z| :type |Float32| :direction :in))
84 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
85 (defglfun "Scaled" scale-d :return "void" :args
86 ((:name |x| :type |Float64| :direction :in)
87 (:name |y| :type |Float64| :direction :in)
88 (:name |z| :type |Float64| :direction :in))
89 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
90 (defglfun "Rotatef" rotate-f :return "void" :args
91 ((:name |angle| :type |Float32| :direction :in)
92 (:name |x| :type |Float32| :direction :in)
93 (:name |y| :type |Float32| :direction :in)
94 (:name |z| :type |Float32| :direction :in))
95 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
96 (defglfun "Rotated" rotate-d :return "void" :args
97 ((:name |angle| :type |Float64| :direction :in)
98 (:name |x| :type |Float64| :direction :in)
99 (:name |y| :type |Float64| :direction :in)
100 (:name |z| :type |Float64| :direction :in))
101 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
102 (defglfun "PushMatrix" push-matrix :return "void" :args nil :category
103 "VERSION_1_0" :deprecated "3.1" :version "1.0")
104 (defglfun "PopMatrix" pop-matrix :return "void" :args nil :category
105 "VERSION_1_0" :deprecated "3.1" :version "1.0")
106 (defglfun "Ortho" ortho :return "void" :args
107 ((:name |left| :type |Float64| :direction :in)
108 (:name |right| :type |Float64| :direction :in)
109 (:name |bottom| :type |Float64| :direction :in)
110 (:name |top| :type |Float64| :direction :in)
111 (:name |zNear| :type |Float64| :direction :in)
112 (:name |zFar| :type |Float64| :direction :in))
113 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
114 (defglfun "MultMatrixd" mult-matrix-d :return "void" :args
115 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
116 "VERSION_1_0" :deprecated "3.1" :version "1.0")
117 (defglfun "MultMatrixf" mult-matrix-f :return "void" :args
118 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
119 "VERSION_1_0" :deprecated "3.1" :version "1.0")
120 (defglfun "MatrixMode" matrix-mode :return "void" :args
121 ((:name |mode| :type |MatrixMode| :direction :in)) :category "VERSION_1_0"
122 :deprecated "3.1" :version "1.0")
123 (defglfun "LoadMatrixd" load-matrix-d :return "void" :args
124 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
125 "VERSION_1_0" :deprecated "3.1" :version "1.0")
126 (defglfun "LoadMatrixf" load-matrix-f :return "void" :args
127 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
128 "VERSION_1_0" :deprecated "3.1" :version "1.0")
129 (defglfun "LoadIdentity" load-identity :return "void" :args nil :category
130 "VERSION_1_0" :deprecated "3.1" :version "1.0")
131 (defglfun "Frustum" frustum :return "void" :args
132 ((:name |left| :type |Float64| :direction :in)
133 (:name |right| :type |Float64| :direction :in)
134 (:name |bottom| :type |Float64| :direction :in)
135 (:name |top| :type |Float64| :direction :in)
136 (:name |zNear| :type |Float64| :direction :in)
137 (:name |zFar| :type |Float64| :direction :in))
138 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
139 (defglfun "IsList" is-list :return "Boolean" :args
140 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
141 :deprecated "3.1" :version "1.0")
142 (defglfun "GetTexGeniv" get-tex-gen-iv :return "void" :args
143 ((:name |coord| :type |TextureCoordName| :direction :in)
144 (:name |pname| :type |TextureGenParameter| :direction :in)
145 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
146 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
147 (defglfun "GetTexGenfv" get-tex-gen-fv :return "void" :args
148 ((:name |coord| :type |TextureCoordName| :direction :in)
149 (:name |pname| :type |TextureGenParameter| :direction :in)
150 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
151 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
152 (defglfun "GetTexGendv" get-tex-gen-dv :return "void" :args
153 ((:name |coord| :type |TextureCoordName| :direction :in)
154 (:name |pname| :type |TextureGenParameter| :direction :in)
155 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
156 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
157 (defglfun "GetTexEnviv" get-tex-env-iv :return "void" :args
158 ((:name |target| :type |TextureEnvTarget| :direction :in)
159 (:name |pname| :type |TextureEnvParameter| :direction :in)
160 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
161 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
162 (defglfun "GetTexEnvfv" get-tex-env-fv :return "void" :args
163 ((:name |target| :type |TextureEnvTarget| :direction :in)
164 (:name |pname| :type |TextureEnvParameter| :direction :in)
165 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
166 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
167 (defglfun "GetPolygonStipple" get-polygon-stipple :return "void" :args
168 ((:name |mask| :type |UInt8| :direction :out :array t)) :category
169 "VERSION_1_0" :deprecated "3.1" :version "1.0")
170 (defglfun "GetPixelMapusv" get-pixel-map-usv :return "void" :args
171 ((:name |map| :type |PixelMap| :direction :in)
172 (:name |values| :type |UInt16| :direction :out :array t :size (|map|)))
173 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
174 (defglfun "GetPixelMapuiv" get-pixel-map-uiv :return "void" :args
175 ((:name |map| :type |PixelMap| :direction :in)
176 (:name |values| :type |UInt32| :direction :out :array t :size (|map|)))
177 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
178 (defglfun "GetPixelMapfv" get-pixel-map-fv :return "void" :args
179 ((:name |map| :type |PixelMap| :direction :in)
180 (:name |values| :type |Float32| :direction :out :array t :size (|map|)))
181 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
182 (defglfun "GetMaterialiv" get-material-iv :return "void" :args
183 ((:name |face| :type |MaterialFace| :direction :in)
184 (:name |pname| :type |MaterialParameter| :direction :in)
185 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
186 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
187 (defglfun "GetMaterialfv" get-material-fv :return "void" :args
188 ((:name |face| :type |MaterialFace| :direction :in)
189 (:name |pname| :type |MaterialParameter| :direction :in)
190 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
191 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
192 (defglfun "GetMapiv" get-map-iv :return "void" :args
193 ((:name |target| :type |MapTarget| :direction :in)
194 (:name |query| :type |GetMapQuery| :direction :in)
195 (:name |v| :type |Int32| :direction :out :array t :size (|target| |query|)))
196 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
197 (defglfun "GetMapfv" get-map-fv :return "void" :args
198 ((:name |target| :type |MapTarget| :direction :in)
199 (:name |query| :type |GetMapQuery| :direction :in)
200 (:name |v| :type |Float32| :direction :out :array t :size
201 (|target| |query|)))
202 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
203 (defglfun "GetMapdv" get-map-dv :return "void" :args
204 ((:name |target| :type |MapTarget| :direction :in)
205 (:name |query| :type |GetMapQuery| :direction :in)
206 (:name |v| :type |Float64| :direction :out :array t :size
207 (|target| |query|)))
208 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
209 (defglfun "GetLightiv" get-light-iv :return "void" :args
210 ((:name |light| :type |LightName| :direction :in)
211 (:name |pname| :type |LightParameter| :direction :in)
212 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
213 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
214 (defglfun "GetLightfv" get-light-fv :return "void" :args
215 ((:name |light| :type |LightName| :direction :in)
216 (:name |pname| :type |LightParameter| :direction :in)
217 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
218 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
219 (defglfun "GetClipPlane" get-clip-plane :return "void" :args
220 ((:name |plane| :type |ClipPlaneName| :direction :in)
221 (:name |equation| :type |Float64| :direction :out :array t :size #x4))
222 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
223 (defglfun "DrawPixels" draw-pixels :return "void" :args
224 ((:name |width| :type |SizeI| :direction :in)
225 (:name |height| :type |SizeI| :direction :in)
226 (:name |format| :type |PixelFormat| :direction :in)
227 (:name |type| :type |PixelType| :direction :in)
228 (:name |pixels| :type |Void| :direction :in :array t :size
229 (|format| |type| |width| |height|)))
230 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
231 (defglfun "CopyPixels" copy-pixels :return "void" :args
232 ((:name |x| :type |WinCoord| :direction :in)
233 (:name |y| :type |WinCoord| :direction :in)
234 (:name |width| :type |SizeI| :direction :in)
235 (:name |height| :type |SizeI| :direction :in)
236 (:name |type| :type |PixelCopyType| :direction :in))
237 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
238 (defglfun "PixelMapusv" pixel-map-usv :return "void" :args
239 ((:name |map| :type |PixelMap| :direction :in)
240 (:name |mapsize| :type |CheckedInt32| :direction :in)
241 (:name |values| :type |UInt16| :direction :in :array t :size mapsize))
242 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
243 (defglfun "PixelMapuiv" pixel-map-uiv :return "void" :args
244 ((:name |map| :type |PixelMap| :direction :in)
245 (:name |mapsize| :type |CheckedInt32| :direction :in)
246 (:name |values| :type |UInt32| :direction :in :array t :size mapsize))
247 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
248 (defglfun "PixelMapfv" pixel-map-fv :return "void" :args
249 ((:name |map| :type |PixelMap| :direction :in)
250 (:name |mapsize| :type |CheckedInt32| :direction :in)
251 (:name |values| :type |Float32| :direction :in :array t :size mapsize))
252 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
253 (defglfun "PixelTransferi" pixel-transfer-i :return "void" :args
254 ((:name |pname| :type |PixelTransferParameter| :direction :in)
255 (:name |param| :type |CheckedInt32| :direction :in))
256 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
257 (defglfun "PixelTransferf" pixel-transfer-f :return "void" :args
258 ((:name |pname| :type |PixelTransferParameter| :direction :in)
259 (:name |param| :type |CheckedFloat32| :direction :in))
260 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
261 (defglfun "PixelZoom" pixel-zoom :return "void" :args
262 ((:name |xfactor| :type |Float32| :direction :in)
263 (:name |yfactor| :type |Float32| :direction :in))
264 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
265 (defglfun "AlphaFunc" alpha-func :return "void" :args
266 ((:name |func| :type |AlphaFunction| :direction :in)
267 (:name |ref| :type |ClampedFloat32| :direction :in))
268 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
269 (defglfun "EvalPoint2" eval-point-2 :return "void" :args
270 ((:name |i| :type |CheckedInt32| :direction :in)
271 (:name |j| :type |CheckedInt32| :direction :in))
272 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
273 (defglfun "EvalMesh2" eval-mesh-2 :return "void" :args
274 ((:name |mode| :type |MeshMode2| :direction :in)
275 (:name |i1| :type |CheckedInt32| :direction :in)
276 (:name |i2| :type |CheckedInt32| :direction :in)
277 (:name |j1| :type |CheckedInt32| :direction :in)
278 (:name |j2| :type |CheckedInt32| :direction :in))
279 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
280 (defglfun "EvalPoint1" eval-point-1 :return "void" :args
281 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_0" :deprecated
282 "3.1" :version "1.0")
283 (defglfun "EvalMesh1" eval-mesh-1 :return "void" :args
284 ((:name |mode| :type |MeshMode1| :direction :in)
285 (:name |i1| :type |CheckedInt32| :direction :in)
286 (:name |i2| :type |CheckedInt32| :direction :in))
287 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
288 (defglfun "EvalCoord2fv" eval-coord-2fv :return "void" :args
289 ((:name |u| :type |CoordF| :direction :in :array t :size #x2)) :category
290 "VERSION_1_0" :deprecated "3.1" :version "1.0")
291 (defglfun "EvalCoord2f" eval-coord-2f :return "void" :args
292 ((:name |u| :type |CoordF| :direction :in)
293 (:name |v| :type |CoordF| :direction :in))
294 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
295 (defglfun "EvalCoord2dv" eval-coord-2dv :return "void" :args
296 ((:name |u| :type |CoordD| :direction :in :array t :size #x2)) :category
297 "VERSION_1_0" :deprecated "3.1" :version "1.0")
298 (defglfun "EvalCoord2d" eval-coord-2d :return "void" :args
299 ((:name |u| :type |CoordD| :direction :in)
300 (:name |v| :type |CoordD| :direction :in))
301 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
302 (defglfun "EvalCoord1fv" eval-coord-1fv :return "void" :args
303 ((:name |u| :type |CoordF| :direction :in :array t :size #x1)) :category
304 "VERSION_1_0" :deprecated "3.1" :version "1.0")
305 (defglfun "EvalCoord1f" eval-coord-1f :return "void" :args
306 ((:name |u| :type |CoordF| :direction :in)) :category "VERSION_1_0"
307 :deprecated "3.1" :version "1.0")
308 (defglfun "EvalCoord1dv" eval-coord-1dv :return "void" :args
309 ((:name |u| :type |CoordD| :direction :in :array t :size #x1)) :category
310 "VERSION_1_0" :deprecated "3.1" :version "1.0")
311 (defglfun "EvalCoord1d" eval-coord-1d :return "void" :args
312 ((:name |u| :type |CoordD| :direction :in)) :category "VERSION_1_0"
313 :deprecated "3.1" :version "1.0")
314 (defglfun "MapGrid2f" map-grid-2f :return "void" :args
315 ((:name |un| :type |Int32| :direction :in)
316 (:name |u1| :type |CoordF| :direction :in)
317 (:name |u2| :type |CoordF| :direction :in)
318 (:name |vn| :type |Int32| :direction :in)
319 (:name |v1| :type |CoordF| :direction :in)
320 (:name |v2| :type |CoordF| :direction :in))
321 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
322 (defglfun "MapGrid2d" map-grid-2d :return "void" :args
323 ((:name |un| :type |Int32| :direction :in)
324 (:name |u1| :type |CoordD| :direction :in)
325 (:name |u2| :type |CoordD| :direction :in)
326 (:name |vn| :type |Int32| :direction :in)
327 (:name |v1| :type |CoordD| :direction :in)
328 (:name |v2| :type |CoordD| :direction :in))
329 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
330 (defglfun "MapGrid1f" map-grid-1f :return "void" :args
331 ((:name |un| :type |Int32| :direction :in)
332 (:name |u1| :type |CoordF| :direction :in)
333 (:name |u2| :type |CoordF| :direction :in))
334 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
335 (defglfun "MapGrid1d" map-grid-1d :return "void" :args
336 ((:name |un| :type |Int32| :direction :in)
337 (:name |u1| :type |CoordD| :direction :in)
338 (:name |u2| :type |CoordD| :direction :in))
339 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
340 (defglfun "Map2f" map-2f :return "void" :args
341 ((:name |target| :type |MapTarget| :direction :in)
342 (:name |u1| :type |CoordF| :direction :in)
343 (:name |u2| :type |CoordF| :direction :in)
344 (:name |ustride| :type |Int32| :direction :in)
345 (:name |uorder| :type |CheckedInt32| :direction :in)
346 (:name |v1| :type |CoordF| :direction :in)
347 (:name |v2| :type |CoordF| :direction :in)
348 (:name |vstride| :type |Int32| :direction :in)
349 (:name |vorder| :type |CheckedInt32| :direction :in)
350 (:name |points| :type |CoordF| :direction :in :array t :size
351 (|target| |ustride| |uorder| |vstride| |vorder|)))
352 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
353 (defglfun "Map2d" map-2d :return "void" :args
354 ((:name |target| :type |MapTarget| :direction :in)
355 (:name |u1| :type |CoordD| :direction :in)
356 (:name |u2| :type |CoordD| :direction :in)
357 (:name |ustride| :type |Int32| :direction :in)
358 (:name |uorder| :type |CheckedInt32| :direction :in)
359 (:name |v1| :type |CoordD| :direction :in)
360 (:name |v2| :type |CoordD| :direction :in)
361 (:name |vstride| :type |Int32| :direction :in)
362 (:name |vorder| :type |CheckedInt32| :direction :in)
363 (:name |points| :type |CoordD| :direction :in :array t :size
364 (|target| |ustride| |uorder| |vstride| |vorder|)))
365 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
366 (defglfun "Map1f" map-1f :return "void" :args
367 ((:name |target| :type |MapTarget| :direction :in)
368 (:name |u1| :type |CoordF| :direction :in)
369 (:name |u2| :type |CoordF| :direction :in)
370 (:name |stride| :type |Int32| :direction :in)
371 (:name |order| :type |CheckedInt32| :direction :in)
372 (:name |points| :type |CoordF| :direction :in :array t :size
373 (|target| |stride| |order|)))
374 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
375 (defglfun "Map1d" map-1d :return "void" :args
376 ((:name |target| :type |MapTarget| :direction :in)
377 (:name |u1| :type |CoordD| :direction :in)
378 (:name |u2| :type |CoordD| :direction :in)
379 (:name |stride| :type |Int32| :direction :in)
380 (:name |order| :type |CheckedInt32| :direction :in)
381 (:name |points| :type |CoordD| :direction :in :array t :size
382 (|target| |stride| |order|)))
383 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
384 (defglfun "PushAttrib" push-attrib :return "void" :args
385 ((:name |mask| :type |AttribMask| :direction :in)) :category "VERSION_1_0"
386 :deprecated "3.1" :version "1.0")
387 (defglfun "PopAttrib" pop-attrib :return "void" :args nil :category
388 "VERSION_1_0" :deprecated "3.1" :version "1.0")
389 (defglfun "Accum" accum :return "void" :args
390 ((:name |op| :type |AccumOp| :direction :in)
391 (:name |value| :type |CoordF| :direction :in))
392 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
393 (defglfun "IndexMask" index-mask :return "void" :args
394 ((:name |mask| :type |MaskedColorIndexValueI| :direction :in)) :category
395 "VERSION_1_0" :deprecated "3.1" :version "1.0")
396 (defglfun "ClearIndex" clear-index :return "void" :args
397 ((:name |c| :type |MaskedColorIndexValueF| :direction :in)) :category
398 "VERSION_1_0" :deprecated "3.1" :version "1.0")
399 (defglfun "ClearAccum" clear-accum :return "void" :args
400 ((:name |red| :type |Float32| :direction :in)
401 (:name |green| :type |Float32| :direction :in)
402 (:name |blue| :type |Float32| :direction :in)
403 (:name |alpha| :type |Float32| :direction :in))
404 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
405 (defglfun "PushName" push-name :return "void" :args
406 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
407 :deprecated "3.1" :version "1.0")
408 (defglfun "PopName" pop-name :return "void" :args nil :category "VERSION_1_0"
409 :deprecated "3.1" :version "1.0")
410 (defglfun "PassThrough" pass-through :return "void" :args
411 ((:name |token| :type |FeedbackElement| :direction :in)) :category
412 "VERSION_1_0" :deprecated "3.1" :version "1.0")
413 (defglfun "LoadName" load-name :return "void" :args
414 ((:name |name| :type |SelectName| :direction :in)) :category "VERSION_1_0"
415 :deprecated "3.1" :version "1.0")
416 (defglfun "InitNames" init-names :return "void" :args nil :category
417 "VERSION_1_0" :deprecated "3.1" :version "1.0")
418 (defglfun "RenderMode" render-mode :return "Int32" :args
419 ((:name |mode| :type |RenderingMode| :direction :in)) :category "VERSION_1_0"
420 :deprecated "3.1" :version "1.0")
421 (defglfun "SelectBuffer" select-buffer :return "void" :args
422 ((:name |size| :type |SizeI| :direction :in)
423 (:name |buffer| :type |SelectName| :direction :out :array t :size size
424 :retained t))
425 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
426 (defglfun "FeedbackBuffer" feedback-buffer :return "void" :args
427 ((:name |size| :type |SizeI| :direction :in)
428 (:name |type| :type |FeedbackType| :direction :in)
429 (:name |buffer| :type |FeedbackElement| :direction :out :array t :size size
430 :retained t))
431 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
432 (defglfun "TexGeniv" tex-gen-iv :return "void" :args
433 ((:name |coord| :type |TextureCoordName| :direction :in)
434 (:name |pname| :type |TextureGenParameter| :direction :in)
435 (:name |params| :type |CheckedInt32| :direction :in :array t :size
436 (|pname|)))
437 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
438 (defglfun "TexGeni" tex-gen-i :return "void" :args
439 ((:name |coord| :type |TextureCoordName| :direction :in)
440 (:name |pname| :type |TextureGenParameter| :direction :in)
441 (:name |param| :type |CheckedInt32| :direction :in))
442 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
443 (defglfun "TexGenfv" tex-gen-fv :return "void" :args
444 ((:name |coord| :type |TextureCoordName| :direction :in)
445 (:name |pname| :type |TextureGenParameter| :direction :in)
446 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
447 (|pname|)))
448 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
449 (defglfun "TexGenf" tex-gen-f :return "void" :args
450 ((:name |coord| :type |TextureCoordName| :direction :in)
451 (:name |pname| :type |TextureGenParameter| :direction :in)
452 (:name |param| :type |CheckedFloat32| :direction :in))
453 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
454 (defglfun "TexGendv" tex-gen-dv :return "void" :args
455 ((:name |coord| :type |TextureCoordName| :direction :in)
456 (:name |pname| :type |TextureGenParameter| :direction :in)
457 (:name |params| :type |Float64| :direction :in :array t :size (|pname|)))
458 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
459 (defglfun "TexGend" tex-gen-d :return "void" :args
460 ((:name |coord| :type |TextureCoordName| :direction :in)
461 (:name |pname| :type |TextureGenParameter| :direction :in)
462 (:name |param| :type |Float64| :direction :in))
463 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
464 (defglfun "TexEnviv" tex-env-iv :return "void" :args
465 ((:name |target| :type |TextureEnvTarget| :direction :in)
466 (:name |pname| :type |TextureEnvParameter| :direction :in)
467 (:name |params| :type |CheckedInt32| :direction :in :array t :size
468 (|pname|)))
469 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
470 (defglfun "TexEnvi" tex-env-i :return "void" :args
471 ((:name |target| :type |TextureEnvTarget| :direction :in)
472 (:name |pname| :type |TextureEnvParameter| :direction :in)
473 (:name |param| :type |CheckedInt32| :direction :in))
474 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
475 (defglfun "TexEnvfv" tex-env-fv :return "void" :args
476 ((:name |target| :type |TextureEnvTarget| :direction :in)
477 (:name |pname| :type |TextureEnvParameter| :direction :in)
478 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
479 (|pname|)))
480 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
481 (defglfun "TexEnvf" tex-env-f :return "void" :args
482 ((:name |target| :type |TextureEnvTarget| :direction :in)
483 (:name |pname| :type |TextureEnvParameter| :direction :in)
484 (:name |param| :type |CheckedFloat32| :direction :in))
485 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
486 (defglfun "ShadeModel" shade-model :return "void" :args
487 ((:name |mode| :type |ShadingModel| :direction :in)) :category "VERSION_1_0"
488 :deprecated "3.1" :version "1.0")
489 (defglfun "PolygonStipple" polygon-stipple :return "void" :args
490 ((:name |mask| :type |UInt8| :direction :in :array t)) :category "VERSION_1_0"
491 :deprecated "3.1" :version "1.0")
492 (defglfun "Materialiv" material-iv :return "void" :args
493 ((:name |face| :type |MaterialFace| :direction :in)
494 (:name |pname| :type |MaterialParameter| :direction :in)
495 (:name |params| :type |CheckedInt32| :direction :in :array t :size
496 (|pname|)))
497 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
498 (defglfun "Materiali" material-i :return "void" :args
499 ((:name |face| :type |MaterialFace| :direction :in)
500 (:name |pname| :type |MaterialParameter| :direction :in)
501 (:name |param| :type |CheckedInt32| :direction :in))
502 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
503 (defglfun "Materialfv" material-fv :return "void" :args
504 ((:name |face| :type |MaterialFace| :direction :in)
505 (:name |pname| :type |MaterialParameter| :direction :in)
506 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
507 (|pname|)))
508 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
509 (defglfun "Materialf" material-f :return "void" :args
510 ((:name |face| :type |MaterialFace| :direction :in)
511 (:name |pname| :type |MaterialParameter| :direction :in)
512 (:name |param| :type |CheckedFloat32| :direction :in))
513 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
514 (defglfun "LineStipple" line-stipple :return "void" :args
515 ((:name |factor| :type |CheckedInt32| :direction :in)
516 (:name |pattern| :type |LineStipple| :direction :in))
517 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
518 (defglfun "LightModeliv" light-model-iv :return "void" :args
519 ((:name |pname| :type |LightModelParameter| :direction :in)
520 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
521 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
522 (defglfun "LightModeli" light-model-i :return "void" :args
523 ((:name |pname| :type |LightModelParameter| :direction :in)
524 (:name |param| :type |Int32| :direction :in))
525 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
526 (defglfun "LightModelfv" light-model-fv :return "void" :args
527 ((:name |pname| :type |LightModelParameter| :direction :in)
528 (:name |params| :type |Float32| :direction :in :array t :size (|pname|)))
529 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
530 (defglfun "LightModelf" light-model-f :return "void" :args
531 ((:name |pname| :type |LightModelParameter| :direction :in)
532 (:name |param| :type |Float32| :direction :in))
533 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
534 (defglfun "Lightiv" light-iv :return "void" :args
535 ((:name |light| :type |LightName| :direction :in)
536 (:name |pname| :type |LightParameter| :direction :in)
537 (:name |params| :type |CheckedInt32| :direction :in :array t :size
538 (|pname|)))
539 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
540 (defglfun "Lighti" light-i :return "void" :args
541 ((:name |light| :type |LightName| :direction :in)
542 (:name |pname| :type |LightParameter| :direction :in)
543 (:name |param| :type |CheckedInt32| :direction :in))
544 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
545 (defglfun "Lightfv" light-fv :return "void" :args
546 ((:name |light| :type |LightName| :direction :in)
547 (:name |pname| :type |LightParameter| :direction :in)
548 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
549 (|pname|)))
550 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
551 (defglfun "Lightf" light-f :return "void" :args
552 ((:name |light| :type |LightName| :direction :in)
553 (:name |pname| :type |LightParameter| :direction :in)
554 (:name |param| :type |CheckedFloat32| :direction :in))
555 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
556 (defglfun "Fogiv" fog-iv :return "void" :args
557 ((:name |pname| :type |FogParameter| :direction :in)
558 (:name |params| :type |CheckedInt32| :direction :in :array t :size
559 (|pname|)))
560 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
561 (defglfun "Fogi" fog-i :return "void" :args
562 ((:name |pname| :type |FogParameter| :direction :in)
563 (:name |param| :type |CheckedInt32| :direction :in))
564 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
565 (defglfun "Fogfv" fog-fv :return "void" :args
566 ((:name |pname| :type |FogParameter| :direction :in)
567 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
568 (|pname|)))
569 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
570 (defglfun "Fogf" fog-f :return "void" :args
571 ((:name |pname| :type |FogParameter| :direction :in)
572 (:name |param| :type |CheckedFloat32| :direction :in))
573 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
574 (defglfun "ColorMaterial" color-material :return "void" :args
575 ((:name |face| :type |MaterialFace| :direction :in)
576 (:name |mode| :type |ColorMaterialParameter| :direction :in))
577 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
578 (defglfun "ClipPlane" clip-plane :return "void" :args
579 ((:name |plane| :type |ClipPlaneName| :direction :in)
580 (:name |equation| :type |Float64| :direction :in :array t :size #x4))
581 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
582 (defglfun "Vertex4sv" vertex-4sv :return "void" :args
583 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
584 "VERSION_1_0" :deprecated "3.1" :version "1.0")
585 (defglfun "Vertex4s" vertex-4s :return "void" :args
586 ((:name |x| :type |CoordS| :direction :in)
587 (:name |y| :type |CoordS| :direction :in)
588 (:name |z| :type |CoordS| :direction :in)
589 (:name |w| :type |CoordS| :direction :in))
590 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
591 (defglfun "Vertex4iv" vertex-4iv :return "void" :args
592 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
593 "VERSION_1_0" :deprecated "3.1" :version "1.0")
594 (defglfun "Vertex4i" vertex-4i :return "void" :args
595 ((:name |x| :type |CoordI| :direction :in)
596 (:name |y| :type |CoordI| :direction :in)
597 (:name |z| :type |CoordI| :direction :in)
598 (:name |w| :type |CoordI| :direction :in))
599 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
600 (defglfun "Vertex4fv" vertex-4fv :return "void" :args
601 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
602 "VERSION_1_0" :deprecated "3.1" :version "1.0")
603 (defglfun "Vertex4f" vertex-4f :return "void" :args
604 ((:name |x| :type |CoordF| :direction :in)
605 (:name |y| :type |CoordF| :direction :in)
606 (:name |z| :type |CoordF| :direction :in)
607 (:name |w| :type |CoordF| :direction :in))
608 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
609 (defglfun "Vertex4dv" vertex-4dv :return "void" :args
610 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
611 "VERSION_1_0" :deprecated "3.1" :version "1.0")
612 (defglfun "Vertex4d" vertex-4d :return "void" :args
613 ((:name |x| :type |CoordD| :direction :in)
614 (:name |y| :type |CoordD| :direction :in)
615 (:name |z| :type |CoordD| :direction :in)
616 (:name |w| :type |CoordD| :direction :in))
617 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
618 (defglfun "Vertex3sv" vertex-3sv :return "void" :args
619 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
620 "VERSION_1_0" :deprecated "3.1" :version "1.0")
621 (defglfun "Vertex3s" vertex-3s :return "void" :args
622 ((:name |x| :type |CoordS| :direction :in)
623 (:name |y| :type |CoordS| :direction :in)
624 (:name |z| :type |CoordS| :direction :in))
625 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
626 (defglfun "Vertex3iv" vertex-3iv :return "void" :args
627 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
628 "VERSION_1_0" :deprecated "3.1" :version "1.0")
629 (defglfun "Vertex3i" vertex-3i :return "void" :args
630 ((:name |x| :type |CoordI| :direction :in)
631 (:name |y| :type |CoordI| :direction :in)
632 (:name |z| :type |CoordI| :direction :in))
633 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
634 (defglfun "Vertex3fv" vertex-3fv :return "void" :args
635 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
636 "VERSION_1_0" :deprecated "3.1" :version "1.0")
637 (defglfun "Vertex3f" vertex-3f :return "void" :args
638 ((:name |x| :type |CoordF| :direction :in)
639 (:name |y| :type |CoordF| :direction :in)
640 (:name |z| :type |CoordF| :direction :in))
641 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
642 (defglfun "Vertex3dv" vertex-3dv :return "void" :args
643 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
644 "VERSION_1_0" :deprecated "3.1" :version "1.0")
645 (defglfun "Vertex3d" vertex-3d :return "void" :args
646 ((:name |x| :type |CoordD| :direction :in)
647 (:name |y| :type |CoordD| :direction :in)
648 (:name |z| :type |CoordD| :direction :in))
649 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
650 (defglfun "Vertex2sv" vertex-2sv :return "void" :args
651 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
652 "VERSION_1_0" :deprecated "3.1" :version "1.0")
653 (defglfun "Vertex2s" vertex-2s :return "void" :args
654 ((:name |x| :type |CoordS| :direction :in)
655 (:name |y| :type |CoordS| :direction :in))
656 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
657 (defglfun "Vertex2iv" vertex-2iv :return "void" :args
658 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
659 "VERSION_1_0" :deprecated "3.1" :version "1.0")
660 (defglfun "Vertex2i" vertex-2i :return "void" :args
661 ((:name |x| :type |CoordI| :direction :in)
662 (:name |y| :type |CoordI| :direction :in))
663 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
664 (defglfun "Vertex2fv" vertex-2fv :return "void" :args
665 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
666 "VERSION_1_0" :deprecated "3.1" :version "1.0")
667 (defglfun "Vertex2f" vertex-2f :return "void" :args
668 ((:name |x| :type |CoordF| :direction :in)
669 (:name |y| :type |CoordF| :direction :in))
670 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
671 (defglfun "Vertex2dv" vertex-2dv :return "void" :args
672 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
673 "VERSION_1_0" :deprecated "3.1" :version "1.0")
674 (defglfun "Vertex2d" vertex-2d :return "void" :args
675 ((:name |x| :type |CoordD| :direction :in)
676 (:name |y| :type |CoordD| :direction :in))
677 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
678 (defglfun "TexCoord4sv" tex-coord-4sv :return "void" :args
679 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
680 "VERSION_1_0" :deprecated "3.1" :version "1.0")
681 (defglfun "TexCoord4s" tex-coord-4s :return "void" :args
682 ((:name |s| :type |CoordS| :direction :in)
683 (:name |t| :type |CoordS| :direction :in)
684 (:name |r| :type |CoordS| :direction :in)
685 (:name |q| :type |CoordS| :direction :in))
686 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
687 (defglfun "TexCoord4iv" tex-coord-4iv :return "void" :args
688 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
689 "VERSION_1_0" :deprecated "3.1" :version "1.0")
690 (defglfun "TexCoord4i" tex-coord-4i :return "void" :args
691 ((:name |s| :type |CoordI| :direction :in)
692 (:name |t| :type |CoordI| :direction :in)
693 (:name |r| :type |CoordI| :direction :in)
694 (:name |q| :type |CoordI| :direction :in))
695 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
696 (defglfun "TexCoord4fv" tex-coord-4fv :return "void" :args
697 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
698 "VERSION_1_0" :deprecated "3.1" :version "1.0")
699 (defglfun "TexCoord4f" tex-coord-4f :return "void" :args
700 ((:name |s| :type |CoordF| :direction :in)
701 (:name |t| :type |CoordF| :direction :in)
702 (:name |r| :type |CoordF| :direction :in)
703 (:name |q| :type |CoordF| :direction :in))
704 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
705 (defglfun "TexCoord4dv" tex-coord-4dv :return "void" :args
706 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
707 "VERSION_1_0" :deprecated "3.1" :version "1.0")
708 (defglfun "TexCoord4d" tex-coord-4d :return "void" :args
709 ((:name |s| :type |CoordD| :direction :in)
710 (:name |t| :type |CoordD| :direction :in)
711 (:name |r| :type |CoordD| :direction :in)
712 (:name |q| :type |CoordD| :direction :in))
713 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
714 (defglfun "TexCoord3sv" tex-coord-3sv :return "void" :args
715 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
716 "VERSION_1_0" :deprecated "3.1" :version "1.0")
717 (defglfun "TexCoord3s" tex-coord-3s :return "void" :args
718 ((:name |s| :type |CoordS| :direction :in)
719 (:name |t| :type |CoordS| :direction :in)
720 (:name |r| :type |CoordS| :direction :in))
721 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
722 (defglfun "TexCoord3iv" tex-coord-3iv :return "void" :args
723 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
724 "VERSION_1_0" :deprecated "3.1" :version "1.0")
725 (defglfun "TexCoord3i" tex-coord-3i :return "void" :args
726 ((:name |s| :type |CoordI| :direction :in)
727 (:name |t| :type |CoordI| :direction :in)
728 (:name |r| :type |CoordI| :direction :in))
729 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
730 (defglfun "TexCoord3fv" tex-coord-3fv :return "void" :args
731 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
732 "VERSION_1_0" :deprecated "3.1" :version "1.0")
733 (defglfun "TexCoord3f" tex-coord-3f :return "void" :args
734 ((:name |s| :type |CoordF| :direction :in)
735 (:name |t| :type |CoordF| :direction :in)
736 (:name |r| :type |CoordF| :direction :in))
737 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
738 (defglfun "TexCoord3dv" tex-coord-3dv :return "void" :args
739 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
740 "VERSION_1_0" :deprecated "3.1" :version "1.0")
741 (defglfun "TexCoord3d" tex-coord-3d :return "void" :args
742 ((:name |s| :type |CoordD| :direction :in)
743 (:name |t| :type |CoordD| :direction :in)
744 (:name |r| :type |CoordD| :direction :in))
745 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
746 (defglfun "TexCoord2sv" tex-coord-2sv :return "void" :args
747 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
748 "VERSION_1_0" :deprecated "3.1" :version "1.0")
749 (defglfun "TexCoord2s" tex-coord-2s :return "void" :args
750 ((:name |s| :type |CoordS| :direction :in)
751 (:name |t| :type |CoordS| :direction :in))
752 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
753 (defglfun "TexCoord2iv" tex-coord-2iv :return "void" :args
754 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
755 "VERSION_1_0" :deprecated "3.1" :version "1.0")
756 (defglfun "TexCoord2i" tex-coord-2i :return "void" :args
757 ((:name |s| :type |CoordI| :direction :in)
758 (:name |t| :type |CoordI| :direction :in))
759 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
760 (defglfun "TexCoord2fv" tex-coord-2fv :return "void" :args
761 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
762 "VERSION_1_0" :deprecated "3.1" :version "1.0")
763 (defglfun "TexCoord2f" tex-coord-2f :return "void" :args
764 ((:name |s| :type |CoordF| :direction :in)
765 (:name |t| :type |CoordF| :direction :in))
766 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
767 (defglfun "TexCoord2dv" tex-coord-2dv :return "void" :args
768 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
769 "VERSION_1_0" :deprecated "3.1" :version "1.0")
770 (defglfun "TexCoord2d" tex-coord-2d :return "void" :args
771 ((:name |s| :type |CoordD| :direction :in)
772 (:name |t| :type |CoordD| :direction :in))
773 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
774 (defglfun "TexCoord1sv" tex-coord-1sv :return "void" :args
775 ((:name |v| :type |CoordS| :direction :in :array t :size #x1)) :category
776 "VERSION_1_0" :deprecated "3.1" :version "1.0")
777 (defglfun "TexCoord1s" tex-coord-1s :return "void" :args
778 ((:name |s| :type |CoordS| :direction :in)) :category "VERSION_1_0"
779 :deprecated "3.1" :version "1.0")
780 (defglfun "TexCoord1iv" tex-coord-1iv :return "void" :args
781 ((:name |v| :type |CoordI| :direction :in :array t :size #x1)) :category
782 "VERSION_1_0" :deprecated "3.1" :version "1.0")
783 (defglfun "TexCoord1i" tex-coord-1i :return "void" :args
784 ((:name |s| :type |CoordI| :direction :in)) :category "VERSION_1_0"
785 :deprecated "3.1" :version "1.0")
786 (defglfun "TexCoord1fv" tex-coord-1fv :return "void" :args
787 ((:name |v| :type |CoordF| :direction :in :array t :size #x1)) :category
788 "VERSION_1_0" :deprecated "3.1" :version "1.0")
789 (defglfun "TexCoord1f" tex-coord-1f :return "void" :args
790 ((:name |s| :type |CoordF| :direction :in)) :category "VERSION_1_0"
791 :deprecated "3.1" :version "1.0")
792 (defglfun "TexCoord1dv" tex-coord-1dv :return "void" :args
793 ((:name |v| :type |CoordD| :direction :in :array t :size #x1)) :category
794 "VERSION_1_0" :deprecated "3.1" :version "1.0")
795 (defglfun "TexCoord1d" tex-coord-1d :return "void" :args
796 ((:name |s| :type |CoordD| :direction :in)) :category "VERSION_1_0"
797 :deprecated "3.1" :version "1.0")
798 (defglfun "Rectsv" rect-sv :return "void" :args
799 ((:name |v1| :type |CoordS| :direction :in :array t :size #x2)
800 (:name |v2| :type |CoordS| :direction :in :array t :size #x2))
801 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
802 (defglfun "Rects" rect-s :return "void" :args
803 ((:name |x1| :type |CoordS| :direction :in)
804 (:name |y1| :type |CoordS| :direction :in)
805 (:name |x2| :type |CoordS| :direction :in)
806 (:name |y2| :type |CoordS| :direction :in))
807 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
808 (defglfun "Rectiv" rect-iv :return "void" :args
809 ((:name |v1| :type |CoordI| :direction :in :array t :size #x2)
810 (:name |v2| :type |CoordI| :direction :in :array t :size #x2))
811 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
812 (defglfun "Recti" rect-i :return "void" :args
813 ((:name |x1| :type |CoordI| :direction :in)
814 (:name |y1| :type |CoordI| :direction :in)
815 (:name |x2| :type |CoordI| :direction :in)
816 (:name |y2| :type |CoordI| :direction :in))
817 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
818 (defglfun "Rectfv" rect-fv :return "void" :args
819 ((:name |v1| :type |CoordF| :direction :in :array t :size #x2)
820 (:name |v2| :type |CoordF| :direction :in :array t :size #x2))
821 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
822 (defglfun "Rectf" rect-f :return "void" :args
823 ((:name |x1| :type |CoordF| :direction :in)
824 (:name |y1| :type |CoordF| :direction :in)
825 (:name |x2| :type |CoordF| :direction :in)
826 (:name |y2| :type |CoordF| :direction :in))
827 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
828 (defglfun "Rectdv" rect-dv :return "void" :args
829 ((:name |v1| :type |CoordD| :direction :in :array t :size #x2)
830 (:name |v2| :type |CoordD| :direction :in :array t :size #x2))
831 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
832 (defglfun "Rectd" rect-d :return "void" :args
833 ((:name |x1| :type |CoordD| :direction :in)
834 (:name |y1| :type |CoordD| :direction :in)
835 (:name |x2| :type |CoordD| :direction :in)
836 (:name |y2| :type |CoordD| :direction :in))
837 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
838 (defglfun "RasterPos4sv" raster-pos-4sv :return "void" :args
839 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
840 "VERSION_1_0" :deprecated "3.1" :version "1.0")
841 (defglfun "RasterPos4s" raster-pos-4s :return "void" :args
842 ((:name |x| :type |CoordS| :direction :in)
843 (:name |y| :type |CoordS| :direction :in)
844 (:name |z| :type |CoordS| :direction :in)
845 (:name |w| :type |CoordS| :direction :in))
846 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
847 (defglfun "RasterPos4iv" raster-pos-4iv :return "void" :args
848 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
849 "VERSION_1_0" :deprecated "3.1" :version "1.0")
850 (defglfun "RasterPos4i" raster-pos-4i :return "void" :args
851 ((:name |x| :type |CoordI| :direction :in)
852 (:name |y| :type |CoordI| :direction :in)
853 (:name |z| :type |CoordI| :direction :in)
854 (:name |w| :type |CoordI| :direction :in))
855 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
856 (defglfun "RasterPos4fv" raster-pos-4fv :return "void" :args
857 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
858 "VERSION_1_0" :deprecated "3.1" :version "1.0")
859 (defglfun "RasterPos4f" raster-pos-4f :return "void" :args
860 ((:name |x| :type |CoordF| :direction :in)
861 (:name |y| :type |CoordF| :direction :in)
862 (:name |z| :type |CoordF| :direction :in)
863 (:name |w| :type |CoordF| :direction :in))
864 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
865 (defglfun "RasterPos4dv" raster-pos-4dv :return "void" :args
866 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
867 "VERSION_1_0" :deprecated "3.1" :version "1.0")
868 (defglfun "RasterPos4d" raster-pos-4d :return "void" :args
869 ((:name |x| :type |CoordD| :direction :in)
870 (:name |y| :type |CoordD| :direction :in)
871 (:name |z| :type |CoordD| :direction :in)
872 (:name |w| :type |CoordD| :direction :in))
873 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
874 (defglfun "RasterPos3sv" raster-pos-3sv :return "void" :args
875 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
876 "VERSION_1_0" :deprecated "3.1" :version "1.0")
877 (defglfun "RasterPos3s" raster-pos-3s :return "void" :args
878 ((:name |x| :type |CoordS| :direction :in)
879 (:name |y| :type |CoordS| :direction :in)
880 (:name |z| :type |CoordS| :direction :in))
881 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
882 (defglfun "RasterPos3iv" raster-pos-3iv :return "void" :args
883 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
884 "VERSION_1_0" :deprecated "3.1" :version "1.0")
885 (defglfun "RasterPos3i" raster-pos-3i :return "void" :args
886 ((:name |x| :type |CoordI| :direction :in)
887 (:name |y| :type |CoordI| :direction :in)
888 (:name |z| :type |CoordI| :direction :in))
889 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
890 (defglfun "RasterPos3fv" raster-pos-3fv :return "void" :args
891 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
892 "VERSION_1_0" :deprecated "3.1" :version "1.0")
893 (defglfun "RasterPos3f" raster-pos-3f :return "void" :args
894 ((:name |x| :type |CoordF| :direction :in)
895 (:name |y| :type |CoordF| :direction :in)
896 (:name |z| :type |CoordF| :direction :in))
897 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
898 (defglfun "RasterPos3dv" raster-pos-3dv :return "void" :args
899 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
900 "VERSION_1_0" :deprecated "3.1" :version "1.0")
901 (defglfun "RasterPos3d" raster-pos-3d :return "void" :args
902 ((:name |x| :type |CoordD| :direction :in)
903 (:name |y| :type |CoordD| :direction :in)
904 (:name |z| :type |CoordD| :direction :in))
905 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
906 (defglfun "RasterPos2sv" raster-pos-2sv :return "void" :args
907 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
908 "VERSION_1_0" :deprecated "3.1" :version "1.0")
909 (defglfun "RasterPos2s" raster-pos-2s :return "void" :args
910 ((:name |x| :type |CoordS| :direction :in)
911 (:name |y| :type |CoordS| :direction :in))
912 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
913 (defglfun "RasterPos2iv" raster-pos-2iv :return "void" :args
914 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
915 "VERSION_1_0" :deprecated "3.1" :version "1.0")
916 (defglfun "RasterPos2i" raster-pos-2i :return "void" :args
917 ((:name |x| :type |CoordI| :direction :in)
918 (:name |y| :type |CoordI| :direction :in))
919 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
920 (defglfun "RasterPos2fv" raster-pos-2fv :return "void" :args
921 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
922 "VERSION_1_0" :deprecated "3.1" :version "1.0")
923 (defglfun "RasterPos2f" raster-pos-2f :return "void" :args
924 ((:name |x| :type |CoordF| :direction :in)
925 (:name |y| :type |CoordF| :direction :in))
926 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
927 (defglfun "RasterPos2dv" raster-pos-2dv :return "void" :args
928 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
929 "VERSION_1_0" :deprecated "3.1" :version "1.0")
930 (defglfun "RasterPos2d" raster-pos-2d :return "void" :args
931 ((:name |x| :type |CoordD| :direction :in)
932 (:name |y| :type |CoordD| :direction :in))
933 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
934 (defglfun "Normal3sv" normal-3sv :return "void" :args
935 ((:name |v| :type |Int16| :direction :in :array t :size #x3)) :category
936 "VERSION_1_0" :deprecated "3.1" :version "1.0")
937 (defglfun "Normal3s" normal-3s :return "void" :args
938 ((:name |nx| :type |Int16| :direction :in)
939 (:name |ny| :type |Int16| :direction :in)
940 (:name |nz| :type |Int16| :direction :in))
941 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
942 (defglfun "Normal3iv" normal-3iv :return "void" :args
943 ((:name |v| :type |Int32| :direction :in :array t :size #x3)) :category
944 "VERSION_1_0" :deprecated "3.1" :version "1.0")
945 (defglfun "Normal3i" normal-3i :return "void" :args
946 ((:name |nx| :type |Int32| :direction :in)
947 (:name |ny| :type |Int32| :direction :in)
948 (:name |nz| :type |Int32| :direction :in))
949 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
950 (defglfun "Normal3fv" normal-3fv :return "void" :args
951 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
952 "VERSION_1_0" :deprecated "3.1" :version "1.0")
953 (defglfun "Normal3f" normal-3f :return "void" :args
954 ((:name |nx| :type |CoordF| :direction :in)
955 (:name |ny| :type |CoordF| :direction :in)
956 (:name |nz| :type |CoordF| :direction :in))
957 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
958 (defglfun "Normal3dv" normal-3dv :return "void" :args
959 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
960 "VERSION_1_0" :deprecated "3.1" :version "1.0")
961 (defglfun "Normal3d" normal-3d :return "void" :args
962 ((:name |nx| :type |CoordD| :direction :in)
963 (:name |ny| :type |CoordD| :direction :in)
964 (:name |nz| :type |CoordD| :direction :in))
965 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
966 (defglfun "Normal3bv" normal-3bv :return "void" :args
967 ((:name |v| :type |Int8| :direction :in :array t :size #x3)) :category
968 "VERSION_1_0" :deprecated "3.1" :version "1.0")
969 (defglfun "Normal3b" normal-3b :return "void" :args
970 ((:name |nx| :type |Int8| :direction :in)
971 (:name |ny| :type |Int8| :direction :in)
972 (:name |nz| :type |Int8| :direction :in))
973 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
974 (defglfun "Indexsv" index-sv :return "void" :args
975 ((:name |c| :type |ColorIndexValueS| :direction :in :array t :size #x1))
976 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
977 (defglfun "Indexs" index-s :return "void" :args
978 ((:name |c| :type |ColorIndexValueS| :direction :in)) :category "VERSION_1_0"
979 :deprecated "3.1" :version "1.0")
980 (defglfun "Indexiv" index-iv :return "void" :args
981 ((:name |c| :type |ColorIndexValueI| :direction :in :array t :size #x1))
982 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
983 (defglfun "Indexi" index-i :return "void" :args
984 ((:name |c| :type |ColorIndexValueI| :direction :in)) :category "VERSION_1_0"
985 :deprecated "3.1" :version "1.0")
986 (defglfun "Indexfv" index-fv :return "void" :args
987 ((:name |c| :type |ColorIndexValueF| :direction :in :array t :size #x1))
988 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
989 (defglfun "Indexf" index-f :return "void" :args
990 ((:name |c| :type |ColorIndexValueF| :direction :in)) :category "VERSION_1_0"
991 :deprecated "3.1" :version "1.0")
992 (defglfun "Indexdv" index-dv :return "void" :args
993 ((:name |c| :type |ColorIndexValueD| :direction :in :array t :size #x1))
994 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
995 (defglfun "Indexd" index-d :return "void" :args
996 ((:name |c| :type |ColorIndexValueD| :direction :in)) :category "VERSION_1_0"
997 :deprecated "3.1" :version "1.0")
998 (defglfun "End" end :return "void" :args nil :category "VERSION_1_0"
999 :deprecated "3.1" :version "1.0")
1000 (defglfun "EdgeFlagv" edge-flagv :return "void" :args
1001 ((:name |flag| :type |Boolean| :direction :in :array t :size #x1)) :category
1002 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1003 (defglfun "EdgeFlag" edge-flag :return "void" :args
1004 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1005 :deprecated "3.1" :version "1.0")
1006 (defglfun "Color4usv" color-4usv :return "void" :args
1007 ((:name |v| :type |ColorUS| :direction :in :array t :size #x4)) :category
1008 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1009 (defglfun "Color4us" color-4us :return "void" :args
1010 ((:name |red| :type |ColorUS| :direction :in)
1011 (:name |green| :type |ColorUS| :direction :in)
1012 (:name |blue| :type |ColorUS| :direction :in)
1013 (:name |alpha| :type |ColorUS| :direction :in))
1014 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1015 (defglfun "Color4uiv" color-4uiv :return "void" :args
1016 ((:name |v| :type |ColorUI| :direction :in :array t :size #x4)) :category
1017 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1018 (defglfun "Color4ui" color-4ui :return "void" :args
1019 ((:name |red| :type |ColorUI| :direction :in)
1020 (:name |green| :type |ColorUI| :direction :in)
1021 (:name |blue| :type |ColorUI| :direction :in)
1022 (:name |alpha| :type |ColorUI| :direction :in))
1023 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1024 (defglfun "Color4ubv" color-4ubv :return "void" :args
1025 ((:name |v| :type |ColorUB| :direction :in :array t :size #x4)) :category
1026 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1027 (defglfun "Color4ub" color-4ub :return "void" :args
1028 ((:name |red| :type |ColorUB| :direction :in)
1029 (:name |green| :type |ColorUB| :direction :in)
1030 (:name |blue| :type |ColorUB| :direction :in)
1031 (:name |alpha| :type |ColorUB| :direction :in))
1032 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1033 (defglfun "Color4sv" color-4sv :return "void" :args
1034 ((:name |v| :type |ColorS| :direction :in :array t :size #x4)) :category
1035 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1036 (defglfun "Color4s" color-4s :return "void" :args
1037 ((:name |red| :type |ColorS| :direction :in)
1038 (:name |green| :type |ColorS| :direction :in)
1039 (:name |blue| :type |ColorS| :direction :in)
1040 (:name |alpha| :type |ColorS| :direction :in))
1041 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1042 (defglfun "Color4iv" color-4iv :return "void" :args
1043 ((:name |v| :type |ColorI| :direction :in :array t :size #x4)) :category
1044 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1045 (defglfun "Color4i" color-4i :return "void" :args
1046 ((:name |red| :type |ColorI| :direction :in)
1047 (:name |green| :type |ColorI| :direction :in)
1048 (:name |blue| :type |ColorI| :direction :in)
1049 (:name |alpha| :type |ColorI| :direction :in))
1050 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1051 (defglfun "Color4fv" color-4fv :return "void" :args
1052 ((:name |v| :type |ColorF| :direction :in :array t :size #x4)) :category
1053 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1054 (defglfun "Color4f" color-4f :return "void" :args
1055 ((:name |red| :type |ColorF| :direction :in)
1056 (:name |green| :type |ColorF| :direction :in)
1057 (:name |blue| :type |ColorF| :direction :in)
1058 (:name |alpha| :type |ColorF| :direction :in))
1059 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1060 (defglfun "Color4dv" color-4dv :return "void" :args
1061 ((:name |v| :type |ColorD| :direction :in :array t :size #x4)) :category
1062 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1063 (defglfun "Color4d" color-4d :return "void" :args
1064 ((:name |red| :type |ColorD| :direction :in)
1065 (:name |green| :type |ColorD| :direction :in)
1066 (:name |blue| :type |ColorD| :direction :in)
1067 (:name |alpha| :type |ColorD| :direction :in))
1068 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1069 (defglfun "Color4bv" color-4bv :return "void" :args
1070 ((:name |v| :type |ColorB| :direction :in :array t :size #x4)) :category
1071 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1072 (defglfun "Color4b" color-4b :return "void" :args
1073 ((:name |red| :type |ColorB| :direction :in)
1074 (:name |green| :type |ColorB| :direction :in)
1075 (:name |blue| :type |ColorB| :direction :in)
1076 (:name |alpha| :type |ColorB| :direction :in))
1077 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1078 (defglfun "Color3usv" color-3usv :return "void" :args
1079 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
1080 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1081 (defglfun "Color3us" color-3us :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 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1086 (defglfun "Color3uiv" color-3uiv :return "void" :args
1087 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
1088 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1089 (defglfun "Color3ui" color-3ui :return "void" :args
1090 ((:name |red| :type |ColorUI| :direction :in)
1091 (:name |green| :type |ColorUI| :direction :in)
1092 (:name |blue| :type |ColorUI| :direction :in))
1093 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1094 (defglfun "Color3ubv" color-3ubv :return "void" :args
1095 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
1096 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1097 (defglfun "Color3ub" color-3ub :return "void" :args
1098 ((:name |red| :type |ColorUB| :direction :in)
1099 (:name |green| :type |ColorUB| :direction :in)
1100 (:name |blue| :type |ColorUB| :direction :in))
1101 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1102 (defglfun "Color3sv" color-3sv :return "void" :args
1103 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
1104 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1105 (defglfun "Color3s" color-3s :return "void" :args
1106 ((:name |red| :type |ColorS| :direction :in)
1107 (:name |green| :type |ColorS| :direction :in)
1108 (:name |blue| :type |ColorS| :direction :in))
1109 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1110 (defglfun "Color3iv" color-3iv :return "void" :args
1111 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
1112 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1113 (defglfun "Color3i" color-3i :return "void" :args
1114 ((:name |red| :type |ColorI| :direction :in)
1115 (:name |green| :type |ColorI| :direction :in)
1116 (:name |blue| :type |ColorI| :direction :in))
1117 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1118 (defglfun "Color3fv" color-3fv :return "void" :args
1119 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
1120 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1121 (defglfun "Color3f" color-3f :return "void" :args
1122 ((:name |red| :type |ColorF| :direction :in)
1123 (:name |green| :type |ColorF| :direction :in)
1124 (:name |blue| :type |ColorF| :direction :in))
1125 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1126 (defglfun "Color3dv" color-3dv :return "void" :args
1127 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
1128 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1129 (defglfun "Color3d" color-3d :return "void" :args
1130 ((:name |red| :type |ColorD| :direction :in)
1131 (:name |green| :type |ColorD| :direction :in)
1132 (:name |blue| :type |ColorD| :direction :in))
1133 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1134 (defglfun "Color3bv" color-3bv :return "void" :args
1135 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
1136 "VERSION_1_0" :deprecated "3.1" :version "1.0")
1137 (defglfun "Color3b" color-3b :return "void" :args
1138 ((:name |red| :type |ColorB| :direction :in)
1139 (:name |green| :type |ColorB| :direction :in)
1140 (:name |blue| :type |ColorB| :direction :in))
1141 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1142 (defglfun "Bitmap" bitmap :return "void" :args
1143 ((:name |width| :type |SizeI| :direction :in)
1144 (:name |height| :type |SizeI| :direction :in)
1145 (:name |xorig| :type |CoordF| :direction :in)
1146 (:name |yorig| :type |CoordF| :direction :in)
1147 (:name |xmove| :type |CoordF| :direction :in)
1148 (:name |ymove| :type |CoordF| :direction :in)
1149 (:name |bitmap| :type |UInt8| :direction :in :array t :size
1150 (|width| |height|)))
1151 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1152 (defglfun "Begin" begin :return "void" :args
1153 ((:name |mode| :type |BeginMode| :direction :in)) :category "VERSION_1_0"
1154 :deprecated "3.1" :version "1.0")
1155 (defglfun "ListBase" list-base :return "void" :args
1156 ((:name |base| :type |List| :direction :in)) :category "VERSION_1_0"
1157 :deprecated "3.1" :version "1.0")
1158 (defglfun "GenLists" gen-lists :return "List" :args
1159 ((:name |range| :type |SizeI| :direction :in)) :category "VERSION_1_0"
1160 :deprecated "3.1" :version "1.0")
1161 (defglfun "DeleteLists" delete-lists :return "void" :args
1162 ((:name |list| :type |List| :direction :in)
1163 (:name |range| :type |SizeI| :direction :in))
1164 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1165 (defglfun "CallLists" call-lists :return "void" :args
1166 ((:name |n| :type |SizeI| :direction :in)
1167 (:name |type| :type |ListNameType| :direction :in)
1168 (:name |lists| :type |Void| :direction :in :array t :size (|n| |type|)))
1169 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1170 (defglfun "CallList" call-list :return "void" :args
1171 ((:name |list| :type |List| :direction :in)) :category "VERSION_1_0"
1172 :deprecated "3.1" :version "1.0")
1173 (defglfun "EndList" end-list :return "void" :args nil :category "VERSION_1_0"
1174 :deprecated "3.1" :version "1.0")
1175 (defglfun "NewList" new-list :return "void" :args
1176 ((:name |list| :type |List| :direction :in)
1177 (:name |mode| :type |ListMode| :direction :in))
1178 :category "VERSION_1_0" :deprecated "3.1" :version "1.0")
1179 (defglfun "Viewport" viewport :return "void" :args
1180 ((:name |x| :type |WinCoord| :direction :in)
1181 (:name |y| :type |WinCoord| :direction :in)
1182 (:name |width| :type |SizeI| :direction :in)
1183 (:name |height| :type |SizeI| :direction :in))
1184 :category "VERSION_1_0" :deprecated nil :version "1.0")
1185 (defglfun "DepthRange" depth-range :return "void" :args
1186 ((:name |near| :type |ClampedFloat64| :direction :in)
1187 (:name |far| :type |ClampedFloat64| :direction :in))
1188 :category "VERSION_1_0" :deprecated nil :version "1.0")
1189 (defglfun "IsEnabled" is-enabled :return "Boolean" :args
1190 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1191 :deprecated nil :version "1.0")
1192 (defglfun "GetTexLevelParameteriv" get-tex-level-parameter-iv :return "void"
1193 :args
1194 ((:name |target| :type |TextureTarget| :direction :in)
1195 (:name |level| :type |CheckedInt32| :direction :in)
1196 (:name |pname| :type |GetTextureParameter| :direction :in)
1197 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1198 :category "VERSION_1_0" :deprecated nil :version "1.0")
1199 (defglfun "GetTexLevelParameterfv" get-tex-level-parameter-fv :return "void"
1200 :args
1201 ((:name |target| :type |TextureTarget| :direction :in)
1202 (:name |level| :type |CheckedInt32| :direction :in)
1203 (:name |pname| :type |GetTextureParameter| :direction :in)
1204 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1205 :category "VERSION_1_0" :deprecated nil :version "1.0")
1206 (defglfun "GetTexParameteriv" get-tex-parameter-iv :return "void" :args
1207 ((:name |target| :type |TextureTarget| :direction :in)
1208 (:name |pname| :type |GetTextureParameter| :direction :in)
1209 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1210 :category "VERSION_1_0" :deprecated nil :version "1.0")
1211 (defglfun "GetTexParameterfv" get-tex-parameter-fv :return "void" :args
1212 ((:name |target| :type |TextureTarget| :direction :in)
1213 (:name |pname| :type |GetTextureParameter| :direction :in)
1214 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1215 :category "VERSION_1_0" :deprecated nil :version "1.0")
1216 (defglfun "GetTexImage" get-tex-image :return "void" :args
1217 ((:name |target| :type |TextureTarget| :direction :in)
1218 (:name |level| :type |CheckedInt32| :direction :in)
1219 (:name |format| :type |PixelFormat| :direction :in)
1220 (:name |type| :type |PixelType| :direction :in)
1221 (:name |pixels| :type |Void| :direction :out :array t :size
1222 (|target| |level| |format| |type|)))
1223 :category "VERSION_1_0" :deprecated nil :version "1.0")
1224 (defglfun "GetString" get-string :return "String" :args
1225 ((:name |name| :type |StringName| :direction :in)) :category "VERSION_1_0"
1226 :deprecated nil :version "1.0")
1227 (defglfun "GetIntegerv" get-integerv :return "void" :args
1228 ((:name |pname| :type |GetPName| :direction :in)
1229 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1230 :category "VERSION_1_0" :deprecated nil :version "1.0")
1231 (defglfun "GetFloatv" get-floatv :return "void" :args
1232 ((:name |pname| :type |GetPName| :direction :in)
1233 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1234 :category "VERSION_1_0" :deprecated nil :version "1.0")
1235 (defglfun "GetError" get-error :return "ErrorCode" :args nil :category
1236 "VERSION_1_0" :deprecated nil :version "1.0")
1237 (defglfun "GetDoublev" get-doublev :return "void" :args
1238 ((:name |pname| :type |GetPName| :direction :in)
1239 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
1240 :category "VERSION_1_0" :deprecated nil :version "1.0")
1241 (defglfun "GetBooleanv" get-booleanv :return "void" :args
1242 ((:name |pname| :type |GetPName| :direction :in)
1243 (:name |params| :type |Boolean| :direction :out :array t :size (|pname|)))
1244 :category "VERSION_1_0" :deprecated nil :version "1.0")
1245 (defglfun "ReadPixels" read-pixels :return "void" :args
1246 ((:name |x| :type |WinCoord| :direction :in)
1247 (:name |y| :type |WinCoord| :direction :in)
1248 (:name |width| :type |SizeI| :direction :in)
1249 (:name |height| :type |SizeI| :direction :in)
1250 (:name |format| :type |PixelFormat| :direction :in)
1251 (:name |type| :type |PixelType| :direction :in)
1252 (:name |pixels| :type |Void| :direction :out :array t :size
1253 (|format| |type| |width| |height|)))
1254 :category "VERSION_1_0" :deprecated nil :version "1.0")
1255 (defglfun "ReadBuffer" read-buffer :return "void" :args
1256 ((:name |mode| :type |ReadBufferMode| :direction :in)) :category "VERSION_1_0"
1257 :deprecated nil :version "1.0")
1258 (defglfun "PixelStorei" pixel-store-i :return "void" :args
1259 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1260 (:name |param| :type |CheckedInt32| :direction :in))
1261 :category "VERSION_1_0" :deprecated nil :version "1.0")
1262 (defglfun "PixelStoref" pixel-store-f :return "void" :args
1263 ((:name |pname| :type |PixelStoreParameter| :direction :in)
1264 (:name |param| :type |CheckedFloat32| :direction :in))
1265 :category "VERSION_1_0" :deprecated nil :version "1.0")
1266 (defglfun "DepthFunc" depth-func :return "void" :args
1267 ((:name |func| :type |DepthFunction| :direction :in)) :category "VERSION_1_0"
1268 :deprecated nil :version "1.0")
1269 (defglfun "StencilOp" stencil-op :return "void" :args
1270 ((:name |fail| :type |StencilOp| :direction :in)
1271 (:name |zfail| :type |StencilOp| :direction :in)
1272 (:name |zpass| :type |StencilOp| :direction :in))
1273 :category "VERSION_1_0" :deprecated nil :version "1.0")
1274 (defglfun "StencilFunc" stencil-func :return "void" :args
1275 ((:name |func| :type |StencilFunction| :direction :in)
1276 (:name |ref| :type |ClampedStencilValue| :direction :in)
1277 (:name |mask| :type |MaskedStencilValue| :direction :in))
1278 :category "VERSION_1_0" :deprecated nil :version "1.0")
1279 (defglfun "LogicOp" logic-op :return "void" :args
1280 ((:name |opcode| :type |LogicOp| :direction :in)) :category "VERSION_1_0"
1281 :deprecated nil :version "1.0")
1282 (defglfun "BlendFunc" blend-func :return "void" :args
1283 ((:name |sfactor| :type |BlendingFactorSrc| :direction :in)
1284 (:name |dfactor| :type |BlendingFactorDest| :direction :in))
1285 :category "VERSION_1_0" :deprecated nil :version "1.0")
1286 (defglfun "Flush" flush :return "void" :args nil :category "VERSION_1_0"
1287 :deprecated nil :version "1.0")
1288 (defglfun "Finish" finish :return "void" :args nil :category "VERSION_1_0"
1289 :deprecated nil :version "1.0")
1290 (defglfun "Enable" enable :return "void" :args
1291 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1292 :deprecated nil :version "1.0")
1293 (defglfun "Disable" disable :return "void" :args
1294 ((:name |cap| :type |EnableCap| :direction :in)) :category "VERSION_1_0"
1295 :deprecated nil :version "1.0")
1296 (defglfun "DepthMask" depth-mask :return "void" :args
1297 ((:name |flag| :type |Boolean| :direction :in)) :category "VERSION_1_0"
1298 :deprecated nil :version "1.0")
1299 (defglfun "ColorMask" color-mask :return "void" :args
1300 ((:name |red| :type |Boolean| :direction :in)
1301 (:name |green| :type |Boolean| :direction :in)
1302 (:name |blue| :type |Boolean| :direction :in)
1303 (:name |alpha| :type |Boolean| :direction :in))
1304 :category "VERSION_1_0" :deprecated nil :version "1.0")
1305 (defglfun "StencilMask" stencil-mask :return "void" :args
1306 ((:name |mask| :type |MaskedStencilValue| :direction :in)) :category
1307 "VERSION_1_0" :deprecated nil :version "1.0")
1308 (defglfun "ClearDepth" clear-depth :return "void" :args
1309 ((:name |depth| :type |ClampedFloat64| :direction :in)) :category
1310 "VERSION_1_0" :deprecated nil :version "1.0")
1311 (defglfun "ClearStencil" clear-stencil :return "void" :args
1312 ((:name |s| :type |StencilValue| :direction :in)) :category "VERSION_1_0"
1313 :deprecated nil :version "1.0")
1314 (defglfun "ClearColor" clear-color :return "void" :args
1315 ((:name |red| :type |ClampedColorF| :direction :in)
1316 (:name |green| :type |ClampedColorF| :direction :in)
1317 (:name |blue| :type |ClampedColorF| :direction :in)
1318 (:name |alpha| :type |ClampedColorF| :direction :in))
1319 :category "VERSION_1_0" :deprecated nil :version "1.0")
1320 (defglfun "Clear" clear :return "void" :args
1321 ((:name |mask| :type |ClearBufferMask| :direction :in)) :category
1322 "VERSION_1_0" :deprecated nil :version "1.0")
1323 (defglfun "DrawBuffer" draw-buffer :return "void" :args
1324 ((:name |mode| :type |DrawBufferMode| :direction :in)) :category "VERSION_1_0"
1325 :deprecated nil :version "1.0")
1326 (defglfun "TexImage2D" tex-image-2d :return "void" :args
1327 ((:name |target| :type |TextureTarget| :direction :in)
1328 (:name |level| :type |CheckedInt32| :direction :in)
1329 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1330 (:name |width| :type |SizeI| :direction :in)
1331 (:name |height| :type |SizeI| :direction :in)
1332 (:name |border| :type |CheckedInt32| :direction :in)
1333 (:name |format| :type |PixelFormat| :direction :in)
1334 (:name |type| :type |PixelType| :direction :in)
1335 (:name |pixels| :type |Void| :direction :in :array t :size
1336 (|format| |type| |width| |height|)))
1337 :category "VERSION_1_0" :deprecated nil :version "1.0")
1338 (defglfun "TexImage1D" tex-image-1d :return "void" :args
1339 ((:name |target| :type |TextureTarget| :direction :in)
1340 (:name |level| :type |CheckedInt32| :direction :in)
1341 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1342 (:name |width| :type |SizeI| :direction :in)
1343 (:name |border| :type |CheckedInt32| :direction :in)
1344 (:name |format| :type |PixelFormat| :direction :in)
1345 (:name |type| :type |PixelType| :direction :in)
1346 (:name |pixels| :type |Void| :direction :in :array t :size
1347 (|format| |type| |width|)))
1348 :category "VERSION_1_0" :deprecated nil :version "1.0")
1349 (defglfun "TexParameteriv" tex-parameter-iv :return "void" :args
1350 ((:name |target| :type |TextureTarget| :direction :in)
1351 (:name |pname| :type |TextureParameterName| :direction :in)
1352 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1353 (|pname|)))
1354 :category "VERSION_1_0" :deprecated nil :version "1.0")
1355 (defglfun "TexParameteri" tex-parameter-i :return "void" :args
1356 ((:name |target| :type |TextureTarget| :direction :in)
1357 (:name |pname| :type |TextureParameterName| :direction :in)
1358 (:name |param| :type |CheckedInt32| :direction :in))
1359 :category "VERSION_1_0" :deprecated nil :version "1.0")
1360 (defglfun "TexParameterfv" tex-parameter-fv :return "void" :args
1361 ((:name |target| :type |TextureTarget| :direction :in)
1362 (:name |pname| :type |TextureParameterName| :direction :in)
1363 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1364 (|pname|)))
1365 :category "VERSION_1_0" :deprecated nil :version "1.0")
1366 (defglfun "TexParameterf" tex-parameter-f :return "void" :args
1367 ((:name |target| :type |TextureTarget| :direction :in)
1368 (:name |pname| :type |TextureParameterName| :direction :in)
1369 (:name |param| :type |CheckedFloat32| :direction :in))
1370 :category "VERSION_1_0" :deprecated nil :version "1.0")
1371 (defglfun "Scissor" scissor :return "void" :args
1372 ((:name |x| :type |WinCoord| :direction :in)
1373 (:name |y| :type |WinCoord| :direction :in)
1374 (:name |width| :type |SizeI| :direction :in)
1375 (:name |height| :type |SizeI| :direction :in))
1376 :category "VERSION_1_0" :deprecated nil :version "1.0")
1377 (defglfun "PolygonMode" polygon-mode :return "void" :args
1378 ((:name |face| :type |MaterialFace| :direction :in)
1379 (:name |mode| :type |PolygonMode| :direction :in))
1380 :category "VERSION_1_0" :deprecated nil :version "1.0")
1381 (defglfun "PointSize" point-size :return "void" :args
1382 ((:name |size| :type |CheckedFloat32| :direction :in)) :category "VERSION_1_0"
1383 :deprecated nil :version "1.0")
1384 (defglfun "LineWidth" line-width :return "void" :args
1385 ((:name |width| :type |CheckedFloat32| :direction :in)) :category
1386 "VERSION_1_0" :deprecated nil :version "1.0")
1387 (defglfun "Hint" hint :return "void" :args
1388 ((:name |target| :type |HintTarget| :direction :in)
1389 (:name |mode| :type |HintMode| :direction :in))
1390 :category "VERSION_1_0" :deprecated nil :version "1.0")
1391 (defglfun "FrontFace" front-face :return "void" :args
1392 ((:name |mode| :type |FrontFaceDirection| :direction :in)) :category
1393 "VERSION_1_0" :deprecated nil :version "1.0")
1394 (defglfun "CullFace" cull-face :return "void" :args
1395 ((:name |mode| :type |CullFaceMode| :direction :in)) :category "VERSION_1_0"
1396 :deprecated nil :version "1.0")
1397 (defglfun "PushClientAttrib" push-client-attrib :return "void" :args
1398 ((:name |mask| :type |ClientAttribMask| :direction :in)) :category
1399 "VERSION_1_1" :deprecated "3.1" :version "1.1")
1400 (defglfun "PopClientAttrib" pop-client-attrib :return "void" :args nil
1401 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1402 (defglfun "Indexubv" index-ubv :return "void" :args
1403 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
1404 :category "VERSION_1_1" :deprecated nil :version "1.1")
1405 (defglfun "Indexub" index-ub :return "void" :args
1406 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :category "VERSION_1_1"
1407 :deprecated nil :version "1.1")
1408 (defglfun "PrioritizeTextures" prioritize-textures :return "void" :args
1409 ((:name |n| :type |SizeI| :direction :in)
1410 (:name |textures| :type |Texture| :direction :in :array t :size n)
1411 (:name |priorities| :type |ClampedFloat32| :direction :in :array t :size n))
1412 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1413 (defglfun "AreTexturesResident" are-textures-resident :return "Boolean" :args
1414 ((:name |n| :type |SizeI| :direction :in)
1415 (:name |textures| :type |Texture| :direction :in :array t :size n)
1416 (:name |residences| :type |Boolean| :direction :out :array t :size n))
1417 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1418 (defglfun "VertexPointer" vertex-pointer :return "void" :args
1419 ((:name |size| :type |Int32| :direction :in)
1420 (:name |type| :type |VertexPointerType| :direction :in)
1421 (:name |stride| :type |SizeI| :direction :in)
1422 (:name |pointer| :type |Void| :direction :in :array t :size
1423 (|size| |type| |stride|) :retained t))
1424 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1425 (defglfun "TexCoordPointer" tex-coord-pointer :return "void" :args
1426 ((:name |size| :type |Int32| :direction :in)
1427 (:name |type| :type |TexCoordPointerType| :direction :in)
1428 (:name |stride| :type |SizeI| :direction :in)
1429 (:name |pointer| :type |Void| :direction :in :array t :size
1430 (|size| |type| |stride|) :retained t))
1431 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1432 (defglfun "NormalPointer" normal-pointer :return "void" :args
1433 ((:name |type| :type |NormalPointerType| :direction :in)
1434 (:name |stride| :type |SizeI| :direction :in)
1435 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1436 :retained t))
1437 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1438 (defglfun "InterleavedArrays" interleaved-arrays :return "void" :args
1439 ((:name |format| :type |InterleavedArrayFormat| :direction :in)
1440 (:name |stride| :type |SizeI| :direction :in)
1441 (:name |pointer| :type |Void| :direction :in :array t :size
1442 (|format| |stride|) :retained t))
1443 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1444 (defglfun "IndexPointer" index-pointer :return "void" :args
1445 ((:name |type| :type |IndexPointerType| :direction :in)
1446 (:name |stride| :type |SizeI| :direction :in)
1447 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
1448 :retained t))
1449 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1450 (defglfun "EnableClientState" enable-client-state :return "void" :args
1451 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1452 :deprecated "3.1" :version "1.1")
1453 (defglfun "EdgeFlagPointer" edge-flag-pointer :return "void" :args
1454 ((:name |stride| :type |SizeI| :direction :in)
1455 (:name |pointer| :type |Void| :direction :in :array t :size (|stride|)
1456 :retained t))
1457 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1458 (defglfun "DisableClientState" disable-client-state :return "void" :args
1459 ((:name |array| :type |EnableCap| :direction :in)) :category "VERSION_1_1"
1460 :deprecated "3.1" :version "1.1")
1461 (defglfun "ColorPointer" color-pointer :return "void" :args
1462 ((:name |size| :type |Int32| :direction :in)
1463 (:name |type| :type |ColorPointerType| :direction :in)
1464 (:name |stride| :type |SizeI| :direction :in)
1465 (:name |pointer| :type |Void| :direction :in :array t :size
1466 (|size| |type| |stride|) :retained t))
1467 :category "VERSION_1_1" :deprecated "3.1" :version "1.1")
1468 (defglfun "ArrayElement" array-element :return "void" :args
1469 ((:name |i| :type |Int32| :direction :in)) :category "VERSION_1_1" :deprecated
1470 "3.1" :version "1.1")
1471 (defglfun "IsTexture" is-texture :return "Boolean" :args
1472 ((:name |texture| :type |Texture| :direction :in)) :category "VERSION_1_1"
1473 :deprecated nil :version "1.1")
1474 (defglfun "GenTextures" gen-textures :return "void" :args
1475 ((:name |n| :type |SizeI| :direction :in)
1476 (:name |textures| :type |Texture| :direction :out :array t :size n))
1477 :category "VERSION_1_1" :deprecated nil :version "1.1")
1478 (defglfun "DeleteTextures" delete-textures :return "void" :args
1479 ((:name |n| :type |SizeI| :direction :in)
1480 (:name |textures| :type |Texture| :direction :in :array t :size n))
1481 :category "VERSION_1_1" :deprecated nil :version "1.1")
1482 (defglfun "BindTexture" bind-texture :return "void" :args
1483 ((:name |target| :type |TextureTarget| :direction :in)
1484 (:name |texture| :type |Texture| :direction :in))
1485 :category "VERSION_1_1" :deprecated nil :version "1.1")
1486 (defglfun "TexSubImage2D" tex-sub-image-2d :return "void" :args
1487 ((:name |target| :type |TextureTarget| :direction :in)
1488 (:name |level| :type |CheckedInt32| :direction :in)
1489 (:name |xoffset| :type |CheckedInt32| :direction :in)
1490 (:name |yoffset| :type |CheckedInt32| :direction :in)
1491 (:name |width| :type |SizeI| :direction :in)
1492 (:name |height| :type |SizeI| :direction :in)
1493 (:name |format| :type |PixelFormat| :direction :in)
1494 (:name |type| :type |PixelType| :direction :in)
1495 (:name |pixels| :type |Void| :direction :in :array t :size
1496 (|format| |type| |width| |height|)))
1497 :category "VERSION_1_1" :deprecated nil :version "1.1")
1498 (defglfun "TexSubImage1D" tex-sub-image-1d :return "void" :args
1499 ((:name |target| :type |TextureTarget| :direction :in)
1500 (:name |level| :type |CheckedInt32| :direction :in)
1501 (:name |xoffset| :type |CheckedInt32| :direction :in)
1502 (:name |width| :type |SizeI| :direction :in)
1503 (:name |format| :type |PixelFormat| :direction :in)
1504 (:name |type| :type |PixelType| :direction :in)
1505 (:name |pixels| :type |Void| :direction :in :array t :size
1506 (|format| |type| |width|)))
1507 :category "VERSION_1_1" :deprecated nil :version "1.1")
1508 (defglfun "CopyTexSubImage2D" copy-tex-sub-image-2d :return "void" :args
1509 ((:name |target| :type |TextureTarget| :direction :in)
1510 (:name |level| :type |CheckedInt32| :direction :in)
1511 (:name |xoffset| :type |CheckedInt32| :direction :in)
1512 (:name |yoffset| :type |CheckedInt32| :direction :in)
1513 (:name |x| :type |WinCoord| :direction :in)
1514 (:name |y| :type |WinCoord| :direction :in)
1515 (:name |width| :type |SizeI| :direction :in)
1516 (:name |height| :type |SizeI| :direction :in))
1517 :category "VERSION_1_1" :deprecated nil :version "1.1")
1518 (defglfun "CopyTexSubImage1D" copy-tex-sub-image-1d :return "void" :args
1519 ((:name |target| :type |TextureTarget| :direction :in)
1520 (:name |level| :type |CheckedInt32| :direction :in)
1521 (:name |xoffset| :type |CheckedInt32| :direction :in)
1522 (:name |x| :type |WinCoord| :direction :in)
1523 (:name |y| :type |WinCoord| :direction :in)
1524 (:name |width| :type |SizeI| :direction :in))
1525 :category "VERSION_1_1" :deprecated nil :version "1.1")
1526 (defglfun "CopyTexImage2D" copy-tex-image-2d :return "void" :args
1527 ((:name |target| :type |TextureTarget| :direction :in)
1528 (:name |level| :type |CheckedInt32| :direction :in)
1529 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1530 (:name |x| :type |WinCoord| :direction :in)
1531 (:name |y| :type |WinCoord| :direction :in)
1532 (:name |width| :type |SizeI| :direction :in)
1533 (:name |height| :type |SizeI| :direction :in)
1534 (:name |border| :type |CheckedInt32| :direction :in))
1535 :category "VERSION_1_1" :deprecated nil :version "1.1")
1536 (defglfun "CopyTexImage1D" copy-tex-image-1d :return "void" :args
1537 ((:name |target| :type |TextureTarget| :direction :in)
1538 (:name |level| :type |CheckedInt32| :direction :in)
1539 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1540 (:name |x| :type |WinCoord| :direction :in)
1541 (:name |y| :type |WinCoord| :direction :in)
1542 (:name |width| :type |SizeI| :direction :in)
1543 (:name |border| :type |CheckedInt32| :direction :in))
1544 :category "VERSION_1_1" :deprecated nil :version "1.1")
1545 (defglfun "PolygonOffset" polygon-offset :return "void" :args
1546 ((:name |factor| :type |Float32| :direction :in)
1547 (:name |units| :type |Float32| :direction :in))
1548 :category "VERSION_1_1" :deprecated nil :version "1.1")
1549 (defglfun "GetPointerv" get-pointerv :return "void" :args
1550 ((:name |pname| :type |GetPointervPName| :direction :in)
1551 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
1552 :category "VERSION_1_1" :deprecated nil :version "1.1")
1553 (defglfun "DrawElements" draw-elements :return "void" :args
1554 ((:name |mode| :type |BeginMode| :direction :in)
1555 (:name |count| :type |SizeI| :direction :in)
1556 (:name |type| :type |DrawElementsType| :direction :in)
1557 (:name |indices| :type |Void| :direction :in :array t :size
1558 (|count| |type|)))
1559 :category "VERSION_1_1" :deprecated nil :version "1.1")
1560 (defglfun "DrawArrays" draw-arrays :return "void" :args
1561 ((:name |mode| :type |BeginMode| :direction :in)
1562 (:name |first| :type |Int32| :direction :in)
1563 (:name |count| :type |SizeI| :direction :in))
1564 :category "VERSION_1_1" :deprecated nil :version "1.1")
1565 (defglfun "ResetMinmax" reset-minmax :return "void" :args
1566 ((:name |target| :type |MinmaxTarget| :direction :in)) :category "VERSION_1_2"
1567 :deprecated "3.1" :version "1.2")
1568 (defglfun "ResetHistogram" reset-histogram :return "void" :args
1569 ((:name |target| :type |HistogramTarget| :direction :in)) :category
1570 "VERSION_1_2" :deprecated "3.1" :version "1.2")
1571 (defglfun "Minmax" minmax :return "void" :args
1572 ((:name |target| :type |MinmaxTarget| :direction :in)
1573 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1574 (:name |sink| :type |Boolean| :direction :in))
1575 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1576 (defglfun "Histogram" histogram :return "void" :args
1577 ((:name |target| :type |HistogramTarget| :direction :in)
1578 (:name |width| :type |SizeI| :direction :in)
1579 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1580 (:name |sink| :type |Boolean| :direction :in))
1581 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1582 (defglfun "GetMinmaxParameteriv" get-minmax-parameter-iv :return "void" :args
1583 ((:name |target| :type |MinmaxTarget| :direction :in)
1584 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
1585 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1586 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1587 (defglfun "GetMinmaxParameterfv" get-minmax-parameter-fv :return "void" :args
1588 ((:name |target| :type |MinmaxTarget| :direction :in)
1589 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
1590 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1591 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1592 (defglfun "GetMinmax" get-minmax :return "void" :args
1593 ((:name |target| :type |MinmaxTarget| :direction :in)
1594 (:name |reset| :type |Boolean| :direction :in)
1595 (:name |format| :type |PixelFormat| :direction :in)
1596 (:name |type| :type |PixelType| :direction :in)
1597 (:name |values| :type |Void| :direction :out :array t :size
1598 (|target| |format| |type|)))
1599 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1600 (defglfun "GetHistogramParameteriv" get-histogram-parameter-iv :return "void"
1601 :args
1602 ((:name |target| :type |HistogramTarget| :direction :in)
1603 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
1604 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1605 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1606 (defglfun "GetHistogramParameterfv" get-histogram-parameter-fv :return "void"
1607 :args
1608 ((:name |target| :type |HistogramTarget| :direction :in)
1609 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
1610 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1611 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1612 (defglfun "GetHistogram" get-histogram :return "void" :args
1613 ((:name |target| :type |HistogramTarget| :direction :in)
1614 (:name |reset| :type |Boolean| :direction :in)
1615 (:name |format| :type |PixelFormat| :direction :in)
1616 (:name |type| :type |PixelType| :direction :in)
1617 (:name |values| :type |Void| :direction :out :array t :size
1618 (|target| |format| |type|)))
1619 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1620 (defglfun "SeparableFilter2D" separable-filter-2d :return "void" :args
1621 ((:name |target| :type |SeparableTarget| :direction :in)
1622 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1623 (:name |width| :type |SizeI| :direction :in)
1624 (:name |height| :type |SizeI| :direction :in)
1625 (:name |format| :type |PixelFormat| :direction :in)
1626 (:name |type| :type |PixelType| :direction :in)
1627 (:name |row| :type |Void| :direction :in :array t :size
1628 (|target| |format| |type| |width|))
1629 (:name |column| :type |Void| :direction :in :array t :size
1630 (|target| |format| |type| |height|)))
1631 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1632 (defglfun "GetSeparableFilter" get-separable-filter :return "void" :args
1633 ((:name |target| :type |SeparableTarget| :direction :in)
1634 (:name |format| :type |PixelFormat| :direction :in)
1635 (:name |type| :type |PixelType| :direction :in)
1636 (:name |row| :type |Void| :direction :out :array t :size
1637 (|target| |format| |type|))
1638 (:name |column| :type |Void| :direction :out :array t :size
1639 (|target| |format| |type|))
1640 (:name |span| :type |Void| :direction :out :array t :size
1641 (|target| |format| |type|)))
1642 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1643 (defglfun "GetConvolutionParameteriv" get-convolution-parameter-iv :return
1644 "void" :args
1645 ((:name |target| :type |ConvolutionTarget| :direction :in)
1646 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
1647 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1648 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1649 (defglfun "GetConvolutionParameterfv" get-convolution-parameter-fv :return
1650 "void" :args
1651 ((:name |target| :type |ConvolutionTarget| :direction :in)
1652 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
1653 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1654 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1655 (defglfun "GetConvolutionFilter" get-convolution-filter :return "void" :args
1656 ((:name |target| :type |ConvolutionTarget| :direction :in)
1657 (:name |format| :type |PixelFormat| :direction :in)
1658 (:name |type| :type |PixelType| :direction :in)
1659 (:name |image| :type |Void| :direction :out :array t :size
1660 (|target| |format| |type|)))
1661 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1662 (defglfun "CopyConvolutionFilter2D" copy-convolution-filter-2d :return "void"
1663 :args
1664 ((:name |target| :type |ConvolutionTarget| :direction :in)
1665 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1666 (:name |x| :type |WinCoord| :direction :in)
1667 (:name |y| :type |WinCoord| :direction :in)
1668 (:name |width| :type |SizeI| :direction :in)
1669 (:name |height| :type |SizeI| :direction :in))
1670 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1671 (defglfun "CopyConvolutionFilter1D" copy-convolution-filter-1d :return "void"
1672 :args
1673 ((:name |target| :type |ConvolutionTarget| :direction :in)
1674 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1675 (:name |x| :type |WinCoord| :direction :in)
1676 (:name |y| :type |WinCoord| :direction :in)
1677 (:name |width| :type |SizeI| :direction :in))
1678 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1679 (defglfun "ConvolutionParameteriv" convolution-parameter-iv :return "void"
1680 :args
1681 ((:name |target| :type |ConvolutionTarget| :direction :in)
1682 (:name |pname| :type |ConvolutionParameter| :direction :in)
1683 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1684 (|pname|)))
1685 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1686 (defglfun "ConvolutionParameteri" convolution-parameter-i :return "void" :args
1687 ((:name |target| :type |ConvolutionTarget| :direction :in)
1688 (:name |pname| :type |ConvolutionParameter| :direction :in)
1689 (:name |params| :type |CheckedInt32| :direction :in))
1690 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1691 (defglfun "ConvolutionParameterfv" convolution-parameter-fv :return "void"
1692 :args
1693 ((:name |target| :type |ConvolutionTarget| :direction :in)
1694 (:name |pname| :type |ConvolutionParameter| :direction :in)
1695 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1696 (|pname|)))
1697 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1698 (defglfun "ConvolutionParameterf" convolution-parameter-f :return "void" :args
1699 ((:name |target| :type |ConvolutionTarget| :direction :in)
1700 (:name |pname| :type |ConvolutionParameter| :direction :in)
1701 (:name |params| :type |CheckedFloat32| :direction :in))
1702 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1703 (defglfun "ConvolutionFilter2D" convolution-filter-2d :return "void" :args
1704 ((:name |target| :type |ConvolutionTarget| :direction :in)
1705 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1706 (:name |width| :type |SizeI| :direction :in)
1707 (:name |height| :type |SizeI| :direction :in)
1708 (:name |format| :type |PixelFormat| :direction :in)
1709 (:name |type| :type |PixelType| :direction :in)
1710 (:name |image| :type |Void| :direction :in :array t :size
1711 (|format| |type| |width| |height|)))
1712 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1713 (defglfun "ConvolutionFilter1D" convolution-filter-1d :return "void" :args
1714 ((:name |target| :type |ConvolutionTarget| :direction :in)
1715 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1716 (:name |width| :type |SizeI| :direction :in)
1717 (:name |format| :type |PixelFormat| :direction :in)
1718 (:name |type| :type |PixelType| :direction :in)
1719 (:name |image| :type |Void| :direction :in :array t :size
1720 (|format| |type| |width|)))
1721 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1722 (defglfun "CopyColorSubTable" copy-color-sub-table :return "void" :args
1723 ((:name |target| :type |ColorTableTarget| :direction :in)
1724 (:name |start| :type |SizeI| :direction :in)
1725 (:name |x| :type |WinCoord| :direction :in)
1726 (:name |y| :type |WinCoord| :direction :in)
1727 (:name |width| :type |SizeI| :direction :in))
1728 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1729 (defglfun "ColorSubTable" color-sub-table :return "void" :args
1730 ((:name |target| :type |ColorTableTarget| :direction :in)
1731 (:name |start| :type |SizeI| :direction :in)
1732 (:name |count| :type |SizeI| :direction :in)
1733 (:name |format| :type |PixelFormat| :direction :in)
1734 (:name |type| :type |PixelType| :direction :in)
1735 (:name |data| :type |Void| :direction :in :array t :size
1736 (|format| |type| |count|)))
1737 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1738 (defglfun "GetColorTableParameteriv" get-color-table-parameter-iv :return
1739 "void" :args
1740 ((:name |target| :type |ColorTableTarget| :direction :in)
1741 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
1742 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1743 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1744 (defglfun "GetColorTableParameterfv" get-color-table-parameter-fv :return
1745 "void" :args
1746 ((:name |target| :type |ColorTableTarget| :direction :in)
1747 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
1748 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1749 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1750 (defglfun "GetColorTable" get-color-table :return "void" :args
1751 ((:name |target| :type |ColorTableTarget| :direction :in)
1752 (:name |format| :type |PixelFormat| :direction :in)
1753 (:name |type| :type |PixelType| :direction :in)
1754 (:name |table| :type |Void| :direction :out :array t :size
1755 (|target| |format| |type|)))
1756 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1757 (defglfun "CopyColorTable" copy-color-table :return "void" :args
1758 ((:name |target| :type |ColorTableTarget| :direction :in)
1759 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1760 (:name |x| :type |WinCoord| :direction :in)
1761 (:name |y| :type |WinCoord| :direction :in)
1762 (:name |width| :type |SizeI| :direction :in))
1763 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1764 (defglfun "ColorTableParameteriv" color-table-parameter-iv :return "void" :args
1765 ((:name |target| :type |ColorTableTarget| :direction :in)
1766 (:name |pname| :type |ColorTableParameterPName| :direction :in)
1767 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1768 (|pname|)))
1769 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1770 (defglfun "ColorTableParameterfv" color-table-parameter-fv :return "void" :args
1771 ((:name |target| :type |ColorTableTarget| :direction :in)
1772 (:name |pname| :type |ColorTableParameterPName| :direction :in)
1773 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1774 (|pname|)))
1775 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1776 (defglfun "ColorTable" color-table :return "void" :args
1777 ((:name |target| :type |ColorTableTarget| :direction :in)
1778 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1779 (:name |width| :type |SizeI| :direction :in)
1780 (:name |format| :type |PixelFormat| :direction :in)
1781 (:name |type| :type |PixelType| :direction :in)
1782 (:name |table| :type |Void| :direction :in :array t :size
1783 (|format| |type| |width|)))
1784 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1785 (defglfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1786 ((:name |target| :type |TextureTarget| :direction :in)
1787 (:name |level| :type |CheckedInt32| :direction :in)
1788 (:name |xoffset| :type |CheckedInt32| :direction :in)
1789 (:name |yoffset| :type |CheckedInt32| :direction :in)
1790 (:name |zoffset| :type |CheckedInt32| :direction :in)
1791 (:name |x| :type |WinCoord| :direction :in)
1792 (:name |y| :type |WinCoord| :direction :in)
1793 (:name |width| :type |SizeI| :direction :in)
1794 (:name |height| :type |SizeI| :direction :in))
1795 :category "VERSION_1_2" :deprecated nil :version "1.2")
1796 (defglfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
1797 ((:name |target| :type |TextureTarget| :direction :in)
1798 (:name |level| :type |CheckedInt32| :direction :in)
1799 (:name |xoffset| :type |CheckedInt32| :direction :in)
1800 (:name |yoffset| :type |CheckedInt32| :direction :in)
1801 (:name |zoffset| :type |CheckedInt32| :direction :in)
1802 (:name |width| :type |SizeI| :direction :in)
1803 (:name |height| :type |SizeI| :direction :in)
1804 (:name |depth| :type |SizeI| :direction :in)
1805 (:name |format| :type |PixelFormat| :direction :in)
1806 (:name |type| :type |PixelType| :direction :in)
1807 (:name |pixels| :type |Void| :direction :in :array t :size
1808 (|format| |type| |width| |height| |depth|)))
1809 :category "VERSION_1_2" :deprecated nil :version "1.2")
1810 (defglfun "TexImage3D" tex-image-3d :return "void" :args
1811 ((:name |target| :type |TextureTarget| :direction :in)
1812 (:name |level| :type |CheckedInt32| :direction :in)
1813 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1814 (:name |width| :type |SizeI| :direction :in)
1815 (:name |height| :type |SizeI| :direction :in)
1816 (:name |depth| :type |SizeI| :direction :in)
1817 (:name |border| :type |CheckedInt32| :direction :in)
1818 (:name |format| :type |PixelFormat| :direction :in)
1819 (:name |type| :type |PixelType| :direction :in)
1820 (:name |pixels| :type |Void| :direction :in :array t :size
1821 (|format| |type| |width| |height| |depth|)))
1822 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1823 (defglfun "DrawRangeElements" draw-range-elements :return "void" :args
1824 ((:name |mode| :type |BeginMode| :direction :in)
1825 (:name |start| :type |UInt32| :direction :in)
1826 (:name |end| :type |UInt32| :direction :in)
1827 (:name |count| :type |SizeI| :direction :in)
1828 (:name |type| :type |DrawElementsType| :direction :in)
1829 (:name |indices| :type |Void| :direction :in :array t :size
1830 (|count| |type|)))
1831 :category "VERSION_1_2" :deprecated nil :version "1.2")
1832 (defglfun "BlendEquation" blend-equation :return "void" :args
1833 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1834 "VERSION_1_2" :deprecated nil :version "1.2")
1835 (defglfun "BlendColor" blend-color :return "void" :args
1836 ((:name |red| :type |ClampedColorF| :direction :in)
1837 (:name |green| :type |ClampedColorF| :direction :in)
1838 (:name |blue| :type |ClampedColorF| :direction :in)
1839 (:name |alpha| :type |ClampedColorF| :direction :in))
1840 :category "VERSION_1_2" :deprecated nil :version "1.2")
1841 (defglfun "MultTransposeMatrixd" mult-transpose-matrix-d :return "void" :args
1842 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
1843 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1844 (defglfun "MultTransposeMatrixf" mult-transpose-matrix-f :return "void" :args
1845 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
1846 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1847 (defglfun "LoadTransposeMatrixd" load-transpose-matrix-d :return "void" :args
1848 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
1849 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1850 (defglfun "LoadTransposeMatrixf" load-transpose-matrix-f :return "void" :args
1851 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
1852 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1853 (defglfun "MultiTexCoord4sv" multi-tex-coord-4sv :return "void" :args
1854 ((:name |target| :type |TextureUnit| :direction :in)
1855 (:name |v| :type |CoordS| :direction :in :array t :size #x4))
1856 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1857 (defglfun "MultiTexCoord4s" multi-tex-coord-4s :return "void" :args
1858 ((:name |target| :type |TextureUnit| :direction :in)
1859 (:name |s| :type |CoordS| :direction :in)
1860 (:name |t| :type |CoordS| :direction :in)
1861 (:name |r| :type |CoordS| :direction :in)
1862 (:name |q| :type |CoordS| :direction :in))
1863 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1864 (defglfun "MultiTexCoord4iv" multi-tex-coord-4iv :return "void" :args
1865 ((:name |target| :type |TextureUnit| :direction :in)
1866 (:name |v| :type |CoordI| :direction :in :array t :size #x4))
1867 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1868 (defglfun "MultiTexCoord4i" multi-tex-coord-4i :return "void" :args
1869 ((:name |target| :type |TextureUnit| :direction :in)
1870 (:name |s| :type |CoordI| :direction :in)
1871 (:name |t| :type |CoordI| :direction :in)
1872 (:name |r| :type |CoordI| :direction :in)
1873 (:name |q| :type |CoordI| :direction :in))
1874 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1875 (defglfun "MultiTexCoord4fv" multi-tex-coord-4fv :return "void" :args
1876 ((:name |target| :type |TextureUnit| :direction :in)
1877 (:name |v| :type |CoordF| :direction :in :array t :size #x4))
1878 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1879 (defglfun "MultiTexCoord4f" multi-tex-coord-4f :return "void" :args
1880 ((:name |target| :type |TextureUnit| :direction :in)
1881 (:name |s| :type |CoordF| :direction :in)
1882 (:name |t| :type |CoordF| :direction :in)
1883 (:name |r| :type |CoordF| :direction :in)
1884 (:name |q| :type |CoordF| :direction :in))
1885 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1886 (defglfun "MultiTexCoord4dv" multi-tex-coord-4dv :return "void" :args
1887 ((:name |target| :type |TextureUnit| :direction :in)
1888 (:name |v| :type |CoordD| :direction :in :array t :size #x4))
1889 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1890 (defglfun "MultiTexCoord4d" multi-tex-coord-4d :return "void" :args
1891 ((:name |target| :type |TextureUnit| :direction :in)
1892 (:name |s| :type |CoordD| :direction :in)
1893 (:name |t| :type |CoordD| :direction :in)
1894 (:name |r| :type |CoordD| :direction :in)
1895 (:name |q| :type |CoordD| :direction :in))
1896 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1897 (defglfun "MultiTexCoord3sv" multi-tex-coord-3sv :return "void" :args
1898 ((:name |target| :type |TextureUnit| :direction :in)
1899 (:name |v| :type |CoordS| :direction :in :array t :size #x3))
1900 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1901 (defglfun "MultiTexCoord3s" multi-tex-coord-3s :return "void" :args
1902 ((:name |target| :type |TextureUnit| :direction :in)
1903 (:name |s| :type |CoordS| :direction :in)
1904 (:name |t| :type |CoordS| :direction :in)
1905 (:name |r| :type |CoordS| :direction :in))
1906 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1907 (defglfun "MultiTexCoord3iv" multi-tex-coord-3iv :return "void" :args
1908 ((:name |target| :type |TextureUnit| :direction :in)
1909 (:name |v| :type |CoordI| :direction :in :array t :size #x3))
1910 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1911 (defglfun "MultiTexCoord3i" multi-tex-coord-3i :return "void" :args
1912 ((:name |target| :type |TextureUnit| :direction :in)
1913 (:name |s| :type |CoordI| :direction :in)
1914 (:name |t| :type |CoordI| :direction :in)
1915 (:name |r| :type |CoordI| :direction :in))
1916 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1917 (defglfun "MultiTexCoord3fv" multi-tex-coord-3fv :return "void" :args
1918 ((:name |target| :type |TextureUnit| :direction :in)
1919 (:name |v| :type |CoordF| :direction :in :array t :size #x3))
1920 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1921 (defglfun "MultiTexCoord3f" multi-tex-coord-3f :return "void" :args
1922 ((:name |target| :type |TextureUnit| :direction :in)
1923 (:name |s| :type |CoordF| :direction :in)
1924 (:name |t| :type |CoordF| :direction :in)
1925 (:name |r| :type |CoordF| :direction :in))
1926 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1927 (defglfun "MultiTexCoord3dv" multi-tex-coord-3dv :return "void" :args
1928 ((:name |target| :type |TextureUnit| :direction :in)
1929 (:name |v| :type |CoordD| :direction :in :array t :size #x3))
1930 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1931 (defglfun "MultiTexCoord3d" multi-tex-coord-3d :return "void" :args
1932 ((:name |target| :type |TextureUnit| :direction :in)
1933 (:name |s| :type |CoordD| :direction :in)
1934 (:name |t| :type |CoordD| :direction :in)
1935 (:name |r| :type |CoordD| :direction :in))
1936 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1937 (defglfun "MultiTexCoord2sv" multi-tex-coord-2sv :return "void" :args
1938 ((:name |target| :type |TextureUnit| :direction :in)
1939 (:name |v| :type |CoordS| :direction :in :array t :size #x2))
1940 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1941 (defglfun "MultiTexCoord2s" multi-tex-coord-2s :return "void" :args
1942 ((:name |target| :type |TextureUnit| :direction :in)
1943 (:name |s| :type |CoordS| :direction :in)
1944 (:name |t| :type |CoordS| :direction :in))
1945 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1946 (defglfun "MultiTexCoord2iv" multi-tex-coord-2iv :return "void" :args
1947 ((:name |target| :type |TextureUnit| :direction :in)
1948 (:name |v| :type |CoordI| :direction :in :array t :size #x2))
1949 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1950 (defglfun "MultiTexCoord2i" multi-tex-coord-2i :return "void" :args
1951 ((:name |target| :type |TextureUnit| :direction :in)
1952 (:name |s| :type |CoordI| :direction :in)
1953 (:name |t| :type |CoordI| :direction :in))
1954 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1955 (defglfun "MultiTexCoord2fv" multi-tex-coord-2fv :return "void" :args
1956 ((:name |target| :type |TextureUnit| :direction :in)
1957 (:name |v| :type |CoordF| :direction :in :array t :size #x2))
1958 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1959 (defglfun "MultiTexCoord2f" multi-tex-coord-2f :return "void" :args
1960 ((:name |target| :type |TextureUnit| :direction :in)
1961 (:name |s| :type |CoordF| :direction :in)
1962 (:name |t| :type |CoordF| :direction :in))
1963 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1964 (defglfun "MultiTexCoord2dv" multi-tex-coord-2dv :return "void" :args
1965 ((:name |target| :type |TextureUnit| :direction :in)
1966 (:name |v| :type |CoordD| :direction :in :array t :size #x2))
1967 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1968 (defglfun "MultiTexCoord2d" multi-tex-coord-2d :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 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1973 (defglfun "MultiTexCoord1sv" multi-tex-coord-1sv :return "void" :args
1974 ((:name |target| :type |TextureUnit| :direction :in)
1975 (:name |v| :type |CoordS| :direction :in :array t :size #x1))
1976 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1977 (defglfun "MultiTexCoord1s" multi-tex-coord-1s :return "void" :args
1978 ((:name |target| :type |TextureUnit| :direction :in)
1979 (:name |s| :type |CoordS| :direction :in))
1980 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1981 (defglfun "MultiTexCoord1iv" multi-tex-coord-1iv :return "void" :args
1982 ((:name |target| :type |TextureUnit| :direction :in)
1983 (:name |v| :type |CoordI| :direction :in :array t :size #x1))
1984 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1985 (defglfun "MultiTexCoord1i" multi-tex-coord-1i :return "void" :args
1986 ((:name |target| :type |TextureUnit| :direction :in)
1987 (:name |s| :type |CoordI| :direction :in))
1988 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1989 (defglfun "MultiTexCoord1fv" multi-tex-coord-1fv :return "void" :args
1990 ((:name |target| :type |TextureUnit| :direction :in)
1991 (:name |v| :type |CoordF| :direction :in :array t :size #x1))
1992 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1993 (defglfun "MultiTexCoord1f" multi-tex-coord-1f :return "void" :args
1994 ((:name |target| :type |TextureUnit| :direction :in)
1995 (:name |s| :type |CoordF| :direction :in))
1996 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1997 (defglfun "MultiTexCoord1dv" multi-tex-coord-1dv :return "void" :args
1998 ((:name |target| :type |TextureUnit| :direction :in)
1999 (:name |v| :type |CoordD| :direction :in :array t :size #x1))
2000 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2001 (defglfun "MultiTexCoord1d" multi-tex-coord-1d :return "void" :args
2002 ((:name |target| :type |TextureUnit| :direction :in)
2003 (:name |s| :type |CoordD| :direction :in))
2004 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2005 (defglfun "ClientActiveTexture" client-active-texture :return "void" :args
2006 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2007 :deprecated "3.1" :version "1.3")
2008 (defglfun "GetCompressedTexImage" get-compressed-tex-image :return "void" :args
2009 ((:name |target| :type |TextureTarget| :direction :in)
2010 (:name |level| :type |CheckedInt32| :direction :in)
2011 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
2012 (|target| |level|)))
2013 :category "VERSION_1_3" :deprecated nil :version "1.3")
2014 (defglfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void"
2015 :args
2016 ((:name |target| :type |TextureTarget| :direction :in)
2017 (:name |level| :type |CheckedInt32| :direction :in)
2018 (:name |xoffset| :type |CheckedInt32| :direction :in)
2019 (:name |width| :type |SizeI| :direction :in)
2020 (:name |format| :type |PixelFormat| :direction :in)
2021 (:name |imageSize| :type |SizeI| :direction :in)
2022 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2023 imagesize))
2024 :category "VERSION_1_3" :deprecated nil :version "1.3")
2025 (defglfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void"
2026 :args
2027 ((:name |target| :type |TextureTarget| :direction :in)
2028 (:name |level| :type |CheckedInt32| :direction :in)
2029 (:name |xoffset| :type |CheckedInt32| :direction :in)
2030 (:name |yoffset| :type |CheckedInt32| :direction :in)
2031 (:name |width| :type |SizeI| :direction :in)
2032 (:name |height| :type |SizeI| :direction :in)
2033 (:name |format| :type |PixelFormat| :direction :in)
2034 (:name |imageSize| :type |SizeI| :direction :in)
2035 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2036 imagesize))
2037 :category "VERSION_1_3" :deprecated nil :version "1.3")
2038 (defglfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void"
2039 :args
2040 ((:name |target| :type |TextureTarget| :direction :in)
2041 (:name |level| :type |CheckedInt32| :direction :in)
2042 (:name |xoffset| :type |CheckedInt32| :direction :in)
2043 (:name |yoffset| :type |CheckedInt32| :direction :in)
2044 (:name |zoffset| :type |CheckedInt32| :direction :in)
2045 (:name |width| :type |SizeI| :direction :in)
2046 (:name |height| :type |SizeI| :direction :in)
2047 (:name |depth| :type |SizeI| :direction :in)
2048 (:name |format| :type |PixelFormat| :direction :in)
2049 (:name |imageSize| :type |SizeI| :direction :in)
2050 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2051 imagesize))
2052 :category "VERSION_1_3" :deprecated nil :version "1.3")
2053 (defglfun "CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
2054 ((:name |target| :type |TextureTarget| :direction :in)
2055 (:name |level| :type |CheckedInt32| :direction :in)
2056 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2057 (:name |width| :type |SizeI| :direction :in)
2058 (:name |border| :type |CheckedInt32| :direction :in)
2059 (:name |imageSize| :type |SizeI| :direction :in)
2060 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2061 imagesize))
2062 :category "VERSION_1_3" :deprecated nil :version "1.3")
2063 (defglfun "CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
2064 ((:name |target| :type |TextureTarget| :direction :in)
2065 (:name |level| :type |CheckedInt32| :direction :in)
2066 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2067 (:name |width| :type |SizeI| :direction :in)
2068 (:name |height| :type |SizeI| :direction :in)
2069 (:name |border| :type |CheckedInt32| :direction :in)
2070 (:name |imageSize| :type |SizeI| :direction :in)
2071 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2072 imagesize))
2073 :category "VERSION_1_3" :deprecated nil :version "1.3")
2074 (defglfun "CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
2075 ((:name |target| :type |TextureTarget| :direction :in)
2076 (:name |level| :type |CheckedInt32| :direction :in)
2077 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2078 (:name |width| :type |SizeI| :direction :in)
2079 (:name |height| :type |SizeI| :direction :in)
2080 (:name |depth| :type |SizeI| :direction :in)
2081 (:name |border| :type |CheckedInt32| :direction :in)
2082 (:name |imageSize| :type |SizeI| :direction :in)
2083 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2084 imagesize))
2085 :category "VERSION_1_3" :deprecated nil :version "1.3")
2086 (defglfun "SampleCoverage" sample-coverage :return "void" :args
2087 ((:name |value| :type |ClampedFloat32| :direction :in)
2088 (:name |invert| :type |Boolean| :direction :in))
2089 :category "VERSION_1_3" :deprecated nil :version "1.3")
2090 (defglfun "ActiveTexture" active-texture :return "void" :args
2091 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2092 :deprecated nil :version "1.3")