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