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