Added FTGL for convenience
[cl-glfw.git] / lib / opengl-version_1_4.lisp
blobfe25bf088cd95ddc16e5f9b44ff95c149bdbd8bd
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 (defglfun "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 (defglfun "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 (defglfun "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 (defglfun "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 (defglfun "GetMinmaxParameteriv" get-minmax-parameter-iv :return "void" :args
1586 ((:name |target| :type |MinmaxTarget| :direction :in)
1587 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
1588 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1589 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1590 (defglfun "GetMinmaxParameterfv" get-minmax-parameter-fv :return "void" :args
1591 ((:name |target| :type |MinmaxTarget| :direction :in)
1592 (:name |pname| :type |GetMinmaxParameterPName| :direction :in)
1593 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1594 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1595 (defglfun "GetMinmax" get-minmax :return "void" :args
1596 ((:name |target| :type |MinmaxTarget| :direction :in)
1597 (:name |reset| :type |Boolean| :direction :in)
1598 (:name |format| :type |PixelFormat| :direction :in)
1599 (:name |type| :type |PixelType| :direction :in)
1600 (:name |values| :type |Void| :direction :out :array t :size
1601 (|target| |format| |type|)))
1602 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1603 (defglfun "GetHistogramParameteriv" get-histogram-parameter-iv :return "void"
1604 :args
1605 ((:name |target| :type |HistogramTarget| :direction :in)
1606 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
1607 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1608 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1609 (defglfun "GetHistogramParameterfv" get-histogram-parameter-fv :return "void"
1610 :args
1611 ((:name |target| :type |HistogramTarget| :direction :in)
1612 (:name |pname| :type |GetHistogramParameterPName| :direction :in)
1613 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1614 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1615 (defglfun "GetHistogram" get-histogram :return "void" :args
1616 ((:name |target| :type |HistogramTarget| :direction :in)
1617 (:name |reset| :type |Boolean| :direction :in)
1618 (:name |format| :type |PixelFormat| :direction :in)
1619 (:name |type| :type |PixelType| :direction :in)
1620 (:name |values| :type |Void| :direction :out :array t :size
1621 (|target| |format| |type|)))
1622 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1623 (defglfun "SeparableFilter2D" separable-filter-2d :return "void" :args
1624 ((:name |target| :type |SeparableTarget| :direction :in)
1625 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1626 (:name |width| :type |SizeI| :direction :in)
1627 (:name |height| :type |SizeI| :direction :in)
1628 (:name |format| :type |PixelFormat| :direction :in)
1629 (:name |type| :type |PixelType| :direction :in)
1630 (:name |row| :type |Void| :direction :in :array t :size
1631 (|target| |format| |type| |width|))
1632 (:name |column| :type |Void| :direction :in :array t :size
1633 (|target| |format| |type| |height|)))
1634 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1635 (defglfun "GetSeparableFilter" get-separable-filter :return "void" :args
1636 ((:name |target| :type |SeparableTarget| :direction :in)
1637 (:name |format| :type |PixelFormat| :direction :in)
1638 (:name |type| :type |PixelType| :direction :in)
1639 (:name |row| :type |Void| :direction :out :array t :size
1640 (|target| |format| |type|))
1641 (:name |column| :type |Void| :direction :out :array t :size
1642 (|target| |format| |type|))
1643 (:name |span| :type |Void| :direction :out :array t :size
1644 (|target| |format| |type|)))
1645 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1646 (defglfun "GetConvolutionParameteriv" get-convolution-parameter-iv :return
1647 "void" :args
1648 ((:name |target| :type |ConvolutionTarget| :direction :in)
1649 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
1650 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1651 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1652 (defglfun "GetConvolutionParameterfv" get-convolution-parameter-fv :return
1653 "void" :args
1654 ((:name |target| :type |ConvolutionTarget| :direction :in)
1655 (:name |pname| :type |GetConvolutionParameterPName| :direction :in)
1656 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1657 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1658 (defglfun "GetConvolutionFilter" get-convolution-filter :return "void" :args
1659 ((:name |target| :type |ConvolutionTarget| :direction :in)
1660 (:name |format| :type |PixelFormat| :direction :in)
1661 (:name |type| :type |PixelType| :direction :in)
1662 (:name |image| :type |Void| :direction :out :array t :size
1663 (|target| |format| |type|)))
1664 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1665 (defglfun "CopyConvolutionFilter2D" copy-convolution-filter-2d :return "void"
1666 :args
1667 ((:name |target| :type |ConvolutionTarget| :direction :in)
1668 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1669 (:name |x| :type |WinCoord| :direction :in)
1670 (:name |y| :type |WinCoord| :direction :in)
1671 (:name |width| :type |SizeI| :direction :in)
1672 (:name |height| :type |SizeI| :direction :in))
1673 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1674 (defglfun "CopyConvolutionFilter1D" copy-convolution-filter-1d :return "void"
1675 :args
1676 ((:name |target| :type |ConvolutionTarget| :direction :in)
1677 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1678 (:name |x| :type |WinCoord| :direction :in)
1679 (:name |y| :type |WinCoord| :direction :in)
1680 (:name |width| :type |SizeI| :direction :in))
1681 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1682 (defglfun "ConvolutionParameteriv" convolution-parameter-iv :return "void"
1683 :args
1684 ((:name |target| :type |ConvolutionTarget| :direction :in)
1685 (:name |pname| :type |ConvolutionParameter| :direction :in)
1686 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1687 (|pname|)))
1688 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1689 (defglfun "ConvolutionParameteri" convolution-parameter-i :return "void" :args
1690 ((:name |target| :type |ConvolutionTarget| :direction :in)
1691 (:name |pname| :type |ConvolutionParameter| :direction :in)
1692 (:name |params| :type |CheckedInt32| :direction :in))
1693 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1694 (defglfun "ConvolutionParameterfv" convolution-parameter-fv :return "void"
1695 :args
1696 ((:name |target| :type |ConvolutionTarget| :direction :in)
1697 (:name |pname| :type |ConvolutionParameter| :direction :in)
1698 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1699 (|pname|)))
1700 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1701 (defglfun "ConvolutionParameterf" convolution-parameter-f :return "void" :args
1702 ((:name |target| :type |ConvolutionTarget| :direction :in)
1703 (:name |pname| :type |ConvolutionParameter| :direction :in)
1704 (:name |params| :type |CheckedFloat32| :direction :in))
1705 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1706 (defglfun "ConvolutionFilter2D" convolution-filter-2d :return "void" :args
1707 ((:name |target| :type |ConvolutionTarget| :direction :in)
1708 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1709 (:name |width| :type |SizeI| :direction :in)
1710 (:name |height| :type |SizeI| :direction :in)
1711 (:name |format| :type |PixelFormat| :direction :in)
1712 (:name |type| :type |PixelType| :direction :in)
1713 (:name |image| :type |Void| :direction :in :array t :size
1714 (|format| |type| |width| |height|)))
1715 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1716 (defglfun "ConvolutionFilter1D" convolution-filter-1d :return "void" :args
1717 ((:name |target| :type |ConvolutionTarget| :direction :in)
1718 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1719 (:name |width| :type |SizeI| :direction :in)
1720 (:name |format| :type |PixelFormat| :direction :in)
1721 (:name |type| :type |PixelType| :direction :in)
1722 (:name |image| :type |Void| :direction :in :array t :size
1723 (|format| |type| |width|)))
1724 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1725 (defglfun "CopyColorSubTable" copy-color-sub-table :return "void" :args
1726 ((:name |target| :type |ColorTableTarget| :direction :in)
1727 (:name |start| :type |SizeI| :direction :in)
1728 (:name |x| :type |WinCoord| :direction :in)
1729 (:name |y| :type |WinCoord| :direction :in)
1730 (:name |width| :type |SizeI| :direction :in))
1731 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1732 (defglfun "ColorSubTable" color-sub-table :return "void" :args
1733 ((:name |target| :type |ColorTableTarget| :direction :in)
1734 (:name |start| :type |SizeI| :direction :in)
1735 (:name |count| :type |SizeI| :direction :in)
1736 (:name |format| :type |PixelFormat| :direction :in)
1737 (:name |type| :type |PixelType| :direction :in)
1738 (:name |data| :type |Void| :direction :in :array t :size
1739 (|format| |type| |count|)))
1740 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1741 (defglfun "GetColorTableParameteriv" get-color-table-parameter-iv :return
1742 "void" :args
1743 ((:name |target| :type |ColorTableTarget| :direction :in)
1744 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
1745 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
1746 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1747 (defglfun "GetColorTableParameterfv" get-color-table-parameter-fv :return
1748 "void" :args
1749 ((:name |target| :type |ColorTableTarget| :direction :in)
1750 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
1751 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
1752 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1753 (defglfun "GetColorTable" get-color-table :return "void" :args
1754 ((:name |target| :type |ColorTableTarget| :direction :in)
1755 (:name |format| :type |PixelFormat| :direction :in)
1756 (:name |type| :type |PixelType| :direction :in)
1757 (:name |table| :type |Void| :direction :out :array t :size
1758 (|target| |format| |type|)))
1759 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1760 (defglfun "CopyColorTable" copy-color-table :return "void" :args
1761 ((:name |target| :type |ColorTableTarget| :direction :in)
1762 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1763 (:name |x| :type |WinCoord| :direction :in)
1764 (:name |y| :type |WinCoord| :direction :in)
1765 (:name |width| :type |SizeI| :direction :in))
1766 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1767 (defglfun "ColorTableParameteriv" color-table-parameter-iv :return "void" :args
1768 ((:name |target| :type |ColorTableTarget| :direction :in)
1769 (:name |pname| :type |ColorTableParameterPName| :direction :in)
1770 (:name |params| :type |CheckedInt32| :direction :in :array t :size
1771 (|pname|)))
1772 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1773 (defglfun "ColorTableParameterfv" color-table-parameter-fv :return "void" :args
1774 ((:name |target| :type |ColorTableTarget| :direction :in)
1775 (:name |pname| :type |ColorTableParameterPName| :direction :in)
1776 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
1777 (|pname|)))
1778 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1779 (defglfun "ColorTable" color-table :return "void" :args
1780 ((:name |target| :type |ColorTableTarget| :direction :in)
1781 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
1782 (:name |width| :type |SizeI| :direction :in)
1783 (:name |format| :type |PixelFormat| :direction :in)
1784 (:name |type| :type |PixelType| :direction :in)
1785 (:name |table| :type |Void| :direction :in :array t :size
1786 (|format| |type| |width|)))
1787 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1788 (defglfun "CopyTexSubImage3D" copy-tex-sub-image-3d :return "void" :args
1789 ((:name |target| :type |TextureTarget| :direction :in)
1790 (:name |level| :type |CheckedInt32| :direction :in)
1791 (:name |xoffset| :type |CheckedInt32| :direction :in)
1792 (:name |yoffset| :type |CheckedInt32| :direction :in)
1793 (:name |zoffset| :type |CheckedInt32| :direction :in)
1794 (:name |x| :type |WinCoord| :direction :in)
1795 (:name |y| :type |WinCoord| :direction :in)
1796 (:name |width| :type |SizeI| :direction :in)
1797 (:name |height| :type |SizeI| :direction :in))
1798 :category "VERSION_1_2" :deprecated nil :version "1.2")
1799 (defglfun "TexSubImage3D" tex-sub-image-3d :return "void" :args
1800 ((:name |target| :type |TextureTarget| :direction :in)
1801 (:name |level| :type |CheckedInt32| :direction :in)
1802 (:name |xoffset| :type |CheckedInt32| :direction :in)
1803 (:name |yoffset| :type |CheckedInt32| :direction :in)
1804 (:name |zoffset| :type |CheckedInt32| :direction :in)
1805 (:name |width| :type |SizeI| :direction :in)
1806 (:name |height| :type |SizeI| :direction :in)
1807 (:name |depth| :type |SizeI| :direction :in)
1808 (:name |format| :type |PixelFormat| :direction :in)
1809 (:name |type| :type |PixelType| :direction :in)
1810 (:name |pixels| :type |Void| :direction :in :array t :size
1811 (|format| |type| |width| |height| |depth|)))
1812 :category "VERSION_1_2" :deprecated nil :version "1.2")
1813 (defglfun "TexImage3D" tex-image-3d :return "void" :args
1814 ((:name |target| :type |TextureTarget| :direction :in)
1815 (:name |level| :type |CheckedInt32| :direction :in)
1816 (:name |internalformat| :type |TextureComponentCount| :direction :in)
1817 (:name |width| :type |SizeI| :direction :in)
1818 (:name |height| :type |SizeI| :direction :in)
1819 (:name |depth| :type |SizeI| :direction :in)
1820 (:name |border| :type |CheckedInt32| :direction :in)
1821 (:name |format| :type |PixelFormat| :direction :in)
1822 (:name |type| :type |PixelType| :direction :in)
1823 (:name |pixels| :type |Void| :direction :in :array t :size
1824 (|format| |type| |width| |height| |depth|)))
1825 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
1826 (defglfun "DrawRangeElements" draw-range-elements :return "void" :args
1827 ((:name |mode| :type |BeginMode| :direction :in)
1828 (:name |start| :type |UInt32| :direction :in)
1829 (:name |end| :type |UInt32| :direction :in)
1830 (:name |count| :type |SizeI| :direction :in)
1831 (:name |type| :type |DrawElementsType| :direction :in)
1832 (:name |indices| :type |Void| :direction :in :array t :size
1833 (|count| |type|)))
1834 :category "VERSION_1_2" :deprecated nil :version "1.2")
1835 (defglfun "BlendEquation" blend-equation :return "void" :args
1836 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
1837 "VERSION_1_2" :deprecated nil :version "1.2")
1838 (defglfun "BlendColor" blend-color :return "void" :args
1839 ((:name |red| :type |ClampedColorF| :direction :in)
1840 (:name |green| :type |ClampedColorF| :direction :in)
1841 (:name |blue| :type |ClampedColorF| :direction :in)
1842 (:name |alpha| :type |ClampedColorF| :direction :in))
1843 :category "VERSION_1_2" :deprecated nil :version "1.2")
1844 (defglfun "MultTransposeMatrixd" mult-transpose-matrix-d :return "void" :args
1845 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
1846 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1847 (defglfun "MultTransposeMatrixf" mult-transpose-matrix-f :return "void" :args
1848 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
1849 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1850 (defglfun "LoadTransposeMatrixd" load-transpose-matrix-d :return "void" :args
1851 ((:name |m| :type |Float64| :direction :in :array t :size #x10)) :category
1852 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1853 (defglfun "LoadTransposeMatrixf" load-transpose-matrix-f :return "void" :args
1854 ((:name |m| :type |Float32| :direction :in :array t :size #x10)) :category
1855 "VERSION_1_3" :deprecated "3.1" :version "1.3")
1856 (defglfun "MultiTexCoord4sv" multi-tex-coord-4sv :return "void" :args
1857 ((:name |target| :type |TextureUnit| :direction :in)
1858 (:name |v| :type |CoordS| :direction :in :array t :size #x4))
1859 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1860 (defglfun "MultiTexCoord4s" multi-tex-coord-4s :return "void" :args
1861 ((:name |target| :type |TextureUnit| :direction :in)
1862 (:name |s| :type |CoordS| :direction :in)
1863 (:name |t| :type |CoordS| :direction :in)
1864 (:name |r| :type |CoordS| :direction :in)
1865 (:name |q| :type |CoordS| :direction :in))
1866 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1867 (defglfun "MultiTexCoord4iv" multi-tex-coord-4iv :return "void" :args
1868 ((:name |target| :type |TextureUnit| :direction :in)
1869 (:name |v| :type |CoordI| :direction :in :array t :size #x4))
1870 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1871 (defglfun "MultiTexCoord4i" multi-tex-coord-4i :return "void" :args
1872 ((:name |target| :type |TextureUnit| :direction :in)
1873 (:name |s| :type |CoordI| :direction :in)
1874 (:name |t| :type |CoordI| :direction :in)
1875 (:name |r| :type |CoordI| :direction :in)
1876 (:name |q| :type |CoordI| :direction :in))
1877 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1878 (defglfun "MultiTexCoord4fv" multi-tex-coord-4fv :return "void" :args
1879 ((:name |target| :type |TextureUnit| :direction :in)
1880 (:name |v| :type |CoordF| :direction :in :array t :size #x4))
1881 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1882 (defglfun "MultiTexCoord4f" multi-tex-coord-4f :return "void" :args
1883 ((:name |target| :type |TextureUnit| :direction :in)
1884 (:name |s| :type |CoordF| :direction :in)
1885 (:name |t| :type |CoordF| :direction :in)
1886 (:name |r| :type |CoordF| :direction :in)
1887 (:name |q| :type |CoordF| :direction :in))
1888 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1889 (defglfun "MultiTexCoord4dv" multi-tex-coord-4dv :return "void" :args
1890 ((:name |target| :type |TextureUnit| :direction :in)
1891 (:name |v| :type |CoordD| :direction :in :array t :size #x4))
1892 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1893 (defglfun "MultiTexCoord4d" multi-tex-coord-4d :return "void" :args
1894 ((:name |target| :type |TextureUnit| :direction :in)
1895 (:name |s| :type |CoordD| :direction :in)
1896 (:name |t| :type |CoordD| :direction :in)
1897 (:name |r| :type |CoordD| :direction :in)
1898 (:name |q| :type |CoordD| :direction :in))
1899 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1900 (defglfun "MultiTexCoord3sv" multi-tex-coord-3sv :return "void" :args
1901 ((:name |target| :type |TextureUnit| :direction :in)
1902 (:name |v| :type |CoordS| :direction :in :array t :size #x3))
1903 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1904 (defglfun "MultiTexCoord3s" multi-tex-coord-3s :return "void" :args
1905 ((:name |target| :type |TextureUnit| :direction :in)
1906 (:name |s| :type |CoordS| :direction :in)
1907 (:name |t| :type |CoordS| :direction :in)
1908 (:name |r| :type |CoordS| :direction :in))
1909 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1910 (defglfun "MultiTexCoord3iv" multi-tex-coord-3iv :return "void" :args
1911 ((:name |target| :type |TextureUnit| :direction :in)
1912 (:name |v| :type |CoordI| :direction :in :array t :size #x3))
1913 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1914 (defglfun "MultiTexCoord3i" multi-tex-coord-3i :return "void" :args
1915 ((:name |target| :type |TextureUnit| :direction :in)
1916 (:name |s| :type |CoordI| :direction :in)
1917 (:name |t| :type |CoordI| :direction :in)
1918 (:name |r| :type |CoordI| :direction :in))
1919 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1920 (defglfun "MultiTexCoord3fv" multi-tex-coord-3fv :return "void" :args
1921 ((:name |target| :type |TextureUnit| :direction :in)
1922 (:name |v| :type |CoordF| :direction :in :array t :size #x3))
1923 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1924 (defglfun "MultiTexCoord3f" multi-tex-coord-3f :return "void" :args
1925 ((:name |target| :type |TextureUnit| :direction :in)
1926 (:name |s| :type |CoordF| :direction :in)
1927 (:name |t| :type |CoordF| :direction :in)
1928 (:name |r| :type |CoordF| :direction :in))
1929 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1930 (defglfun "MultiTexCoord3dv" multi-tex-coord-3dv :return "void" :args
1931 ((:name |target| :type |TextureUnit| :direction :in)
1932 (:name |v| :type |CoordD| :direction :in :array t :size #x3))
1933 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1934 (defglfun "MultiTexCoord3d" multi-tex-coord-3d :return "void" :args
1935 ((:name |target| :type |TextureUnit| :direction :in)
1936 (:name |s| :type |CoordD| :direction :in)
1937 (:name |t| :type |CoordD| :direction :in)
1938 (:name |r| :type |CoordD| :direction :in))
1939 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1940 (defglfun "MultiTexCoord2sv" multi-tex-coord-2sv :return "void" :args
1941 ((:name |target| :type |TextureUnit| :direction :in)
1942 (:name |v| :type |CoordS| :direction :in :array t :size #x2))
1943 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1944 (defglfun "MultiTexCoord2s" multi-tex-coord-2s :return "void" :args
1945 ((:name |target| :type |TextureUnit| :direction :in)
1946 (:name |s| :type |CoordS| :direction :in)
1947 (:name |t| :type |CoordS| :direction :in))
1948 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1949 (defglfun "MultiTexCoord2iv" multi-tex-coord-2iv :return "void" :args
1950 ((:name |target| :type |TextureUnit| :direction :in)
1951 (:name |v| :type |CoordI| :direction :in :array t :size #x2))
1952 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1953 (defglfun "MultiTexCoord2i" multi-tex-coord-2i :return "void" :args
1954 ((:name |target| :type |TextureUnit| :direction :in)
1955 (:name |s| :type |CoordI| :direction :in)
1956 (:name |t| :type |CoordI| :direction :in))
1957 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1958 (defglfun "MultiTexCoord2fv" multi-tex-coord-2fv :return "void" :args
1959 ((:name |target| :type |TextureUnit| :direction :in)
1960 (:name |v| :type |CoordF| :direction :in :array t :size #x2))
1961 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1962 (defglfun "MultiTexCoord2f" multi-tex-coord-2f :return "void" :args
1963 ((:name |target| :type |TextureUnit| :direction :in)
1964 (:name |s| :type |CoordF| :direction :in)
1965 (:name |t| :type |CoordF| :direction :in))
1966 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1967 (defglfun "MultiTexCoord2dv" multi-tex-coord-2dv :return "void" :args
1968 ((:name |target| :type |TextureUnit| :direction :in)
1969 (:name |v| :type |CoordD| :direction :in :array t :size #x2))
1970 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1971 (defglfun "MultiTexCoord2d" multi-tex-coord-2d :return "void" :args
1972 ((:name |target| :type |TextureUnit| :direction :in)
1973 (:name |s| :type |CoordD| :direction :in)
1974 (:name |t| :type |CoordD| :direction :in))
1975 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1976 (defglfun "MultiTexCoord1sv" multi-tex-coord-1sv :return "void" :args
1977 ((:name |target| :type |TextureUnit| :direction :in)
1978 (:name |v| :type |CoordS| :direction :in :array t :size #x1))
1979 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1980 (defglfun "MultiTexCoord1s" multi-tex-coord-1s :return "void" :args
1981 ((:name |target| :type |TextureUnit| :direction :in)
1982 (:name |s| :type |CoordS| :direction :in))
1983 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1984 (defglfun "MultiTexCoord1iv" multi-tex-coord-1iv :return "void" :args
1985 ((:name |target| :type |TextureUnit| :direction :in)
1986 (:name |v| :type |CoordI| :direction :in :array t :size #x1))
1987 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1988 (defglfun "MultiTexCoord1i" multi-tex-coord-1i :return "void" :args
1989 ((:name |target| :type |TextureUnit| :direction :in)
1990 (:name |s| :type |CoordI| :direction :in))
1991 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1992 (defglfun "MultiTexCoord1fv" multi-tex-coord-1fv :return "void" :args
1993 ((:name |target| :type |TextureUnit| :direction :in)
1994 (:name |v| :type |CoordF| :direction :in :array t :size #x1))
1995 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
1996 (defglfun "MultiTexCoord1f" multi-tex-coord-1f :return "void" :args
1997 ((:name |target| :type |TextureUnit| :direction :in)
1998 (:name |s| :type |CoordF| :direction :in))
1999 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2000 (defglfun "MultiTexCoord1dv" multi-tex-coord-1dv :return "void" :args
2001 ((:name |target| :type |TextureUnit| :direction :in)
2002 (:name |v| :type |CoordD| :direction :in :array t :size #x1))
2003 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2004 (defglfun "MultiTexCoord1d" multi-tex-coord-1d :return "void" :args
2005 ((:name |target| :type |TextureUnit| :direction :in)
2006 (:name |s| :type |CoordD| :direction :in))
2007 :category "VERSION_1_3" :deprecated "3.1" :version "1.3")
2008 (defglfun "ClientActiveTexture" client-active-texture :return "void" :args
2009 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2010 :deprecated "3.1" :version "1.3")
2011 (defglfun "GetCompressedTexImage" get-compressed-tex-image :return "void" :args
2012 ((:name |target| :type |TextureTarget| :direction :in)
2013 (:name |level| :type |CheckedInt32| :direction :in)
2014 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
2015 (|target| |level|)))
2016 :category "VERSION_1_3" :deprecated nil :version "1.3")
2017 (defglfun "CompressedTexSubImage1D" compressed-tex-sub-image-1d :return "void"
2018 :args
2019 ((:name |target| :type |TextureTarget| :direction :in)
2020 (:name |level| :type |CheckedInt32| :direction :in)
2021 (:name |xoffset| :type |CheckedInt32| :direction :in)
2022 (:name |width| :type |SizeI| :direction :in)
2023 (:name |format| :type |PixelFormat| :direction :in)
2024 (:name |imageSize| :type |SizeI| :direction :in)
2025 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2026 imagesize))
2027 :category "VERSION_1_3" :deprecated nil :version "1.3")
2028 (defglfun "CompressedTexSubImage2D" compressed-tex-sub-image-2d :return "void"
2029 :args
2030 ((:name |target| :type |TextureTarget| :direction :in)
2031 (:name |level| :type |CheckedInt32| :direction :in)
2032 (:name |xoffset| :type |CheckedInt32| :direction :in)
2033 (:name |yoffset| :type |CheckedInt32| :direction :in)
2034 (:name |width| :type |SizeI| :direction :in)
2035 (:name |height| :type |SizeI| :direction :in)
2036 (:name |format| :type |PixelFormat| :direction :in)
2037 (:name |imageSize| :type |SizeI| :direction :in)
2038 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2039 imagesize))
2040 :category "VERSION_1_3" :deprecated nil :version "1.3")
2041 (defglfun "CompressedTexSubImage3D" compressed-tex-sub-image-3d :return "void"
2042 :args
2043 ((:name |target| :type |TextureTarget| :direction :in)
2044 (:name |level| :type |CheckedInt32| :direction :in)
2045 (:name |xoffset| :type |CheckedInt32| :direction :in)
2046 (:name |yoffset| :type |CheckedInt32| :direction :in)
2047 (:name |zoffset| :type |CheckedInt32| :direction :in)
2048 (:name |width| :type |SizeI| :direction :in)
2049 (:name |height| :type |SizeI| :direction :in)
2050 (:name |depth| :type |SizeI| :direction :in)
2051 (:name |format| :type |PixelFormat| :direction :in)
2052 (:name |imageSize| :type |SizeI| :direction :in)
2053 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2054 imagesize))
2055 :category "VERSION_1_3" :deprecated nil :version "1.3")
2056 (defglfun "CompressedTexImage1D" compressed-tex-image-1d :return "void" :args
2057 ((:name |target| :type |TextureTarget| :direction :in)
2058 (:name |level| :type |CheckedInt32| :direction :in)
2059 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2060 (:name |width| :type |SizeI| :direction :in)
2061 (:name |border| :type |CheckedInt32| :direction :in)
2062 (:name |imageSize| :type |SizeI| :direction :in)
2063 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2064 imagesize))
2065 :category "VERSION_1_3" :deprecated nil :version "1.3")
2066 (defglfun "CompressedTexImage2D" compressed-tex-image-2d :return "void" :args
2067 ((:name |target| :type |TextureTarget| :direction :in)
2068 (:name |level| :type |CheckedInt32| :direction :in)
2069 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2070 (:name |width| :type |SizeI| :direction :in)
2071 (:name |height| :type |SizeI| :direction :in)
2072 (:name |border| :type |CheckedInt32| :direction :in)
2073 (:name |imageSize| :type |SizeI| :direction :in)
2074 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2075 imagesize))
2076 :category "VERSION_1_3" :deprecated nil :version "1.3")
2077 (defglfun "CompressedTexImage3D" compressed-tex-image-3d :return "void" :args
2078 ((:name |target| :type |TextureTarget| :direction :in)
2079 (:name |level| :type |CheckedInt32| :direction :in)
2080 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
2081 (:name |width| :type |SizeI| :direction :in)
2082 (:name |height| :type |SizeI| :direction :in)
2083 (:name |depth| :type |SizeI| :direction :in)
2084 (:name |border| :type |CheckedInt32| :direction :in)
2085 (:name |imageSize| :type |SizeI| :direction :in)
2086 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
2087 imagesize))
2088 :category "VERSION_1_3" :deprecated nil :version "1.3")
2089 (defglfun "SampleCoverage" sample-coverage :return "void" :args
2090 ((:name |value| :type |ClampedFloat32| :direction :in)
2091 (:name |invert| :type |Boolean| :direction :in))
2092 :category "VERSION_1_3" :deprecated nil :version "1.3")
2093 (defglfun "ActiveTexture" active-texture :return "void" :args
2094 ((:name |texture| :type |TextureUnit| :direction :in)) :category "VERSION_1_3"
2095 :deprecated nil :version "1.3")
2096 (defglfun "WindowPos3sv" window-pos-3sv :return "void" :args
2097 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
2098 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2099 (defglfun "WindowPos3s" window-pos-3s :return "void" :args
2100 ((:name |x| :type |CoordS| :direction :in)
2101 (:name |y| :type |CoordS| :direction :in)
2102 (:name |z| :type |CoordS| :direction :in))
2103 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2104 (defglfun "WindowPos3iv" window-pos-3iv :return "void" :args
2105 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
2106 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2107 (defglfun "WindowPos3i" window-pos-3i :return "void" :args
2108 ((:name |x| :type |CoordI| :direction :in)
2109 (:name |y| :type |CoordI| :direction :in)
2110 (:name |z| :type |CoordI| :direction :in))
2111 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2112 (defglfun "WindowPos3fv" window-pos-3fv :return "void" :args
2113 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
2114 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2115 (defglfun "WindowPos3f" window-pos-3f :return "void" :args
2116 ((:name |x| :type |CoordF| :direction :in)
2117 (:name |y| :type |CoordF| :direction :in)
2118 (:name |z| :type |CoordF| :direction :in))
2119 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2120 (defglfun "WindowPos3dv" window-pos-3dv :return "void" :args
2121 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
2122 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2123 (defglfun "WindowPos3d" window-pos-3d :return "void" :args
2124 ((:name |x| :type |CoordD| :direction :in)
2125 (:name |y| :type |CoordD| :direction :in)
2126 (:name |z| :type |CoordD| :direction :in))
2127 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2128 (defglfun "WindowPos2sv" window-pos-2sv :return "void" :args
2129 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
2130 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2131 (defglfun "WindowPos2s" window-pos-2s :return "void" :args
2132 ((:name |x| :type |CoordS| :direction :in)
2133 (:name |y| :type |CoordS| :direction :in))
2134 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2135 (defglfun "WindowPos2iv" window-pos-2iv :return "void" :args
2136 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
2137 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2138 (defglfun "WindowPos2i" window-pos-2i :return "void" :args
2139 ((:name |x| :type |CoordI| :direction :in)
2140 (:name |y| :type |CoordI| :direction :in))
2141 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2142 (defglfun "WindowPos2fv" window-pos-2fv :return "void" :args
2143 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
2144 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2145 (defglfun "WindowPos2f" window-pos-2f :return "void" :args
2146 ((:name |x| :type |CoordF| :direction :in)
2147 (:name |y| :type |CoordF| :direction :in))
2148 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2149 (defglfun "WindowPos2dv" window-pos-2dv :return "void" :args
2150 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
2151 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2152 (defglfun "WindowPos2d" window-pos-2d :return "void" :args
2153 ((:name |x| :type |CoordD| :direction :in)
2154 (:name |y| :type |CoordD| :direction :in))
2155 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2156 (defglfun "SecondaryColorPointer" secondary-color-pointer :return "void" :args
2157 ((:name |size| :type |Int32| :direction :in)
2158 (:name |type| :type |ColorPointerType| :direction :in)
2159 (:name |stride| :type |SizeI| :direction :in)
2160 (:name |pointer| :type |Void| :direction :in :array t :size
2161 (|size| |type| |stride|) :retained t))
2162 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2163 (defglfun "SecondaryColor3usv" secondary-color-3usv :return "void" :args
2164 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
2165 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2166 (defglfun "SecondaryColor3us" secondary-color-3us :return "void" :args
2167 ((:name |red| :type |ColorUS| :direction :in)
2168 (:name |green| :type |ColorUS| :direction :in)
2169 (:name |blue| :type |ColorUS| :direction :in))
2170 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2171 (defglfun "SecondaryColor3uiv" secondary-color-3uiv :return "void" :args
2172 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
2173 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2174 (defglfun "SecondaryColor3ui" secondary-color-3ui :return "void" :args
2175 ((:name |red| :type |ColorUI| :direction :in)
2176 (:name |green| :type |ColorUI| :direction :in)
2177 (:name |blue| :type |ColorUI| :direction :in))
2178 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2179 (defglfun "SecondaryColor3ubv" secondary-color-3ubv :return "void" :args
2180 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
2181 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2182 (defglfun "SecondaryColor3ub" secondary-color-3ub :return "void" :args
2183 ((:name |red| :type |ColorUB| :direction :in)
2184 (:name |green| :type |ColorUB| :direction :in)
2185 (:name |blue| :type |ColorUB| :direction :in))
2186 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2187 (defglfun "SecondaryColor3sv" secondary-color-3sv :return "void" :args
2188 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
2189 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2190 (defglfun "SecondaryColor3s" secondary-color-3s :return "void" :args
2191 ((:name |red| :type |ColorS| :direction :in)
2192 (:name |green| :type |ColorS| :direction :in)
2193 (:name |blue| :type |ColorS| :direction :in))
2194 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2195 (defglfun "SecondaryColor3iv" secondary-color-3iv :return "void" :args
2196 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
2197 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2198 (defglfun "SecondaryColor3i" secondary-color-3i :return "void" :args
2199 ((:name |red| :type |ColorI| :direction :in)
2200 (:name |green| :type |ColorI| :direction :in)
2201 (:name |blue| :type |ColorI| :direction :in))
2202 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2203 (defglfun "SecondaryColor3fv" secondary-color-3fv :return "void" :args
2204 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
2205 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2206 (defglfun "SecondaryColor3f" secondary-color-3f :return "void" :args
2207 ((:name |red| :type |ColorF| :direction :in)
2208 (:name |green| :type |ColorF| :direction :in)
2209 (:name |blue| :type |ColorF| :direction :in))
2210 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2211 (defglfun "SecondaryColor3dv" secondary-color-3dv :return "void" :args
2212 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
2213 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2214 (defglfun "SecondaryColor3d" secondary-color-3d :return "void" :args
2215 ((:name |red| :type |ColorD| :direction :in)
2216 (:name |green| :type |ColorD| :direction :in)
2217 (:name |blue| :type |ColorD| :direction :in))
2218 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2219 (defglfun "SecondaryColor3bv" secondary-color-3bv :return "void" :args
2220 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
2221 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2222 (defglfun "SecondaryColor3b" secondary-color-3b :return "void" :args
2223 ((:name |red| :type |ColorB| :direction :in)
2224 (:name |green| :type |ColorB| :direction :in)
2225 (:name |blue| :type |ColorB| :direction :in))
2226 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2227 (defglfun "FogCoordPointer" fog-coord-pointer :return "void" :args
2228 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
2229 (:name |stride| :type |SizeI| :direction :in)
2230 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
2231 :retained t))
2232 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
2233 (defglfun "FogCoorddv" fog-coord-dv :return "void" :args
2234 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
2235 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2236 (defglfun "FogCoordd" fog-coord-d :return "void" :args
2237 ((:name |coord| :type |CoordD| :direction :in)) :category "VERSION_1_4"
2238 :deprecated "3.1" :version "1.4")
2239 (defglfun "FogCoordfv" fog-coord-fv :return "void" :args
2240 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
2241 "VERSION_1_4" :deprecated "3.1" :version "1.4")
2242 (defglfun "FogCoordf" fog-coord-f :return "void" :args
2243 ((:name |coord| :type |CoordF| :direction :in)) :category "VERSION_1_4"
2244 :deprecated "3.1" :version "1.4")
2245 (defglfun "PointParameteriv" point-parameter-iv :return "void" :args
2246 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2247 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
2248 :category "VERSION_1_4" :deprecated nil :version "1.4")
2249 (defglfun "PointParameteri" point-parameter-i :return "void" :args
2250 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2251 (:name |param| :type |Int32| :direction :in))
2252 :category "VERSION_1_4" :deprecated nil :version "1.4")
2253 (defglfun "PointParameterfv" point-parameter-fv :return "void" :args
2254 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2255 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
2256 (|pname|)))
2257 :category "VERSION_1_4" :deprecated nil :version "1.4")
2258 (defglfun "PointParameterf" point-parameter-f :return "void" :args
2259 ((:name |pname| :type |PointParameterNameARB| :direction :in)
2260 (:name |param| :type |CheckedFloat32| :direction :in))
2261 :category "VERSION_1_4" :deprecated nil :version "1.4")
2262 (defglfun "MultiDrawElements" multi-draw-elements :return "void" :args
2263 ((:name |mode| :type |BeginMode| :direction :in)
2264 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
2265 (:name |type| :type |DrawElementsType| :direction :in)
2266 (:name |indices| :type |VoidPointer| :direction :in :array t :size
2267 (|primcount|))
2268 (:name |primcount| :type |SizeI| :direction :in))
2269 :category "VERSION_1_4" :deprecated nil :version "1.4")
2270 (defglfun "MultiDrawArrays" multi-draw-arrays :return "void" :args
2271 ((:name |mode| :type |BeginMode| :direction :in)
2272 (:name |first| :type |Int32| :direction :in :array t :size (|count|))
2273 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
2274 (:name |primcount| :type |SizeI| :direction :in))
2275 :category "VERSION_1_4" :deprecated nil :version "1.4")
2276 (defglfun "BlendFuncSeparate" blend-func-separate :return "void" :args
2277 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
2278 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
2279 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
2280 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
2281 :category "VERSION_1_4" :deprecated nil :version "1.4")