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