Added initial output of generator scripts.
[cl-glfw.git] / lib / opengl-version_1_1.lisp
blob87e3eeb98671764aa5e62e26faff70b4ef2f2a7f
2 (in-package #:gl)
4 ;;;; 1_1
6 (defglfun
7 (("PushClientAttrib" push-client-attrib) :args
8 ((:name |mask| :type |ClientAttribMask| :direction :in)) :return ("void")
9 :category ("1_1") :version ("1.1") :dlflags ("notlistable") :glxflags
10 ("client-handcode" "client-intercept" "server-handcode") :glsflags ("client")
11 :glsopcode ("0x015F") :offset ("335")))
12 (defglfun
13 (("PopClientAttrib" pop-client-attrib) :args nil :return ("void") :category
14 ("1_1") :version ("1.1") :dlflags ("notlistable") :glxflags
15 ("client-handcode" "client-intercept" "server-handcode") :glsflags ("client")
16 :glsopcode ("0x015E") :offset ("334")))
17 (defglfun
18 (("Indexubv" index-ubv) :args
19 ((:name |c| :type |ColorIndexValueUB| :direction :in :array t :size #x1))
20 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("194")
21 :glsopcode ("0x015D") :offset ("316")))
22 (defglfun
23 (("Indexub" index-ub) :args
24 ((:name |c| :type |ColorIndexValueUB| :direction :in)) :return ("void")
25 :category ("1_1") :vectorequiv ("Indexubv") :version ("1.1") :offset ("315")))
26 (defglfun
27 (("PrioritizeTextures" prioritize-textures) :args
28 ((:name |n| :type |SizeI| :direction :in)
29 (:name |textures| :type |Texture| :direction :in :array t :size n)
30 (:name |priorities| :type |ClampedFloat32| :direction :in :array t :size n))
31 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4118")
32 :glxflags ("EXT") :glsopcode ("0x014C") :offset ("331")))
33 (defglfun
34 (("IsTexture" is-texture) :args
35 ((:name |texture| :type |Texture| :direction :in)) :return ("Boolean")
36 :category ("1_1") :dlflags ("notlistable") :version ("1.1") :glxsingle
37 ("146") :glsflags ("get") :glsopcode ("0x025C") :offset ("330")))
38 (defglfun
39 (("GenTextures" gen-textures) :args
40 ((:name |n| :type |SizeI| :direction :in)
41 (:name |textures| :type |Texture| :direction :out :array t :size n))
42 :return ("void") :category ("1_1") :dlflags ("notlistable") :version ("1.1")
43 :glxsingle ("145") :glsopcode ("0x025B") :offset ("328")))
44 (defglfun
45 (("DeleteTextures" delete-textures) :args
46 ((:name |n| :type |SizeI| :direction :in)
47 (:name |textures| :type |Texture| :direction :in :array t :size n))
48 :return ("void") :category ("1_1") :dlflags ("notlistable") :version ("1.1")
49 :glxsingle ("144") :glsopcode ("0x025A") :offset ("327")))
50 (defglfun
51 (("BindTexture" bind-texture) :args
52 ((:name |target| :type |TextureTarget| :direction :in)
53 (:name |texture| :type |Texture| :direction :in))
54 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4117")
55 :glxflags ("EXT") :glsopcode ("0x0148") :offset ("307")))
56 (defglfun
57 (("AreTexturesResident" are-textures-resident) :args
58 ((:name |n| :type |SizeI| :direction :in)
59 (:name |textures| :type |Texture| :direction :in :array t :size n)
60 (:name |residences| :type |Boolean| :direction :out :array t :size n))
61 :return ("Boolean") :category ("1_1") :glxsingle ("143") :dlflags
62 ("notlistable") :version ("1.1") :glsflags ("get") :glsopcode ("0x0259")
63 :offset ("322")))
64 (defglfun
65 (("TexSubImage2D" tex-sub-image-2d) :args
66 ((:name |target| :type |TextureTarget| :direction :in)
67 (:name |level| :type |CheckedInt32| :direction :in)
68 (:name |xoffset| :type |CheckedInt32| :direction :in)
69 (:name |yoffset| :type |CheckedInt32| :direction :in)
70 (:name |width| :type |SizeI| :direction :in)
71 (:name |height| :type |SizeI| :direction :in)
72 (:name |format| :type |PixelFormat| :direction :in)
73 (:name |type| :type |PixelType| :direction :in)
74 (:name |pixels| :type |Void| :direction :in :array t :size
75 (|format| |type| |width| |height|)))
76 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
77 ("EXT" "client-handcode" "server-handcode") :version ("1.1") :glxropcode
78 ("4100") :glsflags ("pixel-unpack") :glsopcode ("0x0124") :offset ("333")))
79 (defglfun
80 (("TexSubImage1D" tex-sub-image-1d) :args
81 ((:name |target| :type |TextureTarget| :direction :in)
82 (:name |level| :type |CheckedInt32| :direction :in)
83 (:name |xoffset| :type |CheckedInt32| :direction :in)
84 (:name |width| :type |SizeI| :direction :in)
85 (:name |format| :type |PixelFormat| :direction :in)
86 (:name |type| :type |PixelType| :direction :in)
87 (:name |pixels| :type |Void| :direction :in :array t :size
88 (|format| |type| |width|)))
89 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
90 ("EXT" "client-handcode" "server-handcode") :version ("1.1") :glxropcode
91 ("4099") :glsflags ("pixel-unpack") :glsopcode ("0x0123") :offset ("332")))
92 (defglfun
93 (("CopyTexSubImage2D" copy-tex-sub-image-2d) :args
94 ((:name |target| :type |TextureTarget| :direction :in)
95 (:name |level| :type |CheckedInt32| :direction :in)
96 (:name |xoffset| :type |CheckedInt32| :direction :in)
97 (:name |yoffset| :type |CheckedInt32| :direction :in)
98 (:name |x| :type |WinCoord| :direction :in)
99 (:name |y| :type |WinCoord| :direction :in)
100 (:name |width| :type |SizeI| :direction :in)
101 (:name |height| :type |SizeI| :direction :in))
102 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4122")
103 :glxflags ("EXT") :glsopcode ("0x0150") :offset ("326")))
104 (defglfun
105 (("CopyTexSubImage1D" copy-tex-sub-image-1d) :args
106 ((:name |target| :type |TextureTarget| :direction :in)
107 (:name |level| :type |CheckedInt32| :direction :in)
108 (:name |xoffset| :type |CheckedInt32| :direction :in)
109 (:name |x| :type |WinCoord| :direction :in)
110 (:name |y| :type |WinCoord| :direction :in)
111 (:name |width| :type |SizeI| :direction :in))
112 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4121")
113 :glxflags ("EXT") :glsopcode ("0x014F") :offset ("325")))
114 (defglfun
115 (("CopyTexImage2D" copy-tex-image-2d) :args
116 ((:name |target| :type |TextureTarget| :direction :in)
117 (:name |level| :type |CheckedInt32| :direction :in)
118 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
119 (:name |x| :type |WinCoord| :direction :in)
120 (:name |y| :type |WinCoord| :direction :in)
121 (:name |width| :type |SizeI| :direction :in)
122 (:name |height| :type |SizeI| :direction :in)
123 (:name |border| :type |CheckedInt32| :direction :in))
124 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4120")
125 :glxflags ("EXT") :glsopcode ("0x014E") :offset ("324")))
126 (defglfun
127 (("CopyTexImage1D" copy-tex-image-1d) :args
128 ((:name |target| :type |TextureTarget| :direction :in)
129 (:name |level| :type |CheckedInt32| :direction :in)
130 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
131 (:name |x| :type |WinCoord| :direction :in)
132 (:name |y| :type |WinCoord| :direction :in)
133 (:name |width| :type |SizeI| :direction :in)
134 (:name |border| :type |CheckedInt32| :direction :in))
135 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("4119")
136 :glxflags ("EXT") :glsopcode ("0x014D") :offset ("323")))
137 (defglfun
138 (("PolygonOffset" polygon-offset) :args
139 ((:name |factor| :type |Float32| :direction :in)
140 (:name |units| :type |Float32| :direction :in))
141 :return ("void") :category ("1_1") :version ("1.1") :glxropcode ("192")
142 :glsopcode ("0x015C") :offset ("319")))
143 (defglfun
144 (("VertexPointer" vertex-pointer) :args
145 ((:name |size| :type |Int32| :direction :in)
146 (:name |type| :type |VertexPointerType| :direction :in)
147 (:name |stride| :type |SizeI| :direction :in)
148 (:name |pointer| :type |Void| :direction :in :array t :size
149 (|size| |type| |stride|) :retained t))
150 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
151 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
152 :glsflags ("client") :glsopcode ("0x015B") :offset ("321")))
153 (defglfun
154 (("TexCoordPointer" tex-coord-pointer) :args
155 ((:name |size| :type |Int32| :direction :in)
156 (:name |type| :type |TexCoordPointerType| :direction :in)
157 (:name |stride| :type |SizeI| :direction :in)
158 (:name |pointer| :type |Void| :direction :in :array t :size
159 (|size| |type| |stride|) :retained t))
160 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
161 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
162 :glsflags ("client") :glsopcode ("0x015A") :offset ("320")))
163 (defglfun
164 (("NormalPointer" normal-pointer) :args
165 ((:name |type| :type |NormalPointerType| :direction :in)
166 (:name |stride| :type |SizeI| :direction :in)
167 (:name |pointer| :type |Void| :direction :in :array t :size
168 (|type| |stride|) :retained t))
169 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
170 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
171 :glsflags ("client") :glsopcode ("0x0159") :offset ("318")))
172 (defglfun
173 (("InterleavedArrays" interleaved-arrays) :args
174 ((:name |format| :type |InterleavedArrayFormat| :direction :in)
175 (:name |stride| :type |SizeI| :direction :in)
176 (:name |pointer| :type |Void| :direction :in :array t :size
177 (|format| |stride|) :retained t))
178 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
179 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
180 :glsflags ("client") :glsopcode ("0x0158") :offset ("317")))
181 (defglfun
182 (("IndexPointer" index-pointer) :args
183 ((:name |type| :type |IndexPointerType| :direction :in)
184 (:name |stride| :type |SizeI| :direction :in)
185 (:name |pointer| :type |Void| :direction :in :array t :size
186 (|type| |stride|) :retained t))
187 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
188 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
189 :glsflags ("client") :glsopcode ("0x0157") :offset ("314")))
190 (defglfun
191 (("GetPointerv" get-pointerv) :args
192 ((:name |pname| :type |GetPointervPName| :direction :in)
193 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
194 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
195 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
196 :glsflags ("client" "get") :glsopcode ("0x0142") :offset ("329")))
197 (defglfun
198 (("EnableClientState" enable-client-state) :args
199 ((:name |array| :type |EnableCap| :direction :in)) :return ("void") :category
200 ("1_1") :dlflags ("notlistable") :glxflags
201 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
202 :glsflags ("client") :glsopcode ("0x0156") :offset ("313")))
203 (defglfun
204 (("EdgeFlagPointer" edge-flag-pointer) :args
205 ((:name |stride| :type |SizeI| :direction :in)
206 (:name |pointer| :type |Void| :direction :in :array t :size (|stride|)
207 :retained t))
208 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
209 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
210 :glsflags ("client") :glsopcode ("0x0155") :offset ("312")))
211 (defglfun
212 (("DrawElements" draw-elements) :args
213 ((:name |mode| :type |BeginMode| :direction :in)
214 (:name |count| :type |SizeI| :direction :in)
215 (:name |type| :type |DrawElementsType| :direction :in)
216 (:name |indices| :type |Void| :direction :in :array t :size
217 (|count| |type|)))
218 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
219 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
220 :glsopcode ("0x0154") :offset ("311")))
221 (defglfun
222 (("DrawArrays" draw-arrays) :args
223 ((:name |mode| :type |BeginMode| :direction :in)
224 (:name |first| :type |Int32| :direction :in)
225 (:name |count| :type |SizeI| :direction :in))
226 :return ("void") :category ("1_1") :dlflags ("handcode") :glxflags
227 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
228 :glxropcode ("193") :glsopcode ("0x0258") :offset ("310")))
229 (defglfun
230 (("DisableClientState" disable-client-state) :args
231 ((:name |array| :type |EnableCap| :direction :in)) :return ("void") :category
232 ("1_1") :version ("1.1") :dlflags ("notlistable") :glxflags
233 ("client-handcode" "client-intercept" "server-handcode") :glsflags ("client")
234 :glsopcode ("0x0153") :offset ("309")))
235 (defglfun
236 (("ColorPointer" color-pointer) :args
237 ((:name |size| :type |Int32| :direction :in)
238 (:name |type| :type |ColorPointerType| :direction :in)
239 (:name |stride| :type |SizeI| :direction :in)
240 (:name |pointer| :type |Void| :direction :in :array t :size
241 (|size| |type| |stride|) :retained t))
242 :return ("void") :category ("1_1") :dlflags ("notlistable") :glxflags
243 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
244 :glsflags ("client") :glsopcode ("0x0152") :offset ("308")))
245 (defglfun
246 (("ArrayElement" array-element) :args
247 ((:name |i| :type |Int32| :direction :in)) :return ("void") :category ("1_1")
248 :dlflags ("handcode") :glxflags
249 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
250 :glsopcode ("0x013E") :offset ("306")))