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